get_site_pause
Retrieve ESA proxy configuration details for a specific website by entering its ID, enabling precise management and monitoring of security settings.
Instructions
Queries the ESA proxy configuration of a website.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
siteId | Yes | The website ID, which can be obtained by calling the [ListSites] operation. |
Input Schema (JSON Schema)
{
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": false,
"readOnlyHint": true
},
"properties": {
"siteId": {
"description": "The website ID, which can be obtained by calling the [ListSites] operation.",
"examples": [
"123456****"
],
"type": "number"
}
},
"required": [
"siteId"
],
"type": "object"
}