Domain
Package : spaceone.api.identity.v1
Domain
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
7
8
9
10
11
12
.spaceone.api.core.v1.AuthenticationRequest
.spaceone.api.core.v1.AuthenticationResponse
create
POST /identity/v1/domains
Type
Message
Request
Response
update
PUT /identity/v1/domain/{domain_id}
Type
Message
Request
Response
change_auth_plugin
PUT /identity/v1/domain/{domain_id}/change_auth_plugin
Type
Message
Request
Response
update_plugin
PUT /identity/v1/domain/{domain_id}/plugin
Type
Message
Request
Response
verify_plugin
POST /identity/v1/domain/{domain_id}/plugin/verify
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
Message
ChangeAuthRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
plugin_info
❌
3
release_auth_plugin
string
❌
CreateDomainRequest
No
Field
Type
Required
Description
1
name
string
✅
2
plugin_info
❌
3
config
❌
4
tags
❌
DomainInfo
No
Field
Type
Description
1
domain_id
string
2
name
string
3
state
NONE
ENABLED
DISABLED
4
plugin_info
5
config
6
tags
7
created_at
string
8
deleted_at
string
DomainQuery
No
Field
Type
Required
Description
1
query
❌
2
domain_id
string
❌
3
name
string
❌
4
state
NONE
ENABLED
DISABLED
❌
DomainRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
DomainStatQuery
No
Field
Type
Required
Description
1
query
✅
DomainsInfo
No
Field
Type
Description
1
results
2
total_count
GetDomainRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
only
list of string
❌
PluginInfo
No
Field
Type
Description
1
plugin_id
string
2
version
string
3
secret_id
string
4
options
5
secret_data
6
schema
string
7
metadata
8
upgrade_mode
NONE
MANUAL
AUTO
UpdateDomainRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
plugin_info
❌
3
config
❌
4
tags
❌
UpdatePluginRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
version
string
❌
3
options
❌
4
upgrade_mode
NONE
MANUAL
AUTO
❌
Last updated
Was this helpful?