get_ipv6
Retrieve the IPv6 configuration for a specific website by providing its ID using the ESA MCP Server's standardized protocol for secure communication and site management.
Instructions
Queries the IPv6 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": false,
"readOnlyHint": true
},
"properties": {
"siteId": {
"description": "The website ID, which can be obtained by calling the ListSites operation.",
"example": [
12228828888
],
"type": "number"
}
},
"required": [
"siteId"
],
"type": "object"
}