Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.15 KB

admin-api-overview.md

File metadata and controls

31 lines (20 loc) · 1.15 KB
id title sidebar_label description
admin-api-overview
Pulsar admin interfaces
Overview
Get a comprehensive understanding of usage of Pulsar admin APIs.
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Pulsar admin APIs enable you to administer clusters programmatically. For example, you can create, update, delete, and manage all the entities within Pulsar instances (such as clusters, namespaces, tenants, topics, schemas, connectors, functions, and so on), and set various policies for data, resources, and security.

Defination of Pulsar admin APIs

Related topics