Fetches everyDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Miguel-Rodriguez15/msvc/llms.txt
Use this file to discover all available pages before exploring further.
Usuario record stored in the MySQL database and wraps the result in a JSON envelope that also exposes the Kubernetes pod name/IP (useful for debugging load-balanced deployments) and a runtime text value injected from the config.texto ConfigMap key. A valid OAuth2 Bearer token with either the read or write scope must be included in the request.
Base URL: http://localhost:8001Gateway URL:
http://localhost:8090/api/usuarios
Endpoint
Request
Headers
| Header | Value |
|---|---|
Authorization | Bearer <access_token> |
Content-Type | application/json |
Response
200 OK
Returns a JSON object with three top-level keys.Array of all
Usuario objects in the database.A string in the format
"podname: podip" sourced from the MY_POD_NAME and MY_POD_IP environment variables injected by Kubernetes. Returns "null: null" when running outside a Kubernetes cluster.A runtime text value read from the
config.texto key in the mounted ConfigMap. Useful for verifying live config reloads.