{
  "_self": {
    "action": "string",
    "href": "string",
    "rel": "string"
  },
  "_links": [
    {
      "action": "string",
      "href": "string",
      "rel": "string"
    },
    {
      "action": "string",
      "href": "string",
      "rel": "string"
    }
  ],
  "_schema": "string",
  "cursor": "string",
  "sort_ascending": true,
  "sort_by": "string",
  "result_count": 1,
  "ciphers": [
    {
      "is_default": true,
      "is_secure": false,
      "cipher": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"
    },
    {
      "is_default": true,
      "is_secure": true,
      "cipher": "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
    },
    {
      "is_default": false,
      "is_secure": true,
      "cipher": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"
    },
    {
      "is_default": false,
      "is_secure": false,
      "cipher": "TLS_RSA_WITH_AES_128_CBC_SHA"
    },
    {
      "is_default": false,
      "is_secure": true,
      "cipher": "TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384"
    },
    {
      "is_default": true,
      "is_secure": true,
      "cipher": "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384"
    },
    {
      "is_default": true,
      "is_secure": true,
      "cipher": "TLS_RSA_WITH_AES_256_CBC_SHA256"
    },
    {
      "is_default": true,
      "is_secure": false,
      "cipher": "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384"
    }
  ],
  "protocols": [
    {
      "is_default": false,
      "is_secure": false,
      "protocol": "TLS_V1_2"
    },
    {
      "is_default": false,
      "is_secure": true,
      "protocol": "SSL_V3"
    },
    {
      "is_default": true,
      "is_secure": false,
      "protocol": "TLS_V1_2"
    }
  ]
}