ListSchemaRegistryClustersResponse interface

Result of GET request to list schema registry clusters in the environment of a confluent organization

Properties

nextLink

URL to get the next set of schema registry cluster records if there are any.

value

List of schema registry clusters in an environment of a confluent organization

Property Details

URL to get the next set of schema registry cluster records if there are any.

nextLink?: string

Property Value

string

value

List of schema registry clusters in an environment of a confluent organization

value?: SchemaRegistryClusterRecord[]

Property Value