Managing with APIs
You can manage Big Data Service schemas with APIs.
The Big Data Service Schema Registry provides a comprehensive set of APIs for managing the schemas for various data types such as Avro, JSON, and more.
A full list of APIs that are exposed by Big Data Service Schema Registry can be found under https://<Schema Registry hostname>:9093/swagger
where <Schema Registry hostname> is the FQDN of the node where Schema registry is installed in Big Data Service or a Load Balancer host name if HA is enabled.
Ways to manage schemas using these APIs:
- Using the SERDEs that internally call the schema APIs.
- Using the Schema Registry client.
For examples of how to use these methods, see Interacting with Schema Registry.