get_certificate_quota
Query certificate quota and usage for a specific website ID to monitor SSL certificate availability and consumption
Instructions
Query certificate quota and usage.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
siteId | Yes | The website ID. Reference Value Source: list_sites. Example: 1234567890123 | |
type | Yes | The type of certificate quota. Example: free |
Input Schema (JSON Schema)
{
"annotations": {},
"properties": {
"siteId": {
"description": "The website ID. Reference Value Source: list_sites. Example: 1234567890123",
"type": "number"
},
"type": {
"description": "The type of certificate quota. Example: free",
"type": "string"
}
},
"required": [
"siteId",
"type"
],
"type": "object"
}