Attributes

  • Version: 1.0
  • See cm_ssh_keys for definitions of other attributes and elements


XML format is not supported.

JSON Request

{
  "RequestType":"SshKeys",
  "Version":"1.0",
  "SshKeys":
  [
    {
      "Version":"1.0",
      "Person":
      {
        "Type":"CO",
        "Id":"<ID>"
      },
      "Comment":"<Comment>",
      "Type":("ssh-dss"|"ecdsa-sha2-nistp256"|"ecdsa-sha2-nistp384"|"ecdsa-sha2-nistp521"|"ssh-ed25519'"|"ssh-rsa"|"ssh-rsa1"),
      "Skey":"<SshKey>",
      "SshKeyAuthenticatorId":"<Id>"
    }
  ]
}

JSON Response

{
  "ResponseType":"SshKeys",
  "Version":"1.0",
  "SshKeys":
  [
    {
      "Version":"1.0",
      "Id":"<Id>",
      "Person":
      {
        "Type":"CO",
        "Id":"<ID>"
      },
      ,
      "Comment":"<Comment>",
      "Type":("ssh-dss"|"ecdsa-sha2-nistp256"|"ecdsa-sha2-nistp384"|"ecdsa-sha2-nistp521"|"ssh-ed25519'"|"ssh-rsa"|"ssh-rsa1"),
      "Skey":"<SshKey>",
      "SshKeyAuthenticatorId":"<Id>"
    },
    {...}
  ]
}
  • No labels