Queries the regions that support private image registry access.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:ListImageRegistryRegion |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language type for requesting and receiving messages. Default value: zh. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID, which is a unique identifier generated by Alibaba Cloud for this request. It can be used for troubleshooting and diagnostics. |
291B49F9-1685-4005-9D34-606B6F78**** |
| Regions |
array<object> |
The list of regions. |
|
|
object |
The region information. |
||
| RegionName |
string |
The region name. |
cn-hangzhou |
| RegionId |
string |
The ID of the region where the image resides. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "291B49F9-1685-4005-9D34-606B6F78****",
"Regions": [
{
"RegionName": "cn-hangzhou",
"RegionId": "cn-hangzhou"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.