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- getBootstrapStatusgetServiceResolution- getServiceResolutiongetServicePresets- getServicePresetssetServicePreset- setServicePresetsetSharedServiceSource- setSharedServiceSourcesetEnvironmentServiceSource- setEnvironmentServiceSourcegetResolvedDomains- getResolvedDomainsgetLocalServices- getLocalServicesisServiceLocal- isServiceLocalinitializePlatform- initializePlatform- ... and 2 more
Authentication
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.