docs: add OCI API Gateway documentation with all deployments
This commit is contained in:
parent
1cb2db4b54
commit
a4cb1714e0
1 changed files with 44 additions and 0 deletions
44
inventcloud/invista/nexus/API-GATEWAY.md
Normal file
44
inventcloud/invista/nexus/API-GATEWAY.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# 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*
|
||||
Loading…
Reference in a new issue