Skip to main content

Start or stop data security jobs for cloud accounts

Starts or stops data security jobs for the specified list of cloud accounts.

Request Body required
  • operation string required

    Possible values: [Start, Stop]

    Operation to perform on data security jobs

  • cloudConnectionIds int32[]

    Possible values: >= 1

    List of cloud connection IDs for which jobs should be started or stopped

  • cloudAccounts object[]

    Possible values: >= 1

    List of cloud accounts for which jobs should be started or stopped

  • cloudAccountId string required

    Unique identifier of the cloud account

  • cloudAccountName string

    Human-readable name of the cloud account

  • cvCloudAccountId int32

    Internal Commvault identifier for the cloud account

  • cloudConnectionId int32

    Cloud connection ID associated with the cloud account

Responses

Jobs operation submitted successfully


Schema
  • success boolean

    Indicates whether the request was accepted successfully

  • message string

    Human-readable status message

  • error object

    Error details if the request failed

  • errorMessage string

    Tells about the error occured

  • errorCode ErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, VALUE_NOT_FOUND, UNKNOWN_EXCEPTION, CONNECTION_PROBLEM, UNKNOWN_SQL_ERROR, INVALID_USER, INVALID_OPERATION_TYPE, INTERNAL_SERVER_PROBLEM, INSUFFICIENT_USER_PERMISSION_ON_ENTITY, INVALID_ENTITY_ID, REFRESH_TOKEN_EXPIRED]

    Error code value

Loading...