CreateEr
Create a Lingjun HUB.
Operation description
When you call this operation to create a Lingjun HUB, note that:
-
Make sure that you have sufficient Lingjun HUB quota.
-
This interface is an asynchronous interface. After this interface is called, the system will return the ID of a Lingjun HUB. At this time, the Lingjun HUB instance may not be created yet, and the system background creation task is still in progress. You can call the ListErs or GetEr operation to query the status of the Lingjun HUB.
If the status of the Lingjun HUB is Executing, it indicates that it is being created.
If the status of the Lingjun HUB is Available, the creation is successful.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:CreateEr |
create |
*Er
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ErName |
string |
Yes |
Lingjun HUB Name |
er-wulanchabu-main |
| MasterZoneId |
string |
Yes |
Primary Zone |
cn-wulanchabu-b |
| Description |
string |
No |
The description of the document. |
er-乌兰察布实例 |
| RegionId |
string |
Yes |
The region ID. |
cn-wulanchabu |
| ResourceGroupId |
string |
No |
Resource group instance ID |
rg-aekzt452sjgqm2y |
| Tag |
array<object> |
No |
List of tags. |
|
|
object |
No |
The tag information. |
||
| Value |
string |
No |
The value of the tag. |
value1 |
| Key |
string |
No |
The tag key. |
test1 |
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.) |
成功 |
| RequestId |
string |
Request ID of the current request |
AC8C713A-A9F4-5984-A5E1-76496DF35153 |
| Content |
object |
The response parameters. |
|
| ErId |
string |
Lingjun HUB ID |
er-aueyxxsy |
| AccessDeniedDetail |
string |
The detailed information about the failed permission verification. |
None |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "成功",
"RequestId": "AC8C713A-A9F4-5984-A5E1-76496DF35153",
"Content": {
"ErId": "er-aueyxxsy"
},
"AccessDeniedDetail": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.