Resource Management
Retrieve resource by id
Retrieve the information of the resource with the specified id.
get/resources/{id}
Path parameters
idstring uuid required
Example:7bea4732-214f-40e7-9161-4e7241a2b97e
id of the object
Response
OK
Example response
{
"id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"name": "pAI-OS",
"uri": "https://localhost:8080/v1/api"
}