[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

Reload Enforcement Point

Description

Reload an Enforcement Point under Site. This will read and update fabric configs from enforcement point.

Request

Request

URL

URL


post
https://nsxmanager.your.domain/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}?action=reload
Copy

Path Parameters

Path Parameters

string
site-id Required

Site id


string
enforcementpoint-id Required

EnforcementPoint id


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns EnforcementPoint of type(s) application/json
This response body class contains all of the following: PolicyConfigResource, InlineEnforcementPoint1
Errors

Errors

ApiError
400

Bad Request


ApiError
403

Forbidden


404

Not Found


ApiError
412

Precondition Failed


ApiError
500

Internal Server Error


ApiError
503

Service Unavailable

Code Samples

Code Samples

cURL Command

curl -X POST https://nsxmanager.your.domain/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}?action=reload
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmw-doc-operation: reload-enforcement-point
x-vmw-nsx-module: PolicyEnforcementPointManagement


Feedback

Was this page helpful?