Returns result of Policy comparison

Returns the result of comparing two or more policies.

POST /analytics/compare/policies

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

Request Body

NameTypeDescription

policyId1*

String

Policy 1 Identifier

policyId2*

String

Policy 2 Identifier

propLvl*

String

Properties comparison settings (0/1/2)

childrenLvl*

String

Child block comparison setting (0/1/2)

eventsLvl*

String

Event comparison setting (0/1)

idLvl*

String

Level of UUID comparison (0/1)

{
    content:
            application/json:
              schema:
                type: object
                properties:
                  left:
                    type: object
                  right:
                    type: object
                  roles:
                    $ref: '#/components/schemas/Table'
                  groups:
                    $ref: '#/components/schemas/Table'
                  tokens:
                    $ref: '#/components/schemas/Table'
                  topics:
                    $ref: '#/components/schemas/Table'
                  blocks:
                    $ref: '#/components/schemas/Table'
                  total:
                    type: number
}

Last updated