Get estimate for the deployment plan
POST/deployments/analyze
This API provides an overall estimate on how the deployment plan will be executed and how manyy devices will be targetted on each stage. Please note that, the number of devices given in estimate and actual deployment may change especially if any device is added or removed.
Request
- application/json
Body
deployementFilter object
property name* string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success string
error string
errorcode string
estimation integer
{
"success": "string",
"error": "string",
"errorcode": "string",
"estimation": 0
}
Loading...