Application Discovery Service Batch Delete Agents Request Example

Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure

Application Discovery Service Batch Delete Agents Request Example is an example object payload from Amazon Application Discovery Service, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deleteAgents

Example Payload

Raw ↑
{
  "deleteAgents": [
    {
      "agentId": "d-agent-500123",
      "force": false
    }
  ]
}