Get details of a project
ceph-proj-0157 Get details of a project
Path Parameters
- project_id integer required
Project ID
Header Parameters
- x-api-host string required
Default value:
ceph-taichung-default
Authentication Required Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- desc string
- id int64
- matchLabels string[]
- name string
- status string
- status_reason string
- tm_uuid string
- transparent_mode boolean
- uuid uuid
{
"desc": "string",
"id": 0,
"matchLabels": [
"twsc"
],
"name": "ENT123456",
"status": "Ready",
"status_reason": "string",
"tm_uuid": "string",
"transparent_mode": false,
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Loading...