Go SDK
The nvfleetint package provides a handwritten Go client for the Fleet
Intelligence customer API.
Install
Use the Go version declared in the repository’s go.mod file or newer.
Create a client
NewClient requires an HTTPS API URL and an API key. Plain HTTP is accepted
only for loopback addresses used during local development.
The default per-request timeout is two minutes. Override it when constructing the client:
Public SDK types and methods are documented in the package source under
nvfleetint.
Alert timeline filter values and sorting choices are available through
GetAlertTimelineFilterOptions. Pass true for the active-alert view or
false for the historical view: