Domain
Package : spaceone.api.report.v1
Domain
Domain Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 |
get
GET /report/v1/domain/{domain_id}
Type | Message |
Request | |
Response |
list
GET /report/v1/domains
POST /report/v1/domains/search
Type | Message |
Request | |
Response |
enable
PUT /report/v1/domain/{domain_id}/enable
Type | Message |
Request | |
Response |
disable
PUT /report/v1/domain/{domain_id}/disable
Type | Message |
Request | |
Response |
Message
DisableDomainRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ |
DomainInfo
No | Field | Type | Description |
1 | domain_id | string | |
2 | register_templates | list of string | |
3 | relation_resources |
DomainQuery
No | Field | Type | Required | Description |
1 | domain_id | string | ❌ | |
2 | query | ❌ |
DomainsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
EnableDomainRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ |
GetDomainRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | only | list of string | ❌ |
IdentityInfo
No | Field | Type | Description |
1 | key | string | |
2 | value | string |
RelationResourceInfo
No | Field | Type | Description |
1 | service | string | |
2 | resource | string | |
3 | identity | ||
4 | tags |
Last updated