Count/ GET
Returns 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.
{id:int}/ GET
Returns the specified autorun plugin on a network
Parameters
A unique identifier for a plugin instance[int]
id:
Response Body
{id:int}/ PUT
Update 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.
{id:int}/ DELETE
Remove 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.