All Products
Search
Document Center

:ListProject

Last Updated:Jul 25, 2024

Queries the projects that meet specified conditions.

Operation description

Usage notes

Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.

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 parameters

ParameterTypeRequiredDescriptionExample
projectNamestringNo

The name of the project.

ali-test-project
offsetintegerNo

The line from which the query starts. Default value: 0.

0
sizeintegerNo

The number of entries per page. Default value: 100. This operation can return up to 500 projects.

10
resourceGroupIdstringNo

The ID of the resource group.

rg-aekzf******sxby

Response parameters

ParameterTypeDescriptionExample
headersobject
Serverstring
nginx
Content-Lengthstring
0
Connectionstring
close
Access-Control-Allow-Originstring
*
Datestring
Sun, 27 May 2018 08:25:04 GMT
x-log-requestidstring
5B0A6B60BB6EE39764D458B5
object

The projects.

countlong

The number of returned projects on the current page.

2
totallong

The total number of projects that meet the query conditions.

11
projectsarray

The projects that meet the query conditions.

project

The project that meets the query conditions.

Examples

Sample success responses

JSONformat

{
  "count": 2,
  "total": 11,
  "projects": [
    {
      "createTime": "2021-07-07 14:08:09",
      "lastModifyTime": "2022-04-18 13:30:19",
      "description": "Description of my-project",
      "owner": "\"\"",
      "projectName": "ali-test-project",
      "region": "cn-hangzhou",
      "status": "Normal",
      "resourceGroupId": "rg-acf******sq",
      "dataRedundancyType": "LRS",
      "quota": {
        "key": ""
      }
    }
  ]
}

Error codes

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