Skip to content

Resources

GET
/servers/{uuid}/resources

Get resources by server.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Parameters

Path Parameters

uuid*

Server's UUID

Typestring
Required

Responses

Get resources by server
application/json
JSON
[
{
"id": 0,
"uuid": "string",
"name": "string",
"type": "string",
"created_at": "string",
"updated_at": "string",
"status": "string"
}
]

Samples

Powered by VitePress OpenAPI