Template
Package : spaceone.api.report.v1
Template
Template Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 |
get
POST /report/v1/template/{template_id}
Type | Message |
Request | |
Response |
list
GET /report/v1/templates
POST /report/v1/templates/search
Type | Message |
Request | |
Response |
Message
GetTemplateRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | template_id | string | ✅ | |
3 | only | string | ❌ |
TemplateInfo
No | Field | Type | Description |
1 | template_id | string | |
2 | name | string | |
3 | state |
| |
4 | options |
TemplateQuery
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | template_id | string | ❌ | |
3 | name | string | ❌ | |
4 | state |
| ❌ |
TemplatesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
Last updated