Alerts API

Important:  This document is being phased out and does not contain up-to-date information. For updated API documentation for Zerto versions 9.5 and later, see ZVM REST API - Swagger.

You can also access Swagger from the ZVM: click the menu button () on the top right and select APIs or navigate to https://<ZVM IP>:9669/swagger/index.html in a Windows ZVM or https://<ZVM IP>/management/api/swagger/index.html in ZVM Appliance.

/v1/alerts returns information about alerts and dismisses or undismisses a specific alert.

HTTP Methods

Security

See Also

Format

The following API are available:

Alerts: GET

Alerts: POST

Purpose Method URL
Information for all alerts GET https://zvm_ip:port/v1/alerts
Information for one alert GET https://zvm_ip:port/v1/alerts/{alertId}
Valid values for alert entities GET https://zvm_ip:port/v1/alerts/entities
Valid values for alert help identifiers GET https://zvm_ip:port/v1/alerts/helpidentifiers
Valid values for alert levels GET https://zvm_ip:port/v1/alerts/levels
Dismisses an alert POST https://zvm_ip:port/v1/alerts/{alertId}/dismiss
Undismisses an alert POST https://zvm_ip:port/v1/alerts/{alertId}/undismiss

HTTP Methods

GET, POST

Security

The API is exposed over HTTPS. Client code must use the x-zerto-session HTTP authorization header.

See Also

Starting a session: Session: POST

Format

Json, XML

Alerts: GET

Returns information about alerts.

URL
All alerts https://zvm_ip:port/v1/alerts
Filtered alerts https://zvm_ip:port/v1/alerts?startDate={STARTDATE}&endDate={ENDDATE}&vpgIdentifier={VPGIDENTIFIER}&zorgIdentifier={ZORGIDENTIFIER}&siteIdentifier={SITEIDENTIFIER}&level={LEVEL}&entity={ENTITY}&helpIdentifier={HELPIDENTIFIER}&isDismissed={ISDISMISSED}
Single alert https://zvm_ip:port/v1/alerts/{alertId}
Valid alert entities https://zvm_ip:port/v1/alerts/entities
Valid alert help identifiers https://zvm_ip:port/v1/alerts/helpidentifiers
Valid alert levels https://zvm_ip:port/v1/alerts/levels

Where:

zvm_ip The IP address of the Zerto Virtual Manager where the API is run.
port The port to access the Zerto Virtual Manager. The default port is 9669.
alertId The identifier of the alert for which information is returned or which is dismissed or undismissed.
Filters Filters are optional and any combination of filters is valid. When no filter is specified, all alerts are returned. Filters are not case-sensitive.
 
Filter
Description
  startDate The starting date for the list of events, supplied as a date with the format of the Zerto Virtual Manager where the API runs, for example, yyyy-mm-dd. You can also specify a local time with the following format: yyyy-mm-ddThh:mm:ss.fffZ. Adding Z to the end of the time sets the time to UTC.
  endDate The end date for the list, supplied as a date with the format of the Zerto Virtual Manager where the API runs, for example, yyyy-mm-dd. You can also specify a local time with the following format: yyyy-mm-ddThh:mm:ss.fffZ. Adding Z to the end of the time sets the time to UTC.
  vpgIdentifier The identifier of the VPG for which you want to return alerts.
  zorgIdentifier The identifier of the ZORG, Zerto organization, defined in the Zerto Cloud Manager.
  siteIdentifier The internal site identifier.
  level The alert level:

warning

error
  entity The type of entity to return. Possible values are:

Zvm: Alerts that are triggered when there is a problem with a Zerto Virtual Manager.
Vra: Alerts that are triggered when there is a problem with a VRA.
Vpg: Alerts that are triggered when there is a problem with a VPG.CloudConnector: Alerts that are triggered when there is a problem with a Zerto Cloud Connector.
Storage: Alerts that are triggered when there is a problem with a datastore specified in a VPG.
License: Alerts that are triggered when there is a problem with a Zerto Virtual Manager license.
Zcm: Alerts that are triggered when there is a problem with a Zerto Cloud Manager.
FileRecoveryComponent: Alerts that are triggered when there is a problem with file level recover.

 

