Configure Nodes as Historical Asynchronous Endpoints
When you mark a node historical using asynchronous processing, it allows the Controller to be more efficient in handling a large number of requests at the same time.
You can use the following parameter to mark a maximum of 25 nodes as historical.
Name | Type | Value | Mandatory |
---|---|---|---|
application-component-node-ids
|
Query | Comma-separated list of node IDs | Yes |
The following is an example command that returns the nodes that are validated and queued to be marked as historical.
curl -X POST --user admin@customer1:your_password http://demo.appdynamics.com/controller/rest/mark-nodes-historical-async?application-component-node-ids=13,27,32a
<application-component-node-id>
<13/>
<27/>
</application-component-node-id>