2.1 KiB
2.1 KiB
Return to top
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.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
Server's UUID
Type
string
Required
Responses
200400401
Get resources by server
Content-Type
application/json
SchemaJSON
JSON
[
{
"id": 0,
"uuid": "string",
"name": "string",
"type": "string",
"created_at": "string",
"updated_at": "string",
"status": "string"
}
]
GET
/servers/{uuid}/resources
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI