Configuration REST Endpoints

Blockchain Platform Administrative Operations/Configuration
Use these operations to work with platform configurations.
Create LDAP Configuration
Method: post
Path: /api/v1/configuration/ldapConfig
Create or Update Control Plane Configuration
Method: post
Path: /api/v1/configuration/cpConfig/list
Delete Control Plane Configuration
Method: delete
Path: /api/v1/configuration/cpConfig/{configName}
Delete LDAP Configuration
Method: delete
Path: /api/v1/configuration/ldapConfig/{id}
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 Release Build Information
Method: get
Path: /api/v1/configuration/release/buildInfo
List LDAP Configurations
Method: get
Path: /api/v1/configuration/ldapConfig
Save or Update a 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}