GET /Count/
Returns the number of autorun plugins on the network
Query String Parameters
filter
string
An expression for filtering search results
______________________________________________________________
Response
The autorun plugin count is returned as an integer value.
GET /{id:int}/
Returns the specified autorun plugin on a network
Segment
id
int
A unique identifier for a plugin instance
______________________________________________________________
Response Body
PUT /{id:int}/
Update a specified autorun plugin on a network
Segment
id
int
A unique identifier for a plugin instance
______________________________________________________________
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}/
Remove a specified autorun plugin from a network
Segment
id
int
A unique identifier for a plugin instance
______________________________________________________________
Response Body
On success this method returns a status code 2XX, on failure it returns a status code of 5XX.