AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes a specific Agent Discovery Setting Mapping within the "Discovery Settings" resource. It is useful in scenarios where you need to programmatically remove outdated or incorrect discovery setting mappings from your system, helping maintain clean and accurate configuration data.

For example, if an agent's discovery settings have changed or are no longer valid, this operation can be used to delete the corresponding mapping by specifying its unique identifier.

Properties

Name Meaning
X USER ID The user identifier making the request; required for authorization or tracking purposes.
Id The numeric identifier of the Agent Discovery Setting Mapping to delete; required.

Output

The output JSON will typically contain the response from the API confirming the deletion of the specified discovery setting mapping. This may include status information or confirmation messages. No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard ConnectSecure service.
  • The node uses a base URL configured in the credentials to send HTTP requests.
  • The operation depends on the external AvantGuard ConnectSecure API endpoint that handles discovery setting mappings.

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" header is correctly set and corresponds to a valid user authorized to perform deletions.
  • Invalid Id value: The "Id" must be a valid number corresponding to an existing discovery setting mapping. Using an incorrect or non-existent Id will likely result in an error.
  • API connectivity issues: Verify network connectivity and that the base URL in credentials is correct.
  • Authentication errors: Confirm that the API key credential is valid and has sufficient permissions.
  • Error responses from API: Check the returned error message for details; common issues include unauthorized access, resource not found, or malformed requests.

Links and References

Discussion