Data Sync - Get Dependent Reports

URI

https://164.99.19.131:8443/SentinelRESTServices/datasync/dependentreports/{policyID}

Supported Methods

GET

This gets a list of all Reports in the system that are dependent on the specified data sync policy.

Authentication

Authentication Types
Sentinel Permissions Needed

Supported Formats

Response

URL Parameters

None.

Success Codes

Fault Codes

Response Data

Object type: Dependent reports array
Collection of dependent reports
FieldDescription
ReportDefinitionArrayThis is an array of <B>&lt;Report Definition Info</B>&gt; objects. See below for a description of fields in Report Definition Info objects.

Response Data

Object type: Dependent report
Details on the Dependent report
FieldDescription
idThis is the UUID of the report definition.
reportNameThis is the display name of the report definition.

Sample Request

GET /datasync/dependentreports/102B21D0-BE9B-102D-83DB-001A6B6D3CF6
Sample Response for application/json
Status: 200
{&#10;   "ReportDefinitionArray": [&#10;   {&#10;    "i": "102B21D0-BE9B-102D-83DB-001A6B6D3CF6",&#10;    "reportName": "My Report"&#10;   }&#10;}&#10;