All Products
Search
Document Center

MaxCompute:CreateProject

Last Updated:Mar 03, 2024

Creates a MaxCompute project.

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 syntax

POST /api/v1/projects

Request parameters

ParameterTypeRequiredDescriptionExample
bodystringNo

The request body parameters.

{ "name": "project_name", "comment": "", "productType":"payasyougo/subscription/dev", /\*\* \* "PAYASYOUGO": specifies a pay-as-you-go project. \* "SUBSCRIPTION": specifies a subscription project. \* "DEV": specifies that the project is created in Developer Edition. \*/ "defaultQuota": "quota_nick_name", "properties": { "sqlMeteringMax":"", "typeSystem": "",// The string type. Valid values: 1, 2, and hive. "encryption": { "enable": true, "algorithm":"" , // The name of the encryption algorithm. "key":"" // The key of the encryption algorithm. } // json: This field is required only when data encryption is enabled. } }

Response parameters

ParameterTypeDescriptionExample
object

PopResult

requestIdstring

The ID of the request.

0b87b7a316654730544735643e9200
datastring

The returned result.

success

Examples

Sample success responses

JSONformat

{
  "requestId": "0b87b7a316654730544735643e9200",
  "data": "success"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history