Skip to main content

Reconcile Snapshots of Storage Array

Starts a workflow snap reconcile for array

Path Parameters
  • arrayId string required
Responses

OK


Schema
  • jobId int32

    Resulting job Id

  • errorCode int32

    error code

  • errorMessage string

    error message

PUT /v4/storagearrays/:arrayid/snaps/recon    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
arrayId — path required
curl -L -X PUT 'https://localhost/webconsole/api/V4/StorageArrays/:arrayId/Snaps/Recon' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'