GET /Count/
GETReturns the number of autorun plugins on the network
Parameters
: An expression for filtering search results.
filter[string]
Response
The autorun plugin count is returned as an integer value.
GET /{id:int}/
GETReturns the specified autorun plugin on a network
Parameters
A unique identifier for a plugin instance[int]
id:
Response Body
PUT /{id:int}/
PUTUpdate a specified autorun plugin on a network
Parameters
A unique identifier for a plugin instance[int]
id:
Request Body
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.
DELETE /{id:int}/
DELETERemove a specified autorun plugin from a network
Parameters
A unique identifier for a plugin instance[int]
id:
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.