Skip to main content

Service Graph

Location in GUI: Application Management » Schemas

Diagram

Classes

templates (ndo.schemas)

NameTypeConstraintMandatoryDefault Value
service_graphsList[service_graphs]No

service_graphs (ndo.schemas.templates)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$No
nodesList[nodes]Yes

nodes (ndo.schemas.templates.service_graphs)

NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
typeChoicefirewall, load-balancer, otherNo
indexIntegermin: 1, max: 3No
sitesList[sites]Yes

sites (ndo.schemas.templates.service_graphs.nodes)

NameTypeConstraintMandatoryDefault Value
nameStringYes
tenantStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$No
deviceStringRegex: ^[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