All Products
Search
Document Center

Resource Management:GetFolder

Last Updated:Dec 18, 2023

Queries the information about a folder.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
FolderIdstringYes

The ID of the folder.

fd-Jyl5U7****

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The ID of the request.

C2CBCA30-C8DD-423E-B4AD-4FB694C9180C
Folderobject

The information about the folder.

FolderIdstring

The ID of the folder.

fd-Jyl5U7****
CreateTimestring

The time when the folder was created.

2021-06-15T06:39:08.521Z
ParentFolderIdstring

The ID of the parent folder.

r-Wm****
FolderNamestring

The name of the folder.

Applications
ResourceDirectoryPathstring

The path of the folder in the resource directory.

rd-3G****/r-Wm****/fd-Jyl5U7****

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
400MissingParameter.FolderIdYou must specify FolderId.The FolderId parameter is not configured. Configure this parameter.
400InvalidParameter.FolderIdThe 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.
404EntityNotExists.ResourceDirectoryThe 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.
404EntityNotExists.FolderThe 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 timeSummary of changesOperation
No change history