GET v1/bunits/{bunitId}/nodes/{nodeId}/reports/{reportDate}/send?subscriptionId={subscriptionId}
OBSOLETE: Nodes are no longer directly related to business unit.
Please use bunits/{bunitId}/consumers/{consumerId}/node/reports/send
Send a status report to the recipients of a status report delivery configuration.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The business unit ID of the backup node. | integer |
Required |
nodeId |
The backup node ID of the the report. | integer |
Required |
reportDate |
The report date of an existing report. | date |
Required |
subscriptionId |
The ID of an existing status report delivery configuration. | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.