@cryptotaxi247 / CoPilot / commits / c78be4b0

Add example for dashboards in ProvisionNewCustomer class

Taylor committed Apr 23, 2024 at 10:38 UTC c78be4b00a35b6e4e1ebae290bdd27c6999be3f7
1 file changed +5
backend/app/customer_provisioning/schema/provision.py
+5
@@ -60,6 +60,11 @@ class ProvisionNewCustomer(BaseModel):
60 dashboards_to_include: DashboardProvisionRequest = Field(
61 ...,
62 description="Dashboards to include in the customer's Grafana instance",
63 + example={
64 + "dashboards": [
65 + "WAZUH_SUMMARY",
66 + ]
67 + }
68 )
69 wazuh_auth_password: Optional[str] = Field("n/a", description="Password for the Wazuh API user")
70 wazuh_registration_port: Optional[str] = Field(