44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
# OCI API Gateway - Dev
|
|
|
|
## Gateway
|
|
|
|
| Propriedade | Valor |
|
|
|-------------|-------|
|
|
| Nome | api-gateway-nexus-dev |
|
|
| Tipo | PRIVATE |
|
|
| Hostname | `dnqe6ufrommkqxtfp7k2ehrbmu.apigateway.sa-saopaulo-1.oci.customer-oci.com` |
|
|
| Estado | ACTIVE |
|
|
| Compartment | cmp-dev-nexus |
|
|
|
|
## Deployments (10 ativos)
|
|
|
|
| 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 |
|
|
|
|
## Comandos OCI CLI
|
|
|
|
```bash
|
|
# Listar gateways
|
|
oci api-gateway gateway list \
|
|
--compartment-id "ocid1.compartment.oc1..aaaaaaaahycc62za6ikthlhauvarvbdixc7xpjjmcrame3cirhu2kz74ddma" \
|
|
--region sa-saopaulo-1
|
|
|
|
# Listar deployments
|
|
oci api-gateway deployment list \
|
|
--compartment-id "ocid1.compartment.oc1..aaaaaaaahycc62za6ikthlhauvarvbdixc7xpjjmcrame3cirhu2kz74ddma" \
|
|
--region sa-saopaulo-1
|
|
```
|
|
|
|
---
|
|
|
|
*Atualizado em: 2026-02-21*
|