Api Endpoint – /v3/service-desk/api/webhook/receive/data
Method – POST
DataType : Array Format
Data Format:
array(
“value” => [
“Device” => [
“uuid” => “20211016-0091-9E4D-21AF-00919E4D21B3”,
“serial_number” => “33710/21XE00320”,
],
“Components” => [
“logical_drive” => [
[
“drive_name” => “C”,
“file_type” => “NTFS”,
],
[
“drive_name” => “D”,
]
],
“processor” => [
[
“model” => “11th Gen Intel(R) Core(TM) i5-11300H @ 3.10GHz”,
“manufacturer” => “GenuineIntel”,
]
],
]
],
‘Module’ => [‘agentSoftware’]
);
Note –
1. The data should be send in array format and in the value key and a key module should be added with the data which holds the name of the software that is sending the data.
2. A token also needs to be send along the data for authentication.