Export masking objects
The identifier for the masking object to export
Success
Bad request
Unauthorized access
Not found
[- {
- "objectIdentifier": { },
- "objectType": "ALGORITHM_PLUGIN",
- "revisionHash": "string",
- "revisionId": "string"
}
]
{- "exportResponseMetadata": { },
- "blob": "string",
- "signature": "string",
- "publicKey": "string"
}
Export masking objects
The identifier for the masking object to export
Success
Bad request
Unauthorized access
Not found
Conflict
[- {
- "objectIdentifier": { },
- "objectType": "ALGORITHM_PLUGIN",
- "revisionHash": "string",
- "revisionId": "string"
}
]
{- "asyncTaskId": 1,
- "operation": "RULESET_REFRESH",
- "reference": 13,
- "status": "RUNNING",
- "cancellable": false
}
Import masking objects
The identifier for the masking object to import
Success
Bad request
Unauthorized access
Not found
{- "exportResponseMetadata": { },
- "blob": "string",
- "signature": "string",
- "publicKey": "string"
}
[- {
- "objectIdentifier": { },
- "importedObjectIdentifier": { },
- "objectType": "ALGORITHM_PLUGIN",
- "importStatus": "SUCCESS",
- "failureMessage": "string"
}
]
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
Unauthorized access
Not found
Conflict
{- "asyncTaskId": 1,
- "operation": "RULESET_REFRESH",
- "reference": 13,
- "status": "RUNNING",
- "cancellable": false
}
Get all syncable objects
Success
Bad request
Unauthorized access
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "objectIdentifier": { },
- "objectType": "ALGORITHM_PLUGIN",
- "revisionHash": "string",
- "revisionId": "string"
}
]
}
Get syncable object for environment
Success
Bad request
Unauthorized access
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "objectIdentifier": { },
- "objectType": "ALGORITHM_PLUGIN",
- "revisionHash": "string",
- "revisionId": "string"
}
]
}