Company Digital Footprint
List all the clouds associated with this company.
List all the clouds associated with this company.
get/api/v2/companies/{id}/clouds
Path parameters
idinteger required
The id of the target company.
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100 | 250
Example:10
The number of result items in a single response.
status'active' | 'inactive'
Example:active
The status of the cloud asset; active or inactive. If omitted, both will be returned.
querystring
Example:acmeinc.com
The value will be searched in the company subdomain, cloud subdomain and IP address response fields.
Response
Success
Example response
{
"CompanySubdomain": "ec2-44-199-60-143.compute-1.amazonaws.com",
"CloudSubdomain": "ec2-44-199-60-143.compute-1.amazonaws.com",
"IPAddress": "192.168.1.2",
"StatusCode": "200",
"CloudService": "Amazon EC2",
"Status": "Active"
}