Resources

Get Resource By Id

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Responses
get
/api/resources/{resource_id}

Get Resource Details By Id

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Responses
get
/api/resources/{resource_id}/details

No content

Get Resource Attachments By Id

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Responses
get
/api/resources/{resource_id}/attachments

Get Events For Resource Id

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Responses
get
/api/resources/{resource_id}/events

Get Deployment Graph

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
connection_idstringRequired
Bodystring[]
string[]Optional
Responses
get
/api/resources/graphs/deployment

No content

Get Resources Graph

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/api/resources/graphs/resources

No content

Get Resource Attributes

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Responses
get
/api/resources/{resource_id}/attributes

Get Resource Deployments

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Responses
get
/api/resources/{resource_id}/deployments

Get Service Graph

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
service_idintegerRequired
Responses
get
/api/resources/{service_id}/service_graph

No content

Get Service Connections

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequiredPattern: ^h4r>>
Responses
get
/api/resources/{resource_id}/connections

Get Resource Inventory Terms

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
categorystringOptionalDefault: compute
Responses
get
/api/resources/inventory/_terms

Get Resource Categories

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
searchstringOptional
Bodyany of[]
or
or
Responses
post
/api/resources/inventory/_categories

Get Resource Inventory

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
categorystringOptionalDefault: compute
pageintegerOptionalDefault: 0
limitinteger · min: 1OptionalDefault: 100
orderany ofOptional
stringOptional
or
nullOptional
ordersany ofOptional
string[]Optional
or
nullOptional
directionany ofOptional
stringOptional
or
nullOptional
searchany ofOptional
stringOptional
or
nullOptional
Bodyany of[]
or
or
Responses
post
/api/resources/inventory/_search

Last updated

Was this helpful?