Domain Config
DomainConfig API which configure environments for domain
Package : spaceone.api.config.v1
DomainConfig
DomainConfig Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
create
POST /config/v1/domain-configs
Type | Message |
Request | |
Response |
update
PUT /config/v1/domain-config/{name}
Type | Message |
Request | |
Response |
delete
DELETE /config/v1/domain-config/{name}
Type | Message |
Request | |
Response |
get
GET /config/v1/domain-config/{name}
Type | Message |
Request | |
Response |
list
GET /config/v1/domain-config
POST /config/v1/domain-config/search
Type | Message |
Request | |
Response |
stat
POST /config/v1/domain-config/stat
Type | Message |
Request | |
Response |
Message
CreateDomainConfigRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | data | ✅ | ||
3 | tags | list of spaceone.api.core.v1.Tag | ❌ | |
4 | schema | string | ❌ | |
5 | domain_id | string | ✅ |
DomainConfigInfo
No | Field | Type | Description |
1 | name | string | |
2 | data | ||
3 | tags | list of spaceone.api.core.v1.Tag | |
4 | schema | string | |
5 | domain_id | string | |
6 | created_at |
DomainConfigQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | name | string | ❌ | |
3 | domain_id | string | ✅ |
DomainConfigRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | domain_id | string | ✅ |
DomainConfigStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
DomainConfigsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
GetDomainConfigRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
UpdateDomainConfigRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | data | ❌ | ||
3 | tags | list of spaceone.api.core.v1.Tag | ❌ | |
4 | schema | string | ❌ | |
5 | domain_id | string | ✅ |
Last updated