{
  "api_version": 1.6,
  "data": [
    {
      "content": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCw6NXzjOTOrpQbzG4KjJXXRGLk6g8KCNjjMnqA34WA4SEPeCrCVbDPHlyY/2ygb3XRML/UhcImyzJfelQLSVmygUEzLn03ES3GhYKdyENDlp9mtMih8Dyk4g7CpqYoClIm/S9m2UrAvvt9fTcN6SatOXeOTayhLVvk3VJBYJQRL5c135mmqko90x8O8ixNAN1FP920jOVlHBFIFHePDFKvSfqjC7p8nIYvIowODZPk7vnI//m6lyDbKuxdwO5RnqyBHJtVST7+tyPuC3Kh0Y7tjAB/KsFMs5G+OTqT6b3gNPS6DoyGf6y1umGW1YepVc+pGcwLk93Ra9hU0GB1qA3t",
      "links": {
        "GET": {
          "href": "https://openshift.redhat.com/broker/rest/user/keys/mykey",
          "method": "GET",
          "optional_params": [

          ],
          "rel": "Get SSH key",
          "required_params": [

          ]
        },
        "UPDATE": {
          "href": "https://openshift.redhat.com/broker/rest/user/keys/mykey",
          "method": "PUT",
          "optional_params": [

          ],
          "rel": "Update SSH key",
          "required_params": [
            {
              "description": "Type of Key",
              "invalid_options": [

              ],
              "name": "type",
              "type": "string",
              "valid_options": [
                "ssh-rsa",
                "ssh-dss",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "[email protected]",
                "krb5-principal"
              ]
            },
            {
              "description": "The key portion of an rsa key (excluding ssh key type and comment)",
              "invalid_options": [

              ],
              "name": "content",
              "type": "string",
              "valid_options": [

              ]
            }
          ]
        },
        "DELETE": {
          "href": "https://openshift.redhat.com/broker/rest/user/keys/mykey",
          "method": "DELETE",
          "optional_params": [

          ],
          "rel": "Delete SSH key",
          "required_params": [

          ]
        }
      },
      "name": "mykey",
      "type": "ssh-rsa"
    }
  ],
  "messages": [
    {
      "exit_code": 0,
      "field": null,
      "index": null,
      "severity": "info",
      "text": "Found 1 ssh keys"
    }
  ],
  "status": "ok",
  "supported_api_versions": [
    1.0,
    1.1,
    1.2,
    1.3,
    1.4,
    1.5,
    1.6,
    1.7
  ],
  "type": "keys",
  "version": "1.6"
}