Maintenance Window
Package : spaceone.api.monitoring.v1
MaintenanceWindow
MaintenanceWindow Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
create
POST /monitoring/v1/maintenance-windows
Type | Message |
Request | |
Response |
update
PUT /monitoring/v1/maintenance-window/{maintenance_window_id}
Type | Message |
Request | |
Response |
close
PUT /monitoring/v1/maintenance-window/{maintenance_window_id}/close
Type | Message |
Request | |
Response |
get
GET /monitoring/v1/maintenance-window/{maintenance_window_id}
Type | Message |
Request | |
Response |
list
GET /monitoring/v1/maintenance-windows
POST /monitoring/v1/maintenance-windows/search
Type | Message |
Request | |
Response |
stat
POST /monitoring/v1/maintenance-windows/stat
Type | Message |
Request | |
Response |
Message
CreateMaintenanceWindowRequest
No | Field | Type | Required | Description |
1 | title | string | ✅ | |
2 | projects | list of string | ✅ | |
3 | start_time | string | ✅ | |
4 | end_time | string | ✅ | |
5 | tags | ❌ | ||
6 | domain_id | string | ✅ |
GetMaintenanceWindowRequest
No | Field | Type | Required | Description |
1 | maintenance_window_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
MaintenanceWindowInfo
No | Field | Type | Description |
1 | maintenance_window_id | string | |
2 | title | string | |
3 | state |
| |
4 | start_time | string | |
5 | end_time | string | |
6 | tags | ||
7 | projects | list of string | |
8 | domain_id | string | |
9 | created_by | string | |
10 | created_at | string | |
11 | updated_at | string | |
12 | closed_at | string |
MaintenanceWindowQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | maintenance_window_id | string | ❌ | |
3 | title | string | ❌ | |
4 | state |
| ❌ | |
5 | project_id | string | ❌ | |
6 | created_by | string | ❌ | |
7 | domain_id | string | ✅ |
MaintenanceWindowRequest
No | Field | Type | Required | Description |
1 | maintenance_window_id | string | ✅ | |
2 | domain_id | string | ✅ |
MaintenanceWindowStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
MaintenanceWindowsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateMaintenanceWindowRequest
No | Field | Type | Required | Description |
1 | maintenance_window_id | string | ✅ | |
2 | title | string | ❌ | |
3 | projects | list of string | ❌ | |
4 | start_time | string | ❌ | |
5 | end_time | string | ❌ | |
6 | tags | ❌ | ||
7 | domain_id | string | ✅ |
Last updated