Infrastructure/Assets
GETInfrastructureSince 1.0SynchronousAuth Required
ListAssets
List all assets with optional filters for type, status, and tags.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
typeStringFilter by asset type (e.g. vm, host, volume); empty returns all types Filter by asset type (e.g. vm, host, volume); empty returns all types
statusStringFilter by asset status (e.g. Running, Stopped); empty returns all statuses Filter by asset status (e.g. Running, Stopped); empty returns all statuses
tagKeyStringFilter by a specific tag key Filter by a specific tag key
tagValueStringFilter by a specific tag value matching the given tag key Filter by a specific tag value matching the given tag key
Responses
Endpoint
GET/api/v1/assets
/api/v1/assets
Request Example
curl -X GET '{host}/api/v1/assets' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": null
}Change History
This API has no change history records yet.
