Skip to main content
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

  • typeString

    Filter 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

  • statusString

    Filter by asset status (e.g. Running, Stopped); empty returns all statuses Filter by asset status (e.g. Running, Stopped); empty returns all statuses

  • tagKeyString

    Filter by a specific tag key Filter by a specific tag key

  • tagValueString

    Filter by a specific tag value matching the given tag key Filter by a specific tag value matching the given tag key

Responses

200 OK

On success, this API returns the following response structure.

  • dataObject

    The data value

    Example: (nested object)

Endpoint

GET/api/v1/assets

/api/v1/assets

Operation ID

ListAssets

Permalink

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.

View all change history