kaizendorks/nexus-go-client

Create ManageIQServer API client

Open

#7 opened on May 29, 2020

 (0 comments) (0 reactions) (0 assignees)Go (2 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Add the following functions and corresponding tests:

  • Get IQ Server configuration: GET ​/beta​/iq
  • IQ Server configuration: PUT ​/beta​/iq Update
  • Disable IQ Server: POST ​/beta​/iq​/disable
  • Enable IQ Server: POST ​/beta​/iq​/enable
  • Verify IQ Server connection: POST /beta​/iq​/verify-connection

Contributor guide