ListSolutions
Comm-sol-0123 List solutions
Query Parameters
- project string
One of project and project_name is required
- project_name string
One of project and project_name is required
- category string required
Solution category
Example (VCS): osExample (CCS): container - name string
Solution Name
- state string
Solution State
- desc string
Solution Description
- create_time_start string
Create Time Start
- create_time_end string
Create Time End
Header Parameters
- x-api-host string required
Default value:
goc
Authentication Required Parameters
Responses
- 200
- 400
- 500
解決方案
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- desc string
- id int64
- labels string[]
- name string
- state string
- category string
- create_time date-time
- is_public boolean
- is_tenant_admin_only boolean
- ]
[
{
"desc": "string",
"id": 0,
"labels": [
"string"
],
"name": "string",
"state": "string",
"category": "string",
"create_time": "2024-08-19",
"is_public": true,
"is_tenant_admin_only": true
}
]
Non-system admin
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- disk_read_bytes_rate string
- timestamp date-time
- unit string
- ]
[
{
"disk_read_bytes_rate": "string",
"timestamp": "2024-08-19",
"unit": "string"
}
]
Internal Server Error
Loading...