Skip to main content

Retrieve information about a realm rules engine

GET 

/rules/info/realm/:realm

Retrieve information about a realm rules engine

Request

Path Parameters

    realm stringrequired

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host string

Responses

default response

Schema

    status string

    Possible values: [STOPPED, RUNNING, ERROR]

    compilationErrorCount int32
    executionErrorCount int32
Loading...