Skip to main content

Get Machines Allocated by ESP to Client Tenant (v2.5)

GET 

/v2.5/api/tenants/:tenant_id/clients/:client_id/machines

Get all machines allocated by ESP to a client tenant.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    client_id stringrequired

    Tenant ID of the client tenant of ESP.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items object[]
Loading...