feat(bitdefender): doc-verify assignPolicy/push + add full-API build-out tracker
- assign_policy: add inheritFromAbove option; mark VERIFIED via official docs (policyId/targetIds/forcePolicyInheritance/inheritFromAbove; not applied to ENFORCED-policy targets). - setPushEventSettings: documented serviceType (splunk/cef/jsonRPC), TLS 1.2+ receiver requirement, subscribeToEventTypes event-flag map; webhook receiver pattern noted. - api-reference.md: cite GravityZone Support Center as authoritative source. - add references/BUILDOUT.md — master checklist to implement every API method module-by-module; seeded with current done/todo/dead state. - memory: reference_gravityzone_support (+ index). selftest 42/42. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
## Reference
|
||||
- [ACG resource map](reference_resource_map.md) — **READ THIS FIRST** when a task references a server/service/tenant/API. What we have access to, how to connect from this machine, per-machine exceptions, gotchas. Points at the detail files below.
|
||||
- [GravityZone support center](reference_gravityzone_support.md) — Authoritative Bitdefender GravityZone product + Public API docs; use to confirm UNVERIFIED `bitdefender` skill methods/param shapes (push setPushEventSettings, assignPolicy, report/account writes, maintenancewindows/integrations names).
|
||||
- [GURU-5070 Rust toolchain](reference_guru5070_rust_toolchain.md) — GURU-5070 now has cargo + MSVC + protoc; build/clippy/test guru-connect LOCALLY (set PROTOC to the winget path) instead of the build host. CI only clippy-checks the Linux server, not the Windows agent.
|
||||
- [ACG Office Network Infrastructure](infra_office_network.md) — IPs/hosts/roles for pfSense/Jupiter/VMs/Docker. Check before assuming; .21 (Uranus) is storage.
|
||||
- [Power Failure Runbook](../POWER_FAILURE_RUNBOOK.md) — Recovery order after a power event: Tailscale routes, libvirt/VMs, Seafile, NPM/DNS.
|
||||
|
||||
16
.claude/memory/reference_gravityzone_support.md
Normal file
16
.claude/memory/reference_gravityzone_support.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: reference_gravityzone_support
|
||||
description: Authoritative GravityZone product + Public API documentation (Bitdefender Support Center)
|
||||
metadata:
|
||||
type: reference
|
||||
---
|
||||
|
||||
GravityZone Support Center — authoritative docs for the Bitdefender product and
|
||||
its Public JSON-RPC API (methods, params, modules):
|
||||
https://www.bitdefender.com/business/support/en/77211-79436-welcome-to-gravityzone.html
|
||||
|
||||
Use it to confirm UNVERIFIED methods/param shapes before relying on them in the
|
||||
`bitdefender` skill — e.g. `push.setPushEventSettings` nested shape,
|
||||
`network.assignPolicy` options, report/account write methods, and the correct
|
||||
`maintenancewindows`/`integrations` method names. The skill's own verified-vs-
|
||||
unverified spec lives in `.claude/skills/bitdefender/references/api-reference.md`.
|
||||
Reference in New Issue
Block a user