Help Center/ Cloud Service Engine/ API Reference/ CSE API/ Engine Management/ Updating the Configuration of an Exclusive Microservice Engine
Updated on 2023-12-18 GMT+08:00

Updating the Configuration of an Exclusive Microservice Engine

Function

This API is used to update the configuration of an exclusive microservice engine

URI

PUT /v2/{project_id}/enginemgr/engines/{engine_id}/config

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID.

engine_id

Yes

String

ID of the engine to be updated.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

IAM-Token.

X-Enterprise-Project-ID

No

String

Default enterprise project: default. Default ID: 0.

Default: 0

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

authType

Yes

String

Security authentication type. Value: NONE or RBAC.

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

id

String

ID of the exclusive microservice engine to be created.

name

String

Name of the exclusive microservice engine to be created.

jobId

Integer

ID of an exclusive microservice engine job.

Status code: 400

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

detail

String

Location details.

Status code: 500

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error message.

detail

String

Location details.

Example Requests

PUT https://{endpoint}/v2/{project_id}/enginemgr/engines/{engine_id}/config

{
  "authType" : "RBAC"
}

Example Responses

Status code: 200

OK

{
  "id" : "string",
  "name" : "string",
  "jobId" : 0
}

Status Codes

Status Code

Description

200

OK

400

Bad Request

500

Internal Server Error

Error Codes

See CSE Error Codes..