sendReportingData

On this page
Back to index

Summary

Sends data to the DevOps Insight server.
reportObjectTypeName
Stringrequired
The name of the report object for which the data(payload) is being sent to the DevOps Insight server.
payload
Stringrequired
The payload with the attribute values for the report object in JSON text format.
validate
Booleanoptional
Whether to validate the fields in the payload based on the attributes defined for the report object type.

Usage

Perl

$cmdr->sendReportingData( "test-reportObjectTypeName", # reportObjectTypeName "test-payload" # payload # optionals );

ectool

ectool sendReportingData \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-payload" `# payload` \ # optionals