Skip to main content

List agents awaiting enrollment

GET 

/api/agent/pending

List all agents that have submitted enrollment requests but have not yet been accepted or rejected.

Responses

List of pending agents.

Schema

    agents

    object[]

    required

  • Array [

  • machine_id stringrequired

    The permanent machine identifier.

    hostname stringrequired

    The hostname of the agent.

    fingerprint stringrequired

    The SHA256 fingerprint of the agent's public key.

    requested_at date-timerequired

    When the enrollment request was received.

  • ]

  • total integerrequired

    Total number of pending agents.

Loading...