📄️ Create Service
Learn how to create a service definition.
📄️ Get Service
Learn how to retrieve a service.
📄️ Delete Service
Learn how to delete a service.
📄️ Get All Services
Learn how to retrieve all services.
📄️ Discover and Register Service Endpoints
Learn how to discover and register service endpoints.
📄️ Add Method to Service
Learn how to add a method to a service.
📄️ Remove Method from Service
Learn how to remove a method from a service.
📄️ Get Circuit Breaker Status
Learn how to retrieve the current status of a circuit breaker in a service.
📄️ Open Circuit Breaker
Learn how to manually force the circuit breaker to the open state, blocking all requests to the service.
📄️ Close Circuit Breaker
Learn how to manually force the circuit breaker to the closed state, resuming normal traffic to the service.
📄️ Upload Proto File to gRPC Service
Learn how to upload a compiled binary protobuf file to a gRPC service.
📄️ Get Proto File from gRPC Service
Learn how to retrieve a compiled binary protobuf file from a gRPC service.
📄️ Delete Proto File from gRPC Service
Learn how to delete a compiled binary protobuf file from a gRPC service.
📄️ Get All Proto Files from gRPC Service
Learn how to retrieve all compiled binary protobuf files from a gRPC service.