All Products
Search
Document Center

:OpenNASService

最終更新日:Aug 04, 2023

Activates Apsara File Storage NAS.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes OpenNASService

The operation that you want to perform.

Set the value to OpenNASService.

Response parameters

Parameter Type Example Description
RequestId String 427DB0B3-9436-4A3C-B2BC-B961F95E****

The request ID.

OrderId String 20671870151****

The order ID.

Examples

Sample requests

http(s)://[Endpoint]/?Action=OpenNASService
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<OpenNASServiceResponse>
    <RequestId>427DB0B3-9436-4A3C-B2BC-B961F95E****</RequestId>
    <OrderId>20671870151****</OrderId>
</OpenNASServiceResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "427DB0B3-9436-4A3C-B2BC-B961F95E****",
  "OrderId" : "20671870151****"
}

Error codes

HTTP status code Error code Error message Description
400 ORDER.OPEND You have already purchased the NAS service. Go to the NAS console to start using it. You have activated NAS. You can go to the NAS console to manage your file systems.

For a list of error codes, see Service error codes.