SSH Key
Entity fields:
Example:
{
"data": {
"type": "ssh",
"attributes": {
"name": "Sample SSH Key",
"description": "SSH Key Description",
"privateKey": "{{sshPrivateKey}}",
"sshType": "{{sshKeyType}}"
}
}
}Supported Operations
organization Identifier
Filters the collection of ssh using a 'disjoint' RSQL expression
Number of pages to return. Can be used with page[size]
Number of elements per page. Can be used with page[number]
Offset from 0 to start paginating. Can be used with page[limit]
Maximum number of items to return. Can be used with page[offset]
For requesting total pages/records be included in the response page meta data
Successful response
Successful response
Creates an item of type ssh and adds it to ssh
organization Identifier
Successful response
Successful response
Deletes an instance of type ssh
organization Identifier
ssh Identifier
Successful response
Successful response
No content
Modifies an instance of type ssh
organization Identifier
ssh Identifier
Successful response
Successful response
No content
Last updated
Was this helpful?