GET http://[host-proxy]/api/view/PushCertificateToWindows/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"certificate_pkid": {
"title": "Certificate",
"description": "Certificate which will be uploaded to Windows server",
"type": "string",
"required": true
},
"pfx_pass_phrase": {
"title": "Passphrase",
"description": "Passphrase used to protect pfx file which will be uploaded to Windows server",
"type": "string",
"is_password": true,
"required": true
},
"msteams_pkid": {
"title": "Microsoft Teams Connection",
"description": "Microsoft Teams Connection used to gather Windows server information",
"type": "string"
}
}
}