You can call CreateFlowProject operation to create a data development project.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. You can use OpenAPI Explorer to search for API operations, call API operations, and dynamically generate SDK sample code.

Request parameters

Parameter Type Required Example Description
Action String Yes CreateFlowProject

The operation that you want to perform. This parameter is required for API requests that you create by piecing together HTTP or HTTPS URLs. Set the value to CreateFlowProject.

Description String Yes This is the description of a project

The description of the project.

Name String Yes my_project

The name of the project.

RegionId String Yes cn-hangzhou

The region ID of the instance.

ProductType String No EMR

The edition of the product. static field EMR.

ResourceGroupId String No rg-bp67acfmxazb4p****

The ID of the enterprise resource group to which the EMR instances and ECS node instances belong.

Response parameters

Parameter Type Example Description
Id String FP-257A173659F5****

The ID of the project.

RequestId String 2670BCFB-925D-4C3E-9994-8D12F7A9F538

The ID of the request.

Examples

Sample requests

http(s)://[Endpoint]/?Action=CreateFlowProject
&Description=This is a project Description
&Name=my_project
&RegionId=cn-hangzhou
&<common request parameters>

Sample success responses

XML format

<RequestId>2670BCFB-925D-4C3E-9994-8D12F7A9F538</RequestId>
<Id>FP-257A173659F5****</Id>

JSON Syntax

{
    "RequestId": "2670BCFB-925D-4C3E-9994-8D12F7A9F538",
    "Id": "FP-257A173659F5****"
}