v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
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

CloudProviderIdinteger

The cloud provider id to be added.

CompanySubdomainstring

The company subdomain to be added.

CloudSubdomainstring

The cloud subdomain to be added.

IPAddressstring nullable

The IP address associated with the cloud asset (if reachable).

StatusCodestring nullable

HTTP status code for the request sent to the cloud.

CloudServicestring nullable

The cloud service to be added. Cloud service value should be 'Amazon EC2', 'Amazon S3', 'Amazon CloudFront', 'AWS Global Accelerator', 'AWS EBS (Elastic Block Store)', 'AWS Kinesis Video Streams', 'AWS Elastic Beanstalk', 'Amazon ELB (Elastic Load Balancing)', 'Amazon AWS', 'Amazon RDS', 'Amazon Route 53', 'AWS Lambda', 'Amazon Lightsail', 'Amazon Redshift', 'Amazon VPC', 'AWS Auto Scaling', 'AWS Fargate', 'Amazon Lightsail', 'Google Compute Engine (GCE)', 'Google Cloud Storage (GCS)', 'Google Cloud CDN', 'Google App Engine', 'Google Firebase', 'Google Cloud Run', 'Google Cloud Platform (GCP)', 'Google Kubernetes Engine (GKE)', 'Google Cloud SQL', 'Google BigQuery', 'Google Cloud Functions', 'Google Cloud DNS', 'Google Cloud Pub/Sub', 'Google VPC', 'Google Cloud Functions', 'Google Cloud IAM', 'Google Cloud Bigtable', 'Google Cloud Spanner', 'Azure Virtual Machines', 'Azure Blob Storage', 'Azure Content Delivery Network (CDN)', 'Azure App Service/Functions/Logic Apps', 'Azure SQL Database', 'Azure Cosmos DB', 'Azure API Management', 'Azure Data Lake', 'Azure Service Bus/Event Hubs', 'Azure DevOps', 'Azure Storage Accounts', 'Azure Media Services', 'Azure Redis Cache', 'Azure SignalR', 'Azure', 'Azure VMs', 'Azure Kubernetes Service'

HasSslTlsSupportboolean

True if an SSL/TLS is supported on the cloud.

IsManuallyAddedboolean

True if added manually through the API or manually through the portal.

Status'Active' | 'Inactive'

Active (included) or inactive (excluded)

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"
}