Domain
Package : spaceone.api.identity.v1
Domain
Domain Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 | [AuthenticationRequest] | .spaceone.api.core.v1.AuthenticationResponse | ||
10 | [AuthenticationRequest] |
create
POST /identity/v1/domains
Type | Message |
Request | |
Response |
update
PUT /identity/v1/domain/{domain_id}
Type | Message |
Request | |
Response |
delete
DELETE /identity/v1/domain/{domain_id}
Type | Message |
Request | |
Response |
enable
PUT /identity/v1/domain/{domain_id}
Type | Message |
Request | |
Response |
disable
PUT /identity/v1/domain/{domain_id}
Type | Message |
Request | |
Response |
get
GET /identity/v1/domain/{domain_id}
Type | Message |
Request | |
Response |
list
GET /identity/v1/domains
POST /identity/v1/domains/search
Type | Message |
Request | |
Response |
stat
POST /identity/v1/domains/stat
Type | Message |
Request | |
Response |
get_public_key
Type | Message |
Request | [AuthenticationRequest] |
Response | .spaceone.api.core.v1.AuthenticationResponse |
get_domain_key
Type | Message |
Request | [AuthenticationRequest] |
Response |
Message
CreateDomainRequest
No | Field | Type | Required | Description |
1 | name | string | required | |
2 | plugin_info | optional | ||
3 | config | optional | ||
4 | tags | optional |
DomainInfo
No | Field | Type | Required | Description |
1 | domain_id | string | ||
2 | name | string | ||
3 | state | DomainInfo.State
| ||
4 | plugin_info | |||
5 | config | |||
6 | tags | |||
7 | created_at | |||
8 | deleted_at |
DomainKeyResponse
No | Field | Type | Required | Description |
1 | domain_id | string | ||
2 | domain_key | string |
DomainQuery
No | Field | Type | Required | Description |
1 | query | optional | optional | |
2 | domain_id | string | optional | optional |
3 | name | string | optional | optional |
4 | state | DomainQuery.State
| optional | optional |
DomainRequest
No | Field | Type | Required | Description |
1 | domain_id | string | required |
DomainStatQuery
No | Field | Type | Required | Description |
1 | query | required |
DomainsInfo
No | Field | Type | Required | Description |
1 | results | |||
2 | total_count |
GetDomainRequest
No | Field | Type | Required | Description |
1 | domain_id | string | required | |
2 | only | string | optional |
PluginInfo
No | Field | Type | Required | Description |
1 | plugin_id | string | ||
2 | version | string | ||
3 | secret_id | string | ||
4 | options |
UpdateDomainRequest
No | Field | Type | Required | Description |
1 | domain_id | string | required | |
2 | plugin_info | optional | ||
3 | config | optional | ||
4 | tags | optional |
Last updated