Returns result of Policy comparison

Returns the result of comparing policies.

POST /analytics/compare/policies

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

Request Body

NameTypeDescription

id*

String

Filters

{
    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