Download OpenAPI specification:
This API enables you to view or set cluster-level Enterprise Analytics settings.
Retrieves cluster-level Analytics settings.
{- "blobStorageScheme": "s3",
- "blobStorageBucket": "enterprise-analytics-bucket",
- "blobStorageRegion": "us-west-2",
- "blobStoragePrefix": "analytics-data/",
- "blobStorageAnonymousAuth": false,
- "blobStorageForcePathStyle": false,
- "blobStoragePathStyleAddressing": false,
- "blobStorageDisableSslVerify": false,
- "blobStorageCertificates": [
- "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----"
], - "blobStorageAccessKeyId": "AKIAIOSFODNN7EXAMPLE",
- "blobStorageSecretAccessKey": "***",
- "numStoragePartitions": 128
}Sets cluster-level Analytics settings.
| blobStorageScheme | string Enum: "s3" "azblob" The storage scheme (provider) to use. Supported values:
|
| blobStorageBucket | string The name of the blob storage bucket (S3) or container (Azure Blob Storage) where Enterprise Analytics will store its data. |
| blobStorageRegion | string The region of the blob storage bucket. Applies only when |
| blobStoragePrefix | string Optional. The path prefix within the bucket (S3) or container (Azure Blob Storage) where Enterprise Analytics will store its data. If not specified, the data is stored in the root of the bucket / |
| blobStorageAnonymousAuth | boolean Applies only when |
| blobStorageForcePathStyle | boolean Deprecated (Deprecated) Use |
| blobStoragePathStyleAddressing | boolean Applies only when |
| blobStorageEndpoint | string The endpoint URL for the blob storage service. Required when using S3-compatible storage or Azure Blob Storage.
|
| blobStorageDisableSslVerify | boolean If |
| blobStorageCertificates | Array of strings One or more PEM-encoded certificates to trust when connecting to the blob storage endpoint. Only required if the endpoint is signed by a certificate authority (CA) other than a well-known public CA (e.g., for self-signed or private/internal CA certificates). Multiple certificates can be provided to support certificate rotation. Available from Enterprise Analytics 2.1.1. |
| blobStorageAccessKeyId | string Optional. Applies only when Available from Enterprise Analytics 2.1.1. |
| blobStorageSecretAccessKey | string Optional. Applies only when Available from Enterprise Analytics 2.1.1. |
| numStoragePartitions | integer [ 1 .. 1024 ] Specifies the number of partitions that will be used when storing the data in the blob storage bucket. |
{- "blobStorageScheme": "s3",
- "blobStorageBucket": "enterprise-analytics-bucket",
- "blobStorageRegion": "us-west-2",
- "blobStoragePrefix": "analytics-data/",
- "blobStorageAnonymousAuth": false,
- "blobStorageForcePathStyle": false,
- "blobStoragePathStyleAddressing": false,
- "blobStorageDisableSslVerify": false,
- "blobStorageCertificates": [
- "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----"
], - "blobStorageAccessKeyId": "AKIAIOSFODNN7EXAMPLE",
- "blobStorageSecretAccessKey": "***",
- "numStoragePartitions": 128
}