Anapaya appliance configuration (advanced only)
advanced object
The necessary configuration data for the advanced section of the Anapaya appliance.
service_customizations object[]
The list of service-customizations on the Anapaya appliance.
Whether the service customization should be disabled.
falseThe service type for which the customized template is provided.
| Enum Value | Description |
|---|---|
| CA_FRONTEND | |
| CONTROL | |
| CRON | |
| DAEMON | |
| DATAPLANE | |
| DATAPLANE_CONTROL | |
| DISPATCHER | |
| FRR | |
| FRR_EXPORTER | |
| GATEWAY | |
| MOLE | |
| NODE_EXPORTER | |
| PROMTAIL | |
| ROUTER | |
| SHUTTLE | |
| SHUTTLE_SERVER | |
| TELEMETRY |
Possible values: [CA_FRONTEND, CONTROL, CRON, DAEMON, DATAPLANE, DATAPLANE_CONTROL, DISPATCHER, FRR, FRR_EXPORTER, GATEWAY, MOLE, NODE_EXPORTER, PROMTAIL, ROUTER, TELEMETRY, SHUTTLE, SHUTTLE_SERVER]
Whether the customized template should be skipped during configuration validation. This is particularly useful if the template is known to be valid, but the input data during validation is not sufficient.
falseThe actual customized template for the service.
{
"advanced": {
"service_customizations": [
{
"disabled": false,
"service_type": "CA_FRONTEND",
"skip_template_validation": false,
"template": "string"
}
]
}
}