Updates process-level configurations.
Try it now
Test
RAM authorization
Request syntax
PUT /agentinstanceconfigs/{configType} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| configType |
string |
Yes |
The type of the process-level configuration. Valid values:
|
apm_biz_trace |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| config |
string |
Yes |
The default configurations. |
{} |
| grayConfigs |
array |
No |
The configurations for the canary release environment. |
|
| AgentInstanceConfigGrayConfigs |
No |
A configuration for the canary release environment. |
||
| attributes |
object |
No |
The attributes that specify the scope of the process-level configuration. |
|
|
string |
No |
The attributes that specify the scope of the process-level configuration. |
"workspace": "test-workspace" "service": "test-service" |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.