Delete Integration Configuration
API commands allow you to uninstall Monitoring Integration 1.0 by deleting configurations and removing the integration while ensuring resource data is retained. These API calls help streamline the migration process and prevent disruptions to monitoring.
Use the following API call to delete the configuration, ensuring that resources are not deleted:
Endpoint:
https://{{host}}/api/v2/tenants/{tenantId}/integrations/installed/config/{configId}?skipDeleteResources=true
Request Body:
{
"uninstallReason": "Migration to Monitoring Integration 2.0",
"skipDeleteResources": true
}
Uninstall the Adaptor Application
To completely remove the 1.0 adaptor, use the following API request:
Endpoint:
https://{{host}}/api/v2/tenants/{tenantId}/integrations/installed/{installedIntgId}
Request Body:
{
"uninstallReason": "Migration to SDK 2.0",
"skipDeleteResources": true
}