helpIdentifier The help identifier associated with the alert. The following alert identifiers are available:

AWS0001: AWS S3 bucket removed
BCK0001: Offsite backup fails
BCK0002: Offsite backup fails
BCK0005: Offsite backup repository disconnected
BCK0006: Offsite backup repository disconnected
BCK0007: Offsite backup repository not defined.
    LIC0001: License exceeded
LIC0002: License exceeded
LIC0003: License about to expire
LIC0004: License expired and exceeded
LIC0005: Deprecated
LIC0006: License expired
LIC0007: License exceeded
LIC0008: Deprecated
LIC0009: Public cloud replication violation
LIC0010: VCD violation
LIC0011: Cross replication violation
    STR0001: Datastore not accessible
STR0002: Datastore full
STR0004: Datastore low in space
    VCD0001: vCenter Server for the Org vDC is not found
VCD0002: Org vDC is defined in multiple vCenter Servers
VCD0003: Org vDC storage profile not found in vCenter Server
VCD0004: Provider vDC storage profile not found in vCenter Server
VCD0005: Org vDC network not retrieved
VCD0006: Provider vDC metadata not found
VCD0007: Org vDC resource pool not retrieved
VCD0010: OrgNetwork not retrieved
VCD0014: vCD disconnection
VCD0015: AMQP-server disconnection
VCD0016: Provider vDC datastore not found
VCD0017: Metadata not accessible
VCD0018: Duplicated MAC addresses
VCD0020: VM inconsistency in vApp
VCD0021: VM inconsistency in vApp
    VPG0003: VPG has low journal history
VPG0004: VPG has low journal history
VPG0005: VPG in error state
VPG0006: VPG missing configuration details
VPG0007: VPG replication paused
VPG0008: VPG rollback failed
VPG0009: VPG target RPO exceeded
VPG0010: VPG target RPO exceeded
VPG0011: Deprecated
VPG0012: Deprecated
VPG0014: VPG waiting for commit or rollback
VPG0015: Resources not enough to support VPG
VPG0016: Resources pool not found
VPG0017: VPG protection paused
VPG0019: VPG recovery storage profile disabled
VPG0020: VPG recovery storage profile not found
VPG0021: VPG recovery storage profile not found
VPG0022: VPG recovery storage profile disabled
VPG0023: VPG recovery storage profile not found
VPG0024: VPG recovery storage profile does not include active datastores
VPG0025: vApp network mapping not defined
VPG0026: VPG recovery storage profile changed
VPG0027: VPG includes VMs that are no longer protected
VPG0028: Corrupted Org vDC network mapping
VPG0035: VPG protected resources not in ZORG
VPG0036: VPG recovery resources not in ZORG
VPG0037: Journal history is compromised
VPG0038: Journal history is compromised
VPG0039: RDM has an odd number of blocks
VPG0040: Virtual machine hardware mismatch with recovery site
VPG0041: Virtual machine running Windows 2003
VPG0042: Recovery network not found
VPG0043: SAN policy might cause some volumes to become offline upon recovery
VPG0044: One or more of the virtual machines in the VPG has a disk with size 0
VPG0045: Deprecated
VPG0046: Deprecated
VPG0047: Deprecated
VPG0048: Deprecated
VPG0049: Protection group missing VM
VPG0050:Protection Group Tested Alert
VPG0051: Stopping Failover Test Operation Failed
VPG0052: Rolling back Failover Live Operation Failed
VPG0053: Rolling back Move Operation Failed
    VRA0001: Host without VRA
