v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBCIs
Create a CI Relation For a Given CI ID
Creates a CI relation for a given CI ID.
post/cis/{ciId}/relations
Request body
Example request
{
"targetCiId": 1,
"relationTypeId": 5
}Response
The created CI relation.
Example response
{
"targetCiId": 1,
"relationTypeId": 5
}