Interrupt
Package : spaceone.api.spot_automation.v1
Interrupt
Interrupt Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 |
confirm
POST /spot-automation/v1/interrupt/confirm
Type | Message |
Request | |
Response |
interrupt
POST /spot-automation/v1/interrupt/interrupt
Type | Message |
Request | |
Response |
list
GET /spot-automation/v1/interrupts
POST /spot-automation/v1/interrupts/search
Type | Message |
Request | |
Response |
stat
POST /spot-automation/v1/interrupts/stat
Type | Message |
Request | |
Response |
Message
ConfirmRequest
No | Field | Type | Required | Description |
1 | provider | string | ✅ | |
2 | region_code | string | ✅ | |
3 | domain_id | string | ✅ | |
4 | secret_id | string | ✅ | |
5 | token | string | ✅ | |
6 | data | string | ✅ |
InterruptInfo
No | Field | Type | Description |
1 | interrupt_id | string | |
2 | spot_group_id | string | |
3 | type | string | |
4 | reference | ||
5 | availability_zone | string | |
6 | region_code | string | |
7 | provider | string | |
8 | created_at | string |
InterruptRequest
No | Field | Type | Required | Description |
1 | provider | string | ✅ | |
2 | region_code | string | ✅ | |
3 | domain_id | string | ✅ | |
4 | secret_id | string | ✅ | |
5 | token | string | ✅ | |
6 | data | string | ✅ |
InterruptResourceReference
No | Field | Type | Description |
1 | resource_id | string | |
2 | external_link | string |
InterruptStatRequest
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
InterruptsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
QueryInterruptRequest
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | spot_group_id | string | ❌ | |
3 | domain_id | string | ✅ |
Last updated