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 | | Propriedade | Valor |
|-------------|-------| |-------------|-------|
| Nome | api-gateway-nexus-dev | | Nome | api-gateway-nexus-dev |
| Tipo | PRIVATE | | Tipo | PRIVATE |
| Hostname | `dnqe6ufrommkqxtfp7k2ehrbmu.apigateway.sa-saopaulo-1.oci.customer-oci.com` | | Hostname | `dnqe6ufrommkqxtfp7k2ehrbmu.apigateway.sa-saopaulo-1.oci.customer-oci.com` |
| Estado | ACTIVE | | IP | 10.6.0.123 |
| Compartment | cmp-dev-nexus | | Compartment | cmp-dev-nexus |
| Estado | ACTIVE |
## Deployments (10 ativos) ### Deployments
| Nome | Path | Endpoint | | Nome | Endpoint |
|------|------|----------| |------|----------|
| auth | /api/auth | https://...apigateway.../api/auth | | auth | /api/auth |
| cache | /api/cache | https://...apigateway.../api/cache | | user | /api/user |
| commercial-manager | /api/commercial-manager | https://...apigateway.../api/commercial-manager | | user-external | /api/user-external |
| person | /api/person | https://...apigateway.../api/person | | user-internal | /api/user-internal |
| poc | /api/poc | https://...apigateway.../api/poc | | person | /api/person |
| role | /api/role | https://...apigateway.../api/role | | role | /api/role |
| sso | /api/sso | https://...apigateway.../api/sso | | sso | /api/sso |
| user | /api/user | https://...apigateway.../api/user | | cache | /api/cache |
| user-external | /api/user-external | https://...apigateway.../api/user-external | | poc | /api/poc |
| user-internal | /api/user-internal | https://...apigateway.../api/user-internal | | commercial-manager | /api/commercial-manager |
## Comandos OCI CLI ---
```bash ## Gateway 2: api-gateway-insign-dev
# Listar gateways
oci api-gateway gateway list \
--compartment-id "ocid1.compartment.oc1..aaaaaaaahycc62za6ikthlhauvarvbdixc7xpjjmcrame3cirhu2kz74ddma" \
--region sa-saopaulo-1
# Listar deployments | Propriedade | Valor |
oci api-gateway deployment list \ |-------------|-------|
--compartment-id "ocid1.compartment.oc1..aaaaaaaahycc62za6ikthlhauvarvbdixc7xpjjmcrame3cirhu2kz74ddma" \ | Nome | api-gateway-insign-dev |
--region sa-saopaulo-1 | 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 |
--- ---