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