Queries one or more IPAMs.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
vpc:ListIpams | list | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | Yes | The ID of the hosted region of the IPAM. You can call DescribeRegions to get the region ID. | cn-hangzhou |
ResourceGroupId | string | No | The ID of the resource group to which the IPAM belongs. | rg-aek2sermdd6**** |
| IpamIds | array | No | The IDs of the IPAMs. You can specify up to 100 IPAM IDs. | |
string | No | The ID of the IPAM. | ipam-ccxbnsbhew0d6t**** | |
IpamName | string | No | The name of the IPAM. The name must be 1 to 128 characters in length and cannot start with | test |
| Tags | array<object> | No | The tags. | |
object | No | The tags. | ||
Key | string | No | The tag key. You can specify up to 20 tag keys. The tag key cannot be an empty string. The tag key can be up to 64 characters in length. It must start with a letter or a Chinese character. It can contain digits, periods (.), underscores (_), and hyphens (-). It cannot start with | FinanceDept |
Value | string | No | The tag value. You can specify up to 20 tag values. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain | FinanceJoshua |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. Valid values:
| FFmyTO70tTpLG6I3FmYAXGKPd**** |
MaxResults | integer | No | The maximum number of entries to return on each page. Valid values: 1 to 100. Default value: 10. | 10 |
Response elements
Element | Type | Description | Example |
object | The information returned. | ||
| Ipams | array<object> | A list of IPAM instances. | |
object | A list of IPAM instances. | ||
IpamId | string | The ID of the IPAM. | ipam-ccxbnsbhew0d6t**** |
IpamName | string | The name of the IPAM. | test |
IpamDescription | string | The description of the IPAM. | test description |
| OperatingRegionList | array | The list of operating regions of the IPAM. | |
string | The operating region of the IPAM. | cn-hangzhou | |
PrivateDefaultScopeId | string | The ID of the default private scope that is automatically created when you create the IPAM. | ipam-scope-okoerbco6unqfr**** |
PublicDefaultScopeId | string | The ID of the default public scope that is automatically created when you create the IPAM. | ipam-scope-ovb76p1g1m19dr**** |
ScopeCount | integer | The number of scopes in the IPAM. Valid values: 2 to 5. | 2 |
IpamStatus | string | The status of the IPAM. Valid values:
| Created |
ResourceGroupId | string | The ID of the resource group to which the IPAM belongs. | rg-aek2dbprgpt**** |
CreateTime | string | The time when the IPAM was created. | 2022-07-01T02:05:23Z |
| Tags | array<object> | The tags. | |
object | The tags. | ||
Key | string | The tag key. | FinanceDept |
Value | string | The tag value. | FinanceJoshua |
RegionId | string | The ID of the region where the IPAM is created. | cn-hangzhou |
OwnerId | integer | The ID of the Alibaba Cloud account to which the IPAM belongs. | 1210123456****** |
DefaultResourceDiscoveryId | string | The ID of the default resource discovery. | ipam-res-disco-jt5f2af2u6nk2z321**** |
DefaultResourceDiscoveryAssociationId | string | The ID of the default resource discovery association. | ipam-res-disco-assoc-jt5fac8twugdbbgip**** |
ResourceDiscoveryAssociationCount | integer | The number of resource discovery associations. | 1 |
NextToken | string | The pagination token that is used in the next request to retrieve a new page of results. Valid values:
| FFmyTO70tTpLG6I3FmYAXGKPd**** |
TotalCount | integer | The total number of entries. | 10 |
MaxResults | integer | The maximum number of entries returned per page. Valid values: 1 to 100. Default value: 10. | 20 |
Count | integer | The number of entries returned on the current page. | 10 |
RequestId | string | The request ID. | 23CA0A0B-B0F5-5495-B355-7D9A9203A46B |
Examples
Success response
JSON format
{
"Ipams": [
{
"IpamId": "ipam-ccxbnsbhew0d6t****",
"IpamName": "test",
"IpamDescription": "test description",
"OperatingRegionList": [
"cn-hangzhou"
],
"PrivateDefaultScopeId": "ipam-scope-okoerbco6unqfr****",
"PublicDefaultScopeId": "ipam-scope-ovb76p1g1m19dr****",
"ScopeCount": 2,
"IpamStatus": "Created",
"ResourceGroupId": "rg-aek2dbprgpt****",
"CreateTime": "2022-07-01T02:05:23Z",
"Tags": [
{
"Key": "FinanceDept",
"Value": "FinanceJoshua"
}
],
"RegionId": "cn-hangzhou",
"OwnerId": 0,
"DefaultResourceDiscoveryId": "ipam-res-disco-jt5f2af2u6nk2z321****",
"DefaultResourceDiscoveryAssociationId": "ipam-res-disco-assoc-jt5fac8twugdbbgip****",
"ResourceDiscoveryAssociationCount": 1
}
],
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"TotalCount": 10,
"MaxResults": 20,
"Count": 10,
"RequestId": "23CA0A0B-B0F5-5495-B355-7D9A9203A46B"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.