Create agent
POST {{baseUrl}}/agents
Creates a new agent.
Request Body
{"name"=>"<string>", "securityProfile"=>"<string>", "entityId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"Nanobox Agent","securityProfile":"RSA_3072","entityId":"3b27818ea09a46b48c7eb3fbd878349f","id":"3b27818ea09a46b48c7eb3fbd878349f","eTag":"2"}