post https://example.com/host-store/api/v1/hosts/deploy
Create, update a host in host store
Log in to see full request history
Responses
Create, update a host in host store
xxxxxxxxxx
15curl --request POST \
--url https://example.com/host-store/api/v1/hosts/deploy \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"password_rotation": {
"use_main_account": true,
"operating_system": "LINUX",
"protocol": "SSH",
"certificate_validation_options": "DISABLED"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: