Tenancy Resources REST Endpoints

Tenancy Resources
The operations from the Tenancy Resources category.
Create oci tenancy
Method: post
Path: /appstore/publisher/v1/ocitenancies
Delete tenancy
Method: delete
Path: /appstore/publisher/v1/ocitenancies/{tenancyId}
Gets the available compartments for a given tenancyId
Method: get
Path: /appstore/publisher/v1/ocitenancies/{tenancyId}/compartments
Gets the available compute images for a given tenancyId
Method: get
Path: /appstore/publisher/v1/ocitenancies/{tenancyId}/computeimages
Gets the available regions for a given tenancyId
Method: get
Path: /appstore/publisher/v1/ocitenancies/{tenancyId}/regions
Gets the tenancy details for a given tenancyId
Method: get
Path: /appstore/publisher/v1/ocitenancies/{tenancyId}
List of tenancies
Method: get
Path: /appstore/publisher/v1/ocitenancies
Update tenancy
Method: put
Path: /appstore/publisher/v1/ocitenancies/{tenancyId}