Config Map

Config Map API which configure environments for account

Package : spaceone.api.config.v1

ConfigMap

ConfigMap Methods:

create

POST /config/v1/config-maps

Type

Message

Request

Response

update

PUT /config/v1/config-map/{name}

Type

Message

Request

Response

delete

DELETE /config/v1/config-map/{name}

Type

Message

Request

Response

get

GET /config/v1/config-map/{name}

Type

Message

Request

Response

list

GET /config/v1/config-maps

POST /config/v1/config-maps/search

Type

Message

Request

Response

stat

POST /config/v1/config-maps/stat

Message

ConfigMapInfo

No

Field

Type

Description

1

name

string

2

data

3

tags

4

domain_id

string

5

created_at

ConfigMapQuery

No

Field

Type

Required

Description

1

query

2

name

string

3

domain_id

string

ConfigMapRequest

No

Field

Type

Required

Description

1

name

string

2

domain_id

string

ConfigMapStatQuery

No

Field

Type

Required

Description

1

query

2

domain_id

string

ConfigMapsInfo

No

Field

Type

Description

1

results

2

total_count

CreateConfigMapRequest

No

Field

Type

Required

Description

1

name

string

2

data

3

tags

4

domain_id

string

GetConfigMapRequest

No

Field

Type

Required

Description

1

name

string

2

domain_id

string

3

only

list of string

UpdateConfigMapRequest

No

Field

Type

Required

Description

1

name

string

2

data

3

tags

4

domain_id

string

Last updated