Exports Comparison results

Returns the result of comparing policies.

POST /analytics/compare/policies/export

Returns the result of comparing two policies. Only users with the Standard Registry role are allowed to make the request.

Request Body

NameTypeDescription

policyId1*

String

Policy 1 Identifier

childrenLvl*

String

Child block comparison setting (0/1/2)

propLvl*

String

Properties comparison setting (0/1/2)

policyId2*

String

Policy 2 Identifier

eventsLvl*

String

Event comparison setting (0/1)

idLvl*

String

UUID comparison setting (0/1)

{
    content:
            application/json:
              schema:
                type: string
}

Last updated