Call UpdateDiagnosisSettings to update the instance of intelligent operation&maintenance (O&M) scene settings.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request header

This operation uses common request parameters only. For more information, see Common parameters.

Request syntax

PUT /openapi/diagnosis/instances/[InstanceId]/settings HTTPS|HTTP

Request parameters

Parameter Type Required Example Description
InstanceId String Yes es-cn-45914gy290009****

The ID of the instance.

ClientToken String No 5A2CFF0E-5718-45B5-9D4D-70B3FF****

A unique token generated by the client to guarantee the idempotency of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length.

lang String No en

The language of the response. Default value: en.

RequestBody

You must also specify the following parameters in RequestBody to configure intelligent maintenance.

Parameter

Type

Required

Example

Description

scene

String

Yes

Business Analysis

The name of the intelligent maintenance scenario to be configured. This function supports Business Search, Data Acceleration, Statistics, Business Analysis, and custom scenarios.

Example:


{
    "scene":"Business Analysis"
}
            

Response parameters

Parameter Type Example Description
RequestId String 5FFD9ED4-C2EC-4E89-B22B-1ACB6FE1****

The ID of the request.

Result Boolean true

Return results:

  • true: update successfully
  • false: update failed

Examples

Sample requests

PUT /openapi/diagnosis/instances/es-cn-45914gy290009****/settings HTTP/1.1
Common request parameters
{ 
   "scene":"Business Analysis"
}

Sample success responses

JSON format

{
    "Result": true,
    "RequestId": "5B03F520-E884-4F7B-931D-63766054****"
}

Error codes

For a list of error codes, visit the API Error Center.