Support

POST
/v1/agents/resolution

Request Body

application/json

ANSName resolution request

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/agents/resolution" \  -H "Content-Type: application/json" \  -d '{    "agentHost": "myagent.example.com",    "version": "1.0.0"  }'
{  "ansName": "ans://v1.0.0.myagent.example.com",  "links": [    {      "href": "https://api.godaddy.com/v1/agents/550e8400-e29b-41d4-a716-446655440000",      "rel": "agent-details"    },    {      "href": "https://myagent.example.com/api/v1",      "rel": "agent-endpoint"    }  ]}

Last updated on

How is this guide?