NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List Firewall CPU Memory Thresholds Profile Binding MapsAPI will list all Firewall CPU Memory Thresholds Profile Binding Maps. |
GET /global-manager/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profile-binding-maps
|
Delete Firewall CPU Memory Thresholds Profile BindingAPI will delete Firewall CPU Memory Thresholds Profile Binding. |
DELETE /global-manager/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profile-binding-maps/{cpu-mem-thresholds-profile-binding-map-id}
|
List all CPU and memory thresholds profilesList all CPU and memory thresholds profiles. |
GET /global-manager/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles
|
Delete CPU and memory thresholds profileDelete CPU and memory thresholds profile. |
DELETE /global-manager/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
|
Read the CPU and memory thresholds profileRead the CPU and memory thresholds profile. |
GET /global-manager/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
|
Create or update CPU and memory thresholds profileCreate or update CPU and memory thresholds profile. |
PATCH /global-manager/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
|
Create or update CPU and memory thresholds profileCreate or update CPU and memory thresholds profile. |
PUT /global-manager/api/v1/global-infra/settings/firewall/cpu-mem-thresholds-profiles/{profile-id}
|