Create Site Idps Config
Create IDPS signature configuration for a specific site.
Unique identifier for the site
{
"site_id": "2dc4556b-3f18-481f-9826-61119ea9a7fc",
"assigned_version": "1.0",
"auto_update": true
}
Site IDPS configuration created successfully.
{
"id": "2dc4556b-3f18-481f-9826-61119ea9a7fc",
"site_id": "2dc4556b-3f18-481f-9826-61119ea9a7fc",
"auto_update": true,
"_create_time": 1751433673000,
"_create_user": "admin",
"_last_modified_user": "admin",
"_last_modified_time": 1751433673000,
"_revision": 1
}
Bad request - validation 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.
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.
Error
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
This operation contains the following vendor extensions defined in the spec:
["platform-all-airgap"]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/ssp/security-content/feature-config/idps/{site-id}