cURL
curl --request POST \ --url https://sandbox.deck.co/api/v1/agents/prepare \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data ' { "source_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Warms up an agent to reduce latency after an EnsureConnection request.
EnsureConnection
Enter your client id
Enter your secret
Specifies the source for which the agent will be prepared.
The source GUID for the data source to warm up the agent for
OK
Was this page helpful?