Ir al contenido

List Machines Api Key

GET
/api/v1/machines/list
curl --request GET \
--url https://nora-api.valisoftconsulting.com/api/v1/machines/list \
--header 'X-API-Key: <X-API-Key>'

List machines using an X-API-Key.

Requires scope machines:read (or an unrestricted key). Rate limited to 60 requests/minute per IP.

status
Any of:
string
Allowed values: online offline busy

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}