You can call DescribeFlowProject operation to query the details of a 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 DescribeFlowProject

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 DescribeFlowProject.

ProjectId String Yes FP-5D55DA9DEDF2****

The ID of the project. You can call ListFlowProject View the ID of the project.

RegionId String Yes cn-hangzhou

The region ID of the instance. You can call DescribeRegions To view the latest list of Alibaba Cloud regions.

Response parameters

Parameter Type Example Description
Description String integration_test_project

The description of the project.

GmtCreate Long 1542934807000

The time when the accelerated domain name was created.

GmtModified Long 1542934809000

The time when the directory was modified.

Id String FP-5D55DA9DEDF2****

The ID of the project.

Name String project_name_demo

The name of the project.

RequestId String ACD3A7A5-CD6E-48DA-823B-ACE5B01DA43D

The ID of the request.

UserId String 12345****

The ID of the master account.

Examples

Sample requests

http(s)://[Endpoint]/?Action=DescribeFlowProject
&ProjectId=FP-5D55DA9DEDF2****
&RegionId=cn-hangzhou
&<common request parameters>

Sample success responses

XML format

<GmtCreate>1542934807000</GmtCreate>
<Description>integration_test_project</Description>
<RequestId>ACD3A7A5-CD6E-48DA-823B-ACE5B01DA43D</RequestId>
<UserId>12345****</UserId>
<GmtModified>1542934809000</GmtModified>
<Id>FP-5D55DA9DEDF2****</Id>
<Name>integration_test_project</Name>

JSON Syntax

{
        "GmtCreate": 1542934807000,
        "Description": "integration_test_project",
        "RequestId": "ACD3A7A5-CD6E-48DA-823B-ACE5B01DA43D",
        "UserId": "12345****",
        "GmtModified": 1542934809000,
        "Id": "FP-5D55DA9DEDF2****",
        "Name": "integration_test_project"
}