Infrastructure

Endpoints related to managing physical/virtual infrastructure on Cycle.

Get Infrastructure Summary

Requires the infrastructure-servers-view capability.

SecuritybearerAuth and hubAuth
Request
query Parameters
object

Filter Field

The filter field is a key-value object, where the key is what you would like to filter, and the value is the value you're filtering for.

Responses
200

Returns an infrastructure summary.

default

General error response from the platform

get/v1/infrastructure/summary
Response samples
application/json
{
  • "data": {
    }
}

Get Deployment Strategies

Gets the available deployment strategies that can be used to orchestrate containers.

SecuritybearerAuth and hubAuth
Responses
200

Returns available deployment strategies.

default

General error response from the platform

get/v1/infrastructure/deployment-strategies
Response samples
application/json
{
  • "data": {
    }
}