DetachElasticNetworkInterface
Detach an Elastic Network Interface (ENI) from a Lingjun node.
Operation description
This operation is asynchronous. Use the query API to check whether the Lingjun ENI has reached the detached state.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:DetachElasticNetworkInterface |
update |
*ElasticNetworkInterface
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
Region ID |
cn-wulanchabu |
| NodeId |
string |
Yes |
Node ID |
e01-cn-zxu2zp3**** |
| ElasticNetworkInterfaceId |
string |
Yes |
Elastic Network Interface (ENI) ID |
leni-1234**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|
||
| Code |
integer |
Status code of the response. |
0 |
| Message |
string |
Response message. |
Success |
| RequestId |
string |
Request ID of this call. |
9C50C9CD-E799-54DA-BA7A-1FAF3DF8**** |
| AccessDeniedDetail |
string |
Detailed information about access denial. |
{} |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "Success",
"RequestId": "9C50C9CD-E799-54DA-BA7A-1FAF3DF8****",
"AccessDeniedDetail": "{}"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.