Configuration REST Endpoints

Blockchain Platform Administrative Operations/Configuration
Use these operations to work with platform configurations.
Add User to Default LDAP Server
Method: post
Path: /api/v1/configuration/ldapConfig/defaultLdap/ldapUser
Create or Update Control Plane Configuration
Method: post
Path: /api/v1/configuration/cpConfig/list
Get All Configurations for Control Plane
Method: get
Path: /api/v1/configuration/cpConfig
Get Control Plane Configuration
Method: get
Path: /api/v1/configuration/cpConfig/{configName}
Get LDAP Configuration
Method: get
Path: /api/v1/configuration/ldapConfig/{id}
Get Post Login Configuration Details
Method: post
Path: /api/v1/configuration/auth
Get Release Build Information
Method: get
Path: /api/v1/configuration/release/buildInfo
List LDAP Configurations
Method: get
Path: /api/v1/configuration/ldapConfig
Save or Update Control Plane Configuration
Method: post
Path: /api/v1/configuration/cpConfig
Test LDAP Configuration
Method: post
Path: /api/v1/configuration/ldapConfig/test
Update LDAP Configuration
Method: post
Path: /api/v1/configuration/ldapConfig/{id}