Company Digital Footprint
A new cloud is added to the given domain.
A new cloud is added to the given company's domain.
post/api/v2/companies/{id}/clouds
Path parameters
idinteger required
Example:123
The id of the company to be updated.
Request body
Example request
{
"CompanySubdomain": "ns2.01cloud.com",
"CloudSubdomain": "ec2-44-199-60-143.compute-1.amazonaws.com",
"IPAddress": "192.168.1.2",
"StatusCode": "200",
"CloudService": "Amazon EC2"
}Response
Success