Querying Agency or Trust Agency Details
Function
This API is used to query agency or trust agency details.
Authorization Information
Each account root user has all the permissions required to call all APIs, but IAM users must be assigned the following required identity policy-based permissions. For details about the required permissions, see Permissions Policies and Supported Actions.
| Action | Access Level | Resource Type (*: required) | Condition Key | Alias | Dependencies |
|---|---|---|---|---|---|
| iam:agencies:getV5 | Read | agency * | g:ResourceTag/<tag-key> | - | - |
URI
GET /v5/agencies/{agency_id}
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| agency_id | Yes | String | Definition: Agency or trust agency ID. Constraints: The value can contain 1 to 64 characters. Only letters, digits, and hyphens (-) are allowed. Range: N/A Default Value: N/A |
Request Parameters
None
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| agency | agency object | Definition: Agency or trust agency. Range: N/A |
| Parameter | Type | Description |
|---|---|---|
| urn | String | Definition : Uniform Resource Name (URN). For details, see Reference. Range: N/A. |
| trust_policy | String | Definition: JSON format of the policy document of a trust agency's trust policy. Range: N/A |
| created_at | String | Definition: Time when the agency or trust agency was created. Range: N/A |
| description | String | Definition: Description of an agency or trust agency. Range: N/A |
| max_session_duration | Integer | Definition: Maximum session duration of an agency or trust agency, in seconds. Range: The value ranges from 3,600 to 43,200. |
| path | String | Definition: Resource path. Range: N/A |
| agency_id | String | Definition: Agency or trust agency ID. Range: N/A |
| agency_name | String | Definition: Name of an agency or trust agency. Range: N/A |
| trust_domain_id | String | Definition: ID of the delegated account. Range: N/A |
| trust_domain_name | String | Definition: Name of the delegated account. Range: N/A |
| tags | Array of tags objects | Definition: List of custom tags. Range: N/A |
| Parameter | Type | Description |
|---|---|---|
| tag_key | String | Definition: Tag key. Range: N/A |
| tag_value | String | Definition: Tag value. Range: N/A |
Status code: 403
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Definition : Error code. For details, see Error Code. Range: The format is PAP5.XXXX, for example, PAP5.0012. |
| error_msg | String | Definition : Error message. For details, see Error Message. Range: N/A. |
| request_id | String | Definition: Unique identifier of an API request, which is used to locate API calling exceptions. Range: N/A |
| encoded_authorization_message | String | Definition : Encrypted details returned when the authentication fails, which are used to locate authentication problems. The STS5 decryption API can be used for decryption. For details, see API link. Range: N/A. |
Status code: 404
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Definition : Error code. For details, see Error Code. Range: The format is PAP5.XXXX, for example, PAP5.0012. |
| error_msg | String | Definition : Error message. For details, see Error Message. Range: N/A. |
| request_id | String | Definition: Unique identifier of an API request, which is used to locate API calling exceptions. Range: N/A |
Example Requests
Querying agency details
GET https://{endpoint}/v5/agencies/{agency_id} Example Responses
Status code: 200
Successful
{
"agency" : {
"urn" : "iam::accountid:agency:name",
"trust_policy" : "{\"Version\":\"5.0\",\"Statement\":[{\"Action\":[\"sts:agencies:assume\",\"sts::tagSession\",\"sts::setSourceIdentity\"],\"Effect\":\"Allow\",\"Principal\":{\"IAM\":[\"xxx\"]}}]}",
"created_at" : "2023-09-21T01:17:19.590Z",
"description" : "description",
"max_session_duration" : 3600,
"path" : "",
"agency_id" : "string",
"agency_name" : "name",
"trust_domain_id" : null,
"trust_domain_name" : null,
"tags" : [ {
"tag_key" : "key",
"tag_value" : "value"
} ]
}
} Status Codes
| Status Code | Description |
|---|---|
| 200 | Successful |
| 403 | Forbidden |
| 404 | Not found |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot