Get Resource Lists
GET/v1/resource_list
Returns all the resource lists for the current customer.
Rate Limits
The following rate limits apply:
- Request rate limit: 80/sec
- Burst Rate: 80/sec
Request
Query Parameters
listType stringrequired
Possible values: [TAG
]
Resource list type
Responses
- 200
- 400
- 403
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
description string
Description
id string
Resource list id
lastModifiedBy string
Last modified by
lastModifiedTs int64
Last modified time
members stringrequired
Resource list members. Each member is raw JSON. The content depends on the resource list type. For example, if the resource list type is TAG, then the member is a JSON array of TAG key/value pairs.
name stringrequired
Possible values: <= 256 characters
Name
resourceListType stringrequired
Possible values: [TAG
, COMPUTE_ACCESS_GROUP
]
Resource list type. Note: COMPUTE_ACCESS_GROUP is available only if you have a Compute license
[
{
"description": "string",
"id": "string",
"lastModifiedBy": "string",
"lastModifiedTs": 0,
"members": "string",
"name": "string",
"resourceListType": "TAG"
}
]
invalid_resource_list_type
resource_list_flag_not_enabled
Loading...