Skip to main content
This quickstart calls the policy controller and prints the response. It is a starting point for a service that needs typed Go models.
Prototype note. The package and method names below come from the public SDK repository. This example has not been run against a live Clumio tenant.

Before you start

  • Go 1.20 or later;
  • a Clumio API token; and
  • the hostname for the control plane that issued the token.

Install

Create a client

Set CLUMIO_API_TOKEN and CLUMIO_API_BASE_URL before running the program.

Next steps