---
title: "Create an integrity check job"
method: POST
path: "/v2/backup/integrity-check-jobs"
tags: ["Backup"]
---

# Create an integrity check job

`POST /v2/backup/integrity-check-jobs`

Creates an integrity check job

## Request body

- object — Request of the Integrity Check Job creation.
  - `deviceId` integer
  - `planUid` string, uuid

## Response `200`

Returns SUCCESS if the job was saved correctly, FAILURE otherwise.

- object — Response of the Integrity Check Job creation.
  - `result` 'SUCCESS' | 'FAILURE' | 'UNSUPPORTED' | 'UNCOMPLETED'
  - `jobUid` string, uuid
  - `deviceId` integer
  - `planGuid` string, uuid
  - `planName` string
  - `planType` string

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
