Apache Kafka Tiered Storage

Validate the cluster configuration for Kafka Tiered Storage

SecurityBasic Authentication
Request
path Parameters
clusterId
required
string <uuid>

ID of the cluster

Responses
200

Validation of the cluster configuration for Kafka tiered storage was successful.

get/cluster-management/v2/operations/applications/kafka/tiered-storage/validate/cluster-configuration/{clusterId}
Request samples
Response samples
application/json
{
  • "message": "string"
}

Validate remote storage configuration for Kafka Tiered Storage

SecurityBasic Authentication
Request
path Parameters
clusterId
required
string <uuid>

ID of the cluster

Responses
200

Validation of the remote storage configuration for Kafka Tiered Storage was successful.

get/cluster-management/v2/operations/applications/kafka/tiered-storage/validate/remote-storage-configuration/{clusterId}
Request samples
Response samples
application/json
{
  • "message": "string"
}

Validate configuration of topics for Kafka Tiered Storage

SecurityBasic Authentication
Request
path Parameters
clusterId
required
string <uuid>

ID of the cluster

Request Body schema: application/json
required

Kafka topic names

topicNames
Array of strings

List of Kafka topic names to be validated for Tiered Storage.

Responses
202

The configuration of topics for Kafka tiered storage has been successfully validated.

post/cluster-management/v2/operations/applications/kafka/tiered-storage/validate/topics-configuration/{clusterId}
Request samples
application/json
{
  • "topicNames": [
    ]
}
Response samples
application/json
{
  • "clusterId": "c1af59c6-ba0e-4cc2-a0f3-65cee17a5f37",
  • "topicValidations": [
    ]
}

Validate configurations for Kafka Tiered Storage

SecurityBasic Authentication
Request
path Parameters
clusterId
required
string <uuid>

ID of the cluster

Request Body schema: application/json
required

Kafka topic Names

topicNames
Array of strings

List of Kafka topic names to be validated for Tiered Storage.

Responses
202

The configurations for Kafka tiered storage have been successfully validated.

post/cluster-management/v2/operations/applications/kafka/tiered-storage/validate/{clusterId}
Request samples
application/json
{
  • "topicNames": [
    ]
}
Response samples
application/json
{
  • "remoteStorageStatus": "string",
  • "topicsStatus": {
    },
  • "clusterStatus": "string"
}