terraform-provider-checkpoint icon indicating copy to clipboard operation
terraform-provider-checkpoint copied to clipboard

Gaia API - Can't find way to work with Gaia

Open alexandregoncalves17 opened this issue 4 years ago • 0 comments

Versions:

Terraform - 1.0.2 Checkpoint Provider - 1.4.0 Fw - R81 Gaia API - 1.4 Web API - 1.7

Hello,

I am trying to work with Gaia API, but can't find way for that. I want to configure NTP server, tried with the resource "checkpoint_management_run_script" but for what I understood its only for web api. There is no specific resources for some use cases I want. So I though I could do Rest API calls to work with that use cases. Tried with this provider "https://registry.terraform.io/providers/gavinbunney/restapi/latest", but this provider always need an "ID" from object, which gaia api response doesn't provide.

Do you have any way to work with Gaia Rest API calls ?

Use cases that I want to configure:

  • NTP
  • BGP
  • Static Route
  • DNS

alexandregoncalves17 avatar Jul 19 '21 13:07 alexandregoncalves17