ListProjects
VCS-proj-0073 List projects
Query Parameters
- name string
The name of the project
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- matchLabels string[]
- id int64
- name string
- platform string
- transparent_mode boolean
[
{
"matchLabels": [
"string"
],
"id": 0,
"name": "string",
"platform": "string",
"transparent_mode": true
}
]
request is unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- message string
{
"message": "Your request is unauthorized"
}
Internal Server Error
Loading...