mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update Go SDK docs: 15116527960
This commit is contained in:
@@ -18,8 +18,8 @@ All URIs are relative to *https://sailpoint.api.identitynow.com/beta*
|
||||
Method | HTTP request | Description
|
||||
------------- | ------------- | -------------
|
||||
[**get-client-log-configuration**](#get-client-log-configuration) | **Get** `/managed-clusters/{id}/log-config` | Get managed cluster's log configuration
|
||||
[**get-managed-cluster**](#get-managed-cluster) | **Get** `/managed-clusters/{id}` | Get a specified ManagedCluster.
|
||||
[**get-managed-clusters**](#get-managed-clusters) | **Get** `/managed-clusters` | Retrieve all Managed Clusters.
|
||||
[**get-managed-cluster**](#get-managed-cluster) | **Get** `/managed-clusters/{id}` | Get a specified managedcluster.
|
||||
[**get-managed-clusters**](#get-managed-clusters) | **Get** `/managed-clusters` | Retrieve all managed clusters.
|
||||
[**put-client-log-configuration**](#put-client-log-configuration) | **Put** `/managed-clusters/{id}/log-config` | Update managed cluster's log configuration
|
||||
|
||||
|
||||
@@ -96,7 +96,7 @@ func main() {
|
||||
:::caution deprecated
|
||||
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
|
||||
:::
|
||||
Get a specified ManagedCluster.
|
||||
Get a specified managedcluster.
|
||||
Retrieve a ManagedCluster by ID.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/get-managed-cluster)
|
||||
@@ -165,7 +165,7 @@ func main() {
|
||||
:::caution deprecated
|
||||
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
|
||||
:::
|
||||
Retrieve all Managed Clusters.
|
||||
Retrieve all managed clusters.
|
||||
Retrieve all Managed Clusters for the current Org, based on request context.
|
||||
|
||||
[API Spec](https://developer.sailpoint.com/docs/api/beta/get-managed-clusters)
|
||||
|
||||
Reference in New Issue
Block a user