All Products
Search
Document Center

Certificate Management Service:ListCloudAccess

Last Updated:Jul 31, 2024

Queries a list of AccessKey pairs for multi-cloud deployment.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SecretIdstringNo

The AccessKey secret used to access the cloud service.

276
CloudNamestringNo

The cloud service provider.

Tencent
CurrentPageintegerNo

The page number. Default value: 1.

1
ShowSizeintegerNo

The number of certificates per page. Default value: 20.

20

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

D3F1FA43-1C26-50A2-8F0F-7A03851DBB46
TotalCountinteger

The total number of entries returned.

23
ShowSizeinteger

The number of revoked certificates per page. Default value: 20.

20
CurrentPageinteger

The page number. Default value: 1.

1
CloudAccessListarray<object>

The list of the AccessKey pairs.

object
AccessIdlong

The AccessKey ID used to access the cloud service.

888
CloudNamestring

The cloud service provider.

Tencent
SecretIdstring

The AccessKey secret used to access the cloud service.

LTAI4G5KAZCJQqdwPBAXXXX
ServiceStatusstring

The status of the service.

normal

Examples

Sample success responses

JSONformat

{
  "RequestId": "D3F1FA43-1C26-50A2-8F0F-7A03851DBB46",
  "TotalCount": 23,
  "ShowSize": 20,
  "CurrentPage": 1,
  "CloudAccessList": [
    {
      "AccessId": 888,
      "CloudName": "Tencent",
      "SecretId": "LTAI4G5KAZCJQqdwPBAXXXX",
      "ServiceStatus": "normal"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.