Domain

Package : spaceone.api.identity.v1

Domain

Domain Methods:

create

POST /identity/v1/domains

Type

Message

Response

update

PUT /identity/v1/domain/{domain_id}

Type

Message

Response

delete

DELETE /identity/v1/domain/{domain_id}

Type

Message

enable

PUT /identity/v1/domain/{domain_id}

Type

Message

Response

disable

PUT /identity/v1/domain/{domain_id}

Type

Message

Response

get

GET /identity/v1/domain/{domain_id}

Type

Message

Response

list

GET /identity/v1/domains

POST /identity/v1/domains/search

Type

Message

Response

stat

POST /identity/v1/domains/stat

Type

Message

get_public_key

Type

Message

Request

[AuthenticationRequest]

Response

.spaceone.api.core.v1.AuthenticationResponse

get_domain_key

Type

Message

Request

[AuthenticationRequest]

Message

CreateDomainRequest

No

Field

Type

Required

Description

1

name

string

2

plugin_info

DomainInfo

No

Field

Type

Description

1

domain_id

string

2

name

string

3

state

  • NONE

  • ENABLED

  • DISABLED

4

plugin_info

DomainKeyResponse

No

Field

Type

Description

1

domain_id

string

2

domain_key

string

DomainQuery

No

Field

Type

Required

Description

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

DomainsInfo

No

Field

Type

Description

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

UpdateDomainRequest

No

Field

Type

Required

Description

1

domain_id

string

2

plugin_info

Last updated