Retrieves the status of the IPAM service.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
vpc:GetVpcIpamServiceStatus | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
ClientToken | string | No | Ensures idempotency. Provide a unique ASCII token generated by your client. A new token is provided for each distinct request. Note If you do not specify this parameter, the system automatically uses the RequestId of the request as the ClientToken. The RequestId may be different for each request. | 123e4567-e89b-12d3-a456-426655440000 |
RegionId | string | Yes | The ID of the managed region of IPAM. | cn-hangzhou |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 2FEE9FFF-57EE-5832-BE88-9308352F3B68 |
Enabled | boolean | Indicates whether the IPAM service is enabled.
| true |
Examples
Success response
JSON format
{
"RequestId": "2FEE9FFF-57EE-5832-BE88-9308352F3B68",
"Enabled": true
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.