ListProjects
CCS-project-0019 List projects
Query Parameters
- name string
The name of the project
Header Parameters
- x-api-host string required
Default value:
k8s-D-twcc
Authentication Required Parameters
Responses
- 200
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
}
]
Loading...