VMware NSX Proxy Target Connector External API Configuration

capam32
For the NSX Proxy target application and account, there are no additional attributes to add a target application or a target account.
VMware NSX Proxy Target Application External API Example
POST /api.php/v1/devices.json/{deviceId}/targetApplications { "applicationName": "NSXProxyApp", "applicationType": "nsxproxy", "description1": "sample descriptor1", "description2": "sample descriptor2", "passwordCompositionPolicyId": null }
VMware NSX Proxy Target Account External API Example
POST /api.php/v1/devices.json/{deviceId}/targetApplications/{applicationId}/targetAccounts { "accountName":"nsxProxyAcc", "attributes": { "descriptor2": "", "discoveryGlobal": "f", "descriptor1": "", "discoveryAllowed": "f" }, "cacheBehavior":"useCacheFirst", "cacheDuration":"30", "password":"sample", "passwordViewPolicyId":1000, "privileged":"t", "synchronize":"f", "useAliasNameParameter":"f" }