Get agent workspace state for an instance
curl --request GET \
--url https://pria.praxislxp.com/api/admin/institution/{id}/agent \
--header 'x-access-token: <api-key>'{
"success": true,
"idempotent": true,
"agent": {
"enabled": true,
"preset": "<string>",
"manifestYaml": "<string>",
"manifestDigest": "<string>",
"preferences": {
"cpu": 2.125,
"memoryMb": 4352,
"storageGb": 52,
"gui": true,
"vncResolution": "1280x800"
},
"requestedBy": "<string>",
"requestedAt": "2023-11-07T05:31:56Z",
"provisionedAt": "2023-11-07T05:31:56Z",
"lastError": "<string>"
}
}Admin Institutions
Get agent workspace state for an instance
Returns the desired agent workspace state for one Digital Twin instance. Requires admin access and institutions.edit RAP for the target instance.
GET
/
api
/
admin
/
institution
/
{id}
/
agent
Get agent workspace state for an instance
curl --request GET \
--url https://pria.praxislxp.com/api/admin/institution/{id}/agent \
--header 'x-access-token: <api-key>'{
"success": true,
"idempotent": true,
"agent": {
"enabled": true,
"preset": "<string>",
"manifestYaml": "<string>",
"manifestDigest": "<string>",
"preferences": {
"cpu": 2.125,
"memoryMb": 4352,
"storageGb": 52,
"gui": true,
"vncResolution": "1280x800"
},
"requestedBy": "<string>",
"requestedAt": "2023-11-07T05:31:56Z",
"provisionedAt": "2023-11-07T05:31:56Z",
"lastError": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I