Success
Forbidden access
Not found
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "rulesetName": "Rule123",
- "fileConnectorId": 1
}
]
}
The file ruleset to create
Success
Bad request
Forbidden access
Not found
Conflict
{- "rulesetName": "Rule123",
- "fileConnectorId": 1
}
{- "rulesetName": "Rule123",
- "fileConnectorId": 1
}
The exact list of files to put in the ruleset. Note that existing files for this ruleset not in this list will be deleted
required | Array of objects (FileMetadata) |
Success
Bad request
Forbidden access
Not found
{- "fileMetadata": [
- {
- "fileName": "file.delimited",
- "rulesetId": 1,
- "fileFormatId": 2,
- "delimiter": "*",
- "endOfRecord": "\n"
}
]
}
{- "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",
- "fileConnectorId": 1
}
Success
Bad request
Forbidden access
Not found
{- "exportFileName": "my-delimited-file-ruleset.csv"
}
{- "exportFileName": "my-delimited-file-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"
]
}