Get Scs Config
Get the global configuration for the security content service. This includes the connectivity mode setting which controls connectivity to cloud services. The response includes the connectivity_mode_changeable field which indicates whether the connectivity mode can be modified. When false, the connectivity mode cannot be changed.
Successful response.
{
"id": "scs-config",
"connectivity_mode": "DISCONNECTED",
"connectivity_mode_changeable": true,
"_create_time": 1751433673000,
"_create_user": "admin",
"_last_modified_user": "admin",
"_last_modified_time": 1751433673000,
"_revision": 1
}
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.
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 -H 'Authorization: <value>' https://{api_host}/ssp/security-content/config