Retrieves the configuration of a Umodel.
Operation description
Retrieves the configuration of a Umodel.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:GetUmodel |
get |
*Umodel
|
None | None |
Request syntax
GET /workspace/{workspace}/umodel HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspace |
string |
Yes |
The workspace name. |
workspace-test |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| commonSchemaRef |
array<object> |
This parameter is reserved. |
|
|
object |
This parameter is reserved. |
||
| group |
string |
The public Umodel schema group. |
test-job-123123 |
| version |
string |
The version. |
5 |
| description |
string |
The Umodel description. |
workspace test |
| regionId |
string |
The region of the resource. |
cn-heyuan |
| requestId |
string |
The request ID. |
123-123123-sdf-435-3123 |
| workspace |
string |
The workspace name. |
workspace-test |
Examples
Success response
JSON format
{
"commonSchemaRef": [
{
"group": "test-job-123123",
"version": "5"
}
],
"description": "workspace test",
"regionId": "cn-heyuan",
"requestId": "123-123123-sdf-435-3123",
"workspace": "workspace-test"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.