Skip to content

Commit

Permalink
Add example for dashboards in ProvisionNewCustomer class
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Apr 23, 2024
1 parent 6817bcf commit c78be4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/app/customer_provisioning/schema/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ class ProvisionNewCustomer(BaseModel):
dashboards_to_include: DashboardProvisionRequest = Field(
...,
description="Dashboards to include in the customer's Grafana instance",
example={
"dashboards": [
"WAZUH_SUMMARY",
]
}
)
wazuh_auth_password: Optional[str] = Field("n/a", description="Password for the Wazuh API user")
wazuh_registration_port: Optional[str] = Field(
Expand Down

0 comments on commit c78be4b

Please sign in to comment.