Queries resource directory information. When called by a management account, returns the directory enabled by that account. When called by a member, returns the directory that the member belongs to.
Operation description
The following example uses a management account to query the resource directory enabled by that account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
resourcemanager:GetResourceDirectory |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
For more information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
CD76D376-2517-4924-92C5-DBC52262F93A |
| ResourceDirectory |
object |
The resource directory details. |
|
| ControlPolicyStatus |
string |
The status of the Control Policy feature. Valid values:
|
Enabled |
| CreateTime |
string |
The time when the resource directory was enabled. |
2019-02-18T15:32:10.473Z |
| IdentityInformation |
string |
The real-name verification information. |
***有限公司 |
| MasterAccountId |
string |
The ID of the management account. |
172845045600**** |
| MasterAccountName |
string |
The name of the management account. |
aliyun-admin |
| MemberDeletionStatus |
string |
The status of the member deletion feature. Valid values:
|
Enabled |
| ResourceDirectoryId |
string |
The ID of the resource directory. |
rd-St**** |
| RootFolderId |
string |
The ID of the Root folder. |
r-Zo**** |
Examples
Success response
JSON format
{
"RequestId": "CD76D376-2517-4924-92C5-DBC52262F93A",
"ResourceDirectory": {
"ControlPolicyStatus": "Enabled",
"CreateTime": "2019-02-18T15:32:10.473Z",
"IdentityInformation": "***有限公司",
"MasterAccountId": "172845045600****",
"MasterAccountName": "aliyun-admin",
"MemberDeletionStatus": "Enabled",
"ResourceDirectoryId": "rd-St****",
"RootFolderId": "r-Zo****"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | ResourceDirectoryNotInUse | The specified account is not an Alibaba Cloud account or a member account of the resource directory. | The specified account is not an Alibaba Cloud account or a member account of the resource directory. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.