Creates a process-level configuration.
Try it now
Test
RAM authorization
Request syntax
POST /agentinstanceconfigs HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request struct. |
|
| configType |
string |
Yes |
The type of the process-level configuration. Valid values:
|
apm_trace |
| attributes |
object |
No |
The process that the configuration applies to. |
|
|
string |
No |
The process to which the configuration applies. |
"workspace": "test-workspace" "service": "test-service" |
|
| config |
string |
Yes |
The default configurations. |
{} |
| grayConfigs |
array |
No |
The canary release environment. |
|
| AgentInstanceConfigGrayConfigs |
No |
The canary release environment. |
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.