Storiq One API
v1.0
API for Storiq One
|
actionscript Script Action
use GET method :
path : /storiqone-backend/api/v1/script/action
Optional parameters | Name | Type | Description | Constraint | | :------—: | :------------—: | :------------------------------------------------------------------------------—: | :--------------------------—: | | action | string | to add or delete a script | action = add || action = delete | | script_id | integer | script id | | | pool | integer | pool id | | | jobtype | integer | jobtype | 1 <= jobtype <= 9 |
Archives ids list is returned { { "message":"Query successful" } }
To get script by its id use GET method
path : /storiqone-backend/api/v1/script/
id | : script id |
scrip information is returned
To get script list by pool id use GET method
path : /storiqone-backend/api/v1/script/
id | : pool id |
scrip information is returned
To get script list use GET method : without reference to specific id or ids
path : /storiqone-backend/api/v1/script/
scrip information is returned