Listing Agencies
Function
This API is provided for the administrator to list agencies that match specified conditions.
The API can be called using both the global endpoint and region-specific endpoints. For IAM endpoints, see Regions and Endpoints.
URI
GET /v3.0/OS-AGENCY/agencies
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| domain_id | Yes | String | Account ID of the delegating party. For details about how to obtain the account ID, see Obtaining Account, IAM User, Group, Project, Region, and Agency Information. NOTE: domain_id is not required if X-Auth-Token is set to a token with fine-grained permissions. |
| name | No | String | Agency name. For details about how to obtain the agency name, see Obtaining Account, IAM User, Group, Project, Region, and Agency Information. |
| trust_domain_id | No | String | Account ID of the delegated party. For details about how to obtain the account ID, see Obtaining Account, IAM User, Group, Project, Region, and Agency Information. |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| Content-Type | Yes | String | Fill application/json;charset=utf8 in this field. |
| X-Auth-Token | Yes | String | Token with Security Administrator permissions or fine-grained permissions. |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| Array of objects | Agency information. |
| Parameter | Type | Description |
|---|---|---|
| create_time | String | Time when the agency was created. |
| description | String | Description of the agency. |
| domain_id | String | ID of the delegating account. |
| duration | String | Validity period of the agency. FOREVER and null indicate that the agency has unlimited validity. ONEDAY indicates that the agency is valid only for one day. |
| expire_time | String | Expiration time of the agency. null indicates that the agency has unlimited validity. |
| id | String | Agency ID. |
| name | String | Agency name. |
| trust_domain_id | String | ID of the delegated account. |
| trust_domain_name | String | Name of the delegated account. |
Example Request
GET https://iam.myhuaweicloud.com/v3.0/OS-AGENCY/agencies?domain_id=0ae9c6993a2e47bb8c4c7a9bb82...
Example Response
Status code: 200
The request is successful.
{
"agencies": [
{
"create_time": "2020-01-04T03:37:16.000000",
"description": "",
"domain_id": "d78cbac186b744899480f25b...",
"duration": "FOREVER",
"expire_time": null,
"id": "0760a9e2a60026664f1fc0031f9f2...",
"name": "IAMAgency",
"trust_domain_id": "a2cd82a33fb043dc9304bf72...",
"trust_domain_name": "IAMDomainB"
}
]
} Status Codes
| Status Code | Description |
|---|---|
| 200 | The request is successful. |
| 401 | Authentication failed. |
| 403 | Access denied. |
| 404 | The requested resource cannot be found. |
| 500 | Internal server error. |
Error Codes
None
Last Article: Agency Management
Next Article: Querying Agency Details
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.