getCloudMssqlCharacterSetList
    • PDF

    getCloudMssqlCharacterSetList

    • PDF

    Article Summary

    Available in VPC

    Querying a list of available Cloud DB for MSSQL character set.

    Requests

    Request Parameters

    ParameterTypeRequirement StatusDescriptionRestrictions
    regionCodeStringNRegion code
    - regionCode can be obtained via the getRegionList action
    - default: Selects the first region of the getRegionList query results
    -
    responseFormatTypeStringNFormat type of the response result
    - options: xml | json
    - default: xml
    -

    Responses

    Response bodies

    For response bodies, refer to CloudMssqlCharacterSet.

    Examples

    Request Examples

    The following is an example of a request body.

    GET {API_URL}/getCloudMssqlCharacterSetList
    ?regionCode=KR
    

    Response examples

    The following are examples of responses.

    If the response shows that format type (responseFormatType) is json

    {
      "getCloudMssqlCharacterSetListResponse": {
        "requestId": "6ffd457b-db44-4a26-9010-2cd6d4999852",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 2,
        "cloudMssqlCharacterSetList": [
          {
            "characterSetName": "Korean_Wansung_CI_AS"
          },
          {
            "characterSetName": "SQL_Latin1_General_CP1_CI_AS"
          }
        ]
      }
    }
    

    If the response shows that format type (responseFormatType) is xml

    <getCloudMssqlCharacterSetListResponse>
        <requestId>6ffd457b-db44-4a26-9010-2cd6d4999852</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>2</totalRows>
        <cloudMssqlCharacterSetList>
            <CloudMssqlCharacterSet>
                <characterSetName>Korean_Wansung_CI_AS</characterSetName>
            </CloudMssqlCharacterSet>
            <CloudMssqlCharacterSet>
                <characterSetName>SQL_Latin1_General_CP1_CI_AS</characterSetName>
            </CloudMssqlCharacterSet>
        </cloudMssqlCharacterSetList>
    </getCloudMssqlCharacterSetListResponse>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.