JOC API

Version 2.7.3

Download RAML
JOC API
/encipherment/assignment
POST

returns a collection of certificate assignments to agents


Parameters in the POST body schema

Name Type Description Example Default
agentIds required oneOf(agentIds,certAliases), array Filter collection of agents specified by their agentId. "agentIds" : [
"agent_001",
"agent_002"
]
certAliases required oneOf(agentIds,certAliases), array Filter collection of certificates specified by their alias. "certAliases" : [
"dev_1_cert",
"test_1_cert"
]