Retrieves a list of IPAM resource discovery instances.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
vpc:ListIpamResourceDiscoveries | list | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | Yes | The ID of the region. You can call the DescribeRegions operation to get the region ID. | cn-hangzhou |
ResourceGroupId | string | No | The ID of the resource group to which the resource discovery belongs. | rg-aek2sermdd6**** |
| IpamResourceDiscoveryIds | array | No | The IDs of the resource discovery instances. You can query up to 100 instances at a time. | |
string | No | The ID of the resource discovery instance. | ipam-res-disco-jt5f2af2u6nk2z321**** | |
IpamResourceDiscoveryName | string | No | The name of the resource discovery. The name must be 1 to 128 characters in length and cannot start with http:// or https://. | test |
Type | string | No | The type of the resource discovery. Note The following types are supported:
| system |
| Tags | array<object> | No | The list of tags. | |
object | No | The list of tags. | ||
Key | string | No | The tag key. You can specify up to 20 tag keys. The key cannot be an empty string. A tag key can be up to 64 characters in length. It must start with a letter or a Chinese character and can contain digits, periods (.), underscores (_), and hyphens (-). The key cannot start with | FinanceDept |
Value | string | No | The tag value. You can specify up to 20 tag values. The value can be an empty string. A tag value can be up to 128 characters in length and cannot contain | FinanceJoshua |
NextToken | string | No | The token for the next 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 |
IsShared | boolean | No | Specifies whether the resource discovery is shared. | true |
Response elements
Element | Type | Description | Example |
object | The list of returned results. | ||
| IpamResourceDiscoveries | array<object> | The list of resource discovery instances. | |
object | The list of resource discovery instances. | ||
IpamResourceDiscoveryId | string | The ID of the resource discovery instance. | ipam-res-disco-jt5f2af2u6nk2z321**** |
IpamResourceDiscoveryName | string | The name of the resource discovery. | test |
IpamResourceDiscoveryDescription | string | The description of the resource discovery. | test description |
| OperatingRegionList | array | The list of operating regions of the resource discovery. | |
string | The operating region of the resource discovery. | cn-hangzhou | |
Type | string | The type of the resource discovery. | system |
IpamResourceDiscoveryStatus | string | The status of the resource discovery instance. Valid values:
| Created |
ResourceGroupId | string | The ID of the resource group to which the resource discovery belongs. | rg-aek2sermdd6**** |
CreateTime | string | The time when the resource discovery was created. | 2022-07-01T02:05:23Z |
| Tags | array<object> | The list of tags. | |
object | The list of tags. | ||
Key | string | The tag key. | FinanceDept |
Value | string | The tag value. | FinanceJoshua |
RegionId | string | The ID of the region where the resource discovery instance is located. | cn-hangzhou |
OwnerId | integer | The Alibaba Cloud account of the owner of the resource discovery instance. | 1210123456****** |
ShareType | string | The sharing status of the resource.
| Shared |
NextToken | string | The token for the next page of results. Valid values:
| FFmyTO70tTpLG6I3FmYAXGKPd**** |
TotalCount | integer | The total number of entries that match the query conditions. | 1 |
MaxResults | integer | The maximum number of entries returned on each page. Valid values: 1 to 100. Default value: 10. | 10 |
Count | integer | The number of entries returned on the current page. | 1 |
RequestId | string | The request ID. | 86137597-443F-5B66-B9B6-8514E0C50B8F |
Examples
Success response
JSON format
{
"IpamResourceDiscoveries": [
{
"IpamResourceDiscoveryId": "ipam-res-disco-jt5f2af2u6nk2z321****",
"IpamResourceDiscoveryName": "test",
"IpamResourceDiscoveryDescription": "test description",
"OperatingRegionList": [
"cn-hangzhou"
],
"Type": "system",
"IpamResourceDiscoveryStatus": "Created",
"ResourceGroupId": "rg-aek2sermdd6****",
"CreateTime": "2022-07-01T02:05:23Z",
"Tags": [
{
"Key": "FinanceDept",
"Value": "FinanceJoshua"
}
],
"RegionId": "cn-hangzhou",
"OwnerId": 0,
"ShareType": "Shared"
}
],
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"TotalCount": 1,
"MaxResults": 10,
"Count": 1,
"RequestId": "86137597-443F-5B66-B9B6-8514E0C50B8F"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.