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": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
- "blobStorageChecksumBehavior": "when_required",
- "blobStorageAzureClientId": "00000000-0000-0000-0000-000000000000",
- "numStoragePartitions": 128,
- "skipValidation": false,
- "warnings": [
- {
- "code": 21999,
- "msg": "Disabling SSL verification in a production environment is highly insecure and exposes the system to serious risks, including Man-in-the-Middle (MITM) attacks",
- "retriable": true
}
]
}Sets cluster-level Analytics settings.
| blobStorageScheme | string Enum: "s3" "azblob" "gs" 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 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 Applies only when 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. |
| blobStorageChecksumBehavior | string Enum: "when_required" "when_supported" Applies only when
Useful for S3-compatible storage services that do not fully support the default checksum behavior. |
| blobStorageAzureClientId | string Applies only when |
| numStoragePartitions | integer [ 1 .. 1024 ] Specifies the number of partitions that will be used when storing the data in the blob storage bucket. |
| skipValidation | boolean If |
{- "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": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
- "blobStorageChecksumBehavior": "when_required",
- "blobStorageAzureClientId": "00000000-0000-0000-0000-000000000000",
- "numStoragePartitions": 128,
- "skipValidation": false,
- "warnings": [
- {
- "code": 21999,
- "msg": "Disabling SSL verification in a production environment is highly insecure and exposes the system to serious risks, including Man-in-the-Middle (MITM) attacks",
- "retriable": true
}
]
}