Gets the details of a project.
Operation description
Usage notes
Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:GetProject |
get |
*Project
|
|
None |
Request syntax
GET / HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
ali-project-test |
Response elements
|
Element |
Type |
Description |
Example |
| project |
The details of the project. |
{ "createTime": "2020-11-18 16:55:57", "description": "test", "lastModifyTime": "2020-11-18 17:07:26", "owner": "174****745", "projectName": "ali-project-test", "region": "cn-hangzhou", "status": "Normal" } |
Examples
Success response
JSON format
{
"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": ""
},
"recycleBinEnabled": false,
"location": ""
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.