API Description | API Path |
---|---|
List all Central Node Config profilesReturns list of all Central Node Config profiles. |
GET /api/v1/configs/central-config/node-config-profiles
|
Configure Node Config profileUpdates properties in the specified Central Node Config profile. |
PUT /api/v1/configs/central-config/node-config-profiles/{node-config-profile-id}
|
Read Central Node Config profileReturns properties in specified Central Node Config profile. Sensitive data (like SNMP v2c community strings) are included only if query parameter "show_sensitive_data" is true. |
GET /api/v1/configs/central-config/node-config-profiles/{profile-id}
|
List global configurations of a NSX domainReturns global configurations of a NSX domain grouped by the config types. These global configurations are valid across NSX domain for their respective types unless they are overridden by a more granular configurations. This rest routine is deprecated, and will be removed after a year. |
GET /api/v1/global-configs
|
Get global configs for a config typeReturns global configurations that belong to the config type. This rest routine is deprecated, and will be removed after a year. |
GET /api/v1/global-configs/{config-type}
|
Resyncs global configurations of a config-typeIt is similar to update global configurations but this request would trigger update even if the configs are unmodified. However, the realization of the new configurations is config-type specific. Refer to config-type specific documentation for details about the configuration push state. This rest routine is deprecated, and will be removed after a year. |
PUT /api/v1/global-configs/{config-type}?action=resync_config
|
Update global configurations of a config typeUpdates global configurations that belong to a config type. The request must include the updated values along with the unmodified values. The values that are updated(different) would trigger update to config-type specific state. However, the realization of the new configurations is config-type specific. Refer to config-type specific documentation for details about the config- uration push state. This rest routine is deprecated, and will be removed after a year. |
PUT /api/v1/global-configs/{config-type}
|