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