Api Key
Package : spaceone.api.identity.v1
APIKey
APIKey Methods:
NO
Method
Request Type
Response Type
Description
create
POST /identity/v1/api-keys
enable
PUT /identity/v1/api-key/{api_key_id}/enable
disable
PUT /identity/v1/api-key/{api_key_id}/disable
update_role
PUT /identity/v1/api-key/{api_key_id}/roles
update_allowed_hosts
PUT /identity/v1/api-key/{api_key_id}/allowed-hosts
delete
DELETE /identity/v1/api-key/{api_key_id}
get
GET /identity/v1/api-key/{api_key_id}
list
GET /identity/v1/api-keys
POST /identity/v1/api-keys/search
stat
POST /identity/v1/api-keys/stat
Message
APIKeyInfo
No
Field
Type
Description
1
api_key_id
string
2
api_key
string
3
state
NONE_STATE
ENABLED
DISABLED
4
user_id
string
APIKeyType api_key_type = 4;
5
domain_id
string
APIKeyQuery
No
Field
Type
Description
1
api_key_id
string
2
state
NONE_STATE
ENABLED
DISABLED
3
api_key_type
NONE_TYPE
USER
SYSTEM
DELEGATION
DOMAIN
4
user_id
string
6
domain_id
string
APIKeyRequest
No
Field
Type
Description
1
api_key_id
string
2
domain_id
string
APIKeyStatQuery
APIKeysInfo
Acls
No
Field
Type
Description
1
name
string
2
cidr
string
CreateAPIKeyRequest
No
Field
Type
Description
1
api_key_type
NONE
USER
SYSTEM
DELEGATION
DOMAIN
required
2
user_id
string
required
3
domain_id
string
required
GetAPIKeyRequest
No
Field
Type
Description
1
api_key_id
string
2
domain_id
string
3
only
list of string
UpdateAPIKeyHostsRequest
UpdateAPIKeyRoleRequest
Last updated