User Config
UserConfig API which configure environments for user
Package : spaceone.api.config.v1
UserConfig
UserConfig Methods:
create
POST /config/v1/user-configs
Request
Response
update
PUT /config/v1/user-config/{name}
Request
Response
set
POST /config/v1/user-config/{name}
Request
Response
delete
DELETE /config/v1/user-config/{name}
Request
Response
get
GET /config/v1/user-config/{name}
Request
Response
list
GET /config/v1/user-configs
POST /config/v1/user-configs/search
Request
Response
stat
POST /config/v1/user-configs/stat
Request
Response
Message
GetUserConfigRequest
name
string
✔
domain_id
string
✔
only
list of string
✘
SetUserConfigRequest
name
string
✔
data
✔
tags
✘
domain_id
string
✔
UserConfigInfo
name
string
data
tags
user_id
string
domain_id
string
created_at
string
updated_at
string
UserConfigQuery
query
✘
name
string
✘
user_id
string
✘
domain_id
string
✔
UserConfigRequest
name
string
✔
domain_id
string
✔
UserConfigStatQuery
query
✔
domain_id
string
✔
UserConfigsInfo
results
total_count
Last updated
Was this helpful?