Retrieves a process-level configuration.
Try it now
Test
RAM authorization
Request syntax
GET /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 |
| attributes |
object |
No |
The owner of the process-level configuration. |
|
|
string |
No |
Process configuration owner |
"workspace": "test-workspace" "service": "test-service" |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| configType |
string |
The type of the process-level configuration. |
apm_biz_trace |
| attributes |
object |
The owner of the configuration for the process. |
|
|
string |
The source of the process configuration. |
"workspace": "test-workspace" "service": "test-service" |
|
| config |
string |
The default configuration. |
{} |
| grayConfigs |
array |
The canary release configurations. |
|
| AgentInstanceConfigGrayConfigs |
A canary release configuration. |
||
| createTime |
integer |
The time when the configuration was created. |
1749543828 |
| lastModifyTime |
integer |
The time when the configuration was last modified. |
1749543828 |
Examples
Success response
JSON format
{
"configType": "apm_biz_trace",
"attributes": {
"key": "\"workspace\": \"test-workspace\"\n\"service\": \"test-service\""
},
"config": "{}",
"grayConfigs": [
{
"condition": "",
"content": ""
}
],
"createTime": 1749543828,
"lastModifyTime": 1749543828
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.