InitializeVcc
Initialize the Lingjun connection and authorize Intelligent Computing Lingjun to create an SLR in your account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:InitializeVcc |
none |
*All Resource
|
None |
|
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The resource group ID. For more information about resource groups, see Resource groups. |
rg-acfmxhucx5ewuwy |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
AjaxResult |
||
| Code |
integer |
The response status code. |
0 |
| Message |
string |
The error message. (If the instance is in the Exception state, the exception cause is prompted.) |
Success |
| RequestId |
string |
The request ID. |
E30DA7CB-03D0-51EB-8F18-856B99987E18 |
| Content |
object |
The response parameters. |
|
| RoleName |
string |
Linked Role of Lingjun Connection Instance (AliyunServiceRoleForEfloVcc) |
AliyunServiceRoleForEfloVcc |
| RequestId |
string |
The request ID. |
E30DA7CB-03D0-51EB-8F18-856B99987E18 |
| AccessDeniedDetail |
string |
The details about the access denial. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "Success",
"RequestId": "E30DA7CB-03D0-51EB-8F18-856B99987E18",
"Content": {
"RoleName": "\t\nAliyunServiceRoleForEfloVcc",
"RequestId": "E30DA7CB-03D0-51EB-8F18-856B99987E18"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.