Merge "Upversion to 1.8.7-SNAPSHOT"
[aai/schema-service.git] / plantuml / aai_swagger_v14.nodes.json
1 {
2   "basePath": "/aai/v14", 
3   "definitions": {
4     "action": {
5       "properties": {
6         "action-data": {
7           "items": {
8             "$ref": "#/definitions/action-data"
9           }, 
10           "type": "array"
11         }, 
12         "action-type": {
13           "type": "string"
14         }
15       }
16     }, 
17     "action-data": {
18       "properties": {
19         "property-name": {
20           "type": "string"
21         }, 
22         "property-value": {
23           "type": "string"
24         }
25       }
26     }, 
27     "actions": {
28       "description": "APIs that are more action related than REST (e.g., notify, update).\n", 
29       "properties": {
30         "notify": {
31           "$ref": "#/definitions/notify", 
32           "type": "object"
33         }, 
34         "update": {
35           "$ref": "#/definitions/update", 
36           "type": "object"
37         }
38       }
39     }, 
40     "allotted-resource": {
41       "description": "Represents a slice or partial piece of a resource that gets separately allotted\n###### Related Nodes\n- TO allotted-resource( allotted-resource BindsTo allotted-resource, ONE2ONE)\nAAI-1925\n- TO generic-vnf( allotted-resource PartOf generic-vnf, MANY2MANY)\n- TO instance-group( allotted-resource MemberOf instance-group, MANY2MANY)\n- TO l-interface( allotted-resource Uses l-interface, ONE2MANY)\n- TO l3-network( allotted-resource PartOf l3-network, MANY2MANY)\n- TO network-policy( allotted-resource Uses network-policy, ONE2ONE)\n- TO p-interface( allotted-resource Uses p-interface, ONE2MANY)\nAAI-1925 For CCVPN Usecase\n- TO service-instance (PARENT of allotted-resource, allotted-resource BelongsTo service-instance, MANY2ONE)(4)\n- TO vlan( allotted-resource PartOf vlan, MANY2MANY)\n- TO vpn-binding( allotted-resource BelongsTo vpn-binding, MANY2MANY)\n- FROM allotted-resource( allotted-resource BindsTo allotted-resource, ONE2ONE)\nAAI-1925\n- FROM configuration( configuration Uses allotted-resource, ONE2ONE)(3)\n- FROM service-instance( service-instance Uses allotted-resource, MANY2MANY)\n- FROM site-resource( site-resource Uses allotted-resource, MANY2MANY)\nFor CCVPN Usecase\n- FROM tunnel-xconnect (CHILD of allotted-resource, tunnel-xconnect BelongsTo allotted-resource, ONE2ONE)(1)\n\n-(1) IF this ALLOTTED-RESOURCE node is deleted, this FROM node is DELETED also\n-(3) IF this FROM node is deleted, this ALLOTTED-RESOURCE is DELETED also\n-(4) IF this TO node is deleted, this ALLOTTED-RESOURCE is DELETED also\n", 
42       "properties": {
43         "access-client-id": {
44           "description": "Store the id of the access client of this allotted-resource.", 
45           "type": "string"
46         }, 
47         "access-ltp-id": {
48           "description": "Store the id of the access ltp of this allotted-resource.", 
49           "type": "string"
50         }, 
51         "access-node-id": {
52           "description": "Store the id of the access node of this allotted-resource.", 
53           "type": "string"
54         }, 
55         "access-provider-id": {
56           "description": "Store the id of the access provider of this allotted-resource.", 
57           "type": "string"
58         }, 
59         "access-topology-id": {
60           "description": "Store the id of the access topology of this allotted-resource.", 
61           "type": "string"
62         }, 
63         "allotted-resource-name": {
64           "description": "Store the name of this allotted-resource.", 
65           "type": "string"
66         }, 
67         "cvlan": {
68           "description": "Store the cvlan of this allotted-resource.", 
69           "type": "string"
70         }, 
71         "description": {
72           "description": "The descriptive information assigned to this allotted resource instance", 
73           "type": "string"
74         }, 
75         "id": {
76           "description": "Allotted Resource id UUID assigned to this instance.", 
77           "type": "string"
78         }, 
79         "model-invariant-id": {
80           "also requires": "model-version-id", 
81           "description": "the ASDC model id for this resource or service model.", 
82           "type": "string"
83         }, 
84         "model-version-id": {
85           "also requires": "model-invariant-id", 
86           "description": "the ASDC model version for this resource or service model.", 
87           "type": "string"
88         }, 
89         "operational-status": {
90           "description": "Indicator for whether the resource is considered operational", 
91           "type": "string"
92         }, 
93         "orchestration-status": {
94           "description": "Orchestration status", 
95           "type": "string"
96         }, 
97         "relationship-list": {
98           "$ref": "#/definitions/relationship", 
99           "type": "object"
100         }, 
101         "resource-version": {
102           "description": "Concurrency value", 
103           "type": "string"
104         }, 
105         "role": {
106           "description": "role in the network that this resource will be providing.", 
107           "type": "string"
108         }, 
109         "selflink": {
110           "description": "Link back to more information in the controller", 
111           "type": "string"
112         }, 
113         "tunnel-xconnects": {
114           "items": {
115             "$ref": "#/definitions/tunnel-xconnect"
116           }, 
117           "type": "array"
118         }, 
119         "type": {
120           "description": "Generic description of the type of allotted resource.", 
121           "type": "string"
122         }, 
123         "vpn-name": {
124           "description": "Store the vpn-name of this allotted-resource.", 
125           "type": "string"
126         }
127       }, 
128       "required": [
129         "id"
130       ]
131     }, 
132     "allotted-resources": {
133       "description": "This object is used to store slices of services being offered\n", 
134       "properties": {
135         "allotted-resource": {
136           "items": {
137             "$ref": "#/definitions/allotted-resource"
138           }, 
139           "type": "array"
140         }
141       }
142     }, 
143     "availability-zone": {
144       "description": "Availability zone, a collection of compute hosts/pservers\n###### Related Nodes\n- TO cloud-region (PARENT of availability-zone, availability-zone BelongsTo cloud-region, MANY2ONE)(4)\n- TO complex( availability-zone LocatedIn complex, MANY2ONE)\n- TO service-capability( availability-zone AppliesTo service-capability, MANY2MANY)\n- FROM ctag-pool( ctag-pool AppliesTo availability-zone, MANY2MANY)\n- FROM dvs-switch( dvs-switch AppliesTo availability-zone, MANY2MANY)\n- FROM generic-vnf( generic-vnf Uses availability-zone, MANY2MANY)\n- FROM pserver( pserver MemberOf availability-zone, MANY2ONE)\n- FROM vce( vce Uses availability-zone, MANY2MANY)\n\n-(4) IF this TO node is deleted, this AVAILABILITY-ZONE is DELETED also\n-AVAILABILITY-ZONE cannot be deleted if related to CTAG-POOL,DVS-SWITCH,GENERIC-VNF,PSERVER,VCE\n", 
145       "properties": {
146         "availability-zone-name": {
147           "description": "Name of the availability zone.  Unique across a cloud region", 
148           "type": "string"
149         }, 
150         "hypervisor-type": {
151           "description": "Type of hypervisor.  Source of truth should define valid values.", 
152           "type": "string"
153         }, 
154         "operational-status": {
155           "description": "State that indicates whether the availability zone should be used, etc.  Source of truth should define valid values.", 
156           "type": "string"
157         }, 
158         "relationship-list": {
159           "$ref": "#/definitions/relationship", 
160           "type": "object"
161         }, 
162         "resource-version": {
163           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
164           "type": "string"
165         }
166       }, 
167       "required": [
168         "availability-zone-name", 
169         "hypervisor-type"
170       ]
171     }, 
172     "availability-zones": {
173       "description": "Collection of availability zones\n", 
174       "properties": {
175         "availability-zone": {
176           "items": {
177             "$ref": "#/definitions/availability-zone"
178           }, 
179           "type": "array"
180         }
181       }
182     }, 
183     "az-and-dvs-switches": {
184       "properties": {
185         "availability-zone": {
186           "$ref": "#/definitions/availability-zone", 
187           "type": "object"
188         }, 
189         "dvs-switches": {
190           "items": {
191             "$ref": "#/definitions/dvs-switch"
192           }, 
193           "type": "array"
194         }
195       }
196     }, 
197     "business": {
198       "description": "Namespace for business related constructs\n", 
199       "properties": {
200         "connectors": {
201           "items": {
202             "$ref": "#/definitions/connector"
203           }, 
204           "type": "array"
205         }, 
206         "customers": {
207           "items": {
208             "$ref": "#/definitions/customer"
209           }, 
210           "type": "array"
211         }, 
212         "lines-of-business": {
213           "items": {
214             "$ref": "#/definitions/line-of-business"
215           }, 
216           "type": "array"
217         }, 
218         "owning-entities": {
219           "items": {
220             "$ref": "#/definitions/owning-entity"
221           }, 
222           "type": "array"
223         }, 
224         "platforms": {
225           "items": {
226             "$ref": "#/definitions/platform"
227           }, 
228           "type": "array"
229         }, 
230         "projects": {
231           "items": {
232             "$ref": "#/definitions/project"
233           }, 
234           "type": "array"
235         }, 
236         "sp-partners": {
237           "items": {
238             "$ref": "#/definitions/sp-partner"
239           }, 
240           "type": "array"
241         }
242       }
243     }, 
244     "class-of-service": {
245       "description": "###### Related Nodes\n- TO site-pair (PARENT of class-of-service, class-of-service BelongsTo site-pair, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this CLASS-OF-SERVICE is DELETED also\n", 
246       "properties": {
247         "cos": {
248           "description": "unique identifier of probe", 
249           "type": "string"
250         }, 
251         "probe-id": {
252           "description": "identifier of probe", 
253           "type": "string"
254         }, 
255         "probe-type": {
256           "description": "type of probe", 
257           "type": "string"
258         }, 
259         "relationship-list": {
260           "$ref": "#/definitions/relationship", 
261           "type": "object"
262         }, 
263         "resource-version": {
264           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
265           "type": "string"
266         }
267       }, 
268       "required": [
269         "cos"
270       ]
271     }, 
272     "classes-of-service": {
273       "description": "class-of-service of probe\n", 
274       "properties": {
275         "class-of-service": {
276           "items": {
277             "$ref": "#/definitions/class-of-service"
278           }, 
279           "type": "array"
280         }
281       }
282     }, 
283     "cloud-infrastructure": {
284       "description": "Namespace for cloud infrastructure.\n", 
285       "properties": {
286         "cloud-regions": {
287           "items": {
288             "$ref": "#/definitions/cloud-region"
289           }, 
290           "type": "array"
291         }, 
292         "complexes": {
293           "items": {
294             "$ref": "#/definitions/complex"
295           }, 
296           "type": "array"
297         }, 
298         "network-profiles": {
299           "items": {
300             "$ref": "#/definitions/network-profile"
301           }, 
302           "type": "array"
303         }, 
304         "network-technologies": {
305           "items": {
306             "$ref": "#/definitions/network-technology"
307           }, 
308           "type": "array"
309         }, 
310         "operational-environments": {
311           "items": {
312             "$ref": "#/definitions/operational-environment"
313           }, 
314           "type": "array"
315         }, 
316         "pservers": {
317           "items": {
318             "$ref": "#/definitions/pserver"
319           }, 
320           "type": "array"
321         }, 
322         "virtual-data-centers": {
323           "items": {
324             "$ref": "#/definitions/virtual-data-center"
325           }, 
326           "type": "array"
327         }
328       }
329     }, 
330     "cloud-region": {
331       "description": "cloud-region designates an installation of a cloud cluster or region or instantiation. In AT&Ts AIC cloud, this could be an LCP or DCP. Cloud regions are uniquely identified by a composite key, cloud-owner + cloud-region-id. The format of the cloud-owner is vendor-cloudname and we will use att-aic for AT&T's AIC.\n###### Related Nodes\n- TO complex( cloud-region LocatedIn complex, MANY2ONE)\n- TO instance-group( cloud-region Uses instance-group, ONE2MANY)\n- TO l3-network( cloud-region Uses l3-network, MANY2MANY)\n- TO network-technology( cloud-region Uses network-technology, MANY2MANY)\n- TO zone( cloud-region LocatedIn zone, MANY2ONE)\n- FROM availability-zone (CHILD of cloud-region, availability-zone BelongsTo cloud-region, MANY2ONE)(1)\n- FROM dvs-switch (CHILD of cloud-region, dvs-switch BelongsTo cloud-region, MANY2ONE)\n- FROM esr-system-info (CHILD of cloud-region, esr-system-info BelongsTo cloud-region, MANY2ONE)(1)\n- FROM flavor (CHILD of cloud-region, flavor BelongsTo cloud-region, MANY2ONE)\n- FROM generic-vnf( generic-vnf LocatedIn cloud-region, MANY2ONE)\n- FROM group-assignment (CHILD of cloud-region, group-assignment BelongsTo cloud-region, MANY2ONE)\n- FROM hpa-capability (CHILD of cloud-region, hpa-capability BelongsTo cloud-region, MANY2ONE)\n- FROM image (CHILD of cloud-region, image BelongsTo cloud-region, MANY2ONE)\n- FROM logical-link( logical-link LocatedIn cloud-region, MANY2MANY)\n- FROM oam-network (CHILD of cloud-region, oam-network BelongsTo cloud-region, MANY2ONE)\n- FROM pserver( pserver LocatedIn cloud-region, MANY2ONE)\n- FROM snapshot (CHILD of cloud-region, snapshot BelongsTo cloud-region, MANY2ONE)\n- FROM tenant (CHILD of cloud-region, tenant BelongsTo cloud-region, MANY2ONE)\n- FROM vip-ipv4-address-list (CHILD of cloud-region, vip-ipv4-address-list BelongsTo cloud-region, MANY2ONE)\n- FROM vip-ipv6-address-list (CHILD of cloud-region, vip-ipv6-address-list BelongsTo cloud-region, MANY2ONE)\n- FROM vlan-tag( vlan-tag BelongsTo cloud-region, MANY2ONE)\n- FROM volume-group (CHILD of cloud-region, volume-group BelongsTo cloud-region, MANY2ONE)\n\n-(1) IF this CLOUD-REGION node is deleted, this FROM node is DELETED also\n-CLOUD-REGION cannot be deleted if related to DVS-SWITCH,FLAVOR,GROUP-ASSIGNMENT,HPA-CAPABILITY,IMAGE,OAM-NETWORK,SNAPSHOT,TENANT,VIP-IPV4-ADDRESS-LIST,VIP-IPV6-ADDRESS-LIST,VOLUME-GROUP\n", 
332       "properties": {
333         "availability-zones": {
334           "items": {
335             "$ref": "#/definitions/availability-zone"
336           }, 
337           "type": "array"
338         }, 
339         "cloud-extra-info": {
340           "description": "ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM.", 
341           "type": "string"
342         }, 
343         "cloud-owner": {
344           "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
345           "type": "string"
346         }, 
347         "cloud-region-id": {
348           "description": "Identifier used by the vendor for the region. Second part of composite key", 
349           "type": "string"
350         }, 
351         "cloud-region-version": {
352           "description": "Software version employed at the site.  NOTE - THIS FIELD IS NOT KEPT UP TO DATE.", 
353           "type": "string"
354         }, 
355         "cloud-type": {
356           "description": "Type of the cloud (e.g., openstack)", 
357           "type": "string"
358         }, 
359         "cloud-zone": {
360           "description": "Zone where the cloud is homed.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
361           "type": "string"
362         }, 
363         "complex-name": {
364           "description": "complex name for cloud-region instance.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
365           "type": "string"
366         }, 
367         "dvs-switches": {
368           "items": {
369             "$ref": "#/definitions/dvs-switch"
370           }, 
371           "type": "array"
372         }, 
373         "esr-system-info-list": {
374           "items": {
375             "$ref": "#/definitions/esr-system-info"
376           }, 
377           "type": "array"
378         }, 
379         "flavors": {
380           "items": {
381             "$ref": "#/definitions/flavor"
382           }, 
383           "type": "array"
384         }, 
385         "group-assignments": {
386           "items": {
387             "$ref": "#/definitions/group-assignment"
388           }, 
389           "type": "array"
390         }, 
391         "hpa-capabilities": {
392           "description": "List of cloud-region specific HPA Capabilities", 
393           "items": {
394             "$ref": "#/definitions/hpa-capability"
395           }, 
396           "type": "array"
397         }, 
398         "identity-url": {
399           "description": "URL of the keystone identity service", 
400           "type": "string"
401         }, 
402         "images": {
403           "items": {
404             "$ref": "#/definitions/image"
405           }, 
406           "type": "array"
407         }, 
408         "oam-networks": {
409           "items": {
410             "$ref": "#/definitions/oam-network"
411           }, 
412           "type": "array"
413         }, 
414         "owner-defined-type": {
415           "description": "Cloud-owner defined type indicator (e.g., dcp, lcp)", 
416           "type": "string"
417         }, 
418         "relationship-list": {
419           "$ref": "#/definitions/relationship", 
420           "type": "object"
421         }, 
422         "resource-version": {
423           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
424           "type": "string"
425         }, 
426         "snapshots": {
427           "items": {
428             "$ref": "#/definitions/snapshot"
429           }, 
430           "type": "array"
431         }, 
432         "sriov-automation": {
433           "description": "Whether the cloud region supports (true) or does not support (false) SR-IOV automation.", 
434           "type": "string"
435         }, 
436         "tenants": {
437           "items": {
438             "$ref": "#/definitions/tenant"
439           }, 
440           "type": "array"
441         }, 
442         "vip-ipv4-address-list": {
443           "items": {
444             "$ref": "#/definitions/vip-ipv4-address-list"
445           }, 
446           "type": "array"
447         }, 
448         "vip-ipv6-address-list": {
449           "items": {
450             "$ref": "#/definitions/vip-ipv6-address-list"
451           }, 
452           "type": "array"
453         }, 
454         "volume-groups": {
455           "items": {
456             "$ref": "#/definitions/volume-group"
457           }, 
458           "type": "array"
459         }
460       }, 
461       "required": [
462         "cloud-owner", 
463         "cloud-region-id"
464       ]
465     }, 
466     "cloud-regions": {
467       "properties": {
468         "cloud-region": {
469           "items": {
470             "$ref": "#/definitions/cloud-region"
471           }, 
472           "type": "array"
473         }
474       }
475     }, 
476     "collection": {
477       "description": "represents the collection resource in the TOSCA model\n###### Related Nodes\n- FROM instance-group( instance-group BelongsTo collection, ONE2ONE)\n- FROM service-instance( service-instance ComposedOf collection, ONE2ONE)\n", 
478       "properties": {
479         "collection-customization-id": {
480           "description": "Captures the id of all the configuration used to customize the resource for the service", 
481           "type": "string"
482         }, 
483         "collection-function": {
484           "description": "Collection function", 
485           "type": "string"
486         }, 
487         "collection-id": {
488           "description": "Collection Object UUID", 
489           "type": "string"
490         }, 
491         "collection-name": {
492           "description": "collection name", 
493           "type": "string"
494         }, 
495         "collection-role": {
496           "description": "Collection Role", 
497           "type": "string"
498         }, 
499         "collection-type": {
500           "description": "Collection type", 
501           "type": "string"
502         }, 
503         "model-invariant-id": {
504           "also requires": "model-version-id", 
505           "description": "ASDC model id for this resource or service model", 
506           "type": "string"
507         }, 
508         "model-version-id": {
509           "also requires": "model-invariant-id", 
510           "description": "Model Version", 
511           "type": "string"
512         }, 
513         "orchestration-status": {
514           "description": "orchestration status", 
515           "type": "string"
516         }, 
517         "relationship-list": {
518           "$ref": "#/definitions/relationship", 
519           "type": "object"
520         }, 
521         "resource-version": {
522           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
523           "type": "string"
524         }
525       }, 
526       "required": [
527         "collection-id"
528       ]
529     }, 
530     "collections": {
531       "properties": {
532         "collection": {
533           "items": {
534             "$ref": "#/definitions/collection"
535           }, 
536           "type": "array"
537         }
538       }
539     }, 
540     "complex": {
541       "description": "Collection of physical locations that can house cloud-regions.\n###### Related Nodes\n- TO l3-network( complex Uses l3-network, MANY2MANY)\n- FROM availability-zone( availability-zone LocatedIn complex, MANY2ONE)\n- FROM cloud-region( cloud-region LocatedIn complex, MANY2ONE)\n- FROM ctag-pool (CHILD of complex, ctag-pool BelongsTo complex, MANY2ONE)(1)\n- FROM generic-vnf( generic-vnf LocatedIn complex, MANY2MANY)\n- FROM oam-network( oam-network AppliesTo complex, MANY2MANY)\n- FROM pnf( pnf LocatedIn complex, MANY2ONE)\n- FROM pserver( pserver LocatedIn complex, MANY2ONE)\n- FROM site-resource( site-resource Uses complex, MANY2MANY)\nFor CCVPN Usecase\n- FROM vce( vce LocatedIn complex, MANY2MANY)\n- FROM volume-group( volume-group LocatedIn complex, MANY2ONE)\n- FROM vpls-pe( vpls-pe LocatedIn complex, MANY2ONE)\n- FROM zone( zone LocatedIn complex, MANY2ONE)\n\n-(1) IF this COMPLEX node is deleted, this FROM node is DELETED also\n-COMPLEX cannot be deleted if related to AVAILABILITY-ZONE,CLOUD-REGION,GENERIC-VNF,OAM-NETWORK,PNF,PSERVER,VCE,VOLUME-GROUP,VPLS-PE,ZONE\n", 
542       "properties": {
543         "city": {
544           "type": "string"
545         }, 
546         "complex-name": {
547           "description": "Gamma complex name for LCP instance.", 
548           "type": "string"
549         }, 
550         "country": {
551           "type": "string"
552         }, 
553         "ctag-pools": {
554           "items": {
555             "$ref": "#/definitions/ctag-pool"
556           }, 
557           "type": "array"
558         }, 
559         "data-center-code": {
560           "description": "Data center code which can be an alternate way to identify a complex", 
561           "type": "string"
562         }, 
563         "elevation": {
564           "type": "string"
565         }, 
566         "identity-url": {
567           "description": "URL of the keystone identity service", 
568           "type": "string"
569         }, 
570         "lata": {
571           "type": "string"
572         }, 
573         "latitude": {
574           "type": "string"
575         }, 
576         "longitude": {
577           "type": "string"
578         }, 
579         "physical-location-id": {
580           "description": "Unique identifier for physical location, e.g., CLLI", 
581           "type": "string"
582         }, 
583         "physical-location-type": {
584           "description": "Type, e.g., central office, data center.", 
585           "type": "string"
586         }, 
587         "postal-code": {
588           "type": "string"
589         }, 
590         "region": {
591           "type": "string"
592         }, 
593         "relationship-list": {
594           "$ref": "#/definitions/relationship", 
595           "type": "object"
596         }, 
597         "resource-version": {
598           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
599           "type": "string"
600         }, 
601         "state": {
602           "type": "string"
603         }, 
604         "street1": {
605           "type": "string"
606         }, 
607         "street2": {
608           "type": "string"
609         }
610       }, 
611       "required": [
612         "physical-location-id", 
613         "physical-location-type", 
614         "street1", 
615         "city", 
616         "postal-code", 
617         "country", 
618         "region"
619       ]
620     }, 
621     "complexes": {
622       "description": "Collection of physical locations that can house cloud-regions.\n", 
623       "properties": {
624         "complex": {
625           "items": {
626             "$ref": "#/definitions/complex"
627           }, 
628           "type": "array"
629         }
630       }
631     }, 
632     "configuration": {
633       "description": "Generic configuration object.\n###### Related Nodes\n- TO allotted-resource( configuration Uses allotted-resource, ONE2ONE)(2)\n- TO configuration( configuration BindsTo configuration, ONE2ONE)\n- TO l-interface( configuration AppliesTo l-interface, ONE2MANY)\n- TO l3-network( configuration PartOf l3-network, MANY2MANY)\n- TO logical-link( configuration Uses logical-link, ONE2MANY)(2)\n- TO pnf( configuration AppliesTo pnf, MANY2MANY)\n- TO vnfc( configuration Uses vnfc, ONE2ONE)(4)\n- TO vpn-binding( configuration Uses vpn-binding, MANY2ONE)\n- FROM configuration( configuration BindsTo configuration, ONE2ONE)\n- FROM evc (CHILD of configuration, evc BelongsTo configuration, ONE2ONE)(1)\n- FROM forwarder( forwarder Uses configuration, ONE2ONE)(3)\n- FROM forwarder-evc (CHILD of configuration, forwarder-evc BelongsTo configuration, ONE2ONE)(1)\n- FROM forwarding-path( forwarding-path Uses configuration, ONE2ONE)(3)\n- FROM generic-vnf( generic-vnf Uses configuration, ONE2MANY)(3)\n- FROM metadatum (CHILD of configuration, metadatum BelongsTo configuration, MANY2ONE)(1)\n- FROM service-instance( service-instance Uses configuration, ONE2MANY)\n- FROM service-instance( service-instance ComposedOf configuration, MANY2MANY)\n\n-(1) IF this CONFIGURATION node is deleted, this FROM node is DELETED also\n-(2) IF this CONFIGURATION node is deleted, this TO node is DELETED also\n-(3) IF this FROM node is deleted, this CONFIGURATION is DELETED also\n-(4) IF this TO node is deleted, this CONFIGURATION is DELETED also\n", 
634       "properties": {
635         "config-policy-name": {
636           "description": "Used to capture the name of the fabric configuration policy that was used to generate the payload sent to PINC for fabric configuration.", 
637           "type": "string"
638         }, 
639         "configuration-id": {
640           "description": "UUID assigned to configuration.", 
641           "type": "string"
642         }, 
643         "configuration-name": {
644           "description": "Name of the configuration.", 
645           "type": "string"
646         }, 
647         "configuration-selflink": {
648           "description": "URL to endpoint where AAI can get more details from SDN-GC.", 
649           "type": "string"
650         }, 
651         "configuration-sub-type": {
652           "description": "vprobe, pprobe.", 
653           "type": "string"
654         }, 
655         "configuration-type": {
656           "description": "port-mirroring-configuration.", 
657           "type": "string"
658         }, 
659         "evcs": {
660           "items": {
661             "$ref": "#/definitions/evc"
662           }, 
663           "type": "array"
664         }, 
665         "forwarder-evcs": {
666           "items": {
667             "$ref": "#/definitions/forwarder-evc"
668           }, 
669           "type": "array"
670         }, 
671         "management-option": {
672           "description": "Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.", 
673           "type": "string"
674         }, 
675         "metadata": {
676           "items": {
677             "$ref": "#/definitions/metadatum"
678           }, 
679           "type": "array"
680         }, 
681         "model-customization-id": {
682           "description": "id of  the configuration used to customize the resource", 
683           "type": "string"
684         }, 
685         "model-invariant-id": {
686           "also requires": "model-version-id", 
687           "description": "the ASDC model id for this resource or service model.", 
688           "type": "string"
689         }, 
690         "model-version-id": {
691           "also requires": "model-invariant-id", 
692           "description": "the ASDC model version for this resource or service model.", 
693           "type": "string"
694         }, 
695         "operational-status": {
696           "description": "Indicator for whether the resource is considered operational.", 
697           "type": "string"
698         }, 
699         "orchestration-status": {
700           "description": "Orchestration status of the configuration.", 
701           "type": "string"
702         }, 
703         "relationship-list": {
704           "$ref": "#/definitions/relationship", 
705           "type": "object"
706         }, 
707         "resource-version": {
708           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
709           "type": "string"
710         }, 
711         "tunnel-bandwidth": {
712           "description": "DHV Site Effective Bandwidth", 
713           "type": "string"
714         }, 
715         "vendor-allowed-max-bandwidth": {
716           "description": "Velocloud Nominal Throughput - VNT", 
717           "type": "string"
718         }
719       }, 
720       "required": [
721         "configuration-id", 
722         "configuration-type"
723       ]
724     }, 
725     "configurations": {
726       "description": "Collection of configurations\n", 
727       "properties": {
728         "configuration": {
729           "items": {
730             "$ref": "#/definitions/configuration"
731           }, 
732           "type": "array"
733         }
734       }
735     }, 
736     "connectivities": {
737       "description": "Collection of connectivities\n", 
738       "properties": {
739         "connectivity": {
740           "items": {
741             "$ref": "#/definitions/connectivity"
742           }, 
743           "type": "array"
744         }
745       }
746     }, 
747     "connectivity": {
748       "description": "Instance of a connectivity\n###### Related Nodes\n- TO ext-aai-network( connectivity BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( connectivity PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( connectivity PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n", 
749       "properties": {
750         "access-client-id": {
751           "description": "Store the id of the access client of this connectivity.", 
752           "type": "string"
753         }, 
754         "access-ltp-id": {
755           "description": "Store the id of the access ltp of this connectivity.", 
756           "type": "string"
757         }, 
758         "access-node-id": {
759           "description": "Store the id of the access node of this connectivity.", 
760           "type": "string"
761         }, 
762         "access-provider-id": {
763           "description": "Store the id of the access provider of this connectivity.", 
764           "type": "string"
765         }, 
766         "access-topology-id": {
767           "description": "Store the id of the access topology of this connectivity.", 
768           "type": "string"
769         }, 
770         "bandwidth-profile-name": {
771           "description": "Store the name of a bandwidth profile.", 
772           "type": "string"
773         }, 
774         "cbs": {
775           "description": "Store the CBS of this connectivity.", 
776           "type": "string"
777         }, 
778         "cir": {
779           "description": "Store the CIR of this connectivity.", 
780           "type": "string"
781         }, 
782         "color-aware": {
783           "description": "Store the color-awareness of this connectivity.", 
784           "type": "string"
785         }, 
786         "connectivity-id": {
787           "description": "Uniquely identifies this connectivity by id", 
788           "type": "string"
789         }, 
790         "connectivity-selflink": {
791           "description": "Store the link to get more information for this connectivity.", 
792           "type": "string"
793         }, 
794         "coupling-flag": {
795           "description": "Store the coupling flag of this connectivity.", 
796           "type": "string"
797         }, 
798         "cvlan": {
799           "description": "Store the cvlan for this connectivity.", 
800           "type": "string"
801         }, 
802         "ebs": {
803           "description": "Store the EBS of this connectivity.", 
804           "type": "string"
805         }, 
806         "eir": {
807           "description": "Store the EIR of this connectivity.", 
808           "type": "string"
809         }, 
810         "etht-svc-name": {
811           "description": "The ethernet service name for this connectivity.", 
812           "type": "string"
813         }, 
814         "model-customization-id": {
815           "description": "Store the model-customization-id for this object.", 
816           "type": "string"
817         }, 
818         "model-invariant-id": {
819           "also requires": "model-version-id", 
820           "description": "the ASDC model id for this resource or service model.", 
821           "type": "string"
822         }, 
823         "model-version-id": {
824           "also requires": "model-invariant-id", 
825           "description": "the ASDC model version for this resource or service model.", 
826           "type": "string"
827         }, 
828         "operational-status": {
829           "description": "Store the operational-status for this object.", 
830           "type": "string"
831         }, 
832         "relationship-list": {
833           "$ref": "#/definitions/relationship", 
834           "type": "object"
835         }, 
836         "resource-version": {
837           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
838           "type": "string"
839         }, 
840         "vpn-type": {
841           "description": "Store the type of a bandwidth profile.", 
842           "type": "string"
843         }
844       }, 
845       "required": [
846         "connectivity-id"
847       ]
848     }, 
849     "connector": {
850       "description": "Collection of resource instances used to connect a variety of disparate inventory widgets\n###### Related Nodes\n- TO virtual-data-center( connector LocatedIn virtual-data-center, MANY2MANY)\n- FROM metadatum (CHILD of connector, metadatum BelongsTo connector, MANY2ONE)(1)\n- FROM service-instance( service-instance Uses connector, MANY2MANY)\n\n-(1) IF this CONNECTOR node is deleted, this FROM node is DELETED also\n", 
851       "properties": {
852         "metadata": {
853           "items": {
854             "$ref": "#/definitions/metadatum"
855           }, 
856           "type": "array"
857         }, 
858         "model-invariant-id": {
859           "also requires": "model-version-id", 
860           "description": "the ASDC model id for this resource or service model.", 
861           "type": "string"
862         }, 
863         "model-version-id": {
864           "also requires": "model-invariant-id", 
865           "description": "the ASDC model version for this resource or service model.", 
866           "type": "string"
867         }, 
868         "relationship-list": {
869           "$ref": "#/definitions/relationship", 
870           "type": "object"
871         }, 
872         "resource-instance-id": {
873           "description": "Unique id of resource instance.", 
874           "type": "string"
875         }, 
876         "resource-version": {
877           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
878           "type": "string"
879         }, 
880         "widget-model-id": {
881           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
882           "type": "string"
883         }, 
884         "widget-model-version": {
885           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
886           "type": "string"
887         }
888       }, 
889       "required": [
890         "resource-instance-id"
891       ]
892     }, 
893     "connectors": {
894       "description": "Collection of resource instances used to connect a variety of disparate inventory widgets\n", 
895       "properties": {
896         "connector": {
897           "items": {
898             "$ref": "#/definitions/connector"
899           }, 
900           "type": "array"
901         }
902       }
903     }, 
904     "constrained-element-set": {
905       "description": "This is how we would capture constraints defining allowed sets of elements.\n###### Related Nodes\n- TO model-constraint (PARENT of constrained-element-set, constrained-element-set BelongsTo model-constraint, MANY2ONE)(4)\n- TO model-element (PARENT of constrained-element-set, constrained-element-set BelongsTo model-element, MANY2ONE)(4)\n- FROM element-choice-set (CHILD of constrained-element-set, element-choice-set BelongsTo constrained-element-set, MANY2ONE)(1)\n\n-(1) IF this CONSTRAINED-ELEMENT-SET node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this CONSTRAINED-ELEMENT-SET is DELETED also\n", 
906       "properties": {
907         "check-type": {
908           "type": "string"
909         }, 
910         "constrained-element-set-uuid": {
911           "type": "string"
912         }, 
913         "constraint-type": {
914           "type": "string"
915         }, 
916         "element-choice-sets": {
917           "items": {
918             "$ref": "#/definitions/element-choice-set"
919           }, 
920           "type": "array"
921         }, 
922         "relationship-list": {
923           "$ref": "#/definitions/relationship", 
924           "type": "object"
925         }, 
926         "resource-version": {
927           "type": "string"
928         }
929       }, 
930       "required": [
931         "constrained-element-set-uuid", 
932         "constraint-type", 
933         "check-type"
934       ]
935     }, 
936     "constrained-element-sets": {
937       "properties": {
938         "constrained-element-set": {
939           "items": {
940             "$ref": "#/definitions/constrained-element-set"
941           }, 
942           "type": "array"
943         }
944       }
945     }, 
946     "cp": {
947       "description": "point of attachment from services or resources to a virtual link or network.\n###### Related Nodes\n- FROM l-interface( l-interface LinksTo cp, ONE2ONE)\n- FROM l3-interface-ipv4-address-list (CHILD of cp, l3-interface-ipv4-address-list BelongsTo cp, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of cp, l3-interface-ipv6-address-list BelongsTo cp, MANY2ONE)(1)\n- FROM l3-network( l3-network LinksTo cp, MANY2MANY)\n- FROM vip-ipv4-address-list( vip-ipv4-address-list Uses cp, MANY2MANY)\n- FROM vip-ipv6-address-list( vip-ipv6-address-list Uses cp, MANY2MANY)\n- FROM vlan-tag( vlan-tag Uses cp, MANY2MANY)\n- FROM vnfc (PARENT of cp, vnfc BelongsTo cp, ONE2MANY)\ncp is child of vnfc(3)\n\n-(1) IF this CP node is deleted, this FROM node is DELETED also\n-(3) IF this FROM node is deleted, this CP is DELETED also\n", 
948       "properties": {
949         "cp-instance-id": {
950           "description": "Unique ID of the connection point.", 
951           "type": "string"
952         }, 
953         "l3-interface-ipv4-address-list": {
954           "items": {
955             "$ref": "#/definitions/l3-interface-ipv4-address-list"
956           }, 
957           "type": "array"
958         }, 
959         "l3-interface-ipv6-address-list": {
960           "items": {
961             "$ref": "#/definitions/l3-interface-ipv6-address-list"
962           }, 
963           "type": "array"
964         }, 
965         "port-id": {
966           "description": "port index to represent multiple CPs on VNFC connected to same network.", 
967           "format": "int32", 
968           "type": "integer"
969         }, 
970         "relationship-list": {
971           "$ref": "#/definitions/relationship", 
972           "type": "object"
973         }, 
974         "resource-version": {
975           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
976           "type": "string"
977         }
978       }, 
979       "required": [
980         "cp-instance-id"
981       ]
982     }, 
983     "cps": {
984       "description": "Collection of connection points.\n", 
985       "properties": {
986         "cp": {
987           "items": {
988             "$ref": "#/definitions/cp"
989           }, 
990           "type": "array"
991         }
992       }
993     }, 
994     "ctag-assignment": {
995       "description": "###### Related Nodes\n- TO l3-network (PARENT of ctag-assignment, ctag-assignment BelongsTo l3-network, MANY2ONE)(4)\n- FROM service-instance( service-instance Uses ctag-assignment, ONE2MANY)\n\n-(4) IF this TO node is deleted, this CTAG-ASSIGNMENT is DELETED also\n", 
996       "properties": {
997         "relationship-list": {
998           "$ref": "#/definitions/relationship", 
999           "type": "object"
1000         }, 
1001         "resource-version": {
1002           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1003           "type": "string"
1004         }, 
1005         "vlan-id-inner": {
1006           "description": "id.", 
1007           "format": "int64", 
1008           "type": "integer"
1009         }
1010       }, 
1011       "required": [
1012         "vlan-id-inner"
1013       ]
1014     }, 
1015     "ctag-assignments": {
1016       "properties": {
1017         "ctag-assignment": {
1018           "items": {
1019             "$ref": "#/definitions/ctag-assignment"
1020           }, 
1021           "type": "array"
1022         }
1023       }
1024     }, 
1025     "ctag-pool": {
1026       "description": "A collection of C tags (vlan tags) grouped for a specific purpose.\n###### Related Nodes\n- TO availability-zone( ctag-pool AppliesTo availability-zone, MANY2MANY)\n- TO complex (PARENT of ctag-pool, ctag-pool BelongsTo complex, MANY2ONE)(4)\n- FROM generic-vnf( generic-vnf Uses ctag-pool, MANY2MANY)\n- FROM vpls-pe( vpls-pe Uses ctag-pool, MANY2MANY)\n\n-(4) IF this TO node is deleted, this CTAG-POOL is DELETED also\n", 
1027       "properties": {
1028         "availability-zone-name": {
1029           "description": "Name of the availability zone", 
1030           "type": "string"
1031         }, 
1032         "ctag-pool-purpose": {
1033           "description": "Describes what the intended purpose of this pool is.", 
1034           "type": "string"
1035         }, 
1036         "ctag-values": {
1037           "description": "Comma separated list of ctags", 
1038           "type": "string"
1039         }, 
1040         "relationship-list": {
1041           "$ref": "#/definitions/relationship", 
1042           "type": "object"
1043         }, 
1044         "resource-version": {
1045           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1046           "type": "string"
1047         }, 
1048         "target-pe": {
1049           "description": "The Target provider edge router", 
1050           "type": "string"
1051         }
1052       }, 
1053       "required": [
1054         "target-pe", 
1055         "availability-zone-name", 
1056         "ctag-pool-purpose"
1057       ]
1058     }, 
1059     "ctag-pools": {
1060       "properties": {
1061         "ctag-pool": {
1062           "items": {
1063             "$ref": "#/definitions/ctag-pool"
1064           }, 
1065           "type": "array"
1066         }
1067       }
1068     }, 
1069     "customer": {
1070       "description": "customer identifiers to provide linkage back to BSS information.\n###### Related Nodes\n- FROM service-subscription (CHILD of customer, service-subscription BelongsTo customer, MANY2ONE)(1)\n- FROM vpn-binding( vpn-binding Uses customer, MANY2MANY)\n\n-(1) IF this CUSTOMER node is deleted, this FROM node is DELETED also\n", 
1071       "properties": {
1072         "global-customer-id": {
1073           "description": "Global customer id used across ECOMP to uniquely identify customer.", 
1074           "type": "string"
1075         }, 
1076         "relationship-list": {
1077           "$ref": "#/definitions/relationship", 
1078           "type": "object"
1079         }, 
1080         "resource-version": {
1081           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1082           "type": "string"
1083         }, 
1084         "service-subscriptions": {
1085           "items": {
1086             "$ref": "#/definitions/service-subscription"
1087           }, 
1088           "type": "array"
1089         }, 
1090         "subscriber-name": {
1091           "description": "Subscriber name, an alternate way to retrieve a customer.", 
1092           "type": "string"
1093         }, 
1094         "subscriber-type": {
1095           "description": "Subscriber type, a way to provide VID with only the INFRA customers.", 
1096           "type": "string"
1097         }
1098       }, 
1099       "required": [
1100         "global-customer-id", 
1101         "subscriber-name", 
1102         "subscriber-type"
1103       ]
1104     }, 
1105     "customers": {
1106       "description": "Collection of customer identifiers to provide linkage back to BSS information.\n", 
1107       "properties": {
1108         "customer": {
1109           "items": {
1110             "$ref": "#/definitions/customer"
1111           }, 
1112           "type": "array"
1113         }
1114       }
1115     }, 
1116     "cvlan-tag-entry": {
1117       "properties": {
1118         "cvlan-tag": {
1119           "description": "See mis-na-virtualization-platform.yang", 
1120           "format": "int64", 
1121           "type": "integer"
1122         }, 
1123         "relationship-list": {
1124           "$ref": "#/definitions/relationship", 
1125           "type": "object"
1126         }, 
1127         "resource-version": {
1128           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1129           "type": "string"
1130         }
1131       }, 
1132       "required": [
1133         "cvlan-tag"
1134       ]
1135     }, 
1136     "cvlan-tags": {
1137       "properties": {
1138         "cvlan-tag-entry": {
1139           "items": {
1140             "$ref": "#/definitions/cvlan-tag-entry"
1141           }, 
1142           "type": "array"
1143         }
1144       }
1145     }, 
1146     "device": {
1147       "description": "Instance of a device\n###### Related Nodes\n- TO ext-aai-network( device BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO generic-vnf( device Uses generic-vnf, ONE2MANY)\nFor CCVPN Usecase\n- TO service-instance( device PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n", 
1148       "properties": {
1149         "class": {
1150           "description": "Store the class of this device.", 
1151           "type": "string"
1152         }, 
1153         "description": {
1154           "description": "Store the description of this device.", 
1155           "type": "string"
1156         }, 
1157         "device-id": {
1158           "description": "Uniquely identifies this device by id", 
1159           "type": "string"
1160         }, 
1161         "device-name": {
1162           "description": "Store the name of this device.", 
1163           "type": "string"
1164         }, 
1165         "esn": {
1166           "description": "Store the esn of this device.", 
1167           "type": "string"
1168         }, 
1169         "model-customization-id": {
1170           "description": "Store the model-customization-id for this object.", 
1171           "type": "string"
1172         }, 
1173         "model-invariant-id": {
1174           "also requires": "model-version-id", 
1175           "description": "the ASDC model id for this resource or service model.", 
1176           "type": "string"
1177         }, 
1178         "model-version-id": {
1179           "also requires": "model-invariant-id", 
1180           "description": "the ASDC model version for this resource or service model.", 
1181           "type": "string"
1182         }, 
1183         "operational-status": {
1184           "description": "Store the operational-status for this object.", 
1185           "type": "string"
1186         }, 
1187         "relationship-list": {
1188           "$ref": "#/definitions/relationship", 
1189           "type": "object"
1190         }, 
1191         "resource-version": {
1192           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1193           "type": "string"
1194         }, 
1195         "selflink": {
1196           "description": "Store the link to get more information for this object.", 
1197           "type": "string"
1198         }, 
1199         "system-ip": {
1200           "description": "Store the system-ip of this device.", 
1201           "type": "string"
1202         }, 
1203         "system-ipv4": {
1204           "description": "Store the system-ipv4 of this device.", 
1205           "type": "string"
1206         }, 
1207         "system-ipv6": {
1208           "description": "Store the system-ipv6 of this device.", 
1209           "type": "string"
1210         }, 
1211         "type": {
1212           "description": "Store the type of this device.", 
1213           "type": "string"
1214         }, 
1215         "vendor": {
1216           "description": "Store the vendor of this device.", 
1217           "type": "string"
1218         }, 
1219         "version": {
1220           "description": "Store the version of this device.", 
1221           "type": "string"
1222         }
1223       }, 
1224       "required": [
1225         "device-id"
1226       ]
1227     }, 
1228     "devices": {
1229       "description": "Collection of devices\n", 
1230       "properties": {
1231         "device": {
1232           "items": {
1233             "$ref": "#/definitions/device"
1234           }, 
1235           "type": "array"
1236         }
1237       }
1238     }, 
1239     "dhcp-service": {
1240       "description": "Instance of a dhcp-service\n###### Related Nodes\n- FROM lan-port-config (PARENT of dhcp-service, lan-port-config Uses dhcp-service, ONE2MANY)\nFor CCVPN Usecase(3)\n\n-(3) IF this FROM node is deleted, this DHCP-SERVICE is DELETED also\n", 
1241       "properties": {
1242         "dhcp-service-id": {
1243           "description": "Uniquely identifies this dhcp-service by id", 
1244           "type": "string"
1245         }, 
1246         "dhcp-service-type": {
1247           "description": "Store the dhcp-service-type of this dhcp-service.", 
1248           "type": "string"
1249         }, 
1250         "dns": {
1251           "description": "Store the dns of this dhcp-service.", 
1252           "type": "string"
1253         }, 
1254         "domain-name": {
1255           "description": "Store the domain-name of this dhcp-service.", 
1256           "type": "string"
1257         }, 
1258         "lease-time": {
1259           "description": "Store the lease-time of this dhcp-service.", 
1260           "type": "string"
1261         }, 
1262         "nbns": {
1263           "description": "Store the nbns of this dhcp-service.", 
1264           "type": "string"
1265         }, 
1266         "ntp-primary": {
1267           "description": "Store the ntp-primary of this dhcp-service.", 
1268           "type": "string"
1269         }, 
1270         "ntp-secondary": {
1271           "description": "Store the ntp-secondary of this dhcp-service.", 
1272           "type": "string"
1273         }, 
1274         "relationship-list": {
1275           "$ref": "#/definitions/relationship", 
1276           "type": "object"
1277         }, 
1278         "resource-version": {
1279           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1280           "type": "string"
1281         }, 
1282         "server-ipv4-address": {
1283           "description": "Store the server-ip4-address of this dhcp-service.", 
1284           "type": "string"
1285         }, 
1286         "server-ipv6-address": {
1287           "description": "Store the server-ipv6-address of this dhcp-service.", 
1288           "type": "string"
1289         }, 
1290         "service-enable": {
1291           "description": "Store the service-enable of this dhcp-service.", 
1292           "type": "string"
1293         }
1294       }, 
1295       "required": [
1296         "dhcp-service-id"
1297       ]
1298     }, 
1299     "dhcp-services": {
1300       "description": "Collection of dhcp-services\n", 
1301       "properties": {
1302         "dhcp-service": {
1303           "items": {
1304             "$ref": "#/definitions/dhcp-service"
1305           }, 
1306           "type": "array"
1307         }
1308       }
1309     }, 
1310     "dvs-switch": {
1311       "description": "Digital virtual switch metadata, used by SDN-C to configure VCEs.  A&AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&AI. \n###### Related Nodes\n- TO availability-zone( dvs-switch AppliesTo availability-zone, MANY2MANY)\n- TO cloud-region (PARENT of dvs-switch, dvs-switch BelongsTo cloud-region, MANY2ONE)\n", 
1312       "properties": {
1313         "relationship-list": {
1314           "$ref": "#/definitions/relationship", 
1315           "type": "object"
1316         }, 
1317         "resource-version": {
1318           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1319           "type": "string"
1320         }, 
1321         "switch-name": {
1322           "description": "DVS switch name", 
1323           "type": "string"
1324         }, 
1325         "vcenter-url": {
1326           "description": "URL used to reach the vcenter", 
1327           "type": "string"
1328         }
1329       }, 
1330       "required": [
1331         "switch-name", 
1332         "vcenter-url"
1333       ]
1334     }, 
1335     "dvs-switches": {
1336       "description": "Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.\n", 
1337       "properties": {
1338         "dvs-switch": {
1339           "items": {
1340             "$ref": "#/definitions/dvs-switch"
1341           }, 
1342           "type": "array"
1343         }
1344       }
1345     }, 
1346     "edge-prop-names": {
1347       "description": "Internal map to define the properties of an edge and interpret the map EdgeRules\n", 
1348       "properties": {
1349         "SVC-INFRA": {
1350           "type": "string"
1351         }, 
1352         "aai-uuid": {
1353           "type": "string"
1354         }, 
1355         "contains-other-v": {
1356           "type": "string"
1357         }, 
1358         "delete-other-v": {
1359           "type": "string"
1360         }, 
1361         "direction": {
1362           "type": "string"
1363         }, 
1364         "edgeLabel": {
1365           "type": "string"
1366         }, 
1367         "multiplicityRule": {
1368           "type": "string"
1369         }, 
1370         "prevent-delete": {
1371           "type": "string"
1372         }
1373       }
1374     }, 
1375     "edge-tag-query-request": {
1376       "properties": {
1377         "edge-tag": {
1378           "type": "string"
1379         }, 
1380         "include-node-filter": {
1381           "items": {
1382             "$ref": "#/definitions/include-node-filter"
1383           }, 
1384           "type": "array"
1385         }, 
1386         "result-detail": {
1387           "type": "string"
1388         }, 
1389         "secondary-filter": {
1390           "items": {
1391             "$ref": "#/definitions/secondary-filter"
1392           }, 
1393           "type": "array"
1394         }, 
1395         "start-node-filter": {
1396           "items": {
1397             "$ref": "#/definitions/start-node-filter"
1398           }, 
1399           "type": "array"
1400         }, 
1401         "start-node-type": {
1402           "type": "string"
1403         }
1404       }
1405     }, 
1406     "edge-tag-query-result": {
1407       "properties": {
1408         "tagged-inventory-item-list": {
1409           "items": {
1410             "$ref": "#/definitions/inventory-item"
1411           }, 
1412           "type": "array"
1413         }
1414       }
1415     }, 
1416     "element-choice-set": {
1417       "description": "This is how we would capture constraints defining allowed sets of elements.\n###### Related Nodes\n- TO constrained-element-set (PARENT of element-choice-set, element-choice-set BelongsTo constrained-element-set, MANY2ONE)(4)\n- FROM model-element (CHILD of element-choice-set, model-element BelongsTo element-choice-set, MANY2ONE)(1)\n\n-(1) IF this ELEMENT-CHOICE-SET node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this ELEMENT-CHOICE-SET is DELETED also\n", 
1418       "properties": {
1419         "cardinality": {
1420           "type": "string"
1421         }, 
1422         "element-choice-set-name": {
1423           "type": "string"
1424         }, 
1425         "element-choice-set-uuid": {
1426           "type": "string"
1427         }, 
1428         "model-elements": {
1429           "items": {
1430             "$ref": "#/definitions/model-element"
1431           }, 
1432           "type": "array"
1433         }, 
1434         "relationship-list": {
1435           "$ref": "#/definitions/relationship", 
1436           "type": "object"
1437         }, 
1438         "resource-version": {
1439           "type": "string"
1440         }
1441       }, 
1442       "required": [
1443         "element-choice-set-uuid", 
1444         "element-choice-set-name"
1445       ]
1446     }, 
1447     "element-choice-sets": {
1448       "properties": {
1449         "element-choice-set": {
1450           "items": {
1451             "$ref": "#/definitions/element-choice-set"
1452           }, 
1453           "type": "array"
1454         }
1455       }
1456     }, 
1457     "entitlement": {
1458       "description": "Metadata for entitlement group.\n###### Related Nodes\n- TO generic-vnf (PARENT of entitlement, entitlement BelongsTo generic-vnf, MANY2ONE)(4)\n- TO vce (PARENT of entitlement, entitlement BelongsTo vce, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this ENTITLEMENT is DELETED also\n", 
1459       "properties": {
1460         "group-uuid": {
1461           "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
1462           "type": "string"
1463         }, 
1464         "relationship-list": {
1465           "$ref": "#/definitions/relationship", 
1466           "type": "object"
1467         }, 
1468         "resource-uuid": {
1469           "description": "Unique ID of an entitlement resource.", 
1470           "type": "string"
1471         }, 
1472         "resource-version": {
1473           "description": "Concurrency value", 
1474           "type": "string"
1475         }
1476       }, 
1477       "required": [
1478         "group-uuid", 
1479         "resource-uuid"
1480       ]
1481     }, 
1482     "entitlements": {
1483       "description": "Entitlements, keyed by group-uuid and resource-uuid, related to license management\n", 
1484       "properties": {
1485         "entitlement": {
1486           "items": {
1487             "$ref": "#/definitions/entitlement"
1488           }, 
1489           "type": "array"
1490         }
1491       }
1492     }, 
1493     "esr-ems": {
1494       "description": "Persist EMS address information used by EMS driver.\n###### Related Nodes\n- FROM esr-system-info (CHILD of esr-ems, esr-system-info BelongsTo esr-ems, MANY2ONE)(1)\n\n-(1) IF this ESR-EMS node is deleted, this FROM node is DELETED also\n", 
1495       "properties": {
1496         "ems-id": {
1497           "description": "Unique ID of EMS.", 
1498           "type": "string"
1499         }, 
1500         "esr-system-info-list": {
1501           "items": {
1502             "$ref": "#/definitions/esr-system-info"
1503           }, 
1504           "type": "array"
1505         }, 
1506         "relationship-list": {
1507           "$ref": "#/definitions/relationship", 
1508           "type": "object"
1509         }, 
1510         "resource-version": {
1511           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1512           "type": "string"
1513         }
1514       }, 
1515       "required": [
1516         "ems-id"
1517       ]
1518     }, 
1519     "esr-ems-list": {
1520       "properties": {
1521         "esr-ems": {
1522           "items": {
1523             "$ref": "#/definitions/esr-ems"
1524           }, 
1525           "type": "array"
1526         }
1527       }
1528     }, 
1529     "esr-system-info": {
1530       "description": "Persist common address information of external systems.\n###### Related Nodes\n- TO cloud-region (PARENT of esr-system-info, esr-system-info BelongsTo cloud-region, MANY2ONE)(4)\n- TO esr-ems (PARENT of esr-system-info, esr-system-info BelongsTo esr-ems, MANY2ONE)(4)\n- TO esr-thirdparty-sdnc (PARENT of esr-system-info, esr-system-info BelongsTo esr-thirdparty-sdnc, ONE2ONE)(4)\n- TO esr-vnfm (PARENT of esr-system-info, esr-system-info BelongsTo esr-vnfm, ONE2ONE)(4)\n- FROM ext-aai-network (PARENT of esr-system-info, ext-aai-network Uses esr-system-info, ONE2MANY)\nFor CCVPN Usecase(3)\n\n-(3) IF this FROM node is deleted, this ESR-SYSTEM-INFO is DELETED also\n-(4) IF this TO node is deleted, this ESR-SYSTEM-INFO is DELETED also\n", 
1531       "properties": {
1532         "cloud-domain": {
1533           "description": "domain info for authentication.", 
1534           "type": "string"
1535         }, 
1536         "default-tenant": {
1537           "description": "default tenant of VIM.", 
1538           "type": "string"
1539         }, 
1540         "esr-system-info-id": {
1541           "description": "Unique ID of esr system info.", 
1542           "type": "string"
1543         }, 
1544         "ip-address": {
1545           "description": "service IP of ftp server.", 
1546           "type": "string"
1547         }, 
1548         "openstack-region-id": {
1549           "description": "OpenStack region ID used by MultiCloud plugin to interact with an OpenStack instance.", 
1550           "type": "string"
1551         }, 
1552         "passive": {
1553           "description": "ftp passive mode or not.", 
1554           "type": "boolean"
1555         }, 
1556         "password": {
1557           "description": "password used to access external systems.", 
1558           "type": "string"
1559         }, 
1560         "port": {
1561           "description": "service port of ftp server.", 
1562           "type": "string"
1563         }, 
1564         "protocol": {
1565           "description": "protocol of third party SDNC, for example netconf/snmp.", 
1566           "type": "string"
1567         }, 
1568         "relationship-list": {
1569           "$ref": "#/definitions/relationship", 
1570           "type": "object"
1571         }, 
1572         "remote-path": {
1573           "description": "resource or performance data file path.", 
1574           "type": "string"
1575         }, 
1576         "resource-version": {
1577           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1578           "type": "string"
1579         }, 
1580         "service-url": {
1581           "description": "url used to access external systems.", 
1582           "type": "string"
1583         }, 
1584         "ssl-cacert": {
1585           "description": "ca file content if enabled ssl on auth-url.", 
1586           "type": "string"
1587         }, 
1588         "ssl-insecure": {
1589           "description": "Whether to verify VIM's certificate.", 
1590           "type": "boolean"
1591         }, 
1592         "system-name": {
1593           "description": "name of external system.", 
1594           "type": "string"
1595         }, 
1596         "system-status": {
1597           "description": "the status of external system.", 
1598           "type": "string"
1599         }, 
1600         "system-type": {
1601           "description": "it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.", 
1602           "type": "string"
1603         }, 
1604         "type": {
1605           "description": "type of external systems.", 
1606           "type": "string"
1607         }, 
1608         "user-name": {
1609           "description": "username used to access external systems.", 
1610           "type": "string"
1611         }, 
1612         "vendor": {
1613           "description": "vendor of external systems.", 
1614           "type": "string"
1615         }, 
1616         "version": {
1617           "description": "version of external systems.", 
1618           "type": "string"
1619         }
1620       }, 
1621       "required": [
1622         "esr-system-info-id", 
1623         "user-name", 
1624         "password", 
1625         "system-type"
1626       ]
1627     }, 
1628     "esr-system-info-list": {
1629       "description": "Collection of persistent block-level external system auth info.\n", 
1630       "properties": {
1631         "esr-system-info": {
1632           "items": {
1633             "$ref": "#/definitions/esr-system-info"
1634           }, 
1635           "type": "array"
1636         }
1637       }
1638     }, 
1639     "esr-thirdparty-sdnc": {
1640       "description": "Persist SDNC address information used by ONAP SDNC.\n###### Related Nodes\n- TO pnf( esr-thirdparty-sdnc AppliesTo pnf, ONE2MANY)\n- FROM esr-system-info (CHILD of esr-thirdparty-sdnc, esr-system-info BelongsTo esr-thirdparty-sdnc, ONE2ONE)(1)\n\n-(1) IF this ESR-THIRDPARTY-SDNC node is deleted, this FROM node is DELETED also\n", 
1641       "properties": {
1642         "esr-system-info-list": {
1643           "items": {
1644             "$ref": "#/definitions/esr-system-info"
1645           }, 
1646           "type": "array"
1647         }, 
1648         "location": {
1649           "description": "used for DC type to indicate the location of SDNC, such as Core or Edge.", 
1650           "type": "string"
1651         }, 
1652         "product-name": {
1653           "description": "password used to access SDNC server.", 
1654           "type": "string"
1655         }, 
1656         "relationship-list": {
1657           "$ref": "#/definitions/relationship", 
1658           "type": "object"
1659         }, 
1660         "resource-version": {
1661           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1662           "type": "string"
1663         }, 
1664         "thirdparty-sdnc-id": {
1665           "description": "Unique ID of SDNC.", 
1666           "type": "string"
1667         }
1668       }, 
1669       "required": [
1670         "thirdparty-sdnc-id"
1671       ]
1672     }, 
1673     "esr-thirdparty-sdnc-list": {
1674       "properties": {
1675         "esr-thirdparty-sdnc": {
1676           "items": {
1677             "$ref": "#/definitions/esr-thirdparty-sdnc"
1678           }, 
1679           "type": "array"
1680         }
1681       }
1682     }, 
1683     "esr-vnfm": {
1684       "description": "Persist VNFM address information used by VF-C.\n###### Related Nodes\n- FROM esr-system-info (CHILD of esr-vnfm, esr-system-info BelongsTo esr-vnfm, ONE2ONE)(1)\n\n-(1) IF this ESR-VNFM node is deleted, this FROM node is DELETED also\n", 
1685       "properties": {
1686         "certificate-url": {
1687           "description": "certificate url of VNFM.", 
1688           "type": "string"
1689         }, 
1690         "esr-system-info-list": {
1691           "items": {
1692             "$ref": "#/definitions/esr-system-info"
1693           }, 
1694           "type": "array"
1695         }, 
1696         "relationship-list": {
1697           "$ref": "#/definitions/relationship", 
1698           "type": "object"
1699         }, 
1700         "resource-version": {
1701           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1702           "type": "string"
1703         }, 
1704         "vim-id": {
1705           "description": "indecate the VIM to deploy VNF.", 
1706           "type": "string"
1707         }, 
1708         "vnfm-id": {
1709           "description": "Unique ID of VNFM.", 
1710           "type": "string"
1711         }
1712       }, 
1713       "required": [
1714         "vnfm-id"
1715       ]
1716     }, 
1717     "esr-vnfm-list": {
1718       "properties": {
1719         "esr-vnfm": {
1720           "items": {
1721             "$ref": "#/definitions/esr-vnfm"
1722           }, 
1723           "type": "array"
1724         }
1725       }
1726     }, 
1727     "evc": {
1728       "description": "evc object is an optional child object of the Configuration object.\n###### Related Nodes\n- TO configuration (PARENT of evc, evc BelongsTo configuration, ONE2ONE)(4)\n\n-(4) IF this TO node is deleted, this EVC is DELETED also\n", 
1729       "properties": {
1730         "cir-units": {
1731           "description": "CIR units", 
1732           "type": "string"
1733         }, 
1734         "cir-value": {
1735           "description": "Commited Information Rate", 
1736           "type": "string"
1737         }, 
1738         "collector-pop-clli": {
1739           "description": "Collector POP CLLI (from the hostname of the access pnf)", 
1740           "type": "string"
1741         }, 
1742         "connection-diversity-group-id": {
1743           "description": "Diversity Group ID", 
1744           "type": "string"
1745         }, 
1746         "esp-evc-cir-units": {
1747           "description": "CIR units (For ESP)", 
1748           "type": "string"
1749         }, 
1750         "esp-evc-cir-value": {
1751           "description": "Committed Information Rate (For ESP)", 
1752           "type": "string"
1753         }, 
1754         "esp-evc-circuit-id": {
1755           "description": "EVC Circuit ID of ESP EVC", 
1756           "type": "string"
1757         }, 
1758         "esp-itu-code": {
1759           "description": "Identifies ESP", 
1760           "type": "string"
1761         }, 
1762         "evc-id": {
1763           "description": "Unique/key field for the evc object", 
1764           "type": "string"
1765         }, 
1766         "forwarding-path-topology": {
1767           "description": "Point-to-Point, Multi-Point", 
1768           "type": "string"
1769         }, 
1770         "inter-connect-type-ingress": {
1771           "description": "Interconnect type on ingress side of EVC.", 
1772           "type": "string"
1773         }, 
1774         "relationship-list": {
1775           "$ref": "#/definitions/relationship", 
1776           "type": "object"
1777         }, 
1778         "resource-version": {
1779           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
1780           "type": "string"
1781         }, 
1782         "service-hours": {
1783           "description": "formerly Performance Group", 
1784           "type": "string"
1785         }, 
1786         "tagmode-access-egress": {
1787           "description": "tagMode for network side of EVC", 
1788           "type": "string"
1789         }, 
1790         "tagmode-access-ingress": {
1791           "description": "tagode for collector side of EVC", 
1792           "type": "string"
1793         }
1794       }, 
1795       "required": [
1796         "evc-id"
1797       ]
1798     }, 
1799     "evcs": {
1800       "properties": {
1801         "evc": {
1802           "items": {
1803             "$ref": "#/definitions/evc"
1804           }, 
1805           "type": "array"
1806         }
1807       }
1808     }, 
1809     "ext-aai-network": {
1810       "description": "Refer to an external AAI in another ONAP.\n###### Related Nodes\n- TO esr-system-info (PARENT of ext-aai-network, ext-aai-network Uses esr-system-info, ONE2MANY)\nFor CCVPN Usecase(2)\n- FROM connectivity( connectivity BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM device( device BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM lan-port-config( lan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM logical-link( logical-link BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM network-resource( network-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM pnf( pnf BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM sdwan-vpn( sdwan-vpn BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM site-resource( site-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM vpn-binding( vpn-binding BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM wan-port-config( wan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n\n-(2) IF this EXT-AAI-NETWORK node is deleted, this TO node is DELETED also\n-EXT-AAI-NETWORK cannot be deleted if related to CONNECTIVITY,DEVICE,LAN-PORT-CONFIG,LOGICAL-LINK,NETWORK-RESOURCE,PNF,SDWAN-VPN,SITE-RESOURCE,VPN-BINDING,WAN-PORT-CONFIG\n", 
1811       "properties": {
1812         "aai-id": {
1813           "description": "Unique ID of the referenced AAI.", 
1814           "type": "string"
1815         }, 
1816         "esr-system-info": {
1817           "$ref": "#/definitions/esr-system-info", 
1818           "type": "object"
1819         }, 
1820         "relationship-list": {
1821           "$ref": "#/definitions/relationship", 
1822           "type": "object"
1823         }, 
1824         "resource-version": {
1825           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1826           "type": "string"
1827         }, 
1828         "schema-version": {
1829           "description": "Schema version of the referenced AAI.", 
1830           "type": "string"
1831         }
1832       }, 
1833       "required": [
1834         "aai-id"
1835       ]
1836     }, 
1837     "ext-aai-networks": {
1838       "properties": {
1839         "ext-aai-network": {
1840           "items": {
1841             "$ref": "#/definitions/ext-aai-network"
1842           }, 
1843           "type": "array"
1844         }
1845       }
1846     }, 
1847     "external-system": {
1848       "description": "Namespace for external system.\n", 
1849       "properties": {
1850         "esr-ems-list": {
1851           "items": {
1852             "$ref": "#/definitions/esr-ems"
1853           }, 
1854           "type": "array"
1855         }, 
1856         "esr-thirdparty-sdnc-list": {
1857           "items": {
1858             "$ref": "#/definitions/esr-thirdparty-sdnc"
1859           }, 
1860           "type": "array"
1861         }, 
1862         "esr-vnfm-list": {
1863           "items": {
1864             "$ref": "#/definitions/esr-vnfm"
1865           }, 
1866           "type": "array"
1867         }
1868       }
1869     }, 
1870     "extra-properties": {
1871       "description": "Extra properties for inventory item for response list\n", 
1872       "properties": {
1873         "extra-property": {
1874           "items": {
1875             "$ref": "#/definitions/extra-property"
1876           }, 
1877           "type": "array"
1878         }
1879       }
1880     }, 
1881     "extra-property": {
1882       "properties": {
1883         "property-name": {
1884           "type": "string"
1885         }, 
1886         "property-value": {
1887           "type": "string"
1888         }
1889       }
1890     }, 
1891     "flavor": {
1892       "description": "Openstack flavor.\n###### Related Nodes\n- TO cloud-region (PARENT of flavor, flavor BelongsTo cloud-region, MANY2ONE)\n- TO pserver( flavor CanBeInstantiatedIn pserver, MANY2MANY)\nHPA Capacity getting the compute nodes from given flavor\n- FROM hpa-capability (CHILD of flavor, hpa-capability BelongsTo flavor, MANY2ONE)\n- FROM vserver( vserver Uses flavor, MANY2ONE)\n\n-FLAVOR cannot be deleted if related to HPA-CAPABILITY,VSERVER\n", 
1893       "properties": {
1894         "flavor-disabled": {
1895           "description": "Boolean as to whether this flavor is no longer enabled", 
1896           "type": "boolean"
1897         }, 
1898         "flavor-disk": {
1899           "description": "Disk space", 
1900           "format": "int32", 
1901           "type": "integer"
1902         }, 
1903         "flavor-ephemeral": {
1904           "description": "Amount of ephemeral disk space", 
1905           "format": "int32", 
1906           "type": "integer"
1907         }, 
1908         "flavor-id": {
1909           "description": "Flavor id, expected to be unique across cloud-region.", 
1910           "type": "string"
1911         }, 
1912         "flavor-is-public": {
1913           "description": "whether flavor is available to all users or private to the tenant it was created in.", 
1914           "type": "boolean"
1915         }, 
1916         "flavor-name": {
1917           "description": "Cloud Region Flavor name", 
1918           "type": "string"
1919         }, 
1920         "flavor-ram": {
1921           "description": "Amount of memory", 
1922           "format": "int32", 
1923           "type": "integer"
1924         }, 
1925         "flavor-selflink": {
1926           "description": "URL to endpoint where AAI can get more details", 
1927           "type": "string"
1928         }, 
1929         "flavor-swap": {
1930           "description": "amount of swap space allocation", 
1931           "type": "string"
1932         }, 
1933         "flavor-vcpus": {
1934           "description": "Number of CPUs", 
1935           "format": "int32", 
1936           "type": "integer"
1937         }, 
1938         "hpa-capabilities": {
1939           "description": "List of flavor specific HPA Capabilities", 
1940           "items": {
1941             "$ref": "#/definitions/hpa-capability"
1942           }, 
1943           "type": "array"
1944         }, 
1945         "relationship-list": {
1946           "$ref": "#/definitions/relationship", 
1947           "type": "object"
1948         }, 
1949         "resource-version": {
1950           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1951           "type": "string"
1952         }
1953       }, 
1954       "required": [
1955         "flavor-id", 
1956         "flavor-name", 
1957         "flavor-selflink"
1958       ]
1959     }, 
1960     "flavors": {
1961       "description": "Collection of openstack flavors.\n", 
1962       "properties": {
1963         "flavor": {
1964           "items": {
1965             "$ref": "#/definitions/flavor"
1966           }, 
1967           "type": "array"
1968         }
1969       }
1970     }, 
1971     "forwarder": {
1972       "description": "Entity describing a sequenced segment of forwarding path\n###### Related Nodes\n- TO configuration( forwarder Uses configuration, ONE2ONE)(2)\n- TO forwarding-path (PARENT of forwarder, forwarder BelongsTo forwarding-path, MANY2ONE)(4)\n- TO generic-vnf( forwarder AppliesTo generic-vnf, MANY2MANY)\nPoints to the generic-vnf(s) involved in this forwarding step.\n- TO l-interface( forwarder ForwardsTo l-interface, MANY2MANY)\n- TO lag-interface( forwarder ForwardsTo lag-interface, MANY2MANY)\n- TO p-interface( forwarder ForwardsTo p-interface, MANY2MANY)\n\n-(2) IF this FORWARDER node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDER is DELETED also\n", 
1973       "properties": {
1974         "forwarder-role": {
1975           "description": "ingress, intermediate, egress", 
1976           "type": "string"
1977         }, 
1978         "relationship-list": {
1979           "$ref": "#/definitions/relationship", 
1980           "type": "object"
1981         }, 
1982         "resource-version": {
1983           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
1984           "type": "string"
1985         }, 
1986         "sequence": {
1987           "description": "Unique ID of this segmentation", 
1988           "format": "int32", 
1989           "type": "integer"
1990         }
1991       }, 
1992       "required": [
1993         "sequence"
1994       ]
1995     }, 
1996     "forwarder-evc": {
1997       "description": "forwarder object is an optional child object of the Configuration object.\n###### Related Nodes\n- TO configuration (PARENT of forwarder-evc, forwarder-evc BelongsTo configuration, ONE2ONE)(4)\n- FROM vlan-mapping (CHILD of forwarder-evc, vlan-mapping BelongsTo forwarder-evc, MANY2ONE)(1)\n\n-(1) IF this FORWARDER-EVC node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDER-EVC is DELETED also\n", 
1998       "properties": {
1999         "circuit-id": {
2000           "description": "Circuit ID from customer/ESP/ingress end of EVC, or reference to beater circuit on gateway/network/egress end of EVC", 
2001           "type": "string"
2002         }, 
2003         "cvlan": {
2004           "description": "CVLAN value for ingress of egress forwarder.", 
2005           "type": "string"
2006         }, 
2007         "forwarder-evc-id": {
2008           "description": "Key for forwarder-evc object", 
2009           "type": "string"
2010         }, 
2011         "ivlan": {
2012           "description": "Internal VLAN.", 
2013           "type": "string"
2014         }, 
2015         "relationship-list": {
2016           "$ref": "#/definitions/relationship", 
2017           "type": "object"
2018         }, 
2019         "resource-version": {
2020           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
2021           "type": "string"
2022         }, 
2023         "svlan": {
2024           "description": "SVLAN value for ingress of egress forwarder.", 
2025           "type": "string"
2026         }, 
2027         "vlan-mappings": {
2028           "items": {
2029             "$ref": "#/definitions/vlan-mapping"
2030           }, 
2031           "type": "array"
2032         }
2033       }, 
2034       "required": [
2035         "forwarder-evc-id"
2036       ]
2037     }, 
2038     "forwarder-evcs": {
2039       "properties": {
2040         "forwarder-evc": {
2041           "items": {
2042             "$ref": "#/definitions/forwarder-evc"
2043           }, 
2044           "type": "array"
2045         }
2046       }
2047     }, 
2048     "forwarders": {
2049       "properties": {
2050         "forwarder": {
2051           "items": {
2052             "$ref": "#/definitions/forwarder"
2053           }, 
2054           "type": "array"
2055         }
2056       }
2057     }, 
2058     "forwarding-path": {
2059       "description": "Entity that describes the sequenced forwarding path between interfaces of services or resources\n###### Related Nodes\n- TO configuration( forwarding-path Uses configuration, ONE2ONE)(2)\n- TO service-instance( forwarding-path AppliesTo service-instance, MANY2ONE)(4)\n- FROM forwarder (CHILD of forwarding-path, forwarder BelongsTo forwarding-path, MANY2ONE)(1)\n\n-(1) IF this FORWARDING-PATH node is deleted, this FROM node is DELETED also\n-(2) IF this FORWARDING-PATH node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDING-PATH is DELETED also\n", 
2060       "properties": {
2061         "forwarders": {
2062           "items": {
2063             "$ref": "#/definitions/forwarder"
2064           }, 
2065           "type": "array"
2066         }, 
2067         "forwarding-path-id": {
2068           "description": "Unique ID of this FP", 
2069           "type": "string"
2070         }, 
2071         "forwarding-path-name": {
2072           "description": "Name of the FP", 
2073           "type": "string"
2074         }, 
2075         "relationship-list": {
2076           "$ref": "#/definitions/relationship", 
2077           "type": "object"
2078         }, 
2079         "resource-version": {
2080           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
2081           "type": "string"
2082         }, 
2083         "selflink": {
2084           "description": "the self link for this FP", 
2085           "type": "string"
2086         }
2087       }, 
2088       "required": [
2089         "forwarding-path-id", 
2090         "forwarding-path-name"
2091       ]
2092     }, 
2093     "forwarding-paths": {
2094       "properties": {
2095         "forwarding-path": {
2096           "items": {
2097             "$ref": "#/definitions/forwarding-path"
2098           }, 
2099           "type": "array"
2100         }
2101       }
2102     }, 
2103     "generic-vnf": {
2104       "description": "General purpose VNF\n###### Related Nodes\n- TO availability-zone( generic-vnf Uses availability-zone, MANY2MANY)\n- TO cloud-region( generic-vnf LocatedIn cloud-region, MANY2ONE)\n- TO complex( generic-vnf LocatedIn complex, MANY2MANY)\n- TO configuration( generic-vnf Uses configuration, ONE2MANY)(2)\n- TO ctag-pool( generic-vnf Uses ctag-pool, MANY2MANY)\n- TO instance-group( generic-vnf MemberOf instance-group, MANY2MANY)\n- TO instance-group( generic-vnf Uses instance-group, ONE2MANY)\n- TO ipsec-configuration( generic-vnf Uses ipsec-configuration, MANY2ONE)\n- TO l3-network( generic-vnf Uses l3-network, MANY2MANY)\n- TO nos-server( generic-vnf HostedOn nos-server, MANY2ONE)\n- TO pnf( generic-vnf HostedOn pnf, MANY2MANY)\n- TO pserver( generic-vnf HostedOn pserver, MANY2MANY)\n- TO tenant( generic-vnf BelongsTo tenant, MANY2ONE)\n- TO virtual-data-center( generic-vnf LocatedIn virtual-data-center, MANY2MANY)\n- TO vnf-image( generic-vnf Uses vnf-image, MANY2ONE)\n- TO volume-group( generic-vnf DependsOn volume-group, ONE2MANY)\n- TO vserver( generic-vnf HostedOn vserver, ONE2MANY)\n- FROM allotted-resource( allotted-resource PartOf generic-vnf, MANY2MANY)\n- FROM device( device Uses generic-vnf, ONE2MANY)\nFor CCVPN Usecase\n- FROM entitlement (CHILD of generic-vnf, entitlement BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM forwarder( forwarder AppliesTo generic-vnf, MANY2MANY)\nPoints to the generic-vnf(s) involved in this forwarding step.\n- FROM instance-group( instance-group BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM l-interface (CHILD of generic-vnf, l-interface BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM lag-interface (CHILD of generic-vnf, lag-interface BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM license (CHILD of generic-vnf, license BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM line-of-business( line-of-business Uses generic-vnf, MANY2MANY)\n- FROM logical-link( logical-link BridgedTo generic-vnf, MANY2MANY)\n- FROM network-profile( network-profile AppliesTo generic-vnf, MANY2MANY)\n- FROM platform( platform Uses generic-vnf, MANY2MANY)\n- FROM service-instance( service-instance ComposedOf generic-vnf, ONE2MANY)\n- FROM site-pair-set( site-pair-set AppliesTo generic-vnf, MANY2MANY)\n- FROM vf-module (CHILD of generic-vnf, vf-module BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM vnfc( vnfc BelongsTo generic-vnf, MANY2ONE)(1)\n\n-(1) IF this GENERIC-VNF node is deleted, this FROM node is DELETED also\n-(2) IF this GENERIC-VNF node is deleted, this TO node is DELETED also\n", 
2105       "properties": {
2106         "as-number": {
2107           "description": "as-number of the VNF", 
2108           "type": "string"
2109         }, 
2110         "encrypted-access-flag": {
2111           "description": "indicates whether generic-vnf access uses SSH", 
2112           "type": "boolean"
2113         }, 
2114         "entitlement-assignment-group-uuid": {
2115           "description": "UUID of the Entitlement group used for licensing VNFs, OBSOLETE -  See child relationships.", 
2116           "type": "string"
2117         }, 
2118         "entitlement-resource-uuid": {
2119           "description": "UUID of the specific entitlement resource.  OBSOLETE -  See child relationships.", 
2120           "type": "string"
2121         }, 
2122         "entitlements": {
2123           "items": {
2124             "$ref": "#/definitions/entitlement"
2125           }, 
2126           "type": "array"
2127         }, 
2128         "equipment-role": {
2129           "description": "Client should send valid enumerated value", 
2130           "type": "string"
2131         }, 
2132         "heat-stack-id": {
2133           "description": "Heat stack id corresponding to this instance, managed by MSO", 
2134           "type": "string"
2135         }, 
2136         "in-maint": {
2137           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.", 
2138           "type": "boolean"
2139         }, 
2140         "ipv4-loopback0-address": {
2141           "description": "v4 Loopback0 address", 
2142           "type": "string"
2143         }, 
2144         "ipv4-oam-address": {
2145           "description": "Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.", 
2146           "type": "string"
2147         }, 
2148         "ipv4-oam-gateway-address": {
2149           "description": "Gateway address", 
2150           "type": "string"
2151         }, 
2152         "ipv4-oam-gateway-address-prefix-length": {
2153           "description": "Prefix length for oam-address", 
2154           "format": "int32", 
2155           "type": "integer"
2156         }, 
2157         "is-closed-loop-disabled": {
2158           "description": "used to indicate whether closed loop function is enabled on this node", 
2159           "type": "boolean"
2160         }, 
2161         "job-id": {
2162           "description": "job id corresponding to vnf", 
2163           "type": "string"
2164         }, 
2165         "l-interfaces": {
2166           "items": {
2167             "$ref": "#/definitions/l-interface"
2168           }, 
2169           "type": "array"
2170         }, 
2171         "lag-interfaces": {
2172           "items": {
2173             "$ref": "#/definitions/lag-interface"
2174           }, 
2175           "type": "array"
2176         }, 
2177         "license-assignment-group-uuid": {
2178           "description": "UUID of the license assignment group.  OBSOLETE -  See child relationships.", 
2179           "type": "string"
2180         }, 
2181         "license-key": {
2182           "description": "OBSOLETE -  do not use", 
2183           "type": "string"
2184         }, 
2185         "license-key-uuid": {
2186           "description": "UUID of the actual license resource.  OBSOLETE -  See child relationships.", 
2187           "type": "string"
2188         }, 
2189         "licenses": {
2190           "items": {
2191             "$ref": "#/definitions/license"
2192           }, 
2193           "type": "array"
2194         }, 
2195         "management-option": {
2196           "description": "identifier of managed by ATT or customer", 
2197           "type": "string"
2198         }, 
2199         "management-v6-address": {
2200           "description": "v6 management address", 
2201           "type": "string"
2202         }, 
2203         "model-customization-id": {
2204           "description": "captures the id of all the configuration used to customize the resource for the service.", 
2205           "type": "string"
2206         }, 
2207         "model-invariant-id": {
2208           "also requires": "model-version-id", 
2209           "description": "the ASDC model id for this resource or service model.", 
2210           "type": "string"
2211         }, 
2212         "model-version-id": {
2213           "also requires": "model-invariant-id", 
2214           "description": "the ASDC model version for this resource or service model.", 
2215           "type": "string"
2216         }, 
2217         "mso-catalog-key": {
2218           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
2219           "type": "string"
2220         }, 
2221         "nf-function": {
2222           "description": "English description of Network function that the specific VNF deployment is providing", 
2223           "type": "string"
2224         }, 
2225         "nf-naming-code": {
2226           "description": "string assigned to this model used for naming purposes", 
2227           "type": "string"
2228         }, 
2229         "nf-role": {
2230           "description": "role in the network that this model will be providing", 
2231           "type": "string"
2232         }, 
2233         "nf-type": {
2234           "description": "Generic description of the type of NF", 
2235           "type": "string"
2236         }, 
2237         "nm-lan-v6-address": {
2238           "description": "v6 Loopback address", 
2239           "type": "string"
2240         }, 
2241         "nm-profile-name": {
2242           "description": "Network Management profile of this VNF", 
2243           "type": "string"
2244         }, 
2245         "nnet": {
2246           "description": "number of network in vnf.", 
2247           "format": "int64", 
2248           "type": "integer"
2249         }, 
2250         "nshd": {
2251           "description": "number of associated SHD in vnf.", 
2252           "format": "int64", 
2253           "type": "integer"
2254         }, 
2255         "nvm": {
2256           "description": "number of vms in vnf.", 
2257           "format": "int64", 
2258           "type": "integer"
2259         }, 
2260         "operational-status": {
2261           "description": "Indicator for whether the resource is considered operational.  Valid values are in-service-path and out-of-service-path.", 
2262           "type": "string"
2263         }, 
2264         "orchestration-status": {
2265           "description": "Orchestration status of this VNF, used by MSO.", 
2266           "type": "string"
2267         }, 
2268         "persona-model-version": {
2269           "description": "the ASDC model version for this resource or service model.", 
2270           "type": "string"
2271         }, 
2272         "prov-status": {
2273           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
2274           "type": "string"
2275         }, 
2276         "regional-resource-subzone": {
2277           "description": "represents sub zone of the rr plane", 
2278           "type": "string"
2279         }, 
2280         "regional-resource-zone": {
2281           "description": "Regional way of organizing pservers, source of truth should define values", 
2282           "type": "string"
2283         }, 
2284         "relationship-list": {
2285           "$ref": "#/definitions/relationship", 
2286           "type": "object"
2287         }, 
2288         "resource-version": {
2289           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2290           "type": "string"
2291         }, 
2292         "selflink": {
2293           "description": "Path to the controller object.", 
2294           "type": "string"
2295         }, 
2296         "service-id": {
2297           "description": "Unique identifier of service, does not necessarily map to ASDC service models.  SOON TO BE DEPRECATED", 
2298           "type": "string"
2299         }, 
2300         "summary-status": {
2301           "description": "details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.", 
2302           "type": "string"
2303         }, 
2304         "vcpu": {
2305           "description": "number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2306           "format": "int64", 
2307           "type": "integer"
2308         }, 
2309         "vcpu-units": {
2310           "description": "units associated with vcpu, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2311           "type": "string"
2312         }, 
2313         "vdisk": {
2314           "description": "number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only uCPE", 
2315           "format": "int64", 
2316           "type": "integer"
2317         }, 
2318         "vdisk-units": {
2319           "description": "units associated with vdisk, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2320           "type": "string"
2321         }, 
2322         "vf-modules": {
2323           "items": {
2324             "$ref": "#/definitions/vf-module"
2325           }, 
2326           "type": "array"
2327         }, 
2328         "vlan-id-outer": {
2329           "description": "Temporary location for S-TAG to get to VCE", 
2330           "format": "int64", 
2331           "type": "integer"
2332         }, 
2333         "vmemory": {
2334           "description": "number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2335           "format": "int64", 
2336           "type": "integer"
2337         }, 
2338         "vmemory-units": {
2339           "description": "units associated with vmemory, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2340           "type": "string"
2341         }, 
2342         "vnf-discriptor-name": {
2343           "description": "vnf discriptor name", 
2344           "type": "string"
2345         }, 
2346         "vnf-id": {
2347           "description": "Unique id of VNF.  This is unique across the graph.", 
2348           "type": "string"
2349         }, 
2350         "vnf-instance-id": {
2351           "description": "vnf instance id.", 
2352           "type": "string"
2353         }, 
2354         "vnf-name": {
2355           "description": "Name of VNF.", 
2356           "type": "string"
2357         }, 
2358         "vnf-name2": {
2359           "description": "Alternate name of VNF.", 
2360           "type": "string"
2361         }, 
2362         "vnf-package-name": {
2363           "type": "string"
2364         }, 
2365         "vnf-type": {
2366           "description": "String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.", 
2367           "type": "string"
2368         }, 
2369         "widget-model-id": {
2370           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
2371           "type": "string"
2372         }, 
2373         "widget-model-version": {
2374           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
2375           "type": "string"
2376         }
2377       }, 
2378       "required": [
2379         "vnf-id", 
2380         "vnf-type", 
2381         "in-maint", 
2382         "is-closed-loop-disabled"
2383       ]
2384     }, 
2385     "generic-vnfs": {
2386       "description": "Collection of VNFs\n", 
2387       "properties": {
2388         "generic-vnf": {
2389           "items": {
2390             "$ref": "#/definitions/generic-vnf"
2391           }, 
2392           "type": "array"
2393         }
2394       }
2395     }, 
2396     "group-assignment": {
2397       "description": "Openstack group-assignment used to store exclusivity groups (EG).\n###### Related Nodes\n- TO cloud-region (PARENT of group-assignment, group-assignment BelongsTo cloud-region, MANY2ONE)\n- FROM pserver( pserver MemberOf group-assignment, MANY2ONE)\n- FROM tenant( tenant MemberOf group-assignment, MANY2MANY)\n", 
2398       "properties": {
2399         "group-description": {
2400           "description": "Group description - description of the group", 
2401           "type": "string"
2402         }, 
2403         "group-id": {
2404           "description": "Group id, expected to be unique across cloud-region.", 
2405           "type": "string"
2406         }, 
2407         "group-name": {
2408           "description": "Group name - name assigned to the group", 
2409           "type": "string"
2410         }, 
2411         "group-type": {
2412           "description": "Group type - the type of group this instance refers to", 
2413           "type": "string"
2414         }, 
2415         "relationship-list": {
2416           "$ref": "#/definitions/relationship", 
2417           "type": "object"
2418         }, 
2419         "resource-version": {
2420           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2421           "type": "string"
2422         }
2423       }, 
2424       "required": [
2425         "group-id", 
2426         "group-type", 
2427         "group-name"
2428       ]
2429     }, 
2430     "group-assignments": {
2431       "description": "Collection of openstack group assignments\n", 
2432       "properties": {
2433         "group-assignment": {
2434           "items": {
2435             "$ref": "#/definitions/group-assignment"
2436           }, 
2437           "type": "array"
2438         }
2439       }
2440     }, 
2441     "host-route": {
2442       "description": "###### Related Nodes\n- TO subnet (PARENT of host-route, host-route BelongsTo subnet, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this HOST-ROUTE is DELETED also\n", 
2443       "properties": {
2444         "host-route-id": {
2445           "description": "host-route id", 
2446           "type": "string"
2447         }, 
2448         "next-hop": {
2449           "description": "Could be ip-address, hostname, or service-instance", 
2450           "type": "string"
2451         }, 
2452         "next-hop-type": {
2453           "description": "Should be ip-address, hostname, or service-instance to match next-hop", 
2454           "type": "string"
2455         }, 
2456         "relationship-list": {
2457           "$ref": "#/definitions/relationship", 
2458           "type": "object"
2459         }, 
2460         "resource-version": {
2461           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2462           "type": "string"
2463         }, 
2464         "route-prefix": {
2465           "description": "subnet prefix", 
2466           "type": "string"
2467         }
2468       }, 
2469       "required": [
2470         "host-route-id", 
2471         "route-prefix", 
2472         "next-hop"
2473       ]
2474     }, 
2475     "host-routes": {
2476       "properties": {
2477         "host-route": {
2478           "items": {
2479             "$ref": "#/definitions/host-route"
2480           }, 
2481           "type": "array"
2482         }
2483       }
2484     }, 
2485     "hpa-capabilities": {
2486       "description": "Collection of HPA Capabilities\n", 
2487       "properties": {
2488         "hpa-capability": {
2489           "items": {
2490             "$ref": "#/definitions/hpa-capability"
2491           }, 
2492           "type": "array"
2493         }
2494       }
2495     }, 
2496     "hpa-capability": {
2497       "description": "Represents a HPA capability\n###### Related Nodes\n- TO cloud-region (PARENT of hpa-capability, hpa-capability BelongsTo cloud-region, MANY2ONE)\n- TO flavor (PARENT of hpa-capability, hpa-capability BelongsTo flavor, MANY2ONE)\n- FROM hpa-feature-attributes (CHILD of hpa-capability, hpa-feature-attributes BelongsTo hpa-capability, MANY2ONE)(1)\n\n-(1) IF this HPA-CAPABILITY node is deleted, this FROM node is DELETED also\n", 
2498       "properties": {
2499         "architecture": {
2500           "description": "Hardware architecture", 
2501           "type": "string"
2502         }, 
2503         "hpa-capability-id": {
2504           "description": "UUID to uniquely identify a HPA capability", 
2505           "type": "string"
2506         }, 
2507         "hpa-feature": {
2508           "description": "Name of the HPACapability", 
2509           "type": "string"
2510         }, 
2511         "hpa-feature-attributes": {
2512           "items": {
2513             "$ref": "#/definitions/hpa-feature-attributes"
2514           }, 
2515           "type": "array"
2516         }, 
2517         "hpa-version": {
2518           "description": "HPA schema version", 
2519           "type": "string"
2520         }, 
2521         "relationship-list": {
2522           "$ref": "#/definitions/relationship", 
2523           "type": "object"
2524         }, 
2525         "resource-version": {
2526           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2527           "type": "string"
2528         }
2529       }, 
2530       "required": [
2531         "hpa-capability-id", 
2532         "hpa-feature"
2533       ]
2534     }, 
2535     "hpa-capacity": {
2536       "description": "HPA Capacity information for compute node\n###### Related Nodes\n- TO pserver (PARENT of hpa-capacity, hpa-capacity BelongsTo pserver, MANY2ONE)\nHPA Capacity KV for given compute node(4)\n\n-(4) IF this TO node is deleted, this HPA-CAPACITY is DELETED also\n", 
2537       "properties": {
2538         "hpa-capacity-key": {
2539           "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
2540           "type": "string"
2541         }, 
2542         "hpa-capacity-value": {
2543           "description": "JSON string specifying the capacity (total,free), unit and metadata of the specific HPA attribute", 
2544           "type": "string"
2545         }, 
2546         "relationship-list": {
2547           "$ref": "#/definitions/relationship", 
2548           "type": "object"
2549         }, 
2550         "resource-version": {
2551           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2552           "type": "string"
2553         }
2554       }, 
2555       "required": [
2556         "hpa-capacity-key"
2557       ]
2558     }, 
2559     "hpa-feature-attributes": {
2560       "description": "HPA Capability Feature attributes\n###### Related Nodes\n- TO hpa-capability (PARENT of hpa-feature-attributes, hpa-feature-attributes BelongsTo hpa-capability, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this HPA-FEATURE-ATTRIBUTES is DELETED also\n", 
2561       "properties": {
2562         "hpa-attribute-key": {
2563           "description": "name of the specific HPA attribute", 
2564           "type": "string"
2565         }, 
2566         "hpa-attribute-value": {
2567           "description": "JSON string specifying the value, unit and type of the specific HPA attribute", 
2568           "type": "string"
2569         }, 
2570         "relationship-list": {
2571           "$ref": "#/definitions/relationship", 
2572           "type": "object"
2573         }, 
2574         "resource-version": {
2575           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2576           "type": "string"
2577         }
2578       }, 
2579       "required": [
2580         "hpa-attribute-key"
2581       ]
2582     }, 
2583     "image": {
2584       "description": "Openstack image.\n###### Related Nodes\n- TO cloud-region (PARENT of image, image BelongsTo cloud-region, MANY2ONE)\n- FROM metadatum (CHILD of image, metadatum BelongsTo image, MANY2ONE)(1)\n- FROM vserver( vserver Uses image, MANY2ONE)\n\n-(1) IF this IMAGE node is deleted, this FROM node is DELETED also\n-IMAGE cannot be deleted if related to VSERVER\n", 
2585       "properties": {
2586         "application": {
2587           "description": "The application that the image instantiates.", 
2588           "type": "string"
2589         }, 
2590         "application-vendor": {
2591           "description": "The vendor of the application.", 
2592           "type": "string"
2593         }, 
2594         "application-version": {
2595           "description": "The version of the application.", 
2596           "type": "string"
2597         }, 
2598         "image-architecture": {
2599           "description": "Operating system architecture.", 
2600           "type": "string"
2601         }, 
2602         "image-id": {
2603           "description": "Image id, expected to be unique across cloud region", 
2604           "type": "string"
2605         }, 
2606         "image-name": {
2607           "description": "Image name", 
2608           "type": "string"
2609         }, 
2610         "image-os-distro": {
2611           "description": "The common name of the operating system distribution in lowercase", 
2612           "type": "string"
2613         }, 
2614         "image-os-version": {
2615           "description": "The operating system version as specified by the distributor.", 
2616           "type": "string"
2617         }, 
2618         "image-selflink": {
2619           "description": "URL to endpoint where AAI can get more details", 
2620           "type": "string"
2621         }, 
2622         "metadata": {
2623           "items": {
2624             "$ref": "#/definitions/metadatum"
2625           }, 
2626           "type": "array"
2627         }, 
2628         "relationship-list": {
2629           "$ref": "#/definitions/relationship", 
2630           "type": "object"
2631         }, 
2632         "resource-version": {
2633           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2634           "type": "string"
2635         }
2636       }, 
2637       "required": [
2638         "image-id", 
2639         "image-name", 
2640         "image-os-distro", 
2641         "image-os-version", 
2642         "image-selflink"
2643       ]
2644     }, 
2645     "images": {
2646       "description": "Collectio of Openstack images.\n", 
2647       "properties": {
2648         "image": {
2649           "items": {
2650             "$ref": "#/definitions/image"
2651           }, 
2652           "type": "array"
2653         }
2654       }
2655     }, 
2656     "include-node-filter": {
2657       "properties": {
2658         "include-node-type": {
2659           "type": "string"
2660         }
2661       }
2662     }, 
2663     "instance-filter": {
2664       "description": "InstanceFilter for performing a named-query or model query\n"
2665     }, 
2666     "instance-filters": {
2667       "description": "InstanceFilters for performing a named-query or model query\n", 
2668       "properties": {
2669         "instance-filter": {
2670           "items": {
2671             "$ref": "#/definitions/instance-filter"
2672           }, 
2673           "type": "array"
2674         }
2675       }
2676     }, 
2677     "instance-group": {
2678       "description": "General mechanism for grouping instances\n###### Related Nodes\n- TO collection( instance-group BelongsTo collection, ONE2ONE)\n- TO generic-vnf( instance-group BelongsTo generic-vnf, MANY2ONE)(4)\n- TO model( instance-group Targets model, MANY2MANY)\n- FROM allotted-resource( allotted-resource MemberOf instance-group, MANY2MANY)\n- FROM cloud-region( cloud-region Uses instance-group, ONE2MANY)\n- FROM generic-vnf( generic-vnf MemberOf instance-group, MANY2MANY)\n- FROM generic-vnf( generic-vnf Uses instance-group, ONE2MANY)\n- FROM l-interface( l-interface MemberOf instance-group, MANY2MANY)\n- FROM l3-interface-ipv4-address-list( l3-interface-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- FROM l3-interface-ipv6-address-list( l3-interface-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- FROM l3-network( l3-network MemberOf instance-group, MANY2MANY)\n- FROM pnf( pnf MemberOf instance-group, MANY2MANY)\n- FROM service-instance( service-instance MemberOf instance-group, MANY2MANY)\n- FROM vip-ipv4-address-list( vip-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- FROM vip-ipv6-address-list( vip-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- FROM vnfc( vnfc MemberOf instance-group, MANY2MANY)\n\n-(4) IF this TO node is deleted, this INSTANCE-GROUP is DELETED also\n", 
2679       "properties": {
2680         "description": {
2681           "description": "Descriptive text to help identify the usage of this instance-group", 
2682           "type": "string"
2683         }, 
2684         "id": {
2685           "description": "Instance Group ID, UUID assigned to this instance.", 
2686           "type": "string"
2687         }, 
2688         "instance-group-function": {
2689           "description": "Instance-Group Function", 
2690           "type": "string"
2691         }, 
2692         "instance-group-name": {
2693           "description": "Instance-Group Name.", 
2694           "type": "string"
2695         }, 
2696         "instance-group-role": {
2697           "description": "role of the instance group.", 
2698           "type": "string"
2699         }, 
2700         "instance-group-type": {
2701           "description": "Only valid value today is lower case ha for high availability", 
2702           "type": "string"
2703         }, 
2704         "model-invariant-id": {
2705           "also requires": "model-version-id", 
2706           "description": "ASDC model id for this resource or service model.", 
2707           "type": "string"
2708         }, 
2709         "model-version-id": {
2710           "also requires": "model-invariant-id", 
2711           "description": "ASDC model version uid for this resource model.", 
2712           "type": "string"
2713         }, 
2714         "relationship-list": {
2715           "$ref": "#/definitions/relationship", 
2716           "type": "object"
2717         }, 
2718         "resource-version": {
2719           "description": "Concurrency value", 
2720           "type": "string"
2721         }
2722       }, 
2723       "required": [
2724         "id", 
2725         "instance-group-type"
2726       ]
2727     }, 
2728     "instance-groups": {
2729       "description": "Collection of openstack route table references\n", 
2730       "properties": {
2731         "instance-group": {
2732           "items": {
2733             "$ref": "#/definitions/instance-group"
2734           }, 
2735           "type": "array"
2736         }
2737       }
2738     }, 
2739     "inventory": {
2740       "properties": {
2741         "business": {
2742           "$ref": "#/definitions/business", 
2743           "type": "object"
2744         }, 
2745         "cloud-infrastructure": {
2746           "$ref": "#/definitions/cloud-infrastructure", 
2747           "type": "object"
2748         }, 
2749         "external-system": {
2750           "$ref": "#/definitions/external-system", 
2751           "type": "object"
2752         }, 
2753         "network": {
2754           "$ref": "#/definitions/network", 
2755           "type": "object"
2756         }, 
2757         "service-design-and-creation": {
2758           "$ref": "#/definitions/service-design-and-creation", 
2759           "type": "object"
2760         }
2761       }
2762     }, 
2763     "inventory-item": {
2764       "properties": {
2765         "inventory-item-data": {
2766           "items": {
2767             "$ref": "#/definitions/inventory-item-data"
2768           }, 
2769           "type": "array"
2770         }, 
2771         "inventory-item-link": {
2772           "type": "string"
2773         }, 
2774         "inventory-item-type": {
2775           "type": "string"
2776         }, 
2777         "tagged-inventory-item-list": {
2778           "items": {
2779             "$ref": "#/definitions/inventory-item"
2780           }, 
2781           "type": "array"
2782         }
2783       }
2784     }, 
2785     "inventory-item-data": {
2786       "properties": {
2787         "property-name": {
2788           "type": "string"
2789         }, 
2790         "property-value": {
2791           "type": "string"
2792         }
2793       }
2794     }, 
2795     "inventory-response-item": {
2796       "description": "Inventory item for response list\n", 
2797       "properties": {
2798         "extra-properties": {
2799           "$ref": "#/definitions/extra-properties", 
2800           "type": "object"
2801         }, 
2802         "inventory-response-items": {
2803           "$ref": "#/definitions/inventory-response-items", 
2804           "type": "object"
2805         }, 
2806         "model-name": {
2807           "type": "string"
2808         }
2809       }
2810     }, 
2811     "inventory-response-items": {
2812       "description": "Container for inventory items in response list\n", 
2813       "properties": {
2814         "inventory-response-item": {
2815           "items": {
2816             "$ref": "#/definitions/inventory-response-item"
2817           }, 
2818           "type": "array"
2819         }
2820       }
2821     }, 
2822     "ipsec-configuration": {
2823       "description": "IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C\n###### Related Nodes\n- FROM generic-vnf( generic-vnf Uses ipsec-configuration, MANY2ONE)\n- FROM vig-server (CHILD of ipsec-configuration, vig-server BelongsTo ipsec-configuration, MANY2ONE)(1)\n\n-(1) IF this IPSEC-CONFIGURATION node is deleted, this FROM node is DELETED also\n", 
2824       "properties": {
2825         "dpd-frequency": {
2826           "description": "Maximum number of DPD before claiming the tunnel is down", 
2827           "type": "string"
2828         }, 
2829         "dpd-interval": {
2830           "description": "The time between DPD probe", 
2831           "type": "string"
2832         }, 
2833         "ike-version": {
2834           "description": "can be 1 or 2", 
2835           "type": "string"
2836         }, 
2837         "ikev1-am-group-id": {
2838           "description": "Group name defined in VIG for clients using aggressive mode", 
2839           "type": "string"
2840         }, 
2841         "ikev1-am-password": {
2842           "description": "pre-shared key for the above group name", 
2843           "type": "string"
2844         }, 
2845         "ikev1-authentication": {
2846           "description": "Contains values like md5, sha1, sha256, sha384", 
2847           "type": "string"
2848         }, 
2849         "ikev1-dh-group": {
2850           "description": "Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14", 
2851           "type": "string"
2852         }, 
2853         "ikev1-encryption": {
2854           "description": "Encyption values like 3des-cbc, des-cbc, aes-128-cbc,aes-192-cbc, aes-265-cbc", 
2855           "type": "string"
2856         }, 
2857         "ikev1-sa-lifetime": {
2858           "description": "Lifetime for IKEv1 SA", 
2859           "type": "string"
2860         }, 
2861         "ipsec-authentication": {
2862           "description": "md5, sha1, sha256, sha384", 
2863           "type": "string"
2864         }, 
2865         "ipsec-configuration-id": {
2866           "description": "UUID of this configuration", 
2867           "type": "string"
2868         }, 
2869         "ipsec-encryption": {
2870           "description": "3des-cbc, des-cbc, aes-128-cbc,aes-192-cbc, aes-265-cbc", 
2871           "type": "string"
2872         }, 
2873         "ipsec-pfs": {
2874           "description": "enable PFS or not", 
2875           "type": "string"
2876         }, 
2877         "ipsec-sa-lifetime": {
2878           "description": "Life time for IPSec SA", 
2879           "type": "string"
2880         }, 
2881         "relationship-list": {
2882           "$ref": "#/definitions/relationship", 
2883           "type": "object"
2884         }, 
2885         "requested-customer-name": {
2886           "description": "If the DMZ is a custom DMZ, this field will indicate the customer information", 
2887           "type": "string"
2888         }, 
2889         "requested-dmz-type": {
2890           "description": "ATT can offer a shared DMZ or a DMZ specific to a customer", 
2891           "type": "string"
2892         }, 
2893         "requested-encryption-strength": {
2894           "description": "Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc", 
2895           "type": "string"
2896         }, 
2897         "requested-vig-address-type": {
2898           "description": "Indicate the type of VIG server like AVPN, INTERNET, BOTH", 
2899           "type": "string"
2900         }, 
2901         "resource-version": {
2902           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2903           "type": "string"
2904         }, 
2905         "shared-dmz-network-address": {
2906           "description": "Network address of shared DMZ", 
2907           "type": "string"
2908         }, 
2909         "vig-servers": {
2910           "items": {
2911             "$ref": "#/definitions/vig-server"
2912           }, 
2913           "type": "array"
2914         }, 
2915         "xauth-user-password": {
2916           "description": "Encrypted using the Juniper $9$ algorithm", 
2917           "type": "string"
2918         }, 
2919         "xauth-userid": {
2920           "description": "user ID for xAuth, sm-user,ucpeHostName,nmteHostName", 
2921           "type": "string"
2922         }
2923       }, 
2924       "required": [
2925         "ipsec-configuration-id"
2926       ]
2927     }, 
2928     "ipsec-configurations": {
2929       "properties": {
2930         "ipsec-configuration": {
2931           "items": {
2932             "$ref": "#/definitions/ipsec-configuration"
2933           }, 
2934           "type": "array"
2935         }
2936       }
2937     }, 
2938     "key-data": {
2939       "properties": {
2940         "key-name": {
2941           "type": "string"
2942         }, 
2943         "key-value": {
2944           "type": "string"
2945         }
2946       }
2947     }, 
2948     "l-interface": {
2949       "description": "Logical interfaces, e.g., a vnic.\n###### Related Nodes\n- TO cp( l-interface LinksTo cp, ONE2ONE)\n- TO generic-vnf (PARENT of l-interface, l-interface BelongsTo generic-vnf, MANY2ONE)(4)\n- TO instance-group( l-interface MemberOf instance-group, MANY2MANY)\n- TO l-interface( l-interface BelongsTo l-interface, MANY2ONE)(4)\n- TO logical-link( l-interface LinksTo logical-link, MANY2MANY)(2)\n- TO newvce (PARENT of l-interface, l-interface BelongsTo newvce, MANY2ONE)(4)\n- TO p-interface (PARENT of l-interface, l-interface BindsTo p-interface, MANY2ONE)(4)\n- TO vserver (PARENT of l-interface, l-interface BindsTo vserver, MANY2ONE)(4)\n- TO lag-interface (PARENT of l-interface, l-interface BelongsTo lag-interface, MANY2ONE)(4)\n- FROM allotted-resource( allotted-resource Uses l-interface, ONE2MANY)\n- FROM configuration( configuration AppliesTo l-interface, ONE2MANY)\n- FROM forwarder( forwarder ForwardsTo l-interface, MANY2MANY)\n- FROM l-interface (PARENT of l-interface, l-interface BelongsTo l-interface, MANY2ONE)(4)\n- FROM logical-link( logical-link Source l-interface, MANY2MANY)(1)\n- FROM logical-link( logical-link Destination l-interface, MANY2MANY)(1)\n- FROM sriov-vf (CHILD of l-interface, sriov-vf BelongsTo l-interface, ONE2ONE)(1)\n- FROM vlan (CHILD of l-interface, vlan LinksTo l-interface, MANY2ONE)(1)\n- FROM l3-interface-ipv4-address-list (CHILD of l-interface, l3-interface-ipv4-address-list BelongsTo l-interface, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of l-interface, l3-interface-ipv6-address-list BelongsTo l-interface, MANY2ONE)(1)\n- FROM lag-interface( lag-interface Uses l-interface, ONE2MANY)\n\n-(1) IF this L-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this L-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this L-INTERFACE is DELETED also\n", 
2950       "properties": {
2951         "admin-status": {
2952           "description": "Administrative status of the interface. Valid values are 'up', 'down', or 'testing'.", 
2953           "type": "string"
2954         }, 
2955         "allowed-address-pairs": {
2956           "description": "Freeform field for storing an ip address, list of ip addresses or a subnet block.", 
2957           "type": "string"
2958         }, 
2959         "in-maint": {
2960           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
2961           "type": "boolean"
2962         }, 
2963         "interface-description": {
2964           "description": "Human friendly text regarding this interface.", 
2965           "type": "string"
2966         }, 
2967         "interface-id": {
2968           "description": "ID of interface", 
2969           "type": "string"
2970         }, 
2971         "interface-name": {
2972           "description": "Name given to the interface", 
2973           "type": "string"
2974         }, 
2975         "interface-role": {
2976           "description": "E.g., CUSTOMER, UPLINK, etc.", 
2977           "type": "string"
2978         }, 
2979         "is-ip-unnumbered": {
2980           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
2981           "type": "boolean"
2982         }, 
2983         "is-port-mirrored": {
2984           "description": "boolean indicatating whether or not port is a mirrored.", 
2985           "type": "boolean"
2986         }, 
2987         "l-interfaces": {
2988           "items": {
2989             "$ref": "#/definitions/l-interface"
2990           }, 
2991           "type": "array"
2992         }, 
2993         "l3-interface-ipv4-address-list": {
2994           "items": {
2995             "$ref": "#/definitions/l3-interface-ipv4-address-list"
2996           }, 
2997           "type": "array"
2998         }, 
2999         "l3-interface-ipv6-address-list": {
3000           "items": {
3001             "$ref": "#/definitions/l3-interface-ipv6-address-list"
3002           }, 
3003           "type": "array"
3004         }, 
3005         "macaddr": {
3006           "description": "MAC address for the interface", 
3007           "type": "string"
3008         }, 
3009         "management-option": {
3010           "description": "Whether A&AI should be managing this interface of not. Could have value like CUSTOMER", 
3011           "type": "string"
3012         }, 
3013         "network-name": {
3014           "description": "Name of the network", 
3015           "type": "string"
3016         }, 
3017         "prov-status": {
3018           "description": "Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
3019           "type": "string"
3020         }, 
3021         "relationship-list": {
3022           "$ref": "#/definitions/relationship", 
3023           "type": "object"
3024         }, 
3025         "resource-version": {
3026           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3027           "type": "string"
3028         }, 
3029         "selflink": {
3030           "description": "URL to endpoint where AAI can get more details", 
3031           "type": "string"
3032         }, 
3033         "sriov-vfs": {
3034           "items": {
3035             "$ref": "#/definitions/sriov-vf"
3036           }, 
3037           "type": "array"
3038         }, 
3039         "v6-wan-link-ip": {
3040           "description": "Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.", 
3041           "type": "string"
3042         }, 
3043         "vlans": {
3044           "items": {
3045             "$ref": "#/definitions/vlan"
3046           }, 
3047           "type": "array"
3048         }
3049       }, 
3050       "required": [
3051         "interface-name", 
3052         "is-port-mirrored", 
3053         "in-maint", 
3054         "is-ip-unnumbered"
3055       ]
3056     }, 
3057     "l-interfaces": {
3058       "description": "Collection of logical interfaces.\n", 
3059       "properties": {
3060         "l-interface": {
3061           "items": {
3062             "$ref": "#/definitions/l-interface"
3063           }, 
3064           "type": "array"
3065         }
3066       }
3067     }, 
3068     "l3-interface-ipv4-address-list": {
3069       "description": "IPv4 Address Range\n###### Related Nodes\n- TO cp (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo cp, MANY2ONE)(4)\n- TO instance-group( l3-interface-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- TO l-interface (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo l-interface, MANY2ONE)(4)\n- TO l3-network( l3-interface-ipv4-address-list MemberOf l3-network, MANY2MANY)\n- TO subnet( l3-interface-ipv4-address-list MemberOf subnet, MANY2MANY)\n- TO vlan (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo vlan, MANY2ONE)(4)\n- TO vnfc (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo vnfc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this L3-INTERFACE-IPV4-ADDRESS-LIST is DELETED also\n", 
3070       "properties": {
3071         "is-floating": {
3072           "description": "Indicator of fixed or floating address", 
3073           "type": "boolean"
3074         }, 
3075         "l3-interface-ipv4-address": {
3076           "description": "IP address", 
3077           "type": "string"
3078         }, 
3079         "l3-interface-ipv4-prefix-length": {
3080           "description": "Prefix length, 32 for single address", 
3081           "format": "int64", 
3082           "type": "integer"
3083         }, 
3084         "neutron-network-id": {
3085           "description": "Neutron network id of the interface that address belongs to", 
3086           "type": "string"
3087         }, 
3088         "neutron-subnet-id": {
3089           "description": "Neutron id of subnet that address belongs to", 
3090           "type": "string"
3091         }, 
3092         "relationship-list": {
3093           "$ref": "#/definitions/relationship", 
3094           "type": "object"
3095         }, 
3096         "resource-version": {
3097           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3098           "type": "string"
3099         }, 
3100         "vlan-id-inner": {
3101           "description": "Inner VLAN tag", 
3102           "format": "int64", 
3103           "type": "integer"
3104         }, 
3105         "vlan-id-outer": {
3106           "description": "Outer VLAN tag", 
3107           "format": "int64", 
3108           "type": "integer"
3109         }
3110       }, 
3111       "required": [
3112         "l3-interface-ipv4-address"
3113       ]
3114     }, 
3115     "l3-interface-ipv6-address-list": {
3116       "description": "IPv6 Address Range\n###### Related Nodes\n- TO cp (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo cp, MANY2ONE)(4)\n- TO instance-group( l3-interface-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- TO l-interface (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo l-interface, MANY2ONE)(4)\n- TO l3-network( l3-interface-ipv6-address-list MemberOf l3-network, MANY2MANY)\n- TO subnet( l3-interface-ipv6-address-list MemberOf subnet, MANY2MANY)\n- TO vlan (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo vlan, MANY2ONE)(4)\n- TO vnfc (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo vnfc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this L3-INTERFACE-IPV6-ADDRESS-LIST is DELETED also\n", 
3117       "properties": {
3118         "is-floating": {
3119           "description": "Indicator of fixed or floating address", 
3120           "type": "boolean"
3121         }, 
3122         "l3-interface-ipv6-address": {
3123           "description": "IP address", 
3124           "type": "string"
3125         }, 
3126         "l3-interface-ipv6-prefix-length": {
3127           "description": "Prefix length, 128 for single address", 
3128           "format": "int64", 
3129           "type": "integer"
3130         }, 
3131         "neutron-network-id": {
3132           "description": "Neutron network id of the interface that address belongs to", 
3133           "type": "string"
3134         }, 
3135         "neutron-subnet-id": {
3136           "description": "Neutron id of subnet that address belongs to", 
3137           "type": "string"
3138         }, 
3139         "relationship-list": {
3140           "$ref": "#/definitions/relationship", 
3141           "type": "object"
3142         }, 
3143         "resource-version": {
3144           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3145           "type": "string"
3146         }, 
3147         "vlan-id-inner": {
3148           "description": "Inner VLAN tag", 
3149           "format": "int64", 
3150           "type": "integer"
3151         }, 
3152         "vlan-id-outer": {
3153           "description": "Outer VLAN tag", 
3154           "format": "int64", 
3155           "type": "integer"
3156         }
3157       }, 
3158       "required": [
3159         "l3-interface-ipv6-address"
3160       ]
3161     }, 
3162     "l3-network": {
3163       "description": "Generic network definition\n###### Related Nodes\n- TO cp( l3-network LinksTo cp, MANY2MANY)\n- TO instance-group( l3-network MemberOf instance-group, MANY2MANY)\n- TO l3-network( l3-network Uses l3-network, MANY2MANY)\n- TO network-policy( l3-network Uses network-policy, MANY2MANY)\n- TO route-table-reference( l3-network Uses route-table-reference, MANY2MANY)\n- TO vpn-binding( l3-network Uses vpn-binding, MANY2MANY)\n- FROM allotted-resource( allotted-resource PartOf l3-network, MANY2MANY)\n- FROM cloud-region( cloud-region Uses l3-network, MANY2MANY)\n- FROM complex( complex Uses l3-network, MANY2MANY)\n- FROM configuration( configuration PartOf l3-network, MANY2MANY)\n- FROM ctag-assignment (CHILD of l3-network, ctag-assignment BelongsTo l3-network, MANY2ONE)(1)\n- FROM generic-vnf( generic-vnf Uses l3-network, MANY2MANY)\n- FROM l3-interface-ipv4-address-list( l3-interface-ipv4-address-list MemberOf l3-network, MANY2MANY)\n- FROM l3-interface-ipv6-address-list( l3-interface-ipv6-address-list MemberOf l3-network, MANY2MANY)\n- FROM l3-network( l3-network Uses l3-network, MANY2MANY)\n- FROM line-of-business( line-of-business Uses l3-network, MANY2MANY)\n- FROM platform( platform Uses l3-network, MANY2MANY)\n- FROM segmentation-assignment (CHILD of l3-network, segmentation-assignment BelongsTo l3-network, MANY2ONE)(1)\n- FROM service-instance( service-instance ComposedOf l3-network, ONE2MANY)\n- FROM subnet (CHILD of l3-network, subnet BelongsTo l3-network, MANY2ONE)(1)\n- FROM tenant( tenant Uses l3-network, MANY2MANY)\n- FROM vf-module( vf-module DependsOn l3-network, MANY2MANY)\n- FROM vlan-tag( vlan-tag BelongsTo l3-network, MANY2MANY)\n\n-(1) IF this L3-NETWORK node is deleted, this FROM node is DELETED also\n", 
3164       "properties": {
3165         "contrail-network-fqdn": {
3166           "description": "Contrail FQDN for the network", 
3167           "type": "string"
3168         }, 
3169         "ctag-assignments": {
3170           "items": {
3171             "$ref": "#/definitions/ctag-assignment"
3172           }, 
3173           "type": "array"
3174         }, 
3175         "heat-stack-id": {
3176           "description": "Heat stack id corresponding to this instance, managed by MSO", 
3177           "type": "string"
3178         }, 
3179         "is-bound-to-vpn": {
3180           "description": "Set to true if bound to VPN", 
3181           "type": "boolean"
3182         }, 
3183         "is-external-network": {
3184           "description": "boolean indicatating whether or not network is an external network.", 
3185           "type": "boolean"
3186         }, 
3187         "is-provider-network": {
3188           "description": "boolean indicatating whether or not network is a provider network.", 
3189           "type": "boolean"
3190         }, 
3191         "is-shared-network": {
3192           "description": "boolean indicatating whether or not network is a shared network.", 
3193           "type": "boolean"
3194         }, 
3195         "is-trunked": {
3196           "description": "Trunked network indication.", 
3197           "type": "boolean"
3198         }, 
3199         "model-customization-id": {
3200           "description": "captures the id of all the configuration used to customize the resource for the service.", 
3201           "type": "string"
3202         }, 
3203         "model-invariant-id": {
3204           "also requires": "model-version-id", 
3205           "description": "the ASDC model id for this resource or service model.", 
3206           "type": "string"
3207         }, 
3208         "model-version-id": {
3209           "also requires": "model-invariant-id", 
3210           "description": "the ASDC model version for this resource or service model.", 
3211           "type": "string"
3212         }, 
3213         "mso-catalog-key": {
3214           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
3215           "type": "string"
3216         }, 
3217         "network-id": {
3218           "description": "Network ID, should be uuid. Unique across A&AI.", 
3219           "type": "string"
3220         }, 
3221         "network-name": {
3222           "description": "Name of the network, governed by some naming convention..", 
3223           "type": "string"
3224         }, 
3225         "network-role": {
3226           "description": "Role the network plans - who defines these values?", 
3227           "type": "string"
3228         }, 
3229         "network-role-instance": {
3230           "description": "network role instance", 
3231           "format": "int64", 
3232           "type": "integer"
3233         }, 
3234         "network-technology": {
3235           "description": "Network technology - who defines these values?", 
3236           "type": "string"
3237         }, 
3238         "network-type": {
3239           "description": "Type of the network - who defines these values?", 
3240           "type": "string"
3241         }, 
3242         "neutron-network-id": {
3243           "description": "Neutron network id of this Interface", 
3244           "type": "string"
3245         }, 
3246         "operational-status": {
3247           "description": "Indicator for whether the resource is considered operational.", 
3248           "type": "string"
3249         }, 
3250         "orchestration-status": {
3251           "description": "Orchestration status of this VNF, mastered by MSO", 
3252           "type": "string"
3253         }, 
3254         "persona-model-version": {
3255           "description": "the ASDC model version for this resource or service model.", 
3256           "type": "string"
3257         }, 
3258         "physical-network-name": {
3259           "description": "Name associated with the physical network.", 
3260           "type": "string"
3261         }, 
3262         "relationship-list": {
3263           "$ref": "#/definitions/relationship", 
3264           "description": "Relates to tenant (or is it a child of tenant), complex, service, vpn-binding", 
3265           "type": "object"
3266         }, 
3267         "resource-version": {
3268           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3269           "type": "string"
3270         }, 
3271         "segmentation-assignments": {
3272           "items": {
3273             "$ref": "#/definitions/segmentation-assignment"
3274           }, 
3275           "type": "array"
3276         }, 
3277         "selflink": {
3278           "description": "Path to the controller object.", 
3279           "type": "string"
3280         }, 
3281         "service-id": {
3282           "description": "Unique identifier of service from ASDC.  Does not strictly map to ASDC services.  SOON TO BE DEPRECATED", 
3283           "type": "string"
3284         }, 
3285         "subnets": {
3286           "items": {
3287             "$ref": "#/definitions/subnet"
3288           }, 
3289           "type": "array"
3290         }, 
3291         "widget-model-id": {
3292           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
3293           "type": "string"
3294         }, 
3295         "widget-model-version": {
3296           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
3297           "type": "string"
3298         }
3299       }, 
3300       "required": [
3301         "network-id", 
3302         "is-bound-to-vpn", 
3303         "is-provider-network", 
3304         "is-shared-network", 
3305         "is-external-network"
3306       ]
3307     }, 
3308     "l3-networks": {
3309       "properties": {
3310         "l3-network": {
3311           "items": {
3312             "$ref": "#/definitions/l3-network"
3313           }, 
3314           "type": "array"
3315         }
3316       }
3317     }, 
3318     "lag-interface": {
3319       "description": "Link aggregate interface\n###### Related Nodes\n- TO generic-vnf (PARENT of lag-interface, lag-interface BelongsTo generic-vnf, MANY2ONE)(4)\n- TO l-interface( lag-interface Uses l-interface, ONE2MANY)\n- TO lag-link( lag-interface LinksTo lag-link, MANY2MANY)(2)\n- TO logical-link( lag-interface Uses logical-link, MANY2MANY)(2)\n- TO p-interface( lag-interface Uses p-interface, MANY2MANY)\n- TO pnf (PARENT of lag-interface, lag-interface BindsTo pnf, MANY2ONE)(4)\n- TO pserver (PARENT of lag-interface, lag-interface BindsTo pserver, MANY2ONE)(4)\n- TO vpls-pe (PARENT of lag-interface, lag-interface BindsTo vpls-pe, MANY2ONE)(4)\n- FROM forwarder( forwarder ForwardsTo lag-interface, MANY2MANY)\n- FROM l-interface (CHILD of lag-interface, l-interface BelongsTo lag-interface, MANY2ONE)(1)\n\n-(1) IF this LAG-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this LAG-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this LAG-INTERFACE is DELETED also\n", 
3320       "properties": {
3321         "in-maint": {
3322           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
3323           "type": "boolean"
3324         }, 
3325         "interface-description": {
3326           "description": "Human friendly text regarding this interface.", 
3327           "type": "string"
3328         }, 
3329         "interface-id": {
3330           "description": "ID of interface", 
3331           "type": "string"
3332         }, 
3333         "interface-name": {
3334           "description": "Name that identifies the link aggregate interface", 
3335           "type": "string"
3336         }, 
3337         "interface-role": {
3338           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
3339           "type": "string"
3340         }, 
3341         "l-interfaces": {
3342           "items": {
3343             "$ref": "#/definitions/l-interface"
3344           }, 
3345           "type": "array"
3346         }, 
3347         "prov-status": {
3348           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
3349           "type": "string"
3350         }, 
3351         "relationship-list": {
3352           "$ref": "#/definitions/relationship", 
3353           "type": "object"
3354         }, 
3355         "resource-version": {
3356           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3357           "type": "string"
3358         }, 
3359         "speed-units": {
3360           "description": "Captures the units corresponding to the speed", 
3361           "type": "string"
3362         }, 
3363         "speed-value": {
3364           "description": "Captures the numeric part of the speed", 
3365           "type": "string"
3366         }
3367       }, 
3368       "required": [
3369         "interface-name", 
3370         "in-maint"
3371       ]
3372     }, 
3373     "lag-interfaces": {
3374       "description": "Collection of link aggregate interfaces.\n", 
3375       "properties": {
3376         "lag-interface": {
3377           "items": {
3378             "$ref": "#/definitions/lag-interface"
3379           }, 
3380           "type": "array"
3381         }
3382       }
3383     }, 
3384     "lag-link": {
3385       "description": "LAG links can connect lag-interfaces\n###### Related Nodes\n- FROM lag-interface( lag-interface LinksTo lag-link, MANY2MANY)(3)\n- FROM logical-link( logical-link Uses lag-link, MANY2MANY)\n\n-(3) IF this FROM node is deleted, this LAG-LINK is DELETED also\n", 
3386       "properties": {
3387         "link-name": {
3388           "description": "Alphabetical concatenation of lag-interface names", 
3389           "type": "string"
3390         }, 
3391         "relationship-list": {
3392           "$ref": "#/definitions/relationship", 
3393           "type": "object"
3394         }, 
3395         "resource-version": {
3396           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3397           "type": "string"
3398         }
3399       }, 
3400       "required": [
3401         "link-name"
3402       ]
3403     }, 
3404     "lag-links": {
3405       "description": "Collection of link aggregation connections\n", 
3406       "properties": {
3407         "lag-link": {
3408           "items": {
3409             "$ref": "#/definitions/lag-link"
3410           }, 
3411           "type": "array"
3412         }
3413       }
3414     }, 
3415     "lan-port-config": {
3416       "description": "Instance of a lan-port-config\n###### Related Nodes\n- TO dhcp-service (PARENT of lan-port-config, lan-port-config Uses dhcp-service, ONE2MANY)\nFor CCVPN Usecase(2)\n- TO ext-aai-network( lan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( lan-port-config PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n\n-(2) IF this LAN-PORT-CONFIG node is deleted, this TO node is DELETED also\n", 
3417       "properties": {
3418         "description": {
3419           "description": "Store the description of this lan-port-config.", 
3420           "type": "string"
3421         }, 
3422         "device-id": {
3423           "description": "Store the device-id of this lan-port-config.", 
3424           "type": "string"
3425         }, 
3426         "dhcp-services": {
3427           "items": {
3428             "$ref": "#/definitions/dhcp-service"
3429           }, 
3430           "type": "array"
3431         }, 
3432         "input-bandwidth": {
3433           "description": "Store the input-bandwidth of this lan-port-config.", 
3434           "type": "string"
3435         }, 
3436         "ipv4-address": {
3437           "description": "Store the ipv4-address of this lan-port-config.", 
3438           "type": "string"
3439         }, 
3440         "ipv6-address": {
3441           "description": "Store the ipv6-address of this lan-port-config.", 
3442           "type": "string"
3443         }, 
3444         "lan-port-config-id": {
3445           "description": "Uniquely identifies this lan-port-config by id", 
3446           "type": "string"
3447         }, 
3448         "lan-port-config-name": {
3449           "description": "Store the name of this lan-port-config.", 
3450           "type": "string"
3451         }, 
3452         "output-bandwidth": {
3453           "description": "Store the output-bandwidth of this lan-port-config.", 
3454           "type": "string"
3455         }, 
3456         "port-id": {
3457           "description": "Store the port-id of this lan-port-config.", 
3458           "type": "string"
3459         }, 
3460         "relationship-list": {
3461           "$ref": "#/definitions/relationship", 
3462           "type": "object"
3463         }, 
3464         "resource-version": {
3465           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3466           "type": "string"
3467         }, 
3468         "vlan-tag": {
3469           "description": "Store the vlan-tag of this lan-port-config.", 
3470           "type": "string"
3471         }
3472       }, 
3473       "required": [
3474         "lan-port-config-id"
3475       ]
3476     }, 
3477     "lan-port-configs": {
3478       "description": "Collection of lan-port-configs\n", 
3479       "properties": {
3480         "lan-port-config": {
3481           "items": {
3482             "$ref": "#/definitions/lan-port-config"
3483           }, 
3484           "type": "array"
3485         }
3486       }
3487     }, 
3488     "license": {
3489       "description": "Metadata for license group.\n###### Related Nodes\n- TO generic-vnf (PARENT of license, license BelongsTo generic-vnf, MANY2ONE)(4)\n- TO vce (PARENT of license, license BelongsTo vce, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this LICENSE is DELETED also\n", 
3490       "properties": {
3491         "group-uuid": {
3492           "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
3493           "type": "string"
3494         }, 
3495         "relationship-list": {
3496           "$ref": "#/definitions/relationship", 
3497           "type": "object"
3498         }, 
3499         "resource-uuid": {
3500           "description": "Unique ID of a license resource.", 
3501           "type": "string"
3502         }, 
3503         "resource-version": {
3504           "description": "Concurrency value", 
3505           "type": "string"
3506         }
3507       }, 
3508       "required": [
3509         "group-uuid", 
3510         "resource-uuid"
3511       ]
3512     }, 
3513     "licenses": {
3514       "description": "Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management\n", 
3515       "properties": {
3516         "license": {
3517           "items": {
3518             "$ref": "#/definitions/license"
3519           }, 
3520           "type": "array"
3521         }
3522       }
3523     }, 
3524     "line-of-business": {
3525       "description": "describes a line-of-business\n###### Related Nodes\n- TO generic-vnf( line-of-business Uses generic-vnf, MANY2MANY)\n- TO l3-network( line-of-business Uses l3-network, MANY2MANY)\n", 
3526       "properties": {
3527         "line-of-business-name": {
3528           "description": "Name of the line-of-business (product)", 
3529           "type": "string"
3530         }, 
3531         "relationship-list": {
3532           "$ref": "#/definitions/relationship", 
3533           "type": "object"
3534         }, 
3535         "resource-version": {
3536           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3537           "type": "string"
3538         }
3539       }, 
3540       "required": [
3541         "line-of-business-name"
3542       ]
3543     }, 
3544     "lines-of-business": {
3545       "description": "Collection of lines-of-business\n", 
3546       "properties": {
3547         "line-of-business": {
3548           "items": {
3549             "$ref": "#/definitions/line-of-business"
3550           }, 
3551           "type": "array"
3552         }
3553       }
3554     }, 
3555     "logical-link": {
3556       "description": "Logical links generally connect l-interfaces but are used to express logical connectivity between two points\n###### Related Nodes\n- TO cloud-region( logical-link LocatedIn cloud-region, MANY2MANY)\n- TO ext-aai-network( logical-link BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO generic-vnf( logical-link BridgedTo generic-vnf, MANY2MANY)\n- TO l-interface( logical-link Source l-interface, MANY2MANY)(4)\n- TO l-interface( logical-link Destination l-interface, MANY2MANY)(4)\n- TO lag-link( logical-link Uses lag-link, MANY2MANY)\n- TO logical-link( logical-link Uses logical-link, MANY2MANY)\n- TO pnf( logical-link BridgedTo pnf, MANY2MANY)\n- TO pserver( logical-link BridgedTo pserver, MANY2MANY)\n- TO virtual-data-center( logical-link LocatedIn virtual-data-center, MANY2MANY)\n- TO vpn-binding( logical-link Uses vpn-binding, MANY2MANY)\n- FROM configuration( configuration Uses logical-link, ONE2MANY)(3)\n- FROM l-interface( l-interface LinksTo logical-link, MANY2MANY)(3)\n- FROM lag-interface( lag-interface Uses logical-link, MANY2MANY)(3)\n- FROM logical-link( logical-link Uses logical-link, MANY2MANY)\n- FROM p-interface( p-interface LinksTo logical-link, MANY2ONE)\n- FROM service-instance( service-instance Uses logical-link, MANY2MANY)(3)\n- FROM vlan( vlan Uses logical-link, MANY2MANY)(3)\n\n-(3) IF this FROM node is deleted, this LOGICAL-LINK is DELETED also\n-(4) IF this TO node is deleted, this LOGICAL-LINK is DELETED also\n", 
3557       "properties": {
3558         "circuit-id": {
3559           "description": "Circuit id", 
3560           "type": "string"
3561         }, 
3562         "in-maint": {
3563           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.", 
3564           "type": "boolean"
3565         }, 
3566         "ip-version": {
3567           "description": "v4, v6, or ds for dual stack", 
3568           "type": "string"
3569         }, 
3570         "link-id": {
3571           "description": "UUID of the logical-link, SDNC generates this.", 
3572           "type": "string"
3573         }, 
3574         "link-name": {
3575           "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
3576           "type": "string"
3577         }, 
3578         "link-name2": {
3579           "description": "Alias or alternate name (CLCI or D1 name).", 
3580           "type": "string"
3581         }, 
3582         "link-role": {
3583           "description": "Indication of the network use of the logical link.", 
3584           "type": "string"
3585         }, 
3586         "link-type": {
3587           "description": "Type of logical link, e.g., evc", 
3588           "type": "string"
3589         }, 
3590         "model-invariant-id": {
3591           "also requires": "model-version-id", 
3592           "description": "the ASDC model id for this resource or service model.", 
3593           "type": "string"
3594         }, 
3595         "model-version-id": {
3596           "also requires": "model-invariant-id", 
3597           "description": "the ASDC model version for this resource or service model.", 
3598           "type": "string"
3599         }, 
3600         "operational-status": {
3601           "description": "Indication of operational status of the logical link.", 
3602           "type": "string"
3603         }, 
3604         "prov-status": {
3605           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
3606           "type": "string"
3607         }, 
3608         "purpose": {
3609           "description": "Reason for this entity, role it is playing", 
3610           "type": "string"
3611         }, 
3612         "relationship-list": {
3613           "$ref": "#/definitions/relationship", 
3614           "type": "object"
3615         }, 
3616         "resource-version": {
3617           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3618           "type": "string"
3619         }, 
3620         "routing-protocol": {
3621           "description": "For example, static or BGP", 
3622           "type": "string"
3623         }, 
3624         "speed-units": {
3625           "description": "Captures the units corresponding to the speed", 
3626           "type": "string"
3627         }, 
3628         "speed-value": {
3629           "description": "Captures the numeric part of the speed", 
3630           "type": "string"
3631         }, 
3632         "widget-model-id": {
3633           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
3634           "type": "string"
3635         }, 
3636         "widget-model-version": {
3637           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
3638           "type": "string"
3639         }
3640       }, 
3641       "required": [
3642         "link-name", 
3643         "in-maint", 
3644         "link-type"
3645       ]
3646     }, 
3647     "logical-links": {
3648       "description": "Collection of logical connections\n", 
3649       "properties": {
3650         "logical-link": {
3651           "items": {
3652             "$ref": "#/definitions/logical-link"
3653           }, 
3654           "type": "array"
3655         }
3656       }
3657     }, 
3658     "metadata": {
3659       "description": "Collection of metadatum (key/value pairs)\n", 
3660       "properties": {
3661         "metadatum": {
3662           "items": {
3663             "$ref": "#/definitions/metadatum"
3664           }, 
3665           "type": "array"
3666         }
3667       }
3668     }, 
3669     "metadatum": {
3670       "description": "Key/value pairs\n###### Related Nodes\n- TO configuration (PARENT of metadatum, metadatum BelongsTo configuration, MANY2ONE)(4)\n- TO connector (PARENT of metadatum, metadatum BelongsTo connector, MANY2ONE)(4)\n- TO image (PARENT of metadatum, metadatum BelongsTo image, MANY2ONE)(4)\n- TO model-ver (PARENT of metadatum, metadatum BelongsTo model-ver, MANY2ONE)(4)\n- TO service-instance (PARENT of metadatum, metadatum BelongsTo service-instance, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this METADATUM is DELETED also\n", 
3671       "properties": {
3672         "metaname": {
3673           "type": "string"
3674         }, 
3675         "metaval": {
3676           "type": "string"
3677         }, 
3678         "resource-version": {
3679           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3680           "type": "string"
3681         }
3682       }, 
3683       "required": [
3684         "metaname", 
3685         "metaval"
3686       ]
3687     }, 
3688     "model": {
3689       "description": "Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models, independent of version\n###### Related Nodes\n- FROM instance-group( instance-group Targets model, MANY2MANY)\n- FROM model-ver (CHILD of model, model-ver BelongsTo model, MANY2ONE)(1)\n- FROM named-query( named-query AppliesTo model, ONE2MANY)\n- FROM named-query-element( named-query-element IsA model, MANY2ONE)\n\n-(1) IF this MODEL node is deleted, this FROM node is DELETED also\n-MODEL cannot be deleted if related to INSTANCE-GROUP,NAMED-QUERY,NAMED-QUERY-ELEMENT\n", 
3690       "properties": {
3691         "model-invariant-id": {
3692           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
3693           "type": "string"
3694         }, 
3695         "model-type": {
3696           "description": "Type of the model, e.g., service, resource, widget, etc.", 
3697           "type": "string"
3698         }, 
3699         "model-vers": {
3700           "items": {
3701             "$ref": "#/definitions/model-ver"
3702           }, 
3703           "type": "array"
3704         }, 
3705         "relationship-list": {
3706           "$ref": "#/definitions/relationship", 
3707           "type": "object"
3708         }, 
3709         "resource-version": {
3710           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3711           "type": "string"
3712         }
3713       }, 
3714       "required": [
3715         "model-invariant-id", 
3716         "model-type"
3717       ]
3718     }, 
3719     "model-and-named-query-search": {
3720       "description": "ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query\n", 
3721       "properties": {
3722         "instance-filters": {
3723           "$ref": "#/definitions/instance-filters", 
3724           "type": "object"
3725         }, 
3726         "query-parameters": {
3727           "$ref": "#/definitions/query-parameters", 
3728           "type": "object"
3729         }, 
3730         "secondary-filter-cut-point": {
3731           "type": "string"
3732         }, 
3733         "secondary-filts": {
3734           "$ref": "#/definitions/secondary-filts", 
3735           "type": "object"
3736         }, 
3737         "top-node-type": {
3738           "type": "string"
3739         }
3740       }
3741     }, 
3742     "model-constraint": {
3743       "description": "This is how we would capture constraints defining allowed sets of elements.\n###### Related Nodes\n- TO model-element (PARENT of model-constraint, model-constraint BelongsTo model-element, MANY2ONE)(4)\n- FROM constrained-element-set (CHILD of model-constraint, constrained-element-set BelongsTo model-constraint, MANY2ONE)(1)\n\n-(1) IF this MODEL-CONSTRAINT node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this MODEL-CONSTRAINT is DELETED also\n", 
3744       "properties": {
3745         "constrained-element-set-uuid-to-replace": {
3746           "type": "string"
3747         }, 
3748         "constrained-element-sets": {
3749           "items": {
3750             "$ref": "#/definitions/constrained-element-set"
3751           }, 
3752           "type": "array"
3753         }, 
3754         "model-constraint-uuid": {
3755           "type": "string"
3756         }, 
3757         "resource-version": {
3758           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3759           "type": "string"
3760         }
3761       }, 
3762       "required": [
3763         "model-constraint-uuid", 
3764         "constrained-element-set-uuid-to-replace"
3765       ]
3766     }, 
3767     "model-constraints": {
3768       "properties": {
3769         "model-constraint": {
3770           "items": {
3771             "$ref": "#/definitions/model-constraint"
3772           }, 
3773           "type": "array"
3774         }
3775       }
3776     }, 
3777     "model-element": {
3778       "description": "Defines how other models combine to make up a higher-level model.\n###### Related Nodes\n- TO element-choice-set (PARENT of model-element, model-element BelongsTo element-choice-set, MANY2ONE)(4)\n- TO model-element( model-element BelongsTo model-element, MANY2ONE)(4)\n- TO model-ver( model-element IsA model-ver, MANY2ONE)\n- TO model-ver (PARENT of model-element, model-element BelongsTo model-ver, MANY2ONE)(4)\n- FROM constrained-element-set (CHILD of model-element, constrained-element-set BelongsTo model-element, MANY2ONE)(1)\n- FROM model-constraint (CHILD of model-element, model-constraint BelongsTo model-element, MANY2ONE)(1)\n- FROM model-element (PARENT of model-element, model-element BelongsTo model-element, MANY2ONE)(4)\n\n-(1) IF this MODEL-ELEMENT node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this MODEL-ELEMENT is DELETED also\n", 
3779       "properties": {
3780         "cardinality": {
3781           "description": "How many of this type of element are required/allowed", 
3782           "type": "string"
3783         }, 
3784         "linkage-points": {
3785           "type": "string"
3786         }, 
3787         "model-constraints": {
3788           "description": "Describes new constraints on this model element that are not part of that model's definition", 
3789           "items": {
3790             "$ref": "#/definitions/model-constraint"
3791           }, 
3792           "type": "array"
3793         }, 
3794         "model-element-uuid": {
3795           "type": "string"
3796         }, 
3797         "model-elements": {
3798           "description": "Defines how other models combine to make up a higher-level model", 
3799           "items": {
3800             "$ref": "#/definitions/model-element"
3801           }, 
3802           "type": "array"
3803         }, 
3804         "new-data-del-flag": {
3805           "description": "Indicates whether this element was created as part of instantiation from this model", 
3806           "type": "string"
3807         }, 
3808         "relationship-list": {
3809           "$ref": "#/definitions/relationship", 
3810           "type": "object"
3811         }, 
3812         "resource-version": {
3813           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3814           "type": "string"
3815         }
3816       }, 
3817       "required": [
3818         "model-element-uuid", 
3819         "new-data-del-flag", 
3820         "cardinality"
3821       ]
3822     }, 
3823     "model-elements": {
3824       "properties": {
3825         "model-element": {
3826           "items": {
3827             "$ref": "#/definitions/model-element"
3828           }, 
3829           "type": "array"
3830         }
3831       }
3832     }, 
3833     "model-ver": {
3834       "description": "Subgraph definition provided by ASDC to describe a specific version of an inventory asset and its connections related to ASDC models\n###### Related Nodes\n- TO model (PARENT of model-ver, model-ver BelongsTo model, MANY2ONE)(4)\n- FROM metadatum (CHILD of model-ver, metadatum BelongsTo model-ver, MANY2ONE)(1)\n- FROM model-element( model-element IsA model-ver, MANY2ONE)\n- FROM model-element (CHILD of model-ver, model-element BelongsTo model-ver, MANY2ONE)(1)\n\n-(1) IF this MODEL-VER node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this MODEL-VER is DELETED also\n-MODEL-VER cannot be deleted if related to MODEL-ELEMENT\n", 
3835       "properties": {
3836         "distribution-status": {
3837           "description": "Distribution Status", 
3838           "type": "string"
3839         }, 
3840         "metadata": {
3841           "items": {
3842             "$ref": "#/definitions/metadatum"
3843           }, 
3844           "type": "array"
3845         }, 
3846         "model-description": {
3847           "description": "Description", 
3848           "type": "string"
3849         }, 
3850         "model-elements": {
3851           "items": {
3852             "$ref": "#/definitions/model-element"
3853           }, 
3854           "type": "array"
3855         }, 
3856         "model-name": {
3857           "description": "Name of the model, which can change from version to version.", 
3858           "type": "string"
3859         }, 
3860         "model-version": {
3861           "description": "Version", 
3862           "type": "string"
3863         }, 
3864         "model-version-id": {
3865           "description": "Unique identifier corresponding to one version of a model in ASDC", 
3866           "type": "string"
3867         }, 
3868         "relationship-list": {
3869           "$ref": "#/definitions/relationship", 
3870           "type": "object"
3871         }, 
3872         "resource-version": {
3873           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3874           "type": "string"
3875         }
3876       }, 
3877       "required": [
3878         "model-version-id", 
3879         "model-name", 
3880         "model-version"
3881       ]
3882     }, 
3883     "model-vers": {
3884       "properties": {
3885         "model-ver": {
3886           "items": {
3887             "$ref": "#/definitions/model-ver"
3888           }, 
3889           "type": "array"
3890         }
3891       }
3892     }, 
3893     "models": {
3894       "description": "Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models\n", 
3895       "properties": {
3896         "model": {
3897           "items": {
3898             "$ref": "#/definitions/model"
3899           }, 
3900           "type": "array"
3901         }
3902       }
3903     }, 
3904     "multicast-configuration": {
3905       "description": "###### Related Nodes\n- FROM vlan( vlan Uses multicast-configuration, MANY2MANY)\n", 
3906       "properties": {
3907         "multicast-configuration-id": {
3908           "description": "Unique id of multicast configuration.", 
3909           "type": "string"
3910         }, 
3911         "multicast-protocol": {
3912           "description": "protocol of multicast configuration", 
3913           "type": "string"
3914         }, 
3915         "relationship-list": {
3916           "$ref": "#/definitions/relationship", 
3917           "type": "object"
3918         }, 
3919         "resource-version": {
3920           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3921           "type": "string"
3922         }, 
3923         "rp-type": {
3924           "description": "rp type of multicast configuration", 
3925           "type": "string"
3926         }
3927       }, 
3928       "required": [
3929         "multicast-configuration-id", 
3930         "multicast-protocol", 
3931         "rp-type"
3932       ]
3933     }, 
3934     "multicast-configurations": {
3935       "description": "multicast configuration of generic-vnf ip-address\n", 
3936       "properties": {
3937         "multicast-configuration": {
3938           "items": {
3939             "$ref": "#/definitions/multicast-configuration"
3940           }, 
3941           "type": "array"
3942         }
3943       }
3944     }, 
3945     "named-queries": {
3946       "properties": {
3947         "named-query": {
3948           "items": {
3949             "$ref": "#/definitions/named-query"
3950           }, 
3951           "type": "array"
3952         }
3953       }
3954     }, 
3955     "named-query": {
3956       "description": "TBD\n###### Related Nodes\n- TO model( named-query AppliesTo model, ONE2MANY)\n- FROM named-query-element (CHILD of named-query, named-query-element BelongsTo named-query, ONE2ONE)(1)\n\n-(1) IF this NAMED-QUERY node is deleted, this FROM node is DELETED also\n", 
3957       "properties": {
3958         "description": {
3959           "type": "string"
3960         }, 
3961         "named-query-elements": {
3962           "items": {
3963             "$ref": "#/definitions/named-query-element"
3964           }, 
3965           "type": "array"
3966         }, 
3967         "named-query-name": {
3968           "type": "string"
3969         }, 
3970         "named-query-uuid": {
3971           "type": "string"
3972         }, 
3973         "named-query-version": {
3974           "type": "string"
3975         }, 
3976         "relationship-list": {
3977           "$ref": "#/definitions/relationship", 
3978           "type": "object"
3979         }, 
3980         "required-input-param": {
3981           "type": "string"
3982         }, 
3983         "resource-version": {
3984           "type": "string"
3985         }
3986       }, 
3987       "required": [
3988         "named-query-uuid", 
3989         "named-query-name", 
3990         "named-query-version"
3991       ]
3992     }, 
3993     "named-query-element": {
3994       "description": "TBD\n###### Related Nodes\n- TO model( named-query-element IsA model, MANY2ONE)\n- TO named-query-element( named-query-element BelongsTo named-query-element, MANY2ONE)(4)\n- TO named-query (PARENT of named-query-element, named-query-element BelongsTo named-query, ONE2ONE)(4)\n- FROM named-query-element (PARENT of named-query-element, named-query-element BelongsTo named-query-element, MANY2ONE)(4)\n- FROM property-constraint (CHILD of named-query-element, property-constraint BelongsTo named-query-element, MANY2ONE)(1)\n- FROM related-lookup (CHILD of named-query-element, related-lookup BelongsTo named-query-element, MANY2ONE)(1)\n\n-(1) IF this NAMED-QUERY-ELEMENT node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this NAMED-QUERY-ELEMENT is DELETED also\n", 
3995       "properties": {
3996         "do-not-output": {
3997           "type": "string"
3998         }, 
3999         "named-query-element-uuid": {
4000           "type": "string"
4001         }, 
4002         "named-query-elements": {
4003           "items": {
4004             "$ref": "#/definitions/named-query-element"
4005           }, 
4006           "type": "array"
4007         }, 
4008         "property-collect-list": {
4009           "type": "string"
4010         }, 
4011         "property-constraints": {
4012           "items": {
4013             "$ref": "#/definitions/property-constraint"
4014           }, 
4015           "type": "array"
4016         }, 
4017         "property-limit-desc": {
4018           "type": "string"
4019         }, 
4020         "related-lookups": {
4021           "items": {
4022             "$ref": "#/definitions/related-lookup"
4023           }, 
4024           "type": "array"
4025         }, 
4026         "relationship-list": {
4027           "$ref": "#/definitions/relationship", 
4028           "type": "object"
4029         }, 
4030         "resource-version": {
4031           "type": "string"
4032         }
4033       }, 
4034       "required": [
4035         "named-query-element-uuid"
4036       ]
4037     }, 
4038     "named-query-elements": {
4039       "properties": {
4040         "named-query-element": {
4041           "items": {
4042             "$ref": "#/definitions/named-query-element"
4043           }, 
4044           "type": "array"
4045         }
4046       }
4047     }, 
4048     "network": {
4049       "description": "Namespace for network inventory resources.\n", 
4050       "properties": {
4051         "collections": {
4052           "items": {
4053             "$ref": "#/definitions/collection"
4054           }, 
4055           "type": "array"
4056         }, 
4057         "configurations": {
4058           "items": {
4059             "$ref": "#/definitions/configuration"
4060           }, 
4061           "type": "array"
4062         }, 
4063         "connectivities": {
4064           "items": {
4065             "$ref": "#/definitions/connectivity"
4066           }, 
4067           "type": "array"
4068         }, 
4069         "devices": {
4070           "items": {
4071             "$ref": "#/definitions/device"
4072           }, 
4073           "type": "array"
4074         }, 
4075         "ext-aai-networks": {
4076           "items": {
4077             "$ref": "#/definitions/ext-aai-network"
4078           }, 
4079           "type": "array"
4080         }, 
4081         "forwarding-paths": {
4082           "items": {
4083             "$ref": "#/definitions/forwarding-path"
4084           }, 
4085           "type": "array"
4086         }, 
4087         "generic-vnfs": {
4088           "items": {
4089             "$ref": "#/definitions/generic-vnf"
4090           }, 
4091           "type": "array"
4092         }, 
4093         "instance-groups": {
4094           "items": {
4095             "$ref": "#/definitions/instance-group"
4096           }, 
4097           "type": "array"
4098         }, 
4099         "ipsec-configurations": {
4100           "items": {
4101             "$ref": "#/definitions/ipsec-configuration"
4102           }, 
4103           "type": "array"
4104         }, 
4105         "l3-networks": {
4106           "items": {
4107             "$ref": "#/definitions/l3-network"
4108           }, 
4109           "type": "array"
4110         }, 
4111         "lag-links": {
4112           "items": {
4113             "$ref": "#/definitions/lag-link"
4114           }, 
4115           "type": "array"
4116         }, 
4117         "lan-port-configs": {
4118           "items": {
4119             "$ref": "#/definitions/lan-port-config"
4120           }, 
4121           "type": "array"
4122         }, 
4123         "logical-links": {
4124           "items": {
4125             "$ref": "#/definitions/logical-link"
4126           }, 
4127           "type": "array"
4128         }, 
4129         "multicast-configurations": {
4130           "items": {
4131             "$ref": "#/definitions/multicast-configuration"
4132           }, 
4133           "type": "array"
4134         }, 
4135         "network-policies": {
4136           "items": {
4137             "$ref": "#/definitions/network-policy"
4138           }, 
4139           "type": "array"
4140         }, 
4141         "network-resources": {
4142           "items": {
4143             "$ref": "#/definitions/network-resource"
4144           }, 
4145           "type": "array"
4146         }, 
4147         "newvces": {
4148           "items": {
4149             "$ref": "#/definitions/newvce"
4150           }, 
4151           "type": "array"
4152         }, 
4153         "physical-links": {
4154           "items": {
4155             "$ref": "#/definitions/physical-link"
4156           }, 
4157           "type": "array"
4158         }, 
4159         "pnfs": {
4160           "items": {
4161             "$ref": "#/definitions/pnf"
4162           }, 
4163           "type": "array"
4164         }, 
4165         "route-table-references": {
4166           "items": {
4167             "$ref": "#/definitions/route-table-reference"
4168           }, 
4169           "type": "array"
4170         }, 
4171         "sdwan-vpns": {
4172           "items": {
4173             "$ref": "#/definitions/sdwan-vpn"
4174           }, 
4175           "type": "array"
4176         }, 
4177         "site-pair-sets": {
4178           "items": {
4179             "$ref": "#/definitions/site-pair-set"
4180           }, 
4181           "type": "array"
4182         }, 
4183         "site-resources": {
4184           "items": {
4185             "$ref": "#/definitions/site-resource"
4186           }, 
4187           "type": "array"
4188         }, 
4189         "vces": {
4190           "items": {
4191             "$ref": "#/definitions/vce"
4192           }, 
4193           "type": "array"
4194         }, 
4195         "vlan-tags": {
4196           "items": {
4197             "$ref": "#/definitions/vlan-tag"
4198           }, 
4199           "type": "array"
4200         }, 
4201         "vnfcs": {
4202           "items": {
4203             "$ref": "#/definitions/vnfc"
4204           }, 
4205           "type": "array"
4206         }, 
4207         "vpls-pes": {
4208           "items": {
4209             "$ref": "#/definitions/vpls-pe"
4210           }, 
4211           "type": "array"
4212         }, 
4213         "vpn-bindings": {
4214           "items": {
4215             "$ref": "#/definitions/vpn-binding"
4216           }, 
4217           "type": "array"
4218         }, 
4219         "wan-port-configs": {
4220           "items": {
4221             "$ref": "#/definitions/wan-port-config"
4222           }, 
4223           "type": "array"
4224         }, 
4225         "zones": {
4226           "items": {
4227             "$ref": "#/definitions/zone"
4228           }, 
4229           "type": "array"
4230         }
4231       }
4232     }, 
4233     "network-policies": {
4234       "properties": {
4235         "network-policy": {
4236           "items": {
4237             "$ref": "#/definitions/network-policy"
4238           }, 
4239           "type": "array"
4240         }
4241       }
4242     }, 
4243     "network-policy": {
4244       "description": "###### Related Nodes\n- FROM allotted-resource( allotted-resource Uses network-policy, ONE2ONE)\n- FROM l3-network( l3-network Uses network-policy, MANY2MANY)\n", 
4245       "properties": {
4246         "heat-stack-id": {
4247           "description": "ID for the openStack Heat instance", 
4248           "type": "string"
4249         }, 
4250         "network-policy-fqdn": {
4251           "description": "Contrail FQDN for the policy", 
4252           "type": "string"
4253         }, 
4254         "network-policy-id": {
4255           "description": "UUID representing unique key to this instance", 
4256           "type": "string"
4257         }, 
4258         "relationship-list": {
4259           "$ref": "#/definitions/relationship", 
4260           "type": "object"
4261         }, 
4262         "resource-version": {
4263           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4264           "type": "string"
4265         }
4266       }, 
4267       "required": [
4268         "network-policy-id"
4269       ]
4270     }, 
4271     "network-profile": {
4272       "description": "Network profile populated by SDN-GP for SNMP\n###### Related Nodes\n- TO generic-vnf( network-profile AppliesTo generic-vnf, MANY2MANY)\n", 
4273       "properties": {
4274         "community-string": {
4275           "description": "Encrypted SNMP community string", 
4276           "type": "string"
4277         }, 
4278         "nm-profile-name": {
4279           "description": "Unique name of network profile.", 
4280           "type": "string"
4281         }, 
4282         "relationship-list": {
4283           "$ref": "#/definitions/relationship", 
4284           "type": "object"
4285         }, 
4286         "resource-version": {
4287           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4288           "type": "string"
4289         }
4290       }, 
4291       "required": [
4292         "nm-profile-name"
4293       ]
4294     }, 
4295     "network-profiles": {
4296       "description": "Collection of network profiles\n", 
4297       "properties": {
4298         "network-profile": {
4299           "items": {
4300             "$ref": "#/definitions/network-profile"
4301           }, 
4302           "type": "array"
4303         }
4304       }
4305     }, 
4306     "network-resource": {
4307       "description": "Instance of a network-resource\n###### Related Nodes\n- TO ext-aai-network( network-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( network-resource Uses vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM pnf( pnf LinksTo network-resource, MANY2MANY)\nFor CCVPN Usecase\n", 
4308       "properties": {
4309         "client-id": {
4310           "description": "Store the id of the client of this network-resource.", 
4311           "type": "string"
4312         }, 
4313         "network-id": {
4314           "description": "Uniquely identifies this network-resource by id", 
4315           "type": "string"
4316         }, 
4317         "provider-id": {
4318           "description": "Store the id of the provider of this network-resource.", 
4319           "type": "string"
4320         }, 
4321         "relationship-list": {
4322           "$ref": "#/definitions/relationship", 
4323           "type": "object"
4324         }, 
4325         "resource-version": {
4326           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4327           "type": "string"
4328         }, 
4329         "selflink": {
4330           "description": "Store the link to get more information for this object.", 
4331           "type": "string"
4332         }, 
4333         "te-topo-id": {
4334           "description": "Store the id of the te-topo of this network-resource.", 
4335           "type": "string"
4336         }
4337       }, 
4338       "required": [
4339         "network-id"
4340       ]
4341     }, 
4342     "network-resources": {
4343       "description": "Collection of network-resources\n", 
4344       "properties": {
4345         "network-resource": {
4346           "items": {
4347             "$ref": "#/definitions/network-resource"
4348           }, 
4349           "type": "array"
4350         }
4351       }
4352     }, 
4353     "network-technologies": {
4354       "description": "The network-technology object is used to capture the supported network technologies of a cloud-region.\n", 
4355       "properties": {
4356         "network-technology": {
4357           "items": {
4358             "$ref": "#/definitions/network-technology"
4359           }, 
4360           "type": "array"
4361         }
4362       }
4363     }, 
4364     "network-technology": {
4365       "description": "The network-technology object is used to capture the supported network technologies of a cloud-region.\n###### Related Nodes\n- FROM cloud-region( cloud-region Uses network-technology, MANY2MANY)\n", 
4366       "properties": {
4367         "network-technology-id": {
4368           "description": "Unique identifier of the network-technology object (UUID)", 
4369           "type": "string"
4370         }, 
4371         "network-technology-name": {
4372           "description": "The network-technology  that a cloud-region can support. Current valid values- CONTRAIL AIC_SR_IOV OVS STANDARD-SR-IOV", 
4373           "type": "string"
4374         }, 
4375         "relationship-list": {
4376           "$ref": "#/definitions/relationship", 
4377           "type": "object"
4378         }, 
4379         "resource-version": {
4380           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4381           "type": "string"
4382         }
4383       }, 
4384       "required": [
4385         "network-technology-id", 
4386         "network-technology-name"
4387       ]
4388     }, 
4389     "newvce": {
4390       "description": "This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce.\n###### Related Nodes\n- FROM l-interface (CHILD of newvce, l-interface BelongsTo newvce, MANY2ONE)(1)\n\n-(1) IF this NEWVCE node is deleted, this FROM node is DELETED also\n", 
4391       "properties": {
4392         "equipment-role": {
4393           "description": "Client should send valid enumerated value.", 
4394           "type": "string"
4395         }, 
4396         "heat-stack-id": {
4397           "description": "Heat stack id corresponding to this instance, managed by MSO", 
4398           "type": "string"
4399         }, 
4400         "ipv4-loopback0-address": {
4401           "description": "v4 Loopback0 address", 
4402           "type": "string"
4403         }, 
4404         "ipv4-oam-address": {
4405           "description": "Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).", 
4406           "type": "string"
4407         }, 
4408         "l-interfaces": {
4409           "items": {
4410             "$ref": "#/definitions/l-interface"
4411           }, 
4412           "type": "array"
4413         }, 
4414         "license-key": {
4415           "description": "OBSOLETE -  do not use", 
4416           "type": "string"
4417         }, 
4418         "mso-catalog-key": {
4419           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
4420           "type": "string"
4421         }, 
4422         "operational-status": {
4423           "description": "Indicator for whether the resource is considered operational", 
4424           "type": "string"
4425         }, 
4426         "orchestration-status": {
4427           "description": "Orchestration status of this VNF, mastered by MSO.", 
4428           "type": "string"
4429         }, 
4430         "prov-status": {
4431           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
4432           "type": "string"
4433         }, 
4434         "relationship-list": {
4435           "$ref": "#/definitions/relationship", 
4436           "type": "object"
4437         }, 
4438         "resource-version": {
4439           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4440           "type": "string"
4441         }, 
4442         "vnf-id2": {
4443           "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
4444           "type": "string"
4445         }, 
4446         "vnf-name": {
4447           "description": "Name of VNF.", 
4448           "type": "string"
4449         }, 
4450         "vnf-name2": {
4451           "description": "Alternate name of VNF.", 
4452           "type": "string"
4453         }, 
4454         "vnf-type": {
4455           "description": "String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.", 
4456           "type": "string"
4457         }
4458       }, 
4459       "required": [
4460         "vnf-id2", 
4461         "vnf-name", 
4462         "vnf-type"
4463       ]
4464     }, 
4465     "newvces": {
4466       "description": "This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce.\n", 
4467       "properties": {
4468         "newvce": {
4469           "items": {
4470             "$ref": "#/definitions/newvce"
4471           }, 
4472           "type": "array"
4473         }
4474       }
4475     }, 
4476     "nodes": {
4477       "properties": {
4478         "inventory-item-data": {
4479           "items": {
4480             "$ref": "#/definitions/inventory-item-data"
4481           }, 
4482           "type": "array"
4483         }
4484       }
4485     }, 
4486     "nos-server": {
4487       "description": "nos-server is the execution environment that will have images, certain versions of VNOS, running on it.\n###### Related Nodes\n- TO pserver( nos-server HostedOn pserver, ONE2ONE)\n- TO tenant (PARENT of nos-server, nos-server BelongsTo tenant, MANY2ONE)\n- FROM generic-vnf( generic-vnf HostedOn nos-server, MANY2ONE)\n", 
4488       "properties": {
4489         "in-maint": {
4490           "description": "Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.", 
4491           "type": "boolean"
4492         }, 
4493         "nos-server-id": {
4494           "description": "Unique identifier for this nos relative to its tenant", 
4495           "type": "string"
4496         }, 
4497         "nos-server-name": {
4498           "description": "Name of nos", 
4499           "type": "string"
4500         }, 
4501         "nos-server-selflink": {
4502           "description": "URL to endpoint where AAI can get more details", 
4503           "type": "string"
4504         }, 
4505         "prov-status": {
4506           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
4507           "type": "string"
4508         }, 
4509         "relationship-list": {
4510           "$ref": "#/definitions/relationship", 
4511           "type": "object"
4512         }, 
4513         "resource-version": {
4514           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4515           "type": "string"
4516         }, 
4517         "vendor": {
4518           "description": "uCPE vendor", 
4519           "type": "string"
4520         }
4521       }, 
4522       "required": [
4523         "nos-server-id", 
4524         "nos-server-name", 
4525         "vendor", 
4526         "nos-server-selflink", 
4527         "in-maint"
4528       ]
4529     }, 
4530     "nos-servers": {
4531       "description": "nos-server is the execution environment that will have images, certain versions of VNOS, running on it.\n", 
4532       "properties": {
4533         "nos-server": {
4534           "items": {
4535             "$ref": "#/definitions/nos-server"
4536           }, 
4537           "type": "array"
4538         }
4539       }
4540     }, 
4541     "notification-event": {
4542       "properties": {
4543         "cambria.partition": {
4544           "type": "string"
4545         }, 
4546         "notification-event-header": {
4547           "$ref": "#/definitions/notification-event-header", 
4548           "type": "object"
4549         }
4550       }
4551     }, 
4552     "notification-event-header": {
4553       "properties": {
4554         "action": {
4555           "type": "string"
4556         }, 
4557         "domain": {
4558           "type": "string"
4559         }, 
4560         "entity-link": {
4561           "type": "string"
4562         }, 
4563         "entity-type": {
4564           "type": "string"
4565         }, 
4566         "event-type": {
4567           "type": "string"
4568         }, 
4569         "id": {
4570           "type": "string"
4571         }, 
4572         "sequence-number": {
4573           "type": "string"
4574         }, 
4575         "severity": {
4576           "type": "string"
4577         }, 
4578         "source-name": {
4579           "type": "string"
4580         }, 
4581         "status": {
4582           "type": "string"
4583         }, 
4584         "timestamp": {
4585           "type": "string"
4586         }, 
4587         "top-entity-type": {
4588           "type": "string"
4589         }, 
4590         "version": {
4591           "type": "string"
4592         }
4593       }
4594     }, 
4595     "notify": {
4596       "properties": {
4597         "event-id": {
4598           "type": "string"
4599         }, 
4600         "event-trigger": {
4601           "type": "string"
4602         }, 
4603         "key-data": {
4604           "items": {
4605             "$ref": "#/definitions/key-data"
4606           }, 
4607           "type": "array"
4608         }, 
4609         "node-type": {
4610           "type": "string"
4611         }, 
4612         "selflink": {
4613           "type": "string"
4614         }
4615       }, 
4616       "required": [
4617         "event-id"
4618       ]
4619     }, 
4620     "oam-network": {
4621       "description": "OAM network, to be deprecated shortly.  Do not use for new purposes. \n###### Related Nodes\n- TO cloud-region (PARENT of oam-network, oam-network BelongsTo cloud-region, MANY2ONE)\n- TO complex( oam-network AppliesTo complex, MANY2MANY)\n- TO service-capability( oam-network AppliesTo service-capability, MANY2MANY)\n", 
4622       "properties": {
4623         "cvlan-tag": {
4624           "description": "cvlan-id", 
4625           "format": "int64", 
4626           "type": "integer"
4627         }, 
4628         "ipv4-oam-gateway-address": {
4629           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
4630           "type": "string"
4631         }, 
4632         "ipv4-oam-gateway-address-prefix-length": {
4633           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
4634           "format": "int32", 
4635           "type": "integer"
4636         }, 
4637         "network-name": {
4638           "description": "Name of the network.", 
4639           "type": "string"
4640         }, 
4641         "network-uuid": {
4642           "description": "UUID of the network. Unique across a cloud-region", 
4643           "type": "string"
4644         }, 
4645         "relationship-list": {
4646           "$ref": "#/definitions/relationship", 
4647           "type": "object"
4648         }, 
4649         "resource-version": {
4650           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4651           "type": "string"
4652         }
4653       }, 
4654       "required": [
4655         "network-uuid", 
4656         "network-name", 
4657         "cvlan-tag"
4658       ]
4659     }, 
4660     "oam-networks": {
4661       "description": "Collection of OAM networks, to be deprecated shortly.  Do not use for new purposes. \n", 
4662       "properties": {
4663         "oam-network": {
4664           "items": {
4665             "$ref": "#/definitions/oam-network"
4666           }, 
4667           "type": "array"
4668         }
4669       }
4670     }, 
4671     "operational-environment": {
4672       "description": "It is a logical partition of the cloud which allows to have multiple environments in the production AIC.\n###### Related Nodes\n- TO operational-environment( operational-environment Uses operational-environment, MANY2MANY)\n- FROM operational-environment( operational-environment Uses operational-environment, MANY2MANY)\n", 
4673       "properties": {
4674         "operational-environment-id": {
4675           "description": "UUID of an operational environment", 
4676           "type": "string"
4677         }, 
4678         "operational-environment-name": {
4679           "description": "Operational Environment name", 
4680           "type": "string"
4681         }, 
4682         "operational-environment-status": {
4683           "description": "Status", 
4684           "type": "string"
4685         }, 
4686         "operational-environment-type": {
4687           "description": "Operational Environment Type.", 
4688           "type": "string"
4689         }, 
4690         "relationship-list": {
4691           "$ref": "#/definitions/relationship", 
4692           "type": "object"
4693         }, 
4694         "resource-version": {
4695           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4696           "type": "string"
4697         }, 
4698         "tenant-context": {
4699           "description": "Tenant Context.", 
4700           "type": "string"
4701         }, 
4702         "workload-context": {
4703           "description": "Workload Context.", 
4704           "type": "string"
4705         }
4706       }, 
4707       "required": [
4708         "operational-environment-id", 
4709         "operational-environment-name", 
4710         "operational-environment-type", 
4711         "operational-environment-status", 
4712         "tenant-context", 
4713         "workload-context"
4714       ]
4715     }, 
4716     "operational-environments": {
4717       "description": "a logical partition of the cloud which allows to have multiple environments in the production AIC.\n", 
4718       "properties": {
4719         "operational-environment": {
4720           "items": {
4721             "$ref": "#/definitions/operational-environment"
4722           }, 
4723           "type": "array"
4724         }
4725       }
4726     }, 
4727     "overloaded-model": {
4728       "description": "Allows for legacy POST of old-style and new-style models\n", 
4729       "properties": {
4730         "model-description": {
4731           "description": "Description", 
4732           "type": "string"
4733         }, 
4734         "model-id": {
4735           "description": "Invariant unique ID which does not change from version to version", 
4736           "type": "string"
4737         }, 
4738         "model-invariant-id": {
4739           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
4740           "type": "string"
4741         }, 
4742         "model-name": {
4743           "description": "Name of the model, which can change from version to version.", 
4744           "type": "string"
4745         }, 
4746         "model-name-version-id": {
4747           "description": "Unique identifier corresponding to one version of a model in ASDC", 
4748           "type": "string"
4749         }, 
4750         "model-type": {
4751           "description": "Type of the model, e.g., service, resource, widget, etc.", 
4752           "type": "string"
4753         }, 
4754         "model-vers": {
4755           "$ref": "#/definitions/model-vers", 
4756           "type": "object"
4757         }, 
4758         "model-version": {
4759           "description": "Version", 
4760           "type": "string"
4761         }, 
4762         "relationship-list": {
4763           "$ref": "#/definitions/relationship-list", 
4764           "type": "object"
4765         }, 
4766         "resource-version": {
4767           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4768           "type": "string"
4769         }
4770       }, 
4771       "required": [
4772         "model-invariant-id", 
4773         "model-name-version-id", 
4774         "model-type", 
4775         "model-name", 
4776         "model-id", 
4777         "model-version"
4778       ]
4779     }, 
4780     "owning-entities": {
4781       "description": "Collection of owning-entities\n", 
4782       "properties": {
4783         "owning-entity": {
4784           "items": {
4785             "$ref": "#/definitions/owning-entity"
4786           }, 
4787           "type": "array"
4788         }
4789       }
4790     }, 
4791     "owning-entity": {
4792       "description": "describes an owning-entity\n###### Related Nodes\n- FROM service-instance( service-instance BelongsTo owning-entity, MANY2ONE)\n", 
4793       "properties": {
4794         "owning-entity-id": {
4795           "description": "UUID of an owning entity", 
4796           "type": "string"
4797         }, 
4798         "owning-entity-name": {
4799           "description": "Owning entity name", 
4800           "type": "string"
4801         }, 
4802         "relationship-list": {
4803           "$ref": "#/definitions/relationship", 
4804           "type": "object"
4805         }, 
4806         "resource-version": {
4807           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4808           "type": "string"
4809         }
4810       }, 
4811       "required": [
4812         "owning-entity-id", 
4813         "owning-entity-name"
4814       ]
4815     }, 
4816     "p-interface": {
4817       "description": "Physical interface (e.g., nic)\n###### Related Nodes\n- TO logical-link( p-interface LinksTo logical-link, MANY2ONE)\n- TO pnf (PARENT of p-interface, p-interface BindsTo pnf, MANY2ONE)(4)\n- TO pserver (PARENT of p-interface, p-interface BindsTo pserver, MANY2ONE)(4)\n- TO vpls-pe (PARENT of p-interface, p-interface BindsTo vpls-pe, MANY2ONE)(4)\n- TO physical-link( p-interface LinksTo physical-link, MANY2ONE)(2)\n- FROM allotted-resource( allotted-resource Uses p-interface, ONE2MANY)\nAAI-1925 For CCVPN Usecase\n- FROM forwarder( forwarder ForwardsTo p-interface, MANY2MANY)\n- FROM l-interface (CHILD of p-interface, l-interface BindsTo p-interface, MANY2ONE)(1)\n- FROM lag-interface( lag-interface Uses p-interface, MANY2MANY)\n- FROM sriov-pf (CHILD of p-interface, sriov-pf BelongsTo p-interface, ONE2ONE)(1)\n- FROM vpn-binding( vpn-binding BindsTo p-interface, ONE2MANY)\nFor CCVPN Usecase\n\n-(1) IF this P-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this P-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this P-INTERFACE is DELETED also\n", 
4818       "properties": {
4819         "equipment-identifier": {
4820           "description": "CLEI or other specification for p-interface hardware.", 
4821           "type": "string"
4822         }, 
4823         "in-maint": {
4824           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
4825           "type": "boolean"
4826         }, 
4827         "interface-name": {
4828           "description": "Name that identifies the physical interface", 
4829           "type": "string"
4830         }, 
4831         "interface-role": {
4832           "description": "Role specification for p-interface hardware.", 
4833           "type": "string"
4834         }, 
4835         "interface-type": {
4836           "description": "Indicates the physical properties of the interface.", 
4837           "type": "string"
4838         }, 
4839         "inv-status": {
4840           "description": "inventory status", 
4841           "type": "string"
4842         }, 
4843         "l-interfaces": {
4844           "items": {
4845             "$ref": "#/definitions/l-interface"
4846           }, 
4847           "type": "array"
4848         }, 
4849         "mac-addresss": {
4850           "description": "MAC Address of the p-interface.", 
4851           "type": "string"
4852         }, 
4853         "network-ref": {
4854           "description": "Store the network-ref of this p-interface. Derived from ietf-restconf-notification that identifies a termination-point.", 
4855           "type": "string"
4856         }, 
4857         "operational-status": {
4858           "description": "oper Status of this p-interface.", 
4859           "type": "string"
4860         }, 
4861         "port-description": {
4862           "description": "Nature of the services and connectivity on this port.", 
4863           "type": "string"
4864         }, 
4865         "prov-status": {
4866           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
4867           "type": "string"
4868         }, 
4869         "relationship-list": {
4870           "$ref": "#/definitions/relationship", 
4871           "type": "object"
4872         }, 
4873         "resource-version": {
4874           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4875           "type": "string"
4876         }, 
4877         "selflink": {
4878           "description": "URL to endpoint where AAI can get more details.", 
4879           "type": "string"
4880         }, 
4881         "speed-units": {
4882           "description": "Captures the units corresponding to the speed", 
4883           "type": "string"
4884         }, 
4885         "speed-value": {
4886           "description": "Captures the numeric part of the speed", 
4887           "type": "string"
4888         }, 
4889         "sriov-pfs": {
4890           "items": {
4891             "$ref": "#/definitions/sriov-pf"
4892           }, 
4893           "type": "array"
4894         }, 
4895         "transparent": {
4896           "description": "Store the transparent value of this p-interface.", 
4897           "type": "string"
4898         }
4899       }, 
4900       "required": [
4901         "interface-name", 
4902         "in-maint"
4903       ]
4904     }, 
4905     "p-interfaces": {
4906       "description": "Collection of physical interfaces.\n", 
4907       "properties": {
4908         "p-interface": {
4909           "items": {
4910             "$ref": "#/definitions/p-interface"
4911           }, 
4912           "type": "array"
4913         }
4914       }
4915     }, 
4916     "physical-link": {
4917       "description": "Collection of physical connections, typically between p-interfaces\n###### Related Nodes\n- FROM p-interface( p-interface LinksTo physical-link, MANY2ONE)(3)\n\n-(3) IF this FROM node is deleted, this PHYSICAL-LINK is DELETED also\n", 
4918       "properties": {
4919         "circuit-id": {
4920           "description": "Circuit it", 
4921           "type": "string"
4922         }, 
4923         "dual-mode": {
4924           "description": "Dual access mode (e.g., primary, secondary", 
4925           "type": "string"
4926         }, 
4927         "link-name": {
4928           "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
4929           "type": "string"
4930         }, 
4931         "management-option": {
4932           "description": "To provide information on who manages this circuit. A&AI or 3rd party transport provider", 
4933           "type": "string"
4934         }, 
4935         "relationship-list": {
4936           "$ref": "#/definitions/relationship", 
4937           "type": "object"
4938         }, 
4939         "resource-version": {
4940           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4941           "type": "string"
4942         }, 
4943         "service-provider-bandwidth-down-units": {
4944           "description": "Units for downstream BW value", 
4945           "type": "string"
4946         }, 
4947         "service-provider-bandwidth-down-value": {
4948           "description": "Downstream Bandwidth value agreed with the service provider", 
4949           "format": "int32", 
4950           "type": "integer"
4951         }, 
4952         "service-provider-bandwidth-up-units": {
4953           "description": "Units for the upstream BW value", 
4954           "type": "string"
4955         }, 
4956         "service-provider-bandwidth-up-value": {
4957           "description": "Upstream Bandwidth value agreed with the service provider", 
4958           "format": "int32", 
4959           "type": "integer"
4960         }, 
4961         "service-provider-name": {
4962           "description": "Name of the service Provider on this link.", 
4963           "type": "string"
4964         }, 
4965         "speed-units": {
4966           "description": "Captures the units corresponding to the speed", 
4967           "type": "string"
4968         }, 
4969         "speed-value": {
4970           "description": "Captures the numeric part of the speed", 
4971           "type": "string"
4972         }
4973       }, 
4974       "required": [
4975         "link-name"
4976       ]
4977     }, 
4978     "physical-links": {
4979       "description": "Collection of physical connections, typically between p-interfaces\n", 
4980       "properties": {
4981         "physical-link": {
4982           "items": {
4983             "$ref": "#/definitions/physical-link"
4984           }, 
4985           "type": "array"
4986         }
4987       }
4988     }, 
4989     "platform": {
4990       "description": "describes a platform\n###### Related Nodes\n- TO generic-vnf( platform Uses generic-vnf, MANY2MANY)\n- TO l3-network( platform Uses l3-network, MANY2MANY)\n", 
4991       "properties": {
4992         "platform-name": {
4993           "description": "Name of the platform", 
4994           "type": "string"
4995         }, 
4996         "relationship-list": {
4997           "$ref": "#/definitions/relationship", 
4998           "type": "object"
4999         }, 
5000         "resource-version": {
5001           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5002           "type": "string"
5003         }
5004       }, 
5005       "required": [
5006         "platform-name"
5007       ]
5008     }, 
5009     "platforms": {
5010       "description": "Collection of platforms\n", 
5011       "properties": {
5012         "platform": {
5013           "items": {
5014             "$ref": "#/definitions/platform"
5015           }, 
5016           "type": "array"
5017         }
5018       }
5019     }, 
5020     "pnf": {
5021       "description": "PNF represents a physical network function. typically equipment used in the D1 world. in 1607, this will be populated by SDN-C to represent a premises router that a uCPE connects to. But this can be used to represent any physical device that is not an AIC node or uCPE.\n###### Related Nodes\n- TO complex( pnf LocatedIn complex, MANY2ONE)\n- TO ext-aai-network( pnf BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO instance-group( pnf MemberOf instance-group, MANY2MANY)\n- TO network-resource( pnf LinksTo network-resource, MANY2MANY)\nFor CCVPN Usecase\n- TO zone( pnf LocatedIn zone, MANY2ONE)\n- FROM configuration( configuration AppliesTo pnf, MANY2MANY)\n- FROM esr-thirdparty-sdnc( esr-thirdparty-sdnc AppliesTo pnf, ONE2MANY)\n- FROM generic-vnf( generic-vnf HostedOn pnf, MANY2MANY)\n- FROM lag-interface (CHILD of pnf, lag-interface BindsTo pnf, MANY2ONE)(1)\n- FROM logical-link( logical-link BridgedTo pnf, MANY2MANY)\n- FROM p-interface (CHILD of pnf, p-interface BindsTo pnf, MANY2ONE)(1)\n- FROM service-instance( service-instance ComposedOf pnf, ONE2MANY)\n- FROM software-version (CHILD of pnf, software-version BelongsTo pnf, MANY2ONE)\n\n-(1) IF this PNF node is deleted, this FROM node is DELETED also\n-PNF cannot be deleted if related to NETWORK-RESOURCE,SOFTWARE-VERSION\n", 
5022       "properties": {
5023         "admin-status": {
5024           "description": "admin Status of this PNF", 
5025           "type": "string"
5026         }, 
5027         "equip-model": {
5028           "description": "Equipment model.  Source of truth should define valid values.", 
5029           "type": "string"
5030         }, 
5031         "equip-type": {
5032           "description": "Equipment type.  Source of truth should define valid values.", 
5033           "type": "string"
5034         }, 
5035         "equip-vendor": {
5036           "description": "Equipment vendor.  Source of truth should define valid values.", 
5037           "type": "string"
5038         }, 
5039         "frame-id": {
5040           "description": "ID of the physical frame (relay rack) where pnf is installed.", 
5041           "type": "string"
5042         }, 
5043         "in-maint": {
5044           "description": "Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.", 
5045           "type": "boolean"
5046         }, 
5047         "inv-status": {
5048           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
5049           "type": "string"
5050         }, 
5051         "ipaddress-v4-aim": {
5052           "description": "IPV4 AIM address", 
5053           "type": "string"
5054         }, 
5055         "ipaddress-v4-loopback-0": {
5056           "description": "IPV4 Loopback 0 address", 
5057           "type": "string"
5058         }, 
5059         "ipaddress-v4-oam": {
5060           "description": "ipv4-oam-address with new naming convention for IP addresses", 
5061           "type": "string"
5062         }, 
5063         "ipaddress-v6-aim": {
5064           "description": "IPV6 AIM address", 
5065           "type": "string"
5066         }, 
5067         "ipaddress-v6-loopback-0": {
5068           "description": "IPV6 Loopback 0 address", 
5069           "type": "string"
5070         }, 
5071         "ipaddress-v6-oam": {
5072           "description": "IPV6 OAM address", 
5073           "type": "string"
5074         }, 
5075         "lag-interfaces": {
5076           "items": {
5077             "$ref": "#/definitions/lag-interface"
5078           }, 
5079           "type": "array"
5080         }, 
5081         "management-option": {
5082           "description": "identifier of managed by ATT or customer", 
5083           "type": "string"
5084         }, 
5085         "model-customization-id": {
5086           "description": "Store the model-customization-id for this object.", 
5087           "type": "string"
5088         }, 
5089         "model-invariant-id": {
5090           "also requires": "model-version-id", 
5091           "description": "The ASDC model id for this resource  model.", 
5092           "type": "string"
5093         }, 
5094         "model-version-id": {
5095           "also requires": "model-invariant-id", 
5096           "description": "The ASDC model version for this resource  model.", 
5097           "type": "string"
5098         }, 
5099         "nf-role": {
5100           "description": "Nf Role is the role performed by this instance in the network.", 
5101           "type": "string"
5102         }, 
5103         "operational-status": {
5104           "description": "Store the operational-status for this object.", 
5105           "type": "string"
5106         }, 
5107         "p-interfaces": {
5108           "items": {
5109             "$ref": "#/definitions/p-interface"
5110           }, 
5111           "type": "array"
5112         }, 
5113         "pnf-id": {
5114           "description": "id of pnf", 
5115           "type": "string"
5116         }, 
5117         "pnf-ipv4-address": {
5118           "description": "This is the IP address (IPv4) for the PNF itself. This is the IPv4 address that the PNF iself can be accessed at.", 
5119           "type": "string"
5120         }, 
5121         "pnf-ipv6-address": {
5122           "description": "This is the IP address (IPv6) for the PNF itself. This is the IPv6 address that the PNF iself can be accessed at.", 
5123           "type": "string"
5124         }, 
5125         "pnf-name": {
5126           "description": "unique name of Physical Network Function.", 
5127           "type": "string"
5128         }, 
5129         "pnf-name2": {
5130           "description": "name of Physical Network Function.", 
5131           "type": "string"
5132         }, 
5133         "pnf-name2-source": {
5134           "description": "source of name2", 
5135           "type": "string"
5136         }, 
5137         "prov-status": {
5138           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
5139           "type": "string"
5140         }, 
5141         "relationship-list": {
5142           "$ref": "#/definitions/relationship", 
5143           "type": "object"
5144         }, 
5145         "resource-version": {
5146           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5147           "type": "string"
5148         }, 
5149         "selflink": {
5150           "description": "URL to endpoint where AAI can get more details.", 
5151           "type": "string"
5152         }, 
5153         "serial-number": {
5154           "description": "Serial number of the device", 
5155           "type": "string"
5156         }, 
5157         "software-versions": {
5158           "items": {
5159             "$ref": "#/definitions/software-version"
5160           }, 
5161           "type": "array"
5162         }, 
5163         "sw-version": {
5164           "description": "sw-version is the version of SW for the hosted application on the PNF.", 
5165           "type": "string"
5166         }
5167       }, 
5168       "required": [
5169         "pnf-name", 
5170         "in-maint"
5171       ]
5172     }, 
5173     "pnfs": {
5174       "description": "Collection of Physical Network Functions.\n", 
5175       "properties": {
5176         "pnf": {
5177           "items": {
5178             "$ref": "#/definitions/pnf"
5179           }, 
5180           "type": "array"
5181         }
5182       }
5183     }, 
5184     "port-group": {
5185       "description": "Used to capture the network interfaces of this VCE\n###### Related Nodes\n- TO vce (PARENT of port-group, port-group BelongsTo vce, MANY2ONE)(4)\n- FROM cvlan-tag (CHILD of port-group, cvlan-tag BelongsTo port-group, MANY2ONE)(1)\n\n-(1) IF this PORT-GROUP node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this PORT-GROUP is DELETED also\n", 
5186       "properties": {
5187         "cvlan-tags": {
5188           "items": {
5189             "$ref": "#/definitions/cvlan-tag-entry"
5190           }, 
5191           "type": "array"
5192         }, 
5193         "heat-stack-id": {
5194           "description": "Heat stack id corresponding to this instance, managed by MSO", 
5195           "type": "string"
5196         }, 
5197         "interface-id": {
5198           "description": "Unique ID of the interface", 
5199           "type": "string"
5200         }, 
5201         "interface-role": {
5202           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
5203           "type": "string"
5204         }, 
5205         "mso-catalog-key": {
5206           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
5207           "type": "string"
5208         }, 
5209         "neutron-network-id": {
5210           "description": "Neutron network id of this Interface", 
5211           "type": "string"
5212         }, 
5213         "neutron-network-name": {
5214           "description": "Neutron network name of this Interface", 
5215           "type": "string"
5216         }, 
5217         "orchestration-status": {
5218           "description": "Orchestration status of this VNF, mastered by MSO", 
5219           "type": "string"
5220         }, 
5221         "port-group-id": {
5222           "description": "Unique ID for port group in vmware", 
5223           "type": "string"
5224         }, 
5225         "port-group-name": {
5226           "description": "Likely to duplicate value of neutron network name", 
5227           "type": "string"
5228         }, 
5229         "relationship-list": {
5230           "$ref": "#/definitions/relationship", 
5231           "type": "object"
5232         }, 
5233         "resource-version": {
5234           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5235           "type": "string"
5236         }, 
5237         "switch-name": {
5238           "description": "DVS or standard switch name (should be non-null for port groups associated with DVS)", 
5239           "type": "string"
5240         }
5241       }, 
5242       "required": [
5243         "interface-id", 
5244         "orchestration-status"
5245       ]
5246     }, 
5247     "port-groups": {
5248       "properties": {
5249         "port-group": {
5250           "items": {
5251             "$ref": "#/definitions/port-group"
5252           }, 
5253           "type": "array"
5254         }
5255       }
5256     }, 
5257     "project": {
5258       "description": "describes the project\n###### Related Nodes\n- TO service-instance( project Uses service-instance, ONE2MANY)\n", 
5259       "properties": {
5260         "project-name": {
5261           "description": "Name of the project deploying a service", 
5262           "type": "string"
5263         }, 
5264         "relationship-list": {
5265           "$ref": "#/definitions/relationship", 
5266           "type": "object"
5267         }, 
5268         "resource-version": {
5269           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5270           "type": "string"
5271         }
5272       }, 
5273       "required": [
5274         "project-name"
5275       ]
5276     }, 
5277     "projects": {
5278       "description": "Collection of projects\n", 
5279       "properties": {
5280         "project": {
5281           "items": {
5282             "$ref": "#/definitions/project"
5283           }, 
5284           "type": "array"
5285         }
5286       }
5287     }, 
5288     "properties": {
5289       "description": "Property holder for query properties or instance properties\n", 
5290       "properties": {
5291         "property-name": {
5292           "type": "string"
5293         }, 
5294         "property-value": {
5295           "type": "string"
5296         }
5297       }
5298     }, 
5299     "property-constraint": {
5300       "description": "TBD\n###### Related Nodes\n- TO named-query-element (PARENT of property-constraint, property-constraint BelongsTo named-query-element, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this PROPERTY-CONSTRAINT is DELETED also\n", 
5301       "properties": {
5302         "constraint-type": {
5303           "type": "string"
5304         }, 
5305         "property-constraint-uuid": {
5306           "type": "string"
5307         }, 
5308         "property-name": {
5309           "type": "string"
5310         }, 
5311         "property-value": {
5312           "type": "string"
5313         }, 
5314         "resource-version": {
5315           "type": "string"
5316         }
5317       }, 
5318       "required": [
5319         "property-constraint-uuid", 
5320         "constraint-type", 
5321         "property-name", 
5322         "property-value"
5323       ]
5324     }, 
5325     "property-constraints": {
5326       "properties": {
5327         "property-constraint": {
5328           "items": {
5329             "$ref": "#/definitions/property-constraint"
5330           }, 
5331           "type": "array"
5332         }
5333       }
5334     }, 
5335     "pserver": {
5336       "description": "Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.\n###### Related Nodes\n- TO availability-zone( pserver MemberOf availability-zone, MANY2ONE)\n- TO cloud-region( pserver LocatedIn cloud-region, MANY2ONE)\n- TO complex( pserver LocatedIn complex, MANY2ONE)\n- TO group-assignment( pserver MemberOf group-assignment, MANY2ONE)\n- TO zone( pserver LocatedIn zone, MANY2ONE)\n- FROM flavor( flavor CanBeInstantiatedIn pserver, MANY2MANY)\nHPA Capacity getting the compute nodes from given flavor\n- FROM generic-vnf( generic-vnf HostedOn pserver, MANY2MANY)\n- FROM hpa-capacity (CHILD of pserver, hpa-capacity BelongsTo pserver, MANY2ONE)\nHPA Capacity KV for given compute node(1)\n- FROM lag-interface (CHILD of pserver, lag-interface BindsTo pserver, MANY2ONE)(1)\n- FROM logical-link( logical-link BridgedTo pserver, MANY2MANY)\n- FROM nos-server( nos-server HostedOn pserver, ONE2ONE)\n- FROM p-interface (CHILD of pserver, p-interface BindsTo pserver, MANY2ONE)(1)\n- FROM vserver( vserver HostedOn pserver, MANY2ONE)\n\n-(1) IF this PSERVER node is deleted, this FROM node is DELETED also\n-PSERVER cannot be deleted if related to GROUP-ASSIGNMENT,GENERIC-VNF,LOGICAL-LINK,NOS-SERVER,VSERVER\n", 
5337       "properties": {
5338         "disk-in-gigabytes": {
5339           "description": "Disk size, in GBs", 
5340           "format": "int32", 
5341           "type": "integer"
5342         }, 
5343         "equip-model": {
5344           "description": "Equipment model.  Source of truth should define valid values.", 
5345           "type": "string"
5346         }, 
5347         "equip-type": {
5348           "description": "Equipment type.  Source of truth should define valid values.", 
5349           "type": "string"
5350         }, 
5351         "equip-vendor": {
5352           "description": "Equipment vendor.  Source of truth should define valid values.", 
5353           "type": "string"
5354         }, 
5355         "fqdn": {
5356           "description": "Fully-qualified domain name", 
5357           "type": "string"
5358         }, 
5359         "host-profile": {
5360           "description": "The host profile that defines the configuration of the pserver.", 
5361           "type": "string"
5362         }, 
5363         "hostname": {
5364           "description": "Value from executing hostname on the compute node.", 
5365           "type": "string"
5366         }, 
5367         "hpa-capacity": {
5368           "items": {
5369             "$ref": "#/definitions/hpa-capacity"
5370           }, 
5371           "type": "array"
5372         }, 
5373         "in-maint": {
5374           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.", 
5375           "type": "boolean"
5376         }, 
5377         "internet-topology": {
5378           "description": "internet topology of Pserver", 
5379           "type": "string"
5380         }, 
5381         "inv-status": {
5382           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
5383           "type": "string"
5384         }, 
5385         "ipaddress-v4-aim": {
5386           "description": "IPV4 AIM address", 
5387           "type": "string"
5388         }, 
5389         "ipaddress-v4-loopback-0": {
5390           "description": "IPV4 Loopback 0 address", 
5391           "type": "string"
5392         }, 
5393         "ipaddress-v6-aim": {
5394           "description": "IPV6 AIM address", 
5395           "type": "string"
5396         }, 
5397         "ipaddress-v6-loopback-0": {
5398           "description": "IPV6 Loopback 0 address", 
5399           "type": "string"
5400         }, 
5401         "ipaddress-v6-oam": {
5402           "description": "IPV6 OAM address", 
5403           "type": "string"
5404         }, 
5405         "ipv4-oam-address": {
5406           "description": "Used to configure device, also used for troubleshooting and is IP used for traps generated by device.", 
5407           "type": "string"
5408         }, 
5409         "lag-interfaces": {
5410           "items": {
5411             "$ref": "#/definitions/lag-interface"
5412           }, 
5413           "type": "array"
5414         }, 
5415         "management-option": {
5416           "description": "Indicates who owns and or manages the device.", 
5417           "type": "string"
5418         }, 
5419         "number-of-cpus": {
5420           "description": "Number of cpus", 
5421           "format": "int32", 
5422           "type": "integer"
5423         }, 
5424         "p-interfaces": {
5425           "items": {
5426             "$ref": "#/definitions/p-interface"
5427           }, 
5428           "type": "array"
5429         }, 
5430         "prov-status": {
5431           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
5432           "type": "string"
5433         }, 
5434         "pserver-id": {
5435           "description": "ID of Pserver", 
5436           "type": "string"
5437         }, 
5438         "pserver-name2": {
5439           "description": "alternative pserver name", 
5440           "type": "string"
5441         }, 
5442         "pserver-selflink": {
5443           "description": "URL to endpoint where AAI can get more details", 
5444           "type": "string"
5445         }, 
5446         "ptnii-equip-name": {
5447           "description": "PTNII name", 
5448           "type": "string"
5449         }, 
5450         "purpose": {
5451           "description": "purpose of pserver", 
5452           "type": "string"
5453         }, 
5454         "ram-in-megabytes": {
5455           "description": "RAM size, in MBs", 
5456           "format": "int32", 
5457           "type": "integer"
5458         }, 
5459         "relationship-list": {
5460           "$ref": "#/definitions/relationship", 
5461           "type": "object"
5462         }, 
5463         "resource-version": {
5464           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5465           "type": "string"
5466         }, 
5467         "serial-number": {
5468           "description": "Serial number, may be queried", 
5469           "type": "string"
5470         }
5471       }, 
5472       "required": [
5473         "hostname", 
5474         "in-maint"
5475       ]
5476     }, 
5477     "pservers": {
5478       "description": "Collection of compute hosts.\n", 
5479       "properties": {
5480         "pserver": {
5481           "items": {
5482             "$ref": "#/definitions/pserver"
5483           }, 
5484           "type": "array"
5485         }
5486       }
5487     }, 
5488     "query-parameters": {
5489       "description": "QueryParameters for performing a named-query or model query\n", 
5490       "properties": {
5491         "named-query": {
5492           "$ref": "#/definitions/named-query", 
5493           "type": "object"
5494         }, 
5495         "overloaded-model": {
5496           "$ref": "#/definitions/overloaded-model", 
5497           "type": "object"
5498         }
5499       }
5500     }, 
5501     "related-lookup": {
5502       "description": "TBD\n###### Related Nodes\n- TO named-query-element (PARENT of related-lookup, related-lookup BelongsTo named-query-element, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this RELATED-LOOKUP is DELETED also\n", 
5503       "properties": {
5504         "property-collect-list": {
5505           "type": "string"
5506         }, 
5507         "related-lookup-uuid": {
5508           "type": "string"
5509         }, 
5510         "relationship-list": {
5511           "$ref": "#/definitions/relationship", 
5512           "type": "object"
5513         }, 
5514         "resource-version": {
5515           "type": "string"
5516         }, 
5517         "source-node-property": {
5518           "type": "string"
5519         }, 
5520         "source-node-type": {
5521           "type": "string"
5522         }, 
5523         "target-node-property": {
5524           "type": "string"
5525         }, 
5526         "target-node-type": {
5527           "type": "string"
5528         }
5529       }, 
5530       "required": [
5531         "related-lookup-uuid", 
5532         "source-node-type", 
5533         "source-node-property", 
5534         "target-node-type", 
5535         "target-node-property"
5536       ]
5537     }, 
5538     "related-lookups": {
5539       "properties": {
5540         "related-lookup": {
5541           "items": {
5542             "$ref": "#/definitions/related-lookup"
5543           }, 
5544           "type": "array"
5545         }
5546       }
5547     }, 
5548     "related-to-property": {
5549       "properties": {
5550         "property-key": {
5551           "description": "Key part of a key/value pair", 
5552           "type": "string"
5553         }, 
5554         "property-value": {
5555           "description": "Value part of a key/value pair", 
5556           "type": "string"
5557         }
5558       }
5559     }, 
5560     "relationship": {
5561       "description": "dictionary of relationship\n", 
5562       "properties": {
5563         "relationship": {
5564           "items": {
5565             "$ref": "#/definitions/relationship-dict"
5566           }, 
5567           "type": "array"
5568         }
5569       }, 
5570       "type": "object"
5571     }, 
5572     "relationship-data": {
5573       "properties": {
5574         "relationship-key": {
5575           "description": "A keyword provided by A&AI to indicate an attribute.", 
5576           "type": "string"
5577         }, 
5578         "relationship-value": {
5579           "description": "Value of the attribute.", 
5580           "type": "string"
5581         }
5582       }, 
5583       "required": [
5584         "relationship-key", 
5585         "relationship-value"
5586       ]
5587     }, 
5588     "relationship-dict": {
5589       "properties": {
5590         "related-link": {
5591           "description": "URL to the object in A&AI.", 
5592           "type": "string"
5593         }, 
5594         "related-to": {
5595           "description": "A keyword provided by A&AI to indicate type of node.", 
5596           "type": "string"
5597         }, 
5598         "relationship-data": {
5599           "items": {
5600             "$ref": "#/definitions/relationship-data"
5601           }, 
5602           "type": "array"
5603         }, 
5604         "relationship-label": {
5605           "description": "The edge label for this relationship.", 
5606           "type": "string"
5607         }
5608       }
5609     }, 
5610     "relationship-list": {
5611       "properties": {
5612         "relationship": {
5613           "$ref": "#/definitions/relationship", 
5614           "type": "object"
5615         }
5616       }
5617     }, 
5618     "reserved-prop-names": {
5619       "description": "Internal map to define some reserved properties of a vertex\n", 
5620       "properties": {
5621         "aai-created-ts": {
5622           "format": "int64", 
5623           "type": "integer"
5624         }, 
5625         "aai-last-mod-ts": {
5626           "format": "int64", 
5627           "type": "integer"
5628         }, 
5629         "aai-node-type": {
5630           "type": "string"
5631         }, 
5632         "aai-unique-key": {
5633           "type": "string"
5634         }, 
5635         "aai-uri": {
5636           "type": "string"
5637         }, 
5638         "last-mod-source-of-truth": {
5639           "type": "string"
5640         }, 
5641         "source-of-truth": {
5642           "type": "string"
5643         }
5644       }
5645     }, 
5646     "response-list": {
5647       "description": "Response container for the results of a named-query or model query\n", 
5648       "properties": {
5649         "inventory-response-items": {
5650           "$ref": "#/definitions/inventory-response-items", 
5651           "type": "object"
5652         }
5653       }
5654     }, 
5655     "result-data": {
5656       "properties": {
5657         "resource-link": {
5658           "description": "The URL to the specific resource", 
5659           "type": "string"
5660         }, 
5661         "resource-type": {
5662           "description": "The specific type of node in the A&AI graph", 
5663           "type": "string"
5664         }
5665       }
5666     }, 
5667     "route-table-reference": {
5668       "description": "Openstack route table reference.\n###### Related Nodes\n- FROM l3-network( l3-network Uses route-table-reference, MANY2MANY)\n", 
5669       "properties": {
5670         "relationship-list": {
5671           "$ref": "#/definitions/relationship", 
5672           "type": "object"
5673         }, 
5674         "resource-version": {
5675           "description": "Concurrency value", 
5676           "type": "string"
5677         }, 
5678         "route-table-reference-fqdn": {
5679           "description": "FQDN entry in the route table.", 
5680           "type": "string"
5681         }, 
5682         "route-table-reference-id": {
5683           "description": "Route Table Reference id, UUID assigned to this instance.", 
5684           "type": "string"
5685         }
5686       }, 
5687       "required": [
5688         "route-table-reference-id", 
5689         "route-table-reference-fqdn"
5690       ]
5691     }, 
5692     "route-table-references": {
5693       "description": "Collection of openstack route table references\n", 
5694       "properties": {
5695         "route-table-reference": {
5696           "items": {
5697             "$ref": "#/definitions/route-table-reference"
5698           }, 
5699           "type": "array"
5700         }
5701       }
5702     }, 
5703     "route-target": {
5704       "description": "Route target information\n###### Related Nodes\n- TO vpn-binding (PARENT of route-target, route-target BelongsTo vpn-binding, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this ROUTE-TARGET is DELETED also\n", 
5705       "properties": {
5706         "global-route-target": {
5707           "description": "Number used to identify an RT, globally unique in the network", 
5708           "type": "string"
5709         }, 
5710         "relationship-list": {
5711           "$ref": "#/definitions/relationship", 
5712           "type": "object"
5713         }, 
5714         "resource-version": {
5715           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5716           "type": "string"
5717         }, 
5718         "route-target-role": {
5719           "description": "Role assigned to this route target", 
5720           "type": "string"
5721         }
5722       }, 
5723       "required": [
5724         "global-route-target", 
5725         "route-target-role"
5726       ]
5727     }, 
5728     "route-targets": {
5729       "description": "Collection of route target information\n", 
5730       "properties": {
5731         "route-target": {
5732           "items": {
5733             "$ref": "#/definitions/route-target"
5734           }, 
5735           "type": "array"
5736         }
5737       }
5738     }, 
5739     "routing-instance": {
5740       "description": "###### Related Nodes\n- TO site-pair-set (PARENT of routing-instance, routing-instance BelongsTo site-pair-set, MANY2ONE)(4)\n- FROM site-pair (CHILD of routing-instance, site-pair BelongsTo routing-instance, MANY2ONE)(1)\n\n-(1) IF this ROUTING-INSTANCE node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this ROUTING-INSTANCE is DELETED also\n", 
5741       "properties": {
5742         "relationship-list": {
5743           "$ref": "#/definitions/relationship", 
5744           "type": "object"
5745         }, 
5746         "resource-version": {
5747           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5748           "type": "string"
5749         }, 
5750         "routing-instance-id": {
5751           "description": "Unique id of routing instance", 
5752           "type": "string"
5753         }, 
5754         "rpm-owner": {
5755           "description": "rpm owner", 
5756           "type": "string"
5757         }, 
5758         "site-pairs": {
5759           "items": {
5760             "$ref": "#/definitions/site-pair"
5761           }, 
5762           "type": "array"
5763         }
5764       }, 
5765       "required": [
5766         "routing-instance-id"
5767       ]
5768     }, 
5769     "routing-instances": {
5770       "description": "set of probes related to generic-vnf routing instance\n", 
5771       "properties": {
5772         "routing-instance": {
5773           "items": {
5774             "$ref": "#/definitions/routing-instance"
5775           }, 
5776           "type": "array"
5777         }
5778       }
5779     }, 
5780     "sdn-zone-response": {
5781       "properties": {
5782         "az-and-dvs-switches": {
5783           "items": {
5784             "$ref": "#/definitions/az-and-dvs-switches"
5785           }, 
5786           "type": "array"
5787         }, 
5788         "oam-networks": {
5789           "items": {
5790             "$ref": "#/definitions/oam-network"
5791           }, 
5792           "type": "array"
5793         }
5794       }
5795     }, 
5796     "sdwan-vpn": {
5797       "description": "Instance of an sdwan-vpn\n###### Related Nodes\n- TO ext-aai-network( sdwan-vpn BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( sdwan-vpn PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- TO tenant( sdwan-vpn PartOf tenant, ONE2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( sdwan-vpn PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n", 
5798       "properties": {
5799         "model-customization-id": {
5800           "description": "Store the model-customization-id for this object.", 
5801           "type": "string"
5802         }, 
5803         "model-invariant-id": {
5804           "also requires": "model-version-id", 
5805           "description": "the ASDC model id for this resource or service model.", 
5806           "type": "string"
5807         }, 
5808         "model-version-id": {
5809           "also requires": "model-invariant-id", 
5810           "description": "the ASDC model version for this resource or service model.", 
5811           "type": "string"
5812         }, 
5813         "operational-status": {
5814           "description": "Store the operational-status for this object.", 
5815           "type": "string"
5816         }, 
5817         "relationship-list": {
5818           "$ref": "#/definitions/relationship", 
5819           "type": "object"
5820         }, 
5821         "resource-version": {
5822           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5823           "type": "string"
5824         }, 
5825         "sdwan-vpn-id": {
5826           "description": "Uniquely identifies this sdwan-vpn by id", 
5827           "type": "string"
5828         }, 
5829         "sdwan-vpn-name": {
5830           "description": "Store the name of this sdwan-vpn.", 
5831           "type": "string"
5832         }, 
5833         "selflink": {
5834           "description": "Store the link to get more information for this object.", 
5835           "type": "string"
5836         }, 
5837         "tenant-id": {
5838           "description": "Store the tenant-id of this sdwan-vpn.", 
5839           "type": "string"
5840         }, 
5841         "topology": {
5842           "description": "Store the topology of this sdwan-vpn.", 
5843           "type": "string"
5844         }, 
5845         "vpn-id": {
5846           "description": "Store the vpn-id of this sdwan-vpn.", 
5847           "type": "string"
5848         }, 
5849         "vxlan-id": {
5850           "description": "Store the vxlan-id of this sdwan-vpn.", 
5851           "type": "string"
5852         }
5853       }, 
5854       "required": [
5855         "sdwan-vpn-id"
5856       ]
5857     }, 
5858     "sdwan-vpns": {
5859       "description": "Collection of sdwan-vpns\n", 
5860       "properties": {
5861         "sdwan-vpn": {
5862           "items": {
5863             "$ref": "#/definitions/sdwan-vpn"
5864           }, 
5865           "type": "array"
5866         }
5867       }
5868     }, 
5869     "search": {
5870       "properties": {
5871         "edge-tag-query-request": {
5872           "$ref": "#/definitions/edge-tag-query-request", 
5873           "type": "object"
5874         }, 
5875         "edge-tag-query-result": {
5876           "items": {
5877             "$ref": "#/definitions/tagged-inventory-item-list"
5878           }, 
5879           "type": "array"
5880         }, 
5881         "sdn-zone-response": {
5882           "$ref": "#/definitions/sdn-zone-response", 
5883           "type": "object"
5884         }, 
5885         "search-results": {
5886           "items": {
5887             "$ref": "#/definitions/result-data"
5888           }, 
5889           "type": "array"
5890         }
5891       }
5892     }, 
5893     "search-results": {
5894       "properties": {
5895         "result-data": {
5896           "items": {
5897             "$ref": "#/definitions/result-data"
5898           }, 
5899           "type": "array"
5900         }
5901       }
5902     }, 
5903     "secondary-filt": {
5904       "description": "SecondaryFilt for performing a named-query or model query\n"
5905     }, 
5906     "secondary-filter": {
5907       "properties": {
5908         "filter-type": {
5909           "type": "string"
5910         }, 
5911         "property-name": {
5912           "type": "string"
5913         }, 
5914         "property-value": {
5915           "type": "string"
5916         }
5917       }
5918     }, 
5919     "secondary-filts": {
5920       "description": "SecondaryFilts for performing a named-query or model query\n", 
5921       "properties": {
5922         "secondary-filt": {
5923           "items": {
5924             "$ref": "#/definitions/secondary-filt"
5925           }, 
5926           "type": "array"
5927         }
5928       }
5929     }, 
5930     "segmentation-assignment": {
5931       "description": "Openstack segmentation assignment.\n###### Related Nodes\n- TO l3-network (PARENT of segmentation-assignment, segmentation-assignment BelongsTo l3-network, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this SEGMENTATION-ASSIGNMENT is DELETED also\n", 
5932       "properties": {
5933         "relationship-list": {
5934           "$ref": "#/definitions/relationship", 
5935           "type": "object"
5936         }, 
5937         "resource-version": {
5938           "description": "Concurrency value", 
5939           "type": "string"
5940         }, 
5941         "segmentation-id": {
5942           "description": "Route Table Reference id, UUID assigned to this instance.", 
5943           "type": "string"
5944         }
5945       }, 
5946       "required": [
5947         "segmentation-id"
5948       ]
5949     }, 
5950     "segmentation-assignments": {
5951       "description": "Collection of openstack segmentation assignments\n", 
5952       "properties": {
5953         "segmentation-assignment": {
5954           "items": {
5955             "$ref": "#/definitions/segmentation-assignment"
5956           }, 
5957           "type": "array"
5958         }
5959       }
5960     }, 
5961     "service": {
5962       "description": "Stand-in for service model definitions.  Likely to be deprecated in favor of models from ASDC.  Does not strictly map to ASDC services.\n", 
5963       "properties": {
5964         "relationship-list": {
5965           "$ref": "#/definitions/relationship", 
5966           "type": "object"
5967         }, 
5968         "resource-version": {
5969           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5970           "type": "string"
5971         }, 
5972         "service-description": {
5973           "description": "Description of the service", 
5974           "type": "string"
5975         }, 
5976         "service-id": {
5977           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
5978           "type": "string"
5979         }, 
5980         "service-selflink": {
5981           "description": "URL to endpoint where AAI can get more details", 
5982           "type": "string"
5983         }, 
5984         "service-version": {
5985           "description": "service version", 
5986           "type": "string"
5987         }
5988       }, 
5989       "required": [
5990         "service-id", 
5991         "service-description"
5992       ]
5993     }, 
5994     "service-capabilities": {
5995       "description": "Collection of service capabilities.\n", 
5996       "properties": {
5997         "service-capability": {
5998           "items": {
5999             "$ref": "#/definitions/service-capability"
6000           }, 
6001           "type": "array"
6002         }
6003       }
6004     }, 
6005     "service-capability": {
6006       "description": "Early definition of server/resource pairings, likely to be replaced by models.  No new use should be made of this.\n###### Related Nodes\n- FROM availability-zone( availability-zone AppliesTo service-capability, MANY2MANY)\n- FROM oam-network( oam-network AppliesTo service-capability, MANY2MANY)\n\n-SERVICE-CAPABILITY cannot be deleted if related to AVAILABILITY-ZONE,OAM-NETWORK\n", 
6007       "properties": {
6008         "relationship-list": {
6009           "$ref": "#/definitions/relationship", 
6010           "type": "object"
6011         }, 
6012         "resource-version": {
6013           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6014           "type": "string"
6015         }, 
6016         "service-type": {
6017           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
6018           "type": "string"
6019         }, 
6020         "vnf-type": {
6021           "description": "String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.", 
6022           "type": "string"
6023         }
6024       }, 
6025       "required": [
6026         "service-type", 
6027         "vnf-type"
6028       ]
6029     }, 
6030     "service-design-and-creation": {
6031       "description": "Namespace for objects managed by ASDC\n", 
6032       "properties": {
6033         "models": {
6034           "items": {
6035             "$ref": "#/definitions/model"
6036           }, 
6037           "type": "array"
6038         }, 
6039         "named-queries": {
6040           "items": {
6041             "$ref": "#/definitions/named-query"
6042           }, 
6043           "type": "array"
6044         }, 
6045         "service-capabilities": {
6046           "items": {
6047             "$ref": "#/definitions/service-capability"
6048           }, 
6049           "type": "array"
6050         }, 
6051         "services": {
6052           "items": {
6053             "$ref": "#/definitions/service"
6054           }, 
6055           "type": "array"
6056         }, 
6057         "vnf-images": {
6058           "items": {
6059             "$ref": "#/definitions/vnf-image"
6060           }, 
6061           "type": "array"
6062         }
6063       }
6064     }, 
6065     "service-instance": {
6066       "description": "Instance of a service\n###### Related Nodes\n- TO allotted-resource( service-instance Uses allotted-resource, MANY2MANY)\n- TO collection( service-instance ComposedOf collection, ONE2ONE)\n- TO configuration( service-instance Uses configuration, ONE2MANY)\n- TO configuration( service-instance ComposedOf configuration, MANY2MANY)\n- TO connector( service-instance Uses connector, MANY2MANY)\n- TO ctag-assignment( service-instance Uses ctag-assignment, ONE2MANY)\n- TO cvlan-tag( service-instance ComposedOf cvlan-tag, MANY2MANY)\n- TO generic-vnf( service-instance ComposedOf generic-vnf, ONE2MANY)\n- TO instance-group( service-instance MemberOf instance-group, MANY2MANY)\n- TO l3-network( service-instance ComposedOf l3-network, ONE2MANY)\n- TO logical-link( service-instance Uses logical-link, MANY2MANY)(2)\n- TO owning-entity( service-instance BelongsTo owning-entity, MANY2ONE)\n- TO pnf( service-instance ComposedOf pnf, ONE2MANY)\n- TO service-instance( service-instance ComposedOf service-instance, ONE2MANY)\n- TO service-subscription (PARENT of service-instance, service-instance BelongsTo service-subscription, MANY2ONE)(4)\n- TO vce( service-instance ComposedOf vce, ONE2MANY)\n- TO vlan( service-instance ComposedOf vlan, ONE2MANY)\n- TO zone( service-instance LocatedIn zone, MANY2ONE)\n- FROM allotted-resource (CHILD of service-instance, allotted-resource BelongsTo service-instance, MANY2ONE)(1)\n- FROM connectivity( connectivity PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM device( device PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM forwarding-path( forwarding-path AppliesTo service-instance, MANY2ONE)(1)\n- FROM lan-port-config( lan-port-config PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM metadatum (CHILD of service-instance, metadatum BelongsTo service-instance, MANY2ONE)(1)\n- FROM project( project Uses service-instance, ONE2MANY)\n- FROM sdwan-vpn( sdwan-vpn PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM service-instance( service-instance ComposedOf service-instance, ONE2MANY)\n- FROM site-resource( site-resource PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n- FROM sp-partner( sp-partner PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM wan-port-config( wan-port-config PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n\n-(1) IF this SERVICE-INSTANCE node is deleted, this FROM node is DELETED also\n-(2) IF this SERVICE-INSTANCE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this SERVICE-INSTANCE is DELETED also\n", 
6067       "properties": {
6068         "allotted-resources": {
6069           "items": {
6070             "$ref": "#/definitions/allotted-resource"
6071           }, 
6072           "type": "array"
6073         }, 
6074         "bandwidth-total": {
6075           "description": "Indicates the total bandwidth to be used for this service.", 
6076           "type": "string"
6077         }, 
6078         "created-at": {
6079           "description": "create time of Network Service.", 
6080           "type": "string"
6081         }, 
6082         "description": {
6083           "description": "short description for service-instance.", 
6084           "type": "string"
6085         }, 
6086         "environment-context": {
6087           "description": "This field will store the environment context assigned to the service-instance.", 
6088           "type": "string"
6089         }, 
6090         "input-parameters": {
6091           "description": "String capturing request parameters from SO to pass to Closed Loop.", 
6092           "type": "string"
6093         }, 
6094         "metadata": {
6095           "items": {
6096             "$ref": "#/definitions/metadatum"
6097           }, 
6098           "type": "array"
6099         }, 
6100         "model-invariant-id": {
6101           "also requires": "model-version-id", 
6102           "description": "the ASDC model id for this resource or service model.", 
6103           "type": "string"
6104         }, 
6105         "model-version-id": {
6106           "also requires": "model-invariant-id", 
6107           "description": "the ASDC model version for this resource or service model.", 
6108           "type": "string"
6109         }, 
6110         "orchestration-status": {
6111           "description": "Orchestration status of this service.", 
6112           "type": "string"
6113         }, 
6114         "persona-model-version": {
6115           "description": "the ASDC model version for this resource or service model.", 
6116           "type": "string"
6117         }, 
6118         "relationship-list": {
6119           "$ref": "#/definitions/relationship", 
6120           "type": "object"
6121         }, 
6122         "resource-version": {
6123           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6124           "type": "string"
6125         }, 
6126         "selflink": {
6127           "description": "Path to the controller object.", 
6128           "type": "string"
6129         }, 
6130         "service-instance-id": {
6131           "description": "Uniquely identifies this instance of a service", 
6132           "type": "string"
6133         }, 
6134         "service-instance-location-id": {
6135           "description": "An identifier that customers assign to the location where this service is being used.", 
6136           "type": "string"
6137         }, 
6138         "service-instance-name": {
6139           "description": "This field will store a name assigned to the service-instance.", 
6140           "type": "string"
6141         }, 
6142         "service-role": {
6143           "description": "String capturing the service role.", 
6144           "type": "string"
6145         }, 
6146         "service-type": {
6147           "description": "String capturing type of service.", 
6148           "type": "string"
6149         }, 
6150         "updated-at": {
6151           "description": "last update of Network Service.", 
6152           "type": "string"
6153         }, 
6154         "vhn-portal-url": {
6155           "description": "URL customers will use to access the vHN Portal.", 
6156           "type": "string"
6157         }, 
6158         "widget-model-id": {
6159           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
6160           "type": "string"
6161         }, 
6162         "widget-model-version": {
6163           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
6164           "type": "string"
6165         }, 
6166         "workload-context": {
6167           "description": "This field will store the workload context assigned to the service-instance.", 
6168           "type": "string"
6169         }
6170       }, 
6171       "required": [
6172         "service-instance-id"
6173       ]
6174     }, 
6175     "service-instances": {
6176       "description": "Collection of service instances\n", 
6177       "properties": {
6178         "service-instance": {
6179           "items": {
6180             "$ref": "#/definitions/service-instance"
6181           }, 
6182           "type": "array"
6183         }
6184       }
6185     }, 
6186     "service-subscription": {
6187       "description": "Object that group service instances.\n###### Related Nodes\n- TO customer (PARENT of service-subscription, service-subscription BelongsTo customer, MANY2ONE)(4)\n- TO tenant( service-subscription Uses tenant, MANY2MANY)\n- FROM service-instance (CHILD of service-subscription, service-instance BelongsTo service-subscription, MANY2ONE)(1)\n\n-(1) IF this SERVICE-SUBSCRIPTION node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this SERVICE-SUBSCRIPTION is DELETED also\n", 
6188       "properties": {
6189         "relationship-list": {
6190           "$ref": "#/definitions/relationship", 
6191           "type": "object"
6192         }, 
6193         "resource-version": {
6194           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6195           "type": "string"
6196         }, 
6197         "service-instances": {
6198           "items": {
6199             "$ref": "#/definitions/service-instance"
6200           }, 
6201           "type": "array"
6202         }, 
6203         "service-type": {
6204           "description": "Value defined by orchestration to identify this service across ECOMP.", 
6205           "type": "string"
6206         }, 
6207         "temp-ub-sub-account-id": {
6208           "description": "This property will be deleted from A&AI in the near future. Only stop gap solution.", 
6209           "type": "string"
6210         }
6211       }, 
6212       "required": [
6213         "service-type"
6214       ]
6215     }, 
6216     "service-subscriptions": {
6217       "description": "Collection of objects that group service instances.\n", 
6218       "properties": {
6219         "service-subscription": {
6220           "items": {
6221             "$ref": "#/definitions/service-subscription"
6222           }, 
6223           "type": "array"
6224         }
6225       }
6226     }, 
6227     "services": {
6228       "description": "Collection of service model definitions.  Likely to be deprecated in favor of models from ASDC.\n", 
6229       "properties": {
6230         "service": {
6231           "items": {
6232             "$ref": "#/definitions/service"
6233           }, 
6234           "type": "array"
6235         }
6236       }
6237     }, 
6238     "site-pair": {
6239       "description": "###### Related Nodes\n- TO routing-instance (PARENT of site-pair, site-pair BelongsTo routing-instance, MANY2ONE)(4)\n- FROM class-of-service (CHILD of site-pair, class-of-service BelongsTo site-pair, MANY2ONE)(1)\n\n-(1) IF this SITE-PAIR node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this SITE-PAIR is DELETED also\n", 
6240       "properties": {
6241         "classes-of-service": {
6242           "items": {
6243             "$ref": "#/definitions/class-of-service"
6244           }, 
6245           "type": "array"
6246         }, 
6247         "destination-equip-type": {
6248           "description": "The type of destinatination equipment. Could be Router, UCPE, etc.", 
6249           "type": "string"
6250         }, 
6251         "destination-hostname": {
6252           "description": "Hostname of the destination equipment to which SLAs are measured against.", 
6253           "type": "string"
6254         }, 
6255         "destination-ip": {
6256           "description": "Prefix address", 
6257           "type": "string"
6258         }, 
6259         "ip-version": {
6260           "description": "ip version, v4, v6", 
6261           "type": "string"
6262         }, 
6263         "relationship-list": {
6264           "$ref": "#/definitions/relationship", 
6265           "type": "object"
6266         }, 
6267         "resource-version": {
6268           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6269           "type": "string"
6270         }, 
6271         "site-pair-id": {
6272           "description": "unique identifier of probe", 
6273           "type": "string"
6274         }, 
6275         "source-ip": {
6276           "description": "Prefix address", 
6277           "type": "string"
6278         }
6279       }, 
6280       "required": [
6281         "site-pair-id"
6282       ]
6283     }, 
6284     "site-pair-set": {
6285       "description": "Set of instances for probes used to measure service level agreements\n###### Related Nodes\n- TO generic-vnf( site-pair-set AppliesTo generic-vnf, MANY2MANY)\n- FROM routing-instance (CHILD of site-pair-set, routing-instance BelongsTo site-pair-set, MANY2ONE)(1)\n\n-(1) IF this SITE-PAIR-SET node is deleted, this FROM node is DELETED also\n", 
6286       "properties": {
6287         "relationship-list": {
6288           "$ref": "#/definitions/relationship", 
6289           "type": "object"
6290         }, 
6291         "resource-version": {
6292           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6293           "type": "string"
6294         }, 
6295         "routing-instances": {
6296           "items": {
6297             "$ref": "#/definitions/routing-instance"
6298           }, 
6299           "type": "array"
6300         }, 
6301         "site-pair-set-id": {
6302           "description": "Unique id of site pair set.", 
6303           "type": "string"
6304         }
6305       }, 
6306       "required": [
6307         "site-pair-set-id"
6308       ]
6309     }, 
6310     "site-pair-sets": {
6311       "description": "Collection of sets of instances for probes related to generic-vnf\n", 
6312       "properties": {
6313         "site-pair-set": {
6314           "items": {
6315             "$ref": "#/definitions/site-pair-set"
6316           }, 
6317           "type": "array"
6318         }
6319       }
6320     }, 
6321     "site-pairs": {
6322       "description": "probe within a set\n", 
6323       "properties": {
6324         "site-pair": {
6325           "items": {
6326             "$ref": "#/definitions/site-pair"
6327           }, 
6328           "type": "array"
6329         }
6330       }
6331     }, 
6332     "site-resource": {
6333       "description": "Instance of a site-resource\n###### Related Nodes\n- TO allotted-resource( site-resource Uses allotted-resource, MANY2MANY)\nFor CCVPN Usecase\n- TO complex( site-resource Uses complex, MANY2MANY)\nFor CCVPN Usecase\n- TO ext-aai-network( site-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( site-resource PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n", 
6334       "properties": {
6335         "description": {
6336           "description": "Store the description of this site-resource.", 
6337           "type": "string"
6338         }, 
6339         "generated-site-id": {
6340           "description": "Store the generated-site-id of this site-resource.", 
6341           "type": "string"
6342         }, 
6343         "model-customization-id": {
6344           "description": "Store the model-customization-id for this object.", 
6345           "type": "string"
6346         }, 
6347         "model-invariant-id": {
6348           "also requires": "model-version-id", 
6349           "description": "the ASDC model id for this resource or service model.", 
6350           "type": "string"
6351         }, 
6352         "model-version-id": {
6353           "also requires": "model-invariant-id", 
6354           "description": "the ASDC model version for this resource or service model.", 
6355           "type": "string"
6356         }, 
6357         "operational-status": {
6358           "description": "Store the operational-status for this object.", 
6359           "type": "string"
6360         }, 
6361         "relationship-list": {
6362           "$ref": "#/definitions/relationship", 
6363           "type": "object"
6364         }, 
6365         "resource-version": {
6366           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6367           "type": "string"
6368         }, 
6369         "role": {
6370           "description": "Store the role of this site-resource.", 
6371           "type": "string"
6372         }, 
6373         "selflink": {
6374           "description": "Store the link to get more information for this object.", 
6375           "type": "string"
6376         }, 
6377         "site-resource-id": {
6378           "description": "Uniquely identifies this site-resource by id", 
6379           "type": "string"
6380         }, 
6381         "site-resource-name": {
6382           "description": "Store the name of this site-resource.", 
6383           "type": "string"
6384         }, 
6385         "type": {
6386           "description": "Store the type of this site-resource.", 
6387           "type": "string"
6388         }
6389       }, 
6390       "required": [
6391         "site-resource-id"
6392       ]
6393     }, 
6394     "site-resources": {
6395       "description": "Collection of site-resources\n", 
6396       "properties": {
6397         "site-resource": {
6398           "items": {
6399             "$ref": "#/definitions/site-resource"
6400           }, 
6401           "type": "array"
6402         }
6403       }
6404     }, 
6405     "snapshot": {
6406       "description": "Openstack snapshot\n###### Related Nodes\n- TO cloud-region (PARENT of snapshot, snapshot BelongsTo cloud-region, MANY2ONE)\n- FROM vserver( vserver Uses snapshot, ONE2ONE)\n", 
6407       "properties": {
6408         "application": {
6409           "description": "The application that the image instantiates.", 
6410           "type": "string"
6411         }, 
6412         "application-vendor": {
6413           "description": "The vendor of the application.", 
6414           "type": "string"
6415         }, 
6416         "application-version": {
6417           "description": "The version of the application.", 
6418           "type": "string"
6419         }, 
6420         "prev-snapshot-id": {
6421           "description": "This field contains the UUID of the previous snapshot (if any).", 
6422           "type": "string"
6423         }, 
6424         "relationship-list": {
6425           "$ref": "#/definitions/relationship", 
6426           "type": "object"
6427         }, 
6428         "resource-version": {
6429           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6430           "type": "string"
6431         }, 
6432         "snapshot-architecture": {
6433           "description": "Operating system architecture", 
6434           "type": "string"
6435         }, 
6436         "snapshot-id": {
6437           "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
6438           "type": "string"
6439         }, 
6440         "snapshot-name": {
6441           "description": "Snapshot name", 
6442           "type": "string"
6443         }, 
6444         "snapshot-os-distro": {
6445           "description": "The common name of the operating system distribution in lowercase", 
6446           "type": "string"
6447         }, 
6448         "snapshot-os-version": {
6449           "description": "The operating system version as specified by the distributor.", 
6450           "type": "string"
6451         }, 
6452         "snapshot-selflink": {
6453           "description": "URL to endpoint where AAI can get more details", 
6454           "type": "string"
6455         }
6456       }, 
6457       "required": [
6458         "snapshot-id"
6459       ]
6460     }, 
6461     "snapshots": {
6462       "description": "Collection of openstack snapshots\n", 
6463       "properties": {
6464         "snapshot": {
6465           "items": {
6466             "$ref": "#/definitions/snapshot"
6467           }, 
6468           "type": "array"
6469         }
6470       }
6471     }, 
6472     "software-version": {
6473       "description": "Software Version\n###### Related Nodes\n- TO pnf (PARENT of software-version, software-version BelongsTo pnf, MANY2ONE)\n", 
6474       "properties": {
6475         "is-active-sw-ver": {
6476           "description": "used to indicate whether or not this software-version is the active one (activeSw = true)", 
6477           "type": "boolean"
6478         }, 
6479         "software-version-id": {
6480           "description": "Identifier of the software version", 
6481           "type": "string"
6482         }
6483       }, 
6484       "required": [
6485         "software-version-id", 
6486         "is-active-sw-ver"
6487       ]
6488     }, 
6489     "software-versions": {
6490       "description": "Collection of software versions.\n", 
6491       "properties": {
6492         "software-version": {
6493           "items": {
6494             "$ref": "#/definitions/software-version"
6495           }, 
6496           "type": "array"
6497         }
6498       }
6499     }, 
6500     "sp-partner": {
6501       "description": "Instance of an sp-partner\n###### Related Nodes\n- TO service-instance( sp-partner PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n", 
6502       "properties": {
6503         "callsource": {
6504           "description": "Store the callsource of this sp-partner.", 
6505           "type": "string"
6506         }, 
6507         "model-customization-id": {
6508           "description": "Store the model-customization-id for this sp-partner.", 
6509           "type": "string"
6510         }, 
6511         "model-invariant-id": {
6512           "also requires": "model-version-id", 
6513           "description": "the ASDC model id for this sp-partner model.", 
6514           "type": "string"
6515         }, 
6516         "model-version-id": {
6517           "also requires": "model-invariant-id", 
6518           "description": "the ASDC model version for this sp-partner model.", 
6519           "type": "string"
6520         }, 
6521         "operational-status": {
6522           "description": "Store the operational-status for this sp-partner.", 
6523           "type": "string"
6524         }, 
6525         "relationship-list": {
6526           "$ref": "#/definitions/relationship", 
6527           "type": "object"
6528         }, 
6529         "resource-version": {
6530           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6531           "type": "string"
6532         }, 
6533         "sp-partner-id": {
6534           "description": "Uniquely identifies this sp-partner by id", 
6535           "type": "string"
6536         }, 
6537         "url": {
6538           "description": "Store the URL of this sp-partner.", 
6539           "type": "string"
6540         }
6541       }, 
6542       "required": [
6543         "sp-partner-id"
6544       ]
6545     }, 
6546     "sp-partners": {
6547       "description": "Collection of sp-partners\n", 
6548       "properties": {
6549         "sp-partner": {
6550           "items": {
6551             "$ref": "#/definitions/sp-partner"
6552           }, 
6553           "type": "array"
6554         }
6555       }
6556     }, 
6557     "sriov-pf": {
6558       "description": "SR-IOV Physical Function\n###### Related Nodes\n- TO p-interface (PARENT of sriov-pf, sriov-pf BelongsTo p-interface, ONE2ONE)(4)\n- FROM sriov-vf( sriov-vf Uses sriov-pf, MANY2ONE)\n\n-(4) IF this TO node is deleted, this SRIOV-PF is DELETED also\n", 
6559       "properties": {
6560         "pf-pci-id": {
6561           "description": "Identifier for the sriov-pf", 
6562           "type": "string"
6563         }, 
6564         "relationship-list": {
6565           "$ref": "#/definitions/relationship", 
6566           "type": "object"
6567         }, 
6568         "resource-version": {
6569           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6570           "type": "string"
6571         }
6572       }, 
6573       "required": [
6574         "pf-pci-id"
6575       ]
6576     }, 
6577     "sriov-pfs": {
6578       "description": "Collection of SR-IOV Physical Functions.\n", 
6579       "properties": {
6580         "sriov-pf": {
6581           "items": {
6582             "$ref": "#/definitions/sriov-pf"
6583           }, 
6584           "type": "array"
6585         }
6586       }
6587     }, 
6588     "sriov-vf": {
6589       "description": "SR-IOV Virtual Function (not to be confused with virtual network function)\n###### Related Nodes\n- TO l-interface (PARENT of sriov-vf, sriov-vf BelongsTo l-interface, ONE2ONE)(4)\n- TO sriov-pf( sriov-vf Uses sriov-pf, MANY2ONE)\n\n-(4) IF this TO node is deleted, this SRIOV-VF is DELETED also\n", 
6590       "properties": {
6591         "neutron-network-id": {
6592           "description": "Neutron network id of the interface", 
6593           "type": "string"
6594         }, 
6595         "pci-id": {
6596           "description": "PCI ID used to identify the sriov-vf", 
6597           "type": "string"
6598         }, 
6599         "relationship-list": {
6600           "$ref": "#/definitions/relationship", 
6601           "type": "object"
6602         }, 
6603         "resource-version": {
6604           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6605           "type": "string"
6606         }, 
6607         "vf-broadcast-allow": {
6608           "description": "This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM", 
6609           "type": "boolean"
6610         }, 
6611         "vf-insert-stag": {
6612           "description": "This option, if set to true, instructs to insert outer tag after traffic comes out of VM.", 
6613           "type": "boolean"
6614         }, 
6615         "vf-link-status": {
6616           "description": "This option is used to set the link status.  Valid values as of 1607 are on, off, and auto.", 
6617           "type": "string"
6618         }, 
6619         "vf-mac-anti-spoof-check": {
6620           "description": "This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.", 
6621           "type": "boolean"
6622         }, 
6623         "vf-mac-filter": {
6624           "description": "When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.", 
6625           "type": "string"
6626         }, 
6627         "vf-mirrors": {
6628           "description": "This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.", 
6629           "type": "string"
6630         }, 
6631         "vf-unknown-multicast-allow": {
6632           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM", 
6633           "type": "boolean"
6634         }, 
6635         "vf-unknown-unicast-allow": {
6636           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM", 
6637           "type": "boolean"
6638         }, 
6639         "vf-vlan-anti-spoof-check": {
6640           "description": "This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs.", 
6641           "type": "boolean"
6642         }, 
6643         "vf-vlan-filter": {
6644           "description": "This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.", 
6645           "type": "string"
6646         }, 
6647         "vf-vlan-strip": {
6648           "description": "When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.", 
6649           "type": "boolean"
6650         }
6651       }, 
6652       "required": [
6653         "pci-id"
6654       ]
6655     }, 
6656     "sriov-vfs": {
6657       "description": "Collection of SR-IOV Virtual Functions.\n", 
6658       "properties": {
6659         "sriov-vf": {
6660           "items": {
6661             "$ref": "#/definitions/sriov-vf"
6662           }, 
6663           "type": "array"
6664         }
6665       }
6666     }, 
6667     "start-node-filter": {
6668       "properties": {
6669         "property-name": {
6670           "type": "string"
6671         }, 
6672         "property-value": {
6673           "type": "string"
6674         }
6675       }
6676     }, 
6677     "subnet": {
6678       "description": "###### Related Nodes\n- TO l3-network (PARENT of subnet, subnet BelongsTo l3-network, MANY2ONE)(4)\n- FROM host-route (CHILD of subnet, host-route BelongsTo subnet, MANY2ONE)(1)\n- FROM l3-interface-ipv4-address-list( l3-interface-ipv4-address-list MemberOf subnet, MANY2MANY)\n- FROM l3-interface-ipv6-address-list( l3-interface-ipv6-address-list MemberOf subnet, MANY2MANY)\n- FROM vip-ipv4-address-list( vip-ipv4-address-list MemberOf subnet, MANY2MANY)\n- FROM vip-ipv6-address-list( vip-ipv6-address-list MemberOf subnet, MANY2MANY)\n\n-(1) IF this SUBNET node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this SUBNET is DELETED also\n-SUBNET cannot be deleted if related to L3-INTERFACE-IPV4-ADDRESS-LIST,L3-INTERFACE-IPV6-ADDRESS-LIST,VIP-IPV4-ADDRESS-LIST,VIP-IPV6-ADDRESS-LIST\n", 
6679       "properties": {
6680         "cidr-mask": {
6681           "description": "cidr mask", 
6682           "type": "string"
6683         }, 
6684         "dhcp-enabled": {
6685           "description": "dhcp enabled", 
6686           "type": "boolean"
6687         }, 
6688         "dhcp-end": {
6689           "description": "the last address reserved for use by dhcp", 
6690           "type": "string"
6691         }, 
6692         "dhcp-start": {
6693           "description": "the start address reserved for use by dhcp", 
6694           "type": "string"
6695         }, 
6696         "gateway-address": {
6697           "description": "gateway ip address", 
6698           "type": "string"
6699         }, 
6700         "host-routes": {
6701           "items": {
6702             "$ref": "#/definitions/host-route"
6703           }, 
6704           "type": "array"
6705         }, 
6706         "ip-assignment-direction": {
6707           "description": "ip address assignment direction of the subnet", 
6708           "type": "string"
6709         }, 
6710         "ip-version": {
6711           "description": "ip version", 
6712           "type": "string"
6713         }, 
6714         "network-start-address": {
6715           "description": "network start address", 
6716           "type": "string"
6717         }, 
6718         "neutron-subnet-id": {
6719           "description": "Neutron id of this subnet", 
6720           "type": "string"
6721         }, 
6722         "orchestration-status": {
6723           "description": "Orchestration status of this VNF, mastered by MSO", 
6724           "type": "string"
6725         }, 
6726         "relationship-list": {
6727           "$ref": "#/definitions/relationship", 
6728           "type": "object"
6729         }, 
6730         "resource-version": {
6731           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6732           "type": "string"
6733         }, 
6734         "subnet-id": {
6735           "description": "Subnet ID, should be UUID.", 
6736           "type": "string"
6737         }, 
6738         "subnet-name": {
6739           "description": "Name associated with the subnet.", 
6740           "type": "string"
6741         }, 
6742         "subnet-role": {
6743           "description": "role of the subnet, referenced when assigning IPs", 
6744           "type": "string"
6745         }, 
6746         "subnet-sequence": {
6747           "description": "sequence of the subnet", 
6748           "format": "int32", 
6749           "type": "integer"
6750         }
6751       }, 
6752       "required": [
6753         "subnet-id", 
6754         "dhcp-enabled"
6755       ]
6756     }, 
6757     "subnets": {
6758       "properties": {
6759         "subnet": {
6760           "items": {
6761             "$ref": "#/definitions/subnet"
6762           }, 
6763           "type": "array"
6764         }
6765       }
6766     }, 
6767     "tagged-inventory-item-list": {
6768       "properties": {
6769         "inventory-item": {
6770           "items": {
6771             "$ref": "#/definitions/inventory-item"
6772           }, 
6773           "type": "array"
6774         }
6775       }
6776     }, 
6777     "tenant": {
6778       "description": "Openstack tenant\n###### Related Nodes\n- TO cloud-region (PARENT of tenant, tenant BelongsTo cloud-region, MANY2ONE)\n- TO group-assignment( tenant MemberOf group-assignment, MANY2MANY)\n- TO l3-network( tenant Uses l3-network, MANY2MANY)\n- TO volume-group( tenant DependsOn volume-group, ONE2MANY)\n- FROM generic-vnf( generic-vnf BelongsTo tenant, MANY2ONE)\n- FROM nos-server (CHILD of tenant, nos-server BelongsTo tenant, MANY2ONE)\n- FROM sdwan-vpn( sdwan-vpn PartOf tenant, ONE2MANY)\nFor CCVPN Usecase\n- FROM service-subscription( service-subscription Uses tenant, MANY2MANY)\n- FROM vserver (CHILD of tenant, vserver BelongsTo tenant, MANY2ONE)\n\n-TENANT cannot be deleted if related to NOS-SERVER,VSERVER\n", 
6779       "properties": {
6780         "nos-servers": {
6781           "items": {
6782             "$ref": "#/definitions/nos-server"
6783           }, 
6784           "type": "array"
6785         }, 
6786         "relationship-list": {
6787           "$ref": "#/definitions/relationship", 
6788           "type": "object"
6789         }, 
6790         "resource-version": {
6791           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6792           "type": "string"
6793         }, 
6794         "tenant-context": {
6795           "description": "This field will store the tenant context.", 
6796           "type": "string"
6797         }, 
6798         "tenant-id": {
6799           "description": "Unique id relative to the cloud-region.", 
6800           "type": "string"
6801         }, 
6802         "tenant-name": {
6803           "description": "Readable name of tenant", 
6804           "type": "string"
6805         }, 
6806         "vservers": {
6807           "items": {
6808             "$ref": "#/definitions/vserver"
6809           }, 
6810           "type": "array"
6811         }
6812       }, 
6813       "required": [
6814         "tenant-id", 
6815         "tenant-name"
6816       ]
6817     }, 
6818     "tenants": {
6819       "description": "Collection of openstack tenants.\n", 
6820       "properties": {
6821         "tenant": {
6822           "items": {
6823             "$ref": "#/definitions/tenant"
6824           }, 
6825           "type": "array"
6826         }
6827       }
6828     }, 
6829     "tunnel-xconnect": {
6830       "description": "Represents the specifics of a tunnel cross connect piece of a resource that gets separately allotted\n###### Related Nodes\n- TO allotted-resource (PARENT of tunnel-xconnect, tunnel-xconnect BelongsTo allotted-resource, ONE2ONE)(4)\n\n-(4) IF this TO node is deleted, this TUNNEL-XCONNECT is DELETED also\n", 
6831       "properties": {
6832         "id": {
6833           "description": "Allotted Resource id UUID assigned to this instance.", 
6834           "type": "string"
6835         }, 
6836         "relationship-list": {
6837           "$ref": "#/definitions/relationship", 
6838           "type": "object"
6839         }, 
6840         "resource-version": {
6841           "description": "Concurrency value", 
6842           "type": "string"
6843         }
6844       }, 
6845       "required": [
6846         "id"
6847       ]
6848     }, 
6849     "tunnel-xconnects": {
6850       "description": "This object is used to store the specific tunnel cross connect aspects of an allotted resource\n", 
6851       "properties": {
6852         "tunnel-xconnect": {
6853           "items": {
6854             "$ref": "#/definitions/tunnel-xconnect"
6855           }, 
6856           "type": "array"
6857         }
6858       }
6859     }, 
6860     "update": {
6861       "description": "Serves a PATCH like function.  Does not enforce concurrency control.  Clear each usage with AAI team.\n", 
6862       "properties": {
6863         "action": {
6864           "items": {
6865             "$ref": "#/definitions/action"
6866           }, 
6867           "type": "array"
6868         }, 
6869         "update-node-key": {
6870           "items": {
6871             "$ref": "#/definitions/update-node-key"
6872           }, 
6873           "type": "array"
6874         }, 
6875         "update-node-type": {
6876           "type": "string"
6877         }, 
6878         "update-node-uri": {
6879           "type": "string"
6880         }
6881       }, 
6882       "required": [
6883         "update-node-type"
6884       ]
6885     }, 
6886     "update-node-key": {
6887       "properties": {
6888         "key-name": {
6889           "type": "string"
6890         }, 
6891         "key-value": {
6892           "type": "string"
6893         }
6894       }
6895     }, 
6896     "vce": {
6897       "description": "Virtual Customer Edge Router, used specifically for Gamma.  This object is deprecated.\n###### Related Nodes\n- TO availability-zone( vce Uses availability-zone, MANY2MANY)\n- TO complex( vce LocatedIn complex, MANY2MANY)\n- TO vserver( vce HostedOn vserver, ONE2MANY)\n- FROM entitlement (CHILD of vce, entitlement BelongsTo vce, MANY2ONE)(1)\n- FROM license (CHILD of vce, license BelongsTo vce, MANY2ONE)(1)\n- FROM port-group (CHILD of vce, port-group BelongsTo vce, MANY2ONE)(1)\n- FROM service-instance( service-instance ComposedOf vce, ONE2MANY)\n\n-(1) IF this VCE node is deleted, this FROM node is DELETED also\n", 
6898       "properties": {
6899         "entitlement-resource-uuid": {
6900           "description": "OBSOLETE -  see child relationships", 
6901           "type": "string"
6902         }, 
6903         "entitlements": {
6904           "items": {
6905             "$ref": "#/definitions/entitlement"
6906           }, 
6907           "type": "array"
6908         }, 
6909         "equipment-role": {
6910           "description": "Network role being played by this VNF", 
6911           "type": "string"
6912         }, 
6913         "heat-stack-id": {
6914           "description": "Heat stack id corresponding to this instance, managed by MSO", 
6915           "type": "string"
6916         }, 
6917         "ipv4-loopback0-address": {
6918           "description": "Loopback0 address", 
6919           "type": "string"
6920         }, 
6921         "ipv4-oam-address": {
6922           "description": "Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.", 
6923           "type": "string"
6924         }, 
6925         "license-key": {
6926           "description": "OBSOLETE -  do not use", 
6927           "type": "string"
6928         }, 
6929         "licenses": {
6930           "items": {
6931             "$ref": "#/definitions/license"
6932           }, 
6933           "type": "array"
6934         }, 
6935         "mso-catalog-key": {
6936           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
6937           "type": "string"
6938         }, 
6939         "operational-status": {
6940           "description": "Indicator for whether the resource is considered operational", 
6941           "type": "string"
6942         }, 
6943         "orchestration-status": {
6944           "description": "Orchestration status of this VNF, mastered by MSO", 
6945           "type": "string"
6946         }, 
6947         "port-groups": {
6948           "items": {
6949             "$ref": "#/definitions/port-group"
6950           }, 
6951           "type": "array"
6952         }, 
6953         "prov-status": {
6954           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
6955           "type": "string"
6956         }, 
6957         "regional-resource-zone": {
6958           "description": "Regional way of organizing pservers, source of truth should define values", 
6959           "type": "string"
6960         }, 
6961         "relationship-list": {
6962           "$ref": "#/definitions/relationship", 
6963           "type": "object"
6964         }, 
6965         "resource-version": {
6966           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6967           "type": "string"
6968         }, 
6969         "service-id": {
6970           "description": "Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.", 
6971           "type": "string"
6972         }, 
6973         "v6-vce-wan-address": {
6974           "description": "Valid v6 IP address for the WAN Link on this router.  Implied length of /64.", 
6975           "type": "string"
6976         }, 
6977         "vnf-id": {
6978           "description": "Unique id of VNF.  This is unique across the graph.", 
6979           "type": "string"
6980         }, 
6981         "vnf-name": {
6982           "description": "Name of VNF.", 
6983           "type": "string"
6984         }, 
6985         "vnf-name2": {
6986           "description": "Alternate name of VNF.", 
6987           "type": "string"
6988         }, 
6989         "vnf-type": {
6990           "description": "String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.", 
6991           "type": "string"
6992         }, 
6993         "vpe-id": {
6994           "description": "Unique ID of VPE connected to this VCE.", 
6995           "type": "string"
6996         }
6997       }, 
6998       "required": [
6999         "vnf-id", 
7000         "vnf-name", 
7001         "vnf-type"
7002       ]
7003     }, 
7004     "vces": {
7005       "description": "Collection of Virtual Customer Edge Routers, used specifically for Gamma.  This object is deprecated.\n", 
7006       "properties": {
7007         "vce": {
7008           "items": {
7009             "$ref": "#/definitions/vce"
7010           }, 
7011           "type": "array"
7012         }
7013       }
7014     }, 
7015     "vf-module": {
7016       "description": "a deployment unit of VNFCs\n###### Related Nodes\n- TO generic-vnf (PARENT of vf-module, vf-module BelongsTo generic-vnf, MANY2ONE)(4)\n- TO l3-network( vf-module DependsOn l3-network, MANY2MANY)\n- TO vnfc( vf-module Uses vnfc, ONE2MANY)(2)\n- TO volume-group( vf-module Uses volume-group, ONE2ONE)\n- TO vserver( vf-module Uses vserver, ONE2MANY)\n\n-(2) IF this VF-MODULE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this VF-MODULE is DELETED also\n", 
7017       "properties": {
7018         "automated-assignment": {
7019           "description": "Indicates whether vf-module assignment was done via automation or manually", 
7020           "type": "boolean"
7021         }, 
7022         "contrail-service-instance-fqdn": {
7023           "description": "the Contrail unique ID for a service-instance", 
7024           "type": "string"
7025         }, 
7026         "heat-stack-id": {
7027           "description": "Heat stack id corresponding to this instance.", 
7028           "type": "string"
7029         }, 
7030         "is-base-vf-module": {
7031           "description": "used to indicate whether or not this object is base vf module", 
7032           "type": "boolean"
7033         }, 
7034         "model-customization-id": {
7035           "description": "captures the id of all the configuration used to customize the resource for the service.", 
7036           "type": "string"
7037         }, 
7038         "model-invariant-id": {
7039           "also requires": "model-version-id", 
7040           "description": "the ASDC model id for this resource or service model.", 
7041           "type": "string"
7042         }, 
7043         "model-version-id": {
7044           "also requires": "model-invariant-id", 
7045           "description": "the ASDC model version for this resource or service model.", 
7046           "type": "string"
7047         }, 
7048         "module-index": {
7049           "description": "the index will track the number of modules of a given type that have been deployed in a VNF, starting with 0, and always choosing the lowest available digit", 
7050           "format": "int32", 
7051           "type": "integer"
7052         }, 
7053         "orchestration-status": {
7054           "description": "orchestration status of this vf-module, mastered by MSO", 
7055           "type": "string"
7056         }, 
7057         "persona-model-version": {
7058           "description": "the ASDC model version for this resource or service model.", 
7059           "type": "string"
7060         }, 
7061         "relationship-list": {
7062           "$ref": "#/definitions/relationship", 
7063           "type": "object"
7064         }, 
7065         "resource-version": {
7066           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7067           "type": "string"
7068         }, 
7069         "selflink": {
7070           "description": "Path to the controller object.", 
7071           "type": "string"
7072         }, 
7073         "vf-module-id": {
7074           "description": "Unique ID of vf-module.", 
7075           "type": "string"
7076         }, 
7077         "vf-module-name": {
7078           "description": "Name of vf-module", 
7079           "type": "string"
7080         }, 
7081         "widget-model-id": {
7082           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
7083           "type": "string"
7084         }, 
7085         "widget-model-version": {
7086           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
7087           "type": "string"
7088         }
7089       }, 
7090       "required": [
7091         "vf-module-id", 
7092         "is-base-vf-module", 
7093         "automated-assignment"
7094       ]
7095     }, 
7096     "vf-modules": {
7097       "description": "Collection of vf-modules, a deployment unit of VNFCs\n", 
7098       "properties": {
7099         "vf-module": {
7100           "items": {
7101             "$ref": "#/definitions/vf-module"
7102           }, 
7103           "type": "array"
7104         }
7105       }
7106     }, 
7107     "vig-server": {
7108       "description": "vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607\n###### Related Nodes\n- TO ipsec-configuration (PARENT of vig-server, vig-server BelongsTo ipsec-configuration, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this VIG-SERVER is DELETED also\n", 
7109       "properties": {
7110         "ipaddress-v4-vig": {
7111           "description": "v4 IP of the vig server", 
7112           "type": "string"
7113         }, 
7114         "ipaddress-v6-vig": {
7115           "description": "v6 IP of the vig server", 
7116           "type": "string"
7117         }, 
7118         "relationship-list": {
7119           "$ref": "#/definitions/relationship", 
7120           "type": "object"
7121         }, 
7122         "resource-version": {
7123           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7124           "type": "string"
7125         }, 
7126         "vig-address-type": {
7127           "description": "indicates whether the VIG is for AVPN or INTERNET", 
7128           "type": "string"
7129         }
7130       }, 
7131       "required": [
7132         "vig-address-type"
7133       ]
7134     }, 
7135     "vig-servers": {
7136       "properties": {
7137         "vig-server": {
7138           "items": {
7139             "$ref": "#/definitions/vig-server"
7140           }, 
7141           "type": "array"
7142         }
7143       }
7144     }, 
7145     "vip-ipv4-address-list": {
7146       "description": "IPv4 Address Range\n###### Related Nodes\n- TO cloud-region (PARENT of vip-ipv4-address-list, vip-ipv4-address-list BelongsTo cloud-region, MANY2ONE)\n- TO cp( vip-ipv4-address-list Uses cp, MANY2MANY)\n- TO instance-group( vip-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- TO subnet( vip-ipv4-address-list MemberOf subnet, MANY2MANY)\n- FROM vnfc( vnfc Uses vip-ipv4-address-list, MANY2MANY)\n", 
7147       "properties": {
7148         "is-floating": {
7149           "description": "Indicator of fixed or floating address", 
7150           "type": "boolean"
7151         }, 
7152         "neutron-network-id": {
7153           "description": "Neutron network id of the interface that address belongs to", 
7154           "type": "string"
7155         }, 
7156         "neutron-subnet-id": {
7157           "description": "Neutron id of subnet that address belongs to", 
7158           "type": "string"
7159         }, 
7160         "relationship-list": {
7161           "$ref": "#/definitions/relationship", 
7162           "type": "object"
7163         }, 
7164         "resource-version": {
7165           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7166           "type": "string"
7167         }, 
7168         "vip-ipv4-address": {
7169           "description": "IP address", 
7170           "type": "string"
7171         }, 
7172         "vip-ipv4-prefix-length": {
7173           "description": "Prefix length, 32 for single address", 
7174           "format": "int64", 
7175           "type": "integer"
7176         }, 
7177         "vlan-id-inner": {
7178           "description": "Inner VLAN tag", 
7179           "format": "int64", 
7180           "type": "integer"
7181         }, 
7182         "vlan-id-outer": {
7183           "description": "Outer VLAN tag", 
7184           "format": "int64", 
7185           "type": "integer"
7186         }
7187       }, 
7188       "required": [
7189         "vip-ipv4-address"
7190       ]
7191     }, 
7192     "vip-ipv6-address-list": {
7193       "description": "IPv6 Address Range\n###### Related Nodes\n- TO cloud-region (PARENT of vip-ipv6-address-list, vip-ipv6-address-list BelongsTo cloud-region, MANY2ONE)\n- TO cp( vip-ipv6-address-list Uses cp, MANY2MANY)\n- TO instance-group( vip-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- TO subnet( vip-ipv6-address-list MemberOf subnet, MANY2MANY)\n- FROM vnfc( vnfc Uses vip-ipv6-address-list, MANY2MANY)\n", 
7194       "properties": {
7195         "is-floating": {
7196           "description": "Indicator of fixed or floating address", 
7197           "type": "boolean"
7198         }, 
7199         "neutron-network-id": {
7200           "description": "Neutron network id of the interface that address belongs to", 
7201           "type": "string"
7202         }, 
7203         "neutron-subnet-id": {
7204           "description": "Neutron id of subnet that address belongs to", 
7205           "type": "string"
7206         }, 
7207         "relationship-list": {
7208           "$ref": "#/definitions/relationship", 
7209           "type": "object"
7210         }, 
7211         "resource-version": {
7212           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7213           "type": "string"
7214         }, 
7215         "vip-ipv6-address": {
7216           "description": "IP address", 
7217           "type": "string"
7218         }, 
7219         "vip-ipv6-prefix-length": {
7220           "description": "Prefix length, 128 for single address", 
7221           "format": "int64", 
7222           "type": "integer"
7223         }, 
7224         "vlan-id-inner": {
7225           "description": "Inner VLAN tag", 
7226           "format": "int64", 
7227           "type": "integer"
7228         }, 
7229         "vlan-id-outer": {
7230           "description": "Outer VLAN tag", 
7231           "format": "int64", 
7232           "type": "integer"
7233         }
7234       }, 
7235       "required": [
7236         "vip-ipv6-address"
7237       ]
7238     }, 
7239     "virtual-data-center": {
7240       "description": "Virtual organization of cloud infrastructure elements in a data center context\n###### Related Nodes\n- FROM connector( connector LocatedIn virtual-data-center, MANY2MANY)\n- FROM generic-vnf( generic-vnf LocatedIn virtual-data-center, MANY2MANY)\n- FROM logical-link( logical-link LocatedIn virtual-data-center, MANY2MANY)\n", 
7241       "properties": {
7242         "relationship-list": {
7243           "$ref": "#/definitions/relationship", 
7244           "type": "object"
7245         }, 
7246         "resource-version": {
7247           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7248           "type": "string"
7249         }, 
7250         "vdc-id": {
7251           "description": "Unique ID of the vdc", 
7252           "type": "string"
7253         }, 
7254         "vdc-name": {
7255           "description": "Name of the virtual data center", 
7256           "type": "string"
7257         }
7258       }, 
7259       "required": [
7260         "vdc-id", 
7261         "vdc-name"
7262       ]
7263     }, 
7264     "virtual-data-centers": {
7265       "description": "Virtual organization of cloud infrastructure elements in a data center context\n", 
7266       "properties": {
7267         "virtual-data-center": {
7268           "items": {
7269             "$ref": "#/definitions/virtual-data-center"
7270           }, 
7271           "type": "array"
7272         }
7273       }
7274     }, 
7275     "vlan": {
7276       "description": "Definition of vlan\n###### Related Nodes\n- TO l-interface (PARENT of vlan, vlan LinksTo l-interface, MANY2ONE)(4)\n- TO logical-link( vlan Uses logical-link, MANY2MANY)(2)\n- TO multicast-configuration( vlan Uses multicast-configuration, MANY2MANY)\n- FROM allotted-resource( allotted-resource PartOf vlan, MANY2MANY)\n- FROM l3-interface-ipv4-address-list (CHILD of vlan, l3-interface-ipv4-address-list BelongsTo vlan, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of vlan, l3-interface-ipv6-address-list BelongsTo vlan, MANY2ONE)(1)\n- FROM service-instance( service-instance ComposedOf vlan, ONE2MANY)\n\n-(1) IF this VLAN node is deleted, this FROM node is DELETED also\n-(2) IF this VLAN node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this VLAN is DELETED also\n", 
7277       "properties": {
7278         "backdoor-connection": {
7279           "description": "Whether customer is going to use this VLAN for backdoor connection to another customer premise device.", 
7280           "type": "string"
7281         }, 
7282         "in-maint": {
7283           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
7284           "type": "boolean"
7285         }, 
7286         "is-ip-unnumbered": {
7287           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
7288           "type": "boolean"
7289         }, 
7290         "is-private": {
7291           "description": "Private VLAN indicator.", 
7292           "type": "boolean"
7293         }, 
7294         "l3-interface-ipv4-address-list": {
7295           "items": {
7296             "$ref": "#/definitions/l3-interface-ipv4-address-list"
7297           }, 
7298           "type": "array"
7299         }, 
7300         "l3-interface-ipv6-address-list": {
7301           "items": {
7302             "$ref": "#/definitions/l3-interface-ipv6-address-list"
7303           }, 
7304           "type": "array"
7305         }, 
7306         "orchestration-status": {
7307           "description": "Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.", 
7308           "type": "string"
7309         }, 
7310         "prov-status": {
7311           "description": "Prov Status of the VLAN configuration related to a logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
7312           "type": "string"
7313         }, 
7314         "relationship-list": {
7315           "$ref": "#/definitions/relationship", 
7316           "type": "object"
7317         }, 
7318         "resource-version": {
7319           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7320           "type": "string"
7321         }, 
7322         "speed-units": {
7323           "description": "Captures the units corresponding to the speed", 
7324           "type": "string"
7325         }, 
7326         "speed-value": {
7327           "description": "Captures the numeric part of the speed", 
7328           "type": "string"
7329         }, 
7330         "vlan-description": {
7331           "description": "Used to describe (the service associated with) the vlan", 
7332           "type": "string"
7333         }, 
7334         "vlan-id-inner": {
7335           "description": "Inner VLAN tag", 
7336           "format": "int64", 
7337           "type": "integer"
7338         }, 
7339         "vlan-id-outer": {
7340           "description": "Outer VLAN tag", 
7341           "format": "int64", 
7342           "type": "integer"
7343         }, 
7344         "vlan-interface": {
7345           "description": "String that identifies the interface", 
7346           "type": "string"
7347         }, 
7348         "vpn-key": {
7349           "description": "This indicates the customers VPN ID associated with this vlan", 
7350           "type": "string"
7351         }
7352       }, 
7353       "required": [
7354         "vlan-interface", 
7355         "in-maint", 
7356         "is-ip-unnumbered"
7357       ]
7358     }, 
7359     "vlan-mapping": {
7360       "description": "vlan-mapping object is an optional child object of the forwarder-evc object.  A given forwarder-evc object may have multiple vlan-mapping objects.\n###### Related Nodes\n- TO forwarder-evc (PARENT of vlan-mapping, vlan-mapping BelongsTo forwarder-evc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this VLAN-MAPPING is DELETED also\n", 
7361       "properties": {
7362         "ivlan": {
7363           "description": "The internal VLAN ('IVLAN') value.  Specific to Arista devices.", 
7364           "type": "string"
7365         }, 
7366         "nni-cvlan": {
7367           "description": "CVLAN value from the NNI/egress side of the SAREA gateway access device.", 
7368           "type": "string"
7369         }, 
7370         "nni-svlan": {
7371           "description": "SVLAN value from the NNI/egress side of the SAREA gateway access device.", 
7372           "type": "string"
7373         }, 
7374         "relationship-list": {
7375           "$ref": "#/definitions/relationship", 
7376           "type": "object"
7377         }, 
7378         "resource-version": {
7379           "type": "string"
7380         }, 
7381         "uni-cvlan": {
7382           "description": "CVLAN value from the UNI/ingress side of the SAREA gateway access device.", 
7383           "type": "string"
7384         }, 
7385         "vlan-mapping-id": {
7386           "description": "Key for vlan-mapping object.", 
7387           "type": "string"
7388         }
7389       }, 
7390       "required": [
7391         "vlan-mapping-id"
7392       ]
7393     }, 
7394     "vlan-mappings": {
7395       "description": "Collection of vlan mappings.\n", 
7396       "properties": {
7397         "vlan-mapping": {
7398           "items": {
7399             "$ref": "#/definitions/vlan-mapping"
7400           }, 
7401           "type": "array"
7402         }
7403       }
7404     }, 
7405     "vlan-tag": {
7406       "description": "###### Related Nodes\n- TO cloud-region( vlan-tag BelongsTo cloud-region, MANY2ONE)\n- TO cp( vlan-tag Uses cp, MANY2MANY)\n- TO l3-network( vlan-tag BelongsTo l3-network, MANY2MANY)\n", 
7407       "properties": {
7408         "is-private": {
7409           "description": "is VLAN private?", 
7410           "type": "boolean"
7411         }, 
7412         "relationship-list": {
7413           "$ref": "#/definitions/relationship", 
7414           "type": "object"
7415         }, 
7416         "resource-version": {
7417           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7418           "type": "string"
7419         }, 
7420         "vlan-id-inner": {
7421           "description": "VLAN inner id", 
7422           "format": "int32", 
7423           "type": "integer"
7424         }, 
7425         "vlan-id-outer": {
7426           "description": "VLAN outer id", 
7427           "format": "int32", 
7428           "type": "integer"
7429         }, 
7430         "vlan-tag-id": {
7431           "description": "Unique ID of the vlan-tag", 
7432           "type": "string"
7433         }, 
7434         "vlan-tag-role": {
7435           "description": "purpose (l3-network to be connected to)", 
7436           "type": "string"
7437         }
7438       }, 
7439       "required": [
7440         "vlan-tag-id", 
7441         "vlan-tag-role", 
7442         "vlan-id-outer", 
7443         "is-private"
7444       ]
7445     }, 
7446     "vlan-tags": {
7447       "properties": {
7448         "vlan-tag": {
7449           "items": {
7450             "$ref": "#/definitions/vlan-tag"
7451           }, 
7452           "type": "array"
7453         }
7454       }
7455     }, 
7456     "vlans": {
7457       "properties": {
7458         "vlan": {
7459           "items": {
7460             "$ref": "#/definitions/vlan"
7461           }, 
7462           "type": "array"
7463         }
7464       }
7465     }, 
7466     "vnf": {
7467       "description": "Abstract vnf class\n", 
7468       "properties": {
7469         "vnf-id": {
7470           "description": "Unique id of VNF.  This is unique across the graph.", 
7471           "type": "string"
7472         }
7473       }, 
7474       "required": [
7475         "vnf-id"
7476       ]
7477     }, 
7478     "vnf-image": {
7479       "description": "Image object that pertain to a VNF that doesn't have associated vservers.  This is a kludge.\n###### Related Nodes\n- FROM generic-vnf( generic-vnf Uses vnf-image, MANY2ONE)\n\n-VNF-IMAGE cannot be deleted if related to GENERIC-VNF\n", 
7480       "properties": {
7481         "application": {
7482           "description": "The application that the image instantiates.", 
7483           "type": "string"
7484         }, 
7485         "application-vendor": {
7486           "description": "The vendor of the application.", 
7487           "type": "string"
7488         }, 
7489         "application-version": {
7490           "description": "The version of the application.", 
7491           "type": "string"
7492         }, 
7493         "relationship-list": {
7494           "$ref": "#/definitions/relationship", 
7495           "type": "object"
7496         }, 
7497         "resource-version": {
7498           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7499           "type": "string"
7500         }, 
7501         "selflink": {
7502           "description": "URL to endpoint where AAI can get more details", 
7503           "type": "string"
7504         }, 
7505         "vnf-image-uuid": {
7506           "description": "Unique ID of this asset", 
7507           "type": "string"
7508         }
7509       }, 
7510       "required": [
7511         "vnf-image-uuid", 
7512         "application", 
7513         "application-vendor"
7514       ]
7515     }, 
7516     "vnf-images": {
7517       "description": "Collection of image objects that pertain to a VNF that doesn't have associated vservers.  This is a kludge.\n", 
7518       "properties": {
7519         "vnf-image": {
7520           "items": {
7521             "$ref": "#/definitions/vnf-image"
7522           }, 
7523           "type": "array"
7524         }
7525       }
7526     }, 
7527     "vnfc": {
7528       "description": "###### Related Nodes\n- TO cp (PARENT of vnfc, vnfc BelongsTo cp, ONE2MANY)\ncp is child of vnfc(2)\n- TO generic-vnf( vnfc BelongsTo generic-vnf, MANY2ONE)(4)\n- TO instance-group( vnfc MemberOf instance-group, MANY2MANY)\n- TO vip-ipv4-address-list( vnfc Uses vip-ipv4-address-list, MANY2MANY)\n- TO vip-ipv6-address-list( vnfc Uses vip-ipv6-address-list, MANY2MANY)\n- TO vserver( vnfc HostedOn vserver, ONE2MANY)\n- FROM configuration( configuration Uses vnfc, ONE2ONE)(1)\n- FROM l3-interface-ipv4-address-list (CHILD of vnfc, l3-interface-ipv4-address-list BelongsTo vnfc, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of vnfc, l3-interface-ipv6-address-list BelongsTo vnfc, MANY2ONE)(1)\n- FROM vf-module( vf-module Uses vnfc, ONE2MANY)(3)\n\n-(1) IF this VNFC node is deleted, this FROM node is DELETED also\n-(2) IF this VNFC node is deleted, this TO node is DELETED also\n-(3) IF this FROM node is deleted, this VNFC is DELETED also\n-(4) IF this TO node is deleted, this VNFC is DELETED also\n", 
7529       "properties": {
7530         "cps": {
7531           "items": {
7532             "$ref": "#/definitions/cp"
7533           }, 
7534           "type": "array"
7535         }, 
7536         "group-notation": {
7537           "description": "Group notation of VNFC", 
7538           "type": "string"
7539         }, 
7540         "in-maint": {
7541           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
7542           "type": "boolean"
7543         }, 
7544         "ipaddress-v4-oam-vip": {
7545           "description": "Oam V4 vip address of this vnfc", 
7546           "type": "string"
7547         }, 
7548         "is-closed-loop-disabled": {
7549           "description": "used to indicate whether closed loop function is enabled on this node", 
7550           "type": "boolean"
7551         }, 
7552         "l3-interface-ipv4-address-list": {
7553           "items": {
7554             "$ref": "#/definitions/l3-interface-ipv4-address-list"
7555           }, 
7556           "type": "array"
7557         }, 
7558         "l3-interface-ipv6-address-list": {
7559           "items": {
7560             "$ref": "#/definitions/l3-interface-ipv6-address-list"
7561           }, 
7562           "type": "array"
7563         }, 
7564         "model-customization-id": {
7565           "description": "captures the id of all the configuration used to customize the resource for the service.", 
7566           "type": "string"
7567         }, 
7568         "model-invariant-id": {
7569           "also requires": "model-version-id", 
7570           "description": "the ASDC model id for this resource or service model.", 
7571           "type": "string"
7572         }, 
7573         "model-version-id": {
7574           "also requires": "model-invariant-id", 
7575           "description": "the ASDC model version for this resource or service model.", 
7576           "type": "string"
7577         }, 
7578         "nfc-function": {
7579           "description": "English description of function that the specific resource deployment is providing. Assigned as part of the customization of a resource in a service", 
7580           "type": "string"
7581         }, 
7582         "nfc-naming-code": {
7583           "description": "Short code that is used in naming instances of the item being modeled", 
7584           "type": "string"
7585         }, 
7586         "orchestration-status": {
7587           "description": "Orchestration status of this VNF, mastered by APP-C", 
7588           "type": "string"
7589         }, 
7590         "prov-status": {
7591           "description": "prov status of this vnfc", 
7592           "type": "string"
7593         }, 
7594         "relationship-list": {
7595           "$ref": "#/definitions/relationship", 
7596           "type": "object"
7597         }, 
7598         "resource-version": {
7599           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7600           "type": "string"
7601         }, 
7602         "vnfc-name": {
7603           "description": "Unique ID of vnfc.", 
7604           "type": "string"
7605         }
7606       }, 
7607       "required": [
7608         "vnfc-name", 
7609         "nfc-naming-code", 
7610         "nfc-function", 
7611         "in-maint", 
7612         "is-closed-loop-disabled"
7613       ]
7614     }, 
7615     "vnfcs": {
7616       "description": "virtual network components associated with a vserver from application controller.\n", 
7617       "properties": {
7618         "vnfc": {
7619           "items": {
7620             "$ref": "#/definitions/vnfc"
7621           }, 
7622           "type": "array"
7623         }
7624       }
7625     }, 
7626     "volume": {
7627       "description": "Ephemeral Block storage volume.\n###### Related Nodes\n- FROM vserver (PARENT of volume, vserver AttachesTo volume, ONE2MANY)(3)\n\n-(3) IF this FROM node is deleted, this VOLUME is DELETED also\n", 
7628       "properties": {
7629         "relationship-list": {
7630           "$ref": "#/definitions/relationship", 
7631           "type": "object"
7632         }, 
7633         "resource-version": {
7634           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7635           "type": "string"
7636         }, 
7637         "volume-id": {
7638           "description": "Unique ID of block storage volume relative to the vserver.", 
7639           "type": "string"
7640         }, 
7641         "volume-selflink": {
7642           "description": "URL to endpoint where AAI can get more details", 
7643           "type": "string"
7644         }
7645       }, 
7646       "required": [
7647         "volume-id", 
7648         "volume-selflink"
7649       ]
7650     }, 
7651     "volume-group": {
7652       "description": "Persistent block-level storage.\n###### Related Nodes\n- TO cloud-region (PARENT of volume-group, volume-group BelongsTo cloud-region, MANY2ONE)\n- TO complex( volume-group LocatedIn complex, MANY2ONE)\n- FROM generic-vnf( generic-vnf DependsOn volume-group, ONE2MANY)\n- FROM tenant( tenant DependsOn volume-group, ONE2MANY)\n- FROM vf-module( vf-module Uses volume-group, ONE2ONE)\n", 
7653       "properties": {
7654         "heat-stack-id": {
7655           "description": "Heat stack id corresponding to this volume-group", 
7656           "type": "string"
7657         }, 
7658         "model-customization-id": {
7659           "description": "captures the id of all the configuration used to customize the resource for the service.", 
7660           "type": "string"
7661         }, 
7662         "orchestration-status": {
7663           "description": "Orchestration status of this volume-group", 
7664           "type": "string"
7665         }, 
7666         "relationship-list": {
7667           "$ref": "#/definitions/relationship", 
7668           "type": "object"
7669         }, 
7670         "resource-version": {
7671           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7672           "type": "string"
7673         }, 
7674         "vf-module-model-customization-id": {
7675           "description": "helps relate the volume group to the vf-module whose components will require the volume group", 
7676           "type": "string"
7677         }, 
7678         "vnf-type": {
7679           "description": "String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.", 
7680           "type": "string"
7681         }, 
7682         "volume-group-id": {
7683           "description": "Unique ID of volume-group.", 
7684           "type": "string"
7685         }, 
7686         "volume-group-name": {
7687           "description": "Name of the volume group.", 
7688           "type": "string"
7689         }
7690       }, 
7691       "required": [
7692         "volume-group-id", 
7693         "vnf-type"
7694       ]
7695     }, 
7696     "volume-groups": {
7697       "description": "Collection of persistent block-level storage.\n", 
7698       "properties": {
7699         "volume-group": {
7700           "items": {
7701             "$ref": "#/definitions/volume-group"
7702           }, 
7703           "type": "array"
7704         }
7705       }
7706     }, 
7707     "volumes": {
7708       "description": "Collection of ephemeral Block storage volumes.\n", 
7709       "properties": {
7710         "volume": {
7711           "items": {
7712             "$ref": "#/definitions/volume"
7713           }, 
7714           "type": "array"
7715         }
7716       }
7717     }, 
7718     "vpls-pe": {
7719       "description": "VPLS Provider Edge routers.\n###### Related Nodes\n- TO complex( vpls-pe LocatedIn complex, MANY2ONE)\n- TO ctag-pool( vpls-pe Uses ctag-pool, MANY2MANY)\n- FROM lag-interface (CHILD of vpls-pe, lag-interface BindsTo vpls-pe, MANY2ONE)(1)\n- FROM p-interface (CHILD of vpls-pe, p-interface BindsTo vpls-pe, MANY2ONE)(1)\n\n-(1) IF this VPLS-PE node is deleted, this FROM node is DELETED also\n", 
7720       "properties": {
7721         "equipment-name": {
7722           "type": "string"
7723         }, 
7724         "equipment-role": {
7725           "description": "Client should send valid enumerated value, e.g., VPLS-PE.", 
7726           "type": "string"
7727         }, 
7728         "ipv4-oam-address": {
7729           "description": "Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by GenericVnf (v4-loopback0-ip-address).", 
7730           "type": "string"
7731         }, 
7732         "lag-interfaces": {
7733           "items": {
7734             "$ref": "#/definitions/lag-interface"
7735           }, 
7736           "type": "array"
7737         }, 
7738         "p-interfaces": {
7739           "items": {
7740             "$ref": "#/definitions/p-interface"
7741           }, 
7742           "type": "array"
7743         }, 
7744         "prov-status": {
7745           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
7746           "type": "string"
7747         }, 
7748         "relationship-list": {
7749           "$ref": "#/definitions/relationship", 
7750           "type": "object"
7751         }, 
7752         "resource-version": {
7753           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7754           "type": "string"
7755         }, 
7756         "vlan-id-outer": {
7757           "description": "Temporary location for stag to get to VCE", 
7758           "format": "int64", 
7759           "type": "integer"
7760         }
7761       }, 
7762       "required": [
7763         "equipment-name"
7764       ]
7765     }, 
7766     "vpls-pes": {
7767       "description": "Collection of VPLS Provider Edge routers\n", 
7768       "properties": {
7769         "vpls-pe": {
7770           "items": {
7771             "$ref": "#/definitions/vpls-pe"
7772           }, 
7773           "type": "array"
7774         }
7775       }
7776     }, 
7777     "vpn-binding": {
7778       "description": "VPN binding\n###### Related Nodes\n- TO customer( vpn-binding Uses customer, MANY2MANY)\n- TO ext-aai-network( vpn-binding BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO p-interface( vpn-binding BindsTo p-interface, ONE2MANY)\nFor CCVPN Usecase\n- FROM allotted-resource( allotted-resource BelongsTo vpn-binding, MANY2MANY)\n- FROM configuration( configuration Uses vpn-binding, MANY2ONE)\n- FROM connectivity( connectivity PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM l3-network( l3-network Uses vpn-binding, MANY2MANY)\n- FROM logical-link( logical-link Uses vpn-binding, MANY2MANY)\n- FROM network-resource( network-resource Uses vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM route-target (CHILD of vpn-binding, route-target BelongsTo vpn-binding, MANY2ONE)(1)\n- FROM sdwan-vpn( sdwan-vpn PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n\n-(1) IF this VPN-BINDING node is deleted, this FROM node is DELETED also\n-VPN-BINDING cannot be deleted if related to ALLOTTED-RESOURCE,L3-NETWORK,LOGICAL-LINK\n", 
7779       "properties": {
7780         "access-client-id": {
7781           "description": "Store the id of the access client of this vpn.", 
7782           "type": "string"
7783         }, 
7784         "access-provider-id": {
7785           "description": "Store the id of the access provider of this vpn.", 
7786           "type": "string"
7787         }, 
7788         "access-topology-id": {
7789           "description": "Store the id of the access topology of this vpn.", 
7790           "type": "string"
7791         }, 
7792         "customer-vpn-id": {
7793           "description": "id for this customer vpn", 
7794           "type": "string"
7795         }, 
7796         "dst-access-ltp-id": {
7797           "description": "Store the id of the dst-access-ltp of this vpn.", 
7798           "type": "string"
7799         }, 
7800         "dst-access-node-id": {
7801           "description": "Store the id of the dst-access-node of this vpn.", 
7802           "type": "string"
7803         }, 
7804         "model-customization-id": {
7805           "description": "Store the model-customization-id for this object.", 
7806           "type": "string"
7807         }, 
7808         "model-invariant-id": {
7809           "also requires": "model-version-id", 
7810           "description": "the ASDC model id for this resource or service model.", 
7811           "type": "string"
7812         }, 
7813         "model-version-id": {
7814           "also requires": "model-invariant-id", 
7815           "description": "the ASDC model version for this resource or service model.", 
7816           "type": "string"
7817         }, 
7818         "operational-status": {
7819           "description": "Store the operational-status for this object.", 
7820           "type": "string"
7821         }, 
7822         "relationship-list": {
7823           "$ref": "#/definitions/relationship", 
7824           "description": "l3-networks relate to vpn-bindings", 
7825           "type": "object"
7826         }, 
7827         "resource-version": {
7828           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7829           "type": "string"
7830         }, 
7831         "route-distinguisher": {
7832           "description": "Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.", 
7833           "type": "string"
7834         }, 
7835         "route-targets": {
7836           "items": {
7837             "$ref": "#/definitions/route-target"
7838           }, 
7839           "type": "array"
7840         }, 
7841         "src-access-ltp-id": {
7842           "description": "Store the id of the src-access-ltp of this vpn.", 
7843           "type": "string"
7844         }, 
7845         "src-access-node-id": {
7846           "description": "Store the id of the src-access-node of this vpn.", 
7847           "type": "string"
7848         }, 
7849         "vpn-id": {
7850           "description": "VPN ID, globally unique within A&AI", 
7851           "type": "string"
7852         }, 
7853         "vpn-name": {
7854           "description": "VPN Name", 
7855           "type": "string"
7856         }, 
7857         "vpn-platform": {
7858           "description": "the platform associated with the VPN example AVPN, Mobility", 
7859           "type": "string"
7860         }, 
7861         "vpn-region": {
7862           "description": "region of customer vpn", 
7863           "type": "string"
7864         }, 
7865         "vpn-type": {
7866           "description": "Type of the vpn, should be taken from enumerated/valid values", 
7867           "type": "string"
7868         }
7869       }, 
7870       "required": [
7871         "vpn-id", 
7872         "vpn-name"
7873       ]
7874     }, 
7875     "vpn-bindings": {
7876       "properties": {
7877         "vpn-binding": {
7878           "items": {
7879             "$ref": "#/definitions/vpn-binding"
7880           }, 
7881           "type": "array"
7882         }
7883       }
7884     }, 
7885     "vserver": {
7886       "description": "Virtual Servers, aka virtual machine or VM.\n###### Related Nodes\n- TO flavor( vserver Uses flavor, MANY2ONE)\n- TO image( vserver Uses image, MANY2ONE)\n- TO pserver( vserver HostedOn pserver, MANY2ONE)\n- TO snapshot( vserver Uses snapshot, ONE2ONE)\n- TO tenant (PARENT of vserver, vserver BelongsTo tenant, MANY2ONE)\n- TO volume (PARENT of vserver, vserver AttachesTo volume, ONE2MANY)(2)\n- FROM generic-vnf( generic-vnf HostedOn vserver, ONE2MANY)\n- FROM l-interface (CHILD of vserver, l-interface BindsTo vserver, MANY2ONE)(1)\n- FROM vce( vce HostedOn vserver, ONE2MANY)\n- FROM vf-module( vf-module Uses vserver, ONE2MANY)\n- FROM vnfc( vnfc HostedOn vserver, ONE2MANY)\n\n-(1) IF this VSERVER node is deleted, this FROM node is DELETED also\n-(2) IF this VSERVER node is deleted, this TO node is DELETED also\n", 
7887       "properties": {
7888         "in-maint": {
7889           "description": "Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs.", 
7890           "type": "boolean"
7891         }, 
7892         "is-closed-loop-disabled": {
7893           "description": "Used to indicate whether closed loop function is enabled on this node", 
7894           "type": "boolean"
7895         }, 
7896         "l-interfaces": {
7897           "items": {
7898             "$ref": "#/definitions/l-interface"
7899           }, 
7900           "type": "array"
7901         }, 
7902         "prov-status": {
7903           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
7904           "type": "string"
7905         }, 
7906         "relationship-list": {
7907           "$ref": "#/definitions/relationship", 
7908           "type": "object"
7909         }, 
7910         "resource-version": {
7911           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7912           "type": "string"
7913         }, 
7914         "volumes": {
7915           "items": {
7916             "$ref": "#/definitions/volume"
7917           }, 
7918           "type": "array"
7919         }, 
7920         "vserver-id": {
7921           "description": "Unique identifier for this vserver relative to its tenant", 
7922           "type": "string"
7923         }, 
7924         "vserver-name": {
7925           "description": "Name of vserver", 
7926           "type": "string"
7927         }, 
7928         "vserver-name2": {
7929           "description": "Alternative name of vserver", 
7930           "type": "string"
7931         }, 
7932         "vserver-selflink": {
7933           "description": "URL to endpoint where AAI can get more details", 
7934           "type": "string"
7935         }
7936       }, 
7937       "required": [
7938         "vserver-id", 
7939         "vserver-name", 
7940         "vserver-selflink", 
7941         "in-maint", 
7942         "is-closed-loop-disabled"
7943       ]
7944     }, 
7945     "vservers": {
7946       "description": "Collection of virtual Servers, aka virtual machines or VMs.\n", 
7947       "properties": {
7948         "vserver": {
7949           "items": {
7950             "$ref": "#/definitions/vserver"
7951           }, 
7952           "type": "array"
7953         }
7954       }
7955     }, 
7956     "wan-port-config": {
7957       "description": "Instance of a wan-port-config\n###### Related Nodes\n- TO ext-aai-network( wan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( wan-port-config PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n", 
7958       "properties": {
7959         "description": {
7960           "description": "Store the description of this wan-port-config.", 
7961           "type": "string"
7962         }, 
7963         "device-id": {
7964           "description": "Store the id of the device of this wan-port-config.", 
7965           "type": "string"
7966         }, 
7967         "device-port-id": {
7968           "description": "Store the device-port-id of this wan-port-config.", 
7969           "type": "string"
7970         }, 
7971         "input-bandwidth": {
7972           "description": "Store the input-bandwidth of this wan-port-config.", 
7973           "type": "string"
7974         }, 
7975         "ip-address": {
7976           "description": "Store the ip-address of this wan-port-config.", 
7977           "type": "string"
7978         }, 
7979         "ipv4-address": {
7980           "description": "Store the ipv4-address of this wan-port-config.", 
7981           "type": "string"
7982         }, 
7983         "ipv6-address": {
7984           "description": "Store the ipv6-address of this wan-port-config.", 
7985           "type": "string"
7986         }, 
7987         "model-customization-id": {
7988           "description": "Store the model-customization-id for this object.", 
7989           "type": "string"
7990         }, 
7991         "model-invariant-id": {
7992           "also requires": "model-version-id", 
7993           "description": "the ASDC model id for this resource or service model.", 
7994           "type": "string"
7995         }, 
7996         "model-version-id": {
7997           "also requires": "model-invariant-id", 
7998           "description": "the ASDC model version for this resource or service model.", 
7999           "type": "string"
8000         }, 
8001         "operational-status": {
8002           "description": "Store the operational-status for this object.", 
8003           "type": "string"
8004         }, 
8005         "output-bandwidth": {
8006           "description": "Store the output-bandwidth of this wan-port-config.", 
8007           "type": "string"
8008         }, 
8009         "port-number": {
8010           "description": "Store the port-number of this wan-port-config.", 
8011           "type": "string"
8012         }, 
8013         "port-type": {
8014           "description": "Store the port-type of this wan-port-config.", 
8015           "type": "string"
8016         }, 
8017         "provider-ip-address": {
8018           "description": "Store the provider-ip-address of this wan-port-config.", 
8019           "type": "string"
8020         }, 
8021         "provider-ipv4-address": {
8022           "description": "Store the provider-ipv4-address of this wan-port-config.", 
8023           "type": "string"
8024         }, 
8025         "provider-ipv6-address": {
8026           "description": "Store the provider-ipv6-address of this wan-port-config.", 
8027           "type": "string"
8028         }, 
8029         "relationship-list": {
8030           "$ref": "#/definitions/relationship", 
8031           "type": "object"
8032         }, 
8033         "resource-version": {
8034           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
8035           "type": "string"
8036         }, 
8037         "selflink": {
8038           "description": "Store the link to get more information for this object.", 
8039           "type": "string"
8040         }, 
8041         "transport-network-name": {
8042           "description": "Store the transport-network-name of this wan-port-config.", 
8043           "type": "string"
8044         }, 
8045         "vlan-id": {
8046           "description": "Store the id of the vlan of this wan-port-config.", 
8047           "type": "string"
8048         }, 
8049         "wan-port-config-id": {
8050           "description": "Uniquely identifies this wan-port-config by id", 
8051           "type": "string"
8052         }, 
8053         "wan-port-config-name": {
8054           "description": "Store the name of this wan-port-config.", 
8055           "type": "string"
8056         }, 
8057         "wan-port-id": {
8058           "description": "Store the wan-port-id of this wan-port-config.", 
8059           "type": "string"
8060         }
8061       }, 
8062       "required": [
8063         "wan-port-config-id"
8064       ]
8065     }, 
8066     "wan-port-configs": {
8067       "description": "Collection of wan-port-configs\n", 
8068       "properties": {
8069         "wan-port-config": {
8070           "items": {
8071             "$ref": "#/definitions/wan-port-config"
8072           }, 
8073           "type": "array"
8074         }
8075       }
8076     }, 
8077     "zone": {
8078       "description": "A zone is a grouping of assets in a location homing to the same connections into the CBB\n###### Related Nodes\n- TO complex( zone LocatedIn complex, MANY2ONE)\n- FROM cloud-region( cloud-region LocatedIn zone, MANY2ONE)\n- FROM pnf( pnf LocatedIn zone, MANY2ONE)\n- FROM pserver( pserver LocatedIn zone, MANY2ONE)\n- FROM service-instance( service-instance LocatedIn zone, MANY2ONE)\n", 
8079       "properties": {
8080         "design-type": {
8081           "description": "Design of zone [Medium/Large]", 
8082           "type": "string"
8083         }, 
8084         "relationship-list": {
8085           "$ref": "#/definitions/relationship", 
8086           "type": "object"
8087         }, 
8088         "resource-version": {
8089           "description": "Concurrency value", 
8090           "type": "string"
8091         }, 
8092         "status": {
8093           "description": "Status of a zone.", 
8094           "type": "string"
8095         }, 
8096         "zone-context": {
8097           "description": "Context of zone [production/test]", 
8098           "type": "string"
8099         }, 
8100         "zone-id": {
8101           "description": "Code assigned by AIC to the zone", 
8102           "type": "string"
8103         }, 
8104         "zone-name": {
8105           "description": "English name associated with the zone", 
8106           "type": "string"
8107         }
8108       }, 
8109       "required": [
8110         "zone-id", 
8111         "zone-name", 
8112         "design-type", 
8113         "zone-context"
8114       ]
8115     }, 
8116     "zones": {
8117       "description": "Collection of zones\n", 
8118       "properties": {
8119         "zone": {
8120           "items": {
8121             "$ref": "#/definitions/zone"
8122           }, 
8123           "type": "array"
8124         }
8125       }
8126     }
8127   }, 
8128   "host": "n/a", 
8129   "info": {
8130     "contact": {
8131       "email": "n/a", 
8132       "name": "n/a", 
8133       "url": "n/a"
8134     }, 
8135     "description": "\n[Differences versus the previous schema version](apidocs/aai_swagger_v14.diff)\n\nCopyright © 2017-18 AT&T Intellectual Property. All rights reserved.\n\nLicensed under the Creative Commons License, Attribution 4.0 Intl. (the "License"); you may not use this documentation except in compliance with the License.\n\nYou may obtain a copy of the License at\n\n(https://creativecommons.org/licenses/by/4.0/)\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nThis document is best viewed with Firefox or Chrome. Nodes can be found by appending /#/definitions/node-type-to-find to the path to this document. Edge definitions can be found with the node definitions.\n", 
8136     "license": {
8137       "name": "Apache 2.0", 
8138       "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
8139     }, 
8140     "title": "Active and Available Inventory REST API", 
8141     "version": "v14"
8142   }, 
8143   "paths": {
8144     "/nodes/allotted-resources/allotted-resource/{id}": {
8145       "get": {
8146         "description": "returns allotted-resource", 
8147         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
8148         "parameters": [
8149           {
8150             "description": "Allotted Resource id UUID assigned to this instance.", 
8151             "example": "__ID__", 
8152             "in": "path", 
8153             "name": "id", 
8154             "required": true, 
8155             "type": "string"
8156           }
8157         ], 
8158         "produces": [
8159           "application/json", 
8160           "application/xml"
8161         ], 
8162         "responses": {
8163           "200": {
8164             "description": "successful operation", 
8165             "schema": {
8166               "$ref": "#/definitions/allotted-resource"
8167             }
8168           }, 
8169           "default": {
8170             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8171           }
8172         }, 
8173         "summary": "returns allotted-resource", 
8174         "tags": [
8175           "Operations"
8176         ]
8177       }
8178     }, 
8179     "/nodes/allotted-resources?parameter=value[&parameter2=value2]": {
8180       "get": {
8181         "description": "returns allotted-resources", 
8182         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResources", 
8183         "parameters": [
8184           {
8185             "description": "n/a", 
8186             "in": "query", 
8187             "name": "id", 
8188             "required": false, 
8189             "type": "string"
8190           }, 
8191           {
8192             "description": "n/a", 
8193             "in": "query", 
8194             "name": "model-invariant-id", 
8195             "required": false, 
8196             "type": "string"
8197           }, 
8198           {
8199             "description": "n/a", 
8200             "in": "query", 
8201             "name": "model-version-id", 
8202             "required": false, 
8203             "type": "string"
8204           }, 
8205           {
8206             "description": "n/a", 
8207             "in": "query", 
8208             "name": "type", 
8209             "required": false, 
8210             "type": "string"
8211           }, 
8212           {
8213             "description": "n/a", 
8214             "in": "query", 
8215             "name": "role", 
8216             "required": false, 
8217             "type": "string"
8218           }, 
8219           {
8220             "description": "n/a", 
8221             "in": "query", 
8222             "name": "allotted-resource-name", 
8223             "required": false, 
8224             "type": "string"
8225           }, 
8226           {
8227             "description": "n/a", 
8228             "in": "query", 
8229             "name": "access-provider-id", 
8230             "required": false, 
8231             "type": "string"
8232           }, 
8233           {
8234             "description": "n/a", 
8235             "in": "query", 
8236             "name": "access-client-id", 
8237             "required": false, 
8238             "type": "string"
8239           }, 
8240           {
8241             "description": "n/a", 
8242             "in": "query", 
8243             "name": "access-topology-id", 
8244             "required": false, 
8245             "type": "string"
8246           }, 
8247           {
8248             "description": "n/a", 
8249             "in": "query", 
8250             "name": "access-node-id", 
8251             "required": false, 
8252             "type": "string"
8253           }, 
8254           {
8255             "description": "n/a", 
8256             "in": "query", 
8257             "name": "access-ltp-id", 
8258             "required": false, 
8259             "type": "string"
8260           }, 
8261           {
8262             "description": "n/a", 
8263             "in": "query", 
8264             "name": "vpn-name", 
8265             "required": false, 
8266             "type": "string"
8267           }
8268         ], 
8269         "produces": [
8270           "application/json", 
8271           "application/xml"
8272         ], 
8273         "responses": {
8274           "200": {
8275             "description": "successful operation", 
8276             "schema": {
8277               "$ref": "#/definitions/allotted-resources"
8278             }
8279           }, 
8280           "default": {
8281             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8282           }
8283         }, 
8284         "summary": "returns allotted-resources", 
8285         "tags": [
8286           "Operations"
8287         ]
8288       }
8289     }, 
8290     "/nodes/availability-zones/availability-zone/{availability-zone-name}": {
8291       "get": {
8292         "description": "returns availability-zone", 
8293         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
8294         "parameters": [
8295           {
8296             "description": "Name of the availability zone.  Unique across a cloud region", 
8297             "example": "__AVAILABILITY-ZONE-NAME__", 
8298             "in": "path", 
8299             "name": "availability-zone-name", 
8300             "required": true, 
8301             "type": "string"
8302           }
8303         ], 
8304         "produces": [
8305           "application/json", 
8306           "application/xml"
8307         ], 
8308         "responses": {
8309           "200": {
8310             "description": "successful operation", 
8311             "schema": {
8312               "$ref": "#/definitions/availability-zone"
8313             }
8314           }, 
8315           "default": {
8316             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8317           }
8318         }, 
8319         "summary": "returns availability-zone", 
8320         "tags": [
8321           "Operations"
8322         ]
8323       }
8324     }, 
8325     "/nodes/availability-zones?parameter=value[&parameter2=value2]": {
8326       "get": {
8327         "description": "returns availability-zones", 
8328         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZones", 
8329         "parameters": [
8330           {
8331             "description": "n/a", 
8332             "in": "query", 
8333             "name": "availability-zone-name", 
8334             "required": false, 
8335             "type": "string"
8336           }
8337         ], 
8338         "produces": [
8339           "application/json", 
8340           "application/xml"
8341         ], 
8342         "responses": {
8343           "200": {
8344             "description": "successful operation", 
8345             "schema": {
8346               "$ref": "#/definitions/availability-zones"
8347             }
8348           }, 
8349           "default": {
8350             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8351           }
8352         }, 
8353         "summary": "returns availability-zones", 
8354         "tags": [
8355           "Operations"
8356         ]
8357       }
8358     }, 
8359     "/nodes/class-of-service/{cos}": {
8360       "get": {
8361         "description": "returns class-of-service", 
8362         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
8363         "parameters": [
8364           {
8365             "description": "unique identifier of probe", 
8366             "example": "__COS__", 
8367             "in": "path", 
8368             "name": "cos", 
8369             "required": true, 
8370             "type": "string"
8371           }
8372         ], 
8373         "produces": [
8374           "application/json", 
8375           "application/xml"
8376         ], 
8377         "responses": {
8378           "200": {
8379             "description": "successful operation", 
8380             "schema": {
8381               "$ref": "#/definitions/class-of-service"
8382             }
8383           }, 
8384           "default": {
8385             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8386           }
8387         }, 
8388         "summary": "returns class-of-service", 
8389         "tags": [
8390           "Operations"
8391         ]
8392       }
8393     }, 
8394     "/nodes/classes-of-service?parameter=value[&parameter2=value2]": {
8395       "get": {
8396         "description": "returns classes-of-service", 
8397         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfService", 
8398         "parameters": [
8399           {
8400             "description": "n/a", 
8401             "in": "query", 
8402             "name": "cos", 
8403             "required": false, 
8404             "type": "string"
8405           }
8406         ], 
8407         "produces": [
8408           "application/json", 
8409           "application/xml"
8410         ], 
8411         "responses": {
8412           "200": {
8413             "description": "successful operation", 
8414             "schema": {
8415               "$ref": "#/definitions/classes-of-service"
8416             }
8417           }, 
8418           "default": {
8419             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8420           }
8421         }, 
8422         "summary": "returns classes-of-service", 
8423         "tags": [
8424           "Operations"
8425         ]
8426       }
8427     }, 
8428     "/nodes/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}": {
8429       "get": {
8430         "description": "returns cloud-region", 
8431         "operationId": "getCloudInfrastructureCloudRegionsCloudRegion", 
8432         "parameters": [
8433           {
8434             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
8435             "example": "__CLOUD-OWNER__", 
8436             "in": "path", 
8437             "name": "cloud-owner", 
8438             "required": true, 
8439             "type": "string"
8440           }, 
8441           {
8442             "description": "Identifier used by the vendor for the region. Second part of composite key", 
8443             "example": "__CLOUD-REGION-ID__", 
8444             "in": "path", 
8445             "name": "cloud-region-id", 
8446             "required": true, 
8447             "type": "string"
8448           }
8449         ], 
8450         "produces": [
8451           "application/json", 
8452           "application/xml"
8453         ], 
8454         "responses": {
8455           "200": {
8456             "description": "successful operation", 
8457             "schema": {
8458               "$ref": "#/definitions/cloud-region"
8459             }
8460           }, 
8461           "default": {
8462             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8463           }
8464         }, 
8465         "summary": "returns cloud-region", 
8466         "tags": [
8467           "Operations"
8468         ]
8469       }
8470     }, 
8471     "/nodes/cloud-regions?parameter=value[&parameter2=value2]": {
8472       "get": {
8473         "description": "returns cloud-regions", 
8474         "operationId": "getCloudInfrastructureCloudRegions", 
8475         "parameters": [
8476           {
8477             "description": "n/a", 
8478             "in": "query", 
8479             "name": "cloud-owner", 
8480             "required": false, 
8481             "type": "string"
8482           }, 
8483           {
8484             "description": "n/a", 
8485             "in": "query", 
8486             "name": "cloud-region-id", 
8487             "required": false, 
8488             "type": "string"
8489           }, 
8490           {
8491             "description": "n/a", 
8492             "in": "query", 
8493             "name": "cloud-type", 
8494             "required": false, 
8495             "type": "string"
8496           }, 
8497           {
8498             "description": "n/a", 
8499             "in": "query", 
8500             "name": "owner-defined-type", 
8501             "required": false, 
8502             "type": "string"
8503           }
8504         ], 
8505         "produces": [
8506           "application/json", 
8507           "application/xml"
8508         ], 
8509         "responses": {
8510           "200": {
8511             "description": "successful operation", 
8512             "schema": {
8513               "$ref": "#/definitions/cloud-regions"
8514             }
8515           }, 
8516           "default": {
8517             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8518           }
8519         }, 
8520         "summary": "returns cloud-regions", 
8521         "tags": [
8522           "Operations"
8523         ]
8524       }
8525     }, 
8526     "/nodes/collections/collection/{collection-id}": {
8527       "get": {
8528         "description": "returns collection", 
8529         "operationId": "getNetworkCollectionsCollection", 
8530         "parameters": [
8531           {
8532             "description": "Collection Object UUID", 
8533             "example": "__COLLECTION-ID__", 
8534             "in": "path", 
8535             "name": "collection-id", 
8536             "required": true, 
8537             "type": "string"
8538           }
8539         ], 
8540         "produces": [
8541           "application/json", 
8542           "application/xml"
8543         ], 
8544         "responses": {
8545           "200": {
8546             "description": "successful operation", 
8547             "schema": {
8548               "$ref": "#/definitions/collection"
8549             }
8550           }, 
8551           "default": {
8552             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8553           }
8554         }, 
8555         "summary": "returns collection", 
8556         "tags": [
8557           "Operations"
8558         ]
8559       }
8560     }, 
8561     "/nodes/collections?parameter=value[&parameter2=value2]": {
8562       "get": {
8563         "description": "returns collections", 
8564         "operationId": "getNetworkCollections", 
8565         "parameters": [
8566           {
8567             "description": "n/a", 
8568             "in": "query", 
8569             "name": "collection-id", 
8570             "required": false, 
8571             "type": "string"
8572           }, 
8573           {
8574             "description": "n/a", 
8575             "in": "query", 
8576             "name": "model-invariant-id", 
8577             "required": false, 
8578             "type": "string"
8579           }, 
8580           {
8581             "description": "n/a", 
8582             "in": "query", 
8583             "name": "model-version-id", 
8584             "required": false, 
8585             "type": "string"
8586           }
8587         ], 
8588         "produces": [
8589           "application/json", 
8590           "application/xml"
8591         ], 
8592         "responses": {
8593           "200": {
8594             "description": "successful operation", 
8595             "schema": {
8596               "$ref": "#/definitions/collections"
8597             }
8598           }, 
8599           "default": {
8600             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8601           }
8602         }, 
8603         "summary": "returns collections", 
8604         "tags": [
8605           "Operations"
8606         ]
8607       }
8608     }, 
8609     "/nodes/complexes/complex/{physical-location-id}": {
8610       "get": {
8611         "description": "returns complex", 
8612         "operationId": "getCloudInfrastructureComplexesComplex", 
8613         "parameters": [
8614           {
8615             "description": "Unique identifier for physical location, e.g., CLLI", 
8616             "example": "__PHYSICAL-LOCATION-ID__", 
8617             "in": "path", 
8618             "name": "physical-location-id", 
8619             "required": true, 
8620             "type": "string"
8621           }
8622         ], 
8623         "produces": [
8624           "application/json", 
8625           "application/xml"
8626         ], 
8627         "responses": {
8628           "200": {
8629             "description": "successful operation", 
8630             "schema": {
8631               "$ref": "#/definitions/complex"
8632             }
8633           }, 
8634           "default": {
8635             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8636           }
8637         }, 
8638         "summary": "returns complex", 
8639         "tags": [
8640           "Operations"
8641         ]
8642       }
8643     }, 
8644     "/nodes/complexes?parameter=value[&parameter2=value2]": {
8645       "get": {
8646         "description": "returns complexes", 
8647         "operationId": "getCloudInfrastructureComplexes", 
8648         "parameters": [
8649           {
8650             "description": "n/a", 
8651             "in": "query", 
8652             "name": "physical-location-id", 
8653             "required": false, 
8654             "type": "string"
8655           }, 
8656           {
8657             "description": "n/a", 
8658             "in": "query", 
8659             "name": "data-center-code", 
8660             "required": false, 
8661             "type": "string"
8662           }, 
8663           {
8664             "description": "n/a", 
8665             "in": "query", 
8666             "name": "complex-name", 
8667             "required": false, 
8668             "type": "string"
8669           }, 
8670           {
8671             "description": "n/a", 
8672             "in": "query", 
8673             "name": "identity-url", 
8674             "required": false, 
8675             "type": "string"
8676           }
8677         ], 
8678         "produces": [
8679           "application/json", 
8680           "application/xml"
8681         ], 
8682         "responses": {
8683           "200": {
8684             "description": "successful operation", 
8685             "schema": {
8686               "$ref": "#/definitions/complexes"
8687             }
8688           }, 
8689           "default": {
8690             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8691           }
8692         }, 
8693         "summary": "returns complexes", 
8694         "tags": [
8695           "Operations"
8696         ]
8697       }
8698     }, 
8699     "/nodes/configurations/configuration/{configuration-id}": {
8700       "get": {
8701         "description": "returns configuration", 
8702         "operationId": "getNetworkConfigurationsConfiguration", 
8703         "parameters": [
8704           {
8705             "description": "UUID assigned to configuration.", 
8706             "example": "__CONFIGURATION-ID__", 
8707             "in": "path", 
8708             "name": "configuration-id", 
8709             "required": true, 
8710             "type": "string"
8711           }
8712         ], 
8713         "produces": [
8714           "application/json", 
8715           "application/xml"
8716         ], 
8717         "responses": {
8718           "200": {
8719             "description": "successful operation", 
8720             "schema": {
8721               "$ref": "#/definitions/configuration"
8722             }
8723           }, 
8724           "default": {
8725             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8726           }
8727         }, 
8728         "summary": "returns configuration", 
8729         "tags": [
8730           "Operations"
8731         ]
8732       }
8733     }, 
8734     "/nodes/configurations?parameter=value[&parameter2=value2]": {
8735       "get": {
8736         "description": "returns configurations", 
8737         "operationId": "getNetworkConfigurations", 
8738         "parameters": [
8739           {
8740             "description": "n/a", 
8741             "in": "query", 
8742             "name": "configuration-id", 
8743             "required": false, 
8744             "type": "string"
8745           }, 
8746           {
8747             "description": "n/a", 
8748             "in": "query", 
8749             "name": "model-invariant-id", 
8750             "required": false, 
8751             "type": "string"
8752           }, 
8753           {
8754             "description": "n/a", 
8755             "in": "query", 
8756             "name": "model-version-id", 
8757             "required": false, 
8758             "type": "string"
8759           }
8760         ], 
8761         "produces": [
8762           "application/json", 
8763           "application/xml"
8764         ], 
8765         "responses": {
8766           "200": {
8767             "description": "successful operation", 
8768             "schema": {
8769               "$ref": "#/definitions/configurations"
8770             }
8771           }, 
8772           "default": {
8773             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8774           }
8775         }, 
8776         "summary": "returns configurations", 
8777         "tags": [
8778           "Operations"
8779         ]
8780       }
8781     }, 
8782     "/nodes/connectivities?parameter=value[&parameter2=value2]": {
8783       "get": {
8784         "description": "returns connectivities", 
8785         "operationId": "getNetworkConnectivities", 
8786         "parameters": [
8787           {
8788             "description": "n/a", 
8789             "in": "query", 
8790             "name": "connectivity-id", 
8791             "required": false, 
8792             "type": "string"
8793           }, 
8794           {
8795             "description": "n/a", 
8796             "in": "query", 
8797             "name": "bandwidth-profile-name", 
8798             "required": false, 
8799             "type": "string"
8800           }, 
8801           {
8802             "description": "n/a", 
8803             "in": "query", 
8804             "name": "vpn-type", 
8805             "required": false, 
8806             "type": "string"
8807           }, 
8808           {
8809             "description": "n/a", 
8810             "in": "query", 
8811             "name": "color-aware", 
8812             "required": false, 
8813             "type": "string"
8814           }, 
8815           {
8816             "description": "n/a", 
8817             "in": "query", 
8818             "name": "coupling-flag", 
8819             "required": false, 
8820             "type": "string"
8821           }, 
8822           {
8823             "description": "n/a", 
8824             "in": "query", 
8825             "name": "etht-svc-name", 
8826             "required": false, 
8827             "type": "string"
8828           }, 
8829           {
8830             "description": "n/a", 
8831             "in": "query", 
8832             "name": "access-provider-id", 
8833             "required": false, 
8834             "type": "string"
8835           }, 
8836           {
8837             "description": "n/a", 
8838             "in": "query", 
8839             "name": "access-client-id", 
8840             "required": false, 
8841             "type": "string"
8842           }, 
8843           {
8844             "description": "n/a", 
8845             "in": "query", 
8846             "name": "access-topology-id", 
8847             "required": false, 
8848             "type": "string"
8849           }, 
8850           {
8851             "description": "n/a", 
8852             "in": "query", 
8853             "name": "access-node-id", 
8854             "required": false, 
8855             "type": "string"
8856           }, 
8857           {
8858             "description": "n/a", 
8859             "in": "query", 
8860             "name": "access-ltp-id", 
8861             "required": false, 
8862             "type": "string"
8863           }, 
8864           {
8865             "description": "n/a", 
8866             "in": "query", 
8867             "name": "operational-status", 
8868             "required": false, 
8869             "type": "string"
8870           }
8871         ], 
8872         "produces": [
8873           "application/json", 
8874           "application/xml"
8875         ], 
8876         "responses": {
8877           "200": {
8878             "description": "successful operation", 
8879             "schema": {
8880               "$ref": "#/definitions/connectivities"
8881             }
8882           }, 
8883           "default": {
8884             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8885           }
8886         }, 
8887         "summary": "returns connectivities", 
8888         "tags": [
8889           "Operations"
8890         ]
8891       }
8892     }, 
8893     "/nodes/connectivity/{connectivity-id}": {
8894       "get": {
8895         "description": "returns connectivity", 
8896         "operationId": "getNetworkConnectivitiesConnectivity", 
8897         "parameters": [
8898           {
8899             "description": "Uniquely identifies this connectivity by id", 
8900             "example": "__CONNECTIVITY-ID__", 
8901             "in": "path", 
8902             "name": "connectivity-id", 
8903             "required": true, 
8904             "type": "string"
8905           }
8906         ], 
8907         "produces": [
8908           "application/json", 
8909           "application/xml"
8910         ], 
8911         "responses": {
8912           "200": {
8913             "description": "successful operation", 
8914             "schema": {
8915               "$ref": "#/definitions/connectivity"
8916             }
8917           }, 
8918           "default": {
8919             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8920           }
8921         }, 
8922         "summary": "returns connectivity", 
8923         "tags": [
8924           "Operations"
8925         ]
8926       }
8927     }, 
8928     "/nodes/connectors/connector/{resource-instance-id}": {
8929       "get": {
8930         "description": "returns connector", 
8931         "operationId": "getBusinessConnectorsConnector", 
8932         "parameters": [
8933           {
8934             "description": "Unique id of resource instance.", 
8935             "example": "__RESOURCE-INSTANCE-ID__", 
8936             "in": "path", 
8937             "name": "resource-instance-id", 
8938             "required": true, 
8939             "type": "string"
8940           }
8941         ], 
8942         "produces": [
8943           "application/json", 
8944           "application/xml"
8945         ], 
8946         "responses": {
8947           "200": {
8948             "description": "successful operation", 
8949             "schema": {
8950               "$ref": "#/definitions/connector"
8951             }
8952           }, 
8953           "default": {
8954             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
8955           }
8956         }, 
8957         "summary": "returns connector", 
8958         "tags": [
8959           "Operations"
8960         ]
8961       }
8962     }, 
8963     "/nodes/connectors?parameter=value[&parameter2=value2]": {
8964       "get": {
8965         "description": "returns connectors", 
8966         "operationId": "getBusinessConnectors", 
8967         "parameters": [
8968           {
8969             "description": "n/a", 
8970             "in": "query", 
8971             "name": "resource-instance-id", 
8972             "required": false, 
8973             "type": "string"
8974           }, 
8975           {
8976             "description": "n/a", 
8977             "in": "query", 
8978             "name": "model-invariant-id", 
8979             "required": false, 
8980             "type": "string"
8981           }, 
8982           {
8983             "description": "n/a", 
8984             "in": "query", 
8985             "name": "model-version-id", 
8986             "required": false, 
8987             "type": "string"
8988           }, 
8989           {
8990             "description": "n/a", 
8991             "in": "query", 
8992             "name": "widget-model-id", 
8993             "required": false, 
8994             "type": "string"
8995           }, 
8996           {
8997             "description": "n/a", 
8998             "in": "query", 
8999             "name": "widget-model-version", 
9000             "required": false, 
9001             "type": "string"
9002           }
9003         ], 
9004         "produces": [
9005           "application/json", 
9006           "application/xml"
9007         ], 
9008         "responses": {
9009           "200": {
9010             "description": "successful operation", 
9011             "schema": {
9012               "$ref": "#/definitions/connectors"
9013             }
9014           }, 
9015           "default": {
9016             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9017           }
9018         }, 
9019         "summary": "returns connectors", 
9020         "tags": [
9021           "Operations"
9022         ]
9023       }
9024     }, 
9025     "/nodes/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}": {
9026       "get": {
9027         "description": "returns constrained-element-set", 
9028         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
9029         "parameters": [
9030           {
9031             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
9032             "in": "path", 
9033             "name": "constrained-element-set-uuid", 
9034             "required": true, 
9035             "type": "string"
9036           }
9037         ], 
9038         "produces": [
9039           "application/json", 
9040           "application/xml"
9041         ], 
9042         "responses": {
9043           "200": {
9044             "description": "successful operation", 
9045             "schema": {
9046               "$ref": "#/definitions/constrained-element-set"
9047             }
9048           }, 
9049           "default": {
9050             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9051           }
9052         }, 
9053         "summary": "returns constrained-element-set", 
9054         "tags": [
9055           "Operations"
9056         ]
9057       }
9058     }, 
9059     "/nodes/constrained-element-sets?parameter=value[&parameter2=value2]": {
9060       "get": {
9061         "description": "returns constrained-element-sets", 
9062         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSets", 
9063         "parameters": [
9064           {
9065             "description": "n/a", 
9066             "in": "query", 
9067             "name": "constrained-element-set-uuid", 
9068             "required": false, 
9069             "type": "string"
9070           }
9071         ], 
9072         "produces": [
9073           "application/json", 
9074           "application/xml"
9075         ], 
9076         "responses": {
9077           "200": {
9078             "description": "successful operation", 
9079             "schema": {
9080               "$ref": "#/definitions/constrained-element-sets"
9081             }
9082           }, 
9083           "default": {
9084             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9085           }
9086         }, 
9087         "summary": "returns constrained-element-sets", 
9088         "tags": [
9089           "Operations"
9090         ]
9091       }
9092     }, 
9093     "/nodes/cps/cp/{cp-instance-id}": {
9094       "get": {
9095         "description": "returns cp", 
9096         "operationId": "getNetworkVnfcsVnfcCpsCp", 
9097         "produces": [
9098           "application/json", 
9099           "application/xml"
9100         ], 
9101         "responses": {
9102           "200": {
9103             "description": "successful operation", 
9104             "schema": {
9105               "$ref": "#/definitions/cp"
9106             }
9107           }, 
9108           "default": {
9109             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9110           }
9111         }, 
9112         "summary": "returns cp", 
9113         "tags": [
9114           "Operations"
9115         ]
9116       }
9117     }, 
9118     "/nodes/cps?parameter=value[&parameter2=value2]": {
9119       "get": {
9120         "description": "returns cps", 
9121         "operationId": "getNetworkVnfcsVnfcCps", 
9122         "produces": [
9123           "application/json", 
9124           "application/xml"
9125         ], 
9126         "responses": {
9127           "200": {
9128             "description": "successful operation", 
9129             "schema": {
9130               "$ref": "#/definitions/cps"
9131             }
9132           }, 
9133           "default": {
9134             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9135           }
9136         }, 
9137         "summary": "returns cps", 
9138         "tags": [
9139           "Operations"
9140         ]
9141       }
9142     }, 
9143     "/nodes/ctag-assignments/ctag-assignment/{vlan-id-inner}": {
9144       "get": {
9145         "description": "returns ctag-assignment", 
9146         "operationId": "getNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
9147         "parameters": [
9148           {
9149             "description": "id.", 
9150             "example": "__VLAN-ID-INNER__", 
9151             "format": "int64", 
9152             "in": "path", 
9153             "name": "vlan-id-inner", 
9154             "required": true, 
9155             "type": "integer"
9156           }
9157         ], 
9158         "produces": [
9159           "application/json", 
9160           "application/xml"
9161         ], 
9162         "responses": {
9163           "200": {
9164             "description": "successful operation", 
9165             "schema": {
9166               "$ref": "#/definitions/ctag-assignment"
9167             }
9168           }, 
9169           "default": {
9170             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9171           }
9172         }, 
9173         "summary": "returns ctag-assignment", 
9174         "tags": [
9175           "Operations"
9176         ]
9177       }
9178     }, 
9179     "/nodes/ctag-assignments?parameter=value[&parameter2=value2]": {
9180       "get": {
9181         "description": "returns ctag-assignments", 
9182         "operationId": "getNetworkL3NetworksL3NetworkCtagAssignments", 
9183         "parameters": [
9184           {
9185             "description": "n/a", 
9186             "format": "int64", 
9187             "in": "query", 
9188             "name": "vlan-id-inner", 
9189             "required": false, 
9190             "type": "integer"
9191           }
9192         ], 
9193         "produces": [
9194           "application/json", 
9195           "application/xml"
9196         ], 
9197         "responses": {
9198           "200": {
9199             "description": "successful operation", 
9200             "schema": {
9201               "$ref": "#/definitions/ctag-assignments"
9202             }
9203           }, 
9204           "default": {
9205             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9206           }
9207         }, 
9208         "summary": "returns ctag-assignments", 
9209         "tags": [
9210           "Operations"
9211         ]
9212       }
9213     }, 
9214     "/nodes/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}": {
9215       "get": {
9216         "description": "returns ctag-pool", 
9217         "operationId": "getCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
9218         "parameters": [
9219           {
9220             "description": "The Target provider edge router", 
9221             "example": "__TARGET-PE__", 
9222             "in": "path", 
9223             "name": "target-pe", 
9224             "required": true, 
9225             "type": "string"
9226           }, 
9227           {
9228             "description": "Name of the availability zone", 
9229             "example": "__AVAILABILITY-ZONE-NAME__", 
9230             "in": "path", 
9231             "name": "availability-zone-name", 
9232             "required": true, 
9233             "type": "string"
9234           }
9235         ], 
9236         "produces": [
9237           "application/json", 
9238           "application/xml"
9239         ], 
9240         "responses": {
9241           "200": {
9242             "description": "successful operation", 
9243             "schema": {
9244               "$ref": "#/definitions/ctag-pool"
9245             }
9246           }, 
9247           "default": {
9248             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9249           }
9250         }, 
9251         "summary": "returns ctag-pool", 
9252         "tags": [
9253           "Operations"
9254         ]
9255       }
9256     }, 
9257     "/nodes/ctag-pools?parameter=value[&parameter2=value2]": {
9258       "get": {
9259         "description": "returns ctag-pools", 
9260         "operationId": "getCloudInfrastructureComplexesComplexCtagPools", 
9261         "parameters": [
9262           {
9263             "description": "n/a", 
9264             "in": "query", 
9265             "name": "availability-zone-name", 
9266             "required": false, 
9267             "type": "string"
9268           }
9269         ], 
9270         "produces": [
9271           "application/json", 
9272           "application/xml"
9273         ], 
9274         "responses": {
9275           "200": {
9276             "description": "successful operation", 
9277             "schema": {
9278               "$ref": "#/definitions/ctag-pools"
9279             }
9280           }, 
9281           "default": {
9282             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9283           }
9284         }, 
9285         "summary": "returns ctag-pools", 
9286         "tags": [
9287           "Operations"
9288         ]
9289       }
9290     }, 
9291     "/nodes/customers/customer/{global-customer-id}": {
9292       "get": {
9293         "description": "returns customer", 
9294         "operationId": "getBusinessCustomersCustomer", 
9295         "parameters": [
9296           {
9297             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
9298             "example": "__GLOBAL-CUSTOMER-ID__", 
9299             "in": "path", 
9300             "name": "global-customer-id", 
9301             "required": true, 
9302             "type": "string"
9303           }
9304         ], 
9305         "produces": [
9306           "application/json", 
9307           "application/xml"
9308         ], 
9309         "responses": {
9310           "200": {
9311             "description": "successful operation", 
9312             "schema": {
9313               "$ref": "#/definitions/customer"
9314             }
9315           }, 
9316           "default": {
9317             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9318           }
9319         }, 
9320         "summary": "returns customer", 
9321         "tags": [
9322           "Operations"
9323         ]
9324       }
9325     }, 
9326     "/nodes/customers?parameter=value[&parameter2=value2]": {
9327       "get": {
9328         "description": "returns customers", 
9329         "operationId": "getBusinessCustomers", 
9330         "parameters": [
9331           {
9332             "description": "n/a", 
9333             "in": "query", 
9334             "name": "global-customer-id", 
9335             "required": false, 
9336             "type": "string"
9337           }, 
9338           {
9339             "description": "n/a", 
9340             "in": "query", 
9341             "name": "subscriber-name", 
9342             "required": false, 
9343             "type": "string"
9344           }, 
9345           {
9346             "description": "n/a", 
9347             "in": "query", 
9348             "name": "subscriber-type", 
9349             "required": false, 
9350             "type": "string"
9351           }
9352         ], 
9353         "produces": [
9354           "application/json", 
9355           "application/xml"
9356         ], 
9357         "responses": {
9358           "200": {
9359             "description": "successful operation", 
9360             "schema": {
9361               "$ref": "#/definitions/customers"
9362             }
9363           }, 
9364           "default": {
9365             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9366           }
9367         }, 
9368         "summary": "returns customers", 
9369         "tags": [
9370           "Operations"
9371         ]
9372       }
9373     }, 
9374     "/nodes/cvlan-tag-entry/{cvlan-tag}": {
9375       "get": {
9376         "description": "returns cvlan-tag-entry", 
9377         "operationId": "getNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
9378         "parameters": [
9379           {
9380             "description": "See mis-na-virtualization-platform.yang", 
9381             "example": "__CVLAN-TAG__", 
9382             "format": "int64", 
9383             "in": "path", 
9384             "name": "cvlan-tag", 
9385             "required": true, 
9386             "type": "integer"
9387           }
9388         ], 
9389         "produces": [
9390           "application/json", 
9391           "application/xml"
9392         ], 
9393         "responses": {
9394           "200": {
9395             "description": "successful operation", 
9396             "schema": {
9397               "$ref": "#/definitions/cvlan-tag-entry"
9398             }
9399           }, 
9400           "default": {
9401             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9402           }
9403         }, 
9404         "summary": "returns cvlan-tag-entry", 
9405         "tags": [
9406           "Operations"
9407         ]
9408       }
9409     }, 
9410     "/nodes/cvlan-tags?parameter=value[&parameter2=value2]": {
9411       "get": {
9412         "description": "returns cvlan-tags", 
9413         "operationId": "getNetworkVcesVcePortGroupsPortGroupCvlanTags", 
9414         "parameters": [
9415           {
9416             "description": "n/a", 
9417             "format": "int64", 
9418             "in": "query", 
9419             "name": "cvlan-tag", 
9420             "required": false, 
9421             "type": "integer"
9422           }
9423         ], 
9424         "produces": [
9425           "application/json", 
9426           "application/xml"
9427         ], 
9428         "responses": {
9429           "200": {
9430             "description": "successful operation", 
9431             "schema": {
9432               "$ref": "#/definitions/cvlan-tags"
9433             }
9434           }, 
9435           "default": {
9436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9437           }
9438         }, 
9439         "summary": "returns cvlan-tags", 
9440         "tags": [
9441           "Operations"
9442         ]
9443       }
9444     }, 
9445     "/nodes/devices/device/{device-id}": {
9446       "get": {
9447         "description": "returns device", 
9448         "operationId": "getNetworkDevicesDevice", 
9449         "parameters": [
9450           {
9451             "description": "Uniquely identifies this device by id", 
9452             "example": "__DEVICE-ID__", 
9453             "in": "path", 
9454             "name": "device-id", 
9455             "required": true, 
9456             "type": "string"
9457           }
9458         ], 
9459         "produces": [
9460           "application/json", 
9461           "application/xml"
9462         ], 
9463         "responses": {
9464           "200": {
9465             "description": "successful operation", 
9466             "schema": {
9467               "$ref": "#/definitions/device"
9468             }
9469           }, 
9470           "default": {
9471             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9472           }
9473         }, 
9474         "summary": "returns device", 
9475         "tags": [
9476           "Operations"
9477         ]
9478       }
9479     }, 
9480     "/nodes/devices?parameter=value[&parameter2=value2]": {
9481       "get": {
9482         "description": "returns devices", 
9483         "operationId": "getNetworkDevices", 
9484         "parameters": [
9485           {
9486             "description": "n/a", 
9487             "in": "query", 
9488             "name": "device-id", 
9489             "required": false, 
9490             "type": "string"
9491           }, 
9492           {
9493             "description": "n/a", 
9494             "in": "query", 
9495             "name": "esn", 
9496             "required": false, 
9497             "type": "string"
9498           }, 
9499           {
9500             "description": "n/a", 
9501             "in": "query", 
9502             "name": "device-name", 
9503             "required": false, 
9504             "type": "string"
9505           }, 
9506           {
9507             "description": "n/a", 
9508             "in": "query", 
9509             "name": "vendor", 
9510             "required": false, 
9511             "type": "string"
9512           }, 
9513           {
9514             "description": "n/a", 
9515             "in": "query", 
9516             "name": "class", 
9517             "required": false, 
9518             "type": "string"
9519           }, 
9520           {
9521             "description": "n/a", 
9522             "in": "query", 
9523             "name": "type", 
9524             "required": false, 
9525             "type": "string"
9526           }, 
9527           {
9528             "description": "n/a", 
9529             "in": "query", 
9530             "name": "version", 
9531             "required": false, 
9532             "type": "string"
9533           }, 
9534           {
9535             "description": "n/a", 
9536             "in": "query", 
9537             "name": "system-ip", 
9538             "required": false, 
9539             "type": "string"
9540           }, 
9541           {
9542             "description": "n/a", 
9543             "in": "query", 
9544             "name": "system-ipv4", 
9545             "required": false, 
9546             "type": "string"
9547           }, 
9548           {
9549             "description": "n/a", 
9550             "in": "query", 
9551             "name": "system-ipv6", 
9552             "required": false, 
9553             "type": "string"
9554           }, 
9555           {
9556             "description": "n/a", 
9557             "in": "query", 
9558             "name": "operational-status", 
9559             "required": false, 
9560             "type": "string"
9561           }
9562         ], 
9563         "produces": [
9564           "application/json", 
9565           "application/xml"
9566         ], 
9567         "responses": {
9568           "200": {
9569             "description": "successful operation", 
9570             "schema": {
9571               "$ref": "#/definitions/devices"
9572             }
9573           }, 
9574           "default": {
9575             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9576           }
9577         }, 
9578         "summary": "returns devices", 
9579         "tags": [
9580           "Operations"
9581         ]
9582       }
9583     }, 
9584     "/nodes/dhcp-services/dhcp-service/{dhcp-service-id}": {
9585       "get": {
9586         "description": "returns dhcp-service", 
9587         "operationId": "getNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService", 
9588         "parameters": [
9589           {
9590             "description": "Uniquely identifies this dhcp-service by id", 
9591             "example": "__DHCP-SERVICE-ID__", 
9592             "in": "path", 
9593             "name": "dhcp-service-id", 
9594             "required": true, 
9595             "type": "string"
9596           }
9597         ], 
9598         "produces": [
9599           "application/json", 
9600           "application/xml"
9601         ], 
9602         "responses": {
9603           "200": {
9604             "description": "successful operation", 
9605             "schema": {
9606               "$ref": "#/definitions/dhcp-service"
9607             }
9608           }, 
9609           "default": {
9610             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9611           }
9612         }, 
9613         "summary": "returns dhcp-service", 
9614         "tags": [
9615           "Operations"
9616         ]
9617       }
9618     }, 
9619     "/nodes/dhcp-services?parameter=value[&parameter2=value2]": {
9620       "get": {
9621         "description": "returns dhcp-services", 
9622         "operationId": "getNetworkLanPortConfigsLanPortConfigDhcpServices", 
9623         "parameters": [
9624           {
9625             "description": "n/a", 
9626             "in": "query", 
9627             "name": "dhcp-service-id", 
9628             "required": false, 
9629             "type": "string"
9630           }, 
9631           {
9632             "description": "n/a", 
9633             "in": "query", 
9634             "name": "server-ipv4-address", 
9635             "required": false, 
9636             "type": "string"
9637           }, 
9638           {
9639             "description": "n/a", 
9640             "in": "query", 
9641             "name": "server-ipv6-address", 
9642             "required": false, 
9643             "type": "string"
9644           }, 
9645           {
9646             "description": "n/a", 
9647             "in": "query", 
9648             "name": "dhcp-service-type", 
9649             "required": false, 
9650             "type": "string"
9651           }, 
9652           {
9653             "description": "n/a", 
9654             "in": "query", 
9655             "name": "domain-name", 
9656             "required": false, 
9657             "type": "string"
9658           }
9659         ], 
9660         "produces": [
9661           "application/json", 
9662           "application/xml"
9663         ], 
9664         "responses": {
9665           "200": {
9666             "description": "successful operation", 
9667             "schema": {
9668               "$ref": "#/definitions/dhcp-services"
9669             }
9670           }, 
9671           "default": {
9672             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9673           }
9674         }, 
9675         "summary": "returns dhcp-services", 
9676         "tags": [
9677           "Operations"
9678         ]
9679       }
9680     }, 
9681     "/nodes/dvs-switches/dvs-switch/{switch-name}": {
9682       "get": {
9683         "description": "returns dvs-switch", 
9684         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
9685         "parameters": [
9686           {
9687             "description": "DVS switch name", 
9688             "example": "__SWITCH-NAME__", 
9689             "in": "path", 
9690             "name": "switch-name", 
9691             "required": true, 
9692             "type": "string"
9693           }
9694         ], 
9695         "produces": [
9696           "application/json", 
9697           "application/xml"
9698         ], 
9699         "responses": {
9700           "200": {
9701             "description": "successful operation", 
9702             "schema": {
9703               "$ref": "#/definitions/dvs-switch"
9704             }
9705           }, 
9706           "default": {
9707             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9708           }
9709         }, 
9710         "summary": "returns dvs-switch", 
9711         "tags": [
9712           "Operations"
9713         ]
9714       }
9715     }, 
9716     "/nodes/dvs-switches?parameter=value[&parameter2=value2]": {
9717       "get": {
9718         "description": "returns dvs-switches", 
9719         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionDvsSwitches", 
9720         "parameters": [
9721           {
9722             "description": "n/a", 
9723             "in": "query", 
9724             "name": "switch-name", 
9725             "required": false, 
9726             "type": "string"
9727           }, 
9728           {
9729             "description": "n/a", 
9730             "in": "query", 
9731             "name": "vcenter-url", 
9732             "required": false, 
9733             "type": "string"
9734           }
9735         ], 
9736         "produces": [
9737           "application/json", 
9738           "application/xml"
9739         ], 
9740         "responses": {
9741           "200": {
9742             "description": "successful operation", 
9743             "schema": {
9744               "$ref": "#/definitions/dvs-switches"
9745             }
9746           }, 
9747           "default": {
9748             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9749           }
9750         }, 
9751         "summary": "returns dvs-switches", 
9752         "tags": [
9753           "Operations"
9754         ]
9755       }
9756     }, 
9757     "/nodes/element-choice-sets/element-choice-set/{element-choice-set-uuid}": {
9758       "get": {
9759         "description": "returns element-choice-set", 
9760         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
9761         "parameters": [
9762           {
9763             "example": "__ELEMENT-CHOICE-SET-UUID__", 
9764             "in": "path", 
9765             "name": "element-choice-set-uuid", 
9766             "required": true, 
9767             "type": "string"
9768           }
9769         ], 
9770         "produces": [
9771           "application/json", 
9772           "application/xml"
9773         ], 
9774         "responses": {
9775           "200": {
9776             "description": "successful operation", 
9777             "schema": {
9778               "$ref": "#/definitions/element-choice-set"
9779             }
9780           }, 
9781           "default": {
9782             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9783           }
9784         }, 
9785         "summary": "returns element-choice-set", 
9786         "tags": [
9787           "Operations"
9788         ]
9789       }
9790     }, 
9791     "/nodes/element-choice-sets?parameter=value[&parameter2=value2]": {
9792       "get": {
9793         "description": "returns element-choice-sets", 
9794         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSets", 
9795         "parameters": [
9796           {
9797             "description": "n/a", 
9798             "in": "query", 
9799             "name": "element-choice-set-uuid", 
9800             "required": false, 
9801             "type": "string"
9802           }
9803         ], 
9804         "produces": [
9805           "application/json", 
9806           "application/xml"
9807         ], 
9808         "responses": {
9809           "200": {
9810             "description": "successful operation", 
9811             "schema": {
9812               "$ref": "#/definitions/element-choice-sets"
9813             }
9814           }, 
9815           "default": {
9816             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9817           }
9818         }, 
9819         "summary": "returns element-choice-sets", 
9820         "tags": [
9821           "Operations"
9822         ]
9823       }
9824     }, 
9825     "/nodes/entitlements/entitlement/{group-uuid}/{resource-uuid}": {
9826       "get": {
9827         "description": "returns entitlement", 
9828         "operationId": "getNetworkVcesVceEntitlementsEntitlement", 
9829         "parameters": [
9830           {
9831             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
9832             "example": "__GROUP-UUID__", 
9833             "in": "path", 
9834             "name": "group-uuid", 
9835             "required": true, 
9836             "type": "string"
9837           }, 
9838           {
9839             "description": "Unique ID of an entitlement resource.", 
9840             "example": "__RESOURCE-UUID__", 
9841             "in": "path", 
9842             "name": "resource-uuid", 
9843             "required": true, 
9844             "type": "string"
9845           }
9846         ], 
9847         "produces": [
9848           "application/json", 
9849           "application/xml"
9850         ], 
9851         "responses": {
9852           "200": {
9853             "description": "successful operation", 
9854             "schema": {
9855               "$ref": "#/definitions/entitlement"
9856             }
9857           }, 
9858           "default": {
9859             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9860           }
9861         }, 
9862         "summary": "returns entitlement", 
9863         "tags": [
9864           "Operations"
9865         ]
9866       }
9867     }, 
9868     "/nodes/entitlements?parameter=value[&parameter2=value2]": {
9869       "get": {
9870         "description": "returns entitlements", 
9871         "operationId": "getNetworkVcesVceEntitlements", 
9872         "parameters": [
9873           {
9874             "description": "n/a", 
9875             "in": "query", 
9876             "name": "group-uuid", 
9877             "required": false, 
9878             "type": "string"
9879           }, 
9880           {
9881             "description": "n/a", 
9882             "in": "query", 
9883             "name": "resource-uuid", 
9884             "required": false, 
9885             "type": "string"
9886           }
9887         ], 
9888         "produces": [
9889           "application/json", 
9890           "application/xml"
9891         ], 
9892         "responses": {
9893           "200": {
9894             "description": "successful operation", 
9895             "schema": {
9896               "$ref": "#/definitions/entitlements"
9897             }
9898           }, 
9899           "default": {
9900             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9901           }
9902         }, 
9903         "summary": "returns entitlements", 
9904         "tags": [
9905           "Operations"
9906         ]
9907       }
9908     }, 
9909     "/nodes/esr-ems-list/esr-ems/{ems-id}": {
9910       "get": {
9911         "description": "returns esr-ems", 
9912         "operationId": "getExternalSystemEsrEmsListEsrEms", 
9913         "parameters": [
9914           {
9915             "description": "Unique ID of EMS.", 
9916             "example": "__EMS-ID__", 
9917             "in": "path", 
9918             "name": "ems-id", 
9919             "required": true, 
9920             "type": "string"
9921           }
9922         ], 
9923         "produces": [
9924           "application/json", 
9925           "application/xml"
9926         ], 
9927         "responses": {
9928           "200": {
9929             "description": "successful operation", 
9930             "schema": {
9931               "$ref": "#/definitions/esr-ems"
9932             }
9933           }, 
9934           "default": {
9935             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9936           }
9937         }, 
9938         "summary": "returns esr-ems", 
9939         "tags": [
9940           "Operations"
9941         ]
9942       }
9943     }, 
9944     "/nodes/esr-ems-list?parameter=value[&parameter2=value2]": {
9945       "get": {
9946         "description": "returns esr-ems-list", 
9947         "operationId": "getExternalSystemEsrEmsList", 
9948         "parameters": [
9949           {
9950             "description": "n/a", 
9951             "in": "query", 
9952             "name": "ems-id", 
9953             "required": false, 
9954             "type": "string"
9955           }
9956         ], 
9957         "produces": [
9958           "application/json", 
9959           "application/xml"
9960         ], 
9961         "responses": {
9962           "200": {
9963             "description": "successful operation", 
9964             "schema": {
9965               "$ref": "#/definitions/esr-ems-list"
9966             }
9967           }, 
9968           "default": {
9969             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
9970           }
9971         }, 
9972         "summary": "returns esr-ems-list", 
9973         "tags": [
9974           "Operations"
9975         ]
9976       }
9977     }, 
9978     "/nodes/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
9979       "get": {
9980         "description": "returns esr-system-info", 
9981         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
9982         "parameters": [
9983           {
9984             "description": "Unique ID of esr system info.", 
9985             "example": "__ESR-SYSTEM-INFO-ID__", 
9986             "in": "path", 
9987             "name": "esr-system-info-id", 
9988             "required": true, 
9989             "type": "string"
9990           }
9991         ], 
9992         "produces": [
9993           "application/json", 
9994           "application/xml"
9995         ], 
9996         "responses": {
9997           "200": {
9998             "description": "successful operation", 
9999             "schema": {
10000               "$ref": "#/definitions/esr-system-info"
10001             }
10002           }, 
10003           "default": {
10004             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10005           }
10006         }, 
10007         "summary": "returns esr-system-info", 
10008         "tags": [
10009           "Operations"
10010         ]
10011       }
10012     }, 
10013     "/nodes/esr-system-info-list?parameter=value[&parameter2=value2]": {
10014       "get": {
10015         "description": "returns esr-system-info-list", 
10016         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoList", 
10017         "parameters": [
10018           {
10019             "description": "n/a", 
10020             "in": "query", 
10021             "name": "esr-system-info-id", 
10022             "required": false, 
10023             "type": "string"
10024           }, 
10025           {
10026             "description": "n/a", 
10027             "in": "query", 
10028             "name": "system-name", 
10029             "required": false, 
10030             "type": "string"
10031           }, 
10032           {
10033             "description": "n/a", 
10034             "in": "query", 
10035             "name": "system-type", 
10036             "required": false, 
10037             "type": "string"
10038           }
10039         ], 
10040         "produces": [
10041           "application/json", 
10042           "application/xml"
10043         ], 
10044         "responses": {
10045           "200": {
10046             "description": "successful operation", 
10047             "schema": {
10048               "$ref": "#/definitions/esr-system-info-list"
10049             }
10050           }, 
10051           "default": {
10052             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10053           }
10054         }, 
10055         "summary": "returns esr-system-info-list", 
10056         "tags": [
10057           "Operations"
10058         ]
10059       }
10060     }, 
10061     "/nodes/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}": {
10062       "get": {
10063         "description": "returns esr-thirdparty-sdnc", 
10064         "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
10065         "parameters": [
10066           {
10067             "description": "Unique ID of SDNC.", 
10068             "example": "__THIRDPARTY-SDNC-ID__", 
10069             "in": "path", 
10070             "name": "thirdparty-sdnc-id", 
10071             "required": true, 
10072             "type": "string"
10073           }
10074         ], 
10075         "produces": [
10076           "application/json", 
10077           "application/xml"
10078         ], 
10079         "responses": {
10080           "200": {
10081             "description": "successful operation", 
10082             "schema": {
10083               "$ref": "#/definitions/esr-thirdparty-sdnc"
10084             }
10085           }, 
10086           "default": {
10087             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10088           }
10089         }, 
10090         "summary": "returns esr-thirdparty-sdnc", 
10091         "tags": [
10092           "Operations"
10093         ]
10094       }
10095     }, 
10096     "/nodes/esr-thirdparty-sdnc-list?parameter=value[&parameter2=value2]": {
10097       "get": {
10098         "description": "returns esr-thirdparty-sdnc-list", 
10099         "operationId": "getExternalSystemEsrThirdpartySdncList", 
10100         "produces": [
10101           "application/json", 
10102           "application/xml"
10103         ], 
10104         "responses": {
10105           "200": {
10106             "description": "successful operation", 
10107             "schema": {
10108               "$ref": "#/definitions/esr-thirdparty-sdnc-list"
10109             }
10110           }, 
10111           "default": {
10112             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10113           }
10114         }, 
10115         "summary": "returns esr-thirdparty-sdnc-list", 
10116         "tags": [
10117           "Operations"
10118         ]
10119       }
10120     }, 
10121     "/nodes/esr-vnfm-list/esr-vnfm/{vnfm-id}": {
10122       "get": {
10123         "description": "returns esr-vnfm", 
10124         "operationId": "getExternalSystemEsrVnfmListEsrVnfm", 
10125         "parameters": [
10126           {
10127             "description": "Unique ID of VNFM.", 
10128             "example": "__VNFM-ID__", 
10129             "in": "path", 
10130             "name": "vnfm-id", 
10131             "required": true, 
10132             "type": "string"
10133           }
10134         ], 
10135         "produces": [
10136           "application/json", 
10137           "application/xml"
10138         ], 
10139         "responses": {
10140           "200": {
10141             "description": "successful operation", 
10142             "schema": {
10143               "$ref": "#/definitions/esr-vnfm"
10144             }
10145           }, 
10146           "default": {
10147             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10148           }
10149         }, 
10150         "summary": "returns esr-vnfm", 
10151         "tags": [
10152           "Operations"
10153         ]
10154       }
10155     }, 
10156     "/nodes/esr-vnfm-list?parameter=value[&parameter2=value2]": {
10157       "get": {
10158         "description": "returns esr-vnfm-list", 
10159         "operationId": "getExternalSystemEsrVnfmList", 
10160         "parameters": [
10161           {
10162             "description": "n/a", 
10163             "in": "query", 
10164             "name": "vnfm-id", 
10165             "required": false, 
10166             "type": "string"
10167           }
10168         ], 
10169         "produces": [
10170           "application/json", 
10171           "application/xml"
10172         ], 
10173         "responses": {
10174           "200": {
10175             "description": "successful operation", 
10176             "schema": {
10177               "$ref": "#/definitions/esr-vnfm-list"
10178             }
10179           }, 
10180           "default": {
10181             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10182           }
10183         }, 
10184         "summary": "returns esr-vnfm-list", 
10185         "tags": [
10186           "Operations"
10187         ]
10188       }
10189     }, 
10190     "/nodes/evcs/evc/{evc-id}": {
10191       "get": {
10192         "description": "returns evc", 
10193         "operationId": "getNetworkConfigurationsConfigurationEvcsEvc", 
10194         "produces": [
10195           "application/json", 
10196           "application/xml"
10197         ], 
10198         "responses": {
10199           "200": {
10200             "description": "successful operation", 
10201             "schema": {
10202               "$ref": "#/definitions/evc"
10203             }
10204           }, 
10205           "default": {
10206             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10207           }
10208         }, 
10209         "summary": "returns evc", 
10210         "tags": [
10211           "Operations"
10212         ]
10213       }
10214     }, 
10215     "/nodes/evcs?parameter=value[&parameter2=value2]": {
10216       "get": {
10217         "description": "returns evcs", 
10218         "operationId": "getNetworkConfigurationsConfigurationEvcs", 
10219         "produces": [
10220           "application/json", 
10221           "application/xml"
10222         ], 
10223         "responses": {
10224           "200": {
10225             "description": "successful operation", 
10226             "schema": {
10227               "$ref": "#/definitions/evcs"
10228             }
10229           }, 
10230           "default": {
10231             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10232           }
10233         }, 
10234         "summary": "returns evcs", 
10235         "tags": [
10236           "Operations"
10237         ]
10238       }
10239     }, 
10240     "/nodes/ext-aai-networks/ext-aai-network/{aai-id}": {
10241       "get": {
10242         "description": "returns ext-aai-network", 
10243         "operationId": "getNetworkExtAaiNetworksExtAaiNetwork", 
10244         "parameters": [
10245           {
10246             "description": "Unique ID of the referenced AAI.", 
10247             "example": "__AAI-ID__", 
10248             "in": "path", 
10249             "name": "aai-id", 
10250             "required": true, 
10251             "type": "string"
10252           }
10253         ], 
10254         "produces": [
10255           "application/json", 
10256           "application/xml"
10257         ], 
10258         "responses": {
10259           "200": {
10260             "description": "successful operation", 
10261             "schema": {
10262               "$ref": "#/definitions/ext-aai-network"
10263             }
10264           }, 
10265           "default": {
10266             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10267           }
10268         }, 
10269         "summary": "returns ext-aai-network", 
10270         "tags": [
10271           "Operations"
10272         ]
10273       }
10274     }, 
10275     "/nodes/ext-aai-networks?parameter=value[&parameter2=value2]": {
10276       "get": {
10277         "description": "returns ext-aai-networks", 
10278         "operationId": "getNetworkExtAaiNetworks", 
10279         "parameters": [
10280           {
10281             "description": "n/a", 
10282             "in": "query", 
10283             "name": "aai-id", 
10284             "required": false, 
10285             "type": "string"
10286           }
10287         ], 
10288         "produces": [
10289           "application/json", 
10290           "application/xml"
10291         ], 
10292         "responses": {
10293           "200": {
10294             "description": "successful operation", 
10295             "schema": {
10296               "$ref": "#/definitions/ext-aai-networks"
10297             }
10298           }, 
10299           "default": {
10300             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10301           }
10302         }, 
10303         "summary": "returns ext-aai-networks", 
10304         "tags": [
10305           "Operations"
10306         ]
10307       }
10308     }, 
10309     "/nodes/flavors/flavor/{flavor-id}": {
10310       "get": {
10311         "description": "returns flavor", 
10312         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
10313         "parameters": [
10314           {
10315             "description": "Flavor id, expected to be unique across cloud-region.", 
10316             "example": "__FLAVOR-ID__", 
10317             "in": "path", 
10318             "name": "flavor-id", 
10319             "required": true, 
10320             "type": "string"
10321           }
10322         ], 
10323         "produces": [
10324           "application/json", 
10325           "application/xml"
10326         ], 
10327         "responses": {
10328           "200": {
10329             "description": "successful operation", 
10330             "schema": {
10331               "$ref": "#/definitions/flavor"
10332             }
10333           }, 
10334           "default": {
10335             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10336           }
10337         }, 
10338         "summary": "returns flavor", 
10339         "tags": [
10340           "Operations"
10341         ]
10342       }
10343     }, 
10344     "/nodes/flavors?parameter=value[&parameter2=value2]": {
10345       "get": {
10346         "description": "returns flavors", 
10347         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavors", 
10348         "parameters": [
10349           {
10350             "description": "n/a", 
10351             "in": "query", 
10352             "name": "flavor-id", 
10353             "required": false, 
10354             "type": "string"
10355           }, 
10356           {
10357             "description": "n/a", 
10358             "in": "query", 
10359             "name": "flavor-name", 
10360             "required": false, 
10361             "type": "string"
10362           }
10363         ], 
10364         "produces": [
10365           "application/json", 
10366           "application/xml"
10367         ], 
10368         "responses": {
10369           "200": {
10370             "description": "successful operation", 
10371             "schema": {
10372               "$ref": "#/definitions/flavors"
10373             }
10374           }, 
10375           "default": {
10376             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10377           }
10378         }, 
10379         "summary": "returns flavors", 
10380         "tags": [
10381           "Operations"
10382         ]
10383       }
10384     }, 
10385     "/nodes/forwarder-evcs/forwarder-evc/{forwarder-evc-id}": {
10386       "get": {
10387         "description": "returns forwarder-evc", 
10388         "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc", 
10389         "produces": [
10390           "application/json", 
10391           "application/xml"
10392         ], 
10393         "responses": {
10394           "200": {
10395             "description": "successful operation", 
10396             "schema": {
10397               "$ref": "#/definitions/forwarder-evc"
10398             }
10399           }, 
10400           "default": {
10401             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10402           }
10403         }, 
10404         "summary": "returns forwarder-evc", 
10405         "tags": [
10406           "Operations"
10407         ]
10408       }
10409     }, 
10410     "/nodes/forwarder-evcs?parameter=value[&parameter2=value2]": {
10411       "get": {
10412         "description": "returns forwarder-evcs", 
10413         "operationId": "getNetworkConfigurationsConfigurationForwarderEvcs", 
10414         "produces": [
10415           "application/json", 
10416           "application/xml"
10417         ], 
10418         "responses": {
10419           "200": {
10420             "description": "successful operation", 
10421             "schema": {
10422               "$ref": "#/definitions/forwarder-evcs"
10423             }
10424           }, 
10425           "default": {
10426             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10427           }
10428         }, 
10429         "summary": "returns forwarder-evcs", 
10430         "tags": [
10431           "Operations"
10432         ]
10433       }
10434     }, 
10435     "/nodes/forwarders/forwarder/{sequence}": {
10436       "get": {
10437         "description": "returns forwarder", 
10438         "operationId": "getNetworkForwardingPathsForwardingPathForwardersForwarder", 
10439         "parameters": [
10440           {
10441             "description": "Unique ID of this segmentation", 
10442             "example": "__SEQUENCE__", 
10443             "format": "int32", 
10444             "in": "path", 
10445             "name": "sequence", 
10446             "required": true, 
10447             "type": "integer"
10448           }
10449         ], 
10450         "produces": [
10451           "application/json", 
10452           "application/xml"
10453         ], 
10454         "responses": {
10455           "200": {
10456             "description": "successful operation", 
10457             "schema": {
10458               "$ref": "#/definitions/forwarder"
10459             }
10460           }, 
10461           "default": {
10462             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10463           }
10464         }, 
10465         "summary": "returns forwarder", 
10466         "tags": [
10467           "Operations"
10468         ]
10469       }
10470     }, 
10471     "/nodes/forwarders?parameter=value[&parameter2=value2]": {
10472       "get": {
10473         "description": "returns forwarders", 
10474         "operationId": "getNetworkForwardingPathsForwardingPathForwarders", 
10475         "parameters": [
10476           {
10477             "description": "n/a", 
10478             "format": "int32", 
10479             "in": "query", 
10480             "name": "sequence", 
10481             "required": false, 
10482             "type": "integer"
10483           }
10484         ], 
10485         "produces": [
10486           "application/json", 
10487           "application/xml"
10488         ], 
10489         "responses": {
10490           "200": {
10491             "description": "successful operation", 
10492             "schema": {
10493               "$ref": "#/definitions/forwarders"
10494             }
10495           }, 
10496           "default": {
10497             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10498           }
10499         }, 
10500         "summary": "returns forwarders", 
10501         "tags": [
10502           "Operations"
10503         ]
10504       }
10505     }, 
10506     "/nodes/forwarding-paths/forwarding-path/{forwarding-path-id}": {
10507       "get": {
10508         "description": "returns forwarding-path", 
10509         "operationId": "getNetworkForwardingPathsForwardingPath", 
10510         "parameters": [
10511           {
10512             "description": "Unique ID of this FP", 
10513             "example": "__FORWARDING-PATH-ID__", 
10514             "in": "path", 
10515             "name": "forwarding-path-id", 
10516             "required": true, 
10517             "type": "string"
10518           }
10519         ], 
10520         "produces": [
10521           "application/json", 
10522           "application/xml"
10523         ], 
10524         "responses": {
10525           "200": {
10526             "description": "successful operation", 
10527             "schema": {
10528               "$ref": "#/definitions/forwarding-path"
10529             }
10530           }, 
10531           "default": {
10532             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10533           }
10534         }, 
10535         "summary": "returns forwarding-path", 
10536         "tags": [
10537           "Operations"
10538         ]
10539       }
10540     }, 
10541     "/nodes/forwarding-paths?parameter=value[&parameter2=value2]": {
10542       "get": {
10543         "description": "returns forwarding-paths", 
10544         "operationId": "getNetworkForwardingPaths", 
10545         "parameters": [
10546           {
10547             "description": "n/a", 
10548             "in": "query", 
10549             "name": "forwarding-path-id", 
10550             "required": false, 
10551             "type": "string"
10552           }, 
10553           {
10554             "description": "n/a", 
10555             "in": "query", 
10556             "name": "forwarding-path-name", 
10557             "required": false, 
10558             "type": "string"
10559           }
10560         ], 
10561         "produces": [
10562           "application/json", 
10563           "application/xml"
10564         ], 
10565         "responses": {
10566           "200": {
10567             "description": "successful operation", 
10568             "schema": {
10569               "$ref": "#/definitions/forwarding-paths"
10570             }
10571           }, 
10572           "default": {
10573             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10574           }
10575         }, 
10576         "summary": "returns forwarding-paths", 
10577         "tags": [
10578           "Operations"
10579         ]
10580       }
10581     }, 
10582     "/nodes/generic-vnfs/generic-vnf/{vnf-id}": {
10583       "get": {
10584         "description": "returns generic-vnf", 
10585         "operationId": "getNetworkGenericVnfsGenericVnf", 
10586         "parameters": [
10587           {
10588             "description": "Unique id of VNF.  This is unique across the graph.", 
10589             "example": "__VNF-ID__", 
10590             "in": "path", 
10591             "name": "vnf-id", 
10592             "required": true, 
10593             "type": "string"
10594           }
10595         ], 
10596         "produces": [
10597           "application/json", 
10598           "application/xml"
10599         ], 
10600         "responses": {
10601           "200": {
10602             "description": "successful operation", 
10603             "schema": {
10604               "$ref": "#/definitions/generic-vnf"
10605             }
10606           }, 
10607           "default": {
10608             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10609           }
10610         }, 
10611         "summary": "returns generic-vnf", 
10612         "tags": [
10613           "Operations"
10614         ]
10615       }
10616     }, 
10617     "/nodes/generic-vnfs?parameter=value[&parameter2=value2]": {
10618       "get": {
10619         "description": "returns generic-vnfs", 
10620         "operationId": "getNetworkGenericVnfs", 
10621         "parameters": [
10622           {
10623             "description": "n/a", 
10624             "in": "query", 
10625             "name": "vnf-id", 
10626             "required": false, 
10627             "type": "string"
10628           }, 
10629           {
10630             "description": "n/a", 
10631             "in": "query", 
10632             "name": "vnf-name", 
10633             "required": false, 
10634             "type": "string"
10635           }, 
10636           {
10637             "description": "n/a", 
10638             "in": "query", 
10639             "name": "vnf-name2", 
10640             "required": false, 
10641             "type": "string"
10642           }, 
10643           {
10644             "description": "n/a", 
10645             "in": "query", 
10646             "name": "vnf-type", 
10647             "required": false, 
10648             "type": "string"
10649           }, 
10650           {
10651             "description": "n/a", 
10652             "in": "query", 
10653             "name": "service-id", 
10654             "required": false, 
10655             "type": "string"
10656           }, 
10657           {
10658             "description": "n/a", 
10659             "in": "query", 
10660             "name": "regional-resource-zone", 
10661             "required": false, 
10662             "type": "string"
10663           }, 
10664           {
10665             "description": "n/a", 
10666             "in": "query", 
10667             "name": "prov-status", 
10668             "required": false, 
10669             "type": "string"
10670           }, 
10671           {
10672             "description": "n/a", 
10673             "in": "query", 
10674             "name": "heat-stack-id", 
10675             "required": false, 
10676             "type": "string"
10677           }, 
10678           {
10679             "description": "n/a", 
10680             "in": "query", 
10681             "name": "in-maint", 
10682             "required": false, 
10683             "type": "boolean"
10684           }, 
10685           {
10686             "description": "n/a", 
10687             "in": "query", 
10688             "name": "is-closed-loop-disabled", 
10689             "required": false, 
10690             "type": "boolean"
10691           }, 
10692           {
10693             "description": "n/a", 
10694             "in": "query", 
10695             "name": "model-invariant-id", 
10696             "required": false, 
10697             "type": "string"
10698           }, 
10699           {
10700             "description": "n/a", 
10701             "in": "query", 
10702             "name": "model-version-id", 
10703             "required": false, 
10704             "type": "string"
10705           }, 
10706           {
10707             "description": "n/a", 
10708             "in": "query", 
10709             "name": "widget-model-id", 
10710             "required": false, 
10711             "type": "string"
10712           }, 
10713           {
10714             "description": "n/a", 
10715             "in": "query", 
10716             "name": "widget-model-version", 
10717             "required": false, 
10718             "type": "string"
10719           }, 
10720           {
10721             "description": "n/a", 
10722             "in": "query", 
10723             "name": "nf-type", 
10724             "required": false, 
10725             "type": "string"
10726           }, 
10727           {
10728             "description": "n/a", 
10729             "in": "query", 
10730             "name": "nf-function", 
10731             "required": false, 
10732             "type": "string"
10733           }, 
10734           {
10735             "description": "n/a", 
10736             "in": "query", 
10737             "name": "nf-role", 
10738             "required": false, 
10739             "type": "string"
10740           }, 
10741           {
10742             "description": "n/a", 
10743             "in": "query", 
10744             "name": "nf-naming-code", 
10745             "required": false, 
10746             "type": "string"
10747           }
10748         ], 
10749         "produces": [
10750           "application/json", 
10751           "application/xml"
10752         ], 
10753         "responses": {
10754           "200": {
10755             "description": "successful operation", 
10756             "schema": {
10757               "$ref": "#/definitions/generic-vnfs"
10758             }
10759           }, 
10760           "default": {
10761             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10762           }
10763         }, 
10764         "summary": "returns generic-vnfs", 
10765         "tags": [
10766           "Operations"
10767         ]
10768       }
10769     }, 
10770     "/nodes/group-assignments/group-assignment/{group-id}": {
10771       "get": {
10772         "description": "returns group-assignment", 
10773         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
10774         "parameters": [
10775           {
10776             "description": "Group id, expected to be unique across cloud-region.", 
10777             "example": "__GROUP-ID__", 
10778             "in": "path", 
10779             "name": "group-id", 
10780             "required": true, 
10781             "type": "string"
10782           }
10783         ], 
10784         "produces": [
10785           "application/json", 
10786           "application/xml"
10787         ], 
10788         "responses": {
10789           "200": {
10790             "description": "successful operation", 
10791             "schema": {
10792               "$ref": "#/definitions/group-assignment"
10793             }
10794           }, 
10795           "default": {
10796             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10797           }
10798         }, 
10799         "summary": "returns group-assignment", 
10800         "tags": [
10801           "Operations"
10802         ]
10803       }
10804     }, 
10805     "/nodes/group-assignments?parameter=value[&parameter2=value2]": {
10806       "get": {
10807         "description": "returns group-assignments", 
10808         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionGroupAssignments", 
10809         "parameters": [
10810           {
10811             "description": "n/a", 
10812             "in": "query", 
10813             "name": "group-id", 
10814             "required": false, 
10815             "type": "string"
10816           }, 
10817           {
10818             "description": "n/a", 
10819             "in": "query", 
10820             "name": "group-type", 
10821             "required": false, 
10822             "type": "string"
10823           }, 
10824           {
10825             "description": "n/a", 
10826             "in": "query", 
10827             "name": "group-name", 
10828             "required": false, 
10829             "type": "string"
10830           }
10831         ], 
10832         "produces": [
10833           "application/json", 
10834           "application/xml"
10835         ], 
10836         "responses": {
10837           "200": {
10838             "description": "successful operation", 
10839             "schema": {
10840               "$ref": "#/definitions/group-assignments"
10841             }
10842           }, 
10843           "default": {
10844             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10845           }
10846         }, 
10847         "summary": "returns group-assignments", 
10848         "tags": [
10849           "Operations"
10850         ]
10851       }
10852     }, 
10853     "/nodes/host-routes/host-route/{host-route-id}": {
10854       "get": {
10855         "description": "returns host-route", 
10856         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
10857         "parameters": [
10858           {
10859             "description": "host-route id", 
10860             "example": "__HOST-ROUTE-ID__", 
10861             "in": "path", 
10862             "name": "host-route-id", 
10863             "required": true, 
10864             "type": "string"
10865           }
10866         ], 
10867         "produces": [
10868           "application/json", 
10869           "application/xml"
10870         ], 
10871         "responses": {
10872           "200": {
10873             "description": "successful operation", 
10874             "schema": {
10875               "$ref": "#/definitions/host-route"
10876             }
10877           }, 
10878           "default": {
10879             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10880           }
10881         }, 
10882         "summary": "returns host-route", 
10883         "tags": [
10884           "Operations"
10885         ]
10886       }
10887     }, 
10888     "/nodes/host-routes?parameter=value[&parameter2=value2]": {
10889       "get": {
10890         "description": "returns host-routes", 
10891         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutes", 
10892         "parameters": [
10893           {
10894             "description": "n/a", 
10895             "in": "query", 
10896             "name": "host-route-id", 
10897             "required": false, 
10898             "type": "string"
10899           }
10900         ], 
10901         "produces": [
10902           "application/json", 
10903           "application/xml"
10904         ], 
10905         "responses": {
10906           "200": {
10907             "description": "successful operation", 
10908             "schema": {
10909               "$ref": "#/definitions/host-routes"
10910             }
10911           }, 
10912           "default": {
10913             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10914           }
10915         }, 
10916         "summary": "returns host-routes", 
10917         "tags": [
10918           "Operations"
10919         ]
10920       }
10921     }, 
10922     "/nodes/hpa-capabilities?parameter=value[&parameter2=value2]": {
10923       "get": {
10924         "description": "returns hpa-capabilities", 
10925         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilities", 
10926         "parameters": [
10927           {
10928             "description": "n/a", 
10929             "in": "query", 
10930             "name": "hpa-capability-id", 
10931             "required": false, 
10932             "type": "string"
10933           }, 
10934           {
10935             "description": "n/a", 
10936             "in": "query", 
10937             "name": "hpa-feature", 
10938             "required": false, 
10939             "type": "string"
10940           }, 
10941           {
10942             "description": "n/a", 
10943             "in": "query", 
10944             "name": "architecture", 
10945             "required": false, 
10946             "type": "string"
10947           }
10948         ], 
10949         "produces": [
10950           "application/json", 
10951           "application/xml"
10952         ], 
10953         "responses": {
10954           "200": {
10955             "description": "successful operation", 
10956             "schema": {
10957               "$ref": "#/definitions/hpa-capabilities"
10958             }
10959           }, 
10960           "default": {
10961             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10962           }
10963         }, 
10964         "summary": "returns hpa-capabilities", 
10965         "tags": [
10966           "Operations"
10967         ]
10968       }
10969     }, 
10970     "/nodes/hpa-capability/{hpa-capability-id}": {
10971       "get": {
10972         "description": "returns hpa-capability", 
10973         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability", 
10974         "parameters": [
10975           {
10976             "description": "UUID to uniquely identify a HPA capability", 
10977             "example": "__HPA-CAPABILITY-ID__", 
10978             "in": "path", 
10979             "name": "hpa-capability-id", 
10980             "required": true, 
10981             "type": "string"
10982           }
10983         ], 
10984         "produces": [
10985           "application/json", 
10986           "application/xml"
10987         ], 
10988         "responses": {
10989           "200": {
10990             "description": "successful operation", 
10991             "schema": {
10992               "$ref": "#/definitions/hpa-capability"
10993             }
10994           }, 
10995           "default": {
10996             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10997           }
10998         }, 
10999         "summary": "returns hpa-capability", 
11000         "tags": [
11001           "Operations"
11002         ]
11003       }
11004     }, 
11005     "/nodes/hpa-capacity/{hpa-capacity-key}": {
11006       "get": {
11007         "description": "returns hpa-capacity", 
11008         "operationId": "getCloudInfrastructurePserversPserverHpaCapacity", 
11009         "parameters": [
11010           {
11011             "description": "Value from executing hostname on the compute node.", 
11012             "example": "__HOSTNAME__", 
11013             "in": "path", 
11014             "name": "hostname", 
11015             "required": true, 
11016             "type": "string"
11017           }, 
11018           {
11019             "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
11020             "example": "__HPA-CAPACITY-KEY__", 
11021             "in": "path", 
11022             "name": "hpa-capacity-key", 
11023             "required": true, 
11024             "type": "string"
11025           }
11026         ], 
11027         "produces": [
11028           "application/json", 
11029           "application/xml"
11030         ], 
11031         "responses": {
11032           "200": {
11033             "description": "successful operation", 
11034             "schema": {
11035               "$ref": "#/definitions/hpa-capacity"
11036             }
11037           }, 
11038           "default": {
11039             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11040           }
11041         }, 
11042         "summary": "returns hpa-capacity", 
11043         "tags": [
11044           "Operations"
11045         ]
11046       }
11047     }, 
11048     "/nodes/hpa-feature-attributes/{hpa-attribute-key}": {
11049       "get": {
11050         "description": "returns hpa-feature-attributes", 
11051         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
11052         "parameters": [
11053           {
11054             "description": "UUID to uniquely identify a HPA capability", 
11055             "example": "__HPA-CAPABILITY-ID__", 
11056             "in": "path", 
11057             "name": "hpa-capability-id", 
11058             "required": true, 
11059             "type": "string"
11060           }, 
11061           {
11062             "description": "name of the specific HPA attribute", 
11063             "example": "__HPA-ATTRIBUTE-KEY__", 
11064             "in": "path", 
11065             "name": "hpa-attribute-key", 
11066             "required": true, 
11067             "type": "string"
11068           }
11069         ], 
11070         "produces": [
11071           "application/json", 
11072           "application/xml"
11073         ], 
11074         "responses": {
11075           "200": {
11076             "description": "successful operation", 
11077             "schema": {
11078               "$ref": "#/definitions/hpa-feature-attributes"
11079             }
11080           }, 
11081           "default": {
11082             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11083           }
11084         }, 
11085         "summary": "returns hpa-feature-attributes", 
11086         "tags": [
11087           "Operations"
11088         ]
11089       }
11090     }, 
11091     "/nodes/images/image/{image-id}": {
11092       "get": {
11093         "description": "returns image", 
11094         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
11095         "parameters": [
11096           {
11097             "description": "Image id, expected to be unique across cloud region", 
11098             "example": "__IMAGE-ID__", 
11099             "in": "path", 
11100             "name": "image-id", 
11101             "required": true, 
11102             "type": "string"
11103           }
11104         ], 
11105         "produces": [
11106           "application/json", 
11107           "application/xml"
11108         ], 
11109         "responses": {
11110           "200": {
11111             "description": "successful operation", 
11112             "schema": {
11113               "$ref": "#/definitions/image"
11114             }
11115           }, 
11116           "default": {
11117             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11118           }
11119         }, 
11120         "summary": "returns image", 
11121         "tags": [
11122           "Operations"
11123         ]
11124       }
11125     }, 
11126     "/nodes/images?parameter=value[&parameter2=value2]": {
11127       "get": {
11128         "description": "returns images", 
11129         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImages", 
11130         "parameters": [
11131           {
11132             "description": "n/a", 
11133             "in": "query", 
11134             "name": "image-id", 
11135             "required": false, 
11136             "type": "string"
11137           }, 
11138           {
11139             "description": "n/a", 
11140             "in": "query", 
11141             "name": "image-name", 
11142             "required": false, 
11143             "type": "string"
11144           }, 
11145           {
11146             "description": "n/a", 
11147             "in": "query", 
11148             "name": "application", 
11149             "required": false, 
11150             "type": "string"
11151           }, 
11152           {
11153             "description": "n/a", 
11154             "in": "query", 
11155             "name": "application-vendor", 
11156             "required": false, 
11157             "type": "string"
11158           }, 
11159           {
11160             "description": "n/a", 
11161             "in": "query", 
11162             "name": "application-version", 
11163             "required": false, 
11164             "type": "string"
11165           }
11166         ], 
11167         "produces": [
11168           "application/json", 
11169           "application/xml"
11170         ], 
11171         "responses": {
11172           "200": {
11173             "description": "successful operation", 
11174             "schema": {
11175               "$ref": "#/definitions/images"
11176             }
11177           }, 
11178           "default": {
11179             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11180           }
11181         }, 
11182         "summary": "returns images", 
11183         "tags": [
11184           "Operations"
11185         ]
11186       }
11187     }, 
11188     "/nodes/instance-groups/instance-group/{id}": {
11189       "get": {
11190         "description": "returns instance-group", 
11191         "operationId": "getNetworkInstanceGroupsInstanceGroup", 
11192         "parameters": [
11193           {
11194             "description": "Instance Group ID, UUID assigned to this instance.", 
11195             "example": "__ID__", 
11196             "in": "path", 
11197             "name": "id", 
11198             "required": true, 
11199             "type": "string"
11200           }
11201         ], 
11202         "produces": [
11203           "application/json", 
11204           "application/xml"
11205         ], 
11206         "responses": {
11207           "200": {
11208             "description": "successful operation", 
11209             "schema": {
11210               "$ref": "#/definitions/instance-group"
11211             }
11212           }, 
11213           "default": {
11214             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11215           }
11216         }, 
11217         "summary": "returns instance-group", 
11218         "tags": [
11219           "Operations"
11220         ]
11221       }
11222     }, 
11223     "/nodes/instance-groups?parameter=value[&parameter2=value2]": {
11224       "get": {
11225         "description": "returns instance-groups", 
11226         "operationId": "getNetworkInstanceGroups", 
11227         "parameters": [
11228           {
11229             "description": "n/a", 
11230             "in": "query", 
11231             "name": "id", 
11232             "required": false, 
11233             "type": "string"
11234           }, 
11235           {
11236             "description": "n/a", 
11237             "in": "query", 
11238             "name": "model-invariant-id", 
11239             "required": false, 
11240             "type": "string"
11241           }, 
11242           {
11243             "description": "n/a", 
11244             "in": "query", 
11245             "name": "model-version-id", 
11246             "required": false, 
11247             "type": "string"
11248           }
11249         ], 
11250         "produces": [
11251           "application/json", 
11252           "application/xml"
11253         ], 
11254         "responses": {
11255           "200": {
11256             "description": "successful operation", 
11257             "schema": {
11258               "$ref": "#/definitions/instance-groups"
11259             }
11260           }, 
11261           "default": {
11262             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11263           }
11264         }, 
11265         "summary": "returns instance-groups", 
11266         "tags": [
11267           "Operations"
11268         ]
11269       }
11270     }, 
11271     "/nodes/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}": {
11272       "get": {
11273         "description": "returns ipsec-configuration", 
11274         "operationId": "getNetworkIpsecConfigurationsIpsecConfiguration", 
11275         "parameters": [
11276           {
11277             "description": "UUID of this configuration", 
11278             "example": "__IPSEC-CONFIGURATION-ID__", 
11279             "in": "path", 
11280             "name": "ipsec-configuration-id", 
11281             "required": true, 
11282             "type": "string"
11283           }
11284         ], 
11285         "produces": [
11286           "application/json", 
11287           "application/xml"
11288         ], 
11289         "responses": {
11290           "200": {
11291             "description": "successful operation", 
11292             "schema": {
11293               "$ref": "#/definitions/ipsec-configuration"
11294             }
11295           }, 
11296           "default": {
11297             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11298           }
11299         }, 
11300         "summary": "returns ipsec-configuration", 
11301         "tags": [
11302           "Operations"
11303         ]
11304       }
11305     }, 
11306     "/nodes/ipsec-configurations?parameter=value[&parameter2=value2]": {
11307       "get": {
11308         "description": "returns ipsec-configurations", 
11309         "operationId": "getNetworkIpsecConfigurations", 
11310         "parameters": [
11311           {
11312             "description": "n/a", 
11313             "in": "query", 
11314             "name": "ipsec-configuration-id", 
11315             "required": false, 
11316             "type": "string"
11317           }
11318         ], 
11319         "produces": [
11320           "application/json", 
11321           "application/xml"
11322         ], 
11323         "responses": {
11324           "200": {
11325             "description": "successful operation", 
11326             "schema": {
11327               "$ref": "#/definitions/ipsec-configurations"
11328             }
11329           }, 
11330           "default": {
11331             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11332           }
11333         }, 
11334         "summary": "returns ipsec-configurations", 
11335         "tags": [
11336           "Operations"
11337         ]
11338       }
11339     }, 
11340     "/nodes/l-interfaces/l-interface/{interface-name}": {
11341       "get": {
11342         "description": "returns l-interface", 
11343         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
11344         "parameters": [
11345           {
11346             "description": "Name given to the interface", 
11347             "example": "__INTERFACE-NAME__", 
11348             "in": "path", 
11349             "name": "interface-name", 
11350             "required": true, 
11351             "type": "string"
11352           }
11353         ], 
11354         "produces": [
11355           "application/json", 
11356           "application/xml"
11357         ], 
11358         "responses": {
11359           "200": {
11360             "description": "successful operation", 
11361             "schema": {
11362               "$ref": "#/definitions/l-interface"
11363             }
11364           }, 
11365           "default": {
11366             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11367           }
11368         }, 
11369         "summary": "returns l-interface", 
11370         "tags": [
11371           "Operations"
11372         ]
11373       }
11374     }, 
11375     "/nodes/l-interfaces?parameter=value[&parameter2=value2]": {
11376       "get": {
11377         "description": "returns l-interfaces", 
11378         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfaces", 
11379         "parameters": [
11380           {
11381             "description": "n/a", 
11382             "in": "query", 
11383             "name": "interface-name", 
11384             "required": false, 
11385             "type": "string"
11386           }, 
11387           {
11388             "description": "n/a", 
11389             "in": "query", 
11390             "name": "interface-id", 
11391             "required": false, 
11392             "type": "string"
11393           }, 
11394           {
11395             "description": "n/a", 
11396             "in": "query", 
11397             "name": "macaddr", 
11398             "required": false, 
11399             "type": "string"
11400           }, 
11401           {
11402             "description": "n/a", 
11403             "in": "query", 
11404             "name": "network-name", 
11405             "required": false, 
11406             "type": "string"
11407           }
11408         ], 
11409         "produces": [
11410           "application/json", 
11411           "application/xml"
11412         ], 
11413         "responses": {
11414           "200": {
11415             "description": "successful operation", 
11416             "schema": {
11417               "$ref": "#/definitions/l-interfaces"
11418             }
11419           }, 
11420           "default": {
11421             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11422           }
11423         }, 
11424         "summary": "returns l-interfaces", 
11425         "tags": [
11426           "Operations"
11427         ]
11428       }
11429     }, 
11430     "/nodes/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
11431       "get": {
11432         "description": "returns l3-interface-ipv4-address-list", 
11433         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
11434         "parameters": [
11435           {
11436             "description": "String that identifies the interface", 
11437             "example": "__VLAN-INTERFACE__", 
11438             "in": "path", 
11439             "name": "vlan-interface", 
11440             "required": true, 
11441             "type": "string"
11442           }, 
11443           {
11444             "description": "IP address", 
11445             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
11446             "in": "path", 
11447             "name": "l3-interface-ipv4-address", 
11448             "required": true, 
11449             "type": "string"
11450           }
11451         ], 
11452         "produces": [
11453           "application/json", 
11454           "application/xml"
11455         ], 
11456         "responses": {
11457           "200": {
11458             "description": "successful operation", 
11459             "schema": {
11460               "$ref": "#/definitions/l3-interface-ipv4-address-list"
11461             }
11462           }, 
11463           "default": {
11464             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11465           }
11466         }, 
11467         "summary": "returns l3-interface-ipv4-address-list", 
11468         "tags": [
11469           "Operations"
11470         ]
11471       }
11472     }, 
11473     "/nodes/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
11474       "get": {
11475         "description": "returns l3-interface-ipv6-address-list", 
11476         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
11477         "parameters": [
11478           {
11479             "description": "String that identifies the interface", 
11480             "example": "__VLAN-INTERFACE__", 
11481             "in": "path", 
11482             "name": "vlan-interface", 
11483             "required": true, 
11484             "type": "string"
11485           }, 
11486           {
11487             "description": "IP address", 
11488             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
11489             "in": "path", 
11490             "name": "l3-interface-ipv6-address", 
11491             "required": true, 
11492             "type": "string"
11493           }
11494         ], 
11495         "produces": [
11496           "application/json", 
11497           "application/xml"
11498         ], 
11499         "responses": {
11500           "200": {
11501             "description": "successful operation", 
11502             "schema": {
11503               "$ref": "#/definitions/l3-interface-ipv6-address-list"
11504             }
11505           }, 
11506           "default": {
11507             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11508           }
11509         }, 
11510         "summary": "returns l3-interface-ipv6-address-list", 
11511         "tags": [
11512           "Operations"
11513         ]
11514       }
11515     }, 
11516     "/nodes/l3-networks/l3-network/{network-id}": {
11517       "get": {
11518         "description": "returns l3-network", 
11519         "operationId": "getNetworkL3NetworksL3Network", 
11520         "parameters": [
11521           {
11522             "description": "Network ID, should be uuid. Unique across A&AI.", 
11523             "example": "__NETWORK-ID__", 
11524             "in": "path", 
11525             "name": "network-id", 
11526             "required": true, 
11527             "type": "string"
11528           }
11529         ], 
11530         "produces": [
11531           "application/json", 
11532           "application/xml"
11533         ], 
11534         "responses": {
11535           "200": {
11536             "description": "successful operation", 
11537             "schema": {
11538               "$ref": "#/definitions/l3-network"
11539             }
11540           }, 
11541           "default": {
11542             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11543           }
11544         }, 
11545         "summary": "returns l3-network", 
11546         "tags": [
11547           "Operations"
11548         ]
11549       }
11550     }, 
11551     "/nodes/l3-networks?parameter=value[&parameter2=value2]": {
11552       "get": {
11553         "description": "returns l3-networks", 
11554         "operationId": "getNetworkL3Networks", 
11555         "parameters": [
11556           {
11557             "description": "n/a", 
11558             "in": "query", 
11559             "name": "network-id", 
11560             "required": false, 
11561             "type": "string"
11562           }, 
11563           {
11564             "description": "n/a", 
11565             "in": "query", 
11566             "name": "network-name", 
11567             "required": false, 
11568             "type": "string"
11569           }, 
11570           {
11571             "description": "n/a", 
11572             "in": "query", 
11573             "name": "network-role", 
11574             "required": false, 
11575             "type": "string"
11576           }, 
11577           {
11578             "description": "n/a", 
11579             "in": "query", 
11580             "name": "service-id", 
11581             "required": false, 
11582             "type": "string"
11583           }, 
11584           {
11585             "description": "n/a", 
11586             "in": "query", 
11587             "name": "heat-stack-id", 
11588             "required": false, 
11589             "type": "string"
11590           }, 
11591           {
11592             "description": "n/a", 
11593             "in": "query", 
11594             "name": "contrail-network-fqdn", 
11595             "required": false, 
11596             "type": "string"
11597           }, 
11598           {
11599             "description": "n/a", 
11600             "in": "query", 
11601             "name": "model-invariant-id", 
11602             "required": false, 
11603             "type": "string"
11604           }, 
11605           {
11606             "description": "n/a", 
11607             "in": "query", 
11608             "name": "model-version-id", 
11609             "required": false, 
11610             "type": "string"
11611           }, 
11612           {
11613             "description": "n/a", 
11614             "in": "query", 
11615             "name": "widget-model-id", 
11616             "required": false, 
11617             "type": "string"
11618           }, 
11619           {
11620             "description": "n/a", 
11621             "in": "query", 
11622             "name": "widget-model-version", 
11623             "required": false, 
11624             "type": "string"
11625           }
11626         ], 
11627         "produces": [
11628           "application/json", 
11629           "application/xml"
11630         ], 
11631         "responses": {
11632           "200": {
11633             "description": "successful operation", 
11634             "schema": {
11635               "$ref": "#/definitions/l3-networks"
11636             }
11637           }, 
11638           "default": {
11639             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11640           }
11641         }, 
11642         "summary": "returns l3-networks", 
11643         "tags": [
11644           "Operations"
11645         ]
11646       }
11647     }, 
11648     "/nodes/lag-interfaces/lag-interface/{interface-name}": {
11649       "get": {
11650         "description": "returns lag-interface", 
11651         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
11652         "parameters": [
11653           {
11654             "description": "Name that identifies the link aggregate interface", 
11655             "example": "__INTERFACE-NAME__", 
11656             "in": "path", 
11657             "name": "interface-name", 
11658             "required": true, 
11659             "type": "string"
11660           }
11661         ], 
11662         "produces": [
11663           "application/json", 
11664           "application/xml"
11665         ], 
11666         "responses": {
11667           "200": {
11668             "description": "successful operation", 
11669             "schema": {
11670               "$ref": "#/definitions/lag-interface"
11671             }
11672           }, 
11673           "default": {
11674             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11675           }
11676         }, 
11677         "summary": "returns lag-interface", 
11678         "tags": [
11679           "Operations"
11680         ]
11681       }
11682     }, 
11683     "/nodes/lag-interfaces?parameter=value[&parameter2=value2]": {
11684       "get": {
11685         "description": "returns lag-interfaces", 
11686         "operationId": "getCloudInfrastructurePserversPserverLagInterfaces", 
11687         "parameters": [
11688           {
11689             "description": "n/a", 
11690             "in": "query", 
11691             "name": "interface-name", 
11692             "required": false, 
11693             "type": "string"
11694           }, 
11695           {
11696             "description": "n/a", 
11697             "in": "query", 
11698             "name": "interface-id", 
11699             "required": false, 
11700             "type": "string"
11701           }, 
11702           {
11703             "description": "n/a", 
11704             "in": "query", 
11705             "name": "interface-role", 
11706             "required": false, 
11707             "type": "string"
11708           }
11709         ], 
11710         "produces": [
11711           "application/json", 
11712           "application/xml"
11713         ], 
11714         "responses": {
11715           "200": {
11716             "description": "successful operation", 
11717             "schema": {
11718               "$ref": "#/definitions/lag-interfaces"
11719             }
11720           }, 
11721           "default": {
11722             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11723           }
11724         }, 
11725         "summary": "returns lag-interfaces", 
11726         "tags": [
11727           "Operations"
11728         ]
11729       }
11730     }, 
11731     "/nodes/lag-links/lag-link/{link-name}": {
11732       "get": {
11733         "description": "returns lag-link", 
11734         "operationId": "getNetworkLagLinksLagLink", 
11735         "parameters": [
11736           {
11737             "description": "Alphabetical concatenation of lag-interface names", 
11738             "example": "__LINK-NAME__", 
11739             "in": "path", 
11740             "name": "link-name", 
11741             "required": true, 
11742             "type": "string"
11743           }
11744         ], 
11745         "produces": [
11746           "application/json", 
11747           "application/xml"
11748         ], 
11749         "responses": {
11750           "200": {
11751             "description": "successful operation", 
11752             "schema": {
11753               "$ref": "#/definitions/lag-link"
11754             }
11755           }, 
11756           "default": {
11757             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11758           }
11759         }, 
11760         "summary": "returns lag-link", 
11761         "tags": [
11762           "Operations"
11763         ]
11764       }
11765     }, 
11766     "/nodes/lag-links?parameter=value[&parameter2=value2]": {
11767       "get": {
11768         "description": "returns lag-links", 
11769         "operationId": "getNetworkLagLinks", 
11770         "parameters": [
11771           {
11772             "description": "n/a", 
11773             "in": "query", 
11774             "name": "link-name", 
11775             "required": false, 
11776             "type": "string"
11777           }
11778         ], 
11779         "produces": [
11780           "application/json", 
11781           "application/xml"
11782         ], 
11783         "responses": {
11784           "200": {
11785             "description": "successful operation", 
11786             "schema": {
11787               "$ref": "#/definitions/lag-links"
11788             }
11789           }, 
11790           "default": {
11791             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11792           }
11793         }, 
11794         "summary": "returns lag-links", 
11795         "tags": [
11796           "Operations"
11797         ]
11798       }
11799     }, 
11800     "/nodes/lan-port-configs/lan-port-config/{lan-port-config-id}": {
11801       "get": {
11802         "description": "returns lan-port-config", 
11803         "operationId": "getNetworkLanPortConfigsLanPortConfig", 
11804         "parameters": [
11805           {
11806             "description": "Uniquely identifies this lan-port-config by id", 
11807             "example": "__LAN-PORT-CONFIG-ID__", 
11808             "in": "path", 
11809             "name": "lan-port-config-id", 
11810             "required": true, 
11811             "type": "string"
11812           }
11813         ], 
11814         "produces": [
11815           "application/json", 
11816           "application/xml"
11817         ], 
11818         "responses": {
11819           "200": {
11820             "description": "successful operation", 
11821             "schema": {
11822               "$ref": "#/definitions/lan-port-config"
11823             }
11824           }, 
11825           "default": {
11826             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11827           }
11828         }, 
11829         "summary": "returns lan-port-config", 
11830         "tags": [
11831           "Operations"
11832         ]
11833       }
11834     }, 
11835     "/nodes/lan-port-configs?parameter=value[&parameter2=value2]": {
11836       "get": {
11837         "description": "returns lan-port-configs", 
11838         "operationId": "getNetworkLanPortConfigs", 
11839         "parameters": [
11840           {
11841             "description": "n/a", 
11842             "in": "query", 
11843             "name": "lan-port-config-id", 
11844             "required": false, 
11845             "type": "string"
11846           }, 
11847           {
11848             "description": "n/a", 
11849             "in": "query", 
11850             "name": "lan-port-config-name", 
11851             "required": false, 
11852             "type": "string"
11853           }, 
11854           {
11855             "description": "n/a", 
11856             "in": "query", 
11857             "name": "device-id", 
11858             "required": false, 
11859             "type": "string"
11860           }, 
11861           {
11862             "description": "n/a", 
11863             "in": "query", 
11864             "name": "port-id", 
11865             "required": false, 
11866             "type": "string"
11867           }, 
11868           {
11869             "description": "n/a", 
11870             "in": "query", 
11871             "name": "ipv4-address", 
11872             "required": false, 
11873             "type": "string"
11874           }, 
11875           {
11876             "description": "n/a", 
11877             "in": "query", 
11878             "name": "ipv6-address", 
11879             "required": false, 
11880             "type": "string"
11881           }, 
11882           {
11883             "description": "n/a", 
11884             "in": "query", 
11885             "name": "vlan-tag", 
11886             "required": false, 
11887             "type": "string"
11888           }
11889         ], 
11890         "produces": [
11891           "application/json", 
11892           "application/xml"
11893         ], 
11894         "responses": {
11895           "200": {
11896             "description": "successful operation", 
11897             "schema": {
11898               "$ref": "#/definitions/lan-port-configs"
11899             }
11900           }, 
11901           "default": {
11902             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11903           }
11904         }, 
11905         "summary": "returns lan-port-configs", 
11906         "tags": [
11907           "Operations"
11908         ]
11909       }
11910     }, 
11911     "/nodes/licenses/license/{group-uuid}/{resource-uuid}": {
11912       "get": {
11913         "description": "returns license", 
11914         "operationId": "getNetworkVcesVceLicensesLicense", 
11915         "parameters": [
11916           {
11917             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
11918             "example": "__GROUP-UUID__", 
11919             "in": "path", 
11920             "name": "group-uuid", 
11921             "required": true, 
11922             "type": "string"
11923           }, 
11924           {
11925             "description": "Unique ID of a license resource.", 
11926             "example": "__RESOURCE-UUID__", 
11927             "in": "path", 
11928             "name": "resource-uuid", 
11929             "required": true, 
11930             "type": "string"
11931           }
11932         ], 
11933         "produces": [
11934           "application/json", 
11935           "application/xml"
11936         ], 
11937         "responses": {
11938           "200": {
11939             "description": "successful operation", 
11940             "schema": {
11941               "$ref": "#/definitions/license"
11942             }
11943           }, 
11944           "default": {
11945             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11946           }
11947         }, 
11948         "summary": "returns license", 
11949         "tags": [
11950           "Operations"
11951         ]
11952       }
11953     }, 
11954     "/nodes/licenses?parameter=value[&parameter2=value2]": {
11955       "get": {
11956         "description": "returns licenses", 
11957         "operationId": "getNetworkVcesVceLicenses", 
11958         "parameters": [
11959           {
11960             "description": "n/a", 
11961             "in": "query", 
11962             "name": "group-uuid", 
11963             "required": false, 
11964             "type": "string"
11965           }, 
11966           {
11967             "description": "n/a", 
11968             "in": "query", 
11969             "name": "resource-uuid", 
11970             "required": false, 
11971             "type": "string"
11972           }
11973         ], 
11974         "produces": [
11975           "application/json", 
11976           "application/xml"
11977         ], 
11978         "responses": {
11979           "200": {
11980             "description": "successful operation", 
11981             "schema": {
11982               "$ref": "#/definitions/licenses"
11983             }
11984           }, 
11985           "default": {
11986             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11987           }
11988         }, 
11989         "summary": "returns licenses", 
11990         "tags": [
11991           "Operations"
11992         ]
11993       }
11994     }, 
11995     "/nodes/line-of-business/{line-of-business-name}": {
11996       "get": {
11997         "description": "returns line-of-business", 
11998         "operationId": "getBusinessLinesOfBusinessLineOfBusiness", 
11999         "parameters": [
12000           {
12001             "description": "Name of the line-of-business (product)", 
12002             "example": "__LINE-OF-BUSINESS-NAME__", 
12003             "in": "path", 
12004             "name": "line-of-business-name", 
12005             "required": true, 
12006             "type": "string"
12007           }
12008         ], 
12009         "produces": [
12010           "application/json", 
12011           "application/xml"
12012         ], 
12013         "responses": {
12014           "200": {
12015             "description": "successful operation", 
12016             "schema": {
12017               "$ref": "#/definitions/line-of-business"
12018             }
12019           }, 
12020           "default": {
12021             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12022           }
12023         }, 
12024         "summary": "returns line-of-business", 
12025         "tags": [
12026           "Operations"
12027         ]
12028       }
12029     }, 
12030     "/nodes/lines-of-business?parameter=value[&parameter2=value2]": {
12031       "get": {
12032         "description": "returns lines-of-business", 
12033         "operationId": "getBusinessLinesOfBusiness", 
12034         "parameters": [
12035           {
12036             "description": "n/a", 
12037             "in": "query", 
12038             "name": "line-of-business-name", 
12039             "required": false, 
12040             "type": "string"
12041           }
12042         ], 
12043         "produces": [
12044           "application/json", 
12045           "application/xml"
12046         ], 
12047         "responses": {
12048           "200": {
12049             "description": "successful operation", 
12050             "schema": {
12051               "$ref": "#/definitions/lines-of-business"
12052             }
12053           }, 
12054           "default": {
12055             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12056           }
12057         }, 
12058         "summary": "returns lines-of-business", 
12059         "tags": [
12060           "Operations"
12061         ]
12062       }
12063     }, 
12064     "/nodes/logical-links/logical-link/{link-name}": {
12065       "get": {
12066         "description": "returns logical-link", 
12067         "operationId": "getNetworkLogicalLinksLogicalLink", 
12068         "parameters": [
12069           {
12070             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
12071             "example": "__LINK-NAME__", 
12072             "in": "path", 
12073             "name": "link-name", 
12074             "required": true, 
12075             "type": "string"
12076           }
12077         ], 
12078         "produces": [
12079           "application/json", 
12080           "application/xml"
12081         ], 
12082         "responses": {
12083           "200": {
12084             "description": "successful operation", 
12085             "schema": {
12086               "$ref": "#/definitions/logical-link"
12087             }
12088           }, 
12089           "default": {
12090             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12091           }
12092         }, 
12093         "summary": "returns logical-link", 
12094         "tags": [
12095           "Operations"
12096         ]
12097       }
12098     }, 
12099     "/nodes/logical-links?parameter=value[&parameter2=value2]": {
12100       "get": {
12101         "description": "returns logical-links", 
12102         "operationId": "getNetworkLogicalLinks", 
12103         "parameters": [
12104           {
12105             "description": "n/a", 
12106             "in": "query", 
12107             "name": "link-name", 
12108             "required": false, 
12109             "type": "string"
12110           }, 
12111           {
12112             "description": "n/a", 
12113             "in": "query", 
12114             "name": "model-invariant-id", 
12115             "required": false, 
12116             "type": "string"
12117           }, 
12118           {
12119             "description": "n/a", 
12120             "in": "query", 
12121             "name": "model-version-id", 
12122             "required": false, 
12123             "type": "string"
12124           }, 
12125           {
12126             "description": "n/a", 
12127             "in": "query", 
12128             "name": "widget-model-id", 
12129             "required": false, 
12130             "type": "string"
12131           }, 
12132           {
12133             "description": "n/a", 
12134             "in": "query", 
12135             "name": "widget-model-version", 
12136             "required": false, 
12137             "type": "string"
12138           }, 
12139           {
12140             "description": "n/a", 
12141             "in": "query", 
12142             "name": "operational-status", 
12143             "required": false, 
12144             "type": "string"
12145           }, 
12146           {
12147             "description": "n/a", 
12148             "in": "query", 
12149             "name": "prov-status", 
12150             "required": false, 
12151             "type": "string"
12152           }, 
12153           {
12154             "description": "n/a", 
12155             "in": "query", 
12156             "name": "link-id", 
12157             "required": false, 
12158             "type": "string"
12159           }, 
12160           {
12161             "description": "n/a", 
12162             "in": "query", 
12163             "name": "circuit-id", 
12164             "required": false, 
12165             "type": "string"
12166           }, 
12167           {
12168             "description": "n/a", 
12169             "in": "query", 
12170             "name": "purpose", 
12171             "required": false, 
12172             "type": "string"
12173           }
12174         ], 
12175         "produces": [
12176           "application/json", 
12177           "application/xml"
12178         ], 
12179         "responses": {
12180           "200": {
12181             "description": "successful operation", 
12182             "schema": {
12183               "$ref": "#/definitions/logical-links"
12184             }
12185           }, 
12186           "default": {
12187             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12188           }
12189         }, 
12190         "summary": "returns logical-links", 
12191         "tags": [
12192           "Operations"
12193         ]
12194       }
12195     }, 
12196     "/nodes/metadata?parameter=value[&parameter2=value2]": {
12197       "get": {
12198         "description": "returns metadata", 
12199         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadata", 
12200         "parameters": [
12201           {
12202             "description": "n/a", 
12203             "in": "query", 
12204             "name": "metaname", 
12205             "required": false, 
12206             "type": "string"
12207           }
12208         ], 
12209         "produces": [
12210           "application/json", 
12211           "application/xml"
12212         ], 
12213         "responses": {
12214           "200": {
12215             "description": "successful operation", 
12216             "schema": {
12217               "$ref": "#/definitions/metadata"
12218             }
12219           }, 
12220           "default": {
12221             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12222           }
12223         }, 
12224         "summary": "returns metadata", 
12225         "tags": [
12226           "Operations"
12227         ]
12228       }
12229     }, 
12230     "/nodes/metadatum/{metaname}": {
12231       "get": {
12232         "description": "returns metadatum", 
12233         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
12234         "parameters": [
12235           {
12236             "example": "__METANAME__", 
12237             "in": "path", 
12238             "name": "metaname", 
12239             "required": true, 
12240             "type": "string"
12241           }
12242         ], 
12243         "produces": [
12244           "application/json", 
12245           "application/xml"
12246         ], 
12247         "responses": {
12248           "200": {
12249             "description": "successful operation", 
12250             "schema": {
12251               "$ref": "#/definitions/metadatum"
12252             }
12253           }, 
12254           "default": {
12255             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12256           }
12257         }, 
12258         "summary": "returns metadatum", 
12259         "tags": [
12260           "Operations"
12261         ]
12262       }
12263     }, 
12264     "/nodes/model-constraints/model-constraint/{model-constraint-uuid}": {
12265       "get": {
12266         "description": "returns model-constraint", 
12267         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
12268         "parameters": [
12269           {
12270             "example": "__MODEL-CONSTRAINT-UUID__", 
12271             "in": "path", 
12272             "name": "model-constraint-uuid", 
12273             "required": true, 
12274             "type": "string"
12275           }
12276         ], 
12277         "produces": [
12278           "application/json", 
12279           "application/xml"
12280         ], 
12281         "responses": {
12282           "200": {
12283             "description": "successful operation", 
12284             "schema": {
12285               "$ref": "#/definitions/model-constraint"
12286             }
12287           }, 
12288           "default": {
12289             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12290           }
12291         }, 
12292         "summary": "returns model-constraint", 
12293         "tags": [
12294           "Operations"
12295         ]
12296       }
12297     }, 
12298     "/nodes/model-constraints?parameter=value[&parameter2=value2]": {
12299       "get": {
12300         "description": "returns model-constraints", 
12301         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraints", 
12302         "parameters": [
12303           {
12304             "description": "n/a", 
12305             "in": "query", 
12306             "name": "model-constraint-uuid", 
12307             "required": false, 
12308             "type": "string"
12309           }
12310         ], 
12311         "produces": [
12312           "application/json", 
12313           "application/xml"
12314         ], 
12315         "responses": {
12316           "200": {
12317             "description": "successful operation", 
12318             "schema": {
12319               "$ref": "#/definitions/model-constraints"
12320             }
12321           }, 
12322           "default": {
12323             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12324           }
12325         }, 
12326         "summary": "returns model-constraints", 
12327         "tags": [
12328           "Operations"
12329         ]
12330       }
12331     }, 
12332     "/nodes/model-elements/model-element/{model-element-uuid}": {
12333       "get": {
12334         "description": "returns model-element", 
12335         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
12336         "parameters": [
12337           {
12338             "example": "__MODEL-ELEMENT-UUID__", 
12339             "in": "path", 
12340             "name": "model-element-uuid", 
12341             "required": true, 
12342             "type": "string"
12343           }
12344         ], 
12345         "produces": [
12346           "application/json", 
12347           "application/xml"
12348         ], 
12349         "responses": {
12350           "200": {
12351             "description": "successful operation", 
12352             "schema": {
12353               "$ref": "#/definitions/model-element"
12354             }
12355           }, 
12356           "default": {
12357             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12358           }
12359         }, 
12360         "summary": "returns model-element", 
12361         "tags": [
12362           "Operations"
12363         ]
12364       }
12365     }, 
12366     "/nodes/model-elements?parameter=value[&parameter2=value2]": {
12367       "get": {
12368         "description": "returns model-elements", 
12369         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElements", 
12370         "parameters": [
12371           {
12372             "description": "n/a", 
12373             "in": "query", 
12374             "name": "model-element-uuid", 
12375             "required": false, 
12376             "type": "string"
12377           }
12378         ], 
12379         "produces": [
12380           "application/json", 
12381           "application/xml"
12382         ], 
12383         "responses": {
12384           "200": {
12385             "description": "successful operation", 
12386             "schema": {
12387               "$ref": "#/definitions/model-elements"
12388             }
12389           }, 
12390           "default": {
12391             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12392           }
12393         }, 
12394         "summary": "returns model-elements", 
12395         "tags": [
12396           "Operations"
12397         ]
12398       }
12399     }, 
12400     "/nodes/model-vers/model-ver/{model-version-id}": {
12401       "get": {
12402         "description": "returns model-ver", 
12403         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVer", 
12404         "parameters": [
12405           {
12406             "description": "Unique identifier corresponding to one version of a model in ASDC", 
12407             "example": "__MODEL-VERSION-ID__", 
12408             "in": "path", 
12409             "name": "model-version-id", 
12410             "required": true, 
12411             "type": "string"
12412           }
12413         ], 
12414         "produces": [
12415           "application/json", 
12416           "application/xml"
12417         ], 
12418         "responses": {
12419           "200": {
12420             "description": "successful operation", 
12421             "schema": {
12422               "$ref": "#/definitions/model-ver"
12423             }
12424           }, 
12425           "default": {
12426             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12427           }
12428         }, 
12429         "summary": "returns model-ver", 
12430         "tags": [
12431           "Operations"
12432         ]
12433       }
12434     }, 
12435     "/nodes/model-vers?parameter=value[&parameter2=value2]": {
12436       "get": {
12437         "description": "returns model-vers", 
12438         "operationId": "getServiceDesignAndCreationModelsModelModelVers", 
12439         "parameters": [
12440           {
12441             "description": "n/a", 
12442             "in": "query", 
12443             "name": "model-version-id", 
12444             "required": false, 
12445             "type": "string"
12446           }, 
12447           {
12448             "description": "n/a", 
12449             "in": "query", 
12450             "name": "model-name", 
12451             "required": false, 
12452             "type": "string"
12453           }, 
12454           {
12455             "description": "n/a", 
12456             "in": "query", 
12457             "name": "model-version", 
12458             "required": false, 
12459             "type": "string"
12460           }, 
12461           {
12462             "description": "n/a", 
12463             "in": "query", 
12464             "name": "distribution-status", 
12465             "required": false, 
12466             "type": "string"
12467           }
12468         ], 
12469         "produces": [
12470           "application/json", 
12471           "application/xml"
12472         ], 
12473         "responses": {
12474           "200": {
12475             "description": "successful operation", 
12476             "schema": {
12477               "$ref": "#/definitions/model-vers"
12478             }
12479           }, 
12480           "default": {
12481             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12482           }
12483         }, 
12484         "summary": "returns model-vers", 
12485         "tags": [
12486           "Operations"
12487         ]
12488       }
12489     }, 
12490     "/nodes/models/model/{model-invariant-id}": {
12491       "get": {
12492         "description": "returns model", 
12493         "operationId": "getServiceDesignAndCreationModelsModel", 
12494         "parameters": [
12495           {
12496             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
12497             "example": "__MODEL-INVARIANT-ID__", 
12498             "in": "path", 
12499             "name": "model-invariant-id", 
12500             "required": true, 
12501             "type": "string"
12502           }
12503         ], 
12504         "produces": [
12505           "application/json", 
12506           "application/xml"
12507         ], 
12508         "responses": {
12509           "200": {
12510             "description": "successful operation", 
12511             "schema": {
12512               "$ref": "#/definitions/model"
12513             }
12514           }, 
12515           "default": {
12516             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12517           }
12518         }, 
12519         "summary": "returns model", 
12520         "tags": [
12521           "Operations"
12522         ]
12523       }
12524     }, 
12525     "/nodes/models?parameter=value[&parameter2=value2]": {
12526       "get": {
12527         "description": "returns models", 
12528         "operationId": "getServiceDesignAndCreationModels", 
12529         "parameters": [
12530           {
12531             "description": "n/a", 
12532             "in": "query", 
12533             "name": "model-invariant-id", 
12534             "required": false, 
12535             "type": "string"
12536           }, 
12537           {
12538             "description": "n/a", 
12539             "in": "query", 
12540             "name": "model-type", 
12541             "required": false, 
12542             "type": "string"
12543           }
12544         ], 
12545         "produces": [
12546           "application/json", 
12547           "application/xml"
12548         ], 
12549         "responses": {
12550           "200": {
12551             "description": "successful operation", 
12552             "schema": {
12553               "$ref": "#/definitions/models"
12554             }
12555           }, 
12556           "default": {
12557             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12558           }
12559         }, 
12560         "summary": "returns models", 
12561         "tags": [
12562           "Operations"
12563         ]
12564       }
12565     }, 
12566     "/nodes/multicast-configurations/multicast-configuration/{multicast-configuration-id}": {
12567       "get": {
12568         "description": "returns multicast-configuration", 
12569         "operationId": "getNetworkMulticastConfigurationsMulticastConfiguration", 
12570         "parameters": [
12571           {
12572             "description": "Unique id of multicast configuration.", 
12573             "example": "__MULTICAST-CONFIGURATION-ID__", 
12574             "in": "path", 
12575             "name": "multicast-configuration-id", 
12576             "required": true, 
12577             "type": "string"
12578           }
12579         ], 
12580         "produces": [
12581           "application/json", 
12582           "application/xml"
12583         ], 
12584         "responses": {
12585           "200": {
12586             "description": "successful operation", 
12587             "schema": {
12588               "$ref": "#/definitions/multicast-configuration"
12589             }
12590           }, 
12591           "default": {
12592             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12593           }
12594         }, 
12595         "summary": "returns multicast-configuration", 
12596         "tags": [
12597           "Operations"
12598         ]
12599       }
12600     }, 
12601     "/nodes/multicast-configurations?parameter=value[&parameter2=value2]": {
12602       "get": {
12603         "description": "returns multicast-configurations", 
12604         "operationId": "getNetworkMulticastConfigurations", 
12605         "parameters": [
12606           {
12607             "description": "n/a", 
12608             "in": "query", 
12609             "name": "multicast-configuration-id", 
12610             "required": false, 
12611             "type": "string"
12612           }
12613         ], 
12614         "produces": [
12615           "application/json", 
12616           "application/xml"
12617         ], 
12618         "responses": {
12619           "200": {
12620             "description": "successful operation", 
12621             "schema": {
12622               "$ref": "#/definitions/multicast-configurations"
12623             }
12624           }, 
12625           "default": {
12626             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12627           }
12628         }, 
12629         "summary": "returns multicast-configurations", 
12630         "tags": [
12631           "Operations"
12632         ]
12633       }
12634     }, 
12635     "/nodes/named-queries?parameter=value[&parameter2=value2]": {
12636       "get": {
12637         "description": "returns named-queries", 
12638         "operationId": "getServiceDesignAndCreationNamedQueries", 
12639         "parameters": [
12640           {
12641             "description": "n/a", 
12642             "in": "query", 
12643             "name": "named-query-uuid", 
12644             "required": false, 
12645             "type": "string"
12646           }, 
12647           {
12648             "description": "n/a", 
12649             "in": "query", 
12650             "name": "named-query-name", 
12651             "required": false, 
12652             "type": "string"
12653           }
12654         ], 
12655         "produces": [
12656           "application/json", 
12657           "application/xml"
12658         ], 
12659         "responses": {
12660           "200": {
12661             "description": "successful operation", 
12662             "schema": {
12663               "$ref": "#/definitions/named-queries"
12664             }
12665           }, 
12666           "default": {
12667             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12668           }
12669         }, 
12670         "summary": "returns named-queries", 
12671         "tags": [
12672           "Operations"
12673         ]
12674       }
12675     }, 
12676     "/nodes/named-query-elements/named-query-element/{named-query-element-uuid}": {
12677       "get": {
12678         "description": "returns named-query-element", 
12679         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
12680         "parameters": [
12681           {
12682             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
12683             "in": "path", 
12684             "name": "named-query-element-uuid", 
12685             "required": true, 
12686             "type": "string"
12687           }
12688         ], 
12689         "produces": [
12690           "application/json", 
12691           "application/xml"
12692         ], 
12693         "responses": {
12694           "200": {
12695             "description": "successful operation", 
12696             "schema": {
12697               "$ref": "#/definitions/named-query-element"
12698             }
12699           }, 
12700           "default": {
12701             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12702           }
12703         }, 
12704         "summary": "returns named-query-element", 
12705         "tags": [
12706           "Operations"
12707         ]
12708       }
12709     }, 
12710     "/nodes/named-query-elements?parameter=value[&parameter2=value2]": {
12711       "get": {
12712         "description": "returns named-query-elements", 
12713         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElements", 
12714         "parameters": [
12715           {
12716             "description": "n/a", 
12717             "in": "query", 
12718             "name": "named-query-element-uuid", 
12719             "required": false, 
12720             "type": "string"
12721           }
12722         ], 
12723         "produces": [
12724           "application/json", 
12725           "application/xml"
12726         ], 
12727         "responses": {
12728           "200": {
12729             "description": "successful operation", 
12730             "schema": {
12731               "$ref": "#/definitions/named-query-elements"
12732             }
12733           }, 
12734           "default": {
12735             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12736           }
12737         }, 
12738         "summary": "returns named-query-elements", 
12739         "tags": [
12740           "Operations"
12741         ]
12742       }
12743     }, 
12744     "/nodes/named-query/{named-query-uuid}": {
12745       "get": {
12746         "description": "returns named-query", 
12747         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQuery", 
12748         "parameters": [
12749           {
12750             "example": "__NAMED-QUERY-UUID__", 
12751             "in": "path", 
12752             "name": "named-query-uuid", 
12753             "required": true, 
12754             "type": "string"
12755           }
12756         ], 
12757         "produces": [
12758           "application/json", 
12759           "application/xml"
12760         ], 
12761         "responses": {
12762           "200": {
12763             "description": "successful operation", 
12764             "schema": {
12765               "$ref": "#/definitions/named-query"
12766             }
12767           }, 
12768           "default": {
12769             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12770           }
12771         }, 
12772         "summary": "returns named-query", 
12773         "tags": [
12774           "Operations"
12775         ]
12776       }
12777     }, 
12778     "/nodes/network-policies?parameter=value[&parameter2=value2]": {
12779       "get": {
12780         "description": "returns network-policies", 
12781         "operationId": "getNetworkNetworkPolicies", 
12782         "parameters": [
12783           {
12784             "description": "n/a", 
12785             "in": "query", 
12786             "name": "network-policy-id", 
12787             "required": false, 
12788             "type": "string"
12789           }, 
12790           {
12791             "description": "n/a", 
12792             "in": "query", 
12793             "name": "network-policy-fqdn", 
12794             "required": false, 
12795             "type": "string"
12796           }
12797         ], 
12798         "produces": [
12799           "application/json", 
12800           "application/xml"
12801         ], 
12802         "responses": {
12803           "200": {
12804             "description": "successful operation", 
12805             "schema": {
12806               "$ref": "#/definitions/network-policies"
12807             }
12808           }, 
12809           "default": {
12810             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12811           }
12812         }, 
12813         "summary": "returns network-policies", 
12814         "tags": [
12815           "Operations"
12816         ]
12817       }
12818     }, 
12819     "/nodes/network-policy/{network-policy-id}": {
12820       "get": {
12821         "description": "returns network-policy", 
12822         "operationId": "getNetworkNetworkPoliciesNetworkPolicy", 
12823         "parameters": [
12824           {
12825             "description": "UUID representing unique key to this instance", 
12826             "example": "__NETWORK-POLICY-ID__", 
12827             "in": "path", 
12828             "name": "network-policy-id", 
12829             "required": true, 
12830             "type": "string"
12831           }
12832         ], 
12833         "produces": [
12834           "application/json", 
12835           "application/xml"
12836         ], 
12837         "responses": {
12838           "200": {
12839             "description": "successful operation", 
12840             "schema": {
12841               "$ref": "#/definitions/network-policy"
12842             }
12843           }, 
12844           "default": {
12845             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12846           }
12847         }, 
12848         "summary": "returns network-policy", 
12849         "tags": [
12850           "Operations"
12851         ]
12852       }
12853     }, 
12854     "/nodes/network-profiles/network-profile/{nm-profile-name}": {
12855       "get": {
12856         "description": "returns network-profile", 
12857         "operationId": "getCloudInfrastructureNetworkProfilesNetworkProfile", 
12858         "parameters": [
12859           {
12860             "description": "Unique name of network profile.", 
12861             "example": "__NM-PROFILE-NAME__", 
12862             "in": "path", 
12863             "name": "nm-profile-name", 
12864             "required": true, 
12865             "type": "string"
12866           }
12867         ], 
12868         "produces": [
12869           "application/json", 
12870           "application/xml"
12871         ], 
12872         "responses": {
12873           "200": {
12874             "description": "successful operation", 
12875             "schema": {
12876               "$ref": "#/definitions/network-profile"
12877             }
12878           }, 
12879           "default": {
12880             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12881           }
12882         }, 
12883         "summary": "returns network-profile", 
12884         "tags": [
12885           "Operations"
12886         ]
12887       }
12888     }, 
12889     "/nodes/network-profiles?parameter=value[&parameter2=value2]": {
12890       "get": {
12891         "description": "returns network-profiles", 
12892         "operationId": "getCloudInfrastructureNetworkProfiles", 
12893         "parameters": [
12894           {
12895             "description": "n/a", 
12896             "in": "query", 
12897             "name": "nm-profile-name", 
12898             "required": false, 
12899             "type": "string"
12900           }
12901         ], 
12902         "produces": [
12903           "application/json", 
12904           "application/xml"
12905         ], 
12906         "responses": {
12907           "200": {
12908             "description": "successful operation", 
12909             "schema": {
12910               "$ref": "#/definitions/network-profiles"
12911             }
12912           }, 
12913           "default": {
12914             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12915           }
12916         }, 
12917         "summary": "returns network-profiles", 
12918         "tags": [
12919           "Operations"
12920         ]
12921       }
12922     }, 
12923     "/nodes/network-resources/network-resource/{network-id}": {
12924       "get": {
12925         "description": "returns network-resource", 
12926         "operationId": "getNetworkNetworkResourcesNetworkResource", 
12927         "parameters": [
12928           {
12929             "description": "Uniquely identifies this network-resource by id", 
12930             "example": "__NETWORK-ID__", 
12931             "in": "path", 
12932             "name": "network-id", 
12933             "required": true, 
12934             "type": "string"
12935           }
12936         ], 
12937         "produces": [
12938           "application/json", 
12939           "application/xml"
12940         ], 
12941         "responses": {
12942           "200": {
12943             "description": "successful operation", 
12944             "schema": {
12945               "$ref": "#/definitions/network-resource"
12946             }
12947           }, 
12948           "default": {
12949             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12950           }
12951         }, 
12952         "summary": "returns network-resource", 
12953         "tags": [
12954           "Operations"
12955         ]
12956       }
12957     }, 
12958     "/nodes/network-resources?parameter=value[&parameter2=value2]": {
12959       "get": {
12960         "description": "returns network-resources", 
12961         "operationId": "getNetworkNetworkResources", 
12962         "parameters": [
12963           {
12964             "description": "n/a", 
12965             "in": "query", 
12966             "name": "network-id", 
12967             "required": false, 
12968             "type": "string"
12969           }, 
12970           {
12971             "description": "n/a", 
12972             "in": "query", 
12973             "name": "provider-id", 
12974             "required": false, 
12975             "type": "string"
12976           }, 
12977           {
12978             "description": "n/a", 
12979             "in": "query", 
12980             "name": "client-id", 
12981             "required": false, 
12982             "type": "string"
12983           }, 
12984           {
12985             "description": "n/a", 
12986             "in": "query", 
12987             "name": "te-topo-id", 
12988             "required": false, 
12989             "type": "string"
12990           }
12991         ], 
12992         "produces": [
12993           "application/json", 
12994           "application/xml"
12995         ], 
12996         "responses": {
12997           "200": {
12998             "description": "successful operation", 
12999             "schema": {
13000               "$ref": "#/definitions/network-resources"
13001             }
13002           }, 
13003           "default": {
13004             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13005           }
13006         }, 
13007         "summary": "returns network-resources", 
13008         "tags": [
13009           "Operations"
13010         ]
13011       }
13012     }, 
13013     "/nodes/network-technologies?parameter=value[&parameter2=value2]": {
13014       "get": {
13015         "description": "returns network-technologies", 
13016         "operationId": "getCloudInfrastructureNetworkTechnologies", 
13017         "produces": [
13018           "application/json", 
13019           "application/xml"
13020         ], 
13021         "responses": {
13022           "200": {
13023             "description": "successful operation", 
13024             "schema": {
13025               "$ref": "#/definitions/network-technologies"
13026             }
13027           }, 
13028           "default": {
13029             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13030           }
13031         }, 
13032         "summary": "returns network-technologies", 
13033         "tags": [
13034           "Operations"
13035         ]
13036       }
13037     }, 
13038     "/nodes/network-technology/{network-technology-id}": {
13039       "get": {
13040         "description": "returns network-technology", 
13041         "operationId": "getCloudInfrastructureNetworkTechnologiesNetworkTechnology", 
13042         "produces": [
13043           "application/json", 
13044           "application/xml"
13045         ], 
13046         "responses": {
13047           "200": {
13048             "description": "successful operation", 
13049             "schema": {
13050               "$ref": "#/definitions/network-technology"
13051             }
13052           }, 
13053           "default": {
13054             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13055           }
13056         }, 
13057         "summary": "returns network-technology", 
13058         "tags": [
13059           "Operations"
13060         ]
13061       }
13062     }, 
13063     "/nodes/newvces/newvce/{vnf-id2}": {
13064       "get": {
13065         "description": "returns newvce", 
13066         "operationId": "getNetworkNewvcesNewvce", 
13067         "parameters": [
13068           {
13069             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
13070             "example": "__VNF-ID2__", 
13071             "in": "path", 
13072             "name": "vnf-id2", 
13073             "required": true, 
13074             "type": "string"
13075           }
13076         ], 
13077         "produces": [
13078           "application/json", 
13079           "application/xml"
13080         ], 
13081         "responses": {
13082           "200": {
13083             "description": "successful operation", 
13084             "schema": {
13085               "$ref": "#/definitions/newvce"
13086             }
13087           }, 
13088           "default": {
13089             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13090           }
13091         }, 
13092         "summary": "returns newvce", 
13093         "tags": [
13094           "Operations"
13095         ]
13096       }
13097     }, 
13098     "/nodes/newvces?parameter=value[&parameter2=value2]": {
13099       "get": {
13100         "description": "returns newvces", 
13101         "operationId": "getNetworkNewvces", 
13102         "parameters": [
13103           {
13104             "description": "n/a", 
13105             "in": "query", 
13106             "name": "vnf-id2", 
13107             "required": false, 
13108             "type": "string"
13109           }, 
13110           {
13111             "description": "n/a", 
13112             "in": "query", 
13113             "name": "vnf-name", 
13114             "required": false, 
13115             "type": "string"
13116           }, 
13117           {
13118             "description": "n/a", 
13119             "in": "query", 
13120             "name": "vnf-name2", 
13121             "required": false, 
13122             "type": "string"
13123           }, 
13124           {
13125             "description": "n/a", 
13126             "in": "query", 
13127             "name": "vnf-type", 
13128             "required": false, 
13129             "type": "string"
13130           }, 
13131           {
13132             "description": "n/a", 
13133             "in": "query", 
13134             "name": "prov-status", 
13135             "required": false, 
13136             "type": "string"
13137           }, 
13138           {
13139             "description": "n/a", 
13140             "in": "query", 
13141             "name": "heat-stack-id", 
13142             "required": false, 
13143             "type": "string"
13144           }
13145         ], 
13146         "produces": [
13147           "application/json", 
13148           "application/xml"
13149         ], 
13150         "responses": {
13151           "200": {
13152             "description": "successful operation", 
13153             "schema": {
13154               "$ref": "#/definitions/newvces"
13155             }
13156           }, 
13157           "default": {
13158             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13159           }
13160         }, 
13161         "summary": "returns newvces", 
13162         "tags": [
13163           "Operations"
13164         ]
13165       }
13166     }, 
13167     "/nodes/nos-servers/nos-server/{nos-server-id}": {
13168       "get": {
13169         "description": "returns nos-server", 
13170         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer", 
13171         "parameters": [
13172           {
13173             "description": "Unique identifier for this nos relative to its tenant", 
13174             "example": "__NOS-SERVER-ID__", 
13175             "in": "path", 
13176             "name": "nos-server-id", 
13177             "required": true, 
13178             "type": "string"
13179           }
13180         ], 
13181         "produces": [
13182           "application/json", 
13183           "application/xml"
13184         ], 
13185         "responses": {
13186           "200": {
13187             "description": "successful operation", 
13188             "schema": {
13189               "$ref": "#/definitions/nos-server"
13190             }
13191           }, 
13192           "default": {
13193             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13194           }
13195         }, 
13196         "summary": "returns nos-server", 
13197         "tags": [
13198           "Operations"
13199         ]
13200       }
13201     }, 
13202     "/nodes/nos-servers?parameter=value[&parameter2=value2]": {
13203       "get": {
13204         "description": "returns nos-servers", 
13205         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServers", 
13206         "parameters": [
13207           {
13208             "description": "n/a", 
13209             "in": "query", 
13210             "name": "nos-server-id", 
13211             "required": false, 
13212             "type": "string"
13213           }
13214         ], 
13215         "produces": [
13216           "application/json", 
13217           "application/xml"
13218         ], 
13219         "responses": {
13220           "200": {
13221             "description": "successful operation", 
13222             "schema": {
13223               "$ref": "#/definitions/nos-servers"
13224             }
13225           }, 
13226           "default": {
13227             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13228           }
13229         }, 
13230         "summary": "returns nos-servers", 
13231         "tags": [
13232           "Operations"
13233         ]
13234       }
13235     }, 
13236     "/nodes/oam-networks/oam-network/{network-uuid}": {
13237       "get": {
13238         "description": "returns oam-network", 
13239         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
13240         "parameters": [
13241           {
13242             "description": "UUID of the network. Unique across a cloud-region", 
13243             "example": "__NETWORK-UUID__", 
13244             "in": "path", 
13245             "name": "network-uuid", 
13246             "required": true, 
13247             "type": "string"
13248           }
13249         ], 
13250         "produces": [
13251           "application/json", 
13252           "application/xml"
13253         ], 
13254         "responses": {
13255           "200": {
13256             "description": "successful operation", 
13257             "schema": {
13258               "$ref": "#/definitions/oam-network"
13259             }
13260           }, 
13261           "default": {
13262             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13263           }
13264         }, 
13265         "summary": "returns oam-network", 
13266         "tags": [
13267           "Operations"
13268         ]
13269       }
13270     }, 
13271     "/nodes/oam-networks?parameter=value[&parameter2=value2]": {
13272       "get": {
13273         "description": "returns oam-networks", 
13274         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionOamNetworks", 
13275         "parameters": [
13276           {
13277             "description": "n/a", 
13278             "in": "query", 
13279             "name": "network-uuid", 
13280             "required": false, 
13281             "type": "string"
13282           }, 
13283           {
13284             "description": "n/a", 
13285             "in": "query", 
13286             "name": "network-name", 
13287             "required": false, 
13288             "type": "string"
13289           }, 
13290           {
13291             "description": "n/a", 
13292             "format": "int64", 
13293             "in": "query", 
13294             "name": "cvlan-tag", 
13295             "required": false, 
13296             "type": "integer"
13297           }
13298         ], 
13299         "produces": [
13300           "application/json", 
13301           "application/xml"
13302         ], 
13303         "responses": {
13304           "200": {
13305             "description": "successful operation", 
13306             "schema": {
13307               "$ref": "#/definitions/oam-networks"
13308             }
13309           }, 
13310           "default": {
13311             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13312           }
13313         }, 
13314         "summary": "returns oam-networks", 
13315         "tags": [
13316           "Operations"
13317         ]
13318       }
13319     }, 
13320     "/nodes/operational-environments/operational-environment/{operational-environment-id}": {
13321       "get": {
13322         "description": "returns operational-environment", 
13323         "operationId": "getCloudInfrastructureOperationalEnvironmentsOperationalEnvironment", 
13324         "parameters": [
13325           {
13326             "description": "UUID of an operational environment", 
13327             "example": "__OPERATIONAL-ENVIRONMENT-ID__", 
13328             "in": "path", 
13329             "name": "operational-environment-id", 
13330             "required": true, 
13331             "type": "string"
13332           }
13333         ], 
13334         "produces": [
13335           "application/json", 
13336           "application/xml"
13337         ], 
13338         "responses": {
13339           "200": {
13340             "description": "successful operation", 
13341             "schema": {
13342               "$ref": "#/definitions/operational-environment"
13343             }
13344           }, 
13345           "default": {
13346             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13347           }
13348         }, 
13349         "summary": "returns operational-environment", 
13350         "tags": [
13351           "Operations"
13352         ]
13353       }
13354     }, 
13355     "/nodes/operational-environments?parameter=value[&parameter2=value2]": {
13356       "get": {
13357         "description": "returns operational-environments", 
13358         "operationId": "getCloudInfrastructureOperationalEnvironments", 
13359         "parameters": [
13360           {
13361             "description": "n/a", 
13362             "in": "query", 
13363             "name": "operational-environment-id", 
13364             "required": false, 
13365             "type": "string"
13366           }
13367         ], 
13368         "produces": [
13369           "application/json", 
13370           "application/xml"
13371         ], 
13372         "responses": {
13373           "200": {
13374             "description": "successful operation", 
13375             "schema": {
13376               "$ref": "#/definitions/operational-environments"
13377             }
13378           }, 
13379           "default": {
13380             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13381           }
13382         }, 
13383         "summary": "returns operational-environments", 
13384         "tags": [
13385           "Operations"
13386         ]
13387       }
13388     }, 
13389     "/nodes/owning-entities?parameter=value[&parameter2=value2]": {
13390       "get": {
13391         "description": "returns owning-entities", 
13392         "operationId": "getBusinessOwningEntities", 
13393         "parameters": [
13394           {
13395             "description": "n/a", 
13396             "in": "query", 
13397             "name": "owning-entity-id", 
13398             "required": false, 
13399             "type": "string"
13400           }, 
13401           {
13402             "description": "n/a", 
13403             "in": "query", 
13404             "name": "owning-entity-name", 
13405             "required": false, 
13406             "type": "string"
13407           }
13408         ], 
13409         "produces": [
13410           "application/json", 
13411           "application/xml"
13412         ], 
13413         "responses": {
13414           "200": {
13415             "description": "successful operation", 
13416             "schema": {
13417               "$ref": "#/definitions/owning-entities"
13418             }
13419           }, 
13420           "default": {
13421             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13422           }
13423         }, 
13424         "summary": "returns owning-entities", 
13425         "tags": [
13426           "Operations"
13427         ]
13428       }
13429     }, 
13430     "/nodes/owning-entity/{owning-entity-id}": {
13431       "get": {
13432         "description": "returns owning-entity", 
13433         "operationId": "getBusinessOwningEntitiesOwningEntity", 
13434         "parameters": [
13435           {
13436             "description": "UUID of an owning entity", 
13437             "example": "__OWNING-ENTITY-ID__", 
13438             "in": "path", 
13439             "name": "owning-entity-id", 
13440             "required": true, 
13441             "type": "string"
13442           }
13443         ], 
13444         "produces": [
13445           "application/json", 
13446           "application/xml"
13447         ], 
13448         "responses": {
13449           "200": {
13450             "description": "successful operation", 
13451             "schema": {
13452               "$ref": "#/definitions/owning-entity"
13453             }
13454           }, 
13455           "default": {
13456             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13457           }
13458         }, 
13459         "summary": "returns owning-entity", 
13460         "tags": [
13461           "Operations"
13462         ]
13463       }
13464     }, 
13465     "/nodes/p-interfaces/p-interface/{interface-name}": {
13466       "get": {
13467         "description": "returns p-interface", 
13468         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterface", 
13469         "parameters": [
13470           {
13471             "description": "Name that identifies the physical interface", 
13472             "example": "__INTERFACE-NAME__", 
13473             "in": "path", 
13474             "name": "interface-name", 
13475             "required": true, 
13476             "type": "string"
13477           }
13478         ], 
13479         "produces": [
13480           "application/json", 
13481           "application/xml"
13482         ], 
13483         "responses": {
13484           "200": {
13485             "description": "successful operation", 
13486             "schema": {
13487               "$ref": "#/definitions/p-interface"
13488             }
13489           }, 
13490           "default": {
13491             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13492           }
13493         }, 
13494         "summary": "returns p-interface", 
13495         "tags": [
13496           "Operations"
13497         ]
13498       }
13499     }, 
13500     "/nodes/p-interfaces?parameter=value[&parameter2=value2]": {
13501       "get": {
13502         "description": "returns p-interfaces", 
13503         "operationId": "getCloudInfrastructurePserversPserverPInterfaces", 
13504         "parameters": [
13505           {
13506             "description": "n/a", 
13507             "in": "query", 
13508             "name": "interface-name", 
13509             "required": false, 
13510             "type": "string"
13511           }, 
13512           {
13513             "description": "n/a", 
13514             "in": "query", 
13515             "name": "prov-status", 
13516             "required": false, 
13517             "type": "string"
13518           }, 
13519           {
13520             "description": "n/a", 
13521             "in": "query", 
13522             "name": "operational-status", 
13523             "required": false, 
13524             "type": "string"
13525           }
13526         ], 
13527         "produces": [
13528           "application/json", 
13529           "application/xml"
13530         ], 
13531         "responses": {
13532           "200": {
13533             "description": "successful operation", 
13534             "schema": {
13535               "$ref": "#/definitions/p-interfaces"
13536             }
13537           }, 
13538           "default": {
13539             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13540           }
13541         }, 
13542         "summary": "returns p-interfaces", 
13543         "tags": [
13544           "Operations"
13545         ]
13546       }
13547     }, 
13548     "/nodes/physical-links/physical-link/{link-name}": {
13549       "get": {
13550         "description": "returns physical-link", 
13551         "operationId": "getNetworkPhysicalLinksPhysicalLink", 
13552         "parameters": [
13553           {
13554             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
13555             "example": "__LINK-NAME__", 
13556             "in": "path", 
13557             "name": "link-name", 
13558             "required": true, 
13559             "type": "string"
13560           }
13561         ], 
13562         "produces": [
13563           "application/json", 
13564           "application/xml"
13565         ], 
13566         "responses": {
13567           "200": {
13568             "description": "successful operation", 
13569             "schema": {
13570               "$ref": "#/definitions/physical-link"
13571             }
13572           }, 
13573           "default": {
13574             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13575           }
13576         }, 
13577         "summary": "returns physical-link", 
13578         "tags": [
13579           "Operations"
13580         ]
13581       }
13582     }, 
13583     "/nodes/physical-links?parameter=value[&parameter2=value2]": {
13584       "get": {
13585         "description": "returns physical-links", 
13586         "operationId": "getNetworkPhysicalLinks", 
13587         "parameters": [
13588           {
13589             "description": "n/a", 
13590             "in": "query", 
13591             "name": "link-name", 
13592             "required": false, 
13593             "type": "string"
13594           }, 
13595           {
13596             "description": "n/a", 
13597             "in": "query", 
13598             "name": "circuit-id", 
13599             "required": false, 
13600             "type": "string"
13601           }
13602         ], 
13603         "produces": [
13604           "application/json", 
13605           "application/xml"
13606         ], 
13607         "responses": {
13608           "200": {
13609             "description": "successful operation", 
13610             "schema": {
13611               "$ref": "#/definitions/physical-links"
13612             }
13613           }, 
13614           "default": {
13615             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13616           }
13617         }, 
13618         "summary": "returns physical-links", 
13619         "tags": [
13620           "Operations"
13621         ]
13622       }
13623     }, 
13624     "/nodes/platforms/platform/{platform-name}": {
13625       "get": {
13626         "description": "returns platform", 
13627         "operationId": "getBusinessPlatformsPlatform", 
13628         "parameters": [
13629           {
13630             "description": "Name of the platform", 
13631             "example": "__PLATFORM-NAME__", 
13632             "in": "path", 
13633             "name": "platform-name", 
13634             "required": true, 
13635             "type": "string"
13636           }
13637         ], 
13638         "produces": [
13639           "application/json", 
13640           "application/xml"
13641         ], 
13642         "responses": {
13643           "200": {
13644             "description": "successful operation", 
13645             "schema": {
13646               "$ref": "#/definitions/platform"
13647             }
13648           }, 
13649           "default": {
13650             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13651           }
13652         }, 
13653         "summary": "returns platform", 
13654         "tags": [
13655           "Operations"
13656         ]
13657       }
13658     }, 
13659     "/nodes/platforms?parameter=value[&parameter2=value2]": {
13660       "get": {
13661         "description": "returns platforms", 
13662         "operationId": "getBusinessPlatforms", 
13663         "parameters": [
13664           {
13665             "description": "n/a", 
13666             "in": "query", 
13667             "name": "platform-name", 
13668             "required": false, 
13669             "type": "string"
13670           }
13671         ], 
13672         "produces": [
13673           "application/json", 
13674           "application/xml"
13675         ], 
13676         "responses": {
13677           "200": {
13678             "description": "successful operation", 
13679             "schema": {
13680               "$ref": "#/definitions/platforms"
13681             }
13682           }, 
13683           "default": {
13684             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13685           }
13686         }, 
13687         "summary": "returns platforms", 
13688         "tags": [
13689           "Operations"
13690         ]
13691       }
13692     }, 
13693     "/nodes/pnfs/pnf/{pnf-name}": {
13694       "get": {
13695         "description": "returns pnf", 
13696         "operationId": "getNetworkPnfsPnf", 
13697         "parameters": [
13698           {
13699             "description": "unique name of Physical Network Function.", 
13700             "example": "__PNF-NAME__", 
13701             "in": "path", 
13702             "name": "pnf-name", 
13703             "required": true, 
13704             "type": "string"
13705           }
13706         ], 
13707         "produces": [
13708           "application/json", 
13709           "application/xml"
13710         ], 
13711         "responses": {
13712           "200": {
13713             "description": "successful operation", 
13714             "schema": {
13715               "$ref": "#/definitions/pnf"
13716             }
13717           }, 
13718           "default": {
13719             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13720           }
13721         }, 
13722         "summary": "returns pnf", 
13723         "tags": [
13724           "Operations"
13725         ]
13726       }
13727     }, 
13728     "/nodes/pnfs?parameter=value[&parameter2=value2]": {
13729       "get": {
13730         "description": "returns pnfs", 
13731         "operationId": "getNetworkPnfs", 
13732         "parameters": [
13733           {
13734             "description": "n/a", 
13735             "in": "query", 
13736             "name": "pnf-name", 
13737             "required": false, 
13738             "type": "string"
13739           }, 
13740           {
13741             "description": "n/a", 
13742             "in": "query", 
13743             "name": "inv-status", 
13744             "required": false, 
13745             "type": "string"
13746           }, 
13747           {
13748             "description": "n/a", 
13749             "in": "query", 
13750             "name": "admin-status", 
13751             "required": false, 
13752             "type": "string"
13753           }, 
13754           {
13755             "description": "n/a", 
13756             "in": "query", 
13757             "name": "operational-status", 
13758             "required": false, 
13759             "type": "string"
13760           }, 
13761           {
13762             "description": "n/a", 
13763             "in": "query", 
13764             "name": "model-invariant-id", 
13765             "required": false, 
13766             "type": "string"
13767           }, 
13768           {
13769             "description": "n/a", 
13770             "in": "query", 
13771             "name": "model-version-id", 
13772             "required": false, 
13773             "type": "string"
13774           }
13775         ], 
13776         "produces": [
13777           "application/json", 
13778           "application/xml"
13779         ], 
13780         "responses": {
13781           "200": {
13782             "description": "successful operation", 
13783             "schema": {
13784               "$ref": "#/definitions/pnfs"
13785             }
13786           }, 
13787           "default": {
13788             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13789           }
13790         }, 
13791         "summary": "returns pnfs", 
13792         "tags": [
13793           "Operations"
13794         ]
13795       }
13796     }, 
13797     "/nodes/port-groups/port-group/{interface-id}": {
13798       "get": {
13799         "description": "returns port-group", 
13800         "operationId": "getNetworkVcesVcePortGroupsPortGroup", 
13801         "parameters": [
13802           {
13803             "description": "Unique ID of the interface", 
13804             "example": "__INTERFACE-ID__", 
13805             "in": "path", 
13806             "name": "interface-id", 
13807             "required": true, 
13808             "type": "string"
13809           }
13810         ], 
13811         "produces": [
13812           "application/json", 
13813           "application/xml"
13814         ], 
13815         "responses": {
13816           "200": {
13817             "description": "successful operation", 
13818             "schema": {
13819               "$ref": "#/definitions/port-group"
13820             }
13821           }, 
13822           "default": {
13823             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13824           }
13825         }, 
13826         "summary": "returns port-group", 
13827         "tags": [
13828           "Operations"
13829         ]
13830       }
13831     }, 
13832     "/nodes/port-groups?parameter=value[&parameter2=value2]": {
13833       "get": {
13834         "description": "returns port-groups", 
13835         "operationId": "getNetworkVcesVcePortGroups", 
13836         "parameters": [
13837           {
13838             "description": "n/a", 
13839             "in": "query", 
13840             "name": "interface-id", 
13841             "required": false, 
13842             "type": "string"
13843           }, 
13844           {
13845             "description": "n/a", 
13846             "in": "query", 
13847             "name": "port-group-id", 
13848             "required": false, 
13849             "type": "string"
13850           }, 
13851           {
13852             "description": "n/a", 
13853             "in": "query", 
13854             "name": "switch-name", 
13855             "required": false, 
13856             "type": "string"
13857           }, 
13858           {
13859             "description": "n/a", 
13860             "in": "query", 
13861             "name": "heat-stack-id", 
13862             "required": false, 
13863             "type": "string"
13864           }
13865         ], 
13866         "produces": [
13867           "application/json", 
13868           "application/xml"
13869         ], 
13870         "responses": {
13871           "200": {
13872             "description": "successful operation", 
13873             "schema": {
13874               "$ref": "#/definitions/port-groups"
13875             }
13876           }, 
13877           "default": {
13878             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13879           }
13880         }, 
13881         "summary": "returns port-groups", 
13882         "tags": [
13883           "Operations"
13884         ]
13885       }
13886     }, 
13887     "/nodes/projects/project/{project-name}": {
13888       "get": {
13889         "description": "returns project", 
13890         "operationId": "getBusinessProjectsProject", 
13891         "parameters": [
13892           {
13893             "description": "Name of the project deploying a service", 
13894             "example": "__PROJECT-NAME__", 
13895             "in": "path", 
13896             "name": "project-name", 
13897             "required": true, 
13898             "type": "string"
13899           }
13900         ], 
13901         "produces": [
13902           "application/json", 
13903           "application/xml"
13904         ], 
13905         "responses": {
13906           "200": {
13907             "description": "successful operation", 
13908             "schema": {
13909               "$ref": "#/definitions/project"
13910             }
13911           }, 
13912           "default": {
13913             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13914           }
13915         }, 
13916         "summary": "returns project", 
13917         "tags": [
13918           "Operations"
13919         ]
13920       }
13921     }, 
13922     "/nodes/projects?parameter=value[&parameter2=value2]": {
13923       "get": {
13924         "description": "returns projects", 
13925         "operationId": "getBusinessProjects", 
13926         "parameters": [
13927           {
13928             "description": "n/a", 
13929             "in": "query", 
13930             "name": "project-name", 
13931             "required": false, 
13932             "type": "string"
13933           }
13934         ], 
13935         "produces": [
13936           "application/json", 
13937           "application/xml"
13938         ], 
13939         "responses": {
13940           "200": {
13941             "description": "successful operation", 
13942             "schema": {
13943               "$ref": "#/definitions/projects"
13944             }
13945           }, 
13946           "default": {
13947             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13948           }
13949         }, 
13950         "summary": "returns projects", 
13951         "tags": [
13952           "Operations"
13953         ]
13954       }
13955     }, 
13956     "/nodes/property-constraints/property-constraint/{property-constraint-uuid}": {
13957       "get": {
13958         "description": "returns property-constraint", 
13959         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
13960         "parameters": [
13961           {
13962             "example": "__PROPERTY-CONSTRAINT-UUID__", 
13963             "in": "path", 
13964             "name": "property-constraint-uuid", 
13965             "required": true, 
13966             "type": "string"
13967           }
13968         ], 
13969         "produces": [
13970           "application/json", 
13971           "application/xml"
13972         ], 
13973         "responses": {
13974           "200": {
13975             "description": "successful operation", 
13976             "schema": {
13977               "$ref": "#/definitions/property-constraint"
13978             }
13979           }, 
13980           "default": {
13981             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13982           }
13983         }, 
13984         "summary": "returns property-constraint", 
13985         "tags": [
13986           "Operations"
13987         ]
13988       }
13989     }, 
13990     "/nodes/property-constraints?parameter=value[&parameter2=value2]": {
13991       "get": {
13992         "description": "returns property-constraints", 
13993         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraints", 
13994         "parameters": [
13995           {
13996             "description": "n/a", 
13997             "in": "query", 
13998             "name": "property-constraint-uuid", 
13999             "required": false, 
14000             "type": "string"
14001           }
14002         ], 
14003         "produces": [
14004           "application/json", 
14005           "application/xml"
14006         ], 
14007         "responses": {
14008           "200": {
14009             "description": "successful operation", 
14010             "schema": {
14011               "$ref": "#/definitions/property-constraints"
14012             }
14013           }, 
14014           "default": {
14015             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14016           }
14017         }, 
14018         "summary": "returns property-constraints", 
14019         "tags": [
14020           "Operations"
14021         ]
14022       }
14023     }, 
14024     "/nodes/pservers/pserver/{hostname}": {
14025       "get": {
14026         "description": "returns pserver", 
14027         "operationId": "getCloudInfrastructurePserversPserver", 
14028         "parameters": [
14029           {
14030             "description": "Value from executing hostname on the compute node.", 
14031             "example": "__HOSTNAME__", 
14032             "in": "path", 
14033             "name": "hostname", 
14034             "required": true, 
14035             "type": "string"
14036           }
14037         ], 
14038         "produces": [
14039           "application/json", 
14040           "application/xml"
14041         ], 
14042         "responses": {
14043           "200": {
14044             "description": "successful operation", 
14045             "schema": {
14046               "$ref": "#/definitions/pserver"
14047             }
14048           }, 
14049           "default": {
14050             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14051           }
14052         }, 
14053         "summary": "returns pserver", 
14054         "tags": [
14055           "Operations"
14056         ]
14057       }
14058     }, 
14059     "/nodes/pservers?parameter=value[&parameter2=value2]": {
14060       "get": {
14061         "description": "returns pservers", 
14062         "operationId": "getCloudInfrastructurePservers", 
14063         "parameters": [
14064           {
14065             "description": "n/a", 
14066             "in": "query", 
14067             "name": "hostname", 
14068             "required": false, 
14069             "type": "string"
14070           }, 
14071           {
14072             "description": "n/a", 
14073             "in": "query", 
14074             "name": "inv-status", 
14075             "required": false, 
14076             "type": "string"
14077           }, 
14078           {
14079             "description": "n/a", 
14080             "in": "query", 
14081             "name": "pserver-id", 
14082             "required": false, 
14083             "type": "string"
14084           }, 
14085           {
14086             "description": "n/a", 
14087             "in": "query", 
14088             "name": "in-maint", 
14089             "required": false, 
14090             "type": "boolean"
14091           }, 
14092           {
14093             "description": "n/a", 
14094             "in": "query", 
14095             "name": "pserver-name2", 
14096             "required": false, 
14097             "type": "string"
14098           }
14099         ], 
14100         "produces": [
14101           "application/json", 
14102           "application/xml"
14103         ], 
14104         "responses": {
14105           "200": {
14106             "description": "successful operation", 
14107             "schema": {
14108               "$ref": "#/definitions/pservers"
14109             }
14110           }, 
14111           "default": {
14112             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14113           }
14114         }, 
14115         "summary": "returns pservers", 
14116         "tags": [
14117           "Operations"
14118         ]
14119       }
14120     }, 
14121     "/nodes/related-lookups/related-lookup/{related-lookup-uuid}": {
14122       "get": {
14123         "description": "returns related-lookup", 
14124         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
14125         "parameters": [
14126           {
14127             "example": "__RELATED-LOOKUP-UUID__", 
14128             "in": "path", 
14129             "name": "related-lookup-uuid", 
14130             "required": true, 
14131             "type": "string"
14132           }
14133         ], 
14134         "produces": [
14135           "application/json", 
14136           "application/xml"
14137         ], 
14138         "responses": {
14139           "200": {
14140             "description": "successful operation", 
14141             "schema": {
14142               "$ref": "#/definitions/related-lookup"
14143             }
14144           }, 
14145           "default": {
14146             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14147           }
14148         }, 
14149         "summary": "returns related-lookup", 
14150         "tags": [
14151           "Operations"
14152         ]
14153       }
14154     }, 
14155     "/nodes/related-lookups?parameter=value[&parameter2=value2]": {
14156       "get": {
14157         "description": "returns related-lookups", 
14158         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookups", 
14159         "parameters": [
14160           {
14161             "description": "n/a", 
14162             "in": "query", 
14163             "name": "related-lookup-uuid", 
14164             "required": false, 
14165             "type": "string"
14166           }
14167         ], 
14168         "produces": [
14169           "application/json", 
14170           "application/xml"
14171         ], 
14172         "responses": {
14173           "200": {
14174             "description": "successful operation", 
14175             "schema": {
14176               "$ref": "#/definitions/related-lookups"
14177             }
14178           }, 
14179           "default": {
14180             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14181           }
14182         }, 
14183         "summary": "returns related-lookups", 
14184         "tags": [
14185           "Operations"
14186         ]
14187       }
14188     }, 
14189     "/nodes/route-table-references/route-table-reference/{route-table-reference-id}": {
14190       "get": {
14191         "description": "returns route-table-reference", 
14192         "operationId": "getNetworkRouteTableReferencesRouteTableReference", 
14193         "parameters": [
14194           {
14195             "description": "Route Table Reference id, UUID assigned to this instance.", 
14196             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
14197             "in": "path", 
14198             "name": "route-table-reference-id", 
14199             "required": true, 
14200             "type": "string"
14201           }
14202         ], 
14203         "produces": [
14204           "application/json", 
14205           "application/xml"
14206         ], 
14207         "responses": {
14208           "200": {
14209             "description": "successful operation", 
14210             "schema": {
14211               "$ref": "#/definitions/route-table-reference"
14212             }
14213           }, 
14214           "default": {
14215             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14216           }
14217         }, 
14218         "summary": "returns route-table-reference", 
14219         "tags": [
14220           "Operations"
14221         ]
14222       }
14223     }, 
14224     "/nodes/route-table-references?parameter=value[&parameter2=value2]": {
14225       "get": {
14226         "description": "returns route-table-references", 
14227         "operationId": "getNetworkRouteTableReferences", 
14228         "parameters": [
14229           {
14230             "description": "n/a", 
14231             "in": "query", 
14232             "name": "route-table-reference-id", 
14233             "required": false, 
14234             "type": "string"
14235           }, 
14236           {
14237             "description": "n/a", 
14238             "in": "query", 
14239             "name": "route-table-reference-fqdn", 
14240             "required": false, 
14241             "type": "string"
14242           }
14243         ], 
14244         "produces": [
14245           "application/json", 
14246           "application/xml"
14247         ], 
14248         "responses": {
14249           "200": {
14250             "description": "successful operation", 
14251             "schema": {
14252               "$ref": "#/definitions/route-table-references"
14253             }
14254           }, 
14255           "default": {
14256             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14257           }
14258         }, 
14259         "summary": "returns route-table-references", 
14260         "tags": [
14261           "Operations"
14262         ]
14263       }
14264     }, 
14265     "/nodes/route-targets/route-target/{global-route-target}/{route-target-role}": {
14266       "get": {
14267         "description": "returns route-target", 
14268         "operationId": "getNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
14269         "produces": [
14270           "application/json", 
14271           "application/xml"
14272         ], 
14273         "responses": {
14274           "200": {
14275             "description": "successful operation", 
14276             "schema": {
14277               "$ref": "#/definitions/route-target"
14278             }
14279           }, 
14280           "default": {
14281             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14282           }
14283         }, 
14284         "summary": "returns route-target", 
14285         "tags": [
14286           "Operations"
14287         ]
14288       }
14289     }, 
14290     "/nodes/route-targets?parameter=value[&parameter2=value2]": {
14291       "get": {
14292         "description": "returns route-targets", 
14293         "operationId": "getNetworkVpnBindingsVpnBindingRouteTargets", 
14294         "produces": [
14295           "application/json", 
14296           "application/xml"
14297         ], 
14298         "responses": {
14299           "200": {
14300             "description": "successful operation", 
14301             "schema": {
14302               "$ref": "#/definitions/route-targets"
14303             }
14304           }, 
14305           "default": {
14306             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14307           }
14308         }, 
14309         "summary": "returns route-targets", 
14310         "tags": [
14311           "Operations"
14312         ]
14313       }
14314     }, 
14315     "/nodes/routing-instances/routing-instance/{routing-instance-id}": {
14316       "get": {
14317         "description": "returns routing-instance", 
14318         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
14319         "parameters": [
14320           {
14321             "description": "Unique id of routing instance", 
14322             "example": "__ROUTING-INSTANCE-ID__", 
14323             "in": "path", 
14324             "name": "routing-instance-id", 
14325             "required": true, 
14326             "type": "string"
14327           }
14328         ], 
14329         "produces": [
14330           "application/json", 
14331           "application/xml"
14332         ], 
14333         "responses": {
14334           "200": {
14335             "description": "successful operation", 
14336             "schema": {
14337               "$ref": "#/definitions/routing-instance"
14338             }
14339           }, 
14340           "default": {
14341             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14342           }
14343         }, 
14344         "summary": "returns routing-instance", 
14345         "tags": [
14346           "Operations"
14347         ]
14348       }
14349     }, 
14350     "/nodes/routing-instances?parameter=value[&parameter2=value2]": {
14351       "get": {
14352         "description": "returns routing-instances", 
14353         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstances", 
14354         "parameters": [
14355           {
14356             "description": "n/a", 
14357             "in": "query", 
14358             "name": "routing-instance-id", 
14359             "required": false, 
14360             "type": "string"
14361           }
14362         ], 
14363         "produces": [
14364           "application/json", 
14365           "application/xml"
14366         ], 
14367         "responses": {
14368           "200": {
14369             "description": "successful operation", 
14370             "schema": {
14371               "$ref": "#/definitions/routing-instances"
14372             }
14373           }, 
14374           "default": {
14375             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14376           }
14377         }, 
14378         "summary": "returns routing-instances", 
14379         "tags": [
14380           "Operations"
14381         ]
14382       }
14383     }, 
14384     "/nodes/sdwan-vpns/sdwan-vpn/{sdwan-vpn-id}": {
14385       "get": {
14386         "description": "returns sdwan-vpn", 
14387         "operationId": "getNetworkSdwanVpnsSdwanVpn", 
14388         "parameters": [
14389           {
14390             "description": "Uniquely identifies this sdwan-vpn by id", 
14391             "example": "__SDWAN-VPN-ID__", 
14392             "in": "path", 
14393             "name": "sdwan-vpn-id", 
14394             "required": true, 
14395             "type": "string"
14396           }
14397         ], 
14398         "produces": [
14399           "application/json", 
14400           "application/xml"
14401         ], 
14402         "responses": {
14403           "200": {
14404             "description": "successful operation", 
14405             "schema": {
14406               "$ref": "#/definitions/sdwan-vpn"
14407             }
14408           }, 
14409           "default": {
14410             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14411           }
14412         }, 
14413         "summary": "returns sdwan-vpn", 
14414         "tags": [
14415           "Operations"
14416         ]
14417       }
14418     }, 
14419     "/nodes/sdwan-vpns?parameter=value[&parameter2=value2]": {
14420       "get": {
14421         "description": "returns sdwan-vpns", 
14422         "operationId": "getNetworkSdwanVpns", 
14423         "parameters": [
14424           {
14425             "description": "n/a", 
14426             "in": "query", 
14427             "name": "sdwan-vpn-id", 
14428             "required": false, 
14429             "type": "string"
14430           }, 
14431           {
14432             "description": "n/a", 
14433             "in": "query", 
14434             "name": "sdwan-vpn-name", 
14435             "required": false, 
14436             "type": "string"
14437           }, 
14438           {
14439             "description": "n/a", 
14440             "in": "query", 
14441             "name": "vxlan-id", 
14442             "required": false, 
14443             "type": "string"
14444           }, 
14445           {
14446             "description": "n/a", 
14447             "in": "query", 
14448             "name": "topology", 
14449             "required": false, 
14450             "type": "string"
14451           }, 
14452           {
14453             "description": "n/a", 
14454             "in": "query", 
14455             "name": "operational-status", 
14456             "required": false, 
14457             "type": "string"
14458           }
14459         ], 
14460         "produces": [
14461           "application/json", 
14462           "application/xml"
14463         ], 
14464         "responses": {
14465           "200": {
14466             "description": "successful operation", 
14467             "schema": {
14468               "$ref": "#/definitions/sdwan-vpns"
14469             }
14470           }, 
14471           "default": {
14472             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14473           }
14474         }, 
14475         "summary": "returns sdwan-vpns", 
14476         "tags": [
14477           "Operations"
14478         ]
14479       }
14480     }, 
14481     "/nodes/segmentation-assignments/segmentation-assignment/{segmentation-id}": {
14482       "get": {
14483         "description": "returns segmentation-assignment", 
14484         "operationId": "getNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
14485         "parameters": [
14486           {
14487             "description": "Route Table Reference id, UUID assigned to this instance.", 
14488             "example": "__SEGMENTATION-ID__", 
14489             "in": "path", 
14490             "name": "segmentation-id", 
14491             "required": true, 
14492             "type": "string"
14493           }
14494         ], 
14495         "produces": [
14496           "application/json", 
14497           "application/xml"
14498         ], 
14499         "responses": {
14500           "200": {
14501             "description": "successful operation", 
14502             "schema": {
14503               "$ref": "#/definitions/segmentation-assignment"
14504             }
14505           }, 
14506           "default": {
14507             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14508           }
14509         }, 
14510         "summary": "returns segmentation-assignment", 
14511         "tags": [
14512           "Operations"
14513         ]
14514       }
14515     }, 
14516     "/nodes/segmentation-assignments?parameter=value[&parameter2=value2]": {
14517       "get": {
14518         "description": "returns segmentation-assignments", 
14519         "operationId": "getNetworkL3NetworksL3NetworkSegmentationAssignments", 
14520         "parameters": [
14521           {
14522             "description": "n/a", 
14523             "in": "query", 
14524             "name": "segmentation-id", 
14525             "required": false, 
14526             "type": "string"
14527           }
14528         ], 
14529         "produces": [
14530           "application/json", 
14531           "application/xml"
14532         ], 
14533         "responses": {
14534           "200": {
14535             "description": "successful operation", 
14536             "schema": {
14537               "$ref": "#/definitions/segmentation-assignments"
14538             }
14539           }, 
14540           "default": {
14541             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14542           }
14543         }, 
14544         "summary": "returns segmentation-assignments", 
14545         "tags": [
14546           "Operations"
14547         ]
14548       }
14549     }, 
14550     "/nodes/service-capabilities?parameter=value[&parameter2=value2]": {
14551       "get": {
14552         "description": "returns service-capabilities", 
14553         "operationId": "getServiceDesignAndCreationServiceCapabilities", 
14554         "parameters": [
14555           {
14556             "description": "n/a", 
14557             "in": "query", 
14558             "name": "service-type", 
14559             "required": false, 
14560             "type": "string"
14561           }, 
14562           {
14563             "description": "n/a", 
14564             "in": "query", 
14565             "name": "vnf-type", 
14566             "required": false, 
14567             "type": "string"
14568           }
14569         ], 
14570         "produces": [
14571           "application/json", 
14572           "application/xml"
14573         ], 
14574         "responses": {
14575           "200": {
14576             "description": "successful operation", 
14577             "schema": {
14578               "$ref": "#/definitions/service-capabilities"
14579             }
14580           }, 
14581           "default": {
14582             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14583           }
14584         }, 
14585         "summary": "returns service-capabilities", 
14586         "tags": [
14587           "Operations"
14588         ]
14589       }
14590     }, 
14591     "/nodes/service-capability/{service-type}/{vnf-type}": {
14592       "get": {
14593         "description": "returns service-capability", 
14594         "operationId": "getServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
14595         "parameters": [
14596           {
14597             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
14598             "example": "__SERVICE-TYPE__", 
14599             "in": "path", 
14600             "name": "service-type", 
14601             "required": true, 
14602             "type": "string"
14603           }, 
14604           {
14605             "description": "String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded in service-specific ways and clients should expect changes to occur in the future to this field as ECOMP matures.", 
14606             "example": "__VNF-TYPE__", 
14607             "in": "path", 
14608             "name": "vnf-type", 
14609             "required": true, 
14610             "type": "string"
14611           }
14612         ], 
14613         "produces": [
14614           "application/json", 
14615           "application/xml"
14616         ], 
14617         "responses": {
14618           "200": {
14619             "description": "successful operation", 
14620             "schema": {
14621               "$ref": "#/definitions/service-capability"
14622             }
14623           }, 
14624           "default": {
14625             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14626           }
14627         }, 
14628         "summary": "returns service-capability", 
14629         "tags": [
14630           "Operations"
14631         ]
14632       }
14633     }, 
14634     "/nodes/service-design-and-creation/services/service/{service-id}": {
14635       "get": {
14636         "description": "returns service", 
14637         "operationId": "getServiceDesignAndCreationServicesService", 
14638         "parameters": [
14639           {
14640             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
14641             "example": "__SERVICE-ID__", 
14642             "in": "path", 
14643             "name": "service-id", 
14644             "required": true, 
14645             "type": "string"
14646           }
14647         ], 
14648         "produces": [
14649           "application/json", 
14650           "application/xml"
14651         ], 
14652         "responses": {
14653           "200": {
14654             "description": "successful operation", 
14655             "schema": {
14656               "$ref": "#/definitions/service"
14657             }
14658           }, 
14659           "default": {
14660             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14661           }
14662         }, 
14663         "summary": "returns service", 
14664         "tags": [
14665           "Operations"
14666         ]
14667       }
14668     }, 
14669     "/nodes/service-instances/service-instance/{service-instance-id}": {
14670       "get": {
14671         "description": "returns service-instance", 
14672         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
14673         "parameters": [
14674           {
14675             "description": "Uniquely identifies this instance of a service", 
14676             "example": "__SERVICE-INSTANCE-ID__", 
14677             "in": "path", 
14678             "name": "service-instance-id", 
14679             "required": true, 
14680             "type": "string"
14681           }
14682         ], 
14683         "produces": [
14684           "application/json", 
14685           "application/xml"
14686         ], 
14687         "responses": {
14688           "200": {
14689             "description": "successful operation", 
14690             "schema": {
14691               "$ref": "#/definitions/service-instance"
14692             }
14693           }, 
14694           "default": {
14695             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14696           }
14697         }, 
14698         "summary": "returns service-instance", 
14699         "tags": [
14700           "Operations"
14701         ]
14702       }
14703     }, 
14704     "/nodes/service-instances?parameter=value[&parameter2=value2]": {
14705       "get": {
14706         "description": "returns service-instances", 
14707         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstances", 
14708         "parameters": [
14709           {
14710             "description": "n/a", 
14711             "in": "query", 
14712             "name": "service-instance-id", 
14713             "required": false, 
14714             "type": "string"
14715           }, 
14716           {
14717             "description": "n/a", 
14718             "in": "query", 
14719             "name": "service-instance-name", 
14720             "required": false, 
14721             "type": "string"
14722           }, 
14723           {
14724             "description": "n/a", 
14725             "in": "query", 
14726             "name": "environment-context", 
14727             "required": false, 
14728             "type": "string"
14729           }, 
14730           {
14731             "description": "n/a", 
14732             "in": "query", 
14733             "name": "workload-context", 
14734             "required": false, 
14735             "type": "string"
14736           }, 
14737           {
14738             "description": "n/a", 
14739             "in": "query", 
14740             "name": "model-invariant-id", 
14741             "required": false, 
14742             "type": "string"
14743           }, 
14744           {
14745             "description": "n/a", 
14746             "in": "query", 
14747             "name": "model-version-id", 
14748             "required": false, 
14749             "type": "string"
14750           }, 
14751           {
14752             "description": "n/a", 
14753             "in": "query", 
14754             "name": "widget-model-id", 
14755             "required": false, 
14756             "type": "string"
14757           }, 
14758           {
14759             "description": "n/a", 
14760             "in": "query", 
14761             "name": "widget-model-version", 
14762             "required": false, 
14763             "type": "string"
14764           }, 
14765           {
14766             "description": "n/a", 
14767             "in": "query", 
14768             "name": "service-instance-location-id", 
14769             "required": false, 
14770             "type": "string"
14771           }, 
14772           {
14773             "description": "n/a", 
14774             "in": "query", 
14775             "name": "orchestration-status", 
14776             "required": false, 
14777             "type": "string"
14778           }
14779         ], 
14780         "produces": [
14781           "application/json", 
14782           "application/xml"
14783         ], 
14784         "responses": {
14785           "200": {
14786             "description": "successful operation", 
14787             "schema": {
14788               "$ref": "#/definitions/service-instances"
14789             }
14790           }, 
14791           "default": {
14792             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14793           }
14794         }, 
14795         "summary": "returns service-instances", 
14796         "tags": [
14797           "Operations"
14798         ]
14799       }
14800     }, 
14801     "/nodes/service-subscriptions/service-subscription/{service-type}": {
14802       "get": {
14803         "description": "returns service-subscription", 
14804         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
14805         "parameters": [
14806           {
14807             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14808             "example": "__SERVICE-TYPE__", 
14809             "in": "path", 
14810             "name": "service-type", 
14811             "required": true, 
14812             "type": "string"
14813           }
14814         ], 
14815         "produces": [
14816           "application/json", 
14817           "application/xml"
14818         ], 
14819         "responses": {
14820           "200": {
14821             "description": "successful operation", 
14822             "schema": {
14823               "$ref": "#/definitions/service-subscription"
14824             }
14825           }, 
14826           "default": {
14827             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14828           }
14829         }, 
14830         "summary": "returns service-subscription", 
14831         "tags": [
14832           "Operations"
14833         ]
14834       }
14835     }, 
14836     "/nodes/service-subscriptions?parameter=value[&parameter2=value2]": {
14837       "get": {
14838         "description": "returns service-subscriptions", 
14839         "operationId": "getBusinessCustomersCustomerServiceSubscriptions", 
14840         "parameters": [
14841           {
14842             "description": "n/a", 
14843             "in": "query", 
14844             "name": "service-type", 
14845             "required": false, 
14846             "type": "string"
14847           }
14848         ], 
14849         "produces": [
14850           "application/json", 
14851           "application/xml"
14852         ], 
14853         "responses": {
14854           "200": {
14855             "description": "successful operation", 
14856             "schema": {
14857               "$ref": "#/definitions/service-subscriptions"
14858             }
14859           }, 
14860           "default": {
14861             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14862           }
14863         }, 
14864         "summary": "returns service-subscriptions", 
14865         "tags": [
14866           "Operations"
14867         ]
14868       }
14869     }, 
14870     "/nodes/services?parameter=value[&parameter2=value2]": {
14871       "get": {
14872         "description": "returns services", 
14873         "operationId": "getServiceDesignAndCreationServices", 
14874         "parameters": [
14875           {
14876             "description": "n/a", 
14877             "in": "query", 
14878             "name": "service-id", 
14879             "required": false, 
14880             "type": "string"
14881           }, 
14882           {
14883             "description": "n/a", 
14884             "in": "query", 
14885             "name": "service-description", 
14886             "required": false, 
14887             "type": "string"
14888           }
14889         ], 
14890         "produces": [
14891           "application/json", 
14892           "application/xml"
14893         ], 
14894         "responses": {
14895           "200": {
14896             "description": "successful operation", 
14897             "schema": {
14898               "$ref": "#/definitions/services"
14899             }
14900           }, 
14901           "default": {
14902             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14903           }
14904         }, 
14905         "summary": "returns services", 
14906         "tags": [
14907           "Operations"
14908         ]
14909       }
14910     }, 
14911     "/nodes/site-pair-sets/site-pair-set/{site-pair-set-id}": {
14912       "get": {
14913         "description": "returns site-pair-set", 
14914         "operationId": "getNetworkSitePairSetsSitePairSet", 
14915         "parameters": [
14916           {
14917             "description": "Unique id of site pair set.", 
14918             "example": "__SITE-PAIR-SET-ID__", 
14919             "in": "path", 
14920             "name": "site-pair-set-id", 
14921             "required": true, 
14922             "type": "string"
14923           }
14924         ], 
14925         "produces": [
14926           "application/json", 
14927           "application/xml"
14928         ], 
14929         "responses": {
14930           "200": {
14931             "description": "successful operation", 
14932             "schema": {
14933               "$ref": "#/definitions/site-pair-set"
14934             }
14935           }, 
14936           "default": {
14937             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14938           }
14939         }, 
14940         "summary": "returns site-pair-set", 
14941         "tags": [
14942           "Operations"
14943         ]
14944       }
14945     }, 
14946     "/nodes/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/site-pairs/site-pair/{site-pair-id}": {
14947       "get": {
14948         "description": "returns site-pair", 
14949         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
14950         "parameters": [
14951           {
14952             "description": "unique identifier of probe", 
14953             "example": "__SITE-PAIR-ID__", 
14954             "in": "path", 
14955             "name": "site-pair-id", 
14956             "required": true, 
14957             "type": "string"
14958           }
14959         ], 
14960         "produces": [
14961           "application/json", 
14962           "application/xml"
14963         ], 
14964         "responses": {
14965           "200": {
14966             "description": "successful operation", 
14967             "schema": {
14968               "$ref": "#/definitions/site-pair"
14969             }
14970           }, 
14971           "default": {
14972             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14973           }
14974         }, 
14975         "summary": "returns site-pair", 
14976         "tags": [
14977           "Operations"
14978         ]
14979       }
14980     }, 
14981     "/nodes/site-pair-sets?parameter=value[&parameter2=value2]": {
14982       "get": {
14983         "description": "returns site-pair-sets", 
14984         "operationId": "getNetworkSitePairSets", 
14985         "parameters": [
14986           {
14987             "description": "n/a", 
14988             "in": "query", 
14989             "name": "site-pair-set-id", 
14990             "required": false, 
14991             "type": "string"
14992           }
14993         ], 
14994         "produces": [
14995           "application/json", 
14996           "application/xml"
14997         ], 
14998         "responses": {
14999           "200": {
15000             "description": "successful operation", 
15001             "schema": {
15002               "$ref": "#/definitions/site-pair-sets"
15003             }
15004           }, 
15005           "default": {
15006             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15007           }
15008         }, 
15009         "summary": "returns site-pair-sets", 
15010         "tags": [
15011           "Operations"
15012         ]
15013       }
15014     }, 
15015     "/nodes/site-pairs?parameter=value[&parameter2=value2]": {
15016       "get": {
15017         "description": "returns site-pairs", 
15018         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairs", 
15019         "parameters": [
15020           {
15021             "description": "n/a", 
15022             "in": "query", 
15023             "name": "site-pair-id", 
15024             "required": false, 
15025             "type": "string"
15026           }
15027         ], 
15028         "produces": [
15029           "application/json", 
15030           "application/xml"
15031         ], 
15032         "responses": {
15033           "200": {
15034             "description": "successful operation", 
15035             "schema": {
15036               "$ref": "#/definitions/site-pairs"
15037             }
15038           }, 
15039           "default": {
15040             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15041           }
15042         }, 
15043         "summary": "returns site-pairs", 
15044         "tags": [
15045           "Operations"
15046         ]
15047       }
15048     }, 
15049     "/nodes/site-resources/site-resource/{site-resource-id}": {
15050       "get": {
15051         "description": "returns site-resource", 
15052         "operationId": "getNetworkSiteResourcesSiteResource", 
15053         "parameters": [
15054           {
15055             "description": "Uniquely identifies this site-resource by id", 
15056             "example": "__SITE-RESOURCE-ID__", 
15057             "in": "path", 
15058             "name": "site-resource-id", 
15059             "required": true, 
15060             "type": "string"
15061           }
15062         ], 
15063         "produces": [
15064           "application/json", 
15065           "application/xml"
15066         ], 
15067         "responses": {
15068           "200": {
15069             "description": "successful operation", 
15070             "schema": {
15071               "$ref": "#/definitions/site-resource"
15072             }
15073           }, 
15074           "default": {
15075             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15076           }
15077         }, 
15078         "summary": "returns site-resource", 
15079         "tags": [
15080           "Operations"
15081         ]
15082       }
15083     }, 
15084     "/nodes/site-resources?parameter=value[&parameter2=value2]": {
15085       "get": {
15086         "description": "returns site-resources", 
15087         "operationId": "getNetworkSiteResources", 
15088         "parameters": [
15089           {
15090             "description": "n/a", 
15091             "in": "query", 
15092             "name": "site-resource-id", 
15093             "required": false, 
15094             "type": "string"
15095           }, 
15096           {
15097             "description": "n/a", 
15098             "in": "query", 
15099             "name": "site-resource-name", 
15100             "required": false, 
15101             "type": "string"
15102           }, 
15103           {
15104             "description": "n/a", 
15105             "in": "query", 
15106             "name": "type", 
15107             "required": false, 
15108             "type": "string"
15109           }, 
15110           {
15111             "description": "n/a", 
15112             "in": "query", 
15113             "name": "role", 
15114             "required": false, 
15115             "type": "string"
15116           }, 
15117           {
15118             "description": "n/a", 
15119             "in": "query", 
15120             "name": "generated-site-id", 
15121             "required": false, 
15122             "type": "string"
15123           }, 
15124           {
15125             "description": "n/a", 
15126             "in": "query", 
15127             "name": "operational-status", 
15128             "required": false, 
15129             "type": "string"
15130           }
15131         ], 
15132         "produces": [
15133           "application/json", 
15134           "application/xml"
15135         ], 
15136         "responses": {
15137           "200": {
15138             "description": "successful operation", 
15139             "schema": {
15140               "$ref": "#/definitions/site-resources"
15141             }
15142           }, 
15143           "default": {
15144             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15145           }
15146         }, 
15147         "summary": "returns site-resources", 
15148         "tags": [
15149           "Operations"
15150         ]
15151       }
15152     }, 
15153     "/nodes/snapshots/snapshot/{snapshot-id}": {
15154       "get": {
15155         "description": "returns snapshot", 
15156         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
15157         "parameters": [
15158           {
15159             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
15160             "example": "__SNAPSHOT-ID__", 
15161             "in": "path", 
15162             "name": "snapshot-id", 
15163             "required": true, 
15164             "type": "string"
15165           }
15166         ], 
15167         "produces": [
15168           "application/json", 
15169           "application/xml"
15170         ], 
15171         "responses": {
15172           "200": {
15173             "description": "successful operation", 
15174             "schema": {
15175               "$ref": "#/definitions/snapshot"
15176             }
15177           }, 
15178           "default": {
15179             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15180           }
15181         }, 
15182         "summary": "returns snapshot", 
15183         "tags": [
15184           "Operations"
15185         ]
15186       }
15187     }, 
15188     "/nodes/snapshots?parameter=value[&parameter2=value2]": {
15189       "get": {
15190         "description": "returns snapshots", 
15191         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionSnapshots", 
15192         "parameters": [
15193           {
15194             "description": "n/a", 
15195             "in": "query", 
15196             "name": "snapshot-id", 
15197             "required": false, 
15198             "type": "string"
15199           }, 
15200           {
15201             "description": "n/a", 
15202             "in": "query", 
15203             "name": "snapshot-name", 
15204             "required": false, 
15205             "type": "string"
15206           }, 
15207           {
15208             "description": "n/a", 
15209             "in": "query", 
15210             "name": "application", 
15211             "required": false, 
15212             "type": "string"
15213           }, 
15214           {
15215             "description": "n/a", 
15216             "in": "query", 
15217             "name": "application-vendor", 
15218             "required": false, 
15219             "type": "string"
15220           }, 
15221           {
15222             "description": "n/a", 
15223             "in": "query", 
15224             "name": "application-version", 
15225             "required": false, 
15226             "type": "string"
15227           }, 
15228           {
15229             "description": "n/a", 
15230             "in": "query", 
15231             "name": "prev-snapshot-id", 
15232             "required": false, 
15233             "type": "string"
15234           }
15235         ], 
15236         "produces": [
15237           "application/json", 
15238           "application/xml"
15239         ], 
15240         "responses": {
15241           "200": {
15242             "description": "successful operation", 
15243             "schema": {
15244               "$ref": "#/definitions/snapshots"
15245             }
15246           }, 
15247           "default": {
15248             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15249           }
15250         }, 
15251         "summary": "returns snapshots", 
15252         "tags": [
15253           "Operations"
15254         ]
15255       }
15256     }, 
15257     "/nodes/software-versions/software-version/{software-version-id}": {
15258       "get": {
15259         "description": "returns software-version", 
15260         "operationId": "getNetworkPnfsPnfSoftwareVersionsSoftwareVersion", 
15261         "parameters": [
15262           {
15263             "description": "Identifier of the software version", 
15264             "example": "__SOFTWARE-VERSION-ID__", 
15265             "in": "path", 
15266             "name": "software-version-id", 
15267             "required": true, 
15268             "type": "string"
15269           }
15270         ], 
15271         "produces": [
15272           "application/json", 
15273           "application/xml"
15274         ], 
15275         "responses": {
15276           "200": {
15277             "description": "successful operation", 
15278             "schema": {
15279               "$ref": "#/definitions/software-version"
15280             }
15281           }, 
15282           "default": {
15283             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15284           }
15285         }, 
15286         "summary": "returns software-version", 
15287         "tags": [
15288           "Operations"
15289         ]
15290       }
15291     }, 
15292     "/nodes/software-versions?parameter=value[&parameter2=value2]": {
15293       "get": {
15294         "description": "returns software-versions", 
15295         "operationId": "getNetworkPnfsPnfSoftwareVersions", 
15296         "produces": [
15297           "application/json", 
15298           "application/xml"
15299         ], 
15300         "responses": {
15301           "200": {
15302             "description": "successful operation", 
15303             "schema": {
15304               "$ref": "#/definitions/software-versions"
15305             }
15306           }, 
15307           "default": {
15308             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15309           }
15310         }, 
15311         "summary": "returns software-versions", 
15312         "tags": [
15313           "Operations"
15314         ]
15315       }
15316     }, 
15317     "/nodes/sp-partners/sp-partner/{sp-partner-id}": {
15318       "get": {
15319         "description": "returns sp-partner", 
15320         "operationId": "getBusinessSpPartnersSpPartner", 
15321         "parameters": [
15322           {
15323             "description": "Uniquely identifies this sp-partner by id", 
15324             "example": "__SP-PARTNER-ID__", 
15325             "in": "path", 
15326             "name": "sp-partner-id", 
15327             "required": true, 
15328             "type": "string"
15329           }
15330         ], 
15331         "produces": [
15332           "application/json", 
15333           "application/xml"
15334         ], 
15335         "responses": {
15336           "200": {
15337             "description": "successful operation", 
15338             "schema": {
15339               "$ref": "#/definitions/sp-partner"
15340             }
15341           }, 
15342           "default": {
15343             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15344           }
15345         }, 
15346         "summary": "returns sp-partner", 
15347         "tags": [
15348           "Operations"
15349         ]
15350       }
15351     }, 
15352     "/nodes/sp-partners?parameter=value[&parameter2=value2]": {
15353       "get": {
15354         "description": "returns sp-partners", 
15355         "operationId": "getBusinessSpPartners", 
15356         "parameters": [
15357           {
15358             "description": "n/a", 
15359             "in": "query", 
15360             "name": "sp-partner-id", 
15361             "required": false, 
15362             "type": "string"
15363           }, 
15364           {
15365             "description": "n/a", 
15366             "in": "query", 
15367             "name": "url", 
15368             "required": false, 
15369             "type": "string"
15370           }, 
15371           {
15372             "description": "n/a", 
15373             "in": "query", 
15374             "name": "callsource", 
15375             "required": false, 
15376             "type": "string"
15377           }
15378         ], 
15379         "produces": [
15380           "application/json", 
15381           "application/xml"
15382         ], 
15383         "responses": {
15384           "200": {
15385             "description": "successful operation", 
15386             "schema": {
15387               "$ref": "#/definitions/sp-partners"
15388             }
15389           }, 
15390           "default": {
15391             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15392           }
15393         }, 
15394         "summary": "returns sp-partners", 
15395         "tags": [
15396           "Operations"
15397         ]
15398       }
15399     }, 
15400     "/nodes/sriov-pfs/sriov-pf/{pf-pci-id}": {
15401       "get": {
15402         "description": "returns sriov-pf", 
15403         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
15404         "parameters": [
15405           {
15406             "description": "Identifier for the sriov-pf", 
15407             "example": "__PF-PCI-ID__", 
15408             "in": "path", 
15409             "name": "pf-pci-id", 
15410             "required": true, 
15411             "type": "string"
15412           }
15413         ], 
15414         "produces": [
15415           "application/json", 
15416           "application/xml"
15417         ], 
15418         "responses": {
15419           "200": {
15420             "description": "successful operation", 
15421             "schema": {
15422               "$ref": "#/definitions/sriov-pf"
15423             }
15424           }, 
15425           "default": {
15426             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15427           }
15428         }, 
15429         "summary": "returns sriov-pf", 
15430         "tags": [
15431           "Operations"
15432         ]
15433       }
15434     }, 
15435     "/nodes/sriov-pfs?parameter=value[&parameter2=value2]": {
15436       "get": {
15437         "description": "returns sriov-pfs", 
15438         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfs", 
15439         "parameters": [
15440           {
15441             "description": "n/a", 
15442             "in": "query", 
15443             "name": "pf-pci-id", 
15444             "required": false, 
15445             "type": "string"
15446           }
15447         ], 
15448         "produces": [
15449           "application/json", 
15450           "application/xml"
15451         ], 
15452         "responses": {
15453           "200": {
15454             "description": "successful operation", 
15455             "schema": {
15456               "$ref": "#/definitions/sriov-pfs"
15457             }
15458           }, 
15459           "default": {
15460             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15461           }
15462         }, 
15463         "summary": "returns sriov-pfs", 
15464         "tags": [
15465           "Operations"
15466         ]
15467       }
15468     }, 
15469     "/nodes/sriov-vfs/sriov-vf/{pci-id}": {
15470       "get": {
15471         "description": "returns sriov-vf", 
15472         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
15473         "parameters": [
15474           {
15475             "description": "PCI ID used to identify the sriov-vf", 
15476             "example": "__PCI-ID__", 
15477             "in": "path", 
15478             "name": "pci-id", 
15479             "required": true, 
15480             "type": "string"
15481           }
15482         ], 
15483         "produces": [
15484           "application/json", 
15485           "application/xml"
15486         ], 
15487         "responses": {
15488           "200": {
15489             "description": "successful operation", 
15490             "schema": {
15491               "$ref": "#/definitions/sriov-vf"
15492             }
15493           }, 
15494           "default": {
15495             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15496           }
15497         }, 
15498         "summary": "returns sriov-vf", 
15499         "tags": [
15500           "Operations"
15501         ]
15502       }
15503     }, 
15504     "/nodes/sriov-vfs?parameter=value[&parameter2=value2]": {
15505       "get": {
15506         "description": "returns sriov-vfs", 
15507         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfs", 
15508         "parameters": [
15509           {
15510             "description": "n/a", 
15511             "in": "query", 
15512             "name": "pci-id", 
15513             "required": false, 
15514             "type": "string"
15515           }, 
15516           {
15517             "description": "n/a", 
15518             "in": "query", 
15519             "name": "vf-vlan-filter", 
15520             "required": false, 
15521             "type": "string"
15522           }, 
15523           {
15524             "description": "n/a", 
15525             "in": "query", 
15526             "name": "vf-mac-filter", 
15527             "required": false, 
15528             "type": "string"
15529           }, 
15530           {
15531             "description": "n/a", 
15532             "in": "query", 
15533             "name": "vf-vlan-strip", 
15534             "required": false, 
15535             "type": "boolean"
15536           }, 
15537           {
15538             "description": "n/a", 
15539             "in": "query", 
15540             "name": "neutron-network-id", 
15541             "required": false, 
15542             "type": "string"
15543           }
15544         ], 
15545         "produces": [
15546           "application/json", 
15547           "application/xml"
15548         ], 
15549         "responses": {
15550           "200": {
15551             "description": "successful operation", 
15552             "schema": {
15553               "$ref": "#/definitions/sriov-vfs"
15554             }
15555           }, 
15556           "default": {
15557             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15558           }
15559         }, 
15560         "summary": "returns sriov-vfs", 
15561         "tags": [
15562           "Operations"
15563         ]
15564       }
15565     }, 
15566     "/nodes/subnets/subnet/{subnet-id}": {
15567       "get": {
15568         "description": "returns subnet", 
15569         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnet", 
15570         "parameters": [
15571           {
15572             "description": "Subnet ID, should be UUID.", 
15573             "example": "__SUBNET-ID__", 
15574             "in": "path", 
15575             "name": "subnet-id", 
15576             "required": true, 
15577             "type": "string"
15578           }
15579         ], 
15580         "produces": [
15581           "application/json", 
15582           "application/xml"
15583         ], 
15584         "responses": {
15585           "200": {
15586             "description": "successful operation", 
15587             "schema": {
15588               "$ref": "#/definitions/subnet"
15589             }
15590           }, 
15591           "default": {
15592             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15593           }
15594         }, 
15595         "summary": "returns subnet", 
15596         "tags": [
15597           "Operations"
15598         ]
15599       }
15600     }, 
15601     "/nodes/subnets?parameter=value[&parameter2=value2]": {
15602       "get": {
15603         "description": "returns subnets", 
15604         "operationId": "getNetworkL3NetworksL3NetworkSubnets", 
15605         "parameters": [
15606           {
15607             "description": "n/a", 
15608             "in": "query", 
15609             "name": "subnet-id", 
15610             "required": false, 
15611             "type": "string"
15612           }, 
15613           {
15614             "description": "n/a", 
15615             "in": "query", 
15616             "name": "subnet-name", 
15617             "required": false, 
15618             "type": "string"
15619           }
15620         ], 
15621         "produces": [
15622           "application/json", 
15623           "application/xml"
15624         ], 
15625         "responses": {
15626           "200": {
15627             "description": "successful operation", 
15628             "schema": {
15629               "$ref": "#/definitions/subnets"
15630             }
15631           }, 
15632           "default": {
15633             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15634           }
15635         }, 
15636         "summary": "returns subnets", 
15637         "tags": [
15638           "Operations"
15639         ]
15640       }
15641     }, 
15642     "/nodes/tenants/tenant/{tenant-id}": {
15643       "get": {
15644         "description": "returns tenant", 
15645         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
15646         "parameters": [
15647           {
15648             "description": "Unique id relative to the cloud-region.", 
15649             "example": "__TENANT-ID__", 
15650             "in": "path", 
15651             "name": "tenant-id", 
15652             "required": true, 
15653             "type": "string"
15654           }
15655         ], 
15656         "produces": [
15657           "application/json", 
15658           "application/xml"
15659         ], 
15660         "responses": {
15661           "200": {
15662             "description": "successful operation", 
15663             "schema": {
15664               "$ref": "#/definitions/tenant"
15665             }
15666           }, 
15667           "default": {
15668             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15669           }
15670         }, 
15671         "summary": "returns tenant", 
15672         "tags": [
15673           "Operations"
15674         ]
15675       }
15676     }, 
15677     "/nodes/tenants?parameter=value[&parameter2=value2]": {
15678       "get": {
15679         "description": "returns tenants", 
15680         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenants", 
15681         "parameters": [
15682           {
15683             "description": "n/a", 
15684             "in": "query", 
15685             "name": "tenant-id", 
15686             "required": false, 
15687             "type": "string"
15688           }, 
15689           {
15690             "description": "n/a", 
15691             "in": "query", 
15692             "name": "tenant-name", 
15693             "required": false, 
15694             "type": "string"
15695           }, 
15696           {
15697             "description": "n/a", 
15698             "in": "query", 
15699             "name": "tenant-context", 
15700             "required": false, 
15701             "type": "string"
15702           }
15703         ], 
15704         "produces": [
15705           "application/json", 
15706           "application/xml"
15707         ], 
15708         "responses": {
15709           "200": {
15710             "description": "successful operation", 
15711             "schema": {
15712               "$ref": "#/definitions/tenants"
15713             }
15714           }, 
15715           "default": {
15716             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15717           }
15718         }, 
15719         "summary": "returns tenants", 
15720         "tags": [
15721           "Operations"
15722         ]
15723       }
15724     }, 
15725     "/nodes/tunnel-xconnects/tunnel-xconnect/{id}": {
15726       "get": {
15727         "description": "returns tunnel-xconnect", 
15728         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
15729         "parameters": [
15730           {
15731             "description": "Allotted Resource id UUID assigned to this instance.", 
15732             "example": "__ID__", 
15733             "in": "path", 
15734             "name": "id", 
15735             "required": true, 
15736             "type": "string"
15737           }
15738         ], 
15739         "produces": [
15740           "application/json", 
15741           "application/xml"
15742         ], 
15743         "responses": {
15744           "200": {
15745             "description": "successful operation", 
15746             "schema": {
15747               "$ref": "#/definitions/tunnel-xconnect"
15748             }
15749           }, 
15750           "default": {
15751             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15752           }
15753         }, 
15754         "summary": "returns tunnel-xconnect", 
15755         "tags": [
15756           "Operations"
15757         ]
15758       }
15759     }, 
15760     "/nodes/tunnel-xconnects?parameter=value[&parameter2=value2]": {
15761       "get": {
15762         "description": "returns tunnel-xconnects", 
15763         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnects", 
15764         "parameters": [
15765           {
15766             "description": "n/a", 
15767             "in": "query", 
15768             "name": "id", 
15769             "required": false, 
15770             "type": "string"
15771           }
15772         ], 
15773         "produces": [
15774           "application/json", 
15775           "application/xml"
15776         ], 
15777         "responses": {
15778           "200": {
15779             "description": "successful operation", 
15780             "schema": {
15781               "$ref": "#/definitions/tunnel-xconnects"
15782             }
15783           }, 
15784           "default": {
15785             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15786           }
15787         }, 
15788         "summary": "returns tunnel-xconnects", 
15789         "tags": [
15790           "Operations"
15791         ]
15792       }
15793     }, 
15794     "/nodes/vces/vce/{vnf-id}": {
15795       "get": {
15796         "description": "returns vce", 
15797         "operationId": "getNetworkVcesVce", 
15798         "parameters": [
15799           {
15800             "description": "Unique id of VNF.  This is unique across the graph.", 
15801             "example": "__VNF-ID__", 
15802             "in": "path", 
15803             "name": "vnf-id", 
15804             "required": true, 
15805             "type": "string"
15806           }
15807         ], 
15808         "produces": [
15809           "application/json", 
15810           "application/xml"
15811         ], 
15812         "responses": {
15813           "200": {
15814             "description": "successful operation", 
15815             "schema": {
15816               "$ref": "#/definitions/vce"
15817             }
15818           }, 
15819           "default": {
15820             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15821           }
15822         }, 
15823         "summary": "returns vce", 
15824         "tags": [
15825           "Operations"
15826         ]
15827       }
15828     }, 
15829     "/nodes/vces?parameter=value[&parameter2=value2]": {
15830       "get": {
15831         "description": "returns vces", 
15832         "operationId": "getNetworkVces", 
15833         "parameters": [
15834           {
15835             "description": "n/a", 
15836             "in": "query", 
15837             "name": "vnf-id", 
15838             "required": false, 
15839             "type": "string"
15840           }, 
15841           {
15842             "description": "n/a", 
15843             "in": "query", 
15844             "name": "vnf-name", 
15845             "required": false, 
15846             "type": "string"
15847           }, 
15848           {
15849             "description": "n/a", 
15850             "in": "query", 
15851             "name": "vnf-name2", 
15852             "required": false, 
15853             "type": "string"
15854           }, 
15855           {
15856             "description": "n/a", 
15857             "in": "query", 
15858             "name": "vnf-type", 
15859             "required": false, 
15860             "type": "string"
15861           }, 
15862           {
15863             "description": "n/a", 
15864             "in": "query", 
15865             "name": "service-id", 
15866             "required": false, 
15867             "type": "string"
15868           }, 
15869           {
15870             "description": "n/a", 
15871             "in": "query", 
15872             "name": "regional-resource-zone", 
15873             "required": false, 
15874             "type": "string"
15875           }, 
15876           {
15877             "description": "n/a", 
15878             "in": "query", 
15879             "name": "prov-status", 
15880             "required": false, 
15881             "type": "string"
15882           }, 
15883           {
15884             "description": "n/a", 
15885             "in": "query", 
15886             "name": "heat-stack-id", 
15887             "required": false, 
15888             "type": "string"
15889           }, 
15890           {
15891             "description": "n/a", 
15892             "in": "query", 
15893             "name": "vpe-id", 
15894             "required": false, 
15895             "type": "string"
15896           }
15897         ], 
15898         "produces": [
15899           "application/json", 
15900           "application/xml"
15901         ], 
15902         "responses": {
15903           "200": {
15904             "description": "successful operation", 
15905             "schema": {
15906               "$ref": "#/definitions/vces"
15907             }
15908           }, 
15909           "default": {
15910             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15911           }
15912         }, 
15913         "summary": "returns vces", 
15914         "tags": [
15915           "Operations"
15916         ]
15917       }
15918     }, 
15919     "/nodes/vf-modules/vf-module/{vf-module-id}": {
15920       "get": {
15921         "description": "returns vf-module", 
15922         "operationId": "getNetworkGenericVnfsGenericVnfVfModulesVfModule", 
15923         "parameters": [
15924           {
15925             "description": "Unique ID of vf-module.", 
15926             "example": "__VF-MODULE-ID__", 
15927             "in": "path", 
15928             "name": "vf-module-id", 
15929             "required": true, 
15930             "type": "string"
15931           }
15932         ], 
15933         "produces": [
15934           "application/json", 
15935           "application/xml"
15936         ], 
15937         "responses": {
15938           "200": {
15939             "description": "successful operation", 
15940             "schema": {
15941               "$ref": "#/definitions/vf-module"
15942             }
15943           }, 
15944           "default": {
15945             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15946           }
15947         }, 
15948         "summary": "returns vf-module", 
15949         "tags": [
15950           "Operations"
15951         ]
15952       }
15953     }, 
15954     "/nodes/vf-modules?parameter=value[&parameter2=value2]": {
15955       "get": {
15956         "description": "returns vf-modules", 
15957         "operationId": "getNetworkGenericVnfsGenericVnfVfModules", 
15958         "parameters": [
15959           {
15960             "description": "n/a", 
15961             "in": "query", 
15962             "name": "vf-module-id", 
15963             "required": false, 
15964             "type": "string"
15965           }, 
15966           {
15967             "description": "n/a", 
15968             "in": "query", 
15969             "name": "vf-module-name", 
15970             "required": false, 
15971             "type": "string"
15972           }, 
15973           {
15974             "description": "n/a", 
15975             "in": "query", 
15976             "name": "heat-stack-id", 
15977             "required": false, 
15978             "type": "string"
15979           }, 
15980           {
15981             "description": "n/a", 
15982             "in": "query", 
15983             "name": "model-invariant-id", 
15984             "required": false, 
15985             "type": "string"
15986           }, 
15987           {
15988             "description": "n/a", 
15989             "in": "query", 
15990             "name": "model-version-id", 
15991             "required": false, 
15992             "type": "string"
15993           }, 
15994           {
15995             "description": "n/a", 
15996             "in": "query", 
15997             "name": "widget-model-id", 
15998             "required": false, 
15999             "type": "string"
16000           }, 
16001           {
16002             "description": "n/a", 
16003             "in": "query", 
16004             "name": "widget-model-version", 
16005             "required": false, 
16006             "type": "string"
16007           }, 
16008           {
16009             "description": "n/a", 
16010             "in": "query", 
16011             "name": "contrail-service-instance-fqdn", 
16012             "required": false, 
16013             "type": "string"
16014           }
16015         ], 
16016         "produces": [
16017           "application/json", 
16018           "application/xml"
16019         ], 
16020         "responses": {
16021           "200": {
16022             "description": "successful operation", 
16023             "schema": {
16024               "$ref": "#/definitions/vf-modules"
16025             }
16026           }, 
16027           "default": {
16028             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16029           }
16030         }, 
16031         "summary": "returns vf-modules", 
16032         "tags": [
16033           "Operations"
16034         ]
16035       }
16036     }, 
16037     "/nodes/vig-servers/vig-server/{vig-address-type}": {
16038       "get": {
16039         "description": "returns vig-server", 
16040         "operationId": "getNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
16041         "parameters": [
16042           {
16043             "description": "indicates whether the VIG is for AVPN or INTERNET", 
16044             "example": "__VIG-ADDRESS-TYPE__", 
16045             "in": "path", 
16046             "name": "vig-address-type", 
16047             "required": true, 
16048             "type": "string"
16049           }
16050         ], 
16051         "produces": [
16052           "application/json", 
16053           "application/xml"
16054         ], 
16055         "responses": {
16056           "200": {
16057             "description": "successful operation", 
16058             "schema": {
16059               "$ref": "#/definitions/vig-server"
16060             }
16061           }, 
16062           "default": {
16063             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16064           }
16065         }, 
16066         "summary": "returns vig-server", 
16067         "tags": [
16068           "Operations"
16069         ]
16070       }
16071     }, 
16072     "/nodes/vig-servers?parameter=value[&parameter2=value2]": {
16073       "get": {
16074         "description": "returns vig-servers", 
16075         "operationId": "getNetworkIpsecConfigurationsIpsecConfigurationVigServers", 
16076         "parameters": [
16077           {
16078             "description": "n/a", 
16079             "in": "query", 
16080             "name": "vig-address-type", 
16081             "required": false, 
16082             "type": "string"
16083           }
16084         ], 
16085         "produces": [
16086           "application/json", 
16087           "application/xml"
16088         ], 
16089         "responses": {
16090           "200": {
16091             "description": "successful operation", 
16092             "schema": {
16093               "$ref": "#/definitions/vig-servers"
16094             }
16095           }, 
16096           "default": {
16097             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16098           }
16099         }, 
16100         "summary": "returns vig-servers", 
16101         "tags": [
16102           "Operations"
16103         ]
16104       }
16105     }, 
16106     "/nodes/vip-ipv4-address-list/{vip-ipv4-address}": {
16107       "get": {
16108         "description": "returns vip-ipv4-address-list", 
16109         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
16110         "parameters": [
16111           {
16112             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16113             "example": "__CLOUD-OWNER__", 
16114             "in": "path", 
16115             "name": "cloud-owner", 
16116             "required": true, 
16117             "type": "string"
16118           }, 
16119           {
16120             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16121             "example": "__CLOUD-REGION-ID__", 
16122             "in": "path", 
16123             "name": "cloud-region-id", 
16124             "required": true, 
16125             "type": "string"
16126           }, 
16127           {
16128             "description": "IP address", 
16129             "example": "__VIP-IPV4-ADDRESS__", 
16130             "in": "path", 
16131             "name": "vip-ipv4-address", 
16132             "required": true, 
16133             "type": "string"
16134           }
16135         ], 
16136         "produces": [
16137           "application/json", 
16138           "application/xml"
16139         ], 
16140         "responses": {
16141           "200": {
16142             "description": "successful operation", 
16143             "schema": {
16144               "$ref": "#/definitions/vip-ipv4-address-list"
16145             }
16146           }, 
16147           "default": {
16148             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16149           }
16150         }, 
16151         "summary": "returns vip-ipv4-address-list", 
16152         "tags": [
16153           "Operations"
16154         ]
16155       }
16156     }, 
16157     "/nodes/vip-ipv6-address-list/{vip-ipv6-address}": {
16158       "get": {
16159         "description": "returns vip-ipv6-address-list", 
16160         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
16161         "parameters": [
16162           {
16163             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16164             "example": "__CLOUD-OWNER__", 
16165             "in": "path", 
16166             "name": "cloud-owner", 
16167             "required": true, 
16168             "type": "string"
16169           }, 
16170           {
16171             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16172             "example": "__CLOUD-REGION-ID__", 
16173             "in": "path", 
16174             "name": "cloud-region-id", 
16175             "required": true, 
16176             "type": "string"
16177           }, 
16178           {
16179             "description": "IP address", 
16180             "example": "__VIP-IPV6-ADDRESS__", 
16181             "in": "path", 
16182             "name": "vip-ipv6-address", 
16183             "required": true, 
16184             "type": "string"
16185           }
16186         ], 
16187         "produces": [
16188           "application/json", 
16189           "application/xml"
16190         ], 
16191         "responses": {
16192           "200": {
16193             "description": "successful operation", 
16194             "schema": {
16195               "$ref": "#/definitions/vip-ipv6-address-list"
16196             }
16197           }, 
16198           "default": {
16199             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16200           }
16201         }, 
16202         "summary": "returns vip-ipv6-address-list", 
16203         "tags": [
16204           "Operations"
16205         ]
16206       }
16207     }, 
16208     "/nodes/virtual-data-centers/virtual-data-center/{vdc-id}": {
16209       "get": {
16210         "description": "returns virtual-data-center", 
16211         "operationId": "getCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
16212         "parameters": [
16213           {
16214             "description": "Unique ID of the vdc", 
16215             "example": "__VDC-ID__", 
16216             "in": "path", 
16217             "name": "vdc-id", 
16218             "required": true, 
16219             "type": "string"
16220           }
16221         ], 
16222         "produces": [
16223           "application/json", 
16224           "application/xml"
16225         ], 
16226         "responses": {
16227           "200": {
16228             "description": "successful operation", 
16229             "schema": {
16230               "$ref": "#/definitions/virtual-data-center"
16231             }
16232           }, 
16233           "default": {
16234             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16235           }
16236         }, 
16237         "summary": "returns virtual-data-center", 
16238         "tags": [
16239           "Operations"
16240         ]
16241       }
16242     }, 
16243     "/nodes/virtual-data-centers?parameter=value[&parameter2=value2]": {
16244       "get": {
16245         "description": "returns virtual-data-centers", 
16246         "operationId": "getCloudInfrastructureVirtualDataCenters", 
16247         "parameters": [
16248           {
16249             "description": "n/a", 
16250             "in": "query", 
16251             "name": "vdc-id", 
16252             "required": false, 
16253             "type": "string"
16254           }, 
16255           {
16256             "description": "n/a", 
16257             "in": "query", 
16258             "name": "vdc-name", 
16259             "required": false, 
16260             "type": "string"
16261           }
16262         ], 
16263         "produces": [
16264           "application/json", 
16265           "application/xml"
16266         ], 
16267         "responses": {
16268           "200": {
16269             "description": "successful operation", 
16270             "schema": {
16271               "$ref": "#/definitions/virtual-data-centers"
16272             }
16273           }, 
16274           "default": {
16275             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16276           }
16277         }, 
16278         "summary": "returns virtual-data-centers", 
16279         "tags": [
16280           "Operations"
16281         ]
16282       }
16283     }, 
16284     "/nodes/vlan-mappings/vlan-mapping/{vlan-mapping-id}": {
16285       "get": {
16286         "description": "returns vlan-mapping", 
16287         "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping", 
16288         "produces": [
16289           "application/json", 
16290           "application/xml"
16291         ], 
16292         "responses": {
16293           "200": {
16294             "description": "successful operation", 
16295             "schema": {
16296               "$ref": "#/definitions/vlan-mapping"
16297             }
16298           }, 
16299           "default": {
16300             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16301           }
16302         }, 
16303         "summary": "returns vlan-mapping", 
16304         "tags": [
16305           "Operations"
16306         ]
16307       }
16308     }, 
16309     "/nodes/vlan-mappings?parameter=value[&parameter2=value2]": {
16310       "get": {
16311         "description": "returns vlan-mappings", 
16312         "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappings", 
16313         "produces": [
16314           "application/json", 
16315           "application/xml"
16316         ], 
16317         "responses": {
16318           "200": {
16319             "description": "successful operation", 
16320             "schema": {
16321               "$ref": "#/definitions/vlan-mappings"
16322             }
16323           }, 
16324           "default": {
16325             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16326           }
16327         }, 
16328         "summary": "returns vlan-mappings", 
16329         "tags": [
16330           "Operations"
16331         ]
16332       }
16333     }, 
16334     "/nodes/vlan-tags/vlan-tag/{vlan-tag-id}": {
16335       "get": {
16336         "description": "returns vlan-tag", 
16337         "operationId": "getNetworkVlanTagsVlanTag", 
16338         "produces": [
16339           "application/json", 
16340           "application/xml"
16341         ], 
16342         "responses": {
16343           "200": {
16344             "description": "successful operation", 
16345             "schema": {
16346               "$ref": "#/definitions/vlan-tag"
16347             }
16348           }, 
16349           "default": {
16350             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16351           }
16352         }, 
16353         "summary": "returns vlan-tag", 
16354         "tags": [
16355           "Operations"
16356         ]
16357       }
16358     }, 
16359     "/nodes/vlan-tags?parameter=value[&parameter2=value2]": {
16360       "get": {
16361         "description": "returns vlan-tags", 
16362         "operationId": "getNetworkVlanTags", 
16363         "produces": [
16364           "application/json", 
16365           "application/xml"
16366         ], 
16367         "responses": {
16368           "200": {
16369             "description": "successful operation", 
16370             "schema": {
16371               "$ref": "#/definitions/vlan-tags"
16372             }
16373           }, 
16374           "default": {
16375             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16376           }
16377         }, 
16378         "summary": "returns vlan-tags", 
16379         "tags": [
16380           "Operations"
16381         ]
16382       }
16383     }, 
16384     "/nodes/vlans/vlan/{vlan-interface}": {
16385       "get": {
16386         "description": "returns vlan", 
16387         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
16388         "parameters": [
16389           {
16390             "description": "String that identifies the interface", 
16391             "example": "__VLAN-INTERFACE__", 
16392             "in": "path", 
16393             "name": "vlan-interface", 
16394             "required": true, 
16395             "type": "string"
16396           }
16397         ], 
16398         "produces": [
16399           "application/json", 
16400           "application/xml"
16401         ], 
16402         "responses": {
16403           "200": {
16404             "description": "successful operation", 
16405             "schema": {
16406               "$ref": "#/definitions/vlan"
16407             }
16408           }, 
16409           "default": {
16410             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16411           }
16412         }, 
16413         "summary": "returns vlan", 
16414         "tags": [
16415           "Operations"
16416         ]
16417       }
16418     }, 
16419     "/nodes/vlans?parameter=value[&parameter2=value2]": {
16420       "get": {
16421         "description": "returns vlans", 
16422         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlans", 
16423         "parameters": [
16424           {
16425             "description": "n/a", 
16426             "in": "query", 
16427             "name": "vlan-interface", 
16428             "required": false, 
16429             "type": "string"
16430           }, 
16431           {
16432             "description": "n/a", 
16433             "format": "int64", 
16434             "in": "query", 
16435             "name": "vlan-id-inner", 
16436             "required": false, 
16437             "type": "integer"
16438           }, 
16439           {
16440             "description": "n/a", 
16441             "in": "query", 
16442             "name": "vpn-key", 
16443             "required": false, 
16444             "type": "string"
16445           }
16446         ], 
16447         "produces": [
16448           "application/json", 
16449           "application/xml"
16450         ], 
16451         "responses": {
16452           "200": {
16453             "description": "successful operation", 
16454             "schema": {
16455               "$ref": "#/definitions/vlans"
16456             }
16457           }, 
16458           "default": {
16459             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16460           }
16461         }, 
16462         "summary": "returns vlans", 
16463         "tags": [
16464           "Operations"
16465         ]
16466       }
16467     }, 
16468     "/nodes/vnf-images/vnf-image/{vnf-image-uuid}": {
16469       "get": {
16470         "description": "returns vnf-image", 
16471         "operationId": "getServiceDesignAndCreationVnfImagesVnfImage", 
16472         "parameters": [
16473           {
16474             "description": "Unique ID of this asset", 
16475             "example": "__VNF-IMAGE-UUID__", 
16476             "in": "path", 
16477             "name": "vnf-image-uuid", 
16478             "required": true, 
16479             "type": "string"
16480           }
16481         ], 
16482         "produces": [
16483           "application/json", 
16484           "application/xml"
16485         ], 
16486         "responses": {
16487           "200": {
16488             "description": "successful operation", 
16489             "schema": {
16490               "$ref": "#/definitions/vnf-image"
16491             }
16492           }, 
16493           "default": {
16494             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16495           }
16496         }, 
16497         "summary": "returns vnf-image", 
16498         "tags": [
16499           "Operations"
16500         ]
16501       }
16502     }, 
16503     "/nodes/vnf-images?parameter=value[&parameter2=value2]": {
16504       "get": {
16505         "description": "returns vnf-images", 
16506         "operationId": "getServiceDesignAndCreationVnfImages", 
16507         "parameters": [
16508           {
16509             "description": "n/a", 
16510             "in": "query", 
16511             "name": "vnf-image-uuid", 
16512             "required": false, 
16513             "type": "string"
16514           }, 
16515           {
16516             "description": "n/a", 
16517             "in": "query", 
16518             "name": "application", 
16519             "required": false, 
16520             "type": "string"
16521           }, 
16522           {
16523             "description": "n/a", 
16524             "in": "query", 
16525             "name": "application-vendor", 
16526             "required": false, 
16527             "type": "string"
16528           }, 
16529           {
16530             "description": "n/a", 
16531             "in": "query", 
16532             "name": "application-version", 
16533             "required": false, 
16534             "type": "string"
16535           }
16536         ], 
16537         "produces": [
16538           "application/json", 
16539           "application/xml"
16540         ], 
16541         "responses": {
16542           "200": {
16543             "description": "successful operation", 
16544             "schema": {
16545               "$ref": "#/definitions/vnf-images"
16546             }
16547           }, 
16548           "default": {
16549             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16550           }
16551         }, 
16552         "summary": "returns vnf-images", 
16553         "tags": [
16554           "Operations"
16555         ]
16556       }
16557     }, 
16558     "/nodes/vnfcs/vnfc/{vnfc-name}": {
16559       "get": {
16560         "description": "returns vnfc", 
16561         "operationId": "getNetworkVnfcsVnfc", 
16562         "parameters": [
16563           {
16564             "description": "Unique ID of vnfc.", 
16565             "example": "__VNFC-NAME__", 
16566             "in": "path", 
16567             "name": "vnfc-name", 
16568             "required": true, 
16569             "type": "string"
16570           }
16571         ], 
16572         "produces": [
16573           "application/json", 
16574           "application/xml"
16575         ], 
16576         "responses": {
16577           "200": {
16578             "description": "successful operation", 
16579             "schema": {
16580               "$ref": "#/definitions/vnfc"
16581             }
16582           }, 
16583           "default": {
16584             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16585           }
16586         }, 
16587         "summary": "returns vnfc", 
16588         "tags": [
16589           "Operations"
16590         ]
16591       }
16592     }, 
16593     "/nodes/vnfcs?parameter=value[&parameter2=value2]": {
16594       "get": {
16595         "description": "returns vnfcs", 
16596         "operationId": "getNetworkVnfcs", 
16597         "parameters": [
16598           {
16599             "description": "n/a", 
16600             "in": "query", 
16601             "name": "vnfc-name", 
16602             "required": false, 
16603             "type": "string"
16604           }, 
16605           {
16606             "description": "n/a", 
16607             "in": "query", 
16608             "name": "nfc-naming-code", 
16609             "required": false, 
16610             "type": "string"
16611           }, 
16612           {
16613             "description": "n/a", 
16614             "in": "query", 
16615             "name": "nfc-function", 
16616             "required": false, 
16617             "type": "string"
16618           }, 
16619           {
16620             "description": "n/a", 
16621             "in": "query", 
16622             "name": "prov-status", 
16623             "required": false, 
16624             "type": "string"
16625           }, 
16626           {
16627             "description": "n/a", 
16628             "in": "query", 
16629             "name": "ipaddress-v4-oam-vip", 
16630             "required": false, 
16631             "type": "string"
16632           }, 
16633           {
16634             "description": "n/a", 
16635             "in": "query", 
16636             "name": "in-maint", 
16637             "required": false, 
16638             "type": "boolean"
16639           }, 
16640           {
16641             "description": "n/a", 
16642             "in": "query", 
16643             "name": "is-closed-loop-disabled", 
16644             "required": false, 
16645             "type": "boolean"
16646           }, 
16647           {
16648             "description": "n/a", 
16649             "in": "query", 
16650             "name": "group-notation", 
16651             "required": false, 
16652             "type": "string"
16653           }, 
16654           {
16655             "description": "n/a", 
16656             "in": "query", 
16657             "name": "model-invariant-id", 
16658             "required": false, 
16659             "type": "string"
16660           }, 
16661           {
16662             "description": "n/a", 
16663             "in": "query", 
16664             "name": "model-version-id", 
16665             "required": false, 
16666             "type": "string"
16667           }
16668         ], 
16669         "produces": [
16670           "application/json", 
16671           "application/xml"
16672         ], 
16673         "responses": {
16674           "200": {
16675             "description": "successful operation", 
16676             "schema": {
16677               "$ref": "#/definitions/vnfcs"
16678             }
16679           }, 
16680           "default": {
16681             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16682           }
16683         }, 
16684         "summary": "returns vnfcs", 
16685         "tags": [
16686           "Operations"
16687         ]
16688       }
16689     }, 
16690     "/nodes/volume-groups/volume-group/{volume-group-id}": {
16691       "get": {
16692         "description": "returns volume-group", 
16693         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
16694         "parameters": [
16695           {
16696             "description": "Unique ID of volume-group.", 
16697             "example": "__VOLUME-GROUP-ID__", 
16698             "in": "path", 
16699             "name": "volume-group-id", 
16700             "required": true, 
16701             "type": "string"
16702           }
16703         ], 
16704         "produces": [
16705           "application/json", 
16706           "application/xml"
16707         ], 
16708         "responses": {
16709           "200": {
16710             "description": "successful operation", 
16711             "schema": {
16712               "$ref": "#/definitions/volume-group"
16713             }
16714           }, 
16715           "default": {
16716             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16717           }
16718         }, 
16719         "summary": "returns volume-group", 
16720         "tags": [
16721           "Operations"
16722         ]
16723       }
16724     }, 
16725     "/nodes/volume-groups?parameter=value[&parameter2=value2]": {
16726       "get": {
16727         "description": "returns volume-groups", 
16728         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVolumeGroups", 
16729         "parameters": [
16730           {
16731             "description": "n/a", 
16732             "in": "query", 
16733             "name": "volume-group-id", 
16734             "required": false, 
16735             "type": "string"
16736           }, 
16737           {
16738             "description": "n/a", 
16739             "in": "query", 
16740             "name": "volume-group-name", 
16741             "required": false, 
16742             "type": "string"
16743           }, 
16744           {
16745             "description": "n/a", 
16746             "in": "query", 
16747             "name": "heat-stack-id", 
16748             "required": false, 
16749             "type": "string"
16750           }, 
16751           {
16752             "description": "n/a", 
16753             "in": "query", 
16754             "name": "vnf-type", 
16755             "required": false, 
16756             "type": "string"
16757           }
16758         ], 
16759         "produces": [
16760           "application/json", 
16761           "application/xml"
16762         ], 
16763         "responses": {
16764           "200": {
16765             "description": "successful operation", 
16766             "schema": {
16767               "$ref": "#/definitions/volume-groups"
16768             }
16769           }, 
16770           "default": {
16771             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16772           }
16773         }, 
16774         "summary": "returns volume-groups", 
16775         "tags": [
16776           "Operations"
16777         ]
16778       }
16779     }, 
16780     "/nodes/volumes/volume/{volume-id}": {
16781       "get": {
16782         "description": "returns volume", 
16783         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
16784         "parameters": [
16785           {
16786             "description": "Unique ID of block storage volume relative to the vserver.", 
16787             "example": "__VOLUME-ID__", 
16788             "in": "path", 
16789             "name": "volume-id", 
16790             "required": true, 
16791             "type": "string"
16792           }
16793         ], 
16794         "produces": [
16795           "application/json", 
16796           "application/xml"
16797         ], 
16798         "responses": {
16799           "200": {
16800             "description": "successful operation", 
16801             "schema": {
16802               "$ref": "#/definitions/volume"
16803             }
16804           }, 
16805           "default": {
16806             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16807           }
16808         }, 
16809         "summary": "returns volume", 
16810         "tags": [
16811           "Operations"
16812         ]
16813       }
16814     }, 
16815     "/nodes/volumes?parameter=value[&parameter2=value2]": {
16816       "get": {
16817         "description": "returns volumes", 
16818         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumes", 
16819         "parameters": [
16820           {
16821             "description": "n/a", 
16822             "in": "query", 
16823             "name": "volume-id", 
16824             "required": false, 
16825             "type": "string"
16826           }
16827         ], 
16828         "produces": [
16829           "application/json", 
16830           "application/xml"
16831         ], 
16832         "responses": {
16833           "200": {
16834             "description": "successful operation", 
16835             "schema": {
16836               "$ref": "#/definitions/volumes"
16837             }
16838           }, 
16839           "default": {
16840             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16841           }
16842         }, 
16843         "summary": "returns volumes", 
16844         "tags": [
16845           "Operations"
16846         ]
16847       }
16848     }, 
16849     "/nodes/vpls-pes/vpls-pe/{equipment-name}": {
16850       "get": {
16851         "description": "returns vpls-pe", 
16852         "operationId": "getNetworkVplsPesVplsPe", 
16853         "parameters": [
16854           {
16855             "example": "__EQUIPMENT-NAME__", 
16856             "in": "path", 
16857             "name": "equipment-name", 
16858             "required": true, 
16859             "type": "string"
16860           }
16861         ], 
16862         "produces": [
16863           "application/json", 
16864           "application/xml"
16865         ], 
16866         "responses": {
16867           "200": {
16868             "description": "successful operation", 
16869             "schema": {
16870               "$ref": "#/definitions/vpls-pe"
16871             }
16872           }, 
16873           "default": {
16874             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16875           }
16876         }, 
16877         "summary": "returns vpls-pe", 
16878         "tags": [
16879           "Operations"
16880         ]
16881       }
16882     }, 
16883     "/nodes/vpls-pes?parameter=value[&parameter2=value2]": {
16884       "get": {
16885         "description": "returns vpls-pes", 
16886         "operationId": "getNetworkVplsPes", 
16887         "parameters": [
16888           {
16889             "description": "n/a", 
16890             "in": "query", 
16891             "name": "equipment-name", 
16892             "required": false, 
16893             "type": "string"
16894           }, 
16895           {
16896             "description": "n/a", 
16897             "in": "query", 
16898             "name": "prov-status", 
16899             "required": false, 
16900             "type": "string"
16901           }
16902         ], 
16903         "produces": [
16904           "application/json", 
16905           "application/xml"
16906         ], 
16907         "responses": {
16908           "200": {
16909             "description": "successful operation", 
16910             "schema": {
16911               "$ref": "#/definitions/vpls-pes"
16912             }
16913           }, 
16914           "default": {
16915             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16916           }
16917         }, 
16918         "summary": "returns vpls-pes", 
16919         "tags": [
16920           "Operations"
16921         ]
16922       }
16923     }, 
16924     "/nodes/vpn-bindings/vpn-binding/{vpn-id}": {
16925       "get": {
16926         "description": "returns vpn-binding", 
16927         "operationId": "getNetworkVpnBindingsVpnBinding", 
16928         "parameters": [
16929           {
16930             "description": "VPN ID, globally unique within A&AI", 
16931             "example": "__VPN-ID__", 
16932             "in": "path", 
16933             "name": "vpn-id", 
16934             "required": true, 
16935             "type": "string"
16936           }
16937         ], 
16938         "produces": [
16939           "application/json", 
16940           "application/xml"
16941         ], 
16942         "responses": {
16943           "200": {
16944             "description": "successful operation", 
16945             "schema": {
16946               "$ref": "#/definitions/vpn-binding"
16947             }
16948           }, 
16949           "default": {
16950             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16951           }
16952         }, 
16953         "summary": "returns vpn-binding", 
16954         "tags": [
16955           "Operations"
16956         ]
16957       }
16958     }, 
16959     "/nodes/vpn-bindings?parameter=value[&parameter2=value2]": {
16960       "get": {
16961         "description": "returns vpn-bindings", 
16962         "operationId": "getNetworkVpnBindings", 
16963         "parameters": [
16964           {
16965             "description": "n/a", 
16966             "in": "query", 
16967             "name": "vpn-id", 
16968             "required": false, 
16969             "type": "string"
16970           }, 
16971           {
16972             "description": "n/a", 
16973             "in": "query", 
16974             "name": "vpn-name", 
16975             "required": false, 
16976             "type": "string"
16977           }, 
16978           {
16979             "description": "n/a", 
16980             "in": "query", 
16981             "name": "vpn-type", 
16982             "required": false, 
16983             "type": "string"
16984           }, 
16985           {
16986             "description": "n/a", 
16987             "in": "query", 
16988             "name": "access-provider-id", 
16989             "required": false, 
16990             "type": "string"
16991           }, 
16992           {
16993             "description": "n/a", 
16994             "in": "query", 
16995             "name": "access-client-id", 
16996             "required": false, 
16997             "type": "string"
16998           }, 
16999           {
17000             "description": "n/a", 
17001             "in": "query", 
17002             "name": "access-topology-id", 
17003             "required": false, 
17004             "type": "string"
17005           }, 
17006           {
17007             "description": "n/a", 
17008             "in": "query", 
17009             "name": "src-access-node-id", 
17010             "required": false, 
17011             "type": "string"
17012           }, 
17013           {
17014             "description": "n/a", 
17015             "in": "query", 
17016             "name": "src-access-ltp-id", 
17017             "required": false, 
17018             "type": "string"
17019           }, 
17020           {
17021             "description": "n/a", 
17022             "in": "query", 
17023             "name": "dst-access-node-id", 
17024             "required": false, 
17025             "type": "string"
17026           }, 
17027           {
17028             "description": "n/a", 
17029             "in": "query", 
17030             "name": "dst-access-ltp-id", 
17031             "required": false, 
17032             "type": "string"
17033           }, 
17034           {
17035             "description": "n/a", 
17036             "in": "query", 
17037             "name": "operational-status", 
17038             "required": false, 
17039             "type": "string"
17040           }
17041         ], 
17042         "produces": [
17043           "application/json", 
17044           "application/xml"
17045         ], 
17046         "responses": {
17047           "200": {
17048             "description": "successful operation", 
17049             "schema": {
17050               "$ref": "#/definitions/vpn-bindings"
17051             }
17052           }, 
17053           "default": {
17054             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17055           }
17056         }, 
17057         "summary": "returns vpn-bindings", 
17058         "tags": [
17059           "Operations"
17060         ]
17061       }
17062     }, 
17063     "/nodes/vservers/vserver/{vserver-id}": {
17064       "get": {
17065         "description": "returns vserver", 
17066         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
17067         "parameters": [
17068           {
17069             "description": "Unique identifier for this vserver relative to its tenant", 
17070             "example": "__VSERVER-ID__", 
17071             "in": "path", 
17072             "name": "vserver-id", 
17073             "required": true, 
17074             "type": "string"
17075           }
17076         ], 
17077         "produces": [
17078           "application/json", 
17079           "application/xml"
17080         ], 
17081         "responses": {
17082           "200": {
17083             "description": "successful operation", 
17084             "schema": {
17085               "$ref": "#/definitions/vserver"
17086             }
17087           }, 
17088           "default": {
17089             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17090           }
17091         }, 
17092         "summary": "returns vserver", 
17093         "tags": [
17094           "Operations"
17095         ]
17096       }
17097     }, 
17098     "/nodes/vservers?parameter=value[&parameter2=value2]": {
17099       "get": {
17100         "description": "returns vservers", 
17101         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVservers", 
17102         "parameters": [
17103           {
17104             "description": "n/a", 
17105             "in": "query", 
17106             "name": "vserver-id", 
17107             "required": false, 
17108             "type": "string"
17109           }, 
17110           {
17111             "description": "n/a", 
17112             "in": "query", 
17113             "name": "vserver-name", 
17114             "required": false, 
17115             "type": "string"
17116           }, 
17117           {
17118             "description": "n/a", 
17119             "in": "query", 
17120             "name": "vserver-name2", 
17121             "required": false, 
17122             "type": "string"
17123           }, 
17124           {
17125             "description": "n/a", 
17126             "in": "query", 
17127             "name": "prov-status", 
17128             "required": false, 
17129             "type": "string"
17130           }, 
17131           {
17132             "description": "n/a", 
17133             "in": "query", 
17134             "name": "in-maint", 
17135             "required": false, 
17136             "type": "boolean"
17137           }, 
17138           {
17139             "description": "n/a", 
17140             "in": "query", 
17141             "name": "is-closed-loop-disabled", 
17142             "required": false, 
17143             "type": "boolean"
17144           }
17145         ], 
17146         "produces": [
17147           "application/json", 
17148           "application/xml"
17149         ], 
17150         "responses": {
17151           "200": {
17152             "description": "successful operation", 
17153             "schema": {
17154               "$ref": "#/definitions/vservers"
17155             }
17156           }, 
17157           "default": {
17158             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17159           }
17160         }, 
17161         "summary": "returns vservers", 
17162         "tags": [
17163           "Operations"
17164         ]
17165       }
17166     }, 
17167     "/nodes/wan-port-configs/wan-port-config/{wan-port-config-id}": {
17168       "get": {
17169         "description": "returns wan-port-config", 
17170         "operationId": "getNetworkWanPortConfigsWanPortConfig", 
17171         "parameters": [
17172           {
17173             "description": "Uniquely identifies this wan-port-config by id", 
17174             "example": "__WAN-PORT-CONFIG-ID__", 
17175             "in": "path", 
17176             "name": "wan-port-config-id", 
17177             "required": true, 
17178             "type": "string"
17179           }
17180         ], 
17181         "produces": [
17182           "application/json", 
17183           "application/xml"
17184         ], 
17185         "responses": {
17186           "200": {
17187             "description": "successful operation", 
17188             "schema": {
17189               "$ref": "#/definitions/wan-port-config"
17190             }
17191           }, 
17192           "default": {
17193             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17194           }
17195         }, 
17196         "summary": "returns wan-port-config", 
17197         "tags": [
17198           "Operations"
17199         ]
17200       }
17201     }, 
17202     "/nodes/wan-port-configs?parameter=value[&parameter2=value2]": {
17203       "get": {
17204         "description": "returns wan-port-configs", 
17205         "operationId": "getNetworkWanPortConfigs", 
17206         "parameters": [
17207           {
17208             "description": "n/a", 
17209             "in": "query", 
17210             "name": "wan-port-config-id", 
17211             "required": false, 
17212             "type": "string"
17213           }, 
17214           {
17215             "description": "n/a", 
17216             "in": "query", 
17217             "name": "wan-port-config-name", 
17218             "required": false, 
17219             "type": "string"
17220           }, 
17221           {
17222             "description": "n/a", 
17223             "in": "query", 
17224             "name": "device-id", 
17225             "required": false, 
17226             "type": "string"
17227           }, 
17228           {
17229             "description": "n/a", 
17230             "in": "query", 
17231             "name": "ip-address", 
17232             "required": false, 
17233             "type": "string"
17234           }, 
17235           {
17236             "description": "n/a", 
17237             "in": "query", 
17238             "name": "ipv4-address", 
17239             "required": false, 
17240             "type": "string"
17241           }, 
17242           {
17243             "description": "n/a", 
17244             "in": "query", 
17245             "name": "ipv6-address", 
17246             "required": false, 
17247             "type": "string"
17248           }, 
17249           {
17250             "description": "n/a", 
17251             "in": "query", 
17252             "name": "port-type", 
17253             "required": false, 
17254             "type": "string"
17255           }, 
17256           {
17257             "description": "n/a", 
17258             "in": "query", 
17259             "name": "port-number", 
17260             "required": false, 
17261             "type": "string"
17262           }, 
17263           {
17264             "description": "n/a", 
17265             "in": "query", 
17266             "name": "device-port-id", 
17267             "required": false, 
17268             "type": "string"
17269           }, 
17270           {
17271             "description": "n/a", 
17272             "in": "query", 
17273             "name": "wan-port-id", 
17274             "required": false, 
17275             "type": "string"
17276           }, 
17277           {
17278             "description": "n/a", 
17279             "in": "query", 
17280             "name": "operational-status", 
17281             "required": false, 
17282             "type": "string"
17283           }
17284         ], 
17285         "produces": [
17286           "application/json", 
17287           "application/xml"
17288         ], 
17289         "responses": {
17290           "200": {
17291             "description": "successful operation", 
17292             "schema": {
17293               "$ref": "#/definitions/wan-port-configs"
17294             }
17295           }, 
17296           "default": {
17297             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17298           }
17299         }, 
17300         "summary": "returns wan-port-configs", 
17301         "tags": [
17302           "Operations"
17303         ]
17304       }
17305     }, 
17306     "/nodes/zones/zone/{zone-id}": {
17307       "get": {
17308         "description": "returns zone", 
17309         "operationId": "getNetworkZonesZone", 
17310         "parameters": [
17311           {
17312             "description": "Code assigned by AIC to the zone", 
17313             "example": "__ZONE-ID__", 
17314             "in": "path", 
17315             "name": "zone-id", 
17316             "required": true, 
17317             "type": "string"
17318           }
17319         ], 
17320         "produces": [
17321           "application/json", 
17322           "application/xml"
17323         ], 
17324         "responses": {
17325           "200": {
17326             "description": "successful operation", 
17327             "schema": {
17328               "$ref": "#/definitions/zone"
17329             }
17330           }, 
17331           "default": {
17332             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17333           }
17334         }, 
17335         "summary": "returns zone", 
17336         "tags": [
17337           "Operations"
17338         ]
17339       }
17340     }, 
17341     "/nodes/zones?parameter=value[&parameter2=value2]": {
17342       "get": {
17343         "description": "returns zones", 
17344         "operationId": "getNetworkZones", 
17345         "parameters": [
17346           {
17347             "description": "n/a", 
17348             "in": "query", 
17349             "name": "zone-id", 
17350             "required": false, 
17351             "type": "string"
17352           }, 
17353           {
17354             "description": "n/a", 
17355             "in": "query", 
17356             "name": "design-type", 
17357             "required": false, 
17358             "type": "string"
17359           }, 
17360           {
17361             "description": "n/a", 
17362             "in": "query", 
17363             "name": "zone-context", 
17364             "required": false, 
17365             "type": "string"
17366           }
17367         ], 
17368         "produces": [
17369           "application/json", 
17370           "application/xml"
17371         ], 
17372         "responses": {
17373           "200": {
17374             "description": "successful operation", 
17375             "schema": {
17376               "$ref": "#/definitions/zones"
17377             }
17378           }, 
17379           "default": {
17380             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17381           }
17382         }, 
17383         "summary": "returns zones", 
17384         "tags": [
17385           "Operations"
17386         ]
17387       }
17388     }
17389   }, 
17390   "schemes": [
17391     "https"
17392   ], 
17393   "swagger": "2.0"
17394 }