Get Resource List by ID
GET/v1/resource_list/:id
Returns the resource list that has the specified ID.
Rate Limits
The following rate limits apply:
- Request rate limit: 4/sec
- Burst Rate: 4/sec
Request
Path Parameters
id stringrequired
Responses
- 200
- 403
- 404
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
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"
}
resource_list_flag_not_enabled
non_existing_resource_list_id
Loading...