Article under construction.
Method | Request URI |
---|---|
POST | https://{company-name}.helloid.com/api/v1/selfservice/products/{productGUID}/filesystemcreatedirectoryaction |
POST | https://{company-name}.helloid.com/api/v1/selfservice/products/{productCode}/filesystemcreatedirectoryaction |
Example request:
{ "executeOnState": 1, "variables": [ { "name": "path", "value": "C:\\tmp\\SomePath", "typeConstraint": "string", "secure": false } ] }
Example response:
{ "actionGUID": "c8f59839-520f-46f7-a050-bba8153aec24", "name": "Create a directory in the file system", "options": 1, "objectGUID": "87ed7ecc-0ee7-4d9c-a718-341d2f6861fe", "executeOnState": 1, "automationStoreTaskId": "c017a57f-580f-4a0b-a19f-ca9abfaeca43", "automationStoreTaskVersion": "1.0.0", "executionType": "native", "executionEntry": "filesystem-create-directory", "executionEnvironment": "helloid-agent", "executionMinimumVersion": "1.1.0", "variables": [ { "id": "60613a75-9de4-46c9-beba-f5d0527efa68", "name": "path", "value": "C:\\tmp\\SomePath", "typeConstraint": "string", "secure": false, "isScriptVariable": false } ] }