# Cloud Canaries
These are a collection of endpoints related to Cloud Canaries. Currently, this includes Azure, AWS EC2, and GCP Canaries.
Endpoints
# List Cloud Canary Images
GET /api/v1/cloudcanary/images
Returns a list of available Cloud Canary Images
Required Parameters
auth_token string
A valid auth token
Response
A JSON Structure containing a list of available Cloud Canary images.
Example
Response
{
"aws": {},
"result": "success"
}
1
2
3
4
2
3
4