Queries the information about a folder.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
FolderId | string | Yes | The ID of the folder. | fd-Jyl5U7**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C2CBCA30-C8DD-423E-B4AD-4FB694C9180C",
"Folder": {
"FolderId": "fd-Jyl5U7****",
"CreateTime": "2021-06-15T06:39:08.521Z",
"ParentFolderId": "r-Wm****",
"FolderName": "Applications",
"ResourceDirectoryPath": "rd-3G****/r-Wm****/fd-Jyl5U7****"
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | MissingParameter.FolderId | You must specify FolderId. | The FolderId parameter is not configured. Configure this parameter. |
400 | InvalidParameter.FolderId | The FolderId is invalid. | The value of the FolderId parameter is invalid. The value must start with r- followed by 6 characters or start with fd- followed by 10 characters. Valid characters are letters and digits. |
404 | EntityNotExists.ResourceDirectory | The resource directory for the account is not enabled. We recommend that you first enable the resource directory for the account. | The account is not used to enable a resource directory. Use the account to enable a resource directory first. |
404 | EntityNotExists.Folder | The resource directory folder does not exist. | The specified folder does not exist. Create such a folder first. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history