Get GCP Express Config Projects List
Get GCP projects list for express configuration using credential ID passed in headers.
Header Parameters
- credentialId int32 required
Possible values:
>= 1Credential ID used to fetch GCP projects.
Responses
- 200
- 400
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- success boolean
projects array
projectId stringprojectName stringprojectNumber stringstate string- errorMessage string
{
"success": true,
"projects": [
null
],
"errorMessage": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Not Found
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...