Update Site Feature Settings
Update the site settings for activated SSP features for a specific site. These settings are created and configured during the onboarding workflow. Configuring settings here DOES NOT control the deployment or undeployment of the feature on the platform, it only configures the feature settings for a feature for this specific site.
Notes:
- Although all site feature settings are returned, not all of the settings are editable via API.
The site ID for which feature settings are being updated.
The desired feature settings for the site.
{
"_revision": 0,
"is_metrics_enabled": false
}
OK
{
"_resource_type": "SiteFeatureSettings",
"_revision": 0,
"id": "2dc09816-34c0-43fb-99a6-b19b249a43da",
"site_ids": [
"2dc09816-34c0-43fb-99a6-b19b249a43da"
],
"is_intelligence_enabled": false,
"is_metrics_enabled": true,
"is_mps_enabled": false,
"is_ndr_enabled": false,
"is_rule_analysis_enabled": false
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unexpected error
{
"error_code": 200001,
"error_message": "An internal server error occurred.",
"module_name": "site"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/ssp/sites/{site-id}/settings