Management Center-Secret Manager-Keystores

Number of APIs: 5

  1. Check certificate content POST {{url}}/secrets-manager/api/v1/organizations/{{organization_id}}/environments/{{environment_id}}/details/store

  2. Get keystores for secretgroup GET {{url}}/secrets-manager/api/v1/organizations/{{organization_id}}/environments/{{environment_id}}/secretGroups/{{secretgroup_Id}}/keystores

  3. Add standard keystore POST {{url}}/secrets-manager/api/v1/organizations/{{organization_id}}/environments/{{environment_id}}/secretGroups/{{secretgroup_Id}}/keystores

  4. Get single keystore by Id GET {{url}}/secrets-manager/api/v1/organizations/{{organization_id}}/environments/{{environment_id}}/secretGroups/{{secretgroup_Id}}/keystores/{{keystore_Id}}

  5. Change standard keystore PUT {{url}}/secrets-manager/api/v1/organizations/{{organization_id}}/environments/{{environment_id}}/secretGroups/{{secretgroup_Id}}/keystores/{{keystore_Id}}