Making Requests
The CLI is a lightweight abstraction of HTTP requests to the BigFix Server RESTAPI. The basic syntax for constructing requests using the CLI is:
iem <METHOD> <RESOURCE>
where:
<METHOD>- Refers to the HTTP method of the request and can be:
GET,POST,PUT, andDELETE <RESOURCE>- Refers to the RESTAPI resource that is being requested. See RESTAPI.