User Config
Config Map API which configure environments for user
Package : spaceone.api.config.v1
UserConfig
UserConfig Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
create
POST /config/v1/user-configs
Type | Message |
Request | |
Response |
update
PUT /config/v1/user-config/{name}
Type | Message |
Request | |
Response |
delete
DELETE /config/v1/user-config/{name}
Type | Message |
Request | |
Response |
get
GET /config/v1/user-config/{name}
Type | Message |
Request | |
Response |
list
GET /config/v1/user-configs
POST /config/v1/user-configs/search
Type | Message |
Request | |
Response |
stat
POST /config/v1/user-configs/stat
Type | Message |
Request | |
Response |
Message
CreateUserConfigRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | data | ✅ | ||
3 | tags | ❌ | ||
4 | domain_id | string | ✅ |
GetUserConfigRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
UpdateUserConfigRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | data | ❌ | ||
3 | tags | ❌ | ||
4 | domain_id | string | ✅ |
UserConfigInfo
No | Field | Type | Description |
1 | name | string | |
2 | data | ||
3 | tags | ||
4 | domain_id | string | |
5 | created_at |
UserConfigQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | name | string | ❌ | |
3 | domain_id | string | ✅ |
UserConfigRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | domain_id | string | ✅ |
UserConfigStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
UserConfigsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
Last updated