Skip to main content
Domavia
Api
Latest

Platform API

Platform API endpoints (12 endpoints). Supports both read and write operations.

Platform API

Platform API endpoints (12 endpoints). Supports both read and write operations.

Available Operations:

  • getBootstrapStatus - getBootstrapStatus
  • getServiceResolution - getServiceResolution
  • getServicePresets - getServicePresets
  • setServicePreset - setServicePreset
  • setSharedServiceSource - setSharedServiceSource
  • setEnvironmentServiceSource - setEnvironmentServiceSource
  • getResolvedDomains - getResolvedDomains
  • getLocalServices - getLocalServices
  • isServiceLocal - isServiceLocal
  • initializePlatform - initializePlatform
  • ... and 2 more

Authentication

Authenticated

Most endpoints require authentication. See Authentication for details.

Endpoints

Queries

platform.getBootstrapStatus

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.getServiceResolution

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.getServicePresets

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.getResolvedDomains

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.getLocalServices

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.isServiceLocal

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.getHealthStatus

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.getVaultStatus

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


Mutations

platform.setServicePreset

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.setSharedServiceSource

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.setEnvironmentServiceSource

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.


platform.initializePlatform

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.