All Products
Search
Document Center

Intelligent Media Management:ListRegions

Last Updated:Dec 11, 2024

Queries the regions where Intelligent Media Management (IMM) is available and the supported languages.

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
AcceptLanguagestringYes

The language. Valid values:

  • zh-CN: Chinese.
  • en-US: English.
  • ja: Japanese.
zh-CN

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

7F7D235C-76FF-4B65-800C-8238AE3F****
Regionsarray

The regions.

RegionsRegionType

The region.

Examples

Sample success responses

JSONformat

{
  "RequestId": "7F7D235C-76FF-4B65-800C-8238AE3F****",
  "Regions": [
    {
      "RegionId": "cn-beijing",
      "LocalName": ""
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2024-04-19The API operation is not deprecated.. The Error code has changedView Change Details