Get Machine Assignments
Provides for a specified application the corresponding developer subscription information
Query Parameters
- tmid string required
TapioMachineId
Responses
- 200
- 400
- 401
Successful
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- totalCount int32
Total count of items
data object[] nullable
List of application machine information
Array [tmid stringTapioMachineId of the assigned machine
subscriptionId uuidId of the subscription of the machine
applicationId uuidId of the application, to which the machine is assigned
]
{
"totalCount": 0,
"data": [
{
"tmid": "string",
"subscriptionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"applicationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
- Schema
- Example (from schema)
Schema
- totalCount int32
Total count of items
data object[] nullable
List of application machine information
Array [tmid stringTapioMachineId of the assigned machine
subscriptionId uuidId of the subscription of the machine
applicationId uuidId of the application, to which the machine is assigned
]
{
"totalCount": 0,
"data": [
{
"tmid": "string",
"subscriptionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"applicationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
- Schema
- Example (from schema)
Schema
- totalCount int32
Total count of items
data object[] nullable
List of application machine information
Array [tmid stringTapioMachineId of the assigned machine
subscriptionId uuidId of the subscription of the machine
applicationId uuidId of the application, to which the machine is assigned
]
{
"totalCount": 0,
"data": [
{
"tmid": "string",
"subscriptionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"applicationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
Bad request
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
Unauthorized
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
- Schema
- Example (from schema)
Schema
- message string nullable
- details string[] nullable
{
"message": "string",
"details": [
"string"
]
}
Loading...