Queries the UModel of a digital employee.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
starops:GetDigitalEmployeeUmodel |
get |
*DigitalEmployee
|
None | None |
Request syntax
GET /digitalEmployee/{name}/umodel HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the digital employee whose UModel you want to query. |
sample-agent |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| commonSchemaRef |
array<object> |
The common schemas referenced by the digital employee UModel. |
|
|
object |
The list item. |
||
| group |
string |
The schema group. |
default |
| version |
string |
The schema version. |
v1 |
| description |
string |
The description of the digital employee UModel. |
Sample description |
| name |
string |
The name of the digital employee to which the UModel belongs. |
sample-agent |
| requestId |
string |
The unique ID of the request. |
0A1B2C3D-4E5F-6789-ABCD-1234567890AB |
Examples
Success response
JSON format
{
"commonSchemaRef": [
{
"group": "default",
"version": "v1"
}
],
"description": "Sample description",
"name": "sample-agent",
"requestId": "0A1B2C3D-4E5F-6789-ABCD-1234567890AB"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.