Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/get-resources-by-server-uuid.md
T

2.1 KiB
Raw Blame History

Skip to content

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