From 44b038a842ff6d8841d2ac11cbe974eea3479a13 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Sat, 21 Feb 2026 17:15:38 -0300 Subject: [PATCH] docs: complete OCI API Gateway documentation with all endpoints and frontends --- inventcloud/invista/nexus/API-GATEWAY.md | 75 +++++++++++++++--------- 1 file changed, 48 insertions(+), 27 deletions(-) diff --git a/inventcloud/invista/nexus/API-GATEWAY.md b/inventcloud/invista/nexus/API-GATEWAY.md index 5e2c1a2..9c394f0 100644 --- a/inventcloud/invista/nexus/API-GATEWAY.md +++ b/inventcloud/invista/nexus/API-GATEWAY.md @@ -1,43 +1,64 @@ -# OCI API Gateway - Dev +# OCI API Gateways - Completo -## Gateway +## Gateway 1: api-gateway-nexus-dev | Propriedade | Valor | |-------------|-------| | Nome | api-gateway-nexus-dev | | Tipo | PRIVATE | | Hostname | `dnqe6ufrommkqxtfp7k2ehrbmu.apigateway.sa-saopaulo-1.oci.customer-oci.com` | -| Estado | ACTIVE | +| IP | 10.6.0.123 | | Compartment | cmp-dev-nexus | +| Estado | ACTIVE | -## Deployments (10 ativos) +### Deployments -| Nome | Path | Endpoint | -|------|------|----------| -| auth | /api/auth | https://...apigateway.../api/auth | -| cache | /api/cache | https://...apigateway.../api/cache | -| commercial-manager | /api/commercial-manager | https://...apigateway.../api/commercial-manager | -| person | /api/person | https://...apigateway.../api/person | -| poc | /api/poc | https://...apigateway.../api/poc | -| role | /api/role | https://...apigateway.../api/role | -| sso | /api/sso | https://...apigateway.../api/sso | -| user | /api/user | https://...apigateway.../api/user | -| user-external | /api/user-external | https://...apigateway.../api/user-external | -| user-internal | /api/user-internal | https://...apigateway.../api/user-internal | +| Nome | Endpoint | +|------|----------| +| auth | /api/auth | +| user | /api/user | +| user-external | /api/user-external | +| user-internal | /api/user-internal | +| person | /api/person | +| role | /api/role | +| sso | /api/sso | +| cache | /api/cache | +| poc | /api/poc | +| commercial-manager | /api/commercial-manager | -## Comandos OCI CLI +--- -```bash -# Listar gateways -oci api-gateway gateway list \ - --compartment-id "ocid1.compartment.oc1..aaaaaaaahycc62za6ikthlhauvarvbdixc7xpjjmcrame3cirhu2kz74ddma" \ - --region sa-saopaulo-1 +## Gateway 2: api-gateway-insign-dev -# Listar deployments -oci api-gateway deployment list \ - --compartment-id "ocid1.compartment.oc1..aaaaaaaahycc62za6ikthlhauvarvbdixc7xpjjmcrame3cirhu2kz74ddma" \ - --region sa-saopaulo-1 -``` +| Propriedade | Valor | +|-------------|-------| +| Nome | api-gateway-insign-dev | +| Tipo | PRIVATE | +| Hostname | `oyk5unl6ec7a53aychqlvz5bwa.apigateway.sa-saopaulo-1.oci.customer-oci.com` | +| IP | 10.6.0.33 | +| Compartment | cmp-dev-insign | +| Estado | ACTIVE | + +### Deployments + +| Nome | Endpoint | +|------|----------| +| insign-deploy-dev | /insign | +| insing-dev | / | +| root | / | + +--- + +## Frontends Estáticos (Buckets) + +| Bucket | URL | Descrição | +|--------|-----|-----------| +| app-front-insign-teste | Cloudflare + OCI | Site estático de teste | +| front | - | Ícones SVG | +| nexus-mfe-shell-development | - | Shell MFE Angular | +| nexus-mfe-auth-development | - | MFE Auth | +| nexus-mfe-user-development | - | MFE User | +| nexus-mfe-person-development | - | MFE Person | ---