Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ceph User API

The User API from Ceph — 2 operation(s) for user.

Ceph User API is one of 6 APIs that Ceph publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://{manager_host}:{dashboard_port}/api.

4 operations 2 paths 1 schemas 1 DELETE1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://{manager_host}:{dashboard_port}/api
Authentication
HTTP Bearer
Contact
License
Resource Areas
1

Authentication & Security 1

Ceph User API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — JWT obtained from POST /api/auth.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

User 4
GET
/cluster/user
List Ceph users
listUsers → 200
POST
/cluster/user
Create Ceph user
createUser body → 201
PUT
/cluster/user
Update Ceph user
updateUser body → 200
DELETE
/cluster/user/{user_entities}
Delete Ceph user(s)
deleteUser 1 param → 204

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is CephUser (3 properties). Each schema is shown below with its type and property counts.

CephUser
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ceph-user-api-openapi.yml Raw ↑

Other APIs Ceph publishes across the network.

Ceph Auth API
Ceph Cluster API
Ceph Configuration API
Ceph CRUSH API
Ceph Daemon API