Skip to main content

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

Body

    deployementFilter object
    property name* string

Responses

OK

Schema
    success string
    error string
    errorcode string
    estimation integer
Loading...