VRA0002: VRA without IP
VRA0003: Host IP changes
VRA0004: VRA lost IP
VRA0005: VRAs not connected
VRA0006: Datastore for journal disk is full
VRA0007: I/O error to journal
VRA0008: Recovery disk and VMs missing
VRA0009: Recovery disk missing
VRA0010: Recovery disks turned off
VRA0011: Recovery disk inaccessible
VRA0012: Cannot write to recovery disk
VRA0013: I/O error to recovery disk
VRA0014: Cloned disks turned off
VRA0015: Cloned disk inaccessible
VRA0016: Datastore for clone disk is full
VRA0017: I/O error to clone
VRA0018: Protected disk and VM missing
VRA0019: Protected disk missing
VRA0020: VM powered off
VRA0021: VM disk inaccessible
VRA0022: VM disk incompatible
VRA0023: VRA cannot be registered.
VRA0024: VRA removed
VRA0025: I/O synchronization
VRA0026: Recovery disk removed
VRA0027: Journal disk removed
VRA0028: VRA powered off
VRA0029: VRA memory low
VRA0030: Journal size mismatch
VRA0032: VRA out-of-date
VRA0033: Peer VRA out-of-date
VRA0035: Deprecated
VRA0036: Deprecated
VRA0037: Local MAC Address Conflict
VRA0038: MAC Address Conflict
VRA0039: Journal reached configured limit
VRA0040: Journal space low
VRA0049: Host rollback failed
VRA0050: Wrong host password
VRA0051: Deprecated
VRA0052: Disk visible but not recognized
VRA0053: System disk removed
VRA0054: VRA journal alert in public cloud
VRA0055: VRA target volume alert in public cloud
VRA0056: VRA is shutting down
    ZCA001: Storage removed
ZCA002: Quota of instances number exceeded
ZCA003: Zerto AWS Snapshot Manager not reachable
    ZCC0001: Zerto Cloud Connector removed
ZCC0002: Zerto Cloud Connector powered off
ZCC0003: Orphaned Zerto Cloud Connector
ZCM0001: No connection to Zerto Virtual Manager
ZCM0002: Zerto Cloud Manager not support
    ZVM0001: No connection to hypervisor manager, such as VMware vCenter Server and Microsoft SCVMM, or to public cloud.
ZVM0002: No connection to VRA
ZVM0003: No connection to site
ZVM0004: Peer site out-of-date
ZVM0005: Zerto Virtual Manager space low
ZVM0006: Upgrade available
ZVM0007: Cannot upgrade
ZVM0008: Version mismatch
ZVM0009: Internal error
ZVM0010: Synchronization between Zerto Virtual Managers
ZVM0011: Metadata Collection
ZVM0012: Metadata Collection
ZVM0013: Metadata Collection
ZVM0014: VRA/Diskbox SCSI GUID mismatch
ZVM0015: Hyper-V host state
ZVM0017: Protected VM with unknown OS
ZVM0019: (Hyper-V only) Agent disconnected / Failed to open channel
ZVM0020: Agent installation failed
ZVM0021: VRA-H powered off
FLR0001: Files cannot be restored
Unknown
  isDismissed True: Returns the list of alerts that have been dismissed.
False: Returns the list of alerts that have not been dismissed.
Request Body Using Json Format

The request body is empty.

Response In Json Format

The following is an example response Json body for https://zvm_ip:port/v1/alerts and for https://zvm_ip:port/v1/alerts/{alertId}

[{
  "AffectedVpgs":[{
    "href": "String content",
    "identifier": "String content",
    "rel": "String content",
    "type": "String content"
  }],
  "AffectedZorgs":[{
    "href": "String content",
    "identifier": "String content",
    "rel": "String content",
    "type": "String content"
  }],
  "Description": "String content",
  "Entity": "String content",
  "HelpIdentifier": "String content",
  "IsDismissed": Boolean,
  "Level": "String content",
  "Link": {
    "href": "String content",
    "identifier": "String content",
    "rel": "String content",
    "type": "String content"
  },
  "Site": {
    "href": "String content",
    "identifier": "String content",
    "rel": "String content",
    "type": "String content"
  },
  "TurnedOn":"\/Date(928142400000+0300)\/"
}]

The following is an example response Json body for https://zvm_ip:port/v1/alerts/entities, https://zvm_ip:port/v1/alerts/helpidentifiers, and https://zvm_ip:port/v1/alerts/levels

["String content"]

XML Response Format

For the XML response format, see Alerts API XML Response Format.

Response Values

Response values for https://zvm_ip:port/v1/alerts and for https://zvm_ip:port/v1/alerts/{alertId}

