HTTP verbs

The discovery import API follows the standard HTTP semantics.

The following table describes the http verbs used in this API.

VerbWhat it doesTypical use in this API (Discovery Import)
GETRetrieve data (read-only).Get one operation by ID.
POSTCreate or perform an action.Create a new operation.
PUTUpdate/replace a resource.Update an operation.
DELETERemove a resource.Delete one operation by ID.
HEADReturn headers only (no body).Count operations via X-Total-Count for a given filter.