Updated on 2024-07-25 GMT+08:00

Configuring the Plug-in License

Function

This API is used to configure the plug-in license. Before calling this API:

URI

PUT https://{Endpoint}/v3/{project_id}/instances/{instance_id}/kernel-plugin-license

Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID of a tenant in a region.

For details about how to obtain the project ID, see Obtaining a Project ID.

instance_id

Yes

String

Instance ID.

Request Parameters

Table 2 Request parameters

Parameter

Mandatory

Type

Description

license_str

Yes

String

String corresponding to the license file.

Response Parameters

Table 3 Response parameters

Parameter

Type

Description

Value

String

If the response is normal, SUCCESS is returned.

Example Request

Configuring the content of the license file of the plug-in

https://gaussdb-opengauss.ap-southeast-1.myhuaweicloud.com/v3/0c8243400d37468bb4aed3cc94c2911d/instances/f9b5f9b296ec6808e067in14/kernel-plugins-license
{ 
  "license_str" : "90ca926757144a2d98d78f727dc56664" 
}

Example Response

"SUCCESS"

Status Code

Error Code

For details, see Error Codes.