Management Plane API > Security > Service Configuration

Associated URIs:

API Description API Path

List service configs


List of all service configs.
GET /api/v1/service-configs

Create service config


Creates a new service config that can group profiles and configs
POST /api/v1/service-configs

Delete Service Config


Deletes the specified service config
DELETE /api/v1/service-configs/<config-set-id>

Read Service Config


Returns information about the specified Service Config.
GET /api/v1/service-configs/<config-set-id>

Update service config


Updates the specified ServiceConfig.
PUT /api/v1/service-configs/<config-set-id>

Creates/Updates service configs sent in batch request


Creates/Updates new service configs sent in batch request.
This API returns ALL the service configs that are created/updated.
POST /api/v1/service-configs/batch

Get Effective Profiles for an Entity


Returns the effective profiles applied to the specified Resource.
GET /api/v1/service-configs/effective-profiles