Get My Metadata Keys
Lists all metadata for the specific machine
Path 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
results object[] nullable
List of machine metadata response
Array [contentType string nullableContent type
key string nullableMetadata key
etag string nullableEtag
]
{
"totalCount": 0,
"results": [
{
"contentType": "string",
"key": "string",
"etag": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- totalCount int32
Total count of items
results object[] nullable
List of machine metadata response
Array [contentType string nullableContent type
key string nullableMetadata key
etag string nullableEtag
]
{
"totalCount": 0,
"results": [
{
"contentType": "string",
"key": "string",
"etag": "string"
}
]
}
- Schema
- Example (from schema)
Schema
- totalCount int32
Total count of items
results object[] nullable
List of machine metadata response
Array [contentType string nullableContent type
key string nullableMetadata key
etag string nullableEtag
]
{
"totalCount": 0,
"results": [
{
"contentType": "string",
"key": "string",
"etag": "string"
}
]
}
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...