NSX-T Data Center Global Manager REST API

Get auto-update errors for airgapped sites.

Get errors occurred during auto-update/update-now on airgapped sites.
This API is only available when using VMware NSX.

Request:

Method:
GET
URI Path(s):
/global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/signatures/airgapped-auto-update-errors
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/global-manager/api/v1/global-infra/settings/firewall/security/intrusion-services/signatures/airgapped-auto-update-errors

Successful Response:

Response Code:
202 Accepted
Response Headers:
Content-type: application/json
Response Body:
AutoUpdateErrorsOnAirgappedSitesListResult+

Example Response:

{ "results": [ { "site_path": "/global-infra/sites/London", "failure_reason": "Error occurred while sending the IDS Signatures to airgapped site London. This feature is not supported with the current applied license. Please upgrade your license in order to use this feature." } ], "result_count": 1 }

Required Permissions:

crud

Feature:

policy_common_ids

Additional Errors: