Skip to main content

Get Machines of Tenant (v2.3)

GET 

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

List all the machines of a tenant.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    client_id stringrequired

    The client ID.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items object[]
Loading...