Get Site Feature Settings
Retrieve the site settings for SSP features for a specific site. The settings here DO NOT show whether a feature is activate or inactive on the platform, they only reflect the configured feature settings for each feature for the specified site. There is no need to create these feature settings, they are created as part of the onboarding workflow for the 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 retrieved.
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 -H 'Authorization: <value>' https://{api_host}/ssp/sites/{site-id}/settings