Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 686 Bytes

File metadata and controls

19 lines (10 loc) · 686 Bytes

Clouds

The following clouds classes all inherit the SDKCommon class.

getClouds

This class gets all clouds currently managed via Astra Control.

The response can be filtered by a single cloudType (aws, azure, gcp, or private).

manageCloud

This class manages a new cloud. The cloudType input must be one of AWS, Azure, GCP, or private.

All non-private cloudTypes must also have a credentialID passed as an input.

unmanageCloud

This class unmanages a cloud based on a given cloudID. The associated credentialID should be destroyed after the cloud is unmanaged.