Domain
Package : spaceone.api.spot_automation.v1
Domain
Domain Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 |
enable
PUT /spot-automation/v1/domain/{domain_id}/enable
Type | Message |
Request | |
Response |
disable
PUT /spot-automation/v1/domain/{domain_id}/disable
Type | Message |
Request | |
Response |
get
GET /spot-automation/v1/domain/{domain_id}
Type | Message |
Request | |
Response |
list
GET /spot-automation/v1/domains
POST /spot-automation/v1/domains/search
Type | Message |
Request | |
Response |
Message
DomainInfo
No | Field | Type | Description |
1 | domain_id | string | |
2 | state |
|
DomainQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | state |
| ❌ | |
3 | domain_id | string | ✅ |
DomainRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ |
DomainsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
Last updated