DeleteCIDR
1. API Description
This API is used to return a CIDR block.
2. Input Parameters
The following request parameter list only provides API request parameters.
Parameter Name
Required
Type
Description
cidrBlockId
Yes
String
ID of the CIDR block.
You can find the cidrBlockId in the response by calling CIDRDetails.
3. Output Parameters
Parameter Name
Type
Description
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4. Code Example
Return a CIDR block.
POST / HTTP/1.1
Host: console.harmonynetworks.net/api/v2/bmc
Content-Type: application/json
X-ZC-Action: DeleteCIDR
<Common Request Params>
Request:
{
"cidrBlockId": "cidrBlockId"
}
Response:
{
"requestId": "TC9E90021-5016-455C-B2F4-9D640EF63176",
"response": {
"requestId": "TC9E90021-5016-455C-B2F4-9D640EF63176"
}
}5. Error Codes
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
HTTP Status Code
Error Code
Description
403
OPERATION_DENIED_CIDRBLOCK_SUBSCRIPTION
Return on prepaid CIDR blocks not supported.
403
OPERATION_DENIED_INSTANCE_EXIST
Return on CIDR blocks with instances assigned not supported.
Last updated