v1

latestOpenAPI 3.0.0Apache 2.02026-07-1410280162.7 KB
validation-authorities

Get all validation authoritiess

Get all validation authoritiess

get/api/client-validators

Response

Successful operation

alwaysValidboolean required

Bypass http calls, every certificates are valids

badTtlinteger required

The TTL for invalid access response caching

descriptionstring required

The description of the settings

goodTtlinteger required

The TTL for valid access response caching

headersobject required

HTTP call headers

hoststring required

The host of the server

idstring required

The id of the settings

methodstring required

The HTTP method

namestring required

The name of the settings

noCacheboolean required

Avoid caching responses

pathstring required

The URL path

timeoutinteger required

The call timeout

urlstring required

The URL of the server

Example response

[
  {
    "alwaysValid": true,
    "badTtl": 123,
    "description": "a string value",
    "goodTtl": 123,
    "headers": {
      "key": "value"
    },
    "host": "a string value",
    "id": "a string value",
    "method": "a string value",
    "name": "a string value",
    "noCache": true,
    "path": "a string value",
    "timeout": 123,
    "url": "a string value"
  }
]