NSX-T Data Center REST API

NetworkPolicyImportResponse (schema)

Summary response of the import action

The response contains the count of network policies imported.
If there are any failures, then the error response is also included

Name Description Type Notes
errors List of errors, if any specific to networkpolicy

Contains a list of errors against each of the network policy id that
failed during import.
array of ImportErrorMessage
errors_general List of general errors

contains a list of errors agains general errors
array of ImportErrorMessage
request_count The total number of network policies in the import request

This is the count of the network policies that were contained in the
import request
int
success_count The count of successfully imported policies

The count of the successfully imported network policies.
int