Success
Bad request
Forbidden access
Not found
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "rulesetName": "Rule123",
- "databaseConnectorId": 1
}
]
}
The database ruleset to create
Success
Bad request
Forbidden access
Not found
Conflict
{- "rulesetName": "Rule123",
- "databaseConnectorId": 1
}
{- "rulesetName": "Rule123",
- "databaseConnectorId": 1
}
The updated form of the database ruleset
Success
Bad request
Forbidden access
Not found
{- "rulesetName": "Rule123",
- "databaseConnectorId": 1
}
{- "rulesetName": "Rule123",
- "databaseConnectorId": 1
}
The exact list of tables to put in the ruleset. Note that existing tables for this ruleset not in this list will be deleted
required | Array of objects (TableMetadata) |
Success
Bad request
Forbidden access
Not found
{- "tableMetadata": [
- {
- "tableName": "profile",
- "rulesetId": 2
}, - {
- "tableName": "address",
- "rulesetId": 2
}, - {
- "tableName": "users",
- "rulesetId": 2
}
]
}
{- "asyncTaskId": 1,
- "operation": "RULESET_REFRESH",
- "reference": 13,
- "status": "RUNNING",
- "cancellable": false
}
Success
Bad request
Forbidden access
Not found
{- "asyncTaskId": 1,
- "operation": "RULESET_REFRESH",
- "reference": 13,
- "status": "RUNNING",
- "cancellable": false
}
The name of the ruleset. This must be unique within an environment.
Success
Bad request
Forbidden access
Not found
{- "newRulesetName": "Rule123"
}
{- "rulesetName": "Rule123",
- "databaseConnectorId": 1
}
Success
Bad request
Forbidden access
Not found
{- "exportFileName": "my-database-ruleset.csv"
}
{- "exportFileName": "my-database-ruleset.csv"
}
WARNING: The generated curl command is incorrect, so please refer to the Masking API guide for instructions on how to upload files through the API
Success
Bad request
Forbidden access
Not found
Conflict
{- "importStatus": "SUCCESS",
- "message": [
- "Inventory imported successfully"
]
}