Bulk Rules Download API (Early Access)
POST
https://app.balkan.id/api/rest/v0/rules/download-url
Configuration
BalkanID Rules Download CSV Format
Sample CSV
ID | Name* | Label* | Status | Filters* | Logic* |
---|---|---|---|---|---|
r1 | Privileged Identities | entitlement/privileged | active | f1, f2 | OR |
Column Definitions
Column Name | Column Description |
---|---|
ID | Optional - ID of the rule. |
Name | Required - The name of the rule. It appears in the applications. |
Label | Required - The code of the label to be applied. Label needs to be configured before. |
Status | Optional - If the rule is active or inactive. |
Filters | Required - The list of filter IDs to evaluate for the rule. Filters need to be configured before. |
Logic | Required - The logic to use when applying the filters. OR results in union, AND results in intersection. |
Required Columns
Download the CSV file via the pre-signed URL
is to download the CSV in BalkanID Rules CSV
format from the pre-signed URL.
HEAD
tothe
pollingUrl
.404
, the file is not ready, and you shouldretry this polling request after a delay.
200
, the file is ready, and you may proceedto download the CSV from the received
url
.Request
Header Params
X-Api-Key-ID
string
optional
X-Api-Key-Secret
string
optional
Content-Type
string
optional
Default:
application/json