All Products
Search
Document Center

Cloud Storage Gateway:DescribeGatewayClasses

Last Updated:Jun 24, 2025

Queries available gateway editions.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
Messagestring

The description of the request result.

successful
RequestIdstring

The request ID.

EC3D33E5-0F6B-4D1B-9B35-59A71EB3FA50
Codestring

The status code. The status code 200 indicates that the request was successful.

200
Successboolean

Indicates whether the request was successful.

true
Classesstring

The gateway editions. The gateway specifications are separated by commas (,). Valid values:

  • Basic: the Basic edition
  • Standard: the Standard edition
  • Enhanced: the Enhanced edition
  • Advanced: the Performance Optimized edition
Basic,Standard,Enhanced,Advanced

Examples

Sample success responses

JSONformat

{
  "Message": "successful",
  "RequestId": "EC3D33E5-0F6B-4D1B-9B35-59A71EB3FA50",
  "Code": 200,
  "Success": true,
  "Classes": "Basic,Standard,Enhanced,Advanced"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history