docs: complete OCI API Gateway documentation with all endpoints and frontends

This commit is contained in:
Tiago Ribeiro 2026-02-21 17:15:38 -03:00
parent a4cb1714e0
commit 44b038a842

View file

@ -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 |
---