Skip to main content
Infrastructure/Agents
POSTAgentSince 1.0SynchronousAuth Required

SimulateHeartbeat

Simulate a heartbeat for an agent to test lifecycle state transitions

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Request Inputs

Path Parameters

  • uuidStringRequired

    UUID of the agent to simulate a heartbeat for

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

POST/api/v1/agents/{uuid}/lifecycle/heartbeat

/api/v1/agents/{uuid}/lifecycle/heartbeat

Operation ID

SimulateHeartbeat

Permalink

Request Example

curl -X POST '{host}/api/v1/agents/{uuid}/lifecycle/heartbeat' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history