{
"server": {
"Password": "string",
"Port": 0,
"PrivateKey": "string",
"User": "string"
}
}
curl --location --request POST 'https://example.com:30888/servers//make-sshable' \
--header 'Content-Type: application/json' \
--data-raw '{
"server": {
"Password": "string",
"Port": 0,
"PrivateKey": "string",
"User": "string"
}
}'
{
"server": {
"AnsiblePlaybookId": "string"
}
}