SendToAgentInput
No description
input SendToAgentInput {
systemIds: [ID!]!
}
Fields
SendToAgentInput.systemIds ● [ID!]! non-null scalar
List of system IDs to receive the send to agent command. For the customer associated with the monitored systems this ID list is pointing to the TO_AGENT_SEND permission is needed. All commands in SendToAgentPayload will only be executed on the systems that the current user is allowed to.
Member Of
sendToAgent mutation