Returns a list of Cloud Resources.
Filter | Description |
---|---|
cloud_resource_type |
The type of this Cloud Resource |
created_at |
The date this Cloud Resource was created |
id |
The ID of the Cloud Resource |
in_audit_scope |
Flag to indicate if this Cloud Resource is in scope. [DEPRECATED - Use the Cloud Resource Framework Asset Scope endpoint] |
region |
The region this Cloud Resource belongs to |
third_party_id |
The identifier for this Cloud Resource on the vendor side |
updated_at |
The date this Cloud Resource was last updated |
vendor_name |
The name of the vendor that this Cloud Resource is from |
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "cloud_resource_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "in_audit_scope": true,
- "out_of_audit_scope_reason": "development_asset",
- "region": "string",
- "tags": [
- "string"
], - "third_party_id": "string",
- "vendor_name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Returns a single Cloud Resource by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "cloud_resource_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "in_audit_scope": true,
- "out_of_audit_scope_reason": "development_asset",
- "region": "string",
- "tags": [
- "string"
], - "third_party_id": "string",
- "vendor_name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
Update a Cloud Resource by ID
in_audit_scope | boolean Flag to indicate if this Cloud Resource is in scope. [DEPRECATED - Use the Cloud Resource Framework Asset Scope endpoint] |
out_of_audit_scope_reason | string Out of scope reason if the Cloud Resource is not in scope. [DEPRECATED - Use the Cloud Resource Framework Asset Scope endpoint] |
owner_id | string <uuid> ID of the User that's the owner of this Cloud Resource. |
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "cloud_resource_type": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "in_audit_scope": true,
- "out_of_audit_scope_reason": "development_asset",
- "region": "string",
- "tags": [
- "string"
], - "third_party_id": "string",
- "vendor_name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}