Lists environments that match the specified criteria.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
devs:ListEnvironments |
list |
*All Resource
|
None | None |
Request syntax
GET /2023-07-14/projects/{projectName}/environments/ HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| projectName |
string |
Yes |
The name of the project. |
demo-project |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| labelSelector |
array |
No |
Selectors used to filter environments by their |
demo-project |
|
string |
No |
A filter condition in the |
branch=main |
|
| pageNumber |
integer |
No |
The page number to retrieve, starting from 1. Defaults to 1 if not specified. |
1 |
| pageSize |
integer |
No |
The number of entries to return on each page. Defaults to 100. Valid values: 1 to 100. |
10 |
| keyword |
string |
No |
The keyword for a case-insensitive fuzzy search on the |
dev |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The paginated results of the query. |
||
| pageNumber |
integer |
The current page number. This value starts from 1. |
1 |
| pageSize |
integer |
The number of entries returned on the current page. |
50 |
| totalCount |
integer |
The total number of entries that match the query. |
100 |
| data |
array |
An array of environment objects. |
|
| Environment |
An environment object. |
Examples
Success response
JSON format
{
"pageNumber": 1,
"pageSize": 50,
"totalCount": 100,
"data": [
{
"name": "demo-env",
"kind": "Environment",
"uid": "1455541096***548",
"createdTime": "2021-11-19T09:34:38Z",
"description": "test env",
"spec": {
"type": "Testing",
"roleArn": "acs:ram::*******:role/aliyundevsdefaultrole",
"stagedConfigs": {
"services": {
"key": {
"props": {
"test": "test",
"test2": 1
},
"source": {
"template": {
"downloadUrl": "https://api.devsapp.cn/v3/packages/start-modelscope-v3/zipball/0.1.6",
"name": "start-springboot-cap"
},
"repository": {
"repositoryName": "my-repository",
"codeVersion": {
"branch": "main",
"commitID": "12721ec262d03a93809ba2bbc717963cb298ceca"
},
"filter": {
"branch": {
"name": "master"
}
}
},
"oss": {
"bucket": "demo-bucket",
"object": "demo-object"
}
},
"build": {
"default": {
"cache": {
"driver": "",
"paths": [
"~/.npm"
],
"keyPath": {
"3C75C832-0EAD-40D6-8FA1-2BA9171C926B": "~/.npm",
"D256BB7A-1886-4A19-A75B-A1FDC23D5A00": "~/.cache"
}
},
"languages": [
"Python3.9"
],
"rootPath": "./src",
"steps": [
"{\"run\": \"npm build\"}"
]
}
},
"variables": {
"key": {
"value": "object_value",
"sensitive": false,
"encrypted": false
}
},
"initialize": {
"steps": [
"{\"run\": \"npm build\"}"
]
},
"type": "Function",
"finalize": {
"steps": [
"{\"run\": \"echo 'deleted'\"}"
]
},
"token": "9D72DE01-C732-49C0-8E85-FFD9D695436B",
"component": "fc3@1.0.0",
"artifact": {
"name": "my-artifact",
"checksum": "CRC-64 code"
}
}
},
"variables": {
"key": {
"value": "object_value",
"sensitive": false,
"encrypted": false
}
}
}
},
"labels": {
"key": "value to the label key."
},
"status": {
"servicesInstances": {
"key": {
"config": {
"props": {
"test": "test",
"test2": 1
},
"source": {
"template": {
"downloadUrl": "https://api.devsapp.cn/v3/packages/start-modelscope-v3/zipball/0.1.6",
"name": "start-springboot-cap"
},
"repository": {
"repositoryName": "my-repository",
"codeVersion": {
"branch": "main",
"commitID": "12721ec262d03a93809ba2bbc717963cb298ceca"
},
"filter": {
"branch": {
"name": "master"
}
}
},
"oss": {
"bucket": "demo-bucket",
"object": "demo-object"
}
},
"build": {
"default": {
"cache": {
"driver": "",
"paths": [
"~/.npm"
],
"keyPath": {
"3C75C832-0EAD-40D6-8FA1-2BA9171C926B": "~/.npm",
"D256BB7A-1886-4A19-A75B-A1FDC23D5A00": "~/.cache"
}
},
"languages": [
"Python3.9"
],
"rootPath": "./src",
"steps": [
"{\"run\": \"npm build\"}"
]
}
},
"variables": {
"key": {
"value": "object_value",
"sensitive": false,
"encrypted": false
}
},
"initialize": {
"steps": [
"{\"run\": \"npm build\"}"
]
},
"type": "Function",
"finalize": {
"steps": [
"{\"run\": \"echo 'deleted'\"}"
]
},
"token": "9D72DE01-C732-49C0-8E85-FFD9D695436B",
"component": "fc3@1.0.0",
"artifact": {
"name": "my-artifact",
"checksum": "CRC-64 code"
}
},
"variables": {},
"outputs": {
"key": ""
},
"latestDeployment": {
"name": "",
"startTime": "",
"finishedTime": "",
"phase": "Running"
},
"status": "\"RUNNING\"",
"message": "\"OK\""
}
},
"latestEnvironmentDeploymentName": "",
"servicesWithPendingChanges": [
"服务名称"
],
"observedGeneration": 1,
"observedTime": "2021-11-19T09:34:38Z"
},
"projectName": "demo-project",
"generation": 1
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.