GET api/FoxPass/SshKeyInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SSHKeyInfoPack
NameDescriptionTypeAdditional information
SSHKeyName

string

None.

SSHKey

string

None.

CreatedAt

date

None.

Publisher

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SSHKeyName": "sample string 1",
    "SSHKey": "sample string 2",
    "CreatedAt": "2025-05-03T01:09:20.7366933+00:00",
    "Publisher": "sample string 4"
  },
  {
    "SSHKeyName": "sample string 1",
    "SSHKey": "sample string 2",
    "CreatedAt": "2025-05-03T01:09:20.7366933+00:00",
    "Publisher": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFoxPassController.SSHKeyInfoPack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers">
  <FoxPassController.SSHKeyInfoPack>
    <CreatedAt>2025-05-03T01:09:20.7366933+00:00</CreatedAt>
    <Publisher>sample string 4</Publisher>
    <SSHKey>sample string 2</SSHKey>
    <SSHKeyName>sample string 1</SSHKeyName>
  </FoxPassController.SSHKeyInfoPack>
  <FoxPassController.SSHKeyInfoPack>
    <CreatedAt>2025-05-03T01:09:20.7366933+00:00</CreatedAt>
    <Publisher>sample string 4</Publisher>
    <SSHKey>sample string 2</SSHKey>
    <SSHKeyName>sample string 1</SSHKeyName>
  </FoxPassController.SSHKeyInfoPack>
</ArrayOfFoxPassController.SSHKeyInfoPack>