Goldmine
Proxies

Create Pool

POST
/proxies.v1.Proxies/CreatePool

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/proxies.v1.Proxies/CreatePool" \  -H "Content-Type: application/json" \  -d '{}'
{
  "pool": {
    "autoRotateUnhealthy": true,
    "createdAt": "2019-08-24T14:15:22Z",
    "deletedAt": "2019-08-24T14:15:22Z",
    "description": "string",
    "id": "string",
    "maxAssignmentsPerSession": 0,
    "maxSessions": 0,
    "name": "string",
    "probeInterval": "string",
    "probeLatencyCeiling": "string",
    "sessionCount": 0,
    "unhealthyAfterFailures": 0,
    "updatedAt": "2019-08-24T14:15:22Z",
    "version": "string",
    "workspaceId": "string"
  }
}
Empty