Parameter Description
AffectedVpgs The VPGs affected by the alert.
href The URL used to retrieve VPG information for each VPG affected by the event.
identifier The unique internal identifier of the VPG.
rel The next path level for the API relative to the current path.
type The API interface service.
AffectedZorgs The ZORGs affected by the alert.
href The URL used to retrieve ZORG information for each ZORG affected by the event.
identifier The unique internal identifier of the ZORG.
rel The next path level for the API relative to the current path.
type The API interface service.
Description The alert description.
Entity The entity for which the alert applies. The following alert entities are available:

Zvm: Alerts that are triggered when there is a problem with a Zerto Virtual Manager.
Vra: Alerts that are triggered when there is a problem with a VRA.
Vpg: Alerts that are triggered when there is a problem with a VPG.
CloudConnector: Alerts that are triggered when there is a problem with a Zerto Cloud Connector.
Storage: Alerts that are triggered when there is a problem with a datastore specified in a VPG.
License: Alerts that are triggered when there is a problem with a Zerto Virtual Manager license.
Zcm: Alerts that are triggered when there is a problem with a Zerto Cloud Manager.
FileRecoveryComponent: Alerts that are triggered when there is a problem with file level recovery
HelpIdentifier The help identifier associated with the alert. The following alert identifiers are available:

AWS0001: AWS S3 bucket removed
BCK0001: Offsite backup fails
BCK0002: Offsite backup fails
BCK0005: Offsite backup repository disconnected.
BCK0006: Offsite backup repository disconnected.
BCK0007: Offsite backup repository not defined.
  LIC0001: License exceeded
LIC0002: License exceeded
LIC0003: License about to expire
LIC0004: License expired and exceeded
LIC0005: Deprecated
LIC0006: License expired
LIC0007: License exceeded
LIC0008: Deprecated
LIC0009: Public cloud replication not supported
LIC0010: VCD not supported
LIC0011: Multi hypervisor replication not supported
  STR0001: Datastore not accessible
STR0002: Datastore full
STR0004: Datastore low in space
  VCD0001: vCenter Server for the Org vDC is not found
VCD0002: Org vDC is defined in multiple vCenter Servers
VCD0003: Org vDC storage profile not found in vCenter Server
VCD0004: Provider vDC storage profile not found in vCenter Server
VCD0005: Org vDC network not retrieved
VCD0006: Provider vDC metadata not found
VCD0007: Org vDC resource pool not retrieved
VCD0010: OrgNetwork not retrieved
VCD0014: vCD disconnection
VCD0015: AMQP-server disconnection
VCD0016: Provider vDC datastore not found
VCD0017: Metadata not accessible
VCD0018: Duplicated MAC addresses
VCD0020: VM inconsistency in vApp
VCD0021: VM inconsistency in vApp
  VPG0003: VPG has low journal history
VPG0004: VPG has low journal history
VPG0005: VPG in error state
VPG0006: VPG missing configuration details
VPG0007: VPG replication paused
VPG0008: VPG rollback failed
VPG0009: VPG target RPO exceeded
VPG0010: VPG target RPO exceeded
VPG0011: VPG test overdue
VPG0012: Deprecated
VPG0014: Deprecated
VPG0015: Resources not enough to support VPG
VPG0016: Resources pool not found
VPG0017: VPG protection paused
VPG0018: VMs in VPG not configured with a storage profile
VPG0019: VPG recovery storage profile disabled
VPG0020: VPG recovery storage profile not found
VPG0021: VPG recovery storage profile not found
VPG0022: VPG recovery storage profile disabled
VPG0023: VPG recovery storage profile not found
VPG0024: VPG recovery storage profile does not include active datastores
VPG0025: vApp network mapping not defined
VPG0026: VPG recovery storage profile changed
VPG0027: VPG includes VMs that are no longer protected
VPG0028: Corrupted Org vDC network mapping
VPG0035: VPG protected resources not in ZORG
VPG0036: VPG recovery resources not in ZORG
VPG0037: Journal history is compromised
VPG0038: Journal history is compromised
VPG0039: RDM has an odd number of blocks
VPG0040: Virtual machine hardware mismatch with recovery site
VPG0041: Virtual machine running Windows 2003
VPG0042: Recovery network not found
VPG0043: SAN policy might cause some volumes to become offline upon recovery
VPG0044: One or more of the virtual machines in the VPG has a disk with size 0
VPG0045: Deprecated
VPG0046: Deprecated
VPG0047: Deprecated
VPG0048: Deprecated
  VRA0001: Host without VRA
