...
Types | Intent APIs | Functionality |
---|---|---|
| /v2/projectprojects/{project-name}/rbcomposite-apps/{rbcomposite-app-name}/{version}/traffic-intent/{intent-name}/connectivity/intercluster-set/us-to-us-intents/ | communication between microservices deployed between two clusters |
2. external outbound service communication | /v2/projectprojects/{project-name}/rbcomposite-apps/{rbcomposite-app-name}/{version}/traffic-intent-set/{inbound-intent-name}/connectivity/external/outbound/ | communication from microservice to external from external service to internal micro service |
4. external inbound service communiation | /v2/projectprojects/{project-name}/rbcomposite-apps/{rbcomposite-app-name}/{version}/traffic-intent-set/{intent-name}/connectivity/external/inbound/API for external service to access the microservices inside the meshoutbound-intent/ | communication from internal service to access external service |
Code Block |
---|
URL: /v2/projects/{project-name}/composite-apps/{composite-app-name}/{version}/traffic-intent-set POST BODY: { "name": "john", "description": "Traffic intent groups" "set":[ { "clustertoclusterserviceus-to-us":"abc" }, { "inbound":"abc" }, { "outbound":"abc" }, { "dnsproviders":"abc" } ] } |
...