Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,23 +16,23 @@ tags: ['SDK', 'Software Development Kit', 'ManagedClient', 'BetaManagedClient']
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | Pointer to **String** | ManagedClient ID | [optional] [readonly]
**AlertKey** | Pointer to **String** | ManagedClient alert key | [optional] [readonly]
**ApiGatewayBaseUrl** | Pointer to **String** | ManagedClient gateway base url | [optional] [readonly]
**CcId** | Pointer to **Int64** | Previous CC ID to be used in data migration. (This field will be deleted after CC migration!) | [optional]
**ClientId** | **String** | The client ID used in API management | [required]
**ClusterId** | **String** | Cluster ID that the ManagedClient is linked to | [required]
**Cookbook** | Pointer to **String** | VA cookbook | [optional] [readonly]
**Description** | **String** | ManagedClient description | [required]
**IpAddress** | Pointer to **String** | The public IP address of the ManagedClient | [optional] [readonly]
**LastSeen** | Pointer to **System.DateTime** | When the ManagedClient was last seen by the server | [optional] [readonly]
**Name** | Pointer to **String** | ManagedClient name | [optional]
**SinceLastSeen** | Pointer to **String** | Milliseconds since the ManagedClient has polled the server | [optional] [readonly]
**Status** | Pointer to [**ManagedClientStatusEnum**](managed-client-status-enum) | Status of the ManagedClient | [optional] [readonly]
**Type** | **String** | Type of the ManagedClient (VA, CCG) | [required]
**VaDownloadUrl** | Pointer to **String** | ManagedClient VA download URL | [optional] [readonly]
**VaVersion** | Pointer to **String** | Version that the ManagedClient's VA is running | [optional] [readonly]
**Secret** | Pointer to **String** | Client's apiKey | [optional]
**Id** | **String** | ManagedClient ID | [optional] [readonly]
**AlertKey** | **String** | ManagedClient alert key | [optional] [readonly]
**ApiGatewayBaseUrl** | **String** | ManagedClient gateway base url | [optional] [readonly]
**CcId** | **Int64** | Previous CC ID to be used in data migration. (This field will be deleted after CC migration!) | [optional]
**ClientId** | **String** | The client ID used in API management | [required]
**ClusterId** | **String** | Cluster ID that the ManagedClient is linked to | [required]
**Cookbook** | **String** | VA cookbook | [optional] [readonly]
**Description** | **String** | ManagedClient description | [required]
**IpAddress** | **String** | The public IP address of the ManagedClient | [optional] [readonly]
**LastSeen** | **System.DateTime** | When the ManagedClient was last seen by the server | [optional] [readonly]
**Name** | **String** | ManagedClient name | [optional]
**SinceLastSeen** | **String** | Milliseconds since the ManagedClient has polled the server | [optional] [readonly]
**Status** | [**ManagedClientStatusEnum**](managed-client-status-enum) | Status of the ManagedClient | [optional] [readonly]
**Type** | **String** | Type of the ManagedClient (VA, CCG) | [required]
**VaDownloadUrl** | **String** | ManagedClient VA download URL | [optional] [readonly]
**VaVersion** | **String** | Version that the ManagedClient's VA is running | [optional] [readonly]
**Secret** | **String** | Client's apiKey | [optional]
## Examples