Creates a list of approval nodes.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeName |
string |
Yes |
The name of the approval node. |
TestNode |
| Comment |
string |
Yes |
The description of the approval node. |
For test use |
| UserIdList |
string |
Yes |
The list of DMS user IDs. Separate multiple user IDs with commas (,). You can call the ListUsers operation to obtain user IDs. |
1,2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
34E01EDD-6A16-4CF0-9541-C644D1BE01AA |
| ErrorCode |
string |
The error code. |
403 |
| ErrorMessage |
string |
The error message. |
UnknownError |
| Success |
boolean |
Indicates whether the request is successful. Valid values:
|
true |
| Data |
integer |
The ID of the approval node. |
1 |
Examples
Success response
JSON format
{
"RequestId": "34E01EDD-6A16-4CF0-9541-C644D1BE01AA",
"ErrorCode": "403",
"ErrorMessage": "UnknownError",
"Success": true,
"Data": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.