Service Graph
Location in GUI:
Application Management
» Schemas
Diagram
Classes
templates (ndo.schemas)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
service_graphs | List | [service_graphs] | No |
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,64}$ | No | |
nodes | List | [nodes] | Yes |
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)
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
ndo:
schemas:
- name: ABC
templates:
- name: TEMPLATE1
service_graphs:
- name: SG1
description: Description
nodes:
- name: FW1
sites:
- name: APIC1
device: DEV1