GET api/FoxPass/SshKeyInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SSHKeyInfoPack| Name | Description | Type | Additional 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": "2026-04-15T13:27:41.1412228+00:00",
"Publisher": "sample string 4"
},
{
"SSHKeyName": "sample string 1",
"SSHKey": "sample string 2",
"CreatedAt": "2026-04-15T13:27:41.1412228+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>2026-04-15T13:27:41.1412228+00:00</CreatedAt>
<Publisher>sample string 4</Publisher>
<SSHKey>sample string 2</SSHKey>
<SSHKeyName>sample string 1</SSHKeyName>
</FoxPassController.SSHKeyInfoPack>
<FoxPassController.SSHKeyInfoPack>
<CreatedAt>2026-04-15T13:27:41.1412228+00:00</CreatedAt>
<Publisher>sample string 4</Publisher>
<SSHKey>sample string 2</SSHKey>
<SSHKeyName>sample string 1</SSHKeyName>
</FoxPassController.SSHKeyInfoPack>
</ArrayOfFoxPassController.SSHKeyInfoPack>