View RPO Report

Ops Center Protector REST API User Guide

Version
7.7.x
Audience
anonymous
Part Number
MK-99PTT005-07

The RPO Report is a key resource in verifying that the required backups are being performed on schedule and within their required recovery point objective.

The report data can be retrieved with a normal API request.

View the RPO Report
curl --insecure --cookie demosession
"https://demomaster/API/7.1/master/ReportHandler/objects/RPOS/Current/coll
ections/entries"
View the Session Summary Report Response
{
    "pageInfo": {
        "end": true,
        "totalCount": 1
    },
    "rPOReportEntry": [
        {
            "dataFlow": {
                "id": "da2afe41-a936-4879-8cba-ed37aa421b26",
                "name": "demodataflow"
            },
            "dataOriginNode": {
                "id": "demomaster@BZ-334922-442788-343Z2Z-YYZ744[0-1-1]",
                "instanceId": 173,
                "type": "OSHost"
            },
            "destinationNode": {
                "id": "RepositoryHP@00-25FAAB-3B94CF-459595-78584C[1-1-8D]",
                "instanceId": 172,
                "store": "",
                "type": "HBBRepository"
            },
            "id": "0",
            "jobId": "{367baad7-b198-4e2d-a163-1cdb7eeaa90e}",
            "lastBackup": "2020-05-12T13:06:53Z",
            "moverType": "eMOVER_BATCH",
            "policy": {
                "id": "141eb1403015408aa3e6a77e2ae1ab22",
                "name": "demopolicy",
                "operation": {
                    "id": 1,
                    "name": "Backup",
                    "rpo": {
                        "period": 1,
                        "units": "eRPO_HOURS"
                    },
                    "type": "eOPERATION_BACKUP"
                },
                "version": 2
            },
            "sessionId": "demomaster@BZ-334922-442788-343Z2Z-YYZ744[0-1-1]#1589288804995-836-0",
            "sourceNode": {
                "id": "demomaster@BZ-334922-442788-343Z2Z-YYZ744[0-1-1]",
                "instanceId": 173,
                "type": "OSHost"
            },
            "status": "eRPO_MET"
        }
    ]
}