Support

POST
/v1/agents/{agentId}/verify-acme

Path Parameters

agentId*string

Unique identifier of the agent

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/agents/string/verify-acme"
{  "completedSteps": [    "string"  ],  "createdAt": "2019-08-24T14:15:22Z",  "expiresAt": "2019-08-24T14:15:22Z",  "pendingSteps": [    "string"  ],  "phase": "INITIALIZATION",  "status": "PENDING_VALIDATION",  "updatedAt": "2019-08-24T14:15:22Z"}
POST
/v1/agents/{agentId}/verify-dns

Path Parameters

agentId*string

Unique identifier of the agent

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/agents/string/verify-dns"
{  "completedSteps": [    "string"  ],  "createdAt": "2019-08-24T14:15:22Z",  "expiresAt": "2019-08-24T14:15:22Z",  "pendingSteps": [    "string"  ],  "phase": "INITIALIZATION",  "status": "PENDING_VALIDATION",  "updatedAt": "2019-08-24T14:15:22Z"}

Last updated on

How is this guide?