This request returns the status of a protected domain specified by ID.

Usage:

GET on /domains/{id}/status

Request URL:

https://<MS hostname>/jss/domains/{id}/status

Header:

fios-session:vc_sessionId

Request:

N/A

Response:

{

  "id": "65de62a2-9d45-11ec-8190-005056bbaefd",

  "name": "Domain1",

  "loggerSectionId": "0000000400000000dc0e4652737f3a00",

  "bitmapMode": "INSYNC",

  "remainingBgKB": 0,

  "bgEnabled": true,

  "cloudSpaceUsedBytes": 2427187834,

  "replicationStatus": {

    "category": "OK",

    "code": 7198,

    "name": "OK"

  },

  "failureReason": null,

  "rpo": 0,

  "reusableSpace": 12858163,

  "objectStoreFull": false,

  "protectedVms": [{

      "id": "7883a3c9-9d45-11ec-8190-005056bbaefd",

      "uuid": "503b8897-a7f9-353d-13c1-5f160489c691",

      "name": "fs188-cent-vm4",

      "status": "RECOVERABLE",

      "allDisksRecoverable": true,

      "cancellationReason": "NONE",

      "remainingBgKB": 0,

      "remainingFgKB": null,

      "cacheMode": "WRITEBACK_VMDK",

      "enhancedWB": false,

      "protectedDisks": [{

          "id": "7883a3c7-9d45-11ec-8190-005056bbaefd",

          "uuid": "6000c294-ffea-f1c6-e88f-e6782dab77e8",

          "status": "RECOVERABLE",

          "statusDetail": null,

          "replicationStatus": {

            "category": "OK",

            "code": 70001,

            "name": "OK"

          }

        },

        {

          "id": "7883a3c8-9d45-11ec-8190-005056bbaefd",

          "uuid": "6000c291-0236-6ecc-f45c-ee3f04bb1570",

          "status": "RECOVERABLE",

          "statusDetail": null,

          "replicationStatus": {

            "category": "OK",

            "code": 70001,

            "name": "OK"

          }

        }

      ],

      "replicationStatus": {

        "category": "OK",

        "code": 20120,

        "name": "OK"

      }

    },

    {

      "id": "78299ce6-9d45-11ec-8190-005056bbaefd",

      "uuid": "503b4f3e-6ec3-b2ee-d82a-5c28596d5467",

      "name": "fs188-cent-vm2",

      "status": "RECOVERABLE",

      "allDisksRecoverable": true,

      "cancellationReason": "NONE",

      "remainingBgKB": 0,

      "remainingFgKB": null,

      "cacheMode": "WRITEBACK_VMDK",

      "enhancedWB": false,

      "protectedDisks": [{

          "id": "78299ce4-9d45-11ec-8190-005056bbaefd",

          "uuid": "6000c29b-84b1-d529-c9f8-6ab67a2612af",

          "status": "RECOVERABLE",

          "statusDetail": null,

          "replicationStatus": {

            "category": "OK",

            "code": 70001,

            "name": "OK"

          }

        },

        {

          "id": "78299ce5-9d45-11ec-8190-005056bbaefd",

          "uuid": "6000c299-4c57-eaa1-fafe-4345cde5aa3e",

          "status": "RECOVERABLE",

          "statusDetail": null,

          "replicationStatus": {

            "category": "OK",

            "code": 70001,

            "name": "OK"

          }

        }

      ],

      "replicationStatus": {

        "category": "OK",

        "code": 20120,

        "name": "OK"

      }

    }

  ],

  "alarms": [],

  "criticalAlerts": [{

    "category": "INFO",

    "code": 11013,

    "name": "DOMAIN_ALERT_PITR_SESSION_ACTIVE",

    "resumable": false,

    "alertDetail": null

  }],

  "drvaDomainStatus": "DOMAIN_PRESENT"

}