Queries the details of IPAM scopes.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vpc:ListIpamScopes |
list |
*IpamScope
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region where the IPAM instance is deployed. You can call the DescribeRegions operation to obtain the region ID. |
cn-hangzhou |
| IpamId |
string |
No |
The instance ID of the IPAM. |
ipam-ccxbnsbhew0d6t**** |
| IpamScopeType |
string |
No |
The type of the IPAM scope. Valid values:
|
private |
| IpamScopeIds |
array |
No |
The instance IDs of the IPAM scopes. |
|
|
string |
No |
The instance ID of an IPAM scope. You can specify up to 20 instance IDs. |
ipam-scope-glfmcyldpm8lsy**** |
|
| IpamScopeName |
string |
No |
The name of the IPAM scope. The name must be 1 to 128 characters in length and cannot start with |
test |
| ResourceGroupId |
string |
No |
The ID of the resource group to which the IPAM scope belongs. |
rg-aek2sermdd6**** |
| 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. It can contain digits, periods (.), underscores (_), and hyphens (-). The tag key cannot start with |
FinanceDept |
| Value |
string |
No |
The tag value of the resource. 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. It cannot contain |
FinanceJoshua |
| NextToken |
string |
No |
The token that is used for the next query. 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. |
||
| IpamScopes |
array<object> |
A list of IPAM scopes. |
|
|
object |
A list of IPAM scopes. |
||
| CreateTime |
string |
The time when the IPAM scope was created. |
2022-04-18T03:12:37Z |
| IpamScopeId |
string |
The instance ID of the IPAM scope. |
ipam-scope-glfmcyldpm8lsy**** |
| IpamScopeType |
string |
The type of the IPAM scope. Valid values:
|
private |
| Status |
string |
The status of the IPAM scope. Valid values:
|
Created |
| IpamId |
string |
The instance ID of the IPAM. |
ipam-ccxbnsbhew0d6t**** |
| PoolCount |
integer |
The number of IPAM pools in the IPAM scope. |
2 |
| IpamScopeName |
string |
The name of the IPAM scope. |
test |
| IpamScopeDescription |
string |
The description of the IPAM scope. |
test description |
| ResourceGroupId |
string |
The ID of the resource group to which the IPAM scope belongs. |
rg-acfmxazb4ph6aiy**** |
| Tags |
array<object> |
The tags. |
|
|
object |
The tags. |
||
| Key |
string |
The tag key. |
FinanceDept |
| Value |
string |
The tag value. |
FinanceDept |
| IsDefault |
boolean |
Indicates whether the scope is the default scope. Valid values:
|
true |
| RegionId |
string |
The region ID of the IPAM scope. |
cn-hangzhou |
| OwnerId |
integer |
The ID of the Alibaba Cloud account to which the IPAM scope belongs. |
1210123456****** |
| NextToken |
string |
The token that is used for the next page of results. Valid values:
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| TotalCount |
integer |
The total number of entries returned. |
1000 |
| MaxResults |
integer |
The maximum number of entries returned per page. Valid values: 1 to 100. Default value: 10. |
10 |
| Count |
integer |
The number of entries returned on the current page. |
10 |
| RequestId |
string |
The request ID. |
8859C501-97E7-53D4-B94B-2A9E16003B22 |
Examples
Success response
JSON format
{
"IpamScopes": [
{
"CreateTime": "2022-04-18T03:12:37Z",
"IpamScopeId": "ipam-scope-glfmcyldpm8lsy****",
"IpamScopeType": "private",
"Status": "Created",
"IpamId": "ipam-ccxbnsbhew0d6t****",
"PoolCount": 2,
"IpamScopeName": "test",
"IpamScopeDescription": "test description",
"ResourceGroupId": "rg-acfmxazb4ph6aiy****",
"Tags": [
{
"Key": "FinanceDept",
"Value": "FinanceDept"
}
],
"IsDefault": true,
"RegionId": "cn-hangzhou",
"OwnerId": 0
}
],
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"TotalCount": 1000,
"MaxResults": 10,
"Count": 10,
"RequestId": "8859C501-97E7-53D4-B94B-2A9E16003B22"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.