VRA0002: VRA without IP
VRA0003: Host IP changes
VRA0004: VRA lost IP
VRA0005: VRAs not connected
VRA0006: Datastore for journal disk is full
VRA0007: I/O error to journal
VRA0008: Recovery disk and VMs missing
VRA0009: Recovery disk missing
VRA0010: Recovery disks turned off
VRA0011: Recovery disk inaccessible
VRA0012: Cannot write to recovery disk
VRA0013: I/O error to recovery disk
VRA0014: Cloned disks turned off
VRA0015: Cloned disk inaccessible
VRA0016: Datastore for clone disk is full
VRA0017: I/O error to clone
VRA0018: Protected disk and VM missing
VRA0019: Protected disk missing
VRA0020: VM powered off
VRA0021: VM disk inaccessible
VRA0022: VM disk incompatible
VRA0023: VRA cannot be registered.
VRA0024: VRA removed
VRA0025: I/O synchronization
VRA0026: Recovery disk removed
VRA0027: Journal disk removed
VRA0028: VRA powered off
VRA0029: VRA memory low
VRA0030: Journal size mismatch
VRA0032: VRA out-of-date
VRA0035: Deprecated
VRA0036: For internal use only
VRA0037: Local MAC Address Conflict
VRA0038: MAC Address Conflict
VRA0039: Journal reached configured limit
VRA0040: Journal space low
VRA0049: Host rollback failed
VRA0050: Wrong host password
VRA0051: For internal use only
VRA0052: Disk visible but not recognized
VRA0053: System disk removed
VRA0054: VRA journal alert in public cloud
VRA0055: VRA target volume alert in public cloud
VRA0056: VRA is shutting down
  ZCA001: Storage removed
ZCA002: Quota of instances number exceeded
ZCA003: Zerto AWS Snapshot Manager not reachable
  ZCC0001: Zerto Cloud Connector removed
ZCC0002: Zerto Cloud Connector powered off
ZCC0003: Orphaned Zerto Cloud Connector
ZCM0001: No connection to Zerto Virtual Manager
ZCM0002: Zerto Cloud Manager not support
  ZVM0001: No connection to hypervisor manager, such as VMware vCenter Server and Microsoft SCVMM, or to public cloud.
ZVM0002: No connection to VRA
ZVM0003: No connection to site
ZVM0004: Peer site out-of-date
ZVM0005: Zerto Virtual Manager space low
ZVM0006: Upgrade available
ZVM0007: Cannot upgrade
ZVM0008: Version mismatch
ZVM0009: Internal error
ZVM0010: Synchronization between Zerto Virtual Managers
ZVM0012: Metadata Collection
ZVM0013: Metadata Collection
ZVM0014: VRA/Diskbox SCSI GUID mismatch
ZVM0015: Hyper-V host state
ZVM0017: Protected VM with unknown OS
ZVM0019: (Hyper-V only) Agent disconnected / Failed to open channel
ZVM0020: Agent installation failed
ZVM0021: VRA-H powered off
FLR0001: Files cannot be restored
Unknown
IsDismissed True: Returns the list of alerts that have been dismissed.
False: Returns the list of alerts that have not been dismissed.
Level The alert level:

Warning: The alert is a warning.
Error: The indicates an error.
Link The link details.
href The URL used.
identifier The unique internal identifier of the alert.
rel The next path level for the API relative to the current path.
type The API interface service.
Site The link details.
href The URL used.
identifier The unique internal identifier of the local site.
rel The next path level for the API relative to the current path.
type The API interface service.
TurnedOn The date the alerts was issued. The value can be converted to an understandable date using code similar to the following:

var date = new Date(jsonDate);

or code similar to the Perl code example, jsonDateToString($), in Managing vCD APIs.

Response values for https://zvm_ip:port/v1/alerts/entities

