Skip to main content

Accept a pending agent

POST 

/api/agent/:hostname/accept

Accept a pending agent enrollment request. The agent can be identified by hostname (path parameter) or by fingerprint (query parameter).

Request

Path Parameters

    hostname stringrequired

    Possible values: non-empty and <= 255 characters

    The hostname of the pending agent to accept.

Query Parameters

    fingerprint string

    Possible values: <= 255 characters

    Accept by fingerprint instead of hostname.

Responses

Agent accepted.

Schema

    message stringrequired
Loading...