API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Hosting Plans

Alle Operationen rund um Hosting Plans.

Datenmodell

Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:

Entität Schema-ID Felder Sequenz Permissions
hosting_plan hosting_plan 16 webhosting_plan_*

Endpoints

Methode Pfad Operation Beschreibung
POST /v1/hosting_plans Create hosting_plan Create a new hosting_plan in the active tenant.
DELETE /v1/hosting_plans/{id} Delete hosting_plan Soft delete entity.
GET /v1/hosting_plans/{id} Get hosting_plan by id Fetch a single hosting_plan.
GET /v1/hosting_plans/{id}/linked Get linked entities CodeMeta OS API endpoint.
GET /v1/hosting_plans/{id}/timeline Get timeline CodeMeta OS API endpoint.
GET /v1/hosting_plans/{id}/transitions List transitions CodeMeta OS API endpoint.
GET /v1/hosting_plans List hosting_plans List hosting_plans for the active tenant.
PATCH /v1/hosting_plans/{id} Patch hosting_plan JSON Merge Patch update.
POST /v1/hosting_plans/bulk Bulk operation CodeMeta OS API endpoint.
POST /v1/hosting_plans/{id}/transition POST /v1/hosting_plans/{id}/transition CodeMeta OS API endpoint.
POST /v1/hosting_plans/{id}/transitions/{transitionKey} Execute transition CodeMeta OS API endpoint.
PUT /v1/hosting_plans/{id} Replace hosting_plan Full replace with optimistic locking.

Suche