BatchDeleteAgentError

An object representing the agent or data collector that failed to delete, each containing agentId, errorMessage, and errorCode.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the agent or data collector to delete.

Link copied to clipboard

The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.

Link copied to clipboard

The description of the error that occurred for the delete failed agent.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String