Response: Description
entity types: the entity that the alert refers to:

Zvm: Alerts that are triggered when there is a problem with a Zerto Virtual Manager.
Vra: Alerts that are triggered when there is a problem with a VRA.
Vpg: Alerts that are triggered when there is a problem with a VPG.
CloudConnector: Alerts that are triggered when there is a problem with a Zerto Cloud Connector.
Storage: Alerts that are triggered when there is a problem with a datastore specified in a VPG.
License: Alerts that are triggered when there is a problem with a Zerto Virtual Manager license.
Zcm: Alerts that are triggered when there is a problem with a Zerto Cloud Manager.
FileRecoveryComponent: Alerts that are triggered when there is a problem with file level recovery.

Response values for https://zvm_ip:port/v1/alerts/helpidentifiers.

Response: Description
helpidentifier types: the identifier for each alert:

AWS0001: AWS S3 bucket removed
BCK0001: Offsite backup fails
BCK0002: Offsite backup fails
BCK0005: Offsite backup repository disconnected.
BCK0006: Offsite backup repository disconnected.
BCK0007: Offsite backup repository not defined.
LIC0001: License exceeded
LIC0002: License exceeded
LIC0003: License about to expire
LIC0004: License expired and exceeded
LIC005: Deprecated
LIC0006: License expired
LIC0007: License exceeded
LIC0008: Deprecated
LIC0009: Public cloud replication not supported
LIC0010: VCD not supported
LIC0011: Multi hypervisor replication not supported
STR0001: Datastore not accessible
STR0002: Datastore full
STR0004: Datastore low in space
VCD0001: vCenter Server for the Org vDC is not found
VCD0002: Org vDC is defined in multiple vCenter Servers
VCD0003: Org vDC storage profile not found in vCenter Server
VCD0004: Provider vDC storage profile not found in vCenter Server
VCD0005: Org vDC network not retrieved
VCD0006: Provider vDC metadata not found
VCD0007: Org vDC resource pool not retrieved
VCD0010: OrgNetwork not retrieved
VCD0014: vCD disconnection
VCD0015: AMQP-server disconnection
VCD0016: Provider vDC datastore not found
VCD0017: Metadata not accessible
VCD0018: Duplicated MAC addresses
VCD0021: VM inconsistency in vApp
VPG0003: VPG has low journal history
VPG0004: VPG has low journal history
VPG0005: VPG in error state
VPG0006: VPG missing configuration details
VPG0007: VPG replication paused
VPG0008: VPG rollback failed
VPG0009: VPG target RPO exceeded
VPG0010: VPG target RPO exceeded
VPG0011: VPG test overdue
VPG0012: Deprecated
VPG0014: Deprecated
VPG0015: Resources not enough to support VPG
VPG0016: Resources pool not found
VPG0017: VPG protection paused
VPG0018: VMs in VPG not configured with a storage profile
VPG0019: VPG recovery storage profile disabled
VPG0020: VPG recovery storage profile not found
VPG0021: VPG recovery storage profile not found
VPG0022: VPG recovery storage profile disabled
VPG0023: VPG recovery storage profile not found
VPG0024: VPG recovery storage profile does not include active datastores
VPG0025: vApp network mapping not defined
VPG0026: VPG recovery storage profile changed
VPG0027: VPG includes VMs that are no longer protected
VPG0028: Corrupted Org vDC network mapping
VPG0035: VPG protected resources not in ZORG
VPG0036: VPG recovery resources not in ZORG
VPG0037: Journal history is compromised
VPG0038: Journal history is compromised
VPG0039: RDM has an odd number of blocks
VPG0040: Virtual machine hardware mismatch with recovery site
VPG0041: Virtual machine running Windows 2003
VPG0042: Recovery network not found
VPG0043: SAN policy might cause some volumes to become offline upon recovery
VPG0044: One or more of the virtual machines in the VPG has a disk with size 0
VPG0045: Deprecated
VPG0046: Deprecated
VPG0047: Deprecated
VPG0048: Deprecated
VPG0049: Protection group missing VM
VPG0050: Protection Group Tested Alert
VPG0051: Stopping Failover Test Operation Failed
VPG0052: Rolling back Failover Live Operation Failed
VPG0053: Rolling back Move Operation Failed
VRA0001: Host without VRA
VRA0002: VRA without IP
VRA0003: Host IP changes
VRA0004: VRA lost IP
VRA0005: VRAs not connected
VRA0006: Datastore for journal disk is full
VRA0007: I/O error to journal
VRA0008: Recovery disk and VMs missing
VRA0009: Recovery disk missing
VRA0010: Recovery disks turned off
VRA0011: Recovery disk inaccessible
VRA0012: Cannot write to recovery disk
VRA0013: I/O error to recovery disk
VRA0014: Cloned disks turned off
VRA0015: Cloned disk inaccessible
VRA0016: Datastore for clone disk is full
VRA0017: I/O error to clone
VRA0018: Protected disk and VM missing
VRA0019: Protected disk missing
VRA0020: VM powered off
VRA0021: VM disk inaccessible
VRA0022: VM disk incompatible
VRA0023: VRA cannot be registered.
VRA0024: VRA removed
VRA0025: I/O synchronization
VRA0026: Recovery disk removed
VRA0027: Journal disk removed
VRA0028: VRA powered off
VRA0029: VRA memory low
VRA0030: Journal size mismatch
VRA0032: VRA out-of-date
VRA0033: Peer VRA out-of-date
VRA0035: Deprecated
VRA0036: Deprecated
VRA0037: Local MAC Address Conflict
VRA0038: MAC Address Conflict
VRA0039: Journal reached configured limit
VRA0040: Journal space low
VRA0049: Host rollback failed
VRA0050: Wrong host password
VRA0051: Deprecated
VRA0052: Disk visible but not recognized
VRA0053: System disk removed
VRA0054: VRA journal alert in public cloud
VRA0055: VRA target volume alert in public cloud
VRA0056: VRA is shutting down
ZCA001: Storage removed
ZCA002: Quota of instances number exceeded
ZCA003: Zerto AWS Snapshot Manager not reachable
ZCC0001: Zerto Cloud Connector removed
ZCC0002: Zerto Cloud Connector powered off
ZCC0003: Orphaned Zerto Cloud Connector
ZCM0001: No connection to Zerto Virtual Manager
ZCM0002: Zerto Cloud Manager not support
ZVM0001: No connection to hypervisor manager, such as VMware vCenter Server and Microsoft SCVMM, or to public cloud.
ZVM0002: No connection to VRA
ZVM0003: No connection to site
ZVM0004: Peer site out-of-date
ZVM0005: Zerto Virtual Manager space low
ZVM0006: Upgrade available
ZVM0007: Cannot upgrade
ZVM0008: Version mismatch
ZVM0009: Internal error
ZVM0010: Synchronization between Zerto Virtual Managers
ZVM0011: Metadata Collection
ZVM0012: Metadata Collection
ZVM0013: Metadata Collection
ZVM0014: VRA/Diskbox SCSI GUID mismatch
ZVM0015: Hyper-V host state
ZVM0017: Protected VM with unknown OS
ZVM0019: (Hyper-V only) Agent disconnected / Failed to open channel
ZVM0020: Agent installation failed
ZVM0021: VRA-H powered off
FLR0001: Files cannot be restored
Unknown

Response values for https://zvm_ip:port/v1/alerts/levels.

Response: Description
level types:

Warning: The alert is a warning.
Error: The indicates an error.

Alerts: POST

Dismisses or undismisses a specified alert.

URL
Dismiss alert https://zvm_ip:port/v1/alerts/{alertId}/dismiss
Undismiss alert https://zvm_ip:port/v1/alerts/{alertId}/undismiss

Where:

zvm_ip The IP address of the Zerto Virtual Manager where the API is run.
port The port to access the Zerto Virtual Manager. The default port is 9669.
alertId The identifier of the alert for which information is returned or which is dismissed or undismissed.
Request Body Using Json Format

The request body is empty.

Response In Json Format

The response body is empty.

XML Response Format

For the XML response format, see Alerts API XML Response Format.

PowerShell Scripts

For complete PowerShell Scripts, see Examples.