Adds a group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:AddGroup |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GroupName |
string |
Yes |
The group name. |
testgroup |
| ContactName |
string |
No |
The contact name. |
mary |
| ContactDetails |
string |
No |
The contact description. |
15111111111 |
| Country |
string |
No |
The country. |
China |
| FilePath |
string |
No |
The file path. |
src/main/resources/config/promql_node.yaml |
|
No |
The business tenant code. |
|||
|
No |
The email address. |
|||
|
No |
The business extension information. |
|||
|
No |
The remarks. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
The access denied details. |
无 |
| Message |
string |
The prompt message. This parameter has a value when an exception is returned. |
true |
| RequestId |
string |
The request ID. |
dgdf5-bvcv** |
| Data |
string |
The returned data object. |
true |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
false |
Examples
Success response
JSON format
{
"AccessDeniedDetail": "无",
"Message": "true",
"RequestId": "dgdf5-bvcv**",
"Data": "true",
"Code": "OK",
"Success": false
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.