Service Graph
Location in GUI: Application Management » Schemas
Diagram
Section titled “Diagram”Classes
Section titled “Classes”templates (ndo.schemas)
Section titled “templates (ndo.schemas)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| service_graphs | List | [service_graphs] | No |
service_graphs (ndo.schemas.templates)
Section titled “service_graphs (ndo.schemas.templates)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| nodes | List | [nodes] | Yes |
nodes (ndo.schemas.templates.service_graphs)
Section titled “nodes (ndo.schemas.templates.service_graphs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| type | Choice | firewall, load-balancer, other | No | |
| index | Integer | min: 1, max: 3 | No | |
| sites | List | [sites] | Yes |
sites (ndo.schemas.templates.service_graphs.nodes)
Section titled “sites (ndo.schemas.templates.service_graphs.nodes)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| device | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes |
Examples
Section titled “Examples”ndo: schemas: - name: ABC templates: - name: TEMPLATE1 service_graphs: - name: SG1 description: Description nodes: - name: FW1 sites: - name: APIC1 device: DEV1