post https://example.com/secrets-manager/api/v1/host-secret/
secret definitions from admin via host store
Log in to see full request history
Responses
secret definitions from admin via host store
xxxxxxxxxx
14curl --request POST \
--url https://example.com/secrets-manager/api/v1/host-secret/host_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"metadata": {
"operating_system": "windows",
"certificate_validation_options": "DISABLED",
"use_main_account": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: