Platform Features APIs
APIs for lifecycle management of SSP features. Use these APIs to activate, deactivate and handle necessary configuration changes for each feature.
API Categories
Feature Lifecycle
APIs for security services platform feature lifecycle management, including pre-checks, deployment, removal, and status read.
Endpoint Guide:
PUT /lcm/features/{feature}- Queue a deployment action (
RUN_PRECHECK,DEPLOY,UNDEPLOY,FORCE_UNDEPLOY). - Returns
202when the action is accepted for async processing.
- Queue a deployment action (
GET /lcm/features/{feature}- Read the staged deployment resource (
action,_revision) used for optimistic concurrency beforePUT.
- Read the staged deployment resource (
GET /lcm/features/{feature}/status- Read live deployment phase, Prechecks aggregate, per-action history, and progress for polling after
PUT.
- Read live deployment phase, Prechecks aggregate, per-action history, and progress for polling after
Workflow:
GET /lcm/features/{feature}to read_revisionPUT /lcm/features/{feature}withactionand_revision- Poll
GET /lcm/features/{feature}/statusuntiloverall_statusis terminal- Retain
AsyncApiResponseidentifiers fromPUTwhen returned for correlation.
- Retain