I am attempting to validate the rest commands - ie simulate - without the actual updating. This usage question also applies to the the verbose option.
curl -v -x -K PUT https://ilmt_url:9081/api/sam/v2/software_instances?token=tokenid_from_ilmt -d {\"rows\":[{\"instance_id\":####,\"product_release_guid\":\"guid-id\",\"metric_id\""####}]}
Where does the simulate=true get place d in the rest call shown above? I have tried after the token (ie &simulate=true), after the request body (ie after the trailing }]} as }]} simulate=true as well as other options.
The verbose option has a similar question - where is it placed in the restapi string (and what does it provide?)
------------------------------
William Van Horne
------------------------------