Lists the members managed by the IPAM trusted service.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vpc:ListIpamMembers |
list |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the hosted region of the IPAM. Call the DescribeRegions operation to get the region ID. |
cn-hangzhou |
| MemberIds |
array |
No |
A list of IDs of members managed by the IPAM trusted service. |
|
|
string |
No |
The ID of a member managed by the IPAM trusted service. |
fd-ccccncASqa |
|
| NextToken |
string |
No |
The token that is used to retrieve 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. |
20 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
ListTokenResult |
||
| MemberInfos |
array<object> |
A list of members managed by the IPAM trusted service. |
|
|
object |
|||
| CreationTime |
string |
The time when the member was added. |
2025-07-11T07:18:07Z |
| MemberId |
string |
The member ID.
|
fd-ccccncASqa |
| MemberType |
string |
The type of the member. Valid values:
|
Folder |
| Status |
string |
The status of the member managed by the IPAM trusted service. Valid values:
|
Created |
| NextToken |
string |
The token that is used to retrieve the next page of results. Valid values:
|
FFmyTO70tTpLG6I3FmYAXGKPd**** |
| TotalCount |
integer |
The total number of entries that match the query. |
20 |
| 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. |
6 |
| RequestId |
string |
The request ID. |
B90776C8-F703-51D5-893A-AD1CA699D535 |
Examples
Success response
JSON format
{
"MemberInfos": [
{
"CreationTime": "2025-07-11T07:18:07Z",
"MemberId": "fd-ccccncASqa",
"MemberType": "Folder",
"Status": "Created"
}
],
"NextToken": "FFmyTO70tTpLG6I3FmYAXGKPd****",
"TotalCount": 20,
"MaxResults": 10,
"Count": 6,
"RequestId": "B90776C8-F703-51D5-893A-AD1CA699D535"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | OperationDenied.IpamNotExist | The operation is not allowed because the IPAM does not exist. | IPAM does not exist in the current region. IPAM trusted service members cannot be managed. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.