SyncTest

Test the sync bundle generations to the node.

SecurityApiKeyAuth
Request
Request Body schema: application/json
required

The parameters to test the sync bundle generations to the node

compliance_node_id
string non-empty
application_name
string
object_type
string
Enum: "ALGORITHM" "CLASSIFIER" "COMPLIANCE_JOB" "CONNECTOR" "DATA_CLASS" "DISCOVERY_POLICY" "PLUGIN" "RULE_SET"
object_ids
Array of strings non-empty
Responses
201

OK.

post/sync-export
Request samples
application/json
{
  • "compliance_node_id": "55e479d7-8ebd-4a53-a6b8-30551839c6e7",
  • "application_name": "Application-1",
  • "object_type": "ALGORITHM",
  • "object_ids": [
    ]
}

Test the object cleanup on the node.

SecurityApiKeyAuth
Request
Request Body schema: application/json
required

The parameters to delete the generated/synced objects on the node

compliance_node_id
string non-empty
dct_job_id
string
Responses
201

OK.

delete/sync-export
Request samples
application/json
{
  • "compliance_node_id": "55e479d7-8ebd-4a53-a6b8-30551839c6e7",
  • "dct_job_id": "414ed52c-fa89-455d-9fb9-9c2fa5115f80"
}