Operation description
Retrieves a list of process-level configurations.
Try it now
Test
RAM authorization
Request syntax
GET /agentinstanceconfigs HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| offset |
integer |
No |
|
0 |
| size |
integer |
No |
|
100 |
| configType |
string |
No |
Valid values:
|
apm_trace |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| size |
integer |
|
10 |
| total |
integer |
|
10 |
| configs | ListAgentInstanceConfigs |
|
Examples
Success response
JSON format
{
"size": 10,
"total": 10,
"configs": [
{
"configType": "apm_biz_trace",
"attributes": {
"key": "\"workspace\": \"test-workspace\"\n\"service\": \"test-service\""
}
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.