ravigupta1 has asked for the wisdom of the Perl Monks concerning the following question:
Thanks in advance !! Regards, Ravimy $jbody = JSON->new->utf8->decode($body);
$header ={ Auth-Token => $mytoken, Content-Type => "application/json", Accept => "application/json" }; $body ='{ "includes" : [ { "ids" : ["fbb7c736-852f-4158-aae3-1f97bc755cec"], "observationName" : "sql_batches" } ], "startTime" : 1602043200000, "endTime" : 1602129599000, "granularity" : 86400000, "numberOfValue" : 1, "retrievalType" : "RAW" }'; $client->POST('/topology/batchQuery',$body,$header);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: REST::Client + Request Body
by hippo (Archbishop) on Oct 13, 2020 at 08:32 UTC | |
by derby (Abbot) on Oct 13, 2020 at 11:35 UTC | |
by jcb (Parson) on Oct 14, 2020 at 01:15 UTC | |
by perlfan (Parson) on Oct 13, 2020 at 15:39 UTC | |
by Anonymous Monk on Oct 13, 2020 at 19:15 UTC |