Snapin Parameter by API?
-
I searched and didn’t find any information for this…
Maybe I am just blind
Short question: Is it possible to execute a Snapn as task by webapi with then custom parameters/arguments?
I know many workarounds - but if possible this might be cleaner and would be nice
Just as robocopy.bat which some defined parameters…TIA!
-
@Freak Have you read through this? https://news.fogproject.org/simplified-api-documentation/
-
@sebastian-roth thx, at the bottom it’s nearly what I look for.
But how can I set a default parameter as a Path for example in the snapin screen, but overwrite it if I set a parameter…?regarding the example on the link:
{
“taskTypeID”: <IDOFTASKTYPE>,
“taskName”: “robocopysync”,
“destination”: “<path>”,
“source”: “<path>”
}
Can I use them like this?And regarding the API: Whats the difference between a SnapinTask and a SnapinJob?
TIA