Skip to main content

Get running jobs for a storage pool

Select

SaaS
Customer Managed

API to get jobs running to a storage pool.

Path Parameters
  • storagePoolId int32 required

    Id of storage pool

Query Parameters
  • jobType string

    Possible values: [All, Admin, Backup, Restore]

    Default value: All

    Type of job

  • ignoreSuspendedJobs boolean

    Default value: true

    To include/exlude suspended jobs in the response

Responses

OK


Schema
  • jobIds int64[]
GET /v4/storagepool/:storagepoolid/runningjobs    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
storagePoolId — path required
jobType — query
ignoreSuspendedJobs — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/StoragePool/:storagePoolId/runningJobs' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'