Number of APIs: 4
POST https://{{host}}/etp-config/v3/configs/:configId/proxy-credentials
Creates a new proxy credential.
GET https://{{host}}/etp-config/v3/configs/:configId/proxy-credentials
Provides list of proxy credentials.
3. List proxy credential details
GET https://{{host}}/etp-config/v3/configs/:configId/proxy-credentials/:userName
Provides the proxy credential info for the specified userName
.
DELETE https://{{host}}/etp-config/v3/configs/:configId/proxy-credentials/:userName
Deletes a specific proxy credential.
ENDPOINTS