[AAI] Update mS to use 1.9.3 aai-common version
[aai/schema-service.git] / plantuml / aai_swagger_v11.json
1 {
2   "basePath": "/aai/v11", 
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 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 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 configuration( configuration Uses allotted-resource, ONE2ONE)(3)\n- FROM service-instance( service-instance Uses allotted-resource, MANY2MANY)\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         "description": {
44           "description": "The descriptive information assigned to this allotted resource instance", 
45           "type": "string"
46         }, 
47         "id": {
48           "description": "Allotted Resource id UUID assigned to this instance.", 
49           "type": "string"
50         }, 
51         "model-invariant-id": {
52           "also requires": "model-version-id", 
53           "description": "the ASDC model id for this resource or service model.", 
54           "type": "string"
55         }, 
56         "model-version-id": {
57           "also requires": "model-invariant-id", 
58           "description": "the ASDC model version for this resource or service model.", 
59           "type": "string"
60         }, 
61         "operational-status": {
62           "description": "Indicator for whether the resource is considered operational", 
63           "type": "string"
64         }, 
65         "orchestration-status": {
66           "description": "Orchestration status", 
67           "type": "string"
68         }, 
69         "persona-model-version": {
70           "description": "the ASDC model version for this resource or service model.", 
71           "type": "string"
72         }, 
73         "relationship-list": {
74           "$ref": "#/definitions/relationship", 
75           "type": "object"
76         }, 
77         "resource-version": {
78           "description": "Concurrency value", 
79           "type": "string"
80         }, 
81         "role": {
82           "description": "role in the network that this resource will be providing.", 
83           "type": "string"
84         }, 
85         "selflink": {
86           "description": "Link back to more information in the controller", 
87           "type": "string"
88         }, 
89         "tunnel-xconnects": {
90           "items": {
91             "$ref": "#/definitions/tunnel-xconnect"
92           }, 
93           "type": "array"
94         }, 
95         "type": {
96           "description": "Generic description of the type of allotted resource.", 
97           "type": "string"
98         }
99       }, 
100       "required": [
101         "id"
102       ]
103     }, 
104     "allotted-resources": {
105       "description": "This object is used to store slices of services being offered\n", 
106       "properties": {
107         "allotted-resource": {
108           "items": {
109             "$ref": "#/definitions/allotted-resource"
110           }, 
111           "type": "array"
112         }
113       }
114     }, 
115     "availability-zone": {
116       "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", 
117       "properties": {
118         "availability-zone-name": {
119           "description": "Name of the availability zone.  Unique across a cloud region", 
120           "type": "string"
121         }, 
122         "hypervisor-type": {
123           "description": "Type of hypervisor.  Source of truth should define valid values.", 
124           "type": "string"
125         }, 
126         "operational-status": {
127           "description": "State that indicates whether the availability zone should be used, etc.  Source of truth should define valid values.", 
128           "type": "string"
129         }, 
130         "relationship-list": {
131           "$ref": "#/definitions/relationship", 
132           "type": "object"
133         }, 
134         "resource-version": {
135           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
136           "type": "string"
137         }
138       }, 
139       "required": [
140         "availability-zone-name", 
141         "hypervisor-type"
142       ]
143     }, 
144     "availability-zones": {
145       "description": "Collection of availability zones\n", 
146       "properties": {
147         "availability-zone": {
148           "items": {
149             "$ref": "#/definitions/availability-zone"
150           }, 
151           "type": "array"
152         }
153       }
154     }, 
155     "az-and-dvs-switches": {
156       "properties": {
157         "availability-zone": {
158           "$ref": "#/definitions/availability-zone", 
159           "type": "object"
160         }, 
161         "dvs-switches": {
162           "$ref": "#/definitions/dvs-switches", 
163           "type": "object"
164         }
165       }
166     }, 
167     "business": {
168       "description": "Namespace for business related constructs\n", 
169       "properties": {
170         "connectors": {
171           "items": {
172             "$ref": "#/definitions/connector"
173           }, 
174           "type": "array"
175         }, 
176         "customers": {
177           "items": {
178             "$ref": "#/definitions/customer"
179           }, 
180           "type": "array"
181         }, 
182         "lines-of-business": {
183           "items": {
184             "$ref": "#/definitions/line-of-business"
185           }, 
186           "type": "array"
187         }, 
188         "owning-entities": {
189           "items": {
190             "$ref": "#/definitions/owning-entity"
191           }, 
192           "type": "array"
193         }, 
194         "platforms": {
195           "items": {
196             "$ref": "#/definitions/platform"
197           }, 
198           "type": "array"
199         }, 
200         "projects": {
201           "items": {
202             "$ref": "#/definitions/project"
203           }, 
204           "type": "array"
205         }
206       }
207     }, 
208     "class-of-service": {
209       "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", 
210       "properties": {
211         "cos": {
212           "description": "unique identifier of probe", 
213           "type": "string"
214         }, 
215         "probe-id": {
216           "description": "identifier of probe", 
217           "type": "string"
218         }, 
219         "probe-type": {
220           "description": "type of probe", 
221           "type": "string"
222         }, 
223         "relationship-list": {
224           "$ref": "#/definitions/relationship", 
225           "type": "object"
226         }, 
227         "resource-version": {
228           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
229           "type": "string"
230         }
231       }, 
232       "required": [
233         "cos"
234       ]
235     }, 
236     "classes-of-service": {
237       "description": "class-of-service of probe\n", 
238       "properties": {
239         "class-of-service": {
240           "items": {
241             "$ref": "#/definitions/class-of-service"
242           }, 
243           "type": "array"
244         }
245       }
246     }, 
247     "cloud-infrastructure": {
248       "description": "Namespace for cloud infrastructure.\n", 
249       "properties": {
250         "cloud-regions": {
251           "items": {
252             "$ref": "#/definitions/cloud-region"
253           }, 
254           "type": "array"
255         }, 
256         "complexes": {
257           "items": {
258             "$ref": "#/definitions/complex"
259           }, 
260           "type": "array"
261         }, 
262         "network-profiles": {
263           "items": {
264             "$ref": "#/definitions/network-profile"
265           }, 
266           "type": "array"
267         }, 
268         "pservers": {
269           "items": {
270             "$ref": "#/definitions/pserver"
271           }, 
272           "type": "array"
273         }, 
274         "virtual-data-centers": {
275           "items": {
276             "$ref": "#/definitions/virtual-data-center"
277           }, 
278           "type": "array"
279         }
280       }
281     }, 
282     "cloud-region": {
283       "description": "cloud-region designates an installation of a cloud cluster or region or instantiation.\n###### Related Nodes\n- TO complex( cloud-region LocatedIn complex, MANY2ONE)\n- TO l3-network( cloud-region Uses l3-network, 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 group-assignment (CHILD of cloud-region, group-assignment 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 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,IMAGE,OAM-NETWORK,SNAPSHOT,TENANT,VIP-IPV4-ADDRESS-LIST,VIP-IPV6-ADDRESS-LIST,VOLUME-GROUP\n", 
284       "properties": {
285         "availability-zones": {
286           "items": {
287             "$ref": "#/definitions/availability-zone"
288           }, 
289           "type": "array"
290         }, 
291         "cloud-epa-caps": {
292           "description": "MultiVIM will discover and expose EPA capabilities.", 
293           "type": "string"
294         }, 
295         "cloud-extra-info": {
296           "description": "ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM.", 
297           "type": "string"
298         }, 
299         "cloud-owner": {
300           "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
301           "type": "string"
302         }, 
303         "cloud-region-id": {
304           "description": "Identifier used by the vendor for the region. Second part of composite key", 
305           "type": "string"
306         }, 
307         "cloud-region-version": {
308           "description": "Software version employed at the site.  NOTE - THIS FIELD IS NOT KEPT UP TO DATE.", 
309           "type": "string"
310         }, 
311         "cloud-type": {
312           "description": "Type of the cloud (e.g., openstack)", 
313           "type": "string"
314         }, 
315         "cloud-zone": {
316           "description": "Zone where the cloud is homed.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
317           "type": "string"
318         }, 
319         "complex-name": {
320           "description": "complex name for cloud-region instance.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
321           "type": "string"
322         }, 
323         "dvs-switches": {
324           "items": {
325             "$ref": "#/definitions/dvs-switch"
326           }, 
327           "type": "array"
328         }, 
329         "esr-system-info-list": {
330           "items": {
331             "$ref": "#/definitions/esr-system-info"
332           }, 
333           "type": "array"
334         }, 
335         "flavors": {
336           "items": {
337             "$ref": "#/definitions/flavor"
338           }, 
339           "type": "array"
340         }, 
341         "group-assignments": {
342           "items": {
343             "$ref": "#/definitions/group-assignment"
344           }, 
345           "type": "array"
346         }, 
347         "identity-url": {
348           "description": "URL of the keystone identity service", 
349           "type": "string"
350         }, 
351         "images": {
352           "items": {
353             "$ref": "#/definitions/image"
354           }, 
355           "type": "array"
356         }, 
357         "oam-networks": {
358           "items": {
359             "$ref": "#/definitions/oam-network"
360           }, 
361           "type": "array"
362         }, 
363         "owner-defined-type": {
364           "description": "Cloud-owner defined type indicator (e.g., dcp, lcp)", 
365           "type": "string"
366         }, 
367         "relationship-list": {
368           "$ref": "#/definitions/relationship", 
369           "type": "object"
370         }, 
371         "resource-version": {
372           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
373           "type": "string"
374         }, 
375         "snapshots": {
376           "items": {
377             "$ref": "#/definitions/snapshot"
378           }, 
379           "type": "array"
380         }, 
381         "sriov-automation": {
382           "description": "Whether the cloud region supports (true) or does not support (false) SR-IOV automation.", 
383           "type": "string"
384         }, 
385         "tenants": {
386           "items": {
387             "$ref": "#/definitions/tenant"
388           }, 
389           "type": "array"
390         }, 
391         "vip-ipv4-address-list": {
392           "items": {
393             "$ref": "#/definitions/vip-ipv4-address-list"
394           }, 
395           "type": "array"
396         }, 
397         "vip-ipv6-address-list": {
398           "items": {
399             "$ref": "#/definitions/vip-ipv6-address-list"
400           }, 
401           "type": "array"
402         }, 
403         "volume-groups": {
404           "items": {
405             "$ref": "#/definitions/volume-group"
406           }, 
407           "type": "array"
408         }
409       }, 
410       "required": [
411         "cloud-owner", 
412         "cloud-region-id"
413       ]
414     }, 
415     "cloud-regions": {
416       "properties": {
417         "cloud-region": {
418           "items": {
419             "$ref": "#/definitions/cloud-region"
420           }, 
421           "type": "array"
422         }
423       }
424     }, 
425     "complex": {
426       "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 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", 
427       "properties": {
428         "city": {
429           "type": "string"
430         }, 
431         "complex-name": {
432           "description": "Gamma complex name for LCP instance.", 
433           "type": "string"
434         }, 
435         "country": {
436           "type": "string"
437         }, 
438         "ctag-pools": {
439           "items": {
440             "$ref": "#/definitions/ctag-pool"
441           }, 
442           "type": "array"
443         }, 
444         "data-center-code": {
445           "description": "Data center code which can be an alternate way to identify a complex", 
446           "type": "string"
447         }, 
448         "elevation": {
449           "type": "string"
450         }, 
451         "identity-url": {
452           "description": "URL of the keystone identity service", 
453           "type": "string"
454         }, 
455         "lata": {
456           "type": "string"
457         }, 
458         "latitude": {
459           "type": "string"
460         }, 
461         "longitude": {
462           "type": "string"
463         }, 
464         "physical-location-id": {
465           "description": "Unique identifier for physical location, e.g., CLLI", 
466           "type": "string"
467         }, 
468         "physical-location-type": {
469           "description": "Type, e.g., central office, data center.", 
470           "type": "string"
471         }, 
472         "postal-code": {
473           "type": "string"
474         }, 
475         "region": {
476           "type": "string"
477         }, 
478         "relationship-list": {
479           "$ref": "#/definitions/relationship", 
480           "type": "object"
481         }, 
482         "resource-version": {
483           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
484           "type": "string"
485         }, 
486         "state": {
487           "type": "string"
488         }, 
489         "street1": {
490           "type": "string"
491         }, 
492         "street2": {
493           "type": "string"
494         }
495       }, 
496       "required": [
497         "physical-location-id", 
498         "physical-location-type", 
499         "street1", 
500         "city", 
501         "postal-code", 
502         "country", 
503         "region"
504       ]
505     }, 
506     "complexes": {
507       "description": "Collection of physical locations that can house cloud-regions.\n", 
508       "properties": {
509         "complex": {
510           "items": {
511             "$ref": "#/definitions/complex"
512           }, 
513           "type": "array"
514         }
515       }
516     }, 
517     "configuration": {
518       "description": "Port Mirror Configuration.\n###### Related Nodes\n- TO allotted-resource( configuration Uses allotted-resource, ONE2ONE)(2)\n- TO logical-link( configuration Uses logical-link, ONE2MANY)(2)\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\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", 
519       "properties": {
520         "configuration-id": {
521           "description": "UUID assigned to configuration.", 
522           "type": "string"
523         }, 
524         "configuration-name": {
525           "description": "Name of the configuration.", 
526           "type": "string"
527         }, 
528         "configuration-selflink": {
529           "description": "URL to endpoint where AAI can get more details from SDN-GC.", 
530           "type": "string"
531         }, 
532         "configuration-sub-type": {
533           "description": "vprobe, pprobe.", 
534           "type": "string"
535         }, 
536         "configuration-type": {
537           "description": "port-mirroring-configuration.", 
538           "type": "string"
539         }, 
540         "management-option": {
541           "description": "Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.", 
542           "type": "string"
543         }, 
544         "metadata": {
545           "items": {
546             "$ref": "#/definitions/metadatum"
547           }, 
548           "type": "array"
549         }, 
550         "model-customization-id": {
551           "description": "id of  the configuration used to customize the resource", 
552           "type": "string"
553         }, 
554         "model-invariant-id": {
555           "also requires": "model-version-id", 
556           "description": "the ASDC model id for this resource or service model.", 
557           "type": "string"
558         }, 
559         "model-version-id": {
560           "also requires": "model-invariant-id", 
561           "description": "the ASDC model version for this resource or service model.", 
562           "type": "string"
563         }, 
564         "operational-status": {
565           "description": "Indicator for whether the resource is considered operational.", 
566           "type": "string"
567         }, 
568         "orchestration-status": {
569           "description": "Orchestration status of the configuration.", 
570           "type": "string"
571         }, 
572         "persona-model-version": {
573           "description": "the ASDC model version for this resource or service model.", 
574           "type": "string"
575         }, 
576         "relationship-list": {
577           "$ref": "#/definitions/relationship", 
578           "type": "object"
579         }, 
580         "resource-version": {
581           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
582           "type": "string"
583         }
584       }, 
585       "required": [
586         "configuration-id", 
587         "configuration-type", 
588         "configuration-sub-type", 
589         "orchestration-status", 
590         "operational-status", 
591         "configuration-selflink", 
592         "model-customization-id"
593       ]
594     }, 
595     "configurations": {
596       "description": "Collection of configurations\n", 
597       "properties": {
598         "configuration": {
599           "items": {
600             "$ref": "#/definitions/configuration"
601           }, 
602           "type": "array"
603         }
604       }
605     }, 
606     "connector": {
607       "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", 
608       "properties": {
609         "metadata": {
610           "items": {
611             "$ref": "#/definitions/metadatum"
612           }, 
613           "type": "array"
614         }, 
615         "model-invariant-id": {
616           "also requires": "model-version-id", 
617           "description": "the ASDC model id for this resource or service model.", 
618           "type": "string"
619         }, 
620         "model-version-id": {
621           "also requires": "model-invariant-id", 
622           "description": "the ASDC model version for this resource or service model.", 
623           "type": "string"
624         }, 
625         "persona-model-version": {
626           "description": "the ASDC model version for this resource or service model.", 
627           "type": "string"
628         }, 
629         "relationship-list": {
630           "$ref": "#/definitions/relationship", 
631           "type": "object"
632         }, 
633         "resource-instance-id": {
634           "description": "Unique id of resource instance.", 
635           "type": "string"
636         }, 
637         "resource-version": {
638           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
639           "type": "string"
640         }, 
641         "widget-model-id": {
642           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
643           "type": "string"
644         }, 
645         "widget-model-version": {
646           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
647           "type": "string"
648         }
649       }, 
650       "required": [
651         "resource-instance-id"
652       ]
653     }, 
654     "connectors": {
655       "description": "Collection of resource instances used to connect a variety of disparate inventory widgets\n", 
656       "properties": {
657         "connector": {
658           "items": {
659             "$ref": "#/definitions/connector"
660           }, 
661           "type": "array"
662         }
663       }
664     }, 
665     "constrained-element-set": {
666       "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", 
667       "properties": {
668         "check-type": {
669           "type": "string"
670         }, 
671         "constrained-element-set-uuid": {
672           "type": "string"
673         }, 
674         "constraint-type": {
675           "type": "string"
676         }, 
677         "element-choice-sets": {
678           "items": {
679             "$ref": "#/definitions/element-choice-set"
680           }, 
681           "type": "array"
682         }, 
683         "relationship-list": {
684           "$ref": "#/definitions/relationship", 
685           "type": "object"
686         }, 
687         "resource-version": {
688           "type": "string"
689         }
690       }, 
691       "required": [
692         "constrained-element-set-uuid", 
693         "constraint-type", 
694         "check-type"
695       ]
696     }, 
697     "constrained-element-sets": {
698       "properties": {
699         "constrained-element-set": {
700           "items": {
701             "$ref": "#/definitions/constrained-element-set"
702           }, 
703           "type": "array"
704         }
705       }
706     }, 
707     "ctag-assignment": {
708       "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", 
709       "properties": {
710         "relationship-list": {
711           "$ref": "#/definitions/relationship", 
712           "type": "object"
713         }, 
714         "resource-version": {
715           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
716           "type": "string"
717         }, 
718         "vlan-id-inner": {
719           "description": "id.", 
720           "format": "int64", 
721           "type": "integer"
722         }
723       }, 
724       "required": [
725         "vlan-id-inner"
726       ]
727     }, 
728     "ctag-assignments": {
729       "properties": {
730         "ctag-assignment": {
731           "items": {
732             "$ref": "#/definitions/ctag-assignment"
733           }, 
734           "type": "array"
735         }
736       }
737     }, 
738     "ctag-pool": {
739       "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", 
740       "properties": {
741         "availability-zone-name": {
742           "description": "Name of the availability zone", 
743           "type": "string"
744         }, 
745         "ctag-pool-purpose": {
746           "description": "Describes what the intended purpose of this pool is.", 
747           "type": "string"
748         }, 
749         "ctag-values": {
750           "description": "Comma separated list of ctags", 
751           "type": "string"
752         }, 
753         "relationship-list": {
754           "$ref": "#/definitions/relationship", 
755           "type": "object"
756         }, 
757         "resource-version": {
758           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
759           "type": "string"
760         }, 
761         "target-pe": {
762           "description": "The Target provider edge router", 
763           "type": "string"
764         }
765       }, 
766       "required": [
767         "target-pe", 
768         "availability-zone-name", 
769         "ctag-pool-purpose"
770       ]
771     }, 
772     "ctag-pools": {
773       "properties": {
774         "ctag-pool": {
775           "items": {
776             "$ref": "#/definitions/ctag-pool"
777           }, 
778           "type": "array"
779         }
780       }
781     }, 
782     "customer": {
783       "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\n-(1) IF this CUSTOMER node is deleted, this FROM node is DELETED also\n", 
784       "properties": {
785         "global-customer-id": {
786           "description": "Global customer id used across ECOMP to uniquely identify customer.", 
787           "type": "string"
788         }, 
789         "relationship-list": {
790           "$ref": "#/definitions/relationship", 
791           "type": "object"
792         }, 
793         "resource-version": {
794           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
795           "type": "string"
796         }, 
797         "service-subscriptions": {
798           "items": {
799             "$ref": "#/definitions/service-subscription"
800           }, 
801           "type": "array"
802         }, 
803         "subscriber-name": {
804           "description": "Subscriber name, an alternate way to retrieve a customer.", 
805           "type": "string"
806         }, 
807         "subscriber-type": {
808           "description": "Subscriber type, a way to provide VID with only the INFRA customers.", 
809           "type": "string"
810         }
811       }, 
812       "required": [
813         "global-customer-id", 
814         "subscriber-name", 
815         "subscriber-type"
816       ]
817     }, 
818     "customers": {
819       "description": "Collection of customer identifiers to provide linkage back to BSS information.\n", 
820       "properties": {
821         "customer": {
822           "items": {
823             "$ref": "#/definitions/customer"
824           }, 
825           "type": "array"
826         }
827       }
828     }, 
829     "cvlan-tag-entry": {
830       "properties": {
831         "cvlan-tag": {
832           "description": "See mis-na-virtualization-platform.yang", 
833           "format": "int64", 
834           "type": "integer"
835         }, 
836         "relationship-list": {
837           "$ref": "#/definitions/relationship", 
838           "type": "object"
839         }, 
840         "resource-version": {
841           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
842           "type": "string"
843         }
844       }, 
845       "required": [
846         "cvlan-tag"
847       ]
848     }, 
849     "cvlan-tags": {
850       "properties": {
851         "cvlan-tag-entry": {
852           "items": {
853             "$ref": "#/definitions/cvlan-tag-entry"
854           }, 
855           "type": "array"
856         }
857       }
858     }, 
859     "dvs-switch": {
860       "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", 
861       "properties": {
862         "relationship-list": {
863           "$ref": "#/definitions/relationship", 
864           "type": "object"
865         }, 
866         "resource-version": {
867           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
868           "type": "string"
869         }, 
870         "switch-name": {
871           "description": "DVS switch name", 
872           "type": "string"
873         }, 
874         "vcenter-url": {
875           "description": "URL used to reach the vcenter", 
876           "type": "string"
877         }
878       }, 
879       "required": [
880         "switch-name", 
881         "vcenter-url"
882       ]
883     }, 
884     "dvs-switches": {
885       "description": "Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.\n", 
886       "properties": {
887         "dvs-switch": {
888           "items": {
889             "$ref": "#/definitions/dvs-switch"
890           }, 
891           "type": "array"
892         }
893       }
894     }, 
895     "edge-prop-names": {
896       "description": "Internal map to define the properties of an edge and interpret the map EdgeRules\n", 
897       "properties": {
898         "SVC-INFRA": {
899           "type": "string"
900         }, 
901         "contains-other-v": {
902           "type": "string"
903         }, 
904         "delete-other-v": {
905           "type": "string"
906         }, 
907         "direction": {
908           "type": "string"
909         }, 
910         "edgeLabel": {
911           "type": "string"
912         }, 
913         "multiplicityRule": {
914           "type": "string"
915         }, 
916         "prevent-delete": {
917           "type": "string"
918         }
919       }
920     }, 
921     "edge-tag-query-request": {
922       "properties": {
923         "edge-tag": {
924           "type": "string"
925         }, 
926         "include-node-filter": {
927           "items": {
928             "$ref": "#/definitions/include-node-filter"
929           }, 
930           "type": "array"
931         }, 
932         "result-detail": {
933           "type": "string"
934         }, 
935         "secondary-filter": {
936           "items": {
937             "$ref": "#/definitions/secondary-filter"
938           }, 
939           "type": "array"
940         }, 
941         "start-node-filter": {
942           "items": {
943             "$ref": "#/definitions/start-node-filter"
944           }, 
945           "type": "array"
946         }, 
947         "start-node-type": {
948           "type": "string"
949         }
950       }
951     }, 
952     "edge-tag-query-result": {
953       "properties": {
954         "tagged-inventory-item-list": {
955           "items": {
956             "$ref": "#/definitions/tagged-inventory-item-list"
957           }, 
958           "type": "array"
959         }
960       }
961     }, 
962     "element-choice-set": {
963       "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", 
964       "properties": {
965         "cardinality": {
966           "type": "string"
967         }, 
968         "element-choice-set-name": {
969           "type": "string"
970         }, 
971         "element-choice-set-uuid": {
972           "type": "string"
973         }, 
974         "model-elements": {
975           "items": {
976             "$ref": "#/definitions/model-element"
977           }, 
978           "type": "array"
979         }, 
980         "relationship-list": {
981           "$ref": "#/definitions/relationship", 
982           "type": "object"
983         }, 
984         "resource-version": {
985           "type": "string"
986         }
987       }, 
988       "required": [
989         "element-choice-set-uuid", 
990         "element-choice-set-name"
991       ]
992     }, 
993     "element-choice-sets": {
994       "properties": {
995         "element-choice-set": {
996           "items": {
997             "$ref": "#/definitions/element-choice-set"
998           }, 
999           "type": "array"
1000         }
1001       }
1002     }, 
1003     "entitlement": {
1004       "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", 
1005       "properties": {
1006         "group-uuid": {
1007           "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
1008           "type": "string"
1009         }, 
1010         "relationship-list": {
1011           "$ref": "#/definitions/relationship", 
1012           "type": "object"
1013         }, 
1014         "resource-uuid": {
1015           "description": "Unique ID of an entitlement resource.", 
1016           "type": "string"
1017         }, 
1018         "resource-version": {
1019           "description": "Concurrency value", 
1020           "type": "string"
1021         }
1022       }, 
1023       "required": [
1024         "group-uuid", 
1025         "resource-uuid"
1026       ]
1027     }, 
1028     "entitlements": {
1029       "description": "Entitlements, keyed by group-uuid and resource-uuid, related to license management\n", 
1030       "properties": {
1031         "entitlement": {
1032           "items": {
1033             "$ref": "#/definitions/entitlement"
1034           }, 
1035           "type": "array"
1036         }
1037       }
1038     }, 
1039     "esr-ems": {
1040       "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", 
1041       "properties": {
1042         "ems-id": {
1043           "description": "Unique ID of EMS.", 
1044           "type": "string"
1045         }, 
1046         "esr-system-info-list": {
1047           "items": {
1048             "$ref": "#/definitions/esr-system-info"
1049           }, 
1050           "type": "array"
1051         }, 
1052         "relationship-list": {
1053           "$ref": "#/definitions/relationship", 
1054           "type": "object"
1055         }, 
1056         "resource-version": {
1057           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1058           "type": "string"
1059         }
1060       }, 
1061       "required": [
1062         "ems-id"
1063       ]
1064     }, 
1065     "esr-ems-list": {
1066       "properties": {
1067         "esr-ems": {
1068           "items": {
1069             "$ref": "#/definitions/esr-ems"
1070           }, 
1071           "type": "array"
1072         }
1073       }
1074     }, 
1075     "esr-system-info": {
1076       "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\n-(4) IF this TO node is deleted, this ESR-SYSTEM-INFO is DELETED also\n", 
1077       "properties": {
1078         "cloud-domain": {
1079           "description": "domain info for authentication.", 
1080           "type": "string"
1081         }, 
1082         "default-tenant": {
1083           "description": "default tenant of VIM.", 
1084           "type": "string"
1085         }, 
1086         "esr-system-info-id": {
1087           "description": "Unique ID of esr system info.", 
1088           "type": "string"
1089         }, 
1090         "ip-address": {
1091           "description": "service IP of ftp server.", 
1092           "type": "string"
1093         }, 
1094         "passive": {
1095           "description": "ftp passive mode or not.", 
1096           "type": "boolean"
1097         }, 
1098         "password": {
1099           "description": "password used to access external systems.", 
1100           "type": "string"
1101         }, 
1102         "port": {
1103           "description": "service port of ftp server.", 
1104           "type": "string"
1105         }, 
1106         "protocol": {
1107           "description": "protocol of third party SDNC, for example netconf/snmp.", 
1108           "type": "string"
1109         }, 
1110         "relationship-list": {
1111           "$ref": "#/definitions/relationship", 
1112           "type": "object"
1113         }, 
1114         "remote-path": {
1115           "description": "resource or performance data file path.", 
1116           "type": "string"
1117         }, 
1118         "resource-version": {
1119           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1120           "type": "string"
1121         }, 
1122         "service-url": {
1123           "description": "url used to access external systems.", 
1124           "type": "string"
1125         }, 
1126         "ssl-cacert": {
1127           "description": "ca file content if enabled ssl on auth-url.", 
1128           "type": "string"
1129         }, 
1130         "ssl-insecure": {
1131           "description": "Whether to verify VIM's certificate.", 
1132           "type": "boolean"
1133         }, 
1134         "system-name": {
1135           "description": "name of external system.", 
1136           "type": "string"
1137         }, 
1138         "system-status": {
1139           "description": "the status of external system.", 
1140           "type": "string"
1141         }, 
1142         "system-type": {
1143           "description": "it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.", 
1144           "type": "string"
1145         }, 
1146         "type": {
1147           "description": "type of external systems.", 
1148           "type": "string"
1149         }, 
1150         "user-name": {
1151           "description": "username used to access external systems.", 
1152           "type": "string"
1153         }, 
1154         "vendor": {
1155           "description": "vendor of external systems.", 
1156           "type": "string"
1157         }, 
1158         "version": {
1159           "description": "version of external systems.", 
1160           "type": "string"
1161         }
1162       }, 
1163       "required": [
1164         "esr-system-info-id", 
1165         "user-name", 
1166         "password", 
1167         "system-type"
1168       ]
1169     }, 
1170     "esr-system-info-list": {
1171       "description": "Collection of persistent block-level external system auth info.\n", 
1172       "properties": {
1173         "esr-system-info": {
1174           "items": {
1175             "$ref": "#/definitions/esr-system-info"
1176           }, 
1177           "type": "array"
1178         }
1179       }
1180     }, 
1181     "esr-thirdparty-sdnc": {
1182       "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", 
1183       "properties": {
1184         "esr-system-info-list": {
1185           "items": {
1186             "$ref": "#/definitions/esr-system-info"
1187           }, 
1188           "type": "array"
1189         }, 
1190         "location": {
1191           "description": "used for DC type to indicate the location of SDNC, such as Core or Edge.", 
1192           "type": "string"
1193         }, 
1194         "product-name": {
1195           "description": "password used to access SDNC server.", 
1196           "type": "string"
1197         }, 
1198         "relationship-list": {
1199           "$ref": "#/definitions/relationship", 
1200           "type": "object"
1201         }, 
1202         "resource-version": {
1203           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1204           "type": "string"
1205         }, 
1206         "thirdparty-sdnc-id": {
1207           "description": "Unique ID of SDNC.", 
1208           "type": "string"
1209         }
1210       }, 
1211       "required": [
1212         "thirdparty-sdnc-id"
1213       ]
1214     }, 
1215     "esr-thirdparty-sdnc-list": {
1216       "properties": {
1217         "esr-thirdparty-sdnc": {
1218           "items": {
1219             "$ref": "#/definitions/esr-thirdparty-sdnc"
1220           }, 
1221           "type": "array"
1222         }
1223       }
1224     }, 
1225     "esr-vnfm": {
1226       "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", 
1227       "properties": {
1228         "certificate-url": {
1229           "description": "certificate url of VNFM.", 
1230           "type": "string"
1231         }, 
1232         "esr-system-info-list": {
1233           "items": {
1234             "$ref": "#/definitions/esr-system-info"
1235           }, 
1236           "type": "array"
1237         }, 
1238         "relationship-list": {
1239           "$ref": "#/definitions/relationship", 
1240           "type": "object"
1241         }, 
1242         "resource-version": {
1243           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1244           "type": "string"
1245         }, 
1246         "vim-id": {
1247           "description": "indecate the VIM to deploy VNF.", 
1248           "type": "string"
1249         }, 
1250         "vnfm-id": {
1251           "description": "Unique ID of VNFM.", 
1252           "type": "string"
1253         }
1254       }, 
1255       "required": [
1256         "vnfm-id"
1257       ]
1258     }, 
1259     "esr-vnfm-list": {
1260       "properties": {
1261         "esr-vnfm": {
1262           "items": {
1263             "$ref": "#/definitions/esr-vnfm"
1264           }, 
1265           "type": "array"
1266         }
1267       }
1268     }, 
1269     "external-system": {
1270       "description": "Namespace for external system.\n", 
1271       "properties": {
1272         "esr-ems-list": {
1273           "items": {
1274             "$ref": "#/definitions/esr-ems"
1275           }, 
1276           "type": "array"
1277         }, 
1278         "esr-thirdparty-sdnc-list": {
1279           "items": {
1280             "$ref": "#/definitions/esr-thirdparty-sdnc"
1281           }, 
1282           "type": "array"
1283         }, 
1284         "esr-vnfm-list": {
1285           "items": {
1286             "$ref": "#/definitions/esr-vnfm"
1287           }, 
1288           "type": "array"
1289         }
1290       }
1291     }, 
1292     "extra-properties": {
1293       "description": "Extra properties for inventory item for response list\n", 
1294       "properties": {
1295         "extra-property": {
1296           "items": {
1297             "$ref": "#/definitions/extra-property"
1298           }, 
1299           "type": "array"
1300         }
1301       }
1302     }, 
1303     "extra-property": {
1304       "properties": {
1305         "property-name": {
1306           "type": "string"
1307         }, 
1308         "property-value": {
1309           "type": "string"
1310         }
1311       }
1312     }, 
1313     "flavor": {
1314       "description": "Openstack flavor.\n###### Related Nodes\n- TO cloud-region (PARENT of flavor, flavor BelongsTo cloud-region, MANY2ONE)\n- FROM vserver( vserver Uses flavor, MANY2ONE)\n\n-FLAVOR cannot be deleted if related to VSERVER\n", 
1315       "properties": {
1316         "flavor-disabled": {
1317           "description": "Boolean as to whether this flavor is no longer enabled", 
1318           "type": "boolean"
1319         }, 
1320         "flavor-disk": {
1321           "description": "Disk space", 
1322           "format": "int32", 
1323           "type": "integer"
1324         }, 
1325         "flavor-ephemeral": {
1326           "description": "Amount of ephemeral disk space", 
1327           "format": "int32", 
1328           "type": "integer"
1329         }, 
1330         "flavor-id": {
1331           "description": "Flavor id, expected to be unique across cloud-region.", 
1332           "type": "string"
1333         }, 
1334         "flavor-is-public": {
1335           "description": "whether flavor is available to all users or private to the tenant it was created in.", 
1336           "type": "boolean"
1337         }, 
1338         "flavor-name": {
1339           "description": "Flavor name", 
1340           "type": "string"
1341         }, 
1342         "flavor-ram": {
1343           "description": "Amount of memory", 
1344           "format": "int32", 
1345           "type": "integer"
1346         }, 
1347         "flavor-selflink": {
1348           "description": "URL to endpoint where AAI can get more details", 
1349           "type": "string"
1350         }, 
1351         "flavor-swap": {
1352           "description": "amount of swap space allocation", 
1353           "type": "string"
1354         }, 
1355         "flavor-vcpus": {
1356           "description": "Number of CPUs", 
1357           "format": "int32", 
1358           "type": "integer"
1359         }, 
1360         "relationship-list": {
1361           "$ref": "#/definitions/relationship", 
1362           "type": "object"
1363         }, 
1364         "resource-version": {
1365           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1366           "type": "string"
1367         }
1368       }, 
1369       "required": [
1370         "flavor-id", 
1371         "flavor-name", 
1372         "flavor-selflink"
1373       ]
1374     }, 
1375     "flavors": {
1376       "description": "Collection of openstack flavors.\n", 
1377       "properties": {
1378         "flavor": {
1379           "items": {
1380             "$ref": "#/definitions/flavor"
1381           }, 
1382           "type": "array"
1383         }
1384       }
1385     }, 
1386     "generic-vnf": {
1387       "description": "General purpose VNF\n###### Related Nodes\n- TO availability-zone( generic-vnf Uses availability-zone, MANY2MANY)\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 ipsec-configuration( generic-vnf Uses ipsec-configuration, MANY2ONE)\n- TO l3-network( generic-vnf Uses l3-network, MANY2MANY)\n- TO pnf( generic-vnf HostedOn pnf, MANY2MANY)\n- TO pserver( generic-vnf HostedOn pserver, MANY2MANY)\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 entitlement (CHILD of generic-vnf, entitlement 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", 
1388       "properties": {
1389         "as-number": {
1390           "description": "as-number of the VNF", 
1391           "type": "string"
1392         }, 
1393         "encrypted-access-flag": {
1394           "description": "indicates whether generic-vnf access uses SSH", 
1395           "type": "boolean"
1396         }, 
1397         "entitlement-assignment-group-uuid": {
1398           "description": "UUID of the Entitlement group used for licensing VNFs, OBSOLETE -  See child relationships.", 
1399           "type": "string"
1400         }, 
1401         "entitlement-resource-uuid": {
1402           "description": "UUID of the specific entitlement resource.  OBSOLETE -  See child relationships.", 
1403           "type": "string"
1404         }, 
1405         "entitlements": {
1406           "items": {
1407             "$ref": "#/definitions/entitlement"
1408           }, 
1409           "type": "array"
1410         }, 
1411         "equipment-role": {
1412           "description": "Client should send valid enumerated value", 
1413           "type": "string"
1414         }, 
1415         "heat-stack-id": {
1416           "description": "Heat stack id corresponding to this instance, managed by MSO", 
1417           "type": "string"
1418         }, 
1419         "in-maint": {
1420           "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.", 
1421           "type": "boolean"
1422         }, 
1423         "ipv4-loopback0-address": {
1424           "description": "v4 Loopback0 address", 
1425           "type": "string"
1426         }, 
1427         "ipv4-oam-address": {
1428           "description": "Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.", 
1429           "type": "string"
1430         }, 
1431         "ipv4-oam-gateway-address": {
1432           "description": "Gateway address", 
1433           "type": "string"
1434         }, 
1435         "ipv4-oam-gateway-address-prefix-length": {
1436           "description": "Prefix length for oam-address", 
1437           "format": "int32", 
1438           "type": "integer"
1439         }, 
1440         "is-closed-loop-disabled": {
1441           "description": "used to indicate whether closed loop function is enabled on this node", 
1442           "type": "boolean"
1443         }, 
1444         "job-id": {
1445           "description": "job id corresponding to vnf", 
1446           "type": "string"
1447         }, 
1448         "l-interfaces": {
1449           "items": {
1450             "$ref": "#/definitions/l-interface"
1451           }, 
1452           "type": "array"
1453         }, 
1454         "lag-interfaces": {
1455           "items": {
1456             "$ref": "#/definitions/lag-interface"
1457           }, 
1458           "type": "array"
1459         }, 
1460         "license-assignment-group-uuid": {
1461           "description": "UUID of the license assignment group.  OBSOLETE -  See child relationships.", 
1462           "type": "string"
1463         }, 
1464         "license-key": {
1465           "description": "OBSOLETE -  do not use", 
1466           "type": "string"
1467         }, 
1468         "license-key-uuid": {
1469           "description": "UUID of the actual license resource.  OBSOLETE -  See child relationships.", 
1470           "type": "string"
1471         }, 
1472         "licenses": {
1473           "items": {
1474             "$ref": "#/definitions/license"
1475           }, 
1476           "type": "array"
1477         }, 
1478         "management-option": {
1479           "description": "identifier of managed by ATT or customer", 
1480           "type": "string"
1481         }, 
1482         "management-v6-address": {
1483           "description": "v6 management address", 
1484           "type": "string"
1485         }, 
1486         "model-customization-id": {
1487           "description": "captures the id of all the configuration used to customize the resource for the service.", 
1488           "type": "string"
1489         }, 
1490         "model-invariant-id": {
1491           "also requires": "model-version-id", 
1492           "description": "the ASDC model id for this resource or service model.", 
1493           "type": "string"
1494         }, 
1495         "model-version-id": {
1496           "also requires": "model-invariant-id", 
1497           "description": "the ASDC model version for this resource or service model.", 
1498           "type": "string"
1499         }, 
1500         "mso-catalog-key": {
1501           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
1502           "type": "string"
1503         }, 
1504         "nf-function": {
1505           "description": "English description of Network function that the specific VNF deployment is providing", 
1506           "type": "string"
1507         }, 
1508         "nf-naming-code": {
1509           "description": "string assigned to this model used for naming purposes", 
1510           "type": "string"
1511         }, 
1512         "nf-role": {
1513           "description": "role in the network that this model will be providing", 
1514           "type": "string"
1515         }, 
1516         "nf-type": {
1517           "description": "Generic description of the type of NF", 
1518           "type": "string"
1519         }, 
1520         "nm-lan-v6-address": {
1521           "description": "v6 Loopback address", 
1522           "type": "string"
1523         }, 
1524         "nm-profile-name": {
1525           "description": "Network Management profile of this VNF", 
1526           "type": "string"
1527         }, 
1528         "nnet": {
1529           "description": "number of network in vnf.", 
1530           "format": "int64", 
1531           "type": "integer"
1532         }, 
1533         "nshd": {
1534           "description": "number of associated SHD in vnf.", 
1535           "format": "int64", 
1536           "type": "integer"
1537         }, 
1538         "nvm": {
1539           "description": "number of vms in vnf.", 
1540           "format": "int64", 
1541           "type": "integer"
1542         }, 
1543         "operational-status": {
1544           "description": "Indicator for whether the resource is considered operational.  Valid values are in-service-path and out-of-service-path.", 
1545           "type": "string"
1546         }, 
1547         "orchestration-status": {
1548           "description": "Orchestration status of this VNF, used by MSO.", 
1549           "type": "string"
1550         }, 
1551         "persona-model-version": {
1552           "description": "the ASDC model version for this resource or service model.", 
1553           "type": "string"
1554         }, 
1555         "prov-status": {
1556           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
1557           "type": "string"
1558         }, 
1559         "regional-resource-subzone": {
1560           "description": "represents sub zone of the rr plane", 
1561           "type": "string"
1562         }, 
1563         "regional-resource-zone": {
1564           "description": "Regional way of organizing pservers, source of truth should define values", 
1565           "type": "string"
1566         }, 
1567         "relationship-list": {
1568           "$ref": "#/definitions/relationship", 
1569           "type": "object"
1570         }, 
1571         "resource-version": {
1572           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1573           "type": "string"
1574         }, 
1575         "selflink": {
1576           "description": "Path to the controller object.", 
1577           "type": "string"
1578         }, 
1579         "service-id": {
1580           "description": "Unique identifier of service, does not necessarily map to ASDC service models.  SOON TO BE DEPRECATED", 
1581           "type": "string"
1582         }, 
1583         "summary-status": {
1584           "description": "details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.", 
1585           "type": "string"
1586         }, 
1587         "vcpu": {
1588           "description": "number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE", 
1589           "format": "int64", 
1590           "type": "integer"
1591         }, 
1592         "vcpu-units": {
1593           "description": "units associated with vcpu, used for VNFs with no vservers/flavors, to be used only by uCPE", 
1594           "type": "string"
1595         }, 
1596         "vdisk": {
1597           "description": "number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only uCPE", 
1598           "format": "int64", 
1599           "type": "integer"
1600         }, 
1601         "vdisk-units": {
1602           "description": "units associated with vdisk, used for VNFs with no vservers/flavors, to be used only by uCPE", 
1603           "type": "string"
1604         }, 
1605         "vf-modules": {
1606           "items": {
1607             "$ref": "#/definitions/vf-module"
1608           }, 
1609           "type": "array"
1610         }, 
1611         "vlan-id-outer": {
1612           "description": "Temporary location for S-TAG to get to VCE", 
1613           "format": "int64", 
1614           "type": "integer"
1615         }, 
1616         "vmemory": {
1617           "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", 
1618           "format": "int64", 
1619           "type": "integer"
1620         }, 
1621         "vmemory-units": {
1622           "description": "units associated with vmemory, used for VNFs with no vservers/flavors, to be used only by uCPE", 
1623           "type": "string"
1624         }, 
1625         "vnf-discriptor-name": {
1626           "description": "vnf discriptor name", 
1627           "type": "string"
1628         }, 
1629         "vnf-id": {
1630           "description": "Unique id of VNF.  This is unique across the graph.", 
1631           "type": "string"
1632         }, 
1633         "vnf-instance-id": {
1634           "description": "vnf instance id.", 
1635           "type": "string"
1636         }, 
1637         "vnf-name": {
1638           "description": "Name of VNF.", 
1639           "type": "string"
1640         }, 
1641         "vnf-name2": {
1642           "description": "Alternate name of VNF.", 
1643           "type": "string"
1644         }, 
1645         "vnf-package-name": {
1646           "type": "string"
1647         }, 
1648         "vnf-type": {
1649           "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.", 
1650           "type": "string"
1651         }, 
1652         "widget-model-id": {
1653           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
1654           "type": "string"
1655         }, 
1656         "widget-model-version": {
1657           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
1658           "type": "string"
1659         }
1660       }, 
1661       "required": [
1662         "vnf-id", 
1663         "vnf-type", 
1664         "in-maint", 
1665         "is-closed-loop-disabled"
1666       ]
1667     }, 
1668     "generic-vnfs": {
1669       "description": "Collection of VNFs\n", 
1670       "properties": {
1671         "generic-vnf": {
1672           "items": {
1673             "$ref": "#/definitions/generic-vnf"
1674           }, 
1675           "type": "array"
1676         }
1677       }
1678     }, 
1679     "group-assignment": {
1680       "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", 
1681       "properties": {
1682         "group-description": {
1683           "description": "Group description - description of the group", 
1684           "type": "string"
1685         }, 
1686         "group-id": {
1687           "description": "Group id, expected to be unique across cloud-region.", 
1688           "type": "string"
1689         }, 
1690         "group-name": {
1691           "description": "Group name - name assigned to the group", 
1692           "type": "string"
1693         }, 
1694         "group-type": {
1695           "description": "Group type - the type of group this instance refers to", 
1696           "type": "string"
1697         }, 
1698         "relationship-list": {
1699           "$ref": "#/definitions/relationship", 
1700           "type": "object"
1701         }, 
1702         "resource-version": {
1703           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1704           "type": "string"
1705         }
1706       }, 
1707       "required": [
1708         "group-id", 
1709         "group-type", 
1710         "group-name"
1711       ]
1712     }, 
1713     "group-assignments": {
1714       "description": "Collection of openstack group assignments\n", 
1715       "properties": {
1716         "group-assignment": {
1717           "items": {
1718             "$ref": "#/definitions/group-assignment"
1719           }, 
1720           "type": "array"
1721         }
1722       }
1723     }, 
1724     "host-route": {
1725       "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", 
1726       "properties": {
1727         "host-route-id": {
1728           "description": "host-route id", 
1729           "type": "string"
1730         }, 
1731         "next-hop": {
1732           "description": "Could be ip-address, hostname, or service-instance", 
1733           "type": "string"
1734         }, 
1735         "next-hop-type": {
1736           "description": "Should be ip-address, hostname, or service-instance to match next-hop", 
1737           "type": "string"
1738         }, 
1739         "relationship-list": {
1740           "$ref": "#/definitions/relationship", 
1741           "type": "object"
1742         }, 
1743         "resource-version": {
1744           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1745           "type": "string"
1746         }, 
1747         "route-prefix": {
1748           "description": "subnet prefix", 
1749           "type": "string"
1750         }
1751       }, 
1752       "required": [
1753         "host-route-id", 
1754         "route-prefix", 
1755         "next-hop"
1756       ]
1757     }, 
1758     "host-routes": {
1759       "properties": {
1760         "host-route": {
1761           "items": {
1762             "$ref": "#/definitions/host-route"
1763           }, 
1764           "type": "array"
1765         }
1766       }
1767     }, 
1768     "image": {
1769       "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", 
1770       "properties": {
1771         "application": {
1772           "description": "The application that the image instantiates.", 
1773           "type": "string"
1774         }, 
1775         "application-vendor": {
1776           "description": "The vendor of the application.", 
1777           "type": "string"
1778         }, 
1779         "application-version": {
1780           "description": "The version of the application.", 
1781           "type": "string"
1782         }, 
1783         "image-architecture": {
1784           "description": "Operating system architecture.", 
1785           "type": "string"
1786         }, 
1787         "image-id": {
1788           "description": "Image id, expected to be unique across cloud region", 
1789           "type": "string"
1790         }, 
1791         "image-name": {
1792           "description": "Image name", 
1793           "type": "string"
1794         }, 
1795         "image-os-distro": {
1796           "description": "The common name of the operating system distribution in lowercase", 
1797           "type": "string"
1798         }, 
1799         "image-os-version": {
1800           "description": "The operating system version as specified by the distributor.", 
1801           "type": "string"
1802         }, 
1803         "image-selflink": {
1804           "description": "URL to endpoint where AAI can get more details", 
1805           "type": "string"
1806         }, 
1807         "metadata": {
1808           "items": {
1809             "$ref": "#/definitions/metadatum"
1810           }, 
1811           "type": "array"
1812         }, 
1813         "relationship-list": {
1814           "$ref": "#/definitions/relationship", 
1815           "type": "object"
1816         }, 
1817         "resource-version": {
1818           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1819           "type": "string"
1820         }
1821       }, 
1822       "required": [
1823         "image-id", 
1824         "image-name", 
1825         "image-os-distro", 
1826         "image-os-version", 
1827         "image-selflink"
1828       ]
1829     }, 
1830     "images": {
1831       "description": "Collectio of Openstack images.\n", 
1832       "properties": {
1833         "image": {
1834           "items": {
1835             "$ref": "#/definitions/image"
1836           }, 
1837           "type": "array"
1838         }
1839       }
1840     }, 
1841     "include-node-filter": {
1842       "properties": {
1843         "include-node-type": {
1844           "type": "string"
1845         }
1846       }
1847     }, 
1848     "instance-filter": {
1849       "description": "InstanceFilter for performing a named-query or model query\n"
1850     }, 
1851     "instance-filters": {
1852       "description": "InstanceFilters for performing a named-query or model query\n", 
1853       "properties": {
1854         "instance-filter": {
1855           "items": {
1856             "$ref": "#/definitions/instance-filter"
1857           }, 
1858           "type": "array"
1859         }
1860       }
1861     }, 
1862     "instance-group": {
1863       "description": "General mechanism for grouping instances\n###### Related Nodes\n- TO model( instance-group Targets model, MANY2MANY)\n- FROM allotted-resource( allotted-resource MemberOf instance-group, MANY2MANY)\n- FROM generic-vnf( generic-vnf MemberOf instance-group, MANY2MANY)\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", 
1864       "properties": {
1865         "description": {
1866           "description": "Descriptive text to help identify the usage of this instance-group", 
1867           "type": "string"
1868         }, 
1869         "id": {
1870           "description": "Instance Group ID, UUID assigned to this instance.", 
1871           "type": "string"
1872         }, 
1873         "instance-group-role": {
1874           "description": "role of the instance group.", 
1875           "type": "string"
1876         }, 
1877         "model-invariant-id": {
1878           "also requires": "model-version-id", 
1879           "description": "ASDC model id for this resource or service model.", 
1880           "type": "string"
1881         }, 
1882         "model-version-id": {
1883           "also requires": "model-invariant-id", 
1884           "description": "ASDC model version uid for this resource model.", 
1885           "type": "string"
1886         }, 
1887         "persona-model-version": {
1888           "description": "the ASDC model version for this resource or service model.", 
1889           "type": "string"
1890         }, 
1891         "relationship-list": {
1892           "$ref": "#/definitions/relationship", 
1893           "type": "object"
1894         }, 
1895         "resource-version": {
1896           "description": "Concurrency value", 
1897           "type": "string"
1898         }, 
1899         "sub-type": {
1900           "description": "Valid values for ha type are [geo-activeactive, geo-activestandby, local-activeactive, local-activestandby]", 
1901           "type": "string"
1902         }, 
1903         "type": {
1904           "description": "Only valid value today is lower case ha for high availability", 
1905           "type": "string"
1906         }
1907       }, 
1908       "required": [
1909         "id", 
1910         "description", 
1911         "type"
1912       ]
1913     }, 
1914     "instance-groups": {
1915       "description": "Collection of openstack route table references\n", 
1916       "properties": {
1917         "instance-group": {
1918           "items": {
1919             "$ref": "#/definitions/instance-group"
1920           }, 
1921           "type": "array"
1922         }
1923       }
1924     }, 
1925     "inventory": {
1926       "properties": {
1927         "business": {
1928           "$ref": "#/definitions/business", 
1929           "type": "object"
1930         }, 
1931         "cloud-infrastructure": {
1932           "$ref": "#/definitions/cloud-infrastructure", 
1933           "type": "object"
1934         }, 
1935         "external-system": {
1936           "$ref": "#/definitions/external-system", 
1937           "type": "object"
1938         }, 
1939         "network": {
1940           "$ref": "#/definitions/network", 
1941           "type": "object"
1942         }, 
1943         "service-design-and-creation": {
1944           "$ref": "#/definitions/service-design-and-creation", 
1945           "type": "object"
1946         }
1947       }
1948     }, 
1949     "inventory-item": {
1950       "properties": {
1951         "inventory-item-data": {
1952           "items": {
1953             "$ref": "#/definitions/inventory-item-data"
1954           }, 
1955           "type": "array"
1956         }, 
1957         "inventory-item-link": {
1958           "type": "string"
1959         }, 
1960         "inventory-item-type": {
1961           "type": "string"
1962         }, 
1963         "tagged-inventory-item-list": {
1964           "items": {
1965             "$ref": "#/definitions/tagged-inventory-item-list"
1966           }, 
1967           "type": "array"
1968         }
1969       }
1970     }, 
1971     "inventory-item-data": {
1972       "properties": {
1973         "property-name": {
1974           "type": "string"
1975         }, 
1976         "property-value": {
1977           "type": "string"
1978         }
1979       }
1980     }, 
1981     "inventory-response-item": {
1982       "description": "Inventory item for response list\n", 
1983       "properties": {
1984         "extra-properties": {
1985           "$ref": "#/definitions/extra-properties", 
1986           "type": "object"
1987         }, 
1988         "inventory-response-items": {
1989           "$ref": "#/definitions/inventory-response-items", 
1990           "type": "object"
1991         }, 
1992         "model-name": {
1993           "type": "string"
1994         }
1995       }
1996     }, 
1997     "inventory-response-items": {
1998       "description": "Container for inventory items in response list\n", 
1999       "properties": {
2000         "inventory-response-item": {
2001           "items": {
2002             "$ref": "#/definitions/inventory-response-item"
2003           }, 
2004           "type": "array"
2005         }
2006       }
2007     }, 
2008     "ipsec-configuration": {
2009       "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", 
2010       "properties": {
2011         "dpd-frequency": {
2012           "description": "Maximum number of DPD before claiming the tunnel is down", 
2013           "type": "string"
2014         }, 
2015         "dpd-interval": {
2016           "description": "The time between DPD probe", 
2017           "type": "string"
2018         }, 
2019         "ike-version": {
2020           "description": "can be 1 or 2", 
2021           "type": "string"
2022         }, 
2023         "ikev1-am-group-id": {
2024           "description": "Group name defined in VIG for clients using aggressive mode", 
2025           "type": "string"
2026         }, 
2027         "ikev1-am-password": {
2028           "description": "pre-shared key for the above group name", 
2029           "type": "string"
2030         }, 
2031         "ikev1-authentication": {
2032           "description": "Contains values like md5, sha1, sha256, sha384", 
2033           "type": "string"
2034         }, 
2035         "ikev1-dh-group": {
2036           "description": "Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14", 
2037           "type": "string"
2038         }, 
2039         "ikev1-encryption": {
2040           "description": "Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc", 
2041           "type": "string"
2042         }, 
2043         "ikev1-sa-lifetime": {
2044           "description": "Lifetime for IKEv1 SA", 
2045           "type": "string"
2046         }, 
2047         "ipsec-authentication": {
2048           "description": "md5, sha1, sha256, sha384", 
2049           "type": "string"
2050         }, 
2051         "ipsec-configuration-id": {
2052           "description": "UUID of this configuration", 
2053           "type": "string"
2054         }, 
2055         "ipsec-encryption": {
2056           "description": "3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc", 
2057           "type": "string"
2058         }, 
2059         "ipsec-pfs": {
2060           "description": "enable PFS or not", 
2061           "type": "string"
2062         }, 
2063         "ipsec-sa-lifetime": {
2064           "description": "Life time for IPSec SA", 
2065           "type": "string"
2066         }, 
2067         "relationship-list": {
2068           "$ref": "#/definitions/relationship", 
2069           "type": "object"
2070         }, 
2071         "requested-customer-name": {
2072           "description": "If the DMZ is a custom DMZ, this field will indicate the customer information", 
2073           "type": "string"
2074         }, 
2075         "requested-dmz-type": {
2076           "description": "ATT can offer a shared DMZ or a DMZ specific to a customer", 
2077           "type": "string"
2078         }, 
2079         "requested-encryption-strength": {
2080           "description": "Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc", 
2081           "type": "string"
2082         }, 
2083         "requested-vig-address-type": {
2084           "description": "Indicate the type of VIG server like AVPN, INTERNET, BOTH", 
2085           "type": "string"
2086         }, 
2087         "resource-version": {
2088           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2089           "type": "string"
2090         }, 
2091         "shared-dmz-network-address": {
2092           "description": "Network address of shared DMZ", 
2093           "type": "string"
2094         }, 
2095         "vig-servers": {
2096           "items": {
2097             "$ref": "#/definitions/vig-server"
2098           }, 
2099           "type": "array"
2100         }, 
2101         "xauth-user-password": {
2102           "description": "Encrypted using the Juniper $9$ algorithm", 
2103           "type": "string"
2104         }, 
2105         "xauth-userid": {
2106           "description": "user ID for xAuth, sm-user,ucpeHostName,nmteHostName", 
2107           "type": "string"
2108         }
2109       }, 
2110       "required": [
2111         "ipsec-configuration-id"
2112       ]
2113     }, 
2114     "ipsec-configurations": {
2115       "properties": {
2116         "ipsec-configuration": {
2117           "items": {
2118             "$ref": "#/definitions/ipsec-configuration"
2119           }, 
2120           "type": "array"
2121         }
2122       }
2123     }, 
2124     "key-data": {
2125       "properties": {
2126         "key-name": {
2127           "type": "string"
2128         }, 
2129         "key-value": {
2130           "type": "string"
2131         }
2132       }
2133     }, 
2134     "l-interface": {
2135       "description": "Logical interfaces, e.g., a vnic.\n###### Related Nodes\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 l-interface (PARENT of l-interface, l-interface BelongsTo l-interface, MANY2ONE)(4)\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\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", 
2136       "properties": {
2137         "allowed-address-pairs": {
2138           "description": "Freeform field for storing an ip address, list of ip addresses or a subnet block.", 
2139           "type": "string"
2140         }, 
2141         "in-maint": {
2142           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
2143           "type": "boolean"
2144         }, 
2145         "interface-description": {
2146           "description": "Human friendly text regarding this interface.", 
2147           "type": "string"
2148         }, 
2149         "interface-id": {
2150           "description": "ID of interface", 
2151           "type": "string"
2152         }, 
2153         "interface-name": {
2154           "description": "Name given to the interface", 
2155           "type": "string"
2156         }, 
2157         "interface-role": {
2158           "description": "E.g., CUSTOMER, UPLINK, etc.", 
2159           "type": "string"
2160         }, 
2161         "is-ip-unnumbered": {
2162           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
2163           "type": "boolean"
2164         }, 
2165         "is-port-mirrored": {
2166           "description": "boolean indicatating whether or not port is a mirrored.", 
2167           "type": "boolean"
2168         }, 
2169         "l-interfaces": {
2170           "items": {
2171             "$ref": "#/definitions/l-interface"
2172           }, 
2173           "type": "array"
2174         }, 
2175         "l3-interface-ipv4-address-list": {
2176           "items": {
2177             "$ref": "#/definitions/l3-interface-ipv4-address-list"
2178           }, 
2179           "type": "array"
2180         }, 
2181         "l3-interface-ipv6-address-list": {
2182           "items": {
2183             "$ref": "#/definitions/l3-interface-ipv6-address-list"
2184           }, 
2185           "type": "array"
2186         }, 
2187         "macaddr": {
2188           "description": "MAC address for the interface", 
2189           "type": "string"
2190         }, 
2191         "management-option": {
2192           "description": "Whether A&AI should be managing this interface of not. Could have value like CUSTOMER", 
2193           "type": "string"
2194         }, 
2195         "network-name": {
2196           "description": "Name of the network", 
2197           "type": "string"
2198         }, 
2199         "prov-status": {
2200           "description": "Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
2201           "type": "string"
2202         }, 
2203         "relationship-list": {
2204           "$ref": "#/definitions/relationship", 
2205           "type": "object"
2206         }, 
2207         "resource-version": {
2208           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2209           "type": "string"
2210         }, 
2211         "selflink": {
2212           "description": "URL to endpoint where AAI can get more details", 
2213           "type": "string"
2214         }, 
2215         "sriov-vfs": {
2216           "items": {
2217             "$ref": "#/definitions/sriov-vf"
2218           }, 
2219           "type": "array"
2220         }, 
2221         "v6-wan-link-ip": {
2222           "description": "Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.", 
2223           "type": "string"
2224         }, 
2225         "vlans": {
2226           "items": {
2227             "$ref": "#/definitions/vlan"
2228           }, 
2229           "type": "array"
2230         }
2231       }, 
2232       "required": [
2233         "interface-name", 
2234         "is-port-mirrored", 
2235         "in-maint", 
2236         "is-ip-unnumbered"
2237       ]
2238     }, 
2239     "l-interfaces": {
2240       "description": "Collection of logical interfaces.\n", 
2241       "properties": {
2242         "l-interface": {
2243           "items": {
2244             "$ref": "#/definitions/l-interface"
2245           }, 
2246           "type": "array"
2247         }
2248       }
2249     }, 
2250     "l3-interface-ipv4-address-list": {
2251       "description": "IPv4 Address Range\n###### Related Nodes\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", 
2252       "properties": {
2253         "is-floating": {
2254           "description": "Indicator of fixed or floating address", 
2255           "type": "boolean"
2256         }, 
2257         "l3-interface-ipv4-address": {
2258           "description": "IP address", 
2259           "type": "string"
2260         }, 
2261         "l3-interface-ipv4-prefix-length": {
2262           "description": "Prefix length, 32 for single address", 
2263           "format": "int64", 
2264           "type": "integer"
2265         }, 
2266         "neutron-network-id": {
2267           "description": "Neutron network id of the interface that address belongs to", 
2268           "type": "string"
2269         }, 
2270         "neutron-subnet-id": {
2271           "description": "Neutron id of subnet that address belongs to", 
2272           "type": "string"
2273         }, 
2274         "relationship-list": {
2275           "$ref": "#/definitions/relationship", 
2276           "type": "object"
2277         }, 
2278         "resource-version": {
2279           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2280           "type": "string"
2281         }, 
2282         "vlan-id-inner": {
2283           "description": "Inner VLAN tag", 
2284           "format": "int64", 
2285           "type": "integer"
2286         }, 
2287         "vlan-id-outer": {
2288           "description": "Outer VLAN tag", 
2289           "format": "int64", 
2290           "type": "integer"
2291         }
2292       }, 
2293       "required": [
2294         "l3-interface-ipv4-address"
2295       ]
2296     }, 
2297     "l3-interface-ipv6-address-list": {
2298       "description": "IPv6 Address Range\n###### Related Nodes\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", 
2299       "properties": {
2300         "is-floating": {
2301           "description": "Indicator of fixed or floating address", 
2302           "type": "boolean"
2303         }, 
2304         "l3-interface-ipv6-address": {
2305           "description": "IP address", 
2306           "type": "string"
2307         }, 
2308         "l3-interface-ipv6-prefix-length": {
2309           "description": "Prefix length, 128 for single address", 
2310           "format": "int64", 
2311           "type": "integer"
2312         }, 
2313         "neutron-network-id": {
2314           "description": "Neutron network id of the interface that address belongs to", 
2315           "type": "string"
2316         }, 
2317         "neutron-subnet-id": {
2318           "description": "Neutron id of subnet that address belongs to", 
2319           "type": "string"
2320         }, 
2321         "relationship-list": {
2322           "$ref": "#/definitions/relationship", 
2323           "type": "object"
2324         }, 
2325         "resource-version": {
2326           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2327           "type": "string"
2328         }, 
2329         "vlan-id-inner": {
2330           "description": "Inner VLAN tag", 
2331           "format": "int64", 
2332           "type": "integer"
2333         }, 
2334         "vlan-id-outer": {
2335           "description": "Outer VLAN tag", 
2336           "format": "int64", 
2337           "type": "integer"
2338         }
2339       }, 
2340       "required": [
2341         "l3-interface-ipv6-address"
2342       ]
2343     }, 
2344     "l3-network": {
2345       "description": "Generic network definition\n###### Related Nodes\n- TO instance-group( l3-network MemberOf instance-group, 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 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 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\n-(1) IF this L3-NETWORK node is deleted, this FROM node is DELETED also\n", 
2346       "properties": {
2347         "contrail-network-fqdn": {
2348           "description": "Contrail FQDN for the network", 
2349           "type": "string"
2350         }, 
2351         "ctag-assignments": {
2352           "items": {
2353             "$ref": "#/definitions/ctag-assignment"
2354           }, 
2355           "type": "array"
2356         }, 
2357         "heat-stack-id": {
2358           "description": "Heat stack id corresponding to this instance, managed by MSO", 
2359           "type": "string"
2360         }, 
2361         "is-bound-to-vpn": {
2362           "description": "Set to true if bound to VPN", 
2363           "type": "boolean"
2364         }, 
2365         "is-external-network": {
2366           "description": "boolean indicatating whether or not network is an external network.", 
2367           "type": "boolean"
2368         }, 
2369         "is-provider-network": {
2370           "description": "boolean indicatating whether or not network is a provider network.", 
2371           "type": "boolean"
2372         }, 
2373         "is-shared-network": {
2374           "description": "boolean indicatating whether or not network is a shared network.", 
2375           "type": "boolean"
2376         }, 
2377         "model-customization-id": {
2378           "description": "captures the id of all the configuration used to customize the resource for the service.", 
2379           "type": "string"
2380         }, 
2381         "model-invariant-id": {
2382           "also requires": "model-version-id", 
2383           "description": "the ASDC model id for this resource or service model.", 
2384           "type": "string"
2385         }, 
2386         "model-version-id": {
2387           "also requires": "model-invariant-id", 
2388           "description": "the ASDC model version for this resource or service model.", 
2389           "type": "string"
2390         }, 
2391         "mso-catalog-key": {
2392           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
2393           "type": "string"
2394         }, 
2395         "network-id": {
2396           "description": "Network ID, should be uuid. Unique across A&AI.", 
2397           "type": "string"
2398         }, 
2399         "network-name": {
2400           "description": "Name of the network, governed by some naming convention..", 
2401           "type": "string"
2402         }, 
2403         "network-role": {
2404           "description": "Role the network plans - who defines these values?", 
2405           "type": "string"
2406         }, 
2407         "network-role-instance": {
2408           "description": "network role instance", 
2409           "format": "int64", 
2410           "type": "integer"
2411         }, 
2412         "network-technology": {
2413           "description": "Network technology - who defines these values?", 
2414           "type": "string"
2415         }, 
2416         "network-type": {
2417           "description": "Type of the network - who defines these values?", 
2418           "type": "string"
2419         }, 
2420         "neutron-network-id": {
2421           "description": "Neutron network id of this Interface", 
2422           "type": "string"
2423         }, 
2424         "operational-status": {
2425           "description": "Indicator for whether the resource is considered operational.", 
2426           "type": "string"
2427         }, 
2428         "orchestration-status": {
2429           "description": "Orchestration status of this VNF, mastered by MSO", 
2430           "type": "string"
2431         }, 
2432         "persona-model-version": {
2433           "description": "the ASDC model version for this resource or service model.", 
2434           "type": "string"
2435         }, 
2436         "physical-network-name": {
2437           "description": "Name associated with the physical network.", 
2438           "type": "string"
2439         }, 
2440         "relationship-list": {
2441           "$ref": "#/definitions/relationship", 
2442           "description": "Relates to tenant (or is it a child of tenant), complex, service, vpn-binding", 
2443           "type": "object"
2444         }, 
2445         "resource-version": {
2446           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2447           "type": "string"
2448         }, 
2449         "segmentation-assignments": {
2450           "items": {
2451             "$ref": "#/definitions/segmentation-assignment"
2452           }, 
2453           "type": "array"
2454         }, 
2455         "selflink": {
2456           "description": "Path to the controller object.", 
2457           "type": "string"
2458         }, 
2459         "service-id": {
2460           "description": "Unique identifier of service from ASDC.  Does not strictly map to ASDC services.  SOON TO BE DEPRECATED", 
2461           "type": "string"
2462         }, 
2463         "subnets": {
2464           "items": {
2465             "$ref": "#/definitions/subnet"
2466           }, 
2467           "type": "array"
2468         }, 
2469         "widget-model-id": {
2470           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
2471           "type": "string"
2472         }, 
2473         "widget-model-version": {
2474           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
2475           "type": "string"
2476         }
2477       }, 
2478       "required": [
2479         "network-id", 
2480         "is-bound-to-vpn", 
2481         "is-provider-network", 
2482         "is-shared-network", 
2483         "is-external-network"
2484       ]
2485     }, 
2486     "l3-networks": {
2487       "properties": {
2488         "l3-network": {
2489           "items": {
2490             "$ref": "#/definitions/l3-network"
2491           }, 
2492           "type": "array"
2493         }
2494       }
2495     }, 
2496     "lag-interface": {
2497       "description": "Link aggregate interface\n###### Related Nodes\n- TO generic-vnf (PARENT of lag-interface, lag-interface BelongsTo generic-vnf, MANY2ONE)(4)\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 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", 
2498       "properties": {
2499         "in-maint": {
2500           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
2501           "type": "boolean"
2502         }, 
2503         "interface-description": {
2504           "description": "Human friendly text regarding this interface.", 
2505           "type": "string"
2506         }, 
2507         "interface-id": {
2508           "description": "ID of interface", 
2509           "type": "string"
2510         }, 
2511         "interface-name": {
2512           "description": "Name that identifies the link aggregate interface", 
2513           "type": "string"
2514         }, 
2515         "interface-role": {
2516           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
2517           "type": "string"
2518         }, 
2519         "l-interfaces": {
2520           "items": {
2521             "$ref": "#/definitions/l-interface"
2522           }, 
2523           "type": "array"
2524         }, 
2525         "prov-status": {
2526           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
2527           "type": "string"
2528         }, 
2529         "relationship-list": {
2530           "$ref": "#/definitions/relationship", 
2531           "type": "object"
2532         }, 
2533         "resource-version": {
2534           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2535           "type": "string"
2536         }, 
2537         "speed-units": {
2538           "description": "Captures the units corresponding to the speed", 
2539           "type": "string"
2540         }, 
2541         "speed-value": {
2542           "description": "Captures the numeric part of the speed", 
2543           "type": "string"
2544         }
2545       }, 
2546       "required": [
2547         "interface-name", 
2548         "in-maint"
2549       ]
2550     }, 
2551     "lag-interfaces": {
2552       "description": "Collection of link aggregate interfaces.\n", 
2553       "properties": {
2554         "lag-interface": {
2555           "items": {
2556             "$ref": "#/definitions/lag-interface"
2557           }, 
2558           "type": "array"
2559         }
2560       }
2561     }, 
2562     "lag-link": {
2563       "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", 
2564       "properties": {
2565         "link-name": {
2566           "description": "Alphabetical concatenation of lag-interface names", 
2567           "type": "string"
2568         }, 
2569         "relationship-list": {
2570           "$ref": "#/definitions/relationship", 
2571           "type": "object"
2572         }, 
2573         "resource-version": {
2574           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2575           "type": "string"
2576         }
2577       }, 
2578       "required": [
2579         "link-name"
2580       ]
2581     }, 
2582     "lag-links": {
2583       "description": "Collection of link aggregation connections\n", 
2584       "properties": {
2585         "lag-link": {
2586           "items": {
2587             "$ref": "#/definitions/lag-link"
2588           }, 
2589           "type": "array"
2590         }
2591       }
2592     }, 
2593     "license": {
2594       "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", 
2595       "properties": {
2596         "group-uuid": {
2597           "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
2598           "type": "string"
2599         }, 
2600         "relationship-list": {
2601           "$ref": "#/definitions/relationship", 
2602           "type": "object"
2603         }, 
2604         "resource-uuid": {
2605           "description": "Unique ID of a license resource.", 
2606           "type": "string"
2607         }, 
2608         "resource-version": {
2609           "description": "Concurrency value", 
2610           "type": "string"
2611         }
2612       }, 
2613       "required": [
2614         "group-uuid", 
2615         "resource-uuid"
2616       ]
2617     }, 
2618     "licenses": {
2619       "description": "Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management\n", 
2620       "properties": {
2621         "license": {
2622           "items": {
2623             "$ref": "#/definitions/license"
2624           }, 
2625           "type": "array"
2626         }
2627       }
2628     }, 
2629     "line-of-business": {
2630       "description": "describes a line-of-business\n###### Related Nodes\n- TO generic-vnf( line-of-business Uses generic-vnf, MANY2MANY)\n", 
2631       "properties": {
2632         "line-of-business-name": {
2633           "description": "Name of the line-of-business (product)", 
2634           "type": "string"
2635         }, 
2636         "relationship-list": {
2637           "$ref": "#/definitions/relationship", 
2638           "type": "object"
2639         }, 
2640         "resource-version": {
2641           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2642           "type": "string"
2643         }
2644       }, 
2645       "required": [
2646         "line-of-business-name"
2647       ]
2648     }, 
2649     "lines-of-business": {
2650       "description": "Collection of lines-of-business\n", 
2651       "properties": {
2652         "line-of-business": {
2653           "items": {
2654             "$ref": "#/definitions/line-of-business"
2655           }, 
2656           "type": "array"
2657         }
2658       }
2659     }, 
2660     "logical-link": {
2661       "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 generic-vnf( logical-link BridgedTo generic-vnf, MANY2MANY)\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", 
2662       "properties": {
2663         "circuit-id": {
2664           "description": "Circuit id", 
2665           "type": "string"
2666         }, 
2667         "in-maint": {
2668           "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.", 
2669           "type": "boolean"
2670         }, 
2671         "ip-version": {
2672           "description": "v4, v6, or ds for dual stack", 
2673           "type": "string"
2674         }, 
2675         "link-id": {
2676           "description": "UUID of the logical-link, SDNC generates this.", 
2677           "type": "string"
2678         }, 
2679         "link-name": {
2680           "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
2681           "type": "string"
2682         }, 
2683         "link-name2": {
2684           "description": "Alias or alternate name (CLCI or D1 name).", 
2685           "type": "string"
2686         }, 
2687         "link-role": {
2688           "description": "Indication of the network use of the logical link.", 
2689           "type": "string"
2690         }, 
2691         "link-type": {
2692           "description": "Type of logical link, e.g., evc", 
2693           "type": "string"
2694         }, 
2695         "model-invariant-id": {
2696           "also requires": "model-version-id", 
2697           "description": "the ASDC model id for this resource or service model.", 
2698           "type": "string"
2699         }, 
2700         "model-version-id": {
2701           "also requires": "model-invariant-id", 
2702           "description": "the ASDC model version for this resource or service model.", 
2703           "type": "string"
2704         }, 
2705         "operational-status": {
2706           "description": "Indication of operational status of the logical link.", 
2707           "type": "string"
2708         }, 
2709         "persona-model-version": {
2710           "description": "the ASDC model version for this resource or service model.", 
2711           "type": "string"
2712         }, 
2713         "prov-status": {
2714           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
2715           "type": "string"
2716         }, 
2717         "purpose": {
2718           "description": "Reason for this entity, role it is playing", 
2719           "type": "string"
2720         }, 
2721         "relationship-list": {
2722           "$ref": "#/definitions/relationship", 
2723           "type": "object"
2724         }, 
2725         "resource-version": {
2726           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2727           "type": "string"
2728         }, 
2729         "routing-protocol": {
2730           "description": "For example, static or BGP", 
2731           "type": "string"
2732         }, 
2733         "speed-units": {
2734           "description": "Captures the units corresponding to the speed", 
2735           "type": "string"
2736         }, 
2737         "speed-value": {
2738           "description": "Captures the numeric part of the speed", 
2739           "type": "string"
2740         }, 
2741         "widget-model-id": {
2742           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
2743           "type": "string"
2744         }, 
2745         "widget-model-version": {
2746           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
2747           "type": "string"
2748         }
2749       }, 
2750       "required": [
2751         "link-name", 
2752         "in-maint", 
2753         "link-type"
2754       ]
2755     }, 
2756     "logical-links": {
2757       "description": "Collection of logical connections\n", 
2758       "properties": {
2759         "logical-link": {
2760           "items": {
2761             "$ref": "#/definitions/logical-link"
2762           }, 
2763           "type": "array"
2764         }
2765       }
2766     }, 
2767     "metadata": {
2768       "description": "Collection of metadatum (key/value pairs)\n", 
2769       "properties": {
2770         "metadatum": {
2771           "items": {
2772             "$ref": "#/definitions/metadatum"
2773           }, 
2774           "type": "array"
2775         }
2776       }
2777     }, 
2778     "metadatum": {
2779       "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", 
2780       "properties": {
2781         "metaname": {
2782           "type": "string"
2783         }, 
2784         "metaval": {
2785           "type": "string"
2786         }, 
2787         "resource-version": {
2788           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2789           "type": "string"
2790         }
2791       }, 
2792       "required": [
2793         "metaname", 
2794         "metaval"
2795       ]
2796     }, 
2797     "model": {
2798       "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", 
2799       "properties": {
2800         "model-invariant-id": {
2801           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
2802           "type": "string"
2803         }, 
2804         "model-type": {
2805           "description": "Type of the model, e.g., service, resource, widget, etc.", 
2806           "type": "string"
2807         }, 
2808         "model-vers": {
2809           "items": {
2810             "$ref": "#/definitions/model-ver"
2811           }, 
2812           "type": "array"
2813         }, 
2814         "relationship-list": {
2815           "$ref": "#/definitions/relationship", 
2816           "type": "object"
2817         }, 
2818         "resource-version": {
2819           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2820           "type": "string"
2821         }
2822       }, 
2823       "required": [
2824         "model-invariant-id", 
2825         "model-type"
2826       ]
2827     }, 
2828     "model-and-named-query-search": {
2829       "description": "ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query\n", 
2830       "properties": {
2831         "instance-filters": {
2832           "$ref": "#/definitions/instance-filters", 
2833           "type": "object"
2834         }, 
2835         "query-parameters": {
2836           "$ref": "#/definitions/query-parameters", 
2837           "type": "object"
2838         }, 
2839         "secondary-filter-cut-point": {
2840           "type": "string"
2841         }, 
2842         "secondary-filts": {
2843           "$ref": "#/definitions/secondary-filts", 
2844           "type": "object"
2845         }, 
2846         "top-node-type": {
2847           "type": "string"
2848         }
2849       }
2850     }, 
2851     "model-constraint": {
2852       "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", 
2853       "properties": {
2854         "constrained-element-set-uuid-to-replace": {
2855           "type": "string"
2856         }, 
2857         "constrained-element-sets": {
2858           "items": {
2859             "$ref": "#/definitions/constrained-element-set"
2860           }, 
2861           "type": "array"
2862         }, 
2863         "model-constraint-uuid": {
2864           "type": "string"
2865         }, 
2866         "resource-version": {
2867           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2868           "type": "string"
2869         }
2870       }, 
2871       "required": [
2872         "model-constraint-uuid", 
2873         "constrained-element-set-uuid-to-replace"
2874       ]
2875     }, 
2876     "model-constraints": {
2877       "properties": {
2878         "model-constraint": {
2879           "items": {
2880             "$ref": "#/definitions/model-constraint"
2881           }, 
2882           "type": "array"
2883         }
2884       }
2885     }, 
2886     "model-element": {
2887       "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", 
2888       "properties": {
2889         "cardinality": {
2890           "description": "How many of this type of element are required/allowed", 
2891           "type": "string"
2892         }, 
2893         "linkage-points": {
2894           "type": "string"
2895         }, 
2896         "model-constraints": {
2897           "description": "Describes new constraints on this model element that are not part of that model's definition", 
2898           "items": {
2899             "$ref": "#/definitions/model-constraint"
2900           }, 
2901           "type": "array"
2902         }, 
2903         "model-element-uuid": {
2904           "type": "string"
2905         }, 
2906         "model-elements": {
2907           "description": "Defines how other models combine to make up a higher-level model", 
2908           "items": {
2909             "$ref": "#/definitions/model-element"
2910           }, 
2911           "type": "array"
2912         }, 
2913         "new-data-del-flag": {
2914           "description": "Indicates whether this element was created as part of instantiation from this model", 
2915           "type": "string"
2916         }, 
2917         "relationship-list": {
2918           "$ref": "#/definitions/relationship", 
2919           "type": "object"
2920         }, 
2921         "resource-version": {
2922           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2923           "type": "string"
2924         }
2925       }, 
2926       "required": [
2927         "model-element-uuid", 
2928         "new-data-del-flag", 
2929         "cardinality"
2930       ]
2931     }, 
2932     "model-elements": {
2933       "properties": {
2934         "model-element": {
2935           "items": {
2936             "$ref": "#/definitions/model-element"
2937           }, 
2938           "type": "array"
2939         }
2940       }
2941     }, 
2942     "model-ver": {
2943       "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", 
2944       "properties": {
2945         "metadata": {
2946           "items": {
2947             "$ref": "#/definitions/metadatum"
2948           }, 
2949           "type": "array"
2950         }, 
2951         "model-description": {
2952           "description": "Description", 
2953           "type": "string"
2954         }, 
2955         "model-elements": {
2956           "items": {
2957             "$ref": "#/definitions/model-element"
2958           }, 
2959           "type": "array"
2960         }, 
2961         "model-name": {
2962           "description": "Name of the model, which can change from version to version.", 
2963           "type": "string"
2964         }, 
2965         "model-version": {
2966           "description": "Version", 
2967           "type": "string"
2968         }, 
2969         "model-version-id": {
2970           "description": "Unique identifier corresponding to one version of a model in ASDC", 
2971           "type": "string"
2972         }, 
2973         "relationship-list": {
2974           "$ref": "#/definitions/relationship", 
2975           "type": "object"
2976         }, 
2977         "resource-version": {
2978           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2979           "type": "string"
2980         }
2981       }, 
2982       "required": [
2983         "model-version-id", 
2984         "model-name", 
2985         "model-version"
2986       ]
2987     }, 
2988     "model-vers": {
2989       "properties": {
2990         "model-ver": {
2991           "items": {
2992             "$ref": "#/definitions/model-ver"
2993           }, 
2994           "type": "array"
2995         }
2996       }
2997     }, 
2998     "models": {
2999       "description": "Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models\n", 
3000       "properties": {
3001         "model": {
3002           "items": {
3003             "$ref": "#/definitions/model"
3004           }, 
3005           "type": "array"
3006         }
3007       }
3008     }, 
3009     "multicast-configuration": {
3010       "description": "###### Related Nodes\n- FROM vlan( vlan Uses multicast-configuration, MANY2MANY)\n", 
3011       "properties": {
3012         "multicast-configuration-id": {
3013           "description": "Unique id of multicast configuration.", 
3014           "type": "string"
3015         }, 
3016         "multicast-protocol": {
3017           "description": "protocol of multicast configuration", 
3018           "type": "string"
3019         }, 
3020         "relationship-list": {
3021           "$ref": "#/definitions/relationship", 
3022           "type": "object"
3023         }, 
3024         "resource-version": {
3025           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3026           "type": "string"
3027         }, 
3028         "rp-type": {
3029           "description": "rp type of multicast configuration", 
3030           "type": "string"
3031         }
3032       }, 
3033       "required": [
3034         "multicast-configuration-id", 
3035         "multicast-protocol", 
3036         "rp-type"
3037       ]
3038     }, 
3039     "multicast-configurations": {
3040       "description": "multicast configuration of generic-vnf ip-address\n", 
3041       "properties": {
3042         "multicast-configuration": {
3043           "items": {
3044             "$ref": "#/definitions/multicast-configuration"
3045           }, 
3046           "type": "array"
3047         }
3048       }
3049     }, 
3050     "named-queries": {
3051       "properties": {
3052         "named-query": {
3053           "items": {
3054             "$ref": "#/definitions/named-query"
3055           }, 
3056           "type": "array"
3057         }
3058       }
3059     }, 
3060     "named-query": {
3061       "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", 
3062       "properties": {
3063         "description": {
3064           "type": "string"
3065         }, 
3066         "named-query-elements": {
3067           "items": {
3068             "$ref": "#/definitions/named-query-element"
3069           }, 
3070           "type": "array"
3071         }, 
3072         "named-query-name": {
3073           "type": "string"
3074         }, 
3075         "named-query-uuid": {
3076           "type": "string"
3077         }, 
3078         "named-query-version": {
3079           "type": "string"
3080         }, 
3081         "relationship-list": {
3082           "$ref": "#/definitions/relationship", 
3083           "type": "object"
3084         }, 
3085         "required-input-param": {
3086           "type": "string"
3087         }, 
3088         "resource-version": {
3089           "type": "string"
3090         }
3091       }, 
3092       "required": [
3093         "named-query-uuid", 
3094         "named-query-name", 
3095         "named-query-version"
3096       ]
3097     }, 
3098     "named-query-element": {
3099       "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", 
3100       "properties": {
3101         "do-not-output": {
3102           "type": "string"
3103         }, 
3104         "named-query-element-uuid": {
3105           "type": "string"
3106         }, 
3107         "named-query-elements": {
3108           "items": {
3109             "$ref": "#/definitions/named-query-element"
3110           }, 
3111           "type": "array"
3112         }, 
3113         "property-collect-list": {
3114           "type": "string"
3115         }, 
3116         "property-constraints": {
3117           "items": {
3118             "$ref": "#/definitions/property-constraint"
3119           }, 
3120           "type": "array"
3121         }, 
3122         "property-limit-desc": {
3123           "type": "string"
3124         }, 
3125         "related-lookups": {
3126           "items": {
3127             "$ref": "#/definitions/related-lookup"
3128           }, 
3129           "type": "array"
3130         }, 
3131         "relationship-list": {
3132           "$ref": "#/definitions/relationship", 
3133           "type": "object"
3134         }, 
3135         "resource-version": {
3136           "type": "string"
3137         }
3138       }, 
3139       "required": [
3140         "named-query-element-uuid"
3141       ]
3142     }, 
3143     "named-query-elements": {
3144       "properties": {
3145         "named-query-element": {
3146           "items": {
3147             "$ref": "#/definitions/named-query-element"
3148           }, 
3149           "type": "array"
3150         }
3151       }
3152     }, 
3153     "network": {
3154       "description": "Namespace for network inventory resources.\n", 
3155       "properties": {
3156         "configurations": {
3157           "items": {
3158             "$ref": "#/definitions/configuration"
3159           }, 
3160           "type": "array"
3161         }, 
3162         "generic-vnfs": {
3163           "items": {
3164             "$ref": "#/definitions/generic-vnf"
3165           }, 
3166           "type": "array"
3167         }, 
3168         "instance-groups": {
3169           "items": {
3170             "$ref": "#/definitions/instance-group"
3171           }, 
3172           "type": "array"
3173         }, 
3174         "ipsec-configurations": {
3175           "items": {
3176             "$ref": "#/definitions/ipsec-configuration"
3177           }, 
3178           "type": "array"
3179         }, 
3180         "l3-networks": {
3181           "items": {
3182             "$ref": "#/definitions/l3-network"
3183           }, 
3184           "type": "array"
3185         }, 
3186         "lag-links": {
3187           "items": {
3188             "$ref": "#/definitions/lag-link"
3189           }, 
3190           "type": "array"
3191         }, 
3192         "logical-links": {
3193           "items": {
3194             "$ref": "#/definitions/logical-link"
3195           }, 
3196           "type": "array"
3197         }, 
3198         "multicast-configurations": {
3199           "items": {
3200             "$ref": "#/definitions/multicast-configuration"
3201           }, 
3202           "type": "array"
3203         }, 
3204         "network-policies": {
3205           "items": {
3206             "$ref": "#/definitions/network-policy"
3207           }, 
3208           "type": "array"
3209         }, 
3210         "newvces": {
3211           "items": {
3212             "$ref": "#/definitions/newvce"
3213           }, 
3214           "type": "array"
3215         }, 
3216         "physical-links": {
3217           "items": {
3218             "$ref": "#/definitions/physical-link"
3219           }, 
3220           "type": "array"
3221         }, 
3222         "pnfs": {
3223           "items": {
3224             "$ref": "#/definitions/pnf"
3225           }, 
3226           "type": "array"
3227         }, 
3228         "route-table-references": {
3229           "items": {
3230             "$ref": "#/definitions/route-table-reference"
3231           }, 
3232           "type": "array"
3233         }, 
3234         "site-pair-sets": {
3235           "items": {
3236             "$ref": "#/definitions/site-pair-set"
3237           }, 
3238           "type": "array"
3239         }, 
3240         "vces": {
3241           "items": {
3242             "$ref": "#/definitions/vce"
3243           }, 
3244           "type": "array"
3245         }, 
3246         "vnfcs": {
3247           "items": {
3248             "$ref": "#/definitions/vnfc"
3249           }, 
3250           "type": "array"
3251         }, 
3252         "vpls-pes": {
3253           "items": {
3254             "$ref": "#/definitions/vpls-pe"
3255           }, 
3256           "type": "array"
3257         }, 
3258         "vpn-bindings": {
3259           "items": {
3260             "$ref": "#/definitions/vpn-binding"
3261           }, 
3262           "type": "array"
3263         }, 
3264         "zones": {
3265           "items": {
3266             "$ref": "#/definitions/zone"
3267           }, 
3268           "type": "array"
3269         }
3270       }
3271     }, 
3272     "network-policies": {
3273       "properties": {
3274         "network-policy": {
3275           "items": {
3276             "$ref": "#/definitions/network-policy"
3277           }, 
3278           "type": "array"
3279         }
3280       }
3281     }, 
3282     "network-policy": {
3283       "description": "###### Related Nodes\n- FROM allotted-resource( allotted-resource Uses network-policy, ONE2ONE)\n- FROM l3-network( l3-network Uses network-policy, MANY2MANY)\n", 
3284       "properties": {
3285         "heat-stack-id": {
3286           "description": "ID for the openStack Heat instance", 
3287           "type": "string"
3288         }, 
3289         "network-policy-fqdn": {
3290           "description": "Contrail FQDN for the policy", 
3291           "type": "string"
3292         }, 
3293         "network-policy-id": {
3294           "description": "UUID representing unique key to this instance", 
3295           "type": "string"
3296         }, 
3297         "relationship-list": {
3298           "$ref": "#/definitions/relationship", 
3299           "type": "object"
3300         }, 
3301         "resource-version": {
3302           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3303           "type": "string"
3304         }
3305       }, 
3306       "required": [
3307         "network-policy-id"
3308       ]
3309     }, 
3310     "network-profile": {
3311       "description": "Network profile populated by SDN-GP for SNMP\n###### Related Nodes\n- TO generic-vnf( network-profile AppliesTo generic-vnf, MANY2MANY)\n", 
3312       "properties": {
3313         "community-string": {
3314           "description": "Encrypted SNMP community string", 
3315           "type": "string"
3316         }, 
3317         "nm-profile-name": {
3318           "description": "Unique name of network profile.", 
3319           "type": "string"
3320         }, 
3321         "relationship-list": {
3322           "$ref": "#/definitions/relationship", 
3323           "type": "object"
3324         }, 
3325         "resource-version": {
3326           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3327           "type": "string"
3328         }
3329       }, 
3330       "required": [
3331         "nm-profile-name"
3332       ]
3333     }, 
3334     "network-profiles": {
3335       "description": "Collection of network profiles\n", 
3336       "properties": {
3337         "network-profile": {
3338           "items": {
3339             "$ref": "#/definitions/network-profile"
3340           }, 
3341           "type": "array"
3342         }
3343       }
3344     }, 
3345     "newvce": {
3346       "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", 
3347       "properties": {
3348         "equipment-role": {
3349           "description": "Client should send valid enumerated value.", 
3350           "type": "string"
3351         }, 
3352         "heat-stack-id": {
3353           "description": "Heat stack id corresponding to this instance, managed by MSO", 
3354           "type": "string"
3355         }, 
3356         "ipv4-loopback0-address": {
3357           "description": "v4 Loopback0 address", 
3358           "type": "string"
3359         }, 
3360         "ipv4-oam-address": {
3361           "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).", 
3362           "type": "string"
3363         }, 
3364         "l-interfaces": {
3365           "items": {
3366             "$ref": "#/definitions/l-interface"
3367           }, 
3368           "type": "array"
3369         }, 
3370         "license-key": {
3371           "description": "OBSOLETE -  do not use", 
3372           "type": "string"
3373         }, 
3374         "mso-catalog-key": {
3375           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
3376           "type": "string"
3377         }, 
3378         "operational-status": {
3379           "description": "Indicator for whether the resource is considered operational", 
3380           "type": "string"
3381         }, 
3382         "orchestration-status": {
3383           "description": "Orchestration status of this VNF, mastered by MSO.", 
3384           "type": "string"
3385         }, 
3386         "prov-status": {
3387           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
3388           "type": "string"
3389         }, 
3390         "relationship-list": {
3391           "$ref": "#/definitions/relationship", 
3392           "type": "object"
3393         }, 
3394         "resource-version": {
3395           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3396           "type": "string"
3397         }, 
3398         "vnf-id2": {
3399           "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
3400           "type": "string"
3401         }, 
3402         "vnf-name": {
3403           "description": "Name of VNF.", 
3404           "type": "string"
3405         }, 
3406         "vnf-name2": {
3407           "description": "Alternate name of VNF.", 
3408           "type": "string"
3409         }, 
3410         "vnf-type": {
3411           "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.", 
3412           "type": "string"
3413         }
3414       }, 
3415       "required": [
3416         "vnf-id2", 
3417         "vnf-name", 
3418         "vnf-type"
3419       ]
3420     }, 
3421     "newvces": {
3422       "description": "This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce.\n", 
3423       "properties": {
3424         "newvce": {
3425           "items": {
3426             "$ref": "#/definitions/newvce"
3427           }, 
3428           "type": "array"
3429         }
3430       }
3431     }, 
3432     "nodes": {
3433       "properties": {
3434         "inventory-item-data": {
3435           "items": {
3436             "$ref": "#/definitions/inventory-item-data"
3437           }, 
3438           "type": "array"
3439         }
3440       }
3441     }, 
3442     "notification-event": {
3443       "properties": {
3444         "cambria.partition": {
3445           "type": "string"
3446         }, 
3447         "notification-event-header": {
3448           "$ref": "#/definitions/notification-event-header", 
3449           "type": "object"
3450         }
3451       }
3452     }, 
3453     "notification-event-header": {
3454       "properties": {
3455         "action": {
3456           "type": "string"
3457         }, 
3458         "domain": {
3459           "type": "string"
3460         }, 
3461         "entity-link": {
3462           "type": "string"
3463         }, 
3464         "entity-type": {
3465           "type": "string"
3466         }, 
3467         "event-type": {
3468           "type": "string"
3469         }, 
3470         "id": {
3471           "type": "string"
3472         }, 
3473         "sequence-number": {
3474           "type": "string"
3475         }, 
3476         "severity": {
3477           "type": "string"
3478         }, 
3479         "source-name": {
3480           "type": "string"
3481         }, 
3482         "status": {
3483           "type": "string"
3484         }, 
3485         "timestamp": {
3486           "type": "string"
3487         }, 
3488         "top-entity-type": {
3489           "type": "string"
3490         }, 
3491         "version": {
3492           "type": "string"
3493         }
3494       }
3495     }, 
3496     "notify": {
3497       "properties": {
3498         "event-id": {
3499           "type": "string"
3500         }, 
3501         "event-trigger": {
3502           "type": "string"
3503         }, 
3504         "key-data": {
3505           "items": {
3506             "$ref": "#/definitions/key-data"
3507           }, 
3508           "type": "array"
3509         }, 
3510         "node-type": {
3511           "type": "string"
3512         }, 
3513         "selflink": {
3514           "type": "string"
3515         }
3516       }, 
3517       "required": [
3518         "event-id"
3519       ]
3520     }, 
3521     "oam-network": {
3522       "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", 
3523       "properties": {
3524         "cvlan-tag": {
3525           "description": "cvlan-id", 
3526           "format": "int64", 
3527           "type": "integer"
3528         }, 
3529         "ipv4-oam-gateway-address": {
3530           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
3531           "type": "string"
3532         }, 
3533         "ipv4-oam-gateway-address-prefix-length": {
3534           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
3535           "format": "int32", 
3536           "type": "integer"
3537         }, 
3538         "network-name": {
3539           "description": "Name of the network.", 
3540           "type": "string"
3541         }, 
3542         "network-uuid": {
3543           "description": "UUID of the network. Unique across a cloud-region", 
3544           "type": "string"
3545         }, 
3546         "relationship-list": {
3547           "$ref": "#/definitions/relationship", 
3548           "type": "object"
3549         }, 
3550         "resource-version": {
3551           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3552           "type": "string"
3553         }
3554       }, 
3555       "required": [
3556         "network-uuid", 
3557         "network-name", 
3558         "cvlan-tag"
3559       ]
3560     }, 
3561     "oam-networks": {
3562       "description": "Collection of OAM networks, to be deprecated shortly.  Do not use for new purposes. \n", 
3563       "properties": {
3564         "oam-network": {
3565           "items": {
3566             "$ref": "#/definitions/oam-network"
3567           }, 
3568           "type": "array"
3569         }
3570       }
3571     }, 
3572     "overloaded-model": {
3573       "description": "Allows for legacy POST of old-style and new-style models\n", 
3574       "properties": {
3575         "model-description": {
3576           "description": "Description", 
3577           "type": "string"
3578         }, 
3579         "model-id": {
3580           "description": "Invariant unique ID which does not change from version to version", 
3581           "type": "string"
3582         }, 
3583         "model-invariant-id": {
3584           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
3585           "type": "string"
3586         }, 
3587         "model-name": {
3588           "description": "Name of the model, which can change from version to version.", 
3589           "type": "string"
3590         }, 
3591         "model-name-version-id": {
3592           "description": "Unique identifier corresponding to one version of a model in ASDC", 
3593           "type": "string"
3594         }, 
3595         "model-type": {
3596           "description": "Type of the model, e.g., service, resource, widget, etc.", 
3597           "type": "string"
3598         }, 
3599         "model-vers": {
3600           "$ref": "#/definitions/model-vers", 
3601           "type": "object"
3602         }, 
3603         "model-version": {
3604           "description": "Version", 
3605           "type": "string"
3606         }, 
3607         "relationship-list": {
3608           "$ref": "#/definitions/relationship-list", 
3609           "type": "object"
3610         }, 
3611         "resource-version": {
3612           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3613           "type": "string"
3614         }
3615       }, 
3616       "required": [
3617         "model-invariant-id", 
3618         "model-name-version-id", 
3619         "model-type", 
3620         "model-name", 
3621         "model-id", 
3622         "model-version"
3623       ]
3624     }, 
3625     "owning-entities": {
3626       "description": "Collection of owning-entities\n", 
3627       "properties": {
3628         "owning-entity": {
3629           "items": {
3630             "$ref": "#/definitions/owning-entity"
3631           }, 
3632           "type": "array"
3633         }
3634       }
3635     }, 
3636     "owning-entity": {
3637       "description": "describes an owning-entity\n###### Related Nodes\n- FROM service-instance( service-instance BelongsTo owning-entity, MANY2ONE)\n", 
3638       "properties": {
3639         "owning-entity-id": {
3640           "description": "UUID of an owning entity", 
3641           "type": "string"
3642         }, 
3643         "owning-entity-name": {
3644           "description": "Owning entity name", 
3645           "type": "string"
3646         }, 
3647         "relationship-list": {
3648           "$ref": "#/definitions/relationship", 
3649           "type": "object"
3650         }, 
3651         "resource-version": {
3652           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3653           "type": "string"
3654         }
3655       }, 
3656       "required": [
3657         "owning-entity-id", 
3658         "owning-entity-name"
3659       ]
3660     }, 
3661     "p-interface": {
3662       "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 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\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", 
3663       "properties": {
3664         "equipment-identifier": {
3665           "description": "CLEI or other specification for p-interface hardware.", 
3666           "type": "string"
3667         }, 
3668         "in-maint": {
3669           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
3670           "type": "boolean"
3671         }, 
3672         "interface-name": {
3673           "description": "Name that identifies the physical interface", 
3674           "type": "string"
3675         }, 
3676         "interface-role": {
3677           "description": "Role specification for p-interface hardware.", 
3678           "type": "string"
3679         }, 
3680         "interface-type": {
3681           "description": "Indicates the physical properties of the interface.", 
3682           "type": "string"
3683         }, 
3684         "inv-status": {
3685           "description": "inventory status", 
3686           "type": "string"
3687         }, 
3688         "l-interfaces": {
3689           "items": {
3690             "$ref": "#/definitions/l-interface"
3691           }, 
3692           "type": "array"
3693         }, 
3694         "mac-addresss": {
3695           "description": "MAC Address of the p-interface.", 
3696           "type": "string"
3697         }, 
3698         "port-description": {
3699           "description": "Nature of the services and connectivity on this port.", 
3700           "type": "string"
3701         }, 
3702         "prov-status": {
3703           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
3704           "type": "string"
3705         }, 
3706         "relationship-list": {
3707           "$ref": "#/definitions/relationship", 
3708           "type": "object"
3709         }, 
3710         "resource-version": {
3711           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3712           "type": "string"
3713         }, 
3714         "speed-units": {
3715           "description": "Captures the units corresponding to the speed", 
3716           "type": "string"
3717         }, 
3718         "speed-value": {
3719           "description": "Captures the numeric part of the speed", 
3720           "type": "string"
3721         }, 
3722         "sriov-pfs": {
3723           "items": {
3724             "$ref": "#/definitions/sriov-pf"
3725           }, 
3726           "type": "array"
3727         }
3728       }, 
3729       "required": [
3730         "interface-name", 
3731         "in-maint"
3732       ]
3733     }, 
3734     "p-interfaces": {
3735       "description": "Collection of physical interfaces.\n", 
3736       "properties": {
3737         "p-interface": {
3738           "items": {
3739             "$ref": "#/definitions/p-interface"
3740           }, 
3741           "type": "array"
3742         }
3743       }
3744     }, 
3745     "physical-link": {
3746       "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", 
3747       "properties": {
3748         "circuit-id": {
3749           "description": "Circuit it", 
3750           "type": "string"
3751         }, 
3752         "dual-mode": {
3753           "description": "Dual access mode (e.g., primary, secondary", 
3754           "type": "string"
3755         }, 
3756         "link-name": {
3757           "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
3758           "type": "string"
3759         }, 
3760         "management-option": {
3761           "description": "To provide information on who manages this circuit. A&AI or 3rd party transport provider", 
3762           "type": "string"
3763         }, 
3764         "relationship-list": {
3765           "$ref": "#/definitions/relationship", 
3766           "type": "object"
3767         }, 
3768         "resource-version": {
3769           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3770           "type": "string"
3771         }, 
3772         "service-provider-bandwidth-down-units": {
3773           "description": "Units for downstream BW value", 
3774           "type": "string"
3775         }, 
3776         "service-provider-bandwidth-down-value": {
3777           "description": "Downstream Bandwidth value agreed with the service provider", 
3778           "format": "int32", 
3779           "type": "integer"
3780         }, 
3781         "service-provider-bandwidth-up-units": {
3782           "description": "Units for the upstream BW value", 
3783           "type": "string"
3784         }, 
3785         "service-provider-bandwidth-up-value": {
3786           "description": "Upstream Bandwidth value agreed with the service provider", 
3787           "format": "int32", 
3788           "type": "integer"
3789         }, 
3790         "service-provider-name": {
3791           "description": "Name of the service Provider on this link.", 
3792           "type": "string"
3793         }, 
3794         "speed-units": {
3795           "description": "Captures the units corresponding to the speed", 
3796           "type": "string"
3797         }, 
3798         "speed-value": {
3799           "description": "Captures the numeric part of the speed", 
3800           "type": "string"
3801         }
3802       }, 
3803       "required": [
3804         "link-name"
3805       ]
3806     }, 
3807     "physical-links": {
3808       "description": "Collection of physical connections, typically between p-interfaces\n", 
3809       "properties": {
3810         "physical-link": {
3811           "items": {
3812             "$ref": "#/definitions/physical-link"
3813           }, 
3814           "type": "array"
3815         }
3816       }
3817     }, 
3818     "platform": {
3819       "description": "describes a platform\n###### Related Nodes\n- TO generic-vnf( platform Uses generic-vnf, MANY2MANY)\n", 
3820       "properties": {
3821         "platform-name": {
3822           "description": "Name of the platform", 
3823           "type": "string"
3824         }, 
3825         "relationship-list": {
3826           "$ref": "#/definitions/relationship", 
3827           "type": "object"
3828         }, 
3829         "resource-version": {
3830           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3831           "type": "string"
3832         }
3833       }, 
3834       "required": [
3835         "platform-name"
3836       ]
3837     }, 
3838     "platforms": {
3839       "description": "Collection of platforms\n", 
3840       "properties": {
3841         "platform": {
3842           "items": {
3843             "$ref": "#/definitions/platform"
3844           }, 
3845           "type": "array"
3846         }
3847       }
3848     }, 
3849     "pnf": {
3850       "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 instance-group( pnf MemberOf instance-group, MANY2MANY)\n- TO zone( pnf LocatedIn zone, MANY2ONE)\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\n-(1) IF this PNF node is deleted, this FROM node is DELETED also\n", 
3851       "properties": {
3852         "equip-model": {
3853           "description": "Equipment model.  Source of truth should define valid values.", 
3854           "type": "string"
3855         }, 
3856         "equip-type": {
3857           "description": "Equipment type.  Source of truth should define valid values.", 
3858           "type": "string"
3859         }, 
3860         "equip-vendor": {
3861           "description": "Equipment vendor.  Source of truth should define valid values.", 
3862           "type": "string"
3863         }, 
3864         "frame-id": {
3865           "description": "ID of the physical frame (relay rack) where pnf is installed.", 
3866           "type": "string"
3867         }, 
3868         "in-maint": {
3869           "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.", 
3870           "type": "boolean"
3871         }, 
3872         "inv-status": {
3873           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
3874           "type": "string"
3875         }, 
3876         "ipaddress-v4-aim": {
3877           "description": "IPV4 AIM address", 
3878           "type": "string"
3879         }, 
3880         "ipaddress-v4-loopback-0": {
3881           "description": "IPV4 Loopback 0 address", 
3882           "type": "string"
3883         }, 
3884         "ipaddress-v4-oam": {
3885           "description": "ipv4-oam-address with new naming convention for IP addresses", 
3886           "type": "string"
3887         }, 
3888         "ipaddress-v6-aim": {
3889           "description": "IPV6 AIM address", 
3890           "type": "string"
3891         }, 
3892         "ipaddress-v6-loopback-0": {
3893           "description": "IPV6 Loopback 0 address", 
3894           "type": "string"
3895         }, 
3896         "ipaddress-v6-oam": {
3897           "description": "IPV6 OAM address", 
3898           "type": "string"
3899         }, 
3900         "lag-interfaces": {
3901           "items": {
3902             "$ref": "#/definitions/lag-interface"
3903           }, 
3904           "type": "array"
3905         }, 
3906         "management-option": {
3907           "description": "identifier of managed by ATT or customer", 
3908           "type": "string"
3909         }, 
3910         "nf-role": {
3911           "description": "Nf Role is the role performed by this instance in the network.", 
3912           "type": "string"
3913         }, 
3914         "p-interfaces": {
3915           "items": {
3916             "$ref": "#/definitions/p-interface"
3917           }, 
3918           "type": "array"
3919         }, 
3920         "pnf-id": {
3921           "description": "id of pnf", 
3922           "type": "string"
3923         }, 
3924         "pnf-name": {
3925           "description": "unique name of Physical Network Function.", 
3926           "type": "string"
3927         }, 
3928         "pnf-name2": {
3929           "description": "name of Physical Network Function.", 
3930           "type": "string"
3931         }, 
3932         "pnf-name2-source": {
3933           "description": "source of name2", 
3934           "type": "string"
3935         }, 
3936         "prov-status": {
3937           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
3938           "type": "string"
3939         }, 
3940         "relationship-list": {
3941           "$ref": "#/definitions/relationship", 
3942           "type": "object"
3943         }, 
3944         "resource-version": {
3945           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3946           "type": "string"
3947         }, 
3948         "serial-number": {
3949           "description": "Serial number of the device", 
3950           "type": "string"
3951         }, 
3952         "sw-version": {
3953           "description": "sw-version is the version of SW for the hosted application on the PNF.", 
3954           "type": "string"
3955         }
3956       }, 
3957       "required": [
3958         "pnf-name", 
3959         "in-maint"
3960       ]
3961     }, 
3962     "pnfs": {
3963       "description": "Collection of Physical Network Functions.\n", 
3964       "properties": {
3965         "pnf": {
3966           "items": {
3967             "$ref": "#/definitions/pnf"
3968           }, 
3969           "type": "array"
3970         }
3971       }
3972     }, 
3973     "port-group": {
3974       "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", 
3975       "properties": {
3976         "cvlan-tags": {
3977           "items": {
3978             "$ref": "#/definitions/cvlan-tag-entry"
3979           }, 
3980           "type": "array"
3981         }, 
3982         "heat-stack-id": {
3983           "description": "Heat stack id corresponding to this instance, managed by MSO", 
3984           "type": "string"
3985         }, 
3986         "interface-id": {
3987           "description": "Unique ID of the interface", 
3988           "type": "string"
3989         }, 
3990         "interface-role": {
3991           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
3992           "type": "string"
3993         }, 
3994         "mso-catalog-key": {
3995           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
3996           "type": "string"
3997         }, 
3998         "neutron-network-id": {
3999           "description": "Neutron network id of this Interface", 
4000           "type": "string"
4001         }, 
4002         "neutron-network-name": {
4003           "description": "Neutron network name of this Interface", 
4004           "type": "string"
4005         }, 
4006         "orchestration-status": {
4007           "description": "Orchestration status of this VNF, mastered by MSO", 
4008           "type": "string"
4009         }, 
4010         "port-group-id": {
4011           "description": "Unique ID for port group in vmware", 
4012           "type": "string"
4013         }, 
4014         "port-group-name": {
4015           "description": "Likely to duplicate value of neutron network name", 
4016           "type": "string"
4017         }, 
4018         "relationship-list": {
4019           "$ref": "#/definitions/relationship", 
4020           "type": "object"
4021         }, 
4022         "resource-version": {
4023           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4024           "type": "string"
4025         }, 
4026         "switch-name": {
4027           "description": "DVS or standard switch name (should be non-null for port groups associated with DVS)", 
4028           "type": "string"
4029         }
4030       }, 
4031       "required": [
4032         "interface-id", 
4033         "orchestration-status"
4034       ]
4035     }, 
4036     "port-groups": {
4037       "properties": {
4038         "port-group": {
4039           "items": {
4040             "$ref": "#/definitions/port-group"
4041           }, 
4042           "type": "array"
4043         }
4044       }
4045     }, 
4046     "project": {
4047       "description": "describes the project\n###### Related Nodes\n- TO service-instance( project Uses service-instance, ONE2MANY)\n", 
4048       "properties": {
4049         "project-name": {
4050           "description": "Name of the project deploying a service", 
4051           "type": "string"
4052         }, 
4053         "relationship-list": {
4054           "$ref": "#/definitions/relationship", 
4055           "type": "object"
4056         }, 
4057         "resource-version": {
4058           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4059           "type": "string"
4060         }
4061       }, 
4062       "required": [
4063         "project-name"
4064       ]
4065     }, 
4066     "projects": {
4067       "description": "Collection of projects\n", 
4068       "properties": {
4069         "project": {
4070           "items": {
4071             "$ref": "#/definitions/project"
4072           }, 
4073           "type": "array"
4074         }
4075       }
4076     }, 
4077     "properties": {
4078       "description": "Property holder for query properties or instance properties\n", 
4079       "properties": {
4080         "property-name": {
4081           "type": "string"
4082         }, 
4083         "property-value": {
4084           "type": "string"
4085         }
4086       }
4087     }, 
4088     "property-constraint": {
4089       "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", 
4090       "properties": {
4091         "constraint-type": {
4092           "type": "string"
4093         }, 
4094         "property-constraint-uuid": {
4095           "type": "string"
4096         }, 
4097         "property-name": {
4098           "type": "string"
4099         }, 
4100         "property-value": {
4101           "type": "string"
4102         }, 
4103         "resource-version": {
4104           "type": "string"
4105         }
4106       }, 
4107       "required": [
4108         "property-constraint-uuid", 
4109         "constraint-type", 
4110         "property-name", 
4111         "property-value"
4112       ]
4113     }, 
4114     "property-constraints": {
4115       "properties": {
4116         "property-constraint": {
4117           "items": {
4118             "$ref": "#/definitions/property-constraint"
4119           }, 
4120           "type": "array"
4121         }
4122       }
4123     }, 
4124     "pserver": {
4125       "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 generic-vnf( generic-vnf HostedOn pserver, MANY2MANY)\n- FROM lag-interface (CHILD of pserver, lag-interface BindsTo pserver, MANY2ONE)(1)\n- FROM logical-link( logical-link BridgedTo pserver, MANY2MANY)\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,VSERVER\n", 
4126       "properties": {
4127         "disk-in-gigabytes": {
4128           "description": "Disk size, in GBs", 
4129           "format": "int32", 
4130           "type": "integer"
4131         }, 
4132         "equip-model": {
4133           "description": "Equipment model.  Source of truth should define valid values.", 
4134           "type": "string"
4135         }, 
4136         "equip-type": {
4137           "description": "Equipment type.  Source of truth should define valid values.", 
4138           "type": "string"
4139         }, 
4140         "equip-vendor": {
4141           "description": "Equipment vendor.  Source of truth should define valid values.", 
4142           "type": "string"
4143         }, 
4144         "fqdn": {
4145           "description": "Fully-qualified domain name", 
4146           "type": "string"
4147         }, 
4148         "host-profile": {
4149           "description": "The host profile that defines the configuration of the pserver.", 
4150           "type": "string"
4151         }, 
4152         "hostname": {
4153           "description": "Value from executing hostname on the compute node.", 
4154           "type": "string"
4155         }, 
4156         "in-maint": {
4157           "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.", 
4158           "type": "boolean"
4159         }, 
4160         "internet-topology": {
4161           "description": "internet topology of Pserver", 
4162           "type": "string"
4163         }, 
4164         "inv-status": {
4165           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
4166           "type": "string"
4167         }, 
4168         "ipaddress-v4-aim": {
4169           "description": "IPV4 AIM address", 
4170           "type": "string"
4171         }, 
4172         "ipaddress-v4-loopback-0": {
4173           "description": "IPV4 Loopback 0 address", 
4174           "type": "string"
4175         }, 
4176         "ipaddress-v6-aim": {
4177           "description": "IPV6 AIM address", 
4178           "type": "string"
4179         }, 
4180         "ipaddress-v6-loopback-0": {
4181           "description": "IPV6 Loopback 0 address", 
4182           "type": "string"
4183         }, 
4184         "ipaddress-v6-oam": {
4185           "description": "IPV6 OAM address", 
4186           "type": "string"
4187         }, 
4188         "ipv4-oam-address": {
4189           "description": "Used to configure device, also used for troubleshooting and is IP used for traps generated by device.", 
4190           "type": "string"
4191         }, 
4192         "lag-interfaces": {
4193           "items": {
4194             "$ref": "#/definitions/lag-interface"
4195           }, 
4196           "type": "array"
4197         }, 
4198         "management-option": {
4199           "description": "Indicates who owns and or manages the device.", 
4200           "type": "string"
4201         }, 
4202         "number-of-cpus": {
4203           "description": "Number of cpus", 
4204           "format": "int32", 
4205           "type": "integer"
4206         }, 
4207         "p-interfaces": {
4208           "items": {
4209             "$ref": "#/definitions/p-interface"
4210           }, 
4211           "type": "array"
4212         }, 
4213         "prov-status": {
4214           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
4215           "type": "string"
4216         }, 
4217         "pserver-id": {
4218           "description": "ID of Pserver", 
4219           "type": "string"
4220         }, 
4221         "pserver-name2": {
4222           "description": "alternative pserver name", 
4223           "type": "string"
4224         }, 
4225         "pserver-selflink": {
4226           "description": "URL to endpoint where AAI can get more details", 
4227           "type": "string"
4228         }, 
4229         "ptnii-equip-name": {
4230           "description": "PTNII name", 
4231           "type": "string"
4232         }, 
4233         "purpose": {
4234           "description": "purpose of pserver", 
4235           "type": "string"
4236         }, 
4237         "ram-in-megabytes": {
4238           "description": "RAM size, in MBs", 
4239           "format": "int32", 
4240           "type": "integer"
4241         }, 
4242         "relationship-list": {
4243           "$ref": "#/definitions/relationship", 
4244           "type": "object"
4245         }, 
4246         "resource-version": {
4247           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4248           "type": "string"
4249         }, 
4250         "serial-number": {
4251           "description": "Serial number, may be queried", 
4252           "type": "string"
4253         }
4254       }, 
4255       "required": [
4256         "hostname", 
4257         "in-maint"
4258       ]
4259     }, 
4260     "pservers": {
4261       "description": "Collection of compute hosts.\n", 
4262       "properties": {
4263         "pserver": {
4264           "items": {
4265             "$ref": "#/definitions/pserver"
4266           }, 
4267           "type": "array"
4268         }
4269       }
4270     }, 
4271     "query-parameters": {
4272       "description": "QueryParameters for performing a named-query or model query\n", 
4273       "properties": {
4274         "named-query": {
4275           "$ref": "#/definitions/named-query", 
4276           "type": "object"
4277         }, 
4278         "overloaded-model": {
4279           "$ref": "#/definitions/overloaded-model", 
4280           "type": "object"
4281         }
4282       }
4283     }, 
4284     "related-lookup": {
4285       "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", 
4286       "properties": {
4287         "property-collect-list": {
4288           "type": "string"
4289         }, 
4290         "related-lookup-uuid": {
4291           "type": "string"
4292         }, 
4293         "relationship-list": {
4294           "$ref": "#/definitions/relationship", 
4295           "type": "object"
4296         }, 
4297         "resource-version": {
4298           "type": "string"
4299         }, 
4300         "source-node-property": {
4301           "type": "string"
4302         }, 
4303         "source-node-type": {
4304           "type": "string"
4305         }, 
4306         "target-node-property": {
4307           "type": "string"
4308         }, 
4309         "target-node-type": {
4310           "type": "string"
4311         }
4312       }, 
4313       "required": [
4314         "related-lookup-uuid", 
4315         "source-node-type", 
4316         "source-node-property", 
4317         "target-node-type", 
4318         "target-node-property"
4319       ]
4320     }, 
4321     "related-lookups": {
4322       "properties": {
4323         "related-lookup": {
4324           "items": {
4325             "$ref": "#/definitions/related-lookup"
4326           }, 
4327           "type": "array"
4328         }
4329       }
4330     }, 
4331     "related-to-property": {
4332       "properties": {
4333         "property-key": {
4334           "description": "Key part of a key/value pair", 
4335           "type": "string"
4336         }, 
4337         "property-value": {
4338           "description": "Value part of a key/value pair", 
4339           "type": "string"
4340         }
4341       }
4342     }, 
4343     "relationship": {
4344       "description": "dictionary of relationship\n", 
4345       "properties": {
4346         "relationship": {
4347           "items": {
4348             "$ref": "#/definitions/relationship-dict"
4349           }, 
4350           "type": "array"
4351         }
4352       }, 
4353       "type": "object"
4354     }, 
4355     "relationship-data": {
4356       "properties": {
4357         "relationship-key": {
4358           "description": "A keyword provided by A&AI to indicate an attribute.", 
4359           "type": "string"
4360         }, 
4361         "relationship-value": {
4362           "description": "Value of the attribute.", 
4363           "type": "string"
4364         }
4365       }, 
4366       "required": [
4367         "relationship-key", 
4368         "relationship-value"
4369       ]
4370     }, 
4371     "relationship-dict": {
4372       "properties": {
4373         "related-link": {
4374           "description": "URL to the object in A&AI.", 
4375           "type": "string"
4376         }, 
4377         "related-to": {
4378           "description": "A keyword provided by A&AI to indicate type of node.", 
4379           "type": "string"
4380         }, 
4381         "relationship-data": {
4382           "items": {
4383             "$ref": "#/definitions/relationship-data"
4384           }, 
4385           "type": "array"
4386         }
4387       }
4388     }, 
4389     "relationship-list": {
4390       "properties": {
4391         "relationship": {
4392           "$ref": "#/definitions/relationship", 
4393           "type": "object"
4394         }
4395       }
4396     }, 
4397     "reserved-prop-names": {
4398       "description": "Internal map to define some reserved properties of a vertex\n", 
4399       "properties": {
4400         "aai-created-ts": {
4401           "format": "int64", 
4402           "type": "integer"
4403         }, 
4404         "aai-last-mod-ts": {
4405           "format": "int64", 
4406           "type": "integer"
4407         }, 
4408         "aai-node-type": {
4409           "type": "string"
4410         }, 
4411         "aai-unique-key": {
4412           "type": "string"
4413         }, 
4414         "aai-uri": {
4415           "type": "string"
4416         }, 
4417         "last-mod-source-of-truth": {
4418           "type": "string"
4419         }, 
4420         "source-of-truth": {
4421           "type": "string"
4422         }
4423       }
4424     }, 
4425     "response-list": {
4426       "description": "Response container for the results of a named-query or model query\n", 
4427       "properties": {
4428         "inventory-response-items": {
4429           "$ref": "#/definitions/inventory-response-items", 
4430           "type": "object"
4431         }
4432       }
4433     }, 
4434     "result-data": {
4435       "properties": {
4436         "resource-link": {
4437           "description": "The URL to the specific resource", 
4438           "type": "string"
4439         }, 
4440         "resource-type": {
4441           "description": "The specific type of node in the A&AI graph", 
4442           "type": "string"
4443         }
4444       }
4445     }, 
4446     "route-table-reference": {
4447       "description": "Openstack route table reference.\n###### Related Nodes\n- FROM l3-network( l3-network Uses route-table-reference, MANY2MANY)\n", 
4448       "properties": {
4449         "relationship-list": {
4450           "$ref": "#/definitions/relationship", 
4451           "type": "object"
4452         }, 
4453         "resource-version": {
4454           "description": "Concurrency value", 
4455           "type": "string"
4456         }, 
4457         "route-table-reference-fqdn": {
4458           "description": "FQDN entry in the route table.", 
4459           "type": "string"
4460         }, 
4461         "route-table-reference-id": {
4462           "description": "Route Table Reference id, UUID assigned to this instance.", 
4463           "type": "string"
4464         }
4465       }, 
4466       "required": [
4467         "route-table-reference-id", 
4468         "route-table-reference-fqdn"
4469       ]
4470     }, 
4471     "route-table-references": {
4472       "description": "Collection of openstack route table references\n", 
4473       "properties": {
4474         "route-table-reference": {
4475           "items": {
4476             "$ref": "#/definitions/route-table-reference"
4477           }, 
4478           "type": "array"
4479         }
4480       }
4481     }, 
4482     "route-target": {
4483       "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", 
4484       "properties": {
4485         "global-route-target": {
4486           "description": "Number used to identify an RT, globally unique in the network", 
4487           "type": "string"
4488         }, 
4489         "relationship-list": {
4490           "$ref": "#/definitions/relationship", 
4491           "type": "object"
4492         }, 
4493         "resource-version": {
4494           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4495           "type": "string"
4496         }, 
4497         "route-target-role": {
4498           "description": "Role assigned to this route target", 
4499           "type": "string"
4500         }
4501       }, 
4502       "required": [
4503         "global-route-target", 
4504         "route-target-role"
4505       ]
4506     }, 
4507     "route-targets": {
4508       "description": "Collection of route target information\n", 
4509       "properties": {
4510         "route-target": {
4511           "items": {
4512             "$ref": "#/definitions/route-target"
4513           }, 
4514           "type": "array"
4515         }
4516       }
4517     }, 
4518     "routing-instance": {
4519       "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", 
4520       "properties": {
4521         "relationship-list": {
4522           "$ref": "#/definitions/relationship", 
4523           "type": "object"
4524         }, 
4525         "resource-version": {
4526           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4527           "type": "string"
4528         }, 
4529         "routing-instance-id": {
4530           "description": "Unique id of routing instance", 
4531           "type": "string"
4532         }, 
4533         "rpm-owner": {
4534           "description": "rpm owner", 
4535           "type": "string"
4536         }, 
4537         "site-pairs": {
4538           "items": {
4539             "$ref": "#/definitions/site-pair"
4540           }, 
4541           "type": "array"
4542         }
4543       }, 
4544       "required": [
4545         "routing-instance-id"
4546       ]
4547     }, 
4548     "routing-instances": {
4549       "description": "set of probes related to generic-vnf routing instance\n", 
4550       "properties": {
4551         "routing-instance": {
4552           "items": {
4553             "$ref": "#/definitions/routing-instance"
4554           }, 
4555           "type": "array"
4556         }
4557       }
4558     }, 
4559     "sdn-zone-response": {
4560       "properties": {
4561         "az-and-dvs-switches": {
4562           "items": {
4563             "$ref": "#/definitions/az-and-dvs-switches"
4564           }, 
4565           "type": "array"
4566         }, 
4567         "oam-networks": {
4568           "$ref": "#/definitions/oam-networks", 
4569           "type": "object"
4570         }
4571       }
4572     }, 
4573     "search": {
4574       "properties": {
4575         "edge-tag-query-request": {
4576           "$ref": "#/definitions/edge-tag-query-request", 
4577           "type": "object"
4578         }, 
4579         "edge-tag-query-result": {
4580           "$ref": "#/definitions/edge-tag-query-result", 
4581           "type": "object"
4582         }, 
4583         "sdn-zone-response": {
4584           "$ref": "#/definitions/sdn-zone-response", 
4585           "type": "object"
4586         }, 
4587         "search-results": {
4588           "$ref": "#/definitions/search-results", 
4589           "type": "object"
4590         }
4591       }
4592     }, 
4593     "search-results": {
4594       "properties": {
4595         "result-data": {
4596           "items": {
4597             "$ref": "#/definitions/result-data"
4598           }, 
4599           "type": "array"
4600         }
4601       }
4602     }, 
4603     "secondary-filt": {
4604       "description": "SecondaryFilt for performing a named-query or model query\n"
4605     }, 
4606     "secondary-filter": {
4607       "properties": {
4608         "filter-type": {
4609           "type": "string"
4610         }, 
4611         "property-name": {
4612           "type": "string"
4613         }, 
4614         "property-value": {
4615           "type": "string"
4616         }
4617       }
4618     }, 
4619     "secondary-filts": {
4620       "description": "SecondaryFilts for performing a named-query or model query\n", 
4621       "properties": {
4622         "secondary-filt": {
4623           "items": {
4624             "$ref": "#/definitions/secondary-filt"
4625           }, 
4626           "type": "array"
4627         }
4628       }
4629     }, 
4630     "segmentation-assignment": {
4631       "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", 
4632       "properties": {
4633         "relationship-list": {
4634           "$ref": "#/definitions/relationship", 
4635           "type": "object"
4636         }, 
4637         "resource-version": {
4638           "description": "Concurrency value", 
4639           "type": "string"
4640         }, 
4641         "segmentation-id": {
4642           "description": "Route Table Reference id, UUID assigned to this instance.", 
4643           "type": "string"
4644         }
4645       }, 
4646       "required": [
4647         "segmentation-id"
4648       ]
4649     }, 
4650     "segmentation-assignments": {
4651       "description": "Collection of openstack segmentation assignments\n", 
4652       "properties": {
4653         "segmentation-assignment": {
4654           "items": {
4655             "$ref": "#/definitions/segmentation-assignment"
4656           }, 
4657           "type": "array"
4658         }
4659       }
4660     }, 
4661     "service": {
4662       "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", 
4663       "properties": {
4664         "relationship-list": {
4665           "$ref": "#/definitions/relationship", 
4666           "type": "object"
4667         }, 
4668         "resource-version": {
4669           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4670           "type": "string"
4671         }, 
4672         "service-description": {
4673           "description": "Description of the service", 
4674           "type": "string"
4675         }, 
4676         "service-id": {
4677           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
4678           "type": "string"
4679         }, 
4680         "service-selflink": {
4681           "description": "URL to endpoint where AAI can get more details", 
4682           "type": "string"
4683         }, 
4684         "service-version": {
4685           "description": "service version", 
4686           "type": "string"
4687         }
4688       }, 
4689       "required": [
4690         "service-id", 
4691         "service-description"
4692       ]
4693     }, 
4694     "service-capabilities": {
4695       "description": "Collection of service capabilities.\n", 
4696       "properties": {
4697         "service-capability": {
4698           "items": {
4699             "$ref": "#/definitions/service-capability"
4700           }, 
4701           "type": "array"
4702         }
4703       }
4704     }, 
4705     "service-capability": {
4706       "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", 
4707       "properties": {
4708         "relationship-list": {
4709           "$ref": "#/definitions/relationship", 
4710           "type": "object"
4711         }, 
4712         "resource-version": {
4713           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4714           "type": "string"
4715         }, 
4716         "service-type": {
4717           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
4718           "type": "string"
4719         }, 
4720         "vnf-type": {
4721           "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.", 
4722           "type": "string"
4723         }
4724       }, 
4725       "required": [
4726         "service-type", 
4727         "vnf-type"
4728       ]
4729     }, 
4730     "service-design-and-creation": {
4731       "description": "Namespace for objects managed by ASDC\n", 
4732       "properties": {
4733         "models": {
4734           "items": {
4735             "$ref": "#/definitions/model"
4736           }, 
4737           "type": "array"
4738         }, 
4739         "named-queries": {
4740           "items": {
4741             "$ref": "#/definitions/named-query"
4742           }, 
4743           "type": "array"
4744         }, 
4745         "service-capabilities": {
4746           "items": {
4747             "$ref": "#/definitions/service-capability"
4748           }, 
4749           "type": "array"
4750         }, 
4751         "services": {
4752           "items": {
4753             "$ref": "#/definitions/service"
4754           }, 
4755           "type": "array"
4756         }, 
4757         "vnf-images": {
4758           "items": {
4759             "$ref": "#/definitions/vnf-image"
4760           }, 
4761           "type": "array"
4762         }
4763       }
4764     }, 
4765     "service-instance": {
4766       "description": "Instance of a service\n###### Related Nodes\n- TO allotted-resource( service-instance Uses allotted-resource, MANY2MANY)\n- TO configuration( service-instance Uses configuration, ONE2MANY)\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 metadatum (CHILD of service-instance, metadatum BelongsTo service-instance, MANY2ONE)(1)\n- FROM project( project Uses service-instance, ONE2MANY)\n- FROM service-instance( service-instance ComposedOf service-instance, ONE2MANY)\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", 
4767       "properties": {
4768         "allotted-resources": {
4769           "items": {
4770             "$ref": "#/definitions/allotted-resource"
4771           }, 
4772           "type": "array"
4773         }, 
4774         "bandwidth-down-wan1": {
4775           "description": "indicates the downstream bandwidth this service will use on the WAN1 port of the physical device.", 
4776           "type": "string"
4777         }, 
4778         "bandwidth-down-wan2": {
4779           "description": "indicates the downstream bandwidth this service will use on the WAN2 port of the physical device.", 
4780           "type": "string"
4781         }, 
4782         "bandwidth-total": {
4783           "description": "Indicates the total bandwidth to be used for this service.", 
4784           "type": "string"
4785         }, 
4786         "bandwidth-up-wan1": {
4787           "description": "indicates the upstream bandwidth this service will use on the WAN1 port of the physical device.", 
4788           "type": "string"
4789         }, 
4790         "bandwidth-up-wan2": {
4791           "description": "indicates the upstream bandwidth this service will use on the WAN2 port of the physical device.", 
4792           "type": "string"
4793         }, 
4794         "created-at": {
4795           "description": "create time of Network Service.", 
4796           "type": "string"
4797         }, 
4798         "description": {
4799           "description": "short description for service-instance.", 
4800           "type": "string"
4801         }, 
4802         "environment-context": {
4803           "description": "This field will store the environment context assigned to the service-instance.", 
4804           "type": "string"
4805         }, 
4806         "metadata": {
4807           "items": {
4808             "$ref": "#/definitions/metadatum"
4809           }, 
4810           "type": "array"
4811         }, 
4812         "model-invariant-id": {
4813           "also requires": "model-version-id", 
4814           "description": "the ASDC model id for this resource or service model.", 
4815           "type": "string"
4816         }, 
4817         "model-version-id": {
4818           "also requires": "model-invariant-id", 
4819           "description": "the ASDC model version for this resource or service model.", 
4820           "type": "string"
4821         }, 
4822         "orchestration-status": {
4823           "description": "Orchestration status of this service.", 
4824           "type": "string"
4825         }, 
4826         "persona-model-version": {
4827           "description": "the ASDC model version for this resource or service model.", 
4828           "type": "string"
4829         }, 
4830         "relationship-list": {
4831           "$ref": "#/definitions/relationship", 
4832           "type": "object"
4833         }, 
4834         "resource-version": {
4835           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4836           "type": "string"
4837         }, 
4838         "selflink": {
4839           "description": "Path to the controller object.", 
4840           "type": "string"
4841         }, 
4842         "service-instance-id": {
4843           "description": "Uniquely identifies this instance of a service", 
4844           "type": "string"
4845         }, 
4846         "service-instance-location-id": {
4847           "description": "An identifier that customers assign to the location where this service is being used.", 
4848           "type": "string"
4849         }, 
4850         "service-instance-name": {
4851           "description": "This field will store a name assigned to the service-instance.", 
4852           "type": "string"
4853         }, 
4854         "service-role": {
4855           "description": "String capturing the service role.", 
4856           "type": "string"
4857         }, 
4858         "service-type": {
4859           "description": "String capturing type of service.", 
4860           "type": "string"
4861         }, 
4862         "updated-at": {
4863           "description": "last update of Network Service.", 
4864           "type": "string"
4865         }, 
4866         "vhn-portal-url": {
4867           "description": "URL customers will use to access the vHN Portal.", 
4868           "type": "string"
4869         }, 
4870         "widget-model-id": {
4871           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
4872           "type": "string"
4873         }, 
4874         "widget-model-version": {
4875           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
4876           "type": "string"
4877         }, 
4878         "workload-context": {
4879           "description": "This field will store the workload context assigned to the service-instance.", 
4880           "type": "string"
4881         }
4882       }, 
4883       "required": [
4884         "service-instance-id"
4885       ]
4886     }, 
4887     "service-instances": {
4888       "description": "Collection of service instances\n", 
4889       "properties": {
4890         "service-instance": {
4891           "items": {
4892             "$ref": "#/definitions/service-instance"
4893           }, 
4894           "type": "array"
4895         }
4896       }
4897     }, 
4898     "service-subscription": {
4899       "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", 
4900       "properties": {
4901         "relationship-list": {
4902           "$ref": "#/definitions/relationship", 
4903           "type": "object"
4904         }, 
4905         "resource-version": {
4906           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4907           "type": "string"
4908         }, 
4909         "service-instances": {
4910           "items": {
4911             "$ref": "#/definitions/service-instance"
4912           }, 
4913           "type": "array"
4914         }, 
4915         "service-type": {
4916           "description": "Value defined by orchestration to identify this service across ECOMP.", 
4917           "type": "string"
4918         }, 
4919         "temp-ub-sub-account-id": {
4920           "description": "This property will be deleted from A&AI in the near future. Only stop gap solution.", 
4921           "type": "string"
4922         }
4923       }, 
4924       "required": [
4925         "service-type"
4926       ]
4927     }, 
4928     "service-subscriptions": {
4929       "description": "Collection of objects that group service instances.\n", 
4930       "properties": {
4931         "service-subscription": {
4932           "items": {
4933             "$ref": "#/definitions/service-subscription"
4934           }, 
4935           "type": "array"
4936         }
4937       }
4938     }, 
4939     "services": {
4940       "description": "Collection of service model definitions.  Likely to be deprecated in favor of models from ASDC.\n", 
4941       "properties": {
4942         "service": {
4943           "items": {
4944             "$ref": "#/definitions/service"
4945           }, 
4946           "type": "array"
4947         }
4948       }
4949     }, 
4950     "site-pair": {
4951       "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", 
4952       "properties": {
4953         "classes-of-service": {
4954           "items": {
4955             "$ref": "#/definitions/class-of-service"
4956           }, 
4957           "type": "array"
4958         }, 
4959         "destination-equip-type": {
4960           "description": "The type of destinatination equipment. Could be Router, UCPE, etc.", 
4961           "type": "string"
4962         }, 
4963         "destination-hostname": {
4964           "description": "Hostname of the destination equipment to which SLAs are measured against.", 
4965           "type": "string"
4966         }, 
4967         "destination-ip": {
4968           "description": "Prefix address", 
4969           "type": "string"
4970         }, 
4971         "ip-version": {
4972           "description": "ip version, v4, v6", 
4973           "type": "string"
4974         }, 
4975         "relationship-list": {
4976           "$ref": "#/definitions/relationship", 
4977           "type": "object"
4978         }, 
4979         "resource-version": {
4980           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4981           "type": "string"
4982         }, 
4983         "site-pair-id": {
4984           "description": "unique identifier of probe", 
4985           "type": "string"
4986         }, 
4987         "source-ip": {
4988           "description": "Prefix address", 
4989           "type": "string"
4990         }
4991       }, 
4992       "required": [
4993         "site-pair-id"
4994       ]
4995     }, 
4996     "site-pair-set": {
4997       "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", 
4998       "properties": {
4999         "relationship-list": {
5000           "$ref": "#/definitions/relationship", 
5001           "type": "object"
5002         }, 
5003         "resource-version": {
5004           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5005           "type": "string"
5006         }, 
5007         "routing-instances": {
5008           "items": {
5009             "$ref": "#/definitions/routing-instance"
5010           }, 
5011           "type": "array"
5012         }, 
5013         "site-pair-set-id": {
5014           "description": "Unique id of site pair set.", 
5015           "type": "string"
5016         }
5017       }, 
5018       "required": [
5019         "site-pair-set-id"
5020       ]
5021     }, 
5022     "site-pair-sets": {
5023       "description": "Collection of sets of instances for probes related to generic-vnf\n", 
5024       "properties": {
5025         "site-pair-set": {
5026           "items": {
5027             "$ref": "#/definitions/site-pair-set"
5028           }, 
5029           "type": "array"
5030         }
5031       }
5032     }, 
5033     "site-pairs": {
5034       "description": "probe within a set\n", 
5035       "properties": {
5036         "site-pair": {
5037           "items": {
5038             "$ref": "#/definitions/site-pair"
5039           }, 
5040           "type": "array"
5041         }
5042       }
5043     }, 
5044     "snapshot": {
5045       "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", 
5046       "properties": {
5047         "application": {
5048           "description": "The application that the image instantiates.", 
5049           "type": "string"
5050         }, 
5051         "application-vendor": {
5052           "description": "The vendor of the application.", 
5053           "type": "string"
5054         }, 
5055         "application-version": {
5056           "description": "The version of the application.", 
5057           "type": "string"
5058         }, 
5059         "prev-snapshot-id": {
5060           "description": "This field contains the UUID of the previous snapshot (if any).", 
5061           "type": "string"
5062         }, 
5063         "relationship-list": {
5064           "$ref": "#/definitions/relationship", 
5065           "type": "object"
5066         }, 
5067         "resource-version": {
5068           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5069           "type": "string"
5070         }, 
5071         "snapshot-architecture": {
5072           "description": "Operating system architecture", 
5073           "type": "string"
5074         }, 
5075         "snapshot-id": {
5076           "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
5077           "type": "string"
5078         }, 
5079         "snapshot-name": {
5080           "description": "Snapshot name", 
5081           "type": "string"
5082         }, 
5083         "snapshot-os-distro": {
5084           "description": "The common name of the operating system distribution in lowercase", 
5085           "type": "string"
5086         }, 
5087         "snapshot-os-version": {
5088           "description": "The operating system version as specified by the distributor.", 
5089           "type": "string"
5090         }, 
5091         "snapshot-selflink": {
5092           "description": "URL to endpoint where AAI can get more details", 
5093           "type": "string"
5094         }
5095       }, 
5096       "required": [
5097         "snapshot-id"
5098       ]
5099     }, 
5100     "snapshots": {
5101       "description": "Collection of openstack snapshots\n", 
5102       "properties": {
5103         "snapshot": {
5104           "items": {
5105             "$ref": "#/definitions/snapshot"
5106           }, 
5107           "type": "array"
5108         }
5109       }
5110     }, 
5111     "sriov-pf": {
5112       "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", 
5113       "properties": {
5114         "pf-pci-id": {
5115           "description": "Identifier for the sriov-pf", 
5116           "type": "string"
5117         }, 
5118         "relationship-list": {
5119           "$ref": "#/definitions/relationship", 
5120           "type": "object"
5121         }, 
5122         "resource-version": {
5123           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5124           "type": "string"
5125         }
5126       }, 
5127       "required": [
5128         "pf-pci-id"
5129       ]
5130     }, 
5131     "sriov-pfs": {
5132       "description": "Collection of SR-IOV Physical Functions.\n", 
5133       "properties": {
5134         "sriov-pf": {
5135           "items": {
5136             "$ref": "#/definitions/sriov-pf"
5137           }, 
5138           "type": "array"
5139         }
5140       }
5141     }, 
5142     "sriov-vf": {
5143       "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", 
5144       "properties": {
5145         "neutron-network-id": {
5146           "description": "Neutron network id of the interface", 
5147           "type": "string"
5148         }, 
5149         "pci-id": {
5150           "description": "PCI ID used to identify the sriov-vf", 
5151           "type": "string"
5152         }, 
5153         "relationship-list": {
5154           "$ref": "#/definitions/relationship", 
5155           "type": "object"
5156         }, 
5157         "resource-version": {
5158           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5159           "type": "string"
5160         }, 
5161         "vf-broadcast-allow": {
5162           "description": "This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM", 
5163           "type": "boolean"
5164         }, 
5165         "vf-insert-stag": {
5166           "description": "This option, if set to true, instructs to insert outer tag after traffic comes out of VM.", 
5167           "type": "boolean"
5168         }, 
5169         "vf-link-status": {
5170           "description": "This option is used to set the link status.  Valid values as of 1607 are on, off, and auto.", 
5171           "type": "string"
5172         }, 
5173         "vf-mac-anti-spoof-check": {
5174           "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.", 
5175           "type": "boolean"
5176         }, 
5177         "vf-mac-filter": {
5178           "description": "When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.", 
5179           "type": "string"
5180         }, 
5181         "vf-mirrors": {
5182           "description": "This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.", 
5183           "type": "string"
5184         }, 
5185         "vf-unknown-multicast-allow": {
5186           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM", 
5187           "type": "boolean"
5188         }, 
5189         "vf-unknown-unicast-allow": {
5190           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM", 
5191           "type": "boolean"
5192         }, 
5193         "vf-vlan-anti-spoof-check": {
5194           "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.", 
5195           "type": "boolean"
5196         }, 
5197         "vf-vlan-filter": {
5198           "description": "This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.", 
5199           "type": "string"
5200         }, 
5201         "vf-vlan-strip": {
5202           "description": "When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.", 
5203           "type": "boolean"
5204         }
5205       }, 
5206       "required": [
5207         "pci-id"
5208       ]
5209     }, 
5210     "sriov-vfs": {
5211       "description": "Collection of SR-IOV Virtual Functions.\n", 
5212       "properties": {
5213         "sriov-vf": {
5214           "items": {
5215             "$ref": "#/definitions/sriov-vf"
5216           }, 
5217           "type": "array"
5218         }
5219       }
5220     }, 
5221     "start-node-filter": {
5222       "properties": {
5223         "property-name": {
5224           "type": "string"
5225         }, 
5226         "property-value": {
5227           "type": "string"
5228         }
5229       }
5230     }, 
5231     "subnet": {
5232       "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", 
5233       "properties": {
5234         "cidr-mask": {
5235           "description": "cidr mask", 
5236           "type": "string"
5237         }, 
5238         "dhcp-enabled": {
5239           "description": "dhcp enabled", 
5240           "type": "boolean"
5241         }, 
5242         "dhcp-end": {
5243           "description": "the last address reserved for use by dhcp", 
5244           "type": "string"
5245         }, 
5246         "dhcp-start": {
5247           "description": "the start address reserved for use by dhcp", 
5248           "type": "string"
5249         }, 
5250         "gateway-address": {
5251           "description": "gateway ip address", 
5252           "type": "string"
5253         }, 
5254         "host-routes": {
5255           "items": {
5256             "$ref": "#/definitions/host-route"
5257           }, 
5258           "type": "array"
5259         }, 
5260         "ip-assignment-direction": {
5261           "description": "ip address assignment direction of the subnet", 
5262           "type": "string"
5263         }, 
5264         "ip-version": {
5265           "description": "ip version", 
5266           "type": "string"
5267         }, 
5268         "network-start-address": {
5269           "description": "network start address", 
5270           "type": "string"
5271         }, 
5272         "neutron-subnet-id": {
5273           "description": "Neutron id of this subnet", 
5274           "type": "string"
5275         }, 
5276         "orchestration-status": {
5277           "description": "Orchestration status of this VNF, mastered by MSO", 
5278           "type": "string"
5279         }, 
5280         "relationship-list": {
5281           "$ref": "#/definitions/relationship", 
5282           "type": "object"
5283         }, 
5284         "resource-version": {
5285           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5286           "type": "string"
5287         }, 
5288         "subnet-id": {
5289           "description": "Subnet ID, should be UUID.", 
5290           "type": "string"
5291         }, 
5292         "subnet-name": {
5293           "description": "Name associated with the subnet.", 
5294           "type": "string"
5295         }, 
5296         "subnet-role": {
5297           "description": "role of the subnet, referenced when assigning IPs", 
5298           "type": "string"
5299         }, 
5300         "subnet-sequence": {
5301           "description": "sequence of the subnet", 
5302           "format": "int32", 
5303           "type": "integer"
5304         }
5305       }, 
5306       "required": [
5307         "subnet-id", 
5308         "dhcp-enabled"
5309       ]
5310     }, 
5311     "subnets": {
5312       "properties": {
5313         "subnet": {
5314           "items": {
5315             "$ref": "#/definitions/subnet"
5316           }, 
5317           "type": "array"
5318         }
5319       }
5320     }, 
5321     "tagged-inventory-item-list": {
5322       "properties": {
5323         "inventory-item": {
5324           "items": {
5325             "$ref": "#/definitions/inventory-item"
5326           }, 
5327           "type": "array"
5328         }
5329       }
5330     }, 
5331     "tenant": {
5332       "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 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 VSERVER\n", 
5333       "properties": {
5334         "relationship-list": {
5335           "$ref": "#/definitions/relationship", 
5336           "type": "object"
5337         }, 
5338         "resource-version": {
5339           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5340           "type": "string"
5341         }, 
5342         "tenant-context": {
5343           "description": "This field will store the tenant context.", 
5344           "type": "string"
5345         }, 
5346         "tenant-id": {
5347           "description": "Unique id relative to the cloud-region.", 
5348           "type": "string"
5349         }, 
5350         "tenant-name": {
5351           "description": "Readable name of tenant", 
5352           "type": "string"
5353         }, 
5354         "vservers": {
5355           "items": {
5356             "$ref": "#/definitions/vserver"
5357           }, 
5358           "type": "array"
5359         }
5360       }, 
5361       "required": [
5362         "tenant-id", 
5363         "tenant-name"
5364       ]
5365     }, 
5366     "tenants": {
5367       "description": "Collection of openstack tenants.\n", 
5368       "properties": {
5369         "tenant": {
5370           "items": {
5371             "$ref": "#/definitions/tenant"
5372           }, 
5373           "type": "array"
5374         }
5375       }
5376     }, 
5377     "tunnel-xconnect": {
5378       "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", 
5379       "properties": {
5380         "bandwidth-down-wan1": {
5381           "description": "The WAN downlink bandwidth for WAN1", 
5382           "type": "string"
5383         }, 
5384         "bandwidth-down-wan2": {
5385           "description": "The WAN downlink bandwidth for WAN2", 
5386           "type": "string"
5387         }, 
5388         "bandwidth-up-wan1": {
5389           "description": "The WAN uplink bandwidth for WAN1", 
5390           "type": "string"
5391         }, 
5392         "bandwidth-up-wan2": {
5393           "description": "The WAN uplink bandwidth for WAN2", 
5394           "type": "string"
5395         }, 
5396         "id": {
5397           "description": "Allotted Resource id UUID assigned to this instance.", 
5398           "type": "string"
5399         }, 
5400         "relationship-list": {
5401           "$ref": "#/definitions/relationship", 
5402           "type": "object"
5403         }, 
5404         "resource-version": {
5405           "description": "Concurrency value", 
5406           "type": "string"
5407         }
5408       }, 
5409       "required": [
5410         "id"
5411       ]
5412     }, 
5413     "tunnel-xconnects": {
5414       "description": "This object is used to store the specific tunnel cross connect aspects of an allotted resource\n", 
5415       "properties": {
5416         "tunnel-xconnect": {
5417           "items": {
5418             "$ref": "#/definitions/tunnel-xconnect"
5419           }, 
5420           "type": "array"
5421         }
5422       }
5423     }, 
5424     "update": {
5425       "description": "Serves a PATCH like function.  Does not enforce concurrency control.  Clear each usage with AAI team.\n", 
5426       "properties": {
5427         "action": {
5428           "items": {
5429             "$ref": "#/definitions/action"
5430           }, 
5431           "type": "array"
5432         }, 
5433         "update-node-key": {
5434           "items": {
5435             "$ref": "#/definitions/update-node-key"
5436           }, 
5437           "type": "array"
5438         }, 
5439         "update-node-type": {
5440           "type": "string"
5441         }, 
5442         "update-node-uri": {
5443           "type": "string"
5444         }
5445       }, 
5446       "required": [
5447         "update-node-type"
5448       ]
5449     }, 
5450     "update-node-key": {
5451       "properties": {
5452         "key-name": {
5453           "type": "string"
5454         }, 
5455         "key-value": {
5456           "type": "string"
5457         }
5458       }
5459     }, 
5460     "vce": {
5461       "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", 
5462       "properties": {
5463         "entitlement-resource-uuid": {
5464           "description": "OBSOLETE -  see child relationships", 
5465           "type": "string"
5466         }, 
5467         "entitlements": {
5468           "items": {
5469             "$ref": "#/definitions/entitlement"
5470           }, 
5471           "type": "array"
5472         }, 
5473         "equipment-role": {
5474           "description": "Network role being played by this VNF", 
5475           "type": "string"
5476         }, 
5477         "heat-stack-id": {
5478           "description": "Heat stack id corresponding to this instance, managed by MSO", 
5479           "type": "string"
5480         }, 
5481         "ipv4-loopback0-address": {
5482           "description": "Loopback0 address", 
5483           "type": "string"
5484         }, 
5485         "ipv4-oam-address": {
5486           "description": "Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.", 
5487           "type": "string"
5488         }, 
5489         "license-key": {
5490           "description": "OBSOLETE -  do not use", 
5491           "type": "string"
5492         }, 
5493         "licenses": {
5494           "items": {
5495             "$ref": "#/definitions/license"
5496           }, 
5497           "type": "array"
5498         }, 
5499         "mso-catalog-key": {
5500           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
5501           "type": "string"
5502         }, 
5503         "operational-status": {
5504           "description": "Indicator for whether the resource is considered operational", 
5505           "type": "string"
5506         }, 
5507         "orchestration-status": {
5508           "description": "Orchestration status of this VNF, mastered by MSO", 
5509           "type": "string"
5510         }, 
5511         "port-groups": {
5512           "items": {
5513             "$ref": "#/definitions/port-group"
5514           }, 
5515           "type": "array"
5516         }, 
5517         "prov-status": {
5518           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
5519           "type": "string"
5520         }, 
5521         "regional-resource-zone": {
5522           "description": "Regional way of organizing pservers, source of truth should define values", 
5523           "type": "string"
5524         }, 
5525         "relationship-list": {
5526           "$ref": "#/definitions/relationship", 
5527           "type": "object"
5528         }, 
5529         "resource-version": {
5530           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5531           "type": "string"
5532         }, 
5533         "service-id": {
5534           "description": "Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.", 
5535           "type": "string"
5536         }, 
5537         "v6-vce-wan-address": {
5538           "description": "Valid v6 IP address for the WAN Link on this router.  Implied length of /64.", 
5539           "type": "string"
5540         }, 
5541         "vnf-id": {
5542           "description": "Unique id of VNF.  This is unique across the graph.", 
5543           "type": "string"
5544         }, 
5545         "vnf-name": {
5546           "description": "Name of VNF.", 
5547           "type": "string"
5548         }, 
5549         "vnf-name2": {
5550           "description": "Alternate name of VNF.", 
5551           "type": "string"
5552         }, 
5553         "vnf-type": {
5554           "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.", 
5555           "type": "string"
5556         }, 
5557         "vpe-id": {
5558           "description": "Unique ID of VPE connected to this VCE.", 
5559           "type": "string"
5560         }
5561       }, 
5562       "required": [
5563         "vnf-id", 
5564         "vnf-name", 
5565         "vnf-type"
5566       ]
5567     }, 
5568     "vces": {
5569       "description": "Collection of Virtual Customer Edge Routers, used specifically for Gamma.  This object is deprecated.\n", 
5570       "properties": {
5571         "vce": {
5572           "items": {
5573             "$ref": "#/definitions/vce"
5574           }, 
5575           "type": "array"
5576         }
5577       }
5578     }, 
5579     "vf-module": {
5580       "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)\n- TO volume-group( vf-module Uses volume-group, ONE2ONE)\n- TO vserver( vf-module Uses vserver, ONE2MANY)\n\n-(4) IF this TO node is deleted, this VF-MODULE is DELETED also\n-VF-MODULE cannot be deleted if related to VNFC\n", 
5581       "properties": {
5582         "contrail-service-instance-fqdn": {
5583           "description": "the Contrail unique ID for a service-instance", 
5584           "type": "string"
5585         }, 
5586         "heat-stack-id": {
5587           "description": "Heat stack id corresponding to this instance.", 
5588           "type": "string"
5589         }, 
5590         "is-base-vf-module": {
5591           "description": "used to indicate whether or not this object is base vf module", 
5592           "type": "boolean"
5593         }, 
5594         "model-customization-id": {
5595           "description": "captures the id of all the configuration used to customize the resource for the service.", 
5596           "type": "string"
5597         }, 
5598         "model-invariant-id": {
5599           "also requires": "model-version-id", 
5600           "description": "the ASDC model id for this resource or service model.", 
5601           "type": "string"
5602         }, 
5603         "model-version-id": {
5604           "also requires": "model-invariant-id", 
5605           "description": "the ASDC model version for this resource or service model.", 
5606           "type": "string"
5607         }, 
5608         "module-index": {
5609           "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", 
5610           "format": "int32", 
5611           "type": "integer"
5612         }, 
5613         "orchestration-status": {
5614           "description": "orchestration status of this vf-module, mastered by MSO", 
5615           "type": "string"
5616         }, 
5617         "persona-model-version": {
5618           "description": "the ASDC model version for this resource or service model.", 
5619           "type": "string"
5620         }, 
5621         "relationship-list": {
5622           "$ref": "#/definitions/relationship", 
5623           "type": "object"
5624         }, 
5625         "resource-version": {
5626           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5627           "type": "string"
5628         }, 
5629         "selflink": {
5630           "description": "Path to the controller object.", 
5631           "type": "string"
5632         }, 
5633         "vf-module-id": {
5634           "description": "Unique ID of vf-module.", 
5635           "type": "string"
5636         }, 
5637         "vf-module-name": {
5638           "description": "Name of vf-module", 
5639           "type": "string"
5640         }, 
5641         "widget-model-id": {
5642           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
5643           "type": "string"
5644         }, 
5645         "widget-model-version": {
5646           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
5647           "type": "string"
5648         }
5649       }, 
5650       "required": [
5651         "vf-module-id", 
5652         "is-base-vf-module"
5653       ]
5654     }, 
5655     "vf-modules": {
5656       "description": "Collection of vf-modules, a deployment unit of VNFCs\n", 
5657       "properties": {
5658         "vf-module": {
5659           "items": {
5660             "$ref": "#/definitions/vf-module"
5661           }, 
5662           "type": "array"
5663         }
5664       }
5665     }, 
5666     "vig-server": {
5667       "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", 
5668       "properties": {
5669         "ipaddress-v4-vig": {
5670           "description": "v4 IP of the vig server", 
5671           "type": "string"
5672         }, 
5673         "ipaddress-v6-vig": {
5674           "description": "v6 IP of the vig server", 
5675           "type": "string"
5676         }, 
5677         "relationship-list": {
5678           "$ref": "#/definitions/relationship", 
5679           "type": "object"
5680         }, 
5681         "resource-version": {
5682           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5683           "type": "string"
5684         }, 
5685         "vig-address-type": {
5686           "description": "indicates whether the VIG is for AVPN or INTERNET", 
5687           "type": "string"
5688         }
5689       }, 
5690       "required": [
5691         "vig-address-type"
5692       ]
5693     }, 
5694     "vig-servers": {
5695       "properties": {
5696         "vig-server": {
5697           "items": {
5698             "$ref": "#/definitions/vig-server"
5699           }, 
5700           "type": "array"
5701         }
5702       }
5703     }, 
5704     "vip-ipv4-address-list": {
5705       "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 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", 
5706       "properties": {
5707         "is-floating": {
5708           "description": "Indicator of fixed or floating address", 
5709           "type": "boolean"
5710         }, 
5711         "neutron-network-id": {
5712           "description": "Neutron network id of the interface that address belongs to", 
5713           "type": "string"
5714         }, 
5715         "neutron-subnet-id": {
5716           "description": "Neutron id of subnet that address belongs to", 
5717           "type": "string"
5718         }, 
5719         "relationship-list": {
5720           "$ref": "#/definitions/relationship", 
5721           "type": "object"
5722         }, 
5723         "resource-version": {
5724           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5725           "type": "string"
5726         }, 
5727         "vip-ipv4-address": {
5728           "description": "IP address", 
5729           "type": "string"
5730         }, 
5731         "vip-ipv4-prefix-length": {
5732           "description": "Prefix length, 32 for single address", 
5733           "format": "int64", 
5734           "type": "integer"
5735         }, 
5736         "vlan-id-inner": {
5737           "description": "Inner VLAN tag", 
5738           "format": "int64", 
5739           "type": "integer"
5740         }, 
5741         "vlan-id-outer": {
5742           "description": "Outer VLAN tag", 
5743           "format": "int64", 
5744           "type": "integer"
5745         }
5746       }, 
5747       "required": [
5748         "vip-ipv4-address"
5749       ]
5750     }, 
5751     "vip-ipv6-address-list": {
5752       "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 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", 
5753       "properties": {
5754         "is-floating": {
5755           "description": "Indicator of fixed or floating address", 
5756           "type": "boolean"
5757         }, 
5758         "neutron-network-id": {
5759           "description": "Neutron network id of the interface that address belongs to", 
5760           "type": "string"
5761         }, 
5762         "neutron-subnet-id": {
5763           "description": "Neutron id of subnet that address belongs to", 
5764           "type": "string"
5765         }, 
5766         "relationship-list": {
5767           "$ref": "#/definitions/relationship", 
5768           "type": "object"
5769         }, 
5770         "resource-version": {
5771           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5772           "type": "string"
5773         }, 
5774         "vip-ipv6-address": {
5775           "description": "IP address", 
5776           "type": "string"
5777         }, 
5778         "vip-ipv6-prefix-length": {
5779           "description": "Prefix length, 128 for single address", 
5780           "format": "int64", 
5781           "type": "integer"
5782         }, 
5783         "vlan-id-inner": {
5784           "description": "Inner VLAN tag", 
5785           "format": "int64", 
5786           "type": "integer"
5787         }, 
5788         "vlan-id-outer": {
5789           "description": "Outer VLAN tag", 
5790           "format": "int64", 
5791           "type": "integer"
5792         }
5793       }, 
5794       "required": [
5795         "vip-ipv6-address"
5796       ]
5797     }, 
5798     "virtual-data-center": {
5799       "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", 
5800       "properties": {
5801         "relationship-list": {
5802           "$ref": "#/definitions/relationship", 
5803           "type": "object"
5804         }, 
5805         "resource-version": {
5806           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5807           "type": "string"
5808         }, 
5809         "vdc-id": {
5810           "description": "Unique ID of the vdc", 
5811           "type": "string"
5812         }, 
5813         "vdc-name": {
5814           "description": "Name of the virtual data center", 
5815           "type": "string"
5816         }
5817       }, 
5818       "required": [
5819         "vdc-id", 
5820         "vdc-name"
5821       ]
5822     }, 
5823     "virtual-data-centers": {
5824       "description": "Virtual organization of cloud infrastructure elements in a data center context\n", 
5825       "properties": {
5826         "virtual-data-center": {
5827           "items": {
5828             "$ref": "#/definitions/virtual-data-center"
5829           }, 
5830           "type": "array"
5831         }
5832       }
5833     }, 
5834     "vlan": {
5835       "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", 
5836       "properties": {
5837         "backdoor-connection": {
5838           "description": "Whether customer is going to use this VLAN for backdoor connection to another customer premise device.", 
5839           "type": "string"
5840         }, 
5841         "in-maint": {
5842           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
5843           "type": "boolean"
5844         }, 
5845         "is-ip-unnumbered": {
5846           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
5847           "type": "boolean"
5848         }, 
5849         "l3-interface-ipv4-address-list": {
5850           "items": {
5851             "$ref": "#/definitions/l3-interface-ipv4-address-list"
5852           }, 
5853           "type": "array"
5854         }, 
5855         "l3-interface-ipv6-address-list": {
5856           "items": {
5857             "$ref": "#/definitions/l3-interface-ipv6-address-list"
5858           }, 
5859           "type": "array"
5860         }, 
5861         "orchestration-status": {
5862           "description": "Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.", 
5863           "type": "string"
5864         }, 
5865         "prov-status": {
5866           "description": "Prov Status of the VLAN configuration related to a logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
5867           "type": "string"
5868         }, 
5869         "relationship-list": {
5870           "$ref": "#/definitions/relationship", 
5871           "type": "object"
5872         }, 
5873         "resource-version": {
5874           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5875           "type": "string"
5876         }, 
5877         "speed-units": {
5878           "description": "Captures the units corresponding to the speed", 
5879           "type": "string"
5880         }, 
5881         "speed-value": {
5882           "description": "Captures the numeric part of the speed", 
5883           "type": "string"
5884         }, 
5885         "vlan-description": {
5886           "description": "Used to describe (the service associated with) the vlan", 
5887           "type": "string"
5888         }, 
5889         "vlan-id-inner": {
5890           "description": "Inner VLAN tag", 
5891           "format": "int64", 
5892           "type": "integer"
5893         }, 
5894         "vlan-id-outer": {
5895           "description": "Outer VLAN tag", 
5896           "format": "int64", 
5897           "type": "integer"
5898         }, 
5899         "vlan-interface": {
5900           "description": "String that identifies the interface", 
5901           "type": "string"
5902         }, 
5903         "vpn-key": {
5904           "description": "This indicates the customers VPN ID associated with this vlan", 
5905           "type": "string"
5906         }
5907       }, 
5908       "required": [
5909         "vlan-interface", 
5910         "in-maint", 
5911         "is-ip-unnumbered"
5912       ]
5913     }, 
5914     "vlans": {
5915       "properties": {
5916         "vlan": {
5917           "items": {
5918             "$ref": "#/definitions/vlan"
5919           }, 
5920           "type": "array"
5921         }
5922       }
5923     }, 
5924     "vnf": {
5925       "description": "Abstract vnf class\n", 
5926       "properties": {
5927         "vnf-id": {
5928           "description": "Unique id of VNF.  This is unique across the graph.", 
5929           "type": "string"
5930         }
5931       }, 
5932       "required": [
5933         "vnf-id"
5934       ]
5935     }, 
5936     "vnf-image": {
5937       "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", 
5938       "properties": {
5939         "application": {
5940           "description": "The application that the image instantiates.", 
5941           "type": "string"
5942         }, 
5943         "application-vendor": {
5944           "description": "The vendor of the application.", 
5945           "type": "string"
5946         }, 
5947         "application-version": {
5948           "description": "The version of the application.", 
5949           "type": "string"
5950         }, 
5951         "relationship-list": {
5952           "$ref": "#/definitions/relationship", 
5953           "type": "object"
5954         }, 
5955         "resource-version": {
5956           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5957           "type": "string"
5958         }, 
5959         "selflink": {
5960           "description": "URL to endpoint where AAI can get more details", 
5961           "type": "string"
5962         }, 
5963         "vnf-image-uuid": {
5964           "description": "Unique ID of this asset", 
5965           "type": "string"
5966         }
5967       }, 
5968       "required": [
5969         "vnf-image-uuid", 
5970         "application", 
5971         "application-vendor"
5972       ]
5973     }, 
5974     "vnf-images": {
5975       "description": "Collection of image objects that pertain to a VNF that doesn't have associated vservers.  This is a kludge.\n", 
5976       "properties": {
5977         "vnf-image": {
5978           "items": {
5979             "$ref": "#/definitions/vnf-image"
5980           }, 
5981           "type": "array"
5982         }
5983       }
5984     }, 
5985     "vnfc": {
5986       "description": "###### Related Nodes\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 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)\n\n-(1) IF this VNFC node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this VNFC is DELETED also\n", 
5987       "properties": {
5988         "group-notation": {
5989           "description": "Group notation of VNFC", 
5990           "type": "string"
5991         }, 
5992         "in-maint": {
5993           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
5994           "type": "boolean"
5995         }, 
5996         "ipaddress-v4-oam-vip": {
5997           "description": "Oam V4 vip address of this vnfc", 
5998           "type": "string"
5999         }, 
6000         "is-closed-loop-disabled": {
6001           "description": "used to indicate whether closed loop function is enabled on this node", 
6002           "type": "boolean"
6003         }, 
6004         "l3-interface-ipv4-address-list": {
6005           "items": {
6006             "$ref": "#/definitions/l3-interface-ipv4-address-list"
6007           }, 
6008           "type": "array"
6009         }, 
6010         "l3-interface-ipv6-address-list": {
6011           "items": {
6012             "$ref": "#/definitions/l3-interface-ipv6-address-list"
6013           }, 
6014           "type": "array"
6015         }, 
6016         "model-invariant-id": {
6017           "also requires": "model-version-id", 
6018           "description": "the ASDC model id for this resource or service model.", 
6019           "type": "string"
6020         }, 
6021         "model-version-id": {
6022           "also requires": "model-invariant-id", 
6023           "description": "the ASDC model version for this resource or service model.", 
6024           "type": "string"
6025         }, 
6026         "nfc-function": {
6027           "description": "English description of function that the specific resource deployment is providing. Assigned as part of the customization of a resource in a service", 
6028           "type": "string"
6029         }, 
6030         "nfc-naming-code": {
6031           "description": "Short code that is used in naming instances of the item being modeled", 
6032           "type": "string"
6033         }, 
6034         "orchestration-status": {
6035           "description": "Orchestration status of this VNF, mastered by APP-C", 
6036           "type": "string"
6037         }, 
6038         "persona-model-version": {
6039           "description": "the ASDC model version for this resource or service model.", 
6040           "type": "string"
6041         }, 
6042         "prov-status": {
6043           "description": "prov status of this vnfc", 
6044           "type": "string"
6045         }, 
6046         "relationship-list": {
6047           "$ref": "#/definitions/relationship", 
6048           "type": "object"
6049         }, 
6050         "resource-version": {
6051           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6052           "type": "string"
6053         }, 
6054         "vnfc-name": {
6055           "description": "Unique ID of vnfc.", 
6056           "type": "string"
6057         }
6058       }, 
6059       "required": [
6060         "vnfc-name", 
6061         "nfc-naming-code", 
6062         "nfc-function", 
6063         "in-maint", 
6064         "is-closed-loop-disabled"
6065       ]
6066     }, 
6067     "vnfcs": {
6068       "description": "virtual network components associated with a vserver from application controller.\n", 
6069       "properties": {
6070         "vnfc": {
6071           "items": {
6072             "$ref": "#/definitions/vnfc"
6073           }, 
6074           "type": "array"
6075         }
6076       }
6077     }, 
6078     "volume": {
6079       "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", 
6080       "properties": {
6081         "relationship-list": {
6082           "$ref": "#/definitions/relationship", 
6083           "type": "object"
6084         }, 
6085         "resource-version": {
6086           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6087           "type": "string"
6088         }, 
6089         "volume-id": {
6090           "description": "Unique ID of block storage volume relative to the vserver.", 
6091           "type": "string"
6092         }, 
6093         "volume-selflink": {
6094           "description": "URL to endpoint where AAI can get more details", 
6095           "type": "string"
6096         }
6097       }, 
6098       "required": [
6099         "volume-id", 
6100         "volume-selflink"
6101       ]
6102     }, 
6103     "volume-group": {
6104       "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", 
6105       "properties": {
6106         "heat-stack-id": {
6107           "description": "Heat stack id corresponding to this volume-group", 
6108           "type": "string"
6109         }, 
6110         "model-customization-id": {
6111           "description": "captures the id of all the configuration used to customize the resource for the service.", 
6112           "type": "string"
6113         }, 
6114         "orchestration-status": {
6115           "description": "Orchestration status of this volume-group", 
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         "vf-module-model-customization-id": {
6127           "description": "helps relate the volume group to the vf-module whose components will require the volume group", 
6128           "type": "string"
6129         }, 
6130         "vnf-type": {
6131           "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.", 
6132           "type": "string"
6133         }, 
6134         "volume-group-id": {
6135           "description": "Unique ID of volume-group.", 
6136           "type": "string"
6137         }, 
6138         "volume-group-name": {
6139           "description": "Name of the volume group.", 
6140           "type": "string"
6141         }
6142       }, 
6143       "required": [
6144         "volume-group-id", 
6145         "vnf-type"
6146       ]
6147     }, 
6148     "volume-groups": {
6149       "description": "Collection of persistent block-level storage.\n", 
6150       "properties": {
6151         "volume-group": {
6152           "items": {
6153             "$ref": "#/definitions/volume-group"
6154           }, 
6155           "type": "array"
6156         }
6157       }
6158     }, 
6159     "volumes": {
6160       "description": "Collection of ephemeral Block storage volumes.\n", 
6161       "properties": {
6162         "volume": {
6163           "items": {
6164             "$ref": "#/definitions/volume"
6165           }, 
6166           "type": "array"
6167         }
6168       }
6169     }, 
6170     "vpls-pe": {
6171       "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", 
6172       "properties": {
6173         "equipment-name": {
6174           "type": "string"
6175         }, 
6176         "equipment-role": {
6177           "description": "Client should send valid enumerated value, e.g., VPLS-PE.", 
6178           "type": "string"
6179         }, 
6180         "ipv4-oam-address": {
6181           "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).", 
6182           "type": "string"
6183         }, 
6184         "lag-interfaces": {
6185           "items": {
6186             "$ref": "#/definitions/lag-interface"
6187           }, 
6188           "type": "array"
6189         }, 
6190         "p-interfaces": {
6191           "items": {
6192             "$ref": "#/definitions/p-interface"
6193           }, 
6194           "type": "array"
6195         }, 
6196         "prov-status": {
6197           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
6198           "type": "string"
6199         }, 
6200         "relationship-list": {
6201           "$ref": "#/definitions/relationship", 
6202           "type": "object"
6203         }, 
6204         "resource-version": {
6205           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6206           "type": "string"
6207         }, 
6208         "vlan-id-outer": {
6209           "description": "Temporary location for stag to get to VCE", 
6210           "format": "int64", 
6211           "type": "integer"
6212         }
6213       }, 
6214       "required": [
6215         "equipment-name"
6216       ]
6217     }, 
6218     "vpls-pes": {
6219       "description": "Collection of VPLS Provider Edge routers\n", 
6220       "properties": {
6221         "vpls-pe": {
6222           "items": {
6223             "$ref": "#/definitions/vpls-pe"
6224           }, 
6225           "type": "array"
6226         }
6227       }
6228     }, 
6229     "vpn-binding": {
6230       "description": "VPN binding\n###### Related Nodes\n- FROM allotted-resource( allotted-resource BelongsTo vpn-binding, MANY2MANY)\n- FROM l3-network( l3-network Uses vpn-binding, MANY2MANY)\n- FROM logical-link( logical-link Uses vpn-binding, MANY2MANY)\n- FROM route-target (CHILD of vpn-binding, route-target BelongsTo vpn-binding, MANY2ONE)(1)\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", 
6231       "properties": {
6232         "customer-vpn-id": {
6233           "description": "id for this customer vpn", 
6234           "type": "string"
6235         }, 
6236         "relationship-list": {
6237           "$ref": "#/definitions/relationship", 
6238           "description": "l3-networks relate to vpn-bindings", 
6239           "type": "object"
6240         }, 
6241         "resource-version": {
6242           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6243           "type": "string"
6244         }, 
6245         "route-distinguisher": {
6246           "description": "Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.", 
6247           "type": "string"
6248         }, 
6249         "route-targets": {
6250           "items": {
6251             "$ref": "#/definitions/route-target"
6252           }, 
6253           "type": "array"
6254         }, 
6255         "vpn-id": {
6256           "description": "VPN ID, globally unique within A&AI", 
6257           "type": "string"
6258         }, 
6259         "vpn-name": {
6260           "description": "VPN Name", 
6261           "type": "string"
6262         }, 
6263         "vpn-platform": {
6264           "description": "the platform associated with the VPN example AVPN, Mobility", 
6265           "type": "string"
6266         }, 
6267         "vpn-region": {
6268           "description": "region of customer vpn", 
6269           "type": "string"
6270         }, 
6271         "vpn-type": {
6272           "description": "Type of the vpn, should be taken from enumerated/valid values", 
6273           "type": "string"
6274         }
6275       }, 
6276       "required": [
6277         "vpn-id", 
6278         "vpn-name"
6279       ]
6280     }, 
6281     "vpn-bindings": {
6282       "properties": {
6283         "vpn-binding": {
6284           "items": {
6285             "$ref": "#/definitions/vpn-binding"
6286           }, 
6287           "type": "array"
6288         }
6289       }
6290     }, 
6291     "vserver": {
6292       "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", 
6293       "properties": {
6294         "in-maint": {
6295           "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.", 
6296           "type": "boolean"
6297         }, 
6298         "is-closed-loop-disabled": {
6299           "description": "Used to indicate whether closed loop function is enabled on this node", 
6300           "type": "boolean"
6301         }, 
6302         "l-interfaces": {
6303           "items": {
6304             "$ref": "#/definitions/l-interface"
6305           }, 
6306           "type": "array"
6307         }, 
6308         "prov-status": {
6309           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
6310           "type": "string"
6311         }, 
6312         "relationship-list": {
6313           "$ref": "#/definitions/relationship", 
6314           "type": "object"
6315         }, 
6316         "resource-version": {
6317           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6318           "type": "string"
6319         }, 
6320         "volumes": {
6321           "items": {
6322             "$ref": "#/definitions/volume"
6323           }, 
6324           "type": "array"
6325         }, 
6326         "vserver-id": {
6327           "description": "Unique identifier for this vserver relative to its tenant", 
6328           "type": "string"
6329         }, 
6330         "vserver-name": {
6331           "description": "Name of vserver", 
6332           "type": "string"
6333         }, 
6334         "vserver-name2": {
6335           "description": "Alternative name of vserver", 
6336           "type": "string"
6337         }, 
6338         "vserver-selflink": {
6339           "description": "URL to endpoint where AAI can get more details", 
6340           "type": "string"
6341         }
6342       }, 
6343       "required": [
6344         "vserver-id", 
6345         "vserver-name", 
6346         "vserver-selflink", 
6347         "in-maint", 
6348         "is-closed-loop-disabled"
6349       ]
6350     }, 
6351     "vservers": {
6352       "description": "Collection of virtual Servers, aka virtual machines or VMs.\n", 
6353       "properties": {
6354         "vserver": {
6355           "items": {
6356             "$ref": "#/definitions/vserver"
6357           }, 
6358           "type": "array"
6359         }
6360       }
6361     }, 
6362     "zone": {
6363       "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", 
6364       "properties": {
6365         "design-type": {
6366           "description": "Design of zone [Medium/Large?]", 
6367           "type": "string"
6368         }, 
6369         "relationship-list": {
6370           "$ref": "#/definitions/relationship", 
6371           "type": "object"
6372         }, 
6373         "resource-version": {
6374           "description": "Concurrency value", 
6375           "type": "string"
6376         }, 
6377         "status": {
6378           "description": "Status of a zone.", 
6379           "type": "string"
6380         }, 
6381         "zone-context": {
6382           "description": "Context of zone [production/test]", 
6383           "type": "string"
6384         }, 
6385         "zone-id": {
6386           "description": "Code assigned by AIC to the zone", 
6387           "type": "string"
6388         }, 
6389         "zone-name": {
6390           "description": "English name associated with the zone", 
6391           "type": "string"
6392         }
6393       }, 
6394       "required": [
6395         "zone-id", 
6396         "zone-name", 
6397         "design-type", 
6398         "zone-context"
6399       ]
6400     }, 
6401     "zones": {
6402       "description": "Collection of zones\n", 
6403       "properties": {
6404         "zone": {
6405           "items": {
6406             "$ref": "#/definitions/zone"
6407           }, 
6408           "type": "array"
6409         }
6410       }
6411     }, 
6412     "zzzz-patch-action": {
6413       "properties": {
6414         "action-type": {
6415           "type": "string"
6416         }
6417       }
6418     }, 
6419     "zzzz-patch-action-data": {
6420       "properties": {
6421         "property-name": {
6422           "type": "string"
6423         }, 
6424         "property-value": {
6425           "type": "string"
6426         }
6427       }
6428     }, 
6429     "zzzz-patch-allotted-resource": {
6430       "description": "Represents a slice or partial piece of a resource that gets separately allotted\n###### Related Nodes\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 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 configuration( configuration Uses allotted-resource, ONE2ONE)(3)\n- FROM service-instance( service-instance Uses allotted-resource, MANY2MANY)\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", 
6431       "properties": {
6432         "description": {
6433           "description": "The descriptive information assigned to this allotted resource instance", 
6434           "type": "string"
6435         }, 
6436         "id": {
6437           "description": "Allotted Resource id UUID assigned to this instance.", 
6438           "type": "string"
6439         }, 
6440         "model-invariant-id": {
6441           "also requires": "model-version-id", 
6442           "description": "the ASDC model id for this resource or service model.", 
6443           "type": "string"
6444         }, 
6445         "model-version-id": {
6446           "also requires": "model-invariant-id", 
6447           "description": "the ASDC model version for this resource or service model.", 
6448           "type": "string"
6449         }, 
6450         "operational-status": {
6451           "description": "Indicator for whether the resource is considered operational", 
6452           "type": "string"
6453         }, 
6454         "orchestration-status": {
6455           "description": "Orchestration status", 
6456           "type": "string"
6457         }, 
6458         "persona-model-version": {
6459           "description": "the ASDC model version for this resource or service model.", 
6460           "type": "string"
6461         }, 
6462         "relationship-list": {
6463           "$ref": "#/definitions/relationship", 
6464           "type": "object"
6465         }, 
6466         "role": {
6467           "description": "role in the network that this resource will be providing.", 
6468           "type": "string"
6469         }, 
6470         "selflink": {
6471           "description": "Link back to more information in the controller", 
6472           "type": "string"
6473         }, 
6474         "type": {
6475           "description": "Generic description of the type of allotted resource.", 
6476           "type": "string"
6477         }
6478       }
6479     }, 
6480     "zzzz-patch-availability-zone": {
6481       "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", 
6482       "properties": {
6483         "availability-zone-name": {
6484           "description": "Name of the availability zone.  Unique across a cloud region", 
6485           "type": "string"
6486         }, 
6487         "hypervisor-type": {
6488           "description": "Type of hypervisor.  Source of truth should define valid values.", 
6489           "type": "string"
6490         }, 
6491         "operational-status": {
6492           "description": "State that indicates whether the availability zone should be used, etc.  Source of truth should define valid values.", 
6493           "type": "string"
6494         }, 
6495         "relationship-list": {
6496           "$ref": "#/definitions/relationship", 
6497           "type": "object"
6498         }
6499       }
6500     }, 
6501     "zzzz-patch-class-of-service": {
6502       "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", 
6503       "properties": {
6504         "cos": {
6505           "description": "unique identifier of probe", 
6506           "type": "string"
6507         }, 
6508         "probe-id": {
6509           "description": "identifier of probe", 
6510           "type": "string"
6511         }, 
6512         "probe-type": {
6513           "description": "type of probe", 
6514           "type": "string"
6515         }, 
6516         "relationship-list": {
6517           "$ref": "#/definitions/relationship", 
6518           "type": "object"
6519         }
6520       }
6521     }, 
6522     "zzzz-patch-cloud-region": {
6523       "description": "cloud-region designates an installation of a cloud cluster or region or instantiation.\n###### Related Nodes\n- TO complex( cloud-region LocatedIn complex, MANY2ONE)\n- TO l3-network( cloud-region Uses l3-network, 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 group-assignment (CHILD of cloud-region, group-assignment 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 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,IMAGE,OAM-NETWORK,SNAPSHOT,TENANT,VIP-IPV4-ADDRESS-LIST,VIP-IPV6-ADDRESS-LIST,VOLUME-GROUP\n", 
6524       "properties": {
6525         "cloud-epa-caps": {
6526           "description": "MultiVIM will discover and expose EPA capabilities.", 
6527           "type": "string"
6528         }, 
6529         "cloud-extra-info": {
6530           "description": "ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM.", 
6531           "type": "string"
6532         }, 
6533         "cloud-owner": {
6534           "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
6535           "type": "string"
6536         }, 
6537         "cloud-region-id": {
6538           "description": "Identifier used by the vendor for the region. Second part of composite key", 
6539           "type": "string"
6540         }, 
6541         "cloud-region-version": {
6542           "description": "Software version employed at the site.  NOTE - THIS FIELD IS NOT KEPT UP TO DATE.", 
6543           "type": "string"
6544         }, 
6545         "cloud-type": {
6546           "description": "Type of the cloud (e.g., openstack)", 
6547           "type": "string"
6548         }, 
6549         "cloud-zone": {
6550           "description": "Zone where the cloud is homed.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
6551           "type": "string"
6552         }, 
6553         "complex-name": {
6554           "description": "complex name for cloud-region instance.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
6555           "type": "string"
6556         }, 
6557         "identity-url": {
6558           "description": "URL of the keystone identity service", 
6559           "type": "string"
6560         }, 
6561         "owner-defined-type": {
6562           "description": "Cloud-owner defined type indicator (e.g., dcp, lcp)", 
6563           "type": "string"
6564         }, 
6565         "relationship-list": {
6566           "$ref": "#/definitions/relationship", 
6567           "type": "object"
6568         }, 
6569         "sriov-automation": {
6570           "description": "Whether the cloud region supports (true) or does not support (false) SR-IOV automation.", 
6571           "type": "string"
6572         }
6573       }
6574     }, 
6575     "zzzz-patch-complex": {
6576       "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 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", 
6577       "properties": {
6578         "city": {
6579           "type": "string"
6580         }, 
6581         "complex-name": {
6582           "description": "Gamma complex name for LCP instance.", 
6583           "type": "string"
6584         }, 
6585         "country": {
6586           "type": "string"
6587         }, 
6588         "data-center-code": {
6589           "description": "Data center code which can be an alternate way to identify a complex", 
6590           "type": "string"
6591         }, 
6592         "elevation": {
6593           "type": "string"
6594         }, 
6595         "identity-url": {
6596           "description": "URL of the keystone identity service", 
6597           "type": "string"
6598         }, 
6599         "lata": {
6600           "type": "string"
6601         }, 
6602         "latitude": {
6603           "type": "string"
6604         }, 
6605         "longitude": {
6606           "type": "string"
6607         }, 
6608         "physical-location-id": {
6609           "description": "Unique identifier for physical location, e.g., CLLI", 
6610           "type": "string"
6611         }, 
6612         "physical-location-type": {
6613           "description": "Type, e.g., central office, data center.", 
6614           "type": "string"
6615         }, 
6616         "postal-code": {
6617           "type": "string"
6618         }, 
6619         "region": {
6620           "type": "string"
6621         }, 
6622         "relationship-list": {
6623           "$ref": "#/definitions/relationship", 
6624           "type": "object"
6625         }, 
6626         "state": {
6627           "type": "string"
6628         }, 
6629         "street1": {
6630           "type": "string"
6631         }, 
6632         "street2": {
6633           "type": "string"
6634         }
6635       }
6636     }, 
6637     "zzzz-patch-configuration": {
6638       "description": "Port Mirror Configuration.\n###### Related Nodes\n- TO allotted-resource( configuration Uses allotted-resource, ONE2ONE)(2)\n- TO logical-link( configuration Uses logical-link, ONE2MANY)(2)\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\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", 
6639       "properties": {
6640         "configuration-id": {
6641           "description": "UUID assigned to configuration.", 
6642           "type": "string"
6643         }, 
6644         "configuration-name": {
6645           "description": "Name of the configuration.", 
6646           "type": "string"
6647         }, 
6648         "configuration-selflink": {
6649           "description": "URL to endpoint where AAI can get more details from SDN-GC.", 
6650           "type": "string"
6651         }, 
6652         "configuration-sub-type": {
6653           "description": "vprobe, pprobe.", 
6654           "type": "string"
6655         }, 
6656         "configuration-type": {
6657           "description": "port-mirroring-configuration.", 
6658           "type": "string"
6659         }, 
6660         "management-option": {
6661           "description": "Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.", 
6662           "type": "string"
6663         }, 
6664         "model-customization-id": {
6665           "description": "id of  the configuration used to customize the resource", 
6666           "type": "string"
6667         }, 
6668         "model-invariant-id": {
6669           "also requires": "model-version-id", 
6670           "description": "the ASDC model id for this resource or service model.", 
6671           "type": "string"
6672         }, 
6673         "model-version-id": {
6674           "also requires": "model-invariant-id", 
6675           "description": "the ASDC model version for this resource or service model.", 
6676           "type": "string"
6677         }, 
6678         "operational-status": {
6679           "description": "Indicator for whether the resource is considered operational.", 
6680           "type": "string"
6681         }, 
6682         "orchestration-status": {
6683           "description": "Orchestration status of the configuration.", 
6684           "type": "string"
6685         }, 
6686         "persona-model-version": {
6687           "description": "the ASDC model version for this resource or service model.", 
6688           "type": "string"
6689         }, 
6690         "relationship-list": {
6691           "$ref": "#/definitions/relationship", 
6692           "type": "object"
6693         }
6694       }
6695     }, 
6696     "zzzz-patch-connector": {
6697       "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", 
6698       "properties": {
6699         "model-invariant-id": {
6700           "also requires": "model-version-id", 
6701           "description": "the ASDC model id for this resource or service model.", 
6702           "type": "string"
6703         }, 
6704         "model-version-id": {
6705           "also requires": "model-invariant-id", 
6706           "description": "the ASDC model version for this resource or service model.", 
6707           "type": "string"
6708         }, 
6709         "persona-model-version": {
6710           "description": "the ASDC model version for this resource or service model.", 
6711           "type": "string"
6712         }, 
6713         "relationship-list": {
6714           "$ref": "#/definitions/relationship", 
6715           "type": "object"
6716         }, 
6717         "resource-instance-id": {
6718           "description": "Unique id of resource instance.", 
6719           "type": "string"
6720         }, 
6721         "widget-model-id": {
6722           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
6723           "type": "string"
6724         }, 
6725         "widget-model-version": {
6726           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
6727           "type": "string"
6728         }
6729       }
6730     }, 
6731     "zzzz-patch-constrained-element-set": {
6732       "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", 
6733       "properties": {
6734         "check-type": {
6735           "type": "string"
6736         }, 
6737         "constrained-element-set-uuid": {
6738           "type": "string"
6739         }, 
6740         "constraint-type": {
6741           "type": "string"
6742         }, 
6743         "relationship-list": {
6744           "$ref": "#/definitions/relationship", 
6745           "type": "object"
6746         }
6747       }
6748     }, 
6749     "zzzz-patch-ctag-assignment": {
6750       "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", 
6751       "properties": {
6752         "relationship-list": {
6753           "$ref": "#/definitions/relationship", 
6754           "type": "object"
6755         }, 
6756         "vlan-id-inner": {
6757           "description": "id.", 
6758           "format": "int64", 
6759           "type": "integer"
6760         }
6761       }
6762     }, 
6763     "zzzz-patch-ctag-pool": {
6764       "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", 
6765       "properties": {
6766         "availability-zone-name": {
6767           "description": "Name of the availability zone", 
6768           "type": "string"
6769         }, 
6770         "ctag-pool-purpose": {
6771           "description": "Describes what the intended purpose of this pool is.", 
6772           "type": "string"
6773         }, 
6774         "ctag-values": {
6775           "description": "Comma separated list of ctags", 
6776           "type": "string"
6777         }, 
6778         "relationship-list": {
6779           "$ref": "#/definitions/relationship", 
6780           "type": "object"
6781         }, 
6782         "target-pe": {
6783           "description": "The Target provider edge router", 
6784           "type": "string"
6785         }
6786       }
6787     }, 
6788     "zzzz-patch-customer": {
6789       "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\n-(1) IF this CUSTOMER node is deleted, this FROM node is DELETED also\n", 
6790       "properties": {
6791         "global-customer-id": {
6792           "description": "Global customer id used across ECOMP to uniquely identify customer.", 
6793           "type": "string"
6794         }, 
6795         "relationship-list": {
6796           "$ref": "#/definitions/relationship", 
6797           "type": "object"
6798         }, 
6799         "subscriber-name": {
6800           "description": "Subscriber name, an alternate way to retrieve a customer.", 
6801           "type": "string"
6802         }, 
6803         "subscriber-type": {
6804           "description": "Subscriber type, a way to provide VID with only the INFRA customers.", 
6805           "type": "string"
6806         }
6807       }
6808     }, 
6809     "zzzz-patch-cvlan-tag-entry": {
6810       "properties": {
6811         "cvlan-tag": {
6812           "description": "See mis-na-virtualization-platform.yang", 
6813           "format": "int64", 
6814           "type": "integer"
6815         }, 
6816         "relationship-list": {
6817           "$ref": "#/definitions/relationship", 
6818           "type": "object"
6819         }
6820       }
6821     }, 
6822     "zzzz-patch-dvs-switch": {
6823       "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", 
6824       "properties": {
6825         "relationship-list": {
6826           "$ref": "#/definitions/relationship", 
6827           "type": "object"
6828         }, 
6829         "switch-name": {
6830           "description": "DVS switch name", 
6831           "type": "string"
6832         }, 
6833         "vcenter-url": {
6834           "description": "URL used to reach the vcenter", 
6835           "type": "string"
6836         }
6837       }
6838     }, 
6839     "zzzz-patch-edge-prop-names": {
6840       "description": "Internal map to define the properties of an edge and interpret the map EdgeRules\n", 
6841       "properties": {
6842         "SVC-INFRA": {
6843           "type": "string"
6844         }, 
6845         "contains-other-v": {
6846           "type": "string"
6847         }, 
6848         "delete-other-v": {
6849           "type": "string"
6850         }, 
6851         "direction": {
6852           "type": "string"
6853         }, 
6854         "edgeLabel": {
6855           "type": "string"
6856         }, 
6857         "multiplicityRule": {
6858           "type": "string"
6859         }, 
6860         "prevent-delete": {
6861           "type": "string"
6862         }
6863       }
6864     }, 
6865     "zzzz-patch-edge-tag-query-request": {
6866       "properties": {
6867         "edge-tag": {
6868           "type": "string"
6869         }, 
6870         "result-detail": {
6871           "type": "string"
6872         }, 
6873         "start-node-type": {
6874           "type": "string"
6875         }
6876       }
6877     }, 
6878     "zzzz-patch-element-choice-set": {
6879       "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", 
6880       "properties": {
6881         "cardinality": {
6882           "type": "string"
6883         }, 
6884         "element-choice-set-name": {
6885           "type": "string"
6886         }, 
6887         "element-choice-set-uuid": {
6888           "type": "string"
6889         }, 
6890         "relationship-list": {
6891           "$ref": "#/definitions/relationship", 
6892           "type": "object"
6893         }
6894       }
6895     }, 
6896     "zzzz-patch-entitlement": {
6897       "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", 
6898       "properties": {
6899         "group-uuid": {
6900           "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
6901           "type": "string"
6902         }, 
6903         "relationship-list": {
6904           "$ref": "#/definitions/relationship", 
6905           "type": "object"
6906         }, 
6907         "resource-uuid": {
6908           "description": "Unique ID of an entitlement resource.", 
6909           "type": "string"
6910         }
6911       }
6912     }, 
6913     "zzzz-patch-esr-ems": {
6914       "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", 
6915       "properties": {
6916         "ems-id": {
6917           "description": "Unique ID of EMS.", 
6918           "type": "string"
6919         }, 
6920         "relationship-list": {
6921           "$ref": "#/definitions/relationship", 
6922           "type": "object"
6923         }
6924       }
6925     }, 
6926     "zzzz-patch-esr-system-info": {
6927       "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\n-(4) IF this TO node is deleted, this ESR-SYSTEM-INFO is DELETED also\n", 
6928       "properties": {
6929         "cloud-domain": {
6930           "description": "domain info for authentication.", 
6931           "type": "string"
6932         }, 
6933         "default-tenant": {
6934           "description": "default tenant of VIM.", 
6935           "type": "string"
6936         }, 
6937         "esr-system-info-id": {
6938           "description": "Unique ID of esr system info.", 
6939           "type": "string"
6940         }, 
6941         "ip-address": {
6942           "description": "service IP of ftp server.", 
6943           "type": "string"
6944         }, 
6945         "passive": {
6946           "description": "ftp passive mode or not.", 
6947           "type": "boolean"
6948         }, 
6949         "password": {
6950           "description": "password used to access external systems.", 
6951           "type": "string"
6952         }, 
6953         "port": {
6954           "description": "service port of ftp server.", 
6955           "type": "string"
6956         }, 
6957         "protocol": {
6958           "description": "protocol of third party SDNC, for example netconf/snmp.", 
6959           "type": "string"
6960         }, 
6961         "relationship-list": {
6962           "$ref": "#/definitions/relationship", 
6963           "type": "object"
6964         }, 
6965         "remote-path": {
6966           "description": "resource or performance data file path.", 
6967           "type": "string"
6968         }, 
6969         "service-url": {
6970           "description": "url used to access external systems.", 
6971           "type": "string"
6972         }, 
6973         "ssl-cacert": {
6974           "description": "ca file content if enabled ssl on auth-url.", 
6975           "type": "string"
6976         }, 
6977         "ssl-insecure": {
6978           "description": "Whether to verify VIM's certificate.", 
6979           "type": "boolean"
6980         }, 
6981         "system-name": {
6982           "description": "name of external system.", 
6983           "type": "string"
6984         }, 
6985         "system-status": {
6986           "description": "the status of external system.", 
6987           "type": "string"
6988         }, 
6989         "system-type": {
6990           "description": "it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.", 
6991           "type": "string"
6992         }, 
6993         "type": {
6994           "description": "type of external systems.", 
6995           "type": "string"
6996         }, 
6997         "user-name": {
6998           "description": "username used to access external systems.", 
6999           "type": "string"
7000         }, 
7001         "vendor": {
7002           "description": "vendor of external systems.", 
7003           "type": "string"
7004         }, 
7005         "version": {
7006           "description": "version of external systems.", 
7007           "type": "string"
7008         }
7009       }
7010     }, 
7011     "zzzz-patch-esr-thirdparty-sdnc": {
7012       "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", 
7013       "properties": {
7014         "location": {
7015           "description": "used for DC type to indicate the location of SDNC, such as Core or Edge.", 
7016           "type": "string"
7017         }, 
7018         "product-name": {
7019           "description": "password used to access SDNC server.", 
7020           "type": "string"
7021         }, 
7022         "relationship-list": {
7023           "$ref": "#/definitions/relationship", 
7024           "type": "object"
7025         }, 
7026         "thirdparty-sdnc-id": {
7027           "description": "Unique ID of SDNC.", 
7028           "type": "string"
7029         }
7030       }
7031     }, 
7032     "zzzz-patch-esr-vnfm": {
7033       "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", 
7034       "properties": {
7035         "certificate-url": {
7036           "description": "certificate url of VNFM.", 
7037           "type": "string"
7038         }, 
7039         "relationship-list": {
7040           "$ref": "#/definitions/relationship", 
7041           "type": "object"
7042         }, 
7043         "vim-id": {
7044           "description": "indecate the VIM to deploy VNF.", 
7045           "type": "string"
7046         }, 
7047         "vnfm-id": {
7048           "description": "Unique ID of VNFM.", 
7049           "type": "string"
7050         }
7051       }
7052     }, 
7053     "zzzz-patch-extra-property": {
7054       "properties": {
7055         "property-name": {
7056           "type": "string"
7057         }, 
7058         "property-value": {
7059           "type": "string"
7060         }
7061       }
7062     }, 
7063     "zzzz-patch-flavor": {
7064       "description": "Openstack flavor.\n###### Related Nodes\n- TO cloud-region (PARENT of flavor, flavor BelongsTo cloud-region, MANY2ONE)\n- FROM vserver( vserver Uses flavor, MANY2ONE)\n\n-FLAVOR cannot be deleted if related to VSERVER\n", 
7065       "properties": {
7066         "flavor-disabled": {
7067           "description": "Boolean as to whether this flavor is no longer enabled", 
7068           "type": "boolean"
7069         }, 
7070         "flavor-disk": {
7071           "description": "Disk space", 
7072           "format": "int32", 
7073           "type": "integer"
7074         }, 
7075         "flavor-ephemeral": {
7076           "description": "Amount of ephemeral disk space", 
7077           "format": "int32", 
7078           "type": "integer"
7079         }, 
7080         "flavor-id": {
7081           "description": "Flavor id, expected to be unique across cloud-region.", 
7082           "type": "string"
7083         }, 
7084         "flavor-is-public": {
7085           "description": "whether flavor is available to all users or private to the tenant it was created in.", 
7086           "type": "boolean"
7087         }, 
7088         "flavor-name": {
7089           "description": "Flavor name", 
7090           "type": "string"
7091         }, 
7092         "flavor-ram": {
7093           "description": "Amount of memory", 
7094           "format": "int32", 
7095           "type": "integer"
7096         }, 
7097         "flavor-selflink": {
7098           "description": "URL to endpoint where AAI can get more details", 
7099           "type": "string"
7100         }, 
7101         "flavor-swap": {
7102           "description": "amount of swap space allocation", 
7103           "type": "string"
7104         }, 
7105         "flavor-vcpus": {
7106           "description": "Number of CPUs", 
7107           "format": "int32", 
7108           "type": "integer"
7109         }, 
7110         "relationship-list": {
7111           "$ref": "#/definitions/relationship", 
7112           "type": "object"
7113         }
7114       }
7115     }, 
7116     "zzzz-patch-generic-vnf": {
7117       "description": "General purpose VNF\n###### Related Nodes\n- TO availability-zone( generic-vnf Uses availability-zone, MANY2MANY)\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 ipsec-configuration( generic-vnf Uses ipsec-configuration, MANY2ONE)\n- TO l3-network( generic-vnf Uses l3-network, MANY2MANY)\n- TO pnf( generic-vnf HostedOn pnf, MANY2MANY)\n- TO pserver( generic-vnf HostedOn pserver, MANY2MANY)\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 entitlement (CHILD of generic-vnf, entitlement 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", 
7118       "properties": {
7119         "as-number": {
7120           "description": "as-number of the VNF", 
7121           "type": "string"
7122         }, 
7123         "encrypted-access-flag": {
7124           "description": "indicates whether generic-vnf access uses SSH", 
7125           "type": "boolean"
7126         }, 
7127         "entitlement-assignment-group-uuid": {
7128           "description": "UUID of the Entitlement group used for licensing VNFs, OBSOLETE -  See child relationships.", 
7129           "type": "string"
7130         }, 
7131         "entitlement-resource-uuid": {
7132           "description": "UUID of the specific entitlement resource.  OBSOLETE -  See child relationships.", 
7133           "type": "string"
7134         }, 
7135         "equipment-role": {
7136           "description": "Client should send valid enumerated value", 
7137           "type": "string"
7138         }, 
7139         "heat-stack-id": {
7140           "description": "Heat stack id corresponding to this instance, managed by MSO", 
7141           "type": "string"
7142         }, 
7143         "in-maint": {
7144           "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.", 
7145           "type": "boolean"
7146         }, 
7147         "ipv4-loopback0-address": {
7148           "description": "v4 Loopback0 address", 
7149           "type": "string"
7150         }, 
7151         "ipv4-oam-address": {
7152           "description": "Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.", 
7153           "type": "string"
7154         }, 
7155         "ipv4-oam-gateway-address": {
7156           "description": "Gateway address", 
7157           "type": "string"
7158         }, 
7159         "ipv4-oam-gateway-address-prefix-length": {
7160           "description": "Prefix length for oam-address", 
7161           "format": "int32", 
7162           "type": "integer"
7163         }, 
7164         "is-closed-loop-disabled": {
7165           "description": "used to indicate whether closed loop function is enabled on this node", 
7166           "type": "boolean"
7167         }, 
7168         "job-id": {
7169           "description": "job id corresponding to vnf", 
7170           "type": "string"
7171         }, 
7172         "license-assignment-group-uuid": {
7173           "description": "UUID of the license assignment group.  OBSOLETE -  See child relationships.", 
7174           "type": "string"
7175         }, 
7176         "license-key": {
7177           "description": "OBSOLETE -  do not use", 
7178           "type": "string"
7179         }, 
7180         "license-key-uuid": {
7181           "description": "UUID of the actual license resource.  OBSOLETE -  See child relationships.", 
7182           "type": "string"
7183         }, 
7184         "management-option": {
7185           "description": "identifier of managed by ATT or customer", 
7186           "type": "string"
7187         }, 
7188         "management-v6-address": {
7189           "description": "v6 management address", 
7190           "type": "string"
7191         }, 
7192         "model-customization-id": {
7193           "description": "captures the id of all the configuration used to customize the resource for the service.", 
7194           "type": "string"
7195         }, 
7196         "model-invariant-id": {
7197           "also requires": "model-version-id", 
7198           "description": "the ASDC model id for this resource or service model.", 
7199           "type": "string"
7200         }, 
7201         "model-version-id": {
7202           "also requires": "model-invariant-id", 
7203           "description": "the ASDC model version for this resource or service model.", 
7204           "type": "string"
7205         }, 
7206         "mso-catalog-key": {
7207           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
7208           "type": "string"
7209         }, 
7210         "nf-function": {
7211           "description": "English description of Network function that the specific VNF deployment is providing", 
7212           "type": "string"
7213         }, 
7214         "nf-naming-code": {
7215           "description": "string assigned to this model used for naming purposes", 
7216           "type": "string"
7217         }, 
7218         "nf-role": {
7219           "description": "role in the network that this model will be providing", 
7220           "type": "string"
7221         }, 
7222         "nf-type": {
7223           "description": "Generic description of the type of NF", 
7224           "type": "string"
7225         }, 
7226         "nm-lan-v6-address": {
7227           "description": "v6 Loopback address", 
7228           "type": "string"
7229         }, 
7230         "nm-profile-name": {
7231           "description": "Network Management profile of this VNF", 
7232           "type": "string"
7233         }, 
7234         "nnet": {
7235           "description": "number of network in vnf.", 
7236           "format": "int64", 
7237           "type": "integer"
7238         }, 
7239         "nshd": {
7240           "description": "number of associated SHD in vnf.", 
7241           "format": "int64", 
7242           "type": "integer"
7243         }, 
7244         "nvm": {
7245           "description": "number of vms in vnf.", 
7246           "format": "int64", 
7247           "type": "integer"
7248         }, 
7249         "operational-status": {
7250           "description": "Indicator for whether the resource is considered operational.  Valid values are in-service-path and out-of-service-path.", 
7251           "type": "string"
7252         }, 
7253         "orchestration-status": {
7254           "description": "Orchestration status of this VNF, used by MSO.", 
7255           "type": "string"
7256         }, 
7257         "persona-model-version": {
7258           "description": "the ASDC model version for this resource or service model.", 
7259           "type": "string"
7260         }, 
7261         "prov-status": {
7262           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
7263           "type": "string"
7264         }, 
7265         "regional-resource-subzone": {
7266           "description": "represents sub zone of the rr plane", 
7267           "type": "string"
7268         }, 
7269         "regional-resource-zone": {
7270           "description": "Regional way of organizing pservers, source of truth should define values", 
7271           "type": "string"
7272         }, 
7273         "relationship-list": {
7274           "$ref": "#/definitions/relationship", 
7275           "type": "object"
7276         }, 
7277         "selflink": {
7278           "description": "Path to the controller object.", 
7279           "type": "string"
7280         }, 
7281         "service-id": {
7282           "description": "Unique identifier of service, does not necessarily map to ASDC service models.  SOON TO BE DEPRECATED", 
7283           "type": "string"
7284         }, 
7285         "summary-status": {
7286           "description": "details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.", 
7287           "type": "string"
7288         }, 
7289         "vcpu": {
7290           "description": "number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE", 
7291           "format": "int64", 
7292           "type": "integer"
7293         }, 
7294         "vcpu-units": {
7295           "description": "units associated with vcpu, used for VNFs with no vservers/flavors, to be used only by uCPE", 
7296           "type": "string"
7297         }, 
7298         "vdisk": {
7299           "description": "number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only uCPE", 
7300           "format": "int64", 
7301           "type": "integer"
7302         }, 
7303         "vdisk-units": {
7304           "description": "units associated with vdisk, used for VNFs with no vservers/flavors, to be used only by uCPE", 
7305           "type": "string"
7306         }, 
7307         "vlan-id-outer": {
7308           "description": "Temporary location for S-TAG to get to VCE", 
7309           "format": "int64", 
7310           "type": "integer"
7311         }, 
7312         "vmemory": {
7313           "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", 
7314           "format": "int64", 
7315           "type": "integer"
7316         }, 
7317         "vmemory-units": {
7318           "description": "units associated with vmemory, used for VNFs with no vservers/flavors, to be used only by uCPE", 
7319           "type": "string"
7320         }, 
7321         "vnf-discriptor-name": {
7322           "description": "vnf discriptor name", 
7323           "type": "string"
7324         }, 
7325         "vnf-id": {
7326           "description": "Unique id of VNF.  This is unique across the graph.", 
7327           "type": "string"
7328         }, 
7329         "vnf-instance-id": {
7330           "description": "vnf instance id.", 
7331           "type": "string"
7332         }, 
7333         "vnf-name": {
7334           "description": "Name of VNF.", 
7335           "type": "string"
7336         }, 
7337         "vnf-name2": {
7338           "description": "Alternate name of VNF.", 
7339           "type": "string"
7340         }, 
7341         "vnf-package-name": {
7342           "type": "string"
7343         }, 
7344         "vnf-type": {
7345           "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.", 
7346           "type": "string"
7347         }, 
7348         "widget-model-id": {
7349           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
7350           "type": "string"
7351         }, 
7352         "widget-model-version": {
7353           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
7354           "type": "string"
7355         }
7356       }
7357     }, 
7358     "zzzz-patch-group-assignment": {
7359       "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", 
7360       "properties": {
7361         "group-description": {
7362           "description": "Group description - description of the group", 
7363           "type": "string"
7364         }, 
7365         "group-id": {
7366           "description": "Group id, expected to be unique across cloud-region.", 
7367           "type": "string"
7368         }, 
7369         "group-name": {
7370           "description": "Group name - name assigned to the group", 
7371           "type": "string"
7372         }, 
7373         "group-type": {
7374           "description": "Group type - the type of group this instance refers to", 
7375           "type": "string"
7376         }, 
7377         "relationship-list": {
7378           "$ref": "#/definitions/relationship", 
7379           "type": "object"
7380         }
7381       }
7382     }, 
7383     "zzzz-patch-host-route": {
7384       "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", 
7385       "properties": {
7386         "host-route-id": {
7387           "description": "host-route id", 
7388           "type": "string"
7389         }, 
7390         "next-hop": {
7391           "description": "Could be ip-address, hostname, or service-instance", 
7392           "type": "string"
7393         }, 
7394         "next-hop-type": {
7395           "description": "Should be ip-address, hostname, or service-instance to match next-hop", 
7396           "type": "string"
7397         }, 
7398         "relationship-list": {
7399           "$ref": "#/definitions/relationship", 
7400           "type": "object"
7401         }, 
7402         "route-prefix": {
7403           "description": "subnet prefix", 
7404           "type": "string"
7405         }
7406       }
7407     }, 
7408     "zzzz-patch-image": {
7409       "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", 
7410       "properties": {
7411         "application": {
7412           "description": "The application that the image instantiates.", 
7413           "type": "string"
7414         }, 
7415         "application-vendor": {
7416           "description": "The vendor of the application.", 
7417           "type": "string"
7418         }, 
7419         "application-version": {
7420           "description": "The version of the application.", 
7421           "type": "string"
7422         }, 
7423         "image-architecture": {
7424           "description": "Operating system architecture.", 
7425           "type": "string"
7426         }, 
7427         "image-id": {
7428           "description": "Image id, expected to be unique across cloud region", 
7429           "type": "string"
7430         }, 
7431         "image-name": {
7432           "description": "Image name", 
7433           "type": "string"
7434         }, 
7435         "image-os-distro": {
7436           "description": "The common name of the operating system distribution in lowercase", 
7437           "type": "string"
7438         }, 
7439         "image-os-version": {
7440           "description": "The operating system version as specified by the distributor.", 
7441           "type": "string"
7442         }, 
7443         "image-selflink": {
7444           "description": "URL to endpoint where AAI can get more details", 
7445           "type": "string"
7446         }, 
7447         "relationship-list": {
7448           "$ref": "#/definitions/relationship", 
7449           "type": "object"
7450         }
7451       }
7452     }, 
7453     "zzzz-patch-include-node-filter": {
7454       "properties": {
7455         "include-node-type": {
7456           "type": "string"
7457         }
7458       }
7459     }, 
7460     "zzzz-patch-instance-group": {
7461       "description": "General mechanism for grouping instances\n###### Related Nodes\n- TO model( instance-group Targets model, MANY2MANY)\n- FROM allotted-resource( allotted-resource MemberOf instance-group, MANY2MANY)\n- FROM generic-vnf( generic-vnf MemberOf instance-group, MANY2MANY)\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", 
7462       "properties": {
7463         "description": {
7464           "description": "Descriptive text to help identify the usage of this instance-group", 
7465           "type": "string"
7466         }, 
7467         "id": {
7468           "description": "Instance Group ID, UUID assigned to this instance.", 
7469           "type": "string"
7470         }, 
7471         "instance-group-role": {
7472           "description": "role of the instance group.", 
7473           "type": "string"
7474         }, 
7475         "model-invariant-id": {
7476           "also requires": "model-version-id", 
7477           "description": "ASDC model id for this resource or service model.", 
7478           "type": "string"
7479         }, 
7480         "model-version-id": {
7481           "also requires": "model-invariant-id", 
7482           "description": "ASDC model version uid for this resource model.", 
7483           "type": "string"
7484         }, 
7485         "persona-model-version": {
7486           "description": "the ASDC model version for this resource or service model.", 
7487           "type": "string"
7488         }, 
7489         "relationship-list": {
7490           "$ref": "#/definitions/relationship", 
7491           "type": "object"
7492         }, 
7493         "sub-type": {
7494           "description": "Valid values for ha type are [geo-activeactive, geo-activestandby, local-activeactive, local-activestandby]", 
7495           "type": "string"
7496         }, 
7497         "type": {
7498           "description": "Only valid value today is lower case ha for high availability", 
7499           "type": "string"
7500         }
7501       }
7502     }, 
7503     "zzzz-patch-inventory-item": {
7504       "properties": {
7505         "inventory-item-link": {
7506           "type": "string"
7507         }, 
7508         "inventory-item-type": {
7509           "type": "string"
7510         }
7511       }
7512     }, 
7513     "zzzz-patch-inventory-item-data": {
7514       "properties": {
7515         "property-name": {
7516           "type": "string"
7517         }, 
7518         "property-value": {
7519           "type": "string"
7520         }
7521       }
7522     }, 
7523     "zzzz-patch-inventory-response-item": {
7524       "description": "Inventory item for response list\n", 
7525       "properties": {
7526         "model-name": {
7527           "type": "string"
7528         }
7529       }
7530     }, 
7531     "zzzz-patch-ipsec-configuration": {
7532       "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", 
7533       "properties": {
7534         "dpd-frequency": {
7535           "description": "Maximum number of DPD before claiming the tunnel is down", 
7536           "type": "string"
7537         }, 
7538         "dpd-interval": {
7539           "description": "The time between DPD probe", 
7540           "type": "string"
7541         }, 
7542         "ike-version": {
7543           "description": "can be 1 or 2", 
7544           "type": "string"
7545         }, 
7546         "ikev1-am-group-id": {
7547           "description": "Group name defined in VIG for clients using aggressive mode", 
7548           "type": "string"
7549         }, 
7550         "ikev1-am-password": {
7551           "description": "pre-shared key for the above group name", 
7552           "type": "string"
7553         }, 
7554         "ikev1-authentication": {
7555           "description": "Contains values like md5, sha1, sha256, sha384", 
7556           "type": "string"
7557         }, 
7558         "ikev1-dh-group": {
7559           "description": "Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14", 
7560           "type": "string"
7561         }, 
7562         "ikev1-encryption": {
7563           "description": "Encyption values like 3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc", 
7564           "type": "string"
7565         }, 
7566         "ikev1-sa-lifetime": {
7567           "description": "Lifetime for IKEv1 SA", 
7568           "type": "string"
7569         }, 
7570         "ipsec-authentication": {
7571           "description": "md5, sha1, sha256, sha384", 
7572           "type": "string"
7573         }, 
7574         "ipsec-configuration-id": {
7575           "description": "UUID of this configuration", 
7576           "type": "string"
7577         }, 
7578         "ipsec-encryption": {
7579           "description": "3des-cbc, des-cbc, aes-128-cbc,?aes-192-cbc, aes-265-cbc", 
7580           "type": "string"
7581         }, 
7582         "ipsec-pfs": {
7583           "description": "enable PFS or not", 
7584           "type": "string"
7585         }, 
7586         "ipsec-sa-lifetime": {
7587           "description": "Life time for IPSec SA", 
7588           "type": "string"
7589         }, 
7590         "relationship-list": {
7591           "$ref": "#/definitions/relationship", 
7592           "type": "object"
7593         }, 
7594         "requested-customer-name": {
7595           "description": "If the DMZ is a custom DMZ, this field will indicate the customer information", 
7596           "type": "string"
7597         }, 
7598         "requested-dmz-type": {
7599           "description": "ATT can offer a shared DMZ or a DMZ specific to a customer", 
7600           "type": "string"
7601         }, 
7602         "requested-encryption-strength": {
7603           "description": "Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc", 
7604           "type": "string"
7605         }, 
7606         "requested-vig-address-type": {
7607           "description": "Indicate the type of VIG server like AVPN, INTERNET, BOTH", 
7608           "type": "string"
7609         }, 
7610         "shared-dmz-network-address": {
7611           "description": "Network address of shared DMZ", 
7612           "type": "string"
7613         }, 
7614         "xauth-user-password": {
7615           "description": "Encrypted using the Juniper $9$ algorithm", 
7616           "type": "string"
7617         }, 
7618         "xauth-userid": {
7619           "description": "user ID for xAuth, sm-user,ucpeHostName,nmteHostName", 
7620           "type": "string"
7621         }
7622       }
7623     }, 
7624     "zzzz-patch-key-data": {
7625       "properties": {
7626         "key-name": {
7627           "type": "string"
7628         }, 
7629         "key-value": {
7630           "type": "string"
7631         }
7632       }
7633     }, 
7634     "zzzz-patch-l-interface": {
7635       "description": "Logical interfaces, e.g., a vnic.\n###### Related Nodes\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 l-interface (PARENT of l-interface, l-interface BelongsTo l-interface, MANY2ONE)(4)\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\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", 
7636       "properties": {
7637         "allowed-address-pairs": {
7638           "description": "Freeform field for storing an ip address, list of ip addresses or a subnet block.", 
7639           "type": "string"
7640         }, 
7641         "in-maint": {
7642           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
7643           "type": "boolean"
7644         }, 
7645         "interface-description": {
7646           "description": "Human friendly text regarding this interface.", 
7647           "type": "string"
7648         }, 
7649         "interface-id": {
7650           "description": "ID of interface", 
7651           "type": "string"
7652         }, 
7653         "interface-name": {
7654           "description": "Name given to the interface", 
7655           "type": "string"
7656         }, 
7657         "interface-role": {
7658           "description": "E.g., CUSTOMER, UPLINK, etc.", 
7659           "type": "string"
7660         }, 
7661         "is-ip-unnumbered": {
7662           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
7663           "type": "boolean"
7664         }, 
7665         "is-port-mirrored": {
7666           "description": "boolean indicatating whether or not port is a mirrored.", 
7667           "type": "boolean"
7668         }, 
7669         "macaddr": {
7670           "description": "MAC address for the interface", 
7671           "type": "string"
7672         }, 
7673         "management-option": {
7674           "description": "Whether A&AI should be managing this interface of not. Could have value like CUSTOMER", 
7675           "type": "string"
7676         }, 
7677         "network-name": {
7678           "description": "Name of the network", 
7679           "type": "string"
7680         }, 
7681         "prov-status": {
7682           "description": "Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
7683           "type": "string"
7684         }, 
7685         "relationship-list": {
7686           "$ref": "#/definitions/relationship", 
7687           "type": "object"
7688         }, 
7689         "selflink": {
7690           "description": "URL to endpoint where AAI can get more details", 
7691           "type": "string"
7692         }, 
7693         "v6-wan-link-ip": {
7694           "description": "Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.", 
7695           "type": "string"
7696         }
7697       }
7698     }, 
7699     "zzzz-patch-l3-interface-ipv4-address-list": {
7700       "description": "IPv4 Address Range\n###### Related Nodes\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", 
7701       "properties": {
7702         "is-floating": {
7703           "description": "Indicator of fixed or floating address", 
7704           "type": "boolean"
7705         }, 
7706         "l3-interface-ipv4-address": {
7707           "description": "IP address", 
7708           "type": "string"
7709         }, 
7710         "l3-interface-ipv4-prefix-length": {
7711           "description": "Prefix length, 32 for single address", 
7712           "format": "int64", 
7713           "type": "integer"
7714         }, 
7715         "neutron-network-id": {
7716           "description": "Neutron network id of the interface that address belongs to", 
7717           "type": "string"
7718         }, 
7719         "neutron-subnet-id": {
7720           "description": "Neutron id of subnet that address belongs to", 
7721           "type": "string"
7722         }, 
7723         "relationship-list": {
7724           "$ref": "#/definitions/relationship", 
7725           "type": "object"
7726         }, 
7727         "vlan-id-inner": {
7728           "description": "Inner VLAN tag", 
7729           "format": "int64", 
7730           "type": "integer"
7731         }, 
7732         "vlan-id-outer": {
7733           "description": "Outer VLAN tag", 
7734           "format": "int64", 
7735           "type": "integer"
7736         }
7737       }
7738     }, 
7739     "zzzz-patch-l3-interface-ipv6-address-list": {
7740       "description": "IPv6 Address Range\n###### Related Nodes\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", 
7741       "properties": {
7742         "is-floating": {
7743           "description": "Indicator of fixed or floating address", 
7744           "type": "boolean"
7745         }, 
7746         "l3-interface-ipv6-address": {
7747           "description": "IP address", 
7748           "type": "string"
7749         }, 
7750         "l3-interface-ipv6-prefix-length": {
7751           "description": "Prefix length, 128 for single address", 
7752           "format": "int64", 
7753           "type": "integer"
7754         }, 
7755         "neutron-network-id": {
7756           "description": "Neutron network id of the interface that address belongs to", 
7757           "type": "string"
7758         }, 
7759         "neutron-subnet-id": {
7760           "description": "Neutron id of subnet that address belongs to", 
7761           "type": "string"
7762         }, 
7763         "relationship-list": {
7764           "$ref": "#/definitions/relationship", 
7765           "type": "object"
7766         }, 
7767         "vlan-id-inner": {
7768           "description": "Inner VLAN tag", 
7769           "format": "int64", 
7770           "type": "integer"
7771         }, 
7772         "vlan-id-outer": {
7773           "description": "Outer VLAN tag", 
7774           "format": "int64", 
7775           "type": "integer"
7776         }
7777       }
7778     }, 
7779     "zzzz-patch-l3-network": {
7780       "description": "Generic network definition\n###### Related Nodes\n- TO instance-group( l3-network MemberOf instance-group, 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 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 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\n-(1) IF this L3-NETWORK node is deleted, this FROM node is DELETED also\n", 
7781       "properties": {
7782         "contrail-network-fqdn": {
7783           "description": "Contrail FQDN for the network", 
7784           "type": "string"
7785         }, 
7786         "heat-stack-id": {
7787           "description": "Heat stack id corresponding to this instance, managed by MSO", 
7788           "type": "string"
7789         }, 
7790         "is-bound-to-vpn": {
7791           "description": "Set to true if bound to VPN", 
7792           "type": "boolean"
7793         }, 
7794         "is-external-network": {
7795           "description": "boolean indicatating whether or not network is an external network.", 
7796           "type": "boolean"
7797         }, 
7798         "is-provider-network": {
7799           "description": "boolean indicatating whether or not network is a provider network.", 
7800           "type": "boolean"
7801         }, 
7802         "is-shared-network": {
7803           "description": "boolean indicatating whether or not network is a shared network.", 
7804           "type": "boolean"
7805         }, 
7806         "model-customization-id": {
7807           "description": "captures the id of all the configuration used to customize the resource for the service.", 
7808           "type": "string"
7809         }, 
7810         "model-invariant-id": {
7811           "also requires": "model-version-id", 
7812           "description": "the ASDC model id for this resource or service model.", 
7813           "type": "string"
7814         }, 
7815         "model-version-id": {
7816           "also requires": "model-invariant-id", 
7817           "description": "the ASDC model version for this resource or service model.", 
7818           "type": "string"
7819         }, 
7820         "mso-catalog-key": {
7821           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
7822           "type": "string"
7823         }, 
7824         "network-id": {
7825           "description": "Network ID, should be uuid. Unique across A&AI.", 
7826           "type": "string"
7827         }, 
7828         "network-name": {
7829           "description": "Name of the network, governed by some naming convention..", 
7830           "type": "string"
7831         }, 
7832         "network-role": {
7833           "description": "Role the network plans - who defines these values?", 
7834           "type": "string"
7835         }, 
7836         "network-role-instance": {
7837           "description": "network role instance", 
7838           "format": "int64", 
7839           "type": "integer"
7840         }, 
7841         "network-technology": {
7842           "description": "Network technology - who defines these values?", 
7843           "type": "string"
7844         }, 
7845         "network-type": {
7846           "description": "Type of the network - who defines these values?", 
7847           "type": "string"
7848         }, 
7849         "neutron-network-id": {
7850           "description": "Neutron network id of this Interface", 
7851           "type": "string"
7852         }, 
7853         "operational-status": {
7854           "description": "Indicator for whether the resource is considered operational.", 
7855           "type": "string"
7856         }, 
7857         "orchestration-status": {
7858           "description": "Orchestration status of this VNF, mastered by MSO", 
7859           "type": "string"
7860         }, 
7861         "persona-model-version": {
7862           "description": "the ASDC model version for this resource or service model.", 
7863           "type": "string"
7864         }, 
7865         "physical-network-name": {
7866           "description": "Name associated with the physical network.", 
7867           "type": "string"
7868         }, 
7869         "relationship-list": {
7870           "$ref": "#/definitions/relationship", 
7871           "type": "object"
7872         }, 
7873         "selflink": {
7874           "description": "Path to the controller object.", 
7875           "type": "string"
7876         }, 
7877         "service-id": {
7878           "description": "Unique identifier of service from ASDC.  Does not strictly map to ASDC services.  SOON TO BE DEPRECATED", 
7879           "type": "string"
7880         }, 
7881         "widget-model-id": {
7882           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
7883           "type": "string"
7884         }, 
7885         "widget-model-version": {
7886           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
7887           "type": "string"
7888         }
7889       }
7890     }, 
7891     "zzzz-patch-lag-interface": {
7892       "description": "Link aggregate interface\n###### Related Nodes\n- TO generic-vnf (PARENT of lag-interface, lag-interface BelongsTo generic-vnf, MANY2ONE)(4)\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 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", 
7893       "properties": {
7894         "in-maint": {
7895           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
7896           "type": "boolean"
7897         }, 
7898         "interface-description": {
7899           "description": "Human friendly text regarding this interface.", 
7900           "type": "string"
7901         }, 
7902         "interface-id": {
7903           "description": "ID of interface", 
7904           "type": "string"
7905         }, 
7906         "interface-name": {
7907           "description": "Name that identifies the link aggregate interface", 
7908           "type": "string"
7909         }, 
7910         "interface-role": {
7911           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
7912           "type": "string"
7913         }, 
7914         "prov-status": {
7915           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
7916           "type": "string"
7917         }, 
7918         "relationship-list": {
7919           "$ref": "#/definitions/relationship", 
7920           "type": "object"
7921         }, 
7922         "speed-units": {
7923           "description": "Captures the units corresponding to the speed", 
7924           "type": "string"
7925         }, 
7926         "speed-value": {
7927           "description": "Captures the numeric part of the speed", 
7928           "type": "string"
7929         }
7930       }
7931     }, 
7932     "zzzz-patch-lag-link": {
7933       "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", 
7934       "properties": {
7935         "link-name": {
7936           "description": "Alphabetical concatenation of lag-interface names", 
7937           "type": "string"
7938         }, 
7939         "relationship-list": {
7940           "$ref": "#/definitions/relationship", 
7941           "type": "object"
7942         }
7943       }
7944     }, 
7945     "zzzz-patch-license": {
7946       "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", 
7947       "properties": {
7948         "group-uuid": {
7949           "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
7950           "type": "string"
7951         }, 
7952         "relationship-list": {
7953           "$ref": "#/definitions/relationship", 
7954           "type": "object"
7955         }, 
7956         "resource-uuid": {
7957           "description": "Unique ID of a license resource.", 
7958           "type": "string"
7959         }
7960       }
7961     }, 
7962     "zzzz-patch-line-of-business": {
7963       "description": "describes a line-of-business\n###### Related Nodes\n- TO generic-vnf( line-of-business Uses generic-vnf, MANY2MANY)\n", 
7964       "properties": {
7965         "line-of-business-name": {
7966           "description": "Name of the line-of-business (product)", 
7967           "type": "string"
7968         }, 
7969         "relationship-list": {
7970           "$ref": "#/definitions/relationship", 
7971           "type": "object"
7972         }
7973       }
7974     }, 
7975     "zzzz-patch-logical-link": {
7976       "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 generic-vnf( logical-link BridgedTo generic-vnf, MANY2MANY)\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", 
7977       "properties": {
7978         "circuit-id": {
7979           "description": "Circuit id", 
7980           "type": "string"
7981         }, 
7982         "in-maint": {
7983           "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.", 
7984           "type": "boolean"
7985         }, 
7986         "ip-version": {
7987           "description": "v4, v6, or ds for dual stack", 
7988           "type": "string"
7989         }, 
7990         "link-id": {
7991           "description": "UUID of the logical-link, SDNC generates this.", 
7992           "type": "string"
7993         }, 
7994         "link-name": {
7995           "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
7996           "type": "string"
7997         }, 
7998         "link-name2": {
7999           "description": "Alias or alternate name (CLCI or D1 name).", 
8000           "type": "string"
8001         }, 
8002         "link-role": {
8003           "description": "Indication of the network use of the logical link.", 
8004           "type": "string"
8005         }, 
8006         "link-type": {
8007           "description": "Type of logical link, e.g., evc", 
8008           "type": "string"
8009         }, 
8010         "model-invariant-id": {
8011           "also requires": "model-version-id", 
8012           "description": "the ASDC model id for this resource or service model.", 
8013           "type": "string"
8014         }, 
8015         "model-version-id": {
8016           "also requires": "model-invariant-id", 
8017           "description": "the ASDC model version for this resource or service model.", 
8018           "type": "string"
8019         }, 
8020         "operational-status": {
8021           "description": "Indication of operational status of the logical link.", 
8022           "type": "string"
8023         }, 
8024         "persona-model-version": {
8025           "description": "the ASDC model version for this resource or service model.", 
8026           "type": "string"
8027         }, 
8028         "prov-status": {
8029           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
8030           "type": "string"
8031         }, 
8032         "purpose": {
8033           "description": "Reason for this entity, role it is playing", 
8034           "type": "string"
8035         }, 
8036         "relationship-list": {
8037           "$ref": "#/definitions/relationship", 
8038           "type": "object"
8039         }, 
8040         "routing-protocol": {
8041           "description": "For example, static or BGP", 
8042           "type": "string"
8043         }, 
8044         "speed-units": {
8045           "description": "Captures the units corresponding to the speed", 
8046           "type": "string"
8047         }, 
8048         "speed-value": {
8049           "description": "Captures the numeric part of the speed", 
8050           "type": "string"
8051         }, 
8052         "widget-model-id": {
8053           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
8054           "type": "string"
8055         }, 
8056         "widget-model-version": {
8057           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
8058           "type": "string"
8059         }
8060       }
8061     }, 
8062     "zzzz-patch-metadatum": {
8063       "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", 
8064       "properties": {
8065         "metaname": {
8066           "type": "string"
8067         }, 
8068         "metaval": {
8069           "type": "string"
8070         }
8071       }
8072     }, 
8073     "zzzz-patch-model": {
8074       "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", 
8075       "properties": {
8076         "model-invariant-id": {
8077           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
8078           "type": "string"
8079         }, 
8080         "model-type": {
8081           "description": "Type of the model, e.g., service, resource, widget, etc.", 
8082           "type": "string"
8083         }, 
8084         "relationship-list": {
8085           "$ref": "#/definitions/relationship", 
8086           "type": "object"
8087         }
8088       }
8089     }, 
8090     "zzzz-patch-model-and-named-query-search": {
8091       "description": "ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query\n", 
8092       "properties": {
8093         "secondary-filter-cut-point": {
8094           "type": "string"
8095         }, 
8096         "top-node-type": {
8097           "type": "string"
8098         }
8099       }
8100     }, 
8101     "zzzz-patch-model-constraint": {
8102       "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", 
8103       "properties": {
8104         "constrained-element-set-uuid-to-replace": {
8105           "type": "string"
8106         }, 
8107         "model-constraint-uuid": {
8108           "type": "string"
8109         }
8110       }
8111     }, 
8112     "zzzz-patch-model-element": {
8113       "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", 
8114       "properties": {
8115         "cardinality": {
8116           "description": "How many of this type of element are required/allowed", 
8117           "type": "string"
8118         }, 
8119         "linkage-points": {
8120           "type": "string"
8121         }, 
8122         "model-element-uuid": {
8123           "type": "string"
8124         }, 
8125         "new-data-del-flag": {
8126           "description": "Indicates whether this element was created as part of instantiation from this model", 
8127           "type": "string"
8128         }, 
8129         "relationship-list": {
8130           "$ref": "#/definitions/relationship", 
8131           "type": "object"
8132         }
8133       }
8134     }, 
8135     "zzzz-patch-model-ver": {
8136       "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", 
8137       "properties": {
8138         "model-description": {
8139           "description": "Description", 
8140           "type": "string"
8141         }, 
8142         "model-name": {
8143           "description": "Name of the model, which can change from version to version.", 
8144           "type": "string"
8145         }, 
8146         "model-version": {
8147           "description": "Version", 
8148           "type": "string"
8149         }, 
8150         "model-version-id": {
8151           "description": "Unique identifier corresponding to one version of a model in ASDC", 
8152           "type": "string"
8153         }, 
8154         "relationship-list": {
8155           "$ref": "#/definitions/relationship", 
8156           "type": "object"
8157         }
8158       }
8159     }, 
8160     "zzzz-patch-multicast-configuration": {
8161       "description": "###### Related Nodes\n- FROM vlan( vlan Uses multicast-configuration, MANY2MANY)\n", 
8162       "properties": {
8163         "multicast-configuration-id": {
8164           "description": "Unique id of multicast configuration.", 
8165           "type": "string"
8166         }, 
8167         "multicast-protocol": {
8168           "description": "protocol of multicast configuration", 
8169           "type": "string"
8170         }, 
8171         "relationship-list": {
8172           "$ref": "#/definitions/relationship", 
8173           "type": "object"
8174         }, 
8175         "rp-type": {
8176           "description": "rp type of multicast configuration", 
8177           "type": "string"
8178         }
8179       }
8180     }, 
8181     "zzzz-patch-named-query": {
8182       "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", 
8183       "properties": {
8184         "description": {
8185           "type": "string"
8186         }, 
8187         "named-query-name": {
8188           "type": "string"
8189         }, 
8190         "named-query-uuid": {
8191           "type": "string"
8192         }, 
8193         "named-query-version": {
8194           "type": "string"
8195         }, 
8196         "relationship-list": {
8197           "$ref": "#/definitions/relationship", 
8198           "type": "object"
8199         }, 
8200         "required-input-param": {
8201           "type": "string"
8202         }
8203       }
8204     }, 
8205     "zzzz-patch-named-query-element": {
8206       "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", 
8207       "properties": {
8208         "do-not-output": {
8209           "type": "string"
8210         }, 
8211         "named-query-element-uuid": {
8212           "type": "string"
8213         }, 
8214         "property-collect-list": {
8215           "type": "string"
8216         }, 
8217         "property-limit-desc": {
8218           "type": "string"
8219         }, 
8220         "relationship-list": {
8221           "$ref": "#/definitions/relationship", 
8222           "type": "object"
8223         }
8224       }
8225     }, 
8226     "zzzz-patch-network-policy": {
8227       "description": "###### Related Nodes\n- FROM allotted-resource( allotted-resource Uses network-policy, ONE2ONE)\n- FROM l3-network( l3-network Uses network-policy, MANY2MANY)\n", 
8228       "properties": {
8229         "heat-stack-id": {
8230           "description": "ID for the openStack Heat instance", 
8231           "type": "string"
8232         }, 
8233         "network-policy-fqdn": {
8234           "description": "Contrail FQDN for the policy", 
8235           "type": "string"
8236         }, 
8237         "network-policy-id": {
8238           "description": "UUID representing unique key to this instance", 
8239           "type": "string"
8240         }, 
8241         "relationship-list": {
8242           "$ref": "#/definitions/relationship", 
8243           "type": "object"
8244         }
8245       }
8246     }, 
8247     "zzzz-patch-network-profile": {
8248       "description": "Network profile populated by SDN-GP for SNMP\n###### Related Nodes\n- TO generic-vnf( network-profile AppliesTo generic-vnf, MANY2MANY)\n", 
8249       "properties": {
8250         "community-string": {
8251           "description": "Encrypted SNMP community string", 
8252           "type": "string"
8253         }, 
8254         "nm-profile-name": {
8255           "description": "Unique name of network profile.", 
8256           "type": "string"
8257         }, 
8258         "relationship-list": {
8259           "$ref": "#/definitions/relationship", 
8260           "type": "object"
8261         }
8262       }
8263     }, 
8264     "zzzz-patch-newvce": {
8265       "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", 
8266       "properties": {
8267         "equipment-role": {
8268           "description": "Client should send valid enumerated value.", 
8269           "type": "string"
8270         }, 
8271         "heat-stack-id": {
8272           "description": "Heat stack id corresponding to this instance, managed by MSO", 
8273           "type": "string"
8274         }, 
8275         "ipv4-loopback0-address": {
8276           "description": "v4 Loopback0 address", 
8277           "type": "string"
8278         }, 
8279         "ipv4-oam-address": {
8280           "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).", 
8281           "type": "string"
8282         }, 
8283         "license-key": {
8284           "description": "OBSOLETE -  do not use", 
8285           "type": "string"
8286         }, 
8287         "mso-catalog-key": {
8288           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
8289           "type": "string"
8290         }, 
8291         "operational-status": {
8292           "description": "Indicator for whether the resource is considered operational", 
8293           "type": "string"
8294         }, 
8295         "orchestration-status": {
8296           "description": "Orchestration status of this VNF, mastered by MSO.", 
8297           "type": "string"
8298         }, 
8299         "prov-status": {
8300           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
8301           "type": "string"
8302         }, 
8303         "relationship-list": {
8304           "$ref": "#/definitions/relationship", 
8305           "type": "object"
8306         }, 
8307         "vnf-id2": {
8308           "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
8309           "type": "string"
8310         }, 
8311         "vnf-name": {
8312           "description": "Name of VNF.", 
8313           "type": "string"
8314         }, 
8315         "vnf-name2": {
8316           "description": "Alternate name of VNF.", 
8317           "type": "string"
8318         }, 
8319         "vnf-type": {
8320           "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.", 
8321           "type": "string"
8322         }
8323       }
8324     }, 
8325     "zzzz-patch-notification-event": {
8326       "properties": {
8327         "cambria.partition": {
8328           "type": "string"
8329         }
8330       }
8331     }, 
8332     "zzzz-patch-notification-event-header": {
8333       "properties": {
8334         "action": {
8335           "type": "string"
8336         }, 
8337         "domain": {
8338           "type": "string"
8339         }, 
8340         "entity-link": {
8341           "type": "string"
8342         }, 
8343         "entity-type": {
8344           "type": "string"
8345         }, 
8346         "event-type": {
8347           "type": "string"
8348         }, 
8349         "id": {
8350           "type": "string"
8351         }, 
8352         "sequence-number": {
8353           "type": "string"
8354         }, 
8355         "severity": {
8356           "type": "string"
8357         }, 
8358         "source-name": {
8359           "type": "string"
8360         }, 
8361         "status": {
8362           "type": "string"
8363         }, 
8364         "timestamp": {
8365           "type": "string"
8366         }, 
8367         "top-entity-type": {
8368           "type": "string"
8369         }, 
8370         "version": {
8371           "type": "string"
8372         }
8373       }
8374     }, 
8375     "zzzz-patch-notify": {
8376       "properties": {
8377         "event-id": {
8378           "type": "string"
8379         }, 
8380         "event-trigger": {
8381           "type": "string"
8382         }, 
8383         "node-type": {
8384           "type": "string"
8385         }, 
8386         "selflink": {
8387           "type": "string"
8388         }
8389       }
8390     }, 
8391     "zzzz-patch-oam-network": {
8392       "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", 
8393       "properties": {
8394         "cvlan-tag": {
8395           "description": "cvlan-id", 
8396           "format": "int64", 
8397           "type": "integer"
8398         }, 
8399         "ipv4-oam-gateway-address": {
8400           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
8401           "type": "string"
8402         }, 
8403         "ipv4-oam-gateway-address-prefix-length": {
8404           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
8405           "format": "int32", 
8406           "type": "integer"
8407         }, 
8408         "network-name": {
8409           "description": "Name of the network.", 
8410           "type": "string"
8411         }, 
8412         "network-uuid": {
8413           "description": "UUID of the network. Unique across a cloud-region", 
8414           "type": "string"
8415         }, 
8416         "relationship-list": {
8417           "$ref": "#/definitions/relationship", 
8418           "type": "object"
8419         }
8420       }
8421     }, 
8422     "zzzz-patch-overloaded-model": {
8423       "description": "Allows for legacy POST of old-style and new-style models\n", 
8424       "properties": {
8425         "model-description": {
8426           "description": "Description", 
8427           "type": "string"
8428         }, 
8429         "model-id": {
8430           "description": "Invariant unique ID which does not change from version to version", 
8431           "type": "string"
8432         }, 
8433         "model-invariant-id": {
8434           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
8435           "type": "string"
8436         }, 
8437         "model-name": {
8438           "description": "Name of the model, which can change from version to version.", 
8439           "type": "string"
8440         }, 
8441         "model-name-version-id": {
8442           "description": "Unique identifier corresponding to one version of a model in ASDC", 
8443           "type": "string"
8444         }, 
8445         "model-type": {
8446           "description": "Type of the model, e.g., service, resource, widget, etc.", 
8447           "type": "string"
8448         }, 
8449         "model-version": {
8450           "description": "Version", 
8451           "type": "string"
8452         }
8453       }
8454     }, 
8455     "zzzz-patch-owning-entity": {
8456       "description": "describes an owning-entity\n###### Related Nodes\n- FROM service-instance( service-instance BelongsTo owning-entity, MANY2ONE)\n", 
8457       "properties": {
8458         "owning-entity-id": {
8459           "description": "UUID of an owning entity", 
8460           "type": "string"
8461         }, 
8462         "owning-entity-name": {
8463           "description": "Owning entity name", 
8464           "type": "string"
8465         }, 
8466         "relationship-list": {
8467           "$ref": "#/definitions/relationship", 
8468           "type": "object"
8469         }
8470       }
8471     }, 
8472     "zzzz-patch-p-interface": {
8473       "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 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\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", 
8474       "properties": {
8475         "equipment-identifier": {
8476           "description": "CLEI or other specification for p-interface hardware.", 
8477           "type": "string"
8478         }, 
8479         "in-maint": {
8480           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
8481           "type": "boolean"
8482         }, 
8483         "interface-name": {
8484           "description": "Name that identifies the physical interface", 
8485           "type": "string"
8486         }, 
8487         "interface-role": {
8488           "description": "Role specification for p-interface hardware.", 
8489           "type": "string"
8490         }, 
8491         "interface-type": {
8492           "description": "Indicates the physical properties of the interface.", 
8493           "type": "string"
8494         }, 
8495         "inv-status": {
8496           "description": "inventory status", 
8497           "type": "string"
8498         }, 
8499         "mac-addresss": {
8500           "description": "MAC Address of the p-interface.", 
8501           "type": "string"
8502         }, 
8503         "port-description": {
8504           "description": "Nature of the services and connectivity on this port.", 
8505           "type": "string"
8506         }, 
8507         "prov-status": {
8508           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
8509           "type": "string"
8510         }, 
8511         "relationship-list": {
8512           "$ref": "#/definitions/relationship", 
8513           "type": "object"
8514         }, 
8515         "speed-units": {
8516           "description": "Captures the units corresponding to the speed", 
8517           "type": "string"
8518         }, 
8519         "speed-value": {
8520           "description": "Captures the numeric part of the speed", 
8521           "type": "string"
8522         }
8523       }
8524     }, 
8525     "zzzz-patch-physical-link": {
8526       "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", 
8527       "properties": {
8528         "circuit-id": {
8529           "description": "Circuit it", 
8530           "type": "string"
8531         }, 
8532         "dual-mode": {
8533           "description": "Dual access mode (e.g., primary, secondary", 
8534           "type": "string"
8535         }, 
8536         "link-name": {
8537           "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
8538           "type": "string"
8539         }, 
8540         "management-option": {
8541           "description": "To provide information on who manages this circuit. A&AI or 3rd party transport provider", 
8542           "type": "string"
8543         }, 
8544         "relationship-list": {
8545           "$ref": "#/definitions/relationship", 
8546           "type": "object"
8547         }, 
8548         "service-provider-bandwidth-down-units": {
8549           "description": "Units for downstream BW value", 
8550           "type": "string"
8551         }, 
8552         "service-provider-bandwidth-down-value": {
8553           "description": "Downstream Bandwidth value agreed with the service provider", 
8554           "format": "int32", 
8555           "type": "integer"
8556         }, 
8557         "service-provider-bandwidth-up-units": {
8558           "description": "Units for the upstream BW value", 
8559           "type": "string"
8560         }, 
8561         "service-provider-bandwidth-up-value": {
8562           "description": "Upstream Bandwidth value agreed with the service provider", 
8563           "format": "int32", 
8564           "type": "integer"
8565         }, 
8566         "service-provider-name": {
8567           "description": "Name of the service Provider on this link.", 
8568           "type": "string"
8569         }, 
8570         "speed-units": {
8571           "description": "Captures the units corresponding to the speed", 
8572           "type": "string"
8573         }, 
8574         "speed-value": {
8575           "description": "Captures the numeric part of the speed", 
8576           "type": "string"
8577         }
8578       }
8579     }, 
8580     "zzzz-patch-platform": {
8581       "description": "describes a platform\n###### Related Nodes\n- TO generic-vnf( platform Uses generic-vnf, MANY2MANY)\n", 
8582       "properties": {
8583         "platform-name": {
8584           "description": "Name of the platform", 
8585           "type": "string"
8586         }, 
8587         "relationship-list": {
8588           "$ref": "#/definitions/relationship", 
8589           "type": "object"
8590         }
8591       }
8592     }, 
8593     "zzzz-patch-pnf": {
8594       "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 instance-group( pnf MemberOf instance-group, MANY2MANY)\n- TO zone( pnf LocatedIn zone, MANY2ONE)\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\n-(1) IF this PNF node is deleted, this FROM node is DELETED also\n", 
8595       "properties": {
8596         "equip-model": {
8597           "description": "Equipment model.  Source of truth should define valid values.", 
8598           "type": "string"
8599         }, 
8600         "equip-type": {
8601           "description": "Equipment type.  Source of truth should define valid values.", 
8602           "type": "string"
8603         }, 
8604         "equip-vendor": {
8605           "description": "Equipment vendor.  Source of truth should define valid values.", 
8606           "type": "string"
8607         }, 
8608         "frame-id": {
8609           "description": "ID of the physical frame (relay rack) where pnf is installed.", 
8610           "type": "string"
8611         }, 
8612         "in-maint": {
8613           "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.", 
8614           "type": "boolean"
8615         }, 
8616         "inv-status": {
8617           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
8618           "type": "string"
8619         }, 
8620         "ipaddress-v4-aim": {
8621           "description": "IPV4 AIM address", 
8622           "type": "string"
8623         }, 
8624         "ipaddress-v4-loopback-0": {
8625           "description": "IPV4 Loopback 0 address", 
8626           "type": "string"
8627         }, 
8628         "ipaddress-v4-oam": {
8629           "description": "ipv4-oam-address with new naming convention for IP addresses", 
8630           "type": "string"
8631         }, 
8632         "ipaddress-v6-aim": {
8633           "description": "IPV6 AIM address", 
8634           "type": "string"
8635         }, 
8636         "ipaddress-v6-loopback-0": {
8637           "description": "IPV6 Loopback 0 address", 
8638           "type": "string"
8639         }, 
8640         "ipaddress-v6-oam": {
8641           "description": "IPV6 OAM address", 
8642           "type": "string"
8643         }, 
8644         "management-option": {
8645           "description": "identifier of managed by ATT or customer", 
8646           "type": "string"
8647         }, 
8648         "nf-role": {
8649           "description": "Nf Role is the role performed by this instance in the network.", 
8650           "type": "string"
8651         }, 
8652         "pnf-id": {
8653           "description": "id of pnf", 
8654           "type": "string"
8655         }, 
8656         "pnf-name": {
8657           "description": "unique name of Physical Network Function.", 
8658           "type": "string"
8659         }, 
8660         "pnf-name2": {
8661           "description": "name of Physical Network Function.", 
8662           "type": "string"
8663         }, 
8664         "pnf-name2-source": {
8665           "description": "source of name2", 
8666           "type": "string"
8667         }, 
8668         "prov-status": {
8669           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
8670           "type": "string"
8671         }, 
8672         "relationship-list": {
8673           "$ref": "#/definitions/relationship", 
8674           "type": "object"
8675         }, 
8676         "serial-number": {
8677           "description": "Serial number of the device", 
8678           "type": "string"
8679         }, 
8680         "sw-version": {
8681           "description": "sw-version is the version of SW for the hosted application on the PNF.", 
8682           "type": "string"
8683         }
8684       }
8685     }, 
8686     "zzzz-patch-port-group": {
8687       "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", 
8688       "properties": {
8689         "heat-stack-id": {
8690           "description": "Heat stack id corresponding to this instance, managed by MSO", 
8691           "type": "string"
8692         }, 
8693         "interface-id": {
8694           "description": "Unique ID of the interface", 
8695           "type": "string"
8696         }, 
8697         "interface-role": {
8698           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
8699           "type": "string"
8700         }, 
8701         "mso-catalog-key": {
8702           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
8703           "type": "string"
8704         }, 
8705         "neutron-network-id": {
8706           "description": "Neutron network id of this Interface", 
8707           "type": "string"
8708         }, 
8709         "neutron-network-name": {
8710           "description": "Neutron network name of this Interface", 
8711           "type": "string"
8712         }, 
8713         "orchestration-status": {
8714           "description": "Orchestration status of this VNF, mastered by MSO", 
8715           "type": "string"
8716         }, 
8717         "port-group-id": {
8718           "description": "Unique ID for port group in vmware", 
8719           "type": "string"
8720         }, 
8721         "port-group-name": {
8722           "description": "Likely to duplicate value of neutron network name", 
8723           "type": "string"
8724         }, 
8725         "relationship-list": {
8726           "$ref": "#/definitions/relationship", 
8727           "type": "object"
8728         }, 
8729         "switch-name": {
8730           "description": "DVS or standard switch name (should be non-null for port groups associated with DVS)", 
8731           "type": "string"
8732         }
8733       }
8734     }, 
8735     "zzzz-patch-project": {
8736       "description": "describes the project\n###### Related Nodes\n- TO service-instance( project Uses service-instance, ONE2MANY)\n", 
8737       "properties": {
8738         "project-name": {
8739           "description": "Name of the project deploying a service", 
8740           "type": "string"
8741         }, 
8742         "relationship-list": {
8743           "$ref": "#/definitions/relationship", 
8744           "type": "object"
8745         }
8746       }
8747     }, 
8748     "zzzz-patch-properties": {
8749       "description": "Property holder for query properties or instance properties\n", 
8750       "properties": {
8751         "property-name": {
8752           "type": "string"
8753         }, 
8754         "property-value": {
8755           "type": "string"
8756         }
8757       }
8758     }, 
8759     "zzzz-patch-property-constraint": {
8760       "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", 
8761       "properties": {
8762         "constraint-type": {
8763           "type": "string"
8764         }, 
8765         "property-constraint-uuid": {
8766           "type": "string"
8767         }, 
8768         "property-name": {
8769           "type": "string"
8770         }, 
8771         "property-value": {
8772           "type": "string"
8773         }
8774       }
8775     }, 
8776     "zzzz-patch-pserver": {
8777       "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 generic-vnf( generic-vnf HostedOn pserver, MANY2MANY)\n- FROM lag-interface (CHILD of pserver, lag-interface BindsTo pserver, MANY2ONE)(1)\n- FROM logical-link( logical-link BridgedTo pserver, MANY2MANY)\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,VSERVER\n", 
8778       "properties": {
8779         "disk-in-gigabytes": {
8780           "description": "Disk size, in GBs", 
8781           "format": "int32", 
8782           "type": "integer"
8783         }, 
8784         "equip-model": {
8785           "description": "Equipment model.  Source of truth should define valid values.", 
8786           "type": "string"
8787         }, 
8788         "equip-type": {
8789           "description": "Equipment type.  Source of truth should define valid values.", 
8790           "type": "string"
8791         }, 
8792         "equip-vendor": {
8793           "description": "Equipment vendor.  Source of truth should define valid values.", 
8794           "type": "string"
8795         }, 
8796         "fqdn": {
8797           "description": "Fully-qualified domain name", 
8798           "type": "string"
8799         }, 
8800         "host-profile": {
8801           "description": "The host profile that defines the configuration of the pserver.", 
8802           "type": "string"
8803         }, 
8804         "hostname": {
8805           "description": "Value from executing hostname on the compute node.", 
8806           "type": "string"
8807         }, 
8808         "in-maint": {
8809           "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.", 
8810           "type": "boolean"
8811         }, 
8812         "internet-topology": {
8813           "description": "internet topology of Pserver", 
8814           "type": "string"
8815         }, 
8816         "inv-status": {
8817           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
8818           "type": "string"
8819         }, 
8820         "ipaddress-v4-aim": {
8821           "description": "IPV4 AIM address", 
8822           "type": "string"
8823         }, 
8824         "ipaddress-v4-loopback-0": {
8825           "description": "IPV4 Loopback 0 address", 
8826           "type": "string"
8827         }, 
8828         "ipaddress-v6-aim": {
8829           "description": "IPV6 AIM address", 
8830           "type": "string"
8831         }, 
8832         "ipaddress-v6-loopback-0": {
8833           "description": "IPV6 Loopback 0 address", 
8834           "type": "string"
8835         }, 
8836         "ipaddress-v6-oam": {
8837           "description": "IPV6 OAM address", 
8838           "type": "string"
8839         }, 
8840         "ipv4-oam-address": {
8841           "description": "Used to configure device, also used for troubleshooting and is IP used for traps generated by device.", 
8842           "type": "string"
8843         }, 
8844         "management-option": {
8845           "description": "Indicates who owns and or manages the device.", 
8846           "type": "string"
8847         }, 
8848         "number-of-cpus": {
8849           "description": "Number of cpus", 
8850           "format": "int32", 
8851           "type": "integer"
8852         }, 
8853         "prov-status": {
8854           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
8855           "type": "string"
8856         }, 
8857         "pserver-id": {
8858           "description": "ID of Pserver", 
8859           "type": "string"
8860         }, 
8861         "pserver-name2": {
8862           "description": "alternative pserver name", 
8863           "type": "string"
8864         }, 
8865         "pserver-selflink": {
8866           "description": "URL to endpoint where AAI can get more details", 
8867           "type": "string"
8868         }, 
8869         "ptnii-equip-name": {
8870           "description": "PTNII name", 
8871           "type": "string"
8872         }, 
8873         "purpose": {
8874           "description": "purpose of pserver", 
8875           "type": "string"
8876         }, 
8877         "ram-in-megabytes": {
8878           "description": "RAM size, in MBs", 
8879           "format": "int32", 
8880           "type": "integer"
8881         }, 
8882         "relationship-list": {
8883           "$ref": "#/definitions/relationship", 
8884           "type": "object"
8885         }, 
8886         "serial-number": {
8887           "description": "Serial number, may be queried", 
8888           "type": "string"
8889         }
8890       }
8891     }, 
8892     "zzzz-patch-related-lookup": {
8893       "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", 
8894       "properties": {
8895         "property-collect-list": {
8896           "type": "string"
8897         }, 
8898         "related-lookup-uuid": {
8899           "type": "string"
8900         }, 
8901         "relationship-list": {
8902           "$ref": "#/definitions/relationship", 
8903           "type": "object"
8904         }, 
8905         "source-node-property": {
8906           "type": "string"
8907         }, 
8908         "source-node-type": {
8909           "type": "string"
8910         }, 
8911         "target-node-property": {
8912           "type": "string"
8913         }, 
8914         "target-node-type": {
8915           "type": "string"
8916         }
8917       }
8918     }, 
8919     "zzzz-patch-related-to-property": {
8920       "properties": {
8921         "property-key": {
8922           "description": "Key part of a key/value pair", 
8923           "type": "string"
8924         }, 
8925         "property-value": {
8926           "description": "Value part of a key/value pair", 
8927           "type": "string"
8928         }
8929       }
8930     }, 
8931     "zzzz-patch-relationship-data": {
8932       "properties": {
8933         "relationship-key": {
8934           "description": "A keyword provided by A&AI to indicate an attribute.", 
8935           "type": "string"
8936         }, 
8937         "relationship-value": {
8938           "description": "Value of the attribute.", 
8939           "type": "string"
8940         }
8941       }
8942     }, 
8943     "zzzz-patch-reserved-prop-names": {
8944       "description": "Internal map to define some reserved properties of a vertex\n", 
8945       "properties": {
8946         "aai-created-ts": {
8947           "format": "int64", 
8948           "type": "integer"
8949         }, 
8950         "aai-last-mod-ts": {
8951           "format": "int64", 
8952           "type": "integer"
8953         }, 
8954         "aai-node-type": {
8955           "type": "string"
8956         }, 
8957         "aai-unique-key": {
8958           "type": "string"
8959         }, 
8960         "aai-uri": {
8961           "type": "string"
8962         }, 
8963         "last-mod-source-of-truth": {
8964           "type": "string"
8965         }, 
8966         "source-of-truth": {
8967           "type": "string"
8968         }
8969       }
8970     }, 
8971     "zzzz-patch-result-data": {
8972       "properties": {
8973         "resource-link": {
8974           "description": "The URL to the specific resource", 
8975           "type": "string"
8976         }, 
8977         "resource-type": {
8978           "description": "The specific type of node in the A&AI graph", 
8979           "type": "string"
8980         }
8981       }
8982     }, 
8983     "zzzz-patch-route-table-reference": {
8984       "description": "Openstack route table reference.\n###### Related Nodes\n- FROM l3-network( l3-network Uses route-table-reference, MANY2MANY)\n", 
8985       "properties": {
8986         "relationship-list": {
8987           "$ref": "#/definitions/relationship", 
8988           "type": "object"
8989         }, 
8990         "route-table-reference-fqdn": {
8991           "description": "FQDN entry in the route table.", 
8992           "type": "string"
8993         }, 
8994         "route-table-reference-id": {
8995           "description": "Route Table Reference id, UUID assigned to this instance.", 
8996           "type": "string"
8997         }
8998       }
8999     }, 
9000     "zzzz-patch-route-target": {
9001       "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", 
9002       "properties": {
9003         "global-route-target": {
9004           "description": "Number used to identify an RT, globally unique in the network", 
9005           "type": "string"
9006         }, 
9007         "relationship-list": {
9008           "$ref": "#/definitions/relationship", 
9009           "type": "object"
9010         }, 
9011         "route-target-role": {
9012           "description": "Role assigned to this route target", 
9013           "type": "string"
9014         }
9015       }
9016     }, 
9017     "zzzz-patch-routing-instance": {
9018       "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", 
9019       "properties": {
9020         "relationship-list": {
9021           "$ref": "#/definitions/relationship", 
9022           "type": "object"
9023         }, 
9024         "routing-instance-id": {
9025           "description": "Unique id of routing instance", 
9026           "type": "string"
9027         }, 
9028         "rpm-owner": {
9029           "description": "rpm owner", 
9030           "type": "string"
9031         }
9032       }
9033     }, 
9034     "zzzz-patch-secondary-filter": {
9035       "properties": {
9036         "filter-type": {
9037           "type": "string"
9038         }, 
9039         "property-name": {
9040           "type": "string"
9041         }, 
9042         "property-value": {
9043           "type": "string"
9044         }
9045       }
9046     }, 
9047     "zzzz-patch-segmentation-assignment": {
9048       "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", 
9049       "properties": {
9050         "relationship-list": {
9051           "$ref": "#/definitions/relationship", 
9052           "type": "object"
9053         }, 
9054         "segmentation-id": {
9055           "description": "Route Table Reference id, UUID assigned to this instance.", 
9056           "type": "string"
9057         }
9058       }
9059     }, 
9060     "zzzz-patch-service": {
9061       "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", 
9062       "properties": {
9063         "relationship-list": {
9064           "$ref": "#/definitions/relationship", 
9065           "type": "object"
9066         }, 
9067         "service-description": {
9068           "description": "Description of the service", 
9069           "type": "string"
9070         }, 
9071         "service-id": {
9072           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
9073           "type": "string"
9074         }, 
9075         "service-selflink": {
9076           "description": "URL to endpoint where AAI can get more details", 
9077           "type": "string"
9078         }, 
9079         "service-version": {
9080           "description": "service version", 
9081           "type": "string"
9082         }
9083       }
9084     }, 
9085     "zzzz-patch-service-capability": {
9086       "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", 
9087       "properties": {
9088         "relationship-list": {
9089           "$ref": "#/definitions/relationship", 
9090           "type": "object"
9091         }, 
9092         "service-type": {
9093           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
9094           "type": "string"
9095         }, 
9096         "vnf-type": {
9097           "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.", 
9098           "type": "string"
9099         }
9100       }
9101     }, 
9102     "zzzz-patch-service-instance": {
9103       "description": "Instance of a service\n###### Related Nodes\n- TO allotted-resource( service-instance Uses allotted-resource, MANY2MANY)\n- TO configuration( service-instance Uses configuration, ONE2MANY)\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 metadatum (CHILD of service-instance, metadatum BelongsTo service-instance, MANY2ONE)(1)\n- FROM project( project Uses service-instance, ONE2MANY)\n- FROM service-instance( service-instance ComposedOf service-instance, ONE2MANY)\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", 
9104       "properties": {
9105         "bandwidth-down-wan1": {
9106           "description": "indicates the downstream bandwidth this service will use on the WAN1 port of the physical device.", 
9107           "type": "string"
9108         }, 
9109         "bandwidth-down-wan2": {
9110           "description": "indicates the downstream bandwidth this service will use on the WAN2 port of the physical device.", 
9111           "type": "string"
9112         }, 
9113         "bandwidth-total": {
9114           "description": "Indicates the total bandwidth to be used for this service.", 
9115           "type": "string"
9116         }, 
9117         "bandwidth-up-wan1": {
9118           "description": "indicates the upstream bandwidth this service will use on the WAN1 port of the physical device.", 
9119           "type": "string"
9120         }, 
9121         "bandwidth-up-wan2": {
9122           "description": "indicates the upstream bandwidth this service will use on the WAN2 port of the physical device.", 
9123           "type": "string"
9124         }, 
9125         "created-at": {
9126           "description": "create time of Network Service.", 
9127           "type": "string"
9128         }, 
9129         "description": {
9130           "description": "short description for service-instance.", 
9131           "type": "string"
9132         }, 
9133         "environment-context": {
9134           "description": "This field will store the environment context assigned to the service-instance.", 
9135           "type": "string"
9136         }, 
9137         "model-invariant-id": {
9138           "also requires": "model-version-id", 
9139           "description": "the ASDC model id for this resource or service model.", 
9140           "type": "string"
9141         }, 
9142         "model-version-id": {
9143           "also requires": "model-invariant-id", 
9144           "description": "the ASDC model version for this resource or service model.", 
9145           "type": "string"
9146         }, 
9147         "orchestration-status": {
9148           "description": "Orchestration status of this service.", 
9149           "type": "string"
9150         }, 
9151         "persona-model-version": {
9152           "description": "the ASDC model version for this resource or service model.", 
9153           "type": "string"
9154         }, 
9155         "relationship-list": {
9156           "$ref": "#/definitions/relationship", 
9157           "type": "object"
9158         }, 
9159         "selflink": {
9160           "description": "Path to the controller object.", 
9161           "type": "string"
9162         }, 
9163         "service-instance-id": {
9164           "description": "Uniquely identifies this instance of a service", 
9165           "type": "string"
9166         }, 
9167         "service-instance-location-id": {
9168           "description": "An identifier that customers assign to the location where this service is being used.", 
9169           "type": "string"
9170         }, 
9171         "service-instance-name": {
9172           "description": "This field will store a name assigned to the service-instance.", 
9173           "type": "string"
9174         }, 
9175         "service-role": {
9176           "description": "String capturing the service role.", 
9177           "type": "string"
9178         }, 
9179         "service-type": {
9180           "description": "String capturing type of service.", 
9181           "type": "string"
9182         }, 
9183         "updated-at": {
9184           "description": "last update of Network Service.", 
9185           "type": "string"
9186         }, 
9187         "vhn-portal-url": {
9188           "description": "URL customers will use to access the vHN Portal.", 
9189           "type": "string"
9190         }, 
9191         "widget-model-id": {
9192           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
9193           "type": "string"
9194         }, 
9195         "widget-model-version": {
9196           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
9197           "type": "string"
9198         }, 
9199         "workload-context": {
9200           "description": "This field will store the workload context assigned to the service-instance.", 
9201           "type": "string"
9202         }
9203       }
9204     }, 
9205     "zzzz-patch-service-subscription": {
9206       "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", 
9207       "properties": {
9208         "relationship-list": {
9209           "$ref": "#/definitions/relationship", 
9210           "type": "object"
9211         }, 
9212         "service-type": {
9213           "description": "Value defined by orchestration to identify this service across ECOMP.", 
9214           "type": "string"
9215         }, 
9216         "temp-ub-sub-account-id": {
9217           "description": "This property will be deleted from A&AI in the near future. Only stop gap solution.", 
9218           "type": "string"
9219         }
9220       }
9221     }, 
9222     "zzzz-patch-site-pair": {
9223       "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", 
9224       "properties": {
9225         "destination-equip-type": {
9226           "description": "The type of destinatination equipment. Could be Router, UCPE, etc.", 
9227           "type": "string"
9228         }, 
9229         "destination-hostname": {
9230           "description": "Hostname of the destination equipment to which SLAs are measured against.", 
9231           "type": "string"
9232         }, 
9233         "destination-ip": {
9234           "description": "Prefix address", 
9235           "type": "string"
9236         }, 
9237         "ip-version": {
9238           "description": "ip version, v4, v6", 
9239           "type": "string"
9240         }, 
9241         "relationship-list": {
9242           "$ref": "#/definitions/relationship", 
9243           "type": "object"
9244         }, 
9245         "site-pair-id": {
9246           "description": "unique identifier of probe", 
9247           "type": "string"
9248         }, 
9249         "source-ip": {
9250           "description": "Prefix address", 
9251           "type": "string"
9252         }
9253       }
9254     }, 
9255     "zzzz-patch-site-pair-set": {
9256       "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", 
9257       "properties": {
9258         "relationship-list": {
9259           "$ref": "#/definitions/relationship", 
9260           "type": "object"
9261         }, 
9262         "site-pair-set-id": {
9263           "description": "Unique id of site pair set.", 
9264           "type": "string"
9265         }
9266       }
9267     }, 
9268     "zzzz-patch-snapshot": {
9269       "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", 
9270       "properties": {
9271         "application": {
9272           "description": "The application that the image instantiates.", 
9273           "type": "string"
9274         }, 
9275         "application-vendor": {
9276           "description": "The vendor of the application.", 
9277           "type": "string"
9278         }, 
9279         "application-version": {
9280           "description": "The version of the application.", 
9281           "type": "string"
9282         }, 
9283         "prev-snapshot-id": {
9284           "description": "This field contains the UUID of the previous snapshot (if any).", 
9285           "type": "string"
9286         }, 
9287         "relationship-list": {
9288           "$ref": "#/definitions/relationship", 
9289           "type": "object"
9290         }, 
9291         "snapshot-architecture": {
9292           "description": "Operating system architecture", 
9293           "type": "string"
9294         }, 
9295         "snapshot-id": {
9296           "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
9297           "type": "string"
9298         }, 
9299         "snapshot-name": {
9300           "description": "Snapshot name", 
9301           "type": "string"
9302         }, 
9303         "snapshot-os-distro": {
9304           "description": "The common name of the operating system distribution in lowercase", 
9305           "type": "string"
9306         }, 
9307         "snapshot-os-version": {
9308           "description": "The operating system version as specified by the distributor.", 
9309           "type": "string"
9310         }, 
9311         "snapshot-selflink": {
9312           "description": "URL to endpoint where AAI can get more details", 
9313           "type": "string"
9314         }
9315       }
9316     }, 
9317     "zzzz-patch-sriov-pf": {
9318       "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", 
9319       "properties": {
9320         "pf-pci-id": {
9321           "description": "Identifier for the sriov-pf", 
9322           "type": "string"
9323         }, 
9324         "relationship-list": {
9325           "$ref": "#/definitions/relationship", 
9326           "type": "object"
9327         }
9328       }
9329     }, 
9330     "zzzz-patch-sriov-vf": {
9331       "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", 
9332       "properties": {
9333         "neutron-network-id": {
9334           "description": "Neutron network id of the interface", 
9335           "type": "string"
9336         }, 
9337         "pci-id": {
9338           "description": "PCI ID used to identify the sriov-vf", 
9339           "type": "string"
9340         }, 
9341         "relationship-list": {
9342           "$ref": "#/definitions/relationship", 
9343           "type": "object"
9344         }, 
9345         "vf-broadcast-allow": {
9346           "description": "This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM", 
9347           "type": "boolean"
9348         }, 
9349         "vf-insert-stag": {
9350           "description": "This option, if set to true, instructs to insert outer tag after traffic comes out of VM.", 
9351           "type": "boolean"
9352         }, 
9353         "vf-link-status": {
9354           "description": "This option is used to set the link status.  Valid values as of 1607 are on, off, and auto.", 
9355           "type": "string"
9356         }, 
9357         "vf-mac-anti-spoof-check": {
9358           "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.", 
9359           "type": "boolean"
9360         }, 
9361         "vf-mac-filter": {
9362           "description": "When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.", 
9363           "type": "string"
9364         }, 
9365         "vf-mirrors": {
9366           "description": "This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.", 
9367           "type": "string"
9368         }, 
9369         "vf-unknown-multicast-allow": {
9370           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM", 
9371           "type": "boolean"
9372         }, 
9373         "vf-unknown-unicast-allow": {
9374           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM", 
9375           "type": "boolean"
9376         }, 
9377         "vf-vlan-anti-spoof-check": {
9378           "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.", 
9379           "type": "boolean"
9380         }, 
9381         "vf-vlan-filter": {
9382           "description": "This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.", 
9383           "type": "string"
9384         }, 
9385         "vf-vlan-strip": {
9386           "description": "When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.", 
9387           "type": "boolean"
9388         }
9389       }
9390     }, 
9391     "zzzz-patch-start-node-filter": {
9392       "properties": {
9393         "property-name": {
9394           "type": "string"
9395         }, 
9396         "property-value": {
9397           "type": "string"
9398         }
9399       }
9400     }, 
9401     "zzzz-patch-subnet": {
9402       "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", 
9403       "properties": {
9404         "cidr-mask": {
9405           "description": "cidr mask", 
9406           "type": "string"
9407         }, 
9408         "dhcp-enabled": {
9409           "description": "dhcp enabled", 
9410           "type": "boolean"
9411         }, 
9412         "dhcp-end": {
9413           "description": "the last address reserved for use by dhcp", 
9414           "type": "string"
9415         }, 
9416         "dhcp-start": {
9417           "description": "the start address reserved for use by dhcp", 
9418           "type": "string"
9419         }, 
9420         "gateway-address": {
9421           "description": "gateway ip address", 
9422           "type": "string"
9423         }, 
9424         "ip-assignment-direction": {
9425           "description": "ip address assignment direction of the subnet", 
9426           "type": "string"
9427         }, 
9428         "ip-version": {
9429           "description": "ip version", 
9430           "type": "string"
9431         }, 
9432         "network-start-address": {
9433           "description": "network start address", 
9434           "type": "string"
9435         }, 
9436         "neutron-subnet-id": {
9437           "description": "Neutron id of this subnet", 
9438           "type": "string"
9439         }, 
9440         "orchestration-status": {
9441           "description": "Orchestration status of this VNF, mastered by MSO", 
9442           "type": "string"
9443         }, 
9444         "relationship-list": {
9445           "$ref": "#/definitions/relationship", 
9446           "type": "object"
9447         }, 
9448         "subnet-id": {
9449           "description": "Subnet ID, should be UUID.", 
9450           "type": "string"
9451         }, 
9452         "subnet-name": {
9453           "description": "Name associated with the subnet.", 
9454           "type": "string"
9455         }, 
9456         "subnet-role": {
9457           "description": "role of the subnet, referenced when assigning IPs", 
9458           "type": "string"
9459         }, 
9460         "subnet-sequence": {
9461           "description": "sequence of the subnet", 
9462           "format": "int32", 
9463           "type": "integer"
9464         }
9465       }
9466     }, 
9467     "zzzz-patch-tenant": {
9468       "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 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 VSERVER\n", 
9469       "properties": {
9470         "relationship-list": {
9471           "$ref": "#/definitions/relationship", 
9472           "type": "object"
9473         }, 
9474         "tenant-context": {
9475           "description": "This field will store the tenant context.", 
9476           "type": "string"
9477         }, 
9478         "tenant-id": {
9479           "description": "Unique id relative to the cloud-region.", 
9480           "type": "string"
9481         }, 
9482         "tenant-name": {
9483           "description": "Readable name of tenant", 
9484           "type": "string"
9485         }
9486       }
9487     }, 
9488     "zzzz-patch-tunnel-xconnect": {
9489       "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", 
9490       "properties": {
9491         "bandwidth-down-wan1": {
9492           "description": "The WAN downlink bandwidth for WAN1", 
9493           "type": "string"
9494         }, 
9495         "bandwidth-down-wan2": {
9496           "description": "The WAN downlink bandwidth for WAN2", 
9497           "type": "string"
9498         }, 
9499         "bandwidth-up-wan1": {
9500           "description": "The WAN uplink bandwidth for WAN1", 
9501           "type": "string"
9502         }, 
9503         "bandwidth-up-wan2": {
9504           "description": "The WAN uplink bandwidth for WAN2", 
9505           "type": "string"
9506         }, 
9507         "id": {
9508           "description": "Allotted Resource id UUID assigned to this instance.", 
9509           "type": "string"
9510         }, 
9511         "relationship-list": {
9512           "$ref": "#/definitions/relationship", 
9513           "type": "object"
9514         }
9515       }
9516     }, 
9517     "zzzz-patch-update": {
9518       "description": "Serves a PATCH like function.  Does not enforce concurrency control.  Clear each usage with AAI team.\n", 
9519       "properties": {
9520         "update-node-type": {
9521           "type": "string"
9522         }, 
9523         "update-node-uri": {
9524           "type": "string"
9525         }
9526       }
9527     }, 
9528     "zzzz-patch-update-node-key": {
9529       "properties": {
9530         "key-name": {
9531           "type": "string"
9532         }, 
9533         "key-value": {
9534           "type": "string"
9535         }
9536       }
9537     }, 
9538     "zzzz-patch-vce": {
9539       "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", 
9540       "properties": {
9541         "entitlement-resource-uuid": {
9542           "description": "OBSOLETE -  see child relationships", 
9543           "type": "string"
9544         }, 
9545         "equipment-role": {
9546           "description": "Network role being played by this VNF", 
9547           "type": "string"
9548         }, 
9549         "heat-stack-id": {
9550           "description": "Heat stack id corresponding to this instance, managed by MSO", 
9551           "type": "string"
9552         }, 
9553         "ipv4-loopback0-address": {
9554           "description": "Loopback0 address", 
9555           "type": "string"
9556         }, 
9557         "ipv4-oam-address": {
9558           "description": "Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.", 
9559           "type": "string"
9560         }, 
9561         "license-key": {
9562           "description": "OBSOLETE -  do not use", 
9563           "type": "string"
9564         }, 
9565         "mso-catalog-key": {
9566           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
9567           "type": "string"
9568         }, 
9569         "operational-status": {
9570           "description": "Indicator for whether the resource is considered operational", 
9571           "type": "string"
9572         }, 
9573         "orchestration-status": {
9574           "description": "Orchestration status of this VNF, mastered by MSO", 
9575           "type": "string"
9576         }, 
9577         "prov-status": {
9578           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
9579           "type": "string"
9580         }, 
9581         "regional-resource-zone": {
9582           "description": "Regional way of organizing pservers, source of truth should define values", 
9583           "type": "string"
9584         }, 
9585         "relationship-list": {
9586           "$ref": "#/definitions/relationship", 
9587           "type": "object"
9588         }, 
9589         "service-id": {
9590           "description": "Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.", 
9591           "type": "string"
9592         }, 
9593         "v6-vce-wan-address": {
9594           "description": "Valid v6 IP address for the WAN Link on this router.  Implied length of /64.", 
9595           "type": "string"
9596         }, 
9597         "vnf-id": {
9598           "description": "Unique id of VNF.  This is unique across the graph.", 
9599           "type": "string"
9600         }, 
9601         "vnf-name": {
9602           "description": "Name of VNF.", 
9603           "type": "string"
9604         }, 
9605         "vnf-name2": {
9606           "description": "Alternate name of VNF.", 
9607           "type": "string"
9608         }, 
9609         "vnf-type": {
9610           "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.", 
9611           "type": "string"
9612         }, 
9613         "vpe-id": {
9614           "description": "Unique ID of VPE connected to this VCE.", 
9615           "type": "string"
9616         }
9617       }
9618     }, 
9619     "zzzz-patch-vf-module": {
9620       "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)\n- TO volume-group( vf-module Uses volume-group, ONE2ONE)\n- TO vserver( vf-module Uses vserver, ONE2MANY)\n\n-(4) IF this TO node is deleted, this VF-MODULE is DELETED also\n-VF-MODULE cannot be deleted if related to VNFC\n", 
9621       "properties": {
9622         "contrail-service-instance-fqdn": {
9623           "description": "the Contrail unique ID for a service-instance", 
9624           "type": "string"
9625         }, 
9626         "heat-stack-id": {
9627           "description": "Heat stack id corresponding to this instance.", 
9628           "type": "string"
9629         }, 
9630         "is-base-vf-module": {
9631           "description": "used to indicate whether or not this object is base vf module", 
9632           "type": "boolean"
9633         }, 
9634         "model-customization-id": {
9635           "description": "captures the id of all the configuration used to customize the resource for the service.", 
9636           "type": "string"
9637         }, 
9638         "model-invariant-id": {
9639           "also requires": "model-version-id", 
9640           "description": "the ASDC model id for this resource or service model.", 
9641           "type": "string"
9642         }, 
9643         "model-version-id": {
9644           "also requires": "model-invariant-id", 
9645           "description": "the ASDC model version for this resource or service model.", 
9646           "type": "string"
9647         }, 
9648         "module-index": {
9649           "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", 
9650           "format": "int32", 
9651           "type": "integer"
9652         }, 
9653         "orchestration-status": {
9654           "description": "orchestration status of this vf-module, mastered by MSO", 
9655           "type": "string"
9656         }, 
9657         "persona-model-version": {
9658           "description": "the ASDC model version for this resource or service model.", 
9659           "type": "string"
9660         }, 
9661         "relationship-list": {
9662           "$ref": "#/definitions/relationship", 
9663           "type": "object"
9664         }, 
9665         "selflink": {
9666           "description": "Path to the controller object.", 
9667           "type": "string"
9668         }, 
9669         "vf-module-id": {
9670           "description": "Unique ID of vf-module.", 
9671           "type": "string"
9672         }, 
9673         "vf-module-name": {
9674           "description": "Name of vf-module", 
9675           "type": "string"
9676         }, 
9677         "widget-model-id": {
9678           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
9679           "type": "string"
9680         }, 
9681         "widget-model-version": {
9682           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
9683           "type": "string"
9684         }
9685       }
9686     }, 
9687     "zzzz-patch-vig-server": {
9688       "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", 
9689       "properties": {
9690         "ipaddress-v4-vig": {
9691           "description": "v4 IP of the vig server", 
9692           "type": "string"
9693         }, 
9694         "ipaddress-v6-vig": {
9695           "description": "v6 IP of the vig server", 
9696           "type": "string"
9697         }, 
9698         "relationship-list": {
9699           "$ref": "#/definitions/relationship", 
9700           "type": "object"
9701         }, 
9702         "vig-address-type": {
9703           "description": "indicates whether the VIG is for AVPN or INTERNET", 
9704           "type": "string"
9705         }
9706       }
9707     }, 
9708     "zzzz-patch-vip-ipv4-address-list": {
9709       "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 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", 
9710       "properties": {
9711         "is-floating": {
9712           "description": "Indicator of fixed or floating address", 
9713           "type": "boolean"
9714         }, 
9715         "neutron-network-id": {
9716           "description": "Neutron network id of the interface that address belongs to", 
9717           "type": "string"
9718         }, 
9719         "neutron-subnet-id": {
9720           "description": "Neutron id of subnet that address belongs to", 
9721           "type": "string"
9722         }, 
9723         "relationship-list": {
9724           "$ref": "#/definitions/relationship", 
9725           "type": "object"
9726         }, 
9727         "vip-ipv4-address": {
9728           "description": "IP address", 
9729           "type": "string"
9730         }, 
9731         "vip-ipv4-prefix-length": {
9732           "description": "Prefix length, 32 for single address", 
9733           "format": "int64", 
9734           "type": "integer"
9735         }, 
9736         "vlan-id-inner": {
9737           "description": "Inner VLAN tag", 
9738           "format": "int64", 
9739           "type": "integer"
9740         }, 
9741         "vlan-id-outer": {
9742           "description": "Outer VLAN tag", 
9743           "format": "int64", 
9744           "type": "integer"
9745         }
9746       }
9747     }, 
9748     "zzzz-patch-vip-ipv6-address-list": {
9749       "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 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", 
9750       "properties": {
9751         "is-floating": {
9752           "description": "Indicator of fixed or floating address", 
9753           "type": "boolean"
9754         }, 
9755         "neutron-network-id": {
9756           "description": "Neutron network id of the interface that address belongs to", 
9757           "type": "string"
9758         }, 
9759         "neutron-subnet-id": {
9760           "description": "Neutron id of subnet that address belongs to", 
9761           "type": "string"
9762         }, 
9763         "relationship-list": {
9764           "$ref": "#/definitions/relationship", 
9765           "type": "object"
9766         }, 
9767         "vip-ipv6-address": {
9768           "description": "IP address", 
9769           "type": "string"
9770         }, 
9771         "vip-ipv6-prefix-length": {
9772           "description": "Prefix length, 128 for single address", 
9773           "format": "int64", 
9774           "type": "integer"
9775         }, 
9776         "vlan-id-inner": {
9777           "description": "Inner VLAN tag", 
9778           "format": "int64", 
9779           "type": "integer"
9780         }, 
9781         "vlan-id-outer": {
9782           "description": "Outer VLAN tag", 
9783           "format": "int64", 
9784           "type": "integer"
9785         }
9786       }
9787     }, 
9788     "zzzz-patch-virtual-data-center": {
9789       "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", 
9790       "properties": {
9791         "relationship-list": {
9792           "$ref": "#/definitions/relationship", 
9793           "type": "object"
9794         }, 
9795         "vdc-id": {
9796           "description": "Unique ID of the vdc", 
9797           "type": "string"
9798         }, 
9799         "vdc-name": {
9800           "description": "Name of the virtual data center", 
9801           "type": "string"
9802         }
9803       }
9804     }, 
9805     "zzzz-patch-vlan": {
9806       "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", 
9807       "properties": {
9808         "backdoor-connection": {
9809           "description": "Whether customer is going to use this VLAN for backdoor connection to another customer premise device.", 
9810           "type": "string"
9811         }, 
9812         "in-maint": {
9813           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
9814           "type": "boolean"
9815         }, 
9816         "is-ip-unnumbered": {
9817           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
9818           "type": "boolean"
9819         }, 
9820         "orchestration-status": {
9821           "description": "Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.", 
9822           "type": "string"
9823         }, 
9824         "prov-status": {
9825           "description": "Prov Status of the VLAN configuration related to a logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
9826           "type": "string"
9827         }, 
9828         "relationship-list": {
9829           "$ref": "#/definitions/relationship", 
9830           "type": "object"
9831         }, 
9832         "speed-units": {
9833           "description": "Captures the units corresponding to the speed", 
9834           "type": "string"
9835         }, 
9836         "speed-value": {
9837           "description": "Captures the numeric part of the speed", 
9838           "type": "string"
9839         }, 
9840         "vlan-description": {
9841           "description": "Used to describe (the service associated with) the vlan", 
9842           "type": "string"
9843         }, 
9844         "vlan-id-inner": {
9845           "description": "Inner VLAN tag", 
9846           "format": "int64", 
9847           "type": "integer"
9848         }, 
9849         "vlan-id-outer": {
9850           "description": "Outer VLAN tag", 
9851           "format": "int64", 
9852           "type": "integer"
9853         }, 
9854         "vlan-interface": {
9855           "description": "String that identifies the interface", 
9856           "type": "string"
9857         }, 
9858         "vpn-key": {
9859           "description": "This indicates the customers VPN ID associated with this vlan", 
9860           "type": "string"
9861         }
9862       }
9863     }, 
9864     "zzzz-patch-vnf": {
9865       "description": "Abstract vnf class\n", 
9866       "properties": {
9867         "vnf-id": {
9868           "description": "Unique id of VNF.  This is unique across the graph.", 
9869           "type": "string"
9870         }
9871       }
9872     }, 
9873     "zzzz-patch-vnf-image": {
9874       "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", 
9875       "properties": {
9876         "application": {
9877           "description": "The application that the image instantiates.", 
9878           "type": "string"
9879         }, 
9880         "application-vendor": {
9881           "description": "The vendor of the application.", 
9882           "type": "string"
9883         }, 
9884         "application-version": {
9885           "description": "The version of the application.", 
9886           "type": "string"
9887         }, 
9888         "relationship-list": {
9889           "$ref": "#/definitions/relationship", 
9890           "type": "object"
9891         }, 
9892         "selflink": {
9893           "description": "URL to endpoint where AAI can get more details", 
9894           "type": "string"
9895         }, 
9896         "vnf-image-uuid": {
9897           "description": "Unique ID of this asset", 
9898           "type": "string"
9899         }
9900       }
9901     }, 
9902     "zzzz-patch-vnfc": {
9903       "description": "###### Related Nodes\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 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)\n\n-(1) IF this VNFC node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this VNFC is DELETED also\n", 
9904       "properties": {
9905         "group-notation": {
9906           "description": "Group notation of VNFC", 
9907           "type": "string"
9908         }, 
9909         "in-maint": {
9910           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
9911           "type": "boolean"
9912         }, 
9913         "ipaddress-v4-oam-vip": {
9914           "description": "Oam V4 vip address of this vnfc", 
9915           "type": "string"
9916         }, 
9917         "is-closed-loop-disabled": {
9918           "description": "used to indicate whether closed loop function is enabled on this node", 
9919           "type": "boolean"
9920         }, 
9921         "model-invariant-id": {
9922           "also requires": "model-version-id", 
9923           "description": "the ASDC model id for this resource or service model.", 
9924           "type": "string"
9925         }, 
9926         "model-version-id": {
9927           "also requires": "model-invariant-id", 
9928           "description": "the ASDC model version for this resource or service model.", 
9929           "type": "string"
9930         }, 
9931         "nfc-function": {
9932           "description": "English description of function that the specific resource deployment is providing. Assigned as part of the customization of a resource in a service", 
9933           "type": "string"
9934         }, 
9935         "nfc-naming-code": {
9936           "description": "Short code that is used in naming instances of the item being modeled", 
9937           "type": "string"
9938         }, 
9939         "orchestration-status": {
9940           "description": "Orchestration status of this VNF, mastered by APP-C", 
9941           "type": "string"
9942         }, 
9943         "persona-model-version": {
9944           "description": "the ASDC model version for this resource or service model.", 
9945           "type": "string"
9946         }, 
9947         "prov-status": {
9948           "description": "prov status of this vnfc", 
9949           "type": "string"
9950         }, 
9951         "relationship-list": {
9952           "$ref": "#/definitions/relationship", 
9953           "type": "object"
9954         }, 
9955         "vnfc-name": {
9956           "description": "Unique ID of vnfc.", 
9957           "type": "string"
9958         }
9959       }
9960     }, 
9961     "zzzz-patch-volume": {
9962       "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", 
9963       "properties": {
9964         "relationship-list": {
9965           "$ref": "#/definitions/relationship", 
9966           "type": "object"
9967         }, 
9968         "volume-id": {
9969           "description": "Unique ID of block storage volume relative to the vserver.", 
9970           "type": "string"
9971         }, 
9972         "volume-selflink": {
9973           "description": "URL to endpoint where AAI can get more details", 
9974           "type": "string"
9975         }
9976       }
9977     }, 
9978     "zzzz-patch-volume-group": {
9979       "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", 
9980       "properties": {
9981         "heat-stack-id": {
9982           "description": "Heat stack id corresponding to this volume-group", 
9983           "type": "string"
9984         }, 
9985         "model-customization-id": {
9986           "description": "captures the id of all the configuration used to customize the resource for the service.", 
9987           "type": "string"
9988         }, 
9989         "orchestration-status": {
9990           "description": "Orchestration status of this volume-group", 
9991           "type": "string"
9992         }, 
9993         "relationship-list": {
9994           "$ref": "#/definitions/relationship", 
9995           "type": "object"
9996         }, 
9997         "vf-module-model-customization-id": {
9998           "description": "helps relate the volume group to the vf-module whose components will require the volume group", 
9999           "type": "string"
10000         }, 
10001         "vnf-type": {
10002           "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.", 
10003           "type": "string"
10004         }, 
10005         "volume-group-id": {
10006           "description": "Unique ID of volume-group.", 
10007           "type": "string"
10008         }, 
10009         "volume-group-name": {
10010           "description": "Name of the volume group.", 
10011           "type": "string"
10012         }
10013       }
10014     }, 
10015     "zzzz-patch-vpls-pe": {
10016       "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", 
10017       "properties": {
10018         "equipment-name": {
10019           "type": "string"
10020         }, 
10021         "equipment-role": {
10022           "description": "Client should send valid enumerated value, e.g., VPLS-PE.", 
10023           "type": "string"
10024         }, 
10025         "ipv4-oam-address": {
10026           "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).", 
10027           "type": "string"
10028         }, 
10029         "prov-status": {
10030           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
10031           "type": "string"
10032         }, 
10033         "relationship-list": {
10034           "$ref": "#/definitions/relationship", 
10035           "type": "object"
10036         }, 
10037         "vlan-id-outer": {
10038           "description": "Temporary location for stag to get to VCE", 
10039           "format": "int64", 
10040           "type": "integer"
10041         }
10042       }
10043     }, 
10044     "zzzz-patch-vpn-binding": {
10045       "description": "VPN binding\n###### Related Nodes\n- FROM allotted-resource( allotted-resource BelongsTo vpn-binding, MANY2MANY)\n- FROM l3-network( l3-network Uses vpn-binding, MANY2MANY)\n- FROM logical-link( logical-link Uses vpn-binding, MANY2MANY)\n- FROM route-target (CHILD of vpn-binding, route-target BelongsTo vpn-binding, MANY2ONE)(1)\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", 
10046       "properties": {
10047         "customer-vpn-id": {
10048           "description": "id for this customer vpn", 
10049           "type": "string"
10050         }, 
10051         "relationship-list": {
10052           "$ref": "#/definitions/relationship", 
10053           "type": "object"
10054         }, 
10055         "route-distinguisher": {
10056           "description": "Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.", 
10057           "type": "string"
10058         }, 
10059         "vpn-id": {
10060           "description": "VPN ID, globally unique within A&AI", 
10061           "type": "string"
10062         }, 
10063         "vpn-name": {
10064           "description": "VPN Name", 
10065           "type": "string"
10066         }, 
10067         "vpn-platform": {
10068           "description": "the platform associated with the VPN example AVPN, Mobility", 
10069           "type": "string"
10070         }, 
10071         "vpn-region": {
10072           "description": "region of customer vpn", 
10073           "type": "string"
10074         }, 
10075         "vpn-type": {
10076           "description": "Type of the vpn, should be taken from enumerated/valid values", 
10077           "type": "string"
10078         }
10079       }
10080     }, 
10081     "zzzz-patch-vserver": {
10082       "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", 
10083       "properties": {
10084         "in-maint": {
10085           "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.", 
10086           "type": "boolean"
10087         }, 
10088         "is-closed-loop-disabled": {
10089           "description": "Used to indicate whether closed loop function is enabled on this node", 
10090           "type": "boolean"
10091         }, 
10092         "prov-status": {
10093           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
10094           "type": "string"
10095         }, 
10096         "relationship-list": {
10097           "$ref": "#/definitions/relationship", 
10098           "type": "object"
10099         }, 
10100         "vserver-id": {
10101           "description": "Unique identifier for this vserver relative to its tenant", 
10102           "type": "string"
10103         }, 
10104         "vserver-name": {
10105           "description": "Name of vserver", 
10106           "type": "string"
10107         }, 
10108         "vserver-name2": {
10109           "description": "Alternative name of vserver", 
10110           "type": "string"
10111         }, 
10112         "vserver-selflink": {
10113           "description": "URL to endpoint where AAI can get more details", 
10114           "type": "string"
10115         }
10116       }
10117     }, 
10118     "zzzz-patch-zone": {
10119       "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", 
10120       "properties": {
10121         "design-type": {
10122           "description": "Design of zone [Medium/Large?]", 
10123           "type": "string"
10124         }, 
10125         "relationship-list": {
10126           "$ref": "#/definitions/relationship", 
10127           "type": "object"
10128         }, 
10129         "status": {
10130           "description": "Status of a zone.", 
10131           "type": "string"
10132         }, 
10133         "zone-context": {
10134           "description": "Context of zone [production/test]", 
10135           "type": "string"
10136         }, 
10137         "zone-id": {
10138           "description": "Code assigned by AIC to the zone", 
10139           "type": "string"
10140         }, 
10141         "zone-name": {
10142           "description": "English name associated with the zone", 
10143           "type": "string"
10144         }
10145       }
10146     }
10147   }, 
10148   "host": "n/a", 
10149   "info": {
10150     "contact": {
10151       "email": "n/a", 
10152       "name": "n/a", 
10153       "url": "n/a"
10154     }, 
10155     "description": "\n[Differences versus the previous schema version](apidocs/aai_swagger_v11.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", 
10156     "license": {
10157       "name": "Apache 2.0", 
10158       "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
10159     }, 
10160     "title": "Active and Available Inventory REST API", 
10161     "version": "v11"
10162   }, 
10163   "paths": {
10164     "/business/connectors": {
10165       "get": {
10166         "description": "returns connectors", 
10167         "operationId": "getBusinessConnectors", 
10168         "parameters": [
10169           {
10170             "description": "n/a", 
10171             "in": "query", 
10172             "name": "resource-instance-id", 
10173             "required": false, 
10174             "type": "string"
10175           }, 
10176           {
10177             "description": "n/a", 
10178             "in": "query", 
10179             "name": "model-invariant-id", 
10180             "required": false, 
10181             "type": "string"
10182           }, 
10183           {
10184             "description": "n/a", 
10185             "in": "query", 
10186             "name": "model-version-id", 
10187             "required": false, 
10188             "type": "string"
10189           }, 
10190           {
10191             "description": "n/a", 
10192             "in": "query", 
10193             "name": "widget-model-id", 
10194             "required": false, 
10195             "type": "string"
10196           }, 
10197           {
10198             "description": "n/a", 
10199             "in": "query", 
10200             "name": "widget-model-version", 
10201             "required": false, 
10202             "type": "string"
10203           }
10204         ], 
10205         "produces": [
10206           "application/json", 
10207           "application/xml"
10208         ], 
10209         "responses": {
10210           "200": {
10211             "description": "successful operation", 
10212             "schema": {
10213               "$ref": "#/definitions/connectors"
10214             }
10215           }, 
10216           "default": {
10217             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10218           }
10219         }, 
10220         "summary": "returns connectors", 
10221         "tags": [
10222           "Business"
10223         ]
10224       }
10225     }, 
10226     "/business/connectors/connector/{resource-instance-id}": {
10227       "delete": {
10228         "consumes": [
10229           "application/json", 
10230           "application/xml"
10231         ], 
10232         "description": "delete an existing connector", 
10233         "operationId": "deleteBusinessConnectorsConnector", 
10234         "parameters": [
10235           {
10236             "description": "Unique id of resource instance.", 
10237             "example": "__RESOURCE-INSTANCE-ID__", 
10238             "in": "path", 
10239             "name": "resource-instance-id", 
10240             "required": true, 
10241             "type": "string"
10242           }, 
10243           {
10244             "description": "resource-version for concurrency", 
10245             "in": "query", 
10246             "name": "resource-version", 
10247             "required": true, 
10248             "type": "string"
10249           }
10250         ], 
10251         "produces": [
10252           "application/json", 
10253           "application/xml"
10254         ], 
10255         "responses": {
10256           "default": {
10257             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10258           }
10259         }, 
10260         "summary": "delete an existing connector", 
10261         "tags": [
10262           "Business"
10263         ]
10264       }, 
10265       "get": {
10266         "description": "returns connector", 
10267         "operationId": "getBusinessConnectorsConnector", 
10268         "parameters": [
10269           {
10270             "description": "Unique id of resource instance.", 
10271             "example": "__RESOURCE-INSTANCE-ID__", 
10272             "in": "path", 
10273             "name": "resource-instance-id", 
10274             "required": true, 
10275             "type": "string"
10276           }
10277         ], 
10278         "produces": [
10279           "application/json", 
10280           "application/xml"
10281         ], 
10282         "responses": {
10283           "200": {
10284             "description": "successful operation", 
10285             "schema": {
10286               "$ref": "#/definitions/connector"
10287             }
10288           }, 
10289           "default": {
10290             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10291           }
10292         }, 
10293         "summary": "returns connector", 
10294         "tags": [
10295           "Business"
10296         ]
10297       }, 
10298       "patch": {
10299         "consumes": [
10300           "application/json"
10301         ], 
10302         "description": "Update an existing connector\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
10303         "operationId": "UpdateBusinessConnectorsConnector", 
10304         "parameters": [
10305           {
10306             "description": "Unique id of resource instance.", 
10307             "example": "__RESOURCE-INSTANCE-ID__", 
10308             "in": "path", 
10309             "name": "resource-instance-id", 
10310             "required": true, 
10311             "type": "string"
10312           }, 
10313           {
10314             "description": "connector object that needs to be updated.", 
10315             "in": "body", 
10316             "name": "body", 
10317             "required": true, 
10318             "schema": {
10319               "$ref": "#/definitions/zzzz-patch-connector"
10320             }
10321           }
10322         ], 
10323         "produces": [
10324           "application/json"
10325         ], 
10326         "responses": {
10327           "default": {
10328             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10329           }
10330         }, 
10331         "summary": "update an existing connector", 
10332         "tags": [
10333           "Business"
10334         ]
10335       }, 
10336       "put": {
10337         "consumes": [
10338           "application/json", 
10339           "application/xml"
10340         ], 
10341         "description": "Create or update an existing connector.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
10342         "operationId": "createOrUpdateBusinessConnectorsConnector", 
10343         "parameters": [
10344           {
10345             "description": "Unique id of resource instance.", 
10346             "example": "__RESOURCE-INSTANCE-ID__", 
10347             "in": "path", 
10348             "name": "resource-instance-id", 
10349             "required": true, 
10350             "type": "string"
10351           }, 
10352           {
10353             "description": "connector object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessConnectorsConnector.json)", 
10354             "in": "body", 
10355             "name": "body", 
10356             "required": true, 
10357             "schema": {
10358               "$ref": "#/definitions/connector"
10359             }
10360           }
10361         ], 
10362         "produces": [
10363           "application/json", 
10364           "application/xml"
10365         ], 
10366         "responses": {
10367           "default": {
10368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10369           }
10370         }, 
10371         "summary": "create or update an existing connector", 
10372         "tags": [
10373           "Business"
10374         ]
10375       }
10376     }, 
10377     "/business/connectors/connector/{resource-instance-id}/metadata": {
10378       "get": {
10379         "description": "returns metadata", 
10380         "operationId": "getBusinessConnectorsConnectorMetadata", 
10381         "parameters": [
10382           {
10383             "description": "Unique id of resource instance.", 
10384             "example": "__RESOURCE-INSTANCE-ID__", 
10385             "in": "path", 
10386             "name": "resource-instance-id", 
10387             "required": true, 
10388             "type": "string"
10389           }, 
10390           {
10391             "description": "n/a", 
10392             "in": "query", 
10393             "name": "metaname", 
10394             "required": false, 
10395             "type": "string"
10396           }
10397         ], 
10398         "produces": [
10399           "application/json", 
10400           "application/xml"
10401         ], 
10402         "responses": {
10403           "200": {
10404             "description": "successful operation", 
10405             "schema": {
10406               "$ref": "#/definitions/metadata"
10407             }
10408           }, 
10409           "default": {
10410             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10411           }
10412         }, 
10413         "summary": "returns metadata", 
10414         "tags": [
10415           "Business"
10416         ]
10417       }
10418     }, 
10419     "/business/connectors/connector/{resource-instance-id}/metadata/metadatum/{metaname}": {
10420       "delete": {
10421         "consumes": [
10422           "application/json", 
10423           "application/xml"
10424         ], 
10425         "description": "delete an existing metadatum", 
10426         "operationId": "deleteBusinessConnectorsConnectorMetadataMetadatum", 
10427         "parameters": [
10428           {
10429             "description": "Unique id of resource instance.", 
10430             "example": "__RESOURCE-INSTANCE-ID__", 
10431             "in": "path", 
10432             "name": "resource-instance-id", 
10433             "required": true, 
10434             "type": "string"
10435           }, 
10436           {
10437             "example": "__METANAME__", 
10438             "in": "path", 
10439             "name": "metaname", 
10440             "required": true, 
10441             "type": "string"
10442           }, 
10443           {
10444             "description": "resource-version for concurrency", 
10445             "in": "query", 
10446             "name": "resource-version", 
10447             "required": true, 
10448             "type": "string"
10449           }
10450         ], 
10451         "produces": [
10452           "application/json", 
10453           "application/xml"
10454         ], 
10455         "responses": {
10456           "default": {
10457             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10458           }
10459         }, 
10460         "summary": "delete an existing metadatum", 
10461         "tags": [
10462           "Business"
10463         ]
10464       }, 
10465       "get": {
10466         "description": "returns metadatum", 
10467         "operationId": "getBusinessConnectorsConnectorMetadataMetadatum", 
10468         "parameters": [
10469           {
10470             "description": "Unique id of resource instance.", 
10471             "example": "__RESOURCE-INSTANCE-ID__", 
10472             "in": "path", 
10473             "name": "resource-instance-id", 
10474             "required": true, 
10475             "type": "string"
10476           }, 
10477           {
10478             "example": "__METANAME__", 
10479             "in": "path", 
10480             "name": "metaname", 
10481             "required": true, 
10482             "type": "string"
10483           }
10484         ], 
10485         "produces": [
10486           "application/json", 
10487           "application/xml"
10488         ], 
10489         "responses": {
10490           "200": {
10491             "description": "successful operation", 
10492             "schema": {
10493               "$ref": "#/definitions/metadatum"
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 metadatum", 
10501         "tags": [
10502           "Business"
10503         ]
10504       }, 
10505       "patch": {
10506         "consumes": [
10507           "application/json"
10508         ], 
10509         "description": "Update an existing metadatum\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
10510         "operationId": "UpdateBusinessConnectorsConnectorMetadataMetadatum", 
10511         "parameters": [
10512           {
10513             "description": "Unique id of resource instance.", 
10514             "example": "__RESOURCE-INSTANCE-ID__", 
10515             "in": "path", 
10516             "name": "resource-instance-id", 
10517             "required": true, 
10518             "type": "string"
10519           }, 
10520           {
10521             "example": "__METANAME__", 
10522             "in": "path", 
10523             "name": "metaname", 
10524             "required": true, 
10525             "type": "string"
10526           }, 
10527           {
10528             "description": "metadatum object that needs to be updated.", 
10529             "in": "body", 
10530             "name": "body", 
10531             "required": true, 
10532             "schema": {
10533               "$ref": "#/definitions/zzzz-patch-metadatum"
10534             }
10535           }
10536         ], 
10537         "produces": [
10538           "application/json"
10539         ], 
10540         "responses": {
10541           "default": {
10542             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10543           }
10544         }, 
10545         "summary": "update an existing metadatum", 
10546         "tags": [
10547           "Business"
10548         ]
10549       }, 
10550       "put": {
10551         "consumes": [
10552           "application/json", 
10553           "application/xml"
10554         ], 
10555         "description": "Create or update an existing metadatum.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
10556         "operationId": "createOrUpdateBusinessConnectorsConnectorMetadataMetadatum", 
10557         "parameters": [
10558           {
10559             "description": "Unique id of resource instance.", 
10560             "example": "__RESOURCE-INSTANCE-ID__", 
10561             "in": "path", 
10562             "name": "resource-instance-id", 
10563             "required": true, 
10564             "type": "string"
10565           }, 
10566           {
10567             "example": "__METANAME__", 
10568             "in": "path", 
10569             "name": "metaname", 
10570             "required": true, 
10571             "type": "string"
10572           }, 
10573           {
10574             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessConnectorsConnectorMetadataMetadatum.json)", 
10575             "in": "body", 
10576             "name": "body", 
10577             "required": true, 
10578             "schema": {
10579               "$ref": "#/definitions/metadatum"
10580             }
10581           }
10582         ], 
10583         "produces": [
10584           "application/json", 
10585           "application/xml"
10586         ], 
10587         "responses": {
10588           "default": {
10589             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10590           }
10591         }, 
10592         "summary": "create or update an existing metadatum", 
10593         "tags": [
10594           "Business"
10595         ]
10596       }
10597     }, 
10598     "/business/connectors/connector/{resource-instance-id}/relationship-list/relationship": {
10599       "delete": {
10600         "consumes": [
10601           "application/json", 
10602           "application/xml"
10603         ], 
10604         "description": "delete an existing relationship", 
10605         "operationId": "deleteBusinessConnectorsConnectorRelationshipListRelationship", 
10606         "parameters": [
10607           {
10608             "description": "Unique id of resource instance.", 
10609             "example": "__RESOURCE-INSTANCE-ID__", 
10610             "in": "path", 
10611             "name": "resource-instance-id", 
10612             "required": true, 
10613             "type": "string"
10614           }
10615         ], 
10616         "produces": [
10617           "application/json", 
10618           "application/xml"
10619         ], 
10620         "responses": {
10621           "default": {
10622             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10623           }
10624         }, 
10625         "summary": "delete an existing relationship", 
10626         "tags": [
10627           "Business"
10628         ]
10629       }, 
10630       "put": {
10631         "consumes": [
10632           "application/json", 
10633           "application/xml"
10634         ], 
10635         "operationId": "createOrUpdateBusinessConnectorsConnectorRelationshipListRelationship", 
10636         "parameters": [
10637           {
10638             "description": "Unique id of resource instance.", 
10639             "example": "__RESOURCE-INSTANCE-ID__", 
10640             "in": "path", 
10641             "name": "resource-instance-id", 
10642             "required": true, 
10643             "type": "string"
10644           }, 
10645           {
10646             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessConnectorsConnector.json)", 
10647             "in": "body", 
10648             "name": "body", 
10649             "required": true, 
10650             "schema": {
10651               "$ref": "#/definitions/relationship-dict"
10652             }
10653           }
10654         ], 
10655         "produces": [
10656           "application/json", 
10657           "application/xml"
10658         ], 
10659         "responses": {
10660           "default": {
10661             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10662           }
10663         }, 
10664         "summary": "see node definition for valid relationships", 
10665         "tags": [
10666           "Business"
10667         ]
10668       }
10669     }, 
10670     "/business/customers": {
10671       "get": {
10672         "description": "returns customers", 
10673         "operationId": "getBusinessCustomers", 
10674         "parameters": [
10675           {
10676             "description": "n/a", 
10677             "in": "query", 
10678             "name": "global-customer-id", 
10679             "required": false, 
10680             "type": "string"
10681           }, 
10682           {
10683             "description": "n/a", 
10684             "in": "query", 
10685             "name": "subscriber-name", 
10686             "required": false, 
10687             "type": "string"
10688           }, 
10689           {
10690             "description": "n/a", 
10691             "in": "query", 
10692             "name": "subscriber-type", 
10693             "required": false, 
10694             "type": "string"
10695           }
10696         ], 
10697         "produces": [
10698           "application/json", 
10699           "application/xml"
10700         ], 
10701         "responses": {
10702           "200": {
10703             "description": "successful operation", 
10704             "schema": {
10705               "$ref": "#/definitions/customers"
10706             }
10707           }, 
10708           "default": {
10709             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10710           }
10711         }, 
10712         "summary": "returns customers", 
10713         "tags": [
10714           "Business"
10715         ]
10716       }
10717     }, 
10718     "/business/customers/customer/{global-customer-id}": {
10719       "delete": {
10720         "consumes": [
10721           "application/json", 
10722           "application/xml"
10723         ], 
10724         "description": "delete an existing customer", 
10725         "operationId": "deleteBusinessCustomersCustomer", 
10726         "parameters": [
10727           {
10728             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
10729             "example": "__GLOBAL-CUSTOMER-ID__", 
10730             "in": "path", 
10731             "name": "global-customer-id", 
10732             "required": true, 
10733             "type": "string"
10734           }, 
10735           {
10736             "description": "resource-version for concurrency", 
10737             "in": "query", 
10738             "name": "resource-version", 
10739             "required": true, 
10740             "type": "string"
10741           }
10742         ], 
10743         "produces": [
10744           "application/json", 
10745           "application/xml"
10746         ], 
10747         "responses": {
10748           "default": {
10749             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10750           }
10751         }, 
10752         "summary": "delete an existing customer", 
10753         "tags": [
10754           "Business"
10755         ]
10756       }, 
10757       "get": {
10758         "description": "returns customer", 
10759         "operationId": "getBusinessCustomersCustomer", 
10760         "parameters": [
10761           {
10762             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
10763             "example": "__GLOBAL-CUSTOMER-ID__", 
10764             "in": "path", 
10765             "name": "global-customer-id", 
10766             "required": true, 
10767             "type": "string"
10768           }
10769         ], 
10770         "produces": [
10771           "application/json", 
10772           "application/xml"
10773         ], 
10774         "responses": {
10775           "200": {
10776             "description": "successful operation", 
10777             "schema": {
10778               "$ref": "#/definitions/customer"
10779             }
10780           }, 
10781           "default": {
10782             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10783           }
10784         }, 
10785         "summary": "returns customer", 
10786         "tags": [
10787           "Business"
10788         ]
10789       }, 
10790       "patch": {
10791         "consumes": [
10792           "application/json"
10793         ], 
10794         "description": "Update an existing customer\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
10795         "operationId": "UpdateBusinessCustomersCustomer", 
10796         "parameters": [
10797           {
10798             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
10799             "example": "__GLOBAL-CUSTOMER-ID__", 
10800             "in": "path", 
10801             "name": "global-customer-id", 
10802             "required": true, 
10803             "type": "string"
10804           }, 
10805           {
10806             "description": "customer object that needs to be updated.", 
10807             "in": "body", 
10808             "name": "body", 
10809             "required": true, 
10810             "schema": {
10811               "$ref": "#/definitions/zzzz-patch-customer"
10812             }
10813           }
10814         ], 
10815         "produces": [
10816           "application/json"
10817         ], 
10818         "responses": {
10819           "default": {
10820             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10821           }
10822         }, 
10823         "summary": "update an existing customer", 
10824         "tags": [
10825           "Business"
10826         ]
10827       }, 
10828       "put": {
10829         "consumes": [
10830           "application/json", 
10831           "application/xml"
10832         ], 
10833         "description": "Create or update an existing customer.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
10834         "operationId": "createOrUpdateBusinessCustomersCustomer", 
10835         "parameters": [
10836           {
10837             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
10838             "example": "__GLOBAL-CUSTOMER-ID__", 
10839             "in": "path", 
10840             "name": "global-customer-id", 
10841             "required": true, 
10842             "type": "string"
10843           }, 
10844           {
10845             "description": "customer object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomer.json)", 
10846             "in": "body", 
10847             "name": "body", 
10848             "required": true, 
10849             "schema": {
10850               "$ref": "#/definitions/customer"
10851             }
10852           }
10853         ], 
10854         "produces": [
10855           "application/json", 
10856           "application/xml"
10857         ], 
10858         "responses": {
10859           "default": {
10860             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10861           }
10862         }, 
10863         "summary": "create or update an existing customer", 
10864         "tags": [
10865           "Business"
10866         ]
10867       }
10868     }, 
10869     "/business/customers/customer/{global-customer-id}/relationship-list/relationship": {
10870       "delete": {
10871         "consumes": [
10872           "application/json", 
10873           "application/xml"
10874         ], 
10875         "description": "delete an existing relationship", 
10876         "operationId": "deleteBusinessCustomersCustomerRelationshipListRelationship", 
10877         "parameters": [
10878           {
10879             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
10880             "example": "__GLOBAL-CUSTOMER-ID__", 
10881             "in": "path", 
10882             "name": "global-customer-id", 
10883             "required": true, 
10884             "type": "string"
10885           }
10886         ], 
10887         "produces": [
10888           "application/json", 
10889           "application/xml"
10890         ], 
10891         "responses": {
10892           "default": {
10893             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10894           }
10895         }, 
10896         "summary": "delete an existing relationship", 
10897         "tags": [
10898           "Business"
10899         ]
10900       }, 
10901       "put": {
10902         "consumes": [
10903           "application/json", 
10904           "application/xml"
10905         ], 
10906         "operationId": "createOrUpdateBusinessCustomersCustomerRelationshipListRelationship", 
10907         "parameters": [
10908           {
10909             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
10910             "example": "__GLOBAL-CUSTOMER-ID__", 
10911             "in": "path", 
10912             "name": "global-customer-id", 
10913             "required": true, 
10914             "type": "string"
10915           }, 
10916           {
10917             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomer.json)", 
10918             "in": "body", 
10919             "name": "body", 
10920             "required": true, 
10921             "schema": {
10922               "$ref": "#/definitions/relationship-dict"
10923             }
10924           }
10925         ], 
10926         "produces": [
10927           "application/json", 
10928           "application/xml"
10929         ], 
10930         "responses": {
10931           "default": {
10932             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10933           }
10934         }, 
10935         "summary": "see node definition for valid relationships", 
10936         "tags": [
10937           "Business"
10938         ]
10939       }
10940     }, 
10941     "/business/customers/customer/{global-customer-id}/service-subscriptions": {
10942       "get": {
10943         "description": "returns service-subscriptions", 
10944         "operationId": "getBusinessCustomersCustomerServiceSubscriptions", 
10945         "parameters": [
10946           {
10947             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
10948             "example": "__GLOBAL-CUSTOMER-ID__", 
10949             "in": "path", 
10950             "name": "global-customer-id", 
10951             "required": true, 
10952             "type": "string"
10953           }, 
10954           {
10955             "description": "n/a", 
10956             "in": "query", 
10957             "name": "service-type", 
10958             "required": false, 
10959             "type": "string"
10960           }
10961         ], 
10962         "produces": [
10963           "application/json", 
10964           "application/xml"
10965         ], 
10966         "responses": {
10967           "200": {
10968             "description": "successful operation", 
10969             "schema": {
10970               "$ref": "#/definitions/service-subscriptions"
10971             }
10972           }, 
10973           "default": {
10974             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
10975           }
10976         }, 
10977         "summary": "returns service-subscriptions", 
10978         "tags": [
10979           "Business"
10980         ]
10981       }
10982     }, 
10983     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}": {
10984       "delete": {
10985         "consumes": [
10986           "application/json", 
10987           "application/xml"
10988         ], 
10989         "description": "delete an existing service-subscription", 
10990         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
10991         "parameters": [
10992           {
10993             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
10994             "example": "__GLOBAL-CUSTOMER-ID__", 
10995             "in": "path", 
10996             "name": "global-customer-id", 
10997             "required": true, 
10998             "type": "string"
10999           }, 
11000           {
11001             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11002             "example": "__SERVICE-TYPE__", 
11003             "in": "path", 
11004             "name": "service-type", 
11005             "required": true, 
11006             "type": "string"
11007           }, 
11008           {
11009             "description": "resource-version for concurrency", 
11010             "in": "query", 
11011             "name": "resource-version", 
11012             "required": true, 
11013             "type": "string"
11014           }
11015         ], 
11016         "produces": [
11017           "application/json", 
11018           "application/xml"
11019         ], 
11020         "responses": {
11021           "default": {
11022             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11023           }
11024         }, 
11025         "summary": "delete an existing service-subscription", 
11026         "tags": [
11027           "Business"
11028         ]
11029       }, 
11030       "get": {
11031         "description": "returns service-subscription", 
11032         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
11033         "parameters": [
11034           {
11035             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11036             "example": "__GLOBAL-CUSTOMER-ID__", 
11037             "in": "path", 
11038             "name": "global-customer-id", 
11039             "required": true, 
11040             "type": "string"
11041           }, 
11042           {
11043             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11044             "example": "__SERVICE-TYPE__", 
11045             "in": "path", 
11046             "name": "service-type", 
11047             "required": true, 
11048             "type": "string"
11049           }
11050         ], 
11051         "produces": [
11052           "application/json", 
11053           "application/xml"
11054         ], 
11055         "responses": {
11056           "200": {
11057             "description": "successful operation", 
11058             "schema": {
11059               "$ref": "#/definitions/service-subscription"
11060             }
11061           }, 
11062           "default": {
11063             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11064           }
11065         }, 
11066         "summary": "returns service-subscription", 
11067         "tags": [
11068           "Business"
11069         ]
11070       }, 
11071       "patch": {
11072         "consumes": [
11073           "application/json"
11074         ], 
11075         "description": "Update an existing service-subscription\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
11076         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
11077         "parameters": [
11078           {
11079             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11080             "example": "__GLOBAL-CUSTOMER-ID__", 
11081             "in": "path", 
11082             "name": "global-customer-id", 
11083             "required": true, 
11084             "type": "string"
11085           }, 
11086           {
11087             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11088             "example": "__SERVICE-TYPE__", 
11089             "in": "path", 
11090             "name": "service-type", 
11091             "required": true, 
11092             "type": "string"
11093           }, 
11094           {
11095             "description": "service-subscription object that needs to be updated.", 
11096             "in": "body", 
11097             "name": "body", 
11098             "required": true, 
11099             "schema": {
11100               "$ref": "#/definitions/zzzz-patch-service-subscription"
11101             }
11102           }
11103         ], 
11104         "produces": [
11105           "application/json"
11106         ], 
11107         "responses": {
11108           "default": {
11109             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11110           }
11111         }, 
11112         "summary": "update an existing service-subscription", 
11113         "tags": [
11114           "Business"
11115         ]
11116       }, 
11117       "put": {
11118         "consumes": [
11119           "application/json", 
11120           "application/xml"
11121         ], 
11122         "description": "Create or update an existing service-subscription.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
11123         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
11124         "parameters": [
11125           {
11126             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11127             "example": "__GLOBAL-CUSTOMER-ID__", 
11128             "in": "path", 
11129             "name": "global-customer-id", 
11130             "required": true, 
11131             "type": "string"
11132           }, 
11133           {
11134             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11135             "example": "__SERVICE-TYPE__", 
11136             "in": "path", 
11137             "name": "service-type", 
11138             "required": true, 
11139             "type": "string"
11140           }, 
11141           {
11142             "description": "service-subscription object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscription.json)", 
11143             "in": "body", 
11144             "name": "body", 
11145             "required": true, 
11146             "schema": {
11147               "$ref": "#/definitions/service-subscription"
11148             }
11149           }
11150         ], 
11151         "produces": [
11152           "application/json", 
11153           "application/xml"
11154         ], 
11155         "responses": {
11156           "default": {
11157             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11158           }
11159         }, 
11160         "summary": "create or update an existing service-subscription", 
11161         "tags": [
11162           "Business"
11163         ]
11164       }
11165     }, 
11166     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/relationship-list/relationship": {
11167       "delete": {
11168         "consumes": [
11169           "application/json", 
11170           "application/xml"
11171         ], 
11172         "description": "delete an existing relationship", 
11173         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionRelationshipListRelationship", 
11174         "parameters": [
11175           {
11176             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11177             "example": "__GLOBAL-CUSTOMER-ID__", 
11178             "in": "path", 
11179             "name": "global-customer-id", 
11180             "required": true, 
11181             "type": "string"
11182           }, 
11183           {
11184             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11185             "example": "__SERVICE-TYPE__", 
11186             "in": "path", 
11187             "name": "service-type", 
11188             "required": true, 
11189             "type": "string"
11190           }
11191         ], 
11192         "produces": [
11193           "application/json", 
11194           "application/xml"
11195         ], 
11196         "responses": {
11197           "default": {
11198             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11199           }
11200         }, 
11201         "summary": "delete an existing relationship", 
11202         "tags": [
11203           "Business"
11204         ]
11205       }, 
11206       "put": {
11207         "consumes": [
11208           "application/json", 
11209           "application/xml"
11210         ], 
11211         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionRelationshipListRelationship", 
11212         "parameters": [
11213           {
11214             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11215             "example": "__GLOBAL-CUSTOMER-ID__", 
11216             "in": "path", 
11217             "name": "global-customer-id", 
11218             "required": true, 
11219             "type": "string"
11220           }, 
11221           {
11222             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11223             "example": "__SERVICE-TYPE__", 
11224             "in": "path", 
11225             "name": "service-type", 
11226             "required": true, 
11227             "type": "string"
11228           }, 
11229           {
11230             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscription.json)", 
11231             "in": "body", 
11232             "name": "body", 
11233             "required": true, 
11234             "schema": {
11235               "$ref": "#/definitions/relationship-dict"
11236             }
11237           }
11238         ], 
11239         "produces": [
11240           "application/json", 
11241           "application/xml"
11242         ], 
11243         "responses": {
11244           "default": {
11245             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11246           }
11247         }, 
11248         "summary": "see node definition for valid relationships", 
11249         "tags": [
11250           "Business"
11251         ]
11252       }
11253     }, 
11254     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances": {
11255       "get": {
11256         "description": "returns service-instances", 
11257         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstances", 
11258         "parameters": [
11259           {
11260             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11261             "example": "__GLOBAL-CUSTOMER-ID__", 
11262             "in": "path", 
11263             "name": "global-customer-id", 
11264             "required": true, 
11265             "type": "string"
11266           }, 
11267           {
11268             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11269             "example": "__SERVICE-TYPE__", 
11270             "in": "path", 
11271             "name": "service-type", 
11272             "required": true, 
11273             "type": "string"
11274           }, 
11275           {
11276             "description": "n/a", 
11277             "in": "query", 
11278             "name": "service-instance-id", 
11279             "required": false, 
11280             "type": "string"
11281           }, 
11282           {
11283             "description": "n/a", 
11284             "in": "query", 
11285             "name": "service-instance-name", 
11286             "required": false, 
11287             "type": "string"
11288           }, 
11289           {
11290             "description": "n/a", 
11291             "in": "query", 
11292             "name": "environment-context", 
11293             "required": false, 
11294             "type": "string"
11295           }, 
11296           {
11297             "description": "n/a", 
11298             "in": "query", 
11299             "name": "workload-context", 
11300             "required": false, 
11301             "type": "string"
11302           }, 
11303           {
11304             "description": "n/a", 
11305             "in": "query", 
11306             "name": "model-invariant-id", 
11307             "required": false, 
11308             "type": "string"
11309           }, 
11310           {
11311             "description": "n/a", 
11312             "in": "query", 
11313             "name": "model-version-id", 
11314             "required": false, 
11315             "type": "string"
11316           }, 
11317           {
11318             "description": "n/a", 
11319             "in": "query", 
11320             "name": "widget-model-id", 
11321             "required": false, 
11322             "type": "string"
11323           }, 
11324           {
11325             "description": "n/a", 
11326             "in": "query", 
11327             "name": "widget-model-version", 
11328             "required": false, 
11329             "type": "string"
11330           }, 
11331           {
11332             "description": "n/a", 
11333             "in": "query", 
11334             "name": "service-instance-location-id", 
11335             "required": false, 
11336             "type": "string"
11337           }, 
11338           {
11339             "description": "n/a", 
11340             "in": "query", 
11341             "name": "orchestration-status", 
11342             "required": false, 
11343             "type": "string"
11344           }
11345         ], 
11346         "produces": [
11347           "application/json", 
11348           "application/xml"
11349         ], 
11350         "responses": {
11351           "200": {
11352             "description": "successful operation", 
11353             "schema": {
11354               "$ref": "#/definitions/service-instances"
11355             }
11356           }, 
11357           "default": {
11358             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11359           }
11360         }, 
11361         "summary": "returns service-instances", 
11362         "tags": [
11363           "Business"
11364         ]
11365       }
11366     }, 
11367     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}": {
11368       "delete": {
11369         "consumes": [
11370           "application/json", 
11371           "application/xml"
11372         ], 
11373         "description": "delete an existing service-instance", 
11374         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
11375         "parameters": [
11376           {
11377             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11378             "example": "__GLOBAL-CUSTOMER-ID__", 
11379             "in": "path", 
11380             "name": "global-customer-id", 
11381             "required": true, 
11382             "type": "string"
11383           }, 
11384           {
11385             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11386             "example": "__SERVICE-TYPE__", 
11387             "in": "path", 
11388             "name": "service-type", 
11389             "required": true, 
11390             "type": "string"
11391           }, 
11392           {
11393             "description": "Uniquely identifies this instance of a service", 
11394             "example": "__SERVICE-INSTANCE-ID__", 
11395             "in": "path", 
11396             "name": "service-instance-id", 
11397             "required": true, 
11398             "type": "string"
11399           }, 
11400           {
11401             "description": "resource-version for concurrency", 
11402             "in": "query", 
11403             "name": "resource-version", 
11404             "required": true, 
11405             "type": "string"
11406           }
11407         ], 
11408         "produces": [
11409           "application/json", 
11410           "application/xml"
11411         ], 
11412         "responses": {
11413           "default": {
11414             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11415           }
11416         }, 
11417         "summary": "delete an existing service-instance", 
11418         "tags": [
11419           "Business"
11420         ]
11421       }, 
11422       "get": {
11423         "description": "returns service-instance", 
11424         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
11425         "parameters": [
11426           {
11427             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11428             "example": "__GLOBAL-CUSTOMER-ID__", 
11429             "in": "path", 
11430             "name": "global-customer-id", 
11431             "required": true, 
11432             "type": "string"
11433           }, 
11434           {
11435             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11436             "example": "__SERVICE-TYPE__", 
11437             "in": "path", 
11438             "name": "service-type", 
11439             "required": true, 
11440             "type": "string"
11441           }, 
11442           {
11443             "description": "Uniquely identifies this instance of a service", 
11444             "example": "__SERVICE-INSTANCE-ID__", 
11445             "in": "path", 
11446             "name": "service-instance-id", 
11447             "required": true, 
11448             "type": "string"
11449           }
11450         ], 
11451         "produces": [
11452           "application/json", 
11453           "application/xml"
11454         ], 
11455         "responses": {
11456           "200": {
11457             "description": "successful operation", 
11458             "schema": {
11459               "$ref": "#/definitions/service-instance"
11460             }
11461           }, 
11462           "default": {
11463             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11464           }
11465         }, 
11466         "summary": "returns service-instance", 
11467         "tags": [
11468           "Business"
11469         ]
11470       }, 
11471       "patch": {
11472         "consumes": [
11473           "application/json"
11474         ], 
11475         "description": "Update an existing service-instance\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
11476         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
11477         "parameters": [
11478           {
11479             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11480             "example": "__GLOBAL-CUSTOMER-ID__", 
11481             "in": "path", 
11482             "name": "global-customer-id", 
11483             "required": true, 
11484             "type": "string"
11485           }, 
11486           {
11487             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11488             "example": "__SERVICE-TYPE__", 
11489             "in": "path", 
11490             "name": "service-type", 
11491             "required": true, 
11492             "type": "string"
11493           }, 
11494           {
11495             "description": "Uniquely identifies this instance of a service", 
11496             "example": "__SERVICE-INSTANCE-ID__", 
11497             "in": "path", 
11498             "name": "service-instance-id", 
11499             "required": true, 
11500             "type": "string"
11501           }, 
11502           {
11503             "description": "service-instance object that needs to be updated.", 
11504             "in": "body", 
11505             "name": "body", 
11506             "required": true, 
11507             "schema": {
11508               "$ref": "#/definitions/zzzz-patch-service-instance"
11509             }
11510           }
11511         ], 
11512         "produces": [
11513           "application/json"
11514         ], 
11515         "responses": {
11516           "default": {
11517             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11518           }
11519         }, 
11520         "summary": "update an existing service-instance", 
11521         "tags": [
11522           "Business"
11523         ]
11524       }, 
11525       "put": {
11526         "consumes": [
11527           "application/json", 
11528           "application/xml"
11529         ], 
11530         "description": "Create or update an existing service-instance.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
11531         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
11532         "parameters": [
11533           {
11534             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11535             "example": "__GLOBAL-CUSTOMER-ID__", 
11536             "in": "path", 
11537             "name": "global-customer-id", 
11538             "required": true, 
11539             "type": "string"
11540           }, 
11541           {
11542             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11543             "example": "__SERVICE-TYPE__", 
11544             "in": "path", 
11545             "name": "service-type", 
11546             "required": true, 
11547             "type": "string"
11548           }, 
11549           {
11550             "description": "Uniquely identifies this instance of a service", 
11551             "example": "__SERVICE-INSTANCE-ID__", 
11552             "in": "path", 
11553             "name": "service-instance-id", 
11554             "required": true, 
11555             "type": "string"
11556           }, 
11557           {
11558             "description": "service-instance object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance.json)", 
11559             "in": "body", 
11560             "name": "body", 
11561             "required": true, 
11562             "schema": {
11563               "$ref": "#/definitions/service-instance"
11564             }
11565           }
11566         ], 
11567         "produces": [
11568           "application/json", 
11569           "application/xml"
11570         ], 
11571         "responses": {
11572           "default": {
11573             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11574           }
11575         }, 
11576         "summary": "create or update an existing service-instance", 
11577         "tags": [
11578           "Business"
11579         ]
11580       }
11581     }, 
11582     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/allotted-resources": {
11583       "get": {
11584         "description": "returns allotted-resources", 
11585         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResources", 
11586         "parameters": [
11587           {
11588             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11589             "example": "__GLOBAL-CUSTOMER-ID__", 
11590             "in": "path", 
11591             "name": "global-customer-id", 
11592             "required": true, 
11593             "type": "string"
11594           }, 
11595           {
11596             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11597             "example": "__SERVICE-TYPE__", 
11598             "in": "path", 
11599             "name": "service-type", 
11600             "required": true, 
11601             "type": "string"
11602           }, 
11603           {
11604             "description": "Uniquely identifies this instance of a service", 
11605             "example": "__SERVICE-INSTANCE-ID__", 
11606             "in": "path", 
11607             "name": "service-instance-id", 
11608             "required": true, 
11609             "type": "string"
11610           }, 
11611           {
11612             "description": "n/a", 
11613             "in": "query", 
11614             "name": "id", 
11615             "required": false, 
11616             "type": "string"
11617           }, 
11618           {
11619             "description": "n/a", 
11620             "in": "query", 
11621             "name": "model-invariant-id", 
11622             "required": false, 
11623             "type": "string"
11624           }, 
11625           {
11626             "description": "n/a", 
11627             "in": "query", 
11628             "name": "model-version-id", 
11629             "required": false, 
11630             "type": "string"
11631           }, 
11632           {
11633             "description": "n/a", 
11634             "in": "query", 
11635             "name": "type", 
11636             "required": false, 
11637             "type": "string"
11638           }, 
11639           {
11640             "description": "n/a", 
11641             "in": "query", 
11642             "name": "role", 
11643             "required": false, 
11644             "type": "string"
11645           }
11646         ], 
11647         "produces": [
11648           "application/json", 
11649           "application/xml"
11650         ], 
11651         "responses": {
11652           "200": {
11653             "description": "successful operation", 
11654             "schema": {
11655               "$ref": "#/definitions/allotted-resources"
11656             }
11657           }, 
11658           "default": {
11659             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11660           }
11661         }, 
11662         "summary": "returns allotted-resources", 
11663         "tags": [
11664           "Business"
11665         ]
11666       }
11667     }, 
11668     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/allotted-resources/allotted-resource/{id}": {
11669       "delete": {
11670         "consumes": [
11671           "application/json", 
11672           "application/xml"
11673         ], 
11674         "description": "delete an existing allotted-resource", 
11675         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
11676         "parameters": [
11677           {
11678             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11679             "example": "__GLOBAL-CUSTOMER-ID__", 
11680             "in": "path", 
11681             "name": "global-customer-id", 
11682             "required": true, 
11683             "type": "string"
11684           }, 
11685           {
11686             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11687             "example": "__SERVICE-TYPE__", 
11688             "in": "path", 
11689             "name": "service-type", 
11690             "required": true, 
11691             "type": "string"
11692           }, 
11693           {
11694             "description": "Uniquely identifies this instance of a service", 
11695             "example": "__SERVICE-INSTANCE-ID__", 
11696             "in": "path", 
11697             "name": "service-instance-id", 
11698             "required": true, 
11699             "type": "string"
11700           }, 
11701           {
11702             "description": "Allotted Resource id UUID assigned to this instance.", 
11703             "example": "__ID__", 
11704             "in": "path", 
11705             "name": "id", 
11706             "required": true, 
11707             "type": "string"
11708           }, 
11709           {
11710             "description": "resource-version for concurrency", 
11711             "in": "query", 
11712             "name": "resource-version", 
11713             "required": true, 
11714             "type": "string"
11715           }
11716         ], 
11717         "produces": [
11718           "application/json", 
11719           "application/xml"
11720         ], 
11721         "responses": {
11722           "default": {
11723             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11724           }
11725         }, 
11726         "summary": "delete an existing allotted-resource", 
11727         "tags": [
11728           "Business"
11729         ]
11730       }, 
11731       "get": {
11732         "description": "returns allotted-resource", 
11733         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
11734         "parameters": [
11735           {
11736             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11737             "example": "__GLOBAL-CUSTOMER-ID__", 
11738             "in": "path", 
11739             "name": "global-customer-id", 
11740             "required": true, 
11741             "type": "string"
11742           }, 
11743           {
11744             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11745             "example": "__SERVICE-TYPE__", 
11746             "in": "path", 
11747             "name": "service-type", 
11748             "required": true, 
11749             "type": "string"
11750           }, 
11751           {
11752             "description": "Uniquely identifies this instance of a service", 
11753             "example": "__SERVICE-INSTANCE-ID__", 
11754             "in": "path", 
11755             "name": "service-instance-id", 
11756             "required": true, 
11757             "type": "string"
11758           }, 
11759           {
11760             "description": "Allotted Resource id UUID assigned to this instance.", 
11761             "example": "__ID__", 
11762             "in": "path", 
11763             "name": "id", 
11764             "required": true, 
11765             "type": "string"
11766           }
11767         ], 
11768         "produces": [
11769           "application/json", 
11770           "application/xml"
11771         ], 
11772         "responses": {
11773           "200": {
11774             "description": "successful operation", 
11775             "schema": {
11776               "$ref": "#/definitions/allotted-resource"
11777             }
11778           }, 
11779           "default": {
11780             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11781           }
11782         }, 
11783         "summary": "returns allotted-resource", 
11784         "tags": [
11785           "Business"
11786         ]
11787       }, 
11788       "patch": {
11789         "consumes": [
11790           "application/json"
11791         ], 
11792         "description": "Update an existing allotted-resource\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
11793         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
11794         "parameters": [
11795           {
11796             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11797             "example": "__GLOBAL-CUSTOMER-ID__", 
11798             "in": "path", 
11799             "name": "global-customer-id", 
11800             "required": true, 
11801             "type": "string"
11802           }, 
11803           {
11804             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11805             "example": "__SERVICE-TYPE__", 
11806             "in": "path", 
11807             "name": "service-type", 
11808             "required": true, 
11809             "type": "string"
11810           }, 
11811           {
11812             "description": "Uniquely identifies this instance of a service", 
11813             "example": "__SERVICE-INSTANCE-ID__", 
11814             "in": "path", 
11815             "name": "service-instance-id", 
11816             "required": true, 
11817             "type": "string"
11818           }, 
11819           {
11820             "description": "Allotted Resource id UUID assigned to this instance.", 
11821             "example": "__ID__", 
11822             "in": "path", 
11823             "name": "id", 
11824             "required": true, 
11825             "type": "string"
11826           }, 
11827           {
11828             "description": "allotted-resource object that needs to be updated.", 
11829             "in": "body", 
11830             "name": "body", 
11831             "required": true, 
11832             "schema": {
11833               "$ref": "#/definitions/zzzz-patch-allotted-resource"
11834             }
11835           }
11836         ], 
11837         "produces": [
11838           "application/json"
11839         ], 
11840         "responses": {
11841           "default": {
11842             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11843           }
11844         }, 
11845         "summary": "update an existing allotted-resource", 
11846         "tags": [
11847           "Business"
11848         ]
11849       }, 
11850       "put": {
11851         "consumes": [
11852           "application/json", 
11853           "application/xml"
11854         ], 
11855         "description": "Create or update an existing allotted-resource.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
11856         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
11857         "parameters": [
11858           {
11859             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11860             "example": "__GLOBAL-CUSTOMER-ID__", 
11861             "in": "path", 
11862             "name": "global-customer-id", 
11863             "required": true, 
11864             "type": "string"
11865           }, 
11866           {
11867             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11868             "example": "__SERVICE-TYPE__", 
11869             "in": "path", 
11870             "name": "service-type", 
11871             "required": true, 
11872             "type": "string"
11873           }, 
11874           {
11875             "description": "Uniquely identifies this instance of a service", 
11876             "example": "__SERVICE-INSTANCE-ID__", 
11877             "in": "path", 
11878             "name": "service-instance-id", 
11879             "required": true, 
11880             "type": "string"
11881           }, 
11882           {
11883             "description": "Allotted Resource id UUID assigned to this instance.", 
11884             "example": "__ID__", 
11885             "in": "path", 
11886             "name": "id", 
11887             "required": true, 
11888             "type": "string"
11889           }, 
11890           {
11891             "description": "allotted-resource object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource.json)", 
11892             "in": "body", 
11893             "name": "body", 
11894             "required": true, 
11895             "schema": {
11896               "$ref": "#/definitions/allotted-resource"
11897             }
11898           }
11899         ], 
11900         "produces": [
11901           "application/json", 
11902           "application/xml"
11903         ], 
11904         "responses": {
11905           "default": {
11906             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11907           }
11908         }, 
11909         "summary": "create or update an existing allotted-resource", 
11910         "tags": [
11911           "Business"
11912         ]
11913       }
11914     }, 
11915     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/allotted-resources/allotted-resource/{id}/relationship-list/relationship": {
11916       "delete": {
11917         "consumes": [
11918           "application/json", 
11919           "application/xml"
11920         ], 
11921         "description": "delete an existing relationship", 
11922         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceRelationshipListRelationship", 
11923         "parameters": [
11924           {
11925             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11926             "example": "__GLOBAL-CUSTOMER-ID__", 
11927             "in": "path", 
11928             "name": "global-customer-id", 
11929             "required": true, 
11930             "type": "string"
11931           }, 
11932           {
11933             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11934             "example": "__SERVICE-TYPE__", 
11935             "in": "path", 
11936             "name": "service-type", 
11937             "required": true, 
11938             "type": "string"
11939           }, 
11940           {
11941             "description": "Uniquely identifies this instance of a service", 
11942             "example": "__SERVICE-INSTANCE-ID__", 
11943             "in": "path", 
11944             "name": "service-instance-id", 
11945             "required": true, 
11946             "type": "string"
11947           }, 
11948           {
11949             "description": "Allotted Resource id UUID assigned to this instance.", 
11950             "example": "__ID__", 
11951             "in": "path", 
11952             "name": "id", 
11953             "required": true, 
11954             "type": "string"
11955           }
11956         ], 
11957         "produces": [
11958           "application/json", 
11959           "application/xml"
11960         ], 
11961         "responses": {
11962           "default": {
11963             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
11964           }
11965         }, 
11966         "summary": "delete an existing relationship", 
11967         "tags": [
11968           "Business"
11969         ]
11970       }, 
11971       "put": {
11972         "consumes": [
11973           "application/json", 
11974           "application/xml"
11975         ], 
11976         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceRelationshipListRelationship", 
11977         "parameters": [
11978           {
11979             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
11980             "example": "__GLOBAL-CUSTOMER-ID__", 
11981             "in": "path", 
11982             "name": "global-customer-id", 
11983             "required": true, 
11984             "type": "string"
11985           }, 
11986           {
11987             "description": "Value defined by orchestration to identify this service across ECOMP.", 
11988             "example": "__SERVICE-TYPE__", 
11989             "in": "path", 
11990             "name": "service-type", 
11991             "required": true, 
11992             "type": "string"
11993           }, 
11994           {
11995             "description": "Uniquely identifies this instance of a service", 
11996             "example": "__SERVICE-INSTANCE-ID__", 
11997             "in": "path", 
11998             "name": "service-instance-id", 
11999             "required": true, 
12000             "type": "string"
12001           }, 
12002           {
12003             "description": "Allotted Resource id UUID assigned to this instance.", 
12004             "example": "__ID__", 
12005             "in": "path", 
12006             "name": "id", 
12007             "required": true, 
12008             "type": "string"
12009           }, 
12010           {
12011             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource.json)", 
12012             "in": "body", 
12013             "name": "body", 
12014             "required": true, 
12015             "schema": {
12016               "$ref": "#/definitions/relationship-dict"
12017             }
12018           }
12019         ], 
12020         "produces": [
12021           "application/json", 
12022           "application/xml"
12023         ], 
12024         "responses": {
12025           "default": {
12026             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12027           }
12028         }, 
12029         "summary": "see node definition for valid relationships", 
12030         "tags": [
12031           "Business"
12032         ]
12033       }
12034     }, 
12035     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/allotted-resources/allotted-resource/{id}/tunnel-xconnects": {
12036       "get": {
12037         "description": "returns tunnel-xconnects", 
12038         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnects", 
12039         "parameters": [
12040           {
12041             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12042             "example": "__GLOBAL-CUSTOMER-ID__", 
12043             "in": "path", 
12044             "name": "global-customer-id", 
12045             "required": true, 
12046             "type": "string"
12047           }, 
12048           {
12049             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12050             "example": "__SERVICE-TYPE__", 
12051             "in": "path", 
12052             "name": "service-type", 
12053             "required": true, 
12054             "type": "string"
12055           }, 
12056           {
12057             "description": "Uniquely identifies this instance of a service", 
12058             "example": "__SERVICE-INSTANCE-ID__", 
12059             "in": "path", 
12060             "name": "service-instance-id", 
12061             "required": true, 
12062             "type": "string"
12063           }, 
12064           {
12065             "description": "Allotted Resource id UUID assigned to this instance.", 
12066             "example": "__ID__", 
12067             "in": "path", 
12068             "name": "id", 
12069             "required": true, 
12070             "type": "string"
12071           }, 
12072           {
12073             "description": "n/a", 
12074             "in": "query", 
12075             "name": "id", 
12076             "required": false, 
12077             "type": "string"
12078           }
12079         ], 
12080         "produces": [
12081           "application/json", 
12082           "application/xml"
12083         ], 
12084         "responses": {
12085           "200": {
12086             "description": "successful operation", 
12087             "schema": {
12088               "$ref": "#/definitions/tunnel-xconnects"
12089             }
12090           }, 
12091           "default": {
12092             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12093           }
12094         }, 
12095         "summary": "returns tunnel-xconnects", 
12096         "tags": [
12097           "Business"
12098         ]
12099       }
12100     }, 
12101     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/allotted-resources/allotted-resource/{id}/tunnel-xconnects/tunnel-xconnect/{tunnel-xconnect.id}": {
12102       "delete": {
12103         "consumes": [
12104           "application/json", 
12105           "application/xml"
12106         ], 
12107         "description": "delete an existing tunnel-xconnect", 
12108         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
12109         "parameters": [
12110           {
12111             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12112             "example": "__GLOBAL-CUSTOMER-ID__", 
12113             "in": "path", 
12114             "name": "global-customer-id", 
12115             "required": true, 
12116             "type": "string"
12117           }, 
12118           {
12119             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12120             "example": "__SERVICE-TYPE__", 
12121             "in": "path", 
12122             "name": "service-type", 
12123             "required": true, 
12124             "type": "string"
12125           }, 
12126           {
12127             "description": "Uniquely identifies this instance of a service", 
12128             "example": "__SERVICE-INSTANCE-ID__", 
12129             "in": "path", 
12130             "name": "service-instance-id", 
12131             "required": true, 
12132             "type": "string"
12133           }, 
12134           {
12135             "description": "Allotted Resource id UUID assigned to this instance.", 
12136             "example": "__ID__", 
12137             "in": "path", 
12138             "name": "id", 
12139             "required": true, 
12140             "type": "string"
12141           }, 
12142           {
12143             "description": "Allotted Resource id UUID assigned to this instance.", 
12144             "example": "__ID__", 
12145             "in": "path", 
12146             "name": "tunnel-xconnect.id", 
12147             "required": true, 
12148             "type": "string"
12149           }, 
12150           {
12151             "description": "resource-version for concurrency", 
12152             "in": "query", 
12153             "name": "resource-version", 
12154             "required": true, 
12155             "type": "string"
12156           }
12157         ], 
12158         "produces": [
12159           "application/json", 
12160           "application/xml"
12161         ], 
12162         "responses": {
12163           "default": {
12164             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12165           }
12166         }, 
12167         "summary": "delete an existing tunnel-xconnect", 
12168         "tags": [
12169           "Business"
12170         ]
12171       }, 
12172       "get": {
12173         "description": "returns tunnel-xconnect", 
12174         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
12175         "parameters": [
12176           {
12177             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12178             "example": "__GLOBAL-CUSTOMER-ID__", 
12179             "in": "path", 
12180             "name": "global-customer-id", 
12181             "required": true, 
12182             "type": "string"
12183           }, 
12184           {
12185             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12186             "example": "__SERVICE-TYPE__", 
12187             "in": "path", 
12188             "name": "service-type", 
12189             "required": true, 
12190             "type": "string"
12191           }, 
12192           {
12193             "description": "Uniquely identifies this instance of a service", 
12194             "example": "__SERVICE-INSTANCE-ID__", 
12195             "in": "path", 
12196             "name": "service-instance-id", 
12197             "required": true, 
12198             "type": "string"
12199           }, 
12200           {
12201             "description": "Allotted Resource id UUID assigned to this instance.", 
12202             "example": "__ID__", 
12203             "in": "path", 
12204             "name": "id", 
12205             "required": true, 
12206             "type": "string"
12207           }, 
12208           {
12209             "description": "Allotted Resource id UUID assigned to this instance.", 
12210             "example": "__ID__", 
12211             "in": "path", 
12212             "name": "tunnel-xconnect.id", 
12213             "required": true, 
12214             "type": "string"
12215           }
12216         ], 
12217         "produces": [
12218           "application/json", 
12219           "application/xml"
12220         ], 
12221         "responses": {
12222           "200": {
12223             "description": "successful operation", 
12224             "schema": {
12225               "$ref": "#/definitions/tunnel-xconnect"
12226             }
12227           }, 
12228           "default": {
12229             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12230           }
12231         }, 
12232         "summary": "returns tunnel-xconnect", 
12233         "tags": [
12234           "Business"
12235         ]
12236       }, 
12237       "patch": {
12238         "consumes": [
12239           "application/json"
12240         ], 
12241         "description": "Update an existing tunnel-xconnect\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
12242         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
12243         "parameters": [
12244           {
12245             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12246             "example": "__GLOBAL-CUSTOMER-ID__", 
12247             "in": "path", 
12248             "name": "global-customer-id", 
12249             "required": true, 
12250             "type": "string"
12251           }, 
12252           {
12253             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12254             "example": "__SERVICE-TYPE__", 
12255             "in": "path", 
12256             "name": "service-type", 
12257             "required": true, 
12258             "type": "string"
12259           }, 
12260           {
12261             "description": "Uniquely identifies this instance of a service", 
12262             "example": "__SERVICE-INSTANCE-ID__", 
12263             "in": "path", 
12264             "name": "service-instance-id", 
12265             "required": true, 
12266             "type": "string"
12267           }, 
12268           {
12269             "description": "Allotted Resource id UUID assigned to this instance.", 
12270             "example": "__ID__", 
12271             "in": "path", 
12272             "name": "id", 
12273             "required": true, 
12274             "type": "string"
12275           }, 
12276           {
12277             "description": "Allotted Resource id UUID assigned to this instance.", 
12278             "example": "__ID__", 
12279             "in": "path", 
12280             "name": "tunnel-xconnect.id", 
12281             "required": true, 
12282             "type": "string"
12283           }, 
12284           {
12285             "description": "tunnel-xconnect object that needs to be updated.", 
12286             "in": "body", 
12287             "name": "body", 
12288             "required": true, 
12289             "schema": {
12290               "$ref": "#/definitions/zzzz-patch-tunnel-xconnect"
12291             }
12292           }
12293         ], 
12294         "produces": [
12295           "application/json"
12296         ], 
12297         "responses": {
12298           "default": {
12299             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12300           }
12301         }, 
12302         "summary": "update an existing tunnel-xconnect", 
12303         "tags": [
12304           "Business"
12305         ]
12306       }, 
12307       "put": {
12308         "consumes": [
12309           "application/json", 
12310           "application/xml"
12311         ], 
12312         "description": "Create or update an existing tunnel-xconnect.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
12313         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
12314         "parameters": [
12315           {
12316             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12317             "example": "__GLOBAL-CUSTOMER-ID__", 
12318             "in": "path", 
12319             "name": "global-customer-id", 
12320             "required": true, 
12321             "type": "string"
12322           }, 
12323           {
12324             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12325             "example": "__SERVICE-TYPE__", 
12326             "in": "path", 
12327             "name": "service-type", 
12328             "required": true, 
12329             "type": "string"
12330           }, 
12331           {
12332             "description": "Uniquely identifies this instance of a service", 
12333             "example": "__SERVICE-INSTANCE-ID__", 
12334             "in": "path", 
12335             "name": "service-instance-id", 
12336             "required": true, 
12337             "type": "string"
12338           }, 
12339           {
12340             "description": "Allotted Resource id UUID assigned to this instance.", 
12341             "example": "__ID__", 
12342             "in": "path", 
12343             "name": "id", 
12344             "required": true, 
12345             "type": "string"
12346           }, 
12347           {
12348             "description": "Allotted Resource id UUID assigned to this instance.", 
12349             "example": "__ID__", 
12350             "in": "path", 
12351             "name": "tunnel-xconnect.id", 
12352             "required": true, 
12353             "type": "string"
12354           }, 
12355           {
12356             "description": "tunnel-xconnect object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect.json)", 
12357             "in": "body", 
12358             "name": "body", 
12359             "required": true, 
12360             "schema": {
12361               "$ref": "#/definitions/tunnel-xconnect"
12362             }
12363           }
12364         ], 
12365         "produces": [
12366           "application/json", 
12367           "application/xml"
12368         ], 
12369         "responses": {
12370           "default": {
12371             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12372           }
12373         }, 
12374         "summary": "create or update an existing tunnel-xconnect", 
12375         "tags": [
12376           "Business"
12377         ]
12378       }
12379     }, 
12380     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/allotted-resources/allotted-resource/{id}/tunnel-xconnects/tunnel-xconnect/{tunnel-xconnect.id}/relationship-list/relationship": {
12381       "delete": {
12382         "consumes": [
12383           "application/json", 
12384           "application/xml"
12385         ], 
12386         "description": "delete an existing relationship", 
12387         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnectRelationshipListRelationship", 
12388         "parameters": [
12389           {
12390             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12391             "example": "__GLOBAL-CUSTOMER-ID__", 
12392             "in": "path", 
12393             "name": "global-customer-id", 
12394             "required": true, 
12395             "type": "string"
12396           }, 
12397           {
12398             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12399             "example": "__SERVICE-TYPE__", 
12400             "in": "path", 
12401             "name": "service-type", 
12402             "required": true, 
12403             "type": "string"
12404           }, 
12405           {
12406             "description": "Uniquely identifies this instance of a service", 
12407             "example": "__SERVICE-INSTANCE-ID__", 
12408             "in": "path", 
12409             "name": "service-instance-id", 
12410             "required": true, 
12411             "type": "string"
12412           }, 
12413           {
12414             "description": "Allotted Resource id UUID assigned to this instance.", 
12415             "example": "__ID__", 
12416             "in": "path", 
12417             "name": "id", 
12418             "required": true, 
12419             "type": "string"
12420           }, 
12421           {
12422             "description": "Allotted Resource id UUID assigned to this instance.", 
12423             "example": "__ID__", 
12424             "in": "path", 
12425             "name": "tunnel-xconnect.id", 
12426             "required": true, 
12427             "type": "string"
12428           }
12429         ], 
12430         "produces": [
12431           "application/json", 
12432           "application/xml"
12433         ], 
12434         "responses": {
12435           "default": {
12436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12437           }
12438         }, 
12439         "summary": "delete an existing relationship", 
12440         "tags": [
12441           "Business"
12442         ]
12443       }, 
12444       "put": {
12445         "consumes": [
12446           "application/json", 
12447           "application/xml"
12448         ], 
12449         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnectRelationshipListRelationship", 
12450         "parameters": [
12451           {
12452             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12453             "example": "__GLOBAL-CUSTOMER-ID__", 
12454             "in": "path", 
12455             "name": "global-customer-id", 
12456             "required": true, 
12457             "type": "string"
12458           }, 
12459           {
12460             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12461             "example": "__SERVICE-TYPE__", 
12462             "in": "path", 
12463             "name": "service-type", 
12464             "required": true, 
12465             "type": "string"
12466           }, 
12467           {
12468             "description": "Uniquely identifies this instance of a service", 
12469             "example": "__SERVICE-INSTANCE-ID__", 
12470             "in": "path", 
12471             "name": "service-instance-id", 
12472             "required": true, 
12473             "type": "string"
12474           }, 
12475           {
12476             "description": "Allotted Resource id UUID assigned to this instance.", 
12477             "example": "__ID__", 
12478             "in": "path", 
12479             "name": "id", 
12480             "required": true, 
12481             "type": "string"
12482           }, 
12483           {
12484             "description": "Allotted Resource id UUID assigned to this instance.", 
12485             "example": "__ID__", 
12486             "in": "path", 
12487             "name": "tunnel-xconnect.id", 
12488             "required": true, 
12489             "type": "string"
12490           }, 
12491           {
12492             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect.json)", 
12493             "in": "body", 
12494             "name": "body", 
12495             "required": true, 
12496             "schema": {
12497               "$ref": "#/definitions/relationship-dict"
12498             }
12499           }
12500         ], 
12501         "produces": [
12502           "application/json", 
12503           "application/xml"
12504         ], 
12505         "responses": {
12506           "default": {
12507             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12508           }
12509         }, 
12510         "summary": "see node definition for valid relationships", 
12511         "tags": [
12512           "Business"
12513         ]
12514       }
12515     }, 
12516     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/metadata": {
12517       "get": {
12518         "description": "returns metadata", 
12519         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadata", 
12520         "parameters": [
12521           {
12522             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12523             "example": "__GLOBAL-CUSTOMER-ID__", 
12524             "in": "path", 
12525             "name": "global-customer-id", 
12526             "required": true, 
12527             "type": "string"
12528           }, 
12529           {
12530             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12531             "example": "__SERVICE-TYPE__", 
12532             "in": "path", 
12533             "name": "service-type", 
12534             "required": true, 
12535             "type": "string"
12536           }, 
12537           {
12538             "description": "Uniquely identifies this instance of a service", 
12539             "example": "__SERVICE-INSTANCE-ID__", 
12540             "in": "path", 
12541             "name": "service-instance-id", 
12542             "required": true, 
12543             "type": "string"
12544           }, 
12545           {
12546             "description": "n/a", 
12547             "in": "query", 
12548             "name": "metaname", 
12549             "required": false, 
12550             "type": "string"
12551           }
12552         ], 
12553         "produces": [
12554           "application/json", 
12555           "application/xml"
12556         ], 
12557         "responses": {
12558           "200": {
12559             "description": "successful operation", 
12560             "schema": {
12561               "$ref": "#/definitions/metadata"
12562             }
12563           }, 
12564           "default": {
12565             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12566           }
12567         }, 
12568         "summary": "returns metadata", 
12569         "tags": [
12570           "Business"
12571         ]
12572       }
12573     }, 
12574     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/metadata/metadatum/{metaname}": {
12575       "delete": {
12576         "consumes": [
12577           "application/json", 
12578           "application/xml"
12579         ], 
12580         "description": "delete an existing metadatum", 
12581         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum", 
12582         "parameters": [
12583           {
12584             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12585             "example": "__GLOBAL-CUSTOMER-ID__", 
12586             "in": "path", 
12587             "name": "global-customer-id", 
12588             "required": true, 
12589             "type": "string"
12590           }, 
12591           {
12592             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12593             "example": "__SERVICE-TYPE__", 
12594             "in": "path", 
12595             "name": "service-type", 
12596             "required": true, 
12597             "type": "string"
12598           }, 
12599           {
12600             "description": "Uniquely identifies this instance of a service", 
12601             "example": "__SERVICE-INSTANCE-ID__", 
12602             "in": "path", 
12603             "name": "service-instance-id", 
12604             "required": true, 
12605             "type": "string"
12606           }, 
12607           {
12608             "example": "__METANAME__", 
12609             "in": "path", 
12610             "name": "metaname", 
12611             "required": true, 
12612             "type": "string"
12613           }, 
12614           {
12615             "description": "resource-version for concurrency", 
12616             "in": "query", 
12617             "name": "resource-version", 
12618             "required": true, 
12619             "type": "string"
12620           }
12621         ], 
12622         "produces": [
12623           "application/json", 
12624           "application/xml"
12625         ], 
12626         "responses": {
12627           "default": {
12628             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12629           }
12630         }, 
12631         "summary": "delete an existing metadatum", 
12632         "tags": [
12633           "Business"
12634         ]
12635       }, 
12636       "get": {
12637         "description": "returns metadatum", 
12638         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum", 
12639         "parameters": [
12640           {
12641             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12642             "example": "__GLOBAL-CUSTOMER-ID__", 
12643             "in": "path", 
12644             "name": "global-customer-id", 
12645             "required": true, 
12646             "type": "string"
12647           }, 
12648           {
12649             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12650             "example": "__SERVICE-TYPE__", 
12651             "in": "path", 
12652             "name": "service-type", 
12653             "required": true, 
12654             "type": "string"
12655           }, 
12656           {
12657             "description": "Uniquely identifies this instance of a service", 
12658             "example": "__SERVICE-INSTANCE-ID__", 
12659             "in": "path", 
12660             "name": "service-instance-id", 
12661             "required": true, 
12662             "type": "string"
12663           }, 
12664           {
12665             "example": "__METANAME__", 
12666             "in": "path", 
12667             "name": "metaname", 
12668             "required": true, 
12669             "type": "string"
12670           }
12671         ], 
12672         "produces": [
12673           "application/json", 
12674           "application/xml"
12675         ], 
12676         "responses": {
12677           "200": {
12678             "description": "successful operation", 
12679             "schema": {
12680               "$ref": "#/definitions/metadatum"
12681             }
12682           }, 
12683           "default": {
12684             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12685           }
12686         }, 
12687         "summary": "returns metadatum", 
12688         "tags": [
12689           "Business"
12690         ]
12691       }, 
12692       "patch": {
12693         "consumes": [
12694           "application/json"
12695         ], 
12696         "description": "Update an existing metadatum\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
12697         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum", 
12698         "parameters": [
12699           {
12700             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12701             "example": "__GLOBAL-CUSTOMER-ID__", 
12702             "in": "path", 
12703             "name": "global-customer-id", 
12704             "required": true, 
12705             "type": "string"
12706           }, 
12707           {
12708             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12709             "example": "__SERVICE-TYPE__", 
12710             "in": "path", 
12711             "name": "service-type", 
12712             "required": true, 
12713             "type": "string"
12714           }, 
12715           {
12716             "description": "Uniquely identifies this instance of a service", 
12717             "example": "__SERVICE-INSTANCE-ID__", 
12718             "in": "path", 
12719             "name": "service-instance-id", 
12720             "required": true, 
12721             "type": "string"
12722           }, 
12723           {
12724             "example": "__METANAME__", 
12725             "in": "path", 
12726             "name": "metaname", 
12727             "required": true, 
12728             "type": "string"
12729           }, 
12730           {
12731             "description": "metadatum object that needs to be updated.", 
12732             "in": "body", 
12733             "name": "body", 
12734             "required": true, 
12735             "schema": {
12736               "$ref": "#/definitions/zzzz-patch-metadatum"
12737             }
12738           }
12739         ], 
12740         "produces": [
12741           "application/json"
12742         ], 
12743         "responses": {
12744           "default": {
12745             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12746           }
12747         }, 
12748         "summary": "update an existing metadatum", 
12749         "tags": [
12750           "Business"
12751         ]
12752       }, 
12753       "put": {
12754         "consumes": [
12755           "application/json", 
12756           "application/xml"
12757         ], 
12758         "description": "Create or update an existing metadatum.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
12759         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum", 
12760         "parameters": [
12761           {
12762             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12763             "example": "__GLOBAL-CUSTOMER-ID__", 
12764             "in": "path", 
12765             "name": "global-customer-id", 
12766             "required": true, 
12767             "type": "string"
12768           }, 
12769           {
12770             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12771             "example": "__SERVICE-TYPE__", 
12772             "in": "path", 
12773             "name": "service-type", 
12774             "required": true, 
12775             "type": "string"
12776           }, 
12777           {
12778             "description": "Uniquely identifies this instance of a service", 
12779             "example": "__SERVICE-INSTANCE-ID__", 
12780             "in": "path", 
12781             "name": "service-instance-id", 
12782             "required": true, 
12783             "type": "string"
12784           }, 
12785           {
12786             "example": "__METANAME__", 
12787             "in": "path", 
12788             "name": "metaname", 
12789             "required": true, 
12790             "type": "string"
12791           }, 
12792           {
12793             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum.json)", 
12794             "in": "body", 
12795             "name": "body", 
12796             "required": true, 
12797             "schema": {
12798               "$ref": "#/definitions/metadatum"
12799             }
12800           }
12801         ], 
12802         "produces": [
12803           "application/json", 
12804           "application/xml"
12805         ], 
12806         "responses": {
12807           "default": {
12808             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12809           }
12810         }, 
12811         "summary": "create or update an existing metadatum", 
12812         "tags": [
12813           "Business"
12814         ]
12815       }
12816     }, 
12817     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/relationship-list/relationship": {
12818       "delete": {
12819         "consumes": [
12820           "application/json", 
12821           "application/xml"
12822         ], 
12823         "description": "delete an existing relationship", 
12824         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceRelationshipListRelationship", 
12825         "parameters": [
12826           {
12827             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12828             "example": "__GLOBAL-CUSTOMER-ID__", 
12829             "in": "path", 
12830             "name": "global-customer-id", 
12831             "required": true, 
12832             "type": "string"
12833           }, 
12834           {
12835             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12836             "example": "__SERVICE-TYPE__", 
12837             "in": "path", 
12838             "name": "service-type", 
12839             "required": true, 
12840             "type": "string"
12841           }, 
12842           {
12843             "description": "Uniquely identifies this instance of a service", 
12844             "example": "__SERVICE-INSTANCE-ID__", 
12845             "in": "path", 
12846             "name": "service-instance-id", 
12847             "required": true, 
12848             "type": "string"
12849           }
12850         ], 
12851         "produces": [
12852           "application/json", 
12853           "application/xml"
12854         ], 
12855         "responses": {
12856           "default": {
12857             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12858           }
12859         }, 
12860         "summary": "delete an existing relationship", 
12861         "tags": [
12862           "Business"
12863         ]
12864       }, 
12865       "put": {
12866         "consumes": [
12867           "application/json", 
12868           "application/xml"
12869         ], 
12870         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceRelationshipListRelationship", 
12871         "parameters": [
12872           {
12873             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
12874             "example": "__GLOBAL-CUSTOMER-ID__", 
12875             "in": "path", 
12876             "name": "global-customer-id", 
12877             "required": true, 
12878             "type": "string"
12879           }, 
12880           {
12881             "description": "Value defined by orchestration to identify this service across ECOMP.", 
12882             "example": "__SERVICE-TYPE__", 
12883             "in": "path", 
12884             "name": "service-type", 
12885             "required": true, 
12886             "type": "string"
12887           }, 
12888           {
12889             "description": "Uniquely identifies this instance of a service", 
12890             "example": "__SERVICE-INSTANCE-ID__", 
12891             "in": "path", 
12892             "name": "service-instance-id", 
12893             "required": true, 
12894             "type": "string"
12895           }, 
12896           {
12897             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance.json)", 
12898             "in": "body", 
12899             "name": "body", 
12900             "required": true, 
12901             "schema": {
12902               "$ref": "#/definitions/relationship-dict"
12903             }
12904           }
12905         ], 
12906         "produces": [
12907           "application/json", 
12908           "application/xml"
12909         ], 
12910         "responses": {
12911           "default": {
12912             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12913           }
12914         }, 
12915         "summary": "see node definition for valid relationships", 
12916         "tags": [
12917           "Business"
12918         ]
12919       }
12920     }, 
12921     "/business/lines-of-business": {
12922       "get": {
12923         "description": "returns lines-of-business", 
12924         "operationId": "getBusinessLinesOfBusiness", 
12925         "parameters": [
12926           {
12927             "description": "n/a", 
12928             "in": "query", 
12929             "name": "line-of-business-name", 
12930             "required": false, 
12931             "type": "string"
12932           }
12933         ], 
12934         "produces": [
12935           "application/json", 
12936           "application/xml"
12937         ], 
12938         "responses": {
12939           "200": {
12940             "description": "successful operation", 
12941             "schema": {
12942               "$ref": "#/definitions/lines-of-business"
12943             }
12944           }, 
12945           "default": {
12946             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12947           }
12948         }, 
12949         "summary": "returns lines-of-business", 
12950         "tags": [
12951           "Business"
12952         ]
12953       }
12954     }, 
12955     "/business/lines-of-business/line-of-business/{line-of-business-name}": {
12956       "delete": {
12957         "consumes": [
12958           "application/json", 
12959           "application/xml"
12960         ], 
12961         "description": "delete an existing line-of-business", 
12962         "operationId": "deleteBusinessLinesOfBusinessLineOfBusiness", 
12963         "parameters": [
12964           {
12965             "description": "Name of the line-of-business (product)", 
12966             "example": "__LINE-OF-BUSINESS-NAME__", 
12967             "in": "path", 
12968             "name": "line-of-business-name", 
12969             "required": true, 
12970             "type": "string"
12971           }, 
12972           {
12973             "description": "resource-version for concurrency", 
12974             "in": "query", 
12975             "name": "resource-version", 
12976             "required": true, 
12977             "type": "string"
12978           }
12979         ], 
12980         "produces": [
12981           "application/json", 
12982           "application/xml"
12983         ], 
12984         "responses": {
12985           "default": {
12986             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
12987           }
12988         }, 
12989         "summary": "delete an existing line-of-business", 
12990         "tags": [
12991           "Business"
12992         ]
12993       }, 
12994       "get": {
12995         "description": "returns line-of-business", 
12996         "operationId": "getBusinessLinesOfBusinessLineOfBusiness", 
12997         "parameters": [
12998           {
12999             "description": "Name of the line-of-business (product)", 
13000             "example": "__LINE-OF-BUSINESS-NAME__", 
13001             "in": "path", 
13002             "name": "line-of-business-name", 
13003             "required": true, 
13004             "type": "string"
13005           }
13006         ], 
13007         "produces": [
13008           "application/json", 
13009           "application/xml"
13010         ], 
13011         "responses": {
13012           "200": {
13013             "description": "successful operation", 
13014             "schema": {
13015               "$ref": "#/definitions/line-of-business"
13016             }
13017           }, 
13018           "default": {
13019             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13020           }
13021         }, 
13022         "summary": "returns line-of-business", 
13023         "tags": [
13024           "Business"
13025         ]
13026       }, 
13027       "patch": {
13028         "consumes": [
13029           "application/json"
13030         ], 
13031         "description": "Update an existing line-of-business\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
13032         "operationId": "UpdateBusinessLinesOfBusinessLineOfBusiness", 
13033         "parameters": [
13034           {
13035             "description": "Name of the line-of-business (product)", 
13036             "example": "__LINE-OF-BUSINESS-NAME__", 
13037             "in": "path", 
13038             "name": "line-of-business-name", 
13039             "required": true, 
13040             "type": "string"
13041           }, 
13042           {
13043             "description": "line-of-business object that needs to be updated.", 
13044             "in": "body", 
13045             "name": "body", 
13046             "required": true, 
13047             "schema": {
13048               "$ref": "#/definitions/zzzz-patch-line-of-business"
13049             }
13050           }
13051         ], 
13052         "produces": [
13053           "application/json"
13054         ], 
13055         "responses": {
13056           "default": {
13057             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13058           }
13059         }, 
13060         "summary": "update an existing line-of-business", 
13061         "tags": [
13062           "Business"
13063         ]
13064       }, 
13065       "put": {
13066         "consumes": [
13067           "application/json", 
13068           "application/xml"
13069         ], 
13070         "description": "Create or update an existing line-of-business.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
13071         "operationId": "createOrUpdateBusinessLinesOfBusinessLineOfBusiness", 
13072         "parameters": [
13073           {
13074             "description": "Name of the line-of-business (product)", 
13075             "example": "__LINE-OF-BUSINESS-NAME__", 
13076             "in": "path", 
13077             "name": "line-of-business-name", 
13078             "required": true, 
13079             "type": "string"
13080           }, 
13081           {
13082             "description": "line-of-business object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessLinesOfBusinessLineOfBusiness.json)", 
13083             "in": "body", 
13084             "name": "body", 
13085             "required": true, 
13086             "schema": {
13087               "$ref": "#/definitions/line-of-business"
13088             }
13089           }
13090         ], 
13091         "produces": [
13092           "application/json", 
13093           "application/xml"
13094         ], 
13095         "responses": {
13096           "default": {
13097             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13098           }
13099         }, 
13100         "summary": "create or update an existing line-of-business", 
13101         "tags": [
13102           "Business"
13103         ]
13104       }
13105     }, 
13106     "/business/lines-of-business/line-of-business/{line-of-business-name}/relationship-list/relationship": {
13107       "delete": {
13108         "consumes": [
13109           "application/json", 
13110           "application/xml"
13111         ], 
13112         "description": "delete an existing relationship", 
13113         "operationId": "deleteBusinessLinesOfBusinessLineOfBusinessRelationshipListRelationship", 
13114         "parameters": [
13115           {
13116             "description": "Name of the line-of-business (product)", 
13117             "example": "__LINE-OF-BUSINESS-NAME__", 
13118             "in": "path", 
13119             "name": "line-of-business-name", 
13120             "required": true, 
13121             "type": "string"
13122           }
13123         ], 
13124         "produces": [
13125           "application/json", 
13126           "application/xml"
13127         ], 
13128         "responses": {
13129           "default": {
13130             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13131           }
13132         }, 
13133         "summary": "delete an existing relationship", 
13134         "tags": [
13135           "Business"
13136         ]
13137       }, 
13138       "put": {
13139         "consumes": [
13140           "application/json", 
13141           "application/xml"
13142         ], 
13143         "operationId": "createOrUpdateBusinessLinesOfBusinessLineOfBusinessRelationshipListRelationship", 
13144         "parameters": [
13145           {
13146             "description": "Name of the line-of-business (product)", 
13147             "example": "__LINE-OF-BUSINESS-NAME__", 
13148             "in": "path", 
13149             "name": "line-of-business-name", 
13150             "required": true, 
13151             "type": "string"
13152           }, 
13153           {
13154             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessLinesOfBusinessLineOfBusiness.json)", 
13155             "in": "body", 
13156             "name": "body", 
13157             "required": true, 
13158             "schema": {
13159               "$ref": "#/definitions/relationship-dict"
13160             }
13161           }
13162         ], 
13163         "produces": [
13164           "application/json", 
13165           "application/xml"
13166         ], 
13167         "responses": {
13168           "default": {
13169             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13170           }
13171         }, 
13172         "summary": "see node definition for valid relationships", 
13173         "tags": [
13174           "Business"
13175         ]
13176       }
13177     }, 
13178     "/business/owning-entities": {
13179       "get": {
13180         "description": "returns owning-entities", 
13181         "operationId": "getBusinessOwningEntities", 
13182         "parameters": [
13183           {
13184             "description": "n/a", 
13185             "in": "query", 
13186             "name": "owning-entity-id", 
13187             "required": false, 
13188             "type": "string"
13189           }, 
13190           {
13191             "description": "n/a", 
13192             "in": "query", 
13193             "name": "owning-entity-name", 
13194             "required": false, 
13195             "type": "string"
13196           }
13197         ], 
13198         "produces": [
13199           "application/json", 
13200           "application/xml"
13201         ], 
13202         "responses": {
13203           "200": {
13204             "description": "successful operation", 
13205             "schema": {
13206               "$ref": "#/definitions/owning-entities"
13207             }
13208           }, 
13209           "default": {
13210             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13211           }
13212         }, 
13213         "summary": "returns owning-entities", 
13214         "tags": [
13215           "Business"
13216         ]
13217       }
13218     }, 
13219     "/business/owning-entities/owning-entity/{owning-entity-id}": {
13220       "delete": {
13221         "consumes": [
13222           "application/json", 
13223           "application/xml"
13224         ], 
13225         "description": "delete an existing owning-entity", 
13226         "operationId": "deleteBusinessOwningEntitiesOwningEntity", 
13227         "parameters": [
13228           {
13229             "description": "UUID of an owning entity", 
13230             "example": "__OWNING-ENTITY-ID__", 
13231             "in": "path", 
13232             "name": "owning-entity-id", 
13233             "required": true, 
13234             "type": "string"
13235           }, 
13236           {
13237             "description": "resource-version for concurrency", 
13238             "in": "query", 
13239             "name": "resource-version", 
13240             "required": true, 
13241             "type": "string"
13242           }
13243         ], 
13244         "produces": [
13245           "application/json", 
13246           "application/xml"
13247         ], 
13248         "responses": {
13249           "default": {
13250             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13251           }
13252         }, 
13253         "summary": "delete an existing owning-entity", 
13254         "tags": [
13255           "Business"
13256         ]
13257       }, 
13258       "get": {
13259         "description": "returns owning-entity", 
13260         "operationId": "getBusinessOwningEntitiesOwningEntity", 
13261         "parameters": [
13262           {
13263             "description": "UUID of an owning entity", 
13264             "example": "__OWNING-ENTITY-ID__", 
13265             "in": "path", 
13266             "name": "owning-entity-id", 
13267             "required": true, 
13268             "type": "string"
13269           }
13270         ], 
13271         "produces": [
13272           "application/json", 
13273           "application/xml"
13274         ], 
13275         "responses": {
13276           "200": {
13277             "description": "successful operation", 
13278             "schema": {
13279               "$ref": "#/definitions/owning-entity"
13280             }
13281           }, 
13282           "default": {
13283             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13284           }
13285         }, 
13286         "summary": "returns owning-entity", 
13287         "tags": [
13288           "Business"
13289         ]
13290       }, 
13291       "patch": {
13292         "consumes": [
13293           "application/json"
13294         ], 
13295         "description": "Update an existing owning-entity\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
13296         "operationId": "UpdateBusinessOwningEntitiesOwningEntity", 
13297         "parameters": [
13298           {
13299             "description": "UUID of an owning entity", 
13300             "example": "__OWNING-ENTITY-ID__", 
13301             "in": "path", 
13302             "name": "owning-entity-id", 
13303             "required": true, 
13304             "type": "string"
13305           }, 
13306           {
13307             "description": "owning-entity object that needs to be updated.", 
13308             "in": "body", 
13309             "name": "body", 
13310             "required": true, 
13311             "schema": {
13312               "$ref": "#/definitions/zzzz-patch-owning-entity"
13313             }
13314           }
13315         ], 
13316         "produces": [
13317           "application/json"
13318         ], 
13319         "responses": {
13320           "default": {
13321             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13322           }
13323         }, 
13324         "summary": "update an existing owning-entity", 
13325         "tags": [
13326           "Business"
13327         ]
13328       }, 
13329       "put": {
13330         "consumes": [
13331           "application/json", 
13332           "application/xml"
13333         ], 
13334         "description": "Create or update an existing owning-entity.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
13335         "operationId": "createOrUpdateBusinessOwningEntitiesOwningEntity", 
13336         "parameters": [
13337           {
13338             "description": "UUID of an owning entity", 
13339             "example": "__OWNING-ENTITY-ID__", 
13340             "in": "path", 
13341             "name": "owning-entity-id", 
13342             "required": true, 
13343             "type": "string"
13344           }, 
13345           {
13346             "description": "owning-entity object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessOwningEntitiesOwningEntity.json)", 
13347             "in": "body", 
13348             "name": "body", 
13349             "required": true, 
13350             "schema": {
13351               "$ref": "#/definitions/owning-entity"
13352             }
13353           }
13354         ], 
13355         "produces": [
13356           "application/json", 
13357           "application/xml"
13358         ], 
13359         "responses": {
13360           "default": {
13361             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13362           }
13363         }, 
13364         "summary": "create or update an existing owning-entity", 
13365         "tags": [
13366           "Business"
13367         ]
13368       }
13369     }, 
13370     "/business/owning-entities/owning-entity/{owning-entity-id}/relationship-list/relationship": {
13371       "delete": {
13372         "consumes": [
13373           "application/json", 
13374           "application/xml"
13375         ], 
13376         "description": "delete an existing relationship", 
13377         "operationId": "deleteBusinessOwningEntitiesOwningEntityRelationshipListRelationship", 
13378         "parameters": [
13379           {
13380             "description": "UUID of an owning entity", 
13381             "example": "__OWNING-ENTITY-ID__", 
13382             "in": "path", 
13383             "name": "owning-entity-id", 
13384             "required": true, 
13385             "type": "string"
13386           }
13387         ], 
13388         "produces": [
13389           "application/json", 
13390           "application/xml"
13391         ], 
13392         "responses": {
13393           "default": {
13394             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13395           }
13396         }, 
13397         "summary": "delete an existing relationship", 
13398         "tags": [
13399           "Business"
13400         ]
13401       }, 
13402       "put": {
13403         "consumes": [
13404           "application/json", 
13405           "application/xml"
13406         ], 
13407         "operationId": "createOrUpdateBusinessOwningEntitiesOwningEntityRelationshipListRelationship", 
13408         "parameters": [
13409           {
13410             "description": "UUID of an owning entity", 
13411             "example": "__OWNING-ENTITY-ID__", 
13412             "in": "path", 
13413             "name": "owning-entity-id", 
13414             "required": true, 
13415             "type": "string"
13416           }, 
13417           {
13418             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessOwningEntitiesOwningEntity.json)", 
13419             "in": "body", 
13420             "name": "body", 
13421             "required": true, 
13422             "schema": {
13423               "$ref": "#/definitions/relationship-dict"
13424             }
13425           }
13426         ], 
13427         "produces": [
13428           "application/json", 
13429           "application/xml"
13430         ], 
13431         "responses": {
13432           "default": {
13433             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13434           }
13435         }, 
13436         "summary": "see node definition for valid relationships", 
13437         "tags": [
13438           "Business"
13439         ]
13440       }
13441     }, 
13442     "/business/platforms": {
13443       "get": {
13444         "description": "returns platforms", 
13445         "operationId": "getBusinessPlatforms", 
13446         "parameters": [
13447           {
13448             "description": "n/a", 
13449             "in": "query", 
13450             "name": "platform-name", 
13451             "required": false, 
13452             "type": "string"
13453           }
13454         ], 
13455         "produces": [
13456           "application/json", 
13457           "application/xml"
13458         ], 
13459         "responses": {
13460           "200": {
13461             "description": "successful operation", 
13462             "schema": {
13463               "$ref": "#/definitions/platforms"
13464             }
13465           }, 
13466           "default": {
13467             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13468           }
13469         }, 
13470         "summary": "returns platforms", 
13471         "tags": [
13472           "Business"
13473         ]
13474       }
13475     }, 
13476     "/business/platforms/platform/{platform-name}": {
13477       "delete": {
13478         "consumes": [
13479           "application/json", 
13480           "application/xml"
13481         ], 
13482         "description": "delete an existing platform", 
13483         "operationId": "deleteBusinessPlatformsPlatform", 
13484         "parameters": [
13485           {
13486             "description": "Name of the platform", 
13487             "example": "__PLATFORM-NAME__", 
13488             "in": "path", 
13489             "name": "platform-name", 
13490             "required": true, 
13491             "type": "string"
13492           }, 
13493           {
13494             "description": "resource-version for concurrency", 
13495             "in": "query", 
13496             "name": "resource-version", 
13497             "required": true, 
13498             "type": "string"
13499           }
13500         ], 
13501         "produces": [
13502           "application/json", 
13503           "application/xml"
13504         ], 
13505         "responses": {
13506           "default": {
13507             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13508           }
13509         }, 
13510         "summary": "delete an existing platform", 
13511         "tags": [
13512           "Business"
13513         ]
13514       }, 
13515       "get": {
13516         "description": "returns platform", 
13517         "operationId": "getBusinessPlatformsPlatform", 
13518         "parameters": [
13519           {
13520             "description": "Name of the platform", 
13521             "example": "__PLATFORM-NAME__", 
13522             "in": "path", 
13523             "name": "platform-name", 
13524             "required": true, 
13525             "type": "string"
13526           }
13527         ], 
13528         "produces": [
13529           "application/json", 
13530           "application/xml"
13531         ], 
13532         "responses": {
13533           "200": {
13534             "description": "successful operation", 
13535             "schema": {
13536               "$ref": "#/definitions/platform"
13537             }
13538           }, 
13539           "default": {
13540             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13541           }
13542         }, 
13543         "summary": "returns platform", 
13544         "tags": [
13545           "Business"
13546         ]
13547       }, 
13548       "patch": {
13549         "consumes": [
13550           "application/json"
13551         ], 
13552         "description": "Update an existing platform\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
13553         "operationId": "UpdateBusinessPlatformsPlatform", 
13554         "parameters": [
13555           {
13556             "description": "Name of the platform", 
13557             "example": "__PLATFORM-NAME__", 
13558             "in": "path", 
13559             "name": "platform-name", 
13560             "required": true, 
13561             "type": "string"
13562           }, 
13563           {
13564             "description": "platform object that needs to be updated.", 
13565             "in": "body", 
13566             "name": "body", 
13567             "required": true, 
13568             "schema": {
13569               "$ref": "#/definitions/zzzz-patch-platform"
13570             }
13571           }
13572         ], 
13573         "produces": [
13574           "application/json"
13575         ], 
13576         "responses": {
13577           "default": {
13578             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13579           }
13580         }, 
13581         "summary": "update an existing platform", 
13582         "tags": [
13583           "Business"
13584         ]
13585       }, 
13586       "put": {
13587         "consumes": [
13588           "application/json", 
13589           "application/xml"
13590         ], 
13591         "description": "Create or update an existing platform.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
13592         "operationId": "createOrUpdateBusinessPlatformsPlatform", 
13593         "parameters": [
13594           {
13595             "description": "Name of the platform", 
13596             "example": "__PLATFORM-NAME__", 
13597             "in": "path", 
13598             "name": "platform-name", 
13599             "required": true, 
13600             "type": "string"
13601           }, 
13602           {
13603             "description": "platform object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessPlatformsPlatform.json)", 
13604             "in": "body", 
13605             "name": "body", 
13606             "required": true, 
13607             "schema": {
13608               "$ref": "#/definitions/platform"
13609             }
13610           }
13611         ], 
13612         "produces": [
13613           "application/json", 
13614           "application/xml"
13615         ], 
13616         "responses": {
13617           "default": {
13618             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13619           }
13620         }, 
13621         "summary": "create or update an existing platform", 
13622         "tags": [
13623           "Business"
13624         ]
13625       }
13626     }, 
13627     "/business/platforms/platform/{platform-name}/relationship-list/relationship": {
13628       "delete": {
13629         "consumes": [
13630           "application/json", 
13631           "application/xml"
13632         ], 
13633         "description": "delete an existing relationship", 
13634         "operationId": "deleteBusinessPlatformsPlatformRelationshipListRelationship", 
13635         "parameters": [
13636           {
13637             "description": "Name of the platform", 
13638             "example": "__PLATFORM-NAME__", 
13639             "in": "path", 
13640             "name": "platform-name", 
13641             "required": true, 
13642             "type": "string"
13643           }
13644         ], 
13645         "produces": [
13646           "application/json", 
13647           "application/xml"
13648         ], 
13649         "responses": {
13650           "default": {
13651             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13652           }
13653         }, 
13654         "summary": "delete an existing relationship", 
13655         "tags": [
13656           "Business"
13657         ]
13658       }, 
13659       "put": {
13660         "consumes": [
13661           "application/json", 
13662           "application/xml"
13663         ], 
13664         "operationId": "createOrUpdateBusinessPlatformsPlatformRelationshipListRelationship", 
13665         "parameters": [
13666           {
13667             "description": "Name of the platform", 
13668             "example": "__PLATFORM-NAME__", 
13669             "in": "path", 
13670             "name": "platform-name", 
13671             "required": true, 
13672             "type": "string"
13673           }, 
13674           {
13675             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessPlatformsPlatform.json)", 
13676             "in": "body", 
13677             "name": "body", 
13678             "required": true, 
13679             "schema": {
13680               "$ref": "#/definitions/relationship-dict"
13681             }
13682           }
13683         ], 
13684         "produces": [
13685           "application/json", 
13686           "application/xml"
13687         ], 
13688         "responses": {
13689           "default": {
13690             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13691           }
13692         }, 
13693         "summary": "see node definition for valid relationships", 
13694         "tags": [
13695           "Business"
13696         ]
13697       }
13698     }, 
13699     "/business/projects": {
13700       "get": {
13701         "description": "returns projects", 
13702         "operationId": "getBusinessProjects", 
13703         "parameters": [
13704           {
13705             "description": "n/a", 
13706             "in": "query", 
13707             "name": "project-name", 
13708             "required": false, 
13709             "type": "string"
13710           }
13711         ], 
13712         "produces": [
13713           "application/json", 
13714           "application/xml"
13715         ], 
13716         "responses": {
13717           "200": {
13718             "description": "successful operation", 
13719             "schema": {
13720               "$ref": "#/definitions/projects"
13721             }
13722           }, 
13723           "default": {
13724             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13725           }
13726         }, 
13727         "summary": "returns projects", 
13728         "tags": [
13729           "Business"
13730         ]
13731       }
13732     }, 
13733     "/business/projects/project/{project-name}": {
13734       "delete": {
13735         "consumes": [
13736           "application/json", 
13737           "application/xml"
13738         ], 
13739         "description": "delete an existing project", 
13740         "operationId": "deleteBusinessProjectsProject", 
13741         "parameters": [
13742           {
13743             "description": "Name of the project deploying a service", 
13744             "example": "__PROJECT-NAME__", 
13745             "in": "path", 
13746             "name": "project-name", 
13747             "required": true, 
13748             "type": "string"
13749           }, 
13750           {
13751             "description": "resource-version for concurrency", 
13752             "in": "query", 
13753             "name": "resource-version", 
13754             "required": true, 
13755             "type": "string"
13756           }
13757         ], 
13758         "produces": [
13759           "application/json", 
13760           "application/xml"
13761         ], 
13762         "responses": {
13763           "default": {
13764             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13765           }
13766         }, 
13767         "summary": "delete an existing project", 
13768         "tags": [
13769           "Business"
13770         ]
13771       }, 
13772       "get": {
13773         "description": "returns project", 
13774         "operationId": "getBusinessProjectsProject", 
13775         "parameters": [
13776           {
13777             "description": "Name of the project deploying a service", 
13778             "example": "__PROJECT-NAME__", 
13779             "in": "path", 
13780             "name": "project-name", 
13781             "required": true, 
13782             "type": "string"
13783           }
13784         ], 
13785         "produces": [
13786           "application/json", 
13787           "application/xml"
13788         ], 
13789         "responses": {
13790           "200": {
13791             "description": "successful operation", 
13792             "schema": {
13793               "$ref": "#/definitions/project"
13794             }
13795           }, 
13796           "default": {
13797             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13798           }
13799         }, 
13800         "summary": "returns project", 
13801         "tags": [
13802           "Business"
13803         ]
13804       }, 
13805       "patch": {
13806         "consumes": [
13807           "application/json"
13808         ], 
13809         "description": "Update an existing project\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
13810         "operationId": "UpdateBusinessProjectsProject", 
13811         "parameters": [
13812           {
13813             "description": "Name of the project deploying a service", 
13814             "example": "__PROJECT-NAME__", 
13815             "in": "path", 
13816             "name": "project-name", 
13817             "required": true, 
13818             "type": "string"
13819           }, 
13820           {
13821             "description": "project object that needs to be updated.", 
13822             "in": "body", 
13823             "name": "body", 
13824             "required": true, 
13825             "schema": {
13826               "$ref": "#/definitions/zzzz-patch-project"
13827             }
13828           }
13829         ], 
13830         "produces": [
13831           "application/json"
13832         ], 
13833         "responses": {
13834           "default": {
13835             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13836           }
13837         }, 
13838         "summary": "update an existing project", 
13839         "tags": [
13840           "Business"
13841         ]
13842       }, 
13843       "put": {
13844         "consumes": [
13845           "application/json", 
13846           "application/xml"
13847         ], 
13848         "description": "Create or update an existing project.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
13849         "operationId": "createOrUpdateBusinessProjectsProject", 
13850         "parameters": [
13851           {
13852             "description": "Name of the project deploying a service", 
13853             "example": "__PROJECT-NAME__", 
13854             "in": "path", 
13855             "name": "project-name", 
13856             "required": true, 
13857             "type": "string"
13858           }, 
13859           {
13860             "description": "project object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessProjectsProject.json)", 
13861             "in": "body", 
13862             "name": "body", 
13863             "required": true, 
13864             "schema": {
13865               "$ref": "#/definitions/project"
13866             }
13867           }
13868         ], 
13869         "produces": [
13870           "application/json", 
13871           "application/xml"
13872         ], 
13873         "responses": {
13874           "default": {
13875             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13876           }
13877         }, 
13878         "summary": "create or update an existing project", 
13879         "tags": [
13880           "Business"
13881         ]
13882       }
13883     }, 
13884     "/business/projects/project/{project-name}/relationship-list/relationship": {
13885       "delete": {
13886         "consumes": [
13887           "application/json", 
13888           "application/xml"
13889         ], 
13890         "description": "delete an existing relationship", 
13891         "operationId": "deleteBusinessProjectsProjectRelationshipListRelationship", 
13892         "parameters": [
13893           {
13894             "description": "Name of the project deploying a service", 
13895             "example": "__PROJECT-NAME__", 
13896             "in": "path", 
13897             "name": "project-name", 
13898             "required": true, 
13899             "type": "string"
13900           }
13901         ], 
13902         "produces": [
13903           "application/json", 
13904           "application/xml"
13905         ], 
13906         "responses": {
13907           "default": {
13908             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13909           }
13910         }, 
13911         "summary": "delete an existing relationship", 
13912         "tags": [
13913           "Business"
13914         ]
13915       }, 
13916       "put": {
13917         "consumes": [
13918           "application/json", 
13919           "application/xml"
13920         ], 
13921         "operationId": "createOrUpdateBusinessProjectsProjectRelationshipListRelationship", 
13922         "parameters": [
13923           {
13924             "description": "Name of the project deploying a service", 
13925             "example": "__PROJECT-NAME__", 
13926             "in": "path", 
13927             "name": "project-name", 
13928             "required": true, 
13929             "type": "string"
13930           }, 
13931           {
13932             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/BusinessProjectsProject.json)", 
13933             "in": "body", 
13934             "name": "body", 
13935             "required": true, 
13936             "schema": {
13937               "$ref": "#/definitions/relationship-dict"
13938             }
13939           }
13940         ], 
13941         "produces": [
13942           "application/json", 
13943           "application/xml"
13944         ], 
13945         "responses": {
13946           "default": {
13947             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13948           }
13949         }, 
13950         "summary": "see node definition for valid relationships", 
13951         "tags": [
13952           "Business"
13953         ]
13954       }
13955     }, 
13956     "/cloud-infrastructure/cloud-regions": {
13957       "get": {
13958         "description": "returns cloud-regions", 
13959         "operationId": "getCloudInfrastructureCloudRegions", 
13960         "parameters": [
13961           {
13962             "description": "n/a", 
13963             "in": "query", 
13964             "name": "cloud-owner", 
13965             "required": false, 
13966             "type": "string"
13967           }, 
13968           {
13969             "description": "n/a", 
13970             "in": "query", 
13971             "name": "cloud-region-id", 
13972             "required": false, 
13973             "type": "string"
13974           }, 
13975           {
13976             "description": "n/a", 
13977             "in": "query", 
13978             "name": "cloud-type", 
13979             "required": false, 
13980             "type": "string"
13981           }, 
13982           {
13983             "description": "n/a", 
13984             "in": "query", 
13985             "name": "owner-defined-type", 
13986             "required": false, 
13987             "type": "string"
13988           }
13989         ], 
13990         "produces": [
13991           "application/json", 
13992           "application/xml"
13993         ], 
13994         "responses": {
13995           "200": {
13996             "description": "successful operation", 
13997             "schema": {
13998               "$ref": "#/definitions/cloud-regions"
13999             }
14000           }, 
14001           "default": {
14002             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14003           }
14004         }, 
14005         "summary": "returns cloud-regions", 
14006         "tags": [
14007           "CloudInfrastructure"
14008         ]
14009       }
14010     }, 
14011     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}": {
14012       "delete": {
14013         "consumes": [
14014           "application/json", 
14015           "application/xml"
14016         ], 
14017         "description": "delete an existing cloud-region", 
14018         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegion", 
14019         "parameters": [
14020           {
14021             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14022             "example": "__CLOUD-OWNER__", 
14023             "in": "path", 
14024             "name": "cloud-owner", 
14025             "required": true, 
14026             "type": "string"
14027           }, 
14028           {
14029             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14030             "example": "__CLOUD-REGION-ID__", 
14031             "in": "path", 
14032             "name": "cloud-region-id", 
14033             "required": true, 
14034             "type": "string"
14035           }, 
14036           {
14037             "description": "resource-version for concurrency", 
14038             "in": "query", 
14039             "name": "resource-version", 
14040             "required": true, 
14041             "type": "string"
14042           }
14043         ], 
14044         "produces": [
14045           "application/json", 
14046           "application/xml"
14047         ], 
14048         "responses": {
14049           "default": {
14050             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14051           }
14052         }, 
14053         "summary": "delete an existing cloud-region", 
14054         "tags": [
14055           "CloudInfrastructure"
14056         ]
14057       }, 
14058       "get": {
14059         "description": "returns cloud-region", 
14060         "operationId": "getCloudInfrastructureCloudRegionsCloudRegion", 
14061         "parameters": [
14062           {
14063             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14064             "example": "__CLOUD-OWNER__", 
14065             "in": "path", 
14066             "name": "cloud-owner", 
14067             "required": true, 
14068             "type": "string"
14069           }, 
14070           {
14071             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14072             "example": "__CLOUD-REGION-ID__", 
14073             "in": "path", 
14074             "name": "cloud-region-id", 
14075             "required": true, 
14076             "type": "string"
14077           }
14078         ], 
14079         "produces": [
14080           "application/json", 
14081           "application/xml"
14082         ], 
14083         "responses": {
14084           "200": {
14085             "description": "successful operation", 
14086             "schema": {
14087               "$ref": "#/definitions/cloud-region"
14088             }
14089           }, 
14090           "default": {
14091             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14092           }
14093         }, 
14094         "summary": "returns cloud-region", 
14095         "tags": [
14096           "CloudInfrastructure"
14097         ]
14098       }, 
14099       "patch": {
14100         "consumes": [
14101           "application/json"
14102         ], 
14103         "description": "Update an existing cloud-region\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
14104         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegion", 
14105         "parameters": [
14106           {
14107             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14108             "example": "__CLOUD-OWNER__", 
14109             "in": "path", 
14110             "name": "cloud-owner", 
14111             "required": true, 
14112             "type": "string"
14113           }, 
14114           {
14115             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14116             "example": "__CLOUD-REGION-ID__", 
14117             "in": "path", 
14118             "name": "cloud-region-id", 
14119             "required": true, 
14120             "type": "string"
14121           }, 
14122           {
14123             "description": "cloud-region object that needs to be updated.", 
14124             "in": "body", 
14125             "name": "body", 
14126             "required": true, 
14127             "schema": {
14128               "$ref": "#/definitions/zzzz-patch-cloud-region"
14129             }
14130           }
14131         ], 
14132         "produces": [
14133           "application/json"
14134         ], 
14135         "responses": {
14136           "default": {
14137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14138           }
14139         }, 
14140         "summary": "update an existing cloud-region", 
14141         "tags": [
14142           "CloudInfrastructure"
14143         ]
14144       }, 
14145       "put": {
14146         "consumes": [
14147           "application/json", 
14148           "application/xml"
14149         ], 
14150         "description": "Create or update an existing cloud-region.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
14151         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegion", 
14152         "parameters": [
14153           {
14154             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14155             "example": "__CLOUD-OWNER__", 
14156             "in": "path", 
14157             "name": "cloud-owner", 
14158             "required": true, 
14159             "type": "string"
14160           }, 
14161           {
14162             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14163             "example": "__CLOUD-REGION-ID__", 
14164             "in": "path", 
14165             "name": "cloud-region-id", 
14166             "required": true, 
14167             "type": "string"
14168           }, 
14169           {
14170             "description": "cloud-region object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegion.json)", 
14171             "in": "body", 
14172             "name": "body", 
14173             "required": true, 
14174             "schema": {
14175               "$ref": "#/definitions/cloud-region"
14176             }
14177           }
14178         ], 
14179         "produces": [
14180           "application/json", 
14181           "application/xml"
14182         ], 
14183         "responses": {
14184           "default": {
14185             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14186           }
14187         }, 
14188         "summary": "create or update an existing cloud-region", 
14189         "tags": [
14190           "CloudInfrastructure"
14191         ]
14192       }
14193     }, 
14194     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/availability-zones": {
14195       "get": {
14196         "description": "returns availability-zones", 
14197         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZones", 
14198         "parameters": [
14199           {
14200             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14201             "example": "__CLOUD-OWNER__", 
14202             "in": "path", 
14203             "name": "cloud-owner", 
14204             "required": true, 
14205             "type": "string"
14206           }, 
14207           {
14208             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14209             "example": "__CLOUD-REGION-ID__", 
14210             "in": "path", 
14211             "name": "cloud-region-id", 
14212             "required": true, 
14213             "type": "string"
14214           }, 
14215           {
14216             "description": "n/a", 
14217             "in": "query", 
14218             "name": "availability-zone-name", 
14219             "required": false, 
14220             "type": "string"
14221           }
14222         ], 
14223         "produces": [
14224           "application/json", 
14225           "application/xml"
14226         ], 
14227         "responses": {
14228           "200": {
14229             "description": "successful operation", 
14230             "schema": {
14231               "$ref": "#/definitions/availability-zones"
14232             }
14233           }, 
14234           "default": {
14235             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14236           }
14237         }, 
14238         "summary": "returns availability-zones", 
14239         "tags": [
14240           "CloudInfrastructure"
14241         ]
14242       }
14243     }, 
14244     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/availability-zones/availability-zone/{availability-zone-name}": {
14245       "delete": {
14246         "consumes": [
14247           "application/json", 
14248           "application/xml"
14249         ], 
14250         "description": "delete an existing availability-zone", 
14251         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
14252         "parameters": [
14253           {
14254             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14255             "example": "__CLOUD-OWNER__", 
14256             "in": "path", 
14257             "name": "cloud-owner", 
14258             "required": true, 
14259             "type": "string"
14260           }, 
14261           {
14262             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14263             "example": "__CLOUD-REGION-ID__", 
14264             "in": "path", 
14265             "name": "cloud-region-id", 
14266             "required": true, 
14267             "type": "string"
14268           }, 
14269           {
14270             "description": "Name of the availability zone.  Unique across a cloud region", 
14271             "example": "__AVAILABILITY-ZONE-NAME__", 
14272             "in": "path", 
14273             "name": "availability-zone-name", 
14274             "required": true, 
14275             "type": "string"
14276           }, 
14277           {
14278             "description": "resource-version for concurrency", 
14279             "in": "query", 
14280             "name": "resource-version", 
14281             "required": true, 
14282             "type": "string"
14283           }
14284         ], 
14285         "produces": [
14286           "application/json", 
14287           "application/xml"
14288         ], 
14289         "responses": {
14290           "default": {
14291             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14292           }
14293         }, 
14294         "summary": "delete an existing availability-zone", 
14295         "tags": [
14296           "CloudInfrastructure"
14297         ]
14298       }, 
14299       "get": {
14300         "description": "returns availability-zone", 
14301         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
14302         "parameters": [
14303           {
14304             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14305             "example": "__CLOUD-OWNER__", 
14306             "in": "path", 
14307             "name": "cloud-owner", 
14308             "required": true, 
14309             "type": "string"
14310           }, 
14311           {
14312             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14313             "example": "__CLOUD-REGION-ID__", 
14314             "in": "path", 
14315             "name": "cloud-region-id", 
14316             "required": true, 
14317             "type": "string"
14318           }, 
14319           {
14320             "description": "Name of the availability zone.  Unique across a cloud region", 
14321             "example": "__AVAILABILITY-ZONE-NAME__", 
14322             "in": "path", 
14323             "name": "availability-zone-name", 
14324             "required": true, 
14325             "type": "string"
14326           }
14327         ], 
14328         "produces": [
14329           "application/json", 
14330           "application/xml"
14331         ], 
14332         "responses": {
14333           "200": {
14334             "description": "successful operation", 
14335             "schema": {
14336               "$ref": "#/definitions/availability-zone"
14337             }
14338           }, 
14339           "default": {
14340             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14341           }
14342         }, 
14343         "summary": "returns availability-zone", 
14344         "tags": [
14345           "CloudInfrastructure"
14346         ]
14347       }, 
14348       "patch": {
14349         "consumes": [
14350           "application/json"
14351         ], 
14352         "description": "Update an existing availability-zone\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
14353         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
14354         "parameters": [
14355           {
14356             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14357             "example": "__CLOUD-OWNER__", 
14358             "in": "path", 
14359             "name": "cloud-owner", 
14360             "required": true, 
14361             "type": "string"
14362           }, 
14363           {
14364             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14365             "example": "__CLOUD-REGION-ID__", 
14366             "in": "path", 
14367             "name": "cloud-region-id", 
14368             "required": true, 
14369             "type": "string"
14370           }, 
14371           {
14372             "description": "Name of the availability zone.  Unique across a cloud region", 
14373             "example": "__AVAILABILITY-ZONE-NAME__", 
14374             "in": "path", 
14375             "name": "availability-zone-name", 
14376             "required": true, 
14377             "type": "string"
14378           }, 
14379           {
14380             "description": "availability-zone object that needs to be updated.", 
14381             "in": "body", 
14382             "name": "body", 
14383             "required": true, 
14384             "schema": {
14385               "$ref": "#/definitions/zzzz-patch-availability-zone"
14386             }
14387           }
14388         ], 
14389         "produces": [
14390           "application/json"
14391         ], 
14392         "responses": {
14393           "default": {
14394             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14395           }
14396         }, 
14397         "summary": "update an existing availability-zone", 
14398         "tags": [
14399           "CloudInfrastructure"
14400         ]
14401       }, 
14402       "put": {
14403         "consumes": [
14404           "application/json", 
14405           "application/xml"
14406         ], 
14407         "description": "Create or update an existing availability-zone.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
14408         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
14409         "parameters": [
14410           {
14411             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14412             "example": "__CLOUD-OWNER__", 
14413             "in": "path", 
14414             "name": "cloud-owner", 
14415             "required": true, 
14416             "type": "string"
14417           }, 
14418           {
14419             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14420             "example": "__CLOUD-REGION-ID__", 
14421             "in": "path", 
14422             "name": "cloud-region-id", 
14423             "required": true, 
14424             "type": "string"
14425           }, 
14426           {
14427             "description": "Name of the availability zone.  Unique across a cloud region", 
14428             "example": "__AVAILABILITY-ZONE-NAME__", 
14429             "in": "path", 
14430             "name": "availability-zone-name", 
14431             "required": true, 
14432             "type": "string"
14433           }, 
14434           {
14435             "description": "availability-zone object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone.json)", 
14436             "in": "body", 
14437             "name": "body", 
14438             "required": true, 
14439             "schema": {
14440               "$ref": "#/definitions/availability-zone"
14441             }
14442           }
14443         ], 
14444         "produces": [
14445           "application/json", 
14446           "application/xml"
14447         ], 
14448         "responses": {
14449           "default": {
14450             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14451           }
14452         }, 
14453         "summary": "create or update an existing availability-zone", 
14454         "tags": [
14455           "CloudInfrastructure"
14456         ]
14457       }
14458     }, 
14459     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/availability-zones/availability-zone/{availability-zone-name}/relationship-list/relationship": {
14460       "delete": {
14461         "consumes": [
14462           "application/json", 
14463           "application/xml"
14464         ], 
14465         "description": "delete an existing relationship", 
14466         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZoneRelationshipListRelationship", 
14467         "parameters": [
14468           {
14469             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14470             "example": "__CLOUD-OWNER__", 
14471             "in": "path", 
14472             "name": "cloud-owner", 
14473             "required": true, 
14474             "type": "string"
14475           }, 
14476           {
14477             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14478             "example": "__CLOUD-REGION-ID__", 
14479             "in": "path", 
14480             "name": "cloud-region-id", 
14481             "required": true, 
14482             "type": "string"
14483           }, 
14484           {
14485             "description": "Name of the availability zone.  Unique across a cloud region", 
14486             "example": "__AVAILABILITY-ZONE-NAME__", 
14487             "in": "path", 
14488             "name": "availability-zone-name", 
14489             "required": true, 
14490             "type": "string"
14491           }
14492         ], 
14493         "produces": [
14494           "application/json", 
14495           "application/xml"
14496         ], 
14497         "responses": {
14498           "default": {
14499             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14500           }
14501         }, 
14502         "summary": "delete an existing relationship", 
14503         "tags": [
14504           "CloudInfrastructure"
14505         ]
14506       }, 
14507       "put": {
14508         "consumes": [
14509           "application/json", 
14510           "application/xml"
14511         ], 
14512         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZoneRelationshipListRelationship", 
14513         "parameters": [
14514           {
14515             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14516             "example": "__CLOUD-OWNER__", 
14517             "in": "path", 
14518             "name": "cloud-owner", 
14519             "required": true, 
14520             "type": "string"
14521           }, 
14522           {
14523             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14524             "example": "__CLOUD-REGION-ID__", 
14525             "in": "path", 
14526             "name": "cloud-region-id", 
14527             "required": true, 
14528             "type": "string"
14529           }, 
14530           {
14531             "description": "Name of the availability zone.  Unique across a cloud region", 
14532             "example": "__AVAILABILITY-ZONE-NAME__", 
14533             "in": "path", 
14534             "name": "availability-zone-name", 
14535             "required": true, 
14536             "type": "string"
14537           }, 
14538           {
14539             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone.json)", 
14540             "in": "body", 
14541             "name": "body", 
14542             "required": true, 
14543             "schema": {
14544               "$ref": "#/definitions/relationship-dict"
14545             }
14546           }
14547         ], 
14548         "produces": [
14549           "application/json", 
14550           "application/xml"
14551         ], 
14552         "responses": {
14553           "default": {
14554             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14555           }
14556         }, 
14557         "summary": "see node definition for valid relationships", 
14558         "tags": [
14559           "CloudInfrastructure"
14560         ]
14561       }
14562     }, 
14563     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/dvs-switches": {
14564       "get": {
14565         "description": "returns dvs-switches", 
14566         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionDvsSwitches", 
14567         "parameters": [
14568           {
14569             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14570             "example": "__CLOUD-OWNER__", 
14571             "in": "path", 
14572             "name": "cloud-owner", 
14573             "required": true, 
14574             "type": "string"
14575           }, 
14576           {
14577             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14578             "example": "__CLOUD-REGION-ID__", 
14579             "in": "path", 
14580             "name": "cloud-region-id", 
14581             "required": true, 
14582             "type": "string"
14583           }, 
14584           {
14585             "description": "n/a", 
14586             "in": "query", 
14587             "name": "switch-name", 
14588             "required": false, 
14589             "type": "string"
14590           }, 
14591           {
14592             "description": "n/a", 
14593             "in": "query", 
14594             "name": "vcenter-url", 
14595             "required": false, 
14596             "type": "string"
14597           }
14598         ], 
14599         "produces": [
14600           "application/json", 
14601           "application/xml"
14602         ], 
14603         "responses": {
14604           "200": {
14605             "description": "successful operation", 
14606             "schema": {
14607               "$ref": "#/definitions/dvs-switches"
14608             }
14609           }, 
14610           "default": {
14611             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14612           }
14613         }, 
14614         "summary": "returns dvs-switches", 
14615         "tags": [
14616           "CloudInfrastructure"
14617         ]
14618       }
14619     }, 
14620     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/dvs-switches/dvs-switch/{switch-name}": {
14621       "delete": {
14622         "consumes": [
14623           "application/json", 
14624           "application/xml"
14625         ], 
14626         "description": "delete an existing dvs-switch", 
14627         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
14628         "parameters": [
14629           {
14630             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14631             "example": "__CLOUD-OWNER__", 
14632             "in": "path", 
14633             "name": "cloud-owner", 
14634             "required": true, 
14635             "type": "string"
14636           }, 
14637           {
14638             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14639             "example": "__CLOUD-REGION-ID__", 
14640             "in": "path", 
14641             "name": "cloud-region-id", 
14642             "required": true, 
14643             "type": "string"
14644           }, 
14645           {
14646             "description": "DVS switch name", 
14647             "example": "__SWITCH-NAME__", 
14648             "in": "path", 
14649             "name": "switch-name", 
14650             "required": true, 
14651             "type": "string"
14652           }, 
14653           {
14654             "description": "resource-version for concurrency", 
14655             "in": "query", 
14656             "name": "resource-version", 
14657             "required": true, 
14658             "type": "string"
14659           }
14660         ], 
14661         "produces": [
14662           "application/json", 
14663           "application/xml"
14664         ], 
14665         "responses": {
14666           "default": {
14667             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14668           }
14669         }, 
14670         "summary": "delete an existing dvs-switch", 
14671         "tags": [
14672           "CloudInfrastructure"
14673         ]
14674       }, 
14675       "get": {
14676         "description": "returns dvs-switch", 
14677         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
14678         "parameters": [
14679           {
14680             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14681             "example": "__CLOUD-OWNER__", 
14682             "in": "path", 
14683             "name": "cloud-owner", 
14684             "required": true, 
14685             "type": "string"
14686           }, 
14687           {
14688             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14689             "example": "__CLOUD-REGION-ID__", 
14690             "in": "path", 
14691             "name": "cloud-region-id", 
14692             "required": true, 
14693             "type": "string"
14694           }, 
14695           {
14696             "description": "DVS switch name", 
14697             "example": "__SWITCH-NAME__", 
14698             "in": "path", 
14699             "name": "switch-name", 
14700             "required": true, 
14701             "type": "string"
14702           }
14703         ], 
14704         "produces": [
14705           "application/json", 
14706           "application/xml"
14707         ], 
14708         "responses": {
14709           "200": {
14710             "description": "successful operation", 
14711             "schema": {
14712               "$ref": "#/definitions/dvs-switch"
14713             }
14714           }, 
14715           "default": {
14716             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14717           }
14718         }, 
14719         "summary": "returns dvs-switch", 
14720         "tags": [
14721           "CloudInfrastructure"
14722         ]
14723       }, 
14724       "patch": {
14725         "consumes": [
14726           "application/json"
14727         ], 
14728         "description": "Update an existing dvs-switch\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
14729         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
14730         "parameters": [
14731           {
14732             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14733             "example": "__CLOUD-OWNER__", 
14734             "in": "path", 
14735             "name": "cloud-owner", 
14736             "required": true, 
14737             "type": "string"
14738           }, 
14739           {
14740             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14741             "example": "__CLOUD-REGION-ID__", 
14742             "in": "path", 
14743             "name": "cloud-region-id", 
14744             "required": true, 
14745             "type": "string"
14746           }, 
14747           {
14748             "description": "DVS switch name", 
14749             "example": "__SWITCH-NAME__", 
14750             "in": "path", 
14751             "name": "switch-name", 
14752             "required": true, 
14753             "type": "string"
14754           }, 
14755           {
14756             "description": "dvs-switch object that needs to be updated.", 
14757             "in": "body", 
14758             "name": "body", 
14759             "required": true, 
14760             "schema": {
14761               "$ref": "#/definitions/zzzz-patch-dvs-switch"
14762             }
14763           }
14764         ], 
14765         "produces": [
14766           "application/json"
14767         ], 
14768         "responses": {
14769           "default": {
14770             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14771           }
14772         }, 
14773         "summary": "update an existing dvs-switch", 
14774         "tags": [
14775           "CloudInfrastructure"
14776         ]
14777       }, 
14778       "put": {
14779         "consumes": [
14780           "application/json", 
14781           "application/xml"
14782         ], 
14783         "description": "Create or update an existing dvs-switch.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
14784         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
14785         "parameters": [
14786           {
14787             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14788             "example": "__CLOUD-OWNER__", 
14789             "in": "path", 
14790             "name": "cloud-owner", 
14791             "required": true, 
14792             "type": "string"
14793           }, 
14794           {
14795             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14796             "example": "__CLOUD-REGION-ID__", 
14797             "in": "path", 
14798             "name": "cloud-region-id", 
14799             "required": true, 
14800             "type": "string"
14801           }, 
14802           {
14803             "description": "DVS switch name", 
14804             "example": "__SWITCH-NAME__", 
14805             "in": "path", 
14806             "name": "switch-name", 
14807             "required": true, 
14808             "type": "string"
14809           }, 
14810           {
14811             "description": "dvs-switch object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch.json)", 
14812             "in": "body", 
14813             "name": "body", 
14814             "required": true, 
14815             "schema": {
14816               "$ref": "#/definitions/dvs-switch"
14817             }
14818           }
14819         ], 
14820         "produces": [
14821           "application/json", 
14822           "application/xml"
14823         ], 
14824         "responses": {
14825           "default": {
14826             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14827           }
14828         }, 
14829         "summary": "create or update an existing dvs-switch", 
14830         "tags": [
14831           "CloudInfrastructure"
14832         ]
14833       }
14834     }, 
14835     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/dvs-switches/dvs-switch/{switch-name}/relationship-list/relationship": {
14836       "delete": {
14837         "consumes": [
14838           "application/json", 
14839           "application/xml"
14840         ], 
14841         "description": "delete an existing relationship", 
14842         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitchRelationshipListRelationship", 
14843         "parameters": [
14844           {
14845             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14846             "example": "__CLOUD-OWNER__", 
14847             "in": "path", 
14848             "name": "cloud-owner", 
14849             "required": true, 
14850             "type": "string"
14851           }, 
14852           {
14853             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14854             "example": "__CLOUD-REGION-ID__", 
14855             "in": "path", 
14856             "name": "cloud-region-id", 
14857             "required": true, 
14858             "type": "string"
14859           }, 
14860           {
14861             "description": "DVS switch name", 
14862             "example": "__SWITCH-NAME__", 
14863             "in": "path", 
14864             "name": "switch-name", 
14865             "required": true, 
14866             "type": "string"
14867           }
14868         ], 
14869         "produces": [
14870           "application/json", 
14871           "application/xml"
14872         ], 
14873         "responses": {
14874           "default": {
14875             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14876           }
14877         }, 
14878         "summary": "delete an existing relationship", 
14879         "tags": [
14880           "CloudInfrastructure"
14881         ]
14882       }, 
14883       "put": {
14884         "consumes": [
14885           "application/json", 
14886           "application/xml"
14887         ], 
14888         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitchRelationshipListRelationship", 
14889         "parameters": [
14890           {
14891             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14892             "example": "__CLOUD-OWNER__", 
14893             "in": "path", 
14894             "name": "cloud-owner", 
14895             "required": true, 
14896             "type": "string"
14897           }, 
14898           {
14899             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14900             "example": "__CLOUD-REGION-ID__", 
14901             "in": "path", 
14902             "name": "cloud-region-id", 
14903             "required": true, 
14904             "type": "string"
14905           }, 
14906           {
14907             "description": "DVS switch name", 
14908             "example": "__SWITCH-NAME__", 
14909             "in": "path", 
14910             "name": "switch-name", 
14911             "required": true, 
14912             "type": "string"
14913           }, 
14914           {
14915             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch.json)", 
14916             "in": "body", 
14917             "name": "body", 
14918             "required": true, 
14919             "schema": {
14920               "$ref": "#/definitions/relationship-dict"
14921             }
14922           }
14923         ], 
14924         "produces": [
14925           "application/json", 
14926           "application/xml"
14927         ], 
14928         "responses": {
14929           "default": {
14930             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14931           }
14932         }, 
14933         "summary": "see node definition for valid relationships", 
14934         "tags": [
14935           "CloudInfrastructure"
14936         ]
14937       }
14938     }, 
14939     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/esr-system-info-list": {
14940       "get": {
14941         "description": "returns esr-system-info-list", 
14942         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoList", 
14943         "parameters": [
14944           {
14945             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
14946             "example": "__CLOUD-OWNER__", 
14947             "in": "path", 
14948             "name": "cloud-owner", 
14949             "required": true, 
14950             "type": "string"
14951           }, 
14952           {
14953             "description": "Identifier used by the vendor for the region. Second part of composite key", 
14954             "example": "__CLOUD-REGION-ID__", 
14955             "in": "path", 
14956             "name": "cloud-region-id", 
14957             "required": true, 
14958             "type": "string"
14959           }, 
14960           {
14961             "description": "n/a", 
14962             "in": "query", 
14963             "name": "esr-system-info-id", 
14964             "required": false, 
14965             "type": "string"
14966           }, 
14967           {
14968             "description": "n/a", 
14969             "in": "query", 
14970             "name": "system-name", 
14971             "required": false, 
14972             "type": "string"
14973           }, 
14974           {
14975             "description": "n/a", 
14976             "in": "query", 
14977             "name": "system-type", 
14978             "required": false, 
14979             "type": "string"
14980           }
14981         ], 
14982         "produces": [
14983           "application/json", 
14984           "application/xml"
14985         ], 
14986         "responses": {
14987           "200": {
14988             "description": "successful operation", 
14989             "schema": {
14990               "$ref": "#/definitions/esr-system-info-list"
14991             }
14992           }, 
14993           "default": {
14994             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14995           }
14996         }, 
14997         "summary": "returns esr-system-info-list", 
14998         "tags": [
14999           "CloudInfrastructure"
15000         ]
15001       }
15002     }, 
15003     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
15004       "delete": {
15005         "consumes": [
15006           "application/json", 
15007           "application/xml"
15008         ], 
15009         "description": "delete an existing esr-system-info", 
15010         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
15011         "parameters": [
15012           {
15013             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15014             "example": "__CLOUD-OWNER__", 
15015             "in": "path", 
15016             "name": "cloud-owner", 
15017             "required": true, 
15018             "type": "string"
15019           }, 
15020           {
15021             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15022             "example": "__CLOUD-REGION-ID__", 
15023             "in": "path", 
15024             "name": "cloud-region-id", 
15025             "required": true, 
15026             "type": "string"
15027           }, 
15028           {
15029             "description": "Unique ID of esr system info.", 
15030             "example": "__ESR-SYSTEM-INFO-ID__", 
15031             "in": "path", 
15032             "name": "esr-system-info-id", 
15033             "required": true, 
15034             "type": "string"
15035           }, 
15036           {
15037             "description": "resource-version for concurrency", 
15038             "in": "query", 
15039             "name": "resource-version", 
15040             "required": true, 
15041             "type": "string"
15042           }
15043         ], 
15044         "produces": [
15045           "application/json", 
15046           "application/xml"
15047         ], 
15048         "responses": {
15049           "default": {
15050             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15051           }
15052         }, 
15053         "summary": "delete an existing esr-system-info", 
15054         "tags": [
15055           "CloudInfrastructure"
15056         ]
15057       }, 
15058       "get": {
15059         "description": "returns esr-system-info", 
15060         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
15061         "parameters": [
15062           {
15063             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15064             "example": "__CLOUD-OWNER__", 
15065             "in": "path", 
15066             "name": "cloud-owner", 
15067             "required": true, 
15068             "type": "string"
15069           }, 
15070           {
15071             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15072             "example": "__CLOUD-REGION-ID__", 
15073             "in": "path", 
15074             "name": "cloud-region-id", 
15075             "required": true, 
15076             "type": "string"
15077           }, 
15078           {
15079             "description": "Unique ID of esr system info.", 
15080             "example": "__ESR-SYSTEM-INFO-ID__", 
15081             "in": "path", 
15082             "name": "esr-system-info-id", 
15083             "required": true, 
15084             "type": "string"
15085           }
15086         ], 
15087         "produces": [
15088           "application/json", 
15089           "application/xml"
15090         ], 
15091         "responses": {
15092           "200": {
15093             "description": "successful operation", 
15094             "schema": {
15095               "$ref": "#/definitions/esr-system-info"
15096             }
15097           }, 
15098           "default": {
15099             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15100           }
15101         }, 
15102         "summary": "returns esr-system-info", 
15103         "tags": [
15104           "CloudInfrastructure"
15105         ]
15106       }, 
15107       "patch": {
15108         "consumes": [
15109           "application/json"
15110         ], 
15111         "description": "Update an existing esr-system-info\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
15112         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
15113         "parameters": [
15114           {
15115             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15116             "example": "__CLOUD-OWNER__", 
15117             "in": "path", 
15118             "name": "cloud-owner", 
15119             "required": true, 
15120             "type": "string"
15121           }, 
15122           {
15123             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15124             "example": "__CLOUD-REGION-ID__", 
15125             "in": "path", 
15126             "name": "cloud-region-id", 
15127             "required": true, 
15128             "type": "string"
15129           }, 
15130           {
15131             "description": "Unique ID of esr system info.", 
15132             "example": "__ESR-SYSTEM-INFO-ID__", 
15133             "in": "path", 
15134             "name": "esr-system-info-id", 
15135             "required": true, 
15136             "type": "string"
15137           }, 
15138           {
15139             "description": "esr-system-info object that needs to be updated.", 
15140             "in": "body", 
15141             "name": "body", 
15142             "required": true, 
15143             "schema": {
15144               "$ref": "#/definitions/zzzz-patch-esr-system-info"
15145             }
15146           }
15147         ], 
15148         "produces": [
15149           "application/json"
15150         ], 
15151         "responses": {
15152           "default": {
15153             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15154           }
15155         }, 
15156         "summary": "update an existing esr-system-info", 
15157         "tags": [
15158           "CloudInfrastructure"
15159         ]
15160       }, 
15161       "put": {
15162         "consumes": [
15163           "application/json", 
15164           "application/xml"
15165         ], 
15166         "description": "Create or update an existing esr-system-info.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
15167         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
15168         "parameters": [
15169           {
15170             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15171             "example": "__CLOUD-OWNER__", 
15172             "in": "path", 
15173             "name": "cloud-owner", 
15174             "required": true, 
15175             "type": "string"
15176           }, 
15177           {
15178             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15179             "example": "__CLOUD-REGION-ID__", 
15180             "in": "path", 
15181             "name": "cloud-region-id", 
15182             "required": true, 
15183             "type": "string"
15184           }, 
15185           {
15186             "description": "Unique ID of esr system info.", 
15187             "example": "__ESR-SYSTEM-INFO-ID__", 
15188             "in": "path", 
15189             "name": "esr-system-info-id", 
15190             "required": true, 
15191             "type": "string"
15192           }, 
15193           {
15194             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo.json)", 
15195             "in": "body", 
15196             "name": "body", 
15197             "required": true, 
15198             "schema": {
15199               "$ref": "#/definitions/esr-system-info"
15200             }
15201           }
15202         ], 
15203         "produces": [
15204           "application/json", 
15205           "application/xml"
15206         ], 
15207         "responses": {
15208           "default": {
15209             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15210           }
15211         }, 
15212         "summary": "create or update an existing esr-system-info", 
15213         "tags": [
15214           "CloudInfrastructure"
15215         ]
15216       }
15217     }, 
15218     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}/relationship-list/relationship": {
15219       "delete": {
15220         "consumes": [
15221           "application/json", 
15222           "application/xml"
15223         ], 
15224         "description": "delete an existing relationship", 
15225         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
15226         "parameters": [
15227           {
15228             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15229             "example": "__CLOUD-OWNER__", 
15230             "in": "path", 
15231             "name": "cloud-owner", 
15232             "required": true, 
15233             "type": "string"
15234           }, 
15235           {
15236             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15237             "example": "__CLOUD-REGION-ID__", 
15238             "in": "path", 
15239             "name": "cloud-region-id", 
15240             "required": true, 
15241             "type": "string"
15242           }, 
15243           {
15244             "description": "Unique ID of esr system info.", 
15245             "example": "__ESR-SYSTEM-INFO-ID__", 
15246             "in": "path", 
15247             "name": "esr-system-info-id", 
15248             "required": true, 
15249             "type": "string"
15250           }
15251         ], 
15252         "produces": [
15253           "application/json", 
15254           "application/xml"
15255         ], 
15256         "responses": {
15257           "default": {
15258             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15259           }
15260         }, 
15261         "summary": "delete an existing relationship", 
15262         "tags": [
15263           "CloudInfrastructure"
15264         ]
15265       }, 
15266       "put": {
15267         "consumes": [
15268           "application/json", 
15269           "application/xml"
15270         ], 
15271         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
15272         "parameters": [
15273           {
15274             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15275             "example": "__CLOUD-OWNER__", 
15276             "in": "path", 
15277             "name": "cloud-owner", 
15278             "required": true, 
15279             "type": "string"
15280           }, 
15281           {
15282             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15283             "example": "__CLOUD-REGION-ID__", 
15284             "in": "path", 
15285             "name": "cloud-region-id", 
15286             "required": true, 
15287             "type": "string"
15288           }, 
15289           {
15290             "description": "Unique ID of esr system info.", 
15291             "example": "__ESR-SYSTEM-INFO-ID__", 
15292             "in": "path", 
15293             "name": "esr-system-info-id", 
15294             "required": true, 
15295             "type": "string"
15296           }, 
15297           {
15298             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo.json)", 
15299             "in": "body", 
15300             "name": "body", 
15301             "required": true, 
15302             "schema": {
15303               "$ref": "#/definitions/relationship-dict"
15304             }
15305           }
15306         ], 
15307         "produces": [
15308           "application/json", 
15309           "application/xml"
15310         ], 
15311         "responses": {
15312           "default": {
15313             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15314           }
15315         }, 
15316         "summary": "see node definition for valid relationships", 
15317         "tags": [
15318           "CloudInfrastructure"
15319         ]
15320       }
15321     }, 
15322     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors": {
15323       "get": {
15324         "description": "returns flavors", 
15325         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavors", 
15326         "parameters": [
15327           {
15328             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15329             "example": "__CLOUD-OWNER__", 
15330             "in": "path", 
15331             "name": "cloud-owner", 
15332             "required": true, 
15333             "type": "string"
15334           }, 
15335           {
15336             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15337             "example": "__CLOUD-REGION-ID__", 
15338             "in": "path", 
15339             "name": "cloud-region-id", 
15340             "required": true, 
15341             "type": "string"
15342           }, 
15343           {
15344             "description": "n/a", 
15345             "in": "query", 
15346             "name": "flavor-id", 
15347             "required": false, 
15348             "type": "string"
15349           }, 
15350           {
15351             "description": "n/a", 
15352             "in": "query", 
15353             "name": "flavor-name", 
15354             "required": false, 
15355             "type": "string"
15356           }
15357         ], 
15358         "produces": [
15359           "application/json", 
15360           "application/xml"
15361         ], 
15362         "responses": {
15363           "200": {
15364             "description": "successful operation", 
15365             "schema": {
15366               "$ref": "#/definitions/flavors"
15367             }
15368           }, 
15369           "default": {
15370             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15371           }
15372         }, 
15373         "summary": "returns flavors", 
15374         "tags": [
15375           "CloudInfrastructure"
15376         ]
15377       }
15378     }, 
15379     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}": {
15380       "delete": {
15381         "consumes": [
15382           "application/json", 
15383           "application/xml"
15384         ], 
15385         "description": "delete an existing flavor", 
15386         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
15387         "parameters": [
15388           {
15389             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15390             "example": "__CLOUD-OWNER__", 
15391             "in": "path", 
15392             "name": "cloud-owner", 
15393             "required": true, 
15394             "type": "string"
15395           }, 
15396           {
15397             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15398             "example": "__CLOUD-REGION-ID__", 
15399             "in": "path", 
15400             "name": "cloud-region-id", 
15401             "required": true, 
15402             "type": "string"
15403           }, 
15404           {
15405             "description": "Flavor id, expected to be unique across cloud-region.", 
15406             "example": "__FLAVOR-ID__", 
15407             "in": "path", 
15408             "name": "flavor-id", 
15409             "required": true, 
15410             "type": "string"
15411           }, 
15412           {
15413             "description": "resource-version for concurrency", 
15414             "in": "query", 
15415             "name": "resource-version", 
15416             "required": true, 
15417             "type": "string"
15418           }
15419         ], 
15420         "produces": [
15421           "application/json", 
15422           "application/xml"
15423         ], 
15424         "responses": {
15425           "default": {
15426             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15427           }
15428         }, 
15429         "summary": "delete an existing flavor", 
15430         "tags": [
15431           "CloudInfrastructure"
15432         ]
15433       }, 
15434       "get": {
15435         "description": "returns flavor", 
15436         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
15437         "parameters": [
15438           {
15439             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15440             "example": "__CLOUD-OWNER__", 
15441             "in": "path", 
15442             "name": "cloud-owner", 
15443             "required": true, 
15444             "type": "string"
15445           }, 
15446           {
15447             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15448             "example": "__CLOUD-REGION-ID__", 
15449             "in": "path", 
15450             "name": "cloud-region-id", 
15451             "required": true, 
15452             "type": "string"
15453           }, 
15454           {
15455             "description": "Flavor id, expected to be unique across cloud-region.", 
15456             "example": "__FLAVOR-ID__", 
15457             "in": "path", 
15458             "name": "flavor-id", 
15459             "required": true, 
15460             "type": "string"
15461           }
15462         ], 
15463         "produces": [
15464           "application/json", 
15465           "application/xml"
15466         ], 
15467         "responses": {
15468           "200": {
15469             "description": "successful operation", 
15470             "schema": {
15471               "$ref": "#/definitions/flavor"
15472             }
15473           }, 
15474           "default": {
15475             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15476           }
15477         }, 
15478         "summary": "returns flavor", 
15479         "tags": [
15480           "CloudInfrastructure"
15481         ]
15482       }, 
15483       "patch": {
15484         "consumes": [
15485           "application/json"
15486         ], 
15487         "description": "Update an existing flavor\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
15488         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
15489         "parameters": [
15490           {
15491             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15492             "example": "__CLOUD-OWNER__", 
15493             "in": "path", 
15494             "name": "cloud-owner", 
15495             "required": true, 
15496             "type": "string"
15497           }, 
15498           {
15499             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15500             "example": "__CLOUD-REGION-ID__", 
15501             "in": "path", 
15502             "name": "cloud-region-id", 
15503             "required": true, 
15504             "type": "string"
15505           }, 
15506           {
15507             "description": "Flavor id, expected to be unique across cloud-region.", 
15508             "example": "__FLAVOR-ID__", 
15509             "in": "path", 
15510             "name": "flavor-id", 
15511             "required": true, 
15512             "type": "string"
15513           }, 
15514           {
15515             "description": "flavor object that needs to be updated.", 
15516             "in": "body", 
15517             "name": "body", 
15518             "required": true, 
15519             "schema": {
15520               "$ref": "#/definitions/zzzz-patch-flavor"
15521             }
15522           }
15523         ], 
15524         "produces": [
15525           "application/json"
15526         ], 
15527         "responses": {
15528           "default": {
15529             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15530           }
15531         }, 
15532         "summary": "update an existing flavor", 
15533         "tags": [
15534           "CloudInfrastructure"
15535         ]
15536       }, 
15537       "put": {
15538         "consumes": [
15539           "application/json", 
15540           "application/xml"
15541         ], 
15542         "description": "Create or update an existing flavor.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
15543         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
15544         "parameters": [
15545           {
15546             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15547             "example": "__CLOUD-OWNER__", 
15548             "in": "path", 
15549             "name": "cloud-owner", 
15550             "required": true, 
15551             "type": "string"
15552           }, 
15553           {
15554             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15555             "example": "__CLOUD-REGION-ID__", 
15556             "in": "path", 
15557             "name": "cloud-region-id", 
15558             "required": true, 
15559             "type": "string"
15560           }, 
15561           {
15562             "description": "Flavor id, expected to be unique across cloud-region.", 
15563             "example": "__FLAVOR-ID__", 
15564             "in": "path", 
15565             "name": "flavor-id", 
15566             "required": true, 
15567             "type": "string"
15568           }, 
15569           {
15570             "description": "flavor object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor.json)", 
15571             "in": "body", 
15572             "name": "body", 
15573             "required": true, 
15574             "schema": {
15575               "$ref": "#/definitions/flavor"
15576             }
15577           }
15578         ], 
15579         "produces": [
15580           "application/json", 
15581           "application/xml"
15582         ], 
15583         "responses": {
15584           "default": {
15585             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15586           }
15587         }, 
15588         "summary": "create or update an existing flavor", 
15589         "tags": [
15590           "CloudInfrastructure"
15591         ]
15592       }
15593     }, 
15594     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}/relationship-list/relationship": {
15595       "delete": {
15596         "consumes": [
15597           "application/json", 
15598           "application/xml"
15599         ], 
15600         "description": "delete an existing relationship", 
15601         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorRelationshipListRelationship", 
15602         "parameters": [
15603           {
15604             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15605             "example": "__CLOUD-OWNER__", 
15606             "in": "path", 
15607             "name": "cloud-owner", 
15608             "required": true, 
15609             "type": "string"
15610           }, 
15611           {
15612             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15613             "example": "__CLOUD-REGION-ID__", 
15614             "in": "path", 
15615             "name": "cloud-region-id", 
15616             "required": true, 
15617             "type": "string"
15618           }, 
15619           {
15620             "description": "Flavor id, expected to be unique across cloud-region.", 
15621             "example": "__FLAVOR-ID__", 
15622             "in": "path", 
15623             "name": "flavor-id", 
15624             "required": true, 
15625             "type": "string"
15626           }
15627         ], 
15628         "produces": [
15629           "application/json", 
15630           "application/xml"
15631         ], 
15632         "responses": {
15633           "default": {
15634             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15635           }
15636         }, 
15637         "summary": "delete an existing relationship", 
15638         "tags": [
15639           "CloudInfrastructure"
15640         ]
15641       }, 
15642       "put": {
15643         "consumes": [
15644           "application/json", 
15645           "application/xml"
15646         ], 
15647         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorRelationshipListRelationship", 
15648         "parameters": [
15649           {
15650             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15651             "example": "__CLOUD-OWNER__", 
15652             "in": "path", 
15653             "name": "cloud-owner", 
15654             "required": true, 
15655             "type": "string"
15656           }, 
15657           {
15658             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15659             "example": "__CLOUD-REGION-ID__", 
15660             "in": "path", 
15661             "name": "cloud-region-id", 
15662             "required": true, 
15663             "type": "string"
15664           }, 
15665           {
15666             "description": "Flavor id, expected to be unique across cloud-region.", 
15667             "example": "__FLAVOR-ID__", 
15668             "in": "path", 
15669             "name": "flavor-id", 
15670             "required": true, 
15671             "type": "string"
15672           }, 
15673           {
15674             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor.json)", 
15675             "in": "body", 
15676             "name": "body", 
15677             "required": true, 
15678             "schema": {
15679               "$ref": "#/definitions/relationship-dict"
15680             }
15681           }
15682         ], 
15683         "produces": [
15684           "application/json", 
15685           "application/xml"
15686         ], 
15687         "responses": {
15688           "default": {
15689             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15690           }
15691         }, 
15692         "summary": "see node definition for valid relationships", 
15693         "tags": [
15694           "CloudInfrastructure"
15695         ]
15696       }
15697     }, 
15698     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/group-assignments": {
15699       "get": {
15700         "description": "returns group-assignments", 
15701         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionGroupAssignments", 
15702         "parameters": [
15703           {
15704             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15705             "example": "__CLOUD-OWNER__", 
15706             "in": "path", 
15707             "name": "cloud-owner", 
15708             "required": true, 
15709             "type": "string"
15710           }, 
15711           {
15712             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15713             "example": "__CLOUD-REGION-ID__", 
15714             "in": "path", 
15715             "name": "cloud-region-id", 
15716             "required": true, 
15717             "type": "string"
15718           }, 
15719           {
15720             "description": "n/a", 
15721             "in": "query", 
15722             "name": "group-id", 
15723             "required": false, 
15724             "type": "string"
15725           }, 
15726           {
15727             "description": "n/a", 
15728             "in": "query", 
15729             "name": "group-type", 
15730             "required": false, 
15731             "type": "string"
15732           }, 
15733           {
15734             "description": "n/a", 
15735             "in": "query", 
15736             "name": "group-name", 
15737             "required": false, 
15738             "type": "string"
15739           }
15740         ], 
15741         "produces": [
15742           "application/json", 
15743           "application/xml"
15744         ], 
15745         "responses": {
15746           "200": {
15747             "description": "successful operation", 
15748             "schema": {
15749               "$ref": "#/definitions/group-assignments"
15750             }
15751           }, 
15752           "default": {
15753             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15754           }
15755         }, 
15756         "summary": "returns group-assignments", 
15757         "tags": [
15758           "CloudInfrastructure"
15759         ]
15760       }
15761     }, 
15762     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/group-assignments/group-assignment/{group-id}": {
15763       "delete": {
15764         "consumes": [
15765           "application/json", 
15766           "application/xml"
15767         ], 
15768         "description": "delete an existing group-assignment", 
15769         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
15770         "parameters": [
15771           {
15772             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15773             "example": "__CLOUD-OWNER__", 
15774             "in": "path", 
15775             "name": "cloud-owner", 
15776             "required": true, 
15777             "type": "string"
15778           }, 
15779           {
15780             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15781             "example": "__CLOUD-REGION-ID__", 
15782             "in": "path", 
15783             "name": "cloud-region-id", 
15784             "required": true, 
15785             "type": "string"
15786           }, 
15787           {
15788             "description": "Group id, expected to be unique across cloud-region.", 
15789             "example": "__GROUP-ID__", 
15790             "in": "path", 
15791             "name": "group-id", 
15792             "required": true, 
15793             "type": "string"
15794           }, 
15795           {
15796             "description": "resource-version for concurrency", 
15797             "in": "query", 
15798             "name": "resource-version", 
15799             "required": true, 
15800             "type": "string"
15801           }
15802         ], 
15803         "produces": [
15804           "application/json", 
15805           "application/xml"
15806         ], 
15807         "responses": {
15808           "default": {
15809             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15810           }
15811         }, 
15812         "summary": "delete an existing group-assignment", 
15813         "tags": [
15814           "CloudInfrastructure"
15815         ]
15816       }, 
15817       "get": {
15818         "description": "returns group-assignment", 
15819         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
15820         "parameters": [
15821           {
15822             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15823             "example": "__CLOUD-OWNER__", 
15824             "in": "path", 
15825             "name": "cloud-owner", 
15826             "required": true, 
15827             "type": "string"
15828           }, 
15829           {
15830             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15831             "example": "__CLOUD-REGION-ID__", 
15832             "in": "path", 
15833             "name": "cloud-region-id", 
15834             "required": true, 
15835             "type": "string"
15836           }, 
15837           {
15838             "description": "Group id, expected to be unique across cloud-region.", 
15839             "example": "__GROUP-ID__", 
15840             "in": "path", 
15841             "name": "group-id", 
15842             "required": true, 
15843             "type": "string"
15844           }
15845         ], 
15846         "produces": [
15847           "application/json", 
15848           "application/xml"
15849         ], 
15850         "responses": {
15851           "200": {
15852             "description": "successful operation", 
15853             "schema": {
15854               "$ref": "#/definitions/group-assignment"
15855             }
15856           }, 
15857           "default": {
15858             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15859           }
15860         }, 
15861         "summary": "returns group-assignment", 
15862         "tags": [
15863           "CloudInfrastructure"
15864         ]
15865       }, 
15866       "patch": {
15867         "consumes": [
15868           "application/json"
15869         ], 
15870         "description": "Update an existing group-assignment\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
15871         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
15872         "parameters": [
15873           {
15874             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15875             "example": "__CLOUD-OWNER__", 
15876             "in": "path", 
15877             "name": "cloud-owner", 
15878             "required": true, 
15879             "type": "string"
15880           }, 
15881           {
15882             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15883             "example": "__CLOUD-REGION-ID__", 
15884             "in": "path", 
15885             "name": "cloud-region-id", 
15886             "required": true, 
15887             "type": "string"
15888           }, 
15889           {
15890             "description": "Group id, expected to be unique across cloud-region.", 
15891             "example": "__GROUP-ID__", 
15892             "in": "path", 
15893             "name": "group-id", 
15894             "required": true, 
15895             "type": "string"
15896           }, 
15897           {
15898             "description": "group-assignment object that needs to be updated.", 
15899             "in": "body", 
15900             "name": "body", 
15901             "required": true, 
15902             "schema": {
15903               "$ref": "#/definitions/zzzz-patch-group-assignment"
15904             }
15905           }
15906         ], 
15907         "produces": [
15908           "application/json"
15909         ], 
15910         "responses": {
15911           "default": {
15912             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15913           }
15914         }, 
15915         "summary": "update an existing group-assignment", 
15916         "tags": [
15917           "CloudInfrastructure"
15918         ]
15919       }, 
15920       "put": {
15921         "consumes": [
15922           "application/json", 
15923           "application/xml"
15924         ], 
15925         "description": "Create or update an existing group-assignment.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
15926         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
15927         "parameters": [
15928           {
15929             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15930             "example": "__CLOUD-OWNER__", 
15931             "in": "path", 
15932             "name": "cloud-owner", 
15933             "required": true, 
15934             "type": "string"
15935           }, 
15936           {
15937             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15938             "example": "__CLOUD-REGION-ID__", 
15939             "in": "path", 
15940             "name": "cloud-region-id", 
15941             "required": true, 
15942             "type": "string"
15943           }, 
15944           {
15945             "description": "Group id, expected to be unique across cloud-region.", 
15946             "example": "__GROUP-ID__", 
15947             "in": "path", 
15948             "name": "group-id", 
15949             "required": true, 
15950             "type": "string"
15951           }, 
15952           {
15953             "description": "group-assignment object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment.json)", 
15954             "in": "body", 
15955             "name": "body", 
15956             "required": true, 
15957             "schema": {
15958               "$ref": "#/definitions/group-assignment"
15959             }
15960           }
15961         ], 
15962         "produces": [
15963           "application/json", 
15964           "application/xml"
15965         ], 
15966         "responses": {
15967           "default": {
15968             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15969           }
15970         }, 
15971         "summary": "create or update an existing group-assignment", 
15972         "tags": [
15973           "CloudInfrastructure"
15974         ]
15975       }
15976     }, 
15977     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/group-assignments/group-assignment/{group-id}/relationship-list/relationship": {
15978       "delete": {
15979         "consumes": [
15980           "application/json", 
15981           "application/xml"
15982         ], 
15983         "description": "delete an existing relationship", 
15984         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignmentRelationshipListRelationship", 
15985         "parameters": [
15986           {
15987             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
15988             "example": "__CLOUD-OWNER__", 
15989             "in": "path", 
15990             "name": "cloud-owner", 
15991             "required": true, 
15992             "type": "string"
15993           }, 
15994           {
15995             "description": "Identifier used by the vendor for the region. Second part of composite key", 
15996             "example": "__CLOUD-REGION-ID__", 
15997             "in": "path", 
15998             "name": "cloud-region-id", 
15999             "required": true, 
16000             "type": "string"
16001           }, 
16002           {
16003             "description": "Group id, expected to be unique across cloud-region.", 
16004             "example": "__GROUP-ID__", 
16005             "in": "path", 
16006             "name": "group-id", 
16007             "required": true, 
16008             "type": "string"
16009           }
16010         ], 
16011         "produces": [
16012           "application/json", 
16013           "application/xml"
16014         ], 
16015         "responses": {
16016           "default": {
16017             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16018           }
16019         }, 
16020         "summary": "delete an existing relationship", 
16021         "tags": [
16022           "CloudInfrastructure"
16023         ]
16024       }, 
16025       "put": {
16026         "consumes": [
16027           "application/json", 
16028           "application/xml"
16029         ], 
16030         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignmentRelationshipListRelationship", 
16031         "parameters": [
16032           {
16033             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16034             "example": "__CLOUD-OWNER__", 
16035             "in": "path", 
16036             "name": "cloud-owner", 
16037             "required": true, 
16038             "type": "string"
16039           }, 
16040           {
16041             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16042             "example": "__CLOUD-REGION-ID__", 
16043             "in": "path", 
16044             "name": "cloud-region-id", 
16045             "required": true, 
16046             "type": "string"
16047           }, 
16048           {
16049             "description": "Group id, expected to be unique across cloud-region.", 
16050             "example": "__GROUP-ID__", 
16051             "in": "path", 
16052             "name": "group-id", 
16053             "required": true, 
16054             "type": "string"
16055           }, 
16056           {
16057             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment.json)", 
16058             "in": "body", 
16059             "name": "body", 
16060             "required": true, 
16061             "schema": {
16062               "$ref": "#/definitions/relationship-dict"
16063             }
16064           }
16065         ], 
16066         "produces": [
16067           "application/json", 
16068           "application/xml"
16069         ], 
16070         "responses": {
16071           "default": {
16072             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16073           }
16074         }, 
16075         "summary": "see node definition for valid relationships", 
16076         "tags": [
16077           "CloudInfrastructure"
16078         ]
16079       }
16080     }, 
16081     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images": {
16082       "get": {
16083         "description": "returns images", 
16084         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImages", 
16085         "parameters": [
16086           {
16087             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16088             "example": "__CLOUD-OWNER__", 
16089             "in": "path", 
16090             "name": "cloud-owner", 
16091             "required": true, 
16092             "type": "string"
16093           }, 
16094           {
16095             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16096             "example": "__CLOUD-REGION-ID__", 
16097             "in": "path", 
16098             "name": "cloud-region-id", 
16099             "required": true, 
16100             "type": "string"
16101           }, 
16102           {
16103             "description": "n/a", 
16104             "in": "query", 
16105             "name": "image-id", 
16106             "required": false, 
16107             "type": "string"
16108           }, 
16109           {
16110             "description": "n/a", 
16111             "in": "query", 
16112             "name": "image-name", 
16113             "required": false, 
16114             "type": "string"
16115           }, 
16116           {
16117             "description": "n/a", 
16118             "in": "query", 
16119             "name": "application", 
16120             "required": false, 
16121             "type": "string"
16122           }, 
16123           {
16124             "description": "n/a", 
16125             "in": "query", 
16126             "name": "application-vendor", 
16127             "required": false, 
16128             "type": "string"
16129           }, 
16130           {
16131             "description": "n/a", 
16132             "in": "query", 
16133             "name": "application-version", 
16134             "required": false, 
16135             "type": "string"
16136           }
16137         ], 
16138         "produces": [
16139           "application/json", 
16140           "application/xml"
16141         ], 
16142         "responses": {
16143           "200": {
16144             "description": "successful operation", 
16145             "schema": {
16146               "$ref": "#/definitions/images"
16147             }
16148           }, 
16149           "default": {
16150             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16151           }
16152         }, 
16153         "summary": "returns images", 
16154         "tags": [
16155           "CloudInfrastructure"
16156         ]
16157       }
16158     }, 
16159     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images/image/{image-id}": {
16160       "delete": {
16161         "consumes": [
16162           "application/json", 
16163           "application/xml"
16164         ], 
16165         "description": "delete an existing image", 
16166         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
16167         "parameters": [
16168           {
16169             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16170             "example": "__CLOUD-OWNER__", 
16171             "in": "path", 
16172             "name": "cloud-owner", 
16173             "required": true, 
16174             "type": "string"
16175           }, 
16176           {
16177             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16178             "example": "__CLOUD-REGION-ID__", 
16179             "in": "path", 
16180             "name": "cloud-region-id", 
16181             "required": true, 
16182             "type": "string"
16183           }, 
16184           {
16185             "description": "Image id, expected to be unique across cloud region", 
16186             "example": "__IMAGE-ID__", 
16187             "in": "path", 
16188             "name": "image-id", 
16189             "required": true, 
16190             "type": "string"
16191           }, 
16192           {
16193             "description": "resource-version for concurrency", 
16194             "in": "query", 
16195             "name": "resource-version", 
16196             "required": true, 
16197             "type": "string"
16198           }
16199         ], 
16200         "produces": [
16201           "application/json", 
16202           "application/xml"
16203         ], 
16204         "responses": {
16205           "default": {
16206             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16207           }
16208         }, 
16209         "summary": "delete an existing image", 
16210         "tags": [
16211           "CloudInfrastructure"
16212         ]
16213       }, 
16214       "get": {
16215         "description": "returns image", 
16216         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
16217         "parameters": [
16218           {
16219             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16220             "example": "__CLOUD-OWNER__", 
16221             "in": "path", 
16222             "name": "cloud-owner", 
16223             "required": true, 
16224             "type": "string"
16225           }, 
16226           {
16227             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16228             "example": "__CLOUD-REGION-ID__", 
16229             "in": "path", 
16230             "name": "cloud-region-id", 
16231             "required": true, 
16232             "type": "string"
16233           }, 
16234           {
16235             "description": "Image id, expected to be unique across cloud region", 
16236             "example": "__IMAGE-ID__", 
16237             "in": "path", 
16238             "name": "image-id", 
16239             "required": true, 
16240             "type": "string"
16241           }
16242         ], 
16243         "produces": [
16244           "application/json", 
16245           "application/xml"
16246         ], 
16247         "responses": {
16248           "200": {
16249             "description": "successful operation", 
16250             "schema": {
16251               "$ref": "#/definitions/image"
16252             }
16253           }, 
16254           "default": {
16255             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16256           }
16257         }, 
16258         "summary": "returns image", 
16259         "tags": [
16260           "CloudInfrastructure"
16261         ]
16262       }, 
16263       "patch": {
16264         "consumes": [
16265           "application/json"
16266         ], 
16267         "description": "Update an existing image\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
16268         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
16269         "parameters": [
16270           {
16271             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16272             "example": "__CLOUD-OWNER__", 
16273             "in": "path", 
16274             "name": "cloud-owner", 
16275             "required": true, 
16276             "type": "string"
16277           }, 
16278           {
16279             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16280             "example": "__CLOUD-REGION-ID__", 
16281             "in": "path", 
16282             "name": "cloud-region-id", 
16283             "required": true, 
16284             "type": "string"
16285           }, 
16286           {
16287             "description": "Image id, expected to be unique across cloud region", 
16288             "example": "__IMAGE-ID__", 
16289             "in": "path", 
16290             "name": "image-id", 
16291             "required": true, 
16292             "type": "string"
16293           }, 
16294           {
16295             "description": "image object that needs to be updated.", 
16296             "in": "body", 
16297             "name": "body", 
16298             "required": true, 
16299             "schema": {
16300               "$ref": "#/definitions/zzzz-patch-image"
16301             }
16302           }
16303         ], 
16304         "produces": [
16305           "application/json"
16306         ], 
16307         "responses": {
16308           "default": {
16309             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16310           }
16311         }, 
16312         "summary": "update an existing image", 
16313         "tags": [
16314           "CloudInfrastructure"
16315         ]
16316       }, 
16317       "put": {
16318         "consumes": [
16319           "application/json", 
16320           "application/xml"
16321         ], 
16322         "description": "Create or update an existing image.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
16323         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
16324         "parameters": [
16325           {
16326             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16327             "example": "__CLOUD-OWNER__", 
16328             "in": "path", 
16329             "name": "cloud-owner", 
16330             "required": true, 
16331             "type": "string"
16332           }, 
16333           {
16334             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16335             "example": "__CLOUD-REGION-ID__", 
16336             "in": "path", 
16337             "name": "cloud-region-id", 
16338             "required": true, 
16339             "type": "string"
16340           }, 
16341           {
16342             "description": "Image id, expected to be unique across cloud region", 
16343             "example": "__IMAGE-ID__", 
16344             "in": "path", 
16345             "name": "image-id", 
16346             "required": true, 
16347             "type": "string"
16348           }, 
16349           {
16350             "description": "image object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionImagesImage.json)", 
16351             "in": "body", 
16352             "name": "body", 
16353             "required": true, 
16354             "schema": {
16355               "$ref": "#/definitions/image"
16356             }
16357           }
16358         ], 
16359         "produces": [
16360           "application/json", 
16361           "application/xml"
16362         ], 
16363         "responses": {
16364           "default": {
16365             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16366           }
16367         }, 
16368         "summary": "create or update an existing image", 
16369         "tags": [
16370           "CloudInfrastructure"
16371         ]
16372       }
16373     }, 
16374     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images/image/{image-id}/metadata": {
16375       "get": {
16376         "description": "returns metadata", 
16377         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadata", 
16378         "parameters": [
16379           {
16380             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16381             "example": "__CLOUD-OWNER__", 
16382             "in": "path", 
16383             "name": "cloud-owner", 
16384             "required": true, 
16385             "type": "string"
16386           }, 
16387           {
16388             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16389             "example": "__CLOUD-REGION-ID__", 
16390             "in": "path", 
16391             "name": "cloud-region-id", 
16392             "required": true, 
16393             "type": "string"
16394           }, 
16395           {
16396             "description": "Image id, expected to be unique across cloud region", 
16397             "example": "__IMAGE-ID__", 
16398             "in": "path", 
16399             "name": "image-id", 
16400             "required": true, 
16401             "type": "string"
16402           }, 
16403           {
16404             "description": "n/a", 
16405             "in": "query", 
16406             "name": "metaname", 
16407             "required": false, 
16408             "type": "string"
16409           }
16410         ], 
16411         "produces": [
16412           "application/json", 
16413           "application/xml"
16414         ], 
16415         "responses": {
16416           "200": {
16417             "description": "successful operation", 
16418             "schema": {
16419               "$ref": "#/definitions/metadata"
16420             }
16421           }, 
16422           "default": {
16423             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16424           }
16425         }, 
16426         "summary": "returns metadata", 
16427         "tags": [
16428           "CloudInfrastructure"
16429         ]
16430       }
16431     }, 
16432     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images/image/{image-id}/metadata/metadatum/{metaname}": {
16433       "delete": {
16434         "consumes": [
16435           "application/json", 
16436           "application/xml"
16437         ], 
16438         "description": "delete an existing metadatum", 
16439         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
16440         "parameters": [
16441           {
16442             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16443             "example": "__CLOUD-OWNER__", 
16444             "in": "path", 
16445             "name": "cloud-owner", 
16446             "required": true, 
16447             "type": "string"
16448           }, 
16449           {
16450             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16451             "example": "__CLOUD-REGION-ID__", 
16452             "in": "path", 
16453             "name": "cloud-region-id", 
16454             "required": true, 
16455             "type": "string"
16456           }, 
16457           {
16458             "description": "Image id, expected to be unique across cloud region", 
16459             "example": "__IMAGE-ID__", 
16460             "in": "path", 
16461             "name": "image-id", 
16462             "required": true, 
16463             "type": "string"
16464           }, 
16465           {
16466             "example": "__METANAME__", 
16467             "in": "path", 
16468             "name": "metaname", 
16469             "required": true, 
16470             "type": "string"
16471           }, 
16472           {
16473             "description": "resource-version for concurrency", 
16474             "in": "query", 
16475             "name": "resource-version", 
16476             "required": true, 
16477             "type": "string"
16478           }
16479         ], 
16480         "produces": [
16481           "application/json", 
16482           "application/xml"
16483         ], 
16484         "responses": {
16485           "default": {
16486             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16487           }
16488         }, 
16489         "summary": "delete an existing metadatum", 
16490         "tags": [
16491           "CloudInfrastructure"
16492         ]
16493       }, 
16494       "get": {
16495         "description": "returns metadatum", 
16496         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
16497         "parameters": [
16498           {
16499             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16500             "example": "__CLOUD-OWNER__", 
16501             "in": "path", 
16502             "name": "cloud-owner", 
16503             "required": true, 
16504             "type": "string"
16505           }, 
16506           {
16507             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16508             "example": "__CLOUD-REGION-ID__", 
16509             "in": "path", 
16510             "name": "cloud-region-id", 
16511             "required": true, 
16512             "type": "string"
16513           }, 
16514           {
16515             "description": "Image id, expected to be unique across cloud region", 
16516             "example": "__IMAGE-ID__", 
16517             "in": "path", 
16518             "name": "image-id", 
16519             "required": true, 
16520             "type": "string"
16521           }, 
16522           {
16523             "example": "__METANAME__", 
16524             "in": "path", 
16525             "name": "metaname", 
16526             "required": true, 
16527             "type": "string"
16528           }
16529         ], 
16530         "produces": [
16531           "application/json", 
16532           "application/xml"
16533         ], 
16534         "responses": {
16535           "200": {
16536             "description": "successful operation", 
16537             "schema": {
16538               "$ref": "#/definitions/metadatum"
16539             }
16540           }, 
16541           "default": {
16542             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16543           }
16544         }, 
16545         "summary": "returns metadatum", 
16546         "tags": [
16547           "CloudInfrastructure"
16548         ]
16549       }, 
16550       "patch": {
16551         "consumes": [
16552           "application/json"
16553         ], 
16554         "description": "Update an existing metadatum\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
16555         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
16556         "parameters": [
16557           {
16558             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16559             "example": "__CLOUD-OWNER__", 
16560             "in": "path", 
16561             "name": "cloud-owner", 
16562             "required": true, 
16563             "type": "string"
16564           }, 
16565           {
16566             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16567             "example": "__CLOUD-REGION-ID__", 
16568             "in": "path", 
16569             "name": "cloud-region-id", 
16570             "required": true, 
16571             "type": "string"
16572           }, 
16573           {
16574             "description": "Image id, expected to be unique across cloud region", 
16575             "example": "__IMAGE-ID__", 
16576             "in": "path", 
16577             "name": "image-id", 
16578             "required": true, 
16579             "type": "string"
16580           }, 
16581           {
16582             "example": "__METANAME__", 
16583             "in": "path", 
16584             "name": "metaname", 
16585             "required": true, 
16586             "type": "string"
16587           }, 
16588           {
16589             "description": "metadatum object that needs to be updated.", 
16590             "in": "body", 
16591             "name": "body", 
16592             "required": true, 
16593             "schema": {
16594               "$ref": "#/definitions/zzzz-patch-metadatum"
16595             }
16596           }
16597         ], 
16598         "produces": [
16599           "application/json"
16600         ], 
16601         "responses": {
16602           "default": {
16603             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16604           }
16605         }, 
16606         "summary": "update an existing metadatum", 
16607         "tags": [
16608           "CloudInfrastructure"
16609         ]
16610       }, 
16611       "put": {
16612         "consumes": [
16613           "application/json", 
16614           "application/xml"
16615         ], 
16616         "description": "Create or update an existing metadatum.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
16617         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
16618         "parameters": [
16619           {
16620             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16621             "example": "__CLOUD-OWNER__", 
16622             "in": "path", 
16623             "name": "cloud-owner", 
16624             "required": true, 
16625             "type": "string"
16626           }, 
16627           {
16628             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16629             "example": "__CLOUD-REGION-ID__", 
16630             "in": "path", 
16631             "name": "cloud-region-id", 
16632             "required": true, 
16633             "type": "string"
16634           }, 
16635           {
16636             "description": "Image id, expected to be unique across cloud region", 
16637             "example": "__IMAGE-ID__", 
16638             "in": "path", 
16639             "name": "image-id", 
16640             "required": true, 
16641             "type": "string"
16642           }, 
16643           {
16644             "example": "__METANAME__", 
16645             "in": "path", 
16646             "name": "metaname", 
16647             "required": true, 
16648             "type": "string"
16649           }, 
16650           {
16651             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum.json)", 
16652             "in": "body", 
16653             "name": "body", 
16654             "required": true, 
16655             "schema": {
16656               "$ref": "#/definitions/metadatum"
16657             }
16658           }
16659         ], 
16660         "produces": [
16661           "application/json", 
16662           "application/xml"
16663         ], 
16664         "responses": {
16665           "default": {
16666             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16667           }
16668         }, 
16669         "summary": "create or update an existing metadatum", 
16670         "tags": [
16671           "CloudInfrastructure"
16672         ]
16673       }
16674     }, 
16675     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images/image/{image-id}/relationship-list/relationship": {
16676       "delete": {
16677         "consumes": [
16678           "application/json", 
16679           "application/xml"
16680         ], 
16681         "description": "delete an existing relationship", 
16682         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImageRelationshipListRelationship", 
16683         "parameters": [
16684           {
16685             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16686             "example": "__CLOUD-OWNER__", 
16687             "in": "path", 
16688             "name": "cloud-owner", 
16689             "required": true, 
16690             "type": "string"
16691           }, 
16692           {
16693             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16694             "example": "__CLOUD-REGION-ID__", 
16695             "in": "path", 
16696             "name": "cloud-region-id", 
16697             "required": true, 
16698             "type": "string"
16699           }, 
16700           {
16701             "description": "Image id, expected to be unique across cloud region", 
16702             "example": "__IMAGE-ID__", 
16703             "in": "path", 
16704             "name": "image-id", 
16705             "required": true, 
16706             "type": "string"
16707           }
16708         ], 
16709         "produces": [
16710           "application/json", 
16711           "application/xml"
16712         ], 
16713         "responses": {
16714           "default": {
16715             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16716           }
16717         }, 
16718         "summary": "delete an existing relationship", 
16719         "tags": [
16720           "CloudInfrastructure"
16721         ]
16722       }, 
16723       "put": {
16724         "consumes": [
16725           "application/json", 
16726           "application/xml"
16727         ], 
16728         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageRelationshipListRelationship", 
16729         "parameters": [
16730           {
16731             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16732             "example": "__CLOUD-OWNER__", 
16733             "in": "path", 
16734             "name": "cloud-owner", 
16735             "required": true, 
16736             "type": "string"
16737           }, 
16738           {
16739             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16740             "example": "__CLOUD-REGION-ID__", 
16741             "in": "path", 
16742             "name": "cloud-region-id", 
16743             "required": true, 
16744             "type": "string"
16745           }, 
16746           {
16747             "description": "Image id, expected to be unique across cloud region", 
16748             "example": "__IMAGE-ID__", 
16749             "in": "path", 
16750             "name": "image-id", 
16751             "required": true, 
16752             "type": "string"
16753           }, 
16754           {
16755             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionImagesImage.json)", 
16756             "in": "body", 
16757             "name": "body", 
16758             "required": true, 
16759             "schema": {
16760               "$ref": "#/definitions/relationship-dict"
16761             }
16762           }
16763         ], 
16764         "produces": [
16765           "application/json", 
16766           "application/xml"
16767         ], 
16768         "responses": {
16769           "default": {
16770             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16771           }
16772         }, 
16773         "summary": "see node definition for valid relationships", 
16774         "tags": [
16775           "CloudInfrastructure"
16776         ]
16777       }
16778     }, 
16779     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/oam-networks": {
16780       "get": {
16781         "description": "returns oam-networks", 
16782         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionOamNetworks", 
16783         "parameters": [
16784           {
16785             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16786             "example": "__CLOUD-OWNER__", 
16787             "in": "path", 
16788             "name": "cloud-owner", 
16789             "required": true, 
16790             "type": "string"
16791           }, 
16792           {
16793             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16794             "example": "__CLOUD-REGION-ID__", 
16795             "in": "path", 
16796             "name": "cloud-region-id", 
16797             "required": true, 
16798             "type": "string"
16799           }, 
16800           {
16801             "description": "n/a", 
16802             "in": "query", 
16803             "name": "network-uuid", 
16804             "required": false, 
16805             "type": "string"
16806           }, 
16807           {
16808             "description": "n/a", 
16809             "in": "query", 
16810             "name": "network-name", 
16811             "required": false, 
16812             "type": "string"
16813           }, 
16814           {
16815             "description": "n/a", 
16816             "format": "int64", 
16817             "in": "query", 
16818             "name": "cvlan-tag", 
16819             "required": false, 
16820             "type": "integer"
16821           }
16822         ], 
16823         "produces": [
16824           "application/json", 
16825           "application/xml"
16826         ], 
16827         "responses": {
16828           "200": {
16829             "description": "successful operation", 
16830             "schema": {
16831               "$ref": "#/definitions/oam-networks"
16832             }
16833           }, 
16834           "default": {
16835             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16836           }
16837         }, 
16838         "summary": "returns oam-networks", 
16839         "tags": [
16840           "CloudInfrastructure"
16841         ]
16842       }
16843     }, 
16844     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/oam-networks/oam-network/{network-uuid}": {
16845       "delete": {
16846         "consumes": [
16847           "application/json", 
16848           "application/xml"
16849         ], 
16850         "description": "delete an existing oam-network", 
16851         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
16852         "parameters": [
16853           {
16854             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16855             "example": "__CLOUD-OWNER__", 
16856             "in": "path", 
16857             "name": "cloud-owner", 
16858             "required": true, 
16859             "type": "string"
16860           }, 
16861           {
16862             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16863             "example": "__CLOUD-REGION-ID__", 
16864             "in": "path", 
16865             "name": "cloud-region-id", 
16866             "required": true, 
16867             "type": "string"
16868           }, 
16869           {
16870             "description": "UUID of the network. Unique across a cloud-region", 
16871             "example": "__NETWORK-UUID__", 
16872             "in": "path", 
16873             "name": "network-uuid", 
16874             "required": true, 
16875             "type": "string"
16876           }, 
16877           {
16878             "description": "resource-version for concurrency", 
16879             "in": "query", 
16880             "name": "resource-version", 
16881             "required": true, 
16882             "type": "string"
16883           }
16884         ], 
16885         "produces": [
16886           "application/json", 
16887           "application/xml"
16888         ], 
16889         "responses": {
16890           "default": {
16891             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16892           }
16893         }, 
16894         "summary": "delete an existing oam-network", 
16895         "tags": [
16896           "CloudInfrastructure"
16897         ]
16898       }, 
16899       "get": {
16900         "description": "returns oam-network", 
16901         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
16902         "parameters": [
16903           {
16904             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16905             "example": "__CLOUD-OWNER__", 
16906             "in": "path", 
16907             "name": "cloud-owner", 
16908             "required": true, 
16909             "type": "string"
16910           }, 
16911           {
16912             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16913             "example": "__CLOUD-REGION-ID__", 
16914             "in": "path", 
16915             "name": "cloud-region-id", 
16916             "required": true, 
16917             "type": "string"
16918           }, 
16919           {
16920             "description": "UUID of the network. Unique across a cloud-region", 
16921             "example": "__NETWORK-UUID__", 
16922             "in": "path", 
16923             "name": "network-uuid", 
16924             "required": true, 
16925             "type": "string"
16926           }
16927         ], 
16928         "produces": [
16929           "application/json", 
16930           "application/xml"
16931         ], 
16932         "responses": {
16933           "200": {
16934             "description": "successful operation", 
16935             "schema": {
16936               "$ref": "#/definitions/oam-network"
16937             }
16938           }, 
16939           "default": {
16940             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16941           }
16942         }, 
16943         "summary": "returns oam-network", 
16944         "tags": [
16945           "CloudInfrastructure"
16946         ]
16947       }, 
16948       "patch": {
16949         "consumes": [
16950           "application/json"
16951         ], 
16952         "description": "Update an existing oam-network\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
16953         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
16954         "parameters": [
16955           {
16956             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
16957             "example": "__CLOUD-OWNER__", 
16958             "in": "path", 
16959             "name": "cloud-owner", 
16960             "required": true, 
16961             "type": "string"
16962           }, 
16963           {
16964             "description": "Identifier used by the vendor for the region. Second part of composite key", 
16965             "example": "__CLOUD-REGION-ID__", 
16966             "in": "path", 
16967             "name": "cloud-region-id", 
16968             "required": true, 
16969             "type": "string"
16970           }, 
16971           {
16972             "description": "UUID of the network. Unique across a cloud-region", 
16973             "example": "__NETWORK-UUID__", 
16974             "in": "path", 
16975             "name": "network-uuid", 
16976             "required": true, 
16977             "type": "string"
16978           }, 
16979           {
16980             "description": "oam-network object that needs to be updated.", 
16981             "in": "body", 
16982             "name": "body", 
16983             "required": true, 
16984             "schema": {
16985               "$ref": "#/definitions/zzzz-patch-oam-network"
16986             }
16987           }
16988         ], 
16989         "produces": [
16990           "application/json"
16991         ], 
16992         "responses": {
16993           "default": {
16994             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16995           }
16996         }, 
16997         "summary": "update an existing oam-network", 
16998         "tags": [
16999           "CloudInfrastructure"
17000         ]
17001       }, 
17002       "put": {
17003         "consumes": [
17004           "application/json", 
17005           "application/xml"
17006         ], 
17007         "description": "Create or update an existing oam-network.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
17008         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
17009         "parameters": [
17010           {
17011             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17012             "example": "__CLOUD-OWNER__", 
17013             "in": "path", 
17014             "name": "cloud-owner", 
17015             "required": true, 
17016             "type": "string"
17017           }, 
17018           {
17019             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17020             "example": "__CLOUD-REGION-ID__", 
17021             "in": "path", 
17022             "name": "cloud-region-id", 
17023             "required": true, 
17024             "type": "string"
17025           }, 
17026           {
17027             "description": "UUID of the network. Unique across a cloud-region", 
17028             "example": "__NETWORK-UUID__", 
17029             "in": "path", 
17030             "name": "network-uuid", 
17031             "required": true, 
17032             "type": "string"
17033           }, 
17034           {
17035             "description": "oam-network object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork.json)", 
17036             "in": "body", 
17037             "name": "body", 
17038             "required": true, 
17039             "schema": {
17040               "$ref": "#/definitions/oam-network"
17041             }
17042           }
17043         ], 
17044         "produces": [
17045           "application/json", 
17046           "application/xml"
17047         ], 
17048         "responses": {
17049           "default": {
17050             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17051           }
17052         }, 
17053         "summary": "create or update an existing oam-network", 
17054         "tags": [
17055           "CloudInfrastructure"
17056         ]
17057       }
17058     }, 
17059     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/oam-networks/oam-network/{network-uuid}/relationship-list/relationship": {
17060       "delete": {
17061         "consumes": [
17062           "application/json", 
17063           "application/xml"
17064         ], 
17065         "description": "delete an existing relationship", 
17066         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetworkRelationshipListRelationship", 
17067         "parameters": [
17068           {
17069             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17070             "example": "__CLOUD-OWNER__", 
17071             "in": "path", 
17072             "name": "cloud-owner", 
17073             "required": true, 
17074             "type": "string"
17075           }, 
17076           {
17077             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17078             "example": "__CLOUD-REGION-ID__", 
17079             "in": "path", 
17080             "name": "cloud-region-id", 
17081             "required": true, 
17082             "type": "string"
17083           }, 
17084           {
17085             "description": "UUID of the network. Unique across a cloud-region", 
17086             "example": "__NETWORK-UUID__", 
17087             "in": "path", 
17088             "name": "network-uuid", 
17089             "required": true, 
17090             "type": "string"
17091           }
17092         ], 
17093         "produces": [
17094           "application/json", 
17095           "application/xml"
17096         ], 
17097         "responses": {
17098           "default": {
17099             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17100           }
17101         }, 
17102         "summary": "delete an existing relationship", 
17103         "tags": [
17104           "CloudInfrastructure"
17105         ]
17106       }, 
17107       "put": {
17108         "consumes": [
17109           "application/json", 
17110           "application/xml"
17111         ], 
17112         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetworkRelationshipListRelationship", 
17113         "parameters": [
17114           {
17115             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17116             "example": "__CLOUD-OWNER__", 
17117             "in": "path", 
17118             "name": "cloud-owner", 
17119             "required": true, 
17120             "type": "string"
17121           }, 
17122           {
17123             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17124             "example": "__CLOUD-REGION-ID__", 
17125             "in": "path", 
17126             "name": "cloud-region-id", 
17127             "required": true, 
17128             "type": "string"
17129           }, 
17130           {
17131             "description": "UUID of the network. Unique across a cloud-region", 
17132             "example": "__NETWORK-UUID__", 
17133             "in": "path", 
17134             "name": "network-uuid", 
17135             "required": true, 
17136             "type": "string"
17137           }, 
17138           {
17139             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork.json)", 
17140             "in": "body", 
17141             "name": "body", 
17142             "required": true, 
17143             "schema": {
17144               "$ref": "#/definitions/relationship-dict"
17145             }
17146           }
17147         ], 
17148         "produces": [
17149           "application/json", 
17150           "application/xml"
17151         ], 
17152         "responses": {
17153           "default": {
17154             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17155           }
17156         }, 
17157         "summary": "see node definition for valid relationships", 
17158         "tags": [
17159           "CloudInfrastructure"
17160         ]
17161       }
17162     }, 
17163     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/relationship-list/relationship": {
17164       "delete": {
17165         "consumes": [
17166           "application/json", 
17167           "application/xml"
17168         ], 
17169         "description": "delete an existing relationship", 
17170         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionRelationshipListRelationship", 
17171         "parameters": [
17172           {
17173             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17174             "example": "__CLOUD-OWNER__", 
17175             "in": "path", 
17176             "name": "cloud-owner", 
17177             "required": true, 
17178             "type": "string"
17179           }, 
17180           {
17181             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17182             "example": "__CLOUD-REGION-ID__", 
17183             "in": "path", 
17184             "name": "cloud-region-id", 
17185             "required": true, 
17186             "type": "string"
17187           }
17188         ], 
17189         "produces": [
17190           "application/json", 
17191           "application/xml"
17192         ], 
17193         "responses": {
17194           "default": {
17195             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17196           }
17197         }, 
17198         "summary": "delete an existing relationship", 
17199         "tags": [
17200           "CloudInfrastructure"
17201         ]
17202       }, 
17203       "put": {
17204         "consumes": [
17205           "application/json", 
17206           "application/xml"
17207         ], 
17208         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionRelationshipListRelationship", 
17209         "parameters": [
17210           {
17211             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17212             "example": "__CLOUD-OWNER__", 
17213             "in": "path", 
17214             "name": "cloud-owner", 
17215             "required": true, 
17216             "type": "string"
17217           }, 
17218           {
17219             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17220             "example": "__CLOUD-REGION-ID__", 
17221             "in": "path", 
17222             "name": "cloud-region-id", 
17223             "required": true, 
17224             "type": "string"
17225           }, 
17226           {
17227             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegion.json)", 
17228             "in": "body", 
17229             "name": "body", 
17230             "required": true, 
17231             "schema": {
17232               "$ref": "#/definitions/relationship-dict"
17233             }
17234           }
17235         ], 
17236         "produces": [
17237           "application/json", 
17238           "application/xml"
17239         ], 
17240         "responses": {
17241           "default": {
17242             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17243           }
17244         }, 
17245         "summary": "see node definition for valid relationships", 
17246         "tags": [
17247           "CloudInfrastructure"
17248         ]
17249       }
17250     }, 
17251     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/snapshots": {
17252       "get": {
17253         "description": "returns snapshots", 
17254         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionSnapshots", 
17255         "parameters": [
17256           {
17257             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17258             "example": "__CLOUD-OWNER__", 
17259             "in": "path", 
17260             "name": "cloud-owner", 
17261             "required": true, 
17262             "type": "string"
17263           }, 
17264           {
17265             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17266             "example": "__CLOUD-REGION-ID__", 
17267             "in": "path", 
17268             "name": "cloud-region-id", 
17269             "required": true, 
17270             "type": "string"
17271           }, 
17272           {
17273             "description": "n/a", 
17274             "in": "query", 
17275             "name": "snapshot-id", 
17276             "required": false, 
17277             "type": "string"
17278           }, 
17279           {
17280             "description": "n/a", 
17281             "in": "query", 
17282             "name": "snapshot-name", 
17283             "required": false, 
17284             "type": "string"
17285           }, 
17286           {
17287             "description": "n/a", 
17288             "in": "query", 
17289             "name": "application", 
17290             "required": false, 
17291             "type": "string"
17292           }, 
17293           {
17294             "description": "n/a", 
17295             "in": "query", 
17296             "name": "application-vendor", 
17297             "required": false, 
17298             "type": "string"
17299           }, 
17300           {
17301             "description": "n/a", 
17302             "in": "query", 
17303             "name": "application-version", 
17304             "required": false, 
17305             "type": "string"
17306           }, 
17307           {
17308             "description": "n/a", 
17309             "in": "query", 
17310             "name": "prev-snapshot-id", 
17311             "required": false, 
17312             "type": "string"
17313           }
17314         ], 
17315         "produces": [
17316           "application/json", 
17317           "application/xml"
17318         ], 
17319         "responses": {
17320           "200": {
17321             "description": "successful operation", 
17322             "schema": {
17323               "$ref": "#/definitions/snapshots"
17324             }
17325           }, 
17326           "default": {
17327             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17328           }
17329         }, 
17330         "summary": "returns snapshots", 
17331         "tags": [
17332           "CloudInfrastructure"
17333         ]
17334       }
17335     }, 
17336     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/snapshots/snapshot/{snapshot-id}": {
17337       "delete": {
17338         "consumes": [
17339           "application/json", 
17340           "application/xml"
17341         ], 
17342         "description": "delete an existing snapshot", 
17343         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
17344         "parameters": [
17345           {
17346             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17347             "example": "__CLOUD-OWNER__", 
17348             "in": "path", 
17349             "name": "cloud-owner", 
17350             "required": true, 
17351             "type": "string"
17352           }, 
17353           {
17354             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17355             "example": "__CLOUD-REGION-ID__", 
17356             "in": "path", 
17357             "name": "cloud-region-id", 
17358             "required": true, 
17359             "type": "string"
17360           }, 
17361           {
17362             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
17363             "example": "__SNAPSHOT-ID__", 
17364             "in": "path", 
17365             "name": "snapshot-id", 
17366             "required": true, 
17367             "type": "string"
17368           }, 
17369           {
17370             "description": "resource-version for concurrency", 
17371             "in": "query", 
17372             "name": "resource-version", 
17373             "required": true, 
17374             "type": "string"
17375           }
17376         ], 
17377         "produces": [
17378           "application/json", 
17379           "application/xml"
17380         ], 
17381         "responses": {
17382           "default": {
17383             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17384           }
17385         }, 
17386         "summary": "delete an existing snapshot", 
17387         "tags": [
17388           "CloudInfrastructure"
17389         ]
17390       }, 
17391       "get": {
17392         "description": "returns snapshot", 
17393         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
17394         "parameters": [
17395           {
17396             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17397             "example": "__CLOUD-OWNER__", 
17398             "in": "path", 
17399             "name": "cloud-owner", 
17400             "required": true, 
17401             "type": "string"
17402           }, 
17403           {
17404             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17405             "example": "__CLOUD-REGION-ID__", 
17406             "in": "path", 
17407             "name": "cloud-region-id", 
17408             "required": true, 
17409             "type": "string"
17410           }, 
17411           {
17412             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
17413             "example": "__SNAPSHOT-ID__", 
17414             "in": "path", 
17415             "name": "snapshot-id", 
17416             "required": true, 
17417             "type": "string"
17418           }
17419         ], 
17420         "produces": [
17421           "application/json", 
17422           "application/xml"
17423         ], 
17424         "responses": {
17425           "200": {
17426             "description": "successful operation", 
17427             "schema": {
17428               "$ref": "#/definitions/snapshot"
17429             }
17430           }, 
17431           "default": {
17432             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17433           }
17434         }, 
17435         "summary": "returns snapshot", 
17436         "tags": [
17437           "CloudInfrastructure"
17438         ]
17439       }, 
17440       "patch": {
17441         "consumes": [
17442           "application/json"
17443         ], 
17444         "description": "Update an existing snapshot\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
17445         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
17446         "parameters": [
17447           {
17448             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17449             "example": "__CLOUD-OWNER__", 
17450             "in": "path", 
17451             "name": "cloud-owner", 
17452             "required": true, 
17453             "type": "string"
17454           }, 
17455           {
17456             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17457             "example": "__CLOUD-REGION-ID__", 
17458             "in": "path", 
17459             "name": "cloud-region-id", 
17460             "required": true, 
17461             "type": "string"
17462           }, 
17463           {
17464             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
17465             "example": "__SNAPSHOT-ID__", 
17466             "in": "path", 
17467             "name": "snapshot-id", 
17468             "required": true, 
17469             "type": "string"
17470           }, 
17471           {
17472             "description": "snapshot object that needs to be updated.", 
17473             "in": "body", 
17474             "name": "body", 
17475             "required": true, 
17476             "schema": {
17477               "$ref": "#/definitions/zzzz-patch-snapshot"
17478             }
17479           }
17480         ], 
17481         "produces": [
17482           "application/json"
17483         ], 
17484         "responses": {
17485           "default": {
17486             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17487           }
17488         }, 
17489         "summary": "update an existing snapshot", 
17490         "tags": [
17491           "CloudInfrastructure"
17492         ]
17493       }, 
17494       "put": {
17495         "consumes": [
17496           "application/json", 
17497           "application/xml"
17498         ], 
17499         "description": "Create or update an existing snapshot.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
17500         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
17501         "parameters": [
17502           {
17503             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17504             "example": "__CLOUD-OWNER__", 
17505             "in": "path", 
17506             "name": "cloud-owner", 
17507             "required": true, 
17508             "type": "string"
17509           }, 
17510           {
17511             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17512             "example": "__CLOUD-REGION-ID__", 
17513             "in": "path", 
17514             "name": "cloud-region-id", 
17515             "required": true, 
17516             "type": "string"
17517           }, 
17518           {
17519             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
17520             "example": "__SNAPSHOT-ID__", 
17521             "in": "path", 
17522             "name": "snapshot-id", 
17523             "required": true, 
17524             "type": "string"
17525           }, 
17526           {
17527             "description": "snapshot object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot.json)", 
17528             "in": "body", 
17529             "name": "body", 
17530             "required": true, 
17531             "schema": {
17532               "$ref": "#/definitions/snapshot"
17533             }
17534           }
17535         ], 
17536         "produces": [
17537           "application/json", 
17538           "application/xml"
17539         ], 
17540         "responses": {
17541           "default": {
17542             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17543           }
17544         }, 
17545         "summary": "create or update an existing snapshot", 
17546         "tags": [
17547           "CloudInfrastructure"
17548         ]
17549       }
17550     }, 
17551     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/snapshots/snapshot/{snapshot-id}/relationship-list/relationship": {
17552       "delete": {
17553         "consumes": [
17554           "application/json", 
17555           "application/xml"
17556         ], 
17557         "description": "delete an existing relationship", 
17558         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshotRelationshipListRelationship", 
17559         "parameters": [
17560           {
17561             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17562             "example": "__CLOUD-OWNER__", 
17563             "in": "path", 
17564             "name": "cloud-owner", 
17565             "required": true, 
17566             "type": "string"
17567           }, 
17568           {
17569             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17570             "example": "__CLOUD-REGION-ID__", 
17571             "in": "path", 
17572             "name": "cloud-region-id", 
17573             "required": true, 
17574             "type": "string"
17575           }, 
17576           {
17577             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
17578             "example": "__SNAPSHOT-ID__", 
17579             "in": "path", 
17580             "name": "snapshot-id", 
17581             "required": true, 
17582             "type": "string"
17583           }
17584         ], 
17585         "produces": [
17586           "application/json", 
17587           "application/xml"
17588         ], 
17589         "responses": {
17590           "default": {
17591             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17592           }
17593         }, 
17594         "summary": "delete an existing relationship", 
17595         "tags": [
17596           "CloudInfrastructure"
17597         ]
17598       }, 
17599       "put": {
17600         "consumes": [
17601           "application/json", 
17602           "application/xml"
17603         ], 
17604         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshotRelationshipListRelationship", 
17605         "parameters": [
17606           {
17607             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17608             "example": "__CLOUD-OWNER__", 
17609             "in": "path", 
17610             "name": "cloud-owner", 
17611             "required": true, 
17612             "type": "string"
17613           }, 
17614           {
17615             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17616             "example": "__CLOUD-REGION-ID__", 
17617             "in": "path", 
17618             "name": "cloud-region-id", 
17619             "required": true, 
17620             "type": "string"
17621           }, 
17622           {
17623             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
17624             "example": "__SNAPSHOT-ID__", 
17625             "in": "path", 
17626             "name": "snapshot-id", 
17627             "required": true, 
17628             "type": "string"
17629           }, 
17630           {
17631             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot.json)", 
17632             "in": "body", 
17633             "name": "body", 
17634             "required": true, 
17635             "schema": {
17636               "$ref": "#/definitions/relationship-dict"
17637             }
17638           }
17639         ], 
17640         "produces": [
17641           "application/json", 
17642           "application/xml"
17643         ], 
17644         "responses": {
17645           "default": {
17646             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17647           }
17648         }, 
17649         "summary": "see node definition for valid relationships", 
17650         "tags": [
17651           "CloudInfrastructure"
17652         ]
17653       }
17654     }, 
17655     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants": {
17656       "get": {
17657         "description": "returns tenants", 
17658         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenants", 
17659         "parameters": [
17660           {
17661             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17662             "example": "__CLOUD-OWNER__", 
17663             "in": "path", 
17664             "name": "cloud-owner", 
17665             "required": true, 
17666             "type": "string"
17667           }, 
17668           {
17669             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17670             "example": "__CLOUD-REGION-ID__", 
17671             "in": "path", 
17672             "name": "cloud-region-id", 
17673             "required": true, 
17674             "type": "string"
17675           }, 
17676           {
17677             "description": "n/a", 
17678             "in": "query", 
17679             "name": "tenant-id", 
17680             "required": false, 
17681             "type": "string"
17682           }, 
17683           {
17684             "description": "n/a", 
17685             "in": "query", 
17686             "name": "tenant-name", 
17687             "required": false, 
17688             "type": "string"
17689           }, 
17690           {
17691             "description": "n/a", 
17692             "in": "query", 
17693             "name": "tenant-context", 
17694             "required": false, 
17695             "type": "string"
17696           }
17697         ], 
17698         "produces": [
17699           "application/json", 
17700           "application/xml"
17701         ], 
17702         "responses": {
17703           "200": {
17704             "description": "successful operation", 
17705             "schema": {
17706               "$ref": "#/definitions/tenants"
17707             }
17708           }, 
17709           "default": {
17710             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17711           }
17712         }, 
17713         "summary": "returns tenants", 
17714         "tags": [
17715           "CloudInfrastructure"
17716         ]
17717       }
17718     }, 
17719     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}": {
17720       "delete": {
17721         "consumes": [
17722           "application/json", 
17723           "application/xml"
17724         ], 
17725         "description": "delete an existing tenant", 
17726         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
17727         "parameters": [
17728           {
17729             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17730             "example": "__CLOUD-OWNER__", 
17731             "in": "path", 
17732             "name": "cloud-owner", 
17733             "required": true, 
17734             "type": "string"
17735           }, 
17736           {
17737             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17738             "example": "__CLOUD-REGION-ID__", 
17739             "in": "path", 
17740             "name": "cloud-region-id", 
17741             "required": true, 
17742             "type": "string"
17743           }, 
17744           {
17745             "description": "Unique id relative to the cloud-region.", 
17746             "example": "__TENANT-ID__", 
17747             "in": "path", 
17748             "name": "tenant-id", 
17749             "required": true, 
17750             "type": "string"
17751           }, 
17752           {
17753             "description": "resource-version for concurrency", 
17754             "in": "query", 
17755             "name": "resource-version", 
17756             "required": true, 
17757             "type": "string"
17758           }
17759         ], 
17760         "produces": [
17761           "application/json", 
17762           "application/xml"
17763         ], 
17764         "responses": {
17765           "default": {
17766             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17767           }
17768         }, 
17769         "summary": "delete an existing tenant", 
17770         "tags": [
17771           "CloudInfrastructure"
17772         ]
17773       }, 
17774       "get": {
17775         "description": "returns tenant", 
17776         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
17777         "parameters": [
17778           {
17779             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17780             "example": "__CLOUD-OWNER__", 
17781             "in": "path", 
17782             "name": "cloud-owner", 
17783             "required": true, 
17784             "type": "string"
17785           }, 
17786           {
17787             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17788             "example": "__CLOUD-REGION-ID__", 
17789             "in": "path", 
17790             "name": "cloud-region-id", 
17791             "required": true, 
17792             "type": "string"
17793           }, 
17794           {
17795             "description": "Unique id relative to the cloud-region.", 
17796             "example": "__TENANT-ID__", 
17797             "in": "path", 
17798             "name": "tenant-id", 
17799             "required": true, 
17800             "type": "string"
17801           }
17802         ], 
17803         "produces": [
17804           "application/json", 
17805           "application/xml"
17806         ], 
17807         "responses": {
17808           "200": {
17809             "description": "successful operation", 
17810             "schema": {
17811               "$ref": "#/definitions/tenant"
17812             }
17813           }, 
17814           "default": {
17815             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17816           }
17817         }, 
17818         "summary": "returns tenant", 
17819         "tags": [
17820           "CloudInfrastructure"
17821         ]
17822       }, 
17823       "patch": {
17824         "consumes": [
17825           "application/json"
17826         ], 
17827         "description": "Update an existing tenant\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
17828         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
17829         "parameters": [
17830           {
17831             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17832             "example": "__CLOUD-OWNER__", 
17833             "in": "path", 
17834             "name": "cloud-owner", 
17835             "required": true, 
17836             "type": "string"
17837           }, 
17838           {
17839             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17840             "example": "__CLOUD-REGION-ID__", 
17841             "in": "path", 
17842             "name": "cloud-region-id", 
17843             "required": true, 
17844             "type": "string"
17845           }, 
17846           {
17847             "description": "Unique id relative to the cloud-region.", 
17848             "example": "__TENANT-ID__", 
17849             "in": "path", 
17850             "name": "tenant-id", 
17851             "required": true, 
17852             "type": "string"
17853           }, 
17854           {
17855             "description": "tenant object that needs to be updated.", 
17856             "in": "body", 
17857             "name": "body", 
17858             "required": true, 
17859             "schema": {
17860               "$ref": "#/definitions/zzzz-patch-tenant"
17861             }
17862           }
17863         ], 
17864         "produces": [
17865           "application/json"
17866         ], 
17867         "responses": {
17868           "default": {
17869             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17870           }
17871         }, 
17872         "summary": "update an existing tenant", 
17873         "tags": [
17874           "CloudInfrastructure"
17875         ]
17876       }, 
17877       "put": {
17878         "consumes": [
17879           "application/json", 
17880           "application/xml"
17881         ], 
17882         "description": "Create or update an existing tenant.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
17883         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
17884         "parameters": [
17885           {
17886             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17887             "example": "__CLOUD-OWNER__", 
17888             "in": "path", 
17889             "name": "cloud-owner", 
17890             "required": true, 
17891             "type": "string"
17892           }, 
17893           {
17894             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17895             "example": "__CLOUD-REGION-ID__", 
17896             "in": "path", 
17897             "name": "cloud-region-id", 
17898             "required": true, 
17899             "type": "string"
17900           }, 
17901           {
17902             "description": "Unique id relative to the cloud-region.", 
17903             "example": "__TENANT-ID__", 
17904             "in": "path", 
17905             "name": "tenant-id", 
17906             "required": true, 
17907             "type": "string"
17908           }, 
17909           {
17910             "description": "tenant object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenant.json)", 
17911             "in": "body", 
17912             "name": "body", 
17913             "required": true, 
17914             "schema": {
17915               "$ref": "#/definitions/tenant"
17916             }
17917           }
17918         ], 
17919         "produces": [
17920           "application/json", 
17921           "application/xml"
17922         ], 
17923         "responses": {
17924           "default": {
17925             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17926           }
17927         }, 
17928         "summary": "create or update an existing tenant", 
17929         "tags": [
17930           "CloudInfrastructure"
17931         ]
17932       }
17933     }, 
17934     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/relationship-list/relationship": {
17935       "delete": {
17936         "consumes": [
17937           "application/json", 
17938           "application/xml"
17939         ], 
17940         "description": "delete an existing relationship", 
17941         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantRelationshipListRelationship", 
17942         "parameters": [
17943           {
17944             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17945             "example": "__CLOUD-OWNER__", 
17946             "in": "path", 
17947             "name": "cloud-owner", 
17948             "required": true, 
17949             "type": "string"
17950           }, 
17951           {
17952             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17953             "example": "__CLOUD-REGION-ID__", 
17954             "in": "path", 
17955             "name": "cloud-region-id", 
17956             "required": true, 
17957             "type": "string"
17958           }, 
17959           {
17960             "description": "Unique id relative to the cloud-region.", 
17961             "example": "__TENANT-ID__", 
17962             "in": "path", 
17963             "name": "tenant-id", 
17964             "required": true, 
17965             "type": "string"
17966           }
17967         ], 
17968         "produces": [
17969           "application/json", 
17970           "application/xml"
17971         ], 
17972         "responses": {
17973           "default": {
17974             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17975           }
17976         }, 
17977         "summary": "delete an existing relationship", 
17978         "tags": [
17979           "CloudInfrastructure"
17980         ]
17981       }, 
17982       "put": {
17983         "consumes": [
17984           "application/json", 
17985           "application/xml"
17986         ], 
17987         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantRelationshipListRelationship", 
17988         "parameters": [
17989           {
17990             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17991             "example": "__CLOUD-OWNER__", 
17992             "in": "path", 
17993             "name": "cloud-owner", 
17994             "required": true, 
17995             "type": "string"
17996           }, 
17997           {
17998             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17999             "example": "__CLOUD-REGION-ID__", 
18000             "in": "path", 
18001             "name": "cloud-region-id", 
18002             "required": true, 
18003             "type": "string"
18004           }, 
18005           {
18006             "description": "Unique id relative to the cloud-region.", 
18007             "example": "__TENANT-ID__", 
18008             "in": "path", 
18009             "name": "tenant-id", 
18010             "required": true, 
18011             "type": "string"
18012           }, 
18013           {
18014             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenant.json)", 
18015             "in": "body", 
18016             "name": "body", 
18017             "required": true, 
18018             "schema": {
18019               "$ref": "#/definitions/relationship-dict"
18020             }
18021           }
18022         ], 
18023         "produces": [
18024           "application/json", 
18025           "application/xml"
18026         ], 
18027         "responses": {
18028           "default": {
18029             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18030           }
18031         }, 
18032         "summary": "see node definition for valid relationships", 
18033         "tags": [
18034           "CloudInfrastructure"
18035         ]
18036       }
18037     }, 
18038     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers": {
18039       "get": {
18040         "description": "returns vservers", 
18041         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVservers", 
18042         "parameters": [
18043           {
18044             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18045             "example": "__CLOUD-OWNER__", 
18046             "in": "path", 
18047             "name": "cloud-owner", 
18048             "required": true, 
18049             "type": "string"
18050           }, 
18051           {
18052             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18053             "example": "__CLOUD-REGION-ID__", 
18054             "in": "path", 
18055             "name": "cloud-region-id", 
18056             "required": true, 
18057             "type": "string"
18058           }, 
18059           {
18060             "description": "Unique id relative to the cloud-region.", 
18061             "example": "__TENANT-ID__", 
18062             "in": "path", 
18063             "name": "tenant-id", 
18064             "required": true, 
18065             "type": "string"
18066           }, 
18067           {
18068             "description": "n/a", 
18069             "in": "query", 
18070             "name": "vserver-id", 
18071             "required": false, 
18072             "type": "string"
18073           }, 
18074           {
18075             "description": "n/a", 
18076             "in": "query", 
18077             "name": "vserver-name", 
18078             "required": false, 
18079             "type": "string"
18080           }, 
18081           {
18082             "description": "n/a", 
18083             "in": "query", 
18084             "name": "vserver-name2", 
18085             "required": false, 
18086             "type": "string"
18087           }, 
18088           {
18089             "description": "n/a", 
18090             "in": "query", 
18091             "name": "prov-status", 
18092             "required": false, 
18093             "type": "string"
18094           }, 
18095           {
18096             "description": "n/a", 
18097             "in": "query", 
18098             "name": "in-maint", 
18099             "required": false, 
18100             "type": "boolean"
18101           }, 
18102           {
18103             "description": "n/a", 
18104             "in": "query", 
18105             "name": "is-closed-loop-disabled", 
18106             "required": false, 
18107             "type": "boolean"
18108           }
18109         ], 
18110         "produces": [
18111           "application/json", 
18112           "application/xml"
18113         ], 
18114         "responses": {
18115           "200": {
18116             "description": "successful operation", 
18117             "schema": {
18118               "$ref": "#/definitions/vservers"
18119             }
18120           }, 
18121           "default": {
18122             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18123           }
18124         }, 
18125         "summary": "returns vservers", 
18126         "tags": [
18127           "CloudInfrastructure"
18128         ]
18129       }
18130     }, 
18131     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}": {
18132       "delete": {
18133         "consumes": [
18134           "application/json", 
18135           "application/xml"
18136         ], 
18137         "description": "delete an existing vserver", 
18138         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
18139         "parameters": [
18140           {
18141             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18142             "example": "__CLOUD-OWNER__", 
18143             "in": "path", 
18144             "name": "cloud-owner", 
18145             "required": true, 
18146             "type": "string"
18147           }, 
18148           {
18149             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18150             "example": "__CLOUD-REGION-ID__", 
18151             "in": "path", 
18152             "name": "cloud-region-id", 
18153             "required": true, 
18154             "type": "string"
18155           }, 
18156           {
18157             "description": "Unique id relative to the cloud-region.", 
18158             "example": "__TENANT-ID__", 
18159             "in": "path", 
18160             "name": "tenant-id", 
18161             "required": true, 
18162             "type": "string"
18163           }, 
18164           {
18165             "description": "Unique identifier for this vserver relative to its tenant", 
18166             "example": "__VSERVER-ID__", 
18167             "in": "path", 
18168             "name": "vserver-id", 
18169             "required": true, 
18170             "type": "string"
18171           }, 
18172           {
18173             "description": "resource-version for concurrency", 
18174             "in": "query", 
18175             "name": "resource-version", 
18176             "required": true, 
18177             "type": "string"
18178           }
18179         ], 
18180         "produces": [
18181           "application/json", 
18182           "application/xml"
18183         ], 
18184         "responses": {
18185           "default": {
18186             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18187           }
18188         }, 
18189         "summary": "delete an existing vserver", 
18190         "tags": [
18191           "CloudInfrastructure"
18192         ]
18193       }, 
18194       "get": {
18195         "description": "returns vserver", 
18196         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
18197         "parameters": [
18198           {
18199             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18200             "example": "__CLOUD-OWNER__", 
18201             "in": "path", 
18202             "name": "cloud-owner", 
18203             "required": true, 
18204             "type": "string"
18205           }, 
18206           {
18207             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18208             "example": "__CLOUD-REGION-ID__", 
18209             "in": "path", 
18210             "name": "cloud-region-id", 
18211             "required": true, 
18212             "type": "string"
18213           }, 
18214           {
18215             "description": "Unique id relative to the cloud-region.", 
18216             "example": "__TENANT-ID__", 
18217             "in": "path", 
18218             "name": "tenant-id", 
18219             "required": true, 
18220             "type": "string"
18221           }, 
18222           {
18223             "description": "Unique identifier for this vserver relative to its tenant", 
18224             "example": "__VSERVER-ID__", 
18225             "in": "path", 
18226             "name": "vserver-id", 
18227             "required": true, 
18228             "type": "string"
18229           }
18230         ], 
18231         "produces": [
18232           "application/json", 
18233           "application/xml"
18234         ], 
18235         "responses": {
18236           "200": {
18237             "description": "successful operation", 
18238             "schema": {
18239               "$ref": "#/definitions/vserver"
18240             }
18241           }, 
18242           "default": {
18243             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18244           }
18245         }, 
18246         "summary": "returns vserver", 
18247         "tags": [
18248           "CloudInfrastructure"
18249         ]
18250       }, 
18251       "patch": {
18252         "consumes": [
18253           "application/json"
18254         ], 
18255         "description": "Update an existing vserver\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
18256         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
18257         "parameters": [
18258           {
18259             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18260             "example": "__CLOUD-OWNER__", 
18261             "in": "path", 
18262             "name": "cloud-owner", 
18263             "required": true, 
18264             "type": "string"
18265           }, 
18266           {
18267             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18268             "example": "__CLOUD-REGION-ID__", 
18269             "in": "path", 
18270             "name": "cloud-region-id", 
18271             "required": true, 
18272             "type": "string"
18273           }, 
18274           {
18275             "description": "Unique id relative to the cloud-region.", 
18276             "example": "__TENANT-ID__", 
18277             "in": "path", 
18278             "name": "tenant-id", 
18279             "required": true, 
18280             "type": "string"
18281           }, 
18282           {
18283             "description": "Unique identifier for this vserver relative to its tenant", 
18284             "example": "__VSERVER-ID__", 
18285             "in": "path", 
18286             "name": "vserver-id", 
18287             "required": true, 
18288             "type": "string"
18289           }, 
18290           {
18291             "description": "vserver object that needs to be updated.", 
18292             "in": "body", 
18293             "name": "body", 
18294             "required": true, 
18295             "schema": {
18296               "$ref": "#/definitions/zzzz-patch-vserver"
18297             }
18298           }
18299         ], 
18300         "produces": [
18301           "application/json"
18302         ], 
18303         "responses": {
18304           "default": {
18305             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18306           }
18307         }, 
18308         "summary": "update an existing vserver", 
18309         "tags": [
18310           "CloudInfrastructure"
18311         ]
18312       }, 
18313       "put": {
18314         "consumes": [
18315           "application/json", 
18316           "application/xml"
18317         ], 
18318         "description": "Create or update an existing vserver.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
18319         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
18320         "parameters": [
18321           {
18322             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18323             "example": "__CLOUD-OWNER__", 
18324             "in": "path", 
18325             "name": "cloud-owner", 
18326             "required": true, 
18327             "type": "string"
18328           }, 
18329           {
18330             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18331             "example": "__CLOUD-REGION-ID__", 
18332             "in": "path", 
18333             "name": "cloud-region-id", 
18334             "required": true, 
18335             "type": "string"
18336           }, 
18337           {
18338             "description": "Unique id relative to the cloud-region.", 
18339             "example": "__TENANT-ID__", 
18340             "in": "path", 
18341             "name": "tenant-id", 
18342             "required": true, 
18343             "type": "string"
18344           }, 
18345           {
18346             "description": "Unique identifier for this vserver relative to its tenant", 
18347             "example": "__VSERVER-ID__", 
18348             "in": "path", 
18349             "name": "vserver-id", 
18350             "required": true, 
18351             "type": "string"
18352           }, 
18353           {
18354             "description": "vserver object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver.json)", 
18355             "in": "body", 
18356             "name": "body", 
18357             "required": true, 
18358             "schema": {
18359               "$ref": "#/definitions/vserver"
18360             }
18361           }
18362         ], 
18363         "produces": [
18364           "application/json", 
18365           "application/xml"
18366         ], 
18367         "responses": {
18368           "default": {
18369             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18370           }
18371         }, 
18372         "summary": "create or update an existing vserver", 
18373         "tags": [
18374           "CloudInfrastructure"
18375         ]
18376       }
18377     }, 
18378     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces": {
18379       "get": {
18380         "description": "returns l-interfaces", 
18381         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfaces", 
18382         "parameters": [
18383           {
18384             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18385             "example": "__CLOUD-OWNER__", 
18386             "in": "path", 
18387             "name": "cloud-owner", 
18388             "required": true, 
18389             "type": "string"
18390           }, 
18391           {
18392             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18393             "example": "__CLOUD-REGION-ID__", 
18394             "in": "path", 
18395             "name": "cloud-region-id", 
18396             "required": true, 
18397             "type": "string"
18398           }, 
18399           {
18400             "description": "Unique id relative to the cloud-region.", 
18401             "example": "__TENANT-ID__", 
18402             "in": "path", 
18403             "name": "tenant-id", 
18404             "required": true, 
18405             "type": "string"
18406           }, 
18407           {
18408             "description": "Unique identifier for this vserver relative to its tenant", 
18409             "example": "__VSERVER-ID__", 
18410             "in": "path", 
18411             "name": "vserver-id", 
18412             "required": true, 
18413             "type": "string"
18414           }, 
18415           {
18416             "description": "n/a", 
18417             "in": "query", 
18418             "name": "interface-name", 
18419             "required": false, 
18420             "type": "string"
18421           }, 
18422           {
18423             "description": "n/a", 
18424             "in": "query", 
18425             "name": "interface-id", 
18426             "required": false, 
18427             "type": "string"
18428           }, 
18429           {
18430             "description": "n/a", 
18431             "in": "query", 
18432             "name": "macaddr", 
18433             "required": false, 
18434             "type": "string"
18435           }, 
18436           {
18437             "description": "n/a", 
18438             "in": "query", 
18439             "name": "network-name", 
18440             "required": false, 
18441             "type": "string"
18442           }
18443         ], 
18444         "produces": [
18445           "application/json", 
18446           "application/xml"
18447         ], 
18448         "responses": {
18449           "200": {
18450             "description": "successful operation", 
18451             "schema": {
18452               "$ref": "#/definitions/l-interfaces"
18453             }
18454           }, 
18455           "default": {
18456             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18457           }
18458         }, 
18459         "summary": "returns l-interfaces", 
18460         "tags": [
18461           "CloudInfrastructure"
18462         ]
18463       }
18464     }, 
18465     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}": {
18466       "delete": {
18467         "consumes": [
18468           "application/json", 
18469           "application/xml"
18470         ], 
18471         "description": "delete an existing l-interface", 
18472         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
18473         "parameters": [
18474           {
18475             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18476             "example": "__CLOUD-OWNER__", 
18477             "in": "path", 
18478             "name": "cloud-owner", 
18479             "required": true, 
18480             "type": "string"
18481           }, 
18482           {
18483             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18484             "example": "__CLOUD-REGION-ID__", 
18485             "in": "path", 
18486             "name": "cloud-region-id", 
18487             "required": true, 
18488             "type": "string"
18489           }, 
18490           {
18491             "description": "Unique id relative to the cloud-region.", 
18492             "example": "__TENANT-ID__", 
18493             "in": "path", 
18494             "name": "tenant-id", 
18495             "required": true, 
18496             "type": "string"
18497           }, 
18498           {
18499             "description": "Unique identifier for this vserver relative to its tenant", 
18500             "example": "__VSERVER-ID__", 
18501             "in": "path", 
18502             "name": "vserver-id", 
18503             "required": true, 
18504             "type": "string"
18505           }, 
18506           {
18507             "description": "Name given to the interface", 
18508             "example": "__INTERFACE-NAME__", 
18509             "in": "path", 
18510             "name": "interface-name", 
18511             "required": true, 
18512             "type": "string"
18513           }, 
18514           {
18515             "description": "resource-version for concurrency", 
18516             "in": "query", 
18517             "name": "resource-version", 
18518             "required": true, 
18519             "type": "string"
18520           }
18521         ], 
18522         "produces": [
18523           "application/json", 
18524           "application/xml"
18525         ], 
18526         "responses": {
18527           "default": {
18528             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18529           }
18530         }, 
18531         "summary": "delete an existing l-interface", 
18532         "tags": [
18533           "CloudInfrastructure"
18534         ]
18535       }, 
18536       "get": {
18537         "description": "returns l-interface", 
18538         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
18539         "parameters": [
18540           {
18541             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18542             "example": "__CLOUD-OWNER__", 
18543             "in": "path", 
18544             "name": "cloud-owner", 
18545             "required": true, 
18546             "type": "string"
18547           }, 
18548           {
18549             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18550             "example": "__CLOUD-REGION-ID__", 
18551             "in": "path", 
18552             "name": "cloud-region-id", 
18553             "required": true, 
18554             "type": "string"
18555           }, 
18556           {
18557             "description": "Unique id relative to the cloud-region.", 
18558             "example": "__TENANT-ID__", 
18559             "in": "path", 
18560             "name": "tenant-id", 
18561             "required": true, 
18562             "type": "string"
18563           }, 
18564           {
18565             "description": "Unique identifier for this vserver relative to its tenant", 
18566             "example": "__VSERVER-ID__", 
18567             "in": "path", 
18568             "name": "vserver-id", 
18569             "required": true, 
18570             "type": "string"
18571           }, 
18572           {
18573             "description": "Name given to the interface", 
18574             "example": "__INTERFACE-NAME__", 
18575             "in": "path", 
18576             "name": "interface-name", 
18577             "required": true, 
18578             "type": "string"
18579           }
18580         ], 
18581         "produces": [
18582           "application/json", 
18583           "application/xml"
18584         ], 
18585         "responses": {
18586           "200": {
18587             "description": "successful operation", 
18588             "schema": {
18589               "$ref": "#/definitions/l-interface"
18590             }
18591           }, 
18592           "default": {
18593             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18594           }
18595         }, 
18596         "summary": "returns l-interface", 
18597         "tags": [
18598           "CloudInfrastructure"
18599         ]
18600       }, 
18601       "patch": {
18602         "consumes": [
18603           "application/json"
18604         ], 
18605         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
18606         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
18607         "parameters": [
18608           {
18609             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18610             "example": "__CLOUD-OWNER__", 
18611             "in": "path", 
18612             "name": "cloud-owner", 
18613             "required": true, 
18614             "type": "string"
18615           }, 
18616           {
18617             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18618             "example": "__CLOUD-REGION-ID__", 
18619             "in": "path", 
18620             "name": "cloud-region-id", 
18621             "required": true, 
18622             "type": "string"
18623           }, 
18624           {
18625             "description": "Unique id relative to the cloud-region.", 
18626             "example": "__TENANT-ID__", 
18627             "in": "path", 
18628             "name": "tenant-id", 
18629             "required": true, 
18630             "type": "string"
18631           }, 
18632           {
18633             "description": "Unique identifier for this vserver relative to its tenant", 
18634             "example": "__VSERVER-ID__", 
18635             "in": "path", 
18636             "name": "vserver-id", 
18637             "required": true, 
18638             "type": "string"
18639           }, 
18640           {
18641             "description": "Name given to the interface", 
18642             "example": "__INTERFACE-NAME__", 
18643             "in": "path", 
18644             "name": "interface-name", 
18645             "required": true, 
18646             "type": "string"
18647           }, 
18648           {
18649             "description": "l-interface object that needs to be updated.", 
18650             "in": "body", 
18651             "name": "body", 
18652             "required": true, 
18653             "schema": {
18654               "$ref": "#/definitions/zzzz-patch-l-interface"
18655             }
18656           }
18657         ], 
18658         "produces": [
18659           "application/json"
18660         ], 
18661         "responses": {
18662           "default": {
18663             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18664           }
18665         }, 
18666         "summary": "update an existing l-interface", 
18667         "tags": [
18668           "CloudInfrastructure"
18669         ]
18670       }, 
18671       "put": {
18672         "consumes": [
18673           "application/json", 
18674           "application/xml"
18675         ], 
18676         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
18677         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
18678         "parameters": [
18679           {
18680             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18681             "example": "__CLOUD-OWNER__", 
18682             "in": "path", 
18683             "name": "cloud-owner", 
18684             "required": true, 
18685             "type": "string"
18686           }, 
18687           {
18688             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18689             "example": "__CLOUD-REGION-ID__", 
18690             "in": "path", 
18691             "name": "cloud-region-id", 
18692             "required": true, 
18693             "type": "string"
18694           }, 
18695           {
18696             "description": "Unique id relative to the cloud-region.", 
18697             "example": "__TENANT-ID__", 
18698             "in": "path", 
18699             "name": "tenant-id", 
18700             "required": true, 
18701             "type": "string"
18702           }, 
18703           {
18704             "description": "Unique identifier for this vserver relative to its tenant", 
18705             "example": "__VSERVER-ID__", 
18706             "in": "path", 
18707             "name": "vserver-id", 
18708             "required": true, 
18709             "type": "string"
18710           }, 
18711           {
18712             "description": "Name given to the interface", 
18713             "example": "__INTERFACE-NAME__", 
18714             "in": "path", 
18715             "name": "interface-name", 
18716             "required": true, 
18717             "type": "string"
18718           }, 
18719           {
18720             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface.json)", 
18721             "in": "body", 
18722             "name": "body", 
18723             "required": true, 
18724             "schema": {
18725               "$ref": "#/definitions/l-interface"
18726             }
18727           }
18728         ], 
18729         "produces": [
18730           "application/json", 
18731           "application/xml"
18732         ], 
18733         "responses": {
18734           "default": {
18735             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18736           }
18737         }, 
18738         "summary": "create or update an existing l-interface", 
18739         "tags": [
18740           "CloudInfrastructure"
18741         ]
18742       }
18743     }, 
18744     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
18745       "delete": {
18746         "consumes": [
18747           "application/json", 
18748           "application/xml"
18749         ], 
18750         "description": "delete an existing l3-interface-ipv4-address-list", 
18751         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
18752         "parameters": [
18753           {
18754             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18755             "example": "__CLOUD-OWNER__", 
18756             "in": "path", 
18757             "name": "cloud-owner", 
18758             "required": true, 
18759             "type": "string"
18760           }, 
18761           {
18762             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18763             "example": "__CLOUD-REGION-ID__", 
18764             "in": "path", 
18765             "name": "cloud-region-id", 
18766             "required": true, 
18767             "type": "string"
18768           }, 
18769           {
18770             "description": "Unique id relative to the cloud-region.", 
18771             "example": "__TENANT-ID__", 
18772             "in": "path", 
18773             "name": "tenant-id", 
18774             "required": true, 
18775             "type": "string"
18776           }, 
18777           {
18778             "description": "Unique identifier for this vserver relative to its tenant", 
18779             "example": "__VSERVER-ID__", 
18780             "in": "path", 
18781             "name": "vserver-id", 
18782             "required": true, 
18783             "type": "string"
18784           }, 
18785           {
18786             "description": "Name given to the interface", 
18787             "example": "__INTERFACE-NAME__", 
18788             "in": "path", 
18789             "name": "interface-name", 
18790             "required": true, 
18791             "type": "string"
18792           }, 
18793           {
18794             "description": "IP address", 
18795             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
18796             "in": "path", 
18797             "name": "l3-interface-ipv4-address", 
18798             "required": true, 
18799             "type": "string"
18800           }, 
18801           {
18802             "description": "resource-version for concurrency", 
18803             "in": "query", 
18804             "name": "resource-version", 
18805             "required": true, 
18806             "type": "string"
18807           }
18808         ], 
18809         "produces": [
18810           "application/json", 
18811           "application/xml"
18812         ], 
18813         "responses": {
18814           "default": {
18815             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18816           }
18817         }, 
18818         "summary": "delete an existing l3-interface-ipv4-address-list", 
18819         "tags": [
18820           "CloudInfrastructure"
18821         ]
18822       }, 
18823       "get": {
18824         "description": "returns l3-interface-ipv4-address-list", 
18825         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
18826         "parameters": [
18827           {
18828             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18829             "example": "__CLOUD-OWNER__", 
18830             "in": "path", 
18831             "name": "cloud-owner", 
18832             "required": true, 
18833             "type": "string"
18834           }, 
18835           {
18836             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18837             "example": "__CLOUD-REGION-ID__", 
18838             "in": "path", 
18839             "name": "cloud-region-id", 
18840             "required": true, 
18841             "type": "string"
18842           }, 
18843           {
18844             "description": "Unique id relative to the cloud-region.", 
18845             "example": "__TENANT-ID__", 
18846             "in": "path", 
18847             "name": "tenant-id", 
18848             "required": true, 
18849             "type": "string"
18850           }, 
18851           {
18852             "description": "Unique identifier for this vserver relative to its tenant", 
18853             "example": "__VSERVER-ID__", 
18854             "in": "path", 
18855             "name": "vserver-id", 
18856             "required": true, 
18857             "type": "string"
18858           }, 
18859           {
18860             "description": "Name given to the interface", 
18861             "example": "__INTERFACE-NAME__", 
18862             "in": "path", 
18863             "name": "interface-name", 
18864             "required": true, 
18865             "type": "string"
18866           }, 
18867           {
18868             "description": "IP address", 
18869             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
18870             "in": "path", 
18871             "name": "l3-interface-ipv4-address", 
18872             "required": true, 
18873             "type": "string"
18874           }
18875         ], 
18876         "produces": [
18877           "application/json", 
18878           "application/xml"
18879         ], 
18880         "responses": {
18881           "200": {
18882             "description": "successful operation", 
18883             "schema": {
18884               "$ref": "#/definitions/l3-interface-ipv4-address-list"
18885             }
18886           }, 
18887           "default": {
18888             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18889           }
18890         }, 
18891         "summary": "returns l3-interface-ipv4-address-list", 
18892         "tags": [
18893           "CloudInfrastructure"
18894         ]
18895       }, 
18896       "patch": {
18897         "consumes": [
18898           "application/json"
18899         ], 
18900         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
18901         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
18902         "parameters": [
18903           {
18904             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18905             "example": "__CLOUD-OWNER__", 
18906             "in": "path", 
18907             "name": "cloud-owner", 
18908             "required": true, 
18909             "type": "string"
18910           }, 
18911           {
18912             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18913             "example": "__CLOUD-REGION-ID__", 
18914             "in": "path", 
18915             "name": "cloud-region-id", 
18916             "required": true, 
18917             "type": "string"
18918           }, 
18919           {
18920             "description": "Unique id relative to the cloud-region.", 
18921             "example": "__TENANT-ID__", 
18922             "in": "path", 
18923             "name": "tenant-id", 
18924             "required": true, 
18925             "type": "string"
18926           }, 
18927           {
18928             "description": "Unique identifier for this vserver relative to its tenant", 
18929             "example": "__VSERVER-ID__", 
18930             "in": "path", 
18931             "name": "vserver-id", 
18932             "required": true, 
18933             "type": "string"
18934           }, 
18935           {
18936             "description": "Name given to the interface", 
18937             "example": "__INTERFACE-NAME__", 
18938             "in": "path", 
18939             "name": "interface-name", 
18940             "required": true, 
18941             "type": "string"
18942           }, 
18943           {
18944             "description": "IP address", 
18945             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
18946             "in": "path", 
18947             "name": "l3-interface-ipv4-address", 
18948             "required": true, 
18949             "type": "string"
18950           }, 
18951           {
18952             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
18953             "in": "body", 
18954             "name": "body", 
18955             "required": true, 
18956             "schema": {
18957               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
18958             }
18959           }
18960         ], 
18961         "produces": [
18962           "application/json"
18963         ], 
18964         "responses": {
18965           "default": {
18966             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18967           }
18968         }, 
18969         "summary": "update an existing l3-interface-ipv4-address-list", 
18970         "tags": [
18971           "CloudInfrastructure"
18972         ]
18973       }, 
18974       "put": {
18975         "consumes": [
18976           "application/json", 
18977           "application/xml"
18978         ], 
18979         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
18980         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
18981         "parameters": [
18982           {
18983             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18984             "example": "__CLOUD-OWNER__", 
18985             "in": "path", 
18986             "name": "cloud-owner", 
18987             "required": true, 
18988             "type": "string"
18989           }, 
18990           {
18991             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18992             "example": "__CLOUD-REGION-ID__", 
18993             "in": "path", 
18994             "name": "cloud-region-id", 
18995             "required": true, 
18996             "type": "string"
18997           }, 
18998           {
18999             "description": "Unique id relative to the cloud-region.", 
19000             "example": "__TENANT-ID__", 
19001             "in": "path", 
19002             "name": "tenant-id", 
19003             "required": true, 
19004             "type": "string"
19005           }, 
19006           {
19007             "description": "Unique identifier for this vserver relative to its tenant", 
19008             "example": "__VSERVER-ID__", 
19009             "in": "path", 
19010             "name": "vserver-id", 
19011             "required": true, 
19012             "type": "string"
19013           }, 
19014           {
19015             "description": "Name given to the interface", 
19016             "example": "__INTERFACE-NAME__", 
19017             "in": "path", 
19018             "name": "interface-name", 
19019             "required": true, 
19020             "type": "string"
19021           }, 
19022           {
19023             "description": "IP address", 
19024             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
19025             "in": "path", 
19026             "name": "l3-interface-ipv4-address", 
19027             "required": true, 
19028             "type": "string"
19029           }, 
19030           {
19031             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
19032             "in": "body", 
19033             "name": "body", 
19034             "required": true, 
19035             "schema": {
19036               "$ref": "#/definitions/l3-interface-ipv4-address-list"
19037             }
19038           }
19039         ], 
19040         "produces": [
19041           "application/json", 
19042           "application/xml"
19043         ], 
19044         "responses": {
19045           "default": {
19046             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19047           }
19048         }, 
19049         "summary": "create or update an existing l3-interface-ipv4-address-list", 
19050         "tags": [
19051           "CloudInfrastructure"
19052         ]
19053       }
19054     }, 
19055     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
19056       "delete": {
19057         "consumes": [
19058           "application/json", 
19059           "application/xml"
19060         ], 
19061         "description": "delete an existing relationship", 
19062         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
19063         "parameters": [
19064           {
19065             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19066             "example": "__CLOUD-OWNER__", 
19067             "in": "path", 
19068             "name": "cloud-owner", 
19069             "required": true, 
19070             "type": "string"
19071           }, 
19072           {
19073             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19074             "example": "__CLOUD-REGION-ID__", 
19075             "in": "path", 
19076             "name": "cloud-region-id", 
19077             "required": true, 
19078             "type": "string"
19079           }, 
19080           {
19081             "description": "Unique id relative to the cloud-region.", 
19082             "example": "__TENANT-ID__", 
19083             "in": "path", 
19084             "name": "tenant-id", 
19085             "required": true, 
19086             "type": "string"
19087           }, 
19088           {
19089             "description": "Unique identifier for this vserver relative to its tenant", 
19090             "example": "__VSERVER-ID__", 
19091             "in": "path", 
19092             "name": "vserver-id", 
19093             "required": true, 
19094             "type": "string"
19095           }, 
19096           {
19097             "description": "Name given to the interface", 
19098             "example": "__INTERFACE-NAME__", 
19099             "in": "path", 
19100             "name": "interface-name", 
19101             "required": true, 
19102             "type": "string"
19103           }, 
19104           {
19105             "description": "IP address", 
19106             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
19107             "in": "path", 
19108             "name": "l3-interface-ipv4-address", 
19109             "required": true, 
19110             "type": "string"
19111           }
19112         ], 
19113         "produces": [
19114           "application/json", 
19115           "application/xml"
19116         ], 
19117         "responses": {
19118           "default": {
19119             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19120           }
19121         }, 
19122         "summary": "delete an existing relationship", 
19123         "tags": [
19124           "CloudInfrastructure"
19125         ]
19126       }, 
19127       "put": {
19128         "consumes": [
19129           "application/json", 
19130           "application/xml"
19131         ], 
19132         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
19133         "parameters": [
19134           {
19135             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19136             "example": "__CLOUD-OWNER__", 
19137             "in": "path", 
19138             "name": "cloud-owner", 
19139             "required": true, 
19140             "type": "string"
19141           }, 
19142           {
19143             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19144             "example": "__CLOUD-REGION-ID__", 
19145             "in": "path", 
19146             "name": "cloud-region-id", 
19147             "required": true, 
19148             "type": "string"
19149           }, 
19150           {
19151             "description": "Unique id relative to the cloud-region.", 
19152             "example": "__TENANT-ID__", 
19153             "in": "path", 
19154             "name": "tenant-id", 
19155             "required": true, 
19156             "type": "string"
19157           }, 
19158           {
19159             "description": "Unique identifier for this vserver relative to its tenant", 
19160             "example": "__VSERVER-ID__", 
19161             "in": "path", 
19162             "name": "vserver-id", 
19163             "required": true, 
19164             "type": "string"
19165           }, 
19166           {
19167             "description": "Name given to the interface", 
19168             "example": "__INTERFACE-NAME__", 
19169             "in": "path", 
19170             "name": "interface-name", 
19171             "required": true, 
19172             "type": "string"
19173           }, 
19174           {
19175             "description": "IP address", 
19176             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
19177             "in": "path", 
19178             "name": "l3-interface-ipv4-address", 
19179             "required": true, 
19180             "type": "string"
19181           }, 
19182           {
19183             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
19184             "in": "body", 
19185             "name": "body", 
19186             "required": true, 
19187             "schema": {
19188               "$ref": "#/definitions/relationship-dict"
19189             }
19190           }
19191         ], 
19192         "produces": [
19193           "application/json", 
19194           "application/xml"
19195         ], 
19196         "responses": {
19197           "default": {
19198             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19199           }
19200         }, 
19201         "summary": "see node definition for valid relationships", 
19202         "tags": [
19203           "CloudInfrastructure"
19204         ]
19205       }
19206     }, 
19207     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
19208       "delete": {
19209         "consumes": [
19210           "application/json", 
19211           "application/xml"
19212         ], 
19213         "description": "delete an existing l3-interface-ipv6-address-list", 
19214         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
19215         "parameters": [
19216           {
19217             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19218             "example": "__CLOUD-OWNER__", 
19219             "in": "path", 
19220             "name": "cloud-owner", 
19221             "required": true, 
19222             "type": "string"
19223           }, 
19224           {
19225             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19226             "example": "__CLOUD-REGION-ID__", 
19227             "in": "path", 
19228             "name": "cloud-region-id", 
19229             "required": true, 
19230             "type": "string"
19231           }, 
19232           {
19233             "description": "Unique id relative to the cloud-region.", 
19234             "example": "__TENANT-ID__", 
19235             "in": "path", 
19236             "name": "tenant-id", 
19237             "required": true, 
19238             "type": "string"
19239           }, 
19240           {
19241             "description": "Unique identifier for this vserver relative to its tenant", 
19242             "example": "__VSERVER-ID__", 
19243             "in": "path", 
19244             "name": "vserver-id", 
19245             "required": true, 
19246             "type": "string"
19247           }, 
19248           {
19249             "description": "Name given to the interface", 
19250             "example": "__INTERFACE-NAME__", 
19251             "in": "path", 
19252             "name": "interface-name", 
19253             "required": true, 
19254             "type": "string"
19255           }, 
19256           {
19257             "description": "IP address", 
19258             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
19259             "in": "path", 
19260             "name": "l3-interface-ipv6-address", 
19261             "required": true, 
19262             "type": "string"
19263           }, 
19264           {
19265             "description": "resource-version for concurrency", 
19266             "in": "query", 
19267             "name": "resource-version", 
19268             "required": true, 
19269             "type": "string"
19270           }
19271         ], 
19272         "produces": [
19273           "application/json", 
19274           "application/xml"
19275         ], 
19276         "responses": {
19277           "default": {
19278             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19279           }
19280         }, 
19281         "summary": "delete an existing l3-interface-ipv6-address-list", 
19282         "tags": [
19283           "CloudInfrastructure"
19284         ]
19285       }, 
19286       "get": {
19287         "description": "returns l3-interface-ipv6-address-list", 
19288         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
19289         "parameters": [
19290           {
19291             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19292             "example": "__CLOUD-OWNER__", 
19293             "in": "path", 
19294             "name": "cloud-owner", 
19295             "required": true, 
19296             "type": "string"
19297           }, 
19298           {
19299             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19300             "example": "__CLOUD-REGION-ID__", 
19301             "in": "path", 
19302             "name": "cloud-region-id", 
19303             "required": true, 
19304             "type": "string"
19305           }, 
19306           {
19307             "description": "Unique id relative to the cloud-region.", 
19308             "example": "__TENANT-ID__", 
19309             "in": "path", 
19310             "name": "tenant-id", 
19311             "required": true, 
19312             "type": "string"
19313           }, 
19314           {
19315             "description": "Unique identifier for this vserver relative to its tenant", 
19316             "example": "__VSERVER-ID__", 
19317             "in": "path", 
19318             "name": "vserver-id", 
19319             "required": true, 
19320             "type": "string"
19321           }, 
19322           {
19323             "description": "Name given to the interface", 
19324             "example": "__INTERFACE-NAME__", 
19325             "in": "path", 
19326             "name": "interface-name", 
19327             "required": true, 
19328             "type": "string"
19329           }, 
19330           {
19331             "description": "IP address", 
19332             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
19333             "in": "path", 
19334             "name": "l3-interface-ipv6-address", 
19335             "required": true, 
19336             "type": "string"
19337           }
19338         ], 
19339         "produces": [
19340           "application/json", 
19341           "application/xml"
19342         ], 
19343         "responses": {
19344           "200": {
19345             "description": "successful operation", 
19346             "schema": {
19347               "$ref": "#/definitions/l3-interface-ipv6-address-list"
19348             }
19349           }, 
19350           "default": {
19351             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19352           }
19353         }, 
19354         "summary": "returns l3-interface-ipv6-address-list", 
19355         "tags": [
19356           "CloudInfrastructure"
19357         ]
19358       }, 
19359       "patch": {
19360         "consumes": [
19361           "application/json"
19362         ], 
19363         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
19364         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
19365         "parameters": [
19366           {
19367             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19368             "example": "__CLOUD-OWNER__", 
19369             "in": "path", 
19370             "name": "cloud-owner", 
19371             "required": true, 
19372             "type": "string"
19373           }, 
19374           {
19375             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19376             "example": "__CLOUD-REGION-ID__", 
19377             "in": "path", 
19378             "name": "cloud-region-id", 
19379             "required": true, 
19380             "type": "string"
19381           }, 
19382           {
19383             "description": "Unique id relative to the cloud-region.", 
19384             "example": "__TENANT-ID__", 
19385             "in": "path", 
19386             "name": "tenant-id", 
19387             "required": true, 
19388             "type": "string"
19389           }, 
19390           {
19391             "description": "Unique identifier for this vserver relative to its tenant", 
19392             "example": "__VSERVER-ID__", 
19393             "in": "path", 
19394             "name": "vserver-id", 
19395             "required": true, 
19396             "type": "string"
19397           }, 
19398           {
19399             "description": "Name given to the interface", 
19400             "example": "__INTERFACE-NAME__", 
19401             "in": "path", 
19402             "name": "interface-name", 
19403             "required": true, 
19404             "type": "string"
19405           }, 
19406           {
19407             "description": "IP address", 
19408             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
19409             "in": "path", 
19410             "name": "l3-interface-ipv6-address", 
19411             "required": true, 
19412             "type": "string"
19413           }, 
19414           {
19415             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
19416             "in": "body", 
19417             "name": "body", 
19418             "required": true, 
19419             "schema": {
19420               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
19421             }
19422           }
19423         ], 
19424         "produces": [
19425           "application/json"
19426         ], 
19427         "responses": {
19428           "default": {
19429             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19430           }
19431         }, 
19432         "summary": "update an existing l3-interface-ipv6-address-list", 
19433         "tags": [
19434           "CloudInfrastructure"
19435         ]
19436       }, 
19437       "put": {
19438         "consumes": [
19439           "application/json", 
19440           "application/xml"
19441         ], 
19442         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
19443         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
19444         "parameters": [
19445           {
19446             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19447             "example": "__CLOUD-OWNER__", 
19448             "in": "path", 
19449             "name": "cloud-owner", 
19450             "required": true, 
19451             "type": "string"
19452           }, 
19453           {
19454             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19455             "example": "__CLOUD-REGION-ID__", 
19456             "in": "path", 
19457             "name": "cloud-region-id", 
19458             "required": true, 
19459             "type": "string"
19460           }, 
19461           {
19462             "description": "Unique id relative to the cloud-region.", 
19463             "example": "__TENANT-ID__", 
19464             "in": "path", 
19465             "name": "tenant-id", 
19466             "required": true, 
19467             "type": "string"
19468           }, 
19469           {
19470             "description": "Unique identifier for this vserver relative to its tenant", 
19471             "example": "__VSERVER-ID__", 
19472             "in": "path", 
19473             "name": "vserver-id", 
19474             "required": true, 
19475             "type": "string"
19476           }, 
19477           {
19478             "description": "Name given to the interface", 
19479             "example": "__INTERFACE-NAME__", 
19480             "in": "path", 
19481             "name": "interface-name", 
19482             "required": true, 
19483             "type": "string"
19484           }, 
19485           {
19486             "description": "IP address", 
19487             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
19488             "in": "path", 
19489             "name": "l3-interface-ipv6-address", 
19490             "required": true, 
19491             "type": "string"
19492           }, 
19493           {
19494             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
19495             "in": "body", 
19496             "name": "body", 
19497             "required": true, 
19498             "schema": {
19499               "$ref": "#/definitions/l3-interface-ipv6-address-list"
19500             }
19501           }
19502         ], 
19503         "produces": [
19504           "application/json", 
19505           "application/xml"
19506         ], 
19507         "responses": {
19508           "default": {
19509             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19510           }
19511         }, 
19512         "summary": "create or update an existing l3-interface-ipv6-address-list", 
19513         "tags": [
19514           "CloudInfrastructure"
19515         ]
19516       }
19517     }, 
19518     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
19519       "delete": {
19520         "consumes": [
19521           "application/json", 
19522           "application/xml"
19523         ], 
19524         "description": "delete an existing relationship", 
19525         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
19526         "parameters": [
19527           {
19528             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19529             "example": "__CLOUD-OWNER__", 
19530             "in": "path", 
19531             "name": "cloud-owner", 
19532             "required": true, 
19533             "type": "string"
19534           }, 
19535           {
19536             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19537             "example": "__CLOUD-REGION-ID__", 
19538             "in": "path", 
19539             "name": "cloud-region-id", 
19540             "required": true, 
19541             "type": "string"
19542           }, 
19543           {
19544             "description": "Unique id relative to the cloud-region.", 
19545             "example": "__TENANT-ID__", 
19546             "in": "path", 
19547             "name": "tenant-id", 
19548             "required": true, 
19549             "type": "string"
19550           }, 
19551           {
19552             "description": "Unique identifier for this vserver relative to its tenant", 
19553             "example": "__VSERVER-ID__", 
19554             "in": "path", 
19555             "name": "vserver-id", 
19556             "required": true, 
19557             "type": "string"
19558           }, 
19559           {
19560             "description": "Name given to the interface", 
19561             "example": "__INTERFACE-NAME__", 
19562             "in": "path", 
19563             "name": "interface-name", 
19564             "required": true, 
19565             "type": "string"
19566           }, 
19567           {
19568             "description": "IP address", 
19569             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
19570             "in": "path", 
19571             "name": "l3-interface-ipv6-address", 
19572             "required": true, 
19573             "type": "string"
19574           }
19575         ], 
19576         "produces": [
19577           "application/json", 
19578           "application/xml"
19579         ], 
19580         "responses": {
19581           "default": {
19582             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19583           }
19584         }, 
19585         "summary": "delete an existing relationship", 
19586         "tags": [
19587           "CloudInfrastructure"
19588         ]
19589       }, 
19590       "put": {
19591         "consumes": [
19592           "application/json", 
19593           "application/xml"
19594         ], 
19595         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
19596         "parameters": [
19597           {
19598             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19599             "example": "__CLOUD-OWNER__", 
19600             "in": "path", 
19601             "name": "cloud-owner", 
19602             "required": true, 
19603             "type": "string"
19604           }, 
19605           {
19606             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19607             "example": "__CLOUD-REGION-ID__", 
19608             "in": "path", 
19609             "name": "cloud-region-id", 
19610             "required": true, 
19611             "type": "string"
19612           }, 
19613           {
19614             "description": "Unique id relative to the cloud-region.", 
19615             "example": "__TENANT-ID__", 
19616             "in": "path", 
19617             "name": "tenant-id", 
19618             "required": true, 
19619             "type": "string"
19620           }, 
19621           {
19622             "description": "Unique identifier for this vserver relative to its tenant", 
19623             "example": "__VSERVER-ID__", 
19624             "in": "path", 
19625             "name": "vserver-id", 
19626             "required": true, 
19627             "type": "string"
19628           }, 
19629           {
19630             "description": "Name given to the interface", 
19631             "example": "__INTERFACE-NAME__", 
19632             "in": "path", 
19633             "name": "interface-name", 
19634             "required": true, 
19635             "type": "string"
19636           }, 
19637           {
19638             "description": "IP address", 
19639             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
19640             "in": "path", 
19641             "name": "l3-interface-ipv6-address", 
19642             "required": true, 
19643             "type": "string"
19644           }, 
19645           {
19646             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
19647             "in": "body", 
19648             "name": "body", 
19649             "required": true, 
19650             "schema": {
19651               "$ref": "#/definitions/relationship-dict"
19652             }
19653           }
19654         ], 
19655         "produces": [
19656           "application/json", 
19657           "application/xml"
19658         ], 
19659         "responses": {
19660           "default": {
19661             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19662           }
19663         }, 
19664         "summary": "see node definition for valid relationships", 
19665         "tags": [
19666           "CloudInfrastructure"
19667         ]
19668       }
19669     }, 
19670     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/relationship-list/relationship": {
19671       "delete": {
19672         "consumes": [
19673           "application/json", 
19674           "application/xml"
19675         ], 
19676         "description": "delete an existing relationship", 
19677         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceRelationshipListRelationship", 
19678         "parameters": [
19679           {
19680             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19681             "example": "__CLOUD-OWNER__", 
19682             "in": "path", 
19683             "name": "cloud-owner", 
19684             "required": true, 
19685             "type": "string"
19686           }, 
19687           {
19688             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19689             "example": "__CLOUD-REGION-ID__", 
19690             "in": "path", 
19691             "name": "cloud-region-id", 
19692             "required": true, 
19693             "type": "string"
19694           }, 
19695           {
19696             "description": "Unique id relative to the cloud-region.", 
19697             "example": "__TENANT-ID__", 
19698             "in": "path", 
19699             "name": "tenant-id", 
19700             "required": true, 
19701             "type": "string"
19702           }, 
19703           {
19704             "description": "Unique identifier for this vserver relative to its tenant", 
19705             "example": "__VSERVER-ID__", 
19706             "in": "path", 
19707             "name": "vserver-id", 
19708             "required": true, 
19709             "type": "string"
19710           }, 
19711           {
19712             "description": "Name given to the interface", 
19713             "example": "__INTERFACE-NAME__", 
19714             "in": "path", 
19715             "name": "interface-name", 
19716             "required": true, 
19717             "type": "string"
19718           }
19719         ], 
19720         "produces": [
19721           "application/json", 
19722           "application/xml"
19723         ], 
19724         "responses": {
19725           "default": {
19726             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19727           }
19728         }, 
19729         "summary": "delete an existing relationship", 
19730         "tags": [
19731           "CloudInfrastructure"
19732         ]
19733       }, 
19734       "put": {
19735         "consumes": [
19736           "application/json", 
19737           "application/xml"
19738         ], 
19739         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceRelationshipListRelationship", 
19740         "parameters": [
19741           {
19742             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19743             "example": "__CLOUD-OWNER__", 
19744             "in": "path", 
19745             "name": "cloud-owner", 
19746             "required": true, 
19747             "type": "string"
19748           }, 
19749           {
19750             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19751             "example": "__CLOUD-REGION-ID__", 
19752             "in": "path", 
19753             "name": "cloud-region-id", 
19754             "required": true, 
19755             "type": "string"
19756           }, 
19757           {
19758             "description": "Unique id relative to the cloud-region.", 
19759             "example": "__TENANT-ID__", 
19760             "in": "path", 
19761             "name": "tenant-id", 
19762             "required": true, 
19763             "type": "string"
19764           }, 
19765           {
19766             "description": "Unique identifier for this vserver relative to its tenant", 
19767             "example": "__VSERVER-ID__", 
19768             "in": "path", 
19769             "name": "vserver-id", 
19770             "required": true, 
19771             "type": "string"
19772           }, 
19773           {
19774             "description": "Name given to the interface", 
19775             "example": "__INTERFACE-NAME__", 
19776             "in": "path", 
19777             "name": "interface-name", 
19778             "required": true, 
19779             "type": "string"
19780           }, 
19781           {
19782             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface.json)", 
19783             "in": "body", 
19784             "name": "body", 
19785             "required": true, 
19786             "schema": {
19787               "$ref": "#/definitions/relationship-dict"
19788             }
19789           }
19790         ], 
19791         "produces": [
19792           "application/json", 
19793           "application/xml"
19794         ], 
19795         "responses": {
19796           "default": {
19797             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19798           }
19799         }, 
19800         "summary": "see node definition for valid relationships", 
19801         "tags": [
19802           "CloudInfrastructure"
19803         ]
19804       }
19805     }, 
19806     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs": {
19807       "get": {
19808         "description": "returns sriov-vfs", 
19809         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfs", 
19810         "parameters": [
19811           {
19812             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19813             "example": "__CLOUD-OWNER__", 
19814             "in": "path", 
19815             "name": "cloud-owner", 
19816             "required": true, 
19817             "type": "string"
19818           }, 
19819           {
19820             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19821             "example": "__CLOUD-REGION-ID__", 
19822             "in": "path", 
19823             "name": "cloud-region-id", 
19824             "required": true, 
19825             "type": "string"
19826           }, 
19827           {
19828             "description": "Unique id relative to the cloud-region.", 
19829             "example": "__TENANT-ID__", 
19830             "in": "path", 
19831             "name": "tenant-id", 
19832             "required": true, 
19833             "type": "string"
19834           }, 
19835           {
19836             "description": "Unique identifier for this vserver relative to its tenant", 
19837             "example": "__VSERVER-ID__", 
19838             "in": "path", 
19839             "name": "vserver-id", 
19840             "required": true, 
19841             "type": "string"
19842           }, 
19843           {
19844             "description": "Name given to the interface", 
19845             "example": "__INTERFACE-NAME__", 
19846             "in": "path", 
19847             "name": "interface-name", 
19848             "required": true, 
19849             "type": "string"
19850           }, 
19851           {
19852             "description": "n/a", 
19853             "in": "query", 
19854             "name": "pci-id", 
19855             "required": false, 
19856             "type": "string"
19857           }, 
19858           {
19859             "description": "n/a", 
19860             "in": "query", 
19861             "name": "vf-vlan-filter", 
19862             "required": false, 
19863             "type": "string"
19864           }, 
19865           {
19866             "description": "n/a", 
19867             "in": "query", 
19868             "name": "vf-mac-filter", 
19869             "required": false, 
19870             "type": "string"
19871           }, 
19872           {
19873             "description": "n/a", 
19874             "in": "query", 
19875             "name": "vf-vlan-strip", 
19876             "required": false, 
19877             "type": "boolean"
19878           }, 
19879           {
19880             "description": "n/a", 
19881             "in": "query", 
19882             "name": "neutron-network-id", 
19883             "required": false, 
19884             "type": "string"
19885           }
19886         ], 
19887         "produces": [
19888           "application/json", 
19889           "application/xml"
19890         ], 
19891         "responses": {
19892           "200": {
19893             "description": "successful operation", 
19894             "schema": {
19895               "$ref": "#/definitions/sriov-vfs"
19896             }
19897           }, 
19898           "default": {
19899             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19900           }
19901         }, 
19902         "summary": "returns sriov-vfs", 
19903         "tags": [
19904           "CloudInfrastructure"
19905         ]
19906       }
19907     }, 
19908     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
19909       "delete": {
19910         "consumes": [
19911           "application/json", 
19912           "application/xml"
19913         ], 
19914         "description": "delete an existing sriov-vf", 
19915         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
19916         "parameters": [
19917           {
19918             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19919             "example": "__CLOUD-OWNER__", 
19920             "in": "path", 
19921             "name": "cloud-owner", 
19922             "required": true, 
19923             "type": "string"
19924           }, 
19925           {
19926             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19927             "example": "__CLOUD-REGION-ID__", 
19928             "in": "path", 
19929             "name": "cloud-region-id", 
19930             "required": true, 
19931             "type": "string"
19932           }, 
19933           {
19934             "description": "Unique id relative to the cloud-region.", 
19935             "example": "__TENANT-ID__", 
19936             "in": "path", 
19937             "name": "tenant-id", 
19938             "required": true, 
19939             "type": "string"
19940           }, 
19941           {
19942             "description": "Unique identifier for this vserver relative to its tenant", 
19943             "example": "__VSERVER-ID__", 
19944             "in": "path", 
19945             "name": "vserver-id", 
19946             "required": true, 
19947             "type": "string"
19948           }, 
19949           {
19950             "description": "Name given to the interface", 
19951             "example": "__INTERFACE-NAME__", 
19952             "in": "path", 
19953             "name": "interface-name", 
19954             "required": true, 
19955             "type": "string"
19956           }, 
19957           {
19958             "description": "PCI ID used to identify the sriov-vf", 
19959             "example": "__PCI-ID__", 
19960             "in": "path", 
19961             "name": "pci-id", 
19962             "required": true, 
19963             "type": "string"
19964           }, 
19965           {
19966             "description": "resource-version for concurrency", 
19967             "in": "query", 
19968             "name": "resource-version", 
19969             "required": true, 
19970             "type": "string"
19971           }
19972         ], 
19973         "produces": [
19974           "application/json", 
19975           "application/xml"
19976         ], 
19977         "responses": {
19978           "default": {
19979             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19980           }
19981         }, 
19982         "summary": "delete an existing sriov-vf", 
19983         "tags": [
19984           "CloudInfrastructure"
19985         ]
19986       }, 
19987       "get": {
19988         "description": "returns sriov-vf", 
19989         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
19990         "parameters": [
19991           {
19992             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19993             "example": "__CLOUD-OWNER__", 
19994             "in": "path", 
19995             "name": "cloud-owner", 
19996             "required": true, 
19997             "type": "string"
19998           }, 
19999           {
20000             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20001             "example": "__CLOUD-REGION-ID__", 
20002             "in": "path", 
20003             "name": "cloud-region-id", 
20004             "required": true, 
20005             "type": "string"
20006           }, 
20007           {
20008             "description": "Unique id relative to the cloud-region.", 
20009             "example": "__TENANT-ID__", 
20010             "in": "path", 
20011             "name": "tenant-id", 
20012             "required": true, 
20013             "type": "string"
20014           }, 
20015           {
20016             "description": "Unique identifier for this vserver relative to its tenant", 
20017             "example": "__VSERVER-ID__", 
20018             "in": "path", 
20019             "name": "vserver-id", 
20020             "required": true, 
20021             "type": "string"
20022           }, 
20023           {
20024             "description": "Name given to the interface", 
20025             "example": "__INTERFACE-NAME__", 
20026             "in": "path", 
20027             "name": "interface-name", 
20028             "required": true, 
20029             "type": "string"
20030           }, 
20031           {
20032             "description": "PCI ID used to identify the sriov-vf", 
20033             "example": "__PCI-ID__", 
20034             "in": "path", 
20035             "name": "pci-id", 
20036             "required": true, 
20037             "type": "string"
20038           }
20039         ], 
20040         "produces": [
20041           "application/json", 
20042           "application/xml"
20043         ], 
20044         "responses": {
20045           "200": {
20046             "description": "successful operation", 
20047             "schema": {
20048               "$ref": "#/definitions/sriov-vf"
20049             }
20050           }, 
20051           "default": {
20052             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20053           }
20054         }, 
20055         "summary": "returns sriov-vf", 
20056         "tags": [
20057           "CloudInfrastructure"
20058         ]
20059       }, 
20060       "patch": {
20061         "consumes": [
20062           "application/json"
20063         ], 
20064         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
20065         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
20066         "parameters": [
20067           {
20068             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20069             "example": "__CLOUD-OWNER__", 
20070             "in": "path", 
20071             "name": "cloud-owner", 
20072             "required": true, 
20073             "type": "string"
20074           }, 
20075           {
20076             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20077             "example": "__CLOUD-REGION-ID__", 
20078             "in": "path", 
20079             "name": "cloud-region-id", 
20080             "required": true, 
20081             "type": "string"
20082           }, 
20083           {
20084             "description": "Unique id relative to the cloud-region.", 
20085             "example": "__TENANT-ID__", 
20086             "in": "path", 
20087             "name": "tenant-id", 
20088             "required": true, 
20089             "type": "string"
20090           }, 
20091           {
20092             "description": "Unique identifier for this vserver relative to its tenant", 
20093             "example": "__VSERVER-ID__", 
20094             "in": "path", 
20095             "name": "vserver-id", 
20096             "required": true, 
20097             "type": "string"
20098           }, 
20099           {
20100             "description": "Name given to the interface", 
20101             "example": "__INTERFACE-NAME__", 
20102             "in": "path", 
20103             "name": "interface-name", 
20104             "required": true, 
20105             "type": "string"
20106           }, 
20107           {
20108             "description": "PCI ID used to identify the sriov-vf", 
20109             "example": "__PCI-ID__", 
20110             "in": "path", 
20111             "name": "pci-id", 
20112             "required": true, 
20113             "type": "string"
20114           }, 
20115           {
20116             "description": "sriov-vf object that needs to be updated.", 
20117             "in": "body", 
20118             "name": "body", 
20119             "required": true, 
20120             "schema": {
20121               "$ref": "#/definitions/zzzz-patch-sriov-vf"
20122             }
20123           }
20124         ], 
20125         "produces": [
20126           "application/json"
20127         ], 
20128         "responses": {
20129           "default": {
20130             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20131           }
20132         }, 
20133         "summary": "update an existing sriov-vf", 
20134         "tags": [
20135           "CloudInfrastructure"
20136         ]
20137       }, 
20138       "put": {
20139         "consumes": [
20140           "application/json", 
20141           "application/xml"
20142         ], 
20143         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
20144         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
20145         "parameters": [
20146           {
20147             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20148             "example": "__CLOUD-OWNER__", 
20149             "in": "path", 
20150             "name": "cloud-owner", 
20151             "required": true, 
20152             "type": "string"
20153           }, 
20154           {
20155             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20156             "example": "__CLOUD-REGION-ID__", 
20157             "in": "path", 
20158             "name": "cloud-region-id", 
20159             "required": true, 
20160             "type": "string"
20161           }, 
20162           {
20163             "description": "Unique id relative to the cloud-region.", 
20164             "example": "__TENANT-ID__", 
20165             "in": "path", 
20166             "name": "tenant-id", 
20167             "required": true, 
20168             "type": "string"
20169           }, 
20170           {
20171             "description": "Unique identifier for this vserver relative to its tenant", 
20172             "example": "__VSERVER-ID__", 
20173             "in": "path", 
20174             "name": "vserver-id", 
20175             "required": true, 
20176             "type": "string"
20177           }, 
20178           {
20179             "description": "Name given to the interface", 
20180             "example": "__INTERFACE-NAME__", 
20181             "in": "path", 
20182             "name": "interface-name", 
20183             "required": true, 
20184             "type": "string"
20185           }, 
20186           {
20187             "description": "PCI ID used to identify the sriov-vf", 
20188             "example": "__PCI-ID__", 
20189             "in": "path", 
20190             "name": "pci-id", 
20191             "required": true, 
20192             "type": "string"
20193           }, 
20194           {
20195             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf.json)", 
20196             "in": "body", 
20197             "name": "body", 
20198             "required": true, 
20199             "schema": {
20200               "$ref": "#/definitions/sriov-vf"
20201             }
20202           }
20203         ], 
20204         "produces": [
20205           "application/json", 
20206           "application/xml"
20207         ], 
20208         "responses": {
20209           "default": {
20210             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20211           }
20212         }, 
20213         "summary": "create or update an existing sriov-vf", 
20214         "tags": [
20215           "CloudInfrastructure"
20216         ]
20217       }
20218     }, 
20219     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
20220       "delete": {
20221         "consumes": [
20222           "application/json", 
20223           "application/xml"
20224         ], 
20225         "description": "delete an existing relationship", 
20226         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
20227         "parameters": [
20228           {
20229             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20230             "example": "__CLOUD-OWNER__", 
20231             "in": "path", 
20232             "name": "cloud-owner", 
20233             "required": true, 
20234             "type": "string"
20235           }, 
20236           {
20237             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20238             "example": "__CLOUD-REGION-ID__", 
20239             "in": "path", 
20240             "name": "cloud-region-id", 
20241             "required": true, 
20242             "type": "string"
20243           }, 
20244           {
20245             "description": "Unique id relative to the cloud-region.", 
20246             "example": "__TENANT-ID__", 
20247             "in": "path", 
20248             "name": "tenant-id", 
20249             "required": true, 
20250             "type": "string"
20251           }, 
20252           {
20253             "description": "Unique identifier for this vserver relative to its tenant", 
20254             "example": "__VSERVER-ID__", 
20255             "in": "path", 
20256             "name": "vserver-id", 
20257             "required": true, 
20258             "type": "string"
20259           }, 
20260           {
20261             "description": "Name given to the interface", 
20262             "example": "__INTERFACE-NAME__", 
20263             "in": "path", 
20264             "name": "interface-name", 
20265             "required": true, 
20266             "type": "string"
20267           }, 
20268           {
20269             "description": "PCI ID used to identify the sriov-vf", 
20270             "example": "__PCI-ID__", 
20271             "in": "path", 
20272             "name": "pci-id", 
20273             "required": true, 
20274             "type": "string"
20275           }
20276         ], 
20277         "produces": [
20278           "application/json", 
20279           "application/xml"
20280         ], 
20281         "responses": {
20282           "default": {
20283             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20284           }
20285         }, 
20286         "summary": "delete an existing relationship", 
20287         "tags": [
20288           "CloudInfrastructure"
20289         ]
20290       }, 
20291       "put": {
20292         "consumes": [
20293           "application/json", 
20294           "application/xml"
20295         ], 
20296         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
20297         "parameters": [
20298           {
20299             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20300             "example": "__CLOUD-OWNER__", 
20301             "in": "path", 
20302             "name": "cloud-owner", 
20303             "required": true, 
20304             "type": "string"
20305           }, 
20306           {
20307             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20308             "example": "__CLOUD-REGION-ID__", 
20309             "in": "path", 
20310             "name": "cloud-region-id", 
20311             "required": true, 
20312             "type": "string"
20313           }, 
20314           {
20315             "description": "Unique id relative to the cloud-region.", 
20316             "example": "__TENANT-ID__", 
20317             "in": "path", 
20318             "name": "tenant-id", 
20319             "required": true, 
20320             "type": "string"
20321           }, 
20322           {
20323             "description": "Unique identifier for this vserver relative to its tenant", 
20324             "example": "__VSERVER-ID__", 
20325             "in": "path", 
20326             "name": "vserver-id", 
20327             "required": true, 
20328             "type": "string"
20329           }, 
20330           {
20331             "description": "Name given to the interface", 
20332             "example": "__INTERFACE-NAME__", 
20333             "in": "path", 
20334             "name": "interface-name", 
20335             "required": true, 
20336             "type": "string"
20337           }, 
20338           {
20339             "description": "PCI ID used to identify the sriov-vf", 
20340             "example": "__PCI-ID__", 
20341             "in": "path", 
20342             "name": "pci-id", 
20343             "required": true, 
20344             "type": "string"
20345           }, 
20346           {
20347             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf.json)", 
20348             "in": "body", 
20349             "name": "body", 
20350             "required": true, 
20351             "schema": {
20352               "$ref": "#/definitions/relationship-dict"
20353             }
20354           }
20355         ], 
20356         "produces": [
20357           "application/json", 
20358           "application/xml"
20359         ], 
20360         "responses": {
20361           "default": {
20362             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20363           }
20364         }, 
20365         "summary": "see node definition for valid relationships", 
20366         "tags": [
20367           "CloudInfrastructure"
20368         ]
20369       }
20370     }, 
20371     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/vlans": {
20372       "get": {
20373         "description": "returns vlans", 
20374         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlans", 
20375         "parameters": [
20376           {
20377             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20378             "example": "__CLOUD-OWNER__", 
20379             "in": "path", 
20380             "name": "cloud-owner", 
20381             "required": true, 
20382             "type": "string"
20383           }, 
20384           {
20385             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20386             "example": "__CLOUD-REGION-ID__", 
20387             "in": "path", 
20388             "name": "cloud-region-id", 
20389             "required": true, 
20390             "type": "string"
20391           }, 
20392           {
20393             "description": "Unique id relative to the cloud-region.", 
20394             "example": "__TENANT-ID__", 
20395             "in": "path", 
20396             "name": "tenant-id", 
20397             "required": true, 
20398             "type": "string"
20399           }, 
20400           {
20401             "description": "Unique identifier for this vserver relative to its tenant", 
20402             "example": "__VSERVER-ID__", 
20403             "in": "path", 
20404             "name": "vserver-id", 
20405             "required": true, 
20406             "type": "string"
20407           }, 
20408           {
20409             "description": "Name given to the interface", 
20410             "example": "__INTERFACE-NAME__", 
20411             "in": "path", 
20412             "name": "interface-name", 
20413             "required": true, 
20414             "type": "string"
20415           }, 
20416           {
20417             "description": "n/a", 
20418             "in": "query", 
20419             "name": "vlan-interface", 
20420             "required": false, 
20421             "type": "string"
20422           }, 
20423           {
20424             "description": "n/a", 
20425             "format": "int64", 
20426             "in": "query", 
20427             "name": "vlan-id-inner", 
20428             "required": false, 
20429             "type": "integer"
20430           }, 
20431           {
20432             "description": "n/a", 
20433             "in": "query", 
20434             "name": "vpn-key", 
20435             "required": false, 
20436             "type": "string"
20437           }
20438         ], 
20439         "produces": [
20440           "application/json", 
20441           "application/xml"
20442         ], 
20443         "responses": {
20444           "200": {
20445             "description": "successful operation", 
20446             "schema": {
20447               "$ref": "#/definitions/vlans"
20448             }
20449           }, 
20450           "default": {
20451             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20452           }
20453         }, 
20454         "summary": "returns vlans", 
20455         "tags": [
20456           "CloudInfrastructure"
20457         ]
20458       }
20459     }, 
20460     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}": {
20461       "delete": {
20462         "consumes": [
20463           "application/json", 
20464           "application/xml"
20465         ], 
20466         "description": "delete an existing vlan", 
20467         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
20468         "parameters": [
20469           {
20470             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20471             "example": "__CLOUD-OWNER__", 
20472             "in": "path", 
20473             "name": "cloud-owner", 
20474             "required": true, 
20475             "type": "string"
20476           }, 
20477           {
20478             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20479             "example": "__CLOUD-REGION-ID__", 
20480             "in": "path", 
20481             "name": "cloud-region-id", 
20482             "required": true, 
20483             "type": "string"
20484           }, 
20485           {
20486             "description": "Unique id relative to the cloud-region.", 
20487             "example": "__TENANT-ID__", 
20488             "in": "path", 
20489             "name": "tenant-id", 
20490             "required": true, 
20491             "type": "string"
20492           }, 
20493           {
20494             "description": "Unique identifier for this vserver relative to its tenant", 
20495             "example": "__VSERVER-ID__", 
20496             "in": "path", 
20497             "name": "vserver-id", 
20498             "required": true, 
20499             "type": "string"
20500           }, 
20501           {
20502             "description": "Name given to the interface", 
20503             "example": "__INTERFACE-NAME__", 
20504             "in": "path", 
20505             "name": "interface-name", 
20506             "required": true, 
20507             "type": "string"
20508           }, 
20509           {
20510             "description": "String that identifies the interface", 
20511             "example": "__VLAN-INTERFACE__", 
20512             "in": "path", 
20513             "name": "vlan-interface", 
20514             "required": true, 
20515             "type": "string"
20516           }, 
20517           {
20518             "description": "resource-version for concurrency", 
20519             "in": "query", 
20520             "name": "resource-version", 
20521             "required": true, 
20522             "type": "string"
20523           }
20524         ], 
20525         "produces": [
20526           "application/json", 
20527           "application/xml"
20528         ], 
20529         "responses": {
20530           "default": {
20531             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20532           }
20533         }, 
20534         "summary": "delete an existing vlan", 
20535         "tags": [
20536           "CloudInfrastructure"
20537         ]
20538       }, 
20539       "get": {
20540         "description": "returns vlan", 
20541         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
20542         "parameters": [
20543           {
20544             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20545             "example": "__CLOUD-OWNER__", 
20546             "in": "path", 
20547             "name": "cloud-owner", 
20548             "required": true, 
20549             "type": "string"
20550           }, 
20551           {
20552             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20553             "example": "__CLOUD-REGION-ID__", 
20554             "in": "path", 
20555             "name": "cloud-region-id", 
20556             "required": true, 
20557             "type": "string"
20558           }, 
20559           {
20560             "description": "Unique id relative to the cloud-region.", 
20561             "example": "__TENANT-ID__", 
20562             "in": "path", 
20563             "name": "tenant-id", 
20564             "required": true, 
20565             "type": "string"
20566           }, 
20567           {
20568             "description": "Unique identifier for this vserver relative to its tenant", 
20569             "example": "__VSERVER-ID__", 
20570             "in": "path", 
20571             "name": "vserver-id", 
20572             "required": true, 
20573             "type": "string"
20574           }, 
20575           {
20576             "description": "Name given to the interface", 
20577             "example": "__INTERFACE-NAME__", 
20578             "in": "path", 
20579             "name": "interface-name", 
20580             "required": true, 
20581             "type": "string"
20582           }, 
20583           {
20584             "description": "String that identifies the interface", 
20585             "example": "__VLAN-INTERFACE__", 
20586             "in": "path", 
20587             "name": "vlan-interface", 
20588             "required": true, 
20589             "type": "string"
20590           }
20591         ], 
20592         "produces": [
20593           "application/json", 
20594           "application/xml"
20595         ], 
20596         "responses": {
20597           "200": {
20598             "description": "successful operation", 
20599             "schema": {
20600               "$ref": "#/definitions/vlan"
20601             }
20602           }, 
20603           "default": {
20604             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20605           }
20606         }, 
20607         "summary": "returns vlan", 
20608         "tags": [
20609           "CloudInfrastructure"
20610         ]
20611       }, 
20612       "patch": {
20613         "consumes": [
20614           "application/json"
20615         ], 
20616         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
20617         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
20618         "parameters": [
20619           {
20620             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20621             "example": "__CLOUD-OWNER__", 
20622             "in": "path", 
20623             "name": "cloud-owner", 
20624             "required": true, 
20625             "type": "string"
20626           }, 
20627           {
20628             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20629             "example": "__CLOUD-REGION-ID__", 
20630             "in": "path", 
20631             "name": "cloud-region-id", 
20632             "required": true, 
20633             "type": "string"
20634           }, 
20635           {
20636             "description": "Unique id relative to the cloud-region.", 
20637             "example": "__TENANT-ID__", 
20638             "in": "path", 
20639             "name": "tenant-id", 
20640             "required": true, 
20641             "type": "string"
20642           }, 
20643           {
20644             "description": "Unique identifier for this vserver relative to its tenant", 
20645             "example": "__VSERVER-ID__", 
20646             "in": "path", 
20647             "name": "vserver-id", 
20648             "required": true, 
20649             "type": "string"
20650           }, 
20651           {
20652             "description": "Name given to the interface", 
20653             "example": "__INTERFACE-NAME__", 
20654             "in": "path", 
20655             "name": "interface-name", 
20656             "required": true, 
20657             "type": "string"
20658           }, 
20659           {
20660             "description": "String that identifies the interface", 
20661             "example": "__VLAN-INTERFACE__", 
20662             "in": "path", 
20663             "name": "vlan-interface", 
20664             "required": true, 
20665             "type": "string"
20666           }, 
20667           {
20668             "description": "vlan object that needs to be updated.", 
20669             "in": "body", 
20670             "name": "body", 
20671             "required": true, 
20672             "schema": {
20673               "$ref": "#/definitions/zzzz-patch-vlan"
20674             }
20675           }
20676         ], 
20677         "produces": [
20678           "application/json"
20679         ], 
20680         "responses": {
20681           "default": {
20682             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20683           }
20684         }, 
20685         "summary": "update an existing vlan", 
20686         "tags": [
20687           "CloudInfrastructure"
20688         ]
20689       }, 
20690       "put": {
20691         "consumes": [
20692           "application/json", 
20693           "application/xml"
20694         ], 
20695         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
20696         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
20697         "parameters": [
20698           {
20699             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20700             "example": "__CLOUD-OWNER__", 
20701             "in": "path", 
20702             "name": "cloud-owner", 
20703             "required": true, 
20704             "type": "string"
20705           }, 
20706           {
20707             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20708             "example": "__CLOUD-REGION-ID__", 
20709             "in": "path", 
20710             "name": "cloud-region-id", 
20711             "required": true, 
20712             "type": "string"
20713           }, 
20714           {
20715             "description": "Unique id relative to the cloud-region.", 
20716             "example": "__TENANT-ID__", 
20717             "in": "path", 
20718             "name": "tenant-id", 
20719             "required": true, 
20720             "type": "string"
20721           }, 
20722           {
20723             "description": "Unique identifier for this vserver relative to its tenant", 
20724             "example": "__VSERVER-ID__", 
20725             "in": "path", 
20726             "name": "vserver-id", 
20727             "required": true, 
20728             "type": "string"
20729           }, 
20730           {
20731             "description": "Name given to the interface", 
20732             "example": "__INTERFACE-NAME__", 
20733             "in": "path", 
20734             "name": "interface-name", 
20735             "required": true, 
20736             "type": "string"
20737           }, 
20738           {
20739             "description": "String that identifies the interface", 
20740             "example": "__VLAN-INTERFACE__", 
20741             "in": "path", 
20742             "name": "vlan-interface", 
20743             "required": true, 
20744             "type": "string"
20745           }, 
20746           {
20747             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan.json)", 
20748             "in": "body", 
20749             "name": "body", 
20750             "required": true, 
20751             "schema": {
20752               "$ref": "#/definitions/vlan"
20753             }
20754           }
20755         ], 
20756         "produces": [
20757           "application/json", 
20758           "application/xml"
20759         ], 
20760         "responses": {
20761           "default": {
20762             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20763           }
20764         }, 
20765         "summary": "create or update an existing vlan", 
20766         "tags": [
20767           "CloudInfrastructure"
20768         ]
20769       }
20770     }, 
20771     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
20772       "delete": {
20773         "consumes": [
20774           "application/json", 
20775           "application/xml"
20776         ], 
20777         "description": "delete an existing l3-interface-ipv4-address-list", 
20778         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
20779         "parameters": [
20780           {
20781             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20782             "example": "__CLOUD-OWNER__", 
20783             "in": "path", 
20784             "name": "cloud-owner", 
20785             "required": true, 
20786             "type": "string"
20787           }, 
20788           {
20789             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20790             "example": "__CLOUD-REGION-ID__", 
20791             "in": "path", 
20792             "name": "cloud-region-id", 
20793             "required": true, 
20794             "type": "string"
20795           }, 
20796           {
20797             "description": "Unique id relative to the cloud-region.", 
20798             "example": "__TENANT-ID__", 
20799             "in": "path", 
20800             "name": "tenant-id", 
20801             "required": true, 
20802             "type": "string"
20803           }, 
20804           {
20805             "description": "Unique identifier for this vserver relative to its tenant", 
20806             "example": "__VSERVER-ID__", 
20807             "in": "path", 
20808             "name": "vserver-id", 
20809             "required": true, 
20810             "type": "string"
20811           }, 
20812           {
20813             "description": "Name given to the interface", 
20814             "example": "__INTERFACE-NAME__", 
20815             "in": "path", 
20816             "name": "interface-name", 
20817             "required": true, 
20818             "type": "string"
20819           }, 
20820           {
20821             "description": "String that identifies the interface", 
20822             "example": "__VLAN-INTERFACE__", 
20823             "in": "path", 
20824             "name": "vlan-interface", 
20825             "required": true, 
20826             "type": "string"
20827           }, 
20828           {
20829             "description": "IP address", 
20830             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
20831             "in": "path", 
20832             "name": "l3-interface-ipv4-address", 
20833             "required": true, 
20834             "type": "string"
20835           }, 
20836           {
20837             "description": "resource-version for concurrency", 
20838             "in": "query", 
20839             "name": "resource-version", 
20840             "required": true, 
20841             "type": "string"
20842           }
20843         ], 
20844         "produces": [
20845           "application/json", 
20846           "application/xml"
20847         ], 
20848         "responses": {
20849           "default": {
20850             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20851           }
20852         }, 
20853         "summary": "delete an existing l3-interface-ipv4-address-list", 
20854         "tags": [
20855           "CloudInfrastructure"
20856         ]
20857       }, 
20858       "get": {
20859         "description": "returns l3-interface-ipv4-address-list", 
20860         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
20861         "parameters": [
20862           {
20863             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20864             "example": "__CLOUD-OWNER__", 
20865             "in": "path", 
20866             "name": "cloud-owner", 
20867             "required": true, 
20868             "type": "string"
20869           }, 
20870           {
20871             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20872             "example": "__CLOUD-REGION-ID__", 
20873             "in": "path", 
20874             "name": "cloud-region-id", 
20875             "required": true, 
20876             "type": "string"
20877           }, 
20878           {
20879             "description": "Unique id relative to the cloud-region.", 
20880             "example": "__TENANT-ID__", 
20881             "in": "path", 
20882             "name": "tenant-id", 
20883             "required": true, 
20884             "type": "string"
20885           }, 
20886           {
20887             "description": "Unique identifier for this vserver relative to its tenant", 
20888             "example": "__VSERVER-ID__", 
20889             "in": "path", 
20890             "name": "vserver-id", 
20891             "required": true, 
20892             "type": "string"
20893           }, 
20894           {
20895             "description": "Name given to the interface", 
20896             "example": "__INTERFACE-NAME__", 
20897             "in": "path", 
20898             "name": "interface-name", 
20899             "required": true, 
20900             "type": "string"
20901           }, 
20902           {
20903             "description": "String that identifies the interface", 
20904             "example": "__VLAN-INTERFACE__", 
20905             "in": "path", 
20906             "name": "vlan-interface", 
20907             "required": true, 
20908             "type": "string"
20909           }, 
20910           {
20911             "description": "IP address", 
20912             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
20913             "in": "path", 
20914             "name": "l3-interface-ipv4-address", 
20915             "required": true, 
20916             "type": "string"
20917           }
20918         ], 
20919         "produces": [
20920           "application/json", 
20921           "application/xml"
20922         ], 
20923         "responses": {
20924           "200": {
20925             "description": "successful operation", 
20926             "schema": {
20927               "$ref": "#/definitions/l3-interface-ipv4-address-list"
20928             }
20929           }, 
20930           "default": {
20931             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20932           }
20933         }, 
20934         "summary": "returns l3-interface-ipv4-address-list", 
20935         "tags": [
20936           "CloudInfrastructure"
20937         ]
20938       }, 
20939       "patch": {
20940         "consumes": [
20941           "application/json"
20942         ], 
20943         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
20944         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
20945         "parameters": [
20946           {
20947             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20948             "example": "__CLOUD-OWNER__", 
20949             "in": "path", 
20950             "name": "cloud-owner", 
20951             "required": true, 
20952             "type": "string"
20953           }, 
20954           {
20955             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20956             "example": "__CLOUD-REGION-ID__", 
20957             "in": "path", 
20958             "name": "cloud-region-id", 
20959             "required": true, 
20960             "type": "string"
20961           }, 
20962           {
20963             "description": "Unique id relative to the cloud-region.", 
20964             "example": "__TENANT-ID__", 
20965             "in": "path", 
20966             "name": "tenant-id", 
20967             "required": true, 
20968             "type": "string"
20969           }, 
20970           {
20971             "description": "Unique identifier for this vserver relative to its tenant", 
20972             "example": "__VSERVER-ID__", 
20973             "in": "path", 
20974             "name": "vserver-id", 
20975             "required": true, 
20976             "type": "string"
20977           }, 
20978           {
20979             "description": "Name given to the interface", 
20980             "example": "__INTERFACE-NAME__", 
20981             "in": "path", 
20982             "name": "interface-name", 
20983             "required": true, 
20984             "type": "string"
20985           }, 
20986           {
20987             "description": "String that identifies the interface", 
20988             "example": "__VLAN-INTERFACE__", 
20989             "in": "path", 
20990             "name": "vlan-interface", 
20991             "required": true, 
20992             "type": "string"
20993           }, 
20994           {
20995             "description": "IP address", 
20996             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
20997             "in": "path", 
20998             "name": "l3-interface-ipv4-address", 
20999             "required": true, 
21000             "type": "string"
21001           }, 
21002           {
21003             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
21004             "in": "body", 
21005             "name": "body", 
21006             "required": true, 
21007             "schema": {
21008               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
21009             }
21010           }
21011         ], 
21012         "produces": [
21013           "application/json"
21014         ], 
21015         "responses": {
21016           "default": {
21017             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21018           }
21019         }, 
21020         "summary": "update an existing l3-interface-ipv4-address-list", 
21021         "tags": [
21022           "CloudInfrastructure"
21023         ]
21024       }, 
21025       "put": {
21026         "consumes": [
21027           "application/json", 
21028           "application/xml"
21029         ], 
21030         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
21031         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
21032         "parameters": [
21033           {
21034             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21035             "example": "__CLOUD-OWNER__", 
21036             "in": "path", 
21037             "name": "cloud-owner", 
21038             "required": true, 
21039             "type": "string"
21040           }, 
21041           {
21042             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21043             "example": "__CLOUD-REGION-ID__", 
21044             "in": "path", 
21045             "name": "cloud-region-id", 
21046             "required": true, 
21047             "type": "string"
21048           }, 
21049           {
21050             "description": "Unique id relative to the cloud-region.", 
21051             "example": "__TENANT-ID__", 
21052             "in": "path", 
21053             "name": "tenant-id", 
21054             "required": true, 
21055             "type": "string"
21056           }, 
21057           {
21058             "description": "Unique identifier for this vserver relative to its tenant", 
21059             "example": "__VSERVER-ID__", 
21060             "in": "path", 
21061             "name": "vserver-id", 
21062             "required": true, 
21063             "type": "string"
21064           }, 
21065           {
21066             "description": "Name given to the interface", 
21067             "example": "__INTERFACE-NAME__", 
21068             "in": "path", 
21069             "name": "interface-name", 
21070             "required": true, 
21071             "type": "string"
21072           }, 
21073           {
21074             "description": "String that identifies the interface", 
21075             "example": "__VLAN-INTERFACE__", 
21076             "in": "path", 
21077             "name": "vlan-interface", 
21078             "required": true, 
21079             "type": "string"
21080           }, 
21081           {
21082             "description": "IP address", 
21083             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
21084             "in": "path", 
21085             "name": "l3-interface-ipv4-address", 
21086             "required": true, 
21087             "type": "string"
21088           }, 
21089           {
21090             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
21091             "in": "body", 
21092             "name": "body", 
21093             "required": true, 
21094             "schema": {
21095               "$ref": "#/definitions/l3-interface-ipv4-address-list"
21096             }
21097           }
21098         ], 
21099         "produces": [
21100           "application/json", 
21101           "application/xml"
21102         ], 
21103         "responses": {
21104           "default": {
21105             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21106           }
21107         }, 
21108         "summary": "create or update an existing l3-interface-ipv4-address-list", 
21109         "tags": [
21110           "CloudInfrastructure"
21111         ]
21112       }
21113     }, 
21114     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
21115       "delete": {
21116         "consumes": [
21117           "application/json", 
21118           "application/xml"
21119         ], 
21120         "description": "delete an existing relationship", 
21121         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
21122         "parameters": [
21123           {
21124             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21125             "example": "__CLOUD-OWNER__", 
21126             "in": "path", 
21127             "name": "cloud-owner", 
21128             "required": true, 
21129             "type": "string"
21130           }, 
21131           {
21132             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21133             "example": "__CLOUD-REGION-ID__", 
21134             "in": "path", 
21135             "name": "cloud-region-id", 
21136             "required": true, 
21137             "type": "string"
21138           }, 
21139           {
21140             "description": "Unique id relative to the cloud-region.", 
21141             "example": "__TENANT-ID__", 
21142             "in": "path", 
21143             "name": "tenant-id", 
21144             "required": true, 
21145             "type": "string"
21146           }, 
21147           {
21148             "description": "Unique identifier for this vserver relative to its tenant", 
21149             "example": "__VSERVER-ID__", 
21150             "in": "path", 
21151             "name": "vserver-id", 
21152             "required": true, 
21153             "type": "string"
21154           }, 
21155           {
21156             "description": "Name given to the interface", 
21157             "example": "__INTERFACE-NAME__", 
21158             "in": "path", 
21159             "name": "interface-name", 
21160             "required": true, 
21161             "type": "string"
21162           }, 
21163           {
21164             "description": "String that identifies the interface", 
21165             "example": "__VLAN-INTERFACE__", 
21166             "in": "path", 
21167             "name": "vlan-interface", 
21168             "required": true, 
21169             "type": "string"
21170           }, 
21171           {
21172             "description": "IP address", 
21173             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
21174             "in": "path", 
21175             "name": "l3-interface-ipv4-address", 
21176             "required": true, 
21177             "type": "string"
21178           }
21179         ], 
21180         "produces": [
21181           "application/json", 
21182           "application/xml"
21183         ], 
21184         "responses": {
21185           "default": {
21186             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21187           }
21188         }, 
21189         "summary": "delete an existing relationship", 
21190         "tags": [
21191           "CloudInfrastructure"
21192         ]
21193       }, 
21194       "put": {
21195         "consumes": [
21196           "application/json", 
21197           "application/xml"
21198         ], 
21199         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
21200         "parameters": [
21201           {
21202             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21203             "example": "__CLOUD-OWNER__", 
21204             "in": "path", 
21205             "name": "cloud-owner", 
21206             "required": true, 
21207             "type": "string"
21208           }, 
21209           {
21210             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21211             "example": "__CLOUD-REGION-ID__", 
21212             "in": "path", 
21213             "name": "cloud-region-id", 
21214             "required": true, 
21215             "type": "string"
21216           }, 
21217           {
21218             "description": "Unique id relative to the cloud-region.", 
21219             "example": "__TENANT-ID__", 
21220             "in": "path", 
21221             "name": "tenant-id", 
21222             "required": true, 
21223             "type": "string"
21224           }, 
21225           {
21226             "description": "Unique identifier for this vserver relative to its tenant", 
21227             "example": "__VSERVER-ID__", 
21228             "in": "path", 
21229             "name": "vserver-id", 
21230             "required": true, 
21231             "type": "string"
21232           }, 
21233           {
21234             "description": "Name given to the interface", 
21235             "example": "__INTERFACE-NAME__", 
21236             "in": "path", 
21237             "name": "interface-name", 
21238             "required": true, 
21239             "type": "string"
21240           }, 
21241           {
21242             "description": "String that identifies the interface", 
21243             "example": "__VLAN-INTERFACE__", 
21244             "in": "path", 
21245             "name": "vlan-interface", 
21246             "required": true, 
21247             "type": "string"
21248           }, 
21249           {
21250             "description": "IP address", 
21251             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
21252             "in": "path", 
21253             "name": "l3-interface-ipv4-address", 
21254             "required": true, 
21255             "type": "string"
21256           }, 
21257           {
21258             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
21259             "in": "body", 
21260             "name": "body", 
21261             "required": true, 
21262             "schema": {
21263               "$ref": "#/definitions/relationship-dict"
21264             }
21265           }
21266         ], 
21267         "produces": [
21268           "application/json", 
21269           "application/xml"
21270         ], 
21271         "responses": {
21272           "default": {
21273             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21274           }
21275         }, 
21276         "summary": "see node definition for valid relationships", 
21277         "tags": [
21278           "CloudInfrastructure"
21279         ]
21280       }
21281     }, 
21282     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
21283       "delete": {
21284         "consumes": [
21285           "application/json", 
21286           "application/xml"
21287         ], 
21288         "description": "delete an existing l3-interface-ipv6-address-list", 
21289         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
21290         "parameters": [
21291           {
21292             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21293             "example": "__CLOUD-OWNER__", 
21294             "in": "path", 
21295             "name": "cloud-owner", 
21296             "required": true, 
21297             "type": "string"
21298           }, 
21299           {
21300             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21301             "example": "__CLOUD-REGION-ID__", 
21302             "in": "path", 
21303             "name": "cloud-region-id", 
21304             "required": true, 
21305             "type": "string"
21306           }, 
21307           {
21308             "description": "Unique id relative to the cloud-region.", 
21309             "example": "__TENANT-ID__", 
21310             "in": "path", 
21311             "name": "tenant-id", 
21312             "required": true, 
21313             "type": "string"
21314           }, 
21315           {
21316             "description": "Unique identifier for this vserver relative to its tenant", 
21317             "example": "__VSERVER-ID__", 
21318             "in": "path", 
21319             "name": "vserver-id", 
21320             "required": true, 
21321             "type": "string"
21322           }, 
21323           {
21324             "description": "Name given to the interface", 
21325             "example": "__INTERFACE-NAME__", 
21326             "in": "path", 
21327             "name": "interface-name", 
21328             "required": true, 
21329             "type": "string"
21330           }, 
21331           {
21332             "description": "String that identifies the interface", 
21333             "example": "__VLAN-INTERFACE__", 
21334             "in": "path", 
21335             "name": "vlan-interface", 
21336             "required": true, 
21337             "type": "string"
21338           }, 
21339           {
21340             "description": "IP address", 
21341             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
21342             "in": "path", 
21343             "name": "l3-interface-ipv6-address", 
21344             "required": true, 
21345             "type": "string"
21346           }, 
21347           {
21348             "description": "resource-version for concurrency", 
21349             "in": "query", 
21350             "name": "resource-version", 
21351             "required": true, 
21352             "type": "string"
21353           }
21354         ], 
21355         "produces": [
21356           "application/json", 
21357           "application/xml"
21358         ], 
21359         "responses": {
21360           "default": {
21361             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21362           }
21363         }, 
21364         "summary": "delete an existing l3-interface-ipv6-address-list", 
21365         "tags": [
21366           "CloudInfrastructure"
21367         ]
21368       }, 
21369       "get": {
21370         "description": "returns l3-interface-ipv6-address-list", 
21371         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
21372         "parameters": [
21373           {
21374             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21375             "example": "__CLOUD-OWNER__", 
21376             "in": "path", 
21377             "name": "cloud-owner", 
21378             "required": true, 
21379             "type": "string"
21380           }, 
21381           {
21382             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21383             "example": "__CLOUD-REGION-ID__", 
21384             "in": "path", 
21385             "name": "cloud-region-id", 
21386             "required": true, 
21387             "type": "string"
21388           }, 
21389           {
21390             "description": "Unique id relative to the cloud-region.", 
21391             "example": "__TENANT-ID__", 
21392             "in": "path", 
21393             "name": "tenant-id", 
21394             "required": true, 
21395             "type": "string"
21396           }, 
21397           {
21398             "description": "Unique identifier for this vserver relative to its tenant", 
21399             "example": "__VSERVER-ID__", 
21400             "in": "path", 
21401             "name": "vserver-id", 
21402             "required": true, 
21403             "type": "string"
21404           }, 
21405           {
21406             "description": "Name given to the interface", 
21407             "example": "__INTERFACE-NAME__", 
21408             "in": "path", 
21409             "name": "interface-name", 
21410             "required": true, 
21411             "type": "string"
21412           }, 
21413           {
21414             "description": "String that identifies the interface", 
21415             "example": "__VLAN-INTERFACE__", 
21416             "in": "path", 
21417             "name": "vlan-interface", 
21418             "required": true, 
21419             "type": "string"
21420           }, 
21421           {
21422             "description": "IP address", 
21423             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
21424             "in": "path", 
21425             "name": "l3-interface-ipv6-address", 
21426             "required": true, 
21427             "type": "string"
21428           }
21429         ], 
21430         "produces": [
21431           "application/json", 
21432           "application/xml"
21433         ], 
21434         "responses": {
21435           "200": {
21436             "description": "successful operation", 
21437             "schema": {
21438               "$ref": "#/definitions/l3-interface-ipv6-address-list"
21439             }
21440           }, 
21441           "default": {
21442             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21443           }
21444         }, 
21445         "summary": "returns l3-interface-ipv6-address-list", 
21446         "tags": [
21447           "CloudInfrastructure"
21448         ]
21449       }, 
21450       "patch": {
21451         "consumes": [
21452           "application/json"
21453         ], 
21454         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
21455         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
21456         "parameters": [
21457           {
21458             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21459             "example": "__CLOUD-OWNER__", 
21460             "in": "path", 
21461             "name": "cloud-owner", 
21462             "required": true, 
21463             "type": "string"
21464           }, 
21465           {
21466             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21467             "example": "__CLOUD-REGION-ID__", 
21468             "in": "path", 
21469             "name": "cloud-region-id", 
21470             "required": true, 
21471             "type": "string"
21472           }, 
21473           {
21474             "description": "Unique id relative to the cloud-region.", 
21475             "example": "__TENANT-ID__", 
21476             "in": "path", 
21477             "name": "tenant-id", 
21478             "required": true, 
21479             "type": "string"
21480           }, 
21481           {
21482             "description": "Unique identifier for this vserver relative to its tenant", 
21483             "example": "__VSERVER-ID__", 
21484             "in": "path", 
21485             "name": "vserver-id", 
21486             "required": true, 
21487             "type": "string"
21488           }, 
21489           {
21490             "description": "Name given to the interface", 
21491             "example": "__INTERFACE-NAME__", 
21492             "in": "path", 
21493             "name": "interface-name", 
21494             "required": true, 
21495             "type": "string"
21496           }, 
21497           {
21498             "description": "String that identifies the interface", 
21499             "example": "__VLAN-INTERFACE__", 
21500             "in": "path", 
21501             "name": "vlan-interface", 
21502             "required": true, 
21503             "type": "string"
21504           }, 
21505           {
21506             "description": "IP address", 
21507             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
21508             "in": "path", 
21509             "name": "l3-interface-ipv6-address", 
21510             "required": true, 
21511             "type": "string"
21512           }, 
21513           {
21514             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
21515             "in": "body", 
21516             "name": "body", 
21517             "required": true, 
21518             "schema": {
21519               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
21520             }
21521           }
21522         ], 
21523         "produces": [
21524           "application/json"
21525         ], 
21526         "responses": {
21527           "default": {
21528             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21529           }
21530         }, 
21531         "summary": "update an existing l3-interface-ipv6-address-list", 
21532         "tags": [
21533           "CloudInfrastructure"
21534         ]
21535       }, 
21536       "put": {
21537         "consumes": [
21538           "application/json", 
21539           "application/xml"
21540         ], 
21541         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
21542         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
21543         "parameters": [
21544           {
21545             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21546             "example": "__CLOUD-OWNER__", 
21547             "in": "path", 
21548             "name": "cloud-owner", 
21549             "required": true, 
21550             "type": "string"
21551           }, 
21552           {
21553             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21554             "example": "__CLOUD-REGION-ID__", 
21555             "in": "path", 
21556             "name": "cloud-region-id", 
21557             "required": true, 
21558             "type": "string"
21559           }, 
21560           {
21561             "description": "Unique id relative to the cloud-region.", 
21562             "example": "__TENANT-ID__", 
21563             "in": "path", 
21564             "name": "tenant-id", 
21565             "required": true, 
21566             "type": "string"
21567           }, 
21568           {
21569             "description": "Unique identifier for this vserver relative to its tenant", 
21570             "example": "__VSERVER-ID__", 
21571             "in": "path", 
21572             "name": "vserver-id", 
21573             "required": true, 
21574             "type": "string"
21575           }, 
21576           {
21577             "description": "Name given to the interface", 
21578             "example": "__INTERFACE-NAME__", 
21579             "in": "path", 
21580             "name": "interface-name", 
21581             "required": true, 
21582             "type": "string"
21583           }, 
21584           {
21585             "description": "String that identifies the interface", 
21586             "example": "__VLAN-INTERFACE__", 
21587             "in": "path", 
21588             "name": "vlan-interface", 
21589             "required": true, 
21590             "type": "string"
21591           }, 
21592           {
21593             "description": "IP address", 
21594             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
21595             "in": "path", 
21596             "name": "l3-interface-ipv6-address", 
21597             "required": true, 
21598             "type": "string"
21599           }, 
21600           {
21601             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
21602             "in": "body", 
21603             "name": "body", 
21604             "required": true, 
21605             "schema": {
21606               "$ref": "#/definitions/l3-interface-ipv6-address-list"
21607             }
21608           }
21609         ], 
21610         "produces": [
21611           "application/json", 
21612           "application/xml"
21613         ], 
21614         "responses": {
21615           "default": {
21616             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21617           }
21618         }, 
21619         "summary": "create or update an existing l3-interface-ipv6-address-list", 
21620         "tags": [
21621           "CloudInfrastructure"
21622         ]
21623       }
21624     }, 
21625     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
21626       "delete": {
21627         "consumes": [
21628           "application/json", 
21629           "application/xml"
21630         ], 
21631         "description": "delete an existing relationship", 
21632         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
21633         "parameters": [
21634           {
21635             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21636             "example": "__CLOUD-OWNER__", 
21637             "in": "path", 
21638             "name": "cloud-owner", 
21639             "required": true, 
21640             "type": "string"
21641           }, 
21642           {
21643             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21644             "example": "__CLOUD-REGION-ID__", 
21645             "in": "path", 
21646             "name": "cloud-region-id", 
21647             "required": true, 
21648             "type": "string"
21649           }, 
21650           {
21651             "description": "Unique id relative to the cloud-region.", 
21652             "example": "__TENANT-ID__", 
21653             "in": "path", 
21654             "name": "tenant-id", 
21655             "required": true, 
21656             "type": "string"
21657           }, 
21658           {
21659             "description": "Unique identifier for this vserver relative to its tenant", 
21660             "example": "__VSERVER-ID__", 
21661             "in": "path", 
21662             "name": "vserver-id", 
21663             "required": true, 
21664             "type": "string"
21665           }, 
21666           {
21667             "description": "Name given to the interface", 
21668             "example": "__INTERFACE-NAME__", 
21669             "in": "path", 
21670             "name": "interface-name", 
21671             "required": true, 
21672             "type": "string"
21673           }, 
21674           {
21675             "description": "String that identifies the interface", 
21676             "example": "__VLAN-INTERFACE__", 
21677             "in": "path", 
21678             "name": "vlan-interface", 
21679             "required": true, 
21680             "type": "string"
21681           }, 
21682           {
21683             "description": "IP address", 
21684             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
21685             "in": "path", 
21686             "name": "l3-interface-ipv6-address", 
21687             "required": true, 
21688             "type": "string"
21689           }
21690         ], 
21691         "produces": [
21692           "application/json", 
21693           "application/xml"
21694         ], 
21695         "responses": {
21696           "default": {
21697             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21698           }
21699         }, 
21700         "summary": "delete an existing relationship", 
21701         "tags": [
21702           "CloudInfrastructure"
21703         ]
21704       }, 
21705       "put": {
21706         "consumes": [
21707           "application/json", 
21708           "application/xml"
21709         ], 
21710         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
21711         "parameters": [
21712           {
21713             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21714             "example": "__CLOUD-OWNER__", 
21715             "in": "path", 
21716             "name": "cloud-owner", 
21717             "required": true, 
21718             "type": "string"
21719           }, 
21720           {
21721             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21722             "example": "__CLOUD-REGION-ID__", 
21723             "in": "path", 
21724             "name": "cloud-region-id", 
21725             "required": true, 
21726             "type": "string"
21727           }, 
21728           {
21729             "description": "Unique id relative to the cloud-region.", 
21730             "example": "__TENANT-ID__", 
21731             "in": "path", 
21732             "name": "tenant-id", 
21733             "required": true, 
21734             "type": "string"
21735           }, 
21736           {
21737             "description": "Unique identifier for this vserver relative to its tenant", 
21738             "example": "__VSERVER-ID__", 
21739             "in": "path", 
21740             "name": "vserver-id", 
21741             "required": true, 
21742             "type": "string"
21743           }, 
21744           {
21745             "description": "Name given to the interface", 
21746             "example": "__INTERFACE-NAME__", 
21747             "in": "path", 
21748             "name": "interface-name", 
21749             "required": true, 
21750             "type": "string"
21751           }, 
21752           {
21753             "description": "String that identifies the interface", 
21754             "example": "__VLAN-INTERFACE__", 
21755             "in": "path", 
21756             "name": "vlan-interface", 
21757             "required": true, 
21758             "type": "string"
21759           }, 
21760           {
21761             "description": "IP address", 
21762             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
21763             "in": "path", 
21764             "name": "l3-interface-ipv6-address", 
21765             "required": true, 
21766             "type": "string"
21767           }, 
21768           {
21769             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
21770             "in": "body", 
21771             "name": "body", 
21772             "required": true, 
21773             "schema": {
21774               "$ref": "#/definitions/relationship-dict"
21775             }
21776           }
21777         ], 
21778         "produces": [
21779           "application/json", 
21780           "application/xml"
21781         ], 
21782         "responses": {
21783           "default": {
21784             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21785           }
21786         }, 
21787         "summary": "see node definition for valid relationships", 
21788         "tags": [
21789           "CloudInfrastructure"
21790         ]
21791       }
21792     }, 
21793     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
21794       "delete": {
21795         "consumes": [
21796           "application/json", 
21797           "application/xml"
21798         ], 
21799         "description": "delete an existing relationship", 
21800         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
21801         "parameters": [
21802           {
21803             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21804             "example": "__CLOUD-OWNER__", 
21805             "in": "path", 
21806             "name": "cloud-owner", 
21807             "required": true, 
21808             "type": "string"
21809           }, 
21810           {
21811             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21812             "example": "__CLOUD-REGION-ID__", 
21813             "in": "path", 
21814             "name": "cloud-region-id", 
21815             "required": true, 
21816             "type": "string"
21817           }, 
21818           {
21819             "description": "Unique id relative to the cloud-region.", 
21820             "example": "__TENANT-ID__", 
21821             "in": "path", 
21822             "name": "tenant-id", 
21823             "required": true, 
21824             "type": "string"
21825           }, 
21826           {
21827             "description": "Unique identifier for this vserver relative to its tenant", 
21828             "example": "__VSERVER-ID__", 
21829             "in": "path", 
21830             "name": "vserver-id", 
21831             "required": true, 
21832             "type": "string"
21833           }, 
21834           {
21835             "description": "Name given to the interface", 
21836             "example": "__INTERFACE-NAME__", 
21837             "in": "path", 
21838             "name": "interface-name", 
21839             "required": true, 
21840             "type": "string"
21841           }, 
21842           {
21843             "description": "String that identifies the interface", 
21844             "example": "__VLAN-INTERFACE__", 
21845             "in": "path", 
21846             "name": "vlan-interface", 
21847             "required": true, 
21848             "type": "string"
21849           }
21850         ], 
21851         "produces": [
21852           "application/json", 
21853           "application/xml"
21854         ], 
21855         "responses": {
21856           "default": {
21857             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21858           }
21859         }, 
21860         "summary": "delete an existing relationship", 
21861         "tags": [
21862           "CloudInfrastructure"
21863         ]
21864       }, 
21865       "put": {
21866         "consumes": [
21867           "application/json", 
21868           "application/xml"
21869         ], 
21870         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
21871         "parameters": [
21872           {
21873             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21874             "example": "__CLOUD-OWNER__", 
21875             "in": "path", 
21876             "name": "cloud-owner", 
21877             "required": true, 
21878             "type": "string"
21879           }, 
21880           {
21881             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21882             "example": "__CLOUD-REGION-ID__", 
21883             "in": "path", 
21884             "name": "cloud-region-id", 
21885             "required": true, 
21886             "type": "string"
21887           }, 
21888           {
21889             "description": "Unique id relative to the cloud-region.", 
21890             "example": "__TENANT-ID__", 
21891             "in": "path", 
21892             "name": "tenant-id", 
21893             "required": true, 
21894             "type": "string"
21895           }, 
21896           {
21897             "description": "Unique identifier for this vserver relative to its tenant", 
21898             "example": "__VSERVER-ID__", 
21899             "in": "path", 
21900             "name": "vserver-id", 
21901             "required": true, 
21902             "type": "string"
21903           }, 
21904           {
21905             "description": "Name given to the interface", 
21906             "example": "__INTERFACE-NAME__", 
21907             "in": "path", 
21908             "name": "interface-name", 
21909             "required": true, 
21910             "type": "string"
21911           }, 
21912           {
21913             "description": "String that identifies the interface", 
21914             "example": "__VLAN-INTERFACE__", 
21915             "in": "path", 
21916             "name": "vlan-interface", 
21917             "required": true, 
21918             "type": "string"
21919           }, 
21920           {
21921             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan.json)", 
21922             "in": "body", 
21923             "name": "body", 
21924             "required": true, 
21925             "schema": {
21926               "$ref": "#/definitions/relationship-dict"
21927             }
21928           }
21929         ], 
21930         "produces": [
21931           "application/json", 
21932           "application/xml"
21933         ], 
21934         "responses": {
21935           "default": {
21936             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21937           }
21938         }, 
21939         "summary": "see node definition for valid relationships", 
21940         "tags": [
21941           "CloudInfrastructure"
21942         ]
21943       }
21944     }, 
21945     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/relationship-list/relationship": {
21946       "delete": {
21947         "consumes": [
21948           "application/json", 
21949           "application/xml"
21950         ], 
21951         "description": "delete an existing relationship", 
21952         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverRelationshipListRelationship", 
21953         "parameters": [
21954           {
21955             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21956             "example": "__CLOUD-OWNER__", 
21957             "in": "path", 
21958             "name": "cloud-owner", 
21959             "required": true, 
21960             "type": "string"
21961           }, 
21962           {
21963             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21964             "example": "__CLOUD-REGION-ID__", 
21965             "in": "path", 
21966             "name": "cloud-region-id", 
21967             "required": true, 
21968             "type": "string"
21969           }, 
21970           {
21971             "description": "Unique id relative to the cloud-region.", 
21972             "example": "__TENANT-ID__", 
21973             "in": "path", 
21974             "name": "tenant-id", 
21975             "required": true, 
21976             "type": "string"
21977           }, 
21978           {
21979             "description": "Unique identifier for this vserver relative to its tenant", 
21980             "example": "__VSERVER-ID__", 
21981             "in": "path", 
21982             "name": "vserver-id", 
21983             "required": true, 
21984             "type": "string"
21985           }
21986         ], 
21987         "produces": [
21988           "application/json", 
21989           "application/xml"
21990         ], 
21991         "responses": {
21992           "default": {
21993             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21994           }
21995         }, 
21996         "summary": "delete an existing relationship", 
21997         "tags": [
21998           "CloudInfrastructure"
21999         ]
22000       }, 
22001       "put": {
22002         "consumes": [
22003           "application/json", 
22004           "application/xml"
22005         ], 
22006         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverRelationshipListRelationship", 
22007         "parameters": [
22008           {
22009             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22010             "example": "__CLOUD-OWNER__", 
22011             "in": "path", 
22012             "name": "cloud-owner", 
22013             "required": true, 
22014             "type": "string"
22015           }, 
22016           {
22017             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22018             "example": "__CLOUD-REGION-ID__", 
22019             "in": "path", 
22020             "name": "cloud-region-id", 
22021             "required": true, 
22022             "type": "string"
22023           }, 
22024           {
22025             "description": "Unique id relative to the cloud-region.", 
22026             "example": "__TENANT-ID__", 
22027             "in": "path", 
22028             "name": "tenant-id", 
22029             "required": true, 
22030             "type": "string"
22031           }, 
22032           {
22033             "description": "Unique identifier for this vserver relative to its tenant", 
22034             "example": "__VSERVER-ID__", 
22035             "in": "path", 
22036             "name": "vserver-id", 
22037             "required": true, 
22038             "type": "string"
22039           }, 
22040           {
22041             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver.json)", 
22042             "in": "body", 
22043             "name": "body", 
22044             "required": true, 
22045             "schema": {
22046               "$ref": "#/definitions/relationship-dict"
22047             }
22048           }
22049         ], 
22050         "produces": [
22051           "application/json", 
22052           "application/xml"
22053         ], 
22054         "responses": {
22055           "default": {
22056             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22057           }
22058         }, 
22059         "summary": "see node definition for valid relationships", 
22060         "tags": [
22061           "CloudInfrastructure"
22062         ]
22063       }
22064     }, 
22065     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/volumes": {
22066       "get": {
22067         "description": "returns volumes", 
22068         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumes", 
22069         "parameters": [
22070           {
22071             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22072             "example": "__CLOUD-OWNER__", 
22073             "in": "path", 
22074             "name": "cloud-owner", 
22075             "required": true, 
22076             "type": "string"
22077           }, 
22078           {
22079             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22080             "example": "__CLOUD-REGION-ID__", 
22081             "in": "path", 
22082             "name": "cloud-region-id", 
22083             "required": true, 
22084             "type": "string"
22085           }, 
22086           {
22087             "description": "Unique id relative to the cloud-region.", 
22088             "example": "__TENANT-ID__", 
22089             "in": "path", 
22090             "name": "tenant-id", 
22091             "required": true, 
22092             "type": "string"
22093           }, 
22094           {
22095             "description": "Unique identifier for this vserver relative to its tenant", 
22096             "example": "__VSERVER-ID__", 
22097             "in": "path", 
22098             "name": "vserver-id", 
22099             "required": true, 
22100             "type": "string"
22101           }, 
22102           {
22103             "description": "n/a", 
22104             "in": "query", 
22105             "name": "volume-id", 
22106             "required": false, 
22107             "type": "string"
22108           }
22109         ], 
22110         "produces": [
22111           "application/json", 
22112           "application/xml"
22113         ], 
22114         "responses": {
22115           "200": {
22116             "description": "successful operation", 
22117             "schema": {
22118               "$ref": "#/definitions/volumes"
22119             }
22120           }, 
22121           "default": {
22122             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22123           }
22124         }, 
22125         "summary": "returns volumes", 
22126         "tags": [
22127           "CloudInfrastructure"
22128         ]
22129       }
22130     }, 
22131     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/volumes/volume/{volume-id}": {
22132       "delete": {
22133         "consumes": [
22134           "application/json", 
22135           "application/xml"
22136         ], 
22137         "description": "delete an existing volume", 
22138         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
22139         "parameters": [
22140           {
22141             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22142             "example": "__CLOUD-OWNER__", 
22143             "in": "path", 
22144             "name": "cloud-owner", 
22145             "required": true, 
22146             "type": "string"
22147           }, 
22148           {
22149             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22150             "example": "__CLOUD-REGION-ID__", 
22151             "in": "path", 
22152             "name": "cloud-region-id", 
22153             "required": true, 
22154             "type": "string"
22155           }, 
22156           {
22157             "description": "Unique id relative to the cloud-region.", 
22158             "example": "__TENANT-ID__", 
22159             "in": "path", 
22160             "name": "tenant-id", 
22161             "required": true, 
22162             "type": "string"
22163           }, 
22164           {
22165             "description": "Unique identifier for this vserver relative to its tenant", 
22166             "example": "__VSERVER-ID__", 
22167             "in": "path", 
22168             "name": "vserver-id", 
22169             "required": true, 
22170             "type": "string"
22171           }, 
22172           {
22173             "description": "Unique ID of block storage volume relative to the vserver.", 
22174             "example": "__VOLUME-ID__", 
22175             "in": "path", 
22176             "name": "volume-id", 
22177             "required": true, 
22178             "type": "string"
22179           }, 
22180           {
22181             "description": "resource-version for concurrency", 
22182             "in": "query", 
22183             "name": "resource-version", 
22184             "required": true, 
22185             "type": "string"
22186           }
22187         ], 
22188         "produces": [
22189           "application/json", 
22190           "application/xml"
22191         ], 
22192         "responses": {
22193           "default": {
22194             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22195           }
22196         }, 
22197         "summary": "delete an existing volume", 
22198         "tags": [
22199           "CloudInfrastructure"
22200         ]
22201       }, 
22202       "get": {
22203         "description": "returns volume", 
22204         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
22205         "parameters": [
22206           {
22207             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22208             "example": "__CLOUD-OWNER__", 
22209             "in": "path", 
22210             "name": "cloud-owner", 
22211             "required": true, 
22212             "type": "string"
22213           }, 
22214           {
22215             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22216             "example": "__CLOUD-REGION-ID__", 
22217             "in": "path", 
22218             "name": "cloud-region-id", 
22219             "required": true, 
22220             "type": "string"
22221           }, 
22222           {
22223             "description": "Unique id relative to the cloud-region.", 
22224             "example": "__TENANT-ID__", 
22225             "in": "path", 
22226             "name": "tenant-id", 
22227             "required": true, 
22228             "type": "string"
22229           }, 
22230           {
22231             "description": "Unique identifier for this vserver relative to its tenant", 
22232             "example": "__VSERVER-ID__", 
22233             "in": "path", 
22234             "name": "vserver-id", 
22235             "required": true, 
22236             "type": "string"
22237           }, 
22238           {
22239             "description": "Unique ID of block storage volume relative to the vserver.", 
22240             "example": "__VOLUME-ID__", 
22241             "in": "path", 
22242             "name": "volume-id", 
22243             "required": true, 
22244             "type": "string"
22245           }
22246         ], 
22247         "produces": [
22248           "application/json", 
22249           "application/xml"
22250         ], 
22251         "responses": {
22252           "200": {
22253             "description": "successful operation", 
22254             "schema": {
22255               "$ref": "#/definitions/volume"
22256             }
22257           }, 
22258           "default": {
22259             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22260           }
22261         }, 
22262         "summary": "returns volume", 
22263         "tags": [
22264           "CloudInfrastructure"
22265         ]
22266       }, 
22267       "patch": {
22268         "consumes": [
22269           "application/json"
22270         ], 
22271         "description": "Update an existing volume\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
22272         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
22273         "parameters": [
22274           {
22275             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22276             "example": "__CLOUD-OWNER__", 
22277             "in": "path", 
22278             "name": "cloud-owner", 
22279             "required": true, 
22280             "type": "string"
22281           }, 
22282           {
22283             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22284             "example": "__CLOUD-REGION-ID__", 
22285             "in": "path", 
22286             "name": "cloud-region-id", 
22287             "required": true, 
22288             "type": "string"
22289           }, 
22290           {
22291             "description": "Unique id relative to the cloud-region.", 
22292             "example": "__TENANT-ID__", 
22293             "in": "path", 
22294             "name": "tenant-id", 
22295             "required": true, 
22296             "type": "string"
22297           }, 
22298           {
22299             "description": "Unique identifier for this vserver relative to its tenant", 
22300             "example": "__VSERVER-ID__", 
22301             "in": "path", 
22302             "name": "vserver-id", 
22303             "required": true, 
22304             "type": "string"
22305           }, 
22306           {
22307             "description": "Unique ID of block storage volume relative to the vserver.", 
22308             "example": "__VOLUME-ID__", 
22309             "in": "path", 
22310             "name": "volume-id", 
22311             "required": true, 
22312             "type": "string"
22313           }, 
22314           {
22315             "description": "volume object that needs to be updated.", 
22316             "in": "body", 
22317             "name": "body", 
22318             "required": true, 
22319             "schema": {
22320               "$ref": "#/definitions/zzzz-patch-volume"
22321             }
22322           }
22323         ], 
22324         "produces": [
22325           "application/json"
22326         ], 
22327         "responses": {
22328           "default": {
22329             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22330           }
22331         }, 
22332         "summary": "update an existing volume", 
22333         "tags": [
22334           "CloudInfrastructure"
22335         ]
22336       }, 
22337       "put": {
22338         "consumes": [
22339           "application/json", 
22340           "application/xml"
22341         ], 
22342         "description": "Create or update an existing volume.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
22343         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
22344         "parameters": [
22345           {
22346             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22347             "example": "__CLOUD-OWNER__", 
22348             "in": "path", 
22349             "name": "cloud-owner", 
22350             "required": true, 
22351             "type": "string"
22352           }, 
22353           {
22354             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22355             "example": "__CLOUD-REGION-ID__", 
22356             "in": "path", 
22357             "name": "cloud-region-id", 
22358             "required": true, 
22359             "type": "string"
22360           }, 
22361           {
22362             "description": "Unique id relative to the cloud-region.", 
22363             "example": "__TENANT-ID__", 
22364             "in": "path", 
22365             "name": "tenant-id", 
22366             "required": true, 
22367             "type": "string"
22368           }, 
22369           {
22370             "description": "Unique identifier for this vserver relative to its tenant", 
22371             "example": "__VSERVER-ID__", 
22372             "in": "path", 
22373             "name": "vserver-id", 
22374             "required": true, 
22375             "type": "string"
22376           }, 
22377           {
22378             "description": "Unique ID of block storage volume relative to the vserver.", 
22379             "example": "__VOLUME-ID__", 
22380             "in": "path", 
22381             "name": "volume-id", 
22382             "required": true, 
22383             "type": "string"
22384           }, 
22385           {
22386             "description": "volume object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume.json)", 
22387             "in": "body", 
22388             "name": "body", 
22389             "required": true, 
22390             "schema": {
22391               "$ref": "#/definitions/volume"
22392             }
22393           }
22394         ], 
22395         "produces": [
22396           "application/json", 
22397           "application/xml"
22398         ], 
22399         "responses": {
22400           "default": {
22401             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22402           }
22403         }, 
22404         "summary": "create or update an existing volume", 
22405         "tags": [
22406           "CloudInfrastructure"
22407         ]
22408       }
22409     }, 
22410     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/volumes/volume/{volume-id}/relationship-list/relationship": {
22411       "delete": {
22412         "consumes": [
22413           "application/json", 
22414           "application/xml"
22415         ], 
22416         "description": "delete an existing relationship", 
22417         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolumeRelationshipListRelationship", 
22418         "parameters": [
22419           {
22420             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22421             "example": "__CLOUD-OWNER__", 
22422             "in": "path", 
22423             "name": "cloud-owner", 
22424             "required": true, 
22425             "type": "string"
22426           }, 
22427           {
22428             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22429             "example": "__CLOUD-REGION-ID__", 
22430             "in": "path", 
22431             "name": "cloud-region-id", 
22432             "required": true, 
22433             "type": "string"
22434           }, 
22435           {
22436             "description": "Unique id relative to the cloud-region.", 
22437             "example": "__TENANT-ID__", 
22438             "in": "path", 
22439             "name": "tenant-id", 
22440             "required": true, 
22441             "type": "string"
22442           }, 
22443           {
22444             "description": "Unique identifier for this vserver relative to its tenant", 
22445             "example": "__VSERVER-ID__", 
22446             "in": "path", 
22447             "name": "vserver-id", 
22448             "required": true, 
22449             "type": "string"
22450           }, 
22451           {
22452             "description": "Unique ID of block storage volume relative to the vserver.", 
22453             "example": "__VOLUME-ID__", 
22454             "in": "path", 
22455             "name": "volume-id", 
22456             "required": true, 
22457             "type": "string"
22458           }
22459         ], 
22460         "produces": [
22461           "application/json", 
22462           "application/xml"
22463         ], 
22464         "responses": {
22465           "default": {
22466             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22467           }
22468         }, 
22469         "summary": "delete an existing relationship", 
22470         "tags": [
22471           "CloudInfrastructure"
22472         ]
22473       }, 
22474       "put": {
22475         "consumes": [
22476           "application/json", 
22477           "application/xml"
22478         ], 
22479         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolumeRelationshipListRelationship", 
22480         "parameters": [
22481           {
22482             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22483             "example": "__CLOUD-OWNER__", 
22484             "in": "path", 
22485             "name": "cloud-owner", 
22486             "required": true, 
22487             "type": "string"
22488           }, 
22489           {
22490             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22491             "example": "__CLOUD-REGION-ID__", 
22492             "in": "path", 
22493             "name": "cloud-region-id", 
22494             "required": true, 
22495             "type": "string"
22496           }, 
22497           {
22498             "description": "Unique id relative to the cloud-region.", 
22499             "example": "__TENANT-ID__", 
22500             "in": "path", 
22501             "name": "tenant-id", 
22502             "required": true, 
22503             "type": "string"
22504           }, 
22505           {
22506             "description": "Unique identifier for this vserver relative to its tenant", 
22507             "example": "__VSERVER-ID__", 
22508             "in": "path", 
22509             "name": "vserver-id", 
22510             "required": true, 
22511             "type": "string"
22512           }, 
22513           {
22514             "description": "Unique ID of block storage volume relative to the vserver.", 
22515             "example": "__VOLUME-ID__", 
22516             "in": "path", 
22517             "name": "volume-id", 
22518             "required": true, 
22519             "type": "string"
22520           }, 
22521           {
22522             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume.json)", 
22523             "in": "body", 
22524             "name": "body", 
22525             "required": true, 
22526             "schema": {
22527               "$ref": "#/definitions/relationship-dict"
22528             }
22529           }
22530         ], 
22531         "produces": [
22532           "application/json", 
22533           "application/xml"
22534         ], 
22535         "responses": {
22536           "default": {
22537             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22538           }
22539         }, 
22540         "summary": "see node definition for valid relationships", 
22541         "tags": [
22542           "CloudInfrastructure"
22543         ]
22544       }
22545     }, 
22546     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}": {
22547       "delete": {
22548         "consumes": [
22549           "application/json", 
22550           "application/xml"
22551         ], 
22552         "description": "delete an existing vip-ipv4-address-list", 
22553         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
22554         "parameters": [
22555           {
22556             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22557             "example": "__CLOUD-OWNER__", 
22558             "in": "path", 
22559             "name": "cloud-owner", 
22560             "required": true, 
22561             "type": "string"
22562           }, 
22563           {
22564             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22565             "example": "__CLOUD-REGION-ID__", 
22566             "in": "path", 
22567             "name": "cloud-region-id", 
22568             "required": true, 
22569             "type": "string"
22570           }, 
22571           {
22572             "description": "IP address", 
22573             "example": "__VIP-IPV4-ADDRESS__", 
22574             "in": "path", 
22575             "name": "vip-ipv4-address", 
22576             "required": true, 
22577             "type": "string"
22578           }, 
22579           {
22580             "description": "resource-version for concurrency", 
22581             "in": "query", 
22582             "name": "resource-version", 
22583             "required": true, 
22584             "type": "string"
22585           }
22586         ], 
22587         "produces": [
22588           "application/json", 
22589           "application/xml"
22590         ], 
22591         "responses": {
22592           "default": {
22593             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22594           }
22595         }, 
22596         "summary": "delete an existing vip-ipv4-address-list", 
22597         "tags": [
22598           "CloudInfrastructure"
22599         ]
22600       }, 
22601       "get": {
22602         "description": "returns vip-ipv4-address-list", 
22603         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
22604         "parameters": [
22605           {
22606             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22607             "example": "__CLOUD-OWNER__", 
22608             "in": "path", 
22609             "name": "cloud-owner", 
22610             "required": true, 
22611             "type": "string"
22612           }, 
22613           {
22614             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22615             "example": "__CLOUD-REGION-ID__", 
22616             "in": "path", 
22617             "name": "cloud-region-id", 
22618             "required": true, 
22619             "type": "string"
22620           }, 
22621           {
22622             "description": "IP address", 
22623             "example": "__VIP-IPV4-ADDRESS__", 
22624             "in": "path", 
22625             "name": "vip-ipv4-address", 
22626             "required": true, 
22627             "type": "string"
22628           }
22629         ], 
22630         "produces": [
22631           "application/json", 
22632           "application/xml"
22633         ], 
22634         "responses": {
22635           "200": {
22636             "description": "successful operation", 
22637             "schema": {
22638               "$ref": "#/definitions/vip-ipv4-address-list"
22639             }
22640           }, 
22641           "default": {
22642             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22643           }
22644         }, 
22645         "summary": "returns vip-ipv4-address-list", 
22646         "tags": [
22647           "CloudInfrastructure"
22648         ]
22649       }, 
22650       "patch": {
22651         "consumes": [
22652           "application/json"
22653         ], 
22654         "description": "Update an existing vip-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
22655         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
22656         "parameters": [
22657           {
22658             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22659             "example": "__CLOUD-OWNER__", 
22660             "in": "path", 
22661             "name": "cloud-owner", 
22662             "required": true, 
22663             "type": "string"
22664           }, 
22665           {
22666             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22667             "example": "__CLOUD-REGION-ID__", 
22668             "in": "path", 
22669             "name": "cloud-region-id", 
22670             "required": true, 
22671             "type": "string"
22672           }, 
22673           {
22674             "description": "IP address", 
22675             "example": "__VIP-IPV4-ADDRESS__", 
22676             "in": "path", 
22677             "name": "vip-ipv4-address", 
22678             "required": true, 
22679             "type": "string"
22680           }, 
22681           {
22682             "description": "vip-ipv4-address-list object that needs to be updated.", 
22683             "in": "body", 
22684             "name": "body", 
22685             "required": true, 
22686             "schema": {
22687               "$ref": "#/definitions/zzzz-patch-vip-ipv4-address-list"
22688             }
22689           }
22690         ], 
22691         "produces": [
22692           "application/json"
22693         ], 
22694         "responses": {
22695           "default": {
22696             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22697           }
22698         }, 
22699         "summary": "update an existing vip-ipv4-address-list", 
22700         "tags": [
22701           "CloudInfrastructure"
22702         ]
22703       }, 
22704       "put": {
22705         "consumes": [
22706           "application/json", 
22707           "application/xml"
22708         ], 
22709         "description": "Create or update an existing vip-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
22710         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
22711         "parameters": [
22712           {
22713             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22714             "example": "__CLOUD-OWNER__", 
22715             "in": "path", 
22716             "name": "cloud-owner", 
22717             "required": true, 
22718             "type": "string"
22719           }, 
22720           {
22721             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22722             "example": "__CLOUD-REGION-ID__", 
22723             "in": "path", 
22724             "name": "cloud-region-id", 
22725             "required": true, 
22726             "type": "string"
22727           }, 
22728           {
22729             "description": "IP address", 
22730             "example": "__VIP-IPV4-ADDRESS__", 
22731             "in": "path", 
22732             "name": "vip-ipv4-address", 
22733             "required": true, 
22734             "type": "string"
22735           }, 
22736           {
22737             "description": "vip-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList.json)", 
22738             "in": "body", 
22739             "name": "body", 
22740             "required": true, 
22741             "schema": {
22742               "$ref": "#/definitions/vip-ipv4-address-list"
22743             }
22744           }
22745         ], 
22746         "produces": [
22747           "application/json", 
22748           "application/xml"
22749         ], 
22750         "responses": {
22751           "default": {
22752             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22753           }
22754         }, 
22755         "summary": "create or update an existing vip-ipv4-address-list", 
22756         "tags": [
22757           "CloudInfrastructure"
22758         ]
22759       }
22760     }, 
22761     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship": {
22762       "delete": {
22763         "consumes": [
22764           "application/json", 
22765           "application/xml"
22766         ], 
22767         "description": "delete an existing relationship", 
22768         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship", 
22769         "parameters": [
22770           {
22771             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22772             "example": "__CLOUD-OWNER__", 
22773             "in": "path", 
22774             "name": "cloud-owner", 
22775             "required": true, 
22776             "type": "string"
22777           }, 
22778           {
22779             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22780             "example": "__CLOUD-REGION-ID__", 
22781             "in": "path", 
22782             "name": "cloud-region-id", 
22783             "required": true, 
22784             "type": "string"
22785           }, 
22786           {
22787             "description": "IP address", 
22788             "example": "__VIP-IPV4-ADDRESS__", 
22789             "in": "path", 
22790             "name": "vip-ipv4-address", 
22791             "required": true, 
22792             "type": "string"
22793           }
22794         ], 
22795         "produces": [
22796           "application/json", 
22797           "application/xml"
22798         ], 
22799         "responses": {
22800           "default": {
22801             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22802           }
22803         }, 
22804         "summary": "delete an existing relationship", 
22805         "tags": [
22806           "CloudInfrastructure"
22807         ]
22808       }, 
22809       "put": {
22810         "consumes": [
22811           "application/json", 
22812           "application/xml"
22813         ], 
22814         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship", 
22815         "parameters": [
22816           {
22817             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22818             "example": "__CLOUD-OWNER__", 
22819             "in": "path", 
22820             "name": "cloud-owner", 
22821             "required": true, 
22822             "type": "string"
22823           }, 
22824           {
22825             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22826             "example": "__CLOUD-REGION-ID__", 
22827             "in": "path", 
22828             "name": "cloud-region-id", 
22829             "required": true, 
22830             "type": "string"
22831           }, 
22832           {
22833             "description": "IP address", 
22834             "example": "__VIP-IPV4-ADDRESS__", 
22835             "in": "path", 
22836             "name": "vip-ipv4-address", 
22837             "required": true, 
22838             "type": "string"
22839           }, 
22840           {
22841             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList.json)", 
22842             "in": "body", 
22843             "name": "body", 
22844             "required": true, 
22845             "schema": {
22846               "$ref": "#/definitions/relationship-dict"
22847             }
22848           }
22849         ], 
22850         "produces": [
22851           "application/json", 
22852           "application/xml"
22853         ], 
22854         "responses": {
22855           "default": {
22856             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22857           }
22858         }, 
22859         "summary": "see node definition for valid relationships", 
22860         "tags": [
22861           "CloudInfrastructure"
22862         ]
22863       }
22864     }, 
22865     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}": {
22866       "delete": {
22867         "consumes": [
22868           "application/json", 
22869           "application/xml"
22870         ], 
22871         "description": "delete an existing vip-ipv6-address-list", 
22872         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
22873         "parameters": [
22874           {
22875             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22876             "example": "__CLOUD-OWNER__", 
22877             "in": "path", 
22878             "name": "cloud-owner", 
22879             "required": true, 
22880             "type": "string"
22881           }, 
22882           {
22883             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22884             "example": "__CLOUD-REGION-ID__", 
22885             "in": "path", 
22886             "name": "cloud-region-id", 
22887             "required": true, 
22888             "type": "string"
22889           }, 
22890           {
22891             "description": "IP address", 
22892             "example": "__VIP-IPV6-ADDRESS__", 
22893             "in": "path", 
22894             "name": "vip-ipv6-address", 
22895             "required": true, 
22896             "type": "string"
22897           }, 
22898           {
22899             "description": "resource-version for concurrency", 
22900             "in": "query", 
22901             "name": "resource-version", 
22902             "required": true, 
22903             "type": "string"
22904           }
22905         ], 
22906         "produces": [
22907           "application/json", 
22908           "application/xml"
22909         ], 
22910         "responses": {
22911           "default": {
22912             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22913           }
22914         }, 
22915         "summary": "delete an existing vip-ipv6-address-list", 
22916         "tags": [
22917           "CloudInfrastructure"
22918         ]
22919       }, 
22920       "get": {
22921         "description": "returns vip-ipv6-address-list", 
22922         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
22923         "parameters": [
22924           {
22925             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22926             "example": "__CLOUD-OWNER__", 
22927             "in": "path", 
22928             "name": "cloud-owner", 
22929             "required": true, 
22930             "type": "string"
22931           }, 
22932           {
22933             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22934             "example": "__CLOUD-REGION-ID__", 
22935             "in": "path", 
22936             "name": "cloud-region-id", 
22937             "required": true, 
22938             "type": "string"
22939           }, 
22940           {
22941             "description": "IP address", 
22942             "example": "__VIP-IPV6-ADDRESS__", 
22943             "in": "path", 
22944             "name": "vip-ipv6-address", 
22945             "required": true, 
22946             "type": "string"
22947           }
22948         ], 
22949         "produces": [
22950           "application/json", 
22951           "application/xml"
22952         ], 
22953         "responses": {
22954           "200": {
22955             "description": "successful operation", 
22956             "schema": {
22957               "$ref": "#/definitions/vip-ipv6-address-list"
22958             }
22959           }, 
22960           "default": {
22961             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22962           }
22963         }, 
22964         "summary": "returns vip-ipv6-address-list", 
22965         "tags": [
22966           "CloudInfrastructure"
22967         ]
22968       }, 
22969       "patch": {
22970         "consumes": [
22971           "application/json"
22972         ], 
22973         "description": "Update an existing vip-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
22974         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
22975         "parameters": [
22976           {
22977             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22978             "example": "__CLOUD-OWNER__", 
22979             "in": "path", 
22980             "name": "cloud-owner", 
22981             "required": true, 
22982             "type": "string"
22983           }, 
22984           {
22985             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22986             "example": "__CLOUD-REGION-ID__", 
22987             "in": "path", 
22988             "name": "cloud-region-id", 
22989             "required": true, 
22990             "type": "string"
22991           }, 
22992           {
22993             "description": "IP address", 
22994             "example": "__VIP-IPV6-ADDRESS__", 
22995             "in": "path", 
22996             "name": "vip-ipv6-address", 
22997             "required": true, 
22998             "type": "string"
22999           }, 
23000           {
23001             "description": "vip-ipv6-address-list object that needs to be updated.", 
23002             "in": "body", 
23003             "name": "body", 
23004             "required": true, 
23005             "schema": {
23006               "$ref": "#/definitions/zzzz-patch-vip-ipv6-address-list"
23007             }
23008           }
23009         ], 
23010         "produces": [
23011           "application/json"
23012         ], 
23013         "responses": {
23014           "default": {
23015             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23016           }
23017         }, 
23018         "summary": "update an existing vip-ipv6-address-list", 
23019         "tags": [
23020           "CloudInfrastructure"
23021         ]
23022       }, 
23023       "put": {
23024         "consumes": [
23025           "application/json", 
23026           "application/xml"
23027         ], 
23028         "description": "Create or update an existing vip-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
23029         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
23030         "parameters": [
23031           {
23032             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23033             "example": "__CLOUD-OWNER__", 
23034             "in": "path", 
23035             "name": "cloud-owner", 
23036             "required": true, 
23037             "type": "string"
23038           }, 
23039           {
23040             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23041             "example": "__CLOUD-REGION-ID__", 
23042             "in": "path", 
23043             "name": "cloud-region-id", 
23044             "required": true, 
23045             "type": "string"
23046           }, 
23047           {
23048             "description": "IP address", 
23049             "example": "__VIP-IPV6-ADDRESS__", 
23050             "in": "path", 
23051             "name": "vip-ipv6-address", 
23052             "required": true, 
23053             "type": "string"
23054           }, 
23055           {
23056             "description": "vip-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList.json)", 
23057             "in": "body", 
23058             "name": "body", 
23059             "required": true, 
23060             "schema": {
23061               "$ref": "#/definitions/vip-ipv6-address-list"
23062             }
23063           }
23064         ], 
23065         "produces": [
23066           "application/json", 
23067           "application/xml"
23068         ], 
23069         "responses": {
23070           "default": {
23071             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23072           }
23073         }, 
23074         "summary": "create or update an existing vip-ipv6-address-list", 
23075         "tags": [
23076           "CloudInfrastructure"
23077         ]
23078       }
23079     }, 
23080     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship": {
23081       "delete": {
23082         "consumes": [
23083           "application/json", 
23084           "application/xml"
23085         ], 
23086         "description": "delete an existing relationship", 
23087         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship", 
23088         "parameters": [
23089           {
23090             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23091             "example": "__CLOUD-OWNER__", 
23092             "in": "path", 
23093             "name": "cloud-owner", 
23094             "required": true, 
23095             "type": "string"
23096           }, 
23097           {
23098             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23099             "example": "__CLOUD-REGION-ID__", 
23100             "in": "path", 
23101             "name": "cloud-region-id", 
23102             "required": true, 
23103             "type": "string"
23104           }, 
23105           {
23106             "description": "IP address", 
23107             "example": "__VIP-IPV6-ADDRESS__", 
23108             "in": "path", 
23109             "name": "vip-ipv6-address", 
23110             "required": true, 
23111             "type": "string"
23112           }
23113         ], 
23114         "produces": [
23115           "application/json", 
23116           "application/xml"
23117         ], 
23118         "responses": {
23119           "default": {
23120             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23121           }
23122         }, 
23123         "summary": "delete an existing relationship", 
23124         "tags": [
23125           "CloudInfrastructure"
23126         ]
23127       }, 
23128       "put": {
23129         "consumes": [
23130           "application/json", 
23131           "application/xml"
23132         ], 
23133         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship", 
23134         "parameters": [
23135           {
23136             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23137             "example": "__CLOUD-OWNER__", 
23138             "in": "path", 
23139             "name": "cloud-owner", 
23140             "required": true, 
23141             "type": "string"
23142           }, 
23143           {
23144             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23145             "example": "__CLOUD-REGION-ID__", 
23146             "in": "path", 
23147             "name": "cloud-region-id", 
23148             "required": true, 
23149             "type": "string"
23150           }, 
23151           {
23152             "description": "IP address", 
23153             "example": "__VIP-IPV6-ADDRESS__", 
23154             "in": "path", 
23155             "name": "vip-ipv6-address", 
23156             "required": true, 
23157             "type": "string"
23158           }, 
23159           {
23160             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList.json)", 
23161             "in": "body", 
23162             "name": "body", 
23163             "required": true, 
23164             "schema": {
23165               "$ref": "#/definitions/relationship-dict"
23166             }
23167           }
23168         ], 
23169         "produces": [
23170           "application/json", 
23171           "application/xml"
23172         ], 
23173         "responses": {
23174           "default": {
23175             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23176           }
23177         }, 
23178         "summary": "see node definition for valid relationships", 
23179         "tags": [
23180           "CloudInfrastructure"
23181         ]
23182       }
23183     }, 
23184     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups": {
23185       "get": {
23186         "description": "returns volume-groups", 
23187         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVolumeGroups", 
23188         "parameters": [
23189           {
23190             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23191             "example": "__CLOUD-OWNER__", 
23192             "in": "path", 
23193             "name": "cloud-owner", 
23194             "required": true, 
23195             "type": "string"
23196           }, 
23197           {
23198             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23199             "example": "__CLOUD-REGION-ID__", 
23200             "in": "path", 
23201             "name": "cloud-region-id", 
23202             "required": true, 
23203             "type": "string"
23204           }, 
23205           {
23206             "description": "n/a", 
23207             "in": "query", 
23208             "name": "volume-group-id", 
23209             "required": false, 
23210             "type": "string"
23211           }, 
23212           {
23213             "description": "n/a", 
23214             "in": "query", 
23215             "name": "volume-group-name", 
23216             "required": false, 
23217             "type": "string"
23218           }, 
23219           {
23220             "description": "n/a", 
23221             "in": "query", 
23222             "name": "heat-stack-id", 
23223             "required": false, 
23224             "type": "string"
23225           }, 
23226           {
23227             "description": "n/a", 
23228             "in": "query", 
23229             "name": "vnf-type", 
23230             "required": false, 
23231             "type": "string"
23232           }
23233         ], 
23234         "produces": [
23235           "application/json", 
23236           "application/xml"
23237         ], 
23238         "responses": {
23239           "200": {
23240             "description": "successful operation", 
23241             "schema": {
23242               "$ref": "#/definitions/volume-groups"
23243             }
23244           }, 
23245           "default": {
23246             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23247           }
23248         }, 
23249         "summary": "returns volume-groups", 
23250         "tags": [
23251           "CloudInfrastructure"
23252         ]
23253       }
23254     }, 
23255     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}": {
23256       "delete": {
23257         "consumes": [
23258           "application/json", 
23259           "application/xml"
23260         ], 
23261         "description": "delete an existing volume-group", 
23262         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
23263         "parameters": [
23264           {
23265             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23266             "example": "__CLOUD-OWNER__", 
23267             "in": "path", 
23268             "name": "cloud-owner", 
23269             "required": true, 
23270             "type": "string"
23271           }, 
23272           {
23273             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23274             "example": "__CLOUD-REGION-ID__", 
23275             "in": "path", 
23276             "name": "cloud-region-id", 
23277             "required": true, 
23278             "type": "string"
23279           }, 
23280           {
23281             "description": "Unique ID of volume-group.", 
23282             "example": "__VOLUME-GROUP-ID__", 
23283             "in": "path", 
23284             "name": "volume-group-id", 
23285             "required": true, 
23286             "type": "string"
23287           }, 
23288           {
23289             "description": "resource-version for concurrency", 
23290             "in": "query", 
23291             "name": "resource-version", 
23292             "required": true, 
23293             "type": "string"
23294           }
23295         ], 
23296         "produces": [
23297           "application/json", 
23298           "application/xml"
23299         ], 
23300         "responses": {
23301           "default": {
23302             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23303           }
23304         }, 
23305         "summary": "delete an existing volume-group", 
23306         "tags": [
23307           "CloudInfrastructure"
23308         ]
23309       }, 
23310       "get": {
23311         "description": "returns volume-group", 
23312         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
23313         "parameters": [
23314           {
23315             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23316             "example": "__CLOUD-OWNER__", 
23317             "in": "path", 
23318             "name": "cloud-owner", 
23319             "required": true, 
23320             "type": "string"
23321           }, 
23322           {
23323             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23324             "example": "__CLOUD-REGION-ID__", 
23325             "in": "path", 
23326             "name": "cloud-region-id", 
23327             "required": true, 
23328             "type": "string"
23329           }, 
23330           {
23331             "description": "Unique ID of volume-group.", 
23332             "example": "__VOLUME-GROUP-ID__", 
23333             "in": "path", 
23334             "name": "volume-group-id", 
23335             "required": true, 
23336             "type": "string"
23337           }
23338         ], 
23339         "produces": [
23340           "application/json", 
23341           "application/xml"
23342         ], 
23343         "responses": {
23344           "200": {
23345             "description": "successful operation", 
23346             "schema": {
23347               "$ref": "#/definitions/volume-group"
23348             }
23349           }, 
23350           "default": {
23351             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23352           }
23353         }, 
23354         "summary": "returns volume-group", 
23355         "tags": [
23356           "CloudInfrastructure"
23357         ]
23358       }, 
23359       "patch": {
23360         "consumes": [
23361           "application/json"
23362         ], 
23363         "description": "Update an existing volume-group\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
23364         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
23365         "parameters": [
23366           {
23367             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23368             "example": "__CLOUD-OWNER__", 
23369             "in": "path", 
23370             "name": "cloud-owner", 
23371             "required": true, 
23372             "type": "string"
23373           }, 
23374           {
23375             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23376             "example": "__CLOUD-REGION-ID__", 
23377             "in": "path", 
23378             "name": "cloud-region-id", 
23379             "required": true, 
23380             "type": "string"
23381           }, 
23382           {
23383             "description": "Unique ID of volume-group.", 
23384             "example": "__VOLUME-GROUP-ID__", 
23385             "in": "path", 
23386             "name": "volume-group-id", 
23387             "required": true, 
23388             "type": "string"
23389           }, 
23390           {
23391             "description": "volume-group object that needs to be updated.", 
23392             "in": "body", 
23393             "name": "body", 
23394             "required": true, 
23395             "schema": {
23396               "$ref": "#/definitions/zzzz-patch-volume-group"
23397             }
23398           }
23399         ], 
23400         "produces": [
23401           "application/json"
23402         ], 
23403         "responses": {
23404           "default": {
23405             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23406           }
23407         }, 
23408         "summary": "update an existing volume-group", 
23409         "tags": [
23410           "CloudInfrastructure"
23411         ]
23412       }, 
23413       "put": {
23414         "consumes": [
23415           "application/json", 
23416           "application/xml"
23417         ], 
23418         "description": "Create or update an existing volume-group.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
23419         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
23420         "parameters": [
23421           {
23422             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23423             "example": "__CLOUD-OWNER__", 
23424             "in": "path", 
23425             "name": "cloud-owner", 
23426             "required": true, 
23427             "type": "string"
23428           }, 
23429           {
23430             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23431             "example": "__CLOUD-REGION-ID__", 
23432             "in": "path", 
23433             "name": "cloud-region-id", 
23434             "required": true, 
23435             "type": "string"
23436           }, 
23437           {
23438             "description": "Unique ID of volume-group.", 
23439             "example": "__VOLUME-GROUP-ID__", 
23440             "in": "path", 
23441             "name": "volume-group-id", 
23442             "required": true, 
23443             "type": "string"
23444           }, 
23445           {
23446             "description": "volume-group object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup.json)", 
23447             "in": "body", 
23448             "name": "body", 
23449             "required": true, 
23450             "schema": {
23451               "$ref": "#/definitions/volume-group"
23452             }
23453           }
23454         ], 
23455         "produces": [
23456           "application/json", 
23457           "application/xml"
23458         ], 
23459         "responses": {
23460           "default": {
23461             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23462           }
23463         }, 
23464         "summary": "create or update an existing volume-group", 
23465         "tags": [
23466           "CloudInfrastructure"
23467         ]
23468       }
23469     }, 
23470     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}/relationship-list/relationship": {
23471       "delete": {
23472         "consumes": [
23473           "application/json", 
23474           "application/xml"
23475         ], 
23476         "description": "delete an existing relationship", 
23477         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroupRelationshipListRelationship", 
23478         "parameters": [
23479           {
23480             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23481             "example": "__CLOUD-OWNER__", 
23482             "in": "path", 
23483             "name": "cloud-owner", 
23484             "required": true, 
23485             "type": "string"
23486           }, 
23487           {
23488             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23489             "example": "__CLOUD-REGION-ID__", 
23490             "in": "path", 
23491             "name": "cloud-region-id", 
23492             "required": true, 
23493             "type": "string"
23494           }, 
23495           {
23496             "description": "Unique ID of volume-group.", 
23497             "example": "__VOLUME-GROUP-ID__", 
23498             "in": "path", 
23499             "name": "volume-group-id", 
23500             "required": true, 
23501             "type": "string"
23502           }
23503         ], 
23504         "produces": [
23505           "application/json", 
23506           "application/xml"
23507         ], 
23508         "responses": {
23509           "default": {
23510             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23511           }
23512         }, 
23513         "summary": "delete an existing relationship", 
23514         "tags": [
23515           "CloudInfrastructure"
23516         ]
23517       }, 
23518       "put": {
23519         "consumes": [
23520           "application/json", 
23521           "application/xml"
23522         ], 
23523         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroupRelationshipListRelationship", 
23524         "parameters": [
23525           {
23526             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23527             "example": "__CLOUD-OWNER__", 
23528             "in": "path", 
23529             "name": "cloud-owner", 
23530             "required": true, 
23531             "type": "string"
23532           }, 
23533           {
23534             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23535             "example": "__CLOUD-REGION-ID__", 
23536             "in": "path", 
23537             "name": "cloud-region-id", 
23538             "required": true, 
23539             "type": "string"
23540           }, 
23541           {
23542             "description": "Unique ID of volume-group.", 
23543             "example": "__VOLUME-GROUP-ID__", 
23544             "in": "path", 
23545             "name": "volume-group-id", 
23546             "required": true, 
23547             "type": "string"
23548           }, 
23549           {
23550             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup.json)", 
23551             "in": "body", 
23552             "name": "body", 
23553             "required": true, 
23554             "schema": {
23555               "$ref": "#/definitions/relationship-dict"
23556             }
23557           }
23558         ], 
23559         "produces": [
23560           "application/json", 
23561           "application/xml"
23562         ], 
23563         "responses": {
23564           "default": {
23565             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23566           }
23567         }, 
23568         "summary": "see node definition for valid relationships", 
23569         "tags": [
23570           "CloudInfrastructure"
23571         ]
23572       }
23573     }, 
23574     "/cloud-infrastructure/complexes": {
23575       "get": {
23576         "description": "returns complexes", 
23577         "operationId": "getCloudInfrastructureComplexes", 
23578         "parameters": [
23579           {
23580             "description": "n/a", 
23581             "in": "query", 
23582             "name": "physical-location-id", 
23583             "required": false, 
23584             "type": "string"
23585           }, 
23586           {
23587             "description": "n/a", 
23588             "in": "query", 
23589             "name": "data-center-code", 
23590             "required": false, 
23591             "type": "string"
23592           }, 
23593           {
23594             "description": "n/a", 
23595             "in": "query", 
23596             "name": "complex-name", 
23597             "required": false, 
23598             "type": "string"
23599           }, 
23600           {
23601             "description": "n/a", 
23602             "in": "query", 
23603             "name": "identity-url", 
23604             "required": false, 
23605             "type": "string"
23606           }
23607         ], 
23608         "produces": [
23609           "application/json", 
23610           "application/xml"
23611         ], 
23612         "responses": {
23613           "200": {
23614             "description": "successful operation", 
23615             "schema": {
23616               "$ref": "#/definitions/complexes"
23617             }
23618           }, 
23619           "default": {
23620             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23621           }
23622         }, 
23623         "summary": "returns complexes", 
23624         "tags": [
23625           "CloudInfrastructure"
23626         ]
23627       }
23628     }, 
23629     "/cloud-infrastructure/complexes/complex/{physical-location-id}": {
23630       "delete": {
23631         "consumes": [
23632           "application/json", 
23633           "application/xml"
23634         ], 
23635         "description": "delete an existing complex", 
23636         "operationId": "deleteCloudInfrastructureComplexesComplex", 
23637         "parameters": [
23638           {
23639             "description": "Unique identifier for physical location, e.g., CLLI", 
23640             "example": "__PHYSICAL-LOCATION-ID__", 
23641             "in": "path", 
23642             "name": "physical-location-id", 
23643             "required": true, 
23644             "type": "string"
23645           }, 
23646           {
23647             "description": "resource-version for concurrency", 
23648             "in": "query", 
23649             "name": "resource-version", 
23650             "required": true, 
23651             "type": "string"
23652           }
23653         ], 
23654         "produces": [
23655           "application/json", 
23656           "application/xml"
23657         ], 
23658         "responses": {
23659           "default": {
23660             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23661           }
23662         }, 
23663         "summary": "delete an existing complex", 
23664         "tags": [
23665           "CloudInfrastructure"
23666         ]
23667       }, 
23668       "get": {
23669         "description": "returns complex", 
23670         "operationId": "getCloudInfrastructureComplexesComplex", 
23671         "parameters": [
23672           {
23673             "description": "Unique identifier for physical location, e.g., CLLI", 
23674             "example": "__PHYSICAL-LOCATION-ID__", 
23675             "in": "path", 
23676             "name": "physical-location-id", 
23677             "required": true, 
23678             "type": "string"
23679           }
23680         ], 
23681         "produces": [
23682           "application/json", 
23683           "application/xml"
23684         ], 
23685         "responses": {
23686           "200": {
23687             "description": "successful operation", 
23688             "schema": {
23689               "$ref": "#/definitions/complex"
23690             }
23691           }, 
23692           "default": {
23693             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23694           }
23695         }, 
23696         "summary": "returns complex", 
23697         "tags": [
23698           "CloudInfrastructure"
23699         ]
23700       }, 
23701       "patch": {
23702         "consumes": [
23703           "application/json"
23704         ], 
23705         "description": "Update an existing complex\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
23706         "operationId": "UpdateCloudInfrastructureComplexesComplex", 
23707         "parameters": [
23708           {
23709             "description": "Unique identifier for physical location, e.g., CLLI", 
23710             "example": "__PHYSICAL-LOCATION-ID__", 
23711             "in": "path", 
23712             "name": "physical-location-id", 
23713             "required": true, 
23714             "type": "string"
23715           }, 
23716           {
23717             "description": "complex object that needs to be updated.", 
23718             "in": "body", 
23719             "name": "body", 
23720             "required": true, 
23721             "schema": {
23722               "$ref": "#/definitions/zzzz-patch-complex"
23723             }
23724           }
23725         ], 
23726         "produces": [
23727           "application/json"
23728         ], 
23729         "responses": {
23730           "default": {
23731             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23732           }
23733         }, 
23734         "summary": "update an existing complex", 
23735         "tags": [
23736           "CloudInfrastructure"
23737         ]
23738       }, 
23739       "put": {
23740         "consumes": [
23741           "application/json", 
23742           "application/xml"
23743         ], 
23744         "description": "Create or update an existing complex.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
23745         "operationId": "createOrUpdateCloudInfrastructureComplexesComplex", 
23746         "parameters": [
23747           {
23748             "description": "Unique identifier for physical location, e.g., CLLI", 
23749             "example": "__PHYSICAL-LOCATION-ID__", 
23750             "in": "path", 
23751             "name": "physical-location-id", 
23752             "required": true, 
23753             "type": "string"
23754           }, 
23755           {
23756             "description": "complex object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureComplexesComplex.json)", 
23757             "in": "body", 
23758             "name": "body", 
23759             "required": true, 
23760             "schema": {
23761               "$ref": "#/definitions/complex"
23762             }
23763           }
23764         ], 
23765         "produces": [
23766           "application/json", 
23767           "application/xml"
23768         ], 
23769         "responses": {
23770           "default": {
23771             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23772           }
23773         }, 
23774         "summary": "create or update an existing complex", 
23775         "tags": [
23776           "CloudInfrastructure"
23777         ]
23778       }
23779     }, 
23780     "/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools": {
23781       "get": {
23782         "description": "returns ctag-pools", 
23783         "operationId": "getCloudInfrastructureComplexesComplexCtagPools", 
23784         "parameters": [
23785           {
23786             "description": "Unique identifier for physical location, e.g., CLLI", 
23787             "example": "__PHYSICAL-LOCATION-ID__", 
23788             "in": "path", 
23789             "name": "physical-location-id", 
23790             "required": true, 
23791             "type": "string"
23792           }, 
23793           {
23794             "description": "n/a", 
23795             "in": "query", 
23796             "name": "availability-zone-name", 
23797             "required": false, 
23798             "type": "string"
23799           }
23800         ], 
23801         "produces": [
23802           "application/json", 
23803           "application/xml"
23804         ], 
23805         "responses": {
23806           "200": {
23807             "description": "successful operation", 
23808             "schema": {
23809               "$ref": "#/definitions/ctag-pools"
23810             }
23811           }, 
23812           "default": {
23813             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23814           }
23815         }, 
23816         "summary": "returns ctag-pools", 
23817         "tags": [
23818           "CloudInfrastructure"
23819         ]
23820       }
23821     }, 
23822     "/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}": {
23823       "delete": {
23824         "consumes": [
23825           "application/json", 
23826           "application/xml"
23827         ], 
23828         "description": "delete an existing ctag-pool", 
23829         "operationId": "deleteCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
23830         "parameters": [
23831           {
23832             "description": "Unique identifier for physical location, e.g., CLLI", 
23833             "example": "__PHYSICAL-LOCATION-ID__", 
23834             "in": "path", 
23835             "name": "physical-location-id", 
23836             "required": true, 
23837             "type": "string"
23838           }, 
23839           {
23840             "description": "The Target provider edge router", 
23841             "example": "__TARGET-PE__", 
23842             "in": "path", 
23843             "name": "target-pe", 
23844             "required": true, 
23845             "type": "string"
23846           }, 
23847           {
23848             "description": "Name of the availability zone", 
23849             "example": "__AVAILABILITY-ZONE-NAME__", 
23850             "in": "path", 
23851             "name": "availability-zone-name", 
23852             "required": true, 
23853             "type": "string"
23854           }, 
23855           {
23856             "description": "resource-version for concurrency", 
23857             "in": "query", 
23858             "name": "resource-version", 
23859             "required": true, 
23860             "type": "string"
23861           }
23862         ], 
23863         "produces": [
23864           "application/json", 
23865           "application/xml"
23866         ], 
23867         "responses": {
23868           "default": {
23869             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23870           }
23871         }, 
23872         "summary": "delete an existing ctag-pool", 
23873         "tags": [
23874           "CloudInfrastructure"
23875         ]
23876       }, 
23877       "get": {
23878         "description": "returns ctag-pool", 
23879         "operationId": "getCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
23880         "parameters": [
23881           {
23882             "description": "Unique identifier for physical location, e.g., CLLI", 
23883             "example": "__PHYSICAL-LOCATION-ID__", 
23884             "in": "path", 
23885             "name": "physical-location-id", 
23886             "required": true, 
23887             "type": "string"
23888           }, 
23889           {
23890             "description": "The Target provider edge router", 
23891             "example": "__TARGET-PE__", 
23892             "in": "path", 
23893             "name": "target-pe", 
23894             "required": true, 
23895             "type": "string"
23896           }, 
23897           {
23898             "description": "Name of the availability zone", 
23899             "example": "__AVAILABILITY-ZONE-NAME__", 
23900             "in": "path", 
23901             "name": "availability-zone-name", 
23902             "required": true, 
23903             "type": "string"
23904           }
23905         ], 
23906         "produces": [
23907           "application/json", 
23908           "application/xml"
23909         ], 
23910         "responses": {
23911           "200": {
23912             "description": "successful operation", 
23913             "schema": {
23914               "$ref": "#/definitions/ctag-pool"
23915             }
23916           }, 
23917           "default": {
23918             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23919           }
23920         }, 
23921         "summary": "returns ctag-pool", 
23922         "tags": [
23923           "CloudInfrastructure"
23924         ]
23925       }, 
23926       "patch": {
23927         "consumes": [
23928           "application/json"
23929         ], 
23930         "description": "Update an existing ctag-pool\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
23931         "operationId": "UpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
23932         "parameters": [
23933           {
23934             "description": "Unique identifier for physical location, e.g., CLLI", 
23935             "example": "__PHYSICAL-LOCATION-ID__", 
23936             "in": "path", 
23937             "name": "physical-location-id", 
23938             "required": true, 
23939             "type": "string"
23940           }, 
23941           {
23942             "description": "The Target provider edge router", 
23943             "example": "__TARGET-PE__", 
23944             "in": "path", 
23945             "name": "target-pe", 
23946             "required": true, 
23947             "type": "string"
23948           }, 
23949           {
23950             "description": "Name of the availability zone", 
23951             "example": "__AVAILABILITY-ZONE-NAME__", 
23952             "in": "path", 
23953             "name": "availability-zone-name", 
23954             "required": true, 
23955             "type": "string"
23956           }, 
23957           {
23958             "description": "ctag-pool object that needs to be updated.", 
23959             "in": "body", 
23960             "name": "body", 
23961             "required": true, 
23962             "schema": {
23963               "$ref": "#/definitions/zzzz-patch-ctag-pool"
23964             }
23965           }
23966         ], 
23967         "produces": [
23968           "application/json"
23969         ], 
23970         "responses": {
23971           "default": {
23972             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23973           }
23974         }, 
23975         "summary": "update an existing ctag-pool", 
23976         "tags": [
23977           "CloudInfrastructure"
23978         ]
23979       }, 
23980       "put": {
23981         "consumes": [
23982           "application/json", 
23983           "application/xml"
23984         ], 
23985         "description": "Create or update an existing ctag-pool.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
23986         "operationId": "createOrUpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
23987         "parameters": [
23988           {
23989             "description": "Unique identifier for physical location, e.g., CLLI", 
23990             "example": "__PHYSICAL-LOCATION-ID__", 
23991             "in": "path", 
23992             "name": "physical-location-id", 
23993             "required": true, 
23994             "type": "string"
23995           }, 
23996           {
23997             "description": "The Target provider edge router", 
23998             "example": "__TARGET-PE__", 
23999             "in": "path", 
24000             "name": "target-pe", 
24001             "required": true, 
24002             "type": "string"
24003           }, 
24004           {
24005             "description": "Name of the availability zone", 
24006             "example": "__AVAILABILITY-ZONE-NAME__", 
24007             "in": "path", 
24008             "name": "availability-zone-name", 
24009             "required": true, 
24010             "type": "string"
24011           }, 
24012           {
24013             "description": "ctag-pool object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureComplexesComplexCtagPoolsCtagPool.json)", 
24014             "in": "body", 
24015             "name": "body", 
24016             "required": true, 
24017             "schema": {
24018               "$ref": "#/definitions/ctag-pool"
24019             }
24020           }
24021         ], 
24022         "produces": [
24023           "application/json", 
24024           "application/xml"
24025         ], 
24026         "responses": {
24027           "default": {
24028             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24029           }
24030         }, 
24031         "summary": "create or update an existing ctag-pool", 
24032         "tags": [
24033           "CloudInfrastructure"
24034         ]
24035       }
24036     }, 
24037     "/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}/relationship-list/relationship": {
24038       "delete": {
24039         "consumes": [
24040           "application/json", 
24041           "application/xml"
24042         ], 
24043         "description": "delete an existing relationship", 
24044         "operationId": "deleteCloudInfrastructureComplexesComplexCtagPoolsCtagPoolRelationshipListRelationship", 
24045         "parameters": [
24046           {
24047             "description": "Unique identifier for physical location, e.g., CLLI", 
24048             "example": "__PHYSICAL-LOCATION-ID__", 
24049             "in": "path", 
24050             "name": "physical-location-id", 
24051             "required": true, 
24052             "type": "string"
24053           }, 
24054           {
24055             "description": "The Target provider edge router", 
24056             "example": "__TARGET-PE__", 
24057             "in": "path", 
24058             "name": "target-pe", 
24059             "required": true, 
24060             "type": "string"
24061           }, 
24062           {
24063             "description": "Name of the availability zone", 
24064             "example": "__AVAILABILITY-ZONE-NAME__", 
24065             "in": "path", 
24066             "name": "availability-zone-name", 
24067             "required": true, 
24068             "type": "string"
24069           }
24070         ], 
24071         "produces": [
24072           "application/json", 
24073           "application/xml"
24074         ], 
24075         "responses": {
24076           "default": {
24077             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24078           }
24079         }, 
24080         "summary": "delete an existing relationship", 
24081         "tags": [
24082           "CloudInfrastructure"
24083         ]
24084       }, 
24085       "put": {
24086         "consumes": [
24087           "application/json", 
24088           "application/xml"
24089         ], 
24090         "operationId": "createOrUpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPoolRelationshipListRelationship", 
24091         "parameters": [
24092           {
24093             "description": "Unique identifier for physical location, e.g., CLLI", 
24094             "example": "__PHYSICAL-LOCATION-ID__", 
24095             "in": "path", 
24096             "name": "physical-location-id", 
24097             "required": true, 
24098             "type": "string"
24099           }, 
24100           {
24101             "description": "The Target provider edge router", 
24102             "example": "__TARGET-PE__", 
24103             "in": "path", 
24104             "name": "target-pe", 
24105             "required": true, 
24106             "type": "string"
24107           }, 
24108           {
24109             "description": "Name of the availability zone", 
24110             "example": "__AVAILABILITY-ZONE-NAME__", 
24111             "in": "path", 
24112             "name": "availability-zone-name", 
24113             "required": true, 
24114             "type": "string"
24115           }, 
24116           {
24117             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureComplexesComplexCtagPoolsCtagPool.json)", 
24118             "in": "body", 
24119             "name": "body", 
24120             "required": true, 
24121             "schema": {
24122               "$ref": "#/definitions/relationship-dict"
24123             }
24124           }
24125         ], 
24126         "produces": [
24127           "application/json", 
24128           "application/xml"
24129         ], 
24130         "responses": {
24131           "default": {
24132             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24133           }
24134         }, 
24135         "summary": "see node definition for valid relationships", 
24136         "tags": [
24137           "CloudInfrastructure"
24138         ]
24139       }
24140     }, 
24141     "/cloud-infrastructure/complexes/complex/{physical-location-id}/relationship-list/relationship": {
24142       "delete": {
24143         "consumes": [
24144           "application/json", 
24145           "application/xml"
24146         ], 
24147         "description": "delete an existing relationship", 
24148         "operationId": "deleteCloudInfrastructureComplexesComplexRelationshipListRelationship", 
24149         "parameters": [
24150           {
24151             "description": "Unique identifier for physical location, e.g., CLLI", 
24152             "example": "__PHYSICAL-LOCATION-ID__", 
24153             "in": "path", 
24154             "name": "physical-location-id", 
24155             "required": true, 
24156             "type": "string"
24157           }
24158         ], 
24159         "produces": [
24160           "application/json", 
24161           "application/xml"
24162         ], 
24163         "responses": {
24164           "default": {
24165             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24166           }
24167         }, 
24168         "summary": "delete an existing relationship", 
24169         "tags": [
24170           "CloudInfrastructure"
24171         ]
24172       }, 
24173       "put": {
24174         "consumes": [
24175           "application/json", 
24176           "application/xml"
24177         ], 
24178         "operationId": "createOrUpdateCloudInfrastructureComplexesComplexRelationshipListRelationship", 
24179         "parameters": [
24180           {
24181             "description": "Unique identifier for physical location, e.g., CLLI", 
24182             "example": "__PHYSICAL-LOCATION-ID__", 
24183             "in": "path", 
24184             "name": "physical-location-id", 
24185             "required": true, 
24186             "type": "string"
24187           }, 
24188           {
24189             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureComplexesComplex.json)", 
24190             "in": "body", 
24191             "name": "body", 
24192             "required": true, 
24193             "schema": {
24194               "$ref": "#/definitions/relationship-dict"
24195             }
24196           }
24197         ], 
24198         "produces": [
24199           "application/json", 
24200           "application/xml"
24201         ], 
24202         "responses": {
24203           "default": {
24204             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24205           }
24206         }, 
24207         "summary": "see node definition for valid relationships", 
24208         "tags": [
24209           "CloudInfrastructure"
24210         ]
24211       }
24212     }, 
24213     "/cloud-infrastructure/network-profiles": {
24214       "get": {
24215         "description": "returns network-profiles", 
24216         "operationId": "getCloudInfrastructureNetworkProfiles", 
24217         "parameters": [
24218           {
24219             "description": "n/a", 
24220             "in": "query", 
24221             "name": "nm-profile-name", 
24222             "required": false, 
24223             "type": "string"
24224           }
24225         ], 
24226         "produces": [
24227           "application/json", 
24228           "application/xml"
24229         ], 
24230         "responses": {
24231           "200": {
24232             "description": "successful operation", 
24233             "schema": {
24234               "$ref": "#/definitions/network-profiles"
24235             }
24236           }, 
24237           "default": {
24238             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24239           }
24240         }, 
24241         "summary": "returns network-profiles", 
24242         "tags": [
24243           "CloudInfrastructure"
24244         ]
24245       }
24246     }, 
24247     "/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}": {
24248       "delete": {
24249         "consumes": [
24250           "application/json", 
24251           "application/xml"
24252         ], 
24253         "description": "delete an existing network-profile", 
24254         "operationId": "deleteCloudInfrastructureNetworkProfilesNetworkProfile", 
24255         "parameters": [
24256           {
24257             "description": "Unique name of network profile.", 
24258             "example": "__NM-PROFILE-NAME__", 
24259             "in": "path", 
24260             "name": "nm-profile-name", 
24261             "required": true, 
24262             "type": "string"
24263           }, 
24264           {
24265             "description": "resource-version for concurrency", 
24266             "in": "query", 
24267             "name": "resource-version", 
24268             "required": true, 
24269             "type": "string"
24270           }
24271         ], 
24272         "produces": [
24273           "application/json", 
24274           "application/xml"
24275         ], 
24276         "responses": {
24277           "default": {
24278             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24279           }
24280         }, 
24281         "summary": "delete an existing network-profile", 
24282         "tags": [
24283           "CloudInfrastructure"
24284         ]
24285       }, 
24286       "get": {
24287         "description": "returns network-profile", 
24288         "operationId": "getCloudInfrastructureNetworkProfilesNetworkProfile", 
24289         "parameters": [
24290           {
24291             "description": "Unique name of network profile.", 
24292             "example": "__NM-PROFILE-NAME__", 
24293             "in": "path", 
24294             "name": "nm-profile-name", 
24295             "required": true, 
24296             "type": "string"
24297           }
24298         ], 
24299         "produces": [
24300           "application/json", 
24301           "application/xml"
24302         ], 
24303         "responses": {
24304           "200": {
24305             "description": "successful operation", 
24306             "schema": {
24307               "$ref": "#/definitions/network-profile"
24308             }
24309           }, 
24310           "default": {
24311             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24312           }
24313         }, 
24314         "summary": "returns network-profile", 
24315         "tags": [
24316           "CloudInfrastructure"
24317         ]
24318       }, 
24319       "patch": {
24320         "consumes": [
24321           "application/json"
24322         ], 
24323         "description": "Update an existing network-profile\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
24324         "operationId": "UpdateCloudInfrastructureNetworkProfilesNetworkProfile", 
24325         "parameters": [
24326           {
24327             "description": "Unique name of network profile.", 
24328             "example": "__NM-PROFILE-NAME__", 
24329             "in": "path", 
24330             "name": "nm-profile-name", 
24331             "required": true, 
24332             "type": "string"
24333           }, 
24334           {
24335             "description": "network-profile object that needs to be updated.", 
24336             "in": "body", 
24337             "name": "body", 
24338             "required": true, 
24339             "schema": {
24340               "$ref": "#/definitions/zzzz-patch-network-profile"
24341             }
24342           }
24343         ], 
24344         "produces": [
24345           "application/json"
24346         ], 
24347         "responses": {
24348           "default": {
24349             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24350           }
24351         }, 
24352         "summary": "update an existing network-profile", 
24353         "tags": [
24354           "CloudInfrastructure"
24355         ]
24356       }, 
24357       "put": {
24358         "consumes": [
24359           "application/json", 
24360           "application/xml"
24361         ], 
24362         "description": "Create or update an existing network-profile.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
24363         "operationId": "createOrUpdateCloudInfrastructureNetworkProfilesNetworkProfile", 
24364         "parameters": [
24365           {
24366             "description": "Unique name of network profile.", 
24367             "example": "__NM-PROFILE-NAME__", 
24368             "in": "path", 
24369             "name": "nm-profile-name", 
24370             "required": true, 
24371             "type": "string"
24372           }, 
24373           {
24374             "description": "network-profile object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureNetworkProfilesNetworkProfile.json)", 
24375             "in": "body", 
24376             "name": "body", 
24377             "required": true, 
24378             "schema": {
24379               "$ref": "#/definitions/network-profile"
24380             }
24381           }
24382         ], 
24383         "produces": [
24384           "application/json", 
24385           "application/xml"
24386         ], 
24387         "responses": {
24388           "default": {
24389             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24390           }
24391         }, 
24392         "summary": "create or update an existing network-profile", 
24393         "tags": [
24394           "CloudInfrastructure"
24395         ]
24396       }
24397     }, 
24398     "/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}/relationship-list/relationship": {
24399       "delete": {
24400         "consumes": [
24401           "application/json", 
24402           "application/xml"
24403         ], 
24404         "description": "delete an existing relationship", 
24405         "operationId": "deleteCloudInfrastructureNetworkProfilesNetworkProfileRelationshipListRelationship", 
24406         "parameters": [
24407           {
24408             "description": "Unique name of network profile.", 
24409             "example": "__NM-PROFILE-NAME__", 
24410             "in": "path", 
24411             "name": "nm-profile-name", 
24412             "required": true, 
24413             "type": "string"
24414           }
24415         ], 
24416         "produces": [
24417           "application/json", 
24418           "application/xml"
24419         ], 
24420         "responses": {
24421           "default": {
24422             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24423           }
24424         }, 
24425         "summary": "delete an existing relationship", 
24426         "tags": [
24427           "CloudInfrastructure"
24428         ]
24429       }, 
24430       "put": {
24431         "consumes": [
24432           "application/json", 
24433           "application/xml"
24434         ], 
24435         "operationId": "createOrUpdateCloudInfrastructureNetworkProfilesNetworkProfileRelationshipListRelationship", 
24436         "parameters": [
24437           {
24438             "description": "Unique name of network profile.", 
24439             "example": "__NM-PROFILE-NAME__", 
24440             "in": "path", 
24441             "name": "nm-profile-name", 
24442             "required": true, 
24443             "type": "string"
24444           }, 
24445           {
24446             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureNetworkProfilesNetworkProfile.json)", 
24447             "in": "body", 
24448             "name": "body", 
24449             "required": true, 
24450             "schema": {
24451               "$ref": "#/definitions/relationship-dict"
24452             }
24453           }
24454         ], 
24455         "produces": [
24456           "application/json", 
24457           "application/xml"
24458         ], 
24459         "responses": {
24460           "default": {
24461             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24462           }
24463         }, 
24464         "summary": "see node definition for valid relationships", 
24465         "tags": [
24466           "CloudInfrastructure"
24467         ]
24468       }
24469     }, 
24470     "/cloud-infrastructure/pservers": {
24471       "get": {
24472         "description": "returns pservers", 
24473         "operationId": "getCloudInfrastructurePservers", 
24474         "parameters": [
24475           {
24476             "description": "n/a", 
24477             "in": "query", 
24478             "name": "hostname", 
24479             "required": false, 
24480             "type": "string"
24481           }, 
24482           {
24483             "description": "n/a", 
24484             "in": "query", 
24485             "name": "inv-status", 
24486             "required": false, 
24487             "type": "string"
24488           }, 
24489           {
24490             "description": "n/a", 
24491             "in": "query", 
24492             "name": "pserver-id", 
24493             "required": false, 
24494             "type": "string"
24495           }, 
24496           {
24497             "description": "n/a", 
24498             "in": "query", 
24499             "name": "in-maint", 
24500             "required": false, 
24501             "type": "boolean"
24502           }, 
24503           {
24504             "description": "n/a", 
24505             "in": "query", 
24506             "name": "pserver-name2", 
24507             "required": false, 
24508             "type": "string"
24509           }
24510         ], 
24511         "produces": [
24512           "application/json", 
24513           "application/xml"
24514         ], 
24515         "responses": {
24516           "200": {
24517             "description": "successful operation", 
24518             "schema": {
24519               "$ref": "#/definitions/pservers"
24520             }
24521           }, 
24522           "default": {
24523             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24524           }
24525         }, 
24526         "summary": "returns pservers", 
24527         "tags": [
24528           "CloudInfrastructure"
24529         ]
24530       }
24531     }, 
24532     "/cloud-infrastructure/pservers/pserver/{hostname}": {
24533       "delete": {
24534         "consumes": [
24535           "application/json", 
24536           "application/xml"
24537         ], 
24538         "description": "delete an existing pserver", 
24539         "operationId": "deleteCloudInfrastructurePserversPserver", 
24540         "parameters": [
24541           {
24542             "description": "Value from executing hostname on the compute node.", 
24543             "example": "__HOSTNAME__", 
24544             "in": "path", 
24545             "name": "hostname", 
24546             "required": true, 
24547             "type": "string"
24548           }, 
24549           {
24550             "description": "resource-version for concurrency", 
24551             "in": "query", 
24552             "name": "resource-version", 
24553             "required": true, 
24554             "type": "string"
24555           }
24556         ], 
24557         "produces": [
24558           "application/json", 
24559           "application/xml"
24560         ], 
24561         "responses": {
24562           "default": {
24563             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24564           }
24565         }, 
24566         "summary": "delete an existing pserver", 
24567         "tags": [
24568           "CloudInfrastructure"
24569         ]
24570       }, 
24571       "get": {
24572         "description": "returns pserver", 
24573         "operationId": "getCloudInfrastructurePserversPserver", 
24574         "parameters": [
24575           {
24576             "description": "Value from executing hostname on the compute node.", 
24577             "example": "__HOSTNAME__", 
24578             "in": "path", 
24579             "name": "hostname", 
24580             "required": true, 
24581             "type": "string"
24582           }
24583         ], 
24584         "produces": [
24585           "application/json", 
24586           "application/xml"
24587         ], 
24588         "responses": {
24589           "200": {
24590             "description": "successful operation", 
24591             "schema": {
24592               "$ref": "#/definitions/pserver"
24593             }
24594           }, 
24595           "default": {
24596             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24597           }
24598         }, 
24599         "summary": "returns pserver", 
24600         "tags": [
24601           "CloudInfrastructure"
24602         ]
24603       }, 
24604       "patch": {
24605         "consumes": [
24606           "application/json"
24607         ], 
24608         "description": "Update an existing pserver\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
24609         "operationId": "UpdateCloudInfrastructurePserversPserver", 
24610         "parameters": [
24611           {
24612             "description": "Value from executing hostname on the compute node.", 
24613             "example": "__HOSTNAME__", 
24614             "in": "path", 
24615             "name": "hostname", 
24616             "required": true, 
24617             "type": "string"
24618           }, 
24619           {
24620             "description": "pserver object that needs to be updated.", 
24621             "in": "body", 
24622             "name": "body", 
24623             "required": true, 
24624             "schema": {
24625               "$ref": "#/definitions/zzzz-patch-pserver"
24626             }
24627           }
24628         ], 
24629         "produces": [
24630           "application/json"
24631         ], 
24632         "responses": {
24633           "default": {
24634             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24635           }
24636         }, 
24637         "summary": "update an existing pserver", 
24638         "tags": [
24639           "CloudInfrastructure"
24640         ]
24641       }, 
24642       "put": {
24643         "consumes": [
24644           "application/json", 
24645           "application/xml"
24646         ], 
24647         "description": "Create or update an existing pserver.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
24648         "operationId": "createOrUpdateCloudInfrastructurePserversPserver", 
24649         "parameters": [
24650           {
24651             "description": "Value from executing hostname on the compute node.", 
24652             "example": "__HOSTNAME__", 
24653             "in": "path", 
24654             "name": "hostname", 
24655             "required": true, 
24656             "type": "string"
24657           }, 
24658           {
24659             "description": "pserver object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserver.json)", 
24660             "in": "body", 
24661             "name": "body", 
24662             "required": true, 
24663             "schema": {
24664               "$ref": "#/definitions/pserver"
24665             }
24666           }
24667         ], 
24668         "produces": [
24669           "application/json", 
24670           "application/xml"
24671         ], 
24672         "responses": {
24673           "default": {
24674             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24675           }
24676         }, 
24677         "summary": "create or update an existing pserver", 
24678         "tags": [
24679           "CloudInfrastructure"
24680         ]
24681       }
24682     }, 
24683     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces": {
24684       "get": {
24685         "description": "returns lag-interfaces", 
24686         "operationId": "getCloudInfrastructurePserversPserverLagInterfaces", 
24687         "parameters": [
24688           {
24689             "description": "Value from executing hostname on the compute node.", 
24690             "example": "__HOSTNAME__", 
24691             "in": "path", 
24692             "name": "hostname", 
24693             "required": true, 
24694             "type": "string"
24695           }, 
24696           {
24697             "description": "n/a", 
24698             "in": "query", 
24699             "name": "interface-name", 
24700             "required": false, 
24701             "type": "string"
24702           }, 
24703           {
24704             "description": "n/a", 
24705             "in": "query", 
24706             "name": "interface-id", 
24707             "required": false, 
24708             "type": "string"
24709           }, 
24710           {
24711             "description": "n/a", 
24712             "in": "query", 
24713             "name": "interface-role", 
24714             "required": false, 
24715             "type": "string"
24716           }
24717         ], 
24718         "produces": [
24719           "application/json", 
24720           "application/xml"
24721         ], 
24722         "responses": {
24723           "200": {
24724             "description": "successful operation", 
24725             "schema": {
24726               "$ref": "#/definitions/lag-interfaces"
24727             }
24728           }, 
24729           "default": {
24730             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24731           }
24732         }, 
24733         "summary": "returns lag-interfaces", 
24734         "tags": [
24735           "CloudInfrastructure"
24736         ]
24737       }
24738     }, 
24739     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}": {
24740       "delete": {
24741         "consumes": [
24742           "application/json", 
24743           "application/xml"
24744         ], 
24745         "description": "delete an existing lag-interface", 
24746         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
24747         "parameters": [
24748           {
24749             "description": "Value from executing hostname on the compute node.", 
24750             "example": "__HOSTNAME__", 
24751             "in": "path", 
24752             "name": "hostname", 
24753             "required": true, 
24754             "type": "string"
24755           }, 
24756           {
24757             "description": "Name that identifies the link aggregate interface", 
24758             "example": "__INTERFACE-NAME__", 
24759             "in": "path", 
24760             "name": "interface-name", 
24761             "required": true, 
24762             "type": "string"
24763           }, 
24764           {
24765             "description": "resource-version for concurrency", 
24766             "in": "query", 
24767             "name": "resource-version", 
24768             "required": true, 
24769             "type": "string"
24770           }
24771         ], 
24772         "produces": [
24773           "application/json", 
24774           "application/xml"
24775         ], 
24776         "responses": {
24777           "default": {
24778             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24779           }
24780         }, 
24781         "summary": "delete an existing lag-interface", 
24782         "tags": [
24783           "CloudInfrastructure"
24784         ]
24785       }, 
24786       "get": {
24787         "description": "returns lag-interface", 
24788         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
24789         "parameters": [
24790           {
24791             "description": "Value from executing hostname on the compute node.", 
24792             "example": "__HOSTNAME__", 
24793             "in": "path", 
24794             "name": "hostname", 
24795             "required": true, 
24796             "type": "string"
24797           }, 
24798           {
24799             "description": "Name that identifies the link aggregate interface", 
24800             "example": "__INTERFACE-NAME__", 
24801             "in": "path", 
24802             "name": "interface-name", 
24803             "required": true, 
24804             "type": "string"
24805           }
24806         ], 
24807         "produces": [
24808           "application/json", 
24809           "application/xml"
24810         ], 
24811         "responses": {
24812           "200": {
24813             "description": "successful operation", 
24814             "schema": {
24815               "$ref": "#/definitions/lag-interface"
24816             }
24817           }, 
24818           "default": {
24819             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24820           }
24821         }, 
24822         "summary": "returns lag-interface", 
24823         "tags": [
24824           "CloudInfrastructure"
24825         ]
24826       }, 
24827       "patch": {
24828         "consumes": [
24829           "application/json"
24830         ], 
24831         "description": "Update an existing lag-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
24832         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
24833         "parameters": [
24834           {
24835             "description": "Value from executing hostname on the compute node.", 
24836             "example": "__HOSTNAME__", 
24837             "in": "path", 
24838             "name": "hostname", 
24839             "required": true, 
24840             "type": "string"
24841           }, 
24842           {
24843             "description": "Name that identifies the link aggregate interface", 
24844             "example": "__INTERFACE-NAME__", 
24845             "in": "path", 
24846             "name": "interface-name", 
24847             "required": true, 
24848             "type": "string"
24849           }, 
24850           {
24851             "description": "lag-interface object that needs to be updated.", 
24852             "in": "body", 
24853             "name": "body", 
24854             "required": true, 
24855             "schema": {
24856               "$ref": "#/definitions/zzzz-patch-lag-interface"
24857             }
24858           }
24859         ], 
24860         "produces": [
24861           "application/json"
24862         ], 
24863         "responses": {
24864           "default": {
24865             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24866           }
24867         }, 
24868         "summary": "update an existing lag-interface", 
24869         "tags": [
24870           "CloudInfrastructure"
24871         ]
24872       }, 
24873       "put": {
24874         "consumes": [
24875           "application/json", 
24876           "application/xml"
24877         ], 
24878         "description": "Create or update an existing lag-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
24879         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
24880         "parameters": [
24881           {
24882             "description": "Value from executing hostname on the compute node.", 
24883             "example": "__HOSTNAME__", 
24884             "in": "path", 
24885             "name": "hostname", 
24886             "required": true, 
24887             "type": "string"
24888           }, 
24889           {
24890             "description": "Name that identifies the link aggregate interface", 
24891             "example": "__INTERFACE-NAME__", 
24892             "in": "path", 
24893             "name": "interface-name", 
24894             "required": true, 
24895             "type": "string"
24896           }, 
24897           {
24898             "description": "lag-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterface.json)", 
24899             "in": "body", 
24900             "name": "body", 
24901             "required": true, 
24902             "schema": {
24903               "$ref": "#/definitions/lag-interface"
24904             }
24905           }
24906         ], 
24907         "produces": [
24908           "application/json", 
24909           "application/xml"
24910         ], 
24911         "responses": {
24912           "default": {
24913             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24914           }
24915         }, 
24916         "summary": "create or update an existing lag-interface", 
24917         "tags": [
24918           "CloudInfrastructure"
24919         ]
24920       }
24921     }, 
24922     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces": {
24923       "get": {
24924         "description": "returns l-interfaces", 
24925         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfaces", 
24926         "parameters": [
24927           {
24928             "description": "Value from executing hostname on the compute node.", 
24929             "example": "__HOSTNAME__", 
24930             "in": "path", 
24931             "name": "hostname", 
24932             "required": true, 
24933             "type": "string"
24934           }, 
24935           {
24936             "description": "Name that identifies the link aggregate interface", 
24937             "example": "__INTERFACE-NAME__", 
24938             "in": "path", 
24939             "name": "interface-name", 
24940             "required": true, 
24941             "type": "string"
24942           }, 
24943           {
24944             "description": "n/a", 
24945             "in": "query", 
24946             "name": "interface-name", 
24947             "required": false, 
24948             "type": "string"
24949           }, 
24950           {
24951             "description": "n/a", 
24952             "in": "query", 
24953             "name": "interface-id", 
24954             "required": false, 
24955             "type": "string"
24956           }, 
24957           {
24958             "description": "n/a", 
24959             "in": "query", 
24960             "name": "macaddr", 
24961             "required": false, 
24962             "type": "string"
24963           }, 
24964           {
24965             "description": "n/a", 
24966             "in": "query", 
24967             "name": "network-name", 
24968             "required": false, 
24969             "type": "string"
24970           }
24971         ], 
24972         "produces": [
24973           "application/json", 
24974           "application/xml"
24975         ], 
24976         "responses": {
24977           "200": {
24978             "description": "successful operation", 
24979             "schema": {
24980               "$ref": "#/definitions/l-interfaces"
24981             }
24982           }, 
24983           "default": {
24984             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24985           }
24986         }, 
24987         "summary": "returns l-interfaces", 
24988         "tags": [
24989           "CloudInfrastructure"
24990         ]
24991       }
24992     }, 
24993     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
24994       "delete": {
24995         "consumes": [
24996           "application/json", 
24997           "application/xml"
24998         ], 
24999         "description": "delete an existing l-interface", 
25000         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface", 
25001         "parameters": [
25002           {
25003             "description": "Value from executing hostname on the compute node.", 
25004             "example": "__HOSTNAME__", 
25005             "in": "path", 
25006             "name": "hostname", 
25007             "required": true, 
25008             "type": "string"
25009           }, 
25010           {
25011             "description": "Name that identifies the link aggregate interface", 
25012             "example": "__INTERFACE-NAME__", 
25013             "in": "path", 
25014             "name": "interface-name", 
25015             "required": true, 
25016             "type": "string"
25017           }, 
25018           {
25019             "description": "Name given to the interface", 
25020             "example": "__INTERFACE-NAME__", 
25021             "in": "path", 
25022             "name": "l-interface.interface-name", 
25023             "required": true, 
25024             "type": "string"
25025           }, 
25026           {
25027             "description": "resource-version for concurrency", 
25028             "in": "query", 
25029             "name": "resource-version", 
25030             "required": true, 
25031             "type": "string"
25032           }
25033         ], 
25034         "produces": [
25035           "application/json", 
25036           "application/xml"
25037         ], 
25038         "responses": {
25039           "default": {
25040             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25041           }
25042         }, 
25043         "summary": "delete an existing l-interface", 
25044         "tags": [
25045           "CloudInfrastructure"
25046         ]
25047       }, 
25048       "get": {
25049         "description": "returns l-interface", 
25050         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface", 
25051         "parameters": [
25052           {
25053             "description": "Value from executing hostname on the compute node.", 
25054             "example": "__HOSTNAME__", 
25055             "in": "path", 
25056             "name": "hostname", 
25057             "required": true, 
25058             "type": "string"
25059           }, 
25060           {
25061             "description": "Name that identifies the link aggregate interface", 
25062             "example": "__INTERFACE-NAME__", 
25063             "in": "path", 
25064             "name": "interface-name", 
25065             "required": true, 
25066             "type": "string"
25067           }, 
25068           {
25069             "description": "Name given to the interface", 
25070             "example": "__INTERFACE-NAME__", 
25071             "in": "path", 
25072             "name": "l-interface.interface-name", 
25073             "required": true, 
25074             "type": "string"
25075           }
25076         ], 
25077         "produces": [
25078           "application/json", 
25079           "application/xml"
25080         ], 
25081         "responses": {
25082           "200": {
25083             "description": "successful operation", 
25084             "schema": {
25085               "$ref": "#/definitions/l-interface"
25086             }
25087           }, 
25088           "default": {
25089             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25090           }
25091         }, 
25092         "summary": "returns l-interface", 
25093         "tags": [
25094           "CloudInfrastructure"
25095         ]
25096       }, 
25097       "patch": {
25098         "consumes": [
25099           "application/json"
25100         ], 
25101         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
25102         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface", 
25103         "parameters": [
25104           {
25105             "description": "Value from executing hostname on the compute node.", 
25106             "example": "__HOSTNAME__", 
25107             "in": "path", 
25108             "name": "hostname", 
25109             "required": true, 
25110             "type": "string"
25111           }, 
25112           {
25113             "description": "Name that identifies the link aggregate interface", 
25114             "example": "__INTERFACE-NAME__", 
25115             "in": "path", 
25116             "name": "interface-name", 
25117             "required": true, 
25118             "type": "string"
25119           }, 
25120           {
25121             "description": "Name given to the interface", 
25122             "example": "__INTERFACE-NAME__", 
25123             "in": "path", 
25124             "name": "l-interface.interface-name", 
25125             "required": true, 
25126             "type": "string"
25127           }, 
25128           {
25129             "description": "l-interface object that needs to be updated.", 
25130             "in": "body", 
25131             "name": "body", 
25132             "required": true, 
25133             "schema": {
25134               "$ref": "#/definitions/zzzz-patch-l-interface"
25135             }
25136           }
25137         ], 
25138         "produces": [
25139           "application/json"
25140         ], 
25141         "responses": {
25142           "default": {
25143             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25144           }
25145         }, 
25146         "summary": "update an existing l-interface", 
25147         "tags": [
25148           "CloudInfrastructure"
25149         ]
25150       }, 
25151       "put": {
25152         "consumes": [
25153           "application/json", 
25154           "application/xml"
25155         ], 
25156         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
25157         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface", 
25158         "parameters": [
25159           {
25160             "description": "Value from executing hostname on the compute node.", 
25161             "example": "__HOSTNAME__", 
25162             "in": "path", 
25163             "name": "hostname", 
25164             "required": true, 
25165             "type": "string"
25166           }, 
25167           {
25168             "description": "Name that identifies the link aggregate interface", 
25169             "example": "__INTERFACE-NAME__", 
25170             "in": "path", 
25171             "name": "interface-name", 
25172             "required": true, 
25173             "type": "string"
25174           }, 
25175           {
25176             "description": "Name given to the interface", 
25177             "example": "__INTERFACE-NAME__", 
25178             "in": "path", 
25179             "name": "l-interface.interface-name", 
25180             "required": true, 
25181             "type": "string"
25182           }, 
25183           {
25184             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
25185             "in": "body", 
25186             "name": "body", 
25187             "required": true, 
25188             "schema": {
25189               "$ref": "#/definitions/l-interface"
25190             }
25191           }
25192         ], 
25193         "produces": [
25194           "application/json", 
25195           "application/xml"
25196         ], 
25197         "responses": {
25198           "default": {
25199             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25200           }
25201         }, 
25202         "summary": "create or update an existing l-interface", 
25203         "tags": [
25204           "CloudInfrastructure"
25205         ]
25206       }
25207     }, 
25208     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
25209       "delete": {
25210         "consumes": [
25211           "application/json", 
25212           "application/xml"
25213         ], 
25214         "description": "delete an existing l3-interface-ipv4-address-list", 
25215         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
25216         "parameters": [
25217           {
25218             "description": "Value from executing hostname on the compute node.", 
25219             "example": "__HOSTNAME__", 
25220             "in": "path", 
25221             "name": "hostname", 
25222             "required": true, 
25223             "type": "string"
25224           }, 
25225           {
25226             "description": "Name that identifies the link aggregate interface", 
25227             "example": "__INTERFACE-NAME__", 
25228             "in": "path", 
25229             "name": "interface-name", 
25230             "required": true, 
25231             "type": "string"
25232           }, 
25233           {
25234             "description": "Name given to the interface", 
25235             "example": "__INTERFACE-NAME__", 
25236             "in": "path", 
25237             "name": "l-interface.interface-name", 
25238             "required": true, 
25239             "type": "string"
25240           }, 
25241           {
25242             "description": "IP address", 
25243             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
25244             "in": "path", 
25245             "name": "l3-interface-ipv4-address", 
25246             "required": true, 
25247             "type": "string"
25248           }, 
25249           {
25250             "description": "resource-version for concurrency", 
25251             "in": "query", 
25252             "name": "resource-version", 
25253             "required": true, 
25254             "type": "string"
25255           }
25256         ], 
25257         "produces": [
25258           "application/json", 
25259           "application/xml"
25260         ], 
25261         "responses": {
25262           "default": {
25263             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25264           }
25265         }, 
25266         "summary": "delete an existing l3-interface-ipv4-address-list", 
25267         "tags": [
25268           "CloudInfrastructure"
25269         ]
25270       }, 
25271       "get": {
25272         "description": "returns l3-interface-ipv4-address-list", 
25273         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
25274         "parameters": [
25275           {
25276             "description": "Value from executing hostname on the compute node.", 
25277             "example": "__HOSTNAME__", 
25278             "in": "path", 
25279             "name": "hostname", 
25280             "required": true, 
25281             "type": "string"
25282           }, 
25283           {
25284             "description": "Name that identifies the link aggregate interface", 
25285             "example": "__INTERFACE-NAME__", 
25286             "in": "path", 
25287             "name": "interface-name", 
25288             "required": true, 
25289             "type": "string"
25290           }, 
25291           {
25292             "description": "Name given to the interface", 
25293             "example": "__INTERFACE-NAME__", 
25294             "in": "path", 
25295             "name": "l-interface.interface-name", 
25296             "required": true, 
25297             "type": "string"
25298           }, 
25299           {
25300             "description": "IP address", 
25301             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
25302             "in": "path", 
25303             "name": "l3-interface-ipv4-address", 
25304             "required": true, 
25305             "type": "string"
25306           }
25307         ], 
25308         "produces": [
25309           "application/json", 
25310           "application/xml"
25311         ], 
25312         "responses": {
25313           "200": {
25314             "description": "successful operation", 
25315             "schema": {
25316               "$ref": "#/definitions/l3-interface-ipv4-address-list"
25317             }
25318           }, 
25319           "default": {
25320             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25321           }
25322         }, 
25323         "summary": "returns l3-interface-ipv4-address-list", 
25324         "tags": [
25325           "CloudInfrastructure"
25326         ]
25327       }, 
25328       "patch": {
25329         "consumes": [
25330           "application/json"
25331         ], 
25332         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
25333         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
25334         "parameters": [
25335           {
25336             "description": "Value from executing hostname on the compute node.", 
25337             "example": "__HOSTNAME__", 
25338             "in": "path", 
25339             "name": "hostname", 
25340             "required": true, 
25341             "type": "string"
25342           }, 
25343           {
25344             "description": "Name that identifies the link aggregate interface", 
25345             "example": "__INTERFACE-NAME__", 
25346             "in": "path", 
25347             "name": "interface-name", 
25348             "required": true, 
25349             "type": "string"
25350           }, 
25351           {
25352             "description": "Name given to the interface", 
25353             "example": "__INTERFACE-NAME__", 
25354             "in": "path", 
25355             "name": "l-interface.interface-name", 
25356             "required": true, 
25357             "type": "string"
25358           }, 
25359           {
25360             "description": "IP address", 
25361             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
25362             "in": "path", 
25363             "name": "l3-interface-ipv4-address", 
25364             "required": true, 
25365             "type": "string"
25366           }, 
25367           {
25368             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
25369             "in": "body", 
25370             "name": "body", 
25371             "required": true, 
25372             "schema": {
25373               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
25374             }
25375           }
25376         ], 
25377         "produces": [
25378           "application/json"
25379         ], 
25380         "responses": {
25381           "default": {
25382             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25383           }
25384         }, 
25385         "summary": "update an existing l3-interface-ipv4-address-list", 
25386         "tags": [
25387           "CloudInfrastructure"
25388         ]
25389       }, 
25390       "put": {
25391         "consumes": [
25392           "application/json", 
25393           "application/xml"
25394         ], 
25395         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
25396         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
25397         "parameters": [
25398           {
25399             "description": "Value from executing hostname on the compute node.", 
25400             "example": "__HOSTNAME__", 
25401             "in": "path", 
25402             "name": "hostname", 
25403             "required": true, 
25404             "type": "string"
25405           }, 
25406           {
25407             "description": "Name that identifies the link aggregate interface", 
25408             "example": "__INTERFACE-NAME__", 
25409             "in": "path", 
25410             "name": "interface-name", 
25411             "required": true, 
25412             "type": "string"
25413           }, 
25414           {
25415             "description": "Name given to the interface", 
25416             "example": "__INTERFACE-NAME__", 
25417             "in": "path", 
25418             "name": "l-interface.interface-name", 
25419             "required": true, 
25420             "type": "string"
25421           }, 
25422           {
25423             "description": "IP address", 
25424             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
25425             "in": "path", 
25426             "name": "l3-interface-ipv4-address", 
25427             "required": true, 
25428             "type": "string"
25429           }, 
25430           {
25431             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
25432             "in": "body", 
25433             "name": "body", 
25434             "required": true, 
25435             "schema": {
25436               "$ref": "#/definitions/l3-interface-ipv4-address-list"
25437             }
25438           }
25439         ], 
25440         "produces": [
25441           "application/json", 
25442           "application/xml"
25443         ], 
25444         "responses": {
25445           "default": {
25446             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25447           }
25448         }, 
25449         "summary": "create or update an existing l3-interface-ipv4-address-list", 
25450         "tags": [
25451           "CloudInfrastructure"
25452         ]
25453       }
25454     }, 
25455     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
25456       "delete": {
25457         "consumes": [
25458           "application/json", 
25459           "application/xml"
25460         ], 
25461         "description": "delete an existing relationship", 
25462         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
25463         "parameters": [
25464           {
25465             "description": "Value from executing hostname on the compute node.", 
25466             "example": "__HOSTNAME__", 
25467             "in": "path", 
25468             "name": "hostname", 
25469             "required": true, 
25470             "type": "string"
25471           }, 
25472           {
25473             "description": "Name that identifies the link aggregate interface", 
25474             "example": "__INTERFACE-NAME__", 
25475             "in": "path", 
25476             "name": "interface-name", 
25477             "required": true, 
25478             "type": "string"
25479           }, 
25480           {
25481             "description": "Name given to the interface", 
25482             "example": "__INTERFACE-NAME__", 
25483             "in": "path", 
25484             "name": "l-interface.interface-name", 
25485             "required": true, 
25486             "type": "string"
25487           }, 
25488           {
25489             "description": "IP address", 
25490             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
25491             "in": "path", 
25492             "name": "l3-interface-ipv4-address", 
25493             "required": true, 
25494             "type": "string"
25495           }
25496         ], 
25497         "produces": [
25498           "application/json", 
25499           "application/xml"
25500         ], 
25501         "responses": {
25502           "default": {
25503             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25504           }
25505         }, 
25506         "summary": "delete an existing relationship", 
25507         "tags": [
25508           "CloudInfrastructure"
25509         ]
25510       }, 
25511       "put": {
25512         "consumes": [
25513           "application/json", 
25514           "application/xml"
25515         ], 
25516         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
25517         "parameters": [
25518           {
25519             "description": "Value from executing hostname on the compute node.", 
25520             "example": "__HOSTNAME__", 
25521             "in": "path", 
25522             "name": "hostname", 
25523             "required": true, 
25524             "type": "string"
25525           }, 
25526           {
25527             "description": "Name that identifies the link aggregate interface", 
25528             "example": "__INTERFACE-NAME__", 
25529             "in": "path", 
25530             "name": "interface-name", 
25531             "required": true, 
25532             "type": "string"
25533           }, 
25534           {
25535             "description": "Name given to the interface", 
25536             "example": "__INTERFACE-NAME__", 
25537             "in": "path", 
25538             "name": "l-interface.interface-name", 
25539             "required": true, 
25540             "type": "string"
25541           }, 
25542           {
25543             "description": "IP address", 
25544             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
25545             "in": "path", 
25546             "name": "l3-interface-ipv4-address", 
25547             "required": true, 
25548             "type": "string"
25549           }, 
25550           {
25551             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
25552             "in": "body", 
25553             "name": "body", 
25554             "required": true, 
25555             "schema": {
25556               "$ref": "#/definitions/relationship-dict"
25557             }
25558           }
25559         ], 
25560         "produces": [
25561           "application/json", 
25562           "application/xml"
25563         ], 
25564         "responses": {
25565           "default": {
25566             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25567           }
25568         }, 
25569         "summary": "see node definition for valid relationships", 
25570         "tags": [
25571           "CloudInfrastructure"
25572         ]
25573       }
25574     }, 
25575     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
25576       "delete": {
25577         "consumes": [
25578           "application/json", 
25579           "application/xml"
25580         ], 
25581         "description": "delete an existing l3-interface-ipv6-address-list", 
25582         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
25583         "parameters": [
25584           {
25585             "description": "Value from executing hostname on the compute node.", 
25586             "example": "__HOSTNAME__", 
25587             "in": "path", 
25588             "name": "hostname", 
25589             "required": true, 
25590             "type": "string"
25591           }, 
25592           {
25593             "description": "Name that identifies the link aggregate interface", 
25594             "example": "__INTERFACE-NAME__", 
25595             "in": "path", 
25596             "name": "interface-name", 
25597             "required": true, 
25598             "type": "string"
25599           }, 
25600           {
25601             "description": "Name given to the interface", 
25602             "example": "__INTERFACE-NAME__", 
25603             "in": "path", 
25604             "name": "l-interface.interface-name", 
25605             "required": true, 
25606             "type": "string"
25607           }, 
25608           {
25609             "description": "IP address", 
25610             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
25611             "in": "path", 
25612             "name": "l3-interface-ipv6-address", 
25613             "required": true, 
25614             "type": "string"
25615           }, 
25616           {
25617             "description": "resource-version for concurrency", 
25618             "in": "query", 
25619             "name": "resource-version", 
25620             "required": true, 
25621             "type": "string"
25622           }
25623         ], 
25624         "produces": [
25625           "application/json", 
25626           "application/xml"
25627         ], 
25628         "responses": {
25629           "default": {
25630             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25631           }
25632         }, 
25633         "summary": "delete an existing l3-interface-ipv6-address-list", 
25634         "tags": [
25635           "CloudInfrastructure"
25636         ]
25637       }, 
25638       "get": {
25639         "description": "returns l3-interface-ipv6-address-list", 
25640         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
25641         "parameters": [
25642           {
25643             "description": "Value from executing hostname on the compute node.", 
25644             "example": "__HOSTNAME__", 
25645             "in": "path", 
25646             "name": "hostname", 
25647             "required": true, 
25648             "type": "string"
25649           }, 
25650           {
25651             "description": "Name that identifies the link aggregate interface", 
25652             "example": "__INTERFACE-NAME__", 
25653             "in": "path", 
25654             "name": "interface-name", 
25655             "required": true, 
25656             "type": "string"
25657           }, 
25658           {
25659             "description": "Name given to the interface", 
25660             "example": "__INTERFACE-NAME__", 
25661             "in": "path", 
25662             "name": "l-interface.interface-name", 
25663             "required": true, 
25664             "type": "string"
25665           }, 
25666           {
25667             "description": "IP address", 
25668             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
25669             "in": "path", 
25670             "name": "l3-interface-ipv6-address", 
25671             "required": true, 
25672             "type": "string"
25673           }
25674         ], 
25675         "produces": [
25676           "application/json", 
25677           "application/xml"
25678         ], 
25679         "responses": {
25680           "200": {
25681             "description": "successful operation", 
25682             "schema": {
25683               "$ref": "#/definitions/l3-interface-ipv6-address-list"
25684             }
25685           }, 
25686           "default": {
25687             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25688           }
25689         }, 
25690         "summary": "returns l3-interface-ipv6-address-list", 
25691         "tags": [
25692           "CloudInfrastructure"
25693         ]
25694       }, 
25695       "patch": {
25696         "consumes": [
25697           "application/json"
25698         ], 
25699         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
25700         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
25701         "parameters": [
25702           {
25703             "description": "Value from executing hostname on the compute node.", 
25704             "example": "__HOSTNAME__", 
25705             "in": "path", 
25706             "name": "hostname", 
25707             "required": true, 
25708             "type": "string"
25709           }, 
25710           {
25711             "description": "Name that identifies the link aggregate interface", 
25712             "example": "__INTERFACE-NAME__", 
25713             "in": "path", 
25714             "name": "interface-name", 
25715             "required": true, 
25716             "type": "string"
25717           }, 
25718           {
25719             "description": "Name given to the interface", 
25720             "example": "__INTERFACE-NAME__", 
25721             "in": "path", 
25722             "name": "l-interface.interface-name", 
25723             "required": true, 
25724             "type": "string"
25725           }, 
25726           {
25727             "description": "IP address", 
25728             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
25729             "in": "path", 
25730             "name": "l3-interface-ipv6-address", 
25731             "required": true, 
25732             "type": "string"
25733           }, 
25734           {
25735             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
25736             "in": "body", 
25737             "name": "body", 
25738             "required": true, 
25739             "schema": {
25740               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
25741             }
25742           }
25743         ], 
25744         "produces": [
25745           "application/json"
25746         ], 
25747         "responses": {
25748           "default": {
25749             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25750           }
25751         }, 
25752         "summary": "update an existing l3-interface-ipv6-address-list", 
25753         "tags": [
25754           "CloudInfrastructure"
25755         ]
25756       }, 
25757       "put": {
25758         "consumes": [
25759           "application/json", 
25760           "application/xml"
25761         ], 
25762         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
25763         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
25764         "parameters": [
25765           {
25766             "description": "Value from executing hostname on the compute node.", 
25767             "example": "__HOSTNAME__", 
25768             "in": "path", 
25769             "name": "hostname", 
25770             "required": true, 
25771             "type": "string"
25772           }, 
25773           {
25774             "description": "Name that identifies the link aggregate interface", 
25775             "example": "__INTERFACE-NAME__", 
25776             "in": "path", 
25777             "name": "interface-name", 
25778             "required": true, 
25779             "type": "string"
25780           }, 
25781           {
25782             "description": "Name given to the interface", 
25783             "example": "__INTERFACE-NAME__", 
25784             "in": "path", 
25785             "name": "l-interface.interface-name", 
25786             "required": true, 
25787             "type": "string"
25788           }, 
25789           {
25790             "description": "IP address", 
25791             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
25792             "in": "path", 
25793             "name": "l3-interface-ipv6-address", 
25794             "required": true, 
25795             "type": "string"
25796           }, 
25797           {
25798             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
25799             "in": "body", 
25800             "name": "body", 
25801             "required": true, 
25802             "schema": {
25803               "$ref": "#/definitions/l3-interface-ipv6-address-list"
25804             }
25805           }
25806         ], 
25807         "produces": [
25808           "application/json", 
25809           "application/xml"
25810         ], 
25811         "responses": {
25812           "default": {
25813             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25814           }
25815         }, 
25816         "summary": "create or update an existing l3-interface-ipv6-address-list", 
25817         "tags": [
25818           "CloudInfrastructure"
25819         ]
25820       }
25821     }, 
25822     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
25823       "delete": {
25824         "consumes": [
25825           "application/json", 
25826           "application/xml"
25827         ], 
25828         "description": "delete an existing relationship", 
25829         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
25830         "parameters": [
25831           {
25832             "description": "Value from executing hostname on the compute node.", 
25833             "example": "__HOSTNAME__", 
25834             "in": "path", 
25835             "name": "hostname", 
25836             "required": true, 
25837             "type": "string"
25838           }, 
25839           {
25840             "description": "Name that identifies the link aggregate interface", 
25841             "example": "__INTERFACE-NAME__", 
25842             "in": "path", 
25843             "name": "interface-name", 
25844             "required": true, 
25845             "type": "string"
25846           }, 
25847           {
25848             "description": "Name given to the interface", 
25849             "example": "__INTERFACE-NAME__", 
25850             "in": "path", 
25851             "name": "l-interface.interface-name", 
25852             "required": true, 
25853             "type": "string"
25854           }, 
25855           {
25856             "description": "IP address", 
25857             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
25858             "in": "path", 
25859             "name": "l3-interface-ipv6-address", 
25860             "required": true, 
25861             "type": "string"
25862           }
25863         ], 
25864         "produces": [
25865           "application/json", 
25866           "application/xml"
25867         ], 
25868         "responses": {
25869           "default": {
25870             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25871           }
25872         }, 
25873         "summary": "delete an existing relationship", 
25874         "tags": [
25875           "CloudInfrastructure"
25876         ]
25877       }, 
25878       "put": {
25879         "consumes": [
25880           "application/json", 
25881           "application/xml"
25882         ], 
25883         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
25884         "parameters": [
25885           {
25886             "description": "Value from executing hostname on the compute node.", 
25887             "example": "__HOSTNAME__", 
25888             "in": "path", 
25889             "name": "hostname", 
25890             "required": true, 
25891             "type": "string"
25892           }, 
25893           {
25894             "description": "Name that identifies the link aggregate interface", 
25895             "example": "__INTERFACE-NAME__", 
25896             "in": "path", 
25897             "name": "interface-name", 
25898             "required": true, 
25899             "type": "string"
25900           }, 
25901           {
25902             "description": "Name given to the interface", 
25903             "example": "__INTERFACE-NAME__", 
25904             "in": "path", 
25905             "name": "l-interface.interface-name", 
25906             "required": true, 
25907             "type": "string"
25908           }, 
25909           {
25910             "description": "IP address", 
25911             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
25912             "in": "path", 
25913             "name": "l3-interface-ipv6-address", 
25914             "required": true, 
25915             "type": "string"
25916           }, 
25917           {
25918             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
25919             "in": "body", 
25920             "name": "body", 
25921             "required": true, 
25922             "schema": {
25923               "$ref": "#/definitions/relationship-dict"
25924             }
25925           }
25926         ], 
25927         "produces": [
25928           "application/json", 
25929           "application/xml"
25930         ], 
25931         "responses": {
25932           "default": {
25933             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25934           }
25935         }, 
25936         "summary": "see node definition for valid relationships", 
25937         "tags": [
25938           "CloudInfrastructure"
25939         ]
25940       }
25941     }, 
25942     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
25943       "delete": {
25944         "consumes": [
25945           "application/json", 
25946           "application/xml"
25947         ], 
25948         "description": "delete an existing relationship", 
25949         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
25950         "parameters": [
25951           {
25952             "description": "Value from executing hostname on the compute node.", 
25953             "example": "__HOSTNAME__", 
25954             "in": "path", 
25955             "name": "hostname", 
25956             "required": true, 
25957             "type": "string"
25958           }, 
25959           {
25960             "description": "Name that identifies the link aggregate interface", 
25961             "example": "__INTERFACE-NAME__", 
25962             "in": "path", 
25963             "name": "interface-name", 
25964             "required": true, 
25965             "type": "string"
25966           }, 
25967           {
25968             "description": "Name given to the interface", 
25969             "example": "__INTERFACE-NAME__", 
25970             "in": "path", 
25971             "name": "l-interface.interface-name", 
25972             "required": true, 
25973             "type": "string"
25974           }
25975         ], 
25976         "produces": [
25977           "application/json", 
25978           "application/xml"
25979         ], 
25980         "responses": {
25981           "default": {
25982             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25983           }
25984         }, 
25985         "summary": "delete an existing relationship", 
25986         "tags": [
25987           "CloudInfrastructure"
25988         ]
25989       }, 
25990       "put": {
25991         "consumes": [
25992           "application/json", 
25993           "application/xml"
25994         ], 
25995         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
25996         "parameters": [
25997           {
25998             "description": "Value from executing hostname on the compute node.", 
25999             "example": "__HOSTNAME__", 
26000             "in": "path", 
26001             "name": "hostname", 
26002             "required": true, 
26003             "type": "string"
26004           }, 
26005           {
26006             "description": "Name that identifies the link aggregate interface", 
26007             "example": "__INTERFACE-NAME__", 
26008             "in": "path", 
26009             "name": "interface-name", 
26010             "required": true, 
26011             "type": "string"
26012           }, 
26013           {
26014             "description": "Name given to the interface", 
26015             "example": "__INTERFACE-NAME__", 
26016             "in": "path", 
26017             "name": "l-interface.interface-name", 
26018             "required": true, 
26019             "type": "string"
26020           }, 
26021           {
26022             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
26023             "in": "body", 
26024             "name": "body", 
26025             "required": true, 
26026             "schema": {
26027               "$ref": "#/definitions/relationship-dict"
26028             }
26029           }
26030         ], 
26031         "produces": [
26032           "application/json", 
26033           "application/xml"
26034         ], 
26035         "responses": {
26036           "default": {
26037             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26038           }
26039         }, 
26040         "summary": "see node definition for valid relationships", 
26041         "tags": [
26042           "CloudInfrastructure"
26043         ]
26044       }
26045     }, 
26046     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
26047       "get": {
26048         "description": "returns sriov-vfs", 
26049         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs", 
26050         "parameters": [
26051           {
26052             "description": "Value from executing hostname on the compute node.", 
26053             "example": "__HOSTNAME__", 
26054             "in": "path", 
26055             "name": "hostname", 
26056             "required": true, 
26057             "type": "string"
26058           }, 
26059           {
26060             "description": "Name that identifies the link aggregate interface", 
26061             "example": "__INTERFACE-NAME__", 
26062             "in": "path", 
26063             "name": "interface-name", 
26064             "required": true, 
26065             "type": "string"
26066           }, 
26067           {
26068             "description": "Name given to the interface", 
26069             "example": "__INTERFACE-NAME__", 
26070             "in": "path", 
26071             "name": "l-interface.interface-name", 
26072             "required": true, 
26073             "type": "string"
26074           }, 
26075           {
26076             "description": "n/a", 
26077             "in": "query", 
26078             "name": "pci-id", 
26079             "required": false, 
26080             "type": "string"
26081           }, 
26082           {
26083             "description": "n/a", 
26084             "in": "query", 
26085             "name": "vf-vlan-filter", 
26086             "required": false, 
26087             "type": "string"
26088           }, 
26089           {
26090             "description": "n/a", 
26091             "in": "query", 
26092             "name": "vf-mac-filter", 
26093             "required": false, 
26094             "type": "string"
26095           }, 
26096           {
26097             "description": "n/a", 
26098             "in": "query", 
26099             "name": "vf-vlan-strip", 
26100             "required": false, 
26101             "type": "boolean"
26102           }, 
26103           {
26104             "description": "n/a", 
26105             "in": "query", 
26106             "name": "neutron-network-id", 
26107             "required": false, 
26108             "type": "string"
26109           }
26110         ], 
26111         "produces": [
26112           "application/json", 
26113           "application/xml"
26114         ], 
26115         "responses": {
26116           "200": {
26117             "description": "successful operation", 
26118             "schema": {
26119               "$ref": "#/definitions/sriov-vfs"
26120             }
26121           }, 
26122           "default": {
26123             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26124           }
26125         }, 
26126         "summary": "returns sriov-vfs", 
26127         "tags": [
26128           "CloudInfrastructure"
26129         ]
26130       }
26131     }, 
26132     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
26133       "delete": {
26134         "consumes": [
26135           "application/json", 
26136           "application/xml"
26137         ], 
26138         "description": "delete an existing sriov-vf", 
26139         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
26140         "parameters": [
26141           {
26142             "description": "Value from executing hostname on the compute node.", 
26143             "example": "__HOSTNAME__", 
26144             "in": "path", 
26145             "name": "hostname", 
26146             "required": true, 
26147             "type": "string"
26148           }, 
26149           {
26150             "description": "Name that identifies the link aggregate interface", 
26151             "example": "__INTERFACE-NAME__", 
26152             "in": "path", 
26153             "name": "interface-name", 
26154             "required": true, 
26155             "type": "string"
26156           }, 
26157           {
26158             "description": "Name given to the interface", 
26159             "example": "__INTERFACE-NAME__", 
26160             "in": "path", 
26161             "name": "l-interface.interface-name", 
26162             "required": true, 
26163             "type": "string"
26164           }, 
26165           {
26166             "description": "PCI ID used to identify the sriov-vf", 
26167             "example": "__PCI-ID__", 
26168             "in": "path", 
26169             "name": "pci-id", 
26170             "required": true, 
26171             "type": "string"
26172           }, 
26173           {
26174             "description": "resource-version for concurrency", 
26175             "in": "query", 
26176             "name": "resource-version", 
26177             "required": true, 
26178             "type": "string"
26179           }
26180         ], 
26181         "produces": [
26182           "application/json", 
26183           "application/xml"
26184         ], 
26185         "responses": {
26186           "default": {
26187             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26188           }
26189         }, 
26190         "summary": "delete an existing sriov-vf", 
26191         "tags": [
26192           "CloudInfrastructure"
26193         ]
26194       }, 
26195       "get": {
26196         "description": "returns sriov-vf", 
26197         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
26198         "parameters": [
26199           {
26200             "description": "Value from executing hostname on the compute node.", 
26201             "example": "__HOSTNAME__", 
26202             "in": "path", 
26203             "name": "hostname", 
26204             "required": true, 
26205             "type": "string"
26206           }, 
26207           {
26208             "description": "Name that identifies the link aggregate interface", 
26209             "example": "__INTERFACE-NAME__", 
26210             "in": "path", 
26211             "name": "interface-name", 
26212             "required": true, 
26213             "type": "string"
26214           }, 
26215           {
26216             "description": "Name given to the interface", 
26217             "example": "__INTERFACE-NAME__", 
26218             "in": "path", 
26219             "name": "l-interface.interface-name", 
26220             "required": true, 
26221             "type": "string"
26222           }, 
26223           {
26224             "description": "PCI ID used to identify the sriov-vf", 
26225             "example": "__PCI-ID__", 
26226             "in": "path", 
26227             "name": "pci-id", 
26228             "required": true, 
26229             "type": "string"
26230           }
26231         ], 
26232         "produces": [
26233           "application/json", 
26234           "application/xml"
26235         ], 
26236         "responses": {
26237           "200": {
26238             "description": "successful operation", 
26239             "schema": {
26240               "$ref": "#/definitions/sriov-vf"
26241             }
26242           }, 
26243           "default": {
26244             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26245           }
26246         }, 
26247         "summary": "returns sriov-vf", 
26248         "tags": [
26249           "CloudInfrastructure"
26250         ]
26251       }, 
26252       "patch": {
26253         "consumes": [
26254           "application/json"
26255         ], 
26256         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
26257         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
26258         "parameters": [
26259           {
26260             "description": "Value from executing hostname on the compute node.", 
26261             "example": "__HOSTNAME__", 
26262             "in": "path", 
26263             "name": "hostname", 
26264             "required": true, 
26265             "type": "string"
26266           }, 
26267           {
26268             "description": "Name that identifies the link aggregate interface", 
26269             "example": "__INTERFACE-NAME__", 
26270             "in": "path", 
26271             "name": "interface-name", 
26272             "required": true, 
26273             "type": "string"
26274           }, 
26275           {
26276             "description": "Name given to the interface", 
26277             "example": "__INTERFACE-NAME__", 
26278             "in": "path", 
26279             "name": "l-interface.interface-name", 
26280             "required": true, 
26281             "type": "string"
26282           }, 
26283           {
26284             "description": "PCI ID used to identify the sriov-vf", 
26285             "example": "__PCI-ID__", 
26286             "in": "path", 
26287             "name": "pci-id", 
26288             "required": true, 
26289             "type": "string"
26290           }, 
26291           {
26292             "description": "sriov-vf object that needs to be updated.", 
26293             "in": "body", 
26294             "name": "body", 
26295             "required": true, 
26296             "schema": {
26297               "$ref": "#/definitions/zzzz-patch-sriov-vf"
26298             }
26299           }
26300         ], 
26301         "produces": [
26302           "application/json"
26303         ], 
26304         "responses": {
26305           "default": {
26306             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26307           }
26308         }, 
26309         "summary": "update an existing sriov-vf", 
26310         "tags": [
26311           "CloudInfrastructure"
26312         ]
26313       }, 
26314       "put": {
26315         "consumes": [
26316           "application/json", 
26317           "application/xml"
26318         ], 
26319         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
26320         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
26321         "parameters": [
26322           {
26323             "description": "Value from executing hostname on the compute node.", 
26324             "example": "__HOSTNAME__", 
26325             "in": "path", 
26326             "name": "hostname", 
26327             "required": true, 
26328             "type": "string"
26329           }, 
26330           {
26331             "description": "Name that identifies the link aggregate interface", 
26332             "example": "__INTERFACE-NAME__", 
26333             "in": "path", 
26334             "name": "interface-name", 
26335             "required": true, 
26336             "type": "string"
26337           }, 
26338           {
26339             "description": "Name given to the interface", 
26340             "example": "__INTERFACE-NAME__", 
26341             "in": "path", 
26342             "name": "l-interface.interface-name", 
26343             "required": true, 
26344             "type": "string"
26345           }, 
26346           {
26347             "description": "PCI ID used to identify the sriov-vf", 
26348             "example": "__PCI-ID__", 
26349             "in": "path", 
26350             "name": "pci-id", 
26351             "required": true, 
26352             "type": "string"
26353           }, 
26354           {
26355             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
26356             "in": "body", 
26357             "name": "body", 
26358             "required": true, 
26359             "schema": {
26360               "$ref": "#/definitions/sriov-vf"
26361             }
26362           }
26363         ], 
26364         "produces": [
26365           "application/json", 
26366           "application/xml"
26367         ], 
26368         "responses": {
26369           "default": {
26370             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26371           }
26372         }, 
26373         "summary": "create or update an existing sriov-vf", 
26374         "tags": [
26375           "CloudInfrastructure"
26376         ]
26377       }
26378     }, 
26379     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
26380       "delete": {
26381         "consumes": [
26382           "application/json", 
26383           "application/xml"
26384         ], 
26385         "description": "delete an existing relationship", 
26386         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
26387         "parameters": [
26388           {
26389             "description": "Value from executing hostname on the compute node.", 
26390             "example": "__HOSTNAME__", 
26391             "in": "path", 
26392             "name": "hostname", 
26393             "required": true, 
26394             "type": "string"
26395           }, 
26396           {
26397             "description": "Name that identifies the link aggregate interface", 
26398             "example": "__INTERFACE-NAME__", 
26399             "in": "path", 
26400             "name": "interface-name", 
26401             "required": true, 
26402             "type": "string"
26403           }, 
26404           {
26405             "description": "Name given to the interface", 
26406             "example": "__INTERFACE-NAME__", 
26407             "in": "path", 
26408             "name": "l-interface.interface-name", 
26409             "required": true, 
26410             "type": "string"
26411           }, 
26412           {
26413             "description": "PCI ID used to identify the sriov-vf", 
26414             "example": "__PCI-ID__", 
26415             "in": "path", 
26416             "name": "pci-id", 
26417             "required": true, 
26418             "type": "string"
26419           }
26420         ], 
26421         "produces": [
26422           "application/json", 
26423           "application/xml"
26424         ], 
26425         "responses": {
26426           "default": {
26427             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26428           }
26429         }, 
26430         "summary": "delete an existing relationship", 
26431         "tags": [
26432           "CloudInfrastructure"
26433         ]
26434       }, 
26435       "put": {
26436         "consumes": [
26437           "application/json", 
26438           "application/xml"
26439         ], 
26440         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
26441         "parameters": [
26442           {
26443             "description": "Value from executing hostname on the compute node.", 
26444             "example": "__HOSTNAME__", 
26445             "in": "path", 
26446             "name": "hostname", 
26447             "required": true, 
26448             "type": "string"
26449           }, 
26450           {
26451             "description": "Name that identifies the link aggregate interface", 
26452             "example": "__INTERFACE-NAME__", 
26453             "in": "path", 
26454             "name": "interface-name", 
26455             "required": true, 
26456             "type": "string"
26457           }, 
26458           {
26459             "description": "Name given to the interface", 
26460             "example": "__INTERFACE-NAME__", 
26461             "in": "path", 
26462             "name": "l-interface.interface-name", 
26463             "required": true, 
26464             "type": "string"
26465           }, 
26466           {
26467             "description": "PCI ID used to identify the sriov-vf", 
26468             "example": "__PCI-ID__", 
26469             "in": "path", 
26470             "name": "pci-id", 
26471             "required": true, 
26472             "type": "string"
26473           }, 
26474           {
26475             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
26476             "in": "body", 
26477             "name": "body", 
26478             "required": true, 
26479             "schema": {
26480               "$ref": "#/definitions/relationship-dict"
26481             }
26482           }
26483         ], 
26484         "produces": [
26485           "application/json", 
26486           "application/xml"
26487         ], 
26488         "responses": {
26489           "default": {
26490             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26491           }
26492         }, 
26493         "summary": "see node definition for valid relationships", 
26494         "tags": [
26495           "CloudInfrastructure"
26496         ]
26497       }
26498     }, 
26499     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
26500       "get": {
26501         "description": "returns vlans", 
26502         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlans", 
26503         "parameters": [
26504           {
26505             "description": "Value from executing hostname on the compute node.", 
26506             "example": "__HOSTNAME__", 
26507             "in": "path", 
26508             "name": "hostname", 
26509             "required": true, 
26510             "type": "string"
26511           }, 
26512           {
26513             "description": "Name that identifies the link aggregate interface", 
26514             "example": "__INTERFACE-NAME__", 
26515             "in": "path", 
26516             "name": "interface-name", 
26517             "required": true, 
26518             "type": "string"
26519           }, 
26520           {
26521             "description": "Name given to the interface", 
26522             "example": "__INTERFACE-NAME__", 
26523             "in": "path", 
26524             "name": "l-interface.interface-name", 
26525             "required": true, 
26526             "type": "string"
26527           }, 
26528           {
26529             "description": "n/a", 
26530             "in": "query", 
26531             "name": "vlan-interface", 
26532             "required": false, 
26533             "type": "string"
26534           }, 
26535           {
26536             "description": "n/a", 
26537             "format": "int64", 
26538             "in": "query", 
26539             "name": "vlan-id-inner", 
26540             "required": false, 
26541             "type": "integer"
26542           }, 
26543           {
26544             "description": "n/a", 
26545             "in": "query", 
26546             "name": "vpn-key", 
26547             "required": false, 
26548             "type": "string"
26549           }
26550         ], 
26551         "produces": [
26552           "application/json", 
26553           "application/xml"
26554         ], 
26555         "responses": {
26556           "200": {
26557             "description": "successful operation", 
26558             "schema": {
26559               "$ref": "#/definitions/vlans"
26560             }
26561           }, 
26562           "default": {
26563             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26564           }
26565         }, 
26566         "summary": "returns vlans", 
26567         "tags": [
26568           "CloudInfrastructure"
26569         ]
26570       }
26571     }, 
26572     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
26573       "delete": {
26574         "consumes": [
26575           "application/json", 
26576           "application/xml"
26577         ], 
26578         "description": "delete an existing vlan", 
26579         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
26580         "parameters": [
26581           {
26582             "description": "Value from executing hostname on the compute node.", 
26583             "example": "__HOSTNAME__", 
26584             "in": "path", 
26585             "name": "hostname", 
26586             "required": true, 
26587             "type": "string"
26588           }, 
26589           {
26590             "description": "Name that identifies the link aggregate interface", 
26591             "example": "__INTERFACE-NAME__", 
26592             "in": "path", 
26593             "name": "interface-name", 
26594             "required": true, 
26595             "type": "string"
26596           }, 
26597           {
26598             "description": "Name given to the interface", 
26599             "example": "__INTERFACE-NAME__", 
26600             "in": "path", 
26601             "name": "l-interface.interface-name", 
26602             "required": true, 
26603             "type": "string"
26604           }, 
26605           {
26606             "description": "String that identifies the interface", 
26607             "example": "__VLAN-INTERFACE__", 
26608             "in": "path", 
26609             "name": "vlan-interface", 
26610             "required": true, 
26611             "type": "string"
26612           }, 
26613           {
26614             "description": "resource-version for concurrency", 
26615             "in": "query", 
26616             "name": "resource-version", 
26617             "required": true, 
26618             "type": "string"
26619           }
26620         ], 
26621         "produces": [
26622           "application/json", 
26623           "application/xml"
26624         ], 
26625         "responses": {
26626           "default": {
26627             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26628           }
26629         }, 
26630         "summary": "delete an existing vlan", 
26631         "tags": [
26632           "CloudInfrastructure"
26633         ]
26634       }, 
26635       "get": {
26636         "description": "returns vlan", 
26637         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
26638         "parameters": [
26639           {
26640             "description": "Value from executing hostname on the compute node.", 
26641             "example": "__HOSTNAME__", 
26642             "in": "path", 
26643             "name": "hostname", 
26644             "required": true, 
26645             "type": "string"
26646           }, 
26647           {
26648             "description": "Name that identifies the link aggregate interface", 
26649             "example": "__INTERFACE-NAME__", 
26650             "in": "path", 
26651             "name": "interface-name", 
26652             "required": true, 
26653             "type": "string"
26654           }, 
26655           {
26656             "description": "Name given to the interface", 
26657             "example": "__INTERFACE-NAME__", 
26658             "in": "path", 
26659             "name": "l-interface.interface-name", 
26660             "required": true, 
26661             "type": "string"
26662           }, 
26663           {
26664             "description": "String that identifies the interface", 
26665             "example": "__VLAN-INTERFACE__", 
26666             "in": "path", 
26667             "name": "vlan-interface", 
26668             "required": true, 
26669             "type": "string"
26670           }
26671         ], 
26672         "produces": [
26673           "application/json", 
26674           "application/xml"
26675         ], 
26676         "responses": {
26677           "200": {
26678             "description": "successful operation", 
26679             "schema": {
26680               "$ref": "#/definitions/vlan"
26681             }
26682           }, 
26683           "default": {
26684             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26685           }
26686         }, 
26687         "summary": "returns vlan", 
26688         "tags": [
26689           "CloudInfrastructure"
26690         ]
26691       }, 
26692       "patch": {
26693         "consumes": [
26694           "application/json"
26695         ], 
26696         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
26697         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
26698         "parameters": [
26699           {
26700             "description": "Value from executing hostname on the compute node.", 
26701             "example": "__HOSTNAME__", 
26702             "in": "path", 
26703             "name": "hostname", 
26704             "required": true, 
26705             "type": "string"
26706           }, 
26707           {
26708             "description": "Name that identifies the link aggregate interface", 
26709             "example": "__INTERFACE-NAME__", 
26710             "in": "path", 
26711             "name": "interface-name", 
26712             "required": true, 
26713             "type": "string"
26714           }, 
26715           {
26716             "description": "Name given to the interface", 
26717             "example": "__INTERFACE-NAME__", 
26718             "in": "path", 
26719             "name": "l-interface.interface-name", 
26720             "required": true, 
26721             "type": "string"
26722           }, 
26723           {
26724             "description": "String that identifies the interface", 
26725             "example": "__VLAN-INTERFACE__", 
26726             "in": "path", 
26727             "name": "vlan-interface", 
26728             "required": true, 
26729             "type": "string"
26730           }, 
26731           {
26732             "description": "vlan object that needs to be updated.", 
26733             "in": "body", 
26734             "name": "body", 
26735             "required": true, 
26736             "schema": {
26737               "$ref": "#/definitions/zzzz-patch-vlan"
26738             }
26739           }
26740         ], 
26741         "produces": [
26742           "application/json"
26743         ], 
26744         "responses": {
26745           "default": {
26746             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26747           }
26748         }, 
26749         "summary": "update an existing vlan", 
26750         "tags": [
26751           "CloudInfrastructure"
26752         ]
26753       }, 
26754       "put": {
26755         "consumes": [
26756           "application/json", 
26757           "application/xml"
26758         ], 
26759         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
26760         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
26761         "parameters": [
26762           {
26763             "description": "Value from executing hostname on the compute node.", 
26764             "example": "__HOSTNAME__", 
26765             "in": "path", 
26766             "name": "hostname", 
26767             "required": true, 
26768             "type": "string"
26769           }, 
26770           {
26771             "description": "Name that identifies the link aggregate interface", 
26772             "example": "__INTERFACE-NAME__", 
26773             "in": "path", 
26774             "name": "interface-name", 
26775             "required": true, 
26776             "type": "string"
26777           }, 
26778           {
26779             "description": "Name given to the interface", 
26780             "example": "__INTERFACE-NAME__", 
26781             "in": "path", 
26782             "name": "l-interface.interface-name", 
26783             "required": true, 
26784             "type": "string"
26785           }, 
26786           {
26787             "description": "String that identifies the interface", 
26788             "example": "__VLAN-INTERFACE__", 
26789             "in": "path", 
26790             "name": "vlan-interface", 
26791             "required": true, 
26792             "type": "string"
26793           }, 
26794           {
26795             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
26796             "in": "body", 
26797             "name": "body", 
26798             "required": true, 
26799             "schema": {
26800               "$ref": "#/definitions/vlan"
26801             }
26802           }
26803         ], 
26804         "produces": [
26805           "application/json", 
26806           "application/xml"
26807         ], 
26808         "responses": {
26809           "default": {
26810             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26811           }
26812         }, 
26813         "summary": "create or update an existing vlan", 
26814         "tags": [
26815           "CloudInfrastructure"
26816         ]
26817       }
26818     }, 
26819     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
26820       "delete": {
26821         "consumes": [
26822           "application/json", 
26823           "application/xml"
26824         ], 
26825         "description": "delete an existing l3-interface-ipv4-address-list", 
26826         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
26827         "parameters": [
26828           {
26829             "description": "Value from executing hostname on the compute node.", 
26830             "example": "__HOSTNAME__", 
26831             "in": "path", 
26832             "name": "hostname", 
26833             "required": true, 
26834             "type": "string"
26835           }, 
26836           {
26837             "description": "Name that identifies the link aggregate interface", 
26838             "example": "__INTERFACE-NAME__", 
26839             "in": "path", 
26840             "name": "interface-name", 
26841             "required": true, 
26842             "type": "string"
26843           }, 
26844           {
26845             "description": "Name given to the interface", 
26846             "example": "__INTERFACE-NAME__", 
26847             "in": "path", 
26848             "name": "l-interface.interface-name", 
26849             "required": true, 
26850             "type": "string"
26851           }, 
26852           {
26853             "description": "String that identifies the interface", 
26854             "example": "__VLAN-INTERFACE__", 
26855             "in": "path", 
26856             "name": "vlan-interface", 
26857             "required": true, 
26858             "type": "string"
26859           }, 
26860           {
26861             "description": "IP address", 
26862             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
26863             "in": "path", 
26864             "name": "l3-interface-ipv4-address", 
26865             "required": true, 
26866             "type": "string"
26867           }, 
26868           {
26869             "description": "resource-version for concurrency", 
26870             "in": "query", 
26871             "name": "resource-version", 
26872             "required": true, 
26873             "type": "string"
26874           }
26875         ], 
26876         "produces": [
26877           "application/json", 
26878           "application/xml"
26879         ], 
26880         "responses": {
26881           "default": {
26882             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26883           }
26884         }, 
26885         "summary": "delete an existing l3-interface-ipv4-address-list", 
26886         "tags": [
26887           "CloudInfrastructure"
26888         ]
26889       }, 
26890       "get": {
26891         "description": "returns l3-interface-ipv4-address-list", 
26892         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
26893         "parameters": [
26894           {
26895             "description": "Value from executing hostname on the compute node.", 
26896             "example": "__HOSTNAME__", 
26897             "in": "path", 
26898             "name": "hostname", 
26899             "required": true, 
26900             "type": "string"
26901           }, 
26902           {
26903             "description": "Name that identifies the link aggregate interface", 
26904             "example": "__INTERFACE-NAME__", 
26905             "in": "path", 
26906             "name": "interface-name", 
26907             "required": true, 
26908             "type": "string"
26909           }, 
26910           {
26911             "description": "Name given to the interface", 
26912             "example": "__INTERFACE-NAME__", 
26913             "in": "path", 
26914             "name": "l-interface.interface-name", 
26915             "required": true, 
26916             "type": "string"
26917           }, 
26918           {
26919             "description": "String that identifies the interface", 
26920             "example": "__VLAN-INTERFACE__", 
26921             "in": "path", 
26922             "name": "vlan-interface", 
26923             "required": true, 
26924             "type": "string"
26925           }, 
26926           {
26927             "description": "IP address", 
26928             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
26929             "in": "path", 
26930             "name": "l3-interface-ipv4-address", 
26931             "required": true, 
26932             "type": "string"
26933           }
26934         ], 
26935         "produces": [
26936           "application/json", 
26937           "application/xml"
26938         ], 
26939         "responses": {
26940           "200": {
26941             "description": "successful operation", 
26942             "schema": {
26943               "$ref": "#/definitions/l3-interface-ipv4-address-list"
26944             }
26945           }, 
26946           "default": {
26947             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26948           }
26949         }, 
26950         "summary": "returns l3-interface-ipv4-address-list", 
26951         "tags": [
26952           "CloudInfrastructure"
26953         ]
26954       }, 
26955       "patch": {
26956         "consumes": [
26957           "application/json"
26958         ], 
26959         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
26960         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
26961         "parameters": [
26962           {
26963             "description": "Value from executing hostname on the compute node.", 
26964             "example": "__HOSTNAME__", 
26965             "in": "path", 
26966             "name": "hostname", 
26967             "required": true, 
26968             "type": "string"
26969           }, 
26970           {
26971             "description": "Name that identifies the link aggregate interface", 
26972             "example": "__INTERFACE-NAME__", 
26973             "in": "path", 
26974             "name": "interface-name", 
26975             "required": true, 
26976             "type": "string"
26977           }, 
26978           {
26979             "description": "Name given to the interface", 
26980             "example": "__INTERFACE-NAME__", 
26981             "in": "path", 
26982             "name": "l-interface.interface-name", 
26983             "required": true, 
26984             "type": "string"
26985           }, 
26986           {
26987             "description": "String that identifies the interface", 
26988             "example": "__VLAN-INTERFACE__", 
26989             "in": "path", 
26990             "name": "vlan-interface", 
26991             "required": true, 
26992             "type": "string"
26993           }, 
26994           {
26995             "description": "IP address", 
26996             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
26997             "in": "path", 
26998             "name": "l3-interface-ipv4-address", 
26999             "required": true, 
27000             "type": "string"
27001           }, 
27002           {
27003             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
27004             "in": "body", 
27005             "name": "body", 
27006             "required": true, 
27007             "schema": {
27008               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
27009             }
27010           }
27011         ], 
27012         "produces": [
27013           "application/json"
27014         ], 
27015         "responses": {
27016           "default": {
27017             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27018           }
27019         }, 
27020         "summary": "update an existing l3-interface-ipv4-address-list", 
27021         "tags": [
27022           "CloudInfrastructure"
27023         ]
27024       }, 
27025       "put": {
27026         "consumes": [
27027           "application/json", 
27028           "application/xml"
27029         ], 
27030         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
27031         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
27032         "parameters": [
27033           {
27034             "description": "Value from executing hostname on the compute node.", 
27035             "example": "__HOSTNAME__", 
27036             "in": "path", 
27037             "name": "hostname", 
27038             "required": true, 
27039             "type": "string"
27040           }, 
27041           {
27042             "description": "Name that identifies the link aggregate interface", 
27043             "example": "__INTERFACE-NAME__", 
27044             "in": "path", 
27045             "name": "interface-name", 
27046             "required": true, 
27047             "type": "string"
27048           }, 
27049           {
27050             "description": "Name given to the interface", 
27051             "example": "__INTERFACE-NAME__", 
27052             "in": "path", 
27053             "name": "l-interface.interface-name", 
27054             "required": true, 
27055             "type": "string"
27056           }, 
27057           {
27058             "description": "String that identifies the interface", 
27059             "example": "__VLAN-INTERFACE__", 
27060             "in": "path", 
27061             "name": "vlan-interface", 
27062             "required": true, 
27063             "type": "string"
27064           }, 
27065           {
27066             "description": "IP address", 
27067             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
27068             "in": "path", 
27069             "name": "l3-interface-ipv4-address", 
27070             "required": true, 
27071             "type": "string"
27072           }, 
27073           {
27074             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
27075             "in": "body", 
27076             "name": "body", 
27077             "required": true, 
27078             "schema": {
27079               "$ref": "#/definitions/l3-interface-ipv4-address-list"
27080             }
27081           }
27082         ], 
27083         "produces": [
27084           "application/json", 
27085           "application/xml"
27086         ], 
27087         "responses": {
27088           "default": {
27089             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27090           }
27091         }, 
27092         "summary": "create or update an existing l3-interface-ipv4-address-list", 
27093         "tags": [
27094           "CloudInfrastructure"
27095         ]
27096       }
27097     }, 
27098     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
27099       "delete": {
27100         "consumes": [
27101           "application/json", 
27102           "application/xml"
27103         ], 
27104         "description": "delete an existing relationship", 
27105         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
27106         "parameters": [
27107           {
27108             "description": "Value from executing hostname on the compute node.", 
27109             "example": "__HOSTNAME__", 
27110             "in": "path", 
27111             "name": "hostname", 
27112             "required": true, 
27113             "type": "string"
27114           }, 
27115           {
27116             "description": "Name that identifies the link aggregate interface", 
27117             "example": "__INTERFACE-NAME__", 
27118             "in": "path", 
27119             "name": "interface-name", 
27120             "required": true, 
27121             "type": "string"
27122           }, 
27123           {
27124             "description": "Name given to the interface", 
27125             "example": "__INTERFACE-NAME__", 
27126             "in": "path", 
27127             "name": "l-interface.interface-name", 
27128             "required": true, 
27129             "type": "string"
27130           }, 
27131           {
27132             "description": "String that identifies the interface", 
27133             "example": "__VLAN-INTERFACE__", 
27134             "in": "path", 
27135             "name": "vlan-interface", 
27136             "required": true, 
27137             "type": "string"
27138           }, 
27139           {
27140             "description": "IP address", 
27141             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
27142             "in": "path", 
27143             "name": "l3-interface-ipv4-address", 
27144             "required": true, 
27145             "type": "string"
27146           }
27147         ], 
27148         "produces": [
27149           "application/json", 
27150           "application/xml"
27151         ], 
27152         "responses": {
27153           "default": {
27154             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27155           }
27156         }, 
27157         "summary": "delete an existing relationship", 
27158         "tags": [
27159           "CloudInfrastructure"
27160         ]
27161       }, 
27162       "put": {
27163         "consumes": [
27164           "application/json", 
27165           "application/xml"
27166         ], 
27167         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
27168         "parameters": [
27169           {
27170             "description": "Value from executing hostname on the compute node.", 
27171             "example": "__HOSTNAME__", 
27172             "in": "path", 
27173             "name": "hostname", 
27174             "required": true, 
27175             "type": "string"
27176           }, 
27177           {
27178             "description": "Name that identifies the link aggregate interface", 
27179             "example": "__INTERFACE-NAME__", 
27180             "in": "path", 
27181             "name": "interface-name", 
27182             "required": true, 
27183             "type": "string"
27184           }, 
27185           {
27186             "description": "Name given to the interface", 
27187             "example": "__INTERFACE-NAME__", 
27188             "in": "path", 
27189             "name": "l-interface.interface-name", 
27190             "required": true, 
27191             "type": "string"
27192           }, 
27193           {
27194             "description": "String that identifies the interface", 
27195             "example": "__VLAN-INTERFACE__", 
27196             "in": "path", 
27197             "name": "vlan-interface", 
27198             "required": true, 
27199             "type": "string"
27200           }, 
27201           {
27202             "description": "IP address", 
27203             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
27204             "in": "path", 
27205             "name": "l3-interface-ipv4-address", 
27206             "required": true, 
27207             "type": "string"
27208           }, 
27209           {
27210             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
27211             "in": "body", 
27212             "name": "body", 
27213             "required": true, 
27214             "schema": {
27215               "$ref": "#/definitions/relationship-dict"
27216             }
27217           }
27218         ], 
27219         "produces": [
27220           "application/json", 
27221           "application/xml"
27222         ], 
27223         "responses": {
27224           "default": {
27225             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27226           }
27227         }, 
27228         "summary": "see node definition for valid relationships", 
27229         "tags": [
27230           "CloudInfrastructure"
27231         ]
27232       }
27233     }, 
27234     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
27235       "delete": {
27236         "consumes": [
27237           "application/json", 
27238           "application/xml"
27239         ], 
27240         "description": "delete an existing l3-interface-ipv6-address-list", 
27241         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
27242         "parameters": [
27243           {
27244             "description": "Value from executing hostname on the compute node.", 
27245             "example": "__HOSTNAME__", 
27246             "in": "path", 
27247             "name": "hostname", 
27248             "required": true, 
27249             "type": "string"
27250           }, 
27251           {
27252             "description": "Name that identifies the link aggregate interface", 
27253             "example": "__INTERFACE-NAME__", 
27254             "in": "path", 
27255             "name": "interface-name", 
27256             "required": true, 
27257             "type": "string"
27258           }, 
27259           {
27260             "description": "Name given to the interface", 
27261             "example": "__INTERFACE-NAME__", 
27262             "in": "path", 
27263             "name": "l-interface.interface-name", 
27264             "required": true, 
27265             "type": "string"
27266           }, 
27267           {
27268             "description": "String that identifies the interface", 
27269             "example": "__VLAN-INTERFACE__", 
27270             "in": "path", 
27271             "name": "vlan-interface", 
27272             "required": true, 
27273             "type": "string"
27274           }, 
27275           {
27276             "description": "IP address", 
27277             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
27278             "in": "path", 
27279             "name": "l3-interface-ipv6-address", 
27280             "required": true, 
27281             "type": "string"
27282           }, 
27283           {
27284             "description": "resource-version for concurrency", 
27285             "in": "query", 
27286             "name": "resource-version", 
27287             "required": true, 
27288             "type": "string"
27289           }
27290         ], 
27291         "produces": [
27292           "application/json", 
27293           "application/xml"
27294         ], 
27295         "responses": {
27296           "default": {
27297             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27298           }
27299         }, 
27300         "summary": "delete an existing l3-interface-ipv6-address-list", 
27301         "tags": [
27302           "CloudInfrastructure"
27303         ]
27304       }, 
27305       "get": {
27306         "description": "returns l3-interface-ipv6-address-list", 
27307         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
27308         "parameters": [
27309           {
27310             "description": "Value from executing hostname on the compute node.", 
27311             "example": "__HOSTNAME__", 
27312             "in": "path", 
27313             "name": "hostname", 
27314             "required": true, 
27315             "type": "string"
27316           }, 
27317           {
27318             "description": "Name that identifies the link aggregate interface", 
27319             "example": "__INTERFACE-NAME__", 
27320             "in": "path", 
27321             "name": "interface-name", 
27322             "required": true, 
27323             "type": "string"
27324           }, 
27325           {
27326             "description": "Name given to the interface", 
27327             "example": "__INTERFACE-NAME__", 
27328             "in": "path", 
27329             "name": "l-interface.interface-name", 
27330             "required": true, 
27331             "type": "string"
27332           }, 
27333           {
27334             "description": "String that identifies the interface", 
27335             "example": "__VLAN-INTERFACE__", 
27336             "in": "path", 
27337             "name": "vlan-interface", 
27338             "required": true, 
27339             "type": "string"
27340           }, 
27341           {
27342             "description": "IP address", 
27343             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
27344             "in": "path", 
27345             "name": "l3-interface-ipv6-address", 
27346             "required": true, 
27347             "type": "string"
27348           }
27349         ], 
27350         "produces": [
27351           "application/json", 
27352           "application/xml"
27353         ], 
27354         "responses": {
27355           "200": {
27356             "description": "successful operation", 
27357             "schema": {
27358               "$ref": "#/definitions/l3-interface-ipv6-address-list"
27359             }
27360           }, 
27361           "default": {
27362             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27363           }
27364         }, 
27365         "summary": "returns l3-interface-ipv6-address-list", 
27366         "tags": [
27367           "CloudInfrastructure"
27368         ]
27369       }, 
27370       "patch": {
27371         "consumes": [
27372           "application/json"
27373         ], 
27374         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
27375         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
27376         "parameters": [
27377           {
27378             "description": "Value from executing hostname on the compute node.", 
27379             "example": "__HOSTNAME__", 
27380             "in": "path", 
27381             "name": "hostname", 
27382             "required": true, 
27383             "type": "string"
27384           }, 
27385           {
27386             "description": "Name that identifies the link aggregate interface", 
27387             "example": "__INTERFACE-NAME__", 
27388             "in": "path", 
27389             "name": "interface-name", 
27390             "required": true, 
27391             "type": "string"
27392           }, 
27393           {
27394             "description": "Name given to the interface", 
27395             "example": "__INTERFACE-NAME__", 
27396             "in": "path", 
27397             "name": "l-interface.interface-name", 
27398             "required": true, 
27399             "type": "string"
27400           }, 
27401           {
27402             "description": "String that identifies the interface", 
27403             "example": "__VLAN-INTERFACE__", 
27404             "in": "path", 
27405             "name": "vlan-interface", 
27406             "required": true, 
27407             "type": "string"
27408           }, 
27409           {
27410             "description": "IP address", 
27411             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
27412             "in": "path", 
27413             "name": "l3-interface-ipv6-address", 
27414             "required": true, 
27415             "type": "string"
27416           }, 
27417           {
27418             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
27419             "in": "body", 
27420             "name": "body", 
27421             "required": true, 
27422             "schema": {
27423               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
27424             }
27425           }
27426         ], 
27427         "produces": [
27428           "application/json"
27429         ], 
27430         "responses": {
27431           "default": {
27432             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27433           }
27434         }, 
27435         "summary": "update an existing l3-interface-ipv6-address-list", 
27436         "tags": [
27437           "CloudInfrastructure"
27438         ]
27439       }, 
27440       "put": {
27441         "consumes": [
27442           "application/json", 
27443           "application/xml"
27444         ], 
27445         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
27446         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
27447         "parameters": [
27448           {
27449             "description": "Value from executing hostname on the compute node.", 
27450             "example": "__HOSTNAME__", 
27451             "in": "path", 
27452             "name": "hostname", 
27453             "required": true, 
27454             "type": "string"
27455           }, 
27456           {
27457             "description": "Name that identifies the link aggregate interface", 
27458             "example": "__INTERFACE-NAME__", 
27459             "in": "path", 
27460             "name": "interface-name", 
27461             "required": true, 
27462             "type": "string"
27463           }, 
27464           {
27465             "description": "Name given to the interface", 
27466             "example": "__INTERFACE-NAME__", 
27467             "in": "path", 
27468             "name": "l-interface.interface-name", 
27469             "required": true, 
27470             "type": "string"
27471           }, 
27472           {
27473             "description": "String that identifies the interface", 
27474             "example": "__VLAN-INTERFACE__", 
27475             "in": "path", 
27476             "name": "vlan-interface", 
27477             "required": true, 
27478             "type": "string"
27479           }, 
27480           {
27481             "description": "IP address", 
27482             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
27483             "in": "path", 
27484             "name": "l3-interface-ipv6-address", 
27485             "required": true, 
27486             "type": "string"
27487           }, 
27488           {
27489             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
27490             "in": "body", 
27491             "name": "body", 
27492             "required": true, 
27493             "schema": {
27494               "$ref": "#/definitions/l3-interface-ipv6-address-list"
27495             }
27496           }
27497         ], 
27498         "produces": [
27499           "application/json", 
27500           "application/xml"
27501         ], 
27502         "responses": {
27503           "default": {
27504             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27505           }
27506         }, 
27507         "summary": "create or update an existing l3-interface-ipv6-address-list", 
27508         "tags": [
27509           "CloudInfrastructure"
27510         ]
27511       }
27512     }, 
27513     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
27514       "delete": {
27515         "consumes": [
27516           "application/json", 
27517           "application/xml"
27518         ], 
27519         "description": "delete an existing relationship", 
27520         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
27521         "parameters": [
27522           {
27523             "description": "Value from executing hostname on the compute node.", 
27524             "example": "__HOSTNAME__", 
27525             "in": "path", 
27526             "name": "hostname", 
27527             "required": true, 
27528             "type": "string"
27529           }, 
27530           {
27531             "description": "Name that identifies the link aggregate interface", 
27532             "example": "__INTERFACE-NAME__", 
27533             "in": "path", 
27534             "name": "interface-name", 
27535             "required": true, 
27536             "type": "string"
27537           }, 
27538           {
27539             "description": "Name given to the interface", 
27540             "example": "__INTERFACE-NAME__", 
27541             "in": "path", 
27542             "name": "l-interface.interface-name", 
27543             "required": true, 
27544             "type": "string"
27545           }, 
27546           {
27547             "description": "String that identifies the interface", 
27548             "example": "__VLAN-INTERFACE__", 
27549             "in": "path", 
27550             "name": "vlan-interface", 
27551             "required": true, 
27552             "type": "string"
27553           }, 
27554           {
27555             "description": "IP address", 
27556             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
27557             "in": "path", 
27558             "name": "l3-interface-ipv6-address", 
27559             "required": true, 
27560             "type": "string"
27561           }
27562         ], 
27563         "produces": [
27564           "application/json", 
27565           "application/xml"
27566         ], 
27567         "responses": {
27568           "default": {
27569             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27570           }
27571         }, 
27572         "summary": "delete an existing relationship", 
27573         "tags": [
27574           "CloudInfrastructure"
27575         ]
27576       }, 
27577       "put": {
27578         "consumes": [
27579           "application/json", 
27580           "application/xml"
27581         ], 
27582         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
27583         "parameters": [
27584           {
27585             "description": "Value from executing hostname on the compute node.", 
27586             "example": "__HOSTNAME__", 
27587             "in": "path", 
27588             "name": "hostname", 
27589             "required": true, 
27590             "type": "string"
27591           }, 
27592           {
27593             "description": "Name that identifies the link aggregate interface", 
27594             "example": "__INTERFACE-NAME__", 
27595             "in": "path", 
27596             "name": "interface-name", 
27597             "required": true, 
27598             "type": "string"
27599           }, 
27600           {
27601             "description": "Name given to the interface", 
27602             "example": "__INTERFACE-NAME__", 
27603             "in": "path", 
27604             "name": "l-interface.interface-name", 
27605             "required": true, 
27606             "type": "string"
27607           }, 
27608           {
27609             "description": "String that identifies the interface", 
27610             "example": "__VLAN-INTERFACE__", 
27611             "in": "path", 
27612             "name": "vlan-interface", 
27613             "required": true, 
27614             "type": "string"
27615           }, 
27616           {
27617             "description": "IP address", 
27618             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
27619             "in": "path", 
27620             "name": "l3-interface-ipv6-address", 
27621             "required": true, 
27622             "type": "string"
27623           }, 
27624           {
27625             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
27626             "in": "body", 
27627             "name": "body", 
27628             "required": true, 
27629             "schema": {
27630               "$ref": "#/definitions/relationship-dict"
27631             }
27632           }
27633         ], 
27634         "produces": [
27635           "application/json", 
27636           "application/xml"
27637         ], 
27638         "responses": {
27639           "default": {
27640             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27641           }
27642         }, 
27643         "summary": "see node definition for valid relationships", 
27644         "tags": [
27645           "CloudInfrastructure"
27646         ]
27647       }
27648     }, 
27649     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
27650       "delete": {
27651         "consumes": [
27652           "application/json", 
27653           "application/xml"
27654         ], 
27655         "description": "delete an existing relationship", 
27656         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
27657         "parameters": [
27658           {
27659             "description": "Value from executing hostname on the compute node.", 
27660             "example": "__HOSTNAME__", 
27661             "in": "path", 
27662             "name": "hostname", 
27663             "required": true, 
27664             "type": "string"
27665           }, 
27666           {
27667             "description": "Name that identifies the link aggregate interface", 
27668             "example": "__INTERFACE-NAME__", 
27669             "in": "path", 
27670             "name": "interface-name", 
27671             "required": true, 
27672             "type": "string"
27673           }, 
27674           {
27675             "description": "Name given to the interface", 
27676             "example": "__INTERFACE-NAME__", 
27677             "in": "path", 
27678             "name": "l-interface.interface-name", 
27679             "required": true, 
27680             "type": "string"
27681           }, 
27682           {
27683             "description": "String that identifies the interface", 
27684             "example": "__VLAN-INTERFACE__", 
27685             "in": "path", 
27686             "name": "vlan-interface", 
27687             "required": true, 
27688             "type": "string"
27689           }
27690         ], 
27691         "produces": [
27692           "application/json", 
27693           "application/xml"
27694         ], 
27695         "responses": {
27696           "default": {
27697             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27698           }
27699         }, 
27700         "summary": "delete an existing relationship", 
27701         "tags": [
27702           "CloudInfrastructure"
27703         ]
27704       }, 
27705       "put": {
27706         "consumes": [
27707           "application/json", 
27708           "application/xml"
27709         ], 
27710         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
27711         "parameters": [
27712           {
27713             "description": "Value from executing hostname on the compute node.", 
27714             "example": "__HOSTNAME__", 
27715             "in": "path", 
27716             "name": "hostname", 
27717             "required": true, 
27718             "type": "string"
27719           }, 
27720           {
27721             "description": "Name that identifies the link aggregate interface", 
27722             "example": "__INTERFACE-NAME__", 
27723             "in": "path", 
27724             "name": "interface-name", 
27725             "required": true, 
27726             "type": "string"
27727           }, 
27728           {
27729             "description": "Name given to the interface", 
27730             "example": "__INTERFACE-NAME__", 
27731             "in": "path", 
27732             "name": "l-interface.interface-name", 
27733             "required": true, 
27734             "type": "string"
27735           }, 
27736           {
27737             "description": "String that identifies the interface", 
27738             "example": "__VLAN-INTERFACE__", 
27739             "in": "path", 
27740             "name": "vlan-interface", 
27741             "required": true, 
27742             "type": "string"
27743           }, 
27744           {
27745             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
27746             "in": "body", 
27747             "name": "body", 
27748             "required": true, 
27749             "schema": {
27750               "$ref": "#/definitions/relationship-dict"
27751             }
27752           }
27753         ], 
27754         "produces": [
27755           "application/json", 
27756           "application/xml"
27757         ], 
27758         "responses": {
27759           "default": {
27760             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27761           }
27762         }, 
27763         "summary": "see node definition for valid relationships", 
27764         "tags": [
27765           "CloudInfrastructure"
27766         ]
27767       }
27768     }, 
27769     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/relationship-list/relationship": {
27770       "delete": {
27771         "consumes": [
27772           "application/json", 
27773           "application/xml"
27774         ], 
27775         "description": "delete an existing relationship", 
27776         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceRelationshipListRelationship", 
27777         "parameters": [
27778           {
27779             "description": "Value from executing hostname on the compute node.", 
27780             "example": "__HOSTNAME__", 
27781             "in": "path", 
27782             "name": "hostname", 
27783             "required": true, 
27784             "type": "string"
27785           }, 
27786           {
27787             "description": "Name that identifies the link aggregate interface", 
27788             "example": "__INTERFACE-NAME__", 
27789             "in": "path", 
27790             "name": "interface-name", 
27791             "required": true, 
27792             "type": "string"
27793           }
27794         ], 
27795         "produces": [
27796           "application/json", 
27797           "application/xml"
27798         ], 
27799         "responses": {
27800           "default": {
27801             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27802           }
27803         }, 
27804         "summary": "delete an existing relationship", 
27805         "tags": [
27806           "CloudInfrastructure"
27807         ]
27808       }, 
27809       "put": {
27810         "consumes": [
27811           "application/json", 
27812           "application/xml"
27813         ], 
27814         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceRelationshipListRelationship", 
27815         "parameters": [
27816           {
27817             "description": "Value from executing hostname on the compute node.", 
27818             "example": "__HOSTNAME__", 
27819             "in": "path", 
27820             "name": "hostname", 
27821             "required": true, 
27822             "type": "string"
27823           }, 
27824           {
27825             "description": "Name that identifies the link aggregate interface", 
27826             "example": "__INTERFACE-NAME__", 
27827             "in": "path", 
27828             "name": "interface-name", 
27829             "required": true, 
27830             "type": "string"
27831           }, 
27832           {
27833             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverLagInterfacesLagInterface.json)", 
27834             "in": "body", 
27835             "name": "body", 
27836             "required": true, 
27837             "schema": {
27838               "$ref": "#/definitions/relationship-dict"
27839             }
27840           }
27841         ], 
27842         "produces": [
27843           "application/json", 
27844           "application/xml"
27845         ], 
27846         "responses": {
27847           "default": {
27848             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27849           }
27850         }, 
27851         "summary": "see node definition for valid relationships", 
27852         "tags": [
27853           "CloudInfrastructure"
27854         ]
27855       }
27856     }, 
27857     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces": {
27858       "get": {
27859         "description": "returns p-interfaces", 
27860         "operationId": "getCloudInfrastructurePserversPserverPInterfaces", 
27861         "parameters": [
27862           {
27863             "description": "Value from executing hostname on the compute node.", 
27864             "example": "__HOSTNAME__", 
27865             "in": "path", 
27866             "name": "hostname", 
27867             "required": true, 
27868             "type": "string"
27869           }, 
27870           {
27871             "description": "n/a", 
27872             "in": "query", 
27873             "name": "interface-name", 
27874             "required": false, 
27875             "type": "string"
27876           }, 
27877           {
27878             "description": "n/a", 
27879             "in": "query", 
27880             "name": "prov-status", 
27881             "required": false, 
27882             "type": "string"
27883           }
27884         ], 
27885         "produces": [
27886           "application/json", 
27887           "application/xml"
27888         ], 
27889         "responses": {
27890           "200": {
27891             "description": "successful operation", 
27892             "schema": {
27893               "$ref": "#/definitions/p-interfaces"
27894             }
27895           }, 
27896           "default": {
27897             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27898           }
27899         }, 
27900         "summary": "returns p-interfaces", 
27901         "tags": [
27902           "CloudInfrastructure"
27903         ]
27904       }
27905     }, 
27906     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}": {
27907       "delete": {
27908         "consumes": [
27909           "application/json", 
27910           "application/xml"
27911         ], 
27912         "description": "delete an existing p-interface", 
27913         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterface", 
27914         "parameters": [
27915           {
27916             "description": "Value from executing hostname on the compute node.", 
27917             "example": "__HOSTNAME__", 
27918             "in": "path", 
27919             "name": "hostname", 
27920             "required": true, 
27921             "type": "string"
27922           }, 
27923           {
27924             "description": "Name that identifies the physical interface", 
27925             "example": "__INTERFACE-NAME__", 
27926             "in": "path", 
27927             "name": "interface-name", 
27928             "required": true, 
27929             "type": "string"
27930           }, 
27931           {
27932             "description": "resource-version for concurrency", 
27933             "in": "query", 
27934             "name": "resource-version", 
27935             "required": true, 
27936             "type": "string"
27937           }
27938         ], 
27939         "produces": [
27940           "application/json", 
27941           "application/xml"
27942         ], 
27943         "responses": {
27944           "default": {
27945             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27946           }
27947         }, 
27948         "summary": "delete an existing p-interface", 
27949         "tags": [
27950           "CloudInfrastructure"
27951         ]
27952       }, 
27953       "get": {
27954         "description": "returns p-interface", 
27955         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterface", 
27956         "parameters": [
27957           {
27958             "description": "Value from executing hostname on the compute node.", 
27959             "example": "__HOSTNAME__", 
27960             "in": "path", 
27961             "name": "hostname", 
27962             "required": true, 
27963             "type": "string"
27964           }, 
27965           {
27966             "description": "Name that identifies the physical interface", 
27967             "example": "__INTERFACE-NAME__", 
27968             "in": "path", 
27969             "name": "interface-name", 
27970             "required": true, 
27971             "type": "string"
27972           }
27973         ], 
27974         "produces": [
27975           "application/json", 
27976           "application/xml"
27977         ], 
27978         "responses": {
27979           "200": {
27980             "description": "successful operation", 
27981             "schema": {
27982               "$ref": "#/definitions/p-interface"
27983             }
27984           }, 
27985           "default": {
27986             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27987           }
27988         }, 
27989         "summary": "returns p-interface", 
27990         "tags": [
27991           "CloudInfrastructure"
27992         ]
27993       }, 
27994       "patch": {
27995         "consumes": [
27996           "application/json"
27997         ], 
27998         "description": "Update an existing p-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
27999         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterface", 
28000         "parameters": [
28001           {
28002             "description": "Value from executing hostname on the compute node.", 
28003             "example": "__HOSTNAME__", 
28004             "in": "path", 
28005             "name": "hostname", 
28006             "required": true, 
28007             "type": "string"
28008           }, 
28009           {
28010             "description": "Name that identifies the physical interface", 
28011             "example": "__INTERFACE-NAME__", 
28012             "in": "path", 
28013             "name": "interface-name", 
28014             "required": true, 
28015             "type": "string"
28016           }, 
28017           {
28018             "description": "p-interface object that needs to be updated.", 
28019             "in": "body", 
28020             "name": "body", 
28021             "required": true, 
28022             "schema": {
28023               "$ref": "#/definitions/zzzz-patch-p-interface"
28024             }
28025           }
28026         ], 
28027         "produces": [
28028           "application/json"
28029         ], 
28030         "responses": {
28031           "default": {
28032             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28033           }
28034         }, 
28035         "summary": "update an existing p-interface", 
28036         "tags": [
28037           "CloudInfrastructure"
28038         ]
28039       }, 
28040       "put": {
28041         "consumes": [
28042           "application/json", 
28043           "application/xml"
28044         ], 
28045         "description": "Create or update an existing p-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
28046         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterface", 
28047         "parameters": [
28048           {
28049             "description": "Value from executing hostname on the compute node.", 
28050             "example": "__HOSTNAME__", 
28051             "in": "path", 
28052             "name": "hostname", 
28053             "required": true, 
28054             "type": "string"
28055           }, 
28056           {
28057             "description": "Name that identifies the physical interface", 
28058             "example": "__INTERFACE-NAME__", 
28059             "in": "path", 
28060             "name": "interface-name", 
28061             "required": true, 
28062             "type": "string"
28063           }, 
28064           {
28065             "description": "p-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterface.json)", 
28066             "in": "body", 
28067             "name": "body", 
28068             "required": true, 
28069             "schema": {
28070               "$ref": "#/definitions/p-interface"
28071             }
28072           }
28073         ], 
28074         "produces": [
28075           "application/json", 
28076           "application/xml"
28077         ], 
28078         "responses": {
28079           "default": {
28080             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28081           }
28082         }, 
28083         "summary": "create or update an existing p-interface", 
28084         "tags": [
28085           "CloudInfrastructure"
28086         ]
28087       }
28088     }, 
28089     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces": {
28090       "get": {
28091         "description": "returns l-interfaces", 
28092         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfaces", 
28093         "parameters": [
28094           {
28095             "description": "Value from executing hostname on the compute node.", 
28096             "example": "__HOSTNAME__", 
28097             "in": "path", 
28098             "name": "hostname", 
28099             "required": true, 
28100             "type": "string"
28101           }, 
28102           {
28103             "description": "Name that identifies the physical interface", 
28104             "example": "__INTERFACE-NAME__", 
28105             "in": "path", 
28106             "name": "interface-name", 
28107             "required": true, 
28108             "type": "string"
28109           }, 
28110           {
28111             "description": "n/a", 
28112             "in": "query", 
28113             "name": "interface-name", 
28114             "required": false, 
28115             "type": "string"
28116           }, 
28117           {
28118             "description": "n/a", 
28119             "in": "query", 
28120             "name": "interface-id", 
28121             "required": false, 
28122             "type": "string"
28123           }, 
28124           {
28125             "description": "n/a", 
28126             "in": "query", 
28127             "name": "macaddr", 
28128             "required": false, 
28129             "type": "string"
28130           }, 
28131           {
28132             "description": "n/a", 
28133             "in": "query", 
28134             "name": "network-name", 
28135             "required": false, 
28136             "type": "string"
28137           }
28138         ], 
28139         "produces": [
28140           "application/json", 
28141           "application/xml"
28142         ], 
28143         "responses": {
28144           "200": {
28145             "description": "successful operation", 
28146             "schema": {
28147               "$ref": "#/definitions/l-interfaces"
28148             }
28149           }, 
28150           "default": {
28151             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28152           }
28153         }, 
28154         "summary": "returns l-interfaces", 
28155         "tags": [
28156           "CloudInfrastructure"
28157         ]
28158       }
28159     }, 
28160     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
28161       "delete": {
28162         "consumes": [
28163           "application/json", 
28164           "application/xml"
28165         ], 
28166         "description": "delete an existing l-interface", 
28167         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface", 
28168         "parameters": [
28169           {
28170             "description": "Value from executing hostname on the compute node.", 
28171             "example": "__HOSTNAME__", 
28172             "in": "path", 
28173             "name": "hostname", 
28174             "required": true, 
28175             "type": "string"
28176           }, 
28177           {
28178             "description": "Name that identifies the physical interface", 
28179             "example": "__INTERFACE-NAME__", 
28180             "in": "path", 
28181             "name": "interface-name", 
28182             "required": true, 
28183             "type": "string"
28184           }, 
28185           {
28186             "description": "Name given to the interface", 
28187             "example": "__INTERFACE-NAME__", 
28188             "in": "path", 
28189             "name": "l-interface.interface-name", 
28190             "required": true, 
28191             "type": "string"
28192           }, 
28193           {
28194             "description": "resource-version for concurrency", 
28195             "in": "query", 
28196             "name": "resource-version", 
28197             "required": true, 
28198             "type": "string"
28199           }
28200         ], 
28201         "produces": [
28202           "application/json", 
28203           "application/xml"
28204         ], 
28205         "responses": {
28206           "default": {
28207             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28208           }
28209         }, 
28210         "summary": "delete an existing l-interface", 
28211         "tags": [
28212           "CloudInfrastructure"
28213         ]
28214       }, 
28215       "get": {
28216         "description": "returns l-interface", 
28217         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface", 
28218         "parameters": [
28219           {
28220             "description": "Value from executing hostname on the compute node.", 
28221             "example": "__HOSTNAME__", 
28222             "in": "path", 
28223             "name": "hostname", 
28224             "required": true, 
28225             "type": "string"
28226           }, 
28227           {
28228             "description": "Name that identifies the physical interface", 
28229             "example": "__INTERFACE-NAME__", 
28230             "in": "path", 
28231             "name": "interface-name", 
28232             "required": true, 
28233             "type": "string"
28234           }, 
28235           {
28236             "description": "Name given to the interface", 
28237             "example": "__INTERFACE-NAME__", 
28238             "in": "path", 
28239             "name": "l-interface.interface-name", 
28240             "required": true, 
28241             "type": "string"
28242           }
28243         ], 
28244         "produces": [
28245           "application/json", 
28246           "application/xml"
28247         ], 
28248         "responses": {
28249           "200": {
28250             "description": "successful operation", 
28251             "schema": {
28252               "$ref": "#/definitions/l-interface"
28253             }
28254           }, 
28255           "default": {
28256             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28257           }
28258         }, 
28259         "summary": "returns l-interface", 
28260         "tags": [
28261           "CloudInfrastructure"
28262         ]
28263       }, 
28264       "patch": {
28265         "consumes": [
28266           "application/json"
28267         ], 
28268         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
28269         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface", 
28270         "parameters": [
28271           {
28272             "description": "Value from executing hostname on the compute node.", 
28273             "example": "__HOSTNAME__", 
28274             "in": "path", 
28275             "name": "hostname", 
28276             "required": true, 
28277             "type": "string"
28278           }, 
28279           {
28280             "description": "Name that identifies the physical interface", 
28281             "example": "__INTERFACE-NAME__", 
28282             "in": "path", 
28283             "name": "interface-name", 
28284             "required": true, 
28285             "type": "string"
28286           }, 
28287           {
28288             "description": "Name given to the interface", 
28289             "example": "__INTERFACE-NAME__", 
28290             "in": "path", 
28291             "name": "l-interface.interface-name", 
28292             "required": true, 
28293             "type": "string"
28294           }, 
28295           {
28296             "description": "l-interface object that needs to be updated.", 
28297             "in": "body", 
28298             "name": "body", 
28299             "required": true, 
28300             "schema": {
28301               "$ref": "#/definitions/zzzz-patch-l-interface"
28302             }
28303           }
28304         ], 
28305         "produces": [
28306           "application/json"
28307         ], 
28308         "responses": {
28309           "default": {
28310             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28311           }
28312         }, 
28313         "summary": "update an existing l-interface", 
28314         "tags": [
28315           "CloudInfrastructure"
28316         ]
28317       }, 
28318       "put": {
28319         "consumes": [
28320           "application/json", 
28321           "application/xml"
28322         ], 
28323         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
28324         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface", 
28325         "parameters": [
28326           {
28327             "description": "Value from executing hostname on the compute node.", 
28328             "example": "__HOSTNAME__", 
28329             "in": "path", 
28330             "name": "hostname", 
28331             "required": true, 
28332             "type": "string"
28333           }, 
28334           {
28335             "description": "Name that identifies the physical interface", 
28336             "example": "__INTERFACE-NAME__", 
28337             "in": "path", 
28338             "name": "interface-name", 
28339             "required": true, 
28340             "type": "string"
28341           }, 
28342           {
28343             "description": "Name given to the interface", 
28344             "example": "__INTERFACE-NAME__", 
28345             "in": "path", 
28346             "name": "l-interface.interface-name", 
28347             "required": true, 
28348             "type": "string"
28349           }, 
28350           {
28351             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface.json)", 
28352             "in": "body", 
28353             "name": "body", 
28354             "required": true, 
28355             "schema": {
28356               "$ref": "#/definitions/l-interface"
28357             }
28358           }
28359         ], 
28360         "produces": [
28361           "application/json", 
28362           "application/xml"
28363         ], 
28364         "responses": {
28365           "default": {
28366             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28367           }
28368         }, 
28369         "summary": "create or update an existing l-interface", 
28370         "tags": [
28371           "CloudInfrastructure"
28372         ]
28373       }
28374     }, 
28375     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
28376       "delete": {
28377         "consumes": [
28378           "application/json", 
28379           "application/xml"
28380         ], 
28381         "description": "delete an existing l3-interface-ipv4-address-list", 
28382         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
28383         "parameters": [
28384           {
28385             "description": "Value from executing hostname on the compute node.", 
28386             "example": "__HOSTNAME__", 
28387             "in": "path", 
28388             "name": "hostname", 
28389             "required": true, 
28390             "type": "string"
28391           }, 
28392           {
28393             "description": "Name that identifies the physical interface", 
28394             "example": "__INTERFACE-NAME__", 
28395             "in": "path", 
28396             "name": "interface-name", 
28397             "required": true, 
28398             "type": "string"
28399           }, 
28400           {
28401             "description": "Name given to the interface", 
28402             "example": "__INTERFACE-NAME__", 
28403             "in": "path", 
28404             "name": "l-interface.interface-name", 
28405             "required": true, 
28406             "type": "string"
28407           }, 
28408           {
28409             "description": "IP address", 
28410             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
28411             "in": "path", 
28412             "name": "l3-interface-ipv4-address", 
28413             "required": true, 
28414             "type": "string"
28415           }, 
28416           {
28417             "description": "resource-version for concurrency", 
28418             "in": "query", 
28419             "name": "resource-version", 
28420             "required": true, 
28421             "type": "string"
28422           }
28423         ], 
28424         "produces": [
28425           "application/json", 
28426           "application/xml"
28427         ], 
28428         "responses": {
28429           "default": {
28430             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28431           }
28432         }, 
28433         "summary": "delete an existing l3-interface-ipv4-address-list", 
28434         "tags": [
28435           "CloudInfrastructure"
28436         ]
28437       }, 
28438       "get": {
28439         "description": "returns l3-interface-ipv4-address-list", 
28440         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
28441         "parameters": [
28442           {
28443             "description": "Value from executing hostname on the compute node.", 
28444             "example": "__HOSTNAME__", 
28445             "in": "path", 
28446             "name": "hostname", 
28447             "required": true, 
28448             "type": "string"
28449           }, 
28450           {
28451             "description": "Name that identifies the physical interface", 
28452             "example": "__INTERFACE-NAME__", 
28453             "in": "path", 
28454             "name": "interface-name", 
28455             "required": true, 
28456             "type": "string"
28457           }, 
28458           {
28459             "description": "Name given to the interface", 
28460             "example": "__INTERFACE-NAME__", 
28461             "in": "path", 
28462             "name": "l-interface.interface-name", 
28463             "required": true, 
28464             "type": "string"
28465           }, 
28466           {
28467             "description": "IP address", 
28468             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
28469             "in": "path", 
28470             "name": "l3-interface-ipv4-address", 
28471             "required": true, 
28472             "type": "string"
28473           }
28474         ], 
28475         "produces": [
28476           "application/json", 
28477           "application/xml"
28478         ], 
28479         "responses": {
28480           "200": {
28481             "description": "successful operation", 
28482             "schema": {
28483               "$ref": "#/definitions/l3-interface-ipv4-address-list"
28484             }
28485           }, 
28486           "default": {
28487             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28488           }
28489         }, 
28490         "summary": "returns l3-interface-ipv4-address-list", 
28491         "tags": [
28492           "CloudInfrastructure"
28493         ]
28494       }, 
28495       "patch": {
28496         "consumes": [
28497           "application/json"
28498         ], 
28499         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
28500         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
28501         "parameters": [
28502           {
28503             "description": "Value from executing hostname on the compute node.", 
28504             "example": "__HOSTNAME__", 
28505             "in": "path", 
28506             "name": "hostname", 
28507             "required": true, 
28508             "type": "string"
28509           }, 
28510           {
28511             "description": "Name that identifies the physical interface", 
28512             "example": "__INTERFACE-NAME__", 
28513             "in": "path", 
28514             "name": "interface-name", 
28515             "required": true, 
28516             "type": "string"
28517           }, 
28518           {
28519             "description": "Name given to the interface", 
28520             "example": "__INTERFACE-NAME__", 
28521             "in": "path", 
28522             "name": "l-interface.interface-name", 
28523             "required": true, 
28524             "type": "string"
28525           }, 
28526           {
28527             "description": "IP address", 
28528             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
28529             "in": "path", 
28530             "name": "l3-interface-ipv4-address", 
28531             "required": true, 
28532             "type": "string"
28533           }, 
28534           {
28535             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
28536             "in": "body", 
28537             "name": "body", 
28538             "required": true, 
28539             "schema": {
28540               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
28541             }
28542           }
28543         ], 
28544         "produces": [
28545           "application/json"
28546         ], 
28547         "responses": {
28548           "default": {
28549             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28550           }
28551         }, 
28552         "summary": "update an existing l3-interface-ipv4-address-list", 
28553         "tags": [
28554           "CloudInfrastructure"
28555         ]
28556       }, 
28557       "put": {
28558         "consumes": [
28559           "application/json", 
28560           "application/xml"
28561         ], 
28562         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
28563         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
28564         "parameters": [
28565           {
28566             "description": "Value from executing hostname on the compute node.", 
28567             "example": "__HOSTNAME__", 
28568             "in": "path", 
28569             "name": "hostname", 
28570             "required": true, 
28571             "type": "string"
28572           }, 
28573           {
28574             "description": "Name that identifies the physical interface", 
28575             "example": "__INTERFACE-NAME__", 
28576             "in": "path", 
28577             "name": "interface-name", 
28578             "required": true, 
28579             "type": "string"
28580           }, 
28581           {
28582             "description": "Name given to the interface", 
28583             "example": "__INTERFACE-NAME__", 
28584             "in": "path", 
28585             "name": "l-interface.interface-name", 
28586             "required": true, 
28587             "type": "string"
28588           }, 
28589           {
28590             "description": "IP address", 
28591             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
28592             "in": "path", 
28593             "name": "l3-interface-ipv4-address", 
28594             "required": true, 
28595             "type": "string"
28596           }, 
28597           {
28598             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
28599             "in": "body", 
28600             "name": "body", 
28601             "required": true, 
28602             "schema": {
28603               "$ref": "#/definitions/l3-interface-ipv4-address-list"
28604             }
28605           }
28606         ], 
28607         "produces": [
28608           "application/json", 
28609           "application/xml"
28610         ], 
28611         "responses": {
28612           "default": {
28613             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28614           }
28615         }, 
28616         "summary": "create or update an existing l3-interface-ipv4-address-list", 
28617         "tags": [
28618           "CloudInfrastructure"
28619         ]
28620       }
28621     }, 
28622     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
28623       "delete": {
28624         "consumes": [
28625           "application/json", 
28626           "application/xml"
28627         ], 
28628         "description": "delete an existing relationship", 
28629         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
28630         "parameters": [
28631           {
28632             "description": "Value from executing hostname on the compute node.", 
28633             "example": "__HOSTNAME__", 
28634             "in": "path", 
28635             "name": "hostname", 
28636             "required": true, 
28637             "type": "string"
28638           }, 
28639           {
28640             "description": "Name that identifies the physical interface", 
28641             "example": "__INTERFACE-NAME__", 
28642             "in": "path", 
28643             "name": "interface-name", 
28644             "required": true, 
28645             "type": "string"
28646           }, 
28647           {
28648             "description": "Name given to the interface", 
28649             "example": "__INTERFACE-NAME__", 
28650             "in": "path", 
28651             "name": "l-interface.interface-name", 
28652             "required": true, 
28653             "type": "string"
28654           }, 
28655           {
28656             "description": "IP address", 
28657             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
28658             "in": "path", 
28659             "name": "l3-interface-ipv4-address", 
28660             "required": true, 
28661             "type": "string"
28662           }
28663         ], 
28664         "produces": [
28665           "application/json", 
28666           "application/xml"
28667         ], 
28668         "responses": {
28669           "default": {
28670             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28671           }
28672         }, 
28673         "summary": "delete an existing relationship", 
28674         "tags": [
28675           "CloudInfrastructure"
28676         ]
28677       }, 
28678       "put": {
28679         "consumes": [
28680           "application/json", 
28681           "application/xml"
28682         ], 
28683         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
28684         "parameters": [
28685           {
28686             "description": "Value from executing hostname on the compute node.", 
28687             "example": "__HOSTNAME__", 
28688             "in": "path", 
28689             "name": "hostname", 
28690             "required": true, 
28691             "type": "string"
28692           }, 
28693           {
28694             "description": "Name that identifies the physical interface", 
28695             "example": "__INTERFACE-NAME__", 
28696             "in": "path", 
28697             "name": "interface-name", 
28698             "required": true, 
28699             "type": "string"
28700           }, 
28701           {
28702             "description": "Name given to the interface", 
28703             "example": "__INTERFACE-NAME__", 
28704             "in": "path", 
28705             "name": "l-interface.interface-name", 
28706             "required": true, 
28707             "type": "string"
28708           }, 
28709           {
28710             "description": "IP address", 
28711             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
28712             "in": "path", 
28713             "name": "l3-interface-ipv4-address", 
28714             "required": true, 
28715             "type": "string"
28716           }, 
28717           {
28718             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
28719             "in": "body", 
28720             "name": "body", 
28721             "required": true, 
28722             "schema": {
28723               "$ref": "#/definitions/relationship-dict"
28724             }
28725           }
28726         ], 
28727         "produces": [
28728           "application/json", 
28729           "application/xml"
28730         ], 
28731         "responses": {
28732           "default": {
28733             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28734           }
28735         }, 
28736         "summary": "see node definition for valid relationships", 
28737         "tags": [
28738           "CloudInfrastructure"
28739         ]
28740       }
28741     }, 
28742     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
28743       "delete": {
28744         "consumes": [
28745           "application/json", 
28746           "application/xml"
28747         ], 
28748         "description": "delete an existing l3-interface-ipv6-address-list", 
28749         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
28750         "parameters": [
28751           {
28752             "description": "Value from executing hostname on the compute node.", 
28753             "example": "__HOSTNAME__", 
28754             "in": "path", 
28755             "name": "hostname", 
28756             "required": true, 
28757             "type": "string"
28758           }, 
28759           {
28760             "description": "Name that identifies the physical interface", 
28761             "example": "__INTERFACE-NAME__", 
28762             "in": "path", 
28763             "name": "interface-name", 
28764             "required": true, 
28765             "type": "string"
28766           }, 
28767           {
28768             "description": "Name given to the interface", 
28769             "example": "__INTERFACE-NAME__", 
28770             "in": "path", 
28771             "name": "l-interface.interface-name", 
28772             "required": true, 
28773             "type": "string"
28774           }, 
28775           {
28776             "description": "IP address", 
28777             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
28778             "in": "path", 
28779             "name": "l3-interface-ipv6-address", 
28780             "required": true, 
28781             "type": "string"
28782           }, 
28783           {
28784             "description": "resource-version for concurrency", 
28785             "in": "query", 
28786             "name": "resource-version", 
28787             "required": true, 
28788             "type": "string"
28789           }
28790         ], 
28791         "produces": [
28792           "application/json", 
28793           "application/xml"
28794         ], 
28795         "responses": {
28796           "default": {
28797             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28798           }
28799         }, 
28800         "summary": "delete an existing l3-interface-ipv6-address-list", 
28801         "tags": [
28802           "CloudInfrastructure"
28803         ]
28804       }, 
28805       "get": {
28806         "description": "returns l3-interface-ipv6-address-list", 
28807         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
28808         "parameters": [
28809           {
28810             "description": "Value from executing hostname on the compute node.", 
28811             "example": "__HOSTNAME__", 
28812             "in": "path", 
28813             "name": "hostname", 
28814             "required": true, 
28815             "type": "string"
28816           }, 
28817           {
28818             "description": "Name that identifies the physical interface", 
28819             "example": "__INTERFACE-NAME__", 
28820             "in": "path", 
28821             "name": "interface-name", 
28822             "required": true, 
28823             "type": "string"
28824           }, 
28825           {
28826             "description": "Name given to the interface", 
28827             "example": "__INTERFACE-NAME__", 
28828             "in": "path", 
28829             "name": "l-interface.interface-name", 
28830             "required": true, 
28831             "type": "string"
28832           }, 
28833           {
28834             "description": "IP address", 
28835             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
28836             "in": "path", 
28837             "name": "l3-interface-ipv6-address", 
28838             "required": true, 
28839             "type": "string"
28840           }
28841         ], 
28842         "produces": [
28843           "application/json", 
28844           "application/xml"
28845         ], 
28846         "responses": {
28847           "200": {
28848             "description": "successful operation", 
28849             "schema": {
28850               "$ref": "#/definitions/l3-interface-ipv6-address-list"
28851             }
28852           }, 
28853           "default": {
28854             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28855           }
28856         }, 
28857         "summary": "returns l3-interface-ipv6-address-list", 
28858         "tags": [
28859           "CloudInfrastructure"
28860         ]
28861       }, 
28862       "patch": {
28863         "consumes": [
28864           "application/json"
28865         ], 
28866         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
28867         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
28868         "parameters": [
28869           {
28870             "description": "Value from executing hostname on the compute node.", 
28871             "example": "__HOSTNAME__", 
28872             "in": "path", 
28873             "name": "hostname", 
28874             "required": true, 
28875             "type": "string"
28876           }, 
28877           {
28878             "description": "Name that identifies the physical interface", 
28879             "example": "__INTERFACE-NAME__", 
28880             "in": "path", 
28881             "name": "interface-name", 
28882             "required": true, 
28883             "type": "string"
28884           }, 
28885           {
28886             "description": "Name given to the interface", 
28887             "example": "__INTERFACE-NAME__", 
28888             "in": "path", 
28889             "name": "l-interface.interface-name", 
28890             "required": true, 
28891             "type": "string"
28892           }, 
28893           {
28894             "description": "IP address", 
28895             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
28896             "in": "path", 
28897             "name": "l3-interface-ipv6-address", 
28898             "required": true, 
28899             "type": "string"
28900           }, 
28901           {
28902             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
28903             "in": "body", 
28904             "name": "body", 
28905             "required": true, 
28906             "schema": {
28907               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
28908             }
28909           }
28910         ], 
28911         "produces": [
28912           "application/json"
28913         ], 
28914         "responses": {
28915           "default": {
28916             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28917           }
28918         }, 
28919         "summary": "update an existing l3-interface-ipv6-address-list", 
28920         "tags": [
28921           "CloudInfrastructure"
28922         ]
28923       }, 
28924       "put": {
28925         "consumes": [
28926           "application/json", 
28927           "application/xml"
28928         ], 
28929         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
28930         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
28931         "parameters": [
28932           {
28933             "description": "Value from executing hostname on the compute node.", 
28934             "example": "__HOSTNAME__", 
28935             "in": "path", 
28936             "name": "hostname", 
28937             "required": true, 
28938             "type": "string"
28939           }, 
28940           {
28941             "description": "Name that identifies the physical interface", 
28942             "example": "__INTERFACE-NAME__", 
28943             "in": "path", 
28944             "name": "interface-name", 
28945             "required": true, 
28946             "type": "string"
28947           }, 
28948           {
28949             "description": "Name given to the interface", 
28950             "example": "__INTERFACE-NAME__", 
28951             "in": "path", 
28952             "name": "l-interface.interface-name", 
28953             "required": true, 
28954             "type": "string"
28955           }, 
28956           {
28957             "description": "IP address", 
28958             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
28959             "in": "path", 
28960             "name": "l3-interface-ipv6-address", 
28961             "required": true, 
28962             "type": "string"
28963           }, 
28964           {
28965             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
28966             "in": "body", 
28967             "name": "body", 
28968             "required": true, 
28969             "schema": {
28970               "$ref": "#/definitions/l3-interface-ipv6-address-list"
28971             }
28972           }
28973         ], 
28974         "produces": [
28975           "application/json", 
28976           "application/xml"
28977         ], 
28978         "responses": {
28979           "default": {
28980             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28981           }
28982         }, 
28983         "summary": "create or update an existing l3-interface-ipv6-address-list", 
28984         "tags": [
28985           "CloudInfrastructure"
28986         ]
28987       }
28988     }, 
28989     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
28990       "delete": {
28991         "consumes": [
28992           "application/json", 
28993           "application/xml"
28994         ], 
28995         "description": "delete an existing relationship", 
28996         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
28997         "parameters": [
28998           {
28999             "description": "Value from executing hostname on the compute node.", 
29000             "example": "__HOSTNAME__", 
29001             "in": "path", 
29002             "name": "hostname", 
29003             "required": true, 
29004             "type": "string"
29005           }, 
29006           {
29007             "description": "Name that identifies the physical interface", 
29008             "example": "__INTERFACE-NAME__", 
29009             "in": "path", 
29010             "name": "interface-name", 
29011             "required": true, 
29012             "type": "string"
29013           }, 
29014           {
29015             "description": "Name given to the interface", 
29016             "example": "__INTERFACE-NAME__", 
29017             "in": "path", 
29018             "name": "l-interface.interface-name", 
29019             "required": true, 
29020             "type": "string"
29021           }, 
29022           {
29023             "description": "IP address", 
29024             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
29025             "in": "path", 
29026             "name": "l3-interface-ipv6-address", 
29027             "required": true, 
29028             "type": "string"
29029           }
29030         ], 
29031         "produces": [
29032           "application/json", 
29033           "application/xml"
29034         ], 
29035         "responses": {
29036           "default": {
29037             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29038           }
29039         }, 
29040         "summary": "delete an existing relationship", 
29041         "tags": [
29042           "CloudInfrastructure"
29043         ]
29044       }, 
29045       "put": {
29046         "consumes": [
29047           "application/json", 
29048           "application/xml"
29049         ], 
29050         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
29051         "parameters": [
29052           {
29053             "description": "Value from executing hostname on the compute node.", 
29054             "example": "__HOSTNAME__", 
29055             "in": "path", 
29056             "name": "hostname", 
29057             "required": true, 
29058             "type": "string"
29059           }, 
29060           {
29061             "description": "Name that identifies the physical interface", 
29062             "example": "__INTERFACE-NAME__", 
29063             "in": "path", 
29064             "name": "interface-name", 
29065             "required": true, 
29066             "type": "string"
29067           }, 
29068           {
29069             "description": "Name given to the interface", 
29070             "example": "__INTERFACE-NAME__", 
29071             "in": "path", 
29072             "name": "l-interface.interface-name", 
29073             "required": true, 
29074             "type": "string"
29075           }, 
29076           {
29077             "description": "IP address", 
29078             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
29079             "in": "path", 
29080             "name": "l3-interface-ipv6-address", 
29081             "required": true, 
29082             "type": "string"
29083           }, 
29084           {
29085             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
29086             "in": "body", 
29087             "name": "body", 
29088             "required": true, 
29089             "schema": {
29090               "$ref": "#/definitions/relationship-dict"
29091             }
29092           }
29093         ], 
29094         "produces": [
29095           "application/json", 
29096           "application/xml"
29097         ], 
29098         "responses": {
29099           "default": {
29100             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29101           }
29102         }, 
29103         "summary": "see node definition for valid relationships", 
29104         "tags": [
29105           "CloudInfrastructure"
29106         ]
29107       }
29108     }, 
29109     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
29110       "delete": {
29111         "consumes": [
29112           "application/json", 
29113           "application/xml"
29114         ], 
29115         "description": "delete an existing relationship", 
29116         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
29117         "parameters": [
29118           {
29119             "description": "Value from executing hostname on the compute node.", 
29120             "example": "__HOSTNAME__", 
29121             "in": "path", 
29122             "name": "hostname", 
29123             "required": true, 
29124             "type": "string"
29125           }, 
29126           {
29127             "description": "Name that identifies the physical interface", 
29128             "example": "__INTERFACE-NAME__", 
29129             "in": "path", 
29130             "name": "interface-name", 
29131             "required": true, 
29132             "type": "string"
29133           }, 
29134           {
29135             "description": "Name given to the interface", 
29136             "example": "__INTERFACE-NAME__", 
29137             "in": "path", 
29138             "name": "l-interface.interface-name", 
29139             "required": true, 
29140             "type": "string"
29141           }
29142         ], 
29143         "produces": [
29144           "application/json", 
29145           "application/xml"
29146         ], 
29147         "responses": {
29148           "default": {
29149             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29150           }
29151         }, 
29152         "summary": "delete an existing relationship", 
29153         "tags": [
29154           "CloudInfrastructure"
29155         ]
29156       }, 
29157       "put": {
29158         "consumes": [
29159           "application/json", 
29160           "application/xml"
29161         ], 
29162         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
29163         "parameters": [
29164           {
29165             "description": "Value from executing hostname on the compute node.", 
29166             "example": "__HOSTNAME__", 
29167             "in": "path", 
29168             "name": "hostname", 
29169             "required": true, 
29170             "type": "string"
29171           }, 
29172           {
29173             "description": "Name that identifies the physical interface", 
29174             "example": "__INTERFACE-NAME__", 
29175             "in": "path", 
29176             "name": "interface-name", 
29177             "required": true, 
29178             "type": "string"
29179           }, 
29180           {
29181             "description": "Name given to the interface", 
29182             "example": "__INTERFACE-NAME__", 
29183             "in": "path", 
29184             "name": "l-interface.interface-name", 
29185             "required": true, 
29186             "type": "string"
29187           }, 
29188           {
29189             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface.json)", 
29190             "in": "body", 
29191             "name": "body", 
29192             "required": true, 
29193             "schema": {
29194               "$ref": "#/definitions/relationship-dict"
29195             }
29196           }
29197         ], 
29198         "produces": [
29199           "application/json", 
29200           "application/xml"
29201         ], 
29202         "responses": {
29203           "default": {
29204             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29205           }
29206         }, 
29207         "summary": "see node definition for valid relationships", 
29208         "tags": [
29209           "CloudInfrastructure"
29210         ]
29211       }
29212     }, 
29213     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
29214       "get": {
29215         "description": "returns sriov-vfs", 
29216         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfs", 
29217         "parameters": [
29218           {
29219             "description": "Value from executing hostname on the compute node.", 
29220             "example": "__HOSTNAME__", 
29221             "in": "path", 
29222             "name": "hostname", 
29223             "required": true, 
29224             "type": "string"
29225           }, 
29226           {
29227             "description": "Name that identifies the physical interface", 
29228             "example": "__INTERFACE-NAME__", 
29229             "in": "path", 
29230             "name": "interface-name", 
29231             "required": true, 
29232             "type": "string"
29233           }, 
29234           {
29235             "description": "Name given to the interface", 
29236             "example": "__INTERFACE-NAME__", 
29237             "in": "path", 
29238             "name": "l-interface.interface-name", 
29239             "required": true, 
29240             "type": "string"
29241           }, 
29242           {
29243             "description": "n/a", 
29244             "in": "query", 
29245             "name": "pci-id", 
29246             "required": false, 
29247             "type": "string"
29248           }, 
29249           {
29250             "description": "n/a", 
29251             "in": "query", 
29252             "name": "vf-vlan-filter", 
29253             "required": false, 
29254             "type": "string"
29255           }, 
29256           {
29257             "description": "n/a", 
29258             "in": "query", 
29259             "name": "vf-mac-filter", 
29260             "required": false, 
29261             "type": "string"
29262           }, 
29263           {
29264             "description": "n/a", 
29265             "in": "query", 
29266             "name": "vf-vlan-strip", 
29267             "required": false, 
29268             "type": "boolean"
29269           }, 
29270           {
29271             "description": "n/a", 
29272             "in": "query", 
29273             "name": "neutron-network-id", 
29274             "required": false, 
29275             "type": "string"
29276           }
29277         ], 
29278         "produces": [
29279           "application/json", 
29280           "application/xml"
29281         ], 
29282         "responses": {
29283           "200": {
29284             "description": "successful operation", 
29285             "schema": {
29286               "$ref": "#/definitions/sriov-vfs"
29287             }
29288           }, 
29289           "default": {
29290             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29291           }
29292         }, 
29293         "summary": "returns sriov-vfs", 
29294         "tags": [
29295           "CloudInfrastructure"
29296         ]
29297       }
29298     }, 
29299     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
29300       "delete": {
29301         "consumes": [
29302           "application/json", 
29303           "application/xml"
29304         ], 
29305         "description": "delete an existing sriov-vf", 
29306         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
29307         "parameters": [
29308           {
29309             "description": "Value from executing hostname on the compute node.", 
29310             "example": "__HOSTNAME__", 
29311             "in": "path", 
29312             "name": "hostname", 
29313             "required": true, 
29314             "type": "string"
29315           }, 
29316           {
29317             "description": "Name that identifies the physical interface", 
29318             "example": "__INTERFACE-NAME__", 
29319             "in": "path", 
29320             "name": "interface-name", 
29321             "required": true, 
29322             "type": "string"
29323           }, 
29324           {
29325             "description": "Name given to the interface", 
29326             "example": "__INTERFACE-NAME__", 
29327             "in": "path", 
29328             "name": "l-interface.interface-name", 
29329             "required": true, 
29330             "type": "string"
29331           }, 
29332           {
29333             "description": "PCI ID used to identify the sriov-vf", 
29334             "example": "__PCI-ID__", 
29335             "in": "path", 
29336             "name": "pci-id", 
29337             "required": true, 
29338             "type": "string"
29339           }, 
29340           {
29341             "description": "resource-version for concurrency", 
29342             "in": "query", 
29343             "name": "resource-version", 
29344             "required": true, 
29345             "type": "string"
29346           }
29347         ], 
29348         "produces": [
29349           "application/json", 
29350           "application/xml"
29351         ], 
29352         "responses": {
29353           "default": {
29354             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29355           }
29356         }, 
29357         "summary": "delete an existing sriov-vf", 
29358         "tags": [
29359           "CloudInfrastructure"
29360         ]
29361       }, 
29362       "get": {
29363         "description": "returns sriov-vf", 
29364         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
29365         "parameters": [
29366           {
29367             "description": "Value from executing hostname on the compute node.", 
29368             "example": "__HOSTNAME__", 
29369             "in": "path", 
29370             "name": "hostname", 
29371             "required": true, 
29372             "type": "string"
29373           }, 
29374           {
29375             "description": "Name that identifies the physical interface", 
29376             "example": "__INTERFACE-NAME__", 
29377             "in": "path", 
29378             "name": "interface-name", 
29379             "required": true, 
29380             "type": "string"
29381           }, 
29382           {
29383             "description": "Name given to the interface", 
29384             "example": "__INTERFACE-NAME__", 
29385             "in": "path", 
29386             "name": "l-interface.interface-name", 
29387             "required": true, 
29388             "type": "string"
29389           }, 
29390           {
29391             "description": "PCI ID used to identify the sriov-vf", 
29392             "example": "__PCI-ID__", 
29393             "in": "path", 
29394             "name": "pci-id", 
29395             "required": true, 
29396             "type": "string"
29397           }
29398         ], 
29399         "produces": [
29400           "application/json", 
29401           "application/xml"
29402         ], 
29403         "responses": {
29404           "200": {
29405             "description": "successful operation", 
29406             "schema": {
29407               "$ref": "#/definitions/sriov-vf"
29408             }
29409           }, 
29410           "default": {
29411             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29412           }
29413         }, 
29414         "summary": "returns sriov-vf", 
29415         "tags": [
29416           "CloudInfrastructure"
29417         ]
29418       }, 
29419       "patch": {
29420         "consumes": [
29421           "application/json"
29422         ], 
29423         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
29424         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
29425         "parameters": [
29426           {
29427             "description": "Value from executing hostname on the compute node.", 
29428             "example": "__HOSTNAME__", 
29429             "in": "path", 
29430             "name": "hostname", 
29431             "required": true, 
29432             "type": "string"
29433           }, 
29434           {
29435             "description": "Name that identifies the physical interface", 
29436             "example": "__INTERFACE-NAME__", 
29437             "in": "path", 
29438             "name": "interface-name", 
29439             "required": true, 
29440             "type": "string"
29441           }, 
29442           {
29443             "description": "Name given to the interface", 
29444             "example": "__INTERFACE-NAME__", 
29445             "in": "path", 
29446             "name": "l-interface.interface-name", 
29447             "required": true, 
29448             "type": "string"
29449           }, 
29450           {
29451             "description": "PCI ID used to identify the sriov-vf", 
29452             "example": "__PCI-ID__", 
29453             "in": "path", 
29454             "name": "pci-id", 
29455             "required": true, 
29456             "type": "string"
29457           }, 
29458           {
29459             "description": "sriov-vf object that needs to be updated.", 
29460             "in": "body", 
29461             "name": "body", 
29462             "required": true, 
29463             "schema": {
29464               "$ref": "#/definitions/zzzz-patch-sriov-vf"
29465             }
29466           }
29467         ], 
29468         "produces": [
29469           "application/json"
29470         ], 
29471         "responses": {
29472           "default": {
29473             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29474           }
29475         }, 
29476         "summary": "update an existing sriov-vf", 
29477         "tags": [
29478           "CloudInfrastructure"
29479         ]
29480       }, 
29481       "put": {
29482         "consumes": [
29483           "application/json", 
29484           "application/xml"
29485         ], 
29486         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
29487         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
29488         "parameters": [
29489           {
29490             "description": "Value from executing hostname on the compute node.", 
29491             "example": "__HOSTNAME__", 
29492             "in": "path", 
29493             "name": "hostname", 
29494             "required": true, 
29495             "type": "string"
29496           }, 
29497           {
29498             "description": "Name that identifies the physical interface", 
29499             "example": "__INTERFACE-NAME__", 
29500             "in": "path", 
29501             "name": "interface-name", 
29502             "required": true, 
29503             "type": "string"
29504           }, 
29505           {
29506             "description": "Name given to the interface", 
29507             "example": "__INTERFACE-NAME__", 
29508             "in": "path", 
29509             "name": "l-interface.interface-name", 
29510             "required": true, 
29511             "type": "string"
29512           }, 
29513           {
29514             "description": "PCI ID used to identify the sriov-vf", 
29515             "example": "__PCI-ID__", 
29516             "in": "path", 
29517             "name": "pci-id", 
29518             "required": true, 
29519             "type": "string"
29520           }, 
29521           {
29522             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
29523             "in": "body", 
29524             "name": "body", 
29525             "required": true, 
29526             "schema": {
29527               "$ref": "#/definitions/sriov-vf"
29528             }
29529           }
29530         ], 
29531         "produces": [
29532           "application/json", 
29533           "application/xml"
29534         ], 
29535         "responses": {
29536           "default": {
29537             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29538           }
29539         }, 
29540         "summary": "create or update an existing sriov-vf", 
29541         "tags": [
29542           "CloudInfrastructure"
29543         ]
29544       }
29545     }, 
29546     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
29547       "delete": {
29548         "consumes": [
29549           "application/json", 
29550           "application/xml"
29551         ], 
29552         "description": "delete an existing relationship", 
29553         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
29554         "parameters": [
29555           {
29556             "description": "Value from executing hostname on the compute node.", 
29557             "example": "__HOSTNAME__", 
29558             "in": "path", 
29559             "name": "hostname", 
29560             "required": true, 
29561             "type": "string"
29562           }, 
29563           {
29564             "description": "Name that identifies the physical interface", 
29565             "example": "__INTERFACE-NAME__", 
29566             "in": "path", 
29567             "name": "interface-name", 
29568             "required": true, 
29569             "type": "string"
29570           }, 
29571           {
29572             "description": "Name given to the interface", 
29573             "example": "__INTERFACE-NAME__", 
29574             "in": "path", 
29575             "name": "l-interface.interface-name", 
29576             "required": true, 
29577             "type": "string"
29578           }, 
29579           {
29580             "description": "PCI ID used to identify the sriov-vf", 
29581             "example": "__PCI-ID__", 
29582             "in": "path", 
29583             "name": "pci-id", 
29584             "required": true, 
29585             "type": "string"
29586           }
29587         ], 
29588         "produces": [
29589           "application/json", 
29590           "application/xml"
29591         ], 
29592         "responses": {
29593           "default": {
29594             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29595           }
29596         }, 
29597         "summary": "delete an existing relationship", 
29598         "tags": [
29599           "CloudInfrastructure"
29600         ]
29601       }, 
29602       "put": {
29603         "consumes": [
29604           "application/json", 
29605           "application/xml"
29606         ], 
29607         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
29608         "parameters": [
29609           {
29610             "description": "Value from executing hostname on the compute node.", 
29611             "example": "__HOSTNAME__", 
29612             "in": "path", 
29613             "name": "hostname", 
29614             "required": true, 
29615             "type": "string"
29616           }, 
29617           {
29618             "description": "Name that identifies the physical interface", 
29619             "example": "__INTERFACE-NAME__", 
29620             "in": "path", 
29621             "name": "interface-name", 
29622             "required": true, 
29623             "type": "string"
29624           }, 
29625           {
29626             "description": "Name given to the interface", 
29627             "example": "__INTERFACE-NAME__", 
29628             "in": "path", 
29629             "name": "l-interface.interface-name", 
29630             "required": true, 
29631             "type": "string"
29632           }, 
29633           {
29634             "description": "PCI ID used to identify the sriov-vf", 
29635             "example": "__PCI-ID__", 
29636             "in": "path", 
29637             "name": "pci-id", 
29638             "required": true, 
29639             "type": "string"
29640           }, 
29641           {
29642             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
29643             "in": "body", 
29644             "name": "body", 
29645             "required": true, 
29646             "schema": {
29647               "$ref": "#/definitions/relationship-dict"
29648             }
29649           }
29650         ], 
29651         "produces": [
29652           "application/json", 
29653           "application/xml"
29654         ], 
29655         "responses": {
29656           "default": {
29657             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29658           }
29659         }, 
29660         "summary": "see node definition for valid relationships", 
29661         "tags": [
29662           "CloudInfrastructure"
29663         ]
29664       }
29665     }, 
29666     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
29667       "get": {
29668         "description": "returns vlans", 
29669         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlans", 
29670         "parameters": [
29671           {
29672             "description": "Value from executing hostname on the compute node.", 
29673             "example": "__HOSTNAME__", 
29674             "in": "path", 
29675             "name": "hostname", 
29676             "required": true, 
29677             "type": "string"
29678           }, 
29679           {
29680             "description": "Name that identifies the physical interface", 
29681             "example": "__INTERFACE-NAME__", 
29682             "in": "path", 
29683             "name": "interface-name", 
29684             "required": true, 
29685             "type": "string"
29686           }, 
29687           {
29688             "description": "Name given to the interface", 
29689             "example": "__INTERFACE-NAME__", 
29690             "in": "path", 
29691             "name": "l-interface.interface-name", 
29692             "required": true, 
29693             "type": "string"
29694           }, 
29695           {
29696             "description": "n/a", 
29697             "in": "query", 
29698             "name": "vlan-interface", 
29699             "required": false, 
29700             "type": "string"
29701           }, 
29702           {
29703             "description": "n/a", 
29704             "format": "int64", 
29705             "in": "query", 
29706             "name": "vlan-id-inner", 
29707             "required": false, 
29708             "type": "integer"
29709           }, 
29710           {
29711             "description": "n/a", 
29712             "in": "query", 
29713             "name": "vpn-key", 
29714             "required": false, 
29715             "type": "string"
29716           }
29717         ], 
29718         "produces": [
29719           "application/json", 
29720           "application/xml"
29721         ], 
29722         "responses": {
29723           "200": {
29724             "description": "successful operation", 
29725             "schema": {
29726               "$ref": "#/definitions/vlans"
29727             }
29728           }, 
29729           "default": {
29730             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29731           }
29732         }, 
29733         "summary": "returns vlans", 
29734         "tags": [
29735           "CloudInfrastructure"
29736         ]
29737       }
29738     }, 
29739     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
29740       "delete": {
29741         "consumes": [
29742           "application/json", 
29743           "application/xml"
29744         ], 
29745         "description": "delete an existing vlan", 
29746         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
29747         "parameters": [
29748           {
29749             "description": "Value from executing hostname on the compute node.", 
29750             "example": "__HOSTNAME__", 
29751             "in": "path", 
29752             "name": "hostname", 
29753             "required": true, 
29754             "type": "string"
29755           }, 
29756           {
29757             "description": "Name that identifies the physical interface", 
29758             "example": "__INTERFACE-NAME__", 
29759             "in": "path", 
29760             "name": "interface-name", 
29761             "required": true, 
29762             "type": "string"
29763           }, 
29764           {
29765             "description": "Name given to the interface", 
29766             "example": "__INTERFACE-NAME__", 
29767             "in": "path", 
29768             "name": "l-interface.interface-name", 
29769             "required": true, 
29770             "type": "string"
29771           }, 
29772           {
29773             "description": "String that identifies the interface", 
29774             "example": "__VLAN-INTERFACE__", 
29775             "in": "path", 
29776             "name": "vlan-interface", 
29777             "required": true, 
29778             "type": "string"
29779           }, 
29780           {
29781             "description": "resource-version for concurrency", 
29782             "in": "query", 
29783             "name": "resource-version", 
29784             "required": true, 
29785             "type": "string"
29786           }
29787         ], 
29788         "produces": [
29789           "application/json", 
29790           "application/xml"
29791         ], 
29792         "responses": {
29793           "default": {
29794             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29795           }
29796         }, 
29797         "summary": "delete an existing vlan", 
29798         "tags": [
29799           "CloudInfrastructure"
29800         ]
29801       }, 
29802       "get": {
29803         "description": "returns vlan", 
29804         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
29805         "parameters": [
29806           {
29807             "description": "Value from executing hostname on the compute node.", 
29808             "example": "__HOSTNAME__", 
29809             "in": "path", 
29810             "name": "hostname", 
29811             "required": true, 
29812             "type": "string"
29813           }, 
29814           {
29815             "description": "Name that identifies the physical interface", 
29816             "example": "__INTERFACE-NAME__", 
29817             "in": "path", 
29818             "name": "interface-name", 
29819             "required": true, 
29820             "type": "string"
29821           }, 
29822           {
29823             "description": "Name given to the interface", 
29824             "example": "__INTERFACE-NAME__", 
29825             "in": "path", 
29826             "name": "l-interface.interface-name", 
29827             "required": true, 
29828             "type": "string"
29829           }, 
29830           {
29831             "description": "String that identifies the interface", 
29832             "example": "__VLAN-INTERFACE__", 
29833             "in": "path", 
29834             "name": "vlan-interface", 
29835             "required": true, 
29836             "type": "string"
29837           }
29838         ], 
29839         "produces": [
29840           "application/json", 
29841           "application/xml"
29842         ], 
29843         "responses": {
29844           "200": {
29845             "description": "successful operation", 
29846             "schema": {
29847               "$ref": "#/definitions/vlan"
29848             }
29849           }, 
29850           "default": {
29851             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29852           }
29853         }, 
29854         "summary": "returns vlan", 
29855         "tags": [
29856           "CloudInfrastructure"
29857         ]
29858       }, 
29859       "patch": {
29860         "consumes": [
29861           "application/json"
29862         ], 
29863         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
29864         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
29865         "parameters": [
29866           {
29867             "description": "Value from executing hostname on the compute node.", 
29868             "example": "__HOSTNAME__", 
29869             "in": "path", 
29870             "name": "hostname", 
29871             "required": true, 
29872             "type": "string"
29873           }, 
29874           {
29875             "description": "Name that identifies the physical interface", 
29876             "example": "__INTERFACE-NAME__", 
29877             "in": "path", 
29878             "name": "interface-name", 
29879             "required": true, 
29880             "type": "string"
29881           }, 
29882           {
29883             "description": "Name given to the interface", 
29884             "example": "__INTERFACE-NAME__", 
29885             "in": "path", 
29886             "name": "l-interface.interface-name", 
29887             "required": true, 
29888             "type": "string"
29889           }, 
29890           {
29891             "description": "String that identifies the interface", 
29892             "example": "__VLAN-INTERFACE__", 
29893             "in": "path", 
29894             "name": "vlan-interface", 
29895             "required": true, 
29896             "type": "string"
29897           }, 
29898           {
29899             "description": "vlan object that needs to be updated.", 
29900             "in": "body", 
29901             "name": "body", 
29902             "required": true, 
29903             "schema": {
29904               "$ref": "#/definitions/zzzz-patch-vlan"
29905             }
29906           }
29907         ], 
29908         "produces": [
29909           "application/json"
29910         ], 
29911         "responses": {
29912           "default": {
29913             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29914           }
29915         }, 
29916         "summary": "update an existing vlan", 
29917         "tags": [
29918           "CloudInfrastructure"
29919         ]
29920       }, 
29921       "put": {
29922         "consumes": [
29923           "application/json", 
29924           "application/xml"
29925         ], 
29926         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
29927         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
29928         "parameters": [
29929           {
29930             "description": "Value from executing hostname on the compute node.", 
29931             "example": "__HOSTNAME__", 
29932             "in": "path", 
29933             "name": "hostname", 
29934             "required": true, 
29935             "type": "string"
29936           }, 
29937           {
29938             "description": "Name that identifies the physical interface", 
29939             "example": "__INTERFACE-NAME__", 
29940             "in": "path", 
29941             "name": "interface-name", 
29942             "required": true, 
29943             "type": "string"
29944           }, 
29945           {
29946             "description": "Name given to the interface", 
29947             "example": "__INTERFACE-NAME__", 
29948             "in": "path", 
29949             "name": "l-interface.interface-name", 
29950             "required": true, 
29951             "type": "string"
29952           }, 
29953           {
29954             "description": "String that identifies the interface", 
29955             "example": "__VLAN-INTERFACE__", 
29956             "in": "path", 
29957             "name": "vlan-interface", 
29958             "required": true, 
29959             "type": "string"
29960           }, 
29961           {
29962             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
29963             "in": "body", 
29964             "name": "body", 
29965             "required": true, 
29966             "schema": {
29967               "$ref": "#/definitions/vlan"
29968             }
29969           }
29970         ], 
29971         "produces": [
29972           "application/json", 
29973           "application/xml"
29974         ], 
29975         "responses": {
29976           "default": {
29977             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29978           }
29979         }, 
29980         "summary": "create or update an existing vlan", 
29981         "tags": [
29982           "CloudInfrastructure"
29983         ]
29984       }
29985     }, 
29986     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
29987       "delete": {
29988         "consumes": [
29989           "application/json", 
29990           "application/xml"
29991         ], 
29992         "description": "delete an existing l3-interface-ipv4-address-list", 
29993         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
29994         "parameters": [
29995           {
29996             "description": "Value from executing hostname on the compute node.", 
29997             "example": "__HOSTNAME__", 
29998             "in": "path", 
29999             "name": "hostname", 
30000             "required": true, 
30001             "type": "string"
30002           }, 
30003           {
30004             "description": "Name that identifies the physical interface", 
30005             "example": "__INTERFACE-NAME__", 
30006             "in": "path", 
30007             "name": "interface-name", 
30008             "required": true, 
30009             "type": "string"
30010           }, 
30011           {
30012             "description": "Name given to the interface", 
30013             "example": "__INTERFACE-NAME__", 
30014             "in": "path", 
30015             "name": "l-interface.interface-name", 
30016             "required": true, 
30017             "type": "string"
30018           }, 
30019           {
30020             "description": "String that identifies the interface", 
30021             "example": "__VLAN-INTERFACE__", 
30022             "in": "path", 
30023             "name": "vlan-interface", 
30024             "required": true, 
30025             "type": "string"
30026           }, 
30027           {
30028             "description": "IP address", 
30029             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
30030             "in": "path", 
30031             "name": "l3-interface-ipv4-address", 
30032             "required": true, 
30033             "type": "string"
30034           }, 
30035           {
30036             "description": "resource-version for concurrency", 
30037             "in": "query", 
30038             "name": "resource-version", 
30039             "required": true, 
30040             "type": "string"
30041           }
30042         ], 
30043         "produces": [
30044           "application/json", 
30045           "application/xml"
30046         ], 
30047         "responses": {
30048           "default": {
30049             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30050           }
30051         }, 
30052         "summary": "delete an existing l3-interface-ipv4-address-list", 
30053         "tags": [
30054           "CloudInfrastructure"
30055         ]
30056       }, 
30057       "get": {
30058         "description": "returns l3-interface-ipv4-address-list", 
30059         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
30060         "parameters": [
30061           {
30062             "description": "Value from executing hostname on the compute node.", 
30063             "example": "__HOSTNAME__", 
30064             "in": "path", 
30065             "name": "hostname", 
30066             "required": true, 
30067             "type": "string"
30068           }, 
30069           {
30070             "description": "Name that identifies the physical interface", 
30071             "example": "__INTERFACE-NAME__", 
30072             "in": "path", 
30073             "name": "interface-name", 
30074             "required": true, 
30075             "type": "string"
30076           }, 
30077           {
30078             "description": "Name given to the interface", 
30079             "example": "__INTERFACE-NAME__", 
30080             "in": "path", 
30081             "name": "l-interface.interface-name", 
30082             "required": true, 
30083             "type": "string"
30084           }, 
30085           {
30086             "description": "String that identifies the interface", 
30087             "example": "__VLAN-INTERFACE__", 
30088             "in": "path", 
30089             "name": "vlan-interface", 
30090             "required": true, 
30091             "type": "string"
30092           }, 
30093           {
30094             "description": "IP address", 
30095             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
30096             "in": "path", 
30097             "name": "l3-interface-ipv4-address", 
30098             "required": true, 
30099             "type": "string"
30100           }
30101         ], 
30102         "produces": [
30103           "application/json", 
30104           "application/xml"
30105         ], 
30106         "responses": {
30107           "200": {
30108             "description": "successful operation", 
30109             "schema": {
30110               "$ref": "#/definitions/l3-interface-ipv4-address-list"
30111             }
30112           }, 
30113           "default": {
30114             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30115           }
30116         }, 
30117         "summary": "returns l3-interface-ipv4-address-list", 
30118         "tags": [
30119           "CloudInfrastructure"
30120         ]
30121       }, 
30122       "patch": {
30123         "consumes": [
30124           "application/json"
30125         ], 
30126         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
30127         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
30128         "parameters": [
30129           {
30130             "description": "Value from executing hostname on the compute node.", 
30131             "example": "__HOSTNAME__", 
30132             "in": "path", 
30133             "name": "hostname", 
30134             "required": true, 
30135             "type": "string"
30136           }, 
30137           {
30138             "description": "Name that identifies the physical interface", 
30139             "example": "__INTERFACE-NAME__", 
30140             "in": "path", 
30141             "name": "interface-name", 
30142             "required": true, 
30143             "type": "string"
30144           }, 
30145           {
30146             "description": "Name given to the interface", 
30147             "example": "__INTERFACE-NAME__", 
30148             "in": "path", 
30149             "name": "l-interface.interface-name", 
30150             "required": true, 
30151             "type": "string"
30152           }, 
30153           {
30154             "description": "String that identifies the interface", 
30155             "example": "__VLAN-INTERFACE__", 
30156             "in": "path", 
30157             "name": "vlan-interface", 
30158             "required": true, 
30159             "type": "string"
30160           }, 
30161           {
30162             "description": "IP address", 
30163             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
30164             "in": "path", 
30165             "name": "l3-interface-ipv4-address", 
30166             "required": true, 
30167             "type": "string"
30168           }, 
30169           {
30170             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
30171             "in": "body", 
30172             "name": "body", 
30173             "required": true, 
30174             "schema": {
30175               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
30176             }
30177           }
30178         ], 
30179         "produces": [
30180           "application/json"
30181         ], 
30182         "responses": {
30183           "default": {
30184             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30185           }
30186         }, 
30187         "summary": "update an existing l3-interface-ipv4-address-list", 
30188         "tags": [
30189           "CloudInfrastructure"
30190         ]
30191       }, 
30192       "put": {
30193         "consumes": [
30194           "application/json", 
30195           "application/xml"
30196         ], 
30197         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
30198         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
30199         "parameters": [
30200           {
30201             "description": "Value from executing hostname on the compute node.", 
30202             "example": "__HOSTNAME__", 
30203             "in": "path", 
30204             "name": "hostname", 
30205             "required": true, 
30206             "type": "string"
30207           }, 
30208           {
30209             "description": "Name that identifies the physical interface", 
30210             "example": "__INTERFACE-NAME__", 
30211             "in": "path", 
30212             "name": "interface-name", 
30213             "required": true, 
30214             "type": "string"
30215           }, 
30216           {
30217             "description": "Name given to the interface", 
30218             "example": "__INTERFACE-NAME__", 
30219             "in": "path", 
30220             "name": "l-interface.interface-name", 
30221             "required": true, 
30222             "type": "string"
30223           }, 
30224           {
30225             "description": "String that identifies the interface", 
30226             "example": "__VLAN-INTERFACE__", 
30227             "in": "path", 
30228             "name": "vlan-interface", 
30229             "required": true, 
30230             "type": "string"
30231           }, 
30232           {
30233             "description": "IP address", 
30234             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
30235             "in": "path", 
30236             "name": "l3-interface-ipv4-address", 
30237             "required": true, 
30238             "type": "string"
30239           }, 
30240           {
30241             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
30242             "in": "body", 
30243             "name": "body", 
30244             "required": true, 
30245             "schema": {
30246               "$ref": "#/definitions/l3-interface-ipv4-address-list"
30247             }
30248           }
30249         ], 
30250         "produces": [
30251           "application/json", 
30252           "application/xml"
30253         ], 
30254         "responses": {
30255           "default": {
30256             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30257           }
30258         }, 
30259         "summary": "create or update an existing l3-interface-ipv4-address-list", 
30260         "tags": [
30261           "CloudInfrastructure"
30262         ]
30263       }
30264     }, 
30265     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
30266       "delete": {
30267         "consumes": [
30268           "application/json", 
30269           "application/xml"
30270         ], 
30271         "description": "delete an existing relationship", 
30272         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
30273         "parameters": [
30274           {
30275             "description": "Value from executing hostname on the compute node.", 
30276             "example": "__HOSTNAME__", 
30277             "in": "path", 
30278             "name": "hostname", 
30279             "required": true, 
30280             "type": "string"
30281           }, 
30282           {
30283             "description": "Name that identifies the physical interface", 
30284             "example": "__INTERFACE-NAME__", 
30285             "in": "path", 
30286             "name": "interface-name", 
30287             "required": true, 
30288             "type": "string"
30289           }, 
30290           {
30291             "description": "Name given to the interface", 
30292             "example": "__INTERFACE-NAME__", 
30293             "in": "path", 
30294             "name": "l-interface.interface-name", 
30295             "required": true, 
30296             "type": "string"
30297           }, 
30298           {
30299             "description": "String that identifies the interface", 
30300             "example": "__VLAN-INTERFACE__", 
30301             "in": "path", 
30302             "name": "vlan-interface", 
30303             "required": true, 
30304             "type": "string"
30305           }, 
30306           {
30307             "description": "IP address", 
30308             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
30309             "in": "path", 
30310             "name": "l3-interface-ipv4-address", 
30311             "required": true, 
30312             "type": "string"
30313           }
30314         ], 
30315         "produces": [
30316           "application/json", 
30317           "application/xml"
30318         ], 
30319         "responses": {
30320           "default": {
30321             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30322           }
30323         }, 
30324         "summary": "delete an existing relationship", 
30325         "tags": [
30326           "CloudInfrastructure"
30327         ]
30328       }, 
30329       "put": {
30330         "consumes": [
30331           "application/json", 
30332           "application/xml"
30333         ], 
30334         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
30335         "parameters": [
30336           {
30337             "description": "Value from executing hostname on the compute node.", 
30338             "example": "__HOSTNAME__", 
30339             "in": "path", 
30340             "name": "hostname", 
30341             "required": true, 
30342             "type": "string"
30343           }, 
30344           {
30345             "description": "Name that identifies the physical interface", 
30346             "example": "__INTERFACE-NAME__", 
30347             "in": "path", 
30348             "name": "interface-name", 
30349             "required": true, 
30350             "type": "string"
30351           }, 
30352           {
30353             "description": "Name given to the interface", 
30354             "example": "__INTERFACE-NAME__", 
30355             "in": "path", 
30356             "name": "l-interface.interface-name", 
30357             "required": true, 
30358             "type": "string"
30359           }, 
30360           {
30361             "description": "String that identifies the interface", 
30362             "example": "__VLAN-INTERFACE__", 
30363             "in": "path", 
30364             "name": "vlan-interface", 
30365             "required": true, 
30366             "type": "string"
30367           }, 
30368           {
30369             "description": "IP address", 
30370             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
30371             "in": "path", 
30372             "name": "l3-interface-ipv4-address", 
30373             "required": true, 
30374             "type": "string"
30375           }, 
30376           {
30377             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
30378             "in": "body", 
30379             "name": "body", 
30380             "required": true, 
30381             "schema": {
30382               "$ref": "#/definitions/relationship-dict"
30383             }
30384           }
30385         ], 
30386         "produces": [
30387           "application/json", 
30388           "application/xml"
30389         ], 
30390         "responses": {
30391           "default": {
30392             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30393           }
30394         }, 
30395         "summary": "see node definition for valid relationships", 
30396         "tags": [
30397           "CloudInfrastructure"
30398         ]
30399       }
30400     }, 
30401     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
30402       "delete": {
30403         "consumes": [
30404           "application/json", 
30405           "application/xml"
30406         ], 
30407         "description": "delete an existing l3-interface-ipv6-address-list", 
30408         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
30409         "parameters": [
30410           {
30411             "description": "Value from executing hostname on the compute node.", 
30412             "example": "__HOSTNAME__", 
30413             "in": "path", 
30414             "name": "hostname", 
30415             "required": true, 
30416             "type": "string"
30417           }, 
30418           {
30419             "description": "Name that identifies the physical interface", 
30420             "example": "__INTERFACE-NAME__", 
30421             "in": "path", 
30422             "name": "interface-name", 
30423             "required": true, 
30424             "type": "string"
30425           }, 
30426           {
30427             "description": "Name given to the interface", 
30428             "example": "__INTERFACE-NAME__", 
30429             "in": "path", 
30430             "name": "l-interface.interface-name", 
30431             "required": true, 
30432             "type": "string"
30433           }, 
30434           {
30435             "description": "String that identifies the interface", 
30436             "example": "__VLAN-INTERFACE__", 
30437             "in": "path", 
30438             "name": "vlan-interface", 
30439             "required": true, 
30440             "type": "string"
30441           }, 
30442           {
30443             "description": "IP address", 
30444             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
30445             "in": "path", 
30446             "name": "l3-interface-ipv6-address", 
30447             "required": true, 
30448             "type": "string"
30449           }, 
30450           {
30451             "description": "resource-version for concurrency", 
30452             "in": "query", 
30453             "name": "resource-version", 
30454             "required": true, 
30455             "type": "string"
30456           }
30457         ], 
30458         "produces": [
30459           "application/json", 
30460           "application/xml"
30461         ], 
30462         "responses": {
30463           "default": {
30464             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30465           }
30466         }, 
30467         "summary": "delete an existing l3-interface-ipv6-address-list", 
30468         "tags": [
30469           "CloudInfrastructure"
30470         ]
30471       }, 
30472       "get": {
30473         "description": "returns l3-interface-ipv6-address-list", 
30474         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
30475         "parameters": [
30476           {
30477             "description": "Value from executing hostname on the compute node.", 
30478             "example": "__HOSTNAME__", 
30479             "in": "path", 
30480             "name": "hostname", 
30481             "required": true, 
30482             "type": "string"
30483           }, 
30484           {
30485             "description": "Name that identifies the physical interface", 
30486             "example": "__INTERFACE-NAME__", 
30487             "in": "path", 
30488             "name": "interface-name", 
30489             "required": true, 
30490             "type": "string"
30491           }, 
30492           {
30493             "description": "Name given to the interface", 
30494             "example": "__INTERFACE-NAME__", 
30495             "in": "path", 
30496             "name": "l-interface.interface-name", 
30497             "required": true, 
30498             "type": "string"
30499           }, 
30500           {
30501             "description": "String that identifies the interface", 
30502             "example": "__VLAN-INTERFACE__", 
30503             "in": "path", 
30504             "name": "vlan-interface", 
30505             "required": true, 
30506             "type": "string"
30507           }, 
30508           {
30509             "description": "IP address", 
30510             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
30511             "in": "path", 
30512             "name": "l3-interface-ipv6-address", 
30513             "required": true, 
30514             "type": "string"
30515           }
30516         ], 
30517         "produces": [
30518           "application/json", 
30519           "application/xml"
30520         ], 
30521         "responses": {
30522           "200": {
30523             "description": "successful operation", 
30524             "schema": {
30525               "$ref": "#/definitions/l3-interface-ipv6-address-list"
30526             }
30527           }, 
30528           "default": {
30529             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30530           }
30531         }, 
30532         "summary": "returns l3-interface-ipv6-address-list", 
30533         "tags": [
30534           "CloudInfrastructure"
30535         ]
30536       }, 
30537       "patch": {
30538         "consumes": [
30539           "application/json"
30540         ], 
30541         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
30542         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
30543         "parameters": [
30544           {
30545             "description": "Value from executing hostname on the compute node.", 
30546             "example": "__HOSTNAME__", 
30547             "in": "path", 
30548             "name": "hostname", 
30549             "required": true, 
30550             "type": "string"
30551           }, 
30552           {
30553             "description": "Name that identifies the physical interface", 
30554             "example": "__INTERFACE-NAME__", 
30555             "in": "path", 
30556             "name": "interface-name", 
30557             "required": true, 
30558             "type": "string"
30559           }, 
30560           {
30561             "description": "Name given to the interface", 
30562             "example": "__INTERFACE-NAME__", 
30563             "in": "path", 
30564             "name": "l-interface.interface-name", 
30565             "required": true, 
30566             "type": "string"
30567           }, 
30568           {
30569             "description": "String that identifies the interface", 
30570             "example": "__VLAN-INTERFACE__", 
30571             "in": "path", 
30572             "name": "vlan-interface", 
30573             "required": true, 
30574             "type": "string"
30575           }, 
30576           {
30577             "description": "IP address", 
30578             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
30579             "in": "path", 
30580             "name": "l3-interface-ipv6-address", 
30581             "required": true, 
30582             "type": "string"
30583           }, 
30584           {
30585             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
30586             "in": "body", 
30587             "name": "body", 
30588             "required": true, 
30589             "schema": {
30590               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
30591             }
30592           }
30593         ], 
30594         "produces": [
30595           "application/json"
30596         ], 
30597         "responses": {
30598           "default": {
30599             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30600           }
30601         }, 
30602         "summary": "update an existing l3-interface-ipv6-address-list", 
30603         "tags": [
30604           "CloudInfrastructure"
30605         ]
30606       }, 
30607       "put": {
30608         "consumes": [
30609           "application/json", 
30610           "application/xml"
30611         ], 
30612         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
30613         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
30614         "parameters": [
30615           {
30616             "description": "Value from executing hostname on the compute node.", 
30617             "example": "__HOSTNAME__", 
30618             "in": "path", 
30619             "name": "hostname", 
30620             "required": true, 
30621             "type": "string"
30622           }, 
30623           {
30624             "description": "Name that identifies the physical interface", 
30625             "example": "__INTERFACE-NAME__", 
30626             "in": "path", 
30627             "name": "interface-name", 
30628             "required": true, 
30629             "type": "string"
30630           }, 
30631           {
30632             "description": "Name given to the interface", 
30633             "example": "__INTERFACE-NAME__", 
30634             "in": "path", 
30635             "name": "l-interface.interface-name", 
30636             "required": true, 
30637             "type": "string"
30638           }, 
30639           {
30640             "description": "String that identifies the interface", 
30641             "example": "__VLAN-INTERFACE__", 
30642             "in": "path", 
30643             "name": "vlan-interface", 
30644             "required": true, 
30645             "type": "string"
30646           }, 
30647           {
30648             "description": "IP address", 
30649             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
30650             "in": "path", 
30651             "name": "l3-interface-ipv6-address", 
30652             "required": true, 
30653             "type": "string"
30654           }, 
30655           {
30656             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
30657             "in": "body", 
30658             "name": "body", 
30659             "required": true, 
30660             "schema": {
30661               "$ref": "#/definitions/l3-interface-ipv6-address-list"
30662             }
30663           }
30664         ], 
30665         "produces": [
30666           "application/json", 
30667           "application/xml"
30668         ], 
30669         "responses": {
30670           "default": {
30671             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30672           }
30673         }, 
30674         "summary": "create or update an existing l3-interface-ipv6-address-list", 
30675         "tags": [
30676           "CloudInfrastructure"
30677         ]
30678       }
30679     }, 
30680     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
30681       "delete": {
30682         "consumes": [
30683           "application/json", 
30684           "application/xml"
30685         ], 
30686         "description": "delete an existing relationship", 
30687         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
30688         "parameters": [
30689           {
30690             "description": "Value from executing hostname on the compute node.", 
30691             "example": "__HOSTNAME__", 
30692             "in": "path", 
30693             "name": "hostname", 
30694             "required": true, 
30695             "type": "string"
30696           }, 
30697           {
30698             "description": "Name that identifies the physical interface", 
30699             "example": "__INTERFACE-NAME__", 
30700             "in": "path", 
30701             "name": "interface-name", 
30702             "required": true, 
30703             "type": "string"
30704           }, 
30705           {
30706             "description": "Name given to the interface", 
30707             "example": "__INTERFACE-NAME__", 
30708             "in": "path", 
30709             "name": "l-interface.interface-name", 
30710             "required": true, 
30711             "type": "string"
30712           }, 
30713           {
30714             "description": "String that identifies the interface", 
30715             "example": "__VLAN-INTERFACE__", 
30716             "in": "path", 
30717             "name": "vlan-interface", 
30718             "required": true, 
30719             "type": "string"
30720           }, 
30721           {
30722             "description": "IP address", 
30723             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
30724             "in": "path", 
30725             "name": "l3-interface-ipv6-address", 
30726             "required": true, 
30727             "type": "string"
30728           }
30729         ], 
30730         "produces": [
30731           "application/json", 
30732           "application/xml"
30733         ], 
30734         "responses": {
30735           "default": {
30736             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30737           }
30738         }, 
30739         "summary": "delete an existing relationship", 
30740         "tags": [
30741           "CloudInfrastructure"
30742         ]
30743       }, 
30744       "put": {
30745         "consumes": [
30746           "application/json", 
30747           "application/xml"
30748         ], 
30749         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
30750         "parameters": [
30751           {
30752             "description": "Value from executing hostname on the compute node.", 
30753             "example": "__HOSTNAME__", 
30754             "in": "path", 
30755             "name": "hostname", 
30756             "required": true, 
30757             "type": "string"
30758           }, 
30759           {
30760             "description": "Name that identifies the physical interface", 
30761             "example": "__INTERFACE-NAME__", 
30762             "in": "path", 
30763             "name": "interface-name", 
30764             "required": true, 
30765             "type": "string"
30766           }, 
30767           {
30768             "description": "Name given to the interface", 
30769             "example": "__INTERFACE-NAME__", 
30770             "in": "path", 
30771             "name": "l-interface.interface-name", 
30772             "required": true, 
30773             "type": "string"
30774           }, 
30775           {
30776             "description": "String that identifies the interface", 
30777             "example": "__VLAN-INTERFACE__", 
30778             "in": "path", 
30779             "name": "vlan-interface", 
30780             "required": true, 
30781             "type": "string"
30782           }, 
30783           {
30784             "description": "IP address", 
30785             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
30786             "in": "path", 
30787             "name": "l3-interface-ipv6-address", 
30788             "required": true, 
30789             "type": "string"
30790           }, 
30791           {
30792             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
30793             "in": "body", 
30794             "name": "body", 
30795             "required": true, 
30796             "schema": {
30797               "$ref": "#/definitions/relationship-dict"
30798             }
30799           }
30800         ], 
30801         "produces": [
30802           "application/json", 
30803           "application/xml"
30804         ], 
30805         "responses": {
30806           "default": {
30807             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30808           }
30809         }, 
30810         "summary": "see node definition for valid relationships", 
30811         "tags": [
30812           "CloudInfrastructure"
30813         ]
30814       }
30815     }, 
30816     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
30817       "delete": {
30818         "consumes": [
30819           "application/json", 
30820           "application/xml"
30821         ], 
30822         "description": "delete an existing relationship", 
30823         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
30824         "parameters": [
30825           {
30826             "description": "Value from executing hostname on the compute node.", 
30827             "example": "__HOSTNAME__", 
30828             "in": "path", 
30829             "name": "hostname", 
30830             "required": true, 
30831             "type": "string"
30832           }, 
30833           {
30834             "description": "Name that identifies the physical interface", 
30835             "example": "__INTERFACE-NAME__", 
30836             "in": "path", 
30837             "name": "interface-name", 
30838             "required": true, 
30839             "type": "string"
30840           }, 
30841           {
30842             "description": "Name given to the interface", 
30843             "example": "__INTERFACE-NAME__", 
30844             "in": "path", 
30845             "name": "l-interface.interface-name", 
30846             "required": true, 
30847             "type": "string"
30848           }, 
30849           {
30850             "description": "String that identifies the interface", 
30851             "example": "__VLAN-INTERFACE__", 
30852             "in": "path", 
30853             "name": "vlan-interface", 
30854             "required": true, 
30855             "type": "string"
30856           }
30857         ], 
30858         "produces": [
30859           "application/json", 
30860           "application/xml"
30861         ], 
30862         "responses": {
30863           "default": {
30864             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30865           }
30866         }, 
30867         "summary": "delete an existing relationship", 
30868         "tags": [
30869           "CloudInfrastructure"
30870         ]
30871       }, 
30872       "put": {
30873         "consumes": [
30874           "application/json", 
30875           "application/xml"
30876         ], 
30877         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
30878         "parameters": [
30879           {
30880             "description": "Value from executing hostname on the compute node.", 
30881             "example": "__HOSTNAME__", 
30882             "in": "path", 
30883             "name": "hostname", 
30884             "required": true, 
30885             "type": "string"
30886           }, 
30887           {
30888             "description": "Name that identifies the physical interface", 
30889             "example": "__INTERFACE-NAME__", 
30890             "in": "path", 
30891             "name": "interface-name", 
30892             "required": true, 
30893             "type": "string"
30894           }, 
30895           {
30896             "description": "Name given to the interface", 
30897             "example": "__INTERFACE-NAME__", 
30898             "in": "path", 
30899             "name": "l-interface.interface-name", 
30900             "required": true, 
30901             "type": "string"
30902           }, 
30903           {
30904             "description": "String that identifies the interface", 
30905             "example": "__VLAN-INTERFACE__", 
30906             "in": "path", 
30907             "name": "vlan-interface", 
30908             "required": true, 
30909             "type": "string"
30910           }, 
30911           {
30912             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
30913             "in": "body", 
30914             "name": "body", 
30915             "required": true, 
30916             "schema": {
30917               "$ref": "#/definitions/relationship-dict"
30918             }
30919           }
30920         ], 
30921         "produces": [
30922           "application/json", 
30923           "application/xml"
30924         ], 
30925         "responses": {
30926           "default": {
30927             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30928           }
30929         }, 
30930         "summary": "see node definition for valid relationships", 
30931         "tags": [
30932           "CloudInfrastructure"
30933         ]
30934       }
30935     }, 
30936     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/relationship-list/relationship": {
30937       "delete": {
30938         "consumes": [
30939           "application/json", 
30940           "application/xml"
30941         ], 
30942         "description": "delete an existing relationship", 
30943         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceRelationshipListRelationship", 
30944         "parameters": [
30945           {
30946             "description": "Value from executing hostname on the compute node.", 
30947             "example": "__HOSTNAME__", 
30948             "in": "path", 
30949             "name": "hostname", 
30950             "required": true, 
30951             "type": "string"
30952           }, 
30953           {
30954             "description": "Name that identifies the physical interface", 
30955             "example": "__INTERFACE-NAME__", 
30956             "in": "path", 
30957             "name": "interface-name", 
30958             "required": true, 
30959             "type": "string"
30960           }
30961         ], 
30962         "produces": [
30963           "application/json", 
30964           "application/xml"
30965         ], 
30966         "responses": {
30967           "default": {
30968             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30969           }
30970         }, 
30971         "summary": "delete an existing relationship", 
30972         "tags": [
30973           "CloudInfrastructure"
30974         ]
30975       }, 
30976       "put": {
30977         "consumes": [
30978           "application/json", 
30979           "application/xml"
30980         ], 
30981         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceRelationshipListRelationship", 
30982         "parameters": [
30983           {
30984             "description": "Value from executing hostname on the compute node.", 
30985             "example": "__HOSTNAME__", 
30986             "in": "path", 
30987             "name": "hostname", 
30988             "required": true, 
30989             "type": "string"
30990           }, 
30991           {
30992             "description": "Name that identifies the physical interface", 
30993             "example": "__INTERFACE-NAME__", 
30994             "in": "path", 
30995             "name": "interface-name", 
30996             "required": true, 
30997             "type": "string"
30998           }, 
30999           {
31000             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterface.json)", 
31001             "in": "body", 
31002             "name": "body", 
31003             "required": true, 
31004             "schema": {
31005               "$ref": "#/definitions/relationship-dict"
31006             }
31007           }
31008         ], 
31009         "produces": [
31010           "application/json", 
31011           "application/xml"
31012         ], 
31013         "responses": {
31014           "default": {
31015             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31016           }
31017         }, 
31018         "summary": "see node definition for valid relationships", 
31019         "tags": [
31020           "CloudInfrastructure"
31021         ]
31022       }
31023     }, 
31024     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/sriov-pfs": {
31025       "get": {
31026         "description": "returns sriov-pfs", 
31027         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfs", 
31028         "parameters": [
31029           {
31030             "description": "Value from executing hostname on the compute node.", 
31031             "example": "__HOSTNAME__", 
31032             "in": "path", 
31033             "name": "hostname", 
31034             "required": true, 
31035             "type": "string"
31036           }, 
31037           {
31038             "description": "Name that identifies the physical interface", 
31039             "example": "__INTERFACE-NAME__", 
31040             "in": "path", 
31041             "name": "interface-name", 
31042             "required": true, 
31043             "type": "string"
31044           }, 
31045           {
31046             "description": "n/a", 
31047             "in": "query", 
31048             "name": "pf-pci-id", 
31049             "required": false, 
31050             "type": "string"
31051           }
31052         ], 
31053         "produces": [
31054           "application/json", 
31055           "application/xml"
31056         ], 
31057         "responses": {
31058           "200": {
31059             "description": "successful operation", 
31060             "schema": {
31061               "$ref": "#/definitions/sriov-pfs"
31062             }
31063           }, 
31064           "default": {
31065             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31066           }
31067         }, 
31068         "summary": "returns sriov-pfs", 
31069         "tags": [
31070           "CloudInfrastructure"
31071         ]
31072       }
31073     }, 
31074     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}": {
31075       "delete": {
31076         "consumes": [
31077           "application/json", 
31078           "application/xml"
31079         ], 
31080         "description": "delete an existing sriov-pf", 
31081         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
31082         "parameters": [
31083           {
31084             "description": "Value from executing hostname on the compute node.", 
31085             "example": "__HOSTNAME__", 
31086             "in": "path", 
31087             "name": "hostname", 
31088             "required": true, 
31089             "type": "string"
31090           }, 
31091           {
31092             "description": "Name that identifies the physical interface", 
31093             "example": "__INTERFACE-NAME__", 
31094             "in": "path", 
31095             "name": "interface-name", 
31096             "required": true, 
31097             "type": "string"
31098           }, 
31099           {
31100             "description": "Identifier for the sriov-pf", 
31101             "example": "__PF-PCI-ID__", 
31102             "in": "path", 
31103             "name": "pf-pci-id", 
31104             "required": true, 
31105             "type": "string"
31106           }, 
31107           {
31108             "description": "resource-version for concurrency", 
31109             "in": "query", 
31110             "name": "resource-version", 
31111             "required": true, 
31112             "type": "string"
31113           }
31114         ], 
31115         "produces": [
31116           "application/json", 
31117           "application/xml"
31118         ], 
31119         "responses": {
31120           "default": {
31121             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31122           }
31123         }, 
31124         "summary": "delete an existing sriov-pf", 
31125         "tags": [
31126           "CloudInfrastructure"
31127         ]
31128       }, 
31129       "get": {
31130         "description": "returns sriov-pf", 
31131         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
31132         "parameters": [
31133           {
31134             "description": "Value from executing hostname on the compute node.", 
31135             "example": "__HOSTNAME__", 
31136             "in": "path", 
31137             "name": "hostname", 
31138             "required": true, 
31139             "type": "string"
31140           }, 
31141           {
31142             "description": "Name that identifies the physical interface", 
31143             "example": "__INTERFACE-NAME__", 
31144             "in": "path", 
31145             "name": "interface-name", 
31146             "required": true, 
31147             "type": "string"
31148           }, 
31149           {
31150             "description": "Identifier for the sriov-pf", 
31151             "example": "__PF-PCI-ID__", 
31152             "in": "path", 
31153             "name": "pf-pci-id", 
31154             "required": true, 
31155             "type": "string"
31156           }
31157         ], 
31158         "produces": [
31159           "application/json", 
31160           "application/xml"
31161         ], 
31162         "responses": {
31163           "200": {
31164             "description": "successful operation", 
31165             "schema": {
31166               "$ref": "#/definitions/sriov-pf"
31167             }
31168           }, 
31169           "default": {
31170             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31171           }
31172         }, 
31173         "summary": "returns sriov-pf", 
31174         "tags": [
31175           "CloudInfrastructure"
31176         ]
31177       }, 
31178       "patch": {
31179         "consumes": [
31180           "application/json"
31181         ], 
31182         "description": "Update an existing sriov-pf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
31183         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
31184         "parameters": [
31185           {
31186             "description": "Value from executing hostname on the compute node.", 
31187             "example": "__HOSTNAME__", 
31188             "in": "path", 
31189             "name": "hostname", 
31190             "required": true, 
31191             "type": "string"
31192           }, 
31193           {
31194             "description": "Name that identifies the physical interface", 
31195             "example": "__INTERFACE-NAME__", 
31196             "in": "path", 
31197             "name": "interface-name", 
31198             "required": true, 
31199             "type": "string"
31200           }, 
31201           {
31202             "description": "Identifier for the sriov-pf", 
31203             "example": "__PF-PCI-ID__", 
31204             "in": "path", 
31205             "name": "pf-pci-id", 
31206             "required": true, 
31207             "type": "string"
31208           }, 
31209           {
31210             "description": "sriov-pf object that needs to be updated.", 
31211             "in": "body", 
31212             "name": "body", 
31213             "required": true, 
31214             "schema": {
31215               "$ref": "#/definitions/zzzz-patch-sriov-pf"
31216             }
31217           }
31218         ], 
31219         "produces": [
31220           "application/json"
31221         ], 
31222         "responses": {
31223           "default": {
31224             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31225           }
31226         }, 
31227         "summary": "update an existing sriov-pf", 
31228         "tags": [
31229           "CloudInfrastructure"
31230         ]
31231       }, 
31232       "put": {
31233         "consumes": [
31234           "application/json", 
31235           "application/xml"
31236         ], 
31237         "description": "Create or update an existing sriov-pf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
31238         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
31239         "parameters": [
31240           {
31241             "description": "Value from executing hostname on the compute node.", 
31242             "example": "__HOSTNAME__", 
31243             "in": "path", 
31244             "name": "hostname", 
31245             "required": true, 
31246             "type": "string"
31247           }, 
31248           {
31249             "description": "Name that identifies the physical interface", 
31250             "example": "__INTERFACE-NAME__", 
31251             "in": "path", 
31252             "name": "interface-name", 
31253             "required": true, 
31254             "type": "string"
31255           }, 
31256           {
31257             "description": "Identifier for the sriov-pf", 
31258             "example": "__PF-PCI-ID__", 
31259             "in": "path", 
31260             "name": "pf-pci-id", 
31261             "required": true, 
31262             "type": "string"
31263           }, 
31264           {
31265             "description": "sriov-pf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf.json)", 
31266             "in": "body", 
31267             "name": "body", 
31268             "required": true, 
31269             "schema": {
31270               "$ref": "#/definitions/sriov-pf"
31271             }
31272           }
31273         ], 
31274         "produces": [
31275           "application/json", 
31276           "application/xml"
31277         ], 
31278         "responses": {
31279           "default": {
31280             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31281           }
31282         }, 
31283         "summary": "create or update an existing sriov-pf", 
31284         "tags": [
31285           "CloudInfrastructure"
31286         ]
31287       }
31288     }, 
31289     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}/relationship-list/relationship": {
31290       "delete": {
31291         "consumes": [
31292           "application/json", 
31293           "application/xml"
31294         ], 
31295         "description": "delete an existing relationship", 
31296         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
31297         "parameters": [
31298           {
31299             "description": "Value from executing hostname on the compute node.", 
31300             "example": "__HOSTNAME__", 
31301             "in": "path", 
31302             "name": "hostname", 
31303             "required": true, 
31304             "type": "string"
31305           }, 
31306           {
31307             "description": "Name that identifies the physical interface", 
31308             "example": "__INTERFACE-NAME__", 
31309             "in": "path", 
31310             "name": "interface-name", 
31311             "required": true, 
31312             "type": "string"
31313           }, 
31314           {
31315             "description": "Identifier for the sriov-pf", 
31316             "example": "__PF-PCI-ID__", 
31317             "in": "path", 
31318             "name": "pf-pci-id", 
31319             "required": true, 
31320             "type": "string"
31321           }
31322         ], 
31323         "produces": [
31324           "application/json", 
31325           "application/xml"
31326         ], 
31327         "responses": {
31328           "default": {
31329             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31330           }
31331         }, 
31332         "summary": "delete an existing relationship", 
31333         "tags": [
31334           "CloudInfrastructure"
31335         ]
31336       }, 
31337       "put": {
31338         "consumes": [
31339           "application/json", 
31340           "application/xml"
31341         ], 
31342         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
31343         "parameters": [
31344           {
31345             "description": "Value from executing hostname on the compute node.", 
31346             "example": "__HOSTNAME__", 
31347             "in": "path", 
31348             "name": "hostname", 
31349             "required": true, 
31350             "type": "string"
31351           }, 
31352           {
31353             "description": "Name that identifies the physical interface", 
31354             "example": "__INTERFACE-NAME__", 
31355             "in": "path", 
31356             "name": "interface-name", 
31357             "required": true, 
31358             "type": "string"
31359           }, 
31360           {
31361             "description": "Identifier for the sriov-pf", 
31362             "example": "__PF-PCI-ID__", 
31363             "in": "path", 
31364             "name": "pf-pci-id", 
31365             "required": true, 
31366             "type": "string"
31367           }, 
31368           {
31369             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf.json)", 
31370             "in": "body", 
31371             "name": "body", 
31372             "required": true, 
31373             "schema": {
31374               "$ref": "#/definitions/relationship-dict"
31375             }
31376           }
31377         ], 
31378         "produces": [
31379           "application/json", 
31380           "application/xml"
31381         ], 
31382         "responses": {
31383           "default": {
31384             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31385           }
31386         }, 
31387         "summary": "see node definition for valid relationships", 
31388         "tags": [
31389           "CloudInfrastructure"
31390         ]
31391       }
31392     }, 
31393     "/cloud-infrastructure/pservers/pserver/{hostname}/relationship-list/relationship": {
31394       "delete": {
31395         "consumes": [
31396           "application/json", 
31397           "application/xml"
31398         ], 
31399         "description": "delete an existing relationship", 
31400         "operationId": "deleteCloudInfrastructurePserversPserverRelationshipListRelationship", 
31401         "parameters": [
31402           {
31403             "description": "Value from executing hostname on the compute node.", 
31404             "example": "__HOSTNAME__", 
31405             "in": "path", 
31406             "name": "hostname", 
31407             "required": true, 
31408             "type": "string"
31409           }
31410         ], 
31411         "produces": [
31412           "application/json", 
31413           "application/xml"
31414         ], 
31415         "responses": {
31416           "default": {
31417             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31418           }
31419         }, 
31420         "summary": "delete an existing relationship", 
31421         "tags": [
31422           "CloudInfrastructure"
31423         ]
31424       }, 
31425       "put": {
31426         "consumes": [
31427           "application/json", 
31428           "application/xml"
31429         ], 
31430         "operationId": "createOrUpdateCloudInfrastructurePserversPserverRelationshipListRelationship", 
31431         "parameters": [
31432           {
31433             "description": "Value from executing hostname on the compute node.", 
31434             "example": "__HOSTNAME__", 
31435             "in": "path", 
31436             "name": "hostname", 
31437             "required": true, 
31438             "type": "string"
31439           }, 
31440           {
31441             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructurePserversPserver.json)", 
31442             "in": "body", 
31443             "name": "body", 
31444             "required": true, 
31445             "schema": {
31446               "$ref": "#/definitions/relationship-dict"
31447             }
31448           }
31449         ], 
31450         "produces": [
31451           "application/json", 
31452           "application/xml"
31453         ], 
31454         "responses": {
31455           "default": {
31456             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31457           }
31458         }, 
31459         "summary": "see node definition for valid relationships", 
31460         "tags": [
31461           "CloudInfrastructure"
31462         ]
31463       }
31464     }, 
31465     "/cloud-infrastructure/virtual-data-centers": {
31466       "get": {
31467         "description": "returns virtual-data-centers", 
31468         "operationId": "getCloudInfrastructureVirtualDataCenters", 
31469         "parameters": [
31470           {
31471             "description": "n/a", 
31472             "in": "query", 
31473             "name": "vdc-id", 
31474             "required": false, 
31475             "type": "string"
31476           }, 
31477           {
31478             "description": "n/a", 
31479             "in": "query", 
31480             "name": "vdc-name", 
31481             "required": false, 
31482             "type": "string"
31483           }
31484         ], 
31485         "produces": [
31486           "application/json", 
31487           "application/xml"
31488         ], 
31489         "responses": {
31490           "200": {
31491             "description": "successful operation", 
31492             "schema": {
31493               "$ref": "#/definitions/virtual-data-centers"
31494             }
31495           }, 
31496           "default": {
31497             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31498           }
31499         }, 
31500         "summary": "returns virtual-data-centers", 
31501         "tags": [
31502           "CloudInfrastructure"
31503         ]
31504       }
31505     }, 
31506     "/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdc-id}": {
31507       "delete": {
31508         "consumes": [
31509           "application/json", 
31510           "application/xml"
31511         ], 
31512         "description": "delete an existing virtual-data-center", 
31513         "operationId": "deleteCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
31514         "parameters": [
31515           {
31516             "description": "Unique ID of the vdc", 
31517             "example": "__VDC-ID__", 
31518             "in": "path", 
31519             "name": "vdc-id", 
31520             "required": true, 
31521             "type": "string"
31522           }, 
31523           {
31524             "description": "resource-version for concurrency", 
31525             "in": "query", 
31526             "name": "resource-version", 
31527             "required": true, 
31528             "type": "string"
31529           }
31530         ], 
31531         "produces": [
31532           "application/json", 
31533           "application/xml"
31534         ], 
31535         "responses": {
31536           "default": {
31537             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31538           }
31539         }, 
31540         "summary": "delete an existing virtual-data-center", 
31541         "tags": [
31542           "CloudInfrastructure"
31543         ]
31544       }, 
31545       "get": {
31546         "description": "returns virtual-data-center", 
31547         "operationId": "getCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
31548         "parameters": [
31549           {
31550             "description": "Unique ID of the vdc", 
31551             "example": "__VDC-ID__", 
31552             "in": "path", 
31553             "name": "vdc-id", 
31554             "required": true, 
31555             "type": "string"
31556           }
31557         ], 
31558         "produces": [
31559           "application/json", 
31560           "application/xml"
31561         ], 
31562         "responses": {
31563           "200": {
31564             "description": "successful operation", 
31565             "schema": {
31566               "$ref": "#/definitions/virtual-data-center"
31567             }
31568           }, 
31569           "default": {
31570             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31571           }
31572         }, 
31573         "summary": "returns virtual-data-center", 
31574         "tags": [
31575           "CloudInfrastructure"
31576         ]
31577       }, 
31578       "patch": {
31579         "consumes": [
31580           "application/json"
31581         ], 
31582         "description": "Update an existing virtual-data-center\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
31583         "operationId": "UpdateCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
31584         "parameters": [
31585           {
31586             "description": "Unique ID of the vdc", 
31587             "example": "__VDC-ID__", 
31588             "in": "path", 
31589             "name": "vdc-id", 
31590             "required": true, 
31591             "type": "string"
31592           }, 
31593           {
31594             "description": "virtual-data-center object that needs to be updated.", 
31595             "in": "body", 
31596             "name": "body", 
31597             "required": true, 
31598             "schema": {
31599               "$ref": "#/definitions/zzzz-patch-virtual-data-center"
31600             }
31601           }
31602         ], 
31603         "produces": [
31604           "application/json"
31605         ], 
31606         "responses": {
31607           "default": {
31608             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31609           }
31610         }, 
31611         "summary": "update an existing virtual-data-center", 
31612         "tags": [
31613           "CloudInfrastructure"
31614         ]
31615       }, 
31616       "put": {
31617         "consumes": [
31618           "application/json", 
31619           "application/xml"
31620         ], 
31621         "description": "Create or update an existing virtual-data-center.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
31622         "operationId": "createOrUpdateCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
31623         "parameters": [
31624           {
31625             "description": "Unique ID of the vdc", 
31626             "example": "__VDC-ID__", 
31627             "in": "path", 
31628             "name": "vdc-id", 
31629             "required": true, 
31630             "type": "string"
31631           }, 
31632           {
31633             "description": "virtual-data-center object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureVirtualDataCentersVirtualDataCenter.json)", 
31634             "in": "body", 
31635             "name": "body", 
31636             "required": true, 
31637             "schema": {
31638               "$ref": "#/definitions/virtual-data-center"
31639             }
31640           }
31641         ], 
31642         "produces": [
31643           "application/json", 
31644           "application/xml"
31645         ], 
31646         "responses": {
31647           "default": {
31648             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31649           }
31650         }, 
31651         "summary": "create or update an existing virtual-data-center", 
31652         "tags": [
31653           "CloudInfrastructure"
31654         ]
31655       }
31656     }, 
31657     "/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdc-id}/relationship-list/relationship": {
31658       "delete": {
31659         "consumes": [
31660           "application/json", 
31661           "application/xml"
31662         ], 
31663         "description": "delete an existing relationship", 
31664         "operationId": "deleteCloudInfrastructureVirtualDataCentersVirtualDataCenterRelationshipListRelationship", 
31665         "parameters": [
31666           {
31667             "description": "Unique ID of the vdc", 
31668             "example": "__VDC-ID__", 
31669             "in": "path", 
31670             "name": "vdc-id", 
31671             "required": true, 
31672             "type": "string"
31673           }
31674         ], 
31675         "produces": [
31676           "application/json", 
31677           "application/xml"
31678         ], 
31679         "responses": {
31680           "default": {
31681             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31682           }
31683         }, 
31684         "summary": "delete an existing relationship", 
31685         "tags": [
31686           "CloudInfrastructure"
31687         ]
31688       }, 
31689       "put": {
31690         "consumes": [
31691           "application/json", 
31692           "application/xml"
31693         ], 
31694         "operationId": "createOrUpdateCloudInfrastructureVirtualDataCentersVirtualDataCenterRelationshipListRelationship", 
31695         "parameters": [
31696           {
31697             "description": "Unique ID of the vdc", 
31698             "example": "__VDC-ID__", 
31699             "in": "path", 
31700             "name": "vdc-id", 
31701             "required": true, 
31702             "type": "string"
31703           }, 
31704           {
31705             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/CloudInfrastructureVirtualDataCentersVirtualDataCenter.json)", 
31706             "in": "body", 
31707             "name": "body", 
31708             "required": true, 
31709             "schema": {
31710               "$ref": "#/definitions/relationship-dict"
31711             }
31712           }
31713         ], 
31714         "produces": [
31715           "application/json", 
31716           "application/xml"
31717         ], 
31718         "responses": {
31719           "default": {
31720             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31721           }
31722         }, 
31723         "summary": "see node definition for valid relationships", 
31724         "tags": [
31725           "CloudInfrastructure"
31726         ]
31727       }
31728     }, 
31729     "/external-system/esr-ems-list": {
31730       "get": {
31731         "description": "returns esr-ems-list", 
31732         "operationId": "getExternalSystemEsrEmsList", 
31733         "parameters": [
31734           {
31735             "description": "n/a", 
31736             "in": "query", 
31737             "name": "ems-id", 
31738             "required": false, 
31739             "type": "string"
31740           }
31741         ], 
31742         "produces": [
31743           "application/json", 
31744           "application/xml"
31745         ], 
31746         "responses": {
31747           "200": {
31748             "description": "successful operation", 
31749             "schema": {
31750               "$ref": "#/definitions/esr-ems-list"
31751             }
31752           }, 
31753           "default": {
31754             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31755           }
31756         }, 
31757         "summary": "returns esr-ems-list", 
31758         "tags": [
31759           "ExternalSystem"
31760         ]
31761       }
31762     }, 
31763     "/external-system/esr-ems-list/esr-ems/{ems-id}": {
31764       "delete": {
31765         "consumes": [
31766           "application/json", 
31767           "application/xml"
31768         ], 
31769         "description": "delete an existing esr-ems", 
31770         "operationId": "deleteExternalSystemEsrEmsListEsrEms", 
31771         "parameters": [
31772           {
31773             "description": "Unique ID of EMS.", 
31774             "example": "__EMS-ID__", 
31775             "in": "path", 
31776             "name": "ems-id", 
31777             "required": true, 
31778             "type": "string"
31779           }, 
31780           {
31781             "description": "resource-version for concurrency", 
31782             "in": "query", 
31783             "name": "resource-version", 
31784             "required": true, 
31785             "type": "string"
31786           }
31787         ], 
31788         "produces": [
31789           "application/json", 
31790           "application/xml"
31791         ], 
31792         "responses": {
31793           "default": {
31794             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31795           }
31796         }, 
31797         "summary": "delete an existing esr-ems", 
31798         "tags": [
31799           "ExternalSystem"
31800         ]
31801       }, 
31802       "get": {
31803         "description": "returns esr-ems", 
31804         "operationId": "getExternalSystemEsrEmsListEsrEms", 
31805         "parameters": [
31806           {
31807             "description": "Unique ID of EMS.", 
31808             "example": "__EMS-ID__", 
31809             "in": "path", 
31810             "name": "ems-id", 
31811             "required": true, 
31812             "type": "string"
31813           }
31814         ], 
31815         "produces": [
31816           "application/json", 
31817           "application/xml"
31818         ], 
31819         "responses": {
31820           "200": {
31821             "description": "successful operation", 
31822             "schema": {
31823               "$ref": "#/definitions/esr-ems"
31824             }
31825           }, 
31826           "default": {
31827             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31828           }
31829         }, 
31830         "summary": "returns esr-ems", 
31831         "tags": [
31832           "ExternalSystem"
31833         ]
31834       }, 
31835       "patch": {
31836         "consumes": [
31837           "application/json"
31838         ], 
31839         "description": "Update an existing esr-ems\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
31840         "operationId": "UpdateExternalSystemEsrEmsListEsrEms", 
31841         "parameters": [
31842           {
31843             "description": "Unique ID of EMS.", 
31844             "example": "__EMS-ID__", 
31845             "in": "path", 
31846             "name": "ems-id", 
31847             "required": true, 
31848             "type": "string"
31849           }, 
31850           {
31851             "description": "esr-ems object that needs to be updated.", 
31852             "in": "body", 
31853             "name": "body", 
31854             "required": true, 
31855             "schema": {
31856               "$ref": "#/definitions/zzzz-patch-esr-ems"
31857             }
31858           }
31859         ], 
31860         "produces": [
31861           "application/json"
31862         ], 
31863         "responses": {
31864           "default": {
31865             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31866           }
31867         }, 
31868         "summary": "update an existing esr-ems", 
31869         "tags": [
31870           "ExternalSystem"
31871         ]
31872       }, 
31873       "put": {
31874         "consumes": [
31875           "application/json", 
31876           "application/xml"
31877         ], 
31878         "description": "Create or update an existing esr-ems.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
31879         "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEms", 
31880         "parameters": [
31881           {
31882             "description": "Unique ID of EMS.", 
31883             "example": "__EMS-ID__", 
31884             "in": "path", 
31885             "name": "ems-id", 
31886             "required": true, 
31887             "type": "string"
31888           }, 
31889           {
31890             "description": "esr-ems object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrEmsListEsrEms.json)", 
31891             "in": "body", 
31892             "name": "body", 
31893             "required": true, 
31894             "schema": {
31895               "$ref": "#/definitions/esr-ems"
31896             }
31897           }
31898         ], 
31899         "produces": [
31900           "application/json", 
31901           "application/xml"
31902         ], 
31903         "responses": {
31904           "default": {
31905             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31906           }
31907         }, 
31908         "summary": "create or update an existing esr-ems", 
31909         "tags": [
31910           "ExternalSystem"
31911         ]
31912       }
31913     }, 
31914     "/external-system/esr-ems-list/esr-ems/{ems-id}/esr-system-info-list": {
31915       "get": {
31916         "description": "returns esr-system-info-list", 
31917         "operationId": "getExternalSystemEsrEmsListEsrEmsEsrSystemInfoList", 
31918         "parameters": [
31919           {
31920             "description": "Unique ID of EMS.", 
31921             "example": "__EMS-ID__", 
31922             "in": "path", 
31923             "name": "ems-id", 
31924             "required": true, 
31925             "type": "string"
31926           }, 
31927           {
31928             "description": "n/a", 
31929             "in": "query", 
31930             "name": "esr-system-info-id", 
31931             "required": false, 
31932             "type": "string"
31933           }, 
31934           {
31935             "description": "n/a", 
31936             "in": "query", 
31937             "name": "system-name", 
31938             "required": false, 
31939             "type": "string"
31940           }, 
31941           {
31942             "description": "n/a", 
31943             "in": "query", 
31944             "name": "system-type", 
31945             "required": false, 
31946             "type": "string"
31947           }
31948         ], 
31949         "produces": [
31950           "application/json", 
31951           "application/xml"
31952         ], 
31953         "responses": {
31954           "200": {
31955             "description": "successful operation", 
31956             "schema": {
31957               "$ref": "#/definitions/esr-system-info-list"
31958             }
31959           }, 
31960           "default": {
31961             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31962           }
31963         }, 
31964         "summary": "returns esr-system-info-list", 
31965         "tags": [
31966           "ExternalSystem"
31967         ]
31968       }
31969     }, 
31970     "/external-system/esr-ems-list/esr-ems/{ems-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
31971       "delete": {
31972         "consumes": [
31973           "application/json", 
31974           "application/xml"
31975         ], 
31976         "description": "delete an existing esr-system-info", 
31977         "operationId": "deleteExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo", 
31978         "parameters": [
31979           {
31980             "description": "Unique ID of EMS.", 
31981             "example": "__EMS-ID__", 
31982             "in": "path", 
31983             "name": "ems-id", 
31984             "required": true, 
31985             "type": "string"
31986           }, 
31987           {
31988             "description": "Unique ID of esr system info.", 
31989             "example": "__ESR-SYSTEM-INFO-ID__", 
31990             "in": "path", 
31991             "name": "esr-system-info-id", 
31992             "required": true, 
31993             "type": "string"
31994           }, 
31995           {
31996             "description": "resource-version for concurrency", 
31997             "in": "query", 
31998             "name": "resource-version", 
31999             "required": true, 
32000             "type": "string"
32001           }
32002         ], 
32003         "produces": [
32004           "application/json", 
32005           "application/xml"
32006         ], 
32007         "responses": {
32008           "default": {
32009             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32010           }
32011         }, 
32012         "summary": "delete an existing esr-system-info", 
32013         "tags": [
32014           "ExternalSystem"
32015         ]
32016       }, 
32017       "get": {
32018         "description": "returns esr-system-info", 
32019         "operationId": "getExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo", 
32020         "parameters": [
32021           {
32022             "description": "Unique ID of EMS.", 
32023             "example": "__EMS-ID__", 
32024             "in": "path", 
32025             "name": "ems-id", 
32026             "required": true, 
32027             "type": "string"
32028           }, 
32029           {
32030             "description": "Unique ID of esr system info.", 
32031             "example": "__ESR-SYSTEM-INFO-ID__", 
32032             "in": "path", 
32033             "name": "esr-system-info-id", 
32034             "required": true, 
32035             "type": "string"
32036           }
32037         ], 
32038         "produces": [
32039           "application/json", 
32040           "application/xml"
32041         ], 
32042         "responses": {
32043           "200": {
32044             "description": "successful operation", 
32045             "schema": {
32046               "$ref": "#/definitions/esr-system-info"
32047             }
32048           }, 
32049           "default": {
32050             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32051           }
32052         }, 
32053         "summary": "returns esr-system-info", 
32054         "tags": [
32055           "ExternalSystem"
32056         ]
32057       }, 
32058       "patch": {
32059         "consumes": [
32060           "application/json"
32061         ], 
32062         "description": "Update an existing esr-system-info\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
32063         "operationId": "UpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo", 
32064         "parameters": [
32065           {
32066             "description": "Unique ID of EMS.", 
32067             "example": "__EMS-ID__", 
32068             "in": "path", 
32069             "name": "ems-id", 
32070             "required": true, 
32071             "type": "string"
32072           }, 
32073           {
32074             "description": "Unique ID of esr system info.", 
32075             "example": "__ESR-SYSTEM-INFO-ID__", 
32076             "in": "path", 
32077             "name": "esr-system-info-id", 
32078             "required": true, 
32079             "type": "string"
32080           }, 
32081           {
32082             "description": "esr-system-info object that needs to be updated.", 
32083             "in": "body", 
32084             "name": "body", 
32085             "required": true, 
32086             "schema": {
32087               "$ref": "#/definitions/zzzz-patch-esr-system-info"
32088             }
32089           }
32090         ], 
32091         "produces": [
32092           "application/json"
32093         ], 
32094         "responses": {
32095           "default": {
32096             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32097           }
32098         }, 
32099         "summary": "update an existing esr-system-info", 
32100         "tags": [
32101           "ExternalSystem"
32102         ]
32103       }, 
32104       "put": {
32105         "consumes": [
32106           "application/json", 
32107           "application/xml"
32108         ], 
32109         "description": "Create or update an existing esr-system-info.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
32110         "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo", 
32111         "parameters": [
32112           {
32113             "description": "Unique ID of EMS.", 
32114             "example": "__EMS-ID__", 
32115             "in": "path", 
32116             "name": "ems-id", 
32117             "required": true, 
32118             "type": "string"
32119           }, 
32120           {
32121             "description": "Unique ID of esr system info.", 
32122             "example": "__ESR-SYSTEM-INFO-ID__", 
32123             "in": "path", 
32124             "name": "esr-system-info-id", 
32125             "required": true, 
32126             "type": "string"
32127           }, 
32128           {
32129             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo.json)", 
32130             "in": "body", 
32131             "name": "body", 
32132             "required": true, 
32133             "schema": {
32134               "$ref": "#/definitions/esr-system-info"
32135             }
32136           }
32137         ], 
32138         "produces": [
32139           "application/json", 
32140           "application/xml"
32141         ], 
32142         "responses": {
32143           "default": {
32144             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32145           }
32146         }, 
32147         "summary": "create or update an existing esr-system-info", 
32148         "tags": [
32149           "ExternalSystem"
32150         ]
32151       }
32152     }, 
32153     "/external-system/esr-ems-list/esr-ems/{ems-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}/relationship-list/relationship": {
32154       "delete": {
32155         "consumes": [
32156           "application/json", 
32157           "application/xml"
32158         ], 
32159         "description": "delete an existing relationship", 
32160         "operationId": "deleteExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
32161         "parameters": [
32162           {
32163             "description": "Unique ID of EMS.", 
32164             "example": "__EMS-ID__", 
32165             "in": "path", 
32166             "name": "ems-id", 
32167             "required": true, 
32168             "type": "string"
32169           }, 
32170           {
32171             "description": "Unique ID of esr system info.", 
32172             "example": "__ESR-SYSTEM-INFO-ID__", 
32173             "in": "path", 
32174             "name": "esr-system-info-id", 
32175             "required": true, 
32176             "type": "string"
32177           }
32178         ], 
32179         "produces": [
32180           "application/json", 
32181           "application/xml"
32182         ], 
32183         "responses": {
32184           "default": {
32185             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32186           }
32187         }, 
32188         "summary": "delete an existing relationship", 
32189         "tags": [
32190           "ExternalSystem"
32191         ]
32192       }, 
32193       "put": {
32194         "consumes": [
32195           "application/json", 
32196           "application/xml"
32197         ], 
32198         "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
32199         "parameters": [
32200           {
32201             "description": "Unique ID of EMS.", 
32202             "example": "__EMS-ID__", 
32203             "in": "path", 
32204             "name": "ems-id", 
32205             "required": true, 
32206             "type": "string"
32207           }, 
32208           {
32209             "description": "Unique ID of esr system info.", 
32210             "example": "__ESR-SYSTEM-INFO-ID__", 
32211             "in": "path", 
32212             "name": "esr-system-info-id", 
32213             "required": true, 
32214             "type": "string"
32215           }, 
32216           {
32217             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo.json)", 
32218             "in": "body", 
32219             "name": "body", 
32220             "required": true, 
32221             "schema": {
32222               "$ref": "#/definitions/relationship-dict"
32223             }
32224           }
32225         ], 
32226         "produces": [
32227           "application/json", 
32228           "application/xml"
32229         ], 
32230         "responses": {
32231           "default": {
32232             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32233           }
32234         }, 
32235         "summary": "see node definition for valid relationships", 
32236         "tags": [
32237           "ExternalSystem"
32238         ]
32239       }
32240     }, 
32241     "/external-system/esr-ems-list/esr-ems/{ems-id}/relationship-list/relationship": {
32242       "delete": {
32243         "consumes": [
32244           "application/json", 
32245           "application/xml"
32246         ], 
32247         "description": "delete an existing relationship", 
32248         "operationId": "deleteExternalSystemEsrEmsListEsrEmsRelationshipListRelationship", 
32249         "parameters": [
32250           {
32251             "description": "Unique ID of EMS.", 
32252             "example": "__EMS-ID__", 
32253             "in": "path", 
32254             "name": "ems-id", 
32255             "required": true, 
32256             "type": "string"
32257           }
32258         ], 
32259         "produces": [
32260           "application/json", 
32261           "application/xml"
32262         ], 
32263         "responses": {
32264           "default": {
32265             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32266           }
32267         }, 
32268         "summary": "delete an existing relationship", 
32269         "tags": [
32270           "ExternalSystem"
32271         ]
32272       }, 
32273       "put": {
32274         "consumes": [
32275           "application/json", 
32276           "application/xml"
32277         ], 
32278         "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsRelationshipListRelationship", 
32279         "parameters": [
32280           {
32281             "description": "Unique ID of EMS.", 
32282             "example": "__EMS-ID__", 
32283             "in": "path", 
32284             "name": "ems-id", 
32285             "required": true, 
32286             "type": "string"
32287           }, 
32288           {
32289             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrEmsListEsrEms.json)", 
32290             "in": "body", 
32291             "name": "body", 
32292             "required": true, 
32293             "schema": {
32294               "$ref": "#/definitions/relationship-dict"
32295             }
32296           }
32297         ], 
32298         "produces": [
32299           "application/json", 
32300           "application/xml"
32301         ], 
32302         "responses": {
32303           "default": {
32304             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32305           }
32306         }, 
32307         "summary": "see node definition for valid relationships", 
32308         "tags": [
32309           "ExternalSystem"
32310         ]
32311       }
32312     }, 
32313     "/external-system/esr-thirdparty-sdnc-list": {
32314       "get": {
32315         "description": "returns esr-thirdparty-sdnc-list", 
32316         "operationId": "getExternalSystemEsrThirdpartySdncList", 
32317         "produces": [
32318           "application/json", 
32319           "application/xml"
32320         ], 
32321         "responses": {
32322           "200": {
32323             "description": "successful operation", 
32324             "schema": {
32325               "$ref": "#/definitions/esr-thirdparty-sdnc-list"
32326             }
32327           }, 
32328           "default": {
32329             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32330           }
32331         }, 
32332         "summary": "returns esr-thirdparty-sdnc-list", 
32333         "tags": [
32334           "ExternalSystem"
32335         ]
32336       }
32337     }, 
32338     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}": {
32339       "delete": {
32340         "consumes": [
32341           "application/json", 
32342           "application/xml"
32343         ], 
32344         "description": "delete an existing esr-thirdparty-sdnc", 
32345         "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
32346         "parameters": [
32347           {
32348             "description": "Unique ID of SDNC.", 
32349             "example": "__THIRDPARTY-SDNC-ID__", 
32350             "in": "path", 
32351             "name": "thirdparty-sdnc-id", 
32352             "required": true, 
32353             "type": "string"
32354           }, 
32355           {
32356             "description": "resource-version for concurrency", 
32357             "in": "query", 
32358             "name": "resource-version", 
32359             "required": true, 
32360             "type": "string"
32361           }
32362         ], 
32363         "produces": [
32364           "application/json", 
32365           "application/xml"
32366         ], 
32367         "responses": {
32368           "default": {
32369             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32370           }
32371         }, 
32372         "summary": "delete an existing esr-thirdparty-sdnc", 
32373         "tags": [
32374           "ExternalSystem"
32375         ]
32376       }, 
32377       "get": {
32378         "description": "returns esr-thirdparty-sdnc", 
32379         "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
32380         "parameters": [
32381           {
32382             "description": "Unique ID of SDNC.", 
32383             "example": "__THIRDPARTY-SDNC-ID__", 
32384             "in": "path", 
32385             "name": "thirdparty-sdnc-id", 
32386             "required": true, 
32387             "type": "string"
32388           }
32389         ], 
32390         "produces": [
32391           "application/json", 
32392           "application/xml"
32393         ], 
32394         "responses": {
32395           "200": {
32396             "description": "successful operation", 
32397             "schema": {
32398               "$ref": "#/definitions/esr-thirdparty-sdnc"
32399             }
32400           }, 
32401           "default": {
32402             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32403           }
32404         }, 
32405         "summary": "returns esr-thirdparty-sdnc", 
32406         "tags": [
32407           "ExternalSystem"
32408         ]
32409       }, 
32410       "patch": {
32411         "consumes": [
32412           "application/json"
32413         ], 
32414         "description": "Update an existing esr-thirdparty-sdnc\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
32415         "operationId": "UpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
32416         "parameters": [
32417           {
32418             "description": "Unique ID of SDNC.", 
32419             "example": "__THIRDPARTY-SDNC-ID__", 
32420             "in": "path", 
32421             "name": "thirdparty-sdnc-id", 
32422             "required": true, 
32423             "type": "string"
32424           }, 
32425           {
32426             "description": "esr-thirdparty-sdnc object that needs to be updated.", 
32427             "in": "body", 
32428             "name": "body", 
32429             "required": true, 
32430             "schema": {
32431               "$ref": "#/definitions/zzzz-patch-esr-thirdparty-sdnc"
32432             }
32433           }
32434         ], 
32435         "produces": [
32436           "application/json"
32437         ], 
32438         "responses": {
32439           "default": {
32440             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32441           }
32442         }, 
32443         "summary": "update an existing esr-thirdparty-sdnc", 
32444         "tags": [
32445           "ExternalSystem"
32446         ]
32447       }, 
32448       "put": {
32449         "consumes": [
32450           "application/json", 
32451           "application/xml"
32452         ], 
32453         "description": "Create or update an existing esr-thirdparty-sdnc.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
32454         "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
32455         "parameters": [
32456           {
32457             "description": "Unique ID of SDNC.", 
32458             "example": "__THIRDPARTY-SDNC-ID__", 
32459             "in": "path", 
32460             "name": "thirdparty-sdnc-id", 
32461             "required": true, 
32462             "type": "string"
32463           }, 
32464           {
32465             "description": "esr-thirdparty-sdnc object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc.json)", 
32466             "in": "body", 
32467             "name": "body", 
32468             "required": true, 
32469             "schema": {
32470               "$ref": "#/definitions/esr-thirdparty-sdnc"
32471             }
32472           }
32473         ], 
32474         "produces": [
32475           "application/json", 
32476           "application/xml"
32477         ], 
32478         "responses": {
32479           "default": {
32480             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32481           }
32482         }, 
32483         "summary": "create or update an existing esr-thirdparty-sdnc", 
32484         "tags": [
32485           "ExternalSystem"
32486         ]
32487       }
32488     }, 
32489     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}/esr-system-info-list": {
32490       "get": {
32491         "description": "returns esr-system-info-list", 
32492         "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoList", 
32493         "parameters": [
32494           {
32495             "description": "Unique ID of SDNC.", 
32496             "example": "__THIRDPARTY-SDNC-ID__", 
32497             "in": "path", 
32498             "name": "thirdparty-sdnc-id", 
32499             "required": true, 
32500             "type": "string"
32501           }, 
32502           {
32503             "description": "n/a", 
32504             "in": "query", 
32505             "name": "esr-system-info-id", 
32506             "required": false, 
32507             "type": "string"
32508           }, 
32509           {
32510             "description": "n/a", 
32511             "in": "query", 
32512             "name": "system-name", 
32513             "required": false, 
32514             "type": "string"
32515           }, 
32516           {
32517             "description": "n/a", 
32518             "in": "query", 
32519             "name": "system-type", 
32520             "required": false, 
32521             "type": "string"
32522           }
32523         ], 
32524         "produces": [
32525           "application/json", 
32526           "application/xml"
32527         ], 
32528         "responses": {
32529           "200": {
32530             "description": "successful operation", 
32531             "schema": {
32532               "$ref": "#/definitions/esr-system-info-list"
32533             }
32534           }, 
32535           "default": {
32536             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32537           }
32538         }, 
32539         "summary": "returns esr-system-info-list", 
32540         "tags": [
32541           "ExternalSystem"
32542         ]
32543       }
32544     }, 
32545     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
32546       "delete": {
32547         "consumes": [
32548           "application/json", 
32549           "application/xml"
32550         ], 
32551         "description": "delete an existing esr-system-info", 
32552         "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo", 
32553         "parameters": [
32554           {
32555             "description": "Unique ID of SDNC.", 
32556             "example": "__THIRDPARTY-SDNC-ID__", 
32557             "in": "path", 
32558             "name": "thirdparty-sdnc-id", 
32559             "required": true, 
32560             "type": "string"
32561           }, 
32562           {
32563             "description": "Unique ID of esr system info.", 
32564             "example": "__ESR-SYSTEM-INFO-ID__", 
32565             "in": "path", 
32566             "name": "esr-system-info-id", 
32567             "required": true, 
32568             "type": "string"
32569           }, 
32570           {
32571             "description": "resource-version for concurrency", 
32572             "in": "query", 
32573             "name": "resource-version", 
32574             "required": true, 
32575             "type": "string"
32576           }
32577         ], 
32578         "produces": [
32579           "application/json", 
32580           "application/xml"
32581         ], 
32582         "responses": {
32583           "default": {
32584             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32585           }
32586         }, 
32587         "summary": "delete an existing esr-system-info", 
32588         "tags": [
32589           "ExternalSystem"
32590         ]
32591       }, 
32592       "get": {
32593         "description": "returns esr-system-info", 
32594         "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo", 
32595         "parameters": [
32596           {
32597             "description": "Unique ID of SDNC.", 
32598             "example": "__THIRDPARTY-SDNC-ID__", 
32599             "in": "path", 
32600             "name": "thirdparty-sdnc-id", 
32601             "required": true, 
32602             "type": "string"
32603           }, 
32604           {
32605             "description": "Unique ID of esr system info.", 
32606             "example": "__ESR-SYSTEM-INFO-ID__", 
32607             "in": "path", 
32608             "name": "esr-system-info-id", 
32609             "required": true, 
32610             "type": "string"
32611           }
32612         ], 
32613         "produces": [
32614           "application/json", 
32615           "application/xml"
32616         ], 
32617         "responses": {
32618           "200": {
32619             "description": "successful operation", 
32620             "schema": {
32621               "$ref": "#/definitions/esr-system-info"
32622             }
32623           }, 
32624           "default": {
32625             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32626           }
32627         }, 
32628         "summary": "returns esr-system-info", 
32629         "tags": [
32630           "ExternalSystem"
32631         ]
32632       }, 
32633       "patch": {
32634         "consumes": [
32635           "application/json"
32636         ], 
32637         "description": "Update an existing esr-system-info\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
32638         "operationId": "UpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo", 
32639         "parameters": [
32640           {
32641             "description": "Unique ID of SDNC.", 
32642             "example": "__THIRDPARTY-SDNC-ID__", 
32643             "in": "path", 
32644             "name": "thirdparty-sdnc-id", 
32645             "required": true, 
32646             "type": "string"
32647           }, 
32648           {
32649             "description": "Unique ID of esr system info.", 
32650             "example": "__ESR-SYSTEM-INFO-ID__", 
32651             "in": "path", 
32652             "name": "esr-system-info-id", 
32653             "required": true, 
32654             "type": "string"
32655           }, 
32656           {
32657             "description": "esr-system-info object that needs to be updated.", 
32658             "in": "body", 
32659             "name": "body", 
32660             "required": true, 
32661             "schema": {
32662               "$ref": "#/definitions/zzzz-patch-esr-system-info"
32663             }
32664           }
32665         ], 
32666         "produces": [
32667           "application/json"
32668         ], 
32669         "responses": {
32670           "default": {
32671             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32672           }
32673         }, 
32674         "summary": "update an existing esr-system-info", 
32675         "tags": [
32676           "ExternalSystem"
32677         ]
32678       }, 
32679       "put": {
32680         "consumes": [
32681           "application/json", 
32682           "application/xml"
32683         ], 
32684         "description": "Create or update an existing esr-system-info.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
32685         "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo", 
32686         "parameters": [
32687           {
32688             "description": "Unique ID of SDNC.", 
32689             "example": "__THIRDPARTY-SDNC-ID__", 
32690             "in": "path", 
32691             "name": "thirdparty-sdnc-id", 
32692             "required": true, 
32693             "type": "string"
32694           }, 
32695           {
32696             "description": "Unique ID of esr system info.", 
32697             "example": "__ESR-SYSTEM-INFO-ID__", 
32698             "in": "path", 
32699             "name": "esr-system-info-id", 
32700             "required": true, 
32701             "type": "string"
32702           }, 
32703           {
32704             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo.json)", 
32705             "in": "body", 
32706             "name": "body", 
32707             "required": true, 
32708             "schema": {
32709               "$ref": "#/definitions/esr-system-info"
32710             }
32711           }
32712         ], 
32713         "produces": [
32714           "application/json", 
32715           "application/xml"
32716         ], 
32717         "responses": {
32718           "default": {
32719             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32720           }
32721         }, 
32722         "summary": "create or update an existing esr-system-info", 
32723         "tags": [
32724           "ExternalSystem"
32725         ]
32726       }
32727     }, 
32728     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}/relationship-list/relationship": {
32729       "delete": {
32730         "consumes": [
32731           "application/json", 
32732           "application/xml"
32733         ], 
32734         "description": "delete an existing relationship", 
32735         "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
32736         "parameters": [
32737           {
32738             "description": "Unique ID of SDNC.", 
32739             "example": "__THIRDPARTY-SDNC-ID__", 
32740             "in": "path", 
32741             "name": "thirdparty-sdnc-id", 
32742             "required": true, 
32743             "type": "string"
32744           }, 
32745           {
32746             "description": "Unique ID of esr system info.", 
32747             "example": "__ESR-SYSTEM-INFO-ID__", 
32748             "in": "path", 
32749             "name": "esr-system-info-id", 
32750             "required": true, 
32751             "type": "string"
32752           }
32753         ], 
32754         "produces": [
32755           "application/json", 
32756           "application/xml"
32757         ], 
32758         "responses": {
32759           "default": {
32760             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32761           }
32762         }, 
32763         "summary": "delete an existing relationship", 
32764         "tags": [
32765           "ExternalSystem"
32766         ]
32767       }, 
32768       "put": {
32769         "consumes": [
32770           "application/json", 
32771           "application/xml"
32772         ], 
32773         "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
32774         "parameters": [
32775           {
32776             "description": "Unique ID of SDNC.", 
32777             "example": "__THIRDPARTY-SDNC-ID__", 
32778             "in": "path", 
32779             "name": "thirdparty-sdnc-id", 
32780             "required": true, 
32781             "type": "string"
32782           }, 
32783           {
32784             "description": "Unique ID of esr system info.", 
32785             "example": "__ESR-SYSTEM-INFO-ID__", 
32786             "in": "path", 
32787             "name": "esr-system-info-id", 
32788             "required": true, 
32789             "type": "string"
32790           }, 
32791           {
32792             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo.json)", 
32793             "in": "body", 
32794             "name": "body", 
32795             "required": true, 
32796             "schema": {
32797               "$ref": "#/definitions/relationship-dict"
32798             }
32799           }
32800         ], 
32801         "produces": [
32802           "application/json", 
32803           "application/xml"
32804         ], 
32805         "responses": {
32806           "default": {
32807             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32808           }
32809         }, 
32810         "summary": "see node definition for valid relationships", 
32811         "tags": [
32812           "ExternalSystem"
32813         ]
32814       }
32815     }, 
32816     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}/relationship-list/relationship": {
32817       "delete": {
32818         "consumes": [
32819           "application/json", 
32820           "application/xml"
32821         ], 
32822         "description": "delete an existing relationship", 
32823         "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncRelationshipListRelationship", 
32824         "parameters": [
32825           {
32826             "description": "Unique ID of SDNC.", 
32827             "example": "__THIRDPARTY-SDNC-ID__", 
32828             "in": "path", 
32829             "name": "thirdparty-sdnc-id", 
32830             "required": true, 
32831             "type": "string"
32832           }
32833         ], 
32834         "produces": [
32835           "application/json", 
32836           "application/xml"
32837         ], 
32838         "responses": {
32839           "default": {
32840             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32841           }
32842         }, 
32843         "summary": "delete an existing relationship", 
32844         "tags": [
32845           "ExternalSystem"
32846         ]
32847       }, 
32848       "put": {
32849         "consumes": [
32850           "application/json", 
32851           "application/xml"
32852         ], 
32853         "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncRelationshipListRelationship", 
32854         "parameters": [
32855           {
32856             "description": "Unique ID of SDNC.", 
32857             "example": "__THIRDPARTY-SDNC-ID__", 
32858             "in": "path", 
32859             "name": "thirdparty-sdnc-id", 
32860             "required": true, 
32861             "type": "string"
32862           }, 
32863           {
32864             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc.json)", 
32865             "in": "body", 
32866             "name": "body", 
32867             "required": true, 
32868             "schema": {
32869               "$ref": "#/definitions/relationship-dict"
32870             }
32871           }
32872         ], 
32873         "produces": [
32874           "application/json", 
32875           "application/xml"
32876         ], 
32877         "responses": {
32878           "default": {
32879             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32880           }
32881         }, 
32882         "summary": "see node definition for valid relationships", 
32883         "tags": [
32884           "ExternalSystem"
32885         ]
32886       }
32887     }, 
32888     "/external-system/esr-vnfm-list": {
32889       "get": {
32890         "description": "returns esr-vnfm-list", 
32891         "operationId": "getExternalSystemEsrVnfmList", 
32892         "parameters": [
32893           {
32894             "description": "n/a", 
32895             "in": "query", 
32896             "name": "vnfm-id", 
32897             "required": false, 
32898             "type": "string"
32899           }
32900         ], 
32901         "produces": [
32902           "application/json", 
32903           "application/xml"
32904         ], 
32905         "responses": {
32906           "200": {
32907             "description": "successful operation", 
32908             "schema": {
32909               "$ref": "#/definitions/esr-vnfm-list"
32910             }
32911           }, 
32912           "default": {
32913             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32914           }
32915         }, 
32916         "summary": "returns esr-vnfm-list", 
32917         "tags": [
32918           "ExternalSystem"
32919         ]
32920       }
32921     }, 
32922     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}": {
32923       "delete": {
32924         "consumes": [
32925           "application/json", 
32926           "application/xml"
32927         ], 
32928         "description": "delete an existing esr-vnfm", 
32929         "operationId": "deleteExternalSystemEsrVnfmListEsrVnfm", 
32930         "parameters": [
32931           {
32932             "description": "Unique ID of VNFM.", 
32933             "example": "__VNFM-ID__", 
32934             "in": "path", 
32935             "name": "vnfm-id", 
32936             "required": true, 
32937             "type": "string"
32938           }, 
32939           {
32940             "description": "resource-version for concurrency", 
32941             "in": "query", 
32942             "name": "resource-version", 
32943             "required": true, 
32944             "type": "string"
32945           }
32946         ], 
32947         "produces": [
32948           "application/json", 
32949           "application/xml"
32950         ], 
32951         "responses": {
32952           "default": {
32953             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32954           }
32955         }, 
32956         "summary": "delete an existing esr-vnfm", 
32957         "tags": [
32958           "ExternalSystem"
32959         ]
32960       }, 
32961       "get": {
32962         "description": "returns esr-vnfm", 
32963         "operationId": "getExternalSystemEsrVnfmListEsrVnfm", 
32964         "parameters": [
32965           {
32966             "description": "Unique ID of VNFM.", 
32967             "example": "__VNFM-ID__", 
32968             "in": "path", 
32969             "name": "vnfm-id", 
32970             "required": true, 
32971             "type": "string"
32972           }
32973         ], 
32974         "produces": [
32975           "application/json", 
32976           "application/xml"
32977         ], 
32978         "responses": {
32979           "200": {
32980             "description": "successful operation", 
32981             "schema": {
32982               "$ref": "#/definitions/esr-vnfm"
32983             }
32984           }, 
32985           "default": {
32986             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32987           }
32988         }, 
32989         "summary": "returns esr-vnfm", 
32990         "tags": [
32991           "ExternalSystem"
32992         ]
32993       }, 
32994       "patch": {
32995         "consumes": [
32996           "application/json"
32997         ], 
32998         "description": "Update an existing esr-vnfm\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
32999         "operationId": "UpdateExternalSystemEsrVnfmListEsrVnfm", 
33000         "parameters": [
33001           {
33002             "description": "Unique ID of VNFM.", 
33003             "example": "__VNFM-ID__", 
33004             "in": "path", 
33005             "name": "vnfm-id", 
33006             "required": true, 
33007             "type": "string"
33008           }, 
33009           {
33010             "description": "esr-vnfm object that needs to be updated.", 
33011             "in": "body", 
33012             "name": "body", 
33013             "required": true, 
33014             "schema": {
33015               "$ref": "#/definitions/zzzz-patch-esr-vnfm"
33016             }
33017           }
33018         ], 
33019         "produces": [
33020           "application/json"
33021         ], 
33022         "responses": {
33023           "default": {
33024             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33025           }
33026         }, 
33027         "summary": "update an existing esr-vnfm", 
33028         "tags": [
33029           "ExternalSystem"
33030         ]
33031       }, 
33032       "put": {
33033         "consumes": [
33034           "application/json", 
33035           "application/xml"
33036         ], 
33037         "description": "Create or update an existing esr-vnfm.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
33038         "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfm", 
33039         "parameters": [
33040           {
33041             "description": "Unique ID of VNFM.", 
33042             "example": "__VNFM-ID__", 
33043             "in": "path", 
33044             "name": "vnfm-id", 
33045             "required": true, 
33046             "type": "string"
33047           }, 
33048           {
33049             "description": "esr-vnfm object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrVnfmListEsrVnfm.json)", 
33050             "in": "body", 
33051             "name": "body", 
33052             "required": true, 
33053             "schema": {
33054               "$ref": "#/definitions/esr-vnfm"
33055             }
33056           }
33057         ], 
33058         "produces": [
33059           "application/json", 
33060           "application/xml"
33061         ], 
33062         "responses": {
33063           "default": {
33064             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33065           }
33066         }, 
33067         "summary": "create or update an existing esr-vnfm", 
33068         "tags": [
33069           "ExternalSystem"
33070         ]
33071       }
33072     }, 
33073     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}/esr-system-info-list": {
33074       "get": {
33075         "description": "returns esr-system-info-list", 
33076         "operationId": "getExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoList", 
33077         "parameters": [
33078           {
33079             "description": "Unique ID of VNFM.", 
33080             "example": "__VNFM-ID__", 
33081             "in": "path", 
33082             "name": "vnfm-id", 
33083             "required": true, 
33084             "type": "string"
33085           }, 
33086           {
33087             "description": "n/a", 
33088             "in": "query", 
33089             "name": "esr-system-info-id", 
33090             "required": false, 
33091             "type": "string"
33092           }, 
33093           {
33094             "description": "n/a", 
33095             "in": "query", 
33096             "name": "system-name", 
33097             "required": false, 
33098             "type": "string"
33099           }, 
33100           {
33101             "description": "n/a", 
33102             "in": "query", 
33103             "name": "system-type", 
33104             "required": false, 
33105             "type": "string"
33106           }
33107         ], 
33108         "produces": [
33109           "application/json", 
33110           "application/xml"
33111         ], 
33112         "responses": {
33113           "200": {
33114             "description": "successful operation", 
33115             "schema": {
33116               "$ref": "#/definitions/esr-system-info-list"
33117             }
33118           }, 
33119           "default": {
33120             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33121           }
33122         }, 
33123         "summary": "returns esr-system-info-list", 
33124         "tags": [
33125           "ExternalSystem"
33126         ]
33127       }
33128     }, 
33129     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
33130       "delete": {
33131         "consumes": [
33132           "application/json", 
33133           "application/xml"
33134         ], 
33135         "description": "delete an existing esr-system-info", 
33136         "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo", 
33137         "parameters": [
33138           {
33139             "description": "Unique ID of VNFM.", 
33140             "example": "__VNFM-ID__", 
33141             "in": "path", 
33142             "name": "vnfm-id", 
33143             "required": true, 
33144             "type": "string"
33145           }, 
33146           {
33147             "description": "Unique ID of esr system info.", 
33148             "example": "__ESR-SYSTEM-INFO-ID__", 
33149             "in": "path", 
33150             "name": "esr-system-info-id", 
33151             "required": true, 
33152             "type": "string"
33153           }, 
33154           {
33155             "description": "resource-version for concurrency", 
33156             "in": "query", 
33157             "name": "resource-version", 
33158             "required": true, 
33159             "type": "string"
33160           }
33161         ], 
33162         "produces": [
33163           "application/json", 
33164           "application/xml"
33165         ], 
33166         "responses": {
33167           "default": {
33168             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33169           }
33170         }, 
33171         "summary": "delete an existing esr-system-info", 
33172         "tags": [
33173           "ExternalSystem"
33174         ]
33175       }, 
33176       "get": {
33177         "description": "returns esr-system-info", 
33178         "operationId": "getExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo", 
33179         "parameters": [
33180           {
33181             "description": "Unique ID of VNFM.", 
33182             "example": "__VNFM-ID__", 
33183             "in": "path", 
33184             "name": "vnfm-id", 
33185             "required": true, 
33186             "type": "string"
33187           }, 
33188           {
33189             "description": "Unique ID of esr system info.", 
33190             "example": "__ESR-SYSTEM-INFO-ID__", 
33191             "in": "path", 
33192             "name": "esr-system-info-id", 
33193             "required": true, 
33194             "type": "string"
33195           }
33196         ], 
33197         "produces": [
33198           "application/json", 
33199           "application/xml"
33200         ], 
33201         "responses": {
33202           "200": {
33203             "description": "successful operation", 
33204             "schema": {
33205               "$ref": "#/definitions/esr-system-info"
33206             }
33207           }, 
33208           "default": {
33209             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33210           }
33211         }, 
33212         "summary": "returns esr-system-info", 
33213         "tags": [
33214           "ExternalSystem"
33215         ]
33216       }, 
33217       "patch": {
33218         "consumes": [
33219           "application/json"
33220         ], 
33221         "description": "Update an existing esr-system-info\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
33222         "operationId": "UpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo", 
33223         "parameters": [
33224           {
33225             "description": "Unique ID of VNFM.", 
33226             "example": "__VNFM-ID__", 
33227             "in": "path", 
33228             "name": "vnfm-id", 
33229             "required": true, 
33230             "type": "string"
33231           }, 
33232           {
33233             "description": "Unique ID of esr system info.", 
33234             "example": "__ESR-SYSTEM-INFO-ID__", 
33235             "in": "path", 
33236             "name": "esr-system-info-id", 
33237             "required": true, 
33238             "type": "string"
33239           }, 
33240           {
33241             "description": "esr-system-info object that needs to be updated.", 
33242             "in": "body", 
33243             "name": "body", 
33244             "required": true, 
33245             "schema": {
33246               "$ref": "#/definitions/zzzz-patch-esr-system-info"
33247             }
33248           }
33249         ], 
33250         "produces": [
33251           "application/json"
33252         ], 
33253         "responses": {
33254           "default": {
33255             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33256           }
33257         }, 
33258         "summary": "update an existing esr-system-info", 
33259         "tags": [
33260           "ExternalSystem"
33261         ]
33262       }, 
33263       "put": {
33264         "consumes": [
33265           "application/json", 
33266           "application/xml"
33267         ], 
33268         "description": "Create or update an existing esr-system-info.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
33269         "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo", 
33270         "parameters": [
33271           {
33272             "description": "Unique ID of VNFM.", 
33273             "example": "__VNFM-ID__", 
33274             "in": "path", 
33275             "name": "vnfm-id", 
33276             "required": true, 
33277             "type": "string"
33278           }, 
33279           {
33280             "description": "Unique ID of esr system info.", 
33281             "example": "__ESR-SYSTEM-INFO-ID__", 
33282             "in": "path", 
33283             "name": "esr-system-info-id", 
33284             "required": true, 
33285             "type": "string"
33286           }, 
33287           {
33288             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo.json)", 
33289             "in": "body", 
33290             "name": "body", 
33291             "required": true, 
33292             "schema": {
33293               "$ref": "#/definitions/esr-system-info"
33294             }
33295           }
33296         ], 
33297         "produces": [
33298           "application/json", 
33299           "application/xml"
33300         ], 
33301         "responses": {
33302           "default": {
33303             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33304           }
33305         }, 
33306         "summary": "create or update an existing esr-system-info", 
33307         "tags": [
33308           "ExternalSystem"
33309         ]
33310       }
33311     }, 
33312     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}/relationship-list/relationship": {
33313       "delete": {
33314         "consumes": [
33315           "application/json", 
33316           "application/xml"
33317         ], 
33318         "description": "delete an existing relationship", 
33319         "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
33320         "parameters": [
33321           {
33322             "description": "Unique ID of VNFM.", 
33323             "example": "__VNFM-ID__", 
33324             "in": "path", 
33325             "name": "vnfm-id", 
33326             "required": true, 
33327             "type": "string"
33328           }, 
33329           {
33330             "description": "Unique ID of esr system info.", 
33331             "example": "__ESR-SYSTEM-INFO-ID__", 
33332             "in": "path", 
33333             "name": "esr-system-info-id", 
33334             "required": true, 
33335             "type": "string"
33336           }
33337         ], 
33338         "produces": [
33339           "application/json", 
33340           "application/xml"
33341         ], 
33342         "responses": {
33343           "default": {
33344             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33345           }
33346         }, 
33347         "summary": "delete an existing relationship", 
33348         "tags": [
33349           "ExternalSystem"
33350         ]
33351       }, 
33352       "put": {
33353         "consumes": [
33354           "application/json", 
33355           "application/xml"
33356         ], 
33357         "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
33358         "parameters": [
33359           {
33360             "description": "Unique ID of VNFM.", 
33361             "example": "__VNFM-ID__", 
33362             "in": "path", 
33363             "name": "vnfm-id", 
33364             "required": true, 
33365             "type": "string"
33366           }, 
33367           {
33368             "description": "Unique ID of esr system info.", 
33369             "example": "__ESR-SYSTEM-INFO-ID__", 
33370             "in": "path", 
33371             "name": "esr-system-info-id", 
33372             "required": true, 
33373             "type": "string"
33374           }, 
33375           {
33376             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo.json)", 
33377             "in": "body", 
33378             "name": "body", 
33379             "required": true, 
33380             "schema": {
33381               "$ref": "#/definitions/relationship-dict"
33382             }
33383           }
33384         ], 
33385         "produces": [
33386           "application/json", 
33387           "application/xml"
33388         ], 
33389         "responses": {
33390           "default": {
33391             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33392           }
33393         }, 
33394         "summary": "see node definition for valid relationships", 
33395         "tags": [
33396           "ExternalSystem"
33397         ]
33398       }
33399     }, 
33400     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}/relationship-list/relationship": {
33401       "delete": {
33402         "consumes": [
33403           "application/json", 
33404           "application/xml"
33405         ], 
33406         "description": "delete an existing relationship", 
33407         "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmRelationshipListRelationship", 
33408         "parameters": [
33409           {
33410             "description": "Unique ID of VNFM.", 
33411             "example": "__VNFM-ID__", 
33412             "in": "path", 
33413             "name": "vnfm-id", 
33414             "required": true, 
33415             "type": "string"
33416           }
33417         ], 
33418         "produces": [
33419           "application/json", 
33420           "application/xml"
33421         ], 
33422         "responses": {
33423           "default": {
33424             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33425           }
33426         }, 
33427         "summary": "delete an existing relationship", 
33428         "tags": [
33429           "ExternalSystem"
33430         ]
33431       }, 
33432       "put": {
33433         "consumes": [
33434           "application/json", 
33435           "application/xml"
33436         ], 
33437         "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmRelationshipListRelationship", 
33438         "parameters": [
33439           {
33440             "description": "Unique ID of VNFM.", 
33441             "example": "__VNFM-ID__", 
33442             "in": "path", 
33443             "name": "vnfm-id", 
33444             "required": true, 
33445             "type": "string"
33446           }, 
33447           {
33448             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ExternalSystemEsrVnfmListEsrVnfm.json)", 
33449             "in": "body", 
33450             "name": "body", 
33451             "required": true, 
33452             "schema": {
33453               "$ref": "#/definitions/relationship-dict"
33454             }
33455           }
33456         ], 
33457         "produces": [
33458           "application/json", 
33459           "application/xml"
33460         ], 
33461         "responses": {
33462           "default": {
33463             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33464           }
33465         }, 
33466         "summary": "see node definition for valid relationships", 
33467         "tags": [
33468           "ExternalSystem"
33469         ]
33470       }
33471     }, 
33472     "/network/configurations": {
33473       "get": {
33474         "description": "returns configurations", 
33475         "operationId": "getNetworkConfigurations", 
33476         "parameters": [
33477           {
33478             "description": "n/a", 
33479             "in": "query", 
33480             "name": "configuration-id", 
33481             "required": false, 
33482             "type": "string"
33483           }, 
33484           {
33485             "description": "n/a", 
33486             "in": "query", 
33487             "name": "model-invariant-id", 
33488             "required": false, 
33489             "type": "string"
33490           }, 
33491           {
33492             "description": "n/a", 
33493             "in": "query", 
33494             "name": "model-version-id", 
33495             "required": false, 
33496             "type": "string"
33497           }
33498         ], 
33499         "produces": [
33500           "application/json", 
33501           "application/xml"
33502         ], 
33503         "responses": {
33504           "200": {
33505             "description": "successful operation", 
33506             "schema": {
33507               "$ref": "#/definitions/configurations"
33508             }
33509           }, 
33510           "default": {
33511             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33512           }
33513         }, 
33514         "summary": "returns configurations", 
33515         "tags": [
33516           "Network"
33517         ]
33518       }
33519     }, 
33520     "/network/configurations/configuration/{configuration-id}": {
33521       "delete": {
33522         "consumes": [
33523           "application/json", 
33524           "application/xml"
33525         ], 
33526         "description": "delete an existing configuration", 
33527         "operationId": "deleteNetworkConfigurationsConfiguration", 
33528         "parameters": [
33529           {
33530             "description": "UUID assigned to configuration.", 
33531             "example": "__CONFIGURATION-ID__", 
33532             "in": "path", 
33533             "name": "configuration-id", 
33534             "required": true, 
33535             "type": "string"
33536           }, 
33537           {
33538             "description": "resource-version for concurrency", 
33539             "in": "query", 
33540             "name": "resource-version", 
33541             "required": true, 
33542             "type": "string"
33543           }
33544         ], 
33545         "produces": [
33546           "application/json", 
33547           "application/xml"
33548         ], 
33549         "responses": {
33550           "default": {
33551             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33552           }
33553         }, 
33554         "summary": "delete an existing configuration", 
33555         "tags": [
33556           "Network"
33557         ]
33558       }, 
33559       "get": {
33560         "description": "returns configuration", 
33561         "operationId": "getNetworkConfigurationsConfiguration", 
33562         "parameters": [
33563           {
33564             "description": "UUID assigned to configuration.", 
33565             "example": "__CONFIGURATION-ID__", 
33566             "in": "path", 
33567             "name": "configuration-id", 
33568             "required": true, 
33569             "type": "string"
33570           }
33571         ], 
33572         "produces": [
33573           "application/json", 
33574           "application/xml"
33575         ], 
33576         "responses": {
33577           "200": {
33578             "description": "successful operation", 
33579             "schema": {
33580               "$ref": "#/definitions/configuration"
33581             }
33582           }, 
33583           "default": {
33584             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33585           }
33586         }, 
33587         "summary": "returns configuration", 
33588         "tags": [
33589           "Network"
33590         ]
33591       }, 
33592       "patch": {
33593         "consumes": [
33594           "application/json"
33595         ], 
33596         "description": "Update an existing configuration\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
33597         "operationId": "UpdateNetworkConfigurationsConfiguration", 
33598         "parameters": [
33599           {
33600             "description": "UUID assigned to configuration.", 
33601             "example": "__CONFIGURATION-ID__", 
33602             "in": "path", 
33603             "name": "configuration-id", 
33604             "required": true, 
33605             "type": "string"
33606           }, 
33607           {
33608             "description": "configuration object that needs to be updated.", 
33609             "in": "body", 
33610             "name": "body", 
33611             "required": true, 
33612             "schema": {
33613               "$ref": "#/definitions/zzzz-patch-configuration"
33614             }
33615           }
33616         ], 
33617         "produces": [
33618           "application/json"
33619         ], 
33620         "responses": {
33621           "default": {
33622             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33623           }
33624         }, 
33625         "summary": "update an existing configuration", 
33626         "tags": [
33627           "Network"
33628         ]
33629       }, 
33630       "put": {
33631         "consumes": [
33632           "application/json", 
33633           "application/xml"
33634         ], 
33635         "description": "Create or update an existing configuration.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
33636         "operationId": "createOrUpdateNetworkConfigurationsConfiguration", 
33637         "parameters": [
33638           {
33639             "description": "UUID assigned to configuration.", 
33640             "example": "__CONFIGURATION-ID__", 
33641             "in": "path", 
33642             "name": "configuration-id", 
33643             "required": true, 
33644             "type": "string"
33645           }, 
33646           {
33647             "description": "configuration object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkConfigurationsConfiguration.json)", 
33648             "in": "body", 
33649             "name": "body", 
33650             "required": true, 
33651             "schema": {
33652               "$ref": "#/definitions/configuration"
33653             }
33654           }
33655         ], 
33656         "produces": [
33657           "application/json", 
33658           "application/xml"
33659         ], 
33660         "responses": {
33661           "default": {
33662             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33663           }
33664         }, 
33665         "summary": "create or update an existing configuration", 
33666         "tags": [
33667           "Network"
33668         ]
33669       }
33670     }, 
33671     "/network/configurations/configuration/{configuration-id}/metadata": {
33672       "get": {
33673         "description": "returns metadata", 
33674         "operationId": "getNetworkConfigurationsConfigurationMetadata", 
33675         "parameters": [
33676           {
33677             "description": "UUID assigned to configuration.", 
33678             "example": "__CONFIGURATION-ID__", 
33679             "in": "path", 
33680             "name": "configuration-id", 
33681             "required": true, 
33682             "type": "string"
33683           }, 
33684           {
33685             "description": "n/a", 
33686             "in": "query", 
33687             "name": "metaname", 
33688             "required": false, 
33689             "type": "string"
33690           }
33691         ], 
33692         "produces": [
33693           "application/json", 
33694           "application/xml"
33695         ], 
33696         "responses": {
33697           "200": {
33698             "description": "successful operation", 
33699             "schema": {
33700               "$ref": "#/definitions/metadata"
33701             }
33702           }, 
33703           "default": {
33704             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33705           }
33706         }, 
33707         "summary": "returns metadata", 
33708         "tags": [
33709           "Network"
33710         ]
33711       }
33712     }, 
33713     "/network/configurations/configuration/{configuration-id}/metadata/metadatum/{metaname}": {
33714       "delete": {
33715         "consumes": [
33716           "application/json", 
33717           "application/xml"
33718         ], 
33719         "description": "delete an existing metadatum", 
33720         "operationId": "deleteNetworkConfigurationsConfigurationMetadataMetadatum", 
33721         "parameters": [
33722           {
33723             "description": "UUID assigned to configuration.", 
33724             "example": "__CONFIGURATION-ID__", 
33725             "in": "path", 
33726             "name": "configuration-id", 
33727             "required": true, 
33728             "type": "string"
33729           }, 
33730           {
33731             "example": "__METANAME__", 
33732             "in": "path", 
33733             "name": "metaname", 
33734             "required": true, 
33735             "type": "string"
33736           }, 
33737           {
33738             "description": "resource-version for concurrency", 
33739             "in": "query", 
33740             "name": "resource-version", 
33741             "required": true, 
33742             "type": "string"
33743           }
33744         ], 
33745         "produces": [
33746           "application/json", 
33747           "application/xml"
33748         ], 
33749         "responses": {
33750           "default": {
33751             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33752           }
33753         }, 
33754         "summary": "delete an existing metadatum", 
33755         "tags": [
33756           "Network"
33757         ]
33758       }, 
33759       "get": {
33760         "description": "returns metadatum", 
33761         "operationId": "getNetworkConfigurationsConfigurationMetadataMetadatum", 
33762         "parameters": [
33763           {
33764             "description": "UUID assigned to configuration.", 
33765             "example": "__CONFIGURATION-ID__", 
33766             "in": "path", 
33767             "name": "configuration-id", 
33768             "required": true, 
33769             "type": "string"
33770           }, 
33771           {
33772             "example": "__METANAME__", 
33773             "in": "path", 
33774             "name": "metaname", 
33775             "required": true, 
33776             "type": "string"
33777           }
33778         ], 
33779         "produces": [
33780           "application/json", 
33781           "application/xml"
33782         ], 
33783         "responses": {
33784           "200": {
33785             "description": "successful operation", 
33786             "schema": {
33787               "$ref": "#/definitions/metadatum"
33788             }
33789           }, 
33790           "default": {
33791             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33792           }
33793         }, 
33794         "summary": "returns metadatum", 
33795         "tags": [
33796           "Network"
33797         ]
33798       }, 
33799       "patch": {
33800         "consumes": [
33801           "application/json"
33802         ], 
33803         "description": "Update an existing metadatum\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
33804         "operationId": "UpdateNetworkConfigurationsConfigurationMetadataMetadatum", 
33805         "parameters": [
33806           {
33807             "description": "UUID assigned to configuration.", 
33808             "example": "__CONFIGURATION-ID__", 
33809             "in": "path", 
33810             "name": "configuration-id", 
33811             "required": true, 
33812             "type": "string"
33813           }, 
33814           {
33815             "example": "__METANAME__", 
33816             "in": "path", 
33817             "name": "metaname", 
33818             "required": true, 
33819             "type": "string"
33820           }, 
33821           {
33822             "description": "metadatum object that needs to be updated.", 
33823             "in": "body", 
33824             "name": "body", 
33825             "required": true, 
33826             "schema": {
33827               "$ref": "#/definitions/zzzz-patch-metadatum"
33828             }
33829           }
33830         ], 
33831         "produces": [
33832           "application/json"
33833         ], 
33834         "responses": {
33835           "default": {
33836             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33837           }
33838         }, 
33839         "summary": "update an existing metadatum", 
33840         "tags": [
33841           "Network"
33842         ]
33843       }, 
33844       "put": {
33845         "consumes": [
33846           "application/json", 
33847           "application/xml"
33848         ], 
33849         "description": "Create or update an existing metadatum.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
33850         "operationId": "createOrUpdateNetworkConfigurationsConfigurationMetadataMetadatum", 
33851         "parameters": [
33852           {
33853             "description": "UUID assigned to configuration.", 
33854             "example": "__CONFIGURATION-ID__", 
33855             "in": "path", 
33856             "name": "configuration-id", 
33857             "required": true, 
33858             "type": "string"
33859           }, 
33860           {
33861             "example": "__METANAME__", 
33862             "in": "path", 
33863             "name": "metaname", 
33864             "required": true, 
33865             "type": "string"
33866           }, 
33867           {
33868             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkConfigurationsConfigurationMetadataMetadatum.json)", 
33869             "in": "body", 
33870             "name": "body", 
33871             "required": true, 
33872             "schema": {
33873               "$ref": "#/definitions/metadatum"
33874             }
33875           }
33876         ], 
33877         "produces": [
33878           "application/json", 
33879           "application/xml"
33880         ], 
33881         "responses": {
33882           "default": {
33883             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33884           }
33885         }, 
33886         "summary": "create or update an existing metadatum", 
33887         "tags": [
33888           "Network"
33889         ]
33890       }
33891     }, 
33892     "/network/configurations/configuration/{configuration-id}/relationship-list/relationship": {
33893       "delete": {
33894         "consumes": [
33895           "application/json", 
33896           "application/xml"
33897         ], 
33898         "description": "delete an existing relationship", 
33899         "operationId": "deleteNetworkConfigurationsConfigurationRelationshipListRelationship", 
33900         "parameters": [
33901           {
33902             "description": "UUID assigned to configuration.", 
33903             "example": "__CONFIGURATION-ID__", 
33904             "in": "path", 
33905             "name": "configuration-id", 
33906             "required": true, 
33907             "type": "string"
33908           }
33909         ], 
33910         "produces": [
33911           "application/json", 
33912           "application/xml"
33913         ], 
33914         "responses": {
33915           "default": {
33916             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33917           }
33918         }, 
33919         "summary": "delete an existing relationship", 
33920         "tags": [
33921           "Network"
33922         ]
33923       }, 
33924       "put": {
33925         "consumes": [
33926           "application/json", 
33927           "application/xml"
33928         ], 
33929         "operationId": "createOrUpdateNetworkConfigurationsConfigurationRelationshipListRelationship", 
33930         "parameters": [
33931           {
33932             "description": "UUID assigned to configuration.", 
33933             "example": "__CONFIGURATION-ID__", 
33934             "in": "path", 
33935             "name": "configuration-id", 
33936             "required": true, 
33937             "type": "string"
33938           }, 
33939           {
33940             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkConfigurationsConfiguration.json)", 
33941             "in": "body", 
33942             "name": "body", 
33943             "required": true, 
33944             "schema": {
33945               "$ref": "#/definitions/relationship-dict"
33946             }
33947           }
33948         ], 
33949         "produces": [
33950           "application/json", 
33951           "application/xml"
33952         ], 
33953         "responses": {
33954           "default": {
33955             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33956           }
33957         }, 
33958         "summary": "see node definition for valid relationships", 
33959         "tags": [
33960           "Network"
33961         ]
33962       }
33963     }, 
33964     "/network/generic-vnfs": {
33965       "get": {
33966         "description": "returns generic-vnfs", 
33967         "operationId": "getNetworkGenericVnfs", 
33968         "parameters": [
33969           {
33970             "description": "n/a", 
33971             "in": "query", 
33972             "name": "vnf-id", 
33973             "required": false, 
33974             "type": "string"
33975           }, 
33976           {
33977             "description": "n/a", 
33978             "in": "query", 
33979             "name": "vnf-name", 
33980             "required": false, 
33981             "type": "string"
33982           }, 
33983           {
33984             "description": "n/a", 
33985             "in": "query", 
33986             "name": "vnf-name2", 
33987             "required": false, 
33988             "type": "string"
33989           }, 
33990           {
33991             "description": "n/a", 
33992             "in": "query", 
33993             "name": "vnf-type", 
33994             "required": false, 
33995             "type": "string"
33996           }, 
33997           {
33998             "description": "n/a", 
33999             "in": "query", 
34000             "name": "service-id", 
34001             "required": false, 
34002             "type": "string"
34003           }, 
34004           {
34005             "description": "n/a", 
34006             "in": "query", 
34007             "name": "regional-resource-zone", 
34008             "required": false, 
34009             "type": "string"
34010           }, 
34011           {
34012             "description": "n/a", 
34013             "in": "query", 
34014             "name": "prov-status", 
34015             "required": false, 
34016             "type": "string"
34017           }, 
34018           {
34019             "description": "n/a", 
34020             "in": "query", 
34021             "name": "heat-stack-id", 
34022             "required": false, 
34023             "type": "string"
34024           }, 
34025           {
34026             "description": "n/a", 
34027             "in": "query", 
34028             "name": "in-maint", 
34029             "required": false, 
34030             "type": "boolean"
34031           }, 
34032           {
34033             "description": "n/a", 
34034             "in": "query", 
34035             "name": "is-closed-loop-disabled", 
34036             "required": false, 
34037             "type": "boolean"
34038           }, 
34039           {
34040             "description": "n/a", 
34041             "in": "query", 
34042             "name": "model-invariant-id", 
34043             "required": false, 
34044             "type": "string"
34045           }, 
34046           {
34047             "description": "n/a", 
34048             "in": "query", 
34049             "name": "model-version-id", 
34050             "required": false, 
34051             "type": "string"
34052           }, 
34053           {
34054             "description": "n/a", 
34055             "in": "query", 
34056             "name": "widget-model-id", 
34057             "required": false, 
34058             "type": "string"
34059           }, 
34060           {
34061             "description": "n/a", 
34062             "in": "query", 
34063             "name": "widget-model-version", 
34064             "required": false, 
34065             "type": "string"
34066           }, 
34067           {
34068             "description": "n/a", 
34069             "in": "query", 
34070             "name": "nf-type", 
34071             "required": false, 
34072             "type": "string"
34073           }, 
34074           {
34075             "description": "n/a", 
34076             "in": "query", 
34077             "name": "nf-function", 
34078             "required": false, 
34079             "type": "string"
34080           }, 
34081           {
34082             "description": "n/a", 
34083             "in": "query", 
34084             "name": "nf-role", 
34085             "required": false, 
34086             "type": "string"
34087           }, 
34088           {
34089             "description": "n/a", 
34090             "in": "query", 
34091             "name": "nf-naming-code", 
34092             "required": false, 
34093             "type": "string"
34094           }
34095         ], 
34096         "produces": [
34097           "application/json", 
34098           "application/xml"
34099         ], 
34100         "responses": {
34101           "200": {
34102             "description": "successful operation", 
34103             "schema": {
34104               "$ref": "#/definitions/generic-vnfs"
34105             }
34106           }, 
34107           "default": {
34108             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34109           }
34110         }, 
34111         "summary": "returns generic-vnfs", 
34112         "tags": [
34113           "Network"
34114         ]
34115       }
34116     }, 
34117     "/network/generic-vnfs/generic-vnf/{vnf-id}": {
34118       "delete": {
34119         "consumes": [
34120           "application/json", 
34121           "application/xml"
34122         ], 
34123         "description": "delete an existing generic-vnf", 
34124         "operationId": "deleteNetworkGenericVnfsGenericVnf", 
34125         "parameters": [
34126           {
34127             "description": "Unique id of VNF.  This is unique across the graph.", 
34128             "example": "__VNF-ID__", 
34129             "in": "path", 
34130             "name": "vnf-id", 
34131             "required": true, 
34132             "type": "string"
34133           }, 
34134           {
34135             "description": "resource-version for concurrency", 
34136             "in": "query", 
34137             "name": "resource-version", 
34138             "required": true, 
34139             "type": "string"
34140           }
34141         ], 
34142         "produces": [
34143           "application/json", 
34144           "application/xml"
34145         ], 
34146         "responses": {
34147           "default": {
34148             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34149           }
34150         }, 
34151         "summary": "delete an existing generic-vnf", 
34152         "tags": [
34153           "Network"
34154         ]
34155       }, 
34156       "get": {
34157         "description": "returns generic-vnf", 
34158         "operationId": "getNetworkGenericVnfsGenericVnf", 
34159         "parameters": [
34160           {
34161             "description": "Unique id of VNF.  This is unique across the graph.", 
34162             "example": "__VNF-ID__", 
34163             "in": "path", 
34164             "name": "vnf-id", 
34165             "required": true, 
34166             "type": "string"
34167           }
34168         ], 
34169         "produces": [
34170           "application/json", 
34171           "application/xml"
34172         ], 
34173         "responses": {
34174           "200": {
34175             "description": "successful operation", 
34176             "schema": {
34177               "$ref": "#/definitions/generic-vnf"
34178             }
34179           }, 
34180           "default": {
34181             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34182           }
34183         }, 
34184         "summary": "returns generic-vnf", 
34185         "tags": [
34186           "Network"
34187         ]
34188       }, 
34189       "patch": {
34190         "consumes": [
34191           "application/json"
34192         ], 
34193         "description": "Update an existing generic-vnf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
34194         "operationId": "UpdateNetworkGenericVnfsGenericVnf", 
34195         "parameters": [
34196           {
34197             "description": "Unique id of VNF.  This is unique across the graph.", 
34198             "example": "__VNF-ID__", 
34199             "in": "path", 
34200             "name": "vnf-id", 
34201             "required": true, 
34202             "type": "string"
34203           }, 
34204           {
34205             "description": "generic-vnf object that needs to be updated.", 
34206             "in": "body", 
34207             "name": "body", 
34208             "required": true, 
34209             "schema": {
34210               "$ref": "#/definitions/zzzz-patch-generic-vnf"
34211             }
34212           }
34213         ], 
34214         "produces": [
34215           "application/json"
34216         ], 
34217         "responses": {
34218           "default": {
34219             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34220           }
34221         }, 
34222         "summary": "update an existing generic-vnf", 
34223         "tags": [
34224           "Network"
34225         ]
34226       }, 
34227       "put": {
34228         "consumes": [
34229           "application/json", 
34230           "application/xml"
34231         ], 
34232         "description": "Create or update an existing generic-vnf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
34233         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnf", 
34234         "parameters": [
34235           {
34236             "description": "Unique id of VNF.  This is unique across the graph.", 
34237             "example": "__VNF-ID__", 
34238             "in": "path", 
34239             "name": "vnf-id", 
34240             "required": true, 
34241             "type": "string"
34242           }, 
34243           {
34244             "description": "generic-vnf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnf.json)", 
34245             "in": "body", 
34246             "name": "body", 
34247             "required": true, 
34248             "schema": {
34249               "$ref": "#/definitions/generic-vnf"
34250             }
34251           }
34252         ], 
34253         "produces": [
34254           "application/json", 
34255           "application/xml"
34256         ], 
34257         "responses": {
34258           "default": {
34259             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34260           }
34261         }, 
34262         "summary": "create or update an existing generic-vnf", 
34263         "tags": [
34264           "Network"
34265         ]
34266       }
34267     }, 
34268     "/network/generic-vnfs/generic-vnf/{vnf-id}/entitlements": {
34269       "get": {
34270         "description": "returns entitlements", 
34271         "operationId": "getNetworkGenericVnfsGenericVnfEntitlements", 
34272         "parameters": [
34273           {
34274             "description": "Unique id of VNF.  This is unique across the graph.", 
34275             "example": "__VNF-ID__", 
34276             "in": "path", 
34277             "name": "vnf-id", 
34278             "required": true, 
34279             "type": "string"
34280           }, 
34281           {
34282             "description": "n/a", 
34283             "in": "query", 
34284             "name": "group-uuid", 
34285             "required": false, 
34286             "type": "string"
34287           }, 
34288           {
34289             "description": "n/a", 
34290             "in": "query", 
34291             "name": "resource-uuid", 
34292             "required": false, 
34293             "type": "string"
34294           }
34295         ], 
34296         "produces": [
34297           "application/json", 
34298           "application/xml"
34299         ], 
34300         "responses": {
34301           "200": {
34302             "description": "successful operation", 
34303             "schema": {
34304               "$ref": "#/definitions/entitlements"
34305             }
34306           }, 
34307           "default": {
34308             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34309           }
34310         }, 
34311         "summary": "returns entitlements", 
34312         "tags": [
34313           "Network"
34314         ]
34315       }
34316     }, 
34317     "/network/generic-vnfs/generic-vnf/{vnf-id}/entitlements/entitlement/{group-uuid}/{resource-uuid}": {
34318       "delete": {
34319         "consumes": [
34320           "application/json", 
34321           "application/xml"
34322         ], 
34323         "description": "delete an existing entitlement", 
34324         "operationId": "deleteNetworkGenericVnfsGenericVnfEntitlementsEntitlement", 
34325         "parameters": [
34326           {
34327             "description": "Unique id of VNF.  This is unique across the graph.", 
34328             "example": "__VNF-ID__", 
34329             "in": "path", 
34330             "name": "vnf-id", 
34331             "required": true, 
34332             "type": "string"
34333           }, 
34334           {
34335             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
34336             "example": "__GROUP-UUID__", 
34337             "in": "path", 
34338             "name": "group-uuid", 
34339             "required": true, 
34340             "type": "string"
34341           }, 
34342           {
34343             "description": "Unique ID of an entitlement resource.", 
34344             "example": "__RESOURCE-UUID__", 
34345             "in": "path", 
34346             "name": "resource-uuid", 
34347             "required": true, 
34348             "type": "string"
34349           }, 
34350           {
34351             "description": "resource-version for concurrency", 
34352             "in": "query", 
34353             "name": "resource-version", 
34354             "required": true, 
34355             "type": "string"
34356           }
34357         ], 
34358         "produces": [
34359           "application/json", 
34360           "application/xml"
34361         ], 
34362         "responses": {
34363           "default": {
34364             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34365           }
34366         }, 
34367         "summary": "delete an existing entitlement", 
34368         "tags": [
34369           "Network"
34370         ]
34371       }, 
34372       "get": {
34373         "description": "returns entitlement", 
34374         "operationId": "getNetworkGenericVnfsGenericVnfEntitlementsEntitlement", 
34375         "parameters": [
34376           {
34377             "description": "Unique id of VNF.  This is unique across the graph.", 
34378             "example": "__VNF-ID__", 
34379             "in": "path", 
34380             "name": "vnf-id", 
34381             "required": true, 
34382             "type": "string"
34383           }, 
34384           {
34385             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
34386             "example": "__GROUP-UUID__", 
34387             "in": "path", 
34388             "name": "group-uuid", 
34389             "required": true, 
34390             "type": "string"
34391           }, 
34392           {
34393             "description": "Unique ID of an entitlement resource.", 
34394             "example": "__RESOURCE-UUID__", 
34395             "in": "path", 
34396             "name": "resource-uuid", 
34397             "required": true, 
34398             "type": "string"
34399           }
34400         ], 
34401         "produces": [
34402           "application/json", 
34403           "application/xml"
34404         ], 
34405         "responses": {
34406           "200": {
34407             "description": "successful operation", 
34408             "schema": {
34409               "$ref": "#/definitions/entitlement"
34410             }
34411           }, 
34412           "default": {
34413             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34414           }
34415         }, 
34416         "summary": "returns entitlement", 
34417         "tags": [
34418           "Network"
34419         ]
34420       }, 
34421       "patch": {
34422         "consumes": [
34423           "application/json"
34424         ], 
34425         "description": "Update an existing entitlement\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
34426         "operationId": "UpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlement", 
34427         "parameters": [
34428           {
34429             "description": "Unique id of VNF.  This is unique across the graph.", 
34430             "example": "__VNF-ID__", 
34431             "in": "path", 
34432             "name": "vnf-id", 
34433             "required": true, 
34434             "type": "string"
34435           }, 
34436           {
34437             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
34438             "example": "__GROUP-UUID__", 
34439             "in": "path", 
34440             "name": "group-uuid", 
34441             "required": true, 
34442             "type": "string"
34443           }, 
34444           {
34445             "description": "Unique ID of an entitlement resource.", 
34446             "example": "__RESOURCE-UUID__", 
34447             "in": "path", 
34448             "name": "resource-uuid", 
34449             "required": true, 
34450             "type": "string"
34451           }, 
34452           {
34453             "description": "entitlement object that needs to be updated.", 
34454             "in": "body", 
34455             "name": "body", 
34456             "required": true, 
34457             "schema": {
34458               "$ref": "#/definitions/zzzz-patch-entitlement"
34459             }
34460           }
34461         ], 
34462         "produces": [
34463           "application/json"
34464         ], 
34465         "responses": {
34466           "default": {
34467             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34468           }
34469         }, 
34470         "summary": "update an existing entitlement", 
34471         "tags": [
34472           "Network"
34473         ]
34474       }, 
34475       "put": {
34476         "consumes": [
34477           "application/json", 
34478           "application/xml"
34479         ], 
34480         "description": "Create or update an existing entitlement.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
34481         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlement", 
34482         "parameters": [
34483           {
34484             "description": "Unique id of VNF.  This is unique across the graph.", 
34485             "example": "__VNF-ID__", 
34486             "in": "path", 
34487             "name": "vnf-id", 
34488             "required": true, 
34489             "type": "string"
34490           }, 
34491           {
34492             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
34493             "example": "__GROUP-UUID__", 
34494             "in": "path", 
34495             "name": "group-uuid", 
34496             "required": true, 
34497             "type": "string"
34498           }, 
34499           {
34500             "description": "Unique ID of an entitlement resource.", 
34501             "example": "__RESOURCE-UUID__", 
34502             "in": "path", 
34503             "name": "resource-uuid", 
34504             "required": true, 
34505             "type": "string"
34506           }, 
34507           {
34508             "description": "entitlement object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfEntitlementsEntitlement.json)", 
34509             "in": "body", 
34510             "name": "body", 
34511             "required": true, 
34512             "schema": {
34513               "$ref": "#/definitions/entitlement"
34514             }
34515           }
34516         ], 
34517         "produces": [
34518           "application/json", 
34519           "application/xml"
34520         ], 
34521         "responses": {
34522           "default": {
34523             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34524           }
34525         }, 
34526         "summary": "create or update an existing entitlement", 
34527         "tags": [
34528           "Network"
34529         ]
34530       }
34531     }, 
34532     "/network/generic-vnfs/generic-vnf/{vnf-id}/entitlements/entitlement/{group-uuid}/{resource-uuid}/relationship-list/relationship": {
34533       "delete": {
34534         "consumes": [
34535           "application/json", 
34536           "application/xml"
34537         ], 
34538         "description": "delete an existing relationship", 
34539         "operationId": "deleteNetworkGenericVnfsGenericVnfEntitlementsEntitlementRelationshipListRelationship", 
34540         "parameters": [
34541           {
34542             "description": "Unique id of VNF.  This is unique across the graph.", 
34543             "example": "__VNF-ID__", 
34544             "in": "path", 
34545             "name": "vnf-id", 
34546             "required": true, 
34547             "type": "string"
34548           }, 
34549           {
34550             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
34551             "example": "__GROUP-UUID__", 
34552             "in": "path", 
34553             "name": "group-uuid", 
34554             "required": true, 
34555             "type": "string"
34556           }, 
34557           {
34558             "description": "Unique ID of an entitlement resource.", 
34559             "example": "__RESOURCE-UUID__", 
34560             "in": "path", 
34561             "name": "resource-uuid", 
34562             "required": true, 
34563             "type": "string"
34564           }
34565         ], 
34566         "produces": [
34567           "application/json", 
34568           "application/xml"
34569         ], 
34570         "responses": {
34571           "default": {
34572             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34573           }
34574         }, 
34575         "summary": "delete an existing relationship", 
34576         "tags": [
34577           "Network"
34578         ]
34579       }, 
34580       "put": {
34581         "consumes": [
34582           "application/json", 
34583           "application/xml"
34584         ], 
34585         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlementRelationshipListRelationship", 
34586         "parameters": [
34587           {
34588             "description": "Unique id of VNF.  This is unique across the graph.", 
34589             "example": "__VNF-ID__", 
34590             "in": "path", 
34591             "name": "vnf-id", 
34592             "required": true, 
34593             "type": "string"
34594           }, 
34595           {
34596             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
34597             "example": "__GROUP-UUID__", 
34598             "in": "path", 
34599             "name": "group-uuid", 
34600             "required": true, 
34601             "type": "string"
34602           }, 
34603           {
34604             "description": "Unique ID of an entitlement resource.", 
34605             "example": "__RESOURCE-UUID__", 
34606             "in": "path", 
34607             "name": "resource-uuid", 
34608             "required": true, 
34609             "type": "string"
34610           }, 
34611           {
34612             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfEntitlementsEntitlement.json)", 
34613             "in": "body", 
34614             "name": "body", 
34615             "required": true, 
34616             "schema": {
34617               "$ref": "#/definitions/relationship-dict"
34618             }
34619           }
34620         ], 
34621         "produces": [
34622           "application/json", 
34623           "application/xml"
34624         ], 
34625         "responses": {
34626           "default": {
34627             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34628           }
34629         }, 
34630         "summary": "see node definition for valid relationships", 
34631         "tags": [
34632           "Network"
34633         ]
34634       }
34635     }, 
34636     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces": {
34637       "get": {
34638         "description": "returns l-interfaces", 
34639         "operationId": "getNetworkGenericVnfsGenericVnfLInterfaces", 
34640         "parameters": [
34641           {
34642             "description": "Unique id of VNF.  This is unique across the graph.", 
34643             "example": "__VNF-ID__", 
34644             "in": "path", 
34645             "name": "vnf-id", 
34646             "required": true, 
34647             "type": "string"
34648           }, 
34649           {
34650             "description": "n/a", 
34651             "in": "query", 
34652             "name": "interface-name", 
34653             "required": false, 
34654             "type": "string"
34655           }, 
34656           {
34657             "description": "n/a", 
34658             "in": "query", 
34659             "name": "interface-id", 
34660             "required": false, 
34661             "type": "string"
34662           }, 
34663           {
34664             "description": "n/a", 
34665             "in": "query", 
34666             "name": "macaddr", 
34667             "required": false, 
34668             "type": "string"
34669           }, 
34670           {
34671             "description": "n/a", 
34672             "in": "query", 
34673             "name": "network-name", 
34674             "required": false, 
34675             "type": "string"
34676           }
34677         ], 
34678         "produces": [
34679           "application/json", 
34680           "application/xml"
34681         ], 
34682         "responses": {
34683           "200": {
34684             "description": "successful operation", 
34685             "schema": {
34686               "$ref": "#/definitions/l-interfaces"
34687             }
34688           }, 
34689           "default": {
34690             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34691           }
34692         }, 
34693         "summary": "returns l-interfaces", 
34694         "tags": [
34695           "Network"
34696         ]
34697       }
34698     }, 
34699     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}": {
34700       "delete": {
34701         "consumes": [
34702           "application/json", 
34703           "application/xml"
34704         ], 
34705         "description": "delete an existing l-interface", 
34706         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterface", 
34707         "parameters": [
34708           {
34709             "description": "Unique id of VNF.  This is unique across the graph.", 
34710             "example": "__VNF-ID__", 
34711             "in": "path", 
34712             "name": "vnf-id", 
34713             "required": true, 
34714             "type": "string"
34715           }, 
34716           {
34717             "description": "Name given to the interface", 
34718             "example": "__INTERFACE-NAME__", 
34719             "in": "path", 
34720             "name": "interface-name", 
34721             "required": true, 
34722             "type": "string"
34723           }, 
34724           {
34725             "description": "resource-version for concurrency", 
34726             "in": "query", 
34727             "name": "resource-version", 
34728             "required": true, 
34729             "type": "string"
34730           }
34731         ], 
34732         "produces": [
34733           "application/json", 
34734           "application/xml"
34735         ], 
34736         "responses": {
34737           "default": {
34738             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34739           }
34740         }, 
34741         "summary": "delete an existing l-interface", 
34742         "tags": [
34743           "Network"
34744         ]
34745       }, 
34746       "get": {
34747         "description": "returns l-interface", 
34748         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterface", 
34749         "parameters": [
34750           {
34751             "description": "Unique id of VNF.  This is unique across the graph.", 
34752             "example": "__VNF-ID__", 
34753             "in": "path", 
34754             "name": "vnf-id", 
34755             "required": true, 
34756             "type": "string"
34757           }, 
34758           {
34759             "description": "Name given to the interface", 
34760             "example": "__INTERFACE-NAME__", 
34761             "in": "path", 
34762             "name": "interface-name", 
34763             "required": true, 
34764             "type": "string"
34765           }
34766         ], 
34767         "produces": [
34768           "application/json", 
34769           "application/xml"
34770         ], 
34771         "responses": {
34772           "200": {
34773             "description": "successful operation", 
34774             "schema": {
34775               "$ref": "#/definitions/l-interface"
34776             }
34777           }, 
34778           "default": {
34779             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34780           }
34781         }, 
34782         "summary": "returns l-interface", 
34783         "tags": [
34784           "Network"
34785         ]
34786       }, 
34787       "patch": {
34788         "consumes": [
34789           "application/json"
34790         ], 
34791         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
34792         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterface", 
34793         "parameters": [
34794           {
34795             "description": "Unique id of VNF.  This is unique across the graph.", 
34796             "example": "__VNF-ID__", 
34797             "in": "path", 
34798             "name": "vnf-id", 
34799             "required": true, 
34800             "type": "string"
34801           }, 
34802           {
34803             "description": "Name given to the interface", 
34804             "example": "__INTERFACE-NAME__", 
34805             "in": "path", 
34806             "name": "interface-name", 
34807             "required": true, 
34808             "type": "string"
34809           }, 
34810           {
34811             "description": "l-interface object that needs to be updated.", 
34812             "in": "body", 
34813             "name": "body", 
34814             "required": true, 
34815             "schema": {
34816               "$ref": "#/definitions/zzzz-patch-l-interface"
34817             }
34818           }
34819         ], 
34820         "produces": [
34821           "application/json"
34822         ], 
34823         "responses": {
34824           "default": {
34825             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34826           }
34827         }, 
34828         "summary": "update an existing l-interface", 
34829         "tags": [
34830           "Network"
34831         ]
34832       }, 
34833       "put": {
34834         "consumes": [
34835           "application/json", 
34836           "application/xml"
34837         ], 
34838         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
34839         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterface", 
34840         "parameters": [
34841           {
34842             "description": "Unique id of VNF.  This is unique across the graph.", 
34843             "example": "__VNF-ID__", 
34844             "in": "path", 
34845             "name": "vnf-id", 
34846             "required": true, 
34847             "type": "string"
34848           }, 
34849           {
34850             "description": "Name given to the interface", 
34851             "example": "__INTERFACE-NAME__", 
34852             "in": "path", 
34853             "name": "interface-name", 
34854             "required": true, 
34855             "type": "string"
34856           }, 
34857           {
34858             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterface.json)", 
34859             "in": "body", 
34860             "name": "body", 
34861             "required": true, 
34862             "schema": {
34863               "$ref": "#/definitions/l-interface"
34864             }
34865           }
34866         ], 
34867         "produces": [
34868           "application/json", 
34869           "application/xml"
34870         ], 
34871         "responses": {
34872           "default": {
34873             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34874           }
34875         }, 
34876         "summary": "create or update an existing l-interface", 
34877         "tags": [
34878           "Network"
34879         ]
34880       }
34881     }, 
34882     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
34883       "delete": {
34884         "consumes": [
34885           "application/json", 
34886           "application/xml"
34887         ], 
34888         "description": "delete an existing l3-interface-ipv4-address-list", 
34889         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
34890         "parameters": [
34891           {
34892             "description": "Unique id of VNF.  This is unique across the graph.", 
34893             "example": "__VNF-ID__", 
34894             "in": "path", 
34895             "name": "vnf-id", 
34896             "required": true, 
34897             "type": "string"
34898           }, 
34899           {
34900             "description": "Name given to the interface", 
34901             "example": "__INTERFACE-NAME__", 
34902             "in": "path", 
34903             "name": "interface-name", 
34904             "required": true, 
34905             "type": "string"
34906           }, 
34907           {
34908             "description": "IP address", 
34909             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
34910             "in": "path", 
34911             "name": "l3-interface-ipv4-address", 
34912             "required": true, 
34913             "type": "string"
34914           }, 
34915           {
34916             "description": "resource-version for concurrency", 
34917             "in": "query", 
34918             "name": "resource-version", 
34919             "required": true, 
34920             "type": "string"
34921           }
34922         ], 
34923         "produces": [
34924           "application/json", 
34925           "application/xml"
34926         ], 
34927         "responses": {
34928           "default": {
34929             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34930           }
34931         }, 
34932         "summary": "delete an existing l3-interface-ipv4-address-list", 
34933         "tags": [
34934           "Network"
34935         ]
34936       }, 
34937       "get": {
34938         "description": "returns l3-interface-ipv4-address-list", 
34939         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
34940         "parameters": [
34941           {
34942             "description": "Unique id of VNF.  This is unique across the graph.", 
34943             "example": "__VNF-ID__", 
34944             "in": "path", 
34945             "name": "vnf-id", 
34946             "required": true, 
34947             "type": "string"
34948           }, 
34949           {
34950             "description": "Name given to the interface", 
34951             "example": "__INTERFACE-NAME__", 
34952             "in": "path", 
34953             "name": "interface-name", 
34954             "required": true, 
34955             "type": "string"
34956           }, 
34957           {
34958             "description": "IP address", 
34959             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
34960             "in": "path", 
34961             "name": "l3-interface-ipv4-address", 
34962             "required": true, 
34963             "type": "string"
34964           }
34965         ], 
34966         "produces": [
34967           "application/json", 
34968           "application/xml"
34969         ], 
34970         "responses": {
34971           "200": {
34972             "description": "successful operation", 
34973             "schema": {
34974               "$ref": "#/definitions/l3-interface-ipv4-address-list"
34975             }
34976           }, 
34977           "default": {
34978             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34979           }
34980         }, 
34981         "summary": "returns l3-interface-ipv4-address-list", 
34982         "tags": [
34983           "Network"
34984         ]
34985       }, 
34986       "patch": {
34987         "consumes": [
34988           "application/json"
34989         ], 
34990         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
34991         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
34992         "parameters": [
34993           {
34994             "description": "Unique id of VNF.  This is unique across the graph.", 
34995             "example": "__VNF-ID__", 
34996             "in": "path", 
34997             "name": "vnf-id", 
34998             "required": true, 
34999             "type": "string"
35000           }, 
35001           {
35002             "description": "Name given to the interface", 
35003             "example": "__INTERFACE-NAME__", 
35004             "in": "path", 
35005             "name": "interface-name", 
35006             "required": true, 
35007             "type": "string"
35008           }, 
35009           {
35010             "description": "IP address", 
35011             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
35012             "in": "path", 
35013             "name": "l3-interface-ipv4-address", 
35014             "required": true, 
35015             "type": "string"
35016           }, 
35017           {
35018             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
35019             "in": "body", 
35020             "name": "body", 
35021             "required": true, 
35022             "schema": {
35023               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
35024             }
35025           }
35026         ], 
35027         "produces": [
35028           "application/json"
35029         ], 
35030         "responses": {
35031           "default": {
35032             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35033           }
35034         }, 
35035         "summary": "update an existing l3-interface-ipv4-address-list", 
35036         "tags": [
35037           "Network"
35038         ]
35039       }, 
35040       "put": {
35041         "consumes": [
35042           "application/json", 
35043           "application/xml"
35044         ], 
35045         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
35046         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
35047         "parameters": [
35048           {
35049             "description": "Unique id of VNF.  This is unique across the graph.", 
35050             "example": "__VNF-ID__", 
35051             "in": "path", 
35052             "name": "vnf-id", 
35053             "required": true, 
35054             "type": "string"
35055           }, 
35056           {
35057             "description": "Name given to the interface", 
35058             "example": "__INTERFACE-NAME__", 
35059             "in": "path", 
35060             "name": "interface-name", 
35061             "required": true, 
35062             "type": "string"
35063           }, 
35064           {
35065             "description": "IP address", 
35066             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
35067             "in": "path", 
35068             "name": "l3-interface-ipv4-address", 
35069             "required": true, 
35070             "type": "string"
35071           }, 
35072           {
35073             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
35074             "in": "body", 
35075             "name": "body", 
35076             "required": true, 
35077             "schema": {
35078               "$ref": "#/definitions/l3-interface-ipv4-address-list"
35079             }
35080           }
35081         ], 
35082         "produces": [
35083           "application/json", 
35084           "application/xml"
35085         ], 
35086         "responses": {
35087           "default": {
35088             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35089           }
35090         }, 
35091         "summary": "create or update an existing l3-interface-ipv4-address-list", 
35092         "tags": [
35093           "Network"
35094         ]
35095       }
35096     }, 
35097     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
35098       "delete": {
35099         "consumes": [
35100           "application/json", 
35101           "application/xml"
35102         ], 
35103         "description": "delete an existing relationship", 
35104         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
35105         "parameters": [
35106           {
35107             "description": "Unique id of VNF.  This is unique across the graph.", 
35108             "example": "__VNF-ID__", 
35109             "in": "path", 
35110             "name": "vnf-id", 
35111             "required": true, 
35112             "type": "string"
35113           }, 
35114           {
35115             "description": "Name given to the interface", 
35116             "example": "__INTERFACE-NAME__", 
35117             "in": "path", 
35118             "name": "interface-name", 
35119             "required": true, 
35120             "type": "string"
35121           }, 
35122           {
35123             "description": "IP address", 
35124             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
35125             "in": "path", 
35126             "name": "l3-interface-ipv4-address", 
35127             "required": true, 
35128             "type": "string"
35129           }
35130         ], 
35131         "produces": [
35132           "application/json", 
35133           "application/xml"
35134         ], 
35135         "responses": {
35136           "default": {
35137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35138           }
35139         }, 
35140         "summary": "delete an existing relationship", 
35141         "tags": [
35142           "Network"
35143         ]
35144       }, 
35145       "put": {
35146         "consumes": [
35147           "application/json", 
35148           "application/xml"
35149         ], 
35150         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
35151         "parameters": [
35152           {
35153             "description": "Unique id of VNF.  This is unique across the graph.", 
35154             "example": "__VNF-ID__", 
35155             "in": "path", 
35156             "name": "vnf-id", 
35157             "required": true, 
35158             "type": "string"
35159           }, 
35160           {
35161             "description": "Name given to the interface", 
35162             "example": "__INTERFACE-NAME__", 
35163             "in": "path", 
35164             "name": "interface-name", 
35165             "required": true, 
35166             "type": "string"
35167           }, 
35168           {
35169             "description": "IP address", 
35170             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
35171             "in": "path", 
35172             "name": "l3-interface-ipv4-address", 
35173             "required": true, 
35174             "type": "string"
35175           }, 
35176           {
35177             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
35178             "in": "body", 
35179             "name": "body", 
35180             "required": true, 
35181             "schema": {
35182               "$ref": "#/definitions/relationship-dict"
35183             }
35184           }
35185         ], 
35186         "produces": [
35187           "application/json", 
35188           "application/xml"
35189         ], 
35190         "responses": {
35191           "default": {
35192             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35193           }
35194         }, 
35195         "summary": "see node definition for valid relationships", 
35196         "tags": [
35197           "Network"
35198         ]
35199       }
35200     }, 
35201     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
35202       "delete": {
35203         "consumes": [
35204           "application/json", 
35205           "application/xml"
35206         ], 
35207         "description": "delete an existing l3-interface-ipv6-address-list", 
35208         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
35209         "parameters": [
35210           {
35211             "description": "Unique id of VNF.  This is unique across the graph.", 
35212             "example": "__VNF-ID__", 
35213             "in": "path", 
35214             "name": "vnf-id", 
35215             "required": true, 
35216             "type": "string"
35217           }, 
35218           {
35219             "description": "Name given to the interface", 
35220             "example": "__INTERFACE-NAME__", 
35221             "in": "path", 
35222             "name": "interface-name", 
35223             "required": true, 
35224             "type": "string"
35225           }, 
35226           {
35227             "description": "IP address", 
35228             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
35229             "in": "path", 
35230             "name": "l3-interface-ipv6-address", 
35231             "required": true, 
35232             "type": "string"
35233           }, 
35234           {
35235             "description": "resource-version for concurrency", 
35236             "in": "query", 
35237             "name": "resource-version", 
35238             "required": true, 
35239             "type": "string"
35240           }
35241         ], 
35242         "produces": [
35243           "application/json", 
35244           "application/xml"
35245         ], 
35246         "responses": {
35247           "default": {
35248             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35249           }
35250         }, 
35251         "summary": "delete an existing l3-interface-ipv6-address-list", 
35252         "tags": [
35253           "Network"
35254         ]
35255       }, 
35256       "get": {
35257         "description": "returns l3-interface-ipv6-address-list", 
35258         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
35259         "parameters": [
35260           {
35261             "description": "Unique id of VNF.  This is unique across the graph.", 
35262             "example": "__VNF-ID__", 
35263             "in": "path", 
35264             "name": "vnf-id", 
35265             "required": true, 
35266             "type": "string"
35267           }, 
35268           {
35269             "description": "Name given to the interface", 
35270             "example": "__INTERFACE-NAME__", 
35271             "in": "path", 
35272             "name": "interface-name", 
35273             "required": true, 
35274             "type": "string"
35275           }, 
35276           {
35277             "description": "IP address", 
35278             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
35279             "in": "path", 
35280             "name": "l3-interface-ipv6-address", 
35281             "required": true, 
35282             "type": "string"
35283           }
35284         ], 
35285         "produces": [
35286           "application/json", 
35287           "application/xml"
35288         ], 
35289         "responses": {
35290           "200": {
35291             "description": "successful operation", 
35292             "schema": {
35293               "$ref": "#/definitions/l3-interface-ipv6-address-list"
35294             }
35295           }, 
35296           "default": {
35297             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35298           }
35299         }, 
35300         "summary": "returns l3-interface-ipv6-address-list", 
35301         "tags": [
35302           "Network"
35303         ]
35304       }, 
35305       "patch": {
35306         "consumes": [
35307           "application/json"
35308         ], 
35309         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
35310         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
35311         "parameters": [
35312           {
35313             "description": "Unique id of VNF.  This is unique across the graph.", 
35314             "example": "__VNF-ID__", 
35315             "in": "path", 
35316             "name": "vnf-id", 
35317             "required": true, 
35318             "type": "string"
35319           }, 
35320           {
35321             "description": "Name given to the interface", 
35322             "example": "__INTERFACE-NAME__", 
35323             "in": "path", 
35324             "name": "interface-name", 
35325             "required": true, 
35326             "type": "string"
35327           }, 
35328           {
35329             "description": "IP address", 
35330             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
35331             "in": "path", 
35332             "name": "l3-interface-ipv6-address", 
35333             "required": true, 
35334             "type": "string"
35335           }, 
35336           {
35337             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
35338             "in": "body", 
35339             "name": "body", 
35340             "required": true, 
35341             "schema": {
35342               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
35343             }
35344           }
35345         ], 
35346         "produces": [
35347           "application/json"
35348         ], 
35349         "responses": {
35350           "default": {
35351             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35352           }
35353         }, 
35354         "summary": "update an existing l3-interface-ipv6-address-list", 
35355         "tags": [
35356           "Network"
35357         ]
35358       }, 
35359       "put": {
35360         "consumes": [
35361           "application/json", 
35362           "application/xml"
35363         ], 
35364         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
35365         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
35366         "parameters": [
35367           {
35368             "description": "Unique id of VNF.  This is unique across the graph.", 
35369             "example": "__VNF-ID__", 
35370             "in": "path", 
35371             "name": "vnf-id", 
35372             "required": true, 
35373             "type": "string"
35374           }, 
35375           {
35376             "description": "Name given to the interface", 
35377             "example": "__INTERFACE-NAME__", 
35378             "in": "path", 
35379             "name": "interface-name", 
35380             "required": true, 
35381             "type": "string"
35382           }, 
35383           {
35384             "description": "IP address", 
35385             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
35386             "in": "path", 
35387             "name": "l3-interface-ipv6-address", 
35388             "required": true, 
35389             "type": "string"
35390           }, 
35391           {
35392             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
35393             "in": "body", 
35394             "name": "body", 
35395             "required": true, 
35396             "schema": {
35397               "$ref": "#/definitions/l3-interface-ipv6-address-list"
35398             }
35399           }
35400         ], 
35401         "produces": [
35402           "application/json", 
35403           "application/xml"
35404         ], 
35405         "responses": {
35406           "default": {
35407             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35408           }
35409         }, 
35410         "summary": "create or update an existing l3-interface-ipv6-address-list", 
35411         "tags": [
35412           "Network"
35413         ]
35414       }
35415     }, 
35416     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
35417       "delete": {
35418         "consumes": [
35419           "application/json", 
35420           "application/xml"
35421         ], 
35422         "description": "delete an existing relationship", 
35423         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
35424         "parameters": [
35425           {
35426             "description": "Unique id of VNF.  This is unique across the graph.", 
35427             "example": "__VNF-ID__", 
35428             "in": "path", 
35429             "name": "vnf-id", 
35430             "required": true, 
35431             "type": "string"
35432           }, 
35433           {
35434             "description": "Name given to the interface", 
35435             "example": "__INTERFACE-NAME__", 
35436             "in": "path", 
35437             "name": "interface-name", 
35438             "required": true, 
35439             "type": "string"
35440           }, 
35441           {
35442             "description": "IP address", 
35443             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
35444             "in": "path", 
35445             "name": "l3-interface-ipv6-address", 
35446             "required": true, 
35447             "type": "string"
35448           }
35449         ], 
35450         "produces": [
35451           "application/json", 
35452           "application/xml"
35453         ], 
35454         "responses": {
35455           "default": {
35456             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35457           }
35458         }, 
35459         "summary": "delete an existing relationship", 
35460         "tags": [
35461           "Network"
35462         ]
35463       }, 
35464       "put": {
35465         "consumes": [
35466           "application/json", 
35467           "application/xml"
35468         ], 
35469         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
35470         "parameters": [
35471           {
35472             "description": "Unique id of VNF.  This is unique across the graph.", 
35473             "example": "__VNF-ID__", 
35474             "in": "path", 
35475             "name": "vnf-id", 
35476             "required": true, 
35477             "type": "string"
35478           }, 
35479           {
35480             "description": "Name given to the interface", 
35481             "example": "__INTERFACE-NAME__", 
35482             "in": "path", 
35483             "name": "interface-name", 
35484             "required": true, 
35485             "type": "string"
35486           }, 
35487           {
35488             "description": "IP address", 
35489             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
35490             "in": "path", 
35491             "name": "l3-interface-ipv6-address", 
35492             "required": true, 
35493             "type": "string"
35494           }, 
35495           {
35496             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
35497             "in": "body", 
35498             "name": "body", 
35499             "required": true, 
35500             "schema": {
35501               "$ref": "#/definitions/relationship-dict"
35502             }
35503           }
35504         ], 
35505         "produces": [
35506           "application/json", 
35507           "application/xml"
35508         ], 
35509         "responses": {
35510           "default": {
35511             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35512           }
35513         }, 
35514         "summary": "see node definition for valid relationships", 
35515         "tags": [
35516           "Network"
35517         ]
35518       }
35519     }, 
35520     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/relationship-list/relationship": {
35521       "delete": {
35522         "consumes": [
35523           "application/json", 
35524           "application/xml"
35525         ], 
35526         "description": "delete an existing relationship", 
35527         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceRelationshipListRelationship", 
35528         "parameters": [
35529           {
35530             "description": "Unique id of VNF.  This is unique across the graph.", 
35531             "example": "__VNF-ID__", 
35532             "in": "path", 
35533             "name": "vnf-id", 
35534             "required": true, 
35535             "type": "string"
35536           }, 
35537           {
35538             "description": "Name given to the interface", 
35539             "example": "__INTERFACE-NAME__", 
35540             "in": "path", 
35541             "name": "interface-name", 
35542             "required": true, 
35543             "type": "string"
35544           }
35545         ], 
35546         "produces": [
35547           "application/json", 
35548           "application/xml"
35549         ], 
35550         "responses": {
35551           "default": {
35552             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35553           }
35554         }, 
35555         "summary": "delete an existing relationship", 
35556         "tags": [
35557           "Network"
35558         ]
35559       }, 
35560       "put": {
35561         "consumes": [
35562           "application/json", 
35563           "application/xml"
35564         ], 
35565         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceRelationshipListRelationship", 
35566         "parameters": [
35567           {
35568             "description": "Unique id of VNF.  This is unique across the graph.", 
35569             "example": "__VNF-ID__", 
35570             "in": "path", 
35571             "name": "vnf-id", 
35572             "required": true, 
35573             "type": "string"
35574           }, 
35575           {
35576             "description": "Name given to the interface", 
35577             "example": "__INTERFACE-NAME__", 
35578             "in": "path", 
35579             "name": "interface-name", 
35580             "required": true, 
35581             "type": "string"
35582           }, 
35583           {
35584             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterface.json)", 
35585             "in": "body", 
35586             "name": "body", 
35587             "required": true, 
35588             "schema": {
35589               "$ref": "#/definitions/relationship-dict"
35590             }
35591           }
35592         ], 
35593         "produces": [
35594           "application/json", 
35595           "application/xml"
35596         ], 
35597         "responses": {
35598           "default": {
35599             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35600           }
35601         }, 
35602         "summary": "see node definition for valid relationships", 
35603         "tags": [
35604           "Network"
35605         ]
35606       }
35607     }, 
35608     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs": {
35609       "get": {
35610         "description": "returns sriov-vfs", 
35611         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfs", 
35612         "parameters": [
35613           {
35614             "description": "Unique id of VNF.  This is unique across the graph.", 
35615             "example": "__VNF-ID__", 
35616             "in": "path", 
35617             "name": "vnf-id", 
35618             "required": true, 
35619             "type": "string"
35620           }, 
35621           {
35622             "description": "Name given to the interface", 
35623             "example": "__INTERFACE-NAME__", 
35624             "in": "path", 
35625             "name": "interface-name", 
35626             "required": true, 
35627             "type": "string"
35628           }, 
35629           {
35630             "description": "n/a", 
35631             "in": "query", 
35632             "name": "pci-id", 
35633             "required": false, 
35634             "type": "string"
35635           }, 
35636           {
35637             "description": "n/a", 
35638             "in": "query", 
35639             "name": "vf-vlan-filter", 
35640             "required": false, 
35641             "type": "string"
35642           }, 
35643           {
35644             "description": "n/a", 
35645             "in": "query", 
35646             "name": "vf-mac-filter", 
35647             "required": false, 
35648             "type": "string"
35649           }, 
35650           {
35651             "description": "n/a", 
35652             "in": "query", 
35653             "name": "vf-vlan-strip", 
35654             "required": false, 
35655             "type": "boolean"
35656           }, 
35657           {
35658             "description": "n/a", 
35659             "in": "query", 
35660             "name": "neutron-network-id", 
35661             "required": false, 
35662             "type": "string"
35663           }
35664         ], 
35665         "produces": [
35666           "application/json", 
35667           "application/xml"
35668         ], 
35669         "responses": {
35670           "200": {
35671             "description": "successful operation", 
35672             "schema": {
35673               "$ref": "#/definitions/sriov-vfs"
35674             }
35675           }, 
35676           "default": {
35677             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35678           }
35679         }, 
35680         "summary": "returns sriov-vfs", 
35681         "tags": [
35682           "Network"
35683         ]
35684       }
35685     }, 
35686     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
35687       "delete": {
35688         "consumes": [
35689           "application/json", 
35690           "application/xml"
35691         ], 
35692         "description": "delete an existing sriov-vf", 
35693         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf", 
35694         "parameters": [
35695           {
35696             "description": "Unique id of VNF.  This is unique across the graph.", 
35697             "example": "__VNF-ID__", 
35698             "in": "path", 
35699             "name": "vnf-id", 
35700             "required": true, 
35701             "type": "string"
35702           }, 
35703           {
35704             "description": "Name given to the interface", 
35705             "example": "__INTERFACE-NAME__", 
35706             "in": "path", 
35707             "name": "interface-name", 
35708             "required": true, 
35709             "type": "string"
35710           }, 
35711           {
35712             "description": "PCI ID used to identify the sriov-vf", 
35713             "example": "__PCI-ID__", 
35714             "in": "path", 
35715             "name": "pci-id", 
35716             "required": true, 
35717             "type": "string"
35718           }, 
35719           {
35720             "description": "resource-version for concurrency", 
35721             "in": "query", 
35722             "name": "resource-version", 
35723             "required": true, 
35724             "type": "string"
35725           }
35726         ], 
35727         "produces": [
35728           "application/json", 
35729           "application/xml"
35730         ], 
35731         "responses": {
35732           "default": {
35733             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35734           }
35735         }, 
35736         "summary": "delete an existing sriov-vf", 
35737         "tags": [
35738           "Network"
35739         ]
35740       }, 
35741       "get": {
35742         "description": "returns sriov-vf", 
35743         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf", 
35744         "parameters": [
35745           {
35746             "description": "Unique id of VNF.  This is unique across the graph.", 
35747             "example": "__VNF-ID__", 
35748             "in": "path", 
35749             "name": "vnf-id", 
35750             "required": true, 
35751             "type": "string"
35752           }, 
35753           {
35754             "description": "Name given to the interface", 
35755             "example": "__INTERFACE-NAME__", 
35756             "in": "path", 
35757             "name": "interface-name", 
35758             "required": true, 
35759             "type": "string"
35760           }, 
35761           {
35762             "description": "PCI ID used to identify the sriov-vf", 
35763             "example": "__PCI-ID__", 
35764             "in": "path", 
35765             "name": "pci-id", 
35766             "required": true, 
35767             "type": "string"
35768           }
35769         ], 
35770         "produces": [
35771           "application/json", 
35772           "application/xml"
35773         ], 
35774         "responses": {
35775           "200": {
35776             "description": "successful operation", 
35777             "schema": {
35778               "$ref": "#/definitions/sriov-vf"
35779             }
35780           }, 
35781           "default": {
35782             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35783           }
35784         }, 
35785         "summary": "returns sriov-vf", 
35786         "tags": [
35787           "Network"
35788         ]
35789       }, 
35790       "patch": {
35791         "consumes": [
35792           "application/json"
35793         ], 
35794         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
35795         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf", 
35796         "parameters": [
35797           {
35798             "description": "Unique id of VNF.  This is unique across the graph.", 
35799             "example": "__VNF-ID__", 
35800             "in": "path", 
35801             "name": "vnf-id", 
35802             "required": true, 
35803             "type": "string"
35804           }, 
35805           {
35806             "description": "Name given to the interface", 
35807             "example": "__INTERFACE-NAME__", 
35808             "in": "path", 
35809             "name": "interface-name", 
35810             "required": true, 
35811             "type": "string"
35812           }, 
35813           {
35814             "description": "PCI ID used to identify the sriov-vf", 
35815             "example": "__PCI-ID__", 
35816             "in": "path", 
35817             "name": "pci-id", 
35818             "required": true, 
35819             "type": "string"
35820           }, 
35821           {
35822             "description": "sriov-vf object that needs to be updated.", 
35823             "in": "body", 
35824             "name": "body", 
35825             "required": true, 
35826             "schema": {
35827               "$ref": "#/definitions/zzzz-patch-sriov-vf"
35828             }
35829           }
35830         ], 
35831         "produces": [
35832           "application/json"
35833         ], 
35834         "responses": {
35835           "default": {
35836             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35837           }
35838         }, 
35839         "summary": "update an existing sriov-vf", 
35840         "tags": [
35841           "Network"
35842         ]
35843       }, 
35844       "put": {
35845         "consumes": [
35846           "application/json", 
35847           "application/xml"
35848         ], 
35849         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
35850         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf", 
35851         "parameters": [
35852           {
35853             "description": "Unique id of VNF.  This is unique across the graph.", 
35854             "example": "__VNF-ID__", 
35855             "in": "path", 
35856             "name": "vnf-id", 
35857             "required": true, 
35858             "type": "string"
35859           }, 
35860           {
35861             "description": "Name given to the interface", 
35862             "example": "__INTERFACE-NAME__", 
35863             "in": "path", 
35864             "name": "interface-name", 
35865             "required": true, 
35866             "type": "string"
35867           }, 
35868           {
35869             "description": "PCI ID used to identify the sriov-vf", 
35870             "example": "__PCI-ID__", 
35871             "in": "path", 
35872             "name": "pci-id", 
35873             "required": true, 
35874             "type": "string"
35875           }, 
35876           {
35877             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf.json)", 
35878             "in": "body", 
35879             "name": "body", 
35880             "required": true, 
35881             "schema": {
35882               "$ref": "#/definitions/sriov-vf"
35883             }
35884           }
35885         ], 
35886         "produces": [
35887           "application/json", 
35888           "application/xml"
35889         ], 
35890         "responses": {
35891           "default": {
35892             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35893           }
35894         }, 
35895         "summary": "create or update an existing sriov-vf", 
35896         "tags": [
35897           "Network"
35898         ]
35899       }
35900     }, 
35901     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
35902       "delete": {
35903         "consumes": [
35904           "application/json", 
35905           "application/xml"
35906         ], 
35907         "description": "delete an existing relationship", 
35908         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
35909         "parameters": [
35910           {
35911             "description": "Unique id of VNF.  This is unique across the graph.", 
35912             "example": "__VNF-ID__", 
35913             "in": "path", 
35914             "name": "vnf-id", 
35915             "required": true, 
35916             "type": "string"
35917           }, 
35918           {
35919             "description": "Name given to the interface", 
35920             "example": "__INTERFACE-NAME__", 
35921             "in": "path", 
35922             "name": "interface-name", 
35923             "required": true, 
35924             "type": "string"
35925           }, 
35926           {
35927             "description": "PCI ID used to identify the sriov-vf", 
35928             "example": "__PCI-ID__", 
35929             "in": "path", 
35930             "name": "pci-id", 
35931             "required": true, 
35932             "type": "string"
35933           }
35934         ], 
35935         "produces": [
35936           "application/json", 
35937           "application/xml"
35938         ], 
35939         "responses": {
35940           "default": {
35941             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35942           }
35943         }, 
35944         "summary": "delete an existing relationship", 
35945         "tags": [
35946           "Network"
35947         ]
35948       }, 
35949       "put": {
35950         "consumes": [
35951           "application/json", 
35952           "application/xml"
35953         ], 
35954         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
35955         "parameters": [
35956           {
35957             "description": "Unique id of VNF.  This is unique across the graph.", 
35958             "example": "__VNF-ID__", 
35959             "in": "path", 
35960             "name": "vnf-id", 
35961             "required": true, 
35962             "type": "string"
35963           }, 
35964           {
35965             "description": "Name given to the interface", 
35966             "example": "__INTERFACE-NAME__", 
35967             "in": "path", 
35968             "name": "interface-name", 
35969             "required": true, 
35970             "type": "string"
35971           }, 
35972           {
35973             "description": "PCI ID used to identify the sriov-vf", 
35974             "example": "__PCI-ID__", 
35975             "in": "path", 
35976             "name": "pci-id", 
35977             "required": true, 
35978             "type": "string"
35979           }, 
35980           {
35981             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf.json)", 
35982             "in": "body", 
35983             "name": "body", 
35984             "required": true, 
35985             "schema": {
35986               "$ref": "#/definitions/relationship-dict"
35987             }
35988           }
35989         ], 
35990         "produces": [
35991           "application/json", 
35992           "application/xml"
35993         ], 
35994         "responses": {
35995           "default": {
35996             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35997           }
35998         }, 
35999         "summary": "see node definition for valid relationships", 
36000         "tags": [
36001           "Network"
36002         ]
36003       }
36004     }, 
36005     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans": {
36006       "get": {
36007         "description": "returns vlans", 
36008         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlans", 
36009         "parameters": [
36010           {
36011             "description": "Unique id of VNF.  This is unique across the graph.", 
36012             "example": "__VNF-ID__", 
36013             "in": "path", 
36014             "name": "vnf-id", 
36015             "required": true, 
36016             "type": "string"
36017           }, 
36018           {
36019             "description": "Name given to the interface", 
36020             "example": "__INTERFACE-NAME__", 
36021             "in": "path", 
36022             "name": "interface-name", 
36023             "required": true, 
36024             "type": "string"
36025           }, 
36026           {
36027             "description": "n/a", 
36028             "in": "query", 
36029             "name": "vlan-interface", 
36030             "required": false, 
36031             "type": "string"
36032           }, 
36033           {
36034             "description": "n/a", 
36035             "format": "int64", 
36036             "in": "query", 
36037             "name": "vlan-id-inner", 
36038             "required": false, 
36039             "type": "integer"
36040           }, 
36041           {
36042             "description": "n/a", 
36043             "in": "query", 
36044             "name": "vpn-key", 
36045             "required": false, 
36046             "type": "string"
36047           }
36048         ], 
36049         "produces": [
36050           "application/json", 
36051           "application/xml"
36052         ], 
36053         "responses": {
36054           "200": {
36055             "description": "successful operation", 
36056             "schema": {
36057               "$ref": "#/definitions/vlans"
36058             }
36059           }, 
36060           "default": {
36061             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36062           }
36063         }, 
36064         "summary": "returns vlans", 
36065         "tags": [
36066           "Network"
36067         ]
36068       }
36069     }, 
36070     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}": {
36071       "delete": {
36072         "consumes": [
36073           "application/json", 
36074           "application/xml"
36075         ], 
36076         "description": "delete an existing vlan", 
36077         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan", 
36078         "parameters": [
36079           {
36080             "description": "Unique id of VNF.  This is unique across the graph.", 
36081             "example": "__VNF-ID__", 
36082             "in": "path", 
36083             "name": "vnf-id", 
36084             "required": true, 
36085             "type": "string"
36086           }, 
36087           {
36088             "description": "Name given to the interface", 
36089             "example": "__INTERFACE-NAME__", 
36090             "in": "path", 
36091             "name": "interface-name", 
36092             "required": true, 
36093             "type": "string"
36094           }, 
36095           {
36096             "description": "String that identifies the interface", 
36097             "example": "__VLAN-INTERFACE__", 
36098             "in": "path", 
36099             "name": "vlan-interface", 
36100             "required": true, 
36101             "type": "string"
36102           }, 
36103           {
36104             "description": "resource-version for concurrency", 
36105             "in": "query", 
36106             "name": "resource-version", 
36107             "required": true, 
36108             "type": "string"
36109           }
36110         ], 
36111         "produces": [
36112           "application/json", 
36113           "application/xml"
36114         ], 
36115         "responses": {
36116           "default": {
36117             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36118           }
36119         }, 
36120         "summary": "delete an existing vlan", 
36121         "tags": [
36122           "Network"
36123         ]
36124       }, 
36125       "get": {
36126         "description": "returns vlan", 
36127         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan", 
36128         "parameters": [
36129           {
36130             "description": "Unique id of VNF.  This is unique across the graph.", 
36131             "example": "__VNF-ID__", 
36132             "in": "path", 
36133             "name": "vnf-id", 
36134             "required": true, 
36135             "type": "string"
36136           }, 
36137           {
36138             "description": "Name given to the interface", 
36139             "example": "__INTERFACE-NAME__", 
36140             "in": "path", 
36141             "name": "interface-name", 
36142             "required": true, 
36143             "type": "string"
36144           }, 
36145           {
36146             "description": "String that identifies the interface", 
36147             "example": "__VLAN-INTERFACE__", 
36148             "in": "path", 
36149             "name": "vlan-interface", 
36150             "required": true, 
36151             "type": "string"
36152           }
36153         ], 
36154         "produces": [
36155           "application/json", 
36156           "application/xml"
36157         ], 
36158         "responses": {
36159           "200": {
36160             "description": "successful operation", 
36161             "schema": {
36162               "$ref": "#/definitions/vlan"
36163             }
36164           }, 
36165           "default": {
36166             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36167           }
36168         }, 
36169         "summary": "returns vlan", 
36170         "tags": [
36171           "Network"
36172         ]
36173       }, 
36174       "patch": {
36175         "consumes": [
36176           "application/json"
36177         ], 
36178         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
36179         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan", 
36180         "parameters": [
36181           {
36182             "description": "Unique id of VNF.  This is unique across the graph.", 
36183             "example": "__VNF-ID__", 
36184             "in": "path", 
36185             "name": "vnf-id", 
36186             "required": true, 
36187             "type": "string"
36188           }, 
36189           {
36190             "description": "Name given to the interface", 
36191             "example": "__INTERFACE-NAME__", 
36192             "in": "path", 
36193             "name": "interface-name", 
36194             "required": true, 
36195             "type": "string"
36196           }, 
36197           {
36198             "description": "String that identifies the interface", 
36199             "example": "__VLAN-INTERFACE__", 
36200             "in": "path", 
36201             "name": "vlan-interface", 
36202             "required": true, 
36203             "type": "string"
36204           }, 
36205           {
36206             "description": "vlan object that needs to be updated.", 
36207             "in": "body", 
36208             "name": "body", 
36209             "required": true, 
36210             "schema": {
36211               "$ref": "#/definitions/zzzz-patch-vlan"
36212             }
36213           }
36214         ], 
36215         "produces": [
36216           "application/json"
36217         ], 
36218         "responses": {
36219           "default": {
36220             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36221           }
36222         }, 
36223         "summary": "update an existing vlan", 
36224         "tags": [
36225           "Network"
36226         ]
36227       }, 
36228       "put": {
36229         "consumes": [
36230           "application/json", 
36231           "application/xml"
36232         ], 
36233         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
36234         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan", 
36235         "parameters": [
36236           {
36237             "description": "Unique id of VNF.  This is unique across the graph.", 
36238             "example": "__VNF-ID__", 
36239             "in": "path", 
36240             "name": "vnf-id", 
36241             "required": true, 
36242             "type": "string"
36243           }, 
36244           {
36245             "description": "Name given to the interface", 
36246             "example": "__INTERFACE-NAME__", 
36247             "in": "path", 
36248             "name": "interface-name", 
36249             "required": true, 
36250             "type": "string"
36251           }, 
36252           {
36253             "description": "String that identifies the interface", 
36254             "example": "__VLAN-INTERFACE__", 
36255             "in": "path", 
36256             "name": "vlan-interface", 
36257             "required": true, 
36258             "type": "string"
36259           }, 
36260           {
36261             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan.json)", 
36262             "in": "body", 
36263             "name": "body", 
36264             "required": true, 
36265             "schema": {
36266               "$ref": "#/definitions/vlan"
36267             }
36268           }
36269         ], 
36270         "produces": [
36271           "application/json", 
36272           "application/xml"
36273         ], 
36274         "responses": {
36275           "default": {
36276             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36277           }
36278         }, 
36279         "summary": "create or update an existing vlan", 
36280         "tags": [
36281           "Network"
36282         ]
36283       }
36284     }, 
36285     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
36286       "delete": {
36287         "consumes": [
36288           "application/json", 
36289           "application/xml"
36290         ], 
36291         "description": "delete an existing l3-interface-ipv4-address-list", 
36292         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
36293         "parameters": [
36294           {
36295             "description": "Unique id of VNF.  This is unique across the graph.", 
36296             "example": "__VNF-ID__", 
36297             "in": "path", 
36298             "name": "vnf-id", 
36299             "required": true, 
36300             "type": "string"
36301           }, 
36302           {
36303             "description": "Name given to the interface", 
36304             "example": "__INTERFACE-NAME__", 
36305             "in": "path", 
36306             "name": "interface-name", 
36307             "required": true, 
36308             "type": "string"
36309           }, 
36310           {
36311             "description": "String that identifies the interface", 
36312             "example": "__VLAN-INTERFACE__", 
36313             "in": "path", 
36314             "name": "vlan-interface", 
36315             "required": true, 
36316             "type": "string"
36317           }, 
36318           {
36319             "description": "IP address", 
36320             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36321             "in": "path", 
36322             "name": "l3-interface-ipv4-address", 
36323             "required": true, 
36324             "type": "string"
36325           }, 
36326           {
36327             "description": "resource-version for concurrency", 
36328             "in": "query", 
36329             "name": "resource-version", 
36330             "required": true, 
36331             "type": "string"
36332           }
36333         ], 
36334         "produces": [
36335           "application/json", 
36336           "application/xml"
36337         ], 
36338         "responses": {
36339           "default": {
36340             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36341           }
36342         }, 
36343         "summary": "delete an existing l3-interface-ipv4-address-list", 
36344         "tags": [
36345           "Network"
36346         ]
36347       }, 
36348       "get": {
36349         "description": "returns l3-interface-ipv4-address-list", 
36350         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
36351         "parameters": [
36352           {
36353             "description": "Unique id of VNF.  This is unique across the graph.", 
36354             "example": "__VNF-ID__", 
36355             "in": "path", 
36356             "name": "vnf-id", 
36357             "required": true, 
36358             "type": "string"
36359           }, 
36360           {
36361             "description": "Name given to the interface", 
36362             "example": "__INTERFACE-NAME__", 
36363             "in": "path", 
36364             "name": "interface-name", 
36365             "required": true, 
36366             "type": "string"
36367           }, 
36368           {
36369             "description": "String that identifies the interface", 
36370             "example": "__VLAN-INTERFACE__", 
36371             "in": "path", 
36372             "name": "vlan-interface", 
36373             "required": true, 
36374             "type": "string"
36375           }, 
36376           {
36377             "description": "IP address", 
36378             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36379             "in": "path", 
36380             "name": "l3-interface-ipv4-address", 
36381             "required": true, 
36382             "type": "string"
36383           }
36384         ], 
36385         "produces": [
36386           "application/json", 
36387           "application/xml"
36388         ], 
36389         "responses": {
36390           "200": {
36391             "description": "successful operation", 
36392             "schema": {
36393               "$ref": "#/definitions/l3-interface-ipv4-address-list"
36394             }
36395           }, 
36396           "default": {
36397             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36398           }
36399         }, 
36400         "summary": "returns l3-interface-ipv4-address-list", 
36401         "tags": [
36402           "Network"
36403         ]
36404       }, 
36405       "patch": {
36406         "consumes": [
36407           "application/json"
36408         ], 
36409         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
36410         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
36411         "parameters": [
36412           {
36413             "description": "Unique id of VNF.  This is unique across the graph.", 
36414             "example": "__VNF-ID__", 
36415             "in": "path", 
36416             "name": "vnf-id", 
36417             "required": true, 
36418             "type": "string"
36419           }, 
36420           {
36421             "description": "Name given to the interface", 
36422             "example": "__INTERFACE-NAME__", 
36423             "in": "path", 
36424             "name": "interface-name", 
36425             "required": true, 
36426             "type": "string"
36427           }, 
36428           {
36429             "description": "String that identifies the interface", 
36430             "example": "__VLAN-INTERFACE__", 
36431             "in": "path", 
36432             "name": "vlan-interface", 
36433             "required": true, 
36434             "type": "string"
36435           }, 
36436           {
36437             "description": "IP address", 
36438             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36439             "in": "path", 
36440             "name": "l3-interface-ipv4-address", 
36441             "required": true, 
36442             "type": "string"
36443           }, 
36444           {
36445             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
36446             "in": "body", 
36447             "name": "body", 
36448             "required": true, 
36449             "schema": {
36450               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
36451             }
36452           }
36453         ], 
36454         "produces": [
36455           "application/json"
36456         ], 
36457         "responses": {
36458           "default": {
36459             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36460           }
36461         }, 
36462         "summary": "update an existing l3-interface-ipv4-address-list", 
36463         "tags": [
36464           "Network"
36465         ]
36466       }, 
36467       "put": {
36468         "consumes": [
36469           "application/json", 
36470           "application/xml"
36471         ], 
36472         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
36473         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
36474         "parameters": [
36475           {
36476             "description": "Unique id of VNF.  This is unique across the graph.", 
36477             "example": "__VNF-ID__", 
36478             "in": "path", 
36479             "name": "vnf-id", 
36480             "required": true, 
36481             "type": "string"
36482           }, 
36483           {
36484             "description": "Name given to the interface", 
36485             "example": "__INTERFACE-NAME__", 
36486             "in": "path", 
36487             "name": "interface-name", 
36488             "required": true, 
36489             "type": "string"
36490           }, 
36491           {
36492             "description": "String that identifies the interface", 
36493             "example": "__VLAN-INTERFACE__", 
36494             "in": "path", 
36495             "name": "vlan-interface", 
36496             "required": true, 
36497             "type": "string"
36498           }, 
36499           {
36500             "description": "IP address", 
36501             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36502             "in": "path", 
36503             "name": "l3-interface-ipv4-address", 
36504             "required": true, 
36505             "type": "string"
36506           }, 
36507           {
36508             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
36509             "in": "body", 
36510             "name": "body", 
36511             "required": true, 
36512             "schema": {
36513               "$ref": "#/definitions/l3-interface-ipv4-address-list"
36514             }
36515           }
36516         ], 
36517         "produces": [
36518           "application/json", 
36519           "application/xml"
36520         ], 
36521         "responses": {
36522           "default": {
36523             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36524           }
36525         }, 
36526         "summary": "create or update an existing l3-interface-ipv4-address-list", 
36527         "tags": [
36528           "Network"
36529         ]
36530       }
36531     }, 
36532     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
36533       "delete": {
36534         "consumes": [
36535           "application/json", 
36536           "application/xml"
36537         ], 
36538         "description": "delete an existing relationship", 
36539         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
36540         "parameters": [
36541           {
36542             "description": "Unique id of VNF.  This is unique across the graph.", 
36543             "example": "__VNF-ID__", 
36544             "in": "path", 
36545             "name": "vnf-id", 
36546             "required": true, 
36547             "type": "string"
36548           }, 
36549           {
36550             "description": "Name given to the interface", 
36551             "example": "__INTERFACE-NAME__", 
36552             "in": "path", 
36553             "name": "interface-name", 
36554             "required": true, 
36555             "type": "string"
36556           }, 
36557           {
36558             "description": "String that identifies the interface", 
36559             "example": "__VLAN-INTERFACE__", 
36560             "in": "path", 
36561             "name": "vlan-interface", 
36562             "required": true, 
36563             "type": "string"
36564           }, 
36565           {
36566             "description": "IP address", 
36567             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36568             "in": "path", 
36569             "name": "l3-interface-ipv4-address", 
36570             "required": true, 
36571             "type": "string"
36572           }
36573         ], 
36574         "produces": [
36575           "application/json", 
36576           "application/xml"
36577         ], 
36578         "responses": {
36579           "default": {
36580             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36581           }
36582         }, 
36583         "summary": "delete an existing relationship", 
36584         "tags": [
36585           "Network"
36586         ]
36587       }, 
36588       "put": {
36589         "consumes": [
36590           "application/json", 
36591           "application/xml"
36592         ], 
36593         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
36594         "parameters": [
36595           {
36596             "description": "Unique id of VNF.  This is unique across the graph.", 
36597             "example": "__VNF-ID__", 
36598             "in": "path", 
36599             "name": "vnf-id", 
36600             "required": true, 
36601             "type": "string"
36602           }, 
36603           {
36604             "description": "Name given to the interface", 
36605             "example": "__INTERFACE-NAME__", 
36606             "in": "path", 
36607             "name": "interface-name", 
36608             "required": true, 
36609             "type": "string"
36610           }, 
36611           {
36612             "description": "String that identifies the interface", 
36613             "example": "__VLAN-INTERFACE__", 
36614             "in": "path", 
36615             "name": "vlan-interface", 
36616             "required": true, 
36617             "type": "string"
36618           }, 
36619           {
36620             "description": "IP address", 
36621             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36622             "in": "path", 
36623             "name": "l3-interface-ipv4-address", 
36624             "required": true, 
36625             "type": "string"
36626           }, 
36627           {
36628             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
36629             "in": "body", 
36630             "name": "body", 
36631             "required": true, 
36632             "schema": {
36633               "$ref": "#/definitions/relationship-dict"
36634             }
36635           }
36636         ], 
36637         "produces": [
36638           "application/json", 
36639           "application/xml"
36640         ], 
36641         "responses": {
36642           "default": {
36643             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36644           }
36645         }, 
36646         "summary": "see node definition for valid relationships", 
36647         "tags": [
36648           "Network"
36649         ]
36650       }
36651     }, 
36652     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
36653       "delete": {
36654         "consumes": [
36655           "application/json", 
36656           "application/xml"
36657         ], 
36658         "description": "delete an existing l3-interface-ipv6-address-list", 
36659         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
36660         "parameters": [
36661           {
36662             "description": "Unique id of VNF.  This is unique across the graph.", 
36663             "example": "__VNF-ID__", 
36664             "in": "path", 
36665             "name": "vnf-id", 
36666             "required": true, 
36667             "type": "string"
36668           }, 
36669           {
36670             "description": "Name given to the interface", 
36671             "example": "__INTERFACE-NAME__", 
36672             "in": "path", 
36673             "name": "interface-name", 
36674             "required": true, 
36675             "type": "string"
36676           }, 
36677           {
36678             "description": "String that identifies the interface", 
36679             "example": "__VLAN-INTERFACE__", 
36680             "in": "path", 
36681             "name": "vlan-interface", 
36682             "required": true, 
36683             "type": "string"
36684           }, 
36685           {
36686             "description": "IP address", 
36687             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36688             "in": "path", 
36689             "name": "l3-interface-ipv6-address", 
36690             "required": true, 
36691             "type": "string"
36692           }, 
36693           {
36694             "description": "resource-version for concurrency", 
36695             "in": "query", 
36696             "name": "resource-version", 
36697             "required": true, 
36698             "type": "string"
36699           }
36700         ], 
36701         "produces": [
36702           "application/json", 
36703           "application/xml"
36704         ], 
36705         "responses": {
36706           "default": {
36707             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36708           }
36709         }, 
36710         "summary": "delete an existing l3-interface-ipv6-address-list", 
36711         "tags": [
36712           "Network"
36713         ]
36714       }, 
36715       "get": {
36716         "description": "returns l3-interface-ipv6-address-list", 
36717         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
36718         "parameters": [
36719           {
36720             "description": "Unique id of VNF.  This is unique across the graph.", 
36721             "example": "__VNF-ID__", 
36722             "in": "path", 
36723             "name": "vnf-id", 
36724             "required": true, 
36725             "type": "string"
36726           }, 
36727           {
36728             "description": "Name given to the interface", 
36729             "example": "__INTERFACE-NAME__", 
36730             "in": "path", 
36731             "name": "interface-name", 
36732             "required": true, 
36733             "type": "string"
36734           }, 
36735           {
36736             "description": "String that identifies the interface", 
36737             "example": "__VLAN-INTERFACE__", 
36738             "in": "path", 
36739             "name": "vlan-interface", 
36740             "required": true, 
36741             "type": "string"
36742           }, 
36743           {
36744             "description": "IP address", 
36745             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36746             "in": "path", 
36747             "name": "l3-interface-ipv6-address", 
36748             "required": true, 
36749             "type": "string"
36750           }
36751         ], 
36752         "produces": [
36753           "application/json", 
36754           "application/xml"
36755         ], 
36756         "responses": {
36757           "200": {
36758             "description": "successful operation", 
36759             "schema": {
36760               "$ref": "#/definitions/l3-interface-ipv6-address-list"
36761             }
36762           }, 
36763           "default": {
36764             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36765           }
36766         }, 
36767         "summary": "returns l3-interface-ipv6-address-list", 
36768         "tags": [
36769           "Network"
36770         ]
36771       }, 
36772       "patch": {
36773         "consumes": [
36774           "application/json"
36775         ], 
36776         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
36777         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
36778         "parameters": [
36779           {
36780             "description": "Unique id of VNF.  This is unique across the graph.", 
36781             "example": "__VNF-ID__", 
36782             "in": "path", 
36783             "name": "vnf-id", 
36784             "required": true, 
36785             "type": "string"
36786           }, 
36787           {
36788             "description": "Name given to the interface", 
36789             "example": "__INTERFACE-NAME__", 
36790             "in": "path", 
36791             "name": "interface-name", 
36792             "required": true, 
36793             "type": "string"
36794           }, 
36795           {
36796             "description": "String that identifies the interface", 
36797             "example": "__VLAN-INTERFACE__", 
36798             "in": "path", 
36799             "name": "vlan-interface", 
36800             "required": true, 
36801             "type": "string"
36802           }, 
36803           {
36804             "description": "IP address", 
36805             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36806             "in": "path", 
36807             "name": "l3-interface-ipv6-address", 
36808             "required": true, 
36809             "type": "string"
36810           }, 
36811           {
36812             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
36813             "in": "body", 
36814             "name": "body", 
36815             "required": true, 
36816             "schema": {
36817               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
36818             }
36819           }
36820         ], 
36821         "produces": [
36822           "application/json"
36823         ], 
36824         "responses": {
36825           "default": {
36826             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36827           }
36828         }, 
36829         "summary": "update an existing l3-interface-ipv6-address-list", 
36830         "tags": [
36831           "Network"
36832         ]
36833       }, 
36834       "put": {
36835         "consumes": [
36836           "application/json", 
36837           "application/xml"
36838         ], 
36839         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
36840         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
36841         "parameters": [
36842           {
36843             "description": "Unique id of VNF.  This is unique across the graph.", 
36844             "example": "__VNF-ID__", 
36845             "in": "path", 
36846             "name": "vnf-id", 
36847             "required": true, 
36848             "type": "string"
36849           }, 
36850           {
36851             "description": "Name given to the interface", 
36852             "example": "__INTERFACE-NAME__", 
36853             "in": "path", 
36854             "name": "interface-name", 
36855             "required": true, 
36856             "type": "string"
36857           }, 
36858           {
36859             "description": "String that identifies the interface", 
36860             "example": "__VLAN-INTERFACE__", 
36861             "in": "path", 
36862             "name": "vlan-interface", 
36863             "required": true, 
36864             "type": "string"
36865           }, 
36866           {
36867             "description": "IP address", 
36868             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36869             "in": "path", 
36870             "name": "l3-interface-ipv6-address", 
36871             "required": true, 
36872             "type": "string"
36873           }, 
36874           {
36875             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
36876             "in": "body", 
36877             "name": "body", 
36878             "required": true, 
36879             "schema": {
36880               "$ref": "#/definitions/l3-interface-ipv6-address-list"
36881             }
36882           }
36883         ], 
36884         "produces": [
36885           "application/json", 
36886           "application/xml"
36887         ], 
36888         "responses": {
36889           "default": {
36890             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36891           }
36892         }, 
36893         "summary": "create or update an existing l3-interface-ipv6-address-list", 
36894         "tags": [
36895           "Network"
36896         ]
36897       }
36898     }, 
36899     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
36900       "delete": {
36901         "consumes": [
36902           "application/json", 
36903           "application/xml"
36904         ], 
36905         "description": "delete an existing relationship", 
36906         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
36907         "parameters": [
36908           {
36909             "description": "Unique id of VNF.  This is unique across the graph.", 
36910             "example": "__VNF-ID__", 
36911             "in": "path", 
36912             "name": "vnf-id", 
36913             "required": true, 
36914             "type": "string"
36915           }, 
36916           {
36917             "description": "Name given to the interface", 
36918             "example": "__INTERFACE-NAME__", 
36919             "in": "path", 
36920             "name": "interface-name", 
36921             "required": true, 
36922             "type": "string"
36923           }, 
36924           {
36925             "description": "String that identifies the interface", 
36926             "example": "__VLAN-INTERFACE__", 
36927             "in": "path", 
36928             "name": "vlan-interface", 
36929             "required": true, 
36930             "type": "string"
36931           }, 
36932           {
36933             "description": "IP address", 
36934             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36935             "in": "path", 
36936             "name": "l3-interface-ipv6-address", 
36937             "required": true, 
36938             "type": "string"
36939           }
36940         ], 
36941         "produces": [
36942           "application/json", 
36943           "application/xml"
36944         ], 
36945         "responses": {
36946           "default": {
36947             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36948           }
36949         }, 
36950         "summary": "delete an existing relationship", 
36951         "tags": [
36952           "Network"
36953         ]
36954       }, 
36955       "put": {
36956         "consumes": [
36957           "application/json", 
36958           "application/xml"
36959         ], 
36960         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
36961         "parameters": [
36962           {
36963             "description": "Unique id of VNF.  This is unique across the graph.", 
36964             "example": "__VNF-ID__", 
36965             "in": "path", 
36966             "name": "vnf-id", 
36967             "required": true, 
36968             "type": "string"
36969           }, 
36970           {
36971             "description": "Name given to the interface", 
36972             "example": "__INTERFACE-NAME__", 
36973             "in": "path", 
36974             "name": "interface-name", 
36975             "required": true, 
36976             "type": "string"
36977           }, 
36978           {
36979             "description": "String that identifies the interface", 
36980             "example": "__VLAN-INTERFACE__", 
36981             "in": "path", 
36982             "name": "vlan-interface", 
36983             "required": true, 
36984             "type": "string"
36985           }, 
36986           {
36987             "description": "IP address", 
36988             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36989             "in": "path", 
36990             "name": "l3-interface-ipv6-address", 
36991             "required": true, 
36992             "type": "string"
36993           }, 
36994           {
36995             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
36996             "in": "body", 
36997             "name": "body", 
36998             "required": true, 
36999             "schema": {
37000               "$ref": "#/definitions/relationship-dict"
37001             }
37002           }
37003         ], 
37004         "produces": [
37005           "application/json", 
37006           "application/xml"
37007         ], 
37008         "responses": {
37009           "default": {
37010             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37011           }
37012         }, 
37013         "summary": "see node definition for valid relationships", 
37014         "tags": [
37015           "Network"
37016         ]
37017       }
37018     }, 
37019     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
37020       "delete": {
37021         "consumes": [
37022           "application/json", 
37023           "application/xml"
37024         ], 
37025         "description": "delete an existing relationship", 
37026         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
37027         "parameters": [
37028           {
37029             "description": "Unique id of VNF.  This is unique across the graph.", 
37030             "example": "__VNF-ID__", 
37031             "in": "path", 
37032             "name": "vnf-id", 
37033             "required": true, 
37034             "type": "string"
37035           }, 
37036           {
37037             "description": "Name given to the interface", 
37038             "example": "__INTERFACE-NAME__", 
37039             "in": "path", 
37040             "name": "interface-name", 
37041             "required": true, 
37042             "type": "string"
37043           }, 
37044           {
37045             "description": "String that identifies the interface", 
37046             "example": "__VLAN-INTERFACE__", 
37047             "in": "path", 
37048             "name": "vlan-interface", 
37049             "required": true, 
37050             "type": "string"
37051           }
37052         ], 
37053         "produces": [
37054           "application/json", 
37055           "application/xml"
37056         ], 
37057         "responses": {
37058           "default": {
37059             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37060           }
37061         }, 
37062         "summary": "delete an existing relationship", 
37063         "tags": [
37064           "Network"
37065         ]
37066       }, 
37067       "put": {
37068         "consumes": [
37069           "application/json", 
37070           "application/xml"
37071         ], 
37072         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
37073         "parameters": [
37074           {
37075             "description": "Unique id of VNF.  This is unique across the graph.", 
37076             "example": "__VNF-ID__", 
37077             "in": "path", 
37078             "name": "vnf-id", 
37079             "required": true, 
37080             "type": "string"
37081           }, 
37082           {
37083             "description": "Name given to the interface", 
37084             "example": "__INTERFACE-NAME__", 
37085             "in": "path", 
37086             "name": "interface-name", 
37087             "required": true, 
37088             "type": "string"
37089           }, 
37090           {
37091             "description": "String that identifies the interface", 
37092             "example": "__VLAN-INTERFACE__", 
37093             "in": "path", 
37094             "name": "vlan-interface", 
37095             "required": true, 
37096             "type": "string"
37097           }, 
37098           {
37099             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan.json)", 
37100             "in": "body", 
37101             "name": "body", 
37102             "required": true, 
37103             "schema": {
37104               "$ref": "#/definitions/relationship-dict"
37105             }
37106           }
37107         ], 
37108         "produces": [
37109           "application/json", 
37110           "application/xml"
37111         ], 
37112         "responses": {
37113           "default": {
37114             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37115           }
37116         }, 
37117         "summary": "see node definition for valid relationships", 
37118         "tags": [
37119           "Network"
37120         ]
37121       }
37122     }, 
37123     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces": {
37124       "get": {
37125         "description": "returns lag-interfaces", 
37126         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfaces", 
37127         "parameters": [
37128           {
37129             "description": "Unique id of VNF.  This is unique across the graph.", 
37130             "example": "__VNF-ID__", 
37131             "in": "path", 
37132             "name": "vnf-id", 
37133             "required": true, 
37134             "type": "string"
37135           }, 
37136           {
37137             "description": "n/a", 
37138             "in": "query", 
37139             "name": "interface-name", 
37140             "required": false, 
37141             "type": "string"
37142           }, 
37143           {
37144             "description": "n/a", 
37145             "in": "query", 
37146             "name": "interface-id", 
37147             "required": false, 
37148             "type": "string"
37149           }, 
37150           {
37151             "description": "n/a", 
37152             "in": "query", 
37153             "name": "interface-role", 
37154             "required": false, 
37155             "type": "string"
37156           }
37157         ], 
37158         "produces": [
37159           "application/json", 
37160           "application/xml"
37161         ], 
37162         "responses": {
37163           "200": {
37164             "description": "successful operation", 
37165             "schema": {
37166               "$ref": "#/definitions/lag-interfaces"
37167             }
37168           }, 
37169           "default": {
37170             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37171           }
37172         }, 
37173         "summary": "returns lag-interfaces", 
37174         "tags": [
37175           "Network"
37176         ]
37177       }
37178     }, 
37179     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}": {
37180       "delete": {
37181         "consumes": [
37182           "application/json", 
37183           "application/xml"
37184         ], 
37185         "description": "delete an existing lag-interface", 
37186         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterface", 
37187         "parameters": [
37188           {
37189             "description": "Unique id of VNF.  This is unique across the graph.", 
37190             "example": "__VNF-ID__", 
37191             "in": "path", 
37192             "name": "vnf-id", 
37193             "required": true, 
37194             "type": "string"
37195           }, 
37196           {
37197             "description": "Name that identifies the link aggregate interface", 
37198             "example": "__INTERFACE-NAME__", 
37199             "in": "path", 
37200             "name": "interface-name", 
37201             "required": true, 
37202             "type": "string"
37203           }, 
37204           {
37205             "description": "resource-version for concurrency", 
37206             "in": "query", 
37207             "name": "resource-version", 
37208             "required": true, 
37209             "type": "string"
37210           }
37211         ], 
37212         "produces": [
37213           "application/json", 
37214           "application/xml"
37215         ], 
37216         "responses": {
37217           "default": {
37218             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37219           }
37220         }, 
37221         "summary": "delete an existing lag-interface", 
37222         "tags": [
37223           "Network"
37224         ]
37225       }, 
37226       "get": {
37227         "description": "returns lag-interface", 
37228         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterface", 
37229         "parameters": [
37230           {
37231             "description": "Unique id of VNF.  This is unique across the graph.", 
37232             "example": "__VNF-ID__", 
37233             "in": "path", 
37234             "name": "vnf-id", 
37235             "required": true, 
37236             "type": "string"
37237           }, 
37238           {
37239             "description": "Name that identifies the link aggregate interface", 
37240             "example": "__INTERFACE-NAME__", 
37241             "in": "path", 
37242             "name": "interface-name", 
37243             "required": true, 
37244             "type": "string"
37245           }
37246         ], 
37247         "produces": [
37248           "application/json", 
37249           "application/xml"
37250         ], 
37251         "responses": {
37252           "200": {
37253             "description": "successful operation", 
37254             "schema": {
37255               "$ref": "#/definitions/lag-interface"
37256             }
37257           }, 
37258           "default": {
37259             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37260           }
37261         }, 
37262         "summary": "returns lag-interface", 
37263         "tags": [
37264           "Network"
37265         ]
37266       }, 
37267       "patch": {
37268         "consumes": [
37269           "application/json"
37270         ], 
37271         "description": "Update an existing lag-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
37272         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterface", 
37273         "parameters": [
37274           {
37275             "description": "Unique id of VNF.  This is unique across the graph.", 
37276             "example": "__VNF-ID__", 
37277             "in": "path", 
37278             "name": "vnf-id", 
37279             "required": true, 
37280             "type": "string"
37281           }, 
37282           {
37283             "description": "Name that identifies the link aggregate interface", 
37284             "example": "__INTERFACE-NAME__", 
37285             "in": "path", 
37286             "name": "interface-name", 
37287             "required": true, 
37288             "type": "string"
37289           }, 
37290           {
37291             "description": "lag-interface object that needs to be updated.", 
37292             "in": "body", 
37293             "name": "body", 
37294             "required": true, 
37295             "schema": {
37296               "$ref": "#/definitions/zzzz-patch-lag-interface"
37297             }
37298           }
37299         ], 
37300         "produces": [
37301           "application/json"
37302         ], 
37303         "responses": {
37304           "default": {
37305             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37306           }
37307         }, 
37308         "summary": "update an existing lag-interface", 
37309         "tags": [
37310           "Network"
37311         ]
37312       }, 
37313       "put": {
37314         "consumes": [
37315           "application/json", 
37316           "application/xml"
37317         ], 
37318         "description": "Create or update an existing lag-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
37319         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterface", 
37320         "parameters": [
37321           {
37322             "description": "Unique id of VNF.  This is unique across the graph.", 
37323             "example": "__VNF-ID__", 
37324             "in": "path", 
37325             "name": "vnf-id", 
37326             "required": true, 
37327             "type": "string"
37328           }, 
37329           {
37330             "description": "Name that identifies the link aggregate interface", 
37331             "example": "__INTERFACE-NAME__", 
37332             "in": "path", 
37333             "name": "interface-name", 
37334             "required": true, 
37335             "type": "string"
37336           }, 
37337           {
37338             "description": "lag-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterface.json)", 
37339             "in": "body", 
37340             "name": "body", 
37341             "required": true, 
37342             "schema": {
37343               "$ref": "#/definitions/lag-interface"
37344             }
37345           }
37346         ], 
37347         "produces": [
37348           "application/json", 
37349           "application/xml"
37350         ], 
37351         "responses": {
37352           "default": {
37353             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37354           }
37355         }, 
37356         "summary": "create or update an existing lag-interface", 
37357         "tags": [
37358           "Network"
37359         ]
37360       }
37361     }, 
37362     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces": {
37363       "get": {
37364         "description": "returns l-interfaces", 
37365         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfaces", 
37366         "parameters": [
37367           {
37368             "description": "Unique id of VNF.  This is unique across the graph.", 
37369             "example": "__VNF-ID__", 
37370             "in": "path", 
37371             "name": "vnf-id", 
37372             "required": true, 
37373             "type": "string"
37374           }, 
37375           {
37376             "description": "Name that identifies the link aggregate interface", 
37377             "example": "__INTERFACE-NAME__", 
37378             "in": "path", 
37379             "name": "interface-name", 
37380             "required": true, 
37381             "type": "string"
37382           }, 
37383           {
37384             "description": "n/a", 
37385             "in": "query", 
37386             "name": "interface-name", 
37387             "required": false, 
37388             "type": "string"
37389           }, 
37390           {
37391             "description": "n/a", 
37392             "in": "query", 
37393             "name": "interface-id", 
37394             "required": false, 
37395             "type": "string"
37396           }, 
37397           {
37398             "description": "n/a", 
37399             "in": "query", 
37400             "name": "macaddr", 
37401             "required": false, 
37402             "type": "string"
37403           }, 
37404           {
37405             "description": "n/a", 
37406             "in": "query", 
37407             "name": "network-name", 
37408             "required": false, 
37409             "type": "string"
37410           }
37411         ], 
37412         "produces": [
37413           "application/json", 
37414           "application/xml"
37415         ], 
37416         "responses": {
37417           "200": {
37418             "description": "successful operation", 
37419             "schema": {
37420               "$ref": "#/definitions/l-interfaces"
37421             }
37422           }, 
37423           "default": {
37424             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37425           }
37426         }, 
37427         "summary": "returns l-interfaces", 
37428         "tags": [
37429           "Network"
37430         ]
37431       }
37432     }, 
37433     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
37434       "delete": {
37435         "consumes": [
37436           "application/json", 
37437           "application/xml"
37438         ], 
37439         "description": "delete an existing l-interface", 
37440         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface", 
37441         "parameters": [
37442           {
37443             "description": "Unique id of VNF.  This is unique across the graph.", 
37444             "example": "__VNF-ID__", 
37445             "in": "path", 
37446             "name": "vnf-id", 
37447             "required": true, 
37448             "type": "string"
37449           }, 
37450           {
37451             "description": "Name that identifies the link aggregate interface", 
37452             "example": "__INTERFACE-NAME__", 
37453             "in": "path", 
37454             "name": "interface-name", 
37455             "required": true, 
37456             "type": "string"
37457           }, 
37458           {
37459             "description": "Name given to the interface", 
37460             "example": "__INTERFACE-NAME__", 
37461             "in": "path", 
37462             "name": "l-interface.interface-name", 
37463             "required": true, 
37464             "type": "string"
37465           }, 
37466           {
37467             "description": "resource-version for concurrency", 
37468             "in": "query", 
37469             "name": "resource-version", 
37470             "required": true, 
37471             "type": "string"
37472           }
37473         ], 
37474         "produces": [
37475           "application/json", 
37476           "application/xml"
37477         ], 
37478         "responses": {
37479           "default": {
37480             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37481           }
37482         }, 
37483         "summary": "delete an existing l-interface", 
37484         "tags": [
37485           "Network"
37486         ]
37487       }, 
37488       "get": {
37489         "description": "returns l-interface", 
37490         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface", 
37491         "parameters": [
37492           {
37493             "description": "Unique id of VNF.  This is unique across the graph.", 
37494             "example": "__VNF-ID__", 
37495             "in": "path", 
37496             "name": "vnf-id", 
37497             "required": true, 
37498             "type": "string"
37499           }, 
37500           {
37501             "description": "Name that identifies the link aggregate interface", 
37502             "example": "__INTERFACE-NAME__", 
37503             "in": "path", 
37504             "name": "interface-name", 
37505             "required": true, 
37506             "type": "string"
37507           }, 
37508           {
37509             "description": "Name given to the interface", 
37510             "example": "__INTERFACE-NAME__", 
37511             "in": "path", 
37512             "name": "l-interface.interface-name", 
37513             "required": true, 
37514             "type": "string"
37515           }
37516         ], 
37517         "produces": [
37518           "application/json", 
37519           "application/xml"
37520         ], 
37521         "responses": {
37522           "200": {
37523             "description": "successful operation", 
37524             "schema": {
37525               "$ref": "#/definitions/l-interface"
37526             }
37527           }, 
37528           "default": {
37529             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37530           }
37531         }, 
37532         "summary": "returns l-interface", 
37533         "tags": [
37534           "Network"
37535         ]
37536       }, 
37537       "patch": {
37538         "consumes": [
37539           "application/json"
37540         ], 
37541         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
37542         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface", 
37543         "parameters": [
37544           {
37545             "description": "Unique id of VNF.  This is unique across the graph.", 
37546             "example": "__VNF-ID__", 
37547             "in": "path", 
37548             "name": "vnf-id", 
37549             "required": true, 
37550             "type": "string"
37551           }, 
37552           {
37553             "description": "Name that identifies the link aggregate interface", 
37554             "example": "__INTERFACE-NAME__", 
37555             "in": "path", 
37556             "name": "interface-name", 
37557             "required": true, 
37558             "type": "string"
37559           }, 
37560           {
37561             "description": "Name given to the interface", 
37562             "example": "__INTERFACE-NAME__", 
37563             "in": "path", 
37564             "name": "l-interface.interface-name", 
37565             "required": true, 
37566             "type": "string"
37567           }, 
37568           {
37569             "description": "l-interface object that needs to be updated.", 
37570             "in": "body", 
37571             "name": "body", 
37572             "required": true, 
37573             "schema": {
37574               "$ref": "#/definitions/zzzz-patch-l-interface"
37575             }
37576           }
37577         ], 
37578         "produces": [
37579           "application/json"
37580         ], 
37581         "responses": {
37582           "default": {
37583             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37584           }
37585         }, 
37586         "summary": "update an existing l-interface", 
37587         "tags": [
37588           "Network"
37589         ]
37590       }, 
37591       "put": {
37592         "consumes": [
37593           "application/json", 
37594           "application/xml"
37595         ], 
37596         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
37597         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface", 
37598         "parameters": [
37599           {
37600             "description": "Unique id of VNF.  This is unique across the graph.", 
37601             "example": "__VNF-ID__", 
37602             "in": "path", 
37603             "name": "vnf-id", 
37604             "required": true, 
37605             "type": "string"
37606           }, 
37607           {
37608             "description": "Name that identifies the link aggregate interface", 
37609             "example": "__INTERFACE-NAME__", 
37610             "in": "path", 
37611             "name": "interface-name", 
37612             "required": true, 
37613             "type": "string"
37614           }, 
37615           {
37616             "description": "Name given to the interface", 
37617             "example": "__INTERFACE-NAME__", 
37618             "in": "path", 
37619             "name": "l-interface.interface-name", 
37620             "required": true, 
37621             "type": "string"
37622           }, 
37623           {
37624             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
37625             "in": "body", 
37626             "name": "body", 
37627             "required": true, 
37628             "schema": {
37629               "$ref": "#/definitions/l-interface"
37630             }
37631           }
37632         ], 
37633         "produces": [
37634           "application/json", 
37635           "application/xml"
37636         ], 
37637         "responses": {
37638           "default": {
37639             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37640           }
37641         }, 
37642         "summary": "create or update an existing l-interface", 
37643         "tags": [
37644           "Network"
37645         ]
37646       }
37647     }, 
37648     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
37649       "delete": {
37650         "consumes": [
37651           "application/json", 
37652           "application/xml"
37653         ], 
37654         "description": "delete an existing l3-interface-ipv4-address-list", 
37655         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
37656         "parameters": [
37657           {
37658             "description": "Unique id of VNF.  This is unique across the graph.", 
37659             "example": "__VNF-ID__", 
37660             "in": "path", 
37661             "name": "vnf-id", 
37662             "required": true, 
37663             "type": "string"
37664           }, 
37665           {
37666             "description": "Name that identifies the link aggregate interface", 
37667             "example": "__INTERFACE-NAME__", 
37668             "in": "path", 
37669             "name": "interface-name", 
37670             "required": true, 
37671             "type": "string"
37672           }, 
37673           {
37674             "description": "Name given to the interface", 
37675             "example": "__INTERFACE-NAME__", 
37676             "in": "path", 
37677             "name": "l-interface.interface-name", 
37678             "required": true, 
37679             "type": "string"
37680           }, 
37681           {
37682             "description": "IP address", 
37683             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
37684             "in": "path", 
37685             "name": "l3-interface-ipv4-address", 
37686             "required": true, 
37687             "type": "string"
37688           }, 
37689           {
37690             "description": "resource-version for concurrency", 
37691             "in": "query", 
37692             "name": "resource-version", 
37693             "required": true, 
37694             "type": "string"
37695           }
37696         ], 
37697         "produces": [
37698           "application/json", 
37699           "application/xml"
37700         ], 
37701         "responses": {
37702           "default": {
37703             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37704           }
37705         }, 
37706         "summary": "delete an existing l3-interface-ipv4-address-list", 
37707         "tags": [
37708           "Network"
37709         ]
37710       }, 
37711       "get": {
37712         "description": "returns l3-interface-ipv4-address-list", 
37713         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
37714         "parameters": [
37715           {
37716             "description": "Unique id of VNF.  This is unique across the graph.", 
37717             "example": "__VNF-ID__", 
37718             "in": "path", 
37719             "name": "vnf-id", 
37720             "required": true, 
37721             "type": "string"
37722           }, 
37723           {
37724             "description": "Name that identifies the link aggregate interface", 
37725             "example": "__INTERFACE-NAME__", 
37726             "in": "path", 
37727             "name": "interface-name", 
37728             "required": true, 
37729             "type": "string"
37730           }, 
37731           {
37732             "description": "Name given to the interface", 
37733             "example": "__INTERFACE-NAME__", 
37734             "in": "path", 
37735             "name": "l-interface.interface-name", 
37736             "required": true, 
37737             "type": "string"
37738           }, 
37739           {
37740             "description": "IP address", 
37741             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
37742             "in": "path", 
37743             "name": "l3-interface-ipv4-address", 
37744             "required": true, 
37745             "type": "string"
37746           }
37747         ], 
37748         "produces": [
37749           "application/json", 
37750           "application/xml"
37751         ], 
37752         "responses": {
37753           "200": {
37754             "description": "successful operation", 
37755             "schema": {
37756               "$ref": "#/definitions/l3-interface-ipv4-address-list"
37757             }
37758           }, 
37759           "default": {
37760             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37761           }
37762         }, 
37763         "summary": "returns l3-interface-ipv4-address-list", 
37764         "tags": [
37765           "Network"
37766         ]
37767       }, 
37768       "patch": {
37769         "consumes": [
37770           "application/json"
37771         ], 
37772         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
37773         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
37774         "parameters": [
37775           {
37776             "description": "Unique id of VNF.  This is unique across the graph.", 
37777             "example": "__VNF-ID__", 
37778             "in": "path", 
37779             "name": "vnf-id", 
37780             "required": true, 
37781             "type": "string"
37782           }, 
37783           {
37784             "description": "Name that identifies the link aggregate interface", 
37785             "example": "__INTERFACE-NAME__", 
37786             "in": "path", 
37787             "name": "interface-name", 
37788             "required": true, 
37789             "type": "string"
37790           }, 
37791           {
37792             "description": "Name given to the interface", 
37793             "example": "__INTERFACE-NAME__", 
37794             "in": "path", 
37795             "name": "l-interface.interface-name", 
37796             "required": true, 
37797             "type": "string"
37798           }, 
37799           {
37800             "description": "IP address", 
37801             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
37802             "in": "path", 
37803             "name": "l3-interface-ipv4-address", 
37804             "required": true, 
37805             "type": "string"
37806           }, 
37807           {
37808             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
37809             "in": "body", 
37810             "name": "body", 
37811             "required": true, 
37812             "schema": {
37813               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
37814             }
37815           }
37816         ], 
37817         "produces": [
37818           "application/json"
37819         ], 
37820         "responses": {
37821           "default": {
37822             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37823           }
37824         }, 
37825         "summary": "update an existing l3-interface-ipv4-address-list", 
37826         "tags": [
37827           "Network"
37828         ]
37829       }, 
37830       "put": {
37831         "consumes": [
37832           "application/json", 
37833           "application/xml"
37834         ], 
37835         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
37836         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
37837         "parameters": [
37838           {
37839             "description": "Unique id of VNF.  This is unique across the graph.", 
37840             "example": "__VNF-ID__", 
37841             "in": "path", 
37842             "name": "vnf-id", 
37843             "required": true, 
37844             "type": "string"
37845           }, 
37846           {
37847             "description": "Name that identifies the link aggregate interface", 
37848             "example": "__INTERFACE-NAME__", 
37849             "in": "path", 
37850             "name": "interface-name", 
37851             "required": true, 
37852             "type": "string"
37853           }, 
37854           {
37855             "description": "Name given to the interface", 
37856             "example": "__INTERFACE-NAME__", 
37857             "in": "path", 
37858             "name": "l-interface.interface-name", 
37859             "required": true, 
37860             "type": "string"
37861           }, 
37862           {
37863             "description": "IP address", 
37864             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
37865             "in": "path", 
37866             "name": "l3-interface-ipv4-address", 
37867             "required": true, 
37868             "type": "string"
37869           }, 
37870           {
37871             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
37872             "in": "body", 
37873             "name": "body", 
37874             "required": true, 
37875             "schema": {
37876               "$ref": "#/definitions/l3-interface-ipv4-address-list"
37877             }
37878           }
37879         ], 
37880         "produces": [
37881           "application/json", 
37882           "application/xml"
37883         ], 
37884         "responses": {
37885           "default": {
37886             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37887           }
37888         }, 
37889         "summary": "create or update an existing l3-interface-ipv4-address-list", 
37890         "tags": [
37891           "Network"
37892         ]
37893       }
37894     }, 
37895     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
37896       "delete": {
37897         "consumes": [
37898           "application/json", 
37899           "application/xml"
37900         ], 
37901         "description": "delete an existing relationship", 
37902         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
37903         "parameters": [
37904           {
37905             "description": "Unique id of VNF.  This is unique across the graph.", 
37906             "example": "__VNF-ID__", 
37907             "in": "path", 
37908             "name": "vnf-id", 
37909             "required": true, 
37910             "type": "string"
37911           }, 
37912           {
37913             "description": "Name that identifies the link aggregate interface", 
37914             "example": "__INTERFACE-NAME__", 
37915             "in": "path", 
37916             "name": "interface-name", 
37917             "required": true, 
37918             "type": "string"
37919           }, 
37920           {
37921             "description": "Name given to the interface", 
37922             "example": "__INTERFACE-NAME__", 
37923             "in": "path", 
37924             "name": "l-interface.interface-name", 
37925             "required": true, 
37926             "type": "string"
37927           }, 
37928           {
37929             "description": "IP address", 
37930             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
37931             "in": "path", 
37932             "name": "l3-interface-ipv4-address", 
37933             "required": true, 
37934             "type": "string"
37935           }
37936         ], 
37937         "produces": [
37938           "application/json", 
37939           "application/xml"
37940         ], 
37941         "responses": {
37942           "default": {
37943             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37944           }
37945         }, 
37946         "summary": "delete an existing relationship", 
37947         "tags": [
37948           "Network"
37949         ]
37950       }, 
37951       "put": {
37952         "consumes": [
37953           "application/json", 
37954           "application/xml"
37955         ], 
37956         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
37957         "parameters": [
37958           {
37959             "description": "Unique id of VNF.  This is unique across the graph.", 
37960             "example": "__VNF-ID__", 
37961             "in": "path", 
37962             "name": "vnf-id", 
37963             "required": true, 
37964             "type": "string"
37965           }, 
37966           {
37967             "description": "Name that identifies the link aggregate interface", 
37968             "example": "__INTERFACE-NAME__", 
37969             "in": "path", 
37970             "name": "interface-name", 
37971             "required": true, 
37972             "type": "string"
37973           }, 
37974           {
37975             "description": "Name given to the interface", 
37976             "example": "__INTERFACE-NAME__", 
37977             "in": "path", 
37978             "name": "l-interface.interface-name", 
37979             "required": true, 
37980             "type": "string"
37981           }, 
37982           {
37983             "description": "IP address", 
37984             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
37985             "in": "path", 
37986             "name": "l3-interface-ipv4-address", 
37987             "required": true, 
37988             "type": "string"
37989           }, 
37990           {
37991             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
37992             "in": "body", 
37993             "name": "body", 
37994             "required": true, 
37995             "schema": {
37996               "$ref": "#/definitions/relationship-dict"
37997             }
37998           }
37999         ], 
38000         "produces": [
38001           "application/json", 
38002           "application/xml"
38003         ], 
38004         "responses": {
38005           "default": {
38006             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38007           }
38008         }, 
38009         "summary": "see node definition for valid relationships", 
38010         "tags": [
38011           "Network"
38012         ]
38013       }
38014     }, 
38015     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
38016       "delete": {
38017         "consumes": [
38018           "application/json", 
38019           "application/xml"
38020         ], 
38021         "description": "delete an existing l3-interface-ipv6-address-list", 
38022         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
38023         "parameters": [
38024           {
38025             "description": "Unique id of VNF.  This is unique across the graph.", 
38026             "example": "__VNF-ID__", 
38027             "in": "path", 
38028             "name": "vnf-id", 
38029             "required": true, 
38030             "type": "string"
38031           }, 
38032           {
38033             "description": "Name that identifies the link aggregate interface", 
38034             "example": "__INTERFACE-NAME__", 
38035             "in": "path", 
38036             "name": "interface-name", 
38037             "required": true, 
38038             "type": "string"
38039           }, 
38040           {
38041             "description": "Name given to the interface", 
38042             "example": "__INTERFACE-NAME__", 
38043             "in": "path", 
38044             "name": "l-interface.interface-name", 
38045             "required": true, 
38046             "type": "string"
38047           }, 
38048           {
38049             "description": "IP address", 
38050             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
38051             "in": "path", 
38052             "name": "l3-interface-ipv6-address", 
38053             "required": true, 
38054             "type": "string"
38055           }, 
38056           {
38057             "description": "resource-version for concurrency", 
38058             "in": "query", 
38059             "name": "resource-version", 
38060             "required": true, 
38061             "type": "string"
38062           }
38063         ], 
38064         "produces": [
38065           "application/json", 
38066           "application/xml"
38067         ], 
38068         "responses": {
38069           "default": {
38070             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38071           }
38072         }, 
38073         "summary": "delete an existing l3-interface-ipv6-address-list", 
38074         "tags": [
38075           "Network"
38076         ]
38077       }, 
38078       "get": {
38079         "description": "returns l3-interface-ipv6-address-list", 
38080         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
38081         "parameters": [
38082           {
38083             "description": "Unique id of VNF.  This is unique across the graph.", 
38084             "example": "__VNF-ID__", 
38085             "in": "path", 
38086             "name": "vnf-id", 
38087             "required": true, 
38088             "type": "string"
38089           }, 
38090           {
38091             "description": "Name that identifies the link aggregate interface", 
38092             "example": "__INTERFACE-NAME__", 
38093             "in": "path", 
38094             "name": "interface-name", 
38095             "required": true, 
38096             "type": "string"
38097           }, 
38098           {
38099             "description": "Name given to the interface", 
38100             "example": "__INTERFACE-NAME__", 
38101             "in": "path", 
38102             "name": "l-interface.interface-name", 
38103             "required": true, 
38104             "type": "string"
38105           }, 
38106           {
38107             "description": "IP address", 
38108             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
38109             "in": "path", 
38110             "name": "l3-interface-ipv6-address", 
38111             "required": true, 
38112             "type": "string"
38113           }
38114         ], 
38115         "produces": [
38116           "application/json", 
38117           "application/xml"
38118         ], 
38119         "responses": {
38120           "200": {
38121             "description": "successful operation", 
38122             "schema": {
38123               "$ref": "#/definitions/l3-interface-ipv6-address-list"
38124             }
38125           }, 
38126           "default": {
38127             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38128           }
38129         }, 
38130         "summary": "returns l3-interface-ipv6-address-list", 
38131         "tags": [
38132           "Network"
38133         ]
38134       }, 
38135       "patch": {
38136         "consumes": [
38137           "application/json"
38138         ], 
38139         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
38140         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
38141         "parameters": [
38142           {
38143             "description": "Unique id of VNF.  This is unique across the graph.", 
38144             "example": "__VNF-ID__", 
38145             "in": "path", 
38146             "name": "vnf-id", 
38147             "required": true, 
38148             "type": "string"
38149           }, 
38150           {
38151             "description": "Name that identifies the link aggregate interface", 
38152             "example": "__INTERFACE-NAME__", 
38153             "in": "path", 
38154             "name": "interface-name", 
38155             "required": true, 
38156             "type": "string"
38157           }, 
38158           {
38159             "description": "Name given to the interface", 
38160             "example": "__INTERFACE-NAME__", 
38161             "in": "path", 
38162             "name": "l-interface.interface-name", 
38163             "required": true, 
38164             "type": "string"
38165           }, 
38166           {
38167             "description": "IP address", 
38168             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
38169             "in": "path", 
38170             "name": "l3-interface-ipv6-address", 
38171             "required": true, 
38172             "type": "string"
38173           }, 
38174           {
38175             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
38176             "in": "body", 
38177             "name": "body", 
38178             "required": true, 
38179             "schema": {
38180               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
38181             }
38182           }
38183         ], 
38184         "produces": [
38185           "application/json"
38186         ], 
38187         "responses": {
38188           "default": {
38189             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38190           }
38191         }, 
38192         "summary": "update an existing l3-interface-ipv6-address-list", 
38193         "tags": [
38194           "Network"
38195         ]
38196       }, 
38197       "put": {
38198         "consumes": [
38199           "application/json", 
38200           "application/xml"
38201         ], 
38202         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
38203         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
38204         "parameters": [
38205           {
38206             "description": "Unique id of VNF.  This is unique across the graph.", 
38207             "example": "__VNF-ID__", 
38208             "in": "path", 
38209             "name": "vnf-id", 
38210             "required": true, 
38211             "type": "string"
38212           }, 
38213           {
38214             "description": "Name that identifies the link aggregate interface", 
38215             "example": "__INTERFACE-NAME__", 
38216             "in": "path", 
38217             "name": "interface-name", 
38218             "required": true, 
38219             "type": "string"
38220           }, 
38221           {
38222             "description": "Name given to the interface", 
38223             "example": "__INTERFACE-NAME__", 
38224             "in": "path", 
38225             "name": "l-interface.interface-name", 
38226             "required": true, 
38227             "type": "string"
38228           }, 
38229           {
38230             "description": "IP address", 
38231             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
38232             "in": "path", 
38233             "name": "l3-interface-ipv6-address", 
38234             "required": true, 
38235             "type": "string"
38236           }, 
38237           {
38238             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
38239             "in": "body", 
38240             "name": "body", 
38241             "required": true, 
38242             "schema": {
38243               "$ref": "#/definitions/l3-interface-ipv6-address-list"
38244             }
38245           }
38246         ], 
38247         "produces": [
38248           "application/json", 
38249           "application/xml"
38250         ], 
38251         "responses": {
38252           "default": {
38253             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38254           }
38255         }, 
38256         "summary": "create or update an existing l3-interface-ipv6-address-list", 
38257         "tags": [
38258           "Network"
38259         ]
38260       }
38261     }, 
38262     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
38263       "delete": {
38264         "consumes": [
38265           "application/json", 
38266           "application/xml"
38267         ], 
38268         "description": "delete an existing relationship", 
38269         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
38270         "parameters": [
38271           {
38272             "description": "Unique id of VNF.  This is unique across the graph.", 
38273             "example": "__VNF-ID__", 
38274             "in": "path", 
38275             "name": "vnf-id", 
38276             "required": true, 
38277             "type": "string"
38278           }, 
38279           {
38280             "description": "Name that identifies the link aggregate interface", 
38281             "example": "__INTERFACE-NAME__", 
38282             "in": "path", 
38283             "name": "interface-name", 
38284             "required": true, 
38285             "type": "string"
38286           }, 
38287           {
38288             "description": "Name given to the interface", 
38289             "example": "__INTERFACE-NAME__", 
38290             "in": "path", 
38291             "name": "l-interface.interface-name", 
38292             "required": true, 
38293             "type": "string"
38294           }, 
38295           {
38296             "description": "IP address", 
38297             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
38298             "in": "path", 
38299             "name": "l3-interface-ipv6-address", 
38300             "required": true, 
38301             "type": "string"
38302           }
38303         ], 
38304         "produces": [
38305           "application/json", 
38306           "application/xml"
38307         ], 
38308         "responses": {
38309           "default": {
38310             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38311           }
38312         }, 
38313         "summary": "delete an existing relationship", 
38314         "tags": [
38315           "Network"
38316         ]
38317       }, 
38318       "put": {
38319         "consumes": [
38320           "application/json", 
38321           "application/xml"
38322         ], 
38323         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
38324         "parameters": [
38325           {
38326             "description": "Unique id of VNF.  This is unique across the graph.", 
38327             "example": "__VNF-ID__", 
38328             "in": "path", 
38329             "name": "vnf-id", 
38330             "required": true, 
38331             "type": "string"
38332           }, 
38333           {
38334             "description": "Name that identifies the link aggregate interface", 
38335             "example": "__INTERFACE-NAME__", 
38336             "in": "path", 
38337             "name": "interface-name", 
38338             "required": true, 
38339             "type": "string"
38340           }, 
38341           {
38342             "description": "Name given to the interface", 
38343             "example": "__INTERFACE-NAME__", 
38344             "in": "path", 
38345             "name": "l-interface.interface-name", 
38346             "required": true, 
38347             "type": "string"
38348           }, 
38349           {
38350             "description": "IP address", 
38351             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
38352             "in": "path", 
38353             "name": "l3-interface-ipv6-address", 
38354             "required": true, 
38355             "type": "string"
38356           }, 
38357           {
38358             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
38359             "in": "body", 
38360             "name": "body", 
38361             "required": true, 
38362             "schema": {
38363               "$ref": "#/definitions/relationship-dict"
38364             }
38365           }
38366         ], 
38367         "produces": [
38368           "application/json", 
38369           "application/xml"
38370         ], 
38371         "responses": {
38372           "default": {
38373             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38374           }
38375         }, 
38376         "summary": "see node definition for valid relationships", 
38377         "tags": [
38378           "Network"
38379         ]
38380       }
38381     }, 
38382     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
38383       "delete": {
38384         "consumes": [
38385           "application/json", 
38386           "application/xml"
38387         ], 
38388         "description": "delete an existing relationship", 
38389         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
38390         "parameters": [
38391           {
38392             "description": "Unique id of VNF.  This is unique across the graph.", 
38393             "example": "__VNF-ID__", 
38394             "in": "path", 
38395             "name": "vnf-id", 
38396             "required": true, 
38397             "type": "string"
38398           }, 
38399           {
38400             "description": "Name that identifies the link aggregate interface", 
38401             "example": "__INTERFACE-NAME__", 
38402             "in": "path", 
38403             "name": "interface-name", 
38404             "required": true, 
38405             "type": "string"
38406           }, 
38407           {
38408             "description": "Name given to the interface", 
38409             "example": "__INTERFACE-NAME__", 
38410             "in": "path", 
38411             "name": "l-interface.interface-name", 
38412             "required": true, 
38413             "type": "string"
38414           }
38415         ], 
38416         "produces": [
38417           "application/json", 
38418           "application/xml"
38419         ], 
38420         "responses": {
38421           "default": {
38422             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38423           }
38424         }, 
38425         "summary": "delete an existing relationship", 
38426         "tags": [
38427           "Network"
38428         ]
38429       }, 
38430       "put": {
38431         "consumes": [
38432           "application/json", 
38433           "application/xml"
38434         ], 
38435         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
38436         "parameters": [
38437           {
38438             "description": "Unique id of VNF.  This is unique across the graph.", 
38439             "example": "__VNF-ID__", 
38440             "in": "path", 
38441             "name": "vnf-id", 
38442             "required": true, 
38443             "type": "string"
38444           }, 
38445           {
38446             "description": "Name that identifies the link aggregate interface", 
38447             "example": "__INTERFACE-NAME__", 
38448             "in": "path", 
38449             "name": "interface-name", 
38450             "required": true, 
38451             "type": "string"
38452           }, 
38453           {
38454             "description": "Name given to the interface", 
38455             "example": "__INTERFACE-NAME__", 
38456             "in": "path", 
38457             "name": "l-interface.interface-name", 
38458             "required": true, 
38459             "type": "string"
38460           }, 
38461           {
38462             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
38463             "in": "body", 
38464             "name": "body", 
38465             "required": true, 
38466             "schema": {
38467               "$ref": "#/definitions/relationship-dict"
38468             }
38469           }
38470         ], 
38471         "produces": [
38472           "application/json", 
38473           "application/xml"
38474         ], 
38475         "responses": {
38476           "default": {
38477             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38478           }
38479         }, 
38480         "summary": "see node definition for valid relationships", 
38481         "tags": [
38482           "Network"
38483         ]
38484       }
38485     }, 
38486     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
38487       "get": {
38488         "description": "returns sriov-vfs", 
38489         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs", 
38490         "parameters": [
38491           {
38492             "description": "Unique id of VNF.  This is unique across the graph.", 
38493             "example": "__VNF-ID__", 
38494             "in": "path", 
38495             "name": "vnf-id", 
38496             "required": true, 
38497             "type": "string"
38498           }, 
38499           {
38500             "description": "Name that identifies the link aggregate interface", 
38501             "example": "__INTERFACE-NAME__", 
38502             "in": "path", 
38503             "name": "interface-name", 
38504             "required": true, 
38505             "type": "string"
38506           }, 
38507           {
38508             "description": "Name given to the interface", 
38509             "example": "__INTERFACE-NAME__", 
38510             "in": "path", 
38511             "name": "l-interface.interface-name", 
38512             "required": true, 
38513             "type": "string"
38514           }, 
38515           {
38516             "description": "n/a", 
38517             "in": "query", 
38518             "name": "pci-id", 
38519             "required": false, 
38520             "type": "string"
38521           }, 
38522           {
38523             "description": "n/a", 
38524             "in": "query", 
38525             "name": "vf-vlan-filter", 
38526             "required": false, 
38527             "type": "string"
38528           }, 
38529           {
38530             "description": "n/a", 
38531             "in": "query", 
38532             "name": "vf-mac-filter", 
38533             "required": false, 
38534             "type": "string"
38535           }, 
38536           {
38537             "description": "n/a", 
38538             "in": "query", 
38539             "name": "vf-vlan-strip", 
38540             "required": false, 
38541             "type": "boolean"
38542           }, 
38543           {
38544             "description": "n/a", 
38545             "in": "query", 
38546             "name": "neutron-network-id", 
38547             "required": false, 
38548             "type": "string"
38549           }
38550         ], 
38551         "produces": [
38552           "application/json", 
38553           "application/xml"
38554         ], 
38555         "responses": {
38556           "200": {
38557             "description": "successful operation", 
38558             "schema": {
38559               "$ref": "#/definitions/sriov-vfs"
38560             }
38561           }, 
38562           "default": {
38563             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38564           }
38565         }, 
38566         "summary": "returns sriov-vfs", 
38567         "tags": [
38568           "Network"
38569         ]
38570       }
38571     }, 
38572     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
38573       "delete": {
38574         "consumes": [
38575           "application/json", 
38576           "application/xml"
38577         ], 
38578         "description": "delete an existing sriov-vf", 
38579         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
38580         "parameters": [
38581           {
38582             "description": "Unique id of VNF.  This is unique across the graph.", 
38583             "example": "__VNF-ID__", 
38584             "in": "path", 
38585             "name": "vnf-id", 
38586             "required": true, 
38587             "type": "string"
38588           }, 
38589           {
38590             "description": "Name that identifies the link aggregate interface", 
38591             "example": "__INTERFACE-NAME__", 
38592             "in": "path", 
38593             "name": "interface-name", 
38594             "required": true, 
38595             "type": "string"
38596           }, 
38597           {
38598             "description": "Name given to the interface", 
38599             "example": "__INTERFACE-NAME__", 
38600             "in": "path", 
38601             "name": "l-interface.interface-name", 
38602             "required": true, 
38603             "type": "string"
38604           }, 
38605           {
38606             "description": "PCI ID used to identify the sriov-vf", 
38607             "example": "__PCI-ID__", 
38608             "in": "path", 
38609             "name": "pci-id", 
38610             "required": true, 
38611             "type": "string"
38612           }, 
38613           {
38614             "description": "resource-version for concurrency", 
38615             "in": "query", 
38616             "name": "resource-version", 
38617             "required": true, 
38618             "type": "string"
38619           }
38620         ], 
38621         "produces": [
38622           "application/json", 
38623           "application/xml"
38624         ], 
38625         "responses": {
38626           "default": {
38627             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38628           }
38629         }, 
38630         "summary": "delete an existing sriov-vf", 
38631         "tags": [
38632           "Network"
38633         ]
38634       }, 
38635       "get": {
38636         "description": "returns sriov-vf", 
38637         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
38638         "parameters": [
38639           {
38640             "description": "Unique id of VNF.  This is unique across the graph.", 
38641             "example": "__VNF-ID__", 
38642             "in": "path", 
38643             "name": "vnf-id", 
38644             "required": true, 
38645             "type": "string"
38646           }, 
38647           {
38648             "description": "Name that identifies the link aggregate interface", 
38649             "example": "__INTERFACE-NAME__", 
38650             "in": "path", 
38651             "name": "interface-name", 
38652             "required": true, 
38653             "type": "string"
38654           }, 
38655           {
38656             "description": "Name given to the interface", 
38657             "example": "__INTERFACE-NAME__", 
38658             "in": "path", 
38659             "name": "l-interface.interface-name", 
38660             "required": true, 
38661             "type": "string"
38662           }, 
38663           {
38664             "description": "PCI ID used to identify the sriov-vf", 
38665             "example": "__PCI-ID__", 
38666             "in": "path", 
38667             "name": "pci-id", 
38668             "required": true, 
38669             "type": "string"
38670           }
38671         ], 
38672         "produces": [
38673           "application/json", 
38674           "application/xml"
38675         ], 
38676         "responses": {
38677           "200": {
38678             "description": "successful operation", 
38679             "schema": {
38680               "$ref": "#/definitions/sriov-vf"
38681             }
38682           }, 
38683           "default": {
38684             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38685           }
38686         }, 
38687         "summary": "returns sriov-vf", 
38688         "tags": [
38689           "Network"
38690         ]
38691       }, 
38692       "patch": {
38693         "consumes": [
38694           "application/json"
38695         ], 
38696         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
38697         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
38698         "parameters": [
38699           {
38700             "description": "Unique id of VNF.  This is unique across the graph.", 
38701             "example": "__VNF-ID__", 
38702             "in": "path", 
38703             "name": "vnf-id", 
38704             "required": true, 
38705             "type": "string"
38706           }, 
38707           {
38708             "description": "Name that identifies the link aggregate interface", 
38709             "example": "__INTERFACE-NAME__", 
38710             "in": "path", 
38711             "name": "interface-name", 
38712             "required": true, 
38713             "type": "string"
38714           }, 
38715           {
38716             "description": "Name given to the interface", 
38717             "example": "__INTERFACE-NAME__", 
38718             "in": "path", 
38719             "name": "l-interface.interface-name", 
38720             "required": true, 
38721             "type": "string"
38722           }, 
38723           {
38724             "description": "PCI ID used to identify the sriov-vf", 
38725             "example": "__PCI-ID__", 
38726             "in": "path", 
38727             "name": "pci-id", 
38728             "required": true, 
38729             "type": "string"
38730           }, 
38731           {
38732             "description": "sriov-vf object that needs to be updated.", 
38733             "in": "body", 
38734             "name": "body", 
38735             "required": true, 
38736             "schema": {
38737               "$ref": "#/definitions/zzzz-patch-sriov-vf"
38738             }
38739           }
38740         ], 
38741         "produces": [
38742           "application/json"
38743         ], 
38744         "responses": {
38745           "default": {
38746             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38747           }
38748         }, 
38749         "summary": "update an existing sriov-vf", 
38750         "tags": [
38751           "Network"
38752         ]
38753       }, 
38754       "put": {
38755         "consumes": [
38756           "application/json", 
38757           "application/xml"
38758         ], 
38759         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
38760         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
38761         "parameters": [
38762           {
38763             "description": "Unique id of VNF.  This is unique across the graph.", 
38764             "example": "__VNF-ID__", 
38765             "in": "path", 
38766             "name": "vnf-id", 
38767             "required": true, 
38768             "type": "string"
38769           }, 
38770           {
38771             "description": "Name that identifies the link aggregate interface", 
38772             "example": "__INTERFACE-NAME__", 
38773             "in": "path", 
38774             "name": "interface-name", 
38775             "required": true, 
38776             "type": "string"
38777           }, 
38778           {
38779             "description": "Name given to the interface", 
38780             "example": "__INTERFACE-NAME__", 
38781             "in": "path", 
38782             "name": "l-interface.interface-name", 
38783             "required": true, 
38784             "type": "string"
38785           }, 
38786           {
38787             "description": "PCI ID used to identify the sriov-vf", 
38788             "example": "__PCI-ID__", 
38789             "in": "path", 
38790             "name": "pci-id", 
38791             "required": true, 
38792             "type": "string"
38793           }, 
38794           {
38795             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
38796             "in": "body", 
38797             "name": "body", 
38798             "required": true, 
38799             "schema": {
38800               "$ref": "#/definitions/sriov-vf"
38801             }
38802           }
38803         ], 
38804         "produces": [
38805           "application/json", 
38806           "application/xml"
38807         ], 
38808         "responses": {
38809           "default": {
38810             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38811           }
38812         }, 
38813         "summary": "create or update an existing sriov-vf", 
38814         "tags": [
38815           "Network"
38816         ]
38817       }
38818     }, 
38819     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
38820       "delete": {
38821         "consumes": [
38822           "application/json", 
38823           "application/xml"
38824         ], 
38825         "description": "delete an existing relationship", 
38826         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
38827         "parameters": [
38828           {
38829             "description": "Unique id of VNF.  This is unique across the graph.", 
38830             "example": "__VNF-ID__", 
38831             "in": "path", 
38832             "name": "vnf-id", 
38833             "required": true, 
38834             "type": "string"
38835           }, 
38836           {
38837             "description": "Name that identifies the link aggregate interface", 
38838             "example": "__INTERFACE-NAME__", 
38839             "in": "path", 
38840             "name": "interface-name", 
38841             "required": true, 
38842             "type": "string"
38843           }, 
38844           {
38845             "description": "Name given to the interface", 
38846             "example": "__INTERFACE-NAME__", 
38847             "in": "path", 
38848             "name": "l-interface.interface-name", 
38849             "required": true, 
38850             "type": "string"
38851           }, 
38852           {
38853             "description": "PCI ID used to identify the sriov-vf", 
38854             "example": "__PCI-ID__", 
38855             "in": "path", 
38856             "name": "pci-id", 
38857             "required": true, 
38858             "type": "string"
38859           }
38860         ], 
38861         "produces": [
38862           "application/json", 
38863           "application/xml"
38864         ], 
38865         "responses": {
38866           "default": {
38867             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38868           }
38869         }, 
38870         "summary": "delete an existing relationship", 
38871         "tags": [
38872           "Network"
38873         ]
38874       }, 
38875       "put": {
38876         "consumes": [
38877           "application/json", 
38878           "application/xml"
38879         ], 
38880         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
38881         "parameters": [
38882           {
38883             "description": "Unique id of VNF.  This is unique across the graph.", 
38884             "example": "__VNF-ID__", 
38885             "in": "path", 
38886             "name": "vnf-id", 
38887             "required": true, 
38888             "type": "string"
38889           }, 
38890           {
38891             "description": "Name that identifies the link aggregate interface", 
38892             "example": "__INTERFACE-NAME__", 
38893             "in": "path", 
38894             "name": "interface-name", 
38895             "required": true, 
38896             "type": "string"
38897           }, 
38898           {
38899             "description": "Name given to the interface", 
38900             "example": "__INTERFACE-NAME__", 
38901             "in": "path", 
38902             "name": "l-interface.interface-name", 
38903             "required": true, 
38904             "type": "string"
38905           }, 
38906           {
38907             "description": "PCI ID used to identify the sriov-vf", 
38908             "example": "__PCI-ID__", 
38909             "in": "path", 
38910             "name": "pci-id", 
38911             "required": true, 
38912             "type": "string"
38913           }, 
38914           {
38915             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
38916             "in": "body", 
38917             "name": "body", 
38918             "required": true, 
38919             "schema": {
38920               "$ref": "#/definitions/relationship-dict"
38921             }
38922           }
38923         ], 
38924         "produces": [
38925           "application/json", 
38926           "application/xml"
38927         ], 
38928         "responses": {
38929           "default": {
38930             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38931           }
38932         }, 
38933         "summary": "see node definition for valid relationships", 
38934         "tags": [
38935           "Network"
38936         ]
38937       }
38938     }, 
38939     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
38940       "get": {
38941         "description": "returns vlans", 
38942         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlans", 
38943         "parameters": [
38944           {
38945             "description": "Unique id of VNF.  This is unique across the graph.", 
38946             "example": "__VNF-ID__", 
38947             "in": "path", 
38948             "name": "vnf-id", 
38949             "required": true, 
38950             "type": "string"
38951           }, 
38952           {
38953             "description": "Name that identifies the link aggregate interface", 
38954             "example": "__INTERFACE-NAME__", 
38955             "in": "path", 
38956             "name": "interface-name", 
38957             "required": true, 
38958             "type": "string"
38959           }, 
38960           {
38961             "description": "Name given to the interface", 
38962             "example": "__INTERFACE-NAME__", 
38963             "in": "path", 
38964             "name": "l-interface.interface-name", 
38965             "required": true, 
38966             "type": "string"
38967           }, 
38968           {
38969             "description": "n/a", 
38970             "in": "query", 
38971             "name": "vlan-interface", 
38972             "required": false, 
38973             "type": "string"
38974           }, 
38975           {
38976             "description": "n/a", 
38977             "format": "int64", 
38978             "in": "query", 
38979             "name": "vlan-id-inner", 
38980             "required": false, 
38981             "type": "integer"
38982           }, 
38983           {
38984             "description": "n/a", 
38985             "in": "query", 
38986             "name": "vpn-key", 
38987             "required": false, 
38988             "type": "string"
38989           }
38990         ], 
38991         "produces": [
38992           "application/json", 
38993           "application/xml"
38994         ], 
38995         "responses": {
38996           "200": {
38997             "description": "successful operation", 
38998             "schema": {
38999               "$ref": "#/definitions/vlans"
39000             }
39001           }, 
39002           "default": {
39003             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39004           }
39005         }, 
39006         "summary": "returns vlans", 
39007         "tags": [
39008           "Network"
39009         ]
39010       }
39011     }, 
39012     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
39013       "delete": {
39014         "consumes": [
39015           "application/json", 
39016           "application/xml"
39017         ], 
39018         "description": "delete an existing vlan", 
39019         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
39020         "parameters": [
39021           {
39022             "description": "Unique id of VNF.  This is unique across the graph.", 
39023             "example": "__VNF-ID__", 
39024             "in": "path", 
39025             "name": "vnf-id", 
39026             "required": true, 
39027             "type": "string"
39028           }, 
39029           {
39030             "description": "Name that identifies the link aggregate interface", 
39031             "example": "__INTERFACE-NAME__", 
39032             "in": "path", 
39033             "name": "interface-name", 
39034             "required": true, 
39035             "type": "string"
39036           }, 
39037           {
39038             "description": "Name given to the interface", 
39039             "example": "__INTERFACE-NAME__", 
39040             "in": "path", 
39041             "name": "l-interface.interface-name", 
39042             "required": true, 
39043             "type": "string"
39044           }, 
39045           {
39046             "description": "String that identifies the interface", 
39047             "example": "__VLAN-INTERFACE__", 
39048             "in": "path", 
39049             "name": "vlan-interface", 
39050             "required": true, 
39051             "type": "string"
39052           }, 
39053           {
39054             "description": "resource-version for concurrency", 
39055             "in": "query", 
39056             "name": "resource-version", 
39057             "required": true, 
39058             "type": "string"
39059           }
39060         ], 
39061         "produces": [
39062           "application/json", 
39063           "application/xml"
39064         ], 
39065         "responses": {
39066           "default": {
39067             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39068           }
39069         }, 
39070         "summary": "delete an existing vlan", 
39071         "tags": [
39072           "Network"
39073         ]
39074       }, 
39075       "get": {
39076         "description": "returns vlan", 
39077         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
39078         "parameters": [
39079           {
39080             "description": "Unique id of VNF.  This is unique across the graph.", 
39081             "example": "__VNF-ID__", 
39082             "in": "path", 
39083             "name": "vnf-id", 
39084             "required": true, 
39085             "type": "string"
39086           }, 
39087           {
39088             "description": "Name that identifies the link aggregate interface", 
39089             "example": "__INTERFACE-NAME__", 
39090             "in": "path", 
39091             "name": "interface-name", 
39092             "required": true, 
39093             "type": "string"
39094           }, 
39095           {
39096             "description": "Name given to the interface", 
39097             "example": "__INTERFACE-NAME__", 
39098             "in": "path", 
39099             "name": "l-interface.interface-name", 
39100             "required": true, 
39101             "type": "string"
39102           }, 
39103           {
39104             "description": "String that identifies the interface", 
39105             "example": "__VLAN-INTERFACE__", 
39106             "in": "path", 
39107             "name": "vlan-interface", 
39108             "required": true, 
39109             "type": "string"
39110           }
39111         ], 
39112         "produces": [
39113           "application/json", 
39114           "application/xml"
39115         ], 
39116         "responses": {
39117           "200": {
39118             "description": "successful operation", 
39119             "schema": {
39120               "$ref": "#/definitions/vlan"
39121             }
39122           }, 
39123           "default": {
39124             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39125           }
39126         }, 
39127         "summary": "returns vlan", 
39128         "tags": [
39129           "Network"
39130         ]
39131       }, 
39132       "patch": {
39133         "consumes": [
39134           "application/json"
39135         ], 
39136         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
39137         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
39138         "parameters": [
39139           {
39140             "description": "Unique id of VNF.  This is unique across the graph.", 
39141             "example": "__VNF-ID__", 
39142             "in": "path", 
39143             "name": "vnf-id", 
39144             "required": true, 
39145             "type": "string"
39146           }, 
39147           {
39148             "description": "Name that identifies the link aggregate interface", 
39149             "example": "__INTERFACE-NAME__", 
39150             "in": "path", 
39151             "name": "interface-name", 
39152             "required": true, 
39153             "type": "string"
39154           }, 
39155           {
39156             "description": "Name given to the interface", 
39157             "example": "__INTERFACE-NAME__", 
39158             "in": "path", 
39159             "name": "l-interface.interface-name", 
39160             "required": true, 
39161             "type": "string"
39162           }, 
39163           {
39164             "description": "String that identifies the interface", 
39165             "example": "__VLAN-INTERFACE__", 
39166             "in": "path", 
39167             "name": "vlan-interface", 
39168             "required": true, 
39169             "type": "string"
39170           }, 
39171           {
39172             "description": "vlan object that needs to be updated.", 
39173             "in": "body", 
39174             "name": "body", 
39175             "required": true, 
39176             "schema": {
39177               "$ref": "#/definitions/zzzz-patch-vlan"
39178             }
39179           }
39180         ], 
39181         "produces": [
39182           "application/json"
39183         ], 
39184         "responses": {
39185           "default": {
39186             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39187           }
39188         }, 
39189         "summary": "update an existing vlan", 
39190         "tags": [
39191           "Network"
39192         ]
39193       }, 
39194       "put": {
39195         "consumes": [
39196           "application/json", 
39197           "application/xml"
39198         ], 
39199         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
39200         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
39201         "parameters": [
39202           {
39203             "description": "Unique id of VNF.  This is unique across the graph.", 
39204             "example": "__VNF-ID__", 
39205             "in": "path", 
39206             "name": "vnf-id", 
39207             "required": true, 
39208             "type": "string"
39209           }, 
39210           {
39211             "description": "Name that identifies the link aggregate interface", 
39212             "example": "__INTERFACE-NAME__", 
39213             "in": "path", 
39214             "name": "interface-name", 
39215             "required": true, 
39216             "type": "string"
39217           }, 
39218           {
39219             "description": "Name given to the interface", 
39220             "example": "__INTERFACE-NAME__", 
39221             "in": "path", 
39222             "name": "l-interface.interface-name", 
39223             "required": true, 
39224             "type": "string"
39225           }, 
39226           {
39227             "description": "String that identifies the interface", 
39228             "example": "__VLAN-INTERFACE__", 
39229             "in": "path", 
39230             "name": "vlan-interface", 
39231             "required": true, 
39232             "type": "string"
39233           }, 
39234           {
39235             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
39236             "in": "body", 
39237             "name": "body", 
39238             "required": true, 
39239             "schema": {
39240               "$ref": "#/definitions/vlan"
39241             }
39242           }
39243         ], 
39244         "produces": [
39245           "application/json", 
39246           "application/xml"
39247         ], 
39248         "responses": {
39249           "default": {
39250             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39251           }
39252         }, 
39253         "summary": "create or update an existing vlan", 
39254         "tags": [
39255           "Network"
39256         ]
39257       }
39258     }, 
39259     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
39260       "delete": {
39261         "consumes": [
39262           "application/json", 
39263           "application/xml"
39264         ], 
39265         "description": "delete an existing l3-interface-ipv4-address-list", 
39266         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
39267         "parameters": [
39268           {
39269             "description": "Unique id of VNF.  This is unique across the graph.", 
39270             "example": "__VNF-ID__", 
39271             "in": "path", 
39272             "name": "vnf-id", 
39273             "required": true, 
39274             "type": "string"
39275           }, 
39276           {
39277             "description": "Name that identifies the link aggregate interface", 
39278             "example": "__INTERFACE-NAME__", 
39279             "in": "path", 
39280             "name": "interface-name", 
39281             "required": true, 
39282             "type": "string"
39283           }, 
39284           {
39285             "description": "Name given to the interface", 
39286             "example": "__INTERFACE-NAME__", 
39287             "in": "path", 
39288             "name": "l-interface.interface-name", 
39289             "required": true, 
39290             "type": "string"
39291           }, 
39292           {
39293             "description": "String that identifies the interface", 
39294             "example": "__VLAN-INTERFACE__", 
39295             "in": "path", 
39296             "name": "vlan-interface", 
39297             "required": true, 
39298             "type": "string"
39299           }, 
39300           {
39301             "description": "IP address", 
39302             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
39303             "in": "path", 
39304             "name": "l3-interface-ipv4-address", 
39305             "required": true, 
39306             "type": "string"
39307           }, 
39308           {
39309             "description": "resource-version for concurrency", 
39310             "in": "query", 
39311             "name": "resource-version", 
39312             "required": true, 
39313             "type": "string"
39314           }
39315         ], 
39316         "produces": [
39317           "application/json", 
39318           "application/xml"
39319         ], 
39320         "responses": {
39321           "default": {
39322             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39323           }
39324         }, 
39325         "summary": "delete an existing l3-interface-ipv4-address-list", 
39326         "tags": [
39327           "Network"
39328         ]
39329       }, 
39330       "get": {
39331         "description": "returns l3-interface-ipv4-address-list", 
39332         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
39333         "parameters": [
39334           {
39335             "description": "Unique id of VNF.  This is unique across the graph.", 
39336             "example": "__VNF-ID__", 
39337             "in": "path", 
39338             "name": "vnf-id", 
39339             "required": true, 
39340             "type": "string"
39341           }, 
39342           {
39343             "description": "Name that identifies the link aggregate interface", 
39344             "example": "__INTERFACE-NAME__", 
39345             "in": "path", 
39346             "name": "interface-name", 
39347             "required": true, 
39348             "type": "string"
39349           }, 
39350           {
39351             "description": "Name given to the interface", 
39352             "example": "__INTERFACE-NAME__", 
39353             "in": "path", 
39354             "name": "l-interface.interface-name", 
39355             "required": true, 
39356             "type": "string"
39357           }, 
39358           {
39359             "description": "String that identifies the interface", 
39360             "example": "__VLAN-INTERFACE__", 
39361             "in": "path", 
39362             "name": "vlan-interface", 
39363             "required": true, 
39364             "type": "string"
39365           }, 
39366           {
39367             "description": "IP address", 
39368             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
39369             "in": "path", 
39370             "name": "l3-interface-ipv4-address", 
39371             "required": true, 
39372             "type": "string"
39373           }
39374         ], 
39375         "produces": [
39376           "application/json", 
39377           "application/xml"
39378         ], 
39379         "responses": {
39380           "200": {
39381             "description": "successful operation", 
39382             "schema": {
39383               "$ref": "#/definitions/l3-interface-ipv4-address-list"
39384             }
39385           }, 
39386           "default": {
39387             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39388           }
39389         }, 
39390         "summary": "returns l3-interface-ipv4-address-list", 
39391         "tags": [
39392           "Network"
39393         ]
39394       }, 
39395       "patch": {
39396         "consumes": [
39397           "application/json"
39398         ], 
39399         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
39400         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
39401         "parameters": [
39402           {
39403             "description": "Unique id of VNF.  This is unique across the graph.", 
39404             "example": "__VNF-ID__", 
39405             "in": "path", 
39406             "name": "vnf-id", 
39407             "required": true, 
39408             "type": "string"
39409           }, 
39410           {
39411             "description": "Name that identifies the link aggregate interface", 
39412             "example": "__INTERFACE-NAME__", 
39413             "in": "path", 
39414             "name": "interface-name", 
39415             "required": true, 
39416             "type": "string"
39417           }, 
39418           {
39419             "description": "Name given to the interface", 
39420             "example": "__INTERFACE-NAME__", 
39421             "in": "path", 
39422             "name": "l-interface.interface-name", 
39423             "required": true, 
39424             "type": "string"
39425           }, 
39426           {
39427             "description": "String that identifies the interface", 
39428             "example": "__VLAN-INTERFACE__", 
39429             "in": "path", 
39430             "name": "vlan-interface", 
39431             "required": true, 
39432             "type": "string"
39433           }, 
39434           {
39435             "description": "IP address", 
39436             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
39437             "in": "path", 
39438             "name": "l3-interface-ipv4-address", 
39439             "required": true, 
39440             "type": "string"
39441           }, 
39442           {
39443             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
39444             "in": "body", 
39445             "name": "body", 
39446             "required": true, 
39447             "schema": {
39448               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
39449             }
39450           }
39451         ], 
39452         "produces": [
39453           "application/json"
39454         ], 
39455         "responses": {
39456           "default": {
39457             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39458           }
39459         }, 
39460         "summary": "update an existing l3-interface-ipv4-address-list", 
39461         "tags": [
39462           "Network"
39463         ]
39464       }, 
39465       "put": {
39466         "consumes": [
39467           "application/json", 
39468           "application/xml"
39469         ], 
39470         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
39471         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
39472         "parameters": [
39473           {
39474             "description": "Unique id of VNF.  This is unique across the graph.", 
39475             "example": "__VNF-ID__", 
39476             "in": "path", 
39477             "name": "vnf-id", 
39478             "required": true, 
39479             "type": "string"
39480           }, 
39481           {
39482             "description": "Name that identifies the link aggregate interface", 
39483             "example": "__INTERFACE-NAME__", 
39484             "in": "path", 
39485             "name": "interface-name", 
39486             "required": true, 
39487             "type": "string"
39488           }, 
39489           {
39490             "description": "Name given to the interface", 
39491             "example": "__INTERFACE-NAME__", 
39492             "in": "path", 
39493             "name": "l-interface.interface-name", 
39494             "required": true, 
39495             "type": "string"
39496           }, 
39497           {
39498             "description": "String that identifies the interface", 
39499             "example": "__VLAN-INTERFACE__", 
39500             "in": "path", 
39501             "name": "vlan-interface", 
39502             "required": true, 
39503             "type": "string"
39504           }, 
39505           {
39506             "description": "IP address", 
39507             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
39508             "in": "path", 
39509             "name": "l3-interface-ipv4-address", 
39510             "required": true, 
39511             "type": "string"
39512           }, 
39513           {
39514             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
39515             "in": "body", 
39516             "name": "body", 
39517             "required": true, 
39518             "schema": {
39519               "$ref": "#/definitions/l3-interface-ipv4-address-list"
39520             }
39521           }
39522         ], 
39523         "produces": [
39524           "application/json", 
39525           "application/xml"
39526         ], 
39527         "responses": {
39528           "default": {
39529             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39530           }
39531         }, 
39532         "summary": "create or update an existing l3-interface-ipv4-address-list", 
39533         "tags": [
39534           "Network"
39535         ]
39536       }
39537     }, 
39538     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
39539       "delete": {
39540         "consumes": [
39541           "application/json", 
39542           "application/xml"
39543         ], 
39544         "description": "delete an existing relationship", 
39545         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
39546         "parameters": [
39547           {
39548             "description": "Unique id of VNF.  This is unique across the graph.", 
39549             "example": "__VNF-ID__", 
39550             "in": "path", 
39551             "name": "vnf-id", 
39552             "required": true, 
39553             "type": "string"
39554           }, 
39555           {
39556             "description": "Name that identifies the link aggregate interface", 
39557             "example": "__INTERFACE-NAME__", 
39558             "in": "path", 
39559             "name": "interface-name", 
39560             "required": true, 
39561             "type": "string"
39562           }, 
39563           {
39564             "description": "Name given to the interface", 
39565             "example": "__INTERFACE-NAME__", 
39566             "in": "path", 
39567             "name": "l-interface.interface-name", 
39568             "required": true, 
39569             "type": "string"
39570           }, 
39571           {
39572             "description": "String that identifies the interface", 
39573             "example": "__VLAN-INTERFACE__", 
39574             "in": "path", 
39575             "name": "vlan-interface", 
39576             "required": true, 
39577             "type": "string"
39578           }, 
39579           {
39580             "description": "IP address", 
39581             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
39582             "in": "path", 
39583             "name": "l3-interface-ipv4-address", 
39584             "required": true, 
39585             "type": "string"
39586           }
39587         ], 
39588         "produces": [
39589           "application/json", 
39590           "application/xml"
39591         ], 
39592         "responses": {
39593           "default": {
39594             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39595           }
39596         }, 
39597         "summary": "delete an existing relationship", 
39598         "tags": [
39599           "Network"
39600         ]
39601       }, 
39602       "put": {
39603         "consumes": [
39604           "application/json", 
39605           "application/xml"
39606         ], 
39607         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
39608         "parameters": [
39609           {
39610             "description": "Unique id of VNF.  This is unique across the graph.", 
39611             "example": "__VNF-ID__", 
39612             "in": "path", 
39613             "name": "vnf-id", 
39614             "required": true, 
39615             "type": "string"
39616           }, 
39617           {
39618             "description": "Name that identifies the link aggregate interface", 
39619             "example": "__INTERFACE-NAME__", 
39620             "in": "path", 
39621             "name": "interface-name", 
39622             "required": true, 
39623             "type": "string"
39624           }, 
39625           {
39626             "description": "Name given to the interface", 
39627             "example": "__INTERFACE-NAME__", 
39628             "in": "path", 
39629             "name": "l-interface.interface-name", 
39630             "required": true, 
39631             "type": "string"
39632           }, 
39633           {
39634             "description": "String that identifies the interface", 
39635             "example": "__VLAN-INTERFACE__", 
39636             "in": "path", 
39637             "name": "vlan-interface", 
39638             "required": true, 
39639             "type": "string"
39640           }, 
39641           {
39642             "description": "IP address", 
39643             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
39644             "in": "path", 
39645             "name": "l3-interface-ipv4-address", 
39646             "required": true, 
39647             "type": "string"
39648           }, 
39649           {
39650             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
39651             "in": "body", 
39652             "name": "body", 
39653             "required": true, 
39654             "schema": {
39655               "$ref": "#/definitions/relationship-dict"
39656             }
39657           }
39658         ], 
39659         "produces": [
39660           "application/json", 
39661           "application/xml"
39662         ], 
39663         "responses": {
39664           "default": {
39665             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39666           }
39667         }, 
39668         "summary": "see node definition for valid relationships", 
39669         "tags": [
39670           "Network"
39671         ]
39672       }
39673     }, 
39674     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
39675       "delete": {
39676         "consumes": [
39677           "application/json", 
39678           "application/xml"
39679         ], 
39680         "description": "delete an existing l3-interface-ipv6-address-list", 
39681         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
39682         "parameters": [
39683           {
39684             "description": "Unique id of VNF.  This is unique across the graph.", 
39685             "example": "__VNF-ID__", 
39686             "in": "path", 
39687             "name": "vnf-id", 
39688             "required": true, 
39689             "type": "string"
39690           }, 
39691           {
39692             "description": "Name that identifies the link aggregate interface", 
39693             "example": "__INTERFACE-NAME__", 
39694             "in": "path", 
39695             "name": "interface-name", 
39696             "required": true, 
39697             "type": "string"
39698           }, 
39699           {
39700             "description": "Name given to the interface", 
39701             "example": "__INTERFACE-NAME__", 
39702             "in": "path", 
39703             "name": "l-interface.interface-name", 
39704             "required": true, 
39705             "type": "string"
39706           }, 
39707           {
39708             "description": "String that identifies the interface", 
39709             "example": "__VLAN-INTERFACE__", 
39710             "in": "path", 
39711             "name": "vlan-interface", 
39712             "required": true, 
39713             "type": "string"
39714           }, 
39715           {
39716             "description": "IP address", 
39717             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
39718             "in": "path", 
39719             "name": "l3-interface-ipv6-address", 
39720             "required": true, 
39721             "type": "string"
39722           }, 
39723           {
39724             "description": "resource-version for concurrency", 
39725             "in": "query", 
39726             "name": "resource-version", 
39727             "required": true, 
39728             "type": "string"
39729           }
39730         ], 
39731         "produces": [
39732           "application/json", 
39733           "application/xml"
39734         ], 
39735         "responses": {
39736           "default": {
39737             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39738           }
39739         }, 
39740         "summary": "delete an existing l3-interface-ipv6-address-list", 
39741         "tags": [
39742           "Network"
39743         ]
39744       }, 
39745       "get": {
39746         "description": "returns l3-interface-ipv6-address-list", 
39747         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
39748         "parameters": [
39749           {
39750             "description": "Unique id of VNF.  This is unique across the graph.", 
39751             "example": "__VNF-ID__", 
39752             "in": "path", 
39753             "name": "vnf-id", 
39754             "required": true, 
39755             "type": "string"
39756           }, 
39757           {
39758             "description": "Name that identifies the link aggregate interface", 
39759             "example": "__INTERFACE-NAME__", 
39760             "in": "path", 
39761             "name": "interface-name", 
39762             "required": true, 
39763             "type": "string"
39764           }, 
39765           {
39766             "description": "Name given to the interface", 
39767             "example": "__INTERFACE-NAME__", 
39768             "in": "path", 
39769             "name": "l-interface.interface-name", 
39770             "required": true, 
39771             "type": "string"
39772           }, 
39773           {
39774             "description": "String that identifies the interface", 
39775             "example": "__VLAN-INTERFACE__", 
39776             "in": "path", 
39777             "name": "vlan-interface", 
39778             "required": true, 
39779             "type": "string"
39780           }, 
39781           {
39782             "description": "IP address", 
39783             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
39784             "in": "path", 
39785             "name": "l3-interface-ipv6-address", 
39786             "required": true, 
39787             "type": "string"
39788           }
39789         ], 
39790         "produces": [
39791           "application/json", 
39792           "application/xml"
39793         ], 
39794         "responses": {
39795           "200": {
39796             "description": "successful operation", 
39797             "schema": {
39798               "$ref": "#/definitions/l3-interface-ipv6-address-list"
39799             }
39800           }, 
39801           "default": {
39802             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39803           }
39804         }, 
39805         "summary": "returns l3-interface-ipv6-address-list", 
39806         "tags": [
39807           "Network"
39808         ]
39809       }, 
39810       "patch": {
39811         "consumes": [
39812           "application/json"
39813         ], 
39814         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
39815         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
39816         "parameters": [
39817           {
39818             "description": "Unique id of VNF.  This is unique across the graph.", 
39819             "example": "__VNF-ID__", 
39820             "in": "path", 
39821             "name": "vnf-id", 
39822             "required": true, 
39823             "type": "string"
39824           }, 
39825           {
39826             "description": "Name that identifies the link aggregate interface", 
39827             "example": "__INTERFACE-NAME__", 
39828             "in": "path", 
39829             "name": "interface-name", 
39830             "required": true, 
39831             "type": "string"
39832           }, 
39833           {
39834             "description": "Name given to the interface", 
39835             "example": "__INTERFACE-NAME__", 
39836             "in": "path", 
39837             "name": "l-interface.interface-name", 
39838             "required": true, 
39839             "type": "string"
39840           }, 
39841           {
39842             "description": "String that identifies the interface", 
39843             "example": "__VLAN-INTERFACE__", 
39844             "in": "path", 
39845             "name": "vlan-interface", 
39846             "required": true, 
39847             "type": "string"
39848           }, 
39849           {
39850             "description": "IP address", 
39851             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
39852             "in": "path", 
39853             "name": "l3-interface-ipv6-address", 
39854             "required": true, 
39855             "type": "string"
39856           }, 
39857           {
39858             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
39859             "in": "body", 
39860             "name": "body", 
39861             "required": true, 
39862             "schema": {
39863               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
39864             }
39865           }
39866         ], 
39867         "produces": [
39868           "application/json"
39869         ], 
39870         "responses": {
39871           "default": {
39872             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39873           }
39874         }, 
39875         "summary": "update an existing l3-interface-ipv6-address-list", 
39876         "tags": [
39877           "Network"
39878         ]
39879       }, 
39880       "put": {
39881         "consumes": [
39882           "application/json", 
39883           "application/xml"
39884         ], 
39885         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
39886         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
39887         "parameters": [
39888           {
39889             "description": "Unique id of VNF.  This is unique across the graph.", 
39890             "example": "__VNF-ID__", 
39891             "in": "path", 
39892             "name": "vnf-id", 
39893             "required": true, 
39894             "type": "string"
39895           }, 
39896           {
39897             "description": "Name that identifies the link aggregate interface", 
39898             "example": "__INTERFACE-NAME__", 
39899             "in": "path", 
39900             "name": "interface-name", 
39901             "required": true, 
39902             "type": "string"
39903           }, 
39904           {
39905             "description": "Name given to the interface", 
39906             "example": "__INTERFACE-NAME__", 
39907             "in": "path", 
39908             "name": "l-interface.interface-name", 
39909             "required": true, 
39910             "type": "string"
39911           }, 
39912           {
39913             "description": "String that identifies the interface", 
39914             "example": "__VLAN-INTERFACE__", 
39915             "in": "path", 
39916             "name": "vlan-interface", 
39917             "required": true, 
39918             "type": "string"
39919           }, 
39920           {
39921             "description": "IP address", 
39922             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
39923             "in": "path", 
39924             "name": "l3-interface-ipv6-address", 
39925             "required": true, 
39926             "type": "string"
39927           }, 
39928           {
39929             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
39930             "in": "body", 
39931             "name": "body", 
39932             "required": true, 
39933             "schema": {
39934               "$ref": "#/definitions/l3-interface-ipv6-address-list"
39935             }
39936           }
39937         ], 
39938         "produces": [
39939           "application/json", 
39940           "application/xml"
39941         ], 
39942         "responses": {
39943           "default": {
39944             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39945           }
39946         }, 
39947         "summary": "create or update an existing l3-interface-ipv6-address-list", 
39948         "tags": [
39949           "Network"
39950         ]
39951       }
39952     }, 
39953     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
39954       "delete": {
39955         "consumes": [
39956           "application/json", 
39957           "application/xml"
39958         ], 
39959         "description": "delete an existing relationship", 
39960         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
39961         "parameters": [
39962           {
39963             "description": "Unique id of VNF.  This is unique across the graph.", 
39964             "example": "__VNF-ID__", 
39965             "in": "path", 
39966             "name": "vnf-id", 
39967             "required": true, 
39968             "type": "string"
39969           }, 
39970           {
39971             "description": "Name that identifies the link aggregate interface", 
39972             "example": "__INTERFACE-NAME__", 
39973             "in": "path", 
39974             "name": "interface-name", 
39975             "required": true, 
39976             "type": "string"
39977           }, 
39978           {
39979             "description": "Name given to the interface", 
39980             "example": "__INTERFACE-NAME__", 
39981             "in": "path", 
39982             "name": "l-interface.interface-name", 
39983             "required": true, 
39984             "type": "string"
39985           }, 
39986           {
39987             "description": "String that identifies the interface", 
39988             "example": "__VLAN-INTERFACE__", 
39989             "in": "path", 
39990             "name": "vlan-interface", 
39991             "required": true, 
39992             "type": "string"
39993           }, 
39994           {
39995             "description": "IP address", 
39996             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
39997             "in": "path", 
39998             "name": "l3-interface-ipv6-address", 
39999             "required": true, 
40000             "type": "string"
40001           }
40002         ], 
40003         "produces": [
40004           "application/json", 
40005           "application/xml"
40006         ], 
40007         "responses": {
40008           "default": {
40009             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40010           }
40011         }, 
40012         "summary": "delete an existing relationship", 
40013         "tags": [
40014           "Network"
40015         ]
40016       }, 
40017       "put": {
40018         "consumes": [
40019           "application/json", 
40020           "application/xml"
40021         ], 
40022         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
40023         "parameters": [
40024           {
40025             "description": "Unique id of VNF.  This is unique across the graph.", 
40026             "example": "__VNF-ID__", 
40027             "in": "path", 
40028             "name": "vnf-id", 
40029             "required": true, 
40030             "type": "string"
40031           }, 
40032           {
40033             "description": "Name that identifies the link aggregate interface", 
40034             "example": "__INTERFACE-NAME__", 
40035             "in": "path", 
40036             "name": "interface-name", 
40037             "required": true, 
40038             "type": "string"
40039           }, 
40040           {
40041             "description": "Name given to the interface", 
40042             "example": "__INTERFACE-NAME__", 
40043             "in": "path", 
40044             "name": "l-interface.interface-name", 
40045             "required": true, 
40046             "type": "string"
40047           }, 
40048           {
40049             "description": "String that identifies the interface", 
40050             "example": "__VLAN-INTERFACE__", 
40051             "in": "path", 
40052             "name": "vlan-interface", 
40053             "required": true, 
40054             "type": "string"
40055           }, 
40056           {
40057             "description": "IP address", 
40058             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
40059             "in": "path", 
40060             "name": "l3-interface-ipv6-address", 
40061             "required": true, 
40062             "type": "string"
40063           }, 
40064           {
40065             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
40066             "in": "body", 
40067             "name": "body", 
40068             "required": true, 
40069             "schema": {
40070               "$ref": "#/definitions/relationship-dict"
40071             }
40072           }
40073         ], 
40074         "produces": [
40075           "application/json", 
40076           "application/xml"
40077         ], 
40078         "responses": {
40079           "default": {
40080             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40081           }
40082         }, 
40083         "summary": "see node definition for valid relationships", 
40084         "tags": [
40085           "Network"
40086         ]
40087       }
40088     }, 
40089     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
40090       "delete": {
40091         "consumes": [
40092           "application/json", 
40093           "application/xml"
40094         ], 
40095         "description": "delete an existing relationship", 
40096         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
40097         "parameters": [
40098           {
40099             "description": "Unique id of VNF.  This is unique across the graph.", 
40100             "example": "__VNF-ID__", 
40101             "in": "path", 
40102             "name": "vnf-id", 
40103             "required": true, 
40104             "type": "string"
40105           }, 
40106           {
40107             "description": "Name that identifies the link aggregate interface", 
40108             "example": "__INTERFACE-NAME__", 
40109             "in": "path", 
40110             "name": "interface-name", 
40111             "required": true, 
40112             "type": "string"
40113           }, 
40114           {
40115             "description": "Name given to the interface", 
40116             "example": "__INTERFACE-NAME__", 
40117             "in": "path", 
40118             "name": "l-interface.interface-name", 
40119             "required": true, 
40120             "type": "string"
40121           }, 
40122           {
40123             "description": "String that identifies the interface", 
40124             "example": "__VLAN-INTERFACE__", 
40125             "in": "path", 
40126             "name": "vlan-interface", 
40127             "required": true, 
40128             "type": "string"
40129           }
40130         ], 
40131         "produces": [
40132           "application/json", 
40133           "application/xml"
40134         ], 
40135         "responses": {
40136           "default": {
40137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40138           }
40139         }, 
40140         "summary": "delete an existing relationship", 
40141         "tags": [
40142           "Network"
40143         ]
40144       }, 
40145       "put": {
40146         "consumes": [
40147           "application/json", 
40148           "application/xml"
40149         ], 
40150         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
40151         "parameters": [
40152           {
40153             "description": "Unique id of VNF.  This is unique across the graph.", 
40154             "example": "__VNF-ID__", 
40155             "in": "path", 
40156             "name": "vnf-id", 
40157             "required": true, 
40158             "type": "string"
40159           }, 
40160           {
40161             "description": "Name that identifies the link aggregate interface", 
40162             "example": "__INTERFACE-NAME__", 
40163             "in": "path", 
40164             "name": "interface-name", 
40165             "required": true, 
40166             "type": "string"
40167           }, 
40168           {
40169             "description": "Name given to the interface", 
40170             "example": "__INTERFACE-NAME__", 
40171             "in": "path", 
40172             "name": "l-interface.interface-name", 
40173             "required": true, 
40174             "type": "string"
40175           }, 
40176           {
40177             "description": "String that identifies the interface", 
40178             "example": "__VLAN-INTERFACE__", 
40179             "in": "path", 
40180             "name": "vlan-interface", 
40181             "required": true, 
40182             "type": "string"
40183           }, 
40184           {
40185             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
40186             "in": "body", 
40187             "name": "body", 
40188             "required": true, 
40189             "schema": {
40190               "$ref": "#/definitions/relationship-dict"
40191             }
40192           }
40193         ], 
40194         "produces": [
40195           "application/json", 
40196           "application/xml"
40197         ], 
40198         "responses": {
40199           "default": {
40200             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40201           }
40202         }, 
40203         "summary": "see node definition for valid relationships", 
40204         "tags": [
40205           "Network"
40206         ]
40207       }
40208     }, 
40209     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/relationship-list/relationship": {
40210       "delete": {
40211         "consumes": [
40212           "application/json", 
40213           "application/xml"
40214         ], 
40215         "description": "delete an existing relationship", 
40216         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceRelationshipListRelationship", 
40217         "parameters": [
40218           {
40219             "description": "Unique id of VNF.  This is unique across the graph.", 
40220             "example": "__VNF-ID__", 
40221             "in": "path", 
40222             "name": "vnf-id", 
40223             "required": true, 
40224             "type": "string"
40225           }, 
40226           {
40227             "description": "Name that identifies the link aggregate interface", 
40228             "example": "__INTERFACE-NAME__", 
40229             "in": "path", 
40230             "name": "interface-name", 
40231             "required": true, 
40232             "type": "string"
40233           }
40234         ], 
40235         "produces": [
40236           "application/json", 
40237           "application/xml"
40238         ], 
40239         "responses": {
40240           "default": {
40241             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40242           }
40243         }, 
40244         "summary": "delete an existing relationship", 
40245         "tags": [
40246           "Network"
40247         ]
40248       }, 
40249       "put": {
40250         "consumes": [
40251           "application/json", 
40252           "application/xml"
40253         ], 
40254         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceRelationshipListRelationship", 
40255         "parameters": [
40256           {
40257             "description": "Unique id of VNF.  This is unique across the graph.", 
40258             "example": "__VNF-ID__", 
40259             "in": "path", 
40260             "name": "vnf-id", 
40261             "required": true, 
40262             "type": "string"
40263           }, 
40264           {
40265             "description": "Name that identifies the link aggregate interface", 
40266             "example": "__INTERFACE-NAME__", 
40267             "in": "path", 
40268             "name": "interface-name", 
40269             "required": true, 
40270             "type": "string"
40271           }, 
40272           {
40273             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLagInterfacesLagInterface.json)", 
40274             "in": "body", 
40275             "name": "body", 
40276             "required": true, 
40277             "schema": {
40278               "$ref": "#/definitions/relationship-dict"
40279             }
40280           }
40281         ], 
40282         "produces": [
40283           "application/json", 
40284           "application/xml"
40285         ], 
40286         "responses": {
40287           "default": {
40288             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40289           }
40290         }, 
40291         "summary": "see node definition for valid relationships", 
40292         "tags": [
40293           "Network"
40294         ]
40295       }
40296     }, 
40297     "/network/generic-vnfs/generic-vnf/{vnf-id}/licenses": {
40298       "get": {
40299         "description": "returns licenses", 
40300         "operationId": "getNetworkGenericVnfsGenericVnfLicenses", 
40301         "parameters": [
40302           {
40303             "description": "Unique id of VNF.  This is unique across the graph.", 
40304             "example": "__VNF-ID__", 
40305             "in": "path", 
40306             "name": "vnf-id", 
40307             "required": true, 
40308             "type": "string"
40309           }, 
40310           {
40311             "description": "n/a", 
40312             "in": "query", 
40313             "name": "group-uuid", 
40314             "required": false, 
40315             "type": "string"
40316           }, 
40317           {
40318             "description": "n/a", 
40319             "in": "query", 
40320             "name": "resource-uuid", 
40321             "required": false, 
40322             "type": "string"
40323           }
40324         ], 
40325         "produces": [
40326           "application/json", 
40327           "application/xml"
40328         ], 
40329         "responses": {
40330           "200": {
40331             "description": "successful operation", 
40332             "schema": {
40333               "$ref": "#/definitions/licenses"
40334             }
40335           }, 
40336           "default": {
40337             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40338           }
40339         }, 
40340         "summary": "returns licenses", 
40341         "tags": [
40342           "Network"
40343         ]
40344       }
40345     }, 
40346     "/network/generic-vnfs/generic-vnf/{vnf-id}/licenses/license/{group-uuid}/{resource-uuid}": {
40347       "delete": {
40348         "consumes": [
40349           "application/json", 
40350           "application/xml"
40351         ], 
40352         "description": "delete an existing license", 
40353         "operationId": "deleteNetworkGenericVnfsGenericVnfLicensesLicense", 
40354         "parameters": [
40355           {
40356             "description": "Unique id of VNF.  This is unique across the graph.", 
40357             "example": "__VNF-ID__", 
40358             "in": "path", 
40359             "name": "vnf-id", 
40360             "required": true, 
40361             "type": "string"
40362           }, 
40363           {
40364             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
40365             "example": "__GROUP-UUID__", 
40366             "in": "path", 
40367             "name": "group-uuid", 
40368             "required": true, 
40369             "type": "string"
40370           }, 
40371           {
40372             "description": "Unique ID of a license resource.", 
40373             "example": "__RESOURCE-UUID__", 
40374             "in": "path", 
40375             "name": "resource-uuid", 
40376             "required": true, 
40377             "type": "string"
40378           }, 
40379           {
40380             "description": "resource-version for concurrency", 
40381             "in": "query", 
40382             "name": "resource-version", 
40383             "required": true, 
40384             "type": "string"
40385           }
40386         ], 
40387         "produces": [
40388           "application/json", 
40389           "application/xml"
40390         ], 
40391         "responses": {
40392           "default": {
40393             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40394           }
40395         }, 
40396         "summary": "delete an existing license", 
40397         "tags": [
40398           "Network"
40399         ]
40400       }, 
40401       "get": {
40402         "description": "returns license", 
40403         "operationId": "getNetworkGenericVnfsGenericVnfLicensesLicense", 
40404         "parameters": [
40405           {
40406             "description": "Unique id of VNF.  This is unique across the graph.", 
40407             "example": "__VNF-ID__", 
40408             "in": "path", 
40409             "name": "vnf-id", 
40410             "required": true, 
40411             "type": "string"
40412           }, 
40413           {
40414             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
40415             "example": "__GROUP-UUID__", 
40416             "in": "path", 
40417             "name": "group-uuid", 
40418             "required": true, 
40419             "type": "string"
40420           }, 
40421           {
40422             "description": "Unique ID of a license resource.", 
40423             "example": "__RESOURCE-UUID__", 
40424             "in": "path", 
40425             "name": "resource-uuid", 
40426             "required": true, 
40427             "type": "string"
40428           }
40429         ], 
40430         "produces": [
40431           "application/json", 
40432           "application/xml"
40433         ], 
40434         "responses": {
40435           "200": {
40436             "description": "successful operation", 
40437             "schema": {
40438               "$ref": "#/definitions/license"
40439             }
40440           }, 
40441           "default": {
40442             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40443           }
40444         }, 
40445         "summary": "returns license", 
40446         "tags": [
40447           "Network"
40448         ]
40449       }, 
40450       "patch": {
40451         "consumes": [
40452           "application/json"
40453         ], 
40454         "description": "Update an existing license\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
40455         "operationId": "UpdateNetworkGenericVnfsGenericVnfLicensesLicense", 
40456         "parameters": [
40457           {
40458             "description": "Unique id of VNF.  This is unique across the graph.", 
40459             "example": "__VNF-ID__", 
40460             "in": "path", 
40461             "name": "vnf-id", 
40462             "required": true, 
40463             "type": "string"
40464           }, 
40465           {
40466             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
40467             "example": "__GROUP-UUID__", 
40468             "in": "path", 
40469             "name": "group-uuid", 
40470             "required": true, 
40471             "type": "string"
40472           }, 
40473           {
40474             "description": "Unique ID of a license resource.", 
40475             "example": "__RESOURCE-UUID__", 
40476             "in": "path", 
40477             "name": "resource-uuid", 
40478             "required": true, 
40479             "type": "string"
40480           }, 
40481           {
40482             "description": "license object that needs to be updated.", 
40483             "in": "body", 
40484             "name": "body", 
40485             "required": true, 
40486             "schema": {
40487               "$ref": "#/definitions/zzzz-patch-license"
40488             }
40489           }
40490         ], 
40491         "produces": [
40492           "application/json"
40493         ], 
40494         "responses": {
40495           "default": {
40496             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40497           }
40498         }, 
40499         "summary": "update an existing license", 
40500         "tags": [
40501           "Network"
40502         ]
40503       }, 
40504       "put": {
40505         "consumes": [
40506           "application/json", 
40507           "application/xml"
40508         ], 
40509         "description": "Create or update an existing license.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
40510         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLicensesLicense", 
40511         "parameters": [
40512           {
40513             "description": "Unique id of VNF.  This is unique across the graph.", 
40514             "example": "__VNF-ID__", 
40515             "in": "path", 
40516             "name": "vnf-id", 
40517             "required": true, 
40518             "type": "string"
40519           }, 
40520           {
40521             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
40522             "example": "__GROUP-UUID__", 
40523             "in": "path", 
40524             "name": "group-uuid", 
40525             "required": true, 
40526             "type": "string"
40527           }, 
40528           {
40529             "description": "Unique ID of a license resource.", 
40530             "example": "__RESOURCE-UUID__", 
40531             "in": "path", 
40532             "name": "resource-uuid", 
40533             "required": true, 
40534             "type": "string"
40535           }, 
40536           {
40537             "description": "license object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLicensesLicense.json)", 
40538             "in": "body", 
40539             "name": "body", 
40540             "required": true, 
40541             "schema": {
40542               "$ref": "#/definitions/license"
40543             }
40544           }
40545         ], 
40546         "produces": [
40547           "application/json", 
40548           "application/xml"
40549         ], 
40550         "responses": {
40551           "default": {
40552             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40553           }
40554         }, 
40555         "summary": "create or update an existing license", 
40556         "tags": [
40557           "Network"
40558         ]
40559       }
40560     }, 
40561     "/network/generic-vnfs/generic-vnf/{vnf-id}/licenses/license/{group-uuid}/{resource-uuid}/relationship-list/relationship": {
40562       "delete": {
40563         "consumes": [
40564           "application/json", 
40565           "application/xml"
40566         ], 
40567         "description": "delete an existing relationship", 
40568         "operationId": "deleteNetworkGenericVnfsGenericVnfLicensesLicenseRelationshipListRelationship", 
40569         "parameters": [
40570           {
40571             "description": "Unique id of VNF.  This is unique across the graph.", 
40572             "example": "__VNF-ID__", 
40573             "in": "path", 
40574             "name": "vnf-id", 
40575             "required": true, 
40576             "type": "string"
40577           }, 
40578           {
40579             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
40580             "example": "__GROUP-UUID__", 
40581             "in": "path", 
40582             "name": "group-uuid", 
40583             "required": true, 
40584             "type": "string"
40585           }, 
40586           {
40587             "description": "Unique ID of a license resource.", 
40588             "example": "__RESOURCE-UUID__", 
40589             "in": "path", 
40590             "name": "resource-uuid", 
40591             "required": true, 
40592             "type": "string"
40593           }
40594         ], 
40595         "produces": [
40596           "application/json", 
40597           "application/xml"
40598         ], 
40599         "responses": {
40600           "default": {
40601             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40602           }
40603         }, 
40604         "summary": "delete an existing relationship", 
40605         "tags": [
40606           "Network"
40607         ]
40608       }, 
40609       "put": {
40610         "consumes": [
40611           "application/json", 
40612           "application/xml"
40613         ], 
40614         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLicensesLicenseRelationshipListRelationship", 
40615         "parameters": [
40616           {
40617             "description": "Unique id of VNF.  This is unique across the graph.", 
40618             "example": "__VNF-ID__", 
40619             "in": "path", 
40620             "name": "vnf-id", 
40621             "required": true, 
40622             "type": "string"
40623           }, 
40624           {
40625             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
40626             "example": "__GROUP-UUID__", 
40627             "in": "path", 
40628             "name": "group-uuid", 
40629             "required": true, 
40630             "type": "string"
40631           }, 
40632           {
40633             "description": "Unique ID of a license resource.", 
40634             "example": "__RESOURCE-UUID__", 
40635             "in": "path", 
40636             "name": "resource-uuid", 
40637             "required": true, 
40638             "type": "string"
40639           }, 
40640           {
40641             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfLicensesLicense.json)", 
40642             "in": "body", 
40643             "name": "body", 
40644             "required": true, 
40645             "schema": {
40646               "$ref": "#/definitions/relationship-dict"
40647             }
40648           }
40649         ], 
40650         "produces": [
40651           "application/json", 
40652           "application/xml"
40653         ], 
40654         "responses": {
40655           "default": {
40656             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40657           }
40658         }, 
40659         "summary": "see node definition for valid relationships", 
40660         "tags": [
40661           "Network"
40662         ]
40663       }
40664     }, 
40665     "/network/generic-vnfs/generic-vnf/{vnf-id}/relationship-list/relationship": {
40666       "delete": {
40667         "consumes": [
40668           "application/json", 
40669           "application/xml"
40670         ], 
40671         "description": "delete an existing relationship", 
40672         "operationId": "deleteNetworkGenericVnfsGenericVnfRelationshipListRelationship", 
40673         "parameters": [
40674           {
40675             "description": "Unique id of VNF.  This is unique across the graph.", 
40676             "example": "__VNF-ID__", 
40677             "in": "path", 
40678             "name": "vnf-id", 
40679             "required": true, 
40680             "type": "string"
40681           }
40682         ], 
40683         "produces": [
40684           "application/json", 
40685           "application/xml"
40686         ], 
40687         "responses": {
40688           "default": {
40689             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40690           }
40691         }, 
40692         "summary": "delete an existing relationship", 
40693         "tags": [
40694           "Network"
40695         ]
40696       }, 
40697       "put": {
40698         "consumes": [
40699           "application/json", 
40700           "application/xml"
40701         ], 
40702         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfRelationshipListRelationship", 
40703         "parameters": [
40704           {
40705             "description": "Unique id of VNF.  This is unique across the graph.", 
40706             "example": "__VNF-ID__", 
40707             "in": "path", 
40708             "name": "vnf-id", 
40709             "required": true, 
40710             "type": "string"
40711           }, 
40712           {
40713             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnf.json)", 
40714             "in": "body", 
40715             "name": "body", 
40716             "required": true, 
40717             "schema": {
40718               "$ref": "#/definitions/relationship-dict"
40719             }
40720           }
40721         ], 
40722         "produces": [
40723           "application/json", 
40724           "application/xml"
40725         ], 
40726         "responses": {
40727           "default": {
40728             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40729           }
40730         }, 
40731         "summary": "see node definition for valid relationships", 
40732         "tags": [
40733           "Network"
40734         ]
40735       }
40736     }, 
40737     "/network/generic-vnfs/generic-vnf/{vnf-id}/vf-modules": {
40738       "get": {
40739         "description": "returns vf-modules", 
40740         "operationId": "getNetworkGenericVnfsGenericVnfVfModules", 
40741         "parameters": [
40742           {
40743             "description": "Unique id of VNF.  This is unique across the graph.", 
40744             "example": "__VNF-ID__", 
40745             "in": "path", 
40746             "name": "vnf-id", 
40747             "required": true, 
40748             "type": "string"
40749           }, 
40750           {
40751             "description": "n/a", 
40752             "in": "query", 
40753             "name": "vf-module-id", 
40754             "required": false, 
40755             "type": "string"
40756           }, 
40757           {
40758             "description": "n/a", 
40759             "in": "query", 
40760             "name": "vf-module-name", 
40761             "required": false, 
40762             "type": "string"
40763           }, 
40764           {
40765             "description": "n/a", 
40766             "in": "query", 
40767             "name": "heat-stack-id", 
40768             "required": false, 
40769             "type": "string"
40770           }, 
40771           {
40772             "description": "n/a", 
40773             "in": "query", 
40774             "name": "model-invariant-id", 
40775             "required": false, 
40776             "type": "string"
40777           }, 
40778           {
40779             "description": "n/a", 
40780             "in": "query", 
40781             "name": "model-version-id", 
40782             "required": false, 
40783             "type": "string"
40784           }, 
40785           {
40786             "description": "n/a", 
40787             "in": "query", 
40788             "name": "widget-model-id", 
40789             "required": false, 
40790             "type": "string"
40791           }, 
40792           {
40793             "description": "n/a", 
40794             "in": "query", 
40795             "name": "widget-model-version", 
40796             "required": false, 
40797             "type": "string"
40798           }, 
40799           {
40800             "description": "n/a", 
40801             "in": "query", 
40802             "name": "contrail-service-instance-fqdn", 
40803             "required": false, 
40804             "type": "string"
40805           }
40806         ], 
40807         "produces": [
40808           "application/json", 
40809           "application/xml"
40810         ], 
40811         "responses": {
40812           "200": {
40813             "description": "successful operation", 
40814             "schema": {
40815               "$ref": "#/definitions/vf-modules"
40816             }
40817           }, 
40818           "default": {
40819             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40820           }
40821         }, 
40822         "summary": "returns vf-modules", 
40823         "tags": [
40824           "Network"
40825         ]
40826       }
40827     }, 
40828     "/network/generic-vnfs/generic-vnf/{vnf-id}/vf-modules/vf-module/{vf-module-id}": {
40829       "delete": {
40830         "consumes": [
40831           "application/json", 
40832           "application/xml"
40833         ], 
40834         "description": "delete an existing vf-module", 
40835         "operationId": "deleteNetworkGenericVnfsGenericVnfVfModulesVfModule", 
40836         "parameters": [
40837           {
40838             "description": "Unique id of VNF.  This is unique across the graph.", 
40839             "example": "__VNF-ID__", 
40840             "in": "path", 
40841             "name": "vnf-id", 
40842             "required": true, 
40843             "type": "string"
40844           }, 
40845           {
40846             "description": "Unique ID of vf-module.", 
40847             "example": "__VF-MODULE-ID__", 
40848             "in": "path", 
40849             "name": "vf-module-id", 
40850             "required": true, 
40851             "type": "string"
40852           }, 
40853           {
40854             "description": "resource-version for concurrency", 
40855             "in": "query", 
40856             "name": "resource-version", 
40857             "required": true, 
40858             "type": "string"
40859           }
40860         ], 
40861         "produces": [
40862           "application/json", 
40863           "application/xml"
40864         ], 
40865         "responses": {
40866           "default": {
40867             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40868           }
40869         }, 
40870         "summary": "delete an existing vf-module", 
40871         "tags": [
40872           "Network"
40873         ]
40874       }, 
40875       "get": {
40876         "description": "returns vf-module", 
40877         "operationId": "getNetworkGenericVnfsGenericVnfVfModulesVfModule", 
40878         "parameters": [
40879           {
40880             "description": "Unique id of VNF.  This is unique across the graph.", 
40881             "example": "__VNF-ID__", 
40882             "in": "path", 
40883             "name": "vnf-id", 
40884             "required": true, 
40885             "type": "string"
40886           }, 
40887           {
40888             "description": "Unique ID of vf-module.", 
40889             "example": "__VF-MODULE-ID__", 
40890             "in": "path", 
40891             "name": "vf-module-id", 
40892             "required": true, 
40893             "type": "string"
40894           }
40895         ], 
40896         "produces": [
40897           "application/json", 
40898           "application/xml"
40899         ], 
40900         "responses": {
40901           "200": {
40902             "description": "successful operation", 
40903             "schema": {
40904               "$ref": "#/definitions/vf-module"
40905             }
40906           }, 
40907           "default": {
40908             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40909           }
40910         }, 
40911         "summary": "returns vf-module", 
40912         "tags": [
40913           "Network"
40914         ]
40915       }, 
40916       "patch": {
40917         "consumes": [
40918           "application/json"
40919         ], 
40920         "description": "Update an existing vf-module\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
40921         "operationId": "UpdateNetworkGenericVnfsGenericVnfVfModulesVfModule", 
40922         "parameters": [
40923           {
40924             "description": "Unique id of VNF.  This is unique across the graph.", 
40925             "example": "__VNF-ID__", 
40926             "in": "path", 
40927             "name": "vnf-id", 
40928             "required": true, 
40929             "type": "string"
40930           }, 
40931           {
40932             "description": "Unique ID of vf-module.", 
40933             "example": "__VF-MODULE-ID__", 
40934             "in": "path", 
40935             "name": "vf-module-id", 
40936             "required": true, 
40937             "type": "string"
40938           }, 
40939           {
40940             "description": "vf-module object that needs to be updated.", 
40941             "in": "body", 
40942             "name": "body", 
40943             "required": true, 
40944             "schema": {
40945               "$ref": "#/definitions/zzzz-patch-vf-module"
40946             }
40947           }
40948         ], 
40949         "produces": [
40950           "application/json"
40951         ], 
40952         "responses": {
40953           "default": {
40954             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40955           }
40956         }, 
40957         "summary": "update an existing vf-module", 
40958         "tags": [
40959           "Network"
40960         ]
40961       }, 
40962       "put": {
40963         "consumes": [
40964           "application/json", 
40965           "application/xml"
40966         ], 
40967         "description": "Create or update an existing vf-module.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
40968         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfVfModulesVfModule", 
40969         "parameters": [
40970           {
40971             "description": "Unique id of VNF.  This is unique across the graph.", 
40972             "example": "__VNF-ID__", 
40973             "in": "path", 
40974             "name": "vnf-id", 
40975             "required": true, 
40976             "type": "string"
40977           }, 
40978           {
40979             "description": "Unique ID of vf-module.", 
40980             "example": "__VF-MODULE-ID__", 
40981             "in": "path", 
40982             "name": "vf-module-id", 
40983             "required": true, 
40984             "type": "string"
40985           }, 
40986           {
40987             "description": "vf-module object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfVfModulesVfModule.json)", 
40988             "in": "body", 
40989             "name": "body", 
40990             "required": true, 
40991             "schema": {
40992               "$ref": "#/definitions/vf-module"
40993             }
40994           }
40995         ], 
40996         "produces": [
40997           "application/json", 
40998           "application/xml"
40999         ], 
41000         "responses": {
41001           "default": {
41002             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41003           }
41004         }, 
41005         "summary": "create or update an existing vf-module", 
41006         "tags": [
41007           "Network"
41008         ]
41009       }
41010     }, 
41011     "/network/generic-vnfs/generic-vnf/{vnf-id}/vf-modules/vf-module/{vf-module-id}/relationship-list/relationship": {
41012       "delete": {
41013         "consumes": [
41014           "application/json", 
41015           "application/xml"
41016         ], 
41017         "description": "delete an existing relationship", 
41018         "operationId": "deleteNetworkGenericVnfsGenericVnfVfModulesVfModuleRelationshipListRelationship", 
41019         "parameters": [
41020           {
41021             "description": "Unique id of VNF.  This is unique across the graph.", 
41022             "example": "__VNF-ID__", 
41023             "in": "path", 
41024             "name": "vnf-id", 
41025             "required": true, 
41026             "type": "string"
41027           }, 
41028           {
41029             "description": "Unique ID of vf-module.", 
41030             "example": "__VF-MODULE-ID__", 
41031             "in": "path", 
41032             "name": "vf-module-id", 
41033             "required": true, 
41034             "type": "string"
41035           }
41036         ], 
41037         "produces": [
41038           "application/json", 
41039           "application/xml"
41040         ], 
41041         "responses": {
41042           "default": {
41043             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41044           }
41045         }, 
41046         "summary": "delete an existing relationship", 
41047         "tags": [
41048           "Network"
41049         ]
41050       }, 
41051       "put": {
41052         "consumes": [
41053           "application/json", 
41054           "application/xml"
41055         ], 
41056         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfVfModulesVfModuleRelationshipListRelationship", 
41057         "parameters": [
41058           {
41059             "description": "Unique id of VNF.  This is unique across the graph.", 
41060             "example": "__VNF-ID__", 
41061             "in": "path", 
41062             "name": "vnf-id", 
41063             "required": true, 
41064             "type": "string"
41065           }, 
41066           {
41067             "description": "Unique ID of vf-module.", 
41068             "example": "__VF-MODULE-ID__", 
41069             "in": "path", 
41070             "name": "vf-module-id", 
41071             "required": true, 
41072             "type": "string"
41073           }, 
41074           {
41075             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkGenericVnfsGenericVnfVfModulesVfModule.json)", 
41076             "in": "body", 
41077             "name": "body", 
41078             "required": true, 
41079             "schema": {
41080               "$ref": "#/definitions/relationship-dict"
41081             }
41082           }
41083         ], 
41084         "produces": [
41085           "application/json", 
41086           "application/xml"
41087         ], 
41088         "responses": {
41089           "default": {
41090             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41091           }
41092         }, 
41093         "summary": "see node definition for valid relationships", 
41094         "tags": [
41095           "Network"
41096         ]
41097       }
41098     }, 
41099     "/network/instance-groups": {
41100       "get": {
41101         "description": "returns instance-groups", 
41102         "operationId": "getNetworkInstanceGroups", 
41103         "parameters": [
41104           {
41105             "description": "n/a", 
41106             "in": "query", 
41107             "name": "id", 
41108             "required": false, 
41109             "type": "string"
41110           }, 
41111           {
41112             "description": "n/a", 
41113             "in": "query", 
41114             "name": "description", 
41115             "required": false, 
41116             "type": "string"
41117           }, 
41118           {
41119             "description": "n/a", 
41120             "in": "query", 
41121             "name": "type", 
41122             "required": false, 
41123             "type": "string"
41124           }, 
41125           {
41126             "description": "n/a", 
41127             "in": "query", 
41128             "name": "sub-type", 
41129             "required": false, 
41130             "type": "string"
41131           }
41132         ], 
41133         "produces": [
41134           "application/json", 
41135           "application/xml"
41136         ], 
41137         "responses": {
41138           "200": {
41139             "description": "successful operation", 
41140             "schema": {
41141               "$ref": "#/definitions/instance-groups"
41142             }
41143           }, 
41144           "default": {
41145             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41146           }
41147         }, 
41148         "summary": "returns instance-groups", 
41149         "tags": [
41150           "Network"
41151         ]
41152       }
41153     }, 
41154     "/network/instance-groups/instance-group/{id}": {
41155       "delete": {
41156         "consumes": [
41157           "application/json", 
41158           "application/xml"
41159         ], 
41160         "description": "delete an existing instance-group", 
41161         "operationId": "deleteNetworkInstanceGroupsInstanceGroup", 
41162         "parameters": [
41163           {
41164             "description": "Instance Group ID, UUID assigned to this instance.", 
41165             "example": "__ID__", 
41166             "in": "path", 
41167             "name": "id", 
41168             "required": true, 
41169             "type": "string"
41170           }, 
41171           {
41172             "description": "resource-version for concurrency", 
41173             "in": "query", 
41174             "name": "resource-version", 
41175             "required": true, 
41176             "type": "string"
41177           }
41178         ], 
41179         "produces": [
41180           "application/json", 
41181           "application/xml"
41182         ], 
41183         "responses": {
41184           "default": {
41185             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41186           }
41187         }, 
41188         "summary": "delete an existing instance-group", 
41189         "tags": [
41190           "Network"
41191         ]
41192       }, 
41193       "get": {
41194         "description": "returns instance-group", 
41195         "operationId": "getNetworkInstanceGroupsInstanceGroup", 
41196         "parameters": [
41197           {
41198             "description": "Instance Group ID, UUID assigned to this instance.", 
41199             "example": "__ID__", 
41200             "in": "path", 
41201             "name": "id", 
41202             "required": true, 
41203             "type": "string"
41204           }
41205         ], 
41206         "produces": [
41207           "application/json", 
41208           "application/xml"
41209         ], 
41210         "responses": {
41211           "200": {
41212             "description": "successful operation", 
41213             "schema": {
41214               "$ref": "#/definitions/instance-group"
41215             }
41216           }, 
41217           "default": {
41218             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41219           }
41220         }, 
41221         "summary": "returns instance-group", 
41222         "tags": [
41223           "Network"
41224         ]
41225       }, 
41226       "patch": {
41227         "consumes": [
41228           "application/json"
41229         ], 
41230         "description": "Update an existing instance-group\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
41231         "operationId": "UpdateNetworkInstanceGroupsInstanceGroup", 
41232         "parameters": [
41233           {
41234             "description": "Instance Group ID, UUID assigned to this instance.", 
41235             "example": "__ID__", 
41236             "in": "path", 
41237             "name": "id", 
41238             "required": true, 
41239             "type": "string"
41240           }, 
41241           {
41242             "description": "instance-group object that needs to be updated.", 
41243             "in": "body", 
41244             "name": "body", 
41245             "required": true, 
41246             "schema": {
41247               "$ref": "#/definitions/zzzz-patch-instance-group"
41248             }
41249           }
41250         ], 
41251         "produces": [
41252           "application/json"
41253         ], 
41254         "responses": {
41255           "default": {
41256             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41257           }
41258         }, 
41259         "summary": "update an existing instance-group", 
41260         "tags": [
41261           "Network"
41262         ]
41263       }, 
41264       "put": {
41265         "consumes": [
41266           "application/json", 
41267           "application/xml"
41268         ], 
41269         "description": "Create or update an existing instance-group.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
41270         "operationId": "createOrUpdateNetworkInstanceGroupsInstanceGroup", 
41271         "parameters": [
41272           {
41273             "description": "Instance Group ID, UUID assigned to this instance.", 
41274             "example": "__ID__", 
41275             "in": "path", 
41276             "name": "id", 
41277             "required": true, 
41278             "type": "string"
41279           }, 
41280           {
41281             "description": "instance-group object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkInstanceGroupsInstanceGroup.json)", 
41282             "in": "body", 
41283             "name": "body", 
41284             "required": true, 
41285             "schema": {
41286               "$ref": "#/definitions/instance-group"
41287             }
41288           }
41289         ], 
41290         "produces": [
41291           "application/json", 
41292           "application/xml"
41293         ], 
41294         "responses": {
41295           "default": {
41296             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41297           }
41298         }, 
41299         "summary": "create or update an existing instance-group", 
41300         "tags": [
41301           "Network"
41302         ]
41303       }
41304     }, 
41305     "/network/instance-groups/instance-group/{id}/relationship-list/relationship": {
41306       "delete": {
41307         "consumes": [
41308           "application/json", 
41309           "application/xml"
41310         ], 
41311         "description": "delete an existing relationship", 
41312         "operationId": "deleteNetworkInstanceGroupsInstanceGroupRelationshipListRelationship", 
41313         "parameters": [
41314           {
41315             "description": "Instance Group ID, UUID assigned to this instance.", 
41316             "example": "__ID__", 
41317             "in": "path", 
41318             "name": "id", 
41319             "required": true, 
41320             "type": "string"
41321           }
41322         ], 
41323         "produces": [
41324           "application/json", 
41325           "application/xml"
41326         ], 
41327         "responses": {
41328           "default": {
41329             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41330           }
41331         }, 
41332         "summary": "delete an existing relationship", 
41333         "tags": [
41334           "Network"
41335         ]
41336       }, 
41337       "put": {
41338         "consumes": [
41339           "application/json", 
41340           "application/xml"
41341         ], 
41342         "operationId": "createOrUpdateNetworkInstanceGroupsInstanceGroupRelationshipListRelationship", 
41343         "parameters": [
41344           {
41345             "description": "Instance Group ID, UUID assigned to this instance.", 
41346             "example": "__ID__", 
41347             "in": "path", 
41348             "name": "id", 
41349             "required": true, 
41350             "type": "string"
41351           }, 
41352           {
41353             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkInstanceGroupsInstanceGroup.json)", 
41354             "in": "body", 
41355             "name": "body", 
41356             "required": true, 
41357             "schema": {
41358               "$ref": "#/definitions/relationship-dict"
41359             }
41360           }
41361         ], 
41362         "produces": [
41363           "application/json", 
41364           "application/xml"
41365         ], 
41366         "responses": {
41367           "default": {
41368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41369           }
41370         }, 
41371         "summary": "see node definition for valid relationships", 
41372         "tags": [
41373           "Network"
41374         ]
41375       }
41376     }, 
41377     "/network/ipsec-configurations": {
41378       "get": {
41379         "description": "returns ipsec-configurations", 
41380         "operationId": "getNetworkIpsecConfigurations", 
41381         "parameters": [
41382           {
41383             "description": "n/a", 
41384             "in": "query", 
41385             "name": "ipsec-configuration-id", 
41386             "required": false, 
41387             "type": "string"
41388           }
41389         ], 
41390         "produces": [
41391           "application/json", 
41392           "application/xml"
41393         ], 
41394         "responses": {
41395           "200": {
41396             "description": "successful operation", 
41397             "schema": {
41398               "$ref": "#/definitions/ipsec-configurations"
41399             }
41400           }, 
41401           "default": {
41402             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41403           }
41404         }, 
41405         "summary": "returns ipsec-configurations", 
41406         "tags": [
41407           "Network"
41408         ]
41409       }
41410     }, 
41411     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}": {
41412       "delete": {
41413         "consumes": [
41414           "application/json", 
41415           "application/xml"
41416         ], 
41417         "description": "delete an existing ipsec-configuration", 
41418         "operationId": "deleteNetworkIpsecConfigurationsIpsecConfiguration", 
41419         "parameters": [
41420           {
41421             "description": "UUID of this configuration", 
41422             "example": "__IPSEC-CONFIGURATION-ID__", 
41423             "in": "path", 
41424             "name": "ipsec-configuration-id", 
41425             "required": true, 
41426             "type": "string"
41427           }, 
41428           {
41429             "description": "resource-version for concurrency", 
41430             "in": "query", 
41431             "name": "resource-version", 
41432             "required": true, 
41433             "type": "string"
41434           }
41435         ], 
41436         "produces": [
41437           "application/json", 
41438           "application/xml"
41439         ], 
41440         "responses": {
41441           "default": {
41442             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41443           }
41444         }, 
41445         "summary": "delete an existing ipsec-configuration", 
41446         "tags": [
41447           "Network"
41448         ]
41449       }, 
41450       "get": {
41451         "description": "returns ipsec-configuration", 
41452         "operationId": "getNetworkIpsecConfigurationsIpsecConfiguration", 
41453         "parameters": [
41454           {
41455             "description": "UUID of this configuration", 
41456             "example": "__IPSEC-CONFIGURATION-ID__", 
41457             "in": "path", 
41458             "name": "ipsec-configuration-id", 
41459             "required": true, 
41460             "type": "string"
41461           }
41462         ], 
41463         "produces": [
41464           "application/json", 
41465           "application/xml"
41466         ], 
41467         "responses": {
41468           "200": {
41469             "description": "successful operation", 
41470             "schema": {
41471               "$ref": "#/definitions/ipsec-configuration"
41472             }
41473           }, 
41474           "default": {
41475             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41476           }
41477         }, 
41478         "summary": "returns ipsec-configuration", 
41479         "tags": [
41480           "Network"
41481         ]
41482       }, 
41483       "patch": {
41484         "consumes": [
41485           "application/json"
41486         ], 
41487         "description": "Update an existing ipsec-configuration\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
41488         "operationId": "UpdateNetworkIpsecConfigurationsIpsecConfiguration", 
41489         "parameters": [
41490           {
41491             "description": "UUID of this configuration", 
41492             "example": "__IPSEC-CONFIGURATION-ID__", 
41493             "in": "path", 
41494             "name": "ipsec-configuration-id", 
41495             "required": true, 
41496             "type": "string"
41497           }, 
41498           {
41499             "description": "ipsec-configuration object that needs to be updated.", 
41500             "in": "body", 
41501             "name": "body", 
41502             "required": true, 
41503             "schema": {
41504               "$ref": "#/definitions/zzzz-patch-ipsec-configuration"
41505             }
41506           }
41507         ], 
41508         "produces": [
41509           "application/json"
41510         ], 
41511         "responses": {
41512           "default": {
41513             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41514           }
41515         }, 
41516         "summary": "update an existing ipsec-configuration", 
41517         "tags": [
41518           "Network"
41519         ]
41520       }, 
41521       "put": {
41522         "consumes": [
41523           "application/json", 
41524           "application/xml"
41525         ], 
41526         "description": "Create or update an existing ipsec-configuration.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
41527         "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfiguration", 
41528         "parameters": [
41529           {
41530             "description": "UUID of this configuration", 
41531             "example": "__IPSEC-CONFIGURATION-ID__", 
41532             "in": "path", 
41533             "name": "ipsec-configuration-id", 
41534             "required": true, 
41535             "type": "string"
41536           }, 
41537           {
41538             "description": "ipsec-configuration object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkIpsecConfigurationsIpsecConfiguration.json)", 
41539             "in": "body", 
41540             "name": "body", 
41541             "required": true, 
41542             "schema": {
41543               "$ref": "#/definitions/ipsec-configuration"
41544             }
41545           }
41546         ], 
41547         "produces": [
41548           "application/json", 
41549           "application/xml"
41550         ], 
41551         "responses": {
41552           "default": {
41553             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41554           }
41555         }, 
41556         "summary": "create or update an existing ipsec-configuration", 
41557         "tags": [
41558           "Network"
41559         ]
41560       }
41561     }, 
41562     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}/relationship-list/relationship": {
41563       "delete": {
41564         "consumes": [
41565           "application/json", 
41566           "application/xml"
41567         ], 
41568         "description": "delete an existing relationship", 
41569         "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationRelationshipListRelationship", 
41570         "parameters": [
41571           {
41572             "description": "UUID of this configuration", 
41573             "example": "__IPSEC-CONFIGURATION-ID__", 
41574             "in": "path", 
41575             "name": "ipsec-configuration-id", 
41576             "required": true, 
41577             "type": "string"
41578           }
41579         ], 
41580         "produces": [
41581           "application/json", 
41582           "application/xml"
41583         ], 
41584         "responses": {
41585           "default": {
41586             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41587           }
41588         }, 
41589         "summary": "delete an existing relationship", 
41590         "tags": [
41591           "Network"
41592         ]
41593       }, 
41594       "put": {
41595         "consumes": [
41596           "application/json", 
41597           "application/xml"
41598         ], 
41599         "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationRelationshipListRelationship", 
41600         "parameters": [
41601           {
41602             "description": "UUID of this configuration", 
41603             "example": "__IPSEC-CONFIGURATION-ID__", 
41604             "in": "path", 
41605             "name": "ipsec-configuration-id", 
41606             "required": true, 
41607             "type": "string"
41608           }, 
41609           {
41610             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkIpsecConfigurationsIpsecConfiguration.json)", 
41611             "in": "body", 
41612             "name": "body", 
41613             "required": true, 
41614             "schema": {
41615               "$ref": "#/definitions/relationship-dict"
41616             }
41617           }
41618         ], 
41619         "produces": [
41620           "application/json", 
41621           "application/xml"
41622         ], 
41623         "responses": {
41624           "default": {
41625             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41626           }
41627         }, 
41628         "summary": "see node definition for valid relationships", 
41629         "tags": [
41630           "Network"
41631         ]
41632       }
41633     }, 
41634     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}/vig-servers": {
41635       "get": {
41636         "description": "returns vig-servers", 
41637         "operationId": "getNetworkIpsecConfigurationsIpsecConfigurationVigServers", 
41638         "parameters": [
41639           {
41640             "description": "UUID of this configuration", 
41641             "example": "__IPSEC-CONFIGURATION-ID__", 
41642             "in": "path", 
41643             "name": "ipsec-configuration-id", 
41644             "required": true, 
41645             "type": "string"
41646           }, 
41647           {
41648             "description": "n/a", 
41649             "in": "query", 
41650             "name": "vig-address-type", 
41651             "required": false, 
41652             "type": "string"
41653           }
41654         ], 
41655         "produces": [
41656           "application/json", 
41657           "application/xml"
41658         ], 
41659         "responses": {
41660           "200": {
41661             "description": "successful operation", 
41662             "schema": {
41663               "$ref": "#/definitions/vig-servers"
41664             }
41665           }, 
41666           "default": {
41667             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41668           }
41669         }, 
41670         "summary": "returns vig-servers", 
41671         "tags": [
41672           "Network"
41673         ]
41674       }
41675     }, 
41676     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}/vig-servers/vig-server/{vig-address-type}": {
41677       "delete": {
41678         "consumes": [
41679           "application/json", 
41680           "application/xml"
41681         ], 
41682         "description": "delete an existing vig-server", 
41683         "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
41684         "parameters": [
41685           {
41686             "description": "UUID of this configuration", 
41687             "example": "__IPSEC-CONFIGURATION-ID__", 
41688             "in": "path", 
41689             "name": "ipsec-configuration-id", 
41690             "required": true, 
41691             "type": "string"
41692           }, 
41693           {
41694             "description": "indicates whether the VIG is for AVPN or INTERNET", 
41695             "example": "__VIG-ADDRESS-TYPE__", 
41696             "in": "path", 
41697             "name": "vig-address-type", 
41698             "required": true, 
41699             "type": "string"
41700           }, 
41701           {
41702             "description": "resource-version for concurrency", 
41703             "in": "query", 
41704             "name": "resource-version", 
41705             "required": true, 
41706             "type": "string"
41707           }
41708         ], 
41709         "produces": [
41710           "application/json", 
41711           "application/xml"
41712         ], 
41713         "responses": {
41714           "default": {
41715             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41716           }
41717         }, 
41718         "summary": "delete an existing vig-server", 
41719         "tags": [
41720           "Network"
41721         ]
41722       }, 
41723       "get": {
41724         "description": "returns vig-server", 
41725         "operationId": "getNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
41726         "parameters": [
41727           {
41728             "description": "UUID of this configuration", 
41729             "example": "__IPSEC-CONFIGURATION-ID__", 
41730             "in": "path", 
41731             "name": "ipsec-configuration-id", 
41732             "required": true, 
41733             "type": "string"
41734           }, 
41735           {
41736             "description": "indicates whether the VIG is for AVPN or INTERNET", 
41737             "example": "__VIG-ADDRESS-TYPE__", 
41738             "in": "path", 
41739             "name": "vig-address-type", 
41740             "required": true, 
41741             "type": "string"
41742           }
41743         ], 
41744         "produces": [
41745           "application/json", 
41746           "application/xml"
41747         ], 
41748         "responses": {
41749           "200": {
41750             "description": "successful operation", 
41751             "schema": {
41752               "$ref": "#/definitions/vig-server"
41753             }
41754           }, 
41755           "default": {
41756             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41757           }
41758         }, 
41759         "summary": "returns vig-server", 
41760         "tags": [
41761           "Network"
41762         ]
41763       }, 
41764       "patch": {
41765         "consumes": [
41766           "application/json"
41767         ], 
41768         "description": "Update an existing vig-server\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
41769         "operationId": "UpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
41770         "parameters": [
41771           {
41772             "description": "UUID of this configuration", 
41773             "example": "__IPSEC-CONFIGURATION-ID__", 
41774             "in": "path", 
41775             "name": "ipsec-configuration-id", 
41776             "required": true, 
41777             "type": "string"
41778           }, 
41779           {
41780             "description": "indicates whether the VIG is for AVPN or INTERNET", 
41781             "example": "__VIG-ADDRESS-TYPE__", 
41782             "in": "path", 
41783             "name": "vig-address-type", 
41784             "required": true, 
41785             "type": "string"
41786           }, 
41787           {
41788             "description": "vig-server object that needs to be updated.", 
41789             "in": "body", 
41790             "name": "body", 
41791             "required": true, 
41792             "schema": {
41793               "$ref": "#/definitions/zzzz-patch-vig-server"
41794             }
41795           }
41796         ], 
41797         "produces": [
41798           "application/json"
41799         ], 
41800         "responses": {
41801           "default": {
41802             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41803           }
41804         }, 
41805         "summary": "update an existing vig-server", 
41806         "tags": [
41807           "Network"
41808         ]
41809       }, 
41810       "put": {
41811         "consumes": [
41812           "application/json", 
41813           "application/xml"
41814         ], 
41815         "description": "Create or update an existing vig-server.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
41816         "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
41817         "parameters": [
41818           {
41819             "description": "UUID of this configuration", 
41820             "example": "__IPSEC-CONFIGURATION-ID__", 
41821             "in": "path", 
41822             "name": "ipsec-configuration-id", 
41823             "required": true, 
41824             "type": "string"
41825           }, 
41826           {
41827             "description": "indicates whether the VIG is for AVPN or INTERNET", 
41828             "example": "__VIG-ADDRESS-TYPE__", 
41829             "in": "path", 
41830             "name": "vig-address-type", 
41831             "required": true, 
41832             "type": "string"
41833           }, 
41834           {
41835             "description": "vig-server object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer.json)", 
41836             "in": "body", 
41837             "name": "body", 
41838             "required": true, 
41839             "schema": {
41840               "$ref": "#/definitions/vig-server"
41841             }
41842           }
41843         ], 
41844         "produces": [
41845           "application/json", 
41846           "application/xml"
41847         ], 
41848         "responses": {
41849           "default": {
41850             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41851           }
41852         }, 
41853         "summary": "create or update an existing vig-server", 
41854         "tags": [
41855           "Network"
41856         ]
41857       }
41858     }, 
41859     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}/vig-servers/vig-server/{vig-address-type}/relationship-list/relationship": {
41860       "delete": {
41861         "consumes": [
41862           "application/json", 
41863           "application/xml"
41864         ], 
41865         "description": "delete an existing relationship", 
41866         "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServerRelationshipListRelationship", 
41867         "parameters": [
41868           {
41869             "description": "UUID of this configuration", 
41870             "example": "__IPSEC-CONFIGURATION-ID__", 
41871             "in": "path", 
41872             "name": "ipsec-configuration-id", 
41873             "required": true, 
41874             "type": "string"
41875           }, 
41876           {
41877             "description": "indicates whether the VIG is for AVPN or INTERNET", 
41878             "example": "__VIG-ADDRESS-TYPE__", 
41879             "in": "path", 
41880             "name": "vig-address-type", 
41881             "required": true, 
41882             "type": "string"
41883           }
41884         ], 
41885         "produces": [
41886           "application/json", 
41887           "application/xml"
41888         ], 
41889         "responses": {
41890           "default": {
41891             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41892           }
41893         }, 
41894         "summary": "delete an existing relationship", 
41895         "tags": [
41896           "Network"
41897         ]
41898       }, 
41899       "put": {
41900         "consumes": [
41901           "application/json", 
41902           "application/xml"
41903         ], 
41904         "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServerRelationshipListRelationship", 
41905         "parameters": [
41906           {
41907             "description": "UUID of this configuration", 
41908             "example": "__IPSEC-CONFIGURATION-ID__", 
41909             "in": "path", 
41910             "name": "ipsec-configuration-id", 
41911             "required": true, 
41912             "type": "string"
41913           }, 
41914           {
41915             "description": "indicates whether the VIG is for AVPN or INTERNET", 
41916             "example": "__VIG-ADDRESS-TYPE__", 
41917             "in": "path", 
41918             "name": "vig-address-type", 
41919             "required": true, 
41920             "type": "string"
41921           }, 
41922           {
41923             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer.json)", 
41924             "in": "body", 
41925             "name": "body", 
41926             "required": true, 
41927             "schema": {
41928               "$ref": "#/definitions/relationship-dict"
41929             }
41930           }
41931         ], 
41932         "produces": [
41933           "application/json", 
41934           "application/xml"
41935         ], 
41936         "responses": {
41937           "default": {
41938             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41939           }
41940         }, 
41941         "summary": "see node definition for valid relationships", 
41942         "tags": [
41943           "Network"
41944         ]
41945       }
41946     }, 
41947     "/network/l3-networks": {
41948       "get": {
41949         "description": "returns l3-networks", 
41950         "operationId": "getNetworkL3Networks", 
41951         "parameters": [
41952           {
41953             "description": "n/a", 
41954             "in": "query", 
41955             "name": "network-id", 
41956             "required": false, 
41957             "type": "string"
41958           }, 
41959           {
41960             "description": "n/a", 
41961             "in": "query", 
41962             "name": "network-name", 
41963             "required": false, 
41964             "type": "string"
41965           }, 
41966           {
41967             "description": "n/a", 
41968             "in": "query", 
41969             "name": "network-role", 
41970             "required": false, 
41971             "type": "string"
41972           }, 
41973           {
41974             "description": "n/a", 
41975             "in": "query", 
41976             "name": "service-id", 
41977             "required": false, 
41978             "type": "string"
41979           }, 
41980           {
41981             "description": "n/a", 
41982             "in": "query", 
41983             "name": "heat-stack-id", 
41984             "required": false, 
41985             "type": "string"
41986           }, 
41987           {
41988             "description": "n/a", 
41989             "in": "query", 
41990             "name": "contrail-network-fqdn", 
41991             "required": false, 
41992             "type": "string"
41993           }, 
41994           {
41995             "description": "n/a", 
41996             "in": "query", 
41997             "name": "model-invariant-id", 
41998             "required": false, 
41999             "type": "string"
42000           }, 
42001           {
42002             "description": "n/a", 
42003             "in": "query", 
42004             "name": "model-version-id", 
42005             "required": false, 
42006             "type": "string"
42007           }, 
42008           {
42009             "description": "n/a", 
42010             "in": "query", 
42011             "name": "widget-model-id", 
42012             "required": false, 
42013             "type": "string"
42014           }, 
42015           {
42016             "description": "n/a", 
42017             "in": "query", 
42018             "name": "widget-model-version", 
42019             "required": false, 
42020             "type": "string"
42021           }
42022         ], 
42023         "produces": [
42024           "application/json", 
42025           "application/xml"
42026         ], 
42027         "responses": {
42028           "200": {
42029             "description": "successful operation", 
42030             "schema": {
42031               "$ref": "#/definitions/l3-networks"
42032             }
42033           }, 
42034           "default": {
42035             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42036           }
42037         }, 
42038         "summary": "returns l3-networks", 
42039         "tags": [
42040           "Network"
42041         ]
42042       }
42043     }, 
42044     "/network/l3-networks/l3-network/{network-id}": {
42045       "delete": {
42046         "consumes": [
42047           "application/json", 
42048           "application/xml"
42049         ], 
42050         "description": "delete an existing l3-network", 
42051         "operationId": "deleteNetworkL3NetworksL3Network", 
42052         "parameters": [
42053           {
42054             "description": "Network ID, should be uuid. Unique across A&AI.", 
42055             "example": "__NETWORK-ID__", 
42056             "in": "path", 
42057             "name": "network-id", 
42058             "required": true, 
42059             "type": "string"
42060           }, 
42061           {
42062             "description": "resource-version for concurrency", 
42063             "in": "query", 
42064             "name": "resource-version", 
42065             "required": true, 
42066             "type": "string"
42067           }
42068         ], 
42069         "produces": [
42070           "application/json", 
42071           "application/xml"
42072         ], 
42073         "responses": {
42074           "default": {
42075             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42076           }
42077         }, 
42078         "summary": "delete an existing l3-network", 
42079         "tags": [
42080           "Network"
42081         ]
42082       }, 
42083       "get": {
42084         "description": "returns l3-network", 
42085         "operationId": "getNetworkL3NetworksL3Network", 
42086         "parameters": [
42087           {
42088             "description": "Network ID, should be uuid. Unique across A&AI.", 
42089             "example": "__NETWORK-ID__", 
42090             "in": "path", 
42091             "name": "network-id", 
42092             "required": true, 
42093             "type": "string"
42094           }
42095         ], 
42096         "produces": [
42097           "application/json", 
42098           "application/xml"
42099         ], 
42100         "responses": {
42101           "200": {
42102             "description": "successful operation", 
42103             "schema": {
42104               "$ref": "#/definitions/l3-network"
42105             }
42106           }, 
42107           "default": {
42108             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42109           }
42110         }, 
42111         "summary": "returns l3-network", 
42112         "tags": [
42113           "Network"
42114         ]
42115       }, 
42116       "patch": {
42117         "consumes": [
42118           "application/json"
42119         ], 
42120         "description": "Update an existing l3-network\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
42121         "operationId": "UpdateNetworkL3NetworksL3Network", 
42122         "parameters": [
42123           {
42124             "description": "Network ID, should be uuid. Unique across A&AI.", 
42125             "example": "__NETWORK-ID__", 
42126             "in": "path", 
42127             "name": "network-id", 
42128             "required": true, 
42129             "type": "string"
42130           }, 
42131           {
42132             "description": "l3-network object that needs to be updated.", 
42133             "in": "body", 
42134             "name": "body", 
42135             "required": true, 
42136             "schema": {
42137               "$ref": "#/definitions/zzzz-patch-l3-network"
42138             }
42139           }
42140         ], 
42141         "produces": [
42142           "application/json"
42143         ], 
42144         "responses": {
42145           "default": {
42146             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42147           }
42148         }, 
42149         "summary": "update an existing l3-network", 
42150         "tags": [
42151           "Network"
42152         ]
42153       }, 
42154       "put": {
42155         "consumes": [
42156           "application/json", 
42157           "application/xml"
42158         ], 
42159         "description": "Create or update an existing l3-network.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
42160         "operationId": "createOrUpdateNetworkL3NetworksL3Network", 
42161         "parameters": [
42162           {
42163             "description": "Network ID, should be uuid. Unique across A&AI.", 
42164             "example": "__NETWORK-ID__", 
42165             "in": "path", 
42166             "name": "network-id", 
42167             "required": true, 
42168             "type": "string"
42169           }, 
42170           {
42171             "description": "l3-network object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3Network.json)", 
42172             "in": "body", 
42173             "name": "body", 
42174             "required": true, 
42175             "schema": {
42176               "$ref": "#/definitions/l3-network"
42177             }
42178           }
42179         ], 
42180         "produces": [
42181           "application/json", 
42182           "application/xml"
42183         ], 
42184         "responses": {
42185           "default": {
42186             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42187           }
42188         }, 
42189         "summary": "create or update an existing l3-network", 
42190         "tags": [
42191           "Network"
42192         ]
42193       }
42194     }, 
42195     "/network/l3-networks/l3-network/{network-id}/ctag-assignments": {
42196       "get": {
42197         "description": "returns ctag-assignments", 
42198         "operationId": "getNetworkL3NetworksL3NetworkCtagAssignments", 
42199         "parameters": [
42200           {
42201             "description": "Network ID, should be uuid. Unique across A&AI.", 
42202             "example": "__NETWORK-ID__", 
42203             "in": "path", 
42204             "name": "network-id", 
42205             "required": true, 
42206             "type": "string"
42207           }, 
42208           {
42209             "description": "n/a", 
42210             "format": "int64", 
42211             "in": "query", 
42212             "name": "vlan-id-inner", 
42213             "required": false, 
42214             "type": "integer"
42215           }
42216         ], 
42217         "produces": [
42218           "application/json", 
42219           "application/xml"
42220         ], 
42221         "responses": {
42222           "200": {
42223             "description": "successful operation", 
42224             "schema": {
42225               "$ref": "#/definitions/ctag-assignments"
42226             }
42227           }, 
42228           "default": {
42229             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42230           }
42231         }, 
42232         "summary": "returns ctag-assignments", 
42233         "tags": [
42234           "Network"
42235         ]
42236       }
42237     }, 
42238     "/network/l3-networks/l3-network/{network-id}/ctag-assignments/ctag-assignment/{vlan-id-inner}": {
42239       "delete": {
42240         "consumes": [
42241           "application/json", 
42242           "application/xml"
42243         ], 
42244         "description": "delete an existing ctag-assignment", 
42245         "operationId": "deleteNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
42246         "parameters": [
42247           {
42248             "description": "Network ID, should be uuid. Unique across A&AI.", 
42249             "example": "__NETWORK-ID__", 
42250             "in": "path", 
42251             "name": "network-id", 
42252             "required": true, 
42253             "type": "string"
42254           }, 
42255           {
42256             "description": "id.", 
42257             "example": "__VLAN-ID-INNER__", 
42258             "format": "int64", 
42259             "in": "path", 
42260             "name": "vlan-id-inner", 
42261             "required": true, 
42262             "type": "integer"
42263           }, 
42264           {
42265             "description": "resource-version for concurrency", 
42266             "in": "query", 
42267             "name": "resource-version", 
42268             "required": true, 
42269             "type": "string"
42270           }
42271         ], 
42272         "produces": [
42273           "application/json", 
42274           "application/xml"
42275         ], 
42276         "responses": {
42277           "default": {
42278             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42279           }
42280         }, 
42281         "summary": "delete an existing ctag-assignment", 
42282         "tags": [
42283           "Network"
42284         ]
42285       }, 
42286       "get": {
42287         "description": "returns ctag-assignment", 
42288         "operationId": "getNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
42289         "parameters": [
42290           {
42291             "description": "Network ID, should be uuid. Unique across A&AI.", 
42292             "example": "__NETWORK-ID__", 
42293             "in": "path", 
42294             "name": "network-id", 
42295             "required": true, 
42296             "type": "string"
42297           }, 
42298           {
42299             "description": "id.", 
42300             "example": "__VLAN-ID-INNER__", 
42301             "format": "int64", 
42302             "in": "path", 
42303             "name": "vlan-id-inner", 
42304             "required": true, 
42305             "type": "integer"
42306           }
42307         ], 
42308         "produces": [
42309           "application/json", 
42310           "application/xml"
42311         ], 
42312         "responses": {
42313           "200": {
42314             "description": "successful operation", 
42315             "schema": {
42316               "$ref": "#/definitions/ctag-assignment"
42317             }
42318           }, 
42319           "default": {
42320             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42321           }
42322         }, 
42323         "summary": "returns ctag-assignment", 
42324         "tags": [
42325           "Network"
42326         ]
42327       }, 
42328       "patch": {
42329         "consumes": [
42330           "application/json"
42331         ], 
42332         "description": "Update an existing ctag-assignment\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
42333         "operationId": "UpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
42334         "parameters": [
42335           {
42336             "description": "Network ID, should be uuid. Unique across A&AI.", 
42337             "example": "__NETWORK-ID__", 
42338             "in": "path", 
42339             "name": "network-id", 
42340             "required": true, 
42341             "type": "string"
42342           }, 
42343           {
42344             "description": "id.", 
42345             "example": "__VLAN-ID-INNER__", 
42346             "format": "int64", 
42347             "in": "path", 
42348             "name": "vlan-id-inner", 
42349             "required": true, 
42350             "type": "integer"
42351           }, 
42352           {
42353             "description": "ctag-assignment object that needs to be updated.", 
42354             "in": "body", 
42355             "name": "body", 
42356             "required": true, 
42357             "schema": {
42358               "$ref": "#/definitions/zzzz-patch-ctag-assignment"
42359             }
42360           }
42361         ], 
42362         "produces": [
42363           "application/json"
42364         ], 
42365         "responses": {
42366           "default": {
42367             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42368           }
42369         }, 
42370         "summary": "update an existing ctag-assignment", 
42371         "tags": [
42372           "Network"
42373         ]
42374       }, 
42375       "put": {
42376         "consumes": [
42377           "application/json", 
42378           "application/xml"
42379         ], 
42380         "description": "Create or update an existing ctag-assignment.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
42381         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
42382         "parameters": [
42383           {
42384             "description": "Network ID, should be uuid. Unique across A&AI.", 
42385             "example": "__NETWORK-ID__", 
42386             "in": "path", 
42387             "name": "network-id", 
42388             "required": true, 
42389             "type": "string"
42390           }, 
42391           {
42392             "description": "id.", 
42393             "example": "__VLAN-ID-INNER__", 
42394             "format": "int64", 
42395             "in": "path", 
42396             "name": "vlan-id-inner", 
42397             "required": true, 
42398             "type": "integer"
42399           }, 
42400           {
42401             "description": "ctag-assignment object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment.json)", 
42402             "in": "body", 
42403             "name": "body", 
42404             "required": true, 
42405             "schema": {
42406               "$ref": "#/definitions/ctag-assignment"
42407             }
42408           }
42409         ], 
42410         "produces": [
42411           "application/json", 
42412           "application/xml"
42413         ], 
42414         "responses": {
42415           "default": {
42416             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42417           }
42418         }, 
42419         "summary": "create or update an existing ctag-assignment", 
42420         "tags": [
42421           "Network"
42422         ]
42423       }
42424     }, 
42425     "/network/l3-networks/l3-network/{network-id}/ctag-assignments/ctag-assignment/{vlan-id-inner}/relationship-list/relationship": {
42426       "delete": {
42427         "consumes": [
42428           "application/json", 
42429           "application/xml"
42430         ], 
42431         "description": "delete an existing relationship", 
42432         "operationId": "deleteNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignmentRelationshipListRelationship", 
42433         "parameters": [
42434           {
42435             "description": "Network ID, should be uuid. Unique across A&AI.", 
42436             "example": "__NETWORK-ID__", 
42437             "in": "path", 
42438             "name": "network-id", 
42439             "required": true, 
42440             "type": "string"
42441           }, 
42442           {
42443             "description": "id.", 
42444             "example": "__VLAN-ID-INNER__", 
42445             "format": "int64", 
42446             "in": "path", 
42447             "name": "vlan-id-inner", 
42448             "required": true, 
42449             "type": "integer"
42450           }
42451         ], 
42452         "produces": [
42453           "application/json", 
42454           "application/xml"
42455         ], 
42456         "responses": {
42457           "default": {
42458             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42459           }
42460         }, 
42461         "summary": "delete an existing relationship", 
42462         "tags": [
42463           "Network"
42464         ]
42465       }, 
42466       "put": {
42467         "consumes": [
42468           "application/json", 
42469           "application/xml"
42470         ], 
42471         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignmentRelationshipListRelationship", 
42472         "parameters": [
42473           {
42474             "description": "Network ID, should be uuid. Unique across A&AI.", 
42475             "example": "__NETWORK-ID__", 
42476             "in": "path", 
42477             "name": "network-id", 
42478             "required": true, 
42479             "type": "string"
42480           }, 
42481           {
42482             "description": "id.", 
42483             "example": "__VLAN-ID-INNER__", 
42484             "format": "int64", 
42485             "in": "path", 
42486             "name": "vlan-id-inner", 
42487             "required": true, 
42488             "type": "integer"
42489           }, 
42490           {
42491             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment.json)", 
42492             "in": "body", 
42493             "name": "body", 
42494             "required": true, 
42495             "schema": {
42496               "$ref": "#/definitions/relationship-dict"
42497             }
42498           }
42499         ], 
42500         "produces": [
42501           "application/json", 
42502           "application/xml"
42503         ], 
42504         "responses": {
42505           "default": {
42506             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42507           }
42508         }, 
42509         "summary": "see node definition for valid relationships", 
42510         "tags": [
42511           "Network"
42512         ]
42513       }
42514     }, 
42515     "/network/l3-networks/l3-network/{network-id}/relationship-list/relationship": {
42516       "delete": {
42517         "consumes": [
42518           "application/json", 
42519           "application/xml"
42520         ], 
42521         "description": "delete an existing relationship", 
42522         "operationId": "deleteNetworkL3NetworksL3NetworkRelationshipListRelationship", 
42523         "parameters": [
42524           {
42525             "description": "Network ID, should be uuid. Unique across A&AI.", 
42526             "example": "__NETWORK-ID__", 
42527             "in": "path", 
42528             "name": "network-id", 
42529             "required": true, 
42530             "type": "string"
42531           }
42532         ], 
42533         "produces": [
42534           "application/json", 
42535           "application/xml"
42536         ], 
42537         "responses": {
42538           "default": {
42539             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42540           }
42541         }, 
42542         "summary": "delete an existing relationship", 
42543         "tags": [
42544           "Network"
42545         ]
42546       }, 
42547       "put": {
42548         "consumes": [
42549           "application/json", 
42550           "application/xml"
42551         ], 
42552         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkRelationshipListRelationship", 
42553         "parameters": [
42554           {
42555             "description": "Network ID, should be uuid. Unique across A&AI.", 
42556             "example": "__NETWORK-ID__", 
42557             "in": "path", 
42558             "name": "network-id", 
42559             "required": true, 
42560             "type": "string"
42561           }, 
42562           {
42563             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3Network.json)", 
42564             "in": "body", 
42565             "name": "body", 
42566             "required": true, 
42567             "schema": {
42568               "$ref": "#/definitions/relationship-dict"
42569             }
42570           }
42571         ], 
42572         "produces": [
42573           "application/json", 
42574           "application/xml"
42575         ], 
42576         "responses": {
42577           "default": {
42578             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42579           }
42580         }, 
42581         "summary": "see node definition for valid relationships", 
42582         "tags": [
42583           "Network"
42584         ]
42585       }
42586     }, 
42587     "/network/l3-networks/l3-network/{network-id}/segmentation-assignments": {
42588       "get": {
42589         "description": "returns segmentation-assignments", 
42590         "operationId": "getNetworkL3NetworksL3NetworkSegmentationAssignments", 
42591         "parameters": [
42592           {
42593             "description": "Network ID, should be uuid. Unique across A&AI.", 
42594             "example": "__NETWORK-ID__", 
42595             "in": "path", 
42596             "name": "network-id", 
42597             "required": true, 
42598             "type": "string"
42599           }, 
42600           {
42601             "description": "n/a", 
42602             "in": "query", 
42603             "name": "segmentation-id", 
42604             "required": false, 
42605             "type": "string"
42606           }
42607         ], 
42608         "produces": [
42609           "application/json", 
42610           "application/xml"
42611         ], 
42612         "responses": {
42613           "200": {
42614             "description": "successful operation", 
42615             "schema": {
42616               "$ref": "#/definitions/segmentation-assignments"
42617             }
42618           }, 
42619           "default": {
42620             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42621           }
42622         }, 
42623         "summary": "returns segmentation-assignments", 
42624         "tags": [
42625           "Network"
42626         ]
42627       }
42628     }, 
42629     "/network/l3-networks/l3-network/{network-id}/segmentation-assignments/segmentation-assignment/{segmentation-id}": {
42630       "delete": {
42631         "consumes": [
42632           "application/json", 
42633           "application/xml"
42634         ], 
42635         "description": "delete an existing segmentation-assignment", 
42636         "operationId": "deleteNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
42637         "parameters": [
42638           {
42639             "description": "Network ID, should be uuid. Unique across A&AI.", 
42640             "example": "__NETWORK-ID__", 
42641             "in": "path", 
42642             "name": "network-id", 
42643             "required": true, 
42644             "type": "string"
42645           }, 
42646           {
42647             "description": "Route Table Reference id, UUID assigned to this instance.", 
42648             "example": "__SEGMENTATION-ID__", 
42649             "in": "path", 
42650             "name": "segmentation-id", 
42651             "required": true, 
42652             "type": "string"
42653           }, 
42654           {
42655             "description": "resource-version for concurrency", 
42656             "in": "query", 
42657             "name": "resource-version", 
42658             "required": true, 
42659             "type": "string"
42660           }
42661         ], 
42662         "produces": [
42663           "application/json", 
42664           "application/xml"
42665         ], 
42666         "responses": {
42667           "default": {
42668             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42669           }
42670         }, 
42671         "summary": "delete an existing segmentation-assignment", 
42672         "tags": [
42673           "Network"
42674         ]
42675       }, 
42676       "get": {
42677         "description": "returns segmentation-assignment", 
42678         "operationId": "getNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
42679         "parameters": [
42680           {
42681             "description": "Network ID, should be uuid. Unique across A&AI.", 
42682             "example": "__NETWORK-ID__", 
42683             "in": "path", 
42684             "name": "network-id", 
42685             "required": true, 
42686             "type": "string"
42687           }, 
42688           {
42689             "description": "Route Table Reference id, UUID assigned to this instance.", 
42690             "example": "__SEGMENTATION-ID__", 
42691             "in": "path", 
42692             "name": "segmentation-id", 
42693             "required": true, 
42694             "type": "string"
42695           }
42696         ], 
42697         "produces": [
42698           "application/json", 
42699           "application/xml"
42700         ], 
42701         "responses": {
42702           "200": {
42703             "description": "successful operation", 
42704             "schema": {
42705               "$ref": "#/definitions/segmentation-assignment"
42706             }
42707           }, 
42708           "default": {
42709             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42710           }
42711         }, 
42712         "summary": "returns segmentation-assignment", 
42713         "tags": [
42714           "Network"
42715         ]
42716       }, 
42717       "patch": {
42718         "consumes": [
42719           "application/json"
42720         ], 
42721         "description": "Update an existing segmentation-assignment\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
42722         "operationId": "UpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
42723         "parameters": [
42724           {
42725             "description": "Network ID, should be uuid. Unique across A&AI.", 
42726             "example": "__NETWORK-ID__", 
42727             "in": "path", 
42728             "name": "network-id", 
42729             "required": true, 
42730             "type": "string"
42731           }, 
42732           {
42733             "description": "Route Table Reference id, UUID assigned to this instance.", 
42734             "example": "__SEGMENTATION-ID__", 
42735             "in": "path", 
42736             "name": "segmentation-id", 
42737             "required": true, 
42738             "type": "string"
42739           }, 
42740           {
42741             "description": "segmentation-assignment object that needs to be updated.", 
42742             "in": "body", 
42743             "name": "body", 
42744             "required": true, 
42745             "schema": {
42746               "$ref": "#/definitions/zzzz-patch-segmentation-assignment"
42747             }
42748           }
42749         ], 
42750         "produces": [
42751           "application/json"
42752         ], 
42753         "responses": {
42754           "default": {
42755             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42756           }
42757         }, 
42758         "summary": "update an existing segmentation-assignment", 
42759         "tags": [
42760           "Network"
42761         ]
42762       }, 
42763       "put": {
42764         "consumes": [
42765           "application/json", 
42766           "application/xml"
42767         ], 
42768         "description": "Create or update an existing segmentation-assignment.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
42769         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
42770         "parameters": [
42771           {
42772             "description": "Network ID, should be uuid. Unique across A&AI.", 
42773             "example": "__NETWORK-ID__", 
42774             "in": "path", 
42775             "name": "network-id", 
42776             "required": true, 
42777             "type": "string"
42778           }, 
42779           {
42780             "description": "Route Table Reference id, UUID assigned to this instance.", 
42781             "example": "__SEGMENTATION-ID__", 
42782             "in": "path", 
42783             "name": "segmentation-id", 
42784             "required": true, 
42785             "type": "string"
42786           }, 
42787           {
42788             "description": "segmentation-assignment object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment.json)", 
42789             "in": "body", 
42790             "name": "body", 
42791             "required": true, 
42792             "schema": {
42793               "$ref": "#/definitions/segmentation-assignment"
42794             }
42795           }
42796         ], 
42797         "produces": [
42798           "application/json", 
42799           "application/xml"
42800         ], 
42801         "responses": {
42802           "default": {
42803             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42804           }
42805         }, 
42806         "summary": "create or update an existing segmentation-assignment", 
42807         "tags": [
42808           "Network"
42809         ]
42810       }
42811     }, 
42812     "/network/l3-networks/l3-network/{network-id}/segmentation-assignments/segmentation-assignment/{segmentation-id}/relationship-list/relationship": {
42813       "delete": {
42814         "consumes": [
42815           "application/json", 
42816           "application/xml"
42817         ], 
42818         "description": "delete an existing relationship", 
42819         "operationId": "deleteNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignmentRelationshipListRelationship", 
42820         "parameters": [
42821           {
42822             "description": "Network ID, should be uuid. Unique across A&AI.", 
42823             "example": "__NETWORK-ID__", 
42824             "in": "path", 
42825             "name": "network-id", 
42826             "required": true, 
42827             "type": "string"
42828           }, 
42829           {
42830             "description": "Route Table Reference id, UUID assigned to this instance.", 
42831             "example": "__SEGMENTATION-ID__", 
42832             "in": "path", 
42833             "name": "segmentation-id", 
42834             "required": true, 
42835             "type": "string"
42836           }
42837         ], 
42838         "produces": [
42839           "application/json", 
42840           "application/xml"
42841         ], 
42842         "responses": {
42843           "default": {
42844             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42845           }
42846         }, 
42847         "summary": "delete an existing relationship", 
42848         "tags": [
42849           "Network"
42850         ]
42851       }, 
42852       "put": {
42853         "consumes": [
42854           "application/json", 
42855           "application/xml"
42856         ], 
42857         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignmentRelationshipListRelationship", 
42858         "parameters": [
42859           {
42860             "description": "Network ID, should be uuid. Unique across A&AI.", 
42861             "example": "__NETWORK-ID__", 
42862             "in": "path", 
42863             "name": "network-id", 
42864             "required": true, 
42865             "type": "string"
42866           }, 
42867           {
42868             "description": "Route Table Reference id, UUID assigned to this instance.", 
42869             "example": "__SEGMENTATION-ID__", 
42870             "in": "path", 
42871             "name": "segmentation-id", 
42872             "required": true, 
42873             "type": "string"
42874           }, 
42875           {
42876             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment.json)", 
42877             "in": "body", 
42878             "name": "body", 
42879             "required": true, 
42880             "schema": {
42881               "$ref": "#/definitions/relationship-dict"
42882             }
42883           }
42884         ], 
42885         "produces": [
42886           "application/json", 
42887           "application/xml"
42888         ], 
42889         "responses": {
42890           "default": {
42891             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42892           }
42893         }, 
42894         "summary": "see node definition for valid relationships", 
42895         "tags": [
42896           "Network"
42897         ]
42898       }
42899     }, 
42900     "/network/l3-networks/l3-network/{network-id}/subnets": {
42901       "get": {
42902         "description": "returns subnets", 
42903         "operationId": "getNetworkL3NetworksL3NetworkSubnets", 
42904         "parameters": [
42905           {
42906             "description": "Network ID, should be uuid. Unique across A&AI.", 
42907             "example": "__NETWORK-ID__", 
42908             "in": "path", 
42909             "name": "network-id", 
42910             "required": true, 
42911             "type": "string"
42912           }, 
42913           {
42914             "description": "n/a", 
42915             "in": "query", 
42916             "name": "subnet-id", 
42917             "required": false, 
42918             "type": "string"
42919           }, 
42920           {
42921             "description": "n/a", 
42922             "in": "query", 
42923             "name": "subnet-name", 
42924             "required": false, 
42925             "type": "string"
42926           }
42927         ], 
42928         "produces": [
42929           "application/json", 
42930           "application/xml"
42931         ], 
42932         "responses": {
42933           "200": {
42934             "description": "successful operation", 
42935             "schema": {
42936               "$ref": "#/definitions/subnets"
42937             }
42938           }, 
42939           "default": {
42940             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42941           }
42942         }, 
42943         "summary": "returns subnets", 
42944         "tags": [
42945           "Network"
42946         ]
42947       }
42948     }, 
42949     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}": {
42950       "delete": {
42951         "consumes": [
42952           "application/json", 
42953           "application/xml"
42954         ], 
42955         "description": "delete an existing subnet", 
42956         "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnet", 
42957         "parameters": [
42958           {
42959             "description": "Network ID, should be uuid. Unique across A&AI.", 
42960             "example": "__NETWORK-ID__", 
42961             "in": "path", 
42962             "name": "network-id", 
42963             "required": true, 
42964             "type": "string"
42965           }, 
42966           {
42967             "description": "Subnet ID, should be UUID.", 
42968             "example": "__SUBNET-ID__", 
42969             "in": "path", 
42970             "name": "subnet-id", 
42971             "required": true, 
42972             "type": "string"
42973           }, 
42974           {
42975             "description": "resource-version for concurrency", 
42976             "in": "query", 
42977             "name": "resource-version", 
42978             "required": true, 
42979             "type": "string"
42980           }
42981         ], 
42982         "produces": [
42983           "application/json", 
42984           "application/xml"
42985         ], 
42986         "responses": {
42987           "default": {
42988             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42989           }
42990         }, 
42991         "summary": "delete an existing subnet", 
42992         "tags": [
42993           "Network"
42994         ]
42995       }, 
42996       "get": {
42997         "description": "returns subnet", 
42998         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnet", 
42999         "parameters": [
43000           {
43001             "description": "Network ID, should be uuid. Unique across A&AI.", 
43002             "example": "__NETWORK-ID__", 
43003             "in": "path", 
43004             "name": "network-id", 
43005             "required": true, 
43006             "type": "string"
43007           }, 
43008           {
43009             "description": "Subnet ID, should be UUID.", 
43010             "example": "__SUBNET-ID__", 
43011             "in": "path", 
43012             "name": "subnet-id", 
43013             "required": true, 
43014             "type": "string"
43015           }
43016         ], 
43017         "produces": [
43018           "application/json", 
43019           "application/xml"
43020         ], 
43021         "responses": {
43022           "200": {
43023             "description": "successful operation", 
43024             "schema": {
43025               "$ref": "#/definitions/subnet"
43026             }
43027           }, 
43028           "default": {
43029             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43030           }
43031         }, 
43032         "summary": "returns subnet", 
43033         "tags": [
43034           "Network"
43035         ]
43036       }, 
43037       "patch": {
43038         "consumes": [
43039           "application/json"
43040         ], 
43041         "description": "Update an existing subnet\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
43042         "operationId": "UpdateNetworkL3NetworksL3NetworkSubnetsSubnet", 
43043         "parameters": [
43044           {
43045             "description": "Network ID, should be uuid. Unique across A&AI.", 
43046             "example": "__NETWORK-ID__", 
43047             "in": "path", 
43048             "name": "network-id", 
43049             "required": true, 
43050             "type": "string"
43051           }, 
43052           {
43053             "description": "Subnet ID, should be UUID.", 
43054             "example": "__SUBNET-ID__", 
43055             "in": "path", 
43056             "name": "subnet-id", 
43057             "required": true, 
43058             "type": "string"
43059           }, 
43060           {
43061             "description": "subnet object that needs to be updated.", 
43062             "in": "body", 
43063             "name": "body", 
43064             "required": true, 
43065             "schema": {
43066               "$ref": "#/definitions/zzzz-patch-subnet"
43067             }
43068           }
43069         ], 
43070         "produces": [
43071           "application/json"
43072         ], 
43073         "responses": {
43074           "default": {
43075             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43076           }
43077         }, 
43078         "summary": "update an existing subnet", 
43079         "tags": [
43080           "Network"
43081         ]
43082       }, 
43083       "put": {
43084         "consumes": [
43085           "application/json", 
43086           "application/xml"
43087         ], 
43088         "description": "Create or update an existing subnet.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
43089         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnet", 
43090         "parameters": [
43091           {
43092             "description": "Network ID, should be uuid. Unique across A&AI.", 
43093             "example": "__NETWORK-ID__", 
43094             "in": "path", 
43095             "name": "network-id", 
43096             "required": true, 
43097             "type": "string"
43098           }, 
43099           {
43100             "description": "Subnet ID, should be UUID.", 
43101             "example": "__SUBNET-ID__", 
43102             "in": "path", 
43103             "name": "subnet-id", 
43104             "required": true, 
43105             "type": "string"
43106           }, 
43107           {
43108             "description": "subnet object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3NetworkSubnetsSubnet.json)", 
43109             "in": "body", 
43110             "name": "body", 
43111             "required": true, 
43112             "schema": {
43113               "$ref": "#/definitions/subnet"
43114             }
43115           }
43116         ], 
43117         "produces": [
43118           "application/json", 
43119           "application/xml"
43120         ], 
43121         "responses": {
43122           "default": {
43123             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43124           }
43125         }, 
43126         "summary": "create or update an existing subnet", 
43127         "tags": [
43128           "Network"
43129         ]
43130       }
43131     }, 
43132     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}/host-routes": {
43133       "get": {
43134         "description": "returns host-routes", 
43135         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutes", 
43136         "parameters": [
43137           {
43138             "description": "Network ID, should be uuid. Unique across A&AI.", 
43139             "example": "__NETWORK-ID__", 
43140             "in": "path", 
43141             "name": "network-id", 
43142             "required": true, 
43143             "type": "string"
43144           }, 
43145           {
43146             "description": "Subnet ID, should be UUID.", 
43147             "example": "__SUBNET-ID__", 
43148             "in": "path", 
43149             "name": "subnet-id", 
43150             "required": true, 
43151             "type": "string"
43152           }, 
43153           {
43154             "description": "n/a", 
43155             "in": "query", 
43156             "name": "host-route-id", 
43157             "required": false, 
43158             "type": "string"
43159           }
43160         ], 
43161         "produces": [
43162           "application/json", 
43163           "application/xml"
43164         ], 
43165         "responses": {
43166           "200": {
43167             "description": "successful operation", 
43168             "schema": {
43169               "$ref": "#/definitions/host-routes"
43170             }
43171           }, 
43172           "default": {
43173             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43174           }
43175         }, 
43176         "summary": "returns host-routes", 
43177         "tags": [
43178           "Network"
43179         ]
43180       }
43181     }, 
43182     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}/host-routes/host-route/{host-route-id}": {
43183       "delete": {
43184         "consumes": [
43185           "application/json", 
43186           "application/xml"
43187         ], 
43188         "description": "delete an existing host-route", 
43189         "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
43190         "parameters": [
43191           {
43192             "description": "Network ID, should be uuid. Unique across A&AI.", 
43193             "example": "__NETWORK-ID__", 
43194             "in": "path", 
43195             "name": "network-id", 
43196             "required": true, 
43197             "type": "string"
43198           }, 
43199           {
43200             "description": "Subnet ID, should be UUID.", 
43201             "example": "__SUBNET-ID__", 
43202             "in": "path", 
43203             "name": "subnet-id", 
43204             "required": true, 
43205             "type": "string"
43206           }, 
43207           {
43208             "description": "host-route id", 
43209             "example": "__HOST-ROUTE-ID__", 
43210             "in": "path", 
43211             "name": "host-route-id", 
43212             "required": true, 
43213             "type": "string"
43214           }, 
43215           {
43216             "description": "resource-version for concurrency", 
43217             "in": "query", 
43218             "name": "resource-version", 
43219             "required": true, 
43220             "type": "string"
43221           }
43222         ], 
43223         "produces": [
43224           "application/json", 
43225           "application/xml"
43226         ], 
43227         "responses": {
43228           "default": {
43229             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43230           }
43231         }, 
43232         "summary": "delete an existing host-route", 
43233         "tags": [
43234           "Network"
43235         ]
43236       }, 
43237       "get": {
43238         "description": "returns host-route", 
43239         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
43240         "parameters": [
43241           {
43242             "description": "Network ID, should be uuid. Unique across A&AI.", 
43243             "example": "__NETWORK-ID__", 
43244             "in": "path", 
43245             "name": "network-id", 
43246             "required": true, 
43247             "type": "string"
43248           }, 
43249           {
43250             "description": "Subnet ID, should be UUID.", 
43251             "example": "__SUBNET-ID__", 
43252             "in": "path", 
43253             "name": "subnet-id", 
43254             "required": true, 
43255             "type": "string"
43256           }, 
43257           {
43258             "description": "host-route id", 
43259             "example": "__HOST-ROUTE-ID__", 
43260             "in": "path", 
43261             "name": "host-route-id", 
43262             "required": true, 
43263             "type": "string"
43264           }
43265         ], 
43266         "produces": [
43267           "application/json", 
43268           "application/xml"
43269         ], 
43270         "responses": {
43271           "200": {
43272             "description": "successful operation", 
43273             "schema": {
43274               "$ref": "#/definitions/host-route"
43275             }
43276           }, 
43277           "default": {
43278             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43279           }
43280         }, 
43281         "summary": "returns host-route", 
43282         "tags": [
43283           "Network"
43284         ]
43285       }, 
43286       "patch": {
43287         "consumes": [
43288           "application/json"
43289         ], 
43290         "description": "Update an existing host-route\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
43291         "operationId": "UpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
43292         "parameters": [
43293           {
43294             "description": "Network ID, should be uuid. Unique across A&AI.", 
43295             "example": "__NETWORK-ID__", 
43296             "in": "path", 
43297             "name": "network-id", 
43298             "required": true, 
43299             "type": "string"
43300           }, 
43301           {
43302             "description": "Subnet ID, should be UUID.", 
43303             "example": "__SUBNET-ID__", 
43304             "in": "path", 
43305             "name": "subnet-id", 
43306             "required": true, 
43307             "type": "string"
43308           }, 
43309           {
43310             "description": "host-route id", 
43311             "example": "__HOST-ROUTE-ID__", 
43312             "in": "path", 
43313             "name": "host-route-id", 
43314             "required": true, 
43315             "type": "string"
43316           }, 
43317           {
43318             "description": "host-route object that needs to be updated.", 
43319             "in": "body", 
43320             "name": "body", 
43321             "required": true, 
43322             "schema": {
43323               "$ref": "#/definitions/zzzz-patch-host-route"
43324             }
43325           }
43326         ], 
43327         "produces": [
43328           "application/json"
43329         ], 
43330         "responses": {
43331           "default": {
43332             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43333           }
43334         }, 
43335         "summary": "update an existing host-route", 
43336         "tags": [
43337           "Network"
43338         ]
43339       }, 
43340       "put": {
43341         "consumes": [
43342           "application/json", 
43343           "application/xml"
43344         ], 
43345         "description": "Create or update an existing host-route.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
43346         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
43347         "parameters": [
43348           {
43349             "description": "Network ID, should be uuid. Unique across A&AI.", 
43350             "example": "__NETWORK-ID__", 
43351             "in": "path", 
43352             "name": "network-id", 
43353             "required": true, 
43354             "type": "string"
43355           }, 
43356           {
43357             "description": "Subnet ID, should be UUID.", 
43358             "example": "__SUBNET-ID__", 
43359             "in": "path", 
43360             "name": "subnet-id", 
43361             "required": true, 
43362             "type": "string"
43363           }, 
43364           {
43365             "description": "host-route id", 
43366             "example": "__HOST-ROUTE-ID__", 
43367             "in": "path", 
43368             "name": "host-route-id", 
43369             "required": true, 
43370             "type": "string"
43371           }, 
43372           {
43373             "description": "host-route object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute.json)", 
43374             "in": "body", 
43375             "name": "body", 
43376             "required": true, 
43377             "schema": {
43378               "$ref": "#/definitions/host-route"
43379             }
43380           }
43381         ], 
43382         "produces": [
43383           "application/json", 
43384           "application/xml"
43385         ], 
43386         "responses": {
43387           "default": {
43388             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43389           }
43390         }, 
43391         "summary": "create or update an existing host-route", 
43392         "tags": [
43393           "Network"
43394         ]
43395       }
43396     }, 
43397     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}/host-routes/host-route/{host-route-id}/relationship-list/relationship": {
43398       "delete": {
43399         "consumes": [
43400           "application/json", 
43401           "application/xml"
43402         ], 
43403         "description": "delete an existing relationship", 
43404         "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRouteRelationshipListRelationship", 
43405         "parameters": [
43406           {
43407             "description": "Network ID, should be uuid. Unique across A&AI.", 
43408             "example": "__NETWORK-ID__", 
43409             "in": "path", 
43410             "name": "network-id", 
43411             "required": true, 
43412             "type": "string"
43413           }, 
43414           {
43415             "description": "Subnet ID, should be UUID.", 
43416             "example": "__SUBNET-ID__", 
43417             "in": "path", 
43418             "name": "subnet-id", 
43419             "required": true, 
43420             "type": "string"
43421           }, 
43422           {
43423             "description": "host-route id", 
43424             "example": "__HOST-ROUTE-ID__", 
43425             "in": "path", 
43426             "name": "host-route-id", 
43427             "required": true, 
43428             "type": "string"
43429           }
43430         ], 
43431         "produces": [
43432           "application/json", 
43433           "application/xml"
43434         ], 
43435         "responses": {
43436           "default": {
43437             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43438           }
43439         }, 
43440         "summary": "delete an existing relationship", 
43441         "tags": [
43442           "Network"
43443         ]
43444       }, 
43445       "put": {
43446         "consumes": [
43447           "application/json", 
43448           "application/xml"
43449         ], 
43450         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRouteRelationshipListRelationship", 
43451         "parameters": [
43452           {
43453             "description": "Network ID, should be uuid. Unique across A&AI.", 
43454             "example": "__NETWORK-ID__", 
43455             "in": "path", 
43456             "name": "network-id", 
43457             "required": true, 
43458             "type": "string"
43459           }, 
43460           {
43461             "description": "Subnet ID, should be UUID.", 
43462             "example": "__SUBNET-ID__", 
43463             "in": "path", 
43464             "name": "subnet-id", 
43465             "required": true, 
43466             "type": "string"
43467           }, 
43468           {
43469             "description": "host-route id", 
43470             "example": "__HOST-ROUTE-ID__", 
43471             "in": "path", 
43472             "name": "host-route-id", 
43473             "required": true, 
43474             "type": "string"
43475           }, 
43476           {
43477             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute.json)", 
43478             "in": "body", 
43479             "name": "body", 
43480             "required": true, 
43481             "schema": {
43482               "$ref": "#/definitions/relationship-dict"
43483             }
43484           }
43485         ], 
43486         "produces": [
43487           "application/json", 
43488           "application/xml"
43489         ], 
43490         "responses": {
43491           "default": {
43492             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43493           }
43494         }, 
43495         "summary": "see node definition for valid relationships", 
43496         "tags": [
43497           "Network"
43498         ]
43499       }
43500     }, 
43501     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}/relationship-list/relationship": {
43502       "delete": {
43503         "consumes": [
43504           "application/json", 
43505           "application/xml"
43506         ], 
43507         "description": "delete an existing relationship", 
43508         "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetRelationshipListRelationship", 
43509         "parameters": [
43510           {
43511             "description": "Network ID, should be uuid. Unique across A&AI.", 
43512             "example": "__NETWORK-ID__", 
43513             "in": "path", 
43514             "name": "network-id", 
43515             "required": true, 
43516             "type": "string"
43517           }, 
43518           {
43519             "description": "Subnet ID, should be UUID.", 
43520             "example": "__SUBNET-ID__", 
43521             "in": "path", 
43522             "name": "subnet-id", 
43523             "required": true, 
43524             "type": "string"
43525           }
43526         ], 
43527         "produces": [
43528           "application/json", 
43529           "application/xml"
43530         ], 
43531         "responses": {
43532           "default": {
43533             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43534           }
43535         }, 
43536         "summary": "delete an existing relationship", 
43537         "tags": [
43538           "Network"
43539         ]
43540       }, 
43541       "put": {
43542         "consumes": [
43543           "application/json", 
43544           "application/xml"
43545         ], 
43546         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetRelationshipListRelationship", 
43547         "parameters": [
43548           {
43549             "description": "Network ID, should be uuid. Unique across A&AI.", 
43550             "example": "__NETWORK-ID__", 
43551             "in": "path", 
43552             "name": "network-id", 
43553             "required": true, 
43554             "type": "string"
43555           }, 
43556           {
43557             "description": "Subnet ID, should be UUID.", 
43558             "example": "__SUBNET-ID__", 
43559             "in": "path", 
43560             "name": "subnet-id", 
43561             "required": true, 
43562             "type": "string"
43563           }, 
43564           {
43565             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkL3NetworksL3NetworkSubnetsSubnet.json)", 
43566             "in": "body", 
43567             "name": "body", 
43568             "required": true, 
43569             "schema": {
43570               "$ref": "#/definitions/relationship-dict"
43571             }
43572           }
43573         ], 
43574         "produces": [
43575           "application/json", 
43576           "application/xml"
43577         ], 
43578         "responses": {
43579           "default": {
43580             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43581           }
43582         }, 
43583         "summary": "see node definition for valid relationships", 
43584         "tags": [
43585           "Network"
43586         ]
43587       }
43588     }, 
43589     "/network/lag-links": {
43590       "get": {
43591         "description": "returns lag-links", 
43592         "operationId": "getNetworkLagLinks", 
43593         "parameters": [
43594           {
43595             "description": "n/a", 
43596             "in": "query", 
43597             "name": "link-name", 
43598             "required": false, 
43599             "type": "string"
43600           }
43601         ], 
43602         "produces": [
43603           "application/json", 
43604           "application/xml"
43605         ], 
43606         "responses": {
43607           "200": {
43608             "description": "successful operation", 
43609             "schema": {
43610               "$ref": "#/definitions/lag-links"
43611             }
43612           }, 
43613           "default": {
43614             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43615           }
43616         }, 
43617         "summary": "returns lag-links", 
43618         "tags": [
43619           "Network"
43620         ]
43621       }
43622     }, 
43623     "/network/lag-links/lag-link/{link-name}": {
43624       "delete": {
43625         "consumes": [
43626           "application/json", 
43627           "application/xml"
43628         ], 
43629         "description": "delete an existing lag-link", 
43630         "operationId": "deleteNetworkLagLinksLagLink", 
43631         "parameters": [
43632           {
43633             "description": "Alphabetical concatenation of lag-interface names", 
43634             "example": "__LINK-NAME__", 
43635             "in": "path", 
43636             "name": "link-name", 
43637             "required": true, 
43638             "type": "string"
43639           }, 
43640           {
43641             "description": "resource-version for concurrency", 
43642             "in": "query", 
43643             "name": "resource-version", 
43644             "required": true, 
43645             "type": "string"
43646           }
43647         ], 
43648         "produces": [
43649           "application/json", 
43650           "application/xml"
43651         ], 
43652         "responses": {
43653           "default": {
43654             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43655           }
43656         }, 
43657         "summary": "delete an existing lag-link", 
43658         "tags": [
43659           "Network"
43660         ]
43661       }, 
43662       "get": {
43663         "description": "returns lag-link", 
43664         "operationId": "getNetworkLagLinksLagLink", 
43665         "parameters": [
43666           {
43667             "description": "Alphabetical concatenation of lag-interface names", 
43668             "example": "__LINK-NAME__", 
43669             "in": "path", 
43670             "name": "link-name", 
43671             "required": true, 
43672             "type": "string"
43673           }
43674         ], 
43675         "produces": [
43676           "application/json", 
43677           "application/xml"
43678         ], 
43679         "responses": {
43680           "200": {
43681             "description": "successful operation", 
43682             "schema": {
43683               "$ref": "#/definitions/lag-link"
43684             }
43685           }, 
43686           "default": {
43687             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43688           }
43689         }, 
43690         "summary": "returns lag-link", 
43691         "tags": [
43692           "Network"
43693         ]
43694       }, 
43695       "patch": {
43696         "consumes": [
43697           "application/json"
43698         ], 
43699         "description": "Update an existing lag-link\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
43700         "operationId": "UpdateNetworkLagLinksLagLink", 
43701         "parameters": [
43702           {
43703             "description": "Alphabetical concatenation of lag-interface names", 
43704             "example": "__LINK-NAME__", 
43705             "in": "path", 
43706             "name": "link-name", 
43707             "required": true, 
43708             "type": "string"
43709           }, 
43710           {
43711             "description": "lag-link object that needs to be updated.", 
43712             "in": "body", 
43713             "name": "body", 
43714             "required": true, 
43715             "schema": {
43716               "$ref": "#/definitions/zzzz-patch-lag-link"
43717             }
43718           }
43719         ], 
43720         "produces": [
43721           "application/json"
43722         ], 
43723         "responses": {
43724           "default": {
43725             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43726           }
43727         }, 
43728         "summary": "update an existing lag-link", 
43729         "tags": [
43730           "Network"
43731         ]
43732       }, 
43733       "put": {
43734         "consumes": [
43735           "application/json", 
43736           "application/xml"
43737         ], 
43738         "description": "Create or update an existing lag-link.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
43739         "operationId": "createOrUpdateNetworkLagLinksLagLink", 
43740         "parameters": [
43741           {
43742             "description": "Alphabetical concatenation of lag-interface names", 
43743             "example": "__LINK-NAME__", 
43744             "in": "path", 
43745             "name": "link-name", 
43746             "required": true, 
43747             "type": "string"
43748           }, 
43749           {
43750             "description": "lag-link object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkLagLinksLagLink.json)", 
43751             "in": "body", 
43752             "name": "body", 
43753             "required": true, 
43754             "schema": {
43755               "$ref": "#/definitions/lag-link"
43756             }
43757           }
43758         ], 
43759         "produces": [
43760           "application/json", 
43761           "application/xml"
43762         ], 
43763         "responses": {
43764           "default": {
43765             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43766           }
43767         }, 
43768         "summary": "create or update an existing lag-link", 
43769         "tags": [
43770           "Network"
43771         ]
43772       }
43773     }, 
43774     "/network/lag-links/lag-link/{link-name}/relationship-list/relationship": {
43775       "delete": {
43776         "consumes": [
43777           "application/json", 
43778           "application/xml"
43779         ], 
43780         "description": "delete an existing relationship", 
43781         "operationId": "deleteNetworkLagLinksLagLinkRelationshipListRelationship", 
43782         "parameters": [
43783           {
43784             "description": "Alphabetical concatenation of lag-interface names", 
43785             "example": "__LINK-NAME__", 
43786             "in": "path", 
43787             "name": "link-name", 
43788             "required": true, 
43789             "type": "string"
43790           }
43791         ], 
43792         "produces": [
43793           "application/json", 
43794           "application/xml"
43795         ], 
43796         "responses": {
43797           "default": {
43798             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43799           }
43800         }, 
43801         "summary": "delete an existing relationship", 
43802         "tags": [
43803           "Network"
43804         ]
43805       }, 
43806       "put": {
43807         "consumes": [
43808           "application/json", 
43809           "application/xml"
43810         ], 
43811         "operationId": "createOrUpdateNetworkLagLinksLagLinkRelationshipListRelationship", 
43812         "parameters": [
43813           {
43814             "description": "Alphabetical concatenation of lag-interface names", 
43815             "example": "__LINK-NAME__", 
43816             "in": "path", 
43817             "name": "link-name", 
43818             "required": true, 
43819             "type": "string"
43820           }, 
43821           {
43822             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkLagLinksLagLink.json)", 
43823             "in": "body", 
43824             "name": "body", 
43825             "required": true, 
43826             "schema": {
43827               "$ref": "#/definitions/relationship-dict"
43828             }
43829           }
43830         ], 
43831         "produces": [
43832           "application/json", 
43833           "application/xml"
43834         ], 
43835         "responses": {
43836           "default": {
43837             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43838           }
43839         }, 
43840         "summary": "see node definition for valid relationships", 
43841         "tags": [
43842           "Network"
43843         ]
43844       }
43845     }, 
43846     "/network/logical-links": {
43847       "get": {
43848         "description": "returns logical-links", 
43849         "operationId": "getNetworkLogicalLinks", 
43850         "parameters": [
43851           {
43852             "description": "n/a", 
43853             "in": "query", 
43854             "name": "link-name", 
43855             "required": false, 
43856             "type": "string"
43857           }, 
43858           {
43859             "description": "n/a", 
43860             "in": "query", 
43861             "name": "model-invariant-id", 
43862             "required": false, 
43863             "type": "string"
43864           }, 
43865           {
43866             "description": "n/a", 
43867             "in": "query", 
43868             "name": "model-version-id", 
43869             "required": false, 
43870             "type": "string"
43871           }, 
43872           {
43873             "description": "n/a", 
43874             "in": "query", 
43875             "name": "widget-model-id", 
43876             "required": false, 
43877             "type": "string"
43878           }, 
43879           {
43880             "description": "n/a", 
43881             "in": "query", 
43882             "name": "widget-model-version", 
43883             "required": false, 
43884             "type": "string"
43885           }, 
43886           {
43887             "description": "n/a", 
43888             "in": "query", 
43889             "name": "prov-status", 
43890             "required": false, 
43891             "type": "string"
43892           }, 
43893           {
43894             "description": "n/a", 
43895             "in": "query", 
43896             "name": "link-id", 
43897             "required": false, 
43898             "type": "string"
43899           }, 
43900           {
43901             "description": "n/a", 
43902             "in": "query", 
43903             "name": "circuit-id", 
43904             "required": false, 
43905             "type": "string"
43906           }, 
43907           {
43908             "description": "n/a", 
43909             "in": "query", 
43910             "name": "purpose", 
43911             "required": false, 
43912             "type": "string"
43913           }
43914         ], 
43915         "produces": [
43916           "application/json", 
43917           "application/xml"
43918         ], 
43919         "responses": {
43920           "200": {
43921             "description": "successful operation", 
43922             "schema": {
43923               "$ref": "#/definitions/logical-links"
43924             }
43925           }, 
43926           "default": {
43927             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43928           }
43929         }, 
43930         "summary": "returns logical-links", 
43931         "tags": [
43932           "Network"
43933         ]
43934       }
43935     }, 
43936     "/network/logical-links/logical-link/{link-name}": {
43937       "delete": {
43938         "consumes": [
43939           "application/json", 
43940           "application/xml"
43941         ], 
43942         "description": "delete an existing logical-link", 
43943         "operationId": "deleteNetworkLogicalLinksLogicalLink", 
43944         "parameters": [
43945           {
43946             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
43947             "example": "__LINK-NAME__", 
43948             "in": "path", 
43949             "name": "link-name", 
43950             "required": true, 
43951             "type": "string"
43952           }, 
43953           {
43954             "description": "resource-version for concurrency", 
43955             "in": "query", 
43956             "name": "resource-version", 
43957             "required": true, 
43958             "type": "string"
43959           }
43960         ], 
43961         "produces": [
43962           "application/json", 
43963           "application/xml"
43964         ], 
43965         "responses": {
43966           "default": {
43967             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43968           }
43969         }, 
43970         "summary": "delete an existing logical-link", 
43971         "tags": [
43972           "Network"
43973         ]
43974       }, 
43975       "get": {
43976         "description": "returns logical-link", 
43977         "operationId": "getNetworkLogicalLinksLogicalLink", 
43978         "parameters": [
43979           {
43980             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
43981             "example": "__LINK-NAME__", 
43982             "in": "path", 
43983             "name": "link-name", 
43984             "required": true, 
43985             "type": "string"
43986           }
43987         ], 
43988         "produces": [
43989           "application/json", 
43990           "application/xml"
43991         ], 
43992         "responses": {
43993           "200": {
43994             "description": "successful operation", 
43995             "schema": {
43996               "$ref": "#/definitions/logical-link"
43997             }
43998           }, 
43999           "default": {
44000             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44001           }
44002         }, 
44003         "summary": "returns logical-link", 
44004         "tags": [
44005           "Network"
44006         ]
44007       }, 
44008       "patch": {
44009         "consumes": [
44010           "application/json"
44011         ], 
44012         "description": "Update an existing logical-link\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
44013         "operationId": "UpdateNetworkLogicalLinksLogicalLink", 
44014         "parameters": [
44015           {
44016             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
44017             "example": "__LINK-NAME__", 
44018             "in": "path", 
44019             "name": "link-name", 
44020             "required": true, 
44021             "type": "string"
44022           }, 
44023           {
44024             "description": "logical-link object that needs to be updated.", 
44025             "in": "body", 
44026             "name": "body", 
44027             "required": true, 
44028             "schema": {
44029               "$ref": "#/definitions/zzzz-patch-logical-link"
44030             }
44031           }
44032         ], 
44033         "produces": [
44034           "application/json"
44035         ], 
44036         "responses": {
44037           "default": {
44038             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44039           }
44040         }, 
44041         "summary": "update an existing logical-link", 
44042         "tags": [
44043           "Network"
44044         ]
44045       }, 
44046       "put": {
44047         "consumes": [
44048           "application/json", 
44049           "application/xml"
44050         ], 
44051         "description": "Create or update an existing logical-link.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
44052         "operationId": "createOrUpdateNetworkLogicalLinksLogicalLink", 
44053         "parameters": [
44054           {
44055             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
44056             "example": "__LINK-NAME__", 
44057             "in": "path", 
44058             "name": "link-name", 
44059             "required": true, 
44060             "type": "string"
44061           }, 
44062           {
44063             "description": "logical-link object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkLogicalLinksLogicalLink.json)", 
44064             "in": "body", 
44065             "name": "body", 
44066             "required": true, 
44067             "schema": {
44068               "$ref": "#/definitions/logical-link"
44069             }
44070           }
44071         ], 
44072         "produces": [
44073           "application/json", 
44074           "application/xml"
44075         ], 
44076         "responses": {
44077           "default": {
44078             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44079           }
44080         }, 
44081         "summary": "create or update an existing logical-link", 
44082         "tags": [
44083           "Network"
44084         ]
44085       }
44086     }, 
44087     "/network/logical-links/logical-link/{link-name}/relationship-list/relationship": {
44088       "delete": {
44089         "consumes": [
44090           "application/json", 
44091           "application/xml"
44092         ], 
44093         "description": "delete an existing relationship", 
44094         "operationId": "deleteNetworkLogicalLinksLogicalLinkRelationshipListRelationship", 
44095         "parameters": [
44096           {
44097             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
44098             "example": "__LINK-NAME__", 
44099             "in": "path", 
44100             "name": "link-name", 
44101             "required": true, 
44102             "type": "string"
44103           }
44104         ], 
44105         "produces": [
44106           "application/json", 
44107           "application/xml"
44108         ], 
44109         "responses": {
44110           "default": {
44111             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44112           }
44113         }, 
44114         "summary": "delete an existing relationship", 
44115         "tags": [
44116           "Network"
44117         ]
44118       }, 
44119       "put": {
44120         "consumes": [
44121           "application/json", 
44122           "application/xml"
44123         ], 
44124         "operationId": "createOrUpdateNetworkLogicalLinksLogicalLinkRelationshipListRelationship", 
44125         "parameters": [
44126           {
44127             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
44128             "example": "__LINK-NAME__", 
44129             "in": "path", 
44130             "name": "link-name", 
44131             "required": true, 
44132             "type": "string"
44133           }, 
44134           {
44135             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkLogicalLinksLogicalLink.json)", 
44136             "in": "body", 
44137             "name": "body", 
44138             "required": true, 
44139             "schema": {
44140               "$ref": "#/definitions/relationship-dict"
44141             }
44142           }
44143         ], 
44144         "produces": [
44145           "application/json", 
44146           "application/xml"
44147         ], 
44148         "responses": {
44149           "default": {
44150             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44151           }
44152         }, 
44153         "summary": "see node definition for valid relationships", 
44154         "tags": [
44155           "Network"
44156         ]
44157       }
44158     }, 
44159     "/network/multicast-configurations": {
44160       "get": {
44161         "description": "returns multicast-configurations", 
44162         "operationId": "getNetworkMulticastConfigurations", 
44163         "parameters": [
44164           {
44165             "description": "n/a", 
44166             "in": "query", 
44167             "name": "multicast-configuration-id", 
44168             "required": false, 
44169             "type": "string"
44170           }
44171         ], 
44172         "produces": [
44173           "application/json", 
44174           "application/xml"
44175         ], 
44176         "responses": {
44177           "200": {
44178             "description": "successful operation", 
44179             "schema": {
44180               "$ref": "#/definitions/multicast-configurations"
44181             }
44182           }, 
44183           "default": {
44184             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44185           }
44186         }, 
44187         "summary": "returns multicast-configurations", 
44188         "tags": [
44189           "Network"
44190         ]
44191       }
44192     }, 
44193     "/network/multicast-configurations/multicast-configuration/{multicast-configuration-id}": {
44194       "delete": {
44195         "consumes": [
44196           "application/json", 
44197           "application/xml"
44198         ], 
44199         "description": "delete an existing multicast-configuration", 
44200         "operationId": "deleteNetworkMulticastConfigurationsMulticastConfiguration", 
44201         "parameters": [
44202           {
44203             "description": "Unique id of multicast configuration.", 
44204             "example": "__MULTICAST-CONFIGURATION-ID__", 
44205             "in": "path", 
44206             "name": "multicast-configuration-id", 
44207             "required": true, 
44208             "type": "string"
44209           }, 
44210           {
44211             "description": "resource-version for concurrency", 
44212             "in": "query", 
44213             "name": "resource-version", 
44214             "required": true, 
44215             "type": "string"
44216           }
44217         ], 
44218         "produces": [
44219           "application/json", 
44220           "application/xml"
44221         ], 
44222         "responses": {
44223           "default": {
44224             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44225           }
44226         }, 
44227         "summary": "delete an existing multicast-configuration", 
44228         "tags": [
44229           "Network"
44230         ]
44231       }, 
44232       "get": {
44233         "description": "returns multicast-configuration", 
44234         "operationId": "getNetworkMulticastConfigurationsMulticastConfiguration", 
44235         "parameters": [
44236           {
44237             "description": "Unique id of multicast configuration.", 
44238             "example": "__MULTICAST-CONFIGURATION-ID__", 
44239             "in": "path", 
44240             "name": "multicast-configuration-id", 
44241             "required": true, 
44242             "type": "string"
44243           }
44244         ], 
44245         "produces": [
44246           "application/json", 
44247           "application/xml"
44248         ], 
44249         "responses": {
44250           "200": {
44251             "description": "successful operation", 
44252             "schema": {
44253               "$ref": "#/definitions/multicast-configuration"
44254             }
44255           }, 
44256           "default": {
44257             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44258           }
44259         }, 
44260         "summary": "returns multicast-configuration", 
44261         "tags": [
44262           "Network"
44263         ]
44264       }, 
44265       "patch": {
44266         "consumes": [
44267           "application/json"
44268         ], 
44269         "description": "Update an existing multicast-configuration\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
44270         "operationId": "UpdateNetworkMulticastConfigurationsMulticastConfiguration", 
44271         "parameters": [
44272           {
44273             "description": "Unique id of multicast configuration.", 
44274             "example": "__MULTICAST-CONFIGURATION-ID__", 
44275             "in": "path", 
44276             "name": "multicast-configuration-id", 
44277             "required": true, 
44278             "type": "string"
44279           }, 
44280           {
44281             "description": "multicast-configuration object that needs to be updated.", 
44282             "in": "body", 
44283             "name": "body", 
44284             "required": true, 
44285             "schema": {
44286               "$ref": "#/definitions/zzzz-patch-multicast-configuration"
44287             }
44288           }
44289         ], 
44290         "produces": [
44291           "application/json"
44292         ], 
44293         "responses": {
44294           "default": {
44295             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44296           }
44297         }, 
44298         "summary": "update an existing multicast-configuration", 
44299         "tags": [
44300           "Network"
44301         ]
44302       }, 
44303       "put": {
44304         "consumes": [
44305           "application/json", 
44306           "application/xml"
44307         ], 
44308         "description": "Create or update an existing multicast-configuration.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
44309         "operationId": "createOrUpdateNetworkMulticastConfigurationsMulticastConfiguration", 
44310         "parameters": [
44311           {
44312             "description": "Unique id of multicast configuration.", 
44313             "example": "__MULTICAST-CONFIGURATION-ID__", 
44314             "in": "path", 
44315             "name": "multicast-configuration-id", 
44316             "required": true, 
44317             "type": "string"
44318           }, 
44319           {
44320             "description": "multicast-configuration object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkMulticastConfigurationsMulticastConfiguration.json)", 
44321             "in": "body", 
44322             "name": "body", 
44323             "required": true, 
44324             "schema": {
44325               "$ref": "#/definitions/multicast-configuration"
44326             }
44327           }
44328         ], 
44329         "produces": [
44330           "application/json", 
44331           "application/xml"
44332         ], 
44333         "responses": {
44334           "default": {
44335             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44336           }
44337         }, 
44338         "summary": "create or update an existing multicast-configuration", 
44339         "tags": [
44340           "Network"
44341         ]
44342       }
44343     }, 
44344     "/network/multicast-configurations/multicast-configuration/{multicast-configuration-id}/relationship-list/relationship": {
44345       "delete": {
44346         "consumes": [
44347           "application/json", 
44348           "application/xml"
44349         ], 
44350         "description": "delete an existing relationship", 
44351         "operationId": "deleteNetworkMulticastConfigurationsMulticastConfigurationRelationshipListRelationship", 
44352         "parameters": [
44353           {
44354             "description": "Unique id of multicast configuration.", 
44355             "example": "__MULTICAST-CONFIGURATION-ID__", 
44356             "in": "path", 
44357             "name": "multicast-configuration-id", 
44358             "required": true, 
44359             "type": "string"
44360           }
44361         ], 
44362         "produces": [
44363           "application/json", 
44364           "application/xml"
44365         ], 
44366         "responses": {
44367           "default": {
44368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44369           }
44370         }, 
44371         "summary": "delete an existing relationship", 
44372         "tags": [
44373           "Network"
44374         ]
44375       }, 
44376       "put": {
44377         "consumes": [
44378           "application/json", 
44379           "application/xml"
44380         ], 
44381         "operationId": "createOrUpdateNetworkMulticastConfigurationsMulticastConfigurationRelationshipListRelationship", 
44382         "parameters": [
44383           {
44384             "description": "Unique id of multicast configuration.", 
44385             "example": "__MULTICAST-CONFIGURATION-ID__", 
44386             "in": "path", 
44387             "name": "multicast-configuration-id", 
44388             "required": true, 
44389             "type": "string"
44390           }, 
44391           {
44392             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkMulticastConfigurationsMulticastConfiguration.json)", 
44393             "in": "body", 
44394             "name": "body", 
44395             "required": true, 
44396             "schema": {
44397               "$ref": "#/definitions/relationship-dict"
44398             }
44399           }
44400         ], 
44401         "produces": [
44402           "application/json", 
44403           "application/xml"
44404         ], 
44405         "responses": {
44406           "default": {
44407             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44408           }
44409         }, 
44410         "summary": "see node definition for valid relationships", 
44411         "tags": [
44412           "Network"
44413         ]
44414       }
44415     }, 
44416     "/network/network-policies": {
44417       "get": {
44418         "description": "returns network-policies", 
44419         "operationId": "getNetworkNetworkPolicies", 
44420         "parameters": [
44421           {
44422             "description": "n/a", 
44423             "in": "query", 
44424             "name": "network-policy-id", 
44425             "required": false, 
44426             "type": "string"
44427           }, 
44428           {
44429             "description": "n/a", 
44430             "in": "query", 
44431             "name": "network-policy-fqdn", 
44432             "required": false, 
44433             "type": "string"
44434           }
44435         ], 
44436         "produces": [
44437           "application/json", 
44438           "application/xml"
44439         ], 
44440         "responses": {
44441           "200": {
44442             "description": "successful operation", 
44443             "schema": {
44444               "$ref": "#/definitions/network-policies"
44445             }
44446           }, 
44447           "default": {
44448             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44449           }
44450         }, 
44451         "summary": "returns network-policies", 
44452         "tags": [
44453           "Network"
44454         ]
44455       }
44456     }, 
44457     "/network/network-policies/network-policy/{network-policy-id}": {
44458       "delete": {
44459         "consumes": [
44460           "application/json", 
44461           "application/xml"
44462         ], 
44463         "description": "delete an existing network-policy", 
44464         "operationId": "deleteNetworkNetworkPoliciesNetworkPolicy", 
44465         "parameters": [
44466           {
44467             "description": "UUID representing unique key to this instance", 
44468             "example": "__NETWORK-POLICY-ID__", 
44469             "in": "path", 
44470             "name": "network-policy-id", 
44471             "required": true, 
44472             "type": "string"
44473           }, 
44474           {
44475             "description": "resource-version for concurrency", 
44476             "in": "query", 
44477             "name": "resource-version", 
44478             "required": true, 
44479             "type": "string"
44480           }
44481         ], 
44482         "produces": [
44483           "application/json", 
44484           "application/xml"
44485         ], 
44486         "responses": {
44487           "default": {
44488             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44489           }
44490         }, 
44491         "summary": "delete an existing network-policy", 
44492         "tags": [
44493           "Network"
44494         ]
44495       }, 
44496       "get": {
44497         "description": "returns network-policy", 
44498         "operationId": "getNetworkNetworkPoliciesNetworkPolicy", 
44499         "parameters": [
44500           {
44501             "description": "UUID representing unique key to this instance", 
44502             "example": "__NETWORK-POLICY-ID__", 
44503             "in": "path", 
44504             "name": "network-policy-id", 
44505             "required": true, 
44506             "type": "string"
44507           }
44508         ], 
44509         "produces": [
44510           "application/json", 
44511           "application/xml"
44512         ], 
44513         "responses": {
44514           "200": {
44515             "description": "successful operation", 
44516             "schema": {
44517               "$ref": "#/definitions/network-policy"
44518             }
44519           }, 
44520           "default": {
44521             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44522           }
44523         }, 
44524         "summary": "returns network-policy", 
44525         "tags": [
44526           "Network"
44527         ]
44528       }, 
44529       "patch": {
44530         "consumes": [
44531           "application/json"
44532         ], 
44533         "description": "Update an existing network-policy\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
44534         "operationId": "UpdateNetworkNetworkPoliciesNetworkPolicy", 
44535         "parameters": [
44536           {
44537             "description": "UUID representing unique key to this instance", 
44538             "example": "__NETWORK-POLICY-ID__", 
44539             "in": "path", 
44540             "name": "network-policy-id", 
44541             "required": true, 
44542             "type": "string"
44543           }, 
44544           {
44545             "description": "network-policy object that needs to be updated.", 
44546             "in": "body", 
44547             "name": "body", 
44548             "required": true, 
44549             "schema": {
44550               "$ref": "#/definitions/zzzz-patch-network-policy"
44551             }
44552           }
44553         ], 
44554         "produces": [
44555           "application/json"
44556         ], 
44557         "responses": {
44558           "default": {
44559             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44560           }
44561         }, 
44562         "summary": "update an existing network-policy", 
44563         "tags": [
44564           "Network"
44565         ]
44566       }, 
44567       "put": {
44568         "consumes": [
44569           "application/json", 
44570           "application/xml"
44571         ], 
44572         "description": "Create or update an existing network-policy.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
44573         "operationId": "createOrUpdateNetworkNetworkPoliciesNetworkPolicy", 
44574         "parameters": [
44575           {
44576             "description": "UUID representing unique key to this instance", 
44577             "example": "__NETWORK-POLICY-ID__", 
44578             "in": "path", 
44579             "name": "network-policy-id", 
44580             "required": true, 
44581             "type": "string"
44582           }, 
44583           {
44584             "description": "network-policy object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNetworkPoliciesNetworkPolicy.json)", 
44585             "in": "body", 
44586             "name": "body", 
44587             "required": true, 
44588             "schema": {
44589               "$ref": "#/definitions/network-policy"
44590             }
44591           }
44592         ], 
44593         "produces": [
44594           "application/json", 
44595           "application/xml"
44596         ], 
44597         "responses": {
44598           "default": {
44599             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44600           }
44601         }, 
44602         "summary": "create or update an existing network-policy", 
44603         "tags": [
44604           "Network"
44605         ]
44606       }
44607     }, 
44608     "/network/network-policies/network-policy/{network-policy-id}/relationship-list/relationship": {
44609       "delete": {
44610         "consumes": [
44611           "application/json", 
44612           "application/xml"
44613         ], 
44614         "description": "delete an existing relationship", 
44615         "operationId": "deleteNetworkNetworkPoliciesNetworkPolicyRelationshipListRelationship", 
44616         "parameters": [
44617           {
44618             "description": "UUID representing unique key to this instance", 
44619             "example": "__NETWORK-POLICY-ID__", 
44620             "in": "path", 
44621             "name": "network-policy-id", 
44622             "required": true, 
44623             "type": "string"
44624           }
44625         ], 
44626         "produces": [
44627           "application/json", 
44628           "application/xml"
44629         ], 
44630         "responses": {
44631           "default": {
44632             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44633           }
44634         }, 
44635         "summary": "delete an existing relationship", 
44636         "tags": [
44637           "Network"
44638         ]
44639       }, 
44640       "put": {
44641         "consumes": [
44642           "application/json", 
44643           "application/xml"
44644         ], 
44645         "operationId": "createOrUpdateNetworkNetworkPoliciesNetworkPolicyRelationshipListRelationship", 
44646         "parameters": [
44647           {
44648             "description": "UUID representing unique key to this instance", 
44649             "example": "__NETWORK-POLICY-ID__", 
44650             "in": "path", 
44651             "name": "network-policy-id", 
44652             "required": true, 
44653             "type": "string"
44654           }, 
44655           {
44656             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNetworkPoliciesNetworkPolicy.json)", 
44657             "in": "body", 
44658             "name": "body", 
44659             "required": true, 
44660             "schema": {
44661               "$ref": "#/definitions/relationship-dict"
44662             }
44663           }
44664         ], 
44665         "produces": [
44666           "application/json", 
44667           "application/xml"
44668         ], 
44669         "responses": {
44670           "default": {
44671             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44672           }
44673         }, 
44674         "summary": "see node definition for valid relationships", 
44675         "tags": [
44676           "Network"
44677         ]
44678       }
44679     }, 
44680     "/network/newvces": {
44681       "get": {
44682         "description": "returns newvces", 
44683         "operationId": "getNetworkNewvces", 
44684         "parameters": [
44685           {
44686             "description": "n/a", 
44687             "in": "query", 
44688             "name": "vnf-id2", 
44689             "required": false, 
44690             "type": "string"
44691           }, 
44692           {
44693             "description": "n/a", 
44694             "in": "query", 
44695             "name": "vnf-name", 
44696             "required": false, 
44697             "type": "string"
44698           }, 
44699           {
44700             "description": "n/a", 
44701             "in": "query", 
44702             "name": "vnf-name2", 
44703             "required": false, 
44704             "type": "string"
44705           }, 
44706           {
44707             "description": "n/a", 
44708             "in": "query", 
44709             "name": "vnf-type", 
44710             "required": false, 
44711             "type": "string"
44712           }, 
44713           {
44714             "description": "n/a", 
44715             "in": "query", 
44716             "name": "prov-status", 
44717             "required": false, 
44718             "type": "string"
44719           }, 
44720           {
44721             "description": "n/a", 
44722             "in": "query", 
44723             "name": "heat-stack-id", 
44724             "required": false, 
44725             "type": "string"
44726           }
44727         ], 
44728         "produces": [
44729           "application/json", 
44730           "application/xml"
44731         ], 
44732         "responses": {
44733           "200": {
44734             "description": "successful operation", 
44735             "schema": {
44736               "$ref": "#/definitions/newvces"
44737             }
44738           }, 
44739           "default": {
44740             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44741           }
44742         }, 
44743         "summary": "returns newvces", 
44744         "tags": [
44745           "Network"
44746         ]
44747       }
44748     }, 
44749     "/network/newvces/newvce/{vnf-id2}": {
44750       "delete": {
44751         "consumes": [
44752           "application/json", 
44753           "application/xml"
44754         ], 
44755         "description": "delete an existing newvce", 
44756         "operationId": "deleteNetworkNewvcesNewvce", 
44757         "parameters": [
44758           {
44759             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
44760             "example": "__VNF-ID2__", 
44761             "in": "path", 
44762             "name": "vnf-id2", 
44763             "required": true, 
44764             "type": "string"
44765           }, 
44766           {
44767             "description": "resource-version for concurrency", 
44768             "in": "query", 
44769             "name": "resource-version", 
44770             "required": true, 
44771             "type": "string"
44772           }
44773         ], 
44774         "produces": [
44775           "application/json", 
44776           "application/xml"
44777         ], 
44778         "responses": {
44779           "default": {
44780             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44781           }
44782         }, 
44783         "summary": "delete an existing newvce", 
44784         "tags": [
44785           "Network"
44786         ]
44787       }, 
44788       "get": {
44789         "description": "returns newvce", 
44790         "operationId": "getNetworkNewvcesNewvce", 
44791         "parameters": [
44792           {
44793             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
44794             "example": "__VNF-ID2__", 
44795             "in": "path", 
44796             "name": "vnf-id2", 
44797             "required": true, 
44798             "type": "string"
44799           }
44800         ], 
44801         "produces": [
44802           "application/json", 
44803           "application/xml"
44804         ], 
44805         "responses": {
44806           "200": {
44807             "description": "successful operation", 
44808             "schema": {
44809               "$ref": "#/definitions/newvce"
44810             }
44811           }, 
44812           "default": {
44813             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44814           }
44815         }, 
44816         "summary": "returns newvce", 
44817         "tags": [
44818           "Network"
44819         ]
44820       }, 
44821       "patch": {
44822         "consumes": [
44823           "application/json"
44824         ], 
44825         "description": "Update an existing newvce\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
44826         "operationId": "UpdateNetworkNewvcesNewvce", 
44827         "parameters": [
44828           {
44829             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
44830             "example": "__VNF-ID2__", 
44831             "in": "path", 
44832             "name": "vnf-id2", 
44833             "required": true, 
44834             "type": "string"
44835           }, 
44836           {
44837             "description": "newvce object that needs to be updated.", 
44838             "in": "body", 
44839             "name": "body", 
44840             "required": true, 
44841             "schema": {
44842               "$ref": "#/definitions/zzzz-patch-newvce"
44843             }
44844           }
44845         ], 
44846         "produces": [
44847           "application/json"
44848         ], 
44849         "responses": {
44850           "default": {
44851             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44852           }
44853         }, 
44854         "summary": "update an existing newvce", 
44855         "tags": [
44856           "Network"
44857         ]
44858       }, 
44859       "put": {
44860         "consumes": [
44861           "application/json", 
44862           "application/xml"
44863         ], 
44864         "description": "Create or update an existing newvce.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
44865         "operationId": "createOrUpdateNetworkNewvcesNewvce", 
44866         "parameters": [
44867           {
44868             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
44869             "example": "__VNF-ID2__", 
44870             "in": "path", 
44871             "name": "vnf-id2", 
44872             "required": true, 
44873             "type": "string"
44874           }, 
44875           {
44876             "description": "newvce object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvce.json)", 
44877             "in": "body", 
44878             "name": "body", 
44879             "required": true, 
44880             "schema": {
44881               "$ref": "#/definitions/newvce"
44882             }
44883           }
44884         ], 
44885         "produces": [
44886           "application/json", 
44887           "application/xml"
44888         ], 
44889         "responses": {
44890           "default": {
44891             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44892           }
44893         }, 
44894         "summary": "create or update an existing newvce", 
44895         "tags": [
44896           "Network"
44897         ]
44898       }
44899     }, 
44900     "/network/newvces/newvce/{vnf-id2}/l-interfaces": {
44901       "get": {
44902         "description": "returns l-interfaces", 
44903         "operationId": "getNetworkNewvcesNewvceLInterfaces", 
44904         "parameters": [
44905           {
44906             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
44907             "example": "__VNF-ID2__", 
44908             "in": "path", 
44909             "name": "vnf-id2", 
44910             "required": true, 
44911             "type": "string"
44912           }, 
44913           {
44914             "description": "n/a", 
44915             "in": "query", 
44916             "name": "interface-name", 
44917             "required": false, 
44918             "type": "string"
44919           }, 
44920           {
44921             "description": "n/a", 
44922             "in": "query", 
44923             "name": "interface-id", 
44924             "required": false, 
44925             "type": "string"
44926           }, 
44927           {
44928             "description": "n/a", 
44929             "in": "query", 
44930             "name": "macaddr", 
44931             "required": false, 
44932             "type": "string"
44933           }, 
44934           {
44935             "description": "n/a", 
44936             "in": "query", 
44937             "name": "network-name", 
44938             "required": false, 
44939             "type": "string"
44940           }
44941         ], 
44942         "produces": [
44943           "application/json", 
44944           "application/xml"
44945         ], 
44946         "responses": {
44947           "200": {
44948             "description": "successful operation", 
44949             "schema": {
44950               "$ref": "#/definitions/l-interfaces"
44951             }
44952           }, 
44953           "default": {
44954             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44955           }
44956         }, 
44957         "summary": "returns l-interfaces", 
44958         "tags": [
44959           "Network"
44960         ]
44961       }
44962     }, 
44963     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}": {
44964       "delete": {
44965         "consumes": [
44966           "application/json", 
44967           "application/xml"
44968         ], 
44969         "description": "delete an existing l-interface", 
44970         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterface", 
44971         "parameters": [
44972           {
44973             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
44974             "example": "__VNF-ID2__", 
44975             "in": "path", 
44976             "name": "vnf-id2", 
44977             "required": true, 
44978             "type": "string"
44979           }, 
44980           {
44981             "description": "Name given to the interface", 
44982             "example": "__INTERFACE-NAME__", 
44983             "in": "path", 
44984             "name": "interface-name", 
44985             "required": true, 
44986             "type": "string"
44987           }, 
44988           {
44989             "description": "resource-version for concurrency", 
44990             "in": "query", 
44991             "name": "resource-version", 
44992             "required": true, 
44993             "type": "string"
44994           }
44995         ], 
44996         "produces": [
44997           "application/json", 
44998           "application/xml"
44999         ], 
45000         "responses": {
45001           "default": {
45002             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45003           }
45004         }, 
45005         "summary": "delete an existing l-interface", 
45006         "tags": [
45007           "Network"
45008         ]
45009       }, 
45010       "get": {
45011         "description": "returns l-interface", 
45012         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterface", 
45013         "parameters": [
45014           {
45015             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45016             "example": "__VNF-ID2__", 
45017             "in": "path", 
45018             "name": "vnf-id2", 
45019             "required": true, 
45020             "type": "string"
45021           }, 
45022           {
45023             "description": "Name given to the interface", 
45024             "example": "__INTERFACE-NAME__", 
45025             "in": "path", 
45026             "name": "interface-name", 
45027             "required": true, 
45028             "type": "string"
45029           }
45030         ], 
45031         "produces": [
45032           "application/json", 
45033           "application/xml"
45034         ], 
45035         "responses": {
45036           "200": {
45037             "description": "successful operation", 
45038             "schema": {
45039               "$ref": "#/definitions/l-interface"
45040             }
45041           }, 
45042           "default": {
45043             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45044           }
45045         }, 
45046         "summary": "returns l-interface", 
45047         "tags": [
45048           "Network"
45049         ]
45050       }, 
45051       "patch": {
45052         "consumes": [
45053           "application/json"
45054         ], 
45055         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
45056         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterface", 
45057         "parameters": [
45058           {
45059             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45060             "example": "__VNF-ID2__", 
45061             "in": "path", 
45062             "name": "vnf-id2", 
45063             "required": true, 
45064             "type": "string"
45065           }, 
45066           {
45067             "description": "Name given to the interface", 
45068             "example": "__INTERFACE-NAME__", 
45069             "in": "path", 
45070             "name": "interface-name", 
45071             "required": true, 
45072             "type": "string"
45073           }, 
45074           {
45075             "description": "l-interface object that needs to be updated.", 
45076             "in": "body", 
45077             "name": "body", 
45078             "required": true, 
45079             "schema": {
45080               "$ref": "#/definitions/zzzz-patch-l-interface"
45081             }
45082           }
45083         ], 
45084         "produces": [
45085           "application/json"
45086         ], 
45087         "responses": {
45088           "default": {
45089             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45090           }
45091         }, 
45092         "summary": "update an existing l-interface", 
45093         "tags": [
45094           "Network"
45095         ]
45096       }, 
45097       "put": {
45098         "consumes": [
45099           "application/json", 
45100           "application/xml"
45101         ], 
45102         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
45103         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterface", 
45104         "parameters": [
45105           {
45106             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45107             "example": "__VNF-ID2__", 
45108             "in": "path", 
45109             "name": "vnf-id2", 
45110             "required": true, 
45111             "type": "string"
45112           }, 
45113           {
45114             "description": "Name given to the interface", 
45115             "example": "__INTERFACE-NAME__", 
45116             "in": "path", 
45117             "name": "interface-name", 
45118             "required": true, 
45119             "type": "string"
45120           }, 
45121           {
45122             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterface.json)", 
45123             "in": "body", 
45124             "name": "body", 
45125             "required": true, 
45126             "schema": {
45127               "$ref": "#/definitions/l-interface"
45128             }
45129           }
45130         ], 
45131         "produces": [
45132           "application/json", 
45133           "application/xml"
45134         ], 
45135         "responses": {
45136           "default": {
45137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45138           }
45139         }, 
45140         "summary": "create or update an existing l-interface", 
45141         "tags": [
45142           "Network"
45143         ]
45144       }
45145     }, 
45146     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
45147       "delete": {
45148         "consumes": [
45149           "application/json", 
45150           "application/xml"
45151         ], 
45152         "description": "delete an existing l3-interface-ipv4-address-list", 
45153         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
45154         "parameters": [
45155           {
45156             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45157             "example": "__VNF-ID2__", 
45158             "in": "path", 
45159             "name": "vnf-id2", 
45160             "required": true, 
45161             "type": "string"
45162           }, 
45163           {
45164             "description": "Name given to the interface", 
45165             "example": "__INTERFACE-NAME__", 
45166             "in": "path", 
45167             "name": "interface-name", 
45168             "required": true, 
45169             "type": "string"
45170           }, 
45171           {
45172             "description": "IP address", 
45173             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45174             "in": "path", 
45175             "name": "l3-interface-ipv4-address", 
45176             "required": true, 
45177             "type": "string"
45178           }, 
45179           {
45180             "description": "resource-version for concurrency", 
45181             "in": "query", 
45182             "name": "resource-version", 
45183             "required": true, 
45184             "type": "string"
45185           }
45186         ], 
45187         "produces": [
45188           "application/json", 
45189           "application/xml"
45190         ], 
45191         "responses": {
45192           "default": {
45193             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45194           }
45195         }, 
45196         "summary": "delete an existing l3-interface-ipv4-address-list", 
45197         "tags": [
45198           "Network"
45199         ]
45200       }, 
45201       "get": {
45202         "description": "returns l3-interface-ipv4-address-list", 
45203         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
45204         "parameters": [
45205           {
45206             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45207             "example": "__VNF-ID2__", 
45208             "in": "path", 
45209             "name": "vnf-id2", 
45210             "required": true, 
45211             "type": "string"
45212           }, 
45213           {
45214             "description": "Name given to the interface", 
45215             "example": "__INTERFACE-NAME__", 
45216             "in": "path", 
45217             "name": "interface-name", 
45218             "required": true, 
45219             "type": "string"
45220           }, 
45221           {
45222             "description": "IP address", 
45223             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45224             "in": "path", 
45225             "name": "l3-interface-ipv4-address", 
45226             "required": true, 
45227             "type": "string"
45228           }
45229         ], 
45230         "produces": [
45231           "application/json", 
45232           "application/xml"
45233         ], 
45234         "responses": {
45235           "200": {
45236             "description": "successful operation", 
45237             "schema": {
45238               "$ref": "#/definitions/l3-interface-ipv4-address-list"
45239             }
45240           }, 
45241           "default": {
45242             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45243           }
45244         }, 
45245         "summary": "returns l3-interface-ipv4-address-list", 
45246         "tags": [
45247           "Network"
45248         ]
45249       }, 
45250       "patch": {
45251         "consumes": [
45252           "application/json"
45253         ], 
45254         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
45255         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
45256         "parameters": [
45257           {
45258             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45259             "example": "__VNF-ID2__", 
45260             "in": "path", 
45261             "name": "vnf-id2", 
45262             "required": true, 
45263             "type": "string"
45264           }, 
45265           {
45266             "description": "Name given to the interface", 
45267             "example": "__INTERFACE-NAME__", 
45268             "in": "path", 
45269             "name": "interface-name", 
45270             "required": true, 
45271             "type": "string"
45272           }, 
45273           {
45274             "description": "IP address", 
45275             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45276             "in": "path", 
45277             "name": "l3-interface-ipv4-address", 
45278             "required": true, 
45279             "type": "string"
45280           }, 
45281           {
45282             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
45283             "in": "body", 
45284             "name": "body", 
45285             "required": true, 
45286             "schema": {
45287               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
45288             }
45289           }
45290         ], 
45291         "produces": [
45292           "application/json"
45293         ], 
45294         "responses": {
45295           "default": {
45296             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45297           }
45298         }, 
45299         "summary": "update an existing l3-interface-ipv4-address-list", 
45300         "tags": [
45301           "Network"
45302         ]
45303       }, 
45304       "put": {
45305         "consumes": [
45306           "application/json", 
45307           "application/xml"
45308         ], 
45309         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
45310         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
45311         "parameters": [
45312           {
45313             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45314             "example": "__VNF-ID2__", 
45315             "in": "path", 
45316             "name": "vnf-id2", 
45317             "required": true, 
45318             "type": "string"
45319           }, 
45320           {
45321             "description": "Name given to the interface", 
45322             "example": "__INTERFACE-NAME__", 
45323             "in": "path", 
45324             "name": "interface-name", 
45325             "required": true, 
45326             "type": "string"
45327           }, 
45328           {
45329             "description": "IP address", 
45330             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45331             "in": "path", 
45332             "name": "l3-interface-ipv4-address", 
45333             "required": true, 
45334             "type": "string"
45335           }, 
45336           {
45337             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
45338             "in": "body", 
45339             "name": "body", 
45340             "required": true, 
45341             "schema": {
45342               "$ref": "#/definitions/l3-interface-ipv4-address-list"
45343             }
45344           }
45345         ], 
45346         "produces": [
45347           "application/json", 
45348           "application/xml"
45349         ], 
45350         "responses": {
45351           "default": {
45352             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45353           }
45354         }, 
45355         "summary": "create or update an existing l3-interface-ipv4-address-list", 
45356         "tags": [
45357           "Network"
45358         ]
45359       }
45360     }, 
45361     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
45362       "delete": {
45363         "consumes": [
45364           "application/json", 
45365           "application/xml"
45366         ], 
45367         "description": "delete an existing relationship", 
45368         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
45369         "parameters": [
45370           {
45371             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45372             "example": "__VNF-ID2__", 
45373             "in": "path", 
45374             "name": "vnf-id2", 
45375             "required": true, 
45376             "type": "string"
45377           }, 
45378           {
45379             "description": "Name given to the interface", 
45380             "example": "__INTERFACE-NAME__", 
45381             "in": "path", 
45382             "name": "interface-name", 
45383             "required": true, 
45384             "type": "string"
45385           }, 
45386           {
45387             "description": "IP address", 
45388             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45389             "in": "path", 
45390             "name": "l3-interface-ipv4-address", 
45391             "required": true, 
45392             "type": "string"
45393           }
45394         ], 
45395         "produces": [
45396           "application/json", 
45397           "application/xml"
45398         ], 
45399         "responses": {
45400           "default": {
45401             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45402           }
45403         }, 
45404         "summary": "delete an existing relationship", 
45405         "tags": [
45406           "Network"
45407         ]
45408       }, 
45409       "put": {
45410         "consumes": [
45411           "application/json", 
45412           "application/xml"
45413         ], 
45414         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
45415         "parameters": [
45416           {
45417             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45418             "example": "__VNF-ID2__", 
45419             "in": "path", 
45420             "name": "vnf-id2", 
45421             "required": true, 
45422             "type": "string"
45423           }, 
45424           {
45425             "description": "Name given to the interface", 
45426             "example": "__INTERFACE-NAME__", 
45427             "in": "path", 
45428             "name": "interface-name", 
45429             "required": true, 
45430             "type": "string"
45431           }, 
45432           {
45433             "description": "IP address", 
45434             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45435             "in": "path", 
45436             "name": "l3-interface-ipv4-address", 
45437             "required": true, 
45438             "type": "string"
45439           }, 
45440           {
45441             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
45442             "in": "body", 
45443             "name": "body", 
45444             "required": true, 
45445             "schema": {
45446               "$ref": "#/definitions/relationship-dict"
45447             }
45448           }
45449         ], 
45450         "produces": [
45451           "application/json", 
45452           "application/xml"
45453         ], 
45454         "responses": {
45455           "default": {
45456             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45457           }
45458         }, 
45459         "summary": "see node definition for valid relationships", 
45460         "tags": [
45461           "Network"
45462         ]
45463       }
45464     }, 
45465     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
45466       "delete": {
45467         "consumes": [
45468           "application/json", 
45469           "application/xml"
45470         ], 
45471         "description": "delete an existing l3-interface-ipv6-address-list", 
45472         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
45473         "parameters": [
45474           {
45475             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45476             "example": "__VNF-ID2__", 
45477             "in": "path", 
45478             "name": "vnf-id2", 
45479             "required": true, 
45480             "type": "string"
45481           }, 
45482           {
45483             "description": "Name given to the interface", 
45484             "example": "__INTERFACE-NAME__", 
45485             "in": "path", 
45486             "name": "interface-name", 
45487             "required": true, 
45488             "type": "string"
45489           }, 
45490           {
45491             "description": "IP address", 
45492             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45493             "in": "path", 
45494             "name": "l3-interface-ipv6-address", 
45495             "required": true, 
45496             "type": "string"
45497           }, 
45498           {
45499             "description": "resource-version for concurrency", 
45500             "in": "query", 
45501             "name": "resource-version", 
45502             "required": true, 
45503             "type": "string"
45504           }
45505         ], 
45506         "produces": [
45507           "application/json", 
45508           "application/xml"
45509         ], 
45510         "responses": {
45511           "default": {
45512             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45513           }
45514         }, 
45515         "summary": "delete an existing l3-interface-ipv6-address-list", 
45516         "tags": [
45517           "Network"
45518         ]
45519       }, 
45520       "get": {
45521         "description": "returns l3-interface-ipv6-address-list", 
45522         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
45523         "parameters": [
45524           {
45525             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45526             "example": "__VNF-ID2__", 
45527             "in": "path", 
45528             "name": "vnf-id2", 
45529             "required": true, 
45530             "type": "string"
45531           }, 
45532           {
45533             "description": "Name given to the interface", 
45534             "example": "__INTERFACE-NAME__", 
45535             "in": "path", 
45536             "name": "interface-name", 
45537             "required": true, 
45538             "type": "string"
45539           }, 
45540           {
45541             "description": "IP address", 
45542             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45543             "in": "path", 
45544             "name": "l3-interface-ipv6-address", 
45545             "required": true, 
45546             "type": "string"
45547           }
45548         ], 
45549         "produces": [
45550           "application/json", 
45551           "application/xml"
45552         ], 
45553         "responses": {
45554           "200": {
45555             "description": "successful operation", 
45556             "schema": {
45557               "$ref": "#/definitions/l3-interface-ipv6-address-list"
45558             }
45559           }, 
45560           "default": {
45561             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45562           }
45563         }, 
45564         "summary": "returns l3-interface-ipv6-address-list", 
45565         "tags": [
45566           "Network"
45567         ]
45568       }, 
45569       "patch": {
45570         "consumes": [
45571           "application/json"
45572         ], 
45573         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
45574         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
45575         "parameters": [
45576           {
45577             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45578             "example": "__VNF-ID2__", 
45579             "in": "path", 
45580             "name": "vnf-id2", 
45581             "required": true, 
45582             "type": "string"
45583           }, 
45584           {
45585             "description": "Name given to the interface", 
45586             "example": "__INTERFACE-NAME__", 
45587             "in": "path", 
45588             "name": "interface-name", 
45589             "required": true, 
45590             "type": "string"
45591           }, 
45592           {
45593             "description": "IP address", 
45594             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45595             "in": "path", 
45596             "name": "l3-interface-ipv6-address", 
45597             "required": true, 
45598             "type": "string"
45599           }, 
45600           {
45601             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
45602             "in": "body", 
45603             "name": "body", 
45604             "required": true, 
45605             "schema": {
45606               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
45607             }
45608           }
45609         ], 
45610         "produces": [
45611           "application/json"
45612         ], 
45613         "responses": {
45614           "default": {
45615             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45616           }
45617         }, 
45618         "summary": "update an existing l3-interface-ipv6-address-list", 
45619         "tags": [
45620           "Network"
45621         ]
45622       }, 
45623       "put": {
45624         "consumes": [
45625           "application/json", 
45626           "application/xml"
45627         ], 
45628         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
45629         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
45630         "parameters": [
45631           {
45632             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45633             "example": "__VNF-ID2__", 
45634             "in": "path", 
45635             "name": "vnf-id2", 
45636             "required": true, 
45637             "type": "string"
45638           }, 
45639           {
45640             "description": "Name given to the interface", 
45641             "example": "__INTERFACE-NAME__", 
45642             "in": "path", 
45643             "name": "interface-name", 
45644             "required": true, 
45645             "type": "string"
45646           }, 
45647           {
45648             "description": "IP address", 
45649             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45650             "in": "path", 
45651             "name": "l3-interface-ipv6-address", 
45652             "required": true, 
45653             "type": "string"
45654           }, 
45655           {
45656             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
45657             "in": "body", 
45658             "name": "body", 
45659             "required": true, 
45660             "schema": {
45661               "$ref": "#/definitions/l3-interface-ipv6-address-list"
45662             }
45663           }
45664         ], 
45665         "produces": [
45666           "application/json", 
45667           "application/xml"
45668         ], 
45669         "responses": {
45670           "default": {
45671             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45672           }
45673         }, 
45674         "summary": "create or update an existing l3-interface-ipv6-address-list", 
45675         "tags": [
45676           "Network"
45677         ]
45678       }
45679     }, 
45680     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
45681       "delete": {
45682         "consumes": [
45683           "application/json", 
45684           "application/xml"
45685         ], 
45686         "description": "delete an existing relationship", 
45687         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
45688         "parameters": [
45689           {
45690             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45691             "example": "__VNF-ID2__", 
45692             "in": "path", 
45693             "name": "vnf-id2", 
45694             "required": true, 
45695             "type": "string"
45696           }, 
45697           {
45698             "description": "Name given to the interface", 
45699             "example": "__INTERFACE-NAME__", 
45700             "in": "path", 
45701             "name": "interface-name", 
45702             "required": true, 
45703             "type": "string"
45704           }, 
45705           {
45706             "description": "IP address", 
45707             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45708             "in": "path", 
45709             "name": "l3-interface-ipv6-address", 
45710             "required": true, 
45711             "type": "string"
45712           }
45713         ], 
45714         "produces": [
45715           "application/json", 
45716           "application/xml"
45717         ], 
45718         "responses": {
45719           "default": {
45720             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45721           }
45722         }, 
45723         "summary": "delete an existing relationship", 
45724         "tags": [
45725           "Network"
45726         ]
45727       }, 
45728       "put": {
45729         "consumes": [
45730           "application/json", 
45731           "application/xml"
45732         ], 
45733         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
45734         "parameters": [
45735           {
45736             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45737             "example": "__VNF-ID2__", 
45738             "in": "path", 
45739             "name": "vnf-id2", 
45740             "required": true, 
45741             "type": "string"
45742           }, 
45743           {
45744             "description": "Name given to the interface", 
45745             "example": "__INTERFACE-NAME__", 
45746             "in": "path", 
45747             "name": "interface-name", 
45748             "required": true, 
45749             "type": "string"
45750           }, 
45751           {
45752             "description": "IP address", 
45753             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45754             "in": "path", 
45755             "name": "l3-interface-ipv6-address", 
45756             "required": true, 
45757             "type": "string"
45758           }, 
45759           {
45760             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
45761             "in": "body", 
45762             "name": "body", 
45763             "required": true, 
45764             "schema": {
45765               "$ref": "#/definitions/relationship-dict"
45766             }
45767           }
45768         ], 
45769         "produces": [
45770           "application/json", 
45771           "application/xml"
45772         ], 
45773         "responses": {
45774           "default": {
45775             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45776           }
45777         }, 
45778         "summary": "see node definition for valid relationships", 
45779         "tags": [
45780           "Network"
45781         ]
45782       }
45783     }, 
45784     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/relationship-list/relationship": {
45785       "delete": {
45786         "consumes": [
45787           "application/json", 
45788           "application/xml"
45789         ], 
45790         "description": "delete an existing relationship", 
45791         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceRelationshipListRelationship", 
45792         "parameters": [
45793           {
45794             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45795             "example": "__VNF-ID2__", 
45796             "in": "path", 
45797             "name": "vnf-id2", 
45798             "required": true, 
45799             "type": "string"
45800           }, 
45801           {
45802             "description": "Name given to the interface", 
45803             "example": "__INTERFACE-NAME__", 
45804             "in": "path", 
45805             "name": "interface-name", 
45806             "required": true, 
45807             "type": "string"
45808           }
45809         ], 
45810         "produces": [
45811           "application/json", 
45812           "application/xml"
45813         ], 
45814         "responses": {
45815           "default": {
45816             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45817           }
45818         }, 
45819         "summary": "delete an existing relationship", 
45820         "tags": [
45821           "Network"
45822         ]
45823       }, 
45824       "put": {
45825         "consumes": [
45826           "application/json", 
45827           "application/xml"
45828         ], 
45829         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceRelationshipListRelationship", 
45830         "parameters": [
45831           {
45832             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45833             "example": "__VNF-ID2__", 
45834             "in": "path", 
45835             "name": "vnf-id2", 
45836             "required": true, 
45837             "type": "string"
45838           }, 
45839           {
45840             "description": "Name given to the interface", 
45841             "example": "__INTERFACE-NAME__", 
45842             "in": "path", 
45843             "name": "interface-name", 
45844             "required": true, 
45845             "type": "string"
45846           }, 
45847           {
45848             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterface.json)", 
45849             "in": "body", 
45850             "name": "body", 
45851             "required": true, 
45852             "schema": {
45853               "$ref": "#/definitions/relationship-dict"
45854             }
45855           }
45856         ], 
45857         "produces": [
45858           "application/json", 
45859           "application/xml"
45860         ], 
45861         "responses": {
45862           "default": {
45863             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45864           }
45865         }, 
45866         "summary": "see node definition for valid relationships", 
45867         "tags": [
45868           "Network"
45869         ]
45870       }
45871     }, 
45872     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/sriov-vfs": {
45873       "get": {
45874         "description": "returns sriov-vfs", 
45875         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfs", 
45876         "parameters": [
45877           {
45878             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45879             "example": "__VNF-ID2__", 
45880             "in": "path", 
45881             "name": "vnf-id2", 
45882             "required": true, 
45883             "type": "string"
45884           }, 
45885           {
45886             "description": "Name given to the interface", 
45887             "example": "__INTERFACE-NAME__", 
45888             "in": "path", 
45889             "name": "interface-name", 
45890             "required": true, 
45891             "type": "string"
45892           }, 
45893           {
45894             "description": "n/a", 
45895             "in": "query", 
45896             "name": "pci-id", 
45897             "required": false, 
45898             "type": "string"
45899           }, 
45900           {
45901             "description": "n/a", 
45902             "in": "query", 
45903             "name": "vf-vlan-filter", 
45904             "required": false, 
45905             "type": "string"
45906           }, 
45907           {
45908             "description": "n/a", 
45909             "in": "query", 
45910             "name": "vf-mac-filter", 
45911             "required": false, 
45912             "type": "string"
45913           }, 
45914           {
45915             "description": "n/a", 
45916             "in": "query", 
45917             "name": "vf-vlan-strip", 
45918             "required": false, 
45919             "type": "boolean"
45920           }, 
45921           {
45922             "description": "n/a", 
45923             "in": "query", 
45924             "name": "neutron-network-id", 
45925             "required": false, 
45926             "type": "string"
45927           }
45928         ], 
45929         "produces": [
45930           "application/json", 
45931           "application/xml"
45932         ], 
45933         "responses": {
45934           "200": {
45935             "description": "successful operation", 
45936             "schema": {
45937               "$ref": "#/definitions/sriov-vfs"
45938             }
45939           }, 
45940           "default": {
45941             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45942           }
45943         }, 
45944         "summary": "returns sriov-vfs", 
45945         "tags": [
45946           "Network"
45947         ]
45948       }
45949     }, 
45950     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
45951       "delete": {
45952         "consumes": [
45953           "application/json", 
45954           "application/xml"
45955         ], 
45956         "description": "delete an existing sriov-vf", 
45957         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf", 
45958         "parameters": [
45959           {
45960             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
45961             "example": "__VNF-ID2__", 
45962             "in": "path", 
45963             "name": "vnf-id2", 
45964             "required": true, 
45965             "type": "string"
45966           }, 
45967           {
45968             "description": "Name given to the interface", 
45969             "example": "__INTERFACE-NAME__", 
45970             "in": "path", 
45971             "name": "interface-name", 
45972             "required": true, 
45973             "type": "string"
45974           }, 
45975           {
45976             "description": "PCI ID used to identify the sriov-vf", 
45977             "example": "__PCI-ID__", 
45978             "in": "path", 
45979             "name": "pci-id", 
45980             "required": true, 
45981             "type": "string"
45982           }, 
45983           {
45984             "description": "resource-version for concurrency", 
45985             "in": "query", 
45986             "name": "resource-version", 
45987             "required": true, 
45988             "type": "string"
45989           }
45990         ], 
45991         "produces": [
45992           "application/json", 
45993           "application/xml"
45994         ], 
45995         "responses": {
45996           "default": {
45997             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45998           }
45999         }, 
46000         "summary": "delete an existing sriov-vf", 
46001         "tags": [
46002           "Network"
46003         ]
46004       }, 
46005       "get": {
46006         "description": "returns sriov-vf", 
46007         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf", 
46008         "parameters": [
46009           {
46010             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46011             "example": "__VNF-ID2__", 
46012             "in": "path", 
46013             "name": "vnf-id2", 
46014             "required": true, 
46015             "type": "string"
46016           }, 
46017           {
46018             "description": "Name given to the interface", 
46019             "example": "__INTERFACE-NAME__", 
46020             "in": "path", 
46021             "name": "interface-name", 
46022             "required": true, 
46023             "type": "string"
46024           }, 
46025           {
46026             "description": "PCI ID used to identify the sriov-vf", 
46027             "example": "__PCI-ID__", 
46028             "in": "path", 
46029             "name": "pci-id", 
46030             "required": true, 
46031             "type": "string"
46032           }
46033         ], 
46034         "produces": [
46035           "application/json", 
46036           "application/xml"
46037         ], 
46038         "responses": {
46039           "200": {
46040             "description": "successful operation", 
46041             "schema": {
46042               "$ref": "#/definitions/sriov-vf"
46043             }
46044           }, 
46045           "default": {
46046             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46047           }
46048         }, 
46049         "summary": "returns sriov-vf", 
46050         "tags": [
46051           "Network"
46052         ]
46053       }, 
46054       "patch": {
46055         "consumes": [
46056           "application/json"
46057         ], 
46058         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
46059         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf", 
46060         "parameters": [
46061           {
46062             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46063             "example": "__VNF-ID2__", 
46064             "in": "path", 
46065             "name": "vnf-id2", 
46066             "required": true, 
46067             "type": "string"
46068           }, 
46069           {
46070             "description": "Name given to the interface", 
46071             "example": "__INTERFACE-NAME__", 
46072             "in": "path", 
46073             "name": "interface-name", 
46074             "required": true, 
46075             "type": "string"
46076           }, 
46077           {
46078             "description": "PCI ID used to identify the sriov-vf", 
46079             "example": "__PCI-ID__", 
46080             "in": "path", 
46081             "name": "pci-id", 
46082             "required": true, 
46083             "type": "string"
46084           }, 
46085           {
46086             "description": "sriov-vf object that needs to be updated.", 
46087             "in": "body", 
46088             "name": "body", 
46089             "required": true, 
46090             "schema": {
46091               "$ref": "#/definitions/zzzz-patch-sriov-vf"
46092             }
46093           }
46094         ], 
46095         "produces": [
46096           "application/json"
46097         ], 
46098         "responses": {
46099           "default": {
46100             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46101           }
46102         }, 
46103         "summary": "update an existing sriov-vf", 
46104         "tags": [
46105           "Network"
46106         ]
46107       }, 
46108       "put": {
46109         "consumes": [
46110           "application/json", 
46111           "application/xml"
46112         ], 
46113         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
46114         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf", 
46115         "parameters": [
46116           {
46117             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46118             "example": "__VNF-ID2__", 
46119             "in": "path", 
46120             "name": "vnf-id2", 
46121             "required": true, 
46122             "type": "string"
46123           }, 
46124           {
46125             "description": "Name given to the interface", 
46126             "example": "__INTERFACE-NAME__", 
46127             "in": "path", 
46128             "name": "interface-name", 
46129             "required": true, 
46130             "type": "string"
46131           }, 
46132           {
46133             "description": "PCI ID used to identify the sriov-vf", 
46134             "example": "__PCI-ID__", 
46135             "in": "path", 
46136             "name": "pci-id", 
46137             "required": true, 
46138             "type": "string"
46139           }, 
46140           {
46141             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
46142             "in": "body", 
46143             "name": "body", 
46144             "required": true, 
46145             "schema": {
46146               "$ref": "#/definitions/sriov-vf"
46147             }
46148           }
46149         ], 
46150         "produces": [
46151           "application/json", 
46152           "application/xml"
46153         ], 
46154         "responses": {
46155           "default": {
46156             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46157           }
46158         }, 
46159         "summary": "create or update an existing sriov-vf", 
46160         "tags": [
46161           "Network"
46162         ]
46163       }
46164     }, 
46165     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
46166       "delete": {
46167         "consumes": [
46168           "application/json", 
46169           "application/xml"
46170         ], 
46171         "description": "delete an existing relationship", 
46172         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
46173         "parameters": [
46174           {
46175             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46176             "example": "__VNF-ID2__", 
46177             "in": "path", 
46178             "name": "vnf-id2", 
46179             "required": true, 
46180             "type": "string"
46181           }, 
46182           {
46183             "description": "Name given to the interface", 
46184             "example": "__INTERFACE-NAME__", 
46185             "in": "path", 
46186             "name": "interface-name", 
46187             "required": true, 
46188             "type": "string"
46189           }, 
46190           {
46191             "description": "PCI ID used to identify the sriov-vf", 
46192             "example": "__PCI-ID__", 
46193             "in": "path", 
46194             "name": "pci-id", 
46195             "required": true, 
46196             "type": "string"
46197           }
46198         ], 
46199         "produces": [
46200           "application/json", 
46201           "application/xml"
46202         ], 
46203         "responses": {
46204           "default": {
46205             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46206           }
46207         }, 
46208         "summary": "delete an existing relationship", 
46209         "tags": [
46210           "Network"
46211         ]
46212       }, 
46213       "put": {
46214         "consumes": [
46215           "application/json", 
46216           "application/xml"
46217         ], 
46218         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
46219         "parameters": [
46220           {
46221             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46222             "example": "__VNF-ID2__", 
46223             "in": "path", 
46224             "name": "vnf-id2", 
46225             "required": true, 
46226             "type": "string"
46227           }, 
46228           {
46229             "description": "Name given to the interface", 
46230             "example": "__INTERFACE-NAME__", 
46231             "in": "path", 
46232             "name": "interface-name", 
46233             "required": true, 
46234             "type": "string"
46235           }, 
46236           {
46237             "description": "PCI ID used to identify the sriov-vf", 
46238             "example": "__PCI-ID__", 
46239             "in": "path", 
46240             "name": "pci-id", 
46241             "required": true, 
46242             "type": "string"
46243           }, 
46244           {
46245             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
46246             "in": "body", 
46247             "name": "body", 
46248             "required": true, 
46249             "schema": {
46250               "$ref": "#/definitions/relationship-dict"
46251             }
46252           }
46253         ], 
46254         "produces": [
46255           "application/json", 
46256           "application/xml"
46257         ], 
46258         "responses": {
46259           "default": {
46260             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46261           }
46262         }, 
46263         "summary": "see node definition for valid relationships", 
46264         "tags": [
46265           "Network"
46266         ]
46267       }
46268     }, 
46269     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans": {
46270       "get": {
46271         "description": "returns vlans", 
46272         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlans", 
46273         "parameters": [
46274           {
46275             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46276             "example": "__VNF-ID2__", 
46277             "in": "path", 
46278             "name": "vnf-id2", 
46279             "required": true, 
46280             "type": "string"
46281           }, 
46282           {
46283             "description": "Name given to the interface", 
46284             "example": "__INTERFACE-NAME__", 
46285             "in": "path", 
46286             "name": "interface-name", 
46287             "required": true, 
46288             "type": "string"
46289           }, 
46290           {
46291             "description": "n/a", 
46292             "in": "query", 
46293             "name": "vlan-interface", 
46294             "required": false, 
46295             "type": "string"
46296           }, 
46297           {
46298             "description": "n/a", 
46299             "format": "int64", 
46300             "in": "query", 
46301             "name": "vlan-id-inner", 
46302             "required": false, 
46303             "type": "integer"
46304           }, 
46305           {
46306             "description": "n/a", 
46307             "in": "query", 
46308             "name": "vpn-key", 
46309             "required": false, 
46310             "type": "string"
46311           }
46312         ], 
46313         "produces": [
46314           "application/json", 
46315           "application/xml"
46316         ], 
46317         "responses": {
46318           "200": {
46319             "description": "successful operation", 
46320             "schema": {
46321               "$ref": "#/definitions/vlans"
46322             }
46323           }, 
46324           "default": {
46325             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46326           }
46327         }, 
46328         "summary": "returns vlans", 
46329         "tags": [
46330           "Network"
46331         ]
46332       }
46333     }, 
46334     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}": {
46335       "delete": {
46336         "consumes": [
46337           "application/json", 
46338           "application/xml"
46339         ], 
46340         "description": "delete an existing vlan", 
46341         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan", 
46342         "parameters": [
46343           {
46344             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46345             "example": "__VNF-ID2__", 
46346             "in": "path", 
46347             "name": "vnf-id2", 
46348             "required": true, 
46349             "type": "string"
46350           }, 
46351           {
46352             "description": "Name given to the interface", 
46353             "example": "__INTERFACE-NAME__", 
46354             "in": "path", 
46355             "name": "interface-name", 
46356             "required": true, 
46357             "type": "string"
46358           }, 
46359           {
46360             "description": "String that identifies the interface", 
46361             "example": "__VLAN-INTERFACE__", 
46362             "in": "path", 
46363             "name": "vlan-interface", 
46364             "required": true, 
46365             "type": "string"
46366           }, 
46367           {
46368             "description": "resource-version for concurrency", 
46369             "in": "query", 
46370             "name": "resource-version", 
46371             "required": true, 
46372             "type": "string"
46373           }
46374         ], 
46375         "produces": [
46376           "application/json", 
46377           "application/xml"
46378         ], 
46379         "responses": {
46380           "default": {
46381             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46382           }
46383         }, 
46384         "summary": "delete an existing vlan", 
46385         "tags": [
46386           "Network"
46387         ]
46388       }, 
46389       "get": {
46390         "description": "returns vlan", 
46391         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan", 
46392         "parameters": [
46393           {
46394             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46395             "example": "__VNF-ID2__", 
46396             "in": "path", 
46397             "name": "vnf-id2", 
46398             "required": true, 
46399             "type": "string"
46400           }, 
46401           {
46402             "description": "Name given to the interface", 
46403             "example": "__INTERFACE-NAME__", 
46404             "in": "path", 
46405             "name": "interface-name", 
46406             "required": true, 
46407             "type": "string"
46408           }, 
46409           {
46410             "description": "String that identifies the interface", 
46411             "example": "__VLAN-INTERFACE__", 
46412             "in": "path", 
46413             "name": "vlan-interface", 
46414             "required": true, 
46415             "type": "string"
46416           }
46417         ], 
46418         "produces": [
46419           "application/json", 
46420           "application/xml"
46421         ], 
46422         "responses": {
46423           "200": {
46424             "description": "successful operation", 
46425             "schema": {
46426               "$ref": "#/definitions/vlan"
46427             }
46428           }, 
46429           "default": {
46430             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46431           }
46432         }, 
46433         "summary": "returns vlan", 
46434         "tags": [
46435           "Network"
46436         ]
46437       }, 
46438       "patch": {
46439         "consumes": [
46440           "application/json"
46441         ], 
46442         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
46443         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan", 
46444         "parameters": [
46445           {
46446             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46447             "example": "__VNF-ID2__", 
46448             "in": "path", 
46449             "name": "vnf-id2", 
46450             "required": true, 
46451             "type": "string"
46452           }, 
46453           {
46454             "description": "Name given to the interface", 
46455             "example": "__INTERFACE-NAME__", 
46456             "in": "path", 
46457             "name": "interface-name", 
46458             "required": true, 
46459             "type": "string"
46460           }, 
46461           {
46462             "description": "String that identifies the interface", 
46463             "example": "__VLAN-INTERFACE__", 
46464             "in": "path", 
46465             "name": "vlan-interface", 
46466             "required": true, 
46467             "type": "string"
46468           }, 
46469           {
46470             "description": "vlan object that needs to be updated.", 
46471             "in": "body", 
46472             "name": "body", 
46473             "required": true, 
46474             "schema": {
46475               "$ref": "#/definitions/zzzz-patch-vlan"
46476             }
46477           }
46478         ], 
46479         "produces": [
46480           "application/json"
46481         ], 
46482         "responses": {
46483           "default": {
46484             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46485           }
46486         }, 
46487         "summary": "update an existing vlan", 
46488         "tags": [
46489           "Network"
46490         ]
46491       }, 
46492       "put": {
46493         "consumes": [
46494           "application/json", 
46495           "application/xml"
46496         ], 
46497         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
46498         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan", 
46499         "parameters": [
46500           {
46501             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46502             "example": "__VNF-ID2__", 
46503             "in": "path", 
46504             "name": "vnf-id2", 
46505             "required": true, 
46506             "type": "string"
46507           }, 
46508           {
46509             "description": "Name given to the interface", 
46510             "example": "__INTERFACE-NAME__", 
46511             "in": "path", 
46512             "name": "interface-name", 
46513             "required": true, 
46514             "type": "string"
46515           }, 
46516           {
46517             "description": "String that identifies the interface", 
46518             "example": "__VLAN-INTERFACE__", 
46519             "in": "path", 
46520             "name": "vlan-interface", 
46521             "required": true, 
46522             "type": "string"
46523           }, 
46524           {
46525             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan.json)", 
46526             "in": "body", 
46527             "name": "body", 
46528             "required": true, 
46529             "schema": {
46530               "$ref": "#/definitions/vlan"
46531             }
46532           }
46533         ], 
46534         "produces": [
46535           "application/json", 
46536           "application/xml"
46537         ], 
46538         "responses": {
46539           "default": {
46540             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46541           }
46542         }, 
46543         "summary": "create or update an existing vlan", 
46544         "tags": [
46545           "Network"
46546         ]
46547       }
46548     }, 
46549     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
46550       "delete": {
46551         "consumes": [
46552           "application/json", 
46553           "application/xml"
46554         ], 
46555         "description": "delete an existing l3-interface-ipv4-address-list", 
46556         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
46557         "parameters": [
46558           {
46559             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46560             "example": "__VNF-ID2__", 
46561             "in": "path", 
46562             "name": "vnf-id2", 
46563             "required": true, 
46564             "type": "string"
46565           }, 
46566           {
46567             "description": "Name given to the interface", 
46568             "example": "__INTERFACE-NAME__", 
46569             "in": "path", 
46570             "name": "interface-name", 
46571             "required": true, 
46572             "type": "string"
46573           }, 
46574           {
46575             "description": "String that identifies the interface", 
46576             "example": "__VLAN-INTERFACE__", 
46577             "in": "path", 
46578             "name": "vlan-interface", 
46579             "required": true, 
46580             "type": "string"
46581           }, 
46582           {
46583             "description": "IP address", 
46584             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46585             "in": "path", 
46586             "name": "l3-interface-ipv4-address", 
46587             "required": true, 
46588             "type": "string"
46589           }, 
46590           {
46591             "description": "resource-version for concurrency", 
46592             "in": "query", 
46593             "name": "resource-version", 
46594             "required": true, 
46595             "type": "string"
46596           }
46597         ], 
46598         "produces": [
46599           "application/json", 
46600           "application/xml"
46601         ], 
46602         "responses": {
46603           "default": {
46604             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46605           }
46606         }, 
46607         "summary": "delete an existing l3-interface-ipv4-address-list", 
46608         "tags": [
46609           "Network"
46610         ]
46611       }, 
46612       "get": {
46613         "description": "returns l3-interface-ipv4-address-list", 
46614         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
46615         "parameters": [
46616           {
46617             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46618             "example": "__VNF-ID2__", 
46619             "in": "path", 
46620             "name": "vnf-id2", 
46621             "required": true, 
46622             "type": "string"
46623           }, 
46624           {
46625             "description": "Name given to the interface", 
46626             "example": "__INTERFACE-NAME__", 
46627             "in": "path", 
46628             "name": "interface-name", 
46629             "required": true, 
46630             "type": "string"
46631           }, 
46632           {
46633             "description": "String that identifies the interface", 
46634             "example": "__VLAN-INTERFACE__", 
46635             "in": "path", 
46636             "name": "vlan-interface", 
46637             "required": true, 
46638             "type": "string"
46639           }, 
46640           {
46641             "description": "IP address", 
46642             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46643             "in": "path", 
46644             "name": "l3-interface-ipv4-address", 
46645             "required": true, 
46646             "type": "string"
46647           }
46648         ], 
46649         "produces": [
46650           "application/json", 
46651           "application/xml"
46652         ], 
46653         "responses": {
46654           "200": {
46655             "description": "successful operation", 
46656             "schema": {
46657               "$ref": "#/definitions/l3-interface-ipv4-address-list"
46658             }
46659           }, 
46660           "default": {
46661             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46662           }
46663         }, 
46664         "summary": "returns l3-interface-ipv4-address-list", 
46665         "tags": [
46666           "Network"
46667         ]
46668       }, 
46669       "patch": {
46670         "consumes": [
46671           "application/json"
46672         ], 
46673         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
46674         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
46675         "parameters": [
46676           {
46677             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46678             "example": "__VNF-ID2__", 
46679             "in": "path", 
46680             "name": "vnf-id2", 
46681             "required": true, 
46682             "type": "string"
46683           }, 
46684           {
46685             "description": "Name given to the interface", 
46686             "example": "__INTERFACE-NAME__", 
46687             "in": "path", 
46688             "name": "interface-name", 
46689             "required": true, 
46690             "type": "string"
46691           }, 
46692           {
46693             "description": "String that identifies the interface", 
46694             "example": "__VLAN-INTERFACE__", 
46695             "in": "path", 
46696             "name": "vlan-interface", 
46697             "required": true, 
46698             "type": "string"
46699           }, 
46700           {
46701             "description": "IP address", 
46702             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46703             "in": "path", 
46704             "name": "l3-interface-ipv4-address", 
46705             "required": true, 
46706             "type": "string"
46707           }, 
46708           {
46709             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
46710             "in": "body", 
46711             "name": "body", 
46712             "required": true, 
46713             "schema": {
46714               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
46715             }
46716           }
46717         ], 
46718         "produces": [
46719           "application/json"
46720         ], 
46721         "responses": {
46722           "default": {
46723             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46724           }
46725         }, 
46726         "summary": "update an existing l3-interface-ipv4-address-list", 
46727         "tags": [
46728           "Network"
46729         ]
46730       }, 
46731       "put": {
46732         "consumes": [
46733           "application/json", 
46734           "application/xml"
46735         ], 
46736         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
46737         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
46738         "parameters": [
46739           {
46740             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46741             "example": "__VNF-ID2__", 
46742             "in": "path", 
46743             "name": "vnf-id2", 
46744             "required": true, 
46745             "type": "string"
46746           }, 
46747           {
46748             "description": "Name given to the interface", 
46749             "example": "__INTERFACE-NAME__", 
46750             "in": "path", 
46751             "name": "interface-name", 
46752             "required": true, 
46753             "type": "string"
46754           }, 
46755           {
46756             "description": "String that identifies the interface", 
46757             "example": "__VLAN-INTERFACE__", 
46758             "in": "path", 
46759             "name": "vlan-interface", 
46760             "required": true, 
46761             "type": "string"
46762           }, 
46763           {
46764             "description": "IP address", 
46765             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46766             "in": "path", 
46767             "name": "l3-interface-ipv4-address", 
46768             "required": true, 
46769             "type": "string"
46770           }, 
46771           {
46772             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
46773             "in": "body", 
46774             "name": "body", 
46775             "required": true, 
46776             "schema": {
46777               "$ref": "#/definitions/l3-interface-ipv4-address-list"
46778             }
46779           }
46780         ], 
46781         "produces": [
46782           "application/json", 
46783           "application/xml"
46784         ], 
46785         "responses": {
46786           "default": {
46787             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46788           }
46789         }, 
46790         "summary": "create or update an existing l3-interface-ipv4-address-list", 
46791         "tags": [
46792           "Network"
46793         ]
46794       }
46795     }, 
46796     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
46797       "delete": {
46798         "consumes": [
46799           "application/json", 
46800           "application/xml"
46801         ], 
46802         "description": "delete an existing relationship", 
46803         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
46804         "parameters": [
46805           {
46806             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46807             "example": "__VNF-ID2__", 
46808             "in": "path", 
46809             "name": "vnf-id2", 
46810             "required": true, 
46811             "type": "string"
46812           }, 
46813           {
46814             "description": "Name given to the interface", 
46815             "example": "__INTERFACE-NAME__", 
46816             "in": "path", 
46817             "name": "interface-name", 
46818             "required": true, 
46819             "type": "string"
46820           }, 
46821           {
46822             "description": "String that identifies the interface", 
46823             "example": "__VLAN-INTERFACE__", 
46824             "in": "path", 
46825             "name": "vlan-interface", 
46826             "required": true, 
46827             "type": "string"
46828           }, 
46829           {
46830             "description": "IP address", 
46831             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46832             "in": "path", 
46833             "name": "l3-interface-ipv4-address", 
46834             "required": true, 
46835             "type": "string"
46836           }
46837         ], 
46838         "produces": [
46839           "application/json", 
46840           "application/xml"
46841         ], 
46842         "responses": {
46843           "default": {
46844             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46845           }
46846         }, 
46847         "summary": "delete an existing relationship", 
46848         "tags": [
46849           "Network"
46850         ]
46851       }, 
46852       "put": {
46853         "consumes": [
46854           "application/json", 
46855           "application/xml"
46856         ], 
46857         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
46858         "parameters": [
46859           {
46860             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46861             "example": "__VNF-ID2__", 
46862             "in": "path", 
46863             "name": "vnf-id2", 
46864             "required": true, 
46865             "type": "string"
46866           }, 
46867           {
46868             "description": "Name given to the interface", 
46869             "example": "__INTERFACE-NAME__", 
46870             "in": "path", 
46871             "name": "interface-name", 
46872             "required": true, 
46873             "type": "string"
46874           }, 
46875           {
46876             "description": "String that identifies the interface", 
46877             "example": "__VLAN-INTERFACE__", 
46878             "in": "path", 
46879             "name": "vlan-interface", 
46880             "required": true, 
46881             "type": "string"
46882           }, 
46883           {
46884             "description": "IP address", 
46885             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46886             "in": "path", 
46887             "name": "l3-interface-ipv4-address", 
46888             "required": true, 
46889             "type": "string"
46890           }, 
46891           {
46892             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
46893             "in": "body", 
46894             "name": "body", 
46895             "required": true, 
46896             "schema": {
46897               "$ref": "#/definitions/relationship-dict"
46898             }
46899           }
46900         ], 
46901         "produces": [
46902           "application/json", 
46903           "application/xml"
46904         ], 
46905         "responses": {
46906           "default": {
46907             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46908           }
46909         }, 
46910         "summary": "see node definition for valid relationships", 
46911         "tags": [
46912           "Network"
46913         ]
46914       }
46915     }, 
46916     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
46917       "delete": {
46918         "consumes": [
46919           "application/json", 
46920           "application/xml"
46921         ], 
46922         "description": "delete an existing l3-interface-ipv6-address-list", 
46923         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
46924         "parameters": [
46925           {
46926             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46927             "example": "__VNF-ID2__", 
46928             "in": "path", 
46929             "name": "vnf-id2", 
46930             "required": true, 
46931             "type": "string"
46932           }, 
46933           {
46934             "description": "Name given to the interface", 
46935             "example": "__INTERFACE-NAME__", 
46936             "in": "path", 
46937             "name": "interface-name", 
46938             "required": true, 
46939             "type": "string"
46940           }, 
46941           {
46942             "description": "String that identifies the interface", 
46943             "example": "__VLAN-INTERFACE__", 
46944             "in": "path", 
46945             "name": "vlan-interface", 
46946             "required": true, 
46947             "type": "string"
46948           }, 
46949           {
46950             "description": "IP address", 
46951             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
46952             "in": "path", 
46953             "name": "l3-interface-ipv6-address", 
46954             "required": true, 
46955             "type": "string"
46956           }, 
46957           {
46958             "description": "resource-version for concurrency", 
46959             "in": "query", 
46960             "name": "resource-version", 
46961             "required": true, 
46962             "type": "string"
46963           }
46964         ], 
46965         "produces": [
46966           "application/json", 
46967           "application/xml"
46968         ], 
46969         "responses": {
46970           "default": {
46971             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46972           }
46973         }, 
46974         "summary": "delete an existing l3-interface-ipv6-address-list", 
46975         "tags": [
46976           "Network"
46977         ]
46978       }, 
46979       "get": {
46980         "description": "returns l3-interface-ipv6-address-list", 
46981         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
46982         "parameters": [
46983           {
46984             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
46985             "example": "__VNF-ID2__", 
46986             "in": "path", 
46987             "name": "vnf-id2", 
46988             "required": true, 
46989             "type": "string"
46990           }, 
46991           {
46992             "description": "Name given to the interface", 
46993             "example": "__INTERFACE-NAME__", 
46994             "in": "path", 
46995             "name": "interface-name", 
46996             "required": true, 
46997             "type": "string"
46998           }, 
46999           {
47000             "description": "String that identifies the interface", 
47001             "example": "__VLAN-INTERFACE__", 
47002             "in": "path", 
47003             "name": "vlan-interface", 
47004             "required": true, 
47005             "type": "string"
47006           }, 
47007           {
47008             "description": "IP address", 
47009             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47010             "in": "path", 
47011             "name": "l3-interface-ipv6-address", 
47012             "required": true, 
47013             "type": "string"
47014           }
47015         ], 
47016         "produces": [
47017           "application/json", 
47018           "application/xml"
47019         ], 
47020         "responses": {
47021           "200": {
47022             "description": "successful operation", 
47023             "schema": {
47024               "$ref": "#/definitions/l3-interface-ipv6-address-list"
47025             }
47026           }, 
47027           "default": {
47028             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47029           }
47030         }, 
47031         "summary": "returns l3-interface-ipv6-address-list", 
47032         "tags": [
47033           "Network"
47034         ]
47035       }, 
47036       "patch": {
47037         "consumes": [
47038           "application/json"
47039         ], 
47040         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
47041         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
47042         "parameters": [
47043           {
47044             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
47045             "example": "__VNF-ID2__", 
47046             "in": "path", 
47047             "name": "vnf-id2", 
47048             "required": true, 
47049             "type": "string"
47050           }, 
47051           {
47052             "description": "Name given to the interface", 
47053             "example": "__INTERFACE-NAME__", 
47054             "in": "path", 
47055             "name": "interface-name", 
47056             "required": true, 
47057             "type": "string"
47058           }, 
47059           {
47060             "description": "String that identifies the interface", 
47061             "example": "__VLAN-INTERFACE__", 
47062             "in": "path", 
47063             "name": "vlan-interface", 
47064             "required": true, 
47065             "type": "string"
47066           }, 
47067           {
47068             "description": "IP address", 
47069             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47070             "in": "path", 
47071             "name": "l3-interface-ipv6-address", 
47072             "required": true, 
47073             "type": "string"
47074           }, 
47075           {
47076             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
47077             "in": "body", 
47078             "name": "body", 
47079             "required": true, 
47080             "schema": {
47081               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
47082             }
47083           }
47084         ], 
47085         "produces": [
47086           "application/json"
47087         ], 
47088         "responses": {
47089           "default": {
47090             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47091           }
47092         }, 
47093         "summary": "update an existing l3-interface-ipv6-address-list", 
47094         "tags": [
47095           "Network"
47096         ]
47097       }, 
47098       "put": {
47099         "consumes": [
47100           "application/json", 
47101           "application/xml"
47102         ], 
47103         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
47104         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
47105         "parameters": [
47106           {
47107             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
47108             "example": "__VNF-ID2__", 
47109             "in": "path", 
47110             "name": "vnf-id2", 
47111             "required": true, 
47112             "type": "string"
47113           }, 
47114           {
47115             "description": "Name given to the interface", 
47116             "example": "__INTERFACE-NAME__", 
47117             "in": "path", 
47118             "name": "interface-name", 
47119             "required": true, 
47120             "type": "string"
47121           }, 
47122           {
47123             "description": "String that identifies the interface", 
47124             "example": "__VLAN-INTERFACE__", 
47125             "in": "path", 
47126             "name": "vlan-interface", 
47127             "required": true, 
47128             "type": "string"
47129           }, 
47130           {
47131             "description": "IP address", 
47132             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47133             "in": "path", 
47134             "name": "l3-interface-ipv6-address", 
47135             "required": true, 
47136             "type": "string"
47137           }, 
47138           {
47139             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
47140             "in": "body", 
47141             "name": "body", 
47142             "required": true, 
47143             "schema": {
47144               "$ref": "#/definitions/l3-interface-ipv6-address-list"
47145             }
47146           }
47147         ], 
47148         "produces": [
47149           "application/json", 
47150           "application/xml"
47151         ], 
47152         "responses": {
47153           "default": {
47154             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47155           }
47156         }, 
47157         "summary": "create or update an existing l3-interface-ipv6-address-list", 
47158         "tags": [
47159           "Network"
47160         ]
47161       }
47162     }, 
47163     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
47164       "delete": {
47165         "consumes": [
47166           "application/json", 
47167           "application/xml"
47168         ], 
47169         "description": "delete an existing relationship", 
47170         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
47171         "parameters": [
47172           {
47173             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
47174             "example": "__VNF-ID2__", 
47175             "in": "path", 
47176             "name": "vnf-id2", 
47177             "required": true, 
47178             "type": "string"
47179           }, 
47180           {
47181             "description": "Name given to the interface", 
47182             "example": "__INTERFACE-NAME__", 
47183             "in": "path", 
47184             "name": "interface-name", 
47185             "required": true, 
47186             "type": "string"
47187           }, 
47188           {
47189             "description": "String that identifies the interface", 
47190             "example": "__VLAN-INTERFACE__", 
47191             "in": "path", 
47192             "name": "vlan-interface", 
47193             "required": true, 
47194             "type": "string"
47195           }, 
47196           {
47197             "description": "IP address", 
47198             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47199             "in": "path", 
47200             "name": "l3-interface-ipv6-address", 
47201             "required": true, 
47202             "type": "string"
47203           }
47204         ], 
47205         "produces": [
47206           "application/json", 
47207           "application/xml"
47208         ], 
47209         "responses": {
47210           "default": {
47211             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47212           }
47213         }, 
47214         "summary": "delete an existing relationship", 
47215         "tags": [
47216           "Network"
47217         ]
47218       }, 
47219       "put": {
47220         "consumes": [
47221           "application/json", 
47222           "application/xml"
47223         ], 
47224         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
47225         "parameters": [
47226           {
47227             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
47228             "example": "__VNF-ID2__", 
47229             "in": "path", 
47230             "name": "vnf-id2", 
47231             "required": true, 
47232             "type": "string"
47233           }, 
47234           {
47235             "description": "Name given to the interface", 
47236             "example": "__INTERFACE-NAME__", 
47237             "in": "path", 
47238             "name": "interface-name", 
47239             "required": true, 
47240             "type": "string"
47241           }, 
47242           {
47243             "description": "String that identifies the interface", 
47244             "example": "__VLAN-INTERFACE__", 
47245             "in": "path", 
47246             "name": "vlan-interface", 
47247             "required": true, 
47248             "type": "string"
47249           }, 
47250           {
47251             "description": "IP address", 
47252             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47253             "in": "path", 
47254             "name": "l3-interface-ipv6-address", 
47255             "required": true, 
47256             "type": "string"
47257           }, 
47258           {
47259             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
47260             "in": "body", 
47261             "name": "body", 
47262             "required": true, 
47263             "schema": {
47264               "$ref": "#/definitions/relationship-dict"
47265             }
47266           }
47267         ], 
47268         "produces": [
47269           "application/json", 
47270           "application/xml"
47271         ], 
47272         "responses": {
47273           "default": {
47274             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47275           }
47276         }, 
47277         "summary": "see node definition for valid relationships", 
47278         "tags": [
47279           "Network"
47280         ]
47281       }
47282     }, 
47283     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
47284       "delete": {
47285         "consumes": [
47286           "application/json", 
47287           "application/xml"
47288         ], 
47289         "description": "delete an existing relationship", 
47290         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
47291         "parameters": [
47292           {
47293             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
47294             "example": "__VNF-ID2__", 
47295             "in": "path", 
47296             "name": "vnf-id2", 
47297             "required": true, 
47298             "type": "string"
47299           }, 
47300           {
47301             "description": "Name given to the interface", 
47302             "example": "__INTERFACE-NAME__", 
47303             "in": "path", 
47304             "name": "interface-name", 
47305             "required": true, 
47306             "type": "string"
47307           }, 
47308           {
47309             "description": "String that identifies the interface", 
47310             "example": "__VLAN-INTERFACE__", 
47311             "in": "path", 
47312             "name": "vlan-interface", 
47313             "required": true, 
47314             "type": "string"
47315           }
47316         ], 
47317         "produces": [
47318           "application/json", 
47319           "application/xml"
47320         ], 
47321         "responses": {
47322           "default": {
47323             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47324           }
47325         }, 
47326         "summary": "delete an existing relationship", 
47327         "tags": [
47328           "Network"
47329         ]
47330       }, 
47331       "put": {
47332         "consumes": [
47333           "application/json", 
47334           "application/xml"
47335         ], 
47336         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
47337         "parameters": [
47338           {
47339             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
47340             "example": "__VNF-ID2__", 
47341             "in": "path", 
47342             "name": "vnf-id2", 
47343             "required": true, 
47344             "type": "string"
47345           }, 
47346           {
47347             "description": "Name given to the interface", 
47348             "example": "__INTERFACE-NAME__", 
47349             "in": "path", 
47350             "name": "interface-name", 
47351             "required": true, 
47352             "type": "string"
47353           }, 
47354           {
47355             "description": "String that identifies the interface", 
47356             "example": "__VLAN-INTERFACE__", 
47357             "in": "path", 
47358             "name": "vlan-interface", 
47359             "required": true, 
47360             "type": "string"
47361           }, 
47362           {
47363             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan.json)", 
47364             "in": "body", 
47365             "name": "body", 
47366             "required": true, 
47367             "schema": {
47368               "$ref": "#/definitions/relationship-dict"
47369             }
47370           }
47371         ], 
47372         "produces": [
47373           "application/json", 
47374           "application/xml"
47375         ], 
47376         "responses": {
47377           "default": {
47378             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47379           }
47380         }, 
47381         "summary": "see node definition for valid relationships", 
47382         "tags": [
47383           "Network"
47384         ]
47385       }
47386     }, 
47387     "/network/newvces/newvce/{vnf-id2}/relationship-list/relationship": {
47388       "delete": {
47389         "consumes": [
47390           "application/json", 
47391           "application/xml"
47392         ], 
47393         "description": "delete an existing relationship", 
47394         "operationId": "deleteNetworkNewvcesNewvceRelationshipListRelationship", 
47395         "parameters": [
47396           {
47397             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
47398             "example": "__VNF-ID2__", 
47399             "in": "path", 
47400             "name": "vnf-id2", 
47401             "required": true, 
47402             "type": "string"
47403           }
47404         ], 
47405         "produces": [
47406           "application/json", 
47407           "application/xml"
47408         ], 
47409         "responses": {
47410           "default": {
47411             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47412           }
47413         }, 
47414         "summary": "delete an existing relationship", 
47415         "tags": [
47416           "Network"
47417         ]
47418       }, 
47419       "put": {
47420         "consumes": [
47421           "application/json", 
47422           "application/xml"
47423         ], 
47424         "operationId": "createOrUpdateNetworkNewvcesNewvceRelationshipListRelationship", 
47425         "parameters": [
47426           {
47427             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
47428             "example": "__VNF-ID2__", 
47429             "in": "path", 
47430             "name": "vnf-id2", 
47431             "required": true, 
47432             "type": "string"
47433           }, 
47434           {
47435             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkNewvcesNewvce.json)", 
47436             "in": "body", 
47437             "name": "body", 
47438             "required": true, 
47439             "schema": {
47440               "$ref": "#/definitions/relationship-dict"
47441             }
47442           }
47443         ], 
47444         "produces": [
47445           "application/json", 
47446           "application/xml"
47447         ], 
47448         "responses": {
47449           "default": {
47450             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47451           }
47452         }, 
47453         "summary": "see node definition for valid relationships", 
47454         "tags": [
47455           "Network"
47456         ]
47457       }
47458     }, 
47459     "/network/physical-links": {
47460       "get": {
47461         "description": "returns physical-links", 
47462         "operationId": "getNetworkPhysicalLinks", 
47463         "parameters": [
47464           {
47465             "description": "n/a", 
47466             "in": "query", 
47467             "name": "link-name", 
47468             "required": false, 
47469             "type": "string"
47470           }, 
47471           {
47472             "description": "n/a", 
47473             "in": "query", 
47474             "name": "circuit-id", 
47475             "required": false, 
47476             "type": "string"
47477           }
47478         ], 
47479         "produces": [
47480           "application/json", 
47481           "application/xml"
47482         ], 
47483         "responses": {
47484           "200": {
47485             "description": "successful operation", 
47486             "schema": {
47487               "$ref": "#/definitions/physical-links"
47488             }
47489           }, 
47490           "default": {
47491             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47492           }
47493         }, 
47494         "summary": "returns physical-links", 
47495         "tags": [
47496           "Network"
47497         ]
47498       }
47499     }, 
47500     "/network/physical-links/physical-link/{link-name}": {
47501       "delete": {
47502         "consumes": [
47503           "application/json", 
47504           "application/xml"
47505         ], 
47506         "description": "delete an existing physical-link", 
47507         "operationId": "deleteNetworkPhysicalLinksPhysicalLink", 
47508         "parameters": [
47509           {
47510             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
47511             "example": "__LINK-NAME__", 
47512             "in": "path", 
47513             "name": "link-name", 
47514             "required": true, 
47515             "type": "string"
47516           }, 
47517           {
47518             "description": "resource-version for concurrency", 
47519             "in": "query", 
47520             "name": "resource-version", 
47521             "required": true, 
47522             "type": "string"
47523           }
47524         ], 
47525         "produces": [
47526           "application/json", 
47527           "application/xml"
47528         ], 
47529         "responses": {
47530           "default": {
47531             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47532           }
47533         }, 
47534         "summary": "delete an existing physical-link", 
47535         "tags": [
47536           "Network"
47537         ]
47538       }, 
47539       "get": {
47540         "description": "returns physical-link", 
47541         "operationId": "getNetworkPhysicalLinksPhysicalLink", 
47542         "parameters": [
47543           {
47544             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
47545             "example": "__LINK-NAME__", 
47546             "in": "path", 
47547             "name": "link-name", 
47548             "required": true, 
47549             "type": "string"
47550           }
47551         ], 
47552         "produces": [
47553           "application/json", 
47554           "application/xml"
47555         ], 
47556         "responses": {
47557           "200": {
47558             "description": "successful operation", 
47559             "schema": {
47560               "$ref": "#/definitions/physical-link"
47561             }
47562           }, 
47563           "default": {
47564             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47565           }
47566         }, 
47567         "summary": "returns physical-link", 
47568         "tags": [
47569           "Network"
47570         ]
47571       }, 
47572       "patch": {
47573         "consumes": [
47574           "application/json"
47575         ], 
47576         "description": "Update an existing physical-link\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
47577         "operationId": "UpdateNetworkPhysicalLinksPhysicalLink", 
47578         "parameters": [
47579           {
47580             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
47581             "example": "__LINK-NAME__", 
47582             "in": "path", 
47583             "name": "link-name", 
47584             "required": true, 
47585             "type": "string"
47586           }, 
47587           {
47588             "description": "physical-link object that needs to be updated.", 
47589             "in": "body", 
47590             "name": "body", 
47591             "required": true, 
47592             "schema": {
47593               "$ref": "#/definitions/zzzz-patch-physical-link"
47594             }
47595           }
47596         ], 
47597         "produces": [
47598           "application/json"
47599         ], 
47600         "responses": {
47601           "default": {
47602             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47603           }
47604         }, 
47605         "summary": "update an existing physical-link", 
47606         "tags": [
47607           "Network"
47608         ]
47609       }, 
47610       "put": {
47611         "consumes": [
47612           "application/json", 
47613           "application/xml"
47614         ], 
47615         "description": "Create or update an existing physical-link.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
47616         "operationId": "createOrUpdateNetworkPhysicalLinksPhysicalLink", 
47617         "parameters": [
47618           {
47619             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
47620             "example": "__LINK-NAME__", 
47621             "in": "path", 
47622             "name": "link-name", 
47623             "required": true, 
47624             "type": "string"
47625           }, 
47626           {
47627             "description": "physical-link object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPhysicalLinksPhysicalLink.json)", 
47628             "in": "body", 
47629             "name": "body", 
47630             "required": true, 
47631             "schema": {
47632               "$ref": "#/definitions/physical-link"
47633             }
47634           }
47635         ], 
47636         "produces": [
47637           "application/json", 
47638           "application/xml"
47639         ], 
47640         "responses": {
47641           "default": {
47642             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47643           }
47644         }, 
47645         "summary": "create or update an existing physical-link", 
47646         "tags": [
47647           "Network"
47648         ]
47649       }
47650     }, 
47651     "/network/physical-links/physical-link/{link-name}/relationship-list/relationship": {
47652       "delete": {
47653         "consumes": [
47654           "application/json", 
47655           "application/xml"
47656         ], 
47657         "description": "delete an existing relationship", 
47658         "operationId": "deleteNetworkPhysicalLinksPhysicalLinkRelationshipListRelationship", 
47659         "parameters": [
47660           {
47661             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
47662             "example": "__LINK-NAME__", 
47663             "in": "path", 
47664             "name": "link-name", 
47665             "required": true, 
47666             "type": "string"
47667           }
47668         ], 
47669         "produces": [
47670           "application/json", 
47671           "application/xml"
47672         ], 
47673         "responses": {
47674           "default": {
47675             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47676           }
47677         }, 
47678         "summary": "delete an existing relationship", 
47679         "tags": [
47680           "Network"
47681         ]
47682       }, 
47683       "put": {
47684         "consumes": [
47685           "application/json", 
47686           "application/xml"
47687         ], 
47688         "operationId": "createOrUpdateNetworkPhysicalLinksPhysicalLinkRelationshipListRelationship", 
47689         "parameters": [
47690           {
47691             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
47692             "example": "__LINK-NAME__", 
47693             "in": "path", 
47694             "name": "link-name", 
47695             "required": true, 
47696             "type": "string"
47697           }, 
47698           {
47699             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPhysicalLinksPhysicalLink.json)", 
47700             "in": "body", 
47701             "name": "body", 
47702             "required": true, 
47703             "schema": {
47704               "$ref": "#/definitions/relationship-dict"
47705             }
47706           }
47707         ], 
47708         "produces": [
47709           "application/json", 
47710           "application/xml"
47711         ], 
47712         "responses": {
47713           "default": {
47714             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47715           }
47716         }, 
47717         "summary": "see node definition for valid relationships", 
47718         "tags": [
47719           "Network"
47720         ]
47721       }
47722     }, 
47723     "/network/pnfs": {
47724       "get": {
47725         "description": "returns pnfs", 
47726         "operationId": "getNetworkPnfs", 
47727         "parameters": [
47728           {
47729             "description": "n/a", 
47730             "in": "query", 
47731             "name": "pnf-name", 
47732             "required": false, 
47733             "type": "string"
47734           }, 
47735           {
47736             "description": "n/a", 
47737             "in": "query", 
47738             "name": "inv-status", 
47739             "required": false, 
47740             "type": "string"
47741           }
47742         ], 
47743         "produces": [
47744           "application/json", 
47745           "application/xml"
47746         ], 
47747         "responses": {
47748           "200": {
47749             "description": "successful operation", 
47750             "schema": {
47751               "$ref": "#/definitions/pnfs"
47752             }
47753           }, 
47754           "default": {
47755             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47756           }
47757         }, 
47758         "summary": "returns pnfs", 
47759         "tags": [
47760           "Network"
47761         ]
47762       }
47763     }, 
47764     "/network/pnfs/pnf/{pnf-name}": {
47765       "delete": {
47766         "consumes": [
47767           "application/json", 
47768           "application/xml"
47769         ], 
47770         "description": "delete an existing pnf", 
47771         "operationId": "deleteNetworkPnfsPnf", 
47772         "parameters": [
47773           {
47774             "description": "unique name of Physical Network Function.", 
47775             "example": "__PNF-NAME__", 
47776             "in": "path", 
47777             "name": "pnf-name", 
47778             "required": true, 
47779             "type": "string"
47780           }, 
47781           {
47782             "description": "resource-version for concurrency", 
47783             "in": "query", 
47784             "name": "resource-version", 
47785             "required": true, 
47786             "type": "string"
47787           }
47788         ], 
47789         "produces": [
47790           "application/json", 
47791           "application/xml"
47792         ], 
47793         "responses": {
47794           "default": {
47795             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47796           }
47797         }, 
47798         "summary": "delete an existing pnf", 
47799         "tags": [
47800           "Network"
47801         ]
47802       }, 
47803       "get": {
47804         "description": "returns pnf", 
47805         "operationId": "getNetworkPnfsPnf", 
47806         "parameters": [
47807           {
47808             "description": "unique name of Physical Network Function.", 
47809             "example": "__PNF-NAME__", 
47810             "in": "path", 
47811             "name": "pnf-name", 
47812             "required": true, 
47813             "type": "string"
47814           }
47815         ], 
47816         "produces": [
47817           "application/json", 
47818           "application/xml"
47819         ], 
47820         "responses": {
47821           "200": {
47822             "description": "successful operation", 
47823             "schema": {
47824               "$ref": "#/definitions/pnf"
47825             }
47826           }, 
47827           "default": {
47828             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47829           }
47830         }, 
47831         "summary": "returns pnf", 
47832         "tags": [
47833           "Network"
47834         ]
47835       }, 
47836       "patch": {
47837         "consumes": [
47838           "application/json"
47839         ], 
47840         "description": "Update an existing pnf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
47841         "operationId": "UpdateNetworkPnfsPnf", 
47842         "parameters": [
47843           {
47844             "description": "unique name of Physical Network Function.", 
47845             "example": "__PNF-NAME__", 
47846             "in": "path", 
47847             "name": "pnf-name", 
47848             "required": true, 
47849             "type": "string"
47850           }, 
47851           {
47852             "description": "pnf object that needs to be updated.", 
47853             "in": "body", 
47854             "name": "body", 
47855             "required": true, 
47856             "schema": {
47857               "$ref": "#/definitions/zzzz-patch-pnf"
47858             }
47859           }
47860         ], 
47861         "produces": [
47862           "application/json"
47863         ], 
47864         "responses": {
47865           "default": {
47866             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47867           }
47868         }, 
47869         "summary": "update an existing pnf", 
47870         "tags": [
47871           "Network"
47872         ]
47873       }, 
47874       "put": {
47875         "consumes": [
47876           "application/json", 
47877           "application/xml"
47878         ], 
47879         "description": "Create or update an existing pnf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
47880         "operationId": "createOrUpdateNetworkPnfsPnf", 
47881         "parameters": [
47882           {
47883             "description": "unique name of Physical Network Function.", 
47884             "example": "__PNF-NAME__", 
47885             "in": "path", 
47886             "name": "pnf-name", 
47887             "required": true, 
47888             "type": "string"
47889           }, 
47890           {
47891             "description": "pnf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnf.json)", 
47892             "in": "body", 
47893             "name": "body", 
47894             "required": true, 
47895             "schema": {
47896               "$ref": "#/definitions/pnf"
47897             }
47898           }
47899         ], 
47900         "produces": [
47901           "application/json", 
47902           "application/xml"
47903         ], 
47904         "responses": {
47905           "default": {
47906             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47907           }
47908         }, 
47909         "summary": "create or update an existing pnf", 
47910         "tags": [
47911           "Network"
47912         ]
47913       }
47914     }, 
47915     "/network/pnfs/pnf/{pnf-name}/lag-interfaces": {
47916       "get": {
47917         "description": "returns lag-interfaces", 
47918         "operationId": "getNetworkPnfsPnfLagInterfaces", 
47919         "parameters": [
47920           {
47921             "description": "unique name of Physical Network Function.", 
47922             "example": "__PNF-NAME__", 
47923             "in": "path", 
47924             "name": "pnf-name", 
47925             "required": true, 
47926             "type": "string"
47927           }, 
47928           {
47929             "description": "n/a", 
47930             "in": "query", 
47931             "name": "interface-name", 
47932             "required": false, 
47933             "type": "string"
47934           }, 
47935           {
47936             "description": "n/a", 
47937             "in": "query", 
47938             "name": "interface-id", 
47939             "required": false, 
47940             "type": "string"
47941           }, 
47942           {
47943             "description": "n/a", 
47944             "in": "query", 
47945             "name": "interface-role", 
47946             "required": false, 
47947             "type": "string"
47948           }
47949         ], 
47950         "produces": [
47951           "application/json", 
47952           "application/xml"
47953         ], 
47954         "responses": {
47955           "200": {
47956             "description": "successful operation", 
47957             "schema": {
47958               "$ref": "#/definitions/lag-interfaces"
47959             }
47960           }, 
47961           "default": {
47962             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47963           }
47964         }, 
47965         "summary": "returns lag-interfaces", 
47966         "tags": [
47967           "Network"
47968         ]
47969       }
47970     }, 
47971     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}": {
47972       "delete": {
47973         "consumes": [
47974           "application/json", 
47975           "application/xml"
47976         ], 
47977         "description": "delete an existing lag-interface", 
47978         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterface", 
47979         "parameters": [
47980           {
47981             "description": "unique name of Physical Network Function.", 
47982             "example": "__PNF-NAME__", 
47983             "in": "path", 
47984             "name": "pnf-name", 
47985             "required": true, 
47986             "type": "string"
47987           }, 
47988           {
47989             "description": "Name that identifies the link aggregate interface", 
47990             "example": "__INTERFACE-NAME__", 
47991             "in": "path", 
47992             "name": "interface-name", 
47993             "required": true, 
47994             "type": "string"
47995           }, 
47996           {
47997             "description": "resource-version for concurrency", 
47998             "in": "query", 
47999             "name": "resource-version", 
48000             "required": true, 
48001             "type": "string"
48002           }
48003         ], 
48004         "produces": [
48005           "application/json", 
48006           "application/xml"
48007         ], 
48008         "responses": {
48009           "default": {
48010             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48011           }
48012         }, 
48013         "summary": "delete an existing lag-interface", 
48014         "tags": [
48015           "Network"
48016         ]
48017       }, 
48018       "get": {
48019         "description": "returns lag-interface", 
48020         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterface", 
48021         "parameters": [
48022           {
48023             "description": "unique name of Physical Network Function.", 
48024             "example": "__PNF-NAME__", 
48025             "in": "path", 
48026             "name": "pnf-name", 
48027             "required": true, 
48028             "type": "string"
48029           }, 
48030           {
48031             "description": "Name that identifies the link aggregate interface", 
48032             "example": "__INTERFACE-NAME__", 
48033             "in": "path", 
48034             "name": "interface-name", 
48035             "required": true, 
48036             "type": "string"
48037           }
48038         ], 
48039         "produces": [
48040           "application/json", 
48041           "application/xml"
48042         ], 
48043         "responses": {
48044           "200": {
48045             "description": "successful operation", 
48046             "schema": {
48047               "$ref": "#/definitions/lag-interface"
48048             }
48049           }, 
48050           "default": {
48051             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48052           }
48053         }, 
48054         "summary": "returns lag-interface", 
48055         "tags": [
48056           "Network"
48057         ]
48058       }, 
48059       "patch": {
48060         "consumes": [
48061           "application/json"
48062         ], 
48063         "description": "Update an existing lag-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
48064         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterface", 
48065         "parameters": [
48066           {
48067             "description": "unique name of Physical Network Function.", 
48068             "example": "__PNF-NAME__", 
48069             "in": "path", 
48070             "name": "pnf-name", 
48071             "required": true, 
48072             "type": "string"
48073           }, 
48074           {
48075             "description": "Name that identifies the link aggregate interface", 
48076             "example": "__INTERFACE-NAME__", 
48077             "in": "path", 
48078             "name": "interface-name", 
48079             "required": true, 
48080             "type": "string"
48081           }, 
48082           {
48083             "description": "lag-interface object that needs to be updated.", 
48084             "in": "body", 
48085             "name": "body", 
48086             "required": true, 
48087             "schema": {
48088               "$ref": "#/definitions/zzzz-patch-lag-interface"
48089             }
48090           }
48091         ], 
48092         "produces": [
48093           "application/json"
48094         ], 
48095         "responses": {
48096           "default": {
48097             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48098           }
48099         }, 
48100         "summary": "update an existing lag-interface", 
48101         "tags": [
48102           "Network"
48103         ]
48104       }, 
48105       "put": {
48106         "consumes": [
48107           "application/json", 
48108           "application/xml"
48109         ], 
48110         "description": "Create or update an existing lag-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
48111         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterface", 
48112         "parameters": [
48113           {
48114             "description": "unique name of Physical Network Function.", 
48115             "example": "__PNF-NAME__", 
48116             "in": "path", 
48117             "name": "pnf-name", 
48118             "required": true, 
48119             "type": "string"
48120           }, 
48121           {
48122             "description": "Name that identifies the link aggregate interface", 
48123             "example": "__INTERFACE-NAME__", 
48124             "in": "path", 
48125             "name": "interface-name", 
48126             "required": true, 
48127             "type": "string"
48128           }, 
48129           {
48130             "description": "lag-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterface.json)", 
48131             "in": "body", 
48132             "name": "body", 
48133             "required": true, 
48134             "schema": {
48135               "$ref": "#/definitions/lag-interface"
48136             }
48137           }
48138         ], 
48139         "produces": [
48140           "application/json", 
48141           "application/xml"
48142         ], 
48143         "responses": {
48144           "default": {
48145             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48146           }
48147         }, 
48148         "summary": "create or update an existing lag-interface", 
48149         "tags": [
48150           "Network"
48151         ]
48152       }
48153     }, 
48154     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces": {
48155       "get": {
48156         "description": "returns l-interfaces", 
48157         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfaces", 
48158         "parameters": [
48159           {
48160             "description": "unique name of Physical Network Function.", 
48161             "example": "__PNF-NAME__", 
48162             "in": "path", 
48163             "name": "pnf-name", 
48164             "required": true, 
48165             "type": "string"
48166           }, 
48167           {
48168             "description": "Name that identifies the link aggregate interface", 
48169             "example": "__INTERFACE-NAME__", 
48170             "in": "path", 
48171             "name": "interface-name", 
48172             "required": true, 
48173             "type": "string"
48174           }, 
48175           {
48176             "description": "n/a", 
48177             "in": "query", 
48178             "name": "interface-name", 
48179             "required": false, 
48180             "type": "string"
48181           }, 
48182           {
48183             "description": "n/a", 
48184             "in": "query", 
48185             "name": "interface-id", 
48186             "required": false, 
48187             "type": "string"
48188           }, 
48189           {
48190             "description": "n/a", 
48191             "in": "query", 
48192             "name": "macaddr", 
48193             "required": false, 
48194             "type": "string"
48195           }, 
48196           {
48197             "description": "n/a", 
48198             "in": "query", 
48199             "name": "network-name", 
48200             "required": false, 
48201             "type": "string"
48202           }
48203         ], 
48204         "produces": [
48205           "application/json", 
48206           "application/xml"
48207         ], 
48208         "responses": {
48209           "200": {
48210             "description": "successful operation", 
48211             "schema": {
48212               "$ref": "#/definitions/l-interfaces"
48213             }
48214           }, 
48215           "default": {
48216             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48217           }
48218         }, 
48219         "summary": "returns l-interfaces", 
48220         "tags": [
48221           "Network"
48222         ]
48223       }
48224     }, 
48225     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
48226       "delete": {
48227         "consumes": [
48228           "application/json", 
48229           "application/xml"
48230         ], 
48231         "description": "delete an existing l-interface", 
48232         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface", 
48233         "parameters": [
48234           {
48235             "description": "unique name of Physical Network Function.", 
48236             "example": "__PNF-NAME__", 
48237             "in": "path", 
48238             "name": "pnf-name", 
48239             "required": true, 
48240             "type": "string"
48241           }, 
48242           {
48243             "description": "Name that identifies the link aggregate interface", 
48244             "example": "__INTERFACE-NAME__", 
48245             "in": "path", 
48246             "name": "interface-name", 
48247             "required": true, 
48248             "type": "string"
48249           }, 
48250           {
48251             "description": "Name given to the interface", 
48252             "example": "__INTERFACE-NAME__", 
48253             "in": "path", 
48254             "name": "l-interface.interface-name", 
48255             "required": true, 
48256             "type": "string"
48257           }, 
48258           {
48259             "description": "resource-version for concurrency", 
48260             "in": "query", 
48261             "name": "resource-version", 
48262             "required": true, 
48263             "type": "string"
48264           }
48265         ], 
48266         "produces": [
48267           "application/json", 
48268           "application/xml"
48269         ], 
48270         "responses": {
48271           "default": {
48272             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48273           }
48274         }, 
48275         "summary": "delete an existing l-interface", 
48276         "tags": [
48277           "Network"
48278         ]
48279       }, 
48280       "get": {
48281         "description": "returns l-interface", 
48282         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface", 
48283         "parameters": [
48284           {
48285             "description": "unique name of Physical Network Function.", 
48286             "example": "__PNF-NAME__", 
48287             "in": "path", 
48288             "name": "pnf-name", 
48289             "required": true, 
48290             "type": "string"
48291           }, 
48292           {
48293             "description": "Name that identifies the link aggregate interface", 
48294             "example": "__INTERFACE-NAME__", 
48295             "in": "path", 
48296             "name": "interface-name", 
48297             "required": true, 
48298             "type": "string"
48299           }, 
48300           {
48301             "description": "Name given to the interface", 
48302             "example": "__INTERFACE-NAME__", 
48303             "in": "path", 
48304             "name": "l-interface.interface-name", 
48305             "required": true, 
48306             "type": "string"
48307           }
48308         ], 
48309         "produces": [
48310           "application/json", 
48311           "application/xml"
48312         ], 
48313         "responses": {
48314           "200": {
48315             "description": "successful operation", 
48316             "schema": {
48317               "$ref": "#/definitions/l-interface"
48318             }
48319           }, 
48320           "default": {
48321             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48322           }
48323         }, 
48324         "summary": "returns l-interface", 
48325         "tags": [
48326           "Network"
48327         ]
48328       }, 
48329       "patch": {
48330         "consumes": [
48331           "application/json"
48332         ], 
48333         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
48334         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface", 
48335         "parameters": [
48336           {
48337             "description": "unique name of Physical Network Function.", 
48338             "example": "__PNF-NAME__", 
48339             "in": "path", 
48340             "name": "pnf-name", 
48341             "required": true, 
48342             "type": "string"
48343           }, 
48344           {
48345             "description": "Name that identifies the link aggregate interface", 
48346             "example": "__INTERFACE-NAME__", 
48347             "in": "path", 
48348             "name": "interface-name", 
48349             "required": true, 
48350             "type": "string"
48351           }, 
48352           {
48353             "description": "Name given to the interface", 
48354             "example": "__INTERFACE-NAME__", 
48355             "in": "path", 
48356             "name": "l-interface.interface-name", 
48357             "required": true, 
48358             "type": "string"
48359           }, 
48360           {
48361             "description": "l-interface object that needs to be updated.", 
48362             "in": "body", 
48363             "name": "body", 
48364             "required": true, 
48365             "schema": {
48366               "$ref": "#/definitions/zzzz-patch-l-interface"
48367             }
48368           }
48369         ], 
48370         "produces": [
48371           "application/json"
48372         ], 
48373         "responses": {
48374           "default": {
48375             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48376           }
48377         }, 
48378         "summary": "update an existing l-interface", 
48379         "tags": [
48380           "Network"
48381         ]
48382       }, 
48383       "put": {
48384         "consumes": [
48385           "application/json", 
48386           "application/xml"
48387         ], 
48388         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
48389         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface", 
48390         "parameters": [
48391           {
48392             "description": "unique name of Physical Network Function.", 
48393             "example": "__PNF-NAME__", 
48394             "in": "path", 
48395             "name": "pnf-name", 
48396             "required": true, 
48397             "type": "string"
48398           }, 
48399           {
48400             "description": "Name that identifies the link aggregate interface", 
48401             "example": "__INTERFACE-NAME__", 
48402             "in": "path", 
48403             "name": "interface-name", 
48404             "required": true, 
48405             "type": "string"
48406           }, 
48407           {
48408             "description": "Name given to the interface", 
48409             "example": "__INTERFACE-NAME__", 
48410             "in": "path", 
48411             "name": "l-interface.interface-name", 
48412             "required": true, 
48413             "type": "string"
48414           }, 
48415           {
48416             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
48417             "in": "body", 
48418             "name": "body", 
48419             "required": true, 
48420             "schema": {
48421               "$ref": "#/definitions/l-interface"
48422             }
48423           }
48424         ], 
48425         "produces": [
48426           "application/json", 
48427           "application/xml"
48428         ], 
48429         "responses": {
48430           "default": {
48431             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48432           }
48433         }, 
48434         "summary": "create or update an existing l-interface", 
48435         "tags": [
48436           "Network"
48437         ]
48438       }
48439     }, 
48440     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
48441       "delete": {
48442         "consumes": [
48443           "application/json", 
48444           "application/xml"
48445         ], 
48446         "description": "delete an existing l3-interface-ipv4-address-list", 
48447         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
48448         "parameters": [
48449           {
48450             "description": "unique name of Physical Network Function.", 
48451             "example": "__PNF-NAME__", 
48452             "in": "path", 
48453             "name": "pnf-name", 
48454             "required": true, 
48455             "type": "string"
48456           }, 
48457           {
48458             "description": "Name that identifies the link aggregate interface", 
48459             "example": "__INTERFACE-NAME__", 
48460             "in": "path", 
48461             "name": "interface-name", 
48462             "required": true, 
48463             "type": "string"
48464           }, 
48465           {
48466             "description": "Name given to the interface", 
48467             "example": "__INTERFACE-NAME__", 
48468             "in": "path", 
48469             "name": "l-interface.interface-name", 
48470             "required": true, 
48471             "type": "string"
48472           }, 
48473           {
48474             "description": "IP address", 
48475             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48476             "in": "path", 
48477             "name": "l3-interface-ipv4-address", 
48478             "required": true, 
48479             "type": "string"
48480           }, 
48481           {
48482             "description": "resource-version for concurrency", 
48483             "in": "query", 
48484             "name": "resource-version", 
48485             "required": true, 
48486             "type": "string"
48487           }
48488         ], 
48489         "produces": [
48490           "application/json", 
48491           "application/xml"
48492         ], 
48493         "responses": {
48494           "default": {
48495             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48496           }
48497         }, 
48498         "summary": "delete an existing l3-interface-ipv4-address-list", 
48499         "tags": [
48500           "Network"
48501         ]
48502       }, 
48503       "get": {
48504         "description": "returns l3-interface-ipv4-address-list", 
48505         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
48506         "parameters": [
48507           {
48508             "description": "unique name of Physical Network Function.", 
48509             "example": "__PNF-NAME__", 
48510             "in": "path", 
48511             "name": "pnf-name", 
48512             "required": true, 
48513             "type": "string"
48514           }, 
48515           {
48516             "description": "Name that identifies the link aggregate interface", 
48517             "example": "__INTERFACE-NAME__", 
48518             "in": "path", 
48519             "name": "interface-name", 
48520             "required": true, 
48521             "type": "string"
48522           }, 
48523           {
48524             "description": "Name given to the interface", 
48525             "example": "__INTERFACE-NAME__", 
48526             "in": "path", 
48527             "name": "l-interface.interface-name", 
48528             "required": true, 
48529             "type": "string"
48530           }, 
48531           {
48532             "description": "IP address", 
48533             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48534             "in": "path", 
48535             "name": "l3-interface-ipv4-address", 
48536             "required": true, 
48537             "type": "string"
48538           }
48539         ], 
48540         "produces": [
48541           "application/json", 
48542           "application/xml"
48543         ], 
48544         "responses": {
48545           "200": {
48546             "description": "successful operation", 
48547             "schema": {
48548               "$ref": "#/definitions/l3-interface-ipv4-address-list"
48549             }
48550           }, 
48551           "default": {
48552             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48553           }
48554         }, 
48555         "summary": "returns l3-interface-ipv4-address-list", 
48556         "tags": [
48557           "Network"
48558         ]
48559       }, 
48560       "patch": {
48561         "consumes": [
48562           "application/json"
48563         ], 
48564         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
48565         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
48566         "parameters": [
48567           {
48568             "description": "unique name of Physical Network Function.", 
48569             "example": "__PNF-NAME__", 
48570             "in": "path", 
48571             "name": "pnf-name", 
48572             "required": true, 
48573             "type": "string"
48574           }, 
48575           {
48576             "description": "Name that identifies the link aggregate interface", 
48577             "example": "__INTERFACE-NAME__", 
48578             "in": "path", 
48579             "name": "interface-name", 
48580             "required": true, 
48581             "type": "string"
48582           }, 
48583           {
48584             "description": "Name given to the interface", 
48585             "example": "__INTERFACE-NAME__", 
48586             "in": "path", 
48587             "name": "l-interface.interface-name", 
48588             "required": true, 
48589             "type": "string"
48590           }, 
48591           {
48592             "description": "IP address", 
48593             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48594             "in": "path", 
48595             "name": "l3-interface-ipv4-address", 
48596             "required": true, 
48597             "type": "string"
48598           }, 
48599           {
48600             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
48601             "in": "body", 
48602             "name": "body", 
48603             "required": true, 
48604             "schema": {
48605               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
48606             }
48607           }
48608         ], 
48609         "produces": [
48610           "application/json"
48611         ], 
48612         "responses": {
48613           "default": {
48614             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48615           }
48616         }, 
48617         "summary": "update an existing l3-interface-ipv4-address-list", 
48618         "tags": [
48619           "Network"
48620         ]
48621       }, 
48622       "put": {
48623         "consumes": [
48624           "application/json", 
48625           "application/xml"
48626         ], 
48627         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
48628         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
48629         "parameters": [
48630           {
48631             "description": "unique name of Physical Network Function.", 
48632             "example": "__PNF-NAME__", 
48633             "in": "path", 
48634             "name": "pnf-name", 
48635             "required": true, 
48636             "type": "string"
48637           }, 
48638           {
48639             "description": "Name that identifies the link aggregate interface", 
48640             "example": "__INTERFACE-NAME__", 
48641             "in": "path", 
48642             "name": "interface-name", 
48643             "required": true, 
48644             "type": "string"
48645           }, 
48646           {
48647             "description": "Name given to the interface", 
48648             "example": "__INTERFACE-NAME__", 
48649             "in": "path", 
48650             "name": "l-interface.interface-name", 
48651             "required": true, 
48652             "type": "string"
48653           }, 
48654           {
48655             "description": "IP address", 
48656             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48657             "in": "path", 
48658             "name": "l3-interface-ipv4-address", 
48659             "required": true, 
48660             "type": "string"
48661           }, 
48662           {
48663             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
48664             "in": "body", 
48665             "name": "body", 
48666             "required": true, 
48667             "schema": {
48668               "$ref": "#/definitions/l3-interface-ipv4-address-list"
48669             }
48670           }
48671         ], 
48672         "produces": [
48673           "application/json", 
48674           "application/xml"
48675         ], 
48676         "responses": {
48677           "default": {
48678             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48679           }
48680         }, 
48681         "summary": "create or update an existing l3-interface-ipv4-address-list", 
48682         "tags": [
48683           "Network"
48684         ]
48685       }
48686     }, 
48687     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
48688       "delete": {
48689         "consumes": [
48690           "application/json", 
48691           "application/xml"
48692         ], 
48693         "description": "delete an existing relationship", 
48694         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
48695         "parameters": [
48696           {
48697             "description": "unique name of Physical Network Function.", 
48698             "example": "__PNF-NAME__", 
48699             "in": "path", 
48700             "name": "pnf-name", 
48701             "required": true, 
48702             "type": "string"
48703           }, 
48704           {
48705             "description": "Name that identifies the link aggregate interface", 
48706             "example": "__INTERFACE-NAME__", 
48707             "in": "path", 
48708             "name": "interface-name", 
48709             "required": true, 
48710             "type": "string"
48711           }, 
48712           {
48713             "description": "Name given to the interface", 
48714             "example": "__INTERFACE-NAME__", 
48715             "in": "path", 
48716             "name": "l-interface.interface-name", 
48717             "required": true, 
48718             "type": "string"
48719           }, 
48720           {
48721             "description": "IP address", 
48722             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48723             "in": "path", 
48724             "name": "l3-interface-ipv4-address", 
48725             "required": true, 
48726             "type": "string"
48727           }
48728         ], 
48729         "produces": [
48730           "application/json", 
48731           "application/xml"
48732         ], 
48733         "responses": {
48734           "default": {
48735             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48736           }
48737         }, 
48738         "summary": "delete an existing relationship", 
48739         "tags": [
48740           "Network"
48741         ]
48742       }, 
48743       "put": {
48744         "consumes": [
48745           "application/json", 
48746           "application/xml"
48747         ], 
48748         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
48749         "parameters": [
48750           {
48751             "description": "unique name of Physical Network Function.", 
48752             "example": "__PNF-NAME__", 
48753             "in": "path", 
48754             "name": "pnf-name", 
48755             "required": true, 
48756             "type": "string"
48757           }, 
48758           {
48759             "description": "Name that identifies the link aggregate interface", 
48760             "example": "__INTERFACE-NAME__", 
48761             "in": "path", 
48762             "name": "interface-name", 
48763             "required": true, 
48764             "type": "string"
48765           }, 
48766           {
48767             "description": "Name given to the interface", 
48768             "example": "__INTERFACE-NAME__", 
48769             "in": "path", 
48770             "name": "l-interface.interface-name", 
48771             "required": true, 
48772             "type": "string"
48773           }, 
48774           {
48775             "description": "IP address", 
48776             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48777             "in": "path", 
48778             "name": "l3-interface-ipv4-address", 
48779             "required": true, 
48780             "type": "string"
48781           }, 
48782           {
48783             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
48784             "in": "body", 
48785             "name": "body", 
48786             "required": true, 
48787             "schema": {
48788               "$ref": "#/definitions/relationship-dict"
48789             }
48790           }
48791         ], 
48792         "produces": [
48793           "application/json", 
48794           "application/xml"
48795         ], 
48796         "responses": {
48797           "default": {
48798             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48799           }
48800         }, 
48801         "summary": "see node definition for valid relationships", 
48802         "tags": [
48803           "Network"
48804         ]
48805       }
48806     }, 
48807     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
48808       "delete": {
48809         "consumes": [
48810           "application/json", 
48811           "application/xml"
48812         ], 
48813         "description": "delete an existing l3-interface-ipv6-address-list", 
48814         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
48815         "parameters": [
48816           {
48817             "description": "unique name of Physical Network Function.", 
48818             "example": "__PNF-NAME__", 
48819             "in": "path", 
48820             "name": "pnf-name", 
48821             "required": true, 
48822             "type": "string"
48823           }, 
48824           {
48825             "description": "Name that identifies the link aggregate interface", 
48826             "example": "__INTERFACE-NAME__", 
48827             "in": "path", 
48828             "name": "interface-name", 
48829             "required": true, 
48830             "type": "string"
48831           }, 
48832           {
48833             "description": "Name given to the interface", 
48834             "example": "__INTERFACE-NAME__", 
48835             "in": "path", 
48836             "name": "l-interface.interface-name", 
48837             "required": true, 
48838             "type": "string"
48839           }, 
48840           {
48841             "description": "IP address", 
48842             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
48843             "in": "path", 
48844             "name": "l3-interface-ipv6-address", 
48845             "required": true, 
48846             "type": "string"
48847           }, 
48848           {
48849             "description": "resource-version for concurrency", 
48850             "in": "query", 
48851             "name": "resource-version", 
48852             "required": true, 
48853             "type": "string"
48854           }
48855         ], 
48856         "produces": [
48857           "application/json", 
48858           "application/xml"
48859         ], 
48860         "responses": {
48861           "default": {
48862             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48863           }
48864         }, 
48865         "summary": "delete an existing l3-interface-ipv6-address-list", 
48866         "tags": [
48867           "Network"
48868         ]
48869       }, 
48870       "get": {
48871         "description": "returns l3-interface-ipv6-address-list", 
48872         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
48873         "parameters": [
48874           {
48875             "description": "unique name of Physical Network Function.", 
48876             "example": "__PNF-NAME__", 
48877             "in": "path", 
48878             "name": "pnf-name", 
48879             "required": true, 
48880             "type": "string"
48881           }, 
48882           {
48883             "description": "Name that identifies the link aggregate interface", 
48884             "example": "__INTERFACE-NAME__", 
48885             "in": "path", 
48886             "name": "interface-name", 
48887             "required": true, 
48888             "type": "string"
48889           }, 
48890           {
48891             "description": "Name given to the interface", 
48892             "example": "__INTERFACE-NAME__", 
48893             "in": "path", 
48894             "name": "l-interface.interface-name", 
48895             "required": true, 
48896             "type": "string"
48897           }, 
48898           {
48899             "description": "IP address", 
48900             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
48901             "in": "path", 
48902             "name": "l3-interface-ipv6-address", 
48903             "required": true, 
48904             "type": "string"
48905           }
48906         ], 
48907         "produces": [
48908           "application/json", 
48909           "application/xml"
48910         ], 
48911         "responses": {
48912           "200": {
48913             "description": "successful operation", 
48914             "schema": {
48915               "$ref": "#/definitions/l3-interface-ipv6-address-list"
48916             }
48917           }, 
48918           "default": {
48919             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48920           }
48921         }, 
48922         "summary": "returns l3-interface-ipv6-address-list", 
48923         "tags": [
48924           "Network"
48925         ]
48926       }, 
48927       "patch": {
48928         "consumes": [
48929           "application/json"
48930         ], 
48931         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
48932         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
48933         "parameters": [
48934           {
48935             "description": "unique name of Physical Network Function.", 
48936             "example": "__PNF-NAME__", 
48937             "in": "path", 
48938             "name": "pnf-name", 
48939             "required": true, 
48940             "type": "string"
48941           }, 
48942           {
48943             "description": "Name that identifies the link aggregate interface", 
48944             "example": "__INTERFACE-NAME__", 
48945             "in": "path", 
48946             "name": "interface-name", 
48947             "required": true, 
48948             "type": "string"
48949           }, 
48950           {
48951             "description": "Name given to the interface", 
48952             "example": "__INTERFACE-NAME__", 
48953             "in": "path", 
48954             "name": "l-interface.interface-name", 
48955             "required": true, 
48956             "type": "string"
48957           }, 
48958           {
48959             "description": "IP address", 
48960             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
48961             "in": "path", 
48962             "name": "l3-interface-ipv6-address", 
48963             "required": true, 
48964             "type": "string"
48965           }, 
48966           {
48967             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
48968             "in": "body", 
48969             "name": "body", 
48970             "required": true, 
48971             "schema": {
48972               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
48973             }
48974           }
48975         ], 
48976         "produces": [
48977           "application/json"
48978         ], 
48979         "responses": {
48980           "default": {
48981             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48982           }
48983         }, 
48984         "summary": "update an existing l3-interface-ipv6-address-list", 
48985         "tags": [
48986           "Network"
48987         ]
48988       }, 
48989       "put": {
48990         "consumes": [
48991           "application/json", 
48992           "application/xml"
48993         ], 
48994         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
48995         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
48996         "parameters": [
48997           {
48998             "description": "unique name of Physical Network Function.", 
48999             "example": "__PNF-NAME__", 
49000             "in": "path", 
49001             "name": "pnf-name", 
49002             "required": true, 
49003             "type": "string"
49004           }, 
49005           {
49006             "description": "Name that identifies the link aggregate interface", 
49007             "example": "__INTERFACE-NAME__", 
49008             "in": "path", 
49009             "name": "interface-name", 
49010             "required": true, 
49011             "type": "string"
49012           }, 
49013           {
49014             "description": "Name given to the interface", 
49015             "example": "__INTERFACE-NAME__", 
49016             "in": "path", 
49017             "name": "l-interface.interface-name", 
49018             "required": true, 
49019             "type": "string"
49020           }, 
49021           {
49022             "description": "IP address", 
49023             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
49024             "in": "path", 
49025             "name": "l3-interface-ipv6-address", 
49026             "required": true, 
49027             "type": "string"
49028           }, 
49029           {
49030             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
49031             "in": "body", 
49032             "name": "body", 
49033             "required": true, 
49034             "schema": {
49035               "$ref": "#/definitions/l3-interface-ipv6-address-list"
49036             }
49037           }
49038         ], 
49039         "produces": [
49040           "application/json", 
49041           "application/xml"
49042         ], 
49043         "responses": {
49044           "default": {
49045             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49046           }
49047         }, 
49048         "summary": "create or update an existing l3-interface-ipv6-address-list", 
49049         "tags": [
49050           "Network"
49051         ]
49052       }
49053     }, 
49054     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
49055       "delete": {
49056         "consumes": [
49057           "application/json", 
49058           "application/xml"
49059         ], 
49060         "description": "delete an existing relationship", 
49061         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
49062         "parameters": [
49063           {
49064             "description": "unique name of Physical Network Function.", 
49065             "example": "__PNF-NAME__", 
49066             "in": "path", 
49067             "name": "pnf-name", 
49068             "required": true, 
49069             "type": "string"
49070           }, 
49071           {
49072             "description": "Name that identifies the link aggregate interface", 
49073             "example": "__INTERFACE-NAME__", 
49074             "in": "path", 
49075             "name": "interface-name", 
49076             "required": true, 
49077             "type": "string"
49078           }, 
49079           {
49080             "description": "Name given to the interface", 
49081             "example": "__INTERFACE-NAME__", 
49082             "in": "path", 
49083             "name": "l-interface.interface-name", 
49084             "required": true, 
49085             "type": "string"
49086           }, 
49087           {
49088             "description": "IP address", 
49089             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
49090             "in": "path", 
49091             "name": "l3-interface-ipv6-address", 
49092             "required": true, 
49093             "type": "string"
49094           }
49095         ], 
49096         "produces": [
49097           "application/json", 
49098           "application/xml"
49099         ], 
49100         "responses": {
49101           "default": {
49102             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49103           }
49104         }, 
49105         "summary": "delete an existing relationship", 
49106         "tags": [
49107           "Network"
49108         ]
49109       }, 
49110       "put": {
49111         "consumes": [
49112           "application/json", 
49113           "application/xml"
49114         ], 
49115         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
49116         "parameters": [
49117           {
49118             "description": "unique name of Physical Network Function.", 
49119             "example": "__PNF-NAME__", 
49120             "in": "path", 
49121             "name": "pnf-name", 
49122             "required": true, 
49123             "type": "string"
49124           }, 
49125           {
49126             "description": "Name that identifies the link aggregate interface", 
49127             "example": "__INTERFACE-NAME__", 
49128             "in": "path", 
49129             "name": "interface-name", 
49130             "required": true, 
49131             "type": "string"
49132           }, 
49133           {
49134             "description": "Name given to the interface", 
49135             "example": "__INTERFACE-NAME__", 
49136             "in": "path", 
49137             "name": "l-interface.interface-name", 
49138             "required": true, 
49139             "type": "string"
49140           }, 
49141           {
49142             "description": "IP address", 
49143             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
49144             "in": "path", 
49145             "name": "l3-interface-ipv6-address", 
49146             "required": true, 
49147             "type": "string"
49148           }, 
49149           {
49150             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
49151             "in": "body", 
49152             "name": "body", 
49153             "required": true, 
49154             "schema": {
49155               "$ref": "#/definitions/relationship-dict"
49156             }
49157           }
49158         ], 
49159         "produces": [
49160           "application/json", 
49161           "application/xml"
49162         ], 
49163         "responses": {
49164           "default": {
49165             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49166           }
49167         }, 
49168         "summary": "see node definition for valid relationships", 
49169         "tags": [
49170           "Network"
49171         ]
49172       }
49173     }, 
49174     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
49175       "delete": {
49176         "consumes": [
49177           "application/json", 
49178           "application/xml"
49179         ], 
49180         "description": "delete an existing relationship", 
49181         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
49182         "parameters": [
49183           {
49184             "description": "unique name of Physical Network Function.", 
49185             "example": "__PNF-NAME__", 
49186             "in": "path", 
49187             "name": "pnf-name", 
49188             "required": true, 
49189             "type": "string"
49190           }, 
49191           {
49192             "description": "Name that identifies the link aggregate interface", 
49193             "example": "__INTERFACE-NAME__", 
49194             "in": "path", 
49195             "name": "interface-name", 
49196             "required": true, 
49197             "type": "string"
49198           }, 
49199           {
49200             "description": "Name given to the interface", 
49201             "example": "__INTERFACE-NAME__", 
49202             "in": "path", 
49203             "name": "l-interface.interface-name", 
49204             "required": true, 
49205             "type": "string"
49206           }
49207         ], 
49208         "produces": [
49209           "application/json", 
49210           "application/xml"
49211         ], 
49212         "responses": {
49213           "default": {
49214             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49215           }
49216         }, 
49217         "summary": "delete an existing relationship", 
49218         "tags": [
49219           "Network"
49220         ]
49221       }, 
49222       "put": {
49223         "consumes": [
49224           "application/json", 
49225           "application/xml"
49226         ], 
49227         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
49228         "parameters": [
49229           {
49230             "description": "unique name of Physical Network Function.", 
49231             "example": "__PNF-NAME__", 
49232             "in": "path", 
49233             "name": "pnf-name", 
49234             "required": true, 
49235             "type": "string"
49236           }, 
49237           {
49238             "description": "Name that identifies the link aggregate interface", 
49239             "example": "__INTERFACE-NAME__", 
49240             "in": "path", 
49241             "name": "interface-name", 
49242             "required": true, 
49243             "type": "string"
49244           }, 
49245           {
49246             "description": "Name given to the interface", 
49247             "example": "__INTERFACE-NAME__", 
49248             "in": "path", 
49249             "name": "l-interface.interface-name", 
49250             "required": true, 
49251             "type": "string"
49252           }, 
49253           {
49254             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
49255             "in": "body", 
49256             "name": "body", 
49257             "required": true, 
49258             "schema": {
49259               "$ref": "#/definitions/relationship-dict"
49260             }
49261           }
49262         ], 
49263         "produces": [
49264           "application/json", 
49265           "application/xml"
49266         ], 
49267         "responses": {
49268           "default": {
49269             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49270           }
49271         }, 
49272         "summary": "see node definition for valid relationships", 
49273         "tags": [
49274           "Network"
49275         ]
49276       }
49277     }, 
49278     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
49279       "get": {
49280         "description": "returns sriov-vfs", 
49281         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs", 
49282         "parameters": [
49283           {
49284             "description": "unique name of Physical Network Function.", 
49285             "example": "__PNF-NAME__", 
49286             "in": "path", 
49287             "name": "pnf-name", 
49288             "required": true, 
49289             "type": "string"
49290           }, 
49291           {
49292             "description": "Name that identifies the link aggregate interface", 
49293             "example": "__INTERFACE-NAME__", 
49294             "in": "path", 
49295             "name": "interface-name", 
49296             "required": true, 
49297             "type": "string"
49298           }, 
49299           {
49300             "description": "Name given to the interface", 
49301             "example": "__INTERFACE-NAME__", 
49302             "in": "path", 
49303             "name": "l-interface.interface-name", 
49304             "required": true, 
49305             "type": "string"
49306           }, 
49307           {
49308             "description": "n/a", 
49309             "in": "query", 
49310             "name": "pci-id", 
49311             "required": false, 
49312             "type": "string"
49313           }, 
49314           {
49315             "description": "n/a", 
49316             "in": "query", 
49317             "name": "vf-vlan-filter", 
49318             "required": false, 
49319             "type": "string"
49320           }, 
49321           {
49322             "description": "n/a", 
49323             "in": "query", 
49324             "name": "vf-mac-filter", 
49325             "required": false, 
49326             "type": "string"
49327           }, 
49328           {
49329             "description": "n/a", 
49330             "in": "query", 
49331             "name": "vf-vlan-strip", 
49332             "required": false, 
49333             "type": "boolean"
49334           }, 
49335           {
49336             "description": "n/a", 
49337             "in": "query", 
49338             "name": "neutron-network-id", 
49339             "required": false, 
49340             "type": "string"
49341           }
49342         ], 
49343         "produces": [
49344           "application/json", 
49345           "application/xml"
49346         ], 
49347         "responses": {
49348           "200": {
49349             "description": "successful operation", 
49350             "schema": {
49351               "$ref": "#/definitions/sriov-vfs"
49352             }
49353           }, 
49354           "default": {
49355             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49356           }
49357         }, 
49358         "summary": "returns sriov-vfs", 
49359         "tags": [
49360           "Network"
49361         ]
49362       }
49363     }, 
49364     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
49365       "delete": {
49366         "consumes": [
49367           "application/json", 
49368           "application/xml"
49369         ], 
49370         "description": "delete an existing sriov-vf", 
49371         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
49372         "parameters": [
49373           {
49374             "description": "unique name of Physical Network Function.", 
49375             "example": "__PNF-NAME__", 
49376             "in": "path", 
49377             "name": "pnf-name", 
49378             "required": true, 
49379             "type": "string"
49380           }, 
49381           {
49382             "description": "Name that identifies the link aggregate interface", 
49383             "example": "__INTERFACE-NAME__", 
49384             "in": "path", 
49385             "name": "interface-name", 
49386             "required": true, 
49387             "type": "string"
49388           }, 
49389           {
49390             "description": "Name given to the interface", 
49391             "example": "__INTERFACE-NAME__", 
49392             "in": "path", 
49393             "name": "l-interface.interface-name", 
49394             "required": true, 
49395             "type": "string"
49396           }, 
49397           {
49398             "description": "PCI ID used to identify the sriov-vf", 
49399             "example": "__PCI-ID__", 
49400             "in": "path", 
49401             "name": "pci-id", 
49402             "required": true, 
49403             "type": "string"
49404           }, 
49405           {
49406             "description": "resource-version for concurrency", 
49407             "in": "query", 
49408             "name": "resource-version", 
49409             "required": true, 
49410             "type": "string"
49411           }
49412         ], 
49413         "produces": [
49414           "application/json", 
49415           "application/xml"
49416         ], 
49417         "responses": {
49418           "default": {
49419             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49420           }
49421         }, 
49422         "summary": "delete an existing sriov-vf", 
49423         "tags": [
49424           "Network"
49425         ]
49426       }, 
49427       "get": {
49428         "description": "returns sriov-vf", 
49429         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
49430         "parameters": [
49431           {
49432             "description": "unique name of Physical Network Function.", 
49433             "example": "__PNF-NAME__", 
49434             "in": "path", 
49435             "name": "pnf-name", 
49436             "required": true, 
49437             "type": "string"
49438           }, 
49439           {
49440             "description": "Name that identifies the link aggregate interface", 
49441             "example": "__INTERFACE-NAME__", 
49442             "in": "path", 
49443             "name": "interface-name", 
49444             "required": true, 
49445             "type": "string"
49446           }, 
49447           {
49448             "description": "Name given to the interface", 
49449             "example": "__INTERFACE-NAME__", 
49450             "in": "path", 
49451             "name": "l-interface.interface-name", 
49452             "required": true, 
49453             "type": "string"
49454           }, 
49455           {
49456             "description": "PCI ID used to identify the sriov-vf", 
49457             "example": "__PCI-ID__", 
49458             "in": "path", 
49459             "name": "pci-id", 
49460             "required": true, 
49461             "type": "string"
49462           }
49463         ], 
49464         "produces": [
49465           "application/json", 
49466           "application/xml"
49467         ], 
49468         "responses": {
49469           "200": {
49470             "description": "successful operation", 
49471             "schema": {
49472               "$ref": "#/definitions/sriov-vf"
49473             }
49474           }, 
49475           "default": {
49476             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49477           }
49478         }, 
49479         "summary": "returns sriov-vf", 
49480         "tags": [
49481           "Network"
49482         ]
49483       }, 
49484       "patch": {
49485         "consumes": [
49486           "application/json"
49487         ], 
49488         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
49489         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
49490         "parameters": [
49491           {
49492             "description": "unique name of Physical Network Function.", 
49493             "example": "__PNF-NAME__", 
49494             "in": "path", 
49495             "name": "pnf-name", 
49496             "required": true, 
49497             "type": "string"
49498           }, 
49499           {
49500             "description": "Name that identifies the link aggregate interface", 
49501             "example": "__INTERFACE-NAME__", 
49502             "in": "path", 
49503             "name": "interface-name", 
49504             "required": true, 
49505             "type": "string"
49506           }, 
49507           {
49508             "description": "Name given to the interface", 
49509             "example": "__INTERFACE-NAME__", 
49510             "in": "path", 
49511             "name": "l-interface.interface-name", 
49512             "required": true, 
49513             "type": "string"
49514           }, 
49515           {
49516             "description": "PCI ID used to identify the sriov-vf", 
49517             "example": "__PCI-ID__", 
49518             "in": "path", 
49519             "name": "pci-id", 
49520             "required": true, 
49521             "type": "string"
49522           }, 
49523           {
49524             "description": "sriov-vf object that needs to be updated.", 
49525             "in": "body", 
49526             "name": "body", 
49527             "required": true, 
49528             "schema": {
49529               "$ref": "#/definitions/zzzz-patch-sriov-vf"
49530             }
49531           }
49532         ], 
49533         "produces": [
49534           "application/json"
49535         ], 
49536         "responses": {
49537           "default": {
49538             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49539           }
49540         }, 
49541         "summary": "update an existing sriov-vf", 
49542         "tags": [
49543           "Network"
49544         ]
49545       }, 
49546       "put": {
49547         "consumes": [
49548           "application/json", 
49549           "application/xml"
49550         ], 
49551         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
49552         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
49553         "parameters": [
49554           {
49555             "description": "unique name of Physical Network Function.", 
49556             "example": "__PNF-NAME__", 
49557             "in": "path", 
49558             "name": "pnf-name", 
49559             "required": true, 
49560             "type": "string"
49561           }, 
49562           {
49563             "description": "Name that identifies the link aggregate interface", 
49564             "example": "__INTERFACE-NAME__", 
49565             "in": "path", 
49566             "name": "interface-name", 
49567             "required": true, 
49568             "type": "string"
49569           }, 
49570           {
49571             "description": "Name given to the interface", 
49572             "example": "__INTERFACE-NAME__", 
49573             "in": "path", 
49574             "name": "l-interface.interface-name", 
49575             "required": true, 
49576             "type": "string"
49577           }, 
49578           {
49579             "description": "PCI ID used to identify the sriov-vf", 
49580             "example": "__PCI-ID__", 
49581             "in": "path", 
49582             "name": "pci-id", 
49583             "required": true, 
49584             "type": "string"
49585           }, 
49586           {
49587             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
49588             "in": "body", 
49589             "name": "body", 
49590             "required": true, 
49591             "schema": {
49592               "$ref": "#/definitions/sriov-vf"
49593             }
49594           }
49595         ], 
49596         "produces": [
49597           "application/json", 
49598           "application/xml"
49599         ], 
49600         "responses": {
49601           "default": {
49602             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49603           }
49604         }, 
49605         "summary": "create or update an existing sriov-vf", 
49606         "tags": [
49607           "Network"
49608         ]
49609       }
49610     }, 
49611     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
49612       "delete": {
49613         "consumes": [
49614           "application/json", 
49615           "application/xml"
49616         ], 
49617         "description": "delete an existing relationship", 
49618         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
49619         "parameters": [
49620           {
49621             "description": "unique name of Physical Network Function.", 
49622             "example": "__PNF-NAME__", 
49623             "in": "path", 
49624             "name": "pnf-name", 
49625             "required": true, 
49626             "type": "string"
49627           }, 
49628           {
49629             "description": "Name that identifies the link aggregate interface", 
49630             "example": "__INTERFACE-NAME__", 
49631             "in": "path", 
49632             "name": "interface-name", 
49633             "required": true, 
49634             "type": "string"
49635           }, 
49636           {
49637             "description": "Name given to the interface", 
49638             "example": "__INTERFACE-NAME__", 
49639             "in": "path", 
49640             "name": "l-interface.interface-name", 
49641             "required": true, 
49642             "type": "string"
49643           }, 
49644           {
49645             "description": "PCI ID used to identify the sriov-vf", 
49646             "example": "__PCI-ID__", 
49647             "in": "path", 
49648             "name": "pci-id", 
49649             "required": true, 
49650             "type": "string"
49651           }
49652         ], 
49653         "produces": [
49654           "application/json", 
49655           "application/xml"
49656         ], 
49657         "responses": {
49658           "default": {
49659             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49660           }
49661         }, 
49662         "summary": "delete an existing relationship", 
49663         "tags": [
49664           "Network"
49665         ]
49666       }, 
49667       "put": {
49668         "consumes": [
49669           "application/json", 
49670           "application/xml"
49671         ], 
49672         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
49673         "parameters": [
49674           {
49675             "description": "unique name of Physical Network Function.", 
49676             "example": "__PNF-NAME__", 
49677             "in": "path", 
49678             "name": "pnf-name", 
49679             "required": true, 
49680             "type": "string"
49681           }, 
49682           {
49683             "description": "Name that identifies the link aggregate interface", 
49684             "example": "__INTERFACE-NAME__", 
49685             "in": "path", 
49686             "name": "interface-name", 
49687             "required": true, 
49688             "type": "string"
49689           }, 
49690           {
49691             "description": "Name given to the interface", 
49692             "example": "__INTERFACE-NAME__", 
49693             "in": "path", 
49694             "name": "l-interface.interface-name", 
49695             "required": true, 
49696             "type": "string"
49697           }, 
49698           {
49699             "description": "PCI ID used to identify the sriov-vf", 
49700             "example": "__PCI-ID__", 
49701             "in": "path", 
49702             "name": "pci-id", 
49703             "required": true, 
49704             "type": "string"
49705           }, 
49706           {
49707             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
49708             "in": "body", 
49709             "name": "body", 
49710             "required": true, 
49711             "schema": {
49712               "$ref": "#/definitions/relationship-dict"
49713             }
49714           }
49715         ], 
49716         "produces": [
49717           "application/json", 
49718           "application/xml"
49719         ], 
49720         "responses": {
49721           "default": {
49722             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49723           }
49724         }, 
49725         "summary": "see node definition for valid relationships", 
49726         "tags": [
49727           "Network"
49728         ]
49729       }
49730     }, 
49731     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
49732       "get": {
49733         "description": "returns vlans", 
49734         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlans", 
49735         "parameters": [
49736           {
49737             "description": "unique name of Physical Network Function.", 
49738             "example": "__PNF-NAME__", 
49739             "in": "path", 
49740             "name": "pnf-name", 
49741             "required": true, 
49742             "type": "string"
49743           }, 
49744           {
49745             "description": "Name that identifies the link aggregate interface", 
49746             "example": "__INTERFACE-NAME__", 
49747             "in": "path", 
49748             "name": "interface-name", 
49749             "required": true, 
49750             "type": "string"
49751           }, 
49752           {
49753             "description": "Name given to the interface", 
49754             "example": "__INTERFACE-NAME__", 
49755             "in": "path", 
49756             "name": "l-interface.interface-name", 
49757             "required": true, 
49758             "type": "string"
49759           }, 
49760           {
49761             "description": "n/a", 
49762             "in": "query", 
49763             "name": "vlan-interface", 
49764             "required": false, 
49765             "type": "string"
49766           }, 
49767           {
49768             "description": "n/a", 
49769             "format": "int64", 
49770             "in": "query", 
49771             "name": "vlan-id-inner", 
49772             "required": false, 
49773             "type": "integer"
49774           }, 
49775           {
49776             "description": "n/a", 
49777             "in": "query", 
49778             "name": "vpn-key", 
49779             "required": false, 
49780             "type": "string"
49781           }
49782         ], 
49783         "produces": [
49784           "application/json", 
49785           "application/xml"
49786         ], 
49787         "responses": {
49788           "200": {
49789             "description": "successful operation", 
49790             "schema": {
49791               "$ref": "#/definitions/vlans"
49792             }
49793           }, 
49794           "default": {
49795             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49796           }
49797         }, 
49798         "summary": "returns vlans", 
49799         "tags": [
49800           "Network"
49801         ]
49802       }
49803     }, 
49804     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
49805       "delete": {
49806         "consumes": [
49807           "application/json", 
49808           "application/xml"
49809         ], 
49810         "description": "delete an existing vlan", 
49811         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
49812         "parameters": [
49813           {
49814             "description": "unique name of Physical Network Function.", 
49815             "example": "__PNF-NAME__", 
49816             "in": "path", 
49817             "name": "pnf-name", 
49818             "required": true, 
49819             "type": "string"
49820           }, 
49821           {
49822             "description": "Name that identifies the link aggregate interface", 
49823             "example": "__INTERFACE-NAME__", 
49824             "in": "path", 
49825             "name": "interface-name", 
49826             "required": true, 
49827             "type": "string"
49828           }, 
49829           {
49830             "description": "Name given to the interface", 
49831             "example": "__INTERFACE-NAME__", 
49832             "in": "path", 
49833             "name": "l-interface.interface-name", 
49834             "required": true, 
49835             "type": "string"
49836           }, 
49837           {
49838             "description": "String that identifies the interface", 
49839             "example": "__VLAN-INTERFACE__", 
49840             "in": "path", 
49841             "name": "vlan-interface", 
49842             "required": true, 
49843             "type": "string"
49844           }, 
49845           {
49846             "description": "resource-version for concurrency", 
49847             "in": "query", 
49848             "name": "resource-version", 
49849             "required": true, 
49850             "type": "string"
49851           }
49852         ], 
49853         "produces": [
49854           "application/json", 
49855           "application/xml"
49856         ], 
49857         "responses": {
49858           "default": {
49859             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49860           }
49861         }, 
49862         "summary": "delete an existing vlan", 
49863         "tags": [
49864           "Network"
49865         ]
49866       }, 
49867       "get": {
49868         "description": "returns vlan", 
49869         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
49870         "parameters": [
49871           {
49872             "description": "unique name of Physical Network Function.", 
49873             "example": "__PNF-NAME__", 
49874             "in": "path", 
49875             "name": "pnf-name", 
49876             "required": true, 
49877             "type": "string"
49878           }, 
49879           {
49880             "description": "Name that identifies the link aggregate interface", 
49881             "example": "__INTERFACE-NAME__", 
49882             "in": "path", 
49883             "name": "interface-name", 
49884             "required": true, 
49885             "type": "string"
49886           }, 
49887           {
49888             "description": "Name given to the interface", 
49889             "example": "__INTERFACE-NAME__", 
49890             "in": "path", 
49891             "name": "l-interface.interface-name", 
49892             "required": true, 
49893             "type": "string"
49894           }, 
49895           {
49896             "description": "String that identifies the interface", 
49897             "example": "__VLAN-INTERFACE__", 
49898             "in": "path", 
49899             "name": "vlan-interface", 
49900             "required": true, 
49901             "type": "string"
49902           }
49903         ], 
49904         "produces": [
49905           "application/json", 
49906           "application/xml"
49907         ], 
49908         "responses": {
49909           "200": {
49910             "description": "successful operation", 
49911             "schema": {
49912               "$ref": "#/definitions/vlan"
49913             }
49914           }, 
49915           "default": {
49916             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49917           }
49918         }, 
49919         "summary": "returns vlan", 
49920         "tags": [
49921           "Network"
49922         ]
49923       }, 
49924       "patch": {
49925         "consumes": [
49926           "application/json"
49927         ], 
49928         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
49929         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
49930         "parameters": [
49931           {
49932             "description": "unique name of Physical Network Function.", 
49933             "example": "__PNF-NAME__", 
49934             "in": "path", 
49935             "name": "pnf-name", 
49936             "required": true, 
49937             "type": "string"
49938           }, 
49939           {
49940             "description": "Name that identifies the link aggregate interface", 
49941             "example": "__INTERFACE-NAME__", 
49942             "in": "path", 
49943             "name": "interface-name", 
49944             "required": true, 
49945             "type": "string"
49946           }, 
49947           {
49948             "description": "Name given to the interface", 
49949             "example": "__INTERFACE-NAME__", 
49950             "in": "path", 
49951             "name": "l-interface.interface-name", 
49952             "required": true, 
49953             "type": "string"
49954           }, 
49955           {
49956             "description": "String that identifies the interface", 
49957             "example": "__VLAN-INTERFACE__", 
49958             "in": "path", 
49959             "name": "vlan-interface", 
49960             "required": true, 
49961             "type": "string"
49962           }, 
49963           {
49964             "description": "vlan object that needs to be updated.", 
49965             "in": "body", 
49966             "name": "body", 
49967             "required": true, 
49968             "schema": {
49969               "$ref": "#/definitions/zzzz-patch-vlan"
49970             }
49971           }
49972         ], 
49973         "produces": [
49974           "application/json"
49975         ], 
49976         "responses": {
49977           "default": {
49978             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49979           }
49980         }, 
49981         "summary": "update an existing vlan", 
49982         "tags": [
49983           "Network"
49984         ]
49985       }, 
49986       "put": {
49987         "consumes": [
49988           "application/json", 
49989           "application/xml"
49990         ], 
49991         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
49992         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
49993         "parameters": [
49994           {
49995             "description": "unique name of Physical Network Function.", 
49996             "example": "__PNF-NAME__", 
49997             "in": "path", 
49998             "name": "pnf-name", 
49999             "required": true, 
50000             "type": "string"
50001           }, 
50002           {
50003             "description": "Name that identifies the link aggregate interface", 
50004             "example": "__INTERFACE-NAME__", 
50005             "in": "path", 
50006             "name": "interface-name", 
50007             "required": true, 
50008             "type": "string"
50009           }, 
50010           {
50011             "description": "Name given to the interface", 
50012             "example": "__INTERFACE-NAME__", 
50013             "in": "path", 
50014             "name": "l-interface.interface-name", 
50015             "required": true, 
50016             "type": "string"
50017           }, 
50018           {
50019             "description": "String that identifies the interface", 
50020             "example": "__VLAN-INTERFACE__", 
50021             "in": "path", 
50022             "name": "vlan-interface", 
50023             "required": true, 
50024             "type": "string"
50025           }, 
50026           {
50027             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
50028             "in": "body", 
50029             "name": "body", 
50030             "required": true, 
50031             "schema": {
50032               "$ref": "#/definitions/vlan"
50033             }
50034           }
50035         ], 
50036         "produces": [
50037           "application/json", 
50038           "application/xml"
50039         ], 
50040         "responses": {
50041           "default": {
50042             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50043           }
50044         }, 
50045         "summary": "create or update an existing vlan", 
50046         "tags": [
50047           "Network"
50048         ]
50049       }
50050     }, 
50051     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
50052       "delete": {
50053         "consumes": [
50054           "application/json", 
50055           "application/xml"
50056         ], 
50057         "description": "delete an existing l3-interface-ipv4-address-list", 
50058         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
50059         "parameters": [
50060           {
50061             "description": "unique name of Physical Network Function.", 
50062             "example": "__PNF-NAME__", 
50063             "in": "path", 
50064             "name": "pnf-name", 
50065             "required": true, 
50066             "type": "string"
50067           }, 
50068           {
50069             "description": "Name that identifies the link aggregate interface", 
50070             "example": "__INTERFACE-NAME__", 
50071             "in": "path", 
50072             "name": "interface-name", 
50073             "required": true, 
50074             "type": "string"
50075           }, 
50076           {
50077             "description": "Name given to the interface", 
50078             "example": "__INTERFACE-NAME__", 
50079             "in": "path", 
50080             "name": "l-interface.interface-name", 
50081             "required": true, 
50082             "type": "string"
50083           }, 
50084           {
50085             "description": "String that identifies the interface", 
50086             "example": "__VLAN-INTERFACE__", 
50087             "in": "path", 
50088             "name": "vlan-interface", 
50089             "required": true, 
50090             "type": "string"
50091           }, 
50092           {
50093             "description": "IP address", 
50094             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
50095             "in": "path", 
50096             "name": "l3-interface-ipv4-address", 
50097             "required": true, 
50098             "type": "string"
50099           }, 
50100           {
50101             "description": "resource-version for concurrency", 
50102             "in": "query", 
50103             "name": "resource-version", 
50104             "required": true, 
50105             "type": "string"
50106           }
50107         ], 
50108         "produces": [
50109           "application/json", 
50110           "application/xml"
50111         ], 
50112         "responses": {
50113           "default": {
50114             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50115           }
50116         }, 
50117         "summary": "delete an existing l3-interface-ipv4-address-list", 
50118         "tags": [
50119           "Network"
50120         ]
50121       }, 
50122       "get": {
50123         "description": "returns l3-interface-ipv4-address-list", 
50124         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
50125         "parameters": [
50126           {
50127             "description": "unique name of Physical Network Function.", 
50128             "example": "__PNF-NAME__", 
50129             "in": "path", 
50130             "name": "pnf-name", 
50131             "required": true, 
50132             "type": "string"
50133           }, 
50134           {
50135             "description": "Name that identifies the link aggregate interface", 
50136             "example": "__INTERFACE-NAME__", 
50137             "in": "path", 
50138             "name": "interface-name", 
50139             "required": true, 
50140             "type": "string"
50141           }, 
50142           {
50143             "description": "Name given to the interface", 
50144             "example": "__INTERFACE-NAME__", 
50145             "in": "path", 
50146             "name": "l-interface.interface-name", 
50147             "required": true, 
50148             "type": "string"
50149           }, 
50150           {
50151             "description": "String that identifies the interface", 
50152             "example": "__VLAN-INTERFACE__", 
50153             "in": "path", 
50154             "name": "vlan-interface", 
50155             "required": true, 
50156             "type": "string"
50157           }, 
50158           {
50159             "description": "IP address", 
50160             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
50161             "in": "path", 
50162             "name": "l3-interface-ipv4-address", 
50163             "required": true, 
50164             "type": "string"
50165           }
50166         ], 
50167         "produces": [
50168           "application/json", 
50169           "application/xml"
50170         ], 
50171         "responses": {
50172           "200": {
50173             "description": "successful operation", 
50174             "schema": {
50175               "$ref": "#/definitions/l3-interface-ipv4-address-list"
50176             }
50177           }, 
50178           "default": {
50179             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50180           }
50181         }, 
50182         "summary": "returns l3-interface-ipv4-address-list", 
50183         "tags": [
50184           "Network"
50185         ]
50186       }, 
50187       "patch": {
50188         "consumes": [
50189           "application/json"
50190         ], 
50191         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
50192         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
50193         "parameters": [
50194           {
50195             "description": "unique name of Physical Network Function.", 
50196             "example": "__PNF-NAME__", 
50197             "in": "path", 
50198             "name": "pnf-name", 
50199             "required": true, 
50200             "type": "string"
50201           }, 
50202           {
50203             "description": "Name that identifies the link aggregate interface", 
50204             "example": "__INTERFACE-NAME__", 
50205             "in": "path", 
50206             "name": "interface-name", 
50207             "required": true, 
50208             "type": "string"
50209           }, 
50210           {
50211             "description": "Name given to the interface", 
50212             "example": "__INTERFACE-NAME__", 
50213             "in": "path", 
50214             "name": "l-interface.interface-name", 
50215             "required": true, 
50216             "type": "string"
50217           }, 
50218           {
50219             "description": "String that identifies the interface", 
50220             "example": "__VLAN-INTERFACE__", 
50221             "in": "path", 
50222             "name": "vlan-interface", 
50223             "required": true, 
50224             "type": "string"
50225           }, 
50226           {
50227             "description": "IP address", 
50228             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
50229             "in": "path", 
50230             "name": "l3-interface-ipv4-address", 
50231             "required": true, 
50232             "type": "string"
50233           }, 
50234           {
50235             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
50236             "in": "body", 
50237             "name": "body", 
50238             "required": true, 
50239             "schema": {
50240               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
50241             }
50242           }
50243         ], 
50244         "produces": [
50245           "application/json"
50246         ], 
50247         "responses": {
50248           "default": {
50249             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50250           }
50251         }, 
50252         "summary": "update an existing l3-interface-ipv4-address-list", 
50253         "tags": [
50254           "Network"
50255         ]
50256       }, 
50257       "put": {
50258         "consumes": [
50259           "application/json", 
50260           "application/xml"
50261         ], 
50262         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
50263         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
50264         "parameters": [
50265           {
50266             "description": "unique name of Physical Network Function.", 
50267             "example": "__PNF-NAME__", 
50268             "in": "path", 
50269             "name": "pnf-name", 
50270             "required": true, 
50271             "type": "string"
50272           }, 
50273           {
50274             "description": "Name that identifies the link aggregate interface", 
50275             "example": "__INTERFACE-NAME__", 
50276             "in": "path", 
50277             "name": "interface-name", 
50278             "required": true, 
50279             "type": "string"
50280           }, 
50281           {
50282             "description": "Name given to the interface", 
50283             "example": "__INTERFACE-NAME__", 
50284             "in": "path", 
50285             "name": "l-interface.interface-name", 
50286             "required": true, 
50287             "type": "string"
50288           }, 
50289           {
50290             "description": "String that identifies the interface", 
50291             "example": "__VLAN-INTERFACE__", 
50292             "in": "path", 
50293             "name": "vlan-interface", 
50294             "required": true, 
50295             "type": "string"
50296           }, 
50297           {
50298             "description": "IP address", 
50299             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
50300             "in": "path", 
50301             "name": "l3-interface-ipv4-address", 
50302             "required": true, 
50303             "type": "string"
50304           }, 
50305           {
50306             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
50307             "in": "body", 
50308             "name": "body", 
50309             "required": true, 
50310             "schema": {
50311               "$ref": "#/definitions/l3-interface-ipv4-address-list"
50312             }
50313           }
50314         ], 
50315         "produces": [
50316           "application/json", 
50317           "application/xml"
50318         ], 
50319         "responses": {
50320           "default": {
50321             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50322           }
50323         }, 
50324         "summary": "create or update an existing l3-interface-ipv4-address-list", 
50325         "tags": [
50326           "Network"
50327         ]
50328       }
50329     }, 
50330     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
50331       "delete": {
50332         "consumes": [
50333           "application/json", 
50334           "application/xml"
50335         ], 
50336         "description": "delete an existing relationship", 
50337         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
50338         "parameters": [
50339           {
50340             "description": "unique name of Physical Network Function.", 
50341             "example": "__PNF-NAME__", 
50342             "in": "path", 
50343             "name": "pnf-name", 
50344             "required": true, 
50345             "type": "string"
50346           }, 
50347           {
50348             "description": "Name that identifies the link aggregate interface", 
50349             "example": "__INTERFACE-NAME__", 
50350             "in": "path", 
50351             "name": "interface-name", 
50352             "required": true, 
50353             "type": "string"
50354           }, 
50355           {
50356             "description": "Name given to the interface", 
50357             "example": "__INTERFACE-NAME__", 
50358             "in": "path", 
50359             "name": "l-interface.interface-name", 
50360             "required": true, 
50361             "type": "string"
50362           }, 
50363           {
50364             "description": "String that identifies the interface", 
50365             "example": "__VLAN-INTERFACE__", 
50366             "in": "path", 
50367             "name": "vlan-interface", 
50368             "required": true, 
50369             "type": "string"
50370           }, 
50371           {
50372             "description": "IP address", 
50373             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
50374             "in": "path", 
50375             "name": "l3-interface-ipv4-address", 
50376             "required": true, 
50377             "type": "string"
50378           }
50379         ], 
50380         "produces": [
50381           "application/json", 
50382           "application/xml"
50383         ], 
50384         "responses": {
50385           "default": {
50386             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50387           }
50388         }, 
50389         "summary": "delete an existing relationship", 
50390         "tags": [
50391           "Network"
50392         ]
50393       }, 
50394       "put": {
50395         "consumes": [
50396           "application/json", 
50397           "application/xml"
50398         ], 
50399         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
50400         "parameters": [
50401           {
50402             "description": "unique name of Physical Network Function.", 
50403             "example": "__PNF-NAME__", 
50404             "in": "path", 
50405             "name": "pnf-name", 
50406             "required": true, 
50407             "type": "string"
50408           }, 
50409           {
50410             "description": "Name that identifies the link aggregate interface", 
50411             "example": "__INTERFACE-NAME__", 
50412             "in": "path", 
50413             "name": "interface-name", 
50414             "required": true, 
50415             "type": "string"
50416           }, 
50417           {
50418             "description": "Name given to the interface", 
50419             "example": "__INTERFACE-NAME__", 
50420             "in": "path", 
50421             "name": "l-interface.interface-name", 
50422             "required": true, 
50423             "type": "string"
50424           }, 
50425           {
50426             "description": "String that identifies the interface", 
50427             "example": "__VLAN-INTERFACE__", 
50428             "in": "path", 
50429             "name": "vlan-interface", 
50430             "required": true, 
50431             "type": "string"
50432           }, 
50433           {
50434             "description": "IP address", 
50435             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
50436             "in": "path", 
50437             "name": "l3-interface-ipv4-address", 
50438             "required": true, 
50439             "type": "string"
50440           }, 
50441           {
50442             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
50443             "in": "body", 
50444             "name": "body", 
50445             "required": true, 
50446             "schema": {
50447               "$ref": "#/definitions/relationship-dict"
50448             }
50449           }
50450         ], 
50451         "produces": [
50452           "application/json", 
50453           "application/xml"
50454         ], 
50455         "responses": {
50456           "default": {
50457             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50458           }
50459         }, 
50460         "summary": "see node definition for valid relationships", 
50461         "tags": [
50462           "Network"
50463         ]
50464       }
50465     }, 
50466     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
50467       "delete": {
50468         "consumes": [
50469           "application/json", 
50470           "application/xml"
50471         ], 
50472         "description": "delete an existing l3-interface-ipv6-address-list", 
50473         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
50474         "parameters": [
50475           {
50476             "description": "unique name of Physical Network Function.", 
50477             "example": "__PNF-NAME__", 
50478             "in": "path", 
50479             "name": "pnf-name", 
50480             "required": true, 
50481             "type": "string"
50482           }, 
50483           {
50484             "description": "Name that identifies the link aggregate interface", 
50485             "example": "__INTERFACE-NAME__", 
50486             "in": "path", 
50487             "name": "interface-name", 
50488             "required": true, 
50489             "type": "string"
50490           }, 
50491           {
50492             "description": "Name given to the interface", 
50493             "example": "__INTERFACE-NAME__", 
50494             "in": "path", 
50495             "name": "l-interface.interface-name", 
50496             "required": true, 
50497             "type": "string"
50498           }, 
50499           {
50500             "description": "String that identifies the interface", 
50501             "example": "__VLAN-INTERFACE__", 
50502             "in": "path", 
50503             "name": "vlan-interface", 
50504             "required": true, 
50505             "type": "string"
50506           }, 
50507           {
50508             "description": "IP address", 
50509             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
50510             "in": "path", 
50511             "name": "l3-interface-ipv6-address", 
50512             "required": true, 
50513             "type": "string"
50514           }, 
50515           {
50516             "description": "resource-version for concurrency", 
50517             "in": "query", 
50518             "name": "resource-version", 
50519             "required": true, 
50520             "type": "string"
50521           }
50522         ], 
50523         "produces": [
50524           "application/json", 
50525           "application/xml"
50526         ], 
50527         "responses": {
50528           "default": {
50529             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50530           }
50531         }, 
50532         "summary": "delete an existing l3-interface-ipv6-address-list", 
50533         "tags": [
50534           "Network"
50535         ]
50536       }, 
50537       "get": {
50538         "description": "returns l3-interface-ipv6-address-list", 
50539         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
50540         "parameters": [
50541           {
50542             "description": "unique name of Physical Network Function.", 
50543             "example": "__PNF-NAME__", 
50544             "in": "path", 
50545             "name": "pnf-name", 
50546             "required": true, 
50547             "type": "string"
50548           }, 
50549           {
50550             "description": "Name that identifies the link aggregate interface", 
50551             "example": "__INTERFACE-NAME__", 
50552             "in": "path", 
50553             "name": "interface-name", 
50554             "required": true, 
50555             "type": "string"
50556           }, 
50557           {
50558             "description": "Name given to the interface", 
50559             "example": "__INTERFACE-NAME__", 
50560             "in": "path", 
50561             "name": "l-interface.interface-name", 
50562             "required": true, 
50563             "type": "string"
50564           }, 
50565           {
50566             "description": "String that identifies the interface", 
50567             "example": "__VLAN-INTERFACE__", 
50568             "in": "path", 
50569             "name": "vlan-interface", 
50570             "required": true, 
50571             "type": "string"
50572           }, 
50573           {
50574             "description": "IP address", 
50575             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
50576             "in": "path", 
50577             "name": "l3-interface-ipv6-address", 
50578             "required": true, 
50579             "type": "string"
50580           }
50581         ], 
50582         "produces": [
50583           "application/json", 
50584           "application/xml"
50585         ], 
50586         "responses": {
50587           "200": {
50588             "description": "successful operation", 
50589             "schema": {
50590               "$ref": "#/definitions/l3-interface-ipv6-address-list"
50591             }
50592           }, 
50593           "default": {
50594             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50595           }
50596         }, 
50597         "summary": "returns l3-interface-ipv6-address-list", 
50598         "tags": [
50599           "Network"
50600         ]
50601       }, 
50602       "patch": {
50603         "consumes": [
50604           "application/json"
50605         ], 
50606         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
50607         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
50608         "parameters": [
50609           {
50610             "description": "unique name of Physical Network Function.", 
50611             "example": "__PNF-NAME__", 
50612             "in": "path", 
50613             "name": "pnf-name", 
50614             "required": true, 
50615             "type": "string"
50616           }, 
50617           {
50618             "description": "Name that identifies the link aggregate interface", 
50619             "example": "__INTERFACE-NAME__", 
50620             "in": "path", 
50621             "name": "interface-name", 
50622             "required": true, 
50623             "type": "string"
50624           }, 
50625           {
50626             "description": "Name given to the interface", 
50627             "example": "__INTERFACE-NAME__", 
50628             "in": "path", 
50629             "name": "l-interface.interface-name", 
50630             "required": true, 
50631             "type": "string"
50632           }, 
50633           {
50634             "description": "String that identifies the interface", 
50635             "example": "__VLAN-INTERFACE__", 
50636             "in": "path", 
50637             "name": "vlan-interface", 
50638             "required": true, 
50639             "type": "string"
50640           }, 
50641           {
50642             "description": "IP address", 
50643             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
50644             "in": "path", 
50645             "name": "l3-interface-ipv6-address", 
50646             "required": true, 
50647             "type": "string"
50648           }, 
50649           {
50650             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
50651             "in": "body", 
50652             "name": "body", 
50653             "required": true, 
50654             "schema": {
50655               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
50656             }
50657           }
50658         ], 
50659         "produces": [
50660           "application/json"
50661         ], 
50662         "responses": {
50663           "default": {
50664             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50665           }
50666         }, 
50667         "summary": "update an existing l3-interface-ipv6-address-list", 
50668         "tags": [
50669           "Network"
50670         ]
50671       }, 
50672       "put": {
50673         "consumes": [
50674           "application/json", 
50675           "application/xml"
50676         ], 
50677         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
50678         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
50679         "parameters": [
50680           {
50681             "description": "unique name of Physical Network Function.", 
50682             "example": "__PNF-NAME__", 
50683             "in": "path", 
50684             "name": "pnf-name", 
50685             "required": true, 
50686             "type": "string"
50687           }, 
50688           {
50689             "description": "Name that identifies the link aggregate interface", 
50690             "example": "__INTERFACE-NAME__", 
50691             "in": "path", 
50692             "name": "interface-name", 
50693             "required": true, 
50694             "type": "string"
50695           }, 
50696           {
50697             "description": "Name given to the interface", 
50698             "example": "__INTERFACE-NAME__", 
50699             "in": "path", 
50700             "name": "l-interface.interface-name", 
50701             "required": true, 
50702             "type": "string"
50703           }, 
50704           {
50705             "description": "String that identifies the interface", 
50706             "example": "__VLAN-INTERFACE__", 
50707             "in": "path", 
50708             "name": "vlan-interface", 
50709             "required": true, 
50710             "type": "string"
50711           }, 
50712           {
50713             "description": "IP address", 
50714             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
50715             "in": "path", 
50716             "name": "l3-interface-ipv6-address", 
50717             "required": true, 
50718             "type": "string"
50719           }, 
50720           {
50721             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
50722             "in": "body", 
50723             "name": "body", 
50724             "required": true, 
50725             "schema": {
50726               "$ref": "#/definitions/l3-interface-ipv6-address-list"
50727             }
50728           }
50729         ], 
50730         "produces": [
50731           "application/json", 
50732           "application/xml"
50733         ], 
50734         "responses": {
50735           "default": {
50736             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50737           }
50738         }, 
50739         "summary": "create or update an existing l3-interface-ipv6-address-list", 
50740         "tags": [
50741           "Network"
50742         ]
50743       }
50744     }, 
50745     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
50746       "delete": {
50747         "consumes": [
50748           "application/json", 
50749           "application/xml"
50750         ], 
50751         "description": "delete an existing relationship", 
50752         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
50753         "parameters": [
50754           {
50755             "description": "unique name of Physical Network Function.", 
50756             "example": "__PNF-NAME__", 
50757             "in": "path", 
50758             "name": "pnf-name", 
50759             "required": true, 
50760             "type": "string"
50761           }, 
50762           {
50763             "description": "Name that identifies the link aggregate interface", 
50764             "example": "__INTERFACE-NAME__", 
50765             "in": "path", 
50766             "name": "interface-name", 
50767             "required": true, 
50768             "type": "string"
50769           }, 
50770           {
50771             "description": "Name given to the interface", 
50772             "example": "__INTERFACE-NAME__", 
50773             "in": "path", 
50774             "name": "l-interface.interface-name", 
50775             "required": true, 
50776             "type": "string"
50777           }, 
50778           {
50779             "description": "String that identifies the interface", 
50780             "example": "__VLAN-INTERFACE__", 
50781             "in": "path", 
50782             "name": "vlan-interface", 
50783             "required": true, 
50784             "type": "string"
50785           }, 
50786           {
50787             "description": "IP address", 
50788             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
50789             "in": "path", 
50790             "name": "l3-interface-ipv6-address", 
50791             "required": true, 
50792             "type": "string"
50793           }
50794         ], 
50795         "produces": [
50796           "application/json", 
50797           "application/xml"
50798         ], 
50799         "responses": {
50800           "default": {
50801             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50802           }
50803         }, 
50804         "summary": "delete an existing relationship", 
50805         "tags": [
50806           "Network"
50807         ]
50808       }, 
50809       "put": {
50810         "consumes": [
50811           "application/json", 
50812           "application/xml"
50813         ], 
50814         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
50815         "parameters": [
50816           {
50817             "description": "unique name of Physical Network Function.", 
50818             "example": "__PNF-NAME__", 
50819             "in": "path", 
50820             "name": "pnf-name", 
50821             "required": true, 
50822             "type": "string"
50823           }, 
50824           {
50825             "description": "Name that identifies the link aggregate interface", 
50826             "example": "__INTERFACE-NAME__", 
50827             "in": "path", 
50828             "name": "interface-name", 
50829             "required": true, 
50830             "type": "string"
50831           }, 
50832           {
50833             "description": "Name given to the interface", 
50834             "example": "__INTERFACE-NAME__", 
50835             "in": "path", 
50836             "name": "l-interface.interface-name", 
50837             "required": true, 
50838             "type": "string"
50839           }, 
50840           {
50841             "description": "String that identifies the interface", 
50842             "example": "__VLAN-INTERFACE__", 
50843             "in": "path", 
50844             "name": "vlan-interface", 
50845             "required": true, 
50846             "type": "string"
50847           }, 
50848           {
50849             "description": "IP address", 
50850             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
50851             "in": "path", 
50852             "name": "l3-interface-ipv6-address", 
50853             "required": true, 
50854             "type": "string"
50855           }, 
50856           {
50857             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
50858             "in": "body", 
50859             "name": "body", 
50860             "required": true, 
50861             "schema": {
50862               "$ref": "#/definitions/relationship-dict"
50863             }
50864           }
50865         ], 
50866         "produces": [
50867           "application/json", 
50868           "application/xml"
50869         ], 
50870         "responses": {
50871           "default": {
50872             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50873           }
50874         }, 
50875         "summary": "see node definition for valid relationships", 
50876         "tags": [
50877           "Network"
50878         ]
50879       }
50880     }, 
50881     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
50882       "delete": {
50883         "consumes": [
50884           "application/json", 
50885           "application/xml"
50886         ], 
50887         "description": "delete an existing relationship", 
50888         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
50889         "parameters": [
50890           {
50891             "description": "unique name of Physical Network Function.", 
50892             "example": "__PNF-NAME__", 
50893             "in": "path", 
50894             "name": "pnf-name", 
50895             "required": true, 
50896             "type": "string"
50897           }, 
50898           {
50899             "description": "Name that identifies the link aggregate interface", 
50900             "example": "__INTERFACE-NAME__", 
50901             "in": "path", 
50902             "name": "interface-name", 
50903             "required": true, 
50904             "type": "string"
50905           }, 
50906           {
50907             "description": "Name given to the interface", 
50908             "example": "__INTERFACE-NAME__", 
50909             "in": "path", 
50910             "name": "l-interface.interface-name", 
50911             "required": true, 
50912             "type": "string"
50913           }, 
50914           {
50915             "description": "String that identifies the interface", 
50916             "example": "__VLAN-INTERFACE__", 
50917             "in": "path", 
50918             "name": "vlan-interface", 
50919             "required": true, 
50920             "type": "string"
50921           }
50922         ], 
50923         "produces": [
50924           "application/json", 
50925           "application/xml"
50926         ], 
50927         "responses": {
50928           "default": {
50929             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50930           }
50931         }, 
50932         "summary": "delete an existing relationship", 
50933         "tags": [
50934           "Network"
50935         ]
50936       }, 
50937       "put": {
50938         "consumes": [
50939           "application/json", 
50940           "application/xml"
50941         ], 
50942         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
50943         "parameters": [
50944           {
50945             "description": "unique name of Physical Network Function.", 
50946             "example": "__PNF-NAME__", 
50947             "in": "path", 
50948             "name": "pnf-name", 
50949             "required": true, 
50950             "type": "string"
50951           }, 
50952           {
50953             "description": "Name that identifies the link aggregate interface", 
50954             "example": "__INTERFACE-NAME__", 
50955             "in": "path", 
50956             "name": "interface-name", 
50957             "required": true, 
50958             "type": "string"
50959           }, 
50960           {
50961             "description": "Name given to the interface", 
50962             "example": "__INTERFACE-NAME__", 
50963             "in": "path", 
50964             "name": "l-interface.interface-name", 
50965             "required": true, 
50966             "type": "string"
50967           }, 
50968           {
50969             "description": "String that identifies the interface", 
50970             "example": "__VLAN-INTERFACE__", 
50971             "in": "path", 
50972             "name": "vlan-interface", 
50973             "required": true, 
50974             "type": "string"
50975           }, 
50976           {
50977             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
50978             "in": "body", 
50979             "name": "body", 
50980             "required": true, 
50981             "schema": {
50982               "$ref": "#/definitions/relationship-dict"
50983             }
50984           }
50985         ], 
50986         "produces": [
50987           "application/json", 
50988           "application/xml"
50989         ], 
50990         "responses": {
50991           "default": {
50992             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50993           }
50994         }, 
50995         "summary": "see node definition for valid relationships", 
50996         "tags": [
50997           "Network"
50998         ]
50999       }
51000     }, 
51001     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/relationship-list/relationship": {
51002       "delete": {
51003         "consumes": [
51004           "application/json", 
51005           "application/xml"
51006         ], 
51007         "description": "delete an existing relationship", 
51008         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceRelationshipListRelationship", 
51009         "parameters": [
51010           {
51011             "description": "unique name of Physical Network Function.", 
51012             "example": "__PNF-NAME__", 
51013             "in": "path", 
51014             "name": "pnf-name", 
51015             "required": true, 
51016             "type": "string"
51017           }, 
51018           {
51019             "description": "Name that identifies the link aggregate interface", 
51020             "example": "__INTERFACE-NAME__", 
51021             "in": "path", 
51022             "name": "interface-name", 
51023             "required": true, 
51024             "type": "string"
51025           }
51026         ], 
51027         "produces": [
51028           "application/json", 
51029           "application/xml"
51030         ], 
51031         "responses": {
51032           "default": {
51033             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51034           }
51035         }, 
51036         "summary": "delete an existing relationship", 
51037         "tags": [
51038           "Network"
51039         ]
51040       }, 
51041       "put": {
51042         "consumes": [
51043           "application/json", 
51044           "application/xml"
51045         ], 
51046         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceRelationshipListRelationship", 
51047         "parameters": [
51048           {
51049             "description": "unique name of Physical Network Function.", 
51050             "example": "__PNF-NAME__", 
51051             "in": "path", 
51052             "name": "pnf-name", 
51053             "required": true, 
51054             "type": "string"
51055           }, 
51056           {
51057             "description": "Name that identifies the link aggregate interface", 
51058             "example": "__INTERFACE-NAME__", 
51059             "in": "path", 
51060             "name": "interface-name", 
51061             "required": true, 
51062             "type": "string"
51063           }, 
51064           {
51065             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfLagInterfacesLagInterface.json)", 
51066             "in": "body", 
51067             "name": "body", 
51068             "required": true, 
51069             "schema": {
51070               "$ref": "#/definitions/relationship-dict"
51071             }
51072           }
51073         ], 
51074         "produces": [
51075           "application/json", 
51076           "application/xml"
51077         ], 
51078         "responses": {
51079           "default": {
51080             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51081           }
51082         }, 
51083         "summary": "see node definition for valid relationships", 
51084         "tags": [
51085           "Network"
51086         ]
51087       }
51088     }, 
51089     "/network/pnfs/pnf/{pnf-name}/p-interfaces": {
51090       "get": {
51091         "description": "returns p-interfaces", 
51092         "operationId": "getNetworkPnfsPnfPInterfaces", 
51093         "parameters": [
51094           {
51095             "description": "unique name of Physical Network Function.", 
51096             "example": "__PNF-NAME__", 
51097             "in": "path", 
51098             "name": "pnf-name", 
51099             "required": true, 
51100             "type": "string"
51101           }, 
51102           {
51103             "description": "n/a", 
51104             "in": "query", 
51105             "name": "interface-name", 
51106             "required": false, 
51107             "type": "string"
51108           }, 
51109           {
51110             "description": "n/a", 
51111             "in": "query", 
51112             "name": "prov-status", 
51113             "required": false, 
51114             "type": "string"
51115           }
51116         ], 
51117         "produces": [
51118           "application/json", 
51119           "application/xml"
51120         ], 
51121         "responses": {
51122           "200": {
51123             "description": "successful operation", 
51124             "schema": {
51125               "$ref": "#/definitions/p-interfaces"
51126             }
51127           }, 
51128           "default": {
51129             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51130           }
51131         }, 
51132         "summary": "returns p-interfaces", 
51133         "tags": [
51134           "Network"
51135         ]
51136       }
51137     }, 
51138     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}": {
51139       "delete": {
51140         "consumes": [
51141           "application/json", 
51142           "application/xml"
51143         ], 
51144         "description": "delete an existing p-interface", 
51145         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterface", 
51146         "parameters": [
51147           {
51148             "description": "unique name of Physical Network Function.", 
51149             "example": "__PNF-NAME__", 
51150             "in": "path", 
51151             "name": "pnf-name", 
51152             "required": true, 
51153             "type": "string"
51154           }, 
51155           {
51156             "description": "Name that identifies the physical interface", 
51157             "example": "__INTERFACE-NAME__", 
51158             "in": "path", 
51159             "name": "interface-name", 
51160             "required": true, 
51161             "type": "string"
51162           }, 
51163           {
51164             "description": "resource-version for concurrency", 
51165             "in": "query", 
51166             "name": "resource-version", 
51167             "required": true, 
51168             "type": "string"
51169           }
51170         ], 
51171         "produces": [
51172           "application/json", 
51173           "application/xml"
51174         ], 
51175         "responses": {
51176           "default": {
51177             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51178           }
51179         }, 
51180         "summary": "delete an existing p-interface", 
51181         "tags": [
51182           "Network"
51183         ]
51184       }, 
51185       "get": {
51186         "description": "returns p-interface", 
51187         "operationId": "getNetworkPnfsPnfPInterfacesPInterface", 
51188         "parameters": [
51189           {
51190             "description": "unique name of Physical Network Function.", 
51191             "example": "__PNF-NAME__", 
51192             "in": "path", 
51193             "name": "pnf-name", 
51194             "required": true, 
51195             "type": "string"
51196           }, 
51197           {
51198             "description": "Name that identifies the physical interface", 
51199             "example": "__INTERFACE-NAME__", 
51200             "in": "path", 
51201             "name": "interface-name", 
51202             "required": true, 
51203             "type": "string"
51204           }
51205         ], 
51206         "produces": [
51207           "application/json", 
51208           "application/xml"
51209         ], 
51210         "responses": {
51211           "200": {
51212             "description": "successful operation", 
51213             "schema": {
51214               "$ref": "#/definitions/p-interface"
51215             }
51216           }, 
51217           "default": {
51218             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51219           }
51220         }, 
51221         "summary": "returns p-interface", 
51222         "tags": [
51223           "Network"
51224         ]
51225       }, 
51226       "patch": {
51227         "consumes": [
51228           "application/json"
51229         ], 
51230         "description": "Update an existing p-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
51231         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterface", 
51232         "parameters": [
51233           {
51234             "description": "unique name of Physical Network Function.", 
51235             "example": "__PNF-NAME__", 
51236             "in": "path", 
51237             "name": "pnf-name", 
51238             "required": true, 
51239             "type": "string"
51240           }, 
51241           {
51242             "description": "Name that identifies the physical interface", 
51243             "example": "__INTERFACE-NAME__", 
51244             "in": "path", 
51245             "name": "interface-name", 
51246             "required": true, 
51247             "type": "string"
51248           }, 
51249           {
51250             "description": "p-interface object that needs to be updated.", 
51251             "in": "body", 
51252             "name": "body", 
51253             "required": true, 
51254             "schema": {
51255               "$ref": "#/definitions/zzzz-patch-p-interface"
51256             }
51257           }
51258         ], 
51259         "produces": [
51260           "application/json"
51261         ], 
51262         "responses": {
51263           "default": {
51264             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51265           }
51266         }, 
51267         "summary": "update an existing p-interface", 
51268         "tags": [
51269           "Network"
51270         ]
51271       }, 
51272       "put": {
51273         "consumes": [
51274           "application/json", 
51275           "application/xml"
51276         ], 
51277         "description": "Create or update an existing p-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
51278         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterface", 
51279         "parameters": [
51280           {
51281             "description": "unique name of Physical Network Function.", 
51282             "example": "__PNF-NAME__", 
51283             "in": "path", 
51284             "name": "pnf-name", 
51285             "required": true, 
51286             "type": "string"
51287           }, 
51288           {
51289             "description": "Name that identifies the physical interface", 
51290             "example": "__INTERFACE-NAME__", 
51291             "in": "path", 
51292             "name": "interface-name", 
51293             "required": true, 
51294             "type": "string"
51295           }, 
51296           {
51297             "description": "p-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterface.json)", 
51298             "in": "body", 
51299             "name": "body", 
51300             "required": true, 
51301             "schema": {
51302               "$ref": "#/definitions/p-interface"
51303             }
51304           }
51305         ], 
51306         "produces": [
51307           "application/json", 
51308           "application/xml"
51309         ], 
51310         "responses": {
51311           "default": {
51312             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51313           }
51314         }, 
51315         "summary": "create or update an existing p-interface", 
51316         "tags": [
51317           "Network"
51318         ]
51319       }
51320     }, 
51321     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces": {
51322       "get": {
51323         "description": "returns l-interfaces", 
51324         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfaces", 
51325         "parameters": [
51326           {
51327             "description": "unique name of Physical Network Function.", 
51328             "example": "__PNF-NAME__", 
51329             "in": "path", 
51330             "name": "pnf-name", 
51331             "required": true, 
51332             "type": "string"
51333           }, 
51334           {
51335             "description": "Name that identifies the physical interface", 
51336             "example": "__INTERFACE-NAME__", 
51337             "in": "path", 
51338             "name": "interface-name", 
51339             "required": true, 
51340             "type": "string"
51341           }, 
51342           {
51343             "description": "n/a", 
51344             "in": "query", 
51345             "name": "interface-name", 
51346             "required": false, 
51347             "type": "string"
51348           }, 
51349           {
51350             "description": "n/a", 
51351             "in": "query", 
51352             "name": "interface-id", 
51353             "required": false, 
51354             "type": "string"
51355           }, 
51356           {
51357             "description": "n/a", 
51358             "in": "query", 
51359             "name": "macaddr", 
51360             "required": false, 
51361             "type": "string"
51362           }, 
51363           {
51364             "description": "n/a", 
51365             "in": "query", 
51366             "name": "network-name", 
51367             "required": false, 
51368             "type": "string"
51369           }
51370         ], 
51371         "produces": [
51372           "application/json", 
51373           "application/xml"
51374         ], 
51375         "responses": {
51376           "200": {
51377             "description": "successful operation", 
51378             "schema": {
51379               "$ref": "#/definitions/l-interfaces"
51380             }
51381           }, 
51382           "default": {
51383             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51384           }
51385         }, 
51386         "summary": "returns l-interfaces", 
51387         "tags": [
51388           "Network"
51389         ]
51390       }
51391     }, 
51392     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
51393       "delete": {
51394         "consumes": [
51395           "application/json", 
51396           "application/xml"
51397         ], 
51398         "description": "delete an existing l-interface", 
51399         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface", 
51400         "parameters": [
51401           {
51402             "description": "unique name of Physical Network Function.", 
51403             "example": "__PNF-NAME__", 
51404             "in": "path", 
51405             "name": "pnf-name", 
51406             "required": true, 
51407             "type": "string"
51408           }, 
51409           {
51410             "description": "Name that identifies the physical interface", 
51411             "example": "__INTERFACE-NAME__", 
51412             "in": "path", 
51413             "name": "interface-name", 
51414             "required": true, 
51415             "type": "string"
51416           }, 
51417           {
51418             "description": "Name given to the interface", 
51419             "example": "__INTERFACE-NAME__", 
51420             "in": "path", 
51421             "name": "l-interface.interface-name", 
51422             "required": true, 
51423             "type": "string"
51424           }, 
51425           {
51426             "description": "resource-version for concurrency", 
51427             "in": "query", 
51428             "name": "resource-version", 
51429             "required": true, 
51430             "type": "string"
51431           }
51432         ], 
51433         "produces": [
51434           "application/json", 
51435           "application/xml"
51436         ], 
51437         "responses": {
51438           "default": {
51439             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51440           }
51441         }, 
51442         "summary": "delete an existing l-interface", 
51443         "tags": [
51444           "Network"
51445         ]
51446       }, 
51447       "get": {
51448         "description": "returns l-interface", 
51449         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface", 
51450         "parameters": [
51451           {
51452             "description": "unique name of Physical Network Function.", 
51453             "example": "__PNF-NAME__", 
51454             "in": "path", 
51455             "name": "pnf-name", 
51456             "required": true, 
51457             "type": "string"
51458           }, 
51459           {
51460             "description": "Name that identifies the physical interface", 
51461             "example": "__INTERFACE-NAME__", 
51462             "in": "path", 
51463             "name": "interface-name", 
51464             "required": true, 
51465             "type": "string"
51466           }, 
51467           {
51468             "description": "Name given to the interface", 
51469             "example": "__INTERFACE-NAME__", 
51470             "in": "path", 
51471             "name": "l-interface.interface-name", 
51472             "required": true, 
51473             "type": "string"
51474           }
51475         ], 
51476         "produces": [
51477           "application/json", 
51478           "application/xml"
51479         ], 
51480         "responses": {
51481           "200": {
51482             "description": "successful operation", 
51483             "schema": {
51484               "$ref": "#/definitions/l-interface"
51485             }
51486           }, 
51487           "default": {
51488             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51489           }
51490         }, 
51491         "summary": "returns l-interface", 
51492         "tags": [
51493           "Network"
51494         ]
51495       }, 
51496       "patch": {
51497         "consumes": [
51498           "application/json"
51499         ], 
51500         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
51501         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface", 
51502         "parameters": [
51503           {
51504             "description": "unique name of Physical Network Function.", 
51505             "example": "__PNF-NAME__", 
51506             "in": "path", 
51507             "name": "pnf-name", 
51508             "required": true, 
51509             "type": "string"
51510           }, 
51511           {
51512             "description": "Name that identifies the physical interface", 
51513             "example": "__INTERFACE-NAME__", 
51514             "in": "path", 
51515             "name": "interface-name", 
51516             "required": true, 
51517             "type": "string"
51518           }, 
51519           {
51520             "description": "Name given to the interface", 
51521             "example": "__INTERFACE-NAME__", 
51522             "in": "path", 
51523             "name": "l-interface.interface-name", 
51524             "required": true, 
51525             "type": "string"
51526           }, 
51527           {
51528             "description": "l-interface object that needs to be updated.", 
51529             "in": "body", 
51530             "name": "body", 
51531             "required": true, 
51532             "schema": {
51533               "$ref": "#/definitions/zzzz-patch-l-interface"
51534             }
51535           }
51536         ], 
51537         "produces": [
51538           "application/json"
51539         ], 
51540         "responses": {
51541           "default": {
51542             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51543           }
51544         }, 
51545         "summary": "update an existing l-interface", 
51546         "tags": [
51547           "Network"
51548         ]
51549       }, 
51550       "put": {
51551         "consumes": [
51552           "application/json", 
51553           "application/xml"
51554         ], 
51555         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
51556         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface", 
51557         "parameters": [
51558           {
51559             "description": "unique name of Physical Network Function.", 
51560             "example": "__PNF-NAME__", 
51561             "in": "path", 
51562             "name": "pnf-name", 
51563             "required": true, 
51564             "type": "string"
51565           }, 
51566           {
51567             "description": "Name that identifies the physical interface", 
51568             "example": "__INTERFACE-NAME__", 
51569             "in": "path", 
51570             "name": "interface-name", 
51571             "required": true, 
51572             "type": "string"
51573           }, 
51574           {
51575             "description": "Name given to the interface", 
51576             "example": "__INTERFACE-NAME__", 
51577             "in": "path", 
51578             "name": "l-interface.interface-name", 
51579             "required": true, 
51580             "type": "string"
51581           }, 
51582           {
51583             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface.json)", 
51584             "in": "body", 
51585             "name": "body", 
51586             "required": true, 
51587             "schema": {
51588               "$ref": "#/definitions/l-interface"
51589             }
51590           }
51591         ], 
51592         "produces": [
51593           "application/json", 
51594           "application/xml"
51595         ], 
51596         "responses": {
51597           "default": {
51598             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51599           }
51600         }, 
51601         "summary": "create or update an existing l-interface", 
51602         "tags": [
51603           "Network"
51604         ]
51605       }
51606     }, 
51607     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
51608       "delete": {
51609         "consumes": [
51610           "application/json", 
51611           "application/xml"
51612         ], 
51613         "description": "delete an existing l3-interface-ipv4-address-list", 
51614         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
51615         "parameters": [
51616           {
51617             "description": "unique name of Physical Network Function.", 
51618             "example": "__PNF-NAME__", 
51619             "in": "path", 
51620             "name": "pnf-name", 
51621             "required": true, 
51622             "type": "string"
51623           }, 
51624           {
51625             "description": "Name that identifies the physical interface", 
51626             "example": "__INTERFACE-NAME__", 
51627             "in": "path", 
51628             "name": "interface-name", 
51629             "required": true, 
51630             "type": "string"
51631           }, 
51632           {
51633             "description": "Name given to the interface", 
51634             "example": "__INTERFACE-NAME__", 
51635             "in": "path", 
51636             "name": "l-interface.interface-name", 
51637             "required": true, 
51638             "type": "string"
51639           }, 
51640           {
51641             "description": "IP address", 
51642             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
51643             "in": "path", 
51644             "name": "l3-interface-ipv4-address", 
51645             "required": true, 
51646             "type": "string"
51647           }, 
51648           {
51649             "description": "resource-version for concurrency", 
51650             "in": "query", 
51651             "name": "resource-version", 
51652             "required": true, 
51653             "type": "string"
51654           }
51655         ], 
51656         "produces": [
51657           "application/json", 
51658           "application/xml"
51659         ], 
51660         "responses": {
51661           "default": {
51662             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51663           }
51664         }, 
51665         "summary": "delete an existing l3-interface-ipv4-address-list", 
51666         "tags": [
51667           "Network"
51668         ]
51669       }, 
51670       "get": {
51671         "description": "returns l3-interface-ipv4-address-list", 
51672         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
51673         "parameters": [
51674           {
51675             "description": "unique name of Physical Network Function.", 
51676             "example": "__PNF-NAME__", 
51677             "in": "path", 
51678             "name": "pnf-name", 
51679             "required": true, 
51680             "type": "string"
51681           }, 
51682           {
51683             "description": "Name that identifies the physical interface", 
51684             "example": "__INTERFACE-NAME__", 
51685             "in": "path", 
51686             "name": "interface-name", 
51687             "required": true, 
51688             "type": "string"
51689           }, 
51690           {
51691             "description": "Name given to the interface", 
51692             "example": "__INTERFACE-NAME__", 
51693             "in": "path", 
51694             "name": "l-interface.interface-name", 
51695             "required": true, 
51696             "type": "string"
51697           }, 
51698           {
51699             "description": "IP address", 
51700             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
51701             "in": "path", 
51702             "name": "l3-interface-ipv4-address", 
51703             "required": true, 
51704             "type": "string"
51705           }
51706         ], 
51707         "produces": [
51708           "application/json", 
51709           "application/xml"
51710         ], 
51711         "responses": {
51712           "200": {
51713             "description": "successful operation", 
51714             "schema": {
51715               "$ref": "#/definitions/l3-interface-ipv4-address-list"
51716             }
51717           }, 
51718           "default": {
51719             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51720           }
51721         }, 
51722         "summary": "returns l3-interface-ipv4-address-list", 
51723         "tags": [
51724           "Network"
51725         ]
51726       }, 
51727       "patch": {
51728         "consumes": [
51729           "application/json"
51730         ], 
51731         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
51732         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
51733         "parameters": [
51734           {
51735             "description": "unique name of Physical Network Function.", 
51736             "example": "__PNF-NAME__", 
51737             "in": "path", 
51738             "name": "pnf-name", 
51739             "required": true, 
51740             "type": "string"
51741           }, 
51742           {
51743             "description": "Name that identifies the physical interface", 
51744             "example": "__INTERFACE-NAME__", 
51745             "in": "path", 
51746             "name": "interface-name", 
51747             "required": true, 
51748             "type": "string"
51749           }, 
51750           {
51751             "description": "Name given to the interface", 
51752             "example": "__INTERFACE-NAME__", 
51753             "in": "path", 
51754             "name": "l-interface.interface-name", 
51755             "required": true, 
51756             "type": "string"
51757           }, 
51758           {
51759             "description": "IP address", 
51760             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
51761             "in": "path", 
51762             "name": "l3-interface-ipv4-address", 
51763             "required": true, 
51764             "type": "string"
51765           }, 
51766           {
51767             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
51768             "in": "body", 
51769             "name": "body", 
51770             "required": true, 
51771             "schema": {
51772               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
51773             }
51774           }
51775         ], 
51776         "produces": [
51777           "application/json"
51778         ], 
51779         "responses": {
51780           "default": {
51781             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51782           }
51783         }, 
51784         "summary": "update an existing l3-interface-ipv4-address-list", 
51785         "tags": [
51786           "Network"
51787         ]
51788       }, 
51789       "put": {
51790         "consumes": [
51791           "application/json", 
51792           "application/xml"
51793         ], 
51794         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
51795         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
51796         "parameters": [
51797           {
51798             "description": "unique name of Physical Network Function.", 
51799             "example": "__PNF-NAME__", 
51800             "in": "path", 
51801             "name": "pnf-name", 
51802             "required": true, 
51803             "type": "string"
51804           }, 
51805           {
51806             "description": "Name that identifies the physical interface", 
51807             "example": "__INTERFACE-NAME__", 
51808             "in": "path", 
51809             "name": "interface-name", 
51810             "required": true, 
51811             "type": "string"
51812           }, 
51813           {
51814             "description": "Name given to the interface", 
51815             "example": "__INTERFACE-NAME__", 
51816             "in": "path", 
51817             "name": "l-interface.interface-name", 
51818             "required": true, 
51819             "type": "string"
51820           }, 
51821           {
51822             "description": "IP address", 
51823             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
51824             "in": "path", 
51825             "name": "l3-interface-ipv4-address", 
51826             "required": true, 
51827             "type": "string"
51828           }, 
51829           {
51830             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
51831             "in": "body", 
51832             "name": "body", 
51833             "required": true, 
51834             "schema": {
51835               "$ref": "#/definitions/l3-interface-ipv4-address-list"
51836             }
51837           }
51838         ], 
51839         "produces": [
51840           "application/json", 
51841           "application/xml"
51842         ], 
51843         "responses": {
51844           "default": {
51845             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51846           }
51847         }, 
51848         "summary": "create or update an existing l3-interface-ipv4-address-list", 
51849         "tags": [
51850           "Network"
51851         ]
51852       }
51853     }, 
51854     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
51855       "delete": {
51856         "consumes": [
51857           "application/json", 
51858           "application/xml"
51859         ], 
51860         "description": "delete an existing relationship", 
51861         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
51862         "parameters": [
51863           {
51864             "description": "unique name of Physical Network Function.", 
51865             "example": "__PNF-NAME__", 
51866             "in": "path", 
51867             "name": "pnf-name", 
51868             "required": true, 
51869             "type": "string"
51870           }, 
51871           {
51872             "description": "Name that identifies the physical interface", 
51873             "example": "__INTERFACE-NAME__", 
51874             "in": "path", 
51875             "name": "interface-name", 
51876             "required": true, 
51877             "type": "string"
51878           }, 
51879           {
51880             "description": "Name given to the interface", 
51881             "example": "__INTERFACE-NAME__", 
51882             "in": "path", 
51883             "name": "l-interface.interface-name", 
51884             "required": true, 
51885             "type": "string"
51886           }, 
51887           {
51888             "description": "IP address", 
51889             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
51890             "in": "path", 
51891             "name": "l3-interface-ipv4-address", 
51892             "required": true, 
51893             "type": "string"
51894           }
51895         ], 
51896         "produces": [
51897           "application/json", 
51898           "application/xml"
51899         ], 
51900         "responses": {
51901           "default": {
51902             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51903           }
51904         }, 
51905         "summary": "delete an existing relationship", 
51906         "tags": [
51907           "Network"
51908         ]
51909       }, 
51910       "put": {
51911         "consumes": [
51912           "application/json", 
51913           "application/xml"
51914         ], 
51915         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
51916         "parameters": [
51917           {
51918             "description": "unique name of Physical Network Function.", 
51919             "example": "__PNF-NAME__", 
51920             "in": "path", 
51921             "name": "pnf-name", 
51922             "required": true, 
51923             "type": "string"
51924           }, 
51925           {
51926             "description": "Name that identifies the physical interface", 
51927             "example": "__INTERFACE-NAME__", 
51928             "in": "path", 
51929             "name": "interface-name", 
51930             "required": true, 
51931             "type": "string"
51932           }, 
51933           {
51934             "description": "Name given to the interface", 
51935             "example": "__INTERFACE-NAME__", 
51936             "in": "path", 
51937             "name": "l-interface.interface-name", 
51938             "required": true, 
51939             "type": "string"
51940           }, 
51941           {
51942             "description": "IP address", 
51943             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
51944             "in": "path", 
51945             "name": "l3-interface-ipv4-address", 
51946             "required": true, 
51947             "type": "string"
51948           }, 
51949           {
51950             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
51951             "in": "body", 
51952             "name": "body", 
51953             "required": true, 
51954             "schema": {
51955               "$ref": "#/definitions/relationship-dict"
51956             }
51957           }
51958         ], 
51959         "produces": [
51960           "application/json", 
51961           "application/xml"
51962         ], 
51963         "responses": {
51964           "default": {
51965             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51966           }
51967         }, 
51968         "summary": "see node definition for valid relationships", 
51969         "tags": [
51970           "Network"
51971         ]
51972       }
51973     }, 
51974     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
51975       "delete": {
51976         "consumes": [
51977           "application/json", 
51978           "application/xml"
51979         ], 
51980         "description": "delete an existing l3-interface-ipv6-address-list", 
51981         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
51982         "parameters": [
51983           {
51984             "description": "unique name of Physical Network Function.", 
51985             "example": "__PNF-NAME__", 
51986             "in": "path", 
51987             "name": "pnf-name", 
51988             "required": true, 
51989             "type": "string"
51990           }, 
51991           {
51992             "description": "Name that identifies the physical interface", 
51993             "example": "__INTERFACE-NAME__", 
51994             "in": "path", 
51995             "name": "interface-name", 
51996             "required": true, 
51997             "type": "string"
51998           }, 
51999           {
52000             "description": "Name given to the interface", 
52001             "example": "__INTERFACE-NAME__", 
52002             "in": "path", 
52003             "name": "l-interface.interface-name", 
52004             "required": true, 
52005             "type": "string"
52006           }, 
52007           {
52008             "description": "IP address", 
52009             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
52010             "in": "path", 
52011             "name": "l3-interface-ipv6-address", 
52012             "required": true, 
52013             "type": "string"
52014           }, 
52015           {
52016             "description": "resource-version for concurrency", 
52017             "in": "query", 
52018             "name": "resource-version", 
52019             "required": true, 
52020             "type": "string"
52021           }
52022         ], 
52023         "produces": [
52024           "application/json", 
52025           "application/xml"
52026         ], 
52027         "responses": {
52028           "default": {
52029             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52030           }
52031         }, 
52032         "summary": "delete an existing l3-interface-ipv6-address-list", 
52033         "tags": [
52034           "Network"
52035         ]
52036       }, 
52037       "get": {
52038         "description": "returns l3-interface-ipv6-address-list", 
52039         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
52040         "parameters": [
52041           {
52042             "description": "unique name of Physical Network Function.", 
52043             "example": "__PNF-NAME__", 
52044             "in": "path", 
52045             "name": "pnf-name", 
52046             "required": true, 
52047             "type": "string"
52048           }, 
52049           {
52050             "description": "Name that identifies the physical interface", 
52051             "example": "__INTERFACE-NAME__", 
52052             "in": "path", 
52053             "name": "interface-name", 
52054             "required": true, 
52055             "type": "string"
52056           }, 
52057           {
52058             "description": "Name given to the interface", 
52059             "example": "__INTERFACE-NAME__", 
52060             "in": "path", 
52061             "name": "l-interface.interface-name", 
52062             "required": true, 
52063             "type": "string"
52064           }, 
52065           {
52066             "description": "IP address", 
52067             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
52068             "in": "path", 
52069             "name": "l3-interface-ipv6-address", 
52070             "required": true, 
52071             "type": "string"
52072           }
52073         ], 
52074         "produces": [
52075           "application/json", 
52076           "application/xml"
52077         ], 
52078         "responses": {
52079           "200": {
52080             "description": "successful operation", 
52081             "schema": {
52082               "$ref": "#/definitions/l3-interface-ipv6-address-list"
52083             }
52084           }, 
52085           "default": {
52086             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52087           }
52088         }, 
52089         "summary": "returns l3-interface-ipv6-address-list", 
52090         "tags": [
52091           "Network"
52092         ]
52093       }, 
52094       "patch": {
52095         "consumes": [
52096           "application/json"
52097         ], 
52098         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
52099         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
52100         "parameters": [
52101           {
52102             "description": "unique name of Physical Network Function.", 
52103             "example": "__PNF-NAME__", 
52104             "in": "path", 
52105             "name": "pnf-name", 
52106             "required": true, 
52107             "type": "string"
52108           }, 
52109           {
52110             "description": "Name that identifies the physical interface", 
52111             "example": "__INTERFACE-NAME__", 
52112             "in": "path", 
52113             "name": "interface-name", 
52114             "required": true, 
52115             "type": "string"
52116           }, 
52117           {
52118             "description": "Name given to the interface", 
52119             "example": "__INTERFACE-NAME__", 
52120             "in": "path", 
52121             "name": "l-interface.interface-name", 
52122             "required": true, 
52123             "type": "string"
52124           }, 
52125           {
52126             "description": "IP address", 
52127             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
52128             "in": "path", 
52129             "name": "l3-interface-ipv6-address", 
52130             "required": true, 
52131             "type": "string"
52132           }, 
52133           {
52134             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
52135             "in": "body", 
52136             "name": "body", 
52137             "required": true, 
52138             "schema": {
52139               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
52140             }
52141           }
52142         ], 
52143         "produces": [
52144           "application/json"
52145         ], 
52146         "responses": {
52147           "default": {
52148             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52149           }
52150         }, 
52151         "summary": "update an existing l3-interface-ipv6-address-list", 
52152         "tags": [
52153           "Network"
52154         ]
52155       }, 
52156       "put": {
52157         "consumes": [
52158           "application/json", 
52159           "application/xml"
52160         ], 
52161         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
52162         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
52163         "parameters": [
52164           {
52165             "description": "unique name of Physical Network Function.", 
52166             "example": "__PNF-NAME__", 
52167             "in": "path", 
52168             "name": "pnf-name", 
52169             "required": true, 
52170             "type": "string"
52171           }, 
52172           {
52173             "description": "Name that identifies the physical interface", 
52174             "example": "__INTERFACE-NAME__", 
52175             "in": "path", 
52176             "name": "interface-name", 
52177             "required": true, 
52178             "type": "string"
52179           }, 
52180           {
52181             "description": "Name given to the interface", 
52182             "example": "__INTERFACE-NAME__", 
52183             "in": "path", 
52184             "name": "l-interface.interface-name", 
52185             "required": true, 
52186             "type": "string"
52187           }, 
52188           {
52189             "description": "IP address", 
52190             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
52191             "in": "path", 
52192             "name": "l3-interface-ipv6-address", 
52193             "required": true, 
52194             "type": "string"
52195           }, 
52196           {
52197             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
52198             "in": "body", 
52199             "name": "body", 
52200             "required": true, 
52201             "schema": {
52202               "$ref": "#/definitions/l3-interface-ipv6-address-list"
52203             }
52204           }
52205         ], 
52206         "produces": [
52207           "application/json", 
52208           "application/xml"
52209         ], 
52210         "responses": {
52211           "default": {
52212             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52213           }
52214         }, 
52215         "summary": "create or update an existing l3-interface-ipv6-address-list", 
52216         "tags": [
52217           "Network"
52218         ]
52219       }
52220     }, 
52221     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
52222       "delete": {
52223         "consumes": [
52224           "application/json", 
52225           "application/xml"
52226         ], 
52227         "description": "delete an existing relationship", 
52228         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
52229         "parameters": [
52230           {
52231             "description": "unique name of Physical Network Function.", 
52232             "example": "__PNF-NAME__", 
52233             "in": "path", 
52234             "name": "pnf-name", 
52235             "required": true, 
52236             "type": "string"
52237           }, 
52238           {
52239             "description": "Name that identifies the physical interface", 
52240             "example": "__INTERFACE-NAME__", 
52241             "in": "path", 
52242             "name": "interface-name", 
52243             "required": true, 
52244             "type": "string"
52245           }, 
52246           {
52247             "description": "Name given to the interface", 
52248             "example": "__INTERFACE-NAME__", 
52249             "in": "path", 
52250             "name": "l-interface.interface-name", 
52251             "required": true, 
52252             "type": "string"
52253           }, 
52254           {
52255             "description": "IP address", 
52256             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
52257             "in": "path", 
52258             "name": "l3-interface-ipv6-address", 
52259             "required": true, 
52260             "type": "string"
52261           }
52262         ], 
52263         "produces": [
52264           "application/json", 
52265           "application/xml"
52266         ], 
52267         "responses": {
52268           "default": {
52269             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52270           }
52271         }, 
52272         "summary": "delete an existing relationship", 
52273         "tags": [
52274           "Network"
52275         ]
52276       }, 
52277       "put": {
52278         "consumes": [
52279           "application/json", 
52280           "application/xml"
52281         ], 
52282         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
52283         "parameters": [
52284           {
52285             "description": "unique name of Physical Network Function.", 
52286             "example": "__PNF-NAME__", 
52287             "in": "path", 
52288             "name": "pnf-name", 
52289             "required": true, 
52290             "type": "string"
52291           }, 
52292           {
52293             "description": "Name that identifies the physical interface", 
52294             "example": "__INTERFACE-NAME__", 
52295             "in": "path", 
52296             "name": "interface-name", 
52297             "required": true, 
52298             "type": "string"
52299           }, 
52300           {
52301             "description": "Name given to the interface", 
52302             "example": "__INTERFACE-NAME__", 
52303             "in": "path", 
52304             "name": "l-interface.interface-name", 
52305             "required": true, 
52306             "type": "string"
52307           }, 
52308           {
52309             "description": "IP address", 
52310             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
52311             "in": "path", 
52312             "name": "l3-interface-ipv6-address", 
52313             "required": true, 
52314             "type": "string"
52315           }, 
52316           {
52317             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
52318             "in": "body", 
52319             "name": "body", 
52320             "required": true, 
52321             "schema": {
52322               "$ref": "#/definitions/relationship-dict"
52323             }
52324           }
52325         ], 
52326         "produces": [
52327           "application/json", 
52328           "application/xml"
52329         ], 
52330         "responses": {
52331           "default": {
52332             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52333           }
52334         }, 
52335         "summary": "see node definition for valid relationships", 
52336         "tags": [
52337           "Network"
52338         ]
52339       }
52340     }, 
52341     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
52342       "delete": {
52343         "consumes": [
52344           "application/json", 
52345           "application/xml"
52346         ], 
52347         "description": "delete an existing relationship", 
52348         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
52349         "parameters": [
52350           {
52351             "description": "unique name of Physical Network Function.", 
52352             "example": "__PNF-NAME__", 
52353             "in": "path", 
52354             "name": "pnf-name", 
52355             "required": true, 
52356             "type": "string"
52357           }, 
52358           {
52359             "description": "Name that identifies the physical interface", 
52360             "example": "__INTERFACE-NAME__", 
52361             "in": "path", 
52362             "name": "interface-name", 
52363             "required": true, 
52364             "type": "string"
52365           }, 
52366           {
52367             "description": "Name given to the interface", 
52368             "example": "__INTERFACE-NAME__", 
52369             "in": "path", 
52370             "name": "l-interface.interface-name", 
52371             "required": true, 
52372             "type": "string"
52373           }
52374         ], 
52375         "produces": [
52376           "application/json", 
52377           "application/xml"
52378         ], 
52379         "responses": {
52380           "default": {
52381             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52382           }
52383         }, 
52384         "summary": "delete an existing relationship", 
52385         "tags": [
52386           "Network"
52387         ]
52388       }, 
52389       "put": {
52390         "consumes": [
52391           "application/json", 
52392           "application/xml"
52393         ], 
52394         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
52395         "parameters": [
52396           {
52397             "description": "unique name of Physical Network Function.", 
52398             "example": "__PNF-NAME__", 
52399             "in": "path", 
52400             "name": "pnf-name", 
52401             "required": true, 
52402             "type": "string"
52403           }, 
52404           {
52405             "description": "Name that identifies the physical interface", 
52406             "example": "__INTERFACE-NAME__", 
52407             "in": "path", 
52408             "name": "interface-name", 
52409             "required": true, 
52410             "type": "string"
52411           }, 
52412           {
52413             "description": "Name given to the interface", 
52414             "example": "__INTERFACE-NAME__", 
52415             "in": "path", 
52416             "name": "l-interface.interface-name", 
52417             "required": true, 
52418             "type": "string"
52419           }, 
52420           {
52421             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface.json)", 
52422             "in": "body", 
52423             "name": "body", 
52424             "required": true, 
52425             "schema": {
52426               "$ref": "#/definitions/relationship-dict"
52427             }
52428           }
52429         ], 
52430         "produces": [
52431           "application/json", 
52432           "application/xml"
52433         ], 
52434         "responses": {
52435           "default": {
52436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52437           }
52438         }, 
52439         "summary": "see node definition for valid relationships", 
52440         "tags": [
52441           "Network"
52442         ]
52443       }
52444     }, 
52445     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
52446       "get": {
52447         "description": "returns sriov-vfs", 
52448         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfs", 
52449         "parameters": [
52450           {
52451             "description": "unique name of Physical Network Function.", 
52452             "example": "__PNF-NAME__", 
52453             "in": "path", 
52454             "name": "pnf-name", 
52455             "required": true, 
52456             "type": "string"
52457           }, 
52458           {
52459             "description": "Name that identifies the physical interface", 
52460             "example": "__INTERFACE-NAME__", 
52461             "in": "path", 
52462             "name": "interface-name", 
52463             "required": true, 
52464             "type": "string"
52465           }, 
52466           {
52467             "description": "Name given to the interface", 
52468             "example": "__INTERFACE-NAME__", 
52469             "in": "path", 
52470             "name": "l-interface.interface-name", 
52471             "required": true, 
52472             "type": "string"
52473           }, 
52474           {
52475             "description": "n/a", 
52476             "in": "query", 
52477             "name": "pci-id", 
52478             "required": false, 
52479             "type": "string"
52480           }, 
52481           {
52482             "description": "n/a", 
52483             "in": "query", 
52484             "name": "vf-vlan-filter", 
52485             "required": false, 
52486             "type": "string"
52487           }, 
52488           {
52489             "description": "n/a", 
52490             "in": "query", 
52491             "name": "vf-mac-filter", 
52492             "required": false, 
52493             "type": "string"
52494           }, 
52495           {
52496             "description": "n/a", 
52497             "in": "query", 
52498             "name": "vf-vlan-strip", 
52499             "required": false, 
52500             "type": "boolean"
52501           }, 
52502           {
52503             "description": "n/a", 
52504             "in": "query", 
52505             "name": "neutron-network-id", 
52506             "required": false, 
52507             "type": "string"
52508           }
52509         ], 
52510         "produces": [
52511           "application/json", 
52512           "application/xml"
52513         ], 
52514         "responses": {
52515           "200": {
52516             "description": "successful operation", 
52517             "schema": {
52518               "$ref": "#/definitions/sriov-vfs"
52519             }
52520           }, 
52521           "default": {
52522             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52523           }
52524         }, 
52525         "summary": "returns sriov-vfs", 
52526         "tags": [
52527           "Network"
52528         ]
52529       }
52530     }, 
52531     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
52532       "delete": {
52533         "consumes": [
52534           "application/json", 
52535           "application/xml"
52536         ], 
52537         "description": "delete an existing sriov-vf", 
52538         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
52539         "parameters": [
52540           {
52541             "description": "unique name of Physical Network Function.", 
52542             "example": "__PNF-NAME__", 
52543             "in": "path", 
52544             "name": "pnf-name", 
52545             "required": true, 
52546             "type": "string"
52547           }, 
52548           {
52549             "description": "Name that identifies the physical interface", 
52550             "example": "__INTERFACE-NAME__", 
52551             "in": "path", 
52552             "name": "interface-name", 
52553             "required": true, 
52554             "type": "string"
52555           }, 
52556           {
52557             "description": "Name given to the interface", 
52558             "example": "__INTERFACE-NAME__", 
52559             "in": "path", 
52560             "name": "l-interface.interface-name", 
52561             "required": true, 
52562             "type": "string"
52563           }, 
52564           {
52565             "description": "PCI ID used to identify the sriov-vf", 
52566             "example": "__PCI-ID__", 
52567             "in": "path", 
52568             "name": "pci-id", 
52569             "required": true, 
52570             "type": "string"
52571           }, 
52572           {
52573             "description": "resource-version for concurrency", 
52574             "in": "query", 
52575             "name": "resource-version", 
52576             "required": true, 
52577             "type": "string"
52578           }
52579         ], 
52580         "produces": [
52581           "application/json", 
52582           "application/xml"
52583         ], 
52584         "responses": {
52585           "default": {
52586             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52587           }
52588         }, 
52589         "summary": "delete an existing sriov-vf", 
52590         "tags": [
52591           "Network"
52592         ]
52593       }, 
52594       "get": {
52595         "description": "returns sriov-vf", 
52596         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
52597         "parameters": [
52598           {
52599             "description": "unique name of Physical Network Function.", 
52600             "example": "__PNF-NAME__", 
52601             "in": "path", 
52602             "name": "pnf-name", 
52603             "required": true, 
52604             "type": "string"
52605           }, 
52606           {
52607             "description": "Name that identifies the physical interface", 
52608             "example": "__INTERFACE-NAME__", 
52609             "in": "path", 
52610             "name": "interface-name", 
52611             "required": true, 
52612             "type": "string"
52613           }, 
52614           {
52615             "description": "Name given to the interface", 
52616             "example": "__INTERFACE-NAME__", 
52617             "in": "path", 
52618             "name": "l-interface.interface-name", 
52619             "required": true, 
52620             "type": "string"
52621           }, 
52622           {
52623             "description": "PCI ID used to identify the sriov-vf", 
52624             "example": "__PCI-ID__", 
52625             "in": "path", 
52626             "name": "pci-id", 
52627             "required": true, 
52628             "type": "string"
52629           }
52630         ], 
52631         "produces": [
52632           "application/json", 
52633           "application/xml"
52634         ], 
52635         "responses": {
52636           "200": {
52637             "description": "successful operation", 
52638             "schema": {
52639               "$ref": "#/definitions/sriov-vf"
52640             }
52641           }, 
52642           "default": {
52643             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52644           }
52645         }, 
52646         "summary": "returns sriov-vf", 
52647         "tags": [
52648           "Network"
52649         ]
52650       }, 
52651       "patch": {
52652         "consumes": [
52653           "application/json"
52654         ], 
52655         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
52656         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
52657         "parameters": [
52658           {
52659             "description": "unique name of Physical Network Function.", 
52660             "example": "__PNF-NAME__", 
52661             "in": "path", 
52662             "name": "pnf-name", 
52663             "required": true, 
52664             "type": "string"
52665           }, 
52666           {
52667             "description": "Name that identifies the physical interface", 
52668             "example": "__INTERFACE-NAME__", 
52669             "in": "path", 
52670             "name": "interface-name", 
52671             "required": true, 
52672             "type": "string"
52673           }, 
52674           {
52675             "description": "Name given to the interface", 
52676             "example": "__INTERFACE-NAME__", 
52677             "in": "path", 
52678             "name": "l-interface.interface-name", 
52679             "required": true, 
52680             "type": "string"
52681           }, 
52682           {
52683             "description": "PCI ID used to identify the sriov-vf", 
52684             "example": "__PCI-ID__", 
52685             "in": "path", 
52686             "name": "pci-id", 
52687             "required": true, 
52688             "type": "string"
52689           }, 
52690           {
52691             "description": "sriov-vf object that needs to be updated.", 
52692             "in": "body", 
52693             "name": "body", 
52694             "required": true, 
52695             "schema": {
52696               "$ref": "#/definitions/zzzz-patch-sriov-vf"
52697             }
52698           }
52699         ], 
52700         "produces": [
52701           "application/json"
52702         ], 
52703         "responses": {
52704           "default": {
52705             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52706           }
52707         }, 
52708         "summary": "update an existing sriov-vf", 
52709         "tags": [
52710           "Network"
52711         ]
52712       }, 
52713       "put": {
52714         "consumes": [
52715           "application/json", 
52716           "application/xml"
52717         ], 
52718         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
52719         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
52720         "parameters": [
52721           {
52722             "description": "unique name of Physical Network Function.", 
52723             "example": "__PNF-NAME__", 
52724             "in": "path", 
52725             "name": "pnf-name", 
52726             "required": true, 
52727             "type": "string"
52728           }, 
52729           {
52730             "description": "Name that identifies the physical interface", 
52731             "example": "__INTERFACE-NAME__", 
52732             "in": "path", 
52733             "name": "interface-name", 
52734             "required": true, 
52735             "type": "string"
52736           }, 
52737           {
52738             "description": "Name given to the interface", 
52739             "example": "__INTERFACE-NAME__", 
52740             "in": "path", 
52741             "name": "l-interface.interface-name", 
52742             "required": true, 
52743             "type": "string"
52744           }, 
52745           {
52746             "description": "PCI ID used to identify the sriov-vf", 
52747             "example": "__PCI-ID__", 
52748             "in": "path", 
52749             "name": "pci-id", 
52750             "required": true, 
52751             "type": "string"
52752           }, 
52753           {
52754             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
52755             "in": "body", 
52756             "name": "body", 
52757             "required": true, 
52758             "schema": {
52759               "$ref": "#/definitions/sriov-vf"
52760             }
52761           }
52762         ], 
52763         "produces": [
52764           "application/json", 
52765           "application/xml"
52766         ], 
52767         "responses": {
52768           "default": {
52769             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52770           }
52771         }, 
52772         "summary": "create or update an existing sriov-vf", 
52773         "tags": [
52774           "Network"
52775         ]
52776       }
52777     }, 
52778     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
52779       "delete": {
52780         "consumes": [
52781           "application/json", 
52782           "application/xml"
52783         ], 
52784         "description": "delete an existing relationship", 
52785         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
52786         "parameters": [
52787           {
52788             "description": "unique name of Physical Network Function.", 
52789             "example": "__PNF-NAME__", 
52790             "in": "path", 
52791             "name": "pnf-name", 
52792             "required": true, 
52793             "type": "string"
52794           }, 
52795           {
52796             "description": "Name that identifies the physical interface", 
52797             "example": "__INTERFACE-NAME__", 
52798             "in": "path", 
52799             "name": "interface-name", 
52800             "required": true, 
52801             "type": "string"
52802           }, 
52803           {
52804             "description": "Name given to the interface", 
52805             "example": "__INTERFACE-NAME__", 
52806             "in": "path", 
52807             "name": "l-interface.interface-name", 
52808             "required": true, 
52809             "type": "string"
52810           }, 
52811           {
52812             "description": "PCI ID used to identify the sriov-vf", 
52813             "example": "__PCI-ID__", 
52814             "in": "path", 
52815             "name": "pci-id", 
52816             "required": true, 
52817             "type": "string"
52818           }
52819         ], 
52820         "produces": [
52821           "application/json", 
52822           "application/xml"
52823         ], 
52824         "responses": {
52825           "default": {
52826             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52827           }
52828         }, 
52829         "summary": "delete an existing relationship", 
52830         "tags": [
52831           "Network"
52832         ]
52833       }, 
52834       "put": {
52835         "consumes": [
52836           "application/json", 
52837           "application/xml"
52838         ], 
52839         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
52840         "parameters": [
52841           {
52842             "description": "unique name of Physical Network Function.", 
52843             "example": "__PNF-NAME__", 
52844             "in": "path", 
52845             "name": "pnf-name", 
52846             "required": true, 
52847             "type": "string"
52848           }, 
52849           {
52850             "description": "Name that identifies the physical interface", 
52851             "example": "__INTERFACE-NAME__", 
52852             "in": "path", 
52853             "name": "interface-name", 
52854             "required": true, 
52855             "type": "string"
52856           }, 
52857           {
52858             "description": "Name given to the interface", 
52859             "example": "__INTERFACE-NAME__", 
52860             "in": "path", 
52861             "name": "l-interface.interface-name", 
52862             "required": true, 
52863             "type": "string"
52864           }, 
52865           {
52866             "description": "PCI ID used to identify the sriov-vf", 
52867             "example": "__PCI-ID__", 
52868             "in": "path", 
52869             "name": "pci-id", 
52870             "required": true, 
52871             "type": "string"
52872           }, 
52873           {
52874             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
52875             "in": "body", 
52876             "name": "body", 
52877             "required": true, 
52878             "schema": {
52879               "$ref": "#/definitions/relationship-dict"
52880             }
52881           }
52882         ], 
52883         "produces": [
52884           "application/json", 
52885           "application/xml"
52886         ], 
52887         "responses": {
52888           "default": {
52889             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52890           }
52891         }, 
52892         "summary": "see node definition for valid relationships", 
52893         "tags": [
52894           "Network"
52895         ]
52896       }
52897     }, 
52898     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
52899       "get": {
52900         "description": "returns vlans", 
52901         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlans", 
52902         "parameters": [
52903           {
52904             "description": "unique name of Physical Network Function.", 
52905             "example": "__PNF-NAME__", 
52906             "in": "path", 
52907             "name": "pnf-name", 
52908             "required": true, 
52909             "type": "string"
52910           }, 
52911           {
52912             "description": "Name that identifies the physical interface", 
52913             "example": "__INTERFACE-NAME__", 
52914             "in": "path", 
52915             "name": "interface-name", 
52916             "required": true, 
52917             "type": "string"
52918           }, 
52919           {
52920             "description": "Name given to the interface", 
52921             "example": "__INTERFACE-NAME__", 
52922             "in": "path", 
52923             "name": "l-interface.interface-name", 
52924             "required": true, 
52925             "type": "string"
52926           }, 
52927           {
52928             "description": "n/a", 
52929             "in": "query", 
52930             "name": "vlan-interface", 
52931             "required": false, 
52932             "type": "string"
52933           }, 
52934           {
52935             "description": "n/a", 
52936             "format": "int64", 
52937             "in": "query", 
52938             "name": "vlan-id-inner", 
52939             "required": false, 
52940             "type": "integer"
52941           }, 
52942           {
52943             "description": "n/a", 
52944             "in": "query", 
52945             "name": "vpn-key", 
52946             "required": false, 
52947             "type": "string"
52948           }
52949         ], 
52950         "produces": [
52951           "application/json", 
52952           "application/xml"
52953         ], 
52954         "responses": {
52955           "200": {
52956             "description": "successful operation", 
52957             "schema": {
52958               "$ref": "#/definitions/vlans"
52959             }
52960           }, 
52961           "default": {
52962             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52963           }
52964         }, 
52965         "summary": "returns vlans", 
52966         "tags": [
52967           "Network"
52968         ]
52969       }
52970     }, 
52971     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
52972       "delete": {
52973         "consumes": [
52974           "application/json", 
52975           "application/xml"
52976         ], 
52977         "description": "delete an existing vlan", 
52978         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
52979         "parameters": [
52980           {
52981             "description": "unique name of Physical Network Function.", 
52982             "example": "__PNF-NAME__", 
52983             "in": "path", 
52984             "name": "pnf-name", 
52985             "required": true, 
52986             "type": "string"
52987           }, 
52988           {
52989             "description": "Name that identifies the physical interface", 
52990             "example": "__INTERFACE-NAME__", 
52991             "in": "path", 
52992             "name": "interface-name", 
52993             "required": true, 
52994             "type": "string"
52995           }, 
52996           {
52997             "description": "Name given to the interface", 
52998             "example": "__INTERFACE-NAME__", 
52999             "in": "path", 
53000             "name": "l-interface.interface-name", 
53001             "required": true, 
53002             "type": "string"
53003           }, 
53004           {
53005             "description": "String that identifies the interface", 
53006             "example": "__VLAN-INTERFACE__", 
53007             "in": "path", 
53008             "name": "vlan-interface", 
53009             "required": true, 
53010             "type": "string"
53011           }, 
53012           {
53013             "description": "resource-version for concurrency", 
53014             "in": "query", 
53015             "name": "resource-version", 
53016             "required": true, 
53017             "type": "string"
53018           }
53019         ], 
53020         "produces": [
53021           "application/json", 
53022           "application/xml"
53023         ], 
53024         "responses": {
53025           "default": {
53026             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53027           }
53028         }, 
53029         "summary": "delete an existing vlan", 
53030         "tags": [
53031           "Network"
53032         ]
53033       }, 
53034       "get": {
53035         "description": "returns vlan", 
53036         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
53037         "parameters": [
53038           {
53039             "description": "unique name of Physical Network Function.", 
53040             "example": "__PNF-NAME__", 
53041             "in": "path", 
53042             "name": "pnf-name", 
53043             "required": true, 
53044             "type": "string"
53045           }, 
53046           {
53047             "description": "Name that identifies the physical interface", 
53048             "example": "__INTERFACE-NAME__", 
53049             "in": "path", 
53050             "name": "interface-name", 
53051             "required": true, 
53052             "type": "string"
53053           }, 
53054           {
53055             "description": "Name given to the interface", 
53056             "example": "__INTERFACE-NAME__", 
53057             "in": "path", 
53058             "name": "l-interface.interface-name", 
53059             "required": true, 
53060             "type": "string"
53061           }, 
53062           {
53063             "description": "String that identifies the interface", 
53064             "example": "__VLAN-INTERFACE__", 
53065             "in": "path", 
53066             "name": "vlan-interface", 
53067             "required": true, 
53068             "type": "string"
53069           }
53070         ], 
53071         "produces": [
53072           "application/json", 
53073           "application/xml"
53074         ], 
53075         "responses": {
53076           "200": {
53077             "description": "successful operation", 
53078             "schema": {
53079               "$ref": "#/definitions/vlan"
53080             }
53081           }, 
53082           "default": {
53083             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53084           }
53085         }, 
53086         "summary": "returns vlan", 
53087         "tags": [
53088           "Network"
53089         ]
53090       }, 
53091       "patch": {
53092         "consumes": [
53093           "application/json"
53094         ], 
53095         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
53096         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
53097         "parameters": [
53098           {
53099             "description": "unique name of Physical Network Function.", 
53100             "example": "__PNF-NAME__", 
53101             "in": "path", 
53102             "name": "pnf-name", 
53103             "required": true, 
53104             "type": "string"
53105           }, 
53106           {
53107             "description": "Name that identifies the physical interface", 
53108             "example": "__INTERFACE-NAME__", 
53109             "in": "path", 
53110             "name": "interface-name", 
53111             "required": true, 
53112             "type": "string"
53113           }, 
53114           {
53115             "description": "Name given to the interface", 
53116             "example": "__INTERFACE-NAME__", 
53117             "in": "path", 
53118             "name": "l-interface.interface-name", 
53119             "required": true, 
53120             "type": "string"
53121           }, 
53122           {
53123             "description": "String that identifies the interface", 
53124             "example": "__VLAN-INTERFACE__", 
53125             "in": "path", 
53126             "name": "vlan-interface", 
53127             "required": true, 
53128             "type": "string"
53129           }, 
53130           {
53131             "description": "vlan object that needs to be updated.", 
53132             "in": "body", 
53133             "name": "body", 
53134             "required": true, 
53135             "schema": {
53136               "$ref": "#/definitions/zzzz-patch-vlan"
53137             }
53138           }
53139         ], 
53140         "produces": [
53141           "application/json"
53142         ], 
53143         "responses": {
53144           "default": {
53145             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53146           }
53147         }, 
53148         "summary": "update an existing vlan", 
53149         "tags": [
53150           "Network"
53151         ]
53152       }, 
53153       "put": {
53154         "consumes": [
53155           "application/json", 
53156           "application/xml"
53157         ], 
53158         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
53159         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
53160         "parameters": [
53161           {
53162             "description": "unique name of Physical Network Function.", 
53163             "example": "__PNF-NAME__", 
53164             "in": "path", 
53165             "name": "pnf-name", 
53166             "required": true, 
53167             "type": "string"
53168           }, 
53169           {
53170             "description": "Name that identifies the physical interface", 
53171             "example": "__INTERFACE-NAME__", 
53172             "in": "path", 
53173             "name": "interface-name", 
53174             "required": true, 
53175             "type": "string"
53176           }, 
53177           {
53178             "description": "Name given to the interface", 
53179             "example": "__INTERFACE-NAME__", 
53180             "in": "path", 
53181             "name": "l-interface.interface-name", 
53182             "required": true, 
53183             "type": "string"
53184           }, 
53185           {
53186             "description": "String that identifies the interface", 
53187             "example": "__VLAN-INTERFACE__", 
53188             "in": "path", 
53189             "name": "vlan-interface", 
53190             "required": true, 
53191             "type": "string"
53192           }, 
53193           {
53194             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
53195             "in": "body", 
53196             "name": "body", 
53197             "required": true, 
53198             "schema": {
53199               "$ref": "#/definitions/vlan"
53200             }
53201           }
53202         ], 
53203         "produces": [
53204           "application/json", 
53205           "application/xml"
53206         ], 
53207         "responses": {
53208           "default": {
53209             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53210           }
53211         }, 
53212         "summary": "create or update an existing vlan", 
53213         "tags": [
53214           "Network"
53215         ]
53216       }
53217     }, 
53218     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
53219       "delete": {
53220         "consumes": [
53221           "application/json", 
53222           "application/xml"
53223         ], 
53224         "description": "delete an existing l3-interface-ipv4-address-list", 
53225         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
53226         "parameters": [
53227           {
53228             "description": "unique name of Physical Network Function.", 
53229             "example": "__PNF-NAME__", 
53230             "in": "path", 
53231             "name": "pnf-name", 
53232             "required": true, 
53233             "type": "string"
53234           }, 
53235           {
53236             "description": "Name that identifies the physical interface", 
53237             "example": "__INTERFACE-NAME__", 
53238             "in": "path", 
53239             "name": "interface-name", 
53240             "required": true, 
53241             "type": "string"
53242           }, 
53243           {
53244             "description": "Name given to the interface", 
53245             "example": "__INTERFACE-NAME__", 
53246             "in": "path", 
53247             "name": "l-interface.interface-name", 
53248             "required": true, 
53249             "type": "string"
53250           }, 
53251           {
53252             "description": "String that identifies the interface", 
53253             "example": "__VLAN-INTERFACE__", 
53254             "in": "path", 
53255             "name": "vlan-interface", 
53256             "required": true, 
53257             "type": "string"
53258           }, 
53259           {
53260             "description": "IP address", 
53261             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
53262             "in": "path", 
53263             "name": "l3-interface-ipv4-address", 
53264             "required": true, 
53265             "type": "string"
53266           }, 
53267           {
53268             "description": "resource-version for concurrency", 
53269             "in": "query", 
53270             "name": "resource-version", 
53271             "required": true, 
53272             "type": "string"
53273           }
53274         ], 
53275         "produces": [
53276           "application/json", 
53277           "application/xml"
53278         ], 
53279         "responses": {
53280           "default": {
53281             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53282           }
53283         }, 
53284         "summary": "delete an existing l3-interface-ipv4-address-list", 
53285         "tags": [
53286           "Network"
53287         ]
53288       }, 
53289       "get": {
53290         "description": "returns l3-interface-ipv4-address-list", 
53291         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
53292         "parameters": [
53293           {
53294             "description": "unique name of Physical Network Function.", 
53295             "example": "__PNF-NAME__", 
53296             "in": "path", 
53297             "name": "pnf-name", 
53298             "required": true, 
53299             "type": "string"
53300           }, 
53301           {
53302             "description": "Name that identifies the physical interface", 
53303             "example": "__INTERFACE-NAME__", 
53304             "in": "path", 
53305             "name": "interface-name", 
53306             "required": true, 
53307             "type": "string"
53308           }, 
53309           {
53310             "description": "Name given to the interface", 
53311             "example": "__INTERFACE-NAME__", 
53312             "in": "path", 
53313             "name": "l-interface.interface-name", 
53314             "required": true, 
53315             "type": "string"
53316           }, 
53317           {
53318             "description": "String that identifies the interface", 
53319             "example": "__VLAN-INTERFACE__", 
53320             "in": "path", 
53321             "name": "vlan-interface", 
53322             "required": true, 
53323             "type": "string"
53324           }, 
53325           {
53326             "description": "IP address", 
53327             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
53328             "in": "path", 
53329             "name": "l3-interface-ipv4-address", 
53330             "required": true, 
53331             "type": "string"
53332           }
53333         ], 
53334         "produces": [
53335           "application/json", 
53336           "application/xml"
53337         ], 
53338         "responses": {
53339           "200": {
53340             "description": "successful operation", 
53341             "schema": {
53342               "$ref": "#/definitions/l3-interface-ipv4-address-list"
53343             }
53344           }, 
53345           "default": {
53346             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53347           }
53348         }, 
53349         "summary": "returns l3-interface-ipv4-address-list", 
53350         "tags": [
53351           "Network"
53352         ]
53353       }, 
53354       "patch": {
53355         "consumes": [
53356           "application/json"
53357         ], 
53358         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
53359         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
53360         "parameters": [
53361           {
53362             "description": "unique name of Physical Network Function.", 
53363             "example": "__PNF-NAME__", 
53364             "in": "path", 
53365             "name": "pnf-name", 
53366             "required": true, 
53367             "type": "string"
53368           }, 
53369           {
53370             "description": "Name that identifies the physical interface", 
53371             "example": "__INTERFACE-NAME__", 
53372             "in": "path", 
53373             "name": "interface-name", 
53374             "required": true, 
53375             "type": "string"
53376           }, 
53377           {
53378             "description": "Name given to the interface", 
53379             "example": "__INTERFACE-NAME__", 
53380             "in": "path", 
53381             "name": "l-interface.interface-name", 
53382             "required": true, 
53383             "type": "string"
53384           }, 
53385           {
53386             "description": "String that identifies the interface", 
53387             "example": "__VLAN-INTERFACE__", 
53388             "in": "path", 
53389             "name": "vlan-interface", 
53390             "required": true, 
53391             "type": "string"
53392           }, 
53393           {
53394             "description": "IP address", 
53395             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
53396             "in": "path", 
53397             "name": "l3-interface-ipv4-address", 
53398             "required": true, 
53399             "type": "string"
53400           }, 
53401           {
53402             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
53403             "in": "body", 
53404             "name": "body", 
53405             "required": true, 
53406             "schema": {
53407               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
53408             }
53409           }
53410         ], 
53411         "produces": [
53412           "application/json"
53413         ], 
53414         "responses": {
53415           "default": {
53416             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53417           }
53418         }, 
53419         "summary": "update an existing l3-interface-ipv4-address-list", 
53420         "tags": [
53421           "Network"
53422         ]
53423       }, 
53424       "put": {
53425         "consumes": [
53426           "application/json", 
53427           "application/xml"
53428         ], 
53429         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
53430         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
53431         "parameters": [
53432           {
53433             "description": "unique name of Physical Network Function.", 
53434             "example": "__PNF-NAME__", 
53435             "in": "path", 
53436             "name": "pnf-name", 
53437             "required": true, 
53438             "type": "string"
53439           }, 
53440           {
53441             "description": "Name that identifies the physical interface", 
53442             "example": "__INTERFACE-NAME__", 
53443             "in": "path", 
53444             "name": "interface-name", 
53445             "required": true, 
53446             "type": "string"
53447           }, 
53448           {
53449             "description": "Name given to the interface", 
53450             "example": "__INTERFACE-NAME__", 
53451             "in": "path", 
53452             "name": "l-interface.interface-name", 
53453             "required": true, 
53454             "type": "string"
53455           }, 
53456           {
53457             "description": "String that identifies the interface", 
53458             "example": "__VLAN-INTERFACE__", 
53459             "in": "path", 
53460             "name": "vlan-interface", 
53461             "required": true, 
53462             "type": "string"
53463           }, 
53464           {
53465             "description": "IP address", 
53466             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
53467             "in": "path", 
53468             "name": "l3-interface-ipv4-address", 
53469             "required": true, 
53470             "type": "string"
53471           }, 
53472           {
53473             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
53474             "in": "body", 
53475             "name": "body", 
53476             "required": true, 
53477             "schema": {
53478               "$ref": "#/definitions/l3-interface-ipv4-address-list"
53479             }
53480           }
53481         ], 
53482         "produces": [
53483           "application/json", 
53484           "application/xml"
53485         ], 
53486         "responses": {
53487           "default": {
53488             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53489           }
53490         }, 
53491         "summary": "create or update an existing l3-interface-ipv4-address-list", 
53492         "tags": [
53493           "Network"
53494         ]
53495       }
53496     }, 
53497     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
53498       "delete": {
53499         "consumes": [
53500           "application/json", 
53501           "application/xml"
53502         ], 
53503         "description": "delete an existing relationship", 
53504         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
53505         "parameters": [
53506           {
53507             "description": "unique name of Physical Network Function.", 
53508             "example": "__PNF-NAME__", 
53509             "in": "path", 
53510             "name": "pnf-name", 
53511             "required": true, 
53512             "type": "string"
53513           }, 
53514           {
53515             "description": "Name that identifies the physical interface", 
53516             "example": "__INTERFACE-NAME__", 
53517             "in": "path", 
53518             "name": "interface-name", 
53519             "required": true, 
53520             "type": "string"
53521           }, 
53522           {
53523             "description": "Name given to the interface", 
53524             "example": "__INTERFACE-NAME__", 
53525             "in": "path", 
53526             "name": "l-interface.interface-name", 
53527             "required": true, 
53528             "type": "string"
53529           }, 
53530           {
53531             "description": "String that identifies the interface", 
53532             "example": "__VLAN-INTERFACE__", 
53533             "in": "path", 
53534             "name": "vlan-interface", 
53535             "required": true, 
53536             "type": "string"
53537           }, 
53538           {
53539             "description": "IP address", 
53540             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
53541             "in": "path", 
53542             "name": "l3-interface-ipv4-address", 
53543             "required": true, 
53544             "type": "string"
53545           }
53546         ], 
53547         "produces": [
53548           "application/json", 
53549           "application/xml"
53550         ], 
53551         "responses": {
53552           "default": {
53553             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53554           }
53555         }, 
53556         "summary": "delete an existing relationship", 
53557         "tags": [
53558           "Network"
53559         ]
53560       }, 
53561       "put": {
53562         "consumes": [
53563           "application/json", 
53564           "application/xml"
53565         ], 
53566         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
53567         "parameters": [
53568           {
53569             "description": "unique name of Physical Network Function.", 
53570             "example": "__PNF-NAME__", 
53571             "in": "path", 
53572             "name": "pnf-name", 
53573             "required": true, 
53574             "type": "string"
53575           }, 
53576           {
53577             "description": "Name that identifies the physical interface", 
53578             "example": "__INTERFACE-NAME__", 
53579             "in": "path", 
53580             "name": "interface-name", 
53581             "required": true, 
53582             "type": "string"
53583           }, 
53584           {
53585             "description": "Name given to the interface", 
53586             "example": "__INTERFACE-NAME__", 
53587             "in": "path", 
53588             "name": "l-interface.interface-name", 
53589             "required": true, 
53590             "type": "string"
53591           }, 
53592           {
53593             "description": "String that identifies the interface", 
53594             "example": "__VLAN-INTERFACE__", 
53595             "in": "path", 
53596             "name": "vlan-interface", 
53597             "required": true, 
53598             "type": "string"
53599           }, 
53600           {
53601             "description": "IP address", 
53602             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
53603             "in": "path", 
53604             "name": "l3-interface-ipv4-address", 
53605             "required": true, 
53606             "type": "string"
53607           }, 
53608           {
53609             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
53610             "in": "body", 
53611             "name": "body", 
53612             "required": true, 
53613             "schema": {
53614               "$ref": "#/definitions/relationship-dict"
53615             }
53616           }
53617         ], 
53618         "produces": [
53619           "application/json", 
53620           "application/xml"
53621         ], 
53622         "responses": {
53623           "default": {
53624             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53625           }
53626         }, 
53627         "summary": "see node definition for valid relationships", 
53628         "tags": [
53629           "Network"
53630         ]
53631       }
53632     }, 
53633     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
53634       "delete": {
53635         "consumes": [
53636           "application/json", 
53637           "application/xml"
53638         ], 
53639         "description": "delete an existing l3-interface-ipv6-address-list", 
53640         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
53641         "parameters": [
53642           {
53643             "description": "unique name of Physical Network Function.", 
53644             "example": "__PNF-NAME__", 
53645             "in": "path", 
53646             "name": "pnf-name", 
53647             "required": true, 
53648             "type": "string"
53649           }, 
53650           {
53651             "description": "Name that identifies the physical interface", 
53652             "example": "__INTERFACE-NAME__", 
53653             "in": "path", 
53654             "name": "interface-name", 
53655             "required": true, 
53656             "type": "string"
53657           }, 
53658           {
53659             "description": "Name given to the interface", 
53660             "example": "__INTERFACE-NAME__", 
53661             "in": "path", 
53662             "name": "l-interface.interface-name", 
53663             "required": true, 
53664             "type": "string"
53665           }, 
53666           {
53667             "description": "String that identifies the interface", 
53668             "example": "__VLAN-INTERFACE__", 
53669             "in": "path", 
53670             "name": "vlan-interface", 
53671             "required": true, 
53672             "type": "string"
53673           }, 
53674           {
53675             "description": "IP address", 
53676             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
53677             "in": "path", 
53678             "name": "l3-interface-ipv6-address", 
53679             "required": true, 
53680             "type": "string"
53681           }, 
53682           {
53683             "description": "resource-version for concurrency", 
53684             "in": "query", 
53685             "name": "resource-version", 
53686             "required": true, 
53687             "type": "string"
53688           }
53689         ], 
53690         "produces": [
53691           "application/json", 
53692           "application/xml"
53693         ], 
53694         "responses": {
53695           "default": {
53696             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53697           }
53698         }, 
53699         "summary": "delete an existing l3-interface-ipv6-address-list", 
53700         "tags": [
53701           "Network"
53702         ]
53703       }, 
53704       "get": {
53705         "description": "returns l3-interface-ipv6-address-list", 
53706         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
53707         "parameters": [
53708           {
53709             "description": "unique name of Physical Network Function.", 
53710             "example": "__PNF-NAME__", 
53711             "in": "path", 
53712             "name": "pnf-name", 
53713             "required": true, 
53714             "type": "string"
53715           }, 
53716           {
53717             "description": "Name that identifies the physical interface", 
53718             "example": "__INTERFACE-NAME__", 
53719             "in": "path", 
53720             "name": "interface-name", 
53721             "required": true, 
53722             "type": "string"
53723           }, 
53724           {
53725             "description": "Name given to the interface", 
53726             "example": "__INTERFACE-NAME__", 
53727             "in": "path", 
53728             "name": "l-interface.interface-name", 
53729             "required": true, 
53730             "type": "string"
53731           }, 
53732           {
53733             "description": "String that identifies the interface", 
53734             "example": "__VLAN-INTERFACE__", 
53735             "in": "path", 
53736             "name": "vlan-interface", 
53737             "required": true, 
53738             "type": "string"
53739           }, 
53740           {
53741             "description": "IP address", 
53742             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
53743             "in": "path", 
53744             "name": "l3-interface-ipv6-address", 
53745             "required": true, 
53746             "type": "string"
53747           }
53748         ], 
53749         "produces": [
53750           "application/json", 
53751           "application/xml"
53752         ], 
53753         "responses": {
53754           "200": {
53755             "description": "successful operation", 
53756             "schema": {
53757               "$ref": "#/definitions/l3-interface-ipv6-address-list"
53758             }
53759           }, 
53760           "default": {
53761             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53762           }
53763         }, 
53764         "summary": "returns l3-interface-ipv6-address-list", 
53765         "tags": [
53766           "Network"
53767         ]
53768       }, 
53769       "patch": {
53770         "consumes": [
53771           "application/json"
53772         ], 
53773         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
53774         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
53775         "parameters": [
53776           {
53777             "description": "unique name of Physical Network Function.", 
53778             "example": "__PNF-NAME__", 
53779             "in": "path", 
53780             "name": "pnf-name", 
53781             "required": true, 
53782             "type": "string"
53783           }, 
53784           {
53785             "description": "Name that identifies the physical interface", 
53786             "example": "__INTERFACE-NAME__", 
53787             "in": "path", 
53788             "name": "interface-name", 
53789             "required": true, 
53790             "type": "string"
53791           }, 
53792           {
53793             "description": "Name given to the interface", 
53794             "example": "__INTERFACE-NAME__", 
53795             "in": "path", 
53796             "name": "l-interface.interface-name", 
53797             "required": true, 
53798             "type": "string"
53799           }, 
53800           {
53801             "description": "String that identifies the interface", 
53802             "example": "__VLAN-INTERFACE__", 
53803             "in": "path", 
53804             "name": "vlan-interface", 
53805             "required": true, 
53806             "type": "string"
53807           }, 
53808           {
53809             "description": "IP address", 
53810             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
53811             "in": "path", 
53812             "name": "l3-interface-ipv6-address", 
53813             "required": true, 
53814             "type": "string"
53815           }, 
53816           {
53817             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
53818             "in": "body", 
53819             "name": "body", 
53820             "required": true, 
53821             "schema": {
53822               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
53823             }
53824           }
53825         ], 
53826         "produces": [
53827           "application/json"
53828         ], 
53829         "responses": {
53830           "default": {
53831             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53832           }
53833         }, 
53834         "summary": "update an existing l3-interface-ipv6-address-list", 
53835         "tags": [
53836           "Network"
53837         ]
53838       }, 
53839       "put": {
53840         "consumes": [
53841           "application/json", 
53842           "application/xml"
53843         ], 
53844         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
53845         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
53846         "parameters": [
53847           {
53848             "description": "unique name of Physical Network Function.", 
53849             "example": "__PNF-NAME__", 
53850             "in": "path", 
53851             "name": "pnf-name", 
53852             "required": true, 
53853             "type": "string"
53854           }, 
53855           {
53856             "description": "Name that identifies the physical interface", 
53857             "example": "__INTERFACE-NAME__", 
53858             "in": "path", 
53859             "name": "interface-name", 
53860             "required": true, 
53861             "type": "string"
53862           }, 
53863           {
53864             "description": "Name given to the interface", 
53865             "example": "__INTERFACE-NAME__", 
53866             "in": "path", 
53867             "name": "l-interface.interface-name", 
53868             "required": true, 
53869             "type": "string"
53870           }, 
53871           {
53872             "description": "String that identifies the interface", 
53873             "example": "__VLAN-INTERFACE__", 
53874             "in": "path", 
53875             "name": "vlan-interface", 
53876             "required": true, 
53877             "type": "string"
53878           }, 
53879           {
53880             "description": "IP address", 
53881             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
53882             "in": "path", 
53883             "name": "l3-interface-ipv6-address", 
53884             "required": true, 
53885             "type": "string"
53886           }, 
53887           {
53888             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
53889             "in": "body", 
53890             "name": "body", 
53891             "required": true, 
53892             "schema": {
53893               "$ref": "#/definitions/l3-interface-ipv6-address-list"
53894             }
53895           }
53896         ], 
53897         "produces": [
53898           "application/json", 
53899           "application/xml"
53900         ], 
53901         "responses": {
53902           "default": {
53903             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53904           }
53905         }, 
53906         "summary": "create or update an existing l3-interface-ipv6-address-list", 
53907         "tags": [
53908           "Network"
53909         ]
53910       }
53911     }, 
53912     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
53913       "delete": {
53914         "consumes": [
53915           "application/json", 
53916           "application/xml"
53917         ], 
53918         "description": "delete an existing relationship", 
53919         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
53920         "parameters": [
53921           {
53922             "description": "unique name of Physical Network Function.", 
53923             "example": "__PNF-NAME__", 
53924             "in": "path", 
53925             "name": "pnf-name", 
53926             "required": true, 
53927             "type": "string"
53928           }, 
53929           {
53930             "description": "Name that identifies the physical interface", 
53931             "example": "__INTERFACE-NAME__", 
53932             "in": "path", 
53933             "name": "interface-name", 
53934             "required": true, 
53935             "type": "string"
53936           }, 
53937           {
53938             "description": "Name given to the interface", 
53939             "example": "__INTERFACE-NAME__", 
53940             "in": "path", 
53941             "name": "l-interface.interface-name", 
53942             "required": true, 
53943             "type": "string"
53944           }, 
53945           {
53946             "description": "String that identifies the interface", 
53947             "example": "__VLAN-INTERFACE__", 
53948             "in": "path", 
53949             "name": "vlan-interface", 
53950             "required": true, 
53951             "type": "string"
53952           }, 
53953           {
53954             "description": "IP address", 
53955             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
53956             "in": "path", 
53957             "name": "l3-interface-ipv6-address", 
53958             "required": true, 
53959             "type": "string"
53960           }
53961         ], 
53962         "produces": [
53963           "application/json", 
53964           "application/xml"
53965         ], 
53966         "responses": {
53967           "default": {
53968             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53969           }
53970         }, 
53971         "summary": "delete an existing relationship", 
53972         "tags": [
53973           "Network"
53974         ]
53975       }, 
53976       "put": {
53977         "consumes": [
53978           "application/json", 
53979           "application/xml"
53980         ], 
53981         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
53982         "parameters": [
53983           {
53984             "description": "unique name of Physical Network Function.", 
53985             "example": "__PNF-NAME__", 
53986             "in": "path", 
53987             "name": "pnf-name", 
53988             "required": true, 
53989             "type": "string"
53990           }, 
53991           {
53992             "description": "Name that identifies the physical interface", 
53993             "example": "__INTERFACE-NAME__", 
53994             "in": "path", 
53995             "name": "interface-name", 
53996             "required": true, 
53997             "type": "string"
53998           }, 
53999           {
54000             "description": "Name given to the interface", 
54001             "example": "__INTERFACE-NAME__", 
54002             "in": "path", 
54003             "name": "l-interface.interface-name", 
54004             "required": true, 
54005             "type": "string"
54006           }, 
54007           {
54008             "description": "String that identifies the interface", 
54009             "example": "__VLAN-INTERFACE__", 
54010             "in": "path", 
54011             "name": "vlan-interface", 
54012             "required": true, 
54013             "type": "string"
54014           }, 
54015           {
54016             "description": "IP address", 
54017             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
54018             "in": "path", 
54019             "name": "l3-interface-ipv6-address", 
54020             "required": true, 
54021             "type": "string"
54022           }, 
54023           {
54024             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
54025             "in": "body", 
54026             "name": "body", 
54027             "required": true, 
54028             "schema": {
54029               "$ref": "#/definitions/relationship-dict"
54030             }
54031           }
54032         ], 
54033         "produces": [
54034           "application/json", 
54035           "application/xml"
54036         ], 
54037         "responses": {
54038           "default": {
54039             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54040           }
54041         }, 
54042         "summary": "see node definition for valid relationships", 
54043         "tags": [
54044           "Network"
54045         ]
54046       }
54047     }, 
54048     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
54049       "delete": {
54050         "consumes": [
54051           "application/json", 
54052           "application/xml"
54053         ], 
54054         "description": "delete an existing relationship", 
54055         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
54056         "parameters": [
54057           {
54058             "description": "unique name of Physical Network Function.", 
54059             "example": "__PNF-NAME__", 
54060             "in": "path", 
54061             "name": "pnf-name", 
54062             "required": true, 
54063             "type": "string"
54064           }, 
54065           {
54066             "description": "Name that identifies the physical interface", 
54067             "example": "__INTERFACE-NAME__", 
54068             "in": "path", 
54069             "name": "interface-name", 
54070             "required": true, 
54071             "type": "string"
54072           }, 
54073           {
54074             "description": "Name given to the interface", 
54075             "example": "__INTERFACE-NAME__", 
54076             "in": "path", 
54077             "name": "l-interface.interface-name", 
54078             "required": true, 
54079             "type": "string"
54080           }, 
54081           {
54082             "description": "String that identifies the interface", 
54083             "example": "__VLAN-INTERFACE__", 
54084             "in": "path", 
54085             "name": "vlan-interface", 
54086             "required": true, 
54087             "type": "string"
54088           }
54089         ], 
54090         "produces": [
54091           "application/json", 
54092           "application/xml"
54093         ], 
54094         "responses": {
54095           "default": {
54096             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54097           }
54098         }, 
54099         "summary": "delete an existing relationship", 
54100         "tags": [
54101           "Network"
54102         ]
54103       }, 
54104       "put": {
54105         "consumes": [
54106           "application/json", 
54107           "application/xml"
54108         ], 
54109         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
54110         "parameters": [
54111           {
54112             "description": "unique name of Physical Network Function.", 
54113             "example": "__PNF-NAME__", 
54114             "in": "path", 
54115             "name": "pnf-name", 
54116             "required": true, 
54117             "type": "string"
54118           }, 
54119           {
54120             "description": "Name that identifies the physical interface", 
54121             "example": "__INTERFACE-NAME__", 
54122             "in": "path", 
54123             "name": "interface-name", 
54124             "required": true, 
54125             "type": "string"
54126           }, 
54127           {
54128             "description": "Name given to the interface", 
54129             "example": "__INTERFACE-NAME__", 
54130             "in": "path", 
54131             "name": "l-interface.interface-name", 
54132             "required": true, 
54133             "type": "string"
54134           }, 
54135           {
54136             "description": "String that identifies the interface", 
54137             "example": "__VLAN-INTERFACE__", 
54138             "in": "path", 
54139             "name": "vlan-interface", 
54140             "required": true, 
54141             "type": "string"
54142           }, 
54143           {
54144             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
54145             "in": "body", 
54146             "name": "body", 
54147             "required": true, 
54148             "schema": {
54149               "$ref": "#/definitions/relationship-dict"
54150             }
54151           }
54152         ], 
54153         "produces": [
54154           "application/json", 
54155           "application/xml"
54156         ], 
54157         "responses": {
54158           "default": {
54159             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54160           }
54161         }, 
54162         "summary": "see node definition for valid relationships", 
54163         "tags": [
54164           "Network"
54165         ]
54166       }
54167     }, 
54168     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/relationship-list/relationship": {
54169       "delete": {
54170         "consumes": [
54171           "application/json", 
54172           "application/xml"
54173         ], 
54174         "description": "delete an existing relationship", 
54175         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceRelationshipListRelationship", 
54176         "parameters": [
54177           {
54178             "description": "unique name of Physical Network Function.", 
54179             "example": "__PNF-NAME__", 
54180             "in": "path", 
54181             "name": "pnf-name", 
54182             "required": true, 
54183             "type": "string"
54184           }, 
54185           {
54186             "description": "Name that identifies the physical interface", 
54187             "example": "__INTERFACE-NAME__", 
54188             "in": "path", 
54189             "name": "interface-name", 
54190             "required": true, 
54191             "type": "string"
54192           }
54193         ], 
54194         "produces": [
54195           "application/json", 
54196           "application/xml"
54197         ], 
54198         "responses": {
54199           "default": {
54200             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54201           }
54202         }, 
54203         "summary": "delete an existing relationship", 
54204         "tags": [
54205           "Network"
54206         ]
54207       }, 
54208       "put": {
54209         "consumes": [
54210           "application/json", 
54211           "application/xml"
54212         ], 
54213         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceRelationshipListRelationship", 
54214         "parameters": [
54215           {
54216             "description": "unique name of Physical Network Function.", 
54217             "example": "__PNF-NAME__", 
54218             "in": "path", 
54219             "name": "pnf-name", 
54220             "required": true, 
54221             "type": "string"
54222           }, 
54223           {
54224             "description": "Name that identifies the physical interface", 
54225             "example": "__INTERFACE-NAME__", 
54226             "in": "path", 
54227             "name": "interface-name", 
54228             "required": true, 
54229             "type": "string"
54230           }, 
54231           {
54232             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterface.json)", 
54233             "in": "body", 
54234             "name": "body", 
54235             "required": true, 
54236             "schema": {
54237               "$ref": "#/definitions/relationship-dict"
54238             }
54239           }
54240         ], 
54241         "produces": [
54242           "application/json", 
54243           "application/xml"
54244         ], 
54245         "responses": {
54246           "default": {
54247             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54248           }
54249         }, 
54250         "summary": "see node definition for valid relationships", 
54251         "tags": [
54252           "Network"
54253         ]
54254       }
54255     }, 
54256     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs": {
54257       "get": {
54258         "description": "returns sriov-pfs", 
54259         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceSriovPfs", 
54260         "parameters": [
54261           {
54262             "description": "unique name of Physical Network Function.", 
54263             "example": "__PNF-NAME__", 
54264             "in": "path", 
54265             "name": "pnf-name", 
54266             "required": true, 
54267             "type": "string"
54268           }, 
54269           {
54270             "description": "Name that identifies the physical interface", 
54271             "example": "__INTERFACE-NAME__", 
54272             "in": "path", 
54273             "name": "interface-name", 
54274             "required": true, 
54275             "type": "string"
54276           }, 
54277           {
54278             "description": "n/a", 
54279             "in": "query", 
54280             "name": "pf-pci-id", 
54281             "required": false, 
54282             "type": "string"
54283           }
54284         ], 
54285         "produces": [
54286           "application/json", 
54287           "application/xml"
54288         ], 
54289         "responses": {
54290           "200": {
54291             "description": "successful operation", 
54292             "schema": {
54293               "$ref": "#/definitions/sriov-pfs"
54294             }
54295           }, 
54296           "default": {
54297             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54298           }
54299         }, 
54300         "summary": "returns sriov-pfs", 
54301         "tags": [
54302           "Network"
54303         ]
54304       }
54305     }, 
54306     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}": {
54307       "delete": {
54308         "consumes": [
54309           "application/json", 
54310           "application/xml"
54311         ], 
54312         "description": "delete an existing sriov-pf", 
54313         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf", 
54314         "parameters": [
54315           {
54316             "description": "unique name of Physical Network Function.", 
54317             "example": "__PNF-NAME__", 
54318             "in": "path", 
54319             "name": "pnf-name", 
54320             "required": true, 
54321             "type": "string"
54322           }, 
54323           {
54324             "description": "Name that identifies the physical interface", 
54325             "example": "__INTERFACE-NAME__", 
54326             "in": "path", 
54327             "name": "interface-name", 
54328             "required": true, 
54329             "type": "string"
54330           }, 
54331           {
54332             "description": "Identifier for the sriov-pf", 
54333             "example": "__PF-PCI-ID__", 
54334             "in": "path", 
54335             "name": "pf-pci-id", 
54336             "required": true, 
54337             "type": "string"
54338           }, 
54339           {
54340             "description": "resource-version for concurrency", 
54341             "in": "query", 
54342             "name": "resource-version", 
54343             "required": true, 
54344             "type": "string"
54345           }
54346         ], 
54347         "produces": [
54348           "application/json", 
54349           "application/xml"
54350         ], 
54351         "responses": {
54352           "default": {
54353             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54354           }
54355         }, 
54356         "summary": "delete an existing sriov-pf", 
54357         "tags": [
54358           "Network"
54359         ]
54360       }, 
54361       "get": {
54362         "description": "returns sriov-pf", 
54363         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf", 
54364         "parameters": [
54365           {
54366             "description": "unique name of Physical Network Function.", 
54367             "example": "__PNF-NAME__", 
54368             "in": "path", 
54369             "name": "pnf-name", 
54370             "required": true, 
54371             "type": "string"
54372           }, 
54373           {
54374             "description": "Name that identifies the physical interface", 
54375             "example": "__INTERFACE-NAME__", 
54376             "in": "path", 
54377             "name": "interface-name", 
54378             "required": true, 
54379             "type": "string"
54380           }, 
54381           {
54382             "description": "Identifier for the sriov-pf", 
54383             "example": "__PF-PCI-ID__", 
54384             "in": "path", 
54385             "name": "pf-pci-id", 
54386             "required": true, 
54387             "type": "string"
54388           }
54389         ], 
54390         "produces": [
54391           "application/json", 
54392           "application/xml"
54393         ], 
54394         "responses": {
54395           "200": {
54396             "description": "successful operation", 
54397             "schema": {
54398               "$ref": "#/definitions/sriov-pf"
54399             }
54400           }, 
54401           "default": {
54402             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54403           }
54404         }, 
54405         "summary": "returns sriov-pf", 
54406         "tags": [
54407           "Network"
54408         ]
54409       }, 
54410       "patch": {
54411         "consumes": [
54412           "application/json"
54413         ], 
54414         "description": "Update an existing sriov-pf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
54415         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf", 
54416         "parameters": [
54417           {
54418             "description": "unique name of Physical Network Function.", 
54419             "example": "__PNF-NAME__", 
54420             "in": "path", 
54421             "name": "pnf-name", 
54422             "required": true, 
54423             "type": "string"
54424           }, 
54425           {
54426             "description": "Name that identifies the physical interface", 
54427             "example": "__INTERFACE-NAME__", 
54428             "in": "path", 
54429             "name": "interface-name", 
54430             "required": true, 
54431             "type": "string"
54432           }, 
54433           {
54434             "description": "Identifier for the sriov-pf", 
54435             "example": "__PF-PCI-ID__", 
54436             "in": "path", 
54437             "name": "pf-pci-id", 
54438             "required": true, 
54439             "type": "string"
54440           }, 
54441           {
54442             "description": "sriov-pf object that needs to be updated.", 
54443             "in": "body", 
54444             "name": "body", 
54445             "required": true, 
54446             "schema": {
54447               "$ref": "#/definitions/zzzz-patch-sriov-pf"
54448             }
54449           }
54450         ], 
54451         "produces": [
54452           "application/json"
54453         ], 
54454         "responses": {
54455           "default": {
54456             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54457           }
54458         }, 
54459         "summary": "update an existing sriov-pf", 
54460         "tags": [
54461           "Network"
54462         ]
54463       }, 
54464       "put": {
54465         "consumes": [
54466           "application/json", 
54467           "application/xml"
54468         ], 
54469         "description": "Create or update an existing sriov-pf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
54470         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf", 
54471         "parameters": [
54472           {
54473             "description": "unique name of Physical Network Function.", 
54474             "example": "__PNF-NAME__", 
54475             "in": "path", 
54476             "name": "pnf-name", 
54477             "required": true, 
54478             "type": "string"
54479           }, 
54480           {
54481             "description": "Name that identifies the physical interface", 
54482             "example": "__INTERFACE-NAME__", 
54483             "in": "path", 
54484             "name": "interface-name", 
54485             "required": true, 
54486             "type": "string"
54487           }, 
54488           {
54489             "description": "Identifier for the sriov-pf", 
54490             "example": "__PF-PCI-ID__", 
54491             "in": "path", 
54492             "name": "pf-pci-id", 
54493             "required": true, 
54494             "type": "string"
54495           }, 
54496           {
54497             "description": "sriov-pf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf.json)", 
54498             "in": "body", 
54499             "name": "body", 
54500             "required": true, 
54501             "schema": {
54502               "$ref": "#/definitions/sriov-pf"
54503             }
54504           }
54505         ], 
54506         "produces": [
54507           "application/json", 
54508           "application/xml"
54509         ], 
54510         "responses": {
54511           "default": {
54512             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54513           }
54514         }, 
54515         "summary": "create or update an existing sriov-pf", 
54516         "tags": [
54517           "Network"
54518         ]
54519       }
54520     }, 
54521     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}/relationship-list/relationship": {
54522       "delete": {
54523         "consumes": [
54524           "application/json", 
54525           "application/xml"
54526         ], 
54527         "description": "delete an existing relationship", 
54528         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
54529         "parameters": [
54530           {
54531             "description": "unique name of Physical Network Function.", 
54532             "example": "__PNF-NAME__", 
54533             "in": "path", 
54534             "name": "pnf-name", 
54535             "required": true, 
54536             "type": "string"
54537           }, 
54538           {
54539             "description": "Name that identifies the physical interface", 
54540             "example": "__INTERFACE-NAME__", 
54541             "in": "path", 
54542             "name": "interface-name", 
54543             "required": true, 
54544             "type": "string"
54545           }, 
54546           {
54547             "description": "Identifier for the sriov-pf", 
54548             "example": "__PF-PCI-ID__", 
54549             "in": "path", 
54550             "name": "pf-pci-id", 
54551             "required": true, 
54552             "type": "string"
54553           }
54554         ], 
54555         "produces": [
54556           "application/json", 
54557           "application/xml"
54558         ], 
54559         "responses": {
54560           "default": {
54561             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54562           }
54563         }, 
54564         "summary": "delete an existing relationship", 
54565         "tags": [
54566           "Network"
54567         ]
54568       }, 
54569       "put": {
54570         "consumes": [
54571           "application/json", 
54572           "application/xml"
54573         ], 
54574         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
54575         "parameters": [
54576           {
54577             "description": "unique name of Physical Network Function.", 
54578             "example": "__PNF-NAME__", 
54579             "in": "path", 
54580             "name": "pnf-name", 
54581             "required": true, 
54582             "type": "string"
54583           }, 
54584           {
54585             "description": "Name that identifies the physical interface", 
54586             "example": "__INTERFACE-NAME__", 
54587             "in": "path", 
54588             "name": "interface-name", 
54589             "required": true, 
54590             "type": "string"
54591           }, 
54592           {
54593             "description": "Identifier for the sriov-pf", 
54594             "example": "__PF-PCI-ID__", 
54595             "in": "path", 
54596             "name": "pf-pci-id", 
54597             "required": true, 
54598             "type": "string"
54599           }, 
54600           {
54601             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf.json)", 
54602             "in": "body", 
54603             "name": "body", 
54604             "required": true, 
54605             "schema": {
54606               "$ref": "#/definitions/relationship-dict"
54607             }
54608           }
54609         ], 
54610         "produces": [
54611           "application/json", 
54612           "application/xml"
54613         ], 
54614         "responses": {
54615           "default": {
54616             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54617           }
54618         }, 
54619         "summary": "see node definition for valid relationships", 
54620         "tags": [
54621           "Network"
54622         ]
54623       }
54624     }, 
54625     "/network/pnfs/pnf/{pnf-name}/relationship-list/relationship": {
54626       "delete": {
54627         "consumes": [
54628           "application/json", 
54629           "application/xml"
54630         ], 
54631         "description": "delete an existing relationship", 
54632         "operationId": "deleteNetworkPnfsPnfRelationshipListRelationship", 
54633         "parameters": [
54634           {
54635             "description": "unique name of Physical Network Function.", 
54636             "example": "__PNF-NAME__", 
54637             "in": "path", 
54638             "name": "pnf-name", 
54639             "required": true, 
54640             "type": "string"
54641           }
54642         ], 
54643         "produces": [
54644           "application/json", 
54645           "application/xml"
54646         ], 
54647         "responses": {
54648           "default": {
54649             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54650           }
54651         }, 
54652         "summary": "delete an existing relationship", 
54653         "tags": [
54654           "Network"
54655         ]
54656       }, 
54657       "put": {
54658         "consumes": [
54659           "application/json", 
54660           "application/xml"
54661         ], 
54662         "operationId": "createOrUpdateNetworkPnfsPnfRelationshipListRelationship", 
54663         "parameters": [
54664           {
54665             "description": "unique name of Physical Network Function.", 
54666             "example": "__PNF-NAME__", 
54667             "in": "path", 
54668             "name": "pnf-name", 
54669             "required": true, 
54670             "type": "string"
54671           }, 
54672           {
54673             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkPnfsPnf.json)", 
54674             "in": "body", 
54675             "name": "body", 
54676             "required": true, 
54677             "schema": {
54678               "$ref": "#/definitions/relationship-dict"
54679             }
54680           }
54681         ], 
54682         "produces": [
54683           "application/json", 
54684           "application/xml"
54685         ], 
54686         "responses": {
54687           "default": {
54688             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54689           }
54690         }, 
54691         "summary": "see node definition for valid relationships", 
54692         "tags": [
54693           "Network"
54694         ]
54695       }
54696     }, 
54697     "/network/route-table-references": {
54698       "get": {
54699         "description": "returns route-table-references", 
54700         "operationId": "getNetworkRouteTableReferences", 
54701         "parameters": [
54702           {
54703             "description": "n/a", 
54704             "in": "query", 
54705             "name": "route-table-reference-id", 
54706             "required": false, 
54707             "type": "string"
54708           }, 
54709           {
54710             "description": "n/a", 
54711             "in": "query", 
54712             "name": "route-table-reference-fqdn", 
54713             "required": false, 
54714             "type": "string"
54715           }
54716         ], 
54717         "produces": [
54718           "application/json", 
54719           "application/xml"
54720         ], 
54721         "responses": {
54722           "200": {
54723             "description": "successful operation", 
54724             "schema": {
54725               "$ref": "#/definitions/route-table-references"
54726             }
54727           }, 
54728           "default": {
54729             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54730           }
54731         }, 
54732         "summary": "returns route-table-references", 
54733         "tags": [
54734           "Network"
54735         ]
54736       }
54737     }, 
54738     "/network/route-table-references/route-table-reference/{route-table-reference-id}": {
54739       "delete": {
54740         "consumes": [
54741           "application/json", 
54742           "application/xml"
54743         ], 
54744         "description": "delete an existing route-table-reference", 
54745         "operationId": "deleteNetworkRouteTableReferencesRouteTableReference", 
54746         "parameters": [
54747           {
54748             "description": "Route Table Reference id, UUID assigned to this instance.", 
54749             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
54750             "in": "path", 
54751             "name": "route-table-reference-id", 
54752             "required": true, 
54753             "type": "string"
54754           }, 
54755           {
54756             "description": "resource-version for concurrency", 
54757             "in": "query", 
54758             "name": "resource-version", 
54759             "required": true, 
54760             "type": "string"
54761           }
54762         ], 
54763         "produces": [
54764           "application/json", 
54765           "application/xml"
54766         ], 
54767         "responses": {
54768           "default": {
54769             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54770           }
54771         }, 
54772         "summary": "delete an existing route-table-reference", 
54773         "tags": [
54774           "Network"
54775         ]
54776       }, 
54777       "get": {
54778         "description": "returns route-table-reference", 
54779         "operationId": "getNetworkRouteTableReferencesRouteTableReference", 
54780         "parameters": [
54781           {
54782             "description": "Route Table Reference id, UUID assigned to this instance.", 
54783             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
54784             "in": "path", 
54785             "name": "route-table-reference-id", 
54786             "required": true, 
54787             "type": "string"
54788           }
54789         ], 
54790         "produces": [
54791           "application/json", 
54792           "application/xml"
54793         ], 
54794         "responses": {
54795           "200": {
54796             "description": "successful operation", 
54797             "schema": {
54798               "$ref": "#/definitions/route-table-reference"
54799             }
54800           }, 
54801           "default": {
54802             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54803           }
54804         }, 
54805         "summary": "returns route-table-reference", 
54806         "tags": [
54807           "Network"
54808         ]
54809       }, 
54810       "patch": {
54811         "consumes": [
54812           "application/json"
54813         ], 
54814         "description": "Update an existing route-table-reference\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
54815         "operationId": "UpdateNetworkRouteTableReferencesRouteTableReference", 
54816         "parameters": [
54817           {
54818             "description": "Route Table Reference id, UUID assigned to this instance.", 
54819             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
54820             "in": "path", 
54821             "name": "route-table-reference-id", 
54822             "required": true, 
54823             "type": "string"
54824           }, 
54825           {
54826             "description": "route-table-reference object that needs to be updated.", 
54827             "in": "body", 
54828             "name": "body", 
54829             "required": true, 
54830             "schema": {
54831               "$ref": "#/definitions/zzzz-patch-route-table-reference"
54832             }
54833           }
54834         ], 
54835         "produces": [
54836           "application/json"
54837         ], 
54838         "responses": {
54839           "default": {
54840             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54841           }
54842         }, 
54843         "summary": "update an existing route-table-reference", 
54844         "tags": [
54845           "Network"
54846         ]
54847       }, 
54848       "put": {
54849         "consumes": [
54850           "application/json", 
54851           "application/xml"
54852         ], 
54853         "description": "Create or update an existing route-table-reference.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
54854         "operationId": "createOrUpdateNetworkRouteTableReferencesRouteTableReference", 
54855         "parameters": [
54856           {
54857             "description": "Route Table Reference id, UUID assigned to this instance.", 
54858             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
54859             "in": "path", 
54860             "name": "route-table-reference-id", 
54861             "required": true, 
54862             "type": "string"
54863           }, 
54864           {
54865             "description": "route-table-reference object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkRouteTableReferencesRouteTableReference.json)", 
54866             "in": "body", 
54867             "name": "body", 
54868             "required": true, 
54869             "schema": {
54870               "$ref": "#/definitions/route-table-reference"
54871             }
54872           }
54873         ], 
54874         "produces": [
54875           "application/json", 
54876           "application/xml"
54877         ], 
54878         "responses": {
54879           "default": {
54880             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54881           }
54882         }, 
54883         "summary": "create or update an existing route-table-reference", 
54884         "tags": [
54885           "Network"
54886         ]
54887       }
54888     }, 
54889     "/network/route-table-references/route-table-reference/{route-table-reference-id}/relationship-list/relationship": {
54890       "delete": {
54891         "consumes": [
54892           "application/json", 
54893           "application/xml"
54894         ], 
54895         "description": "delete an existing relationship", 
54896         "operationId": "deleteNetworkRouteTableReferencesRouteTableReferenceRelationshipListRelationship", 
54897         "parameters": [
54898           {
54899             "description": "Route Table Reference id, UUID assigned to this instance.", 
54900             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
54901             "in": "path", 
54902             "name": "route-table-reference-id", 
54903             "required": true, 
54904             "type": "string"
54905           }
54906         ], 
54907         "produces": [
54908           "application/json", 
54909           "application/xml"
54910         ], 
54911         "responses": {
54912           "default": {
54913             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54914           }
54915         }, 
54916         "summary": "delete an existing relationship", 
54917         "tags": [
54918           "Network"
54919         ]
54920       }, 
54921       "put": {
54922         "consumes": [
54923           "application/json", 
54924           "application/xml"
54925         ], 
54926         "operationId": "createOrUpdateNetworkRouteTableReferencesRouteTableReferenceRelationshipListRelationship", 
54927         "parameters": [
54928           {
54929             "description": "Route Table Reference id, UUID assigned to this instance.", 
54930             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
54931             "in": "path", 
54932             "name": "route-table-reference-id", 
54933             "required": true, 
54934             "type": "string"
54935           }, 
54936           {
54937             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkRouteTableReferencesRouteTableReference.json)", 
54938             "in": "body", 
54939             "name": "body", 
54940             "required": true, 
54941             "schema": {
54942               "$ref": "#/definitions/relationship-dict"
54943             }
54944           }
54945         ], 
54946         "produces": [
54947           "application/json", 
54948           "application/xml"
54949         ], 
54950         "responses": {
54951           "default": {
54952             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54953           }
54954         }, 
54955         "summary": "see node definition for valid relationships", 
54956         "tags": [
54957           "Network"
54958         ]
54959       }
54960     }, 
54961     "/network/site-pair-sets": {
54962       "get": {
54963         "description": "returns site-pair-sets", 
54964         "operationId": "getNetworkSitePairSets", 
54965         "parameters": [
54966           {
54967             "description": "n/a", 
54968             "in": "query", 
54969             "name": "site-pair-set-id", 
54970             "required": false, 
54971             "type": "string"
54972           }
54973         ], 
54974         "produces": [
54975           "application/json", 
54976           "application/xml"
54977         ], 
54978         "responses": {
54979           "200": {
54980             "description": "successful operation", 
54981             "schema": {
54982               "$ref": "#/definitions/site-pair-sets"
54983             }
54984           }, 
54985           "default": {
54986             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54987           }
54988         }, 
54989         "summary": "returns site-pair-sets", 
54990         "tags": [
54991           "Network"
54992         ]
54993       }
54994     }, 
54995     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}": {
54996       "delete": {
54997         "consumes": [
54998           "application/json", 
54999           "application/xml"
55000         ], 
55001         "description": "delete an existing site-pair-set", 
55002         "operationId": "deleteNetworkSitePairSetsSitePairSet", 
55003         "parameters": [
55004           {
55005             "description": "Unique id of site pair set.", 
55006             "example": "__SITE-PAIR-SET-ID__", 
55007             "in": "path", 
55008             "name": "site-pair-set-id", 
55009             "required": true, 
55010             "type": "string"
55011           }, 
55012           {
55013             "description": "resource-version for concurrency", 
55014             "in": "query", 
55015             "name": "resource-version", 
55016             "required": true, 
55017             "type": "string"
55018           }
55019         ], 
55020         "produces": [
55021           "application/json", 
55022           "application/xml"
55023         ], 
55024         "responses": {
55025           "default": {
55026             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55027           }
55028         }, 
55029         "summary": "delete an existing site-pair-set", 
55030         "tags": [
55031           "Network"
55032         ]
55033       }, 
55034       "get": {
55035         "description": "returns site-pair-set", 
55036         "operationId": "getNetworkSitePairSetsSitePairSet", 
55037         "parameters": [
55038           {
55039             "description": "Unique id of site pair set.", 
55040             "example": "__SITE-PAIR-SET-ID__", 
55041             "in": "path", 
55042             "name": "site-pair-set-id", 
55043             "required": true, 
55044             "type": "string"
55045           }
55046         ], 
55047         "produces": [
55048           "application/json", 
55049           "application/xml"
55050         ], 
55051         "responses": {
55052           "200": {
55053             "description": "successful operation", 
55054             "schema": {
55055               "$ref": "#/definitions/site-pair-set"
55056             }
55057           }, 
55058           "default": {
55059             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55060           }
55061         }, 
55062         "summary": "returns site-pair-set", 
55063         "tags": [
55064           "Network"
55065         ]
55066       }, 
55067       "patch": {
55068         "consumes": [
55069           "application/json"
55070         ], 
55071         "description": "Update an existing site-pair-set\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
55072         "operationId": "UpdateNetworkSitePairSetsSitePairSet", 
55073         "parameters": [
55074           {
55075             "description": "Unique id of site pair set.", 
55076             "example": "__SITE-PAIR-SET-ID__", 
55077             "in": "path", 
55078             "name": "site-pair-set-id", 
55079             "required": true, 
55080             "type": "string"
55081           }, 
55082           {
55083             "description": "site-pair-set object that needs to be updated.", 
55084             "in": "body", 
55085             "name": "body", 
55086             "required": true, 
55087             "schema": {
55088               "$ref": "#/definitions/zzzz-patch-site-pair-set"
55089             }
55090           }
55091         ], 
55092         "produces": [
55093           "application/json"
55094         ], 
55095         "responses": {
55096           "default": {
55097             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55098           }
55099         }, 
55100         "summary": "update an existing site-pair-set", 
55101         "tags": [
55102           "Network"
55103         ]
55104       }, 
55105       "put": {
55106         "consumes": [
55107           "application/json", 
55108           "application/xml"
55109         ], 
55110         "description": "Create or update an existing site-pair-set.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
55111         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSet", 
55112         "parameters": [
55113           {
55114             "description": "Unique id of site pair set.", 
55115             "example": "__SITE-PAIR-SET-ID__", 
55116             "in": "path", 
55117             "name": "site-pair-set-id", 
55118             "required": true, 
55119             "type": "string"
55120           }, 
55121           {
55122             "description": "site-pair-set object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkSitePairSetsSitePairSet.json)", 
55123             "in": "body", 
55124             "name": "body", 
55125             "required": true, 
55126             "schema": {
55127               "$ref": "#/definitions/site-pair-set"
55128             }
55129           }
55130         ], 
55131         "produces": [
55132           "application/json", 
55133           "application/xml"
55134         ], 
55135         "responses": {
55136           "default": {
55137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55138           }
55139         }, 
55140         "summary": "create or update an existing site-pair-set", 
55141         "tags": [
55142           "Network"
55143         ]
55144       }
55145     }, 
55146     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/relationship-list/relationship": {
55147       "delete": {
55148         "consumes": [
55149           "application/json", 
55150           "application/xml"
55151         ], 
55152         "description": "delete an existing relationship", 
55153         "operationId": "deleteNetworkSitePairSetsSitePairSetRelationshipListRelationship", 
55154         "parameters": [
55155           {
55156             "description": "Unique id of site pair set.", 
55157             "example": "__SITE-PAIR-SET-ID__", 
55158             "in": "path", 
55159             "name": "site-pair-set-id", 
55160             "required": true, 
55161             "type": "string"
55162           }
55163         ], 
55164         "produces": [
55165           "application/json", 
55166           "application/xml"
55167         ], 
55168         "responses": {
55169           "default": {
55170             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55171           }
55172         }, 
55173         "summary": "delete an existing relationship", 
55174         "tags": [
55175           "Network"
55176         ]
55177       }, 
55178       "put": {
55179         "consumes": [
55180           "application/json", 
55181           "application/xml"
55182         ], 
55183         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRelationshipListRelationship", 
55184         "parameters": [
55185           {
55186             "description": "Unique id of site pair set.", 
55187             "example": "__SITE-PAIR-SET-ID__", 
55188             "in": "path", 
55189             "name": "site-pair-set-id", 
55190             "required": true, 
55191             "type": "string"
55192           }, 
55193           {
55194             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkSitePairSetsSitePairSet.json)", 
55195             "in": "body", 
55196             "name": "body", 
55197             "required": true, 
55198             "schema": {
55199               "$ref": "#/definitions/relationship-dict"
55200             }
55201           }
55202         ], 
55203         "produces": [
55204           "application/json", 
55205           "application/xml"
55206         ], 
55207         "responses": {
55208           "default": {
55209             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55210           }
55211         }, 
55212         "summary": "see node definition for valid relationships", 
55213         "tags": [
55214           "Network"
55215         ]
55216       }
55217     }, 
55218     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances": {
55219       "get": {
55220         "description": "returns routing-instances", 
55221         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstances", 
55222         "parameters": [
55223           {
55224             "description": "Unique id of site pair set.", 
55225             "example": "__SITE-PAIR-SET-ID__", 
55226             "in": "path", 
55227             "name": "site-pair-set-id", 
55228             "required": true, 
55229             "type": "string"
55230           }, 
55231           {
55232             "description": "n/a", 
55233             "in": "query", 
55234             "name": "routing-instance-id", 
55235             "required": false, 
55236             "type": "string"
55237           }
55238         ], 
55239         "produces": [
55240           "application/json", 
55241           "application/xml"
55242         ], 
55243         "responses": {
55244           "200": {
55245             "description": "successful operation", 
55246             "schema": {
55247               "$ref": "#/definitions/routing-instances"
55248             }
55249           }, 
55250           "default": {
55251             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55252           }
55253         }, 
55254         "summary": "returns routing-instances", 
55255         "tags": [
55256           "Network"
55257         ]
55258       }
55259     }, 
55260     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}": {
55261       "delete": {
55262         "consumes": [
55263           "application/json", 
55264           "application/xml"
55265         ], 
55266         "description": "delete an existing routing-instance", 
55267         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
55268         "parameters": [
55269           {
55270             "description": "Unique id of site pair set.", 
55271             "example": "__SITE-PAIR-SET-ID__", 
55272             "in": "path", 
55273             "name": "site-pair-set-id", 
55274             "required": true, 
55275             "type": "string"
55276           }, 
55277           {
55278             "description": "Unique id of routing instance", 
55279             "example": "__ROUTING-INSTANCE-ID__", 
55280             "in": "path", 
55281             "name": "routing-instance-id", 
55282             "required": true, 
55283             "type": "string"
55284           }, 
55285           {
55286             "description": "resource-version for concurrency", 
55287             "in": "query", 
55288             "name": "resource-version", 
55289             "required": true, 
55290             "type": "string"
55291           }
55292         ], 
55293         "produces": [
55294           "application/json", 
55295           "application/xml"
55296         ], 
55297         "responses": {
55298           "default": {
55299             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55300           }
55301         }, 
55302         "summary": "delete an existing routing-instance", 
55303         "tags": [
55304           "Network"
55305         ]
55306       }, 
55307       "get": {
55308         "description": "returns routing-instance", 
55309         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
55310         "parameters": [
55311           {
55312             "description": "Unique id of site pair set.", 
55313             "example": "__SITE-PAIR-SET-ID__", 
55314             "in": "path", 
55315             "name": "site-pair-set-id", 
55316             "required": true, 
55317             "type": "string"
55318           }, 
55319           {
55320             "description": "Unique id of routing instance", 
55321             "example": "__ROUTING-INSTANCE-ID__", 
55322             "in": "path", 
55323             "name": "routing-instance-id", 
55324             "required": true, 
55325             "type": "string"
55326           }
55327         ], 
55328         "produces": [
55329           "application/json", 
55330           "application/xml"
55331         ], 
55332         "responses": {
55333           "200": {
55334             "description": "successful operation", 
55335             "schema": {
55336               "$ref": "#/definitions/routing-instance"
55337             }
55338           }, 
55339           "default": {
55340             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55341           }
55342         }, 
55343         "summary": "returns routing-instance", 
55344         "tags": [
55345           "Network"
55346         ]
55347       }, 
55348       "patch": {
55349         "consumes": [
55350           "application/json"
55351         ], 
55352         "description": "Update an existing routing-instance\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
55353         "operationId": "UpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
55354         "parameters": [
55355           {
55356             "description": "Unique id of site pair set.", 
55357             "example": "__SITE-PAIR-SET-ID__", 
55358             "in": "path", 
55359             "name": "site-pair-set-id", 
55360             "required": true, 
55361             "type": "string"
55362           }, 
55363           {
55364             "description": "Unique id of routing instance", 
55365             "example": "__ROUTING-INSTANCE-ID__", 
55366             "in": "path", 
55367             "name": "routing-instance-id", 
55368             "required": true, 
55369             "type": "string"
55370           }, 
55371           {
55372             "description": "routing-instance object that needs to be updated.", 
55373             "in": "body", 
55374             "name": "body", 
55375             "required": true, 
55376             "schema": {
55377               "$ref": "#/definitions/zzzz-patch-routing-instance"
55378             }
55379           }
55380         ], 
55381         "produces": [
55382           "application/json"
55383         ], 
55384         "responses": {
55385           "default": {
55386             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55387           }
55388         }, 
55389         "summary": "update an existing routing-instance", 
55390         "tags": [
55391           "Network"
55392         ]
55393       }, 
55394       "put": {
55395         "consumes": [
55396           "application/json", 
55397           "application/xml"
55398         ], 
55399         "description": "Create or update an existing routing-instance.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
55400         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
55401         "parameters": [
55402           {
55403             "description": "Unique id of site pair set.", 
55404             "example": "__SITE-PAIR-SET-ID__", 
55405             "in": "path", 
55406             "name": "site-pair-set-id", 
55407             "required": true, 
55408             "type": "string"
55409           }, 
55410           {
55411             "description": "Unique id of routing instance", 
55412             "example": "__ROUTING-INSTANCE-ID__", 
55413             "in": "path", 
55414             "name": "routing-instance-id", 
55415             "required": true, 
55416             "type": "string"
55417           }, 
55418           {
55419             "description": "routing-instance object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance.json)", 
55420             "in": "body", 
55421             "name": "body", 
55422             "required": true, 
55423             "schema": {
55424               "$ref": "#/definitions/routing-instance"
55425             }
55426           }
55427         ], 
55428         "produces": [
55429           "application/json", 
55430           "application/xml"
55431         ], 
55432         "responses": {
55433           "default": {
55434             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55435           }
55436         }, 
55437         "summary": "create or update an existing routing-instance", 
55438         "tags": [
55439           "Network"
55440         ]
55441       }
55442     }, 
55443     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/relationship-list/relationship": {
55444       "delete": {
55445         "consumes": [
55446           "application/json", 
55447           "application/xml"
55448         ], 
55449         "description": "delete an existing relationship", 
55450         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceRelationshipListRelationship", 
55451         "parameters": [
55452           {
55453             "description": "Unique id of site pair set.", 
55454             "example": "__SITE-PAIR-SET-ID__", 
55455             "in": "path", 
55456             "name": "site-pair-set-id", 
55457             "required": true, 
55458             "type": "string"
55459           }, 
55460           {
55461             "description": "Unique id of routing instance", 
55462             "example": "__ROUTING-INSTANCE-ID__", 
55463             "in": "path", 
55464             "name": "routing-instance-id", 
55465             "required": true, 
55466             "type": "string"
55467           }
55468         ], 
55469         "produces": [
55470           "application/json", 
55471           "application/xml"
55472         ], 
55473         "responses": {
55474           "default": {
55475             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55476           }
55477         }, 
55478         "summary": "delete an existing relationship", 
55479         "tags": [
55480           "Network"
55481         ]
55482       }, 
55483       "put": {
55484         "consumes": [
55485           "application/json", 
55486           "application/xml"
55487         ], 
55488         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceRelationshipListRelationship", 
55489         "parameters": [
55490           {
55491             "description": "Unique id of site pair set.", 
55492             "example": "__SITE-PAIR-SET-ID__", 
55493             "in": "path", 
55494             "name": "site-pair-set-id", 
55495             "required": true, 
55496             "type": "string"
55497           }, 
55498           {
55499             "description": "Unique id of routing instance", 
55500             "example": "__ROUTING-INSTANCE-ID__", 
55501             "in": "path", 
55502             "name": "routing-instance-id", 
55503             "required": true, 
55504             "type": "string"
55505           }, 
55506           {
55507             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance.json)", 
55508             "in": "body", 
55509             "name": "body", 
55510             "required": true, 
55511             "schema": {
55512               "$ref": "#/definitions/relationship-dict"
55513             }
55514           }
55515         ], 
55516         "produces": [
55517           "application/json", 
55518           "application/xml"
55519         ], 
55520         "responses": {
55521           "default": {
55522             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55523           }
55524         }, 
55525         "summary": "see node definition for valid relationships", 
55526         "tags": [
55527           "Network"
55528         ]
55529       }
55530     }, 
55531     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/site-pairs": {
55532       "get": {
55533         "description": "returns site-pairs", 
55534         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairs", 
55535         "parameters": [
55536           {
55537             "description": "Unique id of site pair set.", 
55538             "example": "__SITE-PAIR-SET-ID__", 
55539             "in": "path", 
55540             "name": "site-pair-set-id", 
55541             "required": true, 
55542             "type": "string"
55543           }, 
55544           {
55545             "description": "Unique id of routing instance", 
55546             "example": "__ROUTING-INSTANCE-ID__", 
55547             "in": "path", 
55548             "name": "routing-instance-id", 
55549             "required": true, 
55550             "type": "string"
55551           }, 
55552           {
55553             "description": "n/a", 
55554             "in": "query", 
55555             "name": "site-pair-id", 
55556             "required": false, 
55557             "type": "string"
55558           }
55559         ], 
55560         "produces": [
55561           "application/json", 
55562           "application/xml"
55563         ], 
55564         "responses": {
55565           "200": {
55566             "description": "successful operation", 
55567             "schema": {
55568               "$ref": "#/definitions/site-pairs"
55569             }
55570           }, 
55571           "default": {
55572             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55573           }
55574         }, 
55575         "summary": "returns site-pairs", 
55576         "tags": [
55577           "Network"
55578         ]
55579       }
55580     }, 
55581     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/site-pairs/site-pair/{site-pair-id}": {
55582       "delete": {
55583         "consumes": [
55584           "application/json", 
55585           "application/xml"
55586         ], 
55587         "description": "delete an existing site-pair", 
55588         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
55589         "parameters": [
55590           {
55591             "description": "Unique id of site pair set.", 
55592             "example": "__SITE-PAIR-SET-ID__", 
55593             "in": "path", 
55594             "name": "site-pair-set-id", 
55595             "required": true, 
55596             "type": "string"
55597           }, 
55598           {
55599             "description": "Unique id of routing instance", 
55600             "example": "__ROUTING-INSTANCE-ID__", 
55601             "in": "path", 
55602             "name": "routing-instance-id", 
55603             "required": true, 
55604             "type": "string"
55605           }, 
55606           {
55607             "description": "unique identifier of probe", 
55608             "example": "__SITE-PAIR-ID__", 
55609             "in": "path", 
55610             "name": "site-pair-id", 
55611             "required": true, 
55612             "type": "string"
55613           }, 
55614           {
55615             "description": "resource-version for concurrency", 
55616             "in": "query", 
55617             "name": "resource-version", 
55618             "required": true, 
55619             "type": "string"
55620           }
55621         ], 
55622         "produces": [
55623           "application/json", 
55624           "application/xml"
55625         ], 
55626         "responses": {
55627           "default": {
55628             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55629           }
55630         }, 
55631         "summary": "delete an existing site-pair", 
55632         "tags": [
55633           "Network"
55634         ]
55635       }, 
55636       "get": {
55637         "description": "returns site-pair", 
55638         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
55639         "parameters": [
55640           {
55641             "description": "Unique id of site pair set.", 
55642             "example": "__SITE-PAIR-SET-ID__", 
55643             "in": "path", 
55644             "name": "site-pair-set-id", 
55645             "required": true, 
55646             "type": "string"
55647           }, 
55648           {
55649             "description": "Unique id of routing instance", 
55650             "example": "__ROUTING-INSTANCE-ID__", 
55651             "in": "path", 
55652             "name": "routing-instance-id", 
55653             "required": true, 
55654             "type": "string"
55655           }, 
55656           {
55657             "description": "unique identifier of probe", 
55658             "example": "__SITE-PAIR-ID__", 
55659             "in": "path", 
55660             "name": "site-pair-id", 
55661             "required": true, 
55662             "type": "string"
55663           }
55664         ], 
55665         "produces": [
55666           "application/json", 
55667           "application/xml"
55668         ], 
55669         "responses": {
55670           "200": {
55671             "description": "successful operation", 
55672             "schema": {
55673               "$ref": "#/definitions/site-pair"
55674             }
55675           }, 
55676           "default": {
55677             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55678           }
55679         }, 
55680         "summary": "returns site-pair", 
55681         "tags": [
55682           "Network"
55683         ]
55684       }, 
55685       "patch": {
55686         "consumes": [
55687           "application/json"
55688         ], 
55689         "description": "Update an existing site-pair\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
55690         "operationId": "UpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
55691         "parameters": [
55692           {
55693             "description": "Unique id of site pair set.", 
55694             "example": "__SITE-PAIR-SET-ID__", 
55695             "in": "path", 
55696             "name": "site-pair-set-id", 
55697             "required": true, 
55698             "type": "string"
55699           }, 
55700           {
55701             "description": "Unique id of routing instance", 
55702             "example": "__ROUTING-INSTANCE-ID__", 
55703             "in": "path", 
55704             "name": "routing-instance-id", 
55705             "required": true, 
55706             "type": "string"
55707           }, 
55708           {
55709             "description": "unique identifier of probe", 
55710             "example": "__SITE-PAIR-ID__", 
55711             "in": "path", 
55712             "name": "site-pair-id", 
55713             "required": true, 
55714             "type": "string"
55715           }, 
55716           {
55717             "description": "site-pair object that needs to be updated.", 
55718             "in": "body", 
55719             "name": "body", 
55720             "required": true, 
55721             "schema": {
55722               "$ref": "#/definitions/zzzz-patch-site-pair"
55723             }
55724           }
55725         ], 
55726         "produces": [
55727           "application/json"
55728         ], 
55729         "responses": {
55730           "default": {
55731             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55732           }
55733         }, 
55734         "summary": "update an existing site-pair", 
55735         "tags": [
55736           "Network"
55737         ]
55738       }, 
55739       "put": {
55740         "consumes": [
55741           "application/json", 
55742           "application/xml"
55743         ], 
55744         "description": "Create or update an existing site-pair.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
55745         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
55746         "parameters": [
55747           {
55748             "description": "Unique id of site pair set.", 
55749             "example": "__SITE-PAIR-SET-ID__", 
55750             "in": "path", 
55751             "name": "site-pair-set-id", 
55752             "required": true, 
55753             "type": "string"
55754           }, 
55755           {
55756             "description": "Unique id of routing instance", 
55757             "example": "__ROUTING-INSTANCE-ID__", 
55758             "in": "path", 
55759             "name": "routing-instance-id", 
55760             "required": true, 
55761             "type": "string"
55762           }, 
55763           {
55764             "description": "unique identifier of probe", 
55765             "example": "__SITE-PAIR-ID__", 
55766             "in": "path", 
55767             "name": "site-pair-id", 
55768             "required": true, 
55769             "type": "string"
55770           }, 
55771           {
55772             "description": "site-pair object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair.json)", 
55773             "in": "body", 
55774             "name": "body", 
55775             "required": true, 
55776             "schema": {
55777               "$ref": "#/definitions/site-pair"
55778             }
55779           }
55780         ], 
55781         "produces": [
55782           "application/json", 
55783           "application/xml"
55784         ], 
55785         "responses": {
55786           "default": {
55787             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55788           }
55789         }, 
55790         "summary": "create or update an existing site-pair", 
55791         "tags": [
55792           "Network"
55793         ]
55794       }
55795     }, 
55796     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/site-pairs/site-pair/{site-pair-id}/classes-of-service": {
55797       "get": {
55798         "description": "returns classes-of-service", 
55799         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfService", 
55800         "parameters": [
55801           {
55802             "description": "Unique id of site pair set.", 
55803             "example": "__SITE-PAIR-SET-ID__", 
55804             "in": "path", 
55805             "name": "site-pair-set-id", 
55806             "required": true, 
55807             "type": "string"
55808           }, 
55809           {
55810             "description": "Unique id of routing instance", 
55811             "example": "__ROUTING-INSTANCE-ID__", 
55812             "in": "path", 
55813             "name": "routing-instance-id", 
55814             "required": true, 
55815             "type": "string"
55816           }, 
55817           {
55818             "description": "unique identifier of probe", 
55819             "example": "__SITE-PAIR-ID__", 
55820             "in": "path", 
55821             "name": "site-pair-id", 
55822             "required": true, 
55823             "type": "string"
55824           }, 
55825           {
55826             "description": "n/a", 
55827             "in": "query", 
55828             "name": "cos", 
55829             "required": false, 
55830             "type": "string"
55831           }
55832         ], 
55833         "produces": [
55834           "application/json", 
55835           "application/xml"
55836         ], 
55837         "responses": {
55838           "200": {
55839             "description": "successful operation", 
55840             "schema": {
55841               "$ref": "#/definitions/classes-of-service"
55842             }
55843           }, 
55844           "default": {
55845             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55846           }
55847         }, 
55848         "summary": "returns classes-of-service", 
55849         "tags": [
55850           "Network"
55851         ]
55852       }
55853     }, 
55854     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/site-pairs/site-pair/{site-pair-id}/classes-of-service/class-of-service/{cos}": {
55855       "delete": {
55856         "consumes": [
55857           "application/json", 
55858           "application/xml"
55859         ], 
55860         "description": "delete an existing class-of-service", 
55861         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
55862         "parameters": [
55863           {
55864             "description": "Unique id of site pair set.", 
55865             "example": "__SITE-PAIR-SET-ID__", 
55866             "in": "path", 
55867             "name": "site-pair-set-id", 
55868             "required": true, 
55869             "type": "string"
55870           }, 
55871           {
55872             "description": "Unique id of routing instance", 
55873             "example": "__ROUTING-INSTANCE-ID__", 
55874             "in": "path", 
55875             "name": "routing-instance-id", 
55876             "required": true, 
55877             "type": "string"
55878           }, 
55879           {
55880             "description": "unique identifier of probe", 
55881             "example": "__SITE-PAIR-ID__", 
55882             "in": "path", 
55883             "name": "site-pair-id", 
55884             "required": true, 
55885             "type": "string"
55886           }, 
55887           {
55888             "description": "unique identifier of probe", 
55889             "example": "__COS__", 
55890             "in": "path", 
55891             "name": "cos", 
55892             "required": true, 
55893             "type": "string"
55894           }, 
55895           {
55896             "description": "resource-version for concurrency", 
55897             "in": "query", 
55898             "name": "resource-version", 
55899             "required": true, 
55900             "type": "string"
55901           }
55902         ], 
55903         "produces": [
55904           "application/json", 
55905           "application/xml"
55906         ], 
55907         "responses": {
55908           "default": {
55909             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55910           }
55911         }, 
55912         "summary": "delete an existing class-of-service", 
55913         "tags": [
55914           "Network"
55915         ]
55916       }, 
55917       "get": {
55918         "description": "returns class-of-service", 
55919         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
55920         "parameters": [
55921           {
55922             "description": "Unique id of site pair set.", 
55923             "example": "__SITE-PAIR-SET-ID__", 
55924             "in": "path", 
55925             "name": "site-pair-set-id", 
55926             "required": true, 
55927             "type": "string"
55928           }, 
55929           {
55930             "description": "Unique id of routing instance", 
55931             "example": "__ROUTING-INSTANCE-ID__", 
55932             "in": "path", 
55933             "name": "routing-instance-id", 
55934             "required": true, 
55935             "type": "string"
55936           }, 
55937           {
55938             "description": "unique identifier of probe", 
55939             "example": "__SITE-PAIR-ID__", 
55940             "in": "path", 
55941             "name": "site-pair-id", 
55942             "required": true, 
55943             "type": "string"
55944           }, 
55945           {
55946             "description": "unique identifier of probe", 
55947             "example": "__COS__", 
55948             "in": "path", 
55949             "name": "cos", 
55950             "required": true, 
55951             "type": "string"
55952           }
55953         ], 
55954         "produces": [
55955           "application/json", 
55956           "application/xml"
55957         ], 
55958         "responses": {
55959           "200": {
55960             "description": "successful operation", 
55961             "schema": {
55962               "$ref": "#/definitions/class-of-service"
55963             }
55964           }, 
55965           "default": {
55966             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55967           }
55968         }, 
55969         "summary": "returns class-of-service", 
55970         "tags": [
55971           "Network"
55972         ]
55973       }, 
55974       "patch": {
55975         "consumes": [
55976           "application/json"
55977         ], 
55978         "description": "Update an existing class-of-service\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
55979         "operationId": "UpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
55980         "parameters": [
55981           {
55982             "description": "Unique id of site pair set.", 
55983             "example": "__SITE-PAIR-SET-ID__", 
55984             "in": "path", 
55985             "name": "site-pair-set-id", 
55986             "required": true, 
55987             "type": "string"
55988           }, 
55989           {
55990             "description": "Unique id of routing instance", 
55991             "example": "__ROUTING-INSTANCE-ID__", 
55992             "in": "path", 
55993             "name": "routing-instance-id", 
55994             "required": true, 
55995             "type": "string"
55996           }, 
55997           {
55998             "description": "unique identifier of probe", 
55999             "example": "__SITE-PAIR-ID__", 
56000             "in": "path", 
56001             "name": "site-pair-id", 
56002             "required": true, 
56003             "type": "string"
56004           }, 
56005           {
56006             "description": "unique identifier of probe", 
56007             "example": "__COS__", 
56008             "in": "path", 
56009             "name": "cos", 
56010             "required": true, 
56011             "type": "string"
56012           }, 
56013           {
56014             "description": "class-of-service object that needs to be updated.", 
56015             "in": "body", 
56016             "name": "body", 
56017             "required": true, 
56018             "schema": {
56019               "$ref": "#/definitions/zzzz-patch-class-of-service"
56020             }
56021           }
56022         ], 
56023         "produces": [
56024           "application/json"
56025         ], 
56026         "responses": {
56027           "default": {
56028             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56029           }
56030         }, 
56031         "summary": "update an existing class-of-service", 
56032         "tags": [
56033           "Network"
56034         ]
56035       }, 
56036       "put": {
56037         "consumes": [
56038           "application/json", 
56039           "application/xml"
56040         ], 
56041         "description": "Create or update an existing class-of-service.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
56042         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
56043         "parameters": [
56044           {
56045             "description": "Unique id of site pair set.", 
56046             "example": "__SITE-PAIR-SET-ID__", 
56047             "in": "path", 
56048             "name": "site-pair-set-id", 
56049             "required": true, 
56050             "type": "string"
56051           }, 
56052           {
56053             "description": "Unique id of routing instance", 
56054             "example": "__ROUTING-INSTANCE-ID__", 
56055             "in": "path", 
56056             "name": "routing-instance-id", 
56057             "required": true, 
56058             "type": "string"
56059           }, 
56060           {
56061             "description": "unique identifier of probe", 
56062             "example": "__SITE-PAIR-ID__", 
56063             "in": "path", 
56064             "name": "site-pair-id", 
56065             "required": true, 
56066             "type": "string"
56067           }, 
56068           {
56069             "description": "unique identifier of probe", 
56070             "example": "__COS__", 
56071             "in": "path", 
56072             "name": "cos", 
56073             "required": true, 
56074             "type": "string"
56075           }, 
56076           {
56077             "description": "class-of-service object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService.json)", 
56078             "in": "body", 
56079             "name": "body", 
56080             "required": true, 
56081             "schema": {
56082               "$ref": "#/definitions/class-of-service"
56083             }
56084           }
56085         ], 
56086         "produces": [
56087           "application/json", 
56088           "application/xml"
56089         ], 
56090         "responses": {
56091           "default": {
56092             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56093           }
56094         }, 
56095         "summary": "create or update an existing class-of-service", 
56096         "tags": [
56097           "Network"
56098         ]
56099       }
56100     }, 
56101     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/site-pairs/site-pair/{site-pair-id}/classes-of-service/class-of-service/{cos}/relationship-list/relationship": {
56102       "delete": {
56103         "consumes": [
56104           "application/json", 
56105           "application/xml"
56106         ], 
56107         "description": "delete an existing relationship", 
56108         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfServiceRelationshipListRelationship", 
56109         "parameters": [
56110           {
56111             "description": "Unique id of site pair set.", 
56112             "example": "__SITE-PAIR-SET-ID__", 
56113             "in": "path", 
56114             "name": "site-pair-set-id", 
56115             "required": true, 
56116             "type": "string"
56117           }, 
56118           {
56119             "description": "Unique id of routing instance", 
56120             "example": "__ROUTING-INSTANCE-ID__", 
56121             "in": "path", 
56122             "name": "routing-instance-id", 
56123             "required": true, 
56124             "type": "string"
56125           }, 
56126           {
56127             "description": "unique identifier of probe", 
56128             "example": "__SITE-PAIR-ID__", 
56129             "in": "path", 
56130             "name": "site-pair-id", 
56131             "required": true, 
56132             "type": "string"
56133           }, 
56134           {
56135             "description": "unique identifier of probe", 
56136             "example": "__COS__", 
56137             "in": "path", 
56138             "name": "cos", 
56139             "required": true, 
56140             "type": "string"
56141           }
56142         ], 
56143         "produces": [
56144           "application/json", 
56145           "application/xml"
56146         ], 
56147         "responses": {
56148           "default": {
56149             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56150           }
56151         }, 
56152         "summary": "delete an existing relationship", 
56153         "tags": [
56154           "Network"
56155         ]
56156       }, 
56157       "put": {
56158         "consumes": [
56159           "application/json", 
56160           "application/xml"
56161         ], 
56162         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfServiceRelationshipListRelationship", 
56163         "parameters": [
56164           {
56165             "description": "Unique id of site pair set.", 
56166             "example": "__SITE-PAIR-SET-ID__", 
56167             "in": "path", 
56168             "name": "site-pair-set-id", 
56169             "required": true, 
56170             "type": "string"
56171           }, 
56172           {
56173             "description": "Unique id of routing instance", 
56174             "example": "__ROUTING-INSTANCE-ID__", 
56175             "in": "path", 
56176             "name": "routing-instance-id", 
56177             "required": true, 
56178             "type": "string"
56179           }, 
56180           {
56181             "description": "unique identifier of probe", 
56182             "example": "__SITE-PAIR-ID__", 
56183             "in": "path", 
56184             "name": "site-pair-id", 
56185             "required": true, 
56186             "type": "string"
56187           }, 
56188           {
56189             "description": "unique identifier of probe", 
56190             "example": "__COS__", 
56191             "in": "path", 
56192             "name": "cos", 
56193             "required": true, 
56194             "type": "string"
56195           }, 
56196           {
56197             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService.json)", 
56198             "in": "body", 
56199             "name": "body", 
56200             "required": true, 
56201             "schema": {
56202               "$ref": "#/definitions/relationship-dict"
56203             }
56204           }
56205         ], 
56206         "produces": [
56207           "application/json", 
56208           "application/xml"
56209         ], 
56210         "responses": {
56211           "default": {
56212             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56213           }
56214         }, 
56215         "summary": "see node definition for valid relationships", 
56216         "tags": [
56217           "Network"
56218         ]
56219       }
56220     }, 
56221     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/site-pairs/site-pair/{site-pair-id}/relationship-list/relationship": {
56222       "delete": {
56223         "consumes": [
56224           "application/json", 
56225           "application/xml"
56226         ], 
56227         "description": "delete an existing relationship", 
56228         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairRelationshipListRelationship", 
56229         "parameters": [
56230           {
56231             "description": "Unique id of site pair set.", 
56232             "example": "__SITE-PAIR-SET-ID__", 
56233             "in": "path", 
56234             "name": "site-pair-set-id", 
56235             "required": true, 
56236             "type": "string"
56237           }, 
56238           {
56239             "description": "Unique id of routing instance", 
56240             "example": "__ROUTING-INSTANCE-ID__", 
56241             "in": "path", 
56242             "name": "routing-instance-id", 
56243             "required": true, 
56244             "type": "string"
56245           }, 
56246           {
56247             "description": "unique identifier of probe", 
56248             "example": "__SITE-PAIR-ID__", 
56249             "in": "path", 
56250             "name": "site-pair-id", 
56251             "required": true, 
56252             "type": "string"
56253           }
56254         ], 
56255         "produces": [
56256           "application/json", 
56257           "application/xml"
56258         ], 
56259         "responses": {
56260           "default": {
56261             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56262           }
56263         }, 
56264         "summary": "delete an existing relationship", 
56265         "tags": [
56266           "Network"
56267         ]
56268       }, 
56269       "put": {
56270         "consumes": [
56271           "application/json", 
56272           "application/xml"
56273         ], 
56274         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairRelationshipListRelationship", 
56275         "parameters": [
56276           {
56277             "description": "Unique id of site pair set.", 
56278             "example": "__SITE-PAIR-SET-ID__", 
56279             "in": "path", 
56280             "name": "site-pair-set-id", 
56281             "required": true, 
56282             "type": "string"
56283           }, 
56284           {
56285             "description": "Unique id of routing instance", 
56286             "example": "__ROUTING-INSTANCE-ID__", 
56287             "in": "path", 
56288             "name": "routing-instance-id", 
56289             "required": true, 
56290             "type": "string"
56291           }, 
56292           {
56293             "description": "unique identifier of probe", 
56294             "example": "__SITE-PAIR-ID__", 
56295             "in": "path", 
56296             "name": "site-pair-id", 
56297             "required": true, 
56298             "type": "string"
56299           }, 
56300           {
56301             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair.json)", 
56302             "in": "body", 
56303             "name": "body", 
56304             "required": true, 
56305             "schema": {
56306               "$ref": "#/definitions/relationship-dict"
56307             }
56308           }
56309         ], 
56310         "produces": [
56311           "application/json", 
56312           "application/xml"
56313         ], 
56314         "responses": {
56315           "default": {
56316             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56317           }
56318         }, 
56319         "summary": "see node definition for valid relationships", 
56320         "tags": [
56321           "Network"
56322         ]
56323       }
56324     }, 
56325     "/network/vces": {
56326       "get": {
56327         "description": "returns vces", 
56328         "operationId": "getNetworkVces", 
56329         "parameters": [
56330           {
56331             "description": "n/a", 
56332             "in": "query", 
56333             "name": "vnf-id", 
56334             "required": false, 
56335             "type": "string"
56336           }, 
56337           {
56338             "description": "n/a", 
56339             "in": "query", 
56340             "name": "vnf-name", 
56341             "required": false, 
56342             "type": "string"
56343           }, 
56344           {
56345             "description": "n/a", 
56346             "in": "query", 
56347             "name": "vnf-name2", 
56348             "required": false, 
56349             "type": "string"
56350           }, 
56351           {
56352             "description": "n/a", 
56353             "in": "query", 
56354             "name": "vnf-type", 
56355             "required": false, 
56356             "type": "string"
56357           }, 
56358           {
56359             "description": "n/a", 
56360             "in": "query", 
56361             "name": "service-id", 
56362             "required": false, 
56363             "type": "string"
56364           }, 
56365           {
56366             "description": "n/a", 
56367             "in": "query", 
56368             "name": "regional-resource-zone", 
56369             "required": false, 
56370             "type": "string"
56371           }, 
56372           {
56373             "description": "n/a", 
56374             "in": "query", 
56375             "name": "prov-status", 
56376             "required": false, 
56377             "type": "string"
56378           }, 
56379           {
56380             "description": "n/a", 
56381             "in": "query", 
56382             "name": "heat-stack-id", 
56383             "required": false, 
56384             "type": "string"
56385           }, 
56386           {
56387             "description": "n/a", 
56388             "in": "query", 
56389             "name": "vpe-id", 
56390             "required": false, 
56391             "type": "string"
56392           }
56393         ], 
56394         "produces": [
56395           "application/json", 
56396           "application/xml"
56397         ], 
56398         "responses": {
56399           "200": {
56400             "description": "successful operation", 
56401             "schema": {
56402               "$ref": "#/definitions/vces"
56403             }
56404           }, 
56405           "default": {
56406             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56407           }
56408         }, 
56409         "summary": "returns vces", 
56410         "tags": [
56411           "Network"
56412         ]
56413       }
56414     }, 
56415     "/network/vces/vce/{vnf-id}": {
56416       "delete": {
56417         "consumes": [
56418           "application/json", 
56419           "application/xml"
56420         ], 
56421         "description": "delete an existing vce", 
56422         "operationId": "deleteNetworkVcesVce", 
56423         "parameters": [
56424           {
56425             "description": "Unique id of VNF.  This is unique across the graph.", 
56426             "example": "__VNF-ID__", 
56427             "in": "path", 
56428             "name": "vnf-id", 
56429             "required": true, 
56430             "type": "string"
56431           }, 
56432           {
56433             "description": "resource-version for concurrency", 
56434             "in": "query", 
56435             "name": "resource-version", 
56436             "required": true, 
56437             "type": "string"
56438           }
56439         ], 
56440         "produces": [
56441           "application/json", 
56442           "application/xml"
56443         ], 
56444         "responses": {
56445           "default": {
56446             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56447           }
56448         }, 
56449         "summary": "delete an existing vce", 
56450         "tags": [
56451           "Network"
56452         ]
56453       }, 
56454       "get": {
56455         "description": "returns vce", 
56456         "operationId": "getNetworkVcesVce", 
56457         "parameters": [
56458           {
56459             "description": "Unique id of VNF.  This is unique across the graph.", 
56460             "example": "__VNF-ID__", 
56461             "in": "path", 
56462             "name": "vnf-id", 
56463             "required": true, 
56464             "type": "string"
56465           }
56466         ], 
56467         "produces": [
56468           "application/json", 
56469           "application/xml"
56470         ], 
56471         "responses": {
56472           "200": {
56473             "description": "successful operation", 
56474             "schema": {
56475               "$ref": "#/definitions/vce"
56476             }
56477           }, 
56478           "default": {
56479             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56480           }
56481         }, 
56482         "summary": "returns vce", 
56483         "tags": [
56484           "Network"
56485         ]
56486       }, 
56487       "patch": {
56488         "consumes": [
56489           "application/json"
56490         ], 
56491         "description": "Update an existing vce\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
56492         "operationId": "UpdateNetworkVcesVce", 
56493         "parameters": [
56494           {
56495             "description": "Unique id of VNF.  This is unique across the graph.", 
56496             "example": "__VNF-ID__", 
56497             "in": "path", 
56498             "name": "vnf-id", 
56499             "required": true, 
56500             "type": "string"
56501           }, 
56502           {
56503             "description": "vce object that needs to be updated.", 
56504             "in": "body", 
56505             "name": "body", 
56506             "required": true, 
56507             "schema": {
56508               "$ref": "#/definitions/zzzz-patch-vce"
56509             }
56510           }
56511         ], 
56512         "produces": [
56513           "application/json"
56514         ], 
56515         "responses": {
56516           "default": {
56517             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56518           }
56519         }, 
56520         "summary": "update an existing vce", 
56521         "tags": [
56522           "Network"
56523         ]
56524       }, 
56525       "put": {
56526         "consumes": [
56527           "application/json", 
56528           "application/xml"
56529         ], 
56530         "description": "Create or update an existing vce.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
56531         "operationId": "createOrUpdateNetworkVcesVce", 
56532         "parameters": [
56533           {
56534             "description": "Unique id of VNF.  This is unique across the graph.", 
56535             "example": "__VNF-ID__", 
56536             "in": "path", 
56537             "name": "vnf-id", 
56538             "required": true, 
56539             "type": "string"
56540           }, 
56541           {
56542             "description": "vce object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVce.json)", 
56543             "in": "body", 
56544             "name": "body", 
56545             "required": true, 
56546             "schema": {
56547               "$ref": "#/definitions/vce"
56548             }
56549           }
56550         ], 
56551         "produces": [
56552           "application/json", 
56553           "application/xml"
56554         ], 
56555         "responses": {
56556           "default": {
56557             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56558           }
56559         }, 
56560         "summary": "create or update an existing vce", 
56561         "tags": [
56562           "Network"
56563         ]
56564       }
56565     }, 
56566     "/network/vces/vce/{vnf-id}/entitlements": {
56567       "get": {
56568         "description": "returns entitlements", 
56569         "operationId": "getNetworkVcesVceEntitlements", 
56570         "parameters": [
56571           {
56572             "description": "Unique id of VNF.  This is unique across the graph.", 
56573             "example": "__VNF-ID__", 
56574             "in": "path", 
56575             "name": "vnf-id", 
56576             "required": true, 
56577             "type": "string"
56578           }, 
56579           {
56580             "description": "n/a", 
56581             "in": "query", 
56582             "name": "group-uuid", 
56583             "required": false, 
56584             "type": "string"
56585           }, 
56586           {
56587             "description": "n/a", 
56588             "in": "query", 
56589             "name": "resource-uuid", 
56590             "required": false, 
56591             "type": "string"
56592           }
56593         ], 
56594         "produces": [
56595           "application/json", 
56596           "application/xml"
56597         ], 
56598         "responses": {
56599           "200": {
56600             "description": "successful operation", 
56601             "schema": {
56602               "$ref": "#/definitions/entitlements"
56603             }
56604           }, 
56605           "default": {
56606             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56607           }
56608         }, 
56609         "summary": "returns entitlements", 
56610         "tags": [
56611           "Network"
56612         ]
56613       }
56614     }, 
56615     "/network/vces/vce/{vnf-id}/entitlements/entitlement/{group-uuid}/{resource-uuid}": {
56616       "delete": {
56617         "consumes": [
56618           "application/json", 
56619           "application/xml"
56620         ], 
56621         "description": "delete an existing entitlement", 
56622         "operationId": "deleteNetworkVcesVceEntitlementsEntitlement", 
56623         "parameters": [
56624           {
56625             "description": "Unique id of VNF.  This is unique across the graph.", 
56626             "example": "__VNF-ID__", 
56627             "in": "path", 
56628             "name": "vnf-id", 
56629             "required": true, 
56630             "type": "string"
56631           }, 
56632           {
56633             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
56634             "example": "__GROUP-UUID__", 
56635             "in": "path", 
56636             "name": "group-uuid", 
56637             "required": true, 
56638             "type": "string"
56639           }, 
56640           {
56641             "description": "Unique ID of an entitlement resource.", 
56642             "example": "__RESOURCE-UUID__", 
56643             "in": "path", 
56644             "name": "resource-uuid", 
56645             "required": true, 
56646             "type": "string"
56647           }, 
56648           {
56649             "description": "resource-version for concurrency", 
56650             "in": "query", 
56651             "name": "resource-version", 
56652             "required": true, 
56653             "type": "string"
56654           }
56655         ], 
56656         "produces": [
56657           "application/json", 
56658           "application/xml"
56659         ], 
56660         "responses": {
56661           "default": {
56662             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56663           }
56664         }, 
56665         "summary": "delete an existing entitlement", 
56666         "tags": [
56667           "Network"
56668         ]
56669       }, 
56670       "get": {
56671         "description": "returns entitlement", 
56672         "operationId": "getNetworkVcesVceEntitlementsEntitlement", 
56673         "parameters": [
56674           {
56675             "description": "Unique id of VNF.  This is unique across the graph.", 
56676             "example": "__VNF-ID__", 
56677             "in": "path", 
56678             "name": "vnf-id", 
56679             "required": true, 
56680             "type": "string"
56681           }, 
56682           {
56683             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
56684             "example": "__GROUP-UUID__", 
56685             "in": "path", 
56686             "name": "group-uuid", 
56687             "required": true, 
56688             "type": "string"
56689           }, 
56690           {
56691             "description": "Unique ID of an entitlement resource.", 
56692             "example": "__RESOURCE-UUID__", 
56693             "in": "path", 
56694             "name": "resource-uuid", 
56695             "required": true, 
56696             "type": "string"
56697           }
56698         ], 
56699         "produces": [
56700           "application/json", 
56701           "application/xml"
56702         ], 
56703         "responses": {
56704           "200": {
56705             "description": "successful operation", 
56706             "schema": {
56707               "$ref": "#/definitions/entitlement"
56708             }
56709           }, 
56710           "default": {
56711             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56712           }
56713         }, 
56714         "summary": "returns entitlement", 
56715         "tags": [
56716           "Network"
56717         ]
56718       }, 
56719       "patch": {
56720         "consumes": [
56721           "application/json"
56722         ], 
56723         "description": "Update an existing entitlement\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
56724         "operationId": "UpdateNetworkVcesVceEntitlementsEntitlement", 
56725         "parameters": [
56726           {
56727             "description": "Unique id of VNF.  This is unique across the graph.", 
56728             "example": "__VNF-ID__", 
56729             "in": "path", 
56730             "name": "vnf-id", 
56731             "required": true, 
56732             "type": "string"
56733           }, 
56734           {
56735             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
56736             "example": "__GROUP-UUID__", 
56737             "in": "path", 
56738             "name": "group-uuid", 
56739             "required": true, 
56740             "type": "string"
56741           }, 
56742           {
56743             "description": "Unique ID of an entitlement resource.", 
56744             "example": "__RESOURCE-UUID__", 
56745             "in": "path", 
56746             "name": "resource-uuid", 
56747             "required": true, 
56748             "type": "string"
56749           }, 
56750           {
56751             "description": "entitlement object that needs to be updated.", 
56752             "in": "body", 
56753             "name": "body", 
56754             "required": true, 
56755             "schema": {
56756               "$ref": "#/definitions/zzzz-patch-entitlement"
56757             }
56758           }
56759         ], 
56760         "produces": [
56761           "application/json"
56762         ], 
56763         "responses": {
56764           "default": {
56765             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56766           }
56767         }, 
56768         "summary": "update an existing entitlement", 
56769         "tags": [
56770           "Network"
56771         ]
56772       }, 
56773       "put": {
56774         "consumes": [
56775           "application/json", 
56776           "application/xml"
56777         ], 
56778         "description": "Create or update an existing entitlement.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
56779         "operationId": "createOrUpdateNetworkVcesVceEntitlementsEntitlement", 
56780         "parameters": [
56781           {
56782             "description": "Unique id of VNF.  This is unique across the graph.", 
56783             "example": "__VNF-ID__", 
56784             "in": "path", 
56785             "name": "vnf-id", 
56786             "required": true, 
56787             "type": "string"
56788           }, 
56789           {
56790             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
56791             "example": "__GROUP-UUID__", 
56792             "in": "path", 
56793             "name": "group-uuid", 
56794             "required": true, 
56795             "type": "string"
56796           }, 
56797           {
56798             "description": "Unique ID of an entitlement resource.", 
56799             "example": "__RESOURCE-UUID__", 
56800             "in": "path", 
56801             "name": "resource-uuid", 
56802             "required": true, 
56803             "type": "string"
56804           }, 
56805           {
56806             "description": "entitlement object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVceEntitlementsEntitlement.json)", 
56807             "in": "body", 
56808             "name": "body", 
56809             "required": true, 
56810             "schema": {
56811               "$ref": "#/definitions/entitlement"
56812             }
56813           }
56814         ], 
56815         "produces": [
56816           "application/json", 
56817           "application/xml"
56818         ], 
56819         "responses": {
56820           "default": {
56821             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56822           }
56823         }, 
56824         "summary": "create or update an existing entitlement", 
56825         "tags": [
56826           "Network"
56827         ]
56828       }
56829     }, 
56830     "/network/vces/vce/{vnf-id}/entitlements/entitlement/{group-uuid}/{resource-uuid}/relationship-list/relationship": {
56831       "delete": {
56832         "consumes": [
56833           "application/json", 
56834           "application/xml"
56835         ], 
56836         "description": "delete an existing relationship", 
56837         "operationId": "deleteNetworkVcesVceEntitlementsEntitlementRelationshipListRelationship", 
56838         "parameters": [
56839           {
56840             "description": "Unique id of VNF.  This is unique across the graph.", 
56841             "example": "__VNF-ID__", 
56842             "in": "path", 
56843             "name": "vnf-id", 
56844             "required": true, 
56845             "type": "string"
56846           }, 
56847           {
56848             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
56849             "example": "__GROUP-UUID__", 
56850             "in": "path", 
56851             "name": "group-uuid", 
56852             "required": true, 
56853             "type": "string"
56854           }, 
56855           {
56856             "description": "Unique ID of an entitlement resource.", 
56857             "example": "__RESOURCE-UUID__", 
56858             "in": "path", 
56859             "name": "resource-uuid", 
56860             "required": true, 
56861             "type": "string"
56862           }
56863         ], 
56864         "produces": [
56865           "application/json", 
56866           "application/xml"
56867         ], 
56868         "responses": {
56869           "default": {
56870             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56871           }
56872         }, 
56873         "summary": "delete an existing relationship", 
56874         "tags": [
56875           "Network"
56876         ]
56877       }, 
56878       "put": {
56879         "consumes": [
56880           "application/json", 
56881           "application/xml"
56882         ], 
56883         "operationId": "createOrUpdateNetworkVcesVceEntitlementsEntitlementRelationshipListRelationship", 
56884         "parameters": [
56885           {
56886             "description": "Unique id of VNF.  This is unique across the graph.", 
56887             "example": "__VNF-ID__", 
56888             "in": "path", 
56889             "name": "vnf-id", 
56890             "required": true, 
56891             "type": "string"
56892           }, 
56893           {
56894             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
56895             "example": "__GROUP-UUID__", 
56896             "in": "path", 
56897             "name": "group-uuid", 
56898             "required": true, 
56899             "type": "string"
56900           }, 
56901           {
56902             "description": "Unique ID of an entitlement resource.", 
56903             "example": "__RESOURCE-UUID__", 
56904             "in": "path", 
56905             "name": "resource-uuid", 
56906             "required": true, 
56907             "type": "string"
56908           }, 
56909           {
56910             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVceEntitlementsEntitlement.json)", 
56911             "in": "body", 
56912             "name": "body", 
56913             "required": true, 
56914             "schema": {
56915               "$ref": "#/definitions/relationship-dict"
56916             }
56917           }
56918         ], 
56919         "produces": [
56920           "application/json", 
56921           "application/xml"
56922         ], 
56923         "responses": {
56924           "default": {
56925             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56926           }
56927         }, 
56928         "summary": "see node definition for valid relationships", 
56929         "tags": [
56930           "Network"
56931         ]
56932       }
56933     }, 
56934     "/network/vces/vce/{vnf-id}/licenses": {
56935       "get": {
56936         "description": "returns licenses", 
56937         "operationId": "getNetworkVcesVceLicenses", 
56938         "parameters": [
56939           {
56940             "description": "Unique id of VNF.  This is unique across the graph.", 
56941             "example": "__VNF-ID__", 
56942             "in": "path", 
56943             "name": "vnf-id", 
56944             "required": true, 
56945             "type": "string"
56946           }, 
56947           {
56948             "description": "n/a", 
56949             "in": "query", 
56950             "name": "group-uuid", 
56951             "required": false, 
56952             "type": "string"
56953           }, 
56954           {
56955             "description": "n/a", 
56956             "in": "query", 
56957             "name": "resource-uuid", 
56958             "required": false, 
56959             "type": "string"
56960           }
56961         ], 
56962         "produces": [
56963           "application/json", 
56964           "application/xml"
56965         ], 
56966         "responses": {
56967           "200": {
56968             "description": "successful operation", 
56969             "schema": {
56970               "$ref": "#/definitions/licenses"
56971             }
56972           }, 
56973           "default": {
56974             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56975           }
56976         }, 
56977         "summary": "returns licenses", 
56978         "tags": [
56979           "Network"
56980         ]
56981       }
56982     }, 
56983     "/network/vces/vce/{vnf-id}/licenses/license/{group-uuid}/{resource-uuid}": {
56984       "delete": {
56985         "consumes": [
56986           "application/json", 
56987           "application/xml"
56988         ], 
56989         "description": "delete an existing license", 
56990         "operationId": "deleteNetworkVcesVceLicensesLicense", 
56991         "parameters": [
56992           {
56993             "description": "Unique id of VNF.  This is unique across the graph.", 
56994             "example": "__VNF-ID__", 
56995             "in": "path", 
56996             "name": "vnf-id", 
56997             "required": true, 
56998             "type": "string"
56999           }, 
57000           {
57001             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
57002             "example": "__GROUP-UUID__", 
57003             "in": "path", 
57004             "name": "group-uuid", 
57005             "required": true, 
57006             "type": "string"
57007           }, 
57008           {
57009             "description": "Unique ID of a license resource.", 
57010             "example": "__RESOURCE-UUID__", 
57011             "in": "path", 
57012             "name": "resource-uuid", 
57013             "required": true, 
57014             "type": "string"
57015           }, 
57016           {
57017             "description": "resource-version for concurrency", 
57018             "in": "query", 
57019             "name": "resource-version", 
57020             "required": true, 
57021             "type": "string"
57022           }
57023         ], 
57024         "produces": [
57025           "application/json", 
57026           "application/xml"
57027         ], 
57028         "responses": {
57029           "default": {
57030             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57031           }
57032         }, 
57033         "summary": "delete an existing license", 
57034         "tags": [
57035           "Network"
57036         ]
57037       }, 
57038       "get": {
57039         "description": "returns license", 
57040         "operationId": "getNetworkVcesVceLicensesLicense", 
57041         "parameters": [
57042           {
57043             "description": "Unique id of VNF.  This is unique across the graph.", 
57044             "example": "__VNF-ID__", 
57045             "in": "path", 
57046             "name": "vnf-id", 
57047             "required": true, 
57048             "type": "string"
57049           }, 
57050           {
57051             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
57052             "example": "__GROUP-UUID__", 
57053             "in": "path", 
57054             "name": "group-uuid", 
57055             "required": true, 
57056             "type": "string"
57057           }, 
57058           {
57059             "description": "Unique ID of a license resource.", 
57060             "example": "__RESOURCE-UUID__", 
57061             "in": "path", 
57062             "name": "resource-uuid", 
57063             "required": true, 
57064             "type": "string"
57065           }
57066         ], 
57067         "produces": [
57068           "application/json", 
57069           "application/xml"
57070         ], 
57071         "responses": {
57072           "200": {
57073             "description": "successful operation", 
57074             "schema": {
57075               "$ref": "#/definitions/license"
57076             }
57077           }, 
57078           "default": {
57079             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57080           }
57081         }, 
57082         "summary": "returns license", 
57083         "tags": [
57084           "Network"
57085         ]
57086       }, 
57087       "patch": {
57088         "consumes": [
57089           "application/json"
57090         ], 
57091         "description": "Update an existing license\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
57092         "operationId": "UpdateNetworkVcesVceLicensesLicense", 
57093         "parameters": [
57094           {
57095             "description": "Unique id of VNF.  This is unique across the graph.", 
57096             "example": "__VNF-ID__", 
57097             "in": "path", 
57098             "name": "vnf-id", 
57099             "required": true, 
57100             "type": "string"
57101           }, 
57102           {
57103             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
57104             "example": "__GROUP-UUID__", 
57105             "in": "path", 
57106             "name": "group-uuid", 
57107             "required": true, 
57108             "type": "string"
57109           }, 
57110           {
57111             "description": "Unique ID of a license resource.", 
57112             "example": "__RESOURCE-UUID__", 
57113             "in": "path", 
57114             "name": "resource-uuid", 
57115             "required": true, 
57116             "type": "string"
57117           }, 
57118           {
57119             "description": "license object that needs to be updated.", 
57120             "in": "body", 
57121             "name": "body", 
57122             "required": true, 
57123             "schema": {
57124               "$ref": "#/definitions/zzzz-patch-license"
57125             }
57126           }
57127         ], 
57128         "produces": [
57129           "application/json"
57130         ], 
57131         "responses": {
57132           "default": {
57133             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57134           }
57135         }, 
57136         "summary": "update an existing license", 
57137         "tags": [
57138           "Network"
57139         ]
57140       }, 
57141       "put": {
57142         "consumes": [
57143           "application/json", 
57144           "application/xml"
57145         ], 
57146         "description": "Create or update an existing license.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
57147         "operationId": "createOrUpdateNetworkVcesVceLicensesLicense", 
57148         "parameters": [
57149           {
57150             "description": "Unique id of VNF.  This is unique across the graph.", 
57151             "example": "__VNF-ID__", 
57152             "in": "path", 
57153             "name": "vnf-id", 
57154             "required": true, 
57155             "type": "string"
57156           }, 
57157           {
57158             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
57159             "example": "__GROUP-UUID__", 
57160             "in": "path", 
57161             "name": "group-uuid", 
57162             "required": true, 
57163             "type": "string"
57164           }, 
57165           {
57166             "description": "Unique ID of a license resource.", 
57167             "example": "__RESOURCE-UUID__", 
57168             "in": "path", 
57169             "name": "resource-uuid", 
57170             "required": true, 
57171             "type": "string"
57172           }, 
57173           {
57174             "description": "license object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVceLicensesLicense.json)", 
57175             "in": "body", 
57176             "name": "body", 
57177             "required": true, 
57178             "schema": {
57179               "$ref": "#/definitions/license"
57180             }
57181           }
57182         ], 
57183         "produces": [
57184           "application/json", 
57185           "application/xml"
57186         ], 
57187         "responses": {
57188           "default": {
57189             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57190           }
57191         }, 
57192         "summary": "create or update an existing license", 
57193         "tags": [
57194           "Network"
57195         ]
57196       }
57197     }, 
57198     "/network/vces/vce/{vnf-id}/licenses/license/{group-uuid}/{resource-uuid}/relationship-list/relationship": {
57199       "delete": {
57200         "consumes": [
57201           "application/json", 
57202           "application/xml"
57203         ], 
57204         "description": "delete an existing relationship", 
57205         "operationId": "deleteNetworkVcesVceLicensesLicenseRelationshipListRelationship", 
57206         "parameters": [
57207           {
57208             "description": "Unique id of VNF.  This is unique across the graph.", 
57209             "example": "__VNF-ID__", 
57210             "in": "path", 
57211             "name": "vnf-id", 
57212             "required": true, 
57213             "type": "string"
57214           }, 
57215           {
57216             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
57217             "example": "__GROUP-UUID__", 
57218             "in": "path", 
57219             "name": "group-uuid", 
57220             "required": true, 
57221             "type": "string"
57222           }, 
57223           {
57224             "description": "Unique ID of a license resource.", 
57225             "example": "__RESOURCE-UUID__", 
57226             "in": "path", 
57227             "name": "resource-uuid", 
57228             "required": true, 
57229             "type": "string"
57230           }
57231         ], 
57232         "produces": [
57233           "application/json", 
57234           "application/xml"
57235         ], 
57236         "responses": {
57237           "default": {
57238             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57239           }
57240         }, 
57241         "summary": "delete an existing relationship", 
57242         "tags": [
57243           "Network"
57244         ]
57245       }, 
57246       "put": {
57247         "consumes": [
57248           "application/json", 
57249           "application/xml"
57250         ], 
57251         "operationId": "createOrUpdateNetworkVcesVceLicensesLicenseRelationshipListRelationship", 
57252         "parameters": [
57253           {
57254             "description": "Unique id of VNF.  This is unique across the graph.", 
57255             "example": "__VNF-ID__", 
57256             "in": "path", 
57257             "name": "vnf-id", 
57258             "required": true, 
57259             "type": "string"
57260           }, 
57261           {
57262             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
57263             "example": "__GROUP-UUID__", 
57264             "in": "path", 
57265             "name": "group-uuid", 
57266             "required": true, 
57267             "type": "string"
57268           }, 
57269           {
57270             "description": "Unique ID of a license resource.", 
57271             "example": "__RESOURCE-UUID__", 
57272             "in": "path", 
57273             "name": "resource-uuid", 
57274             "required": true, 
57275             "type": "string"
57276           }, 
57277           {
57278             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVceLicensesLicense.json)", 
57279             "in": "body", 
57280             "name": "body", 
57281             "required": true, 
57282             "schema": {
57283               "$ref": "#/definitions/relationship-dict"
57284             }
57285           }
57286         ], 
57287         "produces": [
57288           "application/json", 
57289           "application/xml"
57290         ], 
57291         "responses": {
57292           "default": {
57293             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57294           }
57295         }, 
57296         "summary": "see node definition for valid relationships", 
57297         "tags": [
57298           "Network"
57299         ]
57300       }
57301     }, 
57302     "/network/vces/vce/{vnf-id}/port-groups": {
57303       "get": {
57304         "description": "returns port-groups", 
57305         "operationId": "getNetworkVcesVcePortGroups", 
57306         "parameters": [
57307           {
57308             "description": "Unique id of VNF.  This is unique across the graph.", 
57309             "example": "__VNF-ID__", 
57310             "in": "path", 
57311             "name": "vnf-id", 
57312             "required": true, 
57313             "type": "string"
57314           }, 
57315           {
57316             "description": "n/a", 
57317             "in": "query", 
57318             "name": "interface-id", 
57319             "required": false, 
57320             "type": "string"
57321           }, 
57322           {
57323             "description": "n/a", 
57324             "in": "query", 
57325             "name": "port-group-id", 
57326             "required": false, 
57327             "type": "string"
57328           }, 
57329           {
57330             "description": "n/a", 
57331             "in": "query", 
57332             "name": "switch-name", 
57333             "required": false, 
57334             "type": "string"
57335           }, 
57336           {
57337             "description": "n/a", 
57338             "in": "query", 
57339             "name": "heat-stack-id", 
57340             "required": false, 
57341             "type": "string"
57342           }
57343         ], 
57344         "produces": [
57345           "application/json", 
57346           "application/xml"
57347         ], 
57348         "responses": {
57349           "200": {
57350             "description": "successful operation", 
57351             "schema": {
57352               "$ref": "#/definitions/port-groups"
57353             }
57354           }, 
57355           "default": {
57356             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57357           }
57358         }, 
57359         "summary": "returns port-groups", 
57360         "tags": [
57361           "Network"
57362         ]
57363       }
57364     }, 
57365     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}": {
57366       "delete": {
57367         "consumes": [
57368           "application/json", 
57369           "application/xml"
57370         ], 
57371         "description": "delete an existing port-group", 
57372         "operationId": "deleteNetworkVcesVcePortGroupsPortGroup", 
57373         "parameters": [
57374           {
57375             "description": "Unique id of VNF.  This is unique across the graph.", 
57376             "example": "__VNF-ID__", 
57377             "in": "path", 
57378             "name": "vnf-id", 
57379             "required": true, 
57380             "type": "string"
57381           }, 
57382           {
57383             "description": "Unique ID of the interface", 
57384             "example": "__INTERFACE-ID__", 
57385             "in": "path", 
57386             "name": "interface-id", 
57387             "required": true, 
57388             "type": "string"
57389           }, 
57390           {
57391             "description": "resource-version for concurrency", 
57392             "in": "query", 
57393             "name": "resource-version", 
57394             "required": true, 
57395             "type": "string"
57396           }
57397         ], 
57398         "produces": [
57399           "application/json", 
57400           "application/xml"
57401         ], 
57402         "responses": {
57403           "default": {
57404             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57405           }
57406         }, 
57407         "summary": "delete an existing port-group", 
57408         "tags": [
57409           "Network"
57410         ]
57411       }, 
57412       "get": {
57413         "description": "returns port-group", 
57414         "operationId": "getNetworkVcesVcePortGroupsPortGroup", 
57415         "parameters": [
57416           {
57417             "description": "Unique id of VNF.  This is unique across the graph.", 
57418             "example": "__VNF-ID__", 
57419             "in": "path", 
57420             "name": "vnf-id", 
57421             "required": true, 
57422             "type": "string"
57423           }, 
57424           {
57425             "description": "Unique ID of the interface", 
57426             "example": "__INTERFACE-ID__", 
57427             "in": "path", 
57428             "name": "interface-id", 
57429             "required": true, 
57430             "type": "string"
57431           }
57432         ], 
57433         "produces": [
57434           "application/json", 
57435           "application/xml"
57436         ], 
57437         "responses": {
57438           "200": {
57439             "description": "successful operation", 
57440             "schema": {
57441               "$ref": "#/definitions/port-group"
57442             }
57443           }, 
57444           "default": {
57445             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57446           }
57447         }, 
57448         "summary": "returns port-group", 
57449         "tags": [
57450           "Network"
57451         ]
57452       }, 
57453       "patch": {
57454         "consumes": [
57455           "application/json"
57456         ], 
57457         "description": "Update an existing port-group\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
57458         "operationId": "UpdateNetworkVcesVcePortGroupsPortGroup", 
57459         "parameters": [
57460           {
57461             "description": "Unique id of VNF.  This is unique across the graph.", 
57462             "example": "__VNF-ID__", 
57463             "in": "path", 
57464             "name": "vnf-id", 
57465             "required": true, 
57466             "type": "string"
57467           }, 
57468           {
57469             "description": "Unique ID of the interface", 
57470             "example": "__INTERFACE-ID__", 
57471             "in": "path", 
57472             "name": "interface-id", 
57473             "required": true, 
57474             "type": "string"
57475           }, 
57476           {
57477             "description": "port-group object that needs to be updated.", 
57478             "in": "body", 
57479             "name": "body", 
57480             "required": true, 
57481             "schema": {
57482               "$ref": "#/definitions/zzzz-patch-port-group"
57483             }
57484           }
57485         ], 
57486         "produces": [
57487           "application/json"
57488         ], 
57489         "responses": {
57490           "default": {
57491             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57492           }
57493         }, 
57494         "summary": "update an existing port-group", 
57495         "tags": [
57496           "Network"
57497         ]
57498       }, 
57499       "put": {
57500         "consumes": [
57501           "application/json", 
57502           "application/xml"
57503         ], 
57504         "description": "Create or update an existing port-group.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
57505         "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroup", 
57506         "parameters": [
57507           {
57508             "description": "Unique id of VNF.  This is unique across the graph.", 
57509             "example": "__VNF-ID__", 
57510             "in": "path", 
57511             "name": "vnf-id", 
57512             "required": true, 
57513             "type": "string"
57514           }, 
57515           {
57516             "description": "Unique ID of the interface", 
57517             "example": "__INTERFACE-ID__", 
57518             "in": "path", 
57519             "name": "interface-id", 
57520             "required": true, 
57521             "type": "string"
57522           }, 
57523           {
57524             "description": "port-group object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVcePortGroupsPortGroup.json)", 
57525             "in": "body", 
57526             "name": "body", 
57527             "required": true, 
57528             "schema": {
57529               "$ref": "#/definitions/port-group"
57530             }
57531           }
57532         ], 
57533         "produces": [
57534           "application/json", 
57535           "application/xml"
57536         ], 
57537         "responses": {
57538           "default": {
57539             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57540           }
57541         }, 
57542         "summary": "create or update an existing port-group", 
57543         "tags": [
57544           "Network"
57545         ]
57546       }
57547     }, 
57548     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/cvlan-tags": {
57549       "get": {
57550         "description": "returns cvlan-tags", 
57551         "operationId": "getNetworkVcesVcePortGroupsPortGroupCvlanTags", 
57552         "parameters": [
57553           {
57554             "description": "Unique id of VNF.  This is unique across the graph.", 
57555             "example": "__VNF-ID__", 
57556             "in": "path", 
57557             "name": "vnf-id", 
57558             "required": true, 
57559             "type": "string"
57560           }, 
57561           {
57562             "description": "Unique ID of the interface", 
57563             "example": "__INTERFACE-ID__", 
57564             "in": "path", 
57565             "name": "interface-id", 
57566             "required": true, 
57567             "type": "string"
57568           }, 
57569           {
57570             "description": "n/a", 
57571             "format": "int64", 
57572             "in": "query", 
57573             "name": "cvlan-tag", 
57574             "required": false, 
57575             "type": "integer"
57576           }
57577         ], 
57578         "produces": [
57579           "application/json", 
57580           "application/xml"
57581         ], 
57582         "responses": {
57583           "200": {
57584             "description": "successful operation", 
57585             "schema": {
57586               "$ref": "#/definitions/cvlan-tags"
57587             }
57588           }, 
57589           "default": {
57590             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57591           }
57592         }, 
57593         "summary": "returns cvlan-tags", 
57594         "tags": [
57595           "Network"
57596         ]
57597       }
57598     }, 
57599     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/cvlan-tags/cvlan-tag-entry/{cvlan-tag}": {
57600       "delete": {
57601         "consumes": [
57602           "application/json", 
57603           "application/xml"
57604         ], 
57605         "description": "delete an existing cvlan-tag-entry", 
57606         "operationId": "deleteNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
57607         "parameters": [
57608           {
57609             "description": "Unique id of VNF.  This is unique across the graph.", 
57610             "example": "__VNF-ID__", 
57611             "in": "path", 
57612             "name": "vnf-id", 
57613             "required": true, 
57614             "type": "string"
57615           }, 
57616           {
57617             "description": "Unique ID of the interface", 
57618             "example": "__INTERFACE-ID__", 
57619             "in": "path", 
57620             "name": "interface-id", 
57621             "required": true, 
57622             "type": "string"
57623           }, 
57624           {
57625             "description": "See mis-na-virtualization-platform.yang", 
57626             "example": "__CVLAN-TAG__", 
57627             "format": "int64", 
57628             "in": "path", 
57629             "name": "cvlan-tag", 
57630             "required": true, 
57631             "type": "integer"
57632           }, 
57633           {
57634             "description": "resource-version for concurrency", 
57635             "in": "query", 
57636             "name": "resource-version", 
57637             "required": true, 
57638             "type": "string"
57639           }
57640         ], 
57641         "produces": [
57642           "application/json", 
57643           "application/xml"
57644         ], 
57645         "responses": {
57646           "default": {
57647             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57648           }
57649         }, 
57650         "summary": "delete an existing cvlan-tag-entry", 
57651         "tags": [
57652           "Network"
57653         ]
57654       }, 
57655       "get": {
57656         "description": "returns cvlan-tag-entry", 
57657         "operationId": "getNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
57658         "parameters": [
57659           {
57660             "description": "Unique id of VNF.  This is unique across the graph.", 
57661             "example": "__VNF-ID__", 
57662             "in": "path", 
57663             "name": "vnf-id", 
57664             "required": true, 
57665             "type": "string"
57666           }, 
57667           {
57668             "description": "Unique ID of the interface", 
57669             "example": "__INTERFACE-ID__", 
57670             "in": "path", 
57671             "name": "interface-id", 
57672             "required": true, 
57673             "type": "string"
57674           }, 
57675           {
57676             "description": "See mis-na-virtualization-platform.yang", 
57677             "example": "__CVLAN-TAG__", 
57678             "format": "int64", 
57679             "in": "path", 
57680             "name": "cvlan-tag", 
57681             "required": true, 
57682             "type": "integer"
57683           }
57684         ], 
57685         "produces": [
57686           "application/json", 
57687           "application/xml"
57688         ], 
57689         "responses": {
57690           "200": {
57691             "description": "successful operation", 
57692             "schema": {
57693               "$ref": "#/definitions/cvlan-tag-entry"
57694             }
57695           }, 
57696           "default": {
57697             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57698           }
57699         }, 
57700         "summary": "returns cvlan-tag-entry", 
57701         "tags": [
57702           "Network"
57703         ]
57704       }, 
57705       "patch": {
57706         "consumes": [
57707           "application/json"
57708         ], 
57709         "description": "Update an existing cvlan-tag-entry\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
57710         "operationId": "UpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
57711         "parameters": [
57712           {
57713             "description": "Unique id of VNF.  This is unique across the graph.", 
57714             "example": "__VNF-ID__", 
57715             "in": "path", 
57716             "name": "vnf-id", 
57717             "required": true, 
57718             "type": "string"
57719           }, 
57720           {
57721             "description": "Unique ID of the interface", 
57722             "example": "__INTERFACE-ID__", 
57723             "in": "path", 
57724             "name": "interface-id", 
57725             "required": true, 
57726             "type": "string"
57727           }, 
57728           {
57729             "description": "See mis-na-virtualization-platform.yang", 
57730             "example": "__CVLAN-TAG__", 
57731             "format": "int64", 
57732             "in": "path", 
57733             "name": "cvlan-tag", 
57734             "required": true, 
57735             "type": "integer"
57736           }, 
57737           {
57738             "description": "cvlan-tag-entry object that needs to be updated.", 
57739             "in": "body", 
57740             "name": "body", 
57741             "required": true, 
57742             "schema": {
57743               "$ref": "#/definitions/zzzz-patch-cvlan-tag-entry"
57744             }
57745           }
57746         ], 
57747         "produces": [
57748           "application/json"
57749         ], 
57750         "responses": {
57751           "default": {
57752             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57753           }
57754         }, 
57755         "summary": "update an existing cvlan-tag-entry", 
57756         "tags": [
57757           "Network"
57758         ]
57759       }, 
57760       "put": {
57761         "consumes": [
57762           "application/json", 
57763           "application/xml"
57764         ], 
57765         "description": "Create or update an existing cvlan-tag-entry.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
57766         "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
57767         "parameters": [
57768           {
57769             "description": "Unique id of VNF.  This is unique across the graph.", 
57770             "example": "__VNF-ID__", 
57771             "in": "path", 
57772             "name": "vnf-id", 
57773             "required": true, 
57774             "type": "string"
57775           }, 
57776           {
57777             "description": "Unique ID of the interface", 
57778             "example": "__INTERFACE-ID__", 
57779             "in": "path", 
57780             "name": "interface-id", 
57781             "required": true, 
57782             "type": "string"
57783           }, 
57784           {
57785             "description": "See mis-na-virtualization-platform.yang", 
57786             "example": "__CVLAN-TAG__", 
57787             "format": "int64", 
57788             "in": "path", 
57789             "name": "cvlan-tag", 
57790             "required": true, 
57791             "type": "integer"
57792           }, 
57793           {
57794             "description": "cvlan-tag-entry object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry.json)", 
57795             "in": "body", 
57796             "name": "body", 
57797             "required": true, 
57798             "schema": {
57799               "$ref": "#/definitions/cvlan-tag-entry"
57800             }
57801           }
57802         ], 
57803         "produces": [
57804           "application/json", 
57805           "application/xml"
57806         ], 
57807         "responses": {
57808           "default": {
57809             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57810           }
57811         }, 
57812         "summary": "create or update an existing cvlan-tag-entry", 
57813         "tags": [
57814           "Network"
57815         ]
57816       }
57817     }, 
57818     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/cvlan-tags/cvlan-tag-entry/{cvlan-tag}/relationship-list/relationship": {
57819       "delete": {
57820         "consumes": [
57821           "application/json", 
57822           "application/xml"
57823         ], 
57824         "description": "delete an existing relationship", 
57825         "operationId": "deleteNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntryRelationshipListRelationship", 
57826         "parameters": [
57827           {
57828             "description": "Unique id of VNF.  This is unique across the graph.", 
57829             "example": "__VNF-ID__", 
57830             "in": "path", 
57831             "name": "vnf-id", 
57832             "required": true, 
57833             "type": "string"
57834           }, 
57835           {
57836             "description": "Unique ID of the interface", 
57837             "example": "__INTERFACE-ID__", 
57838             "in": "path", 
57839             "name": "interface-id", 
57840             "required": true, 
57841             "type": "string"
57842           }, 
57843           {
57844             "description": "See mis-na-virtualization-platform.yang", 
57845             "example": "__CVLAN-TAG__", 
57846             "format": "int64", 
57847             "in": "path", 
57848             "name": "cvlan-tag", 
57849             "required": true, 
57850             "type": "integer"
57851           }
57852         ], 
57853         "produces": [
57854           "application/json", 
57855           "application/xml"
57856         ], 
57857         "responses": {
57858           "default": {
57859             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57860           }
57861         }, 
57862         "summary": "delete an existing relationship", 
57863         "tags": [
57864           "Network"
57865         ]
57866       }, 
57867       "put": {
57868         "consumes": [
57869           "application/json", 
57870           "application/xml"
57871         ], 
57872         "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntryRelationshipListRelationship", 
57873         "parameters": [
57874           {
57875             "description": "Unique id of VNF.  This is unique across the graph.", 
57876             "example": "__VNF-ID__", 
57877             "in": "path", 
57878             "name": "vnf-id", 
57879             "required": true, 
57880             "type": "string"
57881           }, 
57882           {
57883             "description": "Unique ID of the interface", 
57884             "example": "__INTERFACE-ID__", 
57885             "in": "path", 
57886             "name": "interface-id", 
57887             "required": true, 
57888             "type": "string"
57889           }, 
57890           {
57891             "description": "See mis-na-virtualization-platform.yang", 
57892             "example": "__CVLAN-TAG__", 
57893             "format": "int64", 
57894             "in": "path", 
57895             "name": "cvlan-tag", 
57896             "required": true, 
57897             "type": "integer"
57898           }, 
57899           {
57900             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry.json)", 
57901             "in": "body", 
57902             "name": "body", 
57903             "required": true, 
57904             "schema": {
57905               "$ref": "#/definitions/relationship-dict"
57906             }
57907           }
57908         ], 
57909         "produces": [
57910           "application/json", 
57911           "application/xml"
57912         ], 
57913         "responses": {
57914           "default": {
57915             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57916           }
57917         }, 
57918         "summary": "see node definition for valid relationships", 
57919         "tags": [
57920           "Network"
57921         ]
57922       }
57923     }, 
57924     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/relationship-list/relationship": {
57925       "delete": {
57926         "consumes": [
57927           "application/json", 
57928           "application/xml"
57929         ], 
57930         "description": "delete an existing relationship", 
57931         "operationId": "deleteNetworkVcesVcePortGroupsPortGroupRelationshipListRelationship", 
57932         "parameters": [
57933           {
57934             "description": "Unique id of VNF.  This is unique across the graph.", 
57935             "example": "__VNF-ID__", 
57936             "in": "path", 
57937             "name": "vnf-id", 
57938             "required": true, 
57939             "type": "string"
57940           }, 
57941           {
57942             "description": "Unique ID of the interface", 
57943             "example": "__INTERFACE-ID__", 
57944             "in": "path", 
57945             "name": "interface-id", 
57946             "required": true, 
57947             "type": "string"
57948           }
57949         ], 
57950         "produces": [
57951           "application/json", 
57952           "application/xml"
57953         ], 
57954         "responses": {
57955           "default": {
57956             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57957           }
57958         }, 
57959         "summary": "delete an existing relationship", 
57960         "tags": [
57961           "Network"
57962         ]
57963       }, 
57964       "put": {
57965         "consumes": [
57966           "application/json", 
57967           "application/xml"
57968         ], 
57969         "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupRelationshipListRelationship", 
57970         "parameters": [
57971           {
57972             "description": "Unique id of VNF.  This is unique across the graph.", 
57973             "example": "__VNF-ID__", 
57974             "in": "path", 
57975             "name": "vnf-id", 
57976             "required": true, 
57977             "type": "string"
57978           }, 
57979           {
57980             "description": "Unique ID of the interface", 
57981             "example": "__INTERFACE-ID__", 
57982             "in": "path", 
57983             "name": "interface-id", 
57984             "required": true, 
57985             "type": "string"
57986           }, 
57987           {
57988             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVcePortGroupsPortGroup.json)", 
57989             "in": "body", 
57990             "name": "body", 
57991             "required": true, 
57992             "schema": {
57993               "$ref": "#/definitions/relationship-dict"
57994             }
57995           }
57996         ], 
57997         "produces": [
57998           "application/json", 
57999           "application/xml"
58000         ], 
58001         "responses": {
58002           "default": {
58003             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58004           }
58005         }, 
58006         "summary": "see node definition for valid relationships", 
58007         "tags": [
58008           "Network"
58009         ]
58010       }
58011     }, 
58012     "/network/vces/vce/{vnf-id}/relationship-list/relationship": {
58013       "delete": {
58014         "consumes": [
58015           "application/json", 
58016           "application/xml"
58017         ], 
58018         "description": "delete an existing relationship", 
58019         "operationId": "deleteNetworkVcesVceRelationshipListRelationship", 
58020         "parameters": [
58021           {
58022             "description": "Unique id of VNF.  This is unique across the graph.", 
58023             "example": "__VNF-ID__", 
58024             "in": "path", 
58025             "name": "vnf-id", 
58026             "required": true, 
58027             "type": "string"
58028           }
58029         ], 
58030         "produces": [
58031           "application/json", 
58032           "application/xml"
58033         ], 
58034         "responses": {
58035           "default": {
58036             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58037           }
58038         }, 
58039         "summary": "delete an existing relationship", 
58040         "tags": [
58041           "Network"
58042         ]
58043       }, 
58044       "put": {
58045         "consumes": [
58046           "application/json", 
58047           "application/xml"
58048         ], 
58049         "operationId": "createOrUpdateNetworkVcesVceRelationshipListRelationship", 
58050         "parameters": [
58051           {
58052             "description": "Unique id of VNF.  This is unique across the graph.", 
58053             "example": "__VNF-ID__", 
58054             "in": "path", 
58055             "name": "vnf-id", 
58056             "required": true, 
58057             "type": "string"
58058           }, 
58059           {
58060             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVcesVce.json)", 
58061             "in": "body", 
58062             "name": "body", 
58063             "required": true, 
58064             "schema": {
58065               "$ref": "#/definitions/relationship-dict"
58066             }
58067           }
58068         ], 
58069         "produces": [
58070           "application/json", 
58071           "application/xml"
58072         ], 
58073         "responses": {
58074           "default": {
58075             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58076           }
58077         }, 
58078         "summary": "see node definition for valid relationships", 
58079         "tags": [
58080           "Network"
58081         ]
58082       }
58083     }, 
58084     "/network/vnfcs": {
58085       "get": {
58086         "description": "returns vnfcs", 
58087         "operationId": "getNetworkVnfcs", 
58088         "parameters": [
58089           {
58090             "description": "n/a", 
58091             "in": "query", 
58092             "name": "vnfc-name", 
58093             "required": false, 
58094             "type": "string"
58095           }, 
58096           {
58097             "description": "n/a", 
58098             "in": "query", 
58099             "name": "nfc-naming-code", 
58100             "required": false, 
58101             "type": "string"
58102           }, 
58103           {
58104             "description": "n/a", 
58105             "in": "query", 
58106             "name": "nfc-function", 
58107             "required": false, 
58108             "type": "string"
58109           }, 
58110           {
58111             "description": "n/a", 
58112             "in": "query", 
58113             "name": "prov-status", 
58114             "required": false, 
58115             "type": "string"
58116           }, 
58117           {
58118             "description": "n/a", 
58119             "in": "query", 
58120             "name": "ipaddress-v4-oam-vip", 
58121             "required": false, 
58122             "type": "string"
58123           }, 
58124           {
58125             "description": "n/a", 
58126             "in": "query", 
58127             "name": "in-maint", 
58128             "required": false, 
58129             "type": "boolean"
58130           }, 
58131           {
58132             "description": "n/a", 
58133             "in": "query", 
58134             "name": "is-closed-loop-disabled", 
58135             "required": false, 
58136             "type": "boolean"
58137           }, 
58138           {
58139             "description": "n/a", 
58140             "in": "query", 
58141             "name": "group-notation", 
58142             "required": false, 
58143             "type": "string"
58144           }, 
58145           {
58146             "description": "n/a", 
58147             "in": "query", 
58148             "name": "model-invariant-id", 
58149             "required": false, 
58150             "type": "string"
58151           }, 
58152           {
58153             "description": "n/a", 
58154             "in": "query", 
58155             "name": "model-version-id", 
58156             "required": false, 
58157             "type": "string"
58158           }
58159         ], 
58160         "produces": [
58161           "application/json", 
58162           "application/xml"
58163         ], 
58164         "responses": {
58165           "200": {
58166             "description": "successful operation", 
58167             "schema": {
58168               "$ref": "#/definitions/vnfcs"
58169             }
58170           }, 
58171           "default": {
58172             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58173           }
58174         }, 
58175         "summary": "returns vnfcs", 
58176         "tags": [
58177           "Network"
58178         ]
58179       }
58180     }, 
58181     "/network/vnfcs/vnfc/{vnfc-name}": {
58182       "delete": {
58183         "consumes": [
58184           "application/json", 
58185           "application/xml"
58186         ], 
58187         "description": "delete an existing vnfc", 
58188         "operationId": "deleteNetworkVnfcsVnfc", 
58189         "parameters": [
58190           {
58191             "description": "Unique ID of vnfc.", 
58192             "example": "__VNFC-NAME__", 
58193             "in": "path", 
58194             "name": "vnfc-name", 
58195             "required": true, 
58196             "type": "string"
58197           }, 
58198           {
58199             "description": "resource-version for concurrency", 
58200             "in": "query", 
58201             "name": "resource-version", 
58202             "required": true, 
58203             "type": "string"
58204           }
58205         ], 
58206         "produces": [
58207           "application/json", 
58208           "application/xml"
58209         ], 
58210         "responses": {
58211           "default": {
58212             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58213           }
58214         }, 
58215         "summary": "delete an existing vnfc", 
58216         "tags": [
58217           "Network"
58218         ]
58219       }, 
58220       "get": {
58221         "description": "returns vnfc", 
58222         "operationId": "getNetworkVnfcsVnfc", 
58223         "parameters": [
58224           {
58225             "description": "Unique ID of vnfc.", 
58226             "example": "__VNFC-NAME__", 
58227             "in": "path", 
58228             "name": "vnfc-name", 
58229             "required": true, 
58230             "type": "string"
58231           }
58232         ], 
58233         "produces": [
58234           "application/json", 
58235           "application/xml"
58236         ], 
58237         "responses": {
58238           "200": {
58239             "description": "successful operation", 
58240             "schema": {
58241               "$ref": "#/definitions/vnfc"
58242             }
58243           }, 
58244           "default": {
58245             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58246           }
58247         }, 
58248         "summary": "returns vnfc", 
58249         "tags": [
58250           "Network"
58251         ]
58252       }, 
58253       "patch": {
58254         "consumes": [
58255           "application/json"
58256         ], 
58257         "description": "Update an existing vnfc\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
58258         "operationId": "UpdateNetworkVnfcsVnfc", 
58259         "parameters": [
58260           {
58261             "description": "Unique ID of vnfc.", 
58262             "example": "__VNFC-NAME__", 
58263             "in": "path", 
58264             "name": "vnfc-name", 
58265             "required": true, 
58266             "type": "string"
58267           }, 
58268           {
58269             "description": "vnfc object that needs to be updated.", 
58270             "in": "body", 
58271             "name": "body", 
58272             "required": true, 
58273             "schema": {
58274               "$ref": "#/definitions/zzzz-patch-vnfc"
58275             }
58276           }
58277         ], 
58278         "produces": [
58279           "application/json"
58280         ], 
58281         "responses": {
58282           "default": {
58283             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58284           }
58285         }, 
58286         "summary": "update an existing vnfc", 
58287         "tags": [
58288           "Network"
58289         ]
58290       }, 
58291       "put": {
58292         "consumes": [
58293           "application/json", 
58294           "application/xml"
58295         ], 
58296         "description": "Create or update an existing vnfc.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
58297         "operationId": "createOrUpdateNetworkVnfcsVnfc", 
58298         "parameters": [
58299           {
58300             "description": "Unique ID of vnfc.", 
58301             "example": "__VNFC-NAME__", 
58302             "in": "path", 
58303             "name": "vnfc-name", 
58304             "required": true, 
58305             "type": "string"
58306           }, 
58307           {
58308             "description": "vnfc object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVnfcsVnfc.json)", 
58309             "in": "body", 
58310             "name": "body", 
58311             "required": true, 
58312             "schema": {
58313               "$ref": "#/definitions/vnfc"
58314             }
58315           }
58316         ], 
58317         "produces": [
58318           "application/json", 
58319           "application/xml"
58320         ], 
58321         "responses": {
58322           "default": {
58323             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58324           }
58325         }, 
58326         "summary": "create or update an existing vnfc", 
58327         "tags": [
58328           "Network"
58329         ]
58330       }
58331     }, 
58332     "/network/vnfcs/vnfc/{vnfc-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
58333       "delete": {
58334         "consumes": [
58335           "application/json", 
58336           "application/xml"
58337         ], 
58338         "description": "delete an existing l3-interface-ipv4-address-list", 
58339         "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv4AddressList", 
58340         "parameters": [
58341           {
58342             "description": "Unique ID of vnfc.", 
58343             "example": "__VNFC-NAME__", 
58344             "in": "path", 
58345             "name": "vnfc-name", 
58346             "required": true, 
58347             "type": "string"
58348           }, 
58349           {
58350             "description": "IP address", 
58351             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58352             "in": "path", 
58353             "name": "l3-interface-ipv4-address", 
58354             "required": true, 
58355             "type": "string"
58356           }, 
58357           {
58358             "description": "resource-version for concurrency", 
58359             "in": "query", 
58360             "name": "resource-version", 
58361             "required": true, 
58362             "type": "string"
58363           }
58364         ], 
58365         "produces": [
58366           "application/json", 
58367           "application/xml"
58368         ], 
58369         "responses": {
58370           "default": {
58371             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58372           }
58373         }, 
58374         "summary": "delete an existing l3-interface-ipv4-address-list", 
58375         "tags": [
58376           "Network"
58377         ]
58378       }, 
58379       "get": {
58380         "description": "returns l3-interface-ipv4-address-list", 
58381         "operationId": "getNetworkVnfcsVnfcL3InterfaceIpv4AddressList", 
58382         "parameters": [
58383           {
58384             "description": "Unique ID of vnfc.", 
58385             "example": "__VNFC-NAME__", 
58386             "in": "path", 
58387             "name": "vnfc-name", 
58388             "required": true, 
58389             "type": "string"
58390           }, 
58391           {
58392             "description": "IP address", 
58393             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58394             "in": "path", 
58395             "name": "l3-interface-ipv4-address", 
58396             "required": true, 
58397             "type": "string"
58398           }
58399         ], 
58400         "produces": [
58401           "application/json", 
58402           "application/xml"
58403         ], 
58404         "responses": {
58405           "200": {
58406             "description": "successful operation", 
58407             "schema": {
58408               "$ref": "#/definitions/l3-interface-ipv4-address-list"
58409             }
58410           }, 
58411           "default": {
58412             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58413           }
58414         }, 
58415         "summary": "returns l3-interface-ipv4-address-list", 
58416         "tags": [
58417           "Network"
58418         ]
58419       }, 
58420       "patch": {
58421         "consumes": [
58422           "application/json"
58423         ], 
58424         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
58425         "operationId": "UpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressList", 
58426         "parameters": [
58427           {
58428             "description": "Unique ID of vnfc.", 
58429             "example": "__VNFC-NAME__", 
58430             "in": "path", 
58431             "name": "vnfc-name", 
58432             "required": true, 
58433             "type": "string"
58434           }, 
58435           {
58436             "description": "IP address", 
58437             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58438             "in": "path", 
58439             "name": "l3-interface-ipv4-address", 
58440             "required": true, 
58441             "type": "string"
58442           }, 
58443           {
58444             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
58445             "in": "body", 
58446             "name": "body", 
58447             "required": true, 
58448             "schema": {
58449               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
58450             }
58451           }
58452         ], 
58453         "produces": [
58454           "application/json"
58455         ], 
58456         "responses": {
58457           "default": {
58458             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58459           }
58460         }, 
58461         "summary": "update an existing l3-interface-ipv4-address-list", 
58462         "tags": [
58463           "Network"
58464         ]
58465       }, 
58466       "put": {
58467         "consumes": [
58468           "application/json", 
58469           "application/xml"
58470         ], 
58471         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
58472         "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressList", 
58473         "parameters": [
58474           {
58475             "description": "Unique ID of vnfc.", 
58476             "example": "__VNFC-NAME__", 
58477             "in": "path", 
58478             "name": "vnfc-name", 
58479             "required": true, 
58480             "type": "string"
58481           }, 
58482           {
58483             "description": "IP address", 
58484             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58485             "in": "path", 
58486             "name": "l3-interface-ipv4-address", 
58487             "required": true, 
58488             "type": "string"
58489           }, 
58490           {
58491             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVnfcsVnfcL3InterfaceIpv4AddressList.json)", 
58492             "in": "body", 
58493             "name": "body", 
58494             "required": true, 
58495             "schema": {
58496               "$ref": "#/definitions/l3-interface-ipv4-address-list"
58497             }
58498           }
58499         ], 
58500         "produces": [
58501           "application/json", 
58502           "application/xml"
58503         ], 
58504         "responses": {
58505           "default": {
58506             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58507           }
58508         }, 
58509         "summary": "create or update an existing l3-interface-ipv4-address-list", 
58510         "tags": [
58511           "Network"
58512         ]
58513       }
58514     }, 
58515     "/network/vnfcs/vnfc/{vnfc-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
58516       "delete": {
58517         "consumes": [
58518           "application/json", 
58519           "application/xml"
58520         ], 
58521         "description": "delete an existing relationship", 
58522         "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv4AddressListRelationshipListRelationship", 
58523         "parameters": [
58524           {
58525             "description": "Unique ID of vnfc.", 
58526             "example": "__VNFC-NAME__", 
58527             "in": "path", 
58528             "name": "vnfc-name", 
58529             "required": true, 
58530             "type": "string"
58531           }, 
58532           {
58533             "description": "IP address", 
58534             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58535             "in": "path", 
58536             "name": "l3-interface-ipv4-address", 
58537             "required": true, 
58538             "type": "string"
58539           }
58540         ], 
58541         "produces": [
58542           "application/json", 
58543           "application/xml"
58544         ], 
58545         "responses": {
58546           "default": {
58547             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58548           }
58549         }, 
58550         "summary": "delete an existing relationship", 
58551         "tags": [
58552           "Network"
58553         ]
58554       }, 
58555       "put": {
58556         "consumes": [
58557           "application/json", 
58558           "application/xml"
58559         ], 
58560         "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressListRelationshipListRelationship", 
58561         "parameters": [
58562           {
58563             "description": "Unique ID of vnfc.", 
58564             "example": "__VNFC-NAME__", 
58565             "in": "path", 
58566             "name": "vnfc-name", 
58567             "required": true, 
58568             "type": "string"
58569           }, 
58570           {
58571             "description": "IP address", 
58572             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58573             "in": "path", 
58574             "name": "l3-interface-ipv4-address", 
58575             "required": true, 
58576             "type": "string"
58577           }, 
58578           {
58579             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVnfcsVnfcL3InterfaceIpv4AddressList.json)", 
58580             "in": "body", 
58581             "name": "body", 
58582             "required": true, 
58583             "schema": {
58584               "$ref": "#/definitions/relationship-dict"
58585             }
58586           }
58587         ], 
58588         "produces": [
58589           "application/json", 
58590           "application/xml"
58591         ], 
58592         "responses": {
58593           "default": {
58594             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58595           }
58596         }, 
58597         "summary": "see node definition for valid relationships", 
58598         "tags": [
58599           "Network"
58600         ]
58601       }
58602     }, 
58603     "/network/vnfcs/vnfc/{vnfc-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
58604       "delete": {
58605         "consumes": [
58606           "application/json", 
58607           "application/xml"
58608         ], 
58609         "description": "delete an existing l3-interface-ipv6-address-list", 
58610         "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv6AddressList", 
58611         "parameters": [
58612           {
58613             "description": "Unique ID of vnfc.", 
58614             "example": "__VNFC-NAME__", 
58615             "in": "path", 
58616             "name": "vnfc-name", 
58617             "required": true, 
58618             "type": "string"
58619           }, 
58620           {
58621             "description": "IP address", 
58622             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58623             "in": "path", 
58624             "name": "l3-interface-ipv6-address", 
58625             "required": true, 
58626             "type": "string"
58627           }, 
58628           {
58629             "description": "resource-version for concurrency", 
58630             "in": "query", 
58631             "name": "resource-version", 
58632             "required": true, 
58633             "type": "string"
58634           }
58635         ], 
58636         "produces": [
58637           "application/json", 
58638           "application/xml"
58639         ], 
58640         "responses": {
58641           "default": {
58642             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58643           }
58644         }, 
58645         "summary": "delete an existing l3-interface-ipv6-address-list", 
58646         "tags": [
58647           "Network"
58648         ]
58649       }, 
58650       "get": {
58651         "description": "returns l3-interface-ipv6-address-list", 
58652         "operationId": "getNetworkVnfcsVnfcL3InterfaceIpv6AddressList", 
58653         "parameters": [
58654           {
58655             "description": "Unique ID of vnfc.", 
58656             "example": "__VNFC-NAME__", 
58657             "in": "path", 
58658             "name": "vnfc-name", 
58659             "required": true, 
58660             "type": "string"
58661           }, 
58662           {
58663             "description": "IP address", 
58664             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58665             "in": "path", 
58666             "name": "l3-interface-ipv6-address", 
58667             "required": true, 
58668             "type": "string"
58669           }
58670         ], 
58671         "produces": [
58672           "application/json", 
58673           "application/xml"
58674         ], 
58675         "responses": {
58676           "200": {
58677             "description": "successful operation", 
58678             "schema": {
58679               "$ref": "#/definitions/l3-interface-ipv6-address-list"
58680             }
58681           }, 
58682           "default": {
58683             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58684           }
58685         }, 
58686         "summary": "returns l3-interface-ipv6-address-list", 
58687         "tags": [
58688           "Network"
58689         ]
58690       }, 
58691       "patch": {
58692         "consumes": [
58693           "application/json"
58694         ], 
58695         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
58696         "operationId": "UpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressList", 
58697         "parameters": [
58698           {
58699             "description": "Unique ID of vnfc.", 
58700             "example": "__VNFC-NAME__", 
58701             "in": "path", 
58702             "name": "vnfc-name", 
58703             "required": true, 
58704             "type": "string"
58705           }, 
58706           {
58707             "description": "IP address", 
58708             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58709             "in": "path", 
58710             "name": "l3-interface-ipv6-address", 
58711             "required": true, 
58712             "type": "string"
58713           }, 
58714           {
58715             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
58716             "in": "body", 
58717             "name": "body", 
58718             "required": true, 
58719             "schema": {
58720               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
58721             }
58722           }
58723         ], 
58724         "produces": [
58725           "application/json"
58726         ], 
58727         "responses": {
58728           "default": {
58729             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58730           }
58731         }, 
58732         "summary": "update an existing l3-interface-ipv6-address-list", 
58733         "tags": [
58734           "Network"
58735         ]
58736       }, 
58737       "put": {
58738         "consumes": [
58739           "application/json", 
58740           "application/xml"
58741         ], 
58742         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
58743         "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressList", 
58744         "parameters": [
58745           {
58746             "description": "Unique ID of vnfc.", 
58747             "example": "__VNFC-NAME__", 
58748             "in": "path", 
58749             "name": "vnfc-name", 
58750             "required": true, 
58751             "type": "string"
58752           }, 
58753           {
58754             "description": "IP address", 
58755             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58756             "in": "path", 
58757             "name": "l3-interface-ipv6-address", 
58758             "required": true, 
58759             "type": "string"
58760           }, 
58761           {
58762             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVnfcsVnfcL3InterfaceIpv6AddressList.json)", 
58763             "in": "body", 
58764             "name": "body", 
58765             "required": true, 
58766             "schema": {
58767               "$ref": "#/definitions/l3-interface-ipv6-address-list"
58768             }
58769           }
58770         ], 
58771         "produces": [
58772           "application/json", 
58773           "application/xml"
58774         ], 
58775         "responses": {
58776           "default": {
58777             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58778           }
58779         }, 
58780         "summary": "create or update an existing l3-interface-ipv6-address-list", 
58781         "tags": [
58782           "Network"
58783         ]
58784       }
58785     }, 
58786     "/network/vnfcs/vnfc/{vnfc-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
58787       "delete": {
58788         "consumes": [
58789           "application/json", 
58790           "application/xml"
58791         ], 
58792         "description": "delete an existing relationship", 
58793         "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv6AddressListRelationshipListRelationship", 
58794         "parameters": [
58795           {
58796             "description": "Unique ID of vnfc.", 
58797             "example": "__VNFC-NAME__", 
58798             "in": "path", 
58799             "name": "vnfc-name", 
58800             "required": true, 
58801             "type": "string"
58802           }, 
58803           {
58804             "description": "IP address", 
58805             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58806             "in": "path", 
58807             "name": "l3-interface-ipv6-address", 
58808             "required": true, 
58809             "type": "string"
58810           }
58811         ], 
58812         "produces": [
58813           "application/json", 
58814           "application/xml"
58815         ], 
58816         "responses": {
58817           "default": {
58818             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58819           }
58820         }, 
58821         "summary": "delete an existing relationship", 
58822         "tags": [
58823           "Network"
58824         ]
58825       }, 
58826       "put": {
58827         "consumes": [
58828           "application/json", 
58829           "application/xml"
58830         ], 
58831         "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressListRelationshipListRelationship", 
58832         "parameters": [
58833           {
58834             "description": "Unique ID of vnfc.", 
58835             "example": "__VNFC-NAME__", 
58836             "in": "path", 
58837             "name": "vnfc-name", 
58838             "required": true, 
58839             "type": "string"
58840           }, 
58841           {
58842             "description": "IP address", 
58843             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58844             "in": "path", 
58845             "name": "l3-interface-ipv6-address", 
58846             "required": true, 
58847             "type": "string"
58848           }, 
58849           {
58850             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVnfcsVnfcL3InterfaceIpv6AddressList.json)", 
58851             "in": "body", 
58852             "name": "body", 
58853             "required": true, 
58854             "schema": {
58855               "$ref": "#/definitions/relationship-dict"
58856             }
58857           }
58858         ], 
58859         "produces": [
58860           "application/json", 
58861           "application/xml"
58862         ], 
58863         "responses": {
58864           "default": {
58865             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58866           }
58867         }, 
58868         "summary": "see node definition for valid relationships", 
58869         "tags": [
58870           "Network"
58871         ]
58872       }
58873     }, 
58874     "/network/vnfcs/vnfc/{vnfc-name}/relationship-list/relationship": {
58875       "delete": {
58876         "consumes": [
58877           "application/json", 
58878           "application/xml"
58879         ], 
58880         "description": "delete an existing relationship", 
58881         "operationId": "deleteNetworkVnfcsVnfcRelationshipListRelationship", 
58882         "parameters": [
58883           {
58884             "description": "Unique ID of vnfc.", 
58885             "example": "__VNFC-NAME__", 
58886             "in": "path", 
58887             "name": "vnfc-name", 
58888             "required": true, 
58889             "type": "string"
58890           }
58891         ], 
58892         "produces": [
58893           "application/json", 
58894           "application/xml"
58895         ], 
58896         "responses": {
58897           "default": {
58898             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58899           }
58900         }, 
58901         "summary": "delete an existing relationship", 
58902         "tags": [
58903           "Network"
58904         ]
58905       }, 
58906       "put": {
58907         "consumes": [
58908           "application/json", 
58909           "application/xml"
58910         ], 
58911         "operationId": "createOrUpdateNetworkVnfcsVnfcRelationshipListRelationship", 
58912         "parameters": [
58913           {
58914             "description": "Unique ID of vnfc.", 
58915             "example": "__VNFC-NAME__", 
58916             "in": "path", 
58917             "name": "vnfc-name", 
58918             "required": true, 
58919             "type": "string"
58920           }, 
58921           {
58922             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVnfcsVnfc.json)", 
58923             "in": "body", 
58924             "name": "body", 
58925             "required": true, 
58926             "schema": {
58927               "$ref": "#/definitions/relationship-dict"
58928             }
58929           }
58930         ], 
58931         "produces": [
58932           "application/json", 
58933           "application/xml"
58934         ], 
58935         "responses": {
58936           "default": {
58937             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58938           }
58939         }, 
58940         "summary": "see node definition for valid relationships", 
58941         "tags": [
58942           "Network"
58943         ]
58944       }
58945     }, 
58946     "/network/vpls-pes": {
58947       "get": {
58948         "description": "returns vpls-pes", 
58949         "operationId": "getNetworkVplsPes", 
58950         "parameters": [
58951           {
58952             "description": "n/a", 
58953             "in": "query", 
58954             "name": "equipment-name", 
58955             "required": false, 
58956             "type": "string"
58957           }, 
58958           {
58959             "description": "n/a", 
58960             "in": "query", 
58961             "name": "prov-status", 
58962             "required": false, 
58963             "type": "string"
58964           }
58965         ], 
58966         "produces": [
58967           "application/json", 
58968           "application/xml"
58969         ], 
58970         "responses": {
58971           "200": {
58972             "description": "successful operation", 
58973             "schema": {
58974               "$ref": "#/definitions/vpls-pes"
58975             }
58976           }, 
58977           "default": {
58978             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58979           }
58980         }, 
58981         "summary": "returns vpls-pes", 
58982         "tags": [
58983           "Network"
58984         ]
58985       }
58986     }, 
58987     "/network/vpls-pes/vpls-pe/{equipment-name}": {
58988       "delete": {
58989         "consumes": [
58990           "application/json", 
58991           "application/xml"
58992         ], 
58993         "description": "delete an existing vpls-pe", 
58994         "operationId": "deleteNetworkVplsPesVplsPe", 
58995         "parameters": [
58996           {
58997             "example": "__EQUIPMENT-NAME__", 
58998             "in": "path", 
58999             "name": "equipment-name", 
59000             "required": true, 
59001             "type": "string"
59002           }, 
59003           {
59004             "description": "resource-version for concurrency", 
59005             "in": "query", 
59006             "name": "resource-version", 
59007             "required": true, 
59008             "type": "string"
59009           }
59010         ], 
59011         "produces": [
59012           "application/json", 
59013           "application/xml"
59014         ], 
59015         "responses": {
59016           "default": {
59017             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59018           }
59019         }, 
59020         "summary": "delete an existing vpls-pe", 
59021         "tags": [
59022           "Network"
59023         ]
59024       }, 
59025       "get": {
59026         "description": "returns vpls-pe", 
59027         "operationId": "getNetworkVplsPesVplsPe", 
59028         "parameters": [
59029           {
59030             "example": "__EQUIPMENT-NAME__", 
59031             "in": "path", 
59032             "name": "equipment-name", 
59033             "required": true, 
59034             "type": "string"
59035           }
59036         ], 
59037         "produces": [
59038           "application/json", 
59039           "application/xml"
59040         ], 
59041         "responses": {
59042           "200": {
59043             "description": "successful operation", 
59044             "schema": {
59045               "$ref": "#/definitions/vpls-pe"
59046             }
59047           }, 
59048           "default": {
59049             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59050           }
59051         }, 
59052         "summary": "returns vpls-pe", 
59053         "tags": [
59054           "Network"
59055         ]
59056       }, 
59057       "patch": {
59058         "consumes": [
59059           "application/json"
59060         ], 
59061         "description": "Update an existing vpls-pe\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
59062         "operationId": "UpdateNetworkVplsPesVplsPe", 
59063         "parameters": [
59064           {
59065             "example": "__EQUIPMENT-NAME__", 
59066             "in": "path", 
59067             "name": "equipment-name", 
59068             "required": true, 
59069             "type": "string"
59070           }, 
59071           {
59072             "description": "vpls-pe object that needs to be updated.", 
59073             "in": "body", 
59074             "name": "body", 
59075             "required": true, 
59076             "schema": {
59077               "$ref": "#/definitions/zzzz-patch-vpls-pe"
59078             }
59079           }
59080         ], 
59081         "produces": [
59082           "application/json"
59083         ], 
59084         "responses": {
59085           "default": {
59086             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59087           }
59088         }, 
59089         "summary": "update an existing vpls-pe", 
59090         "tags": [
59091           "Network"
59092         ]
59093       }, 
59094       "put": {
59095         "consumes": [
59096           "application/json", 
59097           "application/xml"
59098         ], 
59099         "description": "Create or update an existing vpls-pe.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
59100         "operationId": "createOrUpdateNetworkVplsPesVplsPe", 
59101         "parameters": [
59102           {
59103             "example": "__EQUIPMENT-NAME__", 
59104             "in": "path", 
59105             "name": "equipment-name", 
59106             "required": true, 
59107             "type": "string"
59108           }, 
59109           {
59110             "description": "vpls-pe object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPe.json)", 
59111             "in": "body", 
59112             "name": "body", 
59113             "required": true, 
59114             "schema": {
59115               "$ref": "#/definitions/vpls-pe"
59116             }
59117           }
59118         ], 
59119         "produces": [
59120           "application/json", 
59121           "application/xml"
59122         ], 
59123         "responses": {
59124           "default": {
59125             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59126           }
59127         }, 
59128         "summary": "create or update an existing vpls-pe", 
59129         "tags": [
59130           "Network"
59131         ]
59132       }
59133     }, 
59134     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces": {
59135       "get": {
59136         "description": "returns lag-interfaces", 
59137         "operationId": "getNetworkVplsPesVplsPeLagInterfaces", 
59138         "parameters": [
59139           {
59140             "example": "__EQUIPMENT-NAME__", 
59141             "in": "path", 
59142             "name": "equipment-name", 
59143             "required": true, 
59144             "type": "string"
59145           }, 
59146           {
59147             "description": "n/a", 
59148             "in": "query", 
59149             "name": "interface-name", 
59150             "required": false, 
59151             "type": "string"
59152           }, 
59153           {
59154             "description": "n/a", 
59155             "in": "query", 
59156             "name": "interface-id", 
59157             "required": false, 
59158             "type": "string"
59159           }, 
59160           {
59161             "description": "n/a", 
59162             "in": "query", 
59163             "name": "interface-role", 
59164             "required": false, 
59165             "type": "string"
59166           }
59167         ], 
59168         "produces": [
59169           "application/json", 
59170           "application/xml"
59171         ], 
59172         "responses": {
59173           "200": {
59174             "description": "successful operation", 
59175             "schema": {
59176               "$ref": "#/definitions/lag-interfaces"
59177             }
59178           }, 
59179           "default": {
59180             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59181           }
59182         }, 
59183         "summary": "returns lag-interfaces", 
59184         "tags": [
59185           "Network"
59186         ]
59187       }
59188     }, 
59189     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}": {
59190       "delete": {
59191         "consumes": [
59192           "application/json", 
59193           "application/xml"
59194         ], 
59195         "description": "delete an existing lag-interface", 
59196         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterface", 
59197         "parameters": [
59198           {
59199             "example": "__EQUIPMENT-NAME__", 
59200             "in": "path", 
59201             "name": "equipment-name", 
59202             "required": true, 
59203             "type": "string"
59204           }, 
59205           {
59206             "description": "Name that identifies the link aggregate interface", 
59207             "example": "__INTERFACE-NAME__", 
59208             "in": "path", 
59209             "name": "interface-name", 
59210             "required": true, 
59211             "type": "string"
59212           }, 
59213           {
59214             "description": "resource-version for concurrency", 
59215             "in": "query", 
59216             "name": "resource-version", 
59217             "required": true, 
59218             "type": "string"
59219           }
59220         ], 
59221         "produces": [
59222           "application/json", 
59223           "application/xml"
59224         ], 
59225         "responses": {
59226           "default": {
59227             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59228           }
59229         }, 
59230         "summary": "delete an existing lag-interface", 
59231         "tags": [
59232           "Network"
59233         ]
59234       }, 
59235       "get": {
59236         "description": "returns lag-interface", 
59237         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterface", 
59238         "parameters": [
59239           {
59240             "example": "__EQUIPMENT-NAME__", 
59241             "in": "path", 
59242             "name": "equipment-name", 
59243             "required": true, 
59244             "type": "string"
59245           }, 
59246           {
59247             "description": "Name that identifies the link aggregate interface", 
59248             "example": "__INTERFACE-NAME__", 
59249             "in": "path", 
59250             "name": "interface-name", 
59251             "required": true, 
59252             "type": "string"
59253           }
59254         ], 
59255         "produces": [
59256           "application/json", 
59257           "application/xml"
59258         ], 
59259         "responses": {
59260           "200": {
59261             "description": "successful operation", 
59262             "schema": {
59263               "$ref": "#/definitions/lag-interface"
59264             }
59265           }, 
59266           "default": {
59267             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59268           }
59269         }, 
59270         "summary": "returns lag-interface", 
59271         "tags": [
59272           "Network"
59273         ]
59274       }, 
59275       "patch": {
59276         "consumes": [
59277           "application/json"
59278         ], 
59279         "description": "Update an existing lag-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
59280         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterface", 
59281         "parameters": [
59282           {
59283             "example": "__EQUIPMENT-NAME__", 
59284             "in": "path", 
59285             "name": "equipment-name", 
59286             "required": true, 
59287             "type": "string"
59288           }, 
59289           {
59290             "description": "Name that identifies the link aggregate interface", 
59291             "example": "__INTERFACE-NAME__", 
59292             "in": "path", 
59293             "name": "interface-name", 
59294             "required": true, 
59295             "type": "string"
59296           }, 
59297           {
59298             "description": "lag-interface object that needs to be updated.", 
59299             "in": "body", 
59300             "name": "body", 
59301             "required": true, 
59302             "schema": {
59303               "$ref": "#/definitions/zzzz-patch-lag-interface"
59304             }
59305           }
59306         ], 
59307         "produces": [
59308           "application/json"
59309         ], 
59310         "responses": {
59311           "default": {
59312             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59313           }
59314         }, 
59315         "summary": "update an existing lag-interface", 
59316         "tags": [
59317           "Network"
59318         ]
59319       }, 
59320       "put": {
59321         "consumes": [
59322           "application/json", 
59323           "application/xml"
59324         ], 
59325         "description": "Create or update an existing lag-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
59326         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterface", 
59327         "parameters": [
59328           {
59329             "example": "__EQUIPMENT-NAME__", 
59330             "in": "path", 
59331             "name": "equipment-name", 
59332             "required": true, 
59333             "type": "string"
59334           }, 
59335           {
59336             "description": "Name that identifies the link aggregate interface", 
59337             "example": "__INTERFACE-NAME__", 
59338             "in": "path", 
59339             "name": "interface-name", 
59340             "required": true, 
59341             "type": "string"
59342           }, 
59343           {
59344             "description": "lag-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterface.json)", 
59345             "in": "body", 
59346             "name": "body", 
59347             "required": true, 
59348             "schema": {
59349               "$ref": "#/definitions/lag-interface"
59350             }
59351           }
59352         ], 
59353         "produces": [
59354           "application/json", 
59355           "application/xml"
59356         ], 
59357         "responses": {
59358           "default": {
59359             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59360           }
59361         }, 
59362         "summary": "create or update an existing lag-interface", 
59363         "tags": [
59364           "Network"
59365         ]
59366       }
59367     }, 
59368     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces": {
59369       "get": {
59370         "description": "returns l-interfaces", 
59371         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfaces", 
59372         "parameters": [
59373           {
59374             "example": "__EQUIPMENT-NAME__", 
59375             "in": "path", 
59376             "name": "equipment-name", 
59377             "required": true, 
59378             "type": "string"
59379           }, 
59380           {
59381             "description": "Name that identifies the link aggregate interface", 
59382             "example": "__INTERFACE-NAME__", 
59383             "in": "path", 
59384             "name": "interface-name", 
59385             "required": true, 
59386             "type": "string"
59387           }, 
59388           {
59389             "description": "n/a", 
59390             "in": "query", 
59391             "name": "interface-name", 
59392             "required": false, 
59393             "type": "string"
59394           }, 
59395           {
59396             "description": "n/a", 
59397             "in": "query", 
59398             "name": "interface-id", 
59399             "required": false, 
59400             "type": "string"
59401           }, 
59402           {
59403             "description": "n/a", 
59404             "in": "query", 
59405             "name": "macaddr", 
59406             "required": false, 
59407             "type": "string"
59408           }, 
59409           {
59410             "description": "n/a", 
59411             "in": "query", 
59412             "name": "network-name", 
59413             "required": false, 
59414             "type": "string"
59415           }
59416         ], 
59417         "produces": [
59418           "application/json", 
59419           "application/xml"
59420         ], 
59421         "responses": {
59422           "200": {
59423             "description": "successful operation", 
59424             "schema": {
59425               "$ref": "#/definitions/l-interfaces"
59426             }
59427           }, 
59428           "default": {
59429             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59430           }
59431         }, 
59432         "summary": "returns l-interfaces", 
59433         "tags": [
59434           "Network"
59435         ]
59436       }
59437     }, 
59438     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
59439       "delete": {
59440         "consumes": [
59441           "application/json", 
59442           "application/xml"
59443         ], 
59444         "description": "delete an existing l-interface", 
59445         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface", 
59446         "parameters": [
59447           {
59448             "example": "__EQUIPMENT-NAME__", 
59449             "in": "path", 
59450             "name": "equipment-name", 
59451             "required": true, 
59452             "type": "string"
59453           }, 
59454           {
59455             "description": "Name that identifies the link aggregate interface", 
59456             "example": "__INTERFACE-NAME__", 
59457             "in": "path", 
59458             "name": "interface-name", 
59459             "required": true, 
59460             "type": "string"
59461           }, 
59462           {
59463             "description": "Name given to the interface", 
59464             "example": "__INTERFACE-NAME__", 
59465             "in": "path", 
59466             "name": "l-interface.interface-name", 
59467             "required": true, 
59468             "type": "string"
59469           }, 
59470           {
59471             "description": "resource-version for concurrency", 
59472             "in": "query", 
59473             "name": "resource-version", 
59474             "required": true, 
59475             "type": "string"
59476           }
59477         ], 
59478         "produces": [
59479           "application/json", 
59480           "application/xml"
59481         ], 
59482         "responses": {
59483           "default": {
59484             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59485           }
59486         }, 
59487         "summary": "delete an existing l-interface", 
59488         "tags": [
59489           "Network"
59490         ]
59491       }, 
59492       "get": {
59493         "description": "returns l-interface", 
59494         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface", 
59495         "parameters": [
59496           {
59497             "example": "__EQUIPMENT-NAME__", 
59498             "in": "path", 
59499             "name": "equipment-name", 
59500             "required": true, 
59501             "type": "string"
59502           }, 
59503           {
59504             "description": "Name that identifies the link aggregate interface", 
59505             "example": "__INTERFACE-NAME__", 
59506             "in": "path", 
59507             "name": "interface-name", 
59508             "required": true, 
59509             "type": "string"
59510           }, 
59511           {
59512             "description": "Name given to the interface", 
59513             "example": "__INTERFACE-NAME__", 
59514             "in": "path", 
59515             "name": "l-interface.interface-name", 
59516             "required": true, 
59517             "type": "string"
59518           }
59519         ], 
59520         "produces": [
59521           "application/json", 
59522           "application/xml"
59523         ], 
59524         "responses": {
59525           "200": {
59526             "description": "successful operation", 
59527             "schema": {
59528               "$ref": "#/definitions/l-interface"
59529             }
59530           }, 
59531           "default": {
59532             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59533           }
59534         }, 
59535         "summary": "returns l-interface", 
59536         "tags": [
59537           "Network"
59538         ]
59539       }, 
59540       "patch": {
59541         "consumes": [
59542           "application/json"
59543         ], 
59544         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
59545         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface", 
59546         "parameters": [
59547           {
59548             "example": "__EQUIPMENT-NAME__", 
59549             "in": "path", 
59550             "name": "equipment-name", 
59551             "required": true, 
59552             "type": "string"
59553           }, 
59554           {
59555             "description": "Name that identifies the link aggregate interface", 
59556             "example": "__INTERFACE-NAME__", 
59557             "in": "path", 
59558             "name": "interface-name", 
59559             "required": true, 
59560             "type": "string"
59561           }, 
59562           {
59563             "description": "Name given to the interface", 
59564             "example": "__INTERFACE-NAME__", 
59565             "in": "path", 
59566             "name": "l-interface.interface-name", 
59567             "required": true, 
59568             "type": "string"
59569           }, 
59570           {
59571             "description": "l-interface object that needs to be updated.", 
59572             "in": "body", 
59573             "name": "body", 
59574             "required": true, 
59575             "schema": {
59576               "$ref": "#/definitions/zzzz-patch-l-interface"
59577             }
59578           }
59579         ], 
59580         "produces": [
59581           "application/json"
59582         ], 
59583         "responses": {
59584           "default": {
59585             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59586           }
59587         }, 
59588         "summary": "update an existing l-interface", 
59589         "tags": [
59590           "Network"
59591         ]
59592       }, 
59593       "put": {
59594         "consumes": [
59595           "application/json", 
59596           "application/xml"
59597         ], 
59598         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
59599         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface", 
59600         "parameters": [
59601           {
59602             "example": "__EQUIPMENT-NAME__", 
59603             "in": "path", 
59604             "name": "equipment-name", 
59605             "required": true, 
59606             "type": "string"
59607           }, 
59608           {
59609             "description": "Name that identifies the link aggregate interface", 
59610             "example": "__INTERFACE-NAME__", 
59611             "in": "path", 
59612             "name": "interface-name", 
59613             "required": true, 
59614             "type": "string"
59615           }, 
59616           {
59617             "description": "Name given to the interface", 
59618             "example": "__INTERFACE-NAME__", 
59619             "in": "path", 
59620             "name": "l-interface.interface-name", 
59621             "required": true, 
59622             "type": "string"
59623           }, 
59624           {
59625             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
59626             "in": "body", 
59627             "name": "body", 
59628             "required": true, 
59629             "schema": {
59630               "$ref": "#/definitions/l-interface"
59631             }
59632           }
59633         ], 
59634         "produces": [
59635           "application/json", 
59636           "application/xml"
59637         ], 
59638         "responses": {
59639           "default": {
59640             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59641           }
59642         }, 
59643         "summary": "create or update an existing l-interface", 
59644         "tags": [
59645           "Network"
59646         ]
59647       }
59648     }, 
59649     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
59650       "delete": {
59651         "consumes": [
59652           "application/json", 
59653           "application/xml"
59654         ], 
59655         "description": "delete an existing l3-interface-ipv4-address-list", 
59656         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
59657         "parameters": [
59658           {
59659             "example": "__EQUIPMENT-NAME__", 
59660             "in": "path", 
59661             "name": "equipment-name", 
59662             "required": true, 
59663             "type": "string"
59664           }, 
59665           {
59666             "description": "Name that identifies the link aggregate interface", 
59667             "example": "__INTERFACE-NAME__", 
59668             "in": "path", 
59669             "name": "interface-name", 
59670             "required": true, 
59671             "type": "string"
59672           }, 
59673           {
59674             "description": "Name given to the interface", 
59675             "example": "__INTERFACE-NAME__", 
59676             "in": "path", 
59677             "name": "l-interface.interface-name", 
59678             "required": true, 
59679             "type": "string"
59680           }, 
59681           {
59682             "description": "IP address", 
59683             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
59684             "in": "path", 
59685             "name": "l3-interface-ipv4-address", 
59686             "required": true, 
59687             "type": "string"
59688           }, 
59689           {
59690             "description": "resource-version for concurrency", 
59691             "in": "query", 
59692             "name": "resource-version", 
59693             "required": true, 
59694             "type": "string"
59695           }
59696         ], 
59697         "produces": [
59698           "application/json", 
59699           "application/xml"
59700         ], 
59701         "responses": {
59702           "default": {
59703             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59704           }
59705         }, 
59706         "summary": "delete an existing l3-interface-ipv4-address-list", 
59707         "tags": [
59708           "Network"
59709         ]
59710       }, 
59711       "get": {
59712         "description": "returns l3-interface-ipv4-address-list", 
59713         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
59714         "parameters": [
59715           {
59716             "example": "__EQUIPMENT-NAME__", 
59717             "in": "path", 
59718             "name": "equipment-name", 
59719             "required": true, 
59720             "type": "string"
59721           }, 
59722           {
59723             "description": "Name that identifies the link aggregate interface", 
59724             "example": "__INTERFACE-NAME__", 
59725             "in": "path", 
59726             "name": "interface-name", 
59727             "required": true, 
59728             "type": "string"
59729           }, 
59730           {
59731             "description": "Name given to the interface", 
59732             "example": "__INTERFACE-NAME__", 
59733             "in": "path", 
59734             "name": "l-interface.interface-name", 
59735             "required": true, 
59736             "type": "string"
59737           }, 
59738           {
59739             "description": "IP address", 
59740             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
59741             "in": "path", 
59742             "name": "l3-interface-ipv4-address", 
59743             "required": true, 
59744             "type": "string"
59745           }
59746         ], 
59747         "produces": [
59748           "application/json", 
59749           "application/xml"
59750         ], 
59751         "responses": {
59752           "200": {
59753             "description": "successful operation", 
59754             "schema": {
59755               "$ref": "#/definitions/l3-interface-ipv4-address-list"
59756             }
59757           }, 
59758           "default": {
59759             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59760           }
59761         }, 
59762         "summary": "returns l3-interface-ipv4-address-list", 
59763         "tags": [
59764           "Network"
59765         ]
59766       }, 
59767       "patch": {
59768         "consumes": [
59769           "application/json"
59770         ], 
59771         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
59772         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
59773         "parameters": [
59774           {
59775             "example": "__EQUIPMENT-NAME__", 
59776             "in": "path", 
59777             "name": "equipment-name", 
59778             "required": true, 
59779             "type": "string"
59780           }, 
59781           {
59782             "description": "Name that identifies the link aggregate interface", 
59783             "example": "__INTERFACE-NAME__", 
59784             "in": "path", 
59785             "name": "interface-name", 
59786             "required": true, 
59787             "type": "string"
59788           }, 
59789           {
59790             "description": "Name given to the interface", 
59791             "example": "__INTERFACE-NAME__", 
59792             "in": "path", 
59793             "name": "l-interface.interface-name", 
59794             "required": true, 
59795             "type": "string"
59796           }, 
59797           {
59798             "description": "IP address", 
59799             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
59800             "in": "path", 
59801             "name": "l3-interface-ipv4-address", 
59802             "required": true, 
59803             "type": "string"
59804           }, 
59805           {
59806             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
59807             "in": "body", 
59808             "name": "body", 
59809             "required": true, 
59810             "schema": {
59811               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
59812             }
59813           }
59814         ], 
59815         "produces": [
59816           "application/json"
59817         ], 
59818         "responses": {
59819           "default": {
59820             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59821           }
59822         }, 
59823         "summary": "update an existing l3-interface-ipv4-address-list", 
59824         "tags": [
59825           "Network"
59826         ]
59827       }, 
59828       "put": {
59829         "consumes": [
59830           "application/json", 
59831           "application/xml"
59832         ], 
59833         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
59834         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
59835         "parameters": [
59836           {
59837             "example": "__EQUIPMENT-NAME__", 
59838             "in": "path", 
59839             "name": "equipment-name", 
59840             "required": true, 
59841             "type": "string"
59842           }, 
59843           {
59844             "description": "Name that identifies the link aggregate interface", 
59845             "example": "__INTERFACE-NAME__", 
59846             "in": "path", 
59847             "name": "interface-name", 
59848             "required": true, 
59849             "type": "string"
59850           }, 
59851           {
59852             "description": "Name given to the interface", 
59853             "example": "__INTERFACE-NAME__", 
59854             "in": "path", 
59855             "name": "l-interface.interface-name", 
59856             "required": true, 
59857             "type": "string"
59858           }, 
59859           {
59860             "description": "IP address", 
59861             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
59862             "in": "path", 
59863             "name": "l3-interface-ipv4-address", 
59864             "required": true, 
59865             "type": "string"
59866           }, 
59867           {
59868             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
59869             "in": "body", 
59870             "name": "body", 
59871             "required": true, 
59872             "schema": {
59873               "$ref": "#/definitions/l3-interface-ipv4-address-list"
59874             }
59875           }
59876         ], 
59877         "produces": [
59878           "application/json", 
59879           "application/xml"
59880         ], 
59881         "responses": {
59882           "default": {
59883             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59884           }
59885         }, 
59886         "summary": "create or update an existing l3-interface-ipv4-address-list", 
59887         "tags": [
59888           "Network"
59889         ]
59890       }
59891     }, 
59892     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
59893       "delete": {
59894         "consumes": [
59895           "application/json", 
59896           "application/xml"
59897         ], 
59898         "description": "delete an existing relationship", 
59899         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
59900         "parameters": [
59901           {
59902             "example": "__EQUIPMENT-NAME__", 
59903             "in": "path", 
59904             "name": "equipment-name", 
59905             "required": true, 
59906             "type": "string"
59907           }, 
59908           {
59909             "description": "Name that identifies the link aggregate interface", 
59910             "example": "__INTERFACE-NAME__", 
59911             "in": "path", 
59912             "name": "interface-name", 
59913             "required": true, 
59914             "type": "string"
59915           }, 
59916           {
59917             "description": "Name given to the interface", 
59918             "example": "__INTERFACE-NAME__", 
59919             "in": "path", 
59920             "name": "l-interface.interface-name", 
59921             "required": true, 
59922             "type": "string"
59923           }, 
59924           {
59925             "description": "IP address", 
59926             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
59927             "in": "path", 
59928             "name": "l3-interface-ipv4-address", 
59929             "required": true, 
59930             "type": "string"
59931           }
59932         ], 
59933         "produces": [
59934           "application/json", 
59935           "application/xml"
59936         ], 
59937         "responses": {
59938           "default": {
59939             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59940           }
59941         }, 
59942         "summary": "delete an existing relationship", 
59943         "tags": [
59944           "Network"
59945         ]
59946       }, 
59947       "put": {
59948         "consumes": [
59949           "application/json", 
59950           "application/xml"
59951         ], 
59952         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
59953         "parameters": [
59954           {
59955             "example": "__EQUIPMENT-NAME__", 
59956             "in": "path", 
59957             "name": "equipment-name", 
59958             "required": true, 
59959             "type": "string"
59960           }, 
59961           {
59962             "description": "Name that identifies the link aggregate interface", 
59963             "example": "__INTERFACE-NAME__", 
59964             "in": "path", 
59965             "name": "interface-name", 
59966             "required": true, 
59967             "type": "string"
59968           }, 
59969           {
59970             "description": "Name given to the interface", 
59971             "example": "__INTERFACE-NAME__", 
59972             "in": "path", 
59973             "name": "l-interface.interface-name", 
59974             "required": true, 
59975             "type": "string"
59976           }, 
59977           {
59978             "description": "IP address", 
59979             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
59980             "in": "path", 
59981             "name": "l3-interface-ipv4-address", 
59982             "required": true, 
59983             "type": "string"
59984           }, 
59985           {
59986             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
59987             "in": "body", 
59988             "name": "body", 
59989             "required": true, 
59990             "schema": {
59991               "$ref": "#/definitions/relationship-dict"
59992             }
59993           }
59994         ], 
59995         "produces": [
59996           "application/json", 
59997           "application/xml"
59998         ], 
59999         "responses": {
60000           "default": {
60001             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60002           }
60003         }, 
60004         "summary": "see node definition for valid relationships", 
60005         "tags": [
60006           "Network"
60007         ]
60008       }
60009     }, 
60010     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
60011       "delete": {
60012         "consumes": [
60013           "application/json", 
60014           "application/xml"
60015         ], 
60016         "description": "delete an existing l3-interface-ipv6-address-list", 
60017         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
60018         "parameters": [
60019           {
60020             "example": "__EQUIPMENT-NAME__", 
60021             "in": "path", 
60022             "name": "equipment-name", 
60023             "required": true, 
60024             "type": "string"
60025           }, 
60026           {
60027             "description": "Name that identifies the link aggregate interface", 
60028             "example": "__INTERFACE-NAME__", 
60029             "in": "path", 
60030             "name": "interface-name", 
60031             "required": true, 
60032             "type": "string"
60033           }, 
60034           {
60035             "description": "Name given to the interface", 
60036             "example": "__INTERFACE-NAME__", 
60037             "in": "path", 
60038             "name": "l-interface.interface-name", 
60039             "required": true, 
60040             "type": "string"
60041           }, 
60042           {
60043             "description": "IP address", 
60044             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60045             "in": "path", 
60046             "name": "l3-interface-ipv6-address", 
60047             "required": true, 
60048             "type": "string"
60049           }, 
60050           {
60051             "description": "resource-version for concurrency", 
60052             "in": "query", 
60053             "name": "resource-version", 
60054             "required": true, 
60055             "type": "string"
60056           }
60057         ], 
60058         "produces": [
60059           "application/json", 
60060           "application/xml"
60061         ], 
60062         "responses": {
60063           "default": {
60064             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60065           }
60066         }, 
60067         "summary": "delete an existing l3-interface-ipv6-address-list", 
60068         "tags": [
60069           "Network"
60070         ]
60071       }, 
60072       "get": {
60073         "description": "returns l3-interface-ipv6-address-list", 
60074         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
60075         "parameters": [
60076           {
60077             "example": "__EQUIPMENT-NAME__", 
60078             "in": "path", 
60079             "name": "equipment-name", 
60080             "required": true, 
60081             "type": "string"
60082           }, 
60083           {
60084             "description": "Name that identifies the link aggregate interface", 
60085             "example": "__INTERFACE-NAME__", 
60086             "in": "path", 
60087             "name": "interface-name", 
60088             "required": true, 
60089             "type": "string"
60090           }, 
60091           {
60092             "description": "Name given to the interface", 
60093             "example": "__INTERFACE-NAME__", 
60094             "in": "path", 
60095             "name": "l-interface.interface-name", 
60096             "required": true, 
60097             "type": "string"
60098           }, 
60099           {
60100             "description": "IP address", 
60101             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60102             "in": "path", 
60103             "name": "l3-interface-ipv6-address", 
60104             "required": true, 
60105             "type": "string"
60106           }
60107         ], 
60108         "produces": [
60109           "application/json", 
60110           "application/xml"
60111         ], 
60112         "responses": {
60113           "200": {
60114             "description": "successful operation", 
60115             "schema": {
60116               "$ref": "#/definitions/l3-interface-ipv6-address-list"
60117             }
60118           }, 
60119           "default": {
60120             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60121           }
60122         }, 
60123         "summary": "returns l3-interface-ipv6-address-list", 
60124         "tags": [
60125           "Network"
60126         ]
60127       }, 
60128       "patch": {
60129         "consumes": [
60130           "application/json"
60131         ], 
60132         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
60133         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
60134         "parameters": [
60135           {
60136             "example": "__EQUIPMENT-NAME__", 
60137             "in": "path", 
60138             "name": "equipment-name", 
60139             "required": true, 
60140             "type": "string"
60141           }, 
60142           {
60143             "description": "Name that identifies the link aggregate interface", 
60144             "example": "__INTERFACE-NAME__", 
60145             "in": "path", 
60146             "name": "interface-name", 
60147             "required": true, 
60148             "type": "string"
60149           }, 
60150           {
60151             "description": "Name given to the interface", 
60152             "example": "__INTERFACE-NAME__", 
60153             "in": "path", 
60154             "name": "l-interface.interface-name", 
60155             "required": true, 
60156             "type": "string"
60157           }, 
60158           {
60159             "description": "IP address", 
60160             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60161             "in": "path", 
60162             "name": "l3-interface-ipv6-address", 
60163             "required": true, 
60164             "type": "string"
60165           }, 
60166           {
60167             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
60168             "in": "body", 
60169             "name": "body", 
60170             "required": true, 
60171             "schema": {
60172               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
60173             }
60174           }
60175         ], 
60176         "produces": [
60177           "application/json"
60178         ], 
60179         "responses": {
60180           "default": {
60181             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60182           }
60183         }, 
60184         "summary": "update an existing l3-interface-ipv6-address-list", 
60185         "tags": [
60186           "Network"
60187         ]
60188       }, 
60189       "put": {
60190         "consumes": [
60191           "application/json", 
60192           "application/xml"
60193         ], 
60194         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
60195         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
60196         "parameters": [
60197           {
60198             "example": "__EQUIPMENT-NAME__", 
60199             "in": "path", 
60200             "name": "equipment-name", 
60201             "required": true, 
60202             "type": "string"
60203           }, 
60204           {
60205             "description": "Name that identifies the link aggregate interface", 
60206             "example": "__INTERFACE-NAME__", 
60207             "in": "path", 
60208             "name": "interface-name", 
60209             "required": true, 
60210             "type": "string"
60211           }, 
60212           {
60213             "description": "Name given to the interface", 
60214             "example": "__INTERFACE-NAME__", 
60215             "in": "path", 
60216             "name": "l-interface.interface-name", 
60217             "required": true, 
60218             "type": "string"
60219           }, 
60220           {
60221             "description": "IP address", 
60222             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60223             "in": "path", 
60224             "name": "l3-interface-ipv6-address", 
60225             "required": true, 
60226             "type": "string"
60227           }, 
60228           {
60229             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
60230             "in": "body", 
60231             "name": "body", 
60232             "required": true, 
60233             "schema": {
60234               "$ref": "#/definitions/l3-interface-ipv6-address-list"
60235             }
60236           }
60237         ], 
60238         "produces": [
60239           "application/json", 
60240           "application/xml"
60241         ], 
60242         "responses": {
60243           "default": {
60244             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60245           }
60246         }, 
60247         "summary": "create or update an existing l3-interface-ipv6-address-list", 
60248         "tags": [
60249           "Network"
60250         ]
60251       }
60252     }, 
60253     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
60254       "delete": {
60255         "consumes": [
60256           "application/json", 
60257           "application/xml"
60258         ], 
60259         "description": "delete an existing relationship", 
60260         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
60261         "parameters": [
60262           {
60263             "example": "__EQUIPMENT-NAME__", 
60264             "in": "path", 
60265             "name": "equipment-name", 
60266             "required": true, 
60267             "type": "string"
60268           }, 
60269           {
60270             "description": "Name that identifies the link aggregate interface", 
60271             "example": "__INTERFACE-NAME__", 
60272             "in": "path", 
60273             "name": "interface-name", 
60274             "required": true, 
60275             "type": "string"
60276           }, 
60277           {
60278             "description": "Name given to the interface", 
60279             "example": "__INTERFACE-NAME__", 
60280             "in": "path", 
60281             "name": "l-interface.interface-name", 
60282             "required": true, 
60283             "type": "string"
60284           }, 
60285           {
60286             "description": "IP address", 
60287             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60288             "in": "path", 
60289             "name": "l3-interface-ipv6-address", 
60290             "required": true, 
60291             "type": "string"
60292           }
60293         ], 
60294         "produces": [
60295           "application/json", 
60296           "application/xml"
60297         ], 
60298         "responses": {
60299           "default": {
60300             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60301           }
60302         }, 
60303         "summary": "delete an existing relationship", 
60304         "tags": [
60305           "Network"
60306         ]
60307       }, 
60308       "put": {
60309         "consumes": [
60310           "application/json", 
60311           "application/xml"
60312         ], 
60313         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
60314         "parameters": [
60315           {
60316             "example": "__EQUIPMENT-NAME__", 
60317             "in": "path", 
60318             "name": "equipment-name", 
60319             "required": true, 
60320             "type": "string"
60321           }, 
60322           {
60323             "description": "Name that identifies the link aggregate interface", 
60324             "example": "__INTERFACE-NAME__", 
60325             "in": "path", 
60326             "name": "interface-name", 
60327             "required": true, 
60328             "type": "string"
60329           }, 
60330           {
60331             "description": "Name given to the interface", 
60332             "example": "__INTERFACE-NAME__", 
60333             "in": "path", 
60334             "name": "l-interface.interface-name", 
60335             "required": true, 
60336             "type": "string"
60337           }, 
60338           {
60339             "description": "IP address", 
60340             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60341             "in": "path", 
60342             "name": "l3-interface-ipv6-address", 
60343             "required": true, 
60344             "type": "string"
60345           }, 
60346           {
60347             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
60348             "in": "body", 
60349             "name": "body", 
60350             "required": true, 
60351             "schema": {
60352               "$ref": "#/definitions/relationship-dict"
60353             }
60354           }
60355         ], 
60356         "produces": [
60357           "application/json", 
60358           "application/xml"
60359         ], 
60360         "responses": {
60361           "default": {
60362             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60363           }
60364         }, 
60365         "summary": "see node definition for valid relationships", 
60366         "tags": [
60367           "Network"
60368         ]
60369       }
60370     }, 
60371     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
60372       "delete": {
60373         "consumes": [
60374           "application/json", 
60375           "application/xml"
60376         ], 
60377         "description": "delete an existing relationship", 
60378         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
60379         "parameters": [
60380           {
60381             "example": "__EQUIPMENT-NAME__", 
60382             "in": "path", 
60383             "name": "equipment-name", 
60384             "required": true, 
60385             "type": "string"
60386           }, 
60387           {
60388             "description": "Name that identifies the link aggregate interface", 
60389             "example": "__INTERFACE-NAME__", 
60390             "in": "path", 
60391             "name": "interface-name", 
60392             "required": true, 
60393             "type": "string"
60394           }, 
60395           {
60396             "description": "Name given to the interface", 
60397             "example": "__INTERFACE-NAME__", 
60398             "in": "path", 
60399             "name": "l-interface.interface-name", 
60400             "required": true, 
60401             "type": "string"
60402           }
60403         ], 
60404         "produces": [
60405           "application/json", 
60406           "application/xml"
60407         ], 
60408         "responses": {
60409           "default": {
60410             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60411           }
60412         }, 
60413         "summary": "delete an existing relationship", 
60414         "tags": [
60415           "Network"
60416         ]
60417       }, 
60418       "put": {
60419         "consumes": [
60420           "application/json", 
60421           "application/xml"
60422         ], 
60423         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
60424         "parameters": [
60425           {
60426             "example": "__EQUIPMENT-NAME__", 
60427             "in": "path", 
60428             "name": "equipment-name", 
60429             "required": true, 
60430             "type": "string"
60431           }, 
60432           {
60433             "description": "Name that identifies the link aggregate interface", 
60434             "example": "__INTERFACE-NAME__", 
60435             "in": "path", 
60436             "name": "interface-name", 
60437             "required": true, 
60438             "type": "string"
60439           }, 
60440           {
60441             "description": "Name given to the interface", 
60442             "example": "__INTERFACE-NAME__", 
60443             "in": "path", 
60444             "name": "l-interface.interface-name", 
60445             "required": true, 
60446             "type": "string"
60447           }, 
60448           {
60449             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
60450             "in": "body", 
60451             "name": "body", 
60452             "required": true, 
60453             "schema": {
60454               "$ref": "#/definitions/relationship-dict"
60455             }
60456           }
60457         ], 
60458         "produces": [
60459           "application/json", 
60460           "application/xml"
60461         ], 
60462         "responses": {
60463           "default": {
60464             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60465           }
60466         }, 
60467         "summary": "see node definition for valid relationships", 
60468         "tags": [
60469           "Network"
60470         ]
60471       }
60472     }, 
60473     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
60474       "get": {
60475         "description": "returns sriov-vfs", 
60476         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs", 
60477         "parameters": [
60478           {
60479             "example": "__EQUIPMENT-NAME__", 
60480             "in": "path", 
60481             "name": "equipment-name", 
60482             "required": true, 
60483             "type": "string"
60484           }, 
60485           {
60486             "description": "Name that identifies the link aggregate interface", 
60487             "example": "__INTERFACE-NAME__", 
60488             "in": "path", 
60489             "name": "interface-name", 
60490             "required": true, 
60491             "type": "string"
60492           }, 
60493           {
60494             "description": "Name given to the interface", 
60495             "example": "__INTERFACE-NAME__", 
60496             "in": "path", 
60497             "name": "l-interface.interface-name", 
60498             "required": true, 
60499             "type": "string"
60500           }, 
60501           {
60502             "description": "n/a", 
60503             "in": "query", 
60504             "name": "pci-id", 
60505             "required": false, 
60506             "type": "string"
60507           }, 
60508           {
60509             "description": "n/a", 
60510             "in": "query", 
60511             "name": "vf-vlan-filter", 
60512             "required": false, 
60513             "type": "string"
60514           }, 
60515           {
60516             "description": "n/a", 
60517             "in": "query", 
60518             "name": "vf-mac-filter", 
60519             "required": false, 
60520             "type": "string"
60521           }, 
60522           {
60523             "description": "n/a", 
60524             "in": "query", 
60525             "name": "vf-vlan-strip", 
60526             "required": false, 
60527             "type": "boolean"
60528           }, 
60529           {
60530             "description": "n/a", 
60531             "in": "query", 
60532             "name": "neutron-network-id", 
60533             "required": false, 
60534             "type": "string"
60535           }
60536         ], 
60537         "produces": [
60538           "application/json", 
60539           "application/xml"
60540         ], 
60541         "responses": {
60542           "200": {
60543             "description": "successful operation", 
60544             "schema": {
60545               "$ref": "#/definitions/sriov-vfs"
60546             }
60547           }, 
60548           "default": {
60549             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60550           }
60551         }, 
60552         "summary": "returns sriov-vfs", 
60553         "tags": [
60554           "Network"
60555         ]
60556       }
60557     }, 
60558     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
60559       "delete": {
60560         "consumes": [
60561           "application/json", 
60562           "application/xml"
60563         ], 
60564         "description": "delete an existing sriov-vf", 
60565         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
60566         "parameters": [
60567           {
60568             "example": "__EQUIPMENT-NAME__", 
60569             "in": "path", 
60570             "name": "equipment-name", 
60571             "required": true, 
60572             "type": "string"
60573           }, 
60574           {
60575             "description": "Name that identifies the link aggregate interface", 
60576             "example": "__INTERFACE-NAME__", 
60577             "in": "path", 
60578             "name": "interface-name", 
60579             "required": true, 
60580             "type": "string"
60581           }, 
60582           {
60583             "description": "Name given to the interface", 
60584             "example": "__INTERFACE-NAME__", 
60585             "in": "path", 
60586             "name": "l-interface.interface-name", 
60587             "required": true, 
60588             "type": "string"
60589           }, 
60590           {
60591             "description": "PCI ID used to identify the sriov-vf", 
60592             "example": "__PCI-ID__", 
60593             "in": "path", 
60594             "name": "pci-id", 
60595             "required": true, 
60596             "type": "string"
60597           }, 
60598           {
60599             "description": "resource-version for concurrency", 
60600             "in": "query", 
60601             "name": "resource-version", 
60602             "required": true, 
60603             "type": "string"
60604           }
60605         ], 
60606         "produces": [
60607           "application/json", 
60608           "application/xml"
60609         ], 
60610         "responses": {
60611           "default": {
60612             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60613           }
60614         }, 
60615         "summary": "delete an existing sriov-vf", 
60616         "tags": [
60617           "Network"
60618         ]
60619       }, 
60620       "get": {
60621         "description": "returns sriov-vf", 
60622         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
60623         "parameters": [
60624           {
60625             "example": "__EQUIPMENT-NAME__", 
60626             "in": "path", 
60627             "name": "equipment-name", 
60628             "required": true, 
60629             "type": "string"
60630           }, 
60631           {
60632             "description": "Name that identifies the link aggregate interface", 
60633             "example": "__INTERFACE-NAME__", 
60634             "in": "path", 
60635             "name": "interface-name", 
60636             "required": true, 
60637             "type": "string"
60638           }, 
60639           {
60640             "description": "Name given to the interface", 
60641             "example": "__INTERFACE-NAME__", 
60642             "in": "path", 
60643             "name": "l-interface.interface-name", 
60644             "required": true, 
60645             "type": "string"
60646           }, 
60647           {
60648             "description": "PCI ID used to identify the sriov-vf", 
60649             "example": "__PCI-ID__", 
60650             "in": "path", 
60651             "name": "pci-id", 
60652             "required": true, 
60653             "type": "string"
60654           }
60655         ], 
60656         "produces": [
60657           "application/json", 
60658           "application/xml"
60659         ], 
60660         "responses": {
60661           "200": {
60662             "description": "successful operation", 
60663             "schema": {
60664               "$ref": "#/definitions/sriov-vf"
60665             }
60666           }, 
60667           "default": {
60668             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60669           }
60670         }, 
60671         "summary": "returns sriov-vf", 
60672         "tags": [
60673           "Network"
60674         ]
60675       }, 
60676       "patch": {
60677         "consumes": [
60678           "application/json"
60679         ], 
60680         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
60681         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
60682         "parameters": [
60683           {
60684             "example": "__EQUIPMENT-NAME__", 
60685             "in": "path", 
60686             "name": "equipment-name", 
60687             "required": true, 
60688             "type": "string"
60689           }, 
60690           {
60691             "description": "Name that identifies the link aggregate interface", 
60692             "example": "__INTERFACE-NAME__", 
60693             "in": "path", 
60694             "name": "interface-name", 
60695             "required": true, 
60696             "type": "string"
60697           }, 
60698           {
60699             "description": "Name given to the interface", 
60700             "example": "__INTERFACE-NAME__", 
60701             "in": "path", 
60702             "name": "l-interface.interface-name", 
60703             "required": true, 
60704             "type": "string"
60705           }, 
60706           {
60707             "description": "PCI ID used to identify the sriov-vf", 
60708             "example": "__PCI-ID__", 
60709             "in": "path", 
60710             "name": "pci-id", 
60711             "required": true, 
60712             "type": "string"
60713           }, 
60714           {
60715             "description": "sriov-vf object that needs to be updated.", 
60716             "in": "body", 
60717             "name": "body", 
60718             "required": true, 
60719             "schema": {
60720               "$ref": "#/definitions/zzzz-patch-sriov-vf"
60721             }
60722           }
60723         ], 
60724         "produces": [
60725           "application/json"
60726         ], 
60727         "responses": {
60728           "default": {
60729             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60730           }
60731         }, 
60732         "summary": "update an existing sriov-vf", 
60733         "tags": [
60734           "Network"
60735         ]
60736       }, 
60737       "put": {
60738         "consumes": [
60739           "application/json", 
60740           "application/xml"
60741         ], 
60742         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
60743         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
60744         "parameters": [
60745           {
60746             "example": "__EQUIPMENT-NAME__", 
60747             "in": "path", 
60748             "name": "equipment-name", 
60749             "required": true, 
60750             "type": "string"
60751           }, 
60752           {
60753             "description": "Name that identifies the link aggregate interface", 
60754             "example": "__INTERFACE-NAME__", 
60755             "in": "path", 
60756             "name": "interface-name", 
60757             "required": true, 
60758             "type": "string"
60759           }, 
60760           {
60761             "description": "Name given to the interface", 
60762             "example": "__INTERFACE-NAME__", 
60763             "in": "path", 
60764             "name": "l-interface.interface-name", 
60765             "required": true, 
60766             "type": "string"
60767           }, 
60768           {
60769             "description": "PCI ID used to identify the sriov-vf", 
60770             "example": "__PCI-ID__", 
60771             "in": "path", 
60772             "name": "pci-id", 
60773             "required": true, 
60774             "type": "string"
60775           }, 
60776           {
60777             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
60778             "in": "body", 
60779             "name": "body", 
60780             "required": true, 
60781             "schema": {
60782               "$ref": "#/definitions/sriov-vf"
60783             }
60784           }
60785         ], 
60786         "produces": [
60787           "application/json", 
60788           "application/xml"
60789         ], 
60790         "responses": {
60791           "default": {
60792             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60793           }
60794         }, 
60795         "summary": "create or update an existing sriov-vf", 
60796         "tags": [
60797           "Network"
60798         ]
60799       }
60800     }, 
60801     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
60802       "delete": {
60803         "consumes": [
60804           "application/json", 
60805           "application/xml"
60806         ], 
60807         "description": "delete an existing relationship", 
60808         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
60809         "parameters": [
60810           {
60811             "example": "__EQUIPMENT-NAME__", 
60812             "in": "path", 
60813             "name": "equipment-name", 
60814             "required": true, 
60815             "type": "string"
60816           }, 
60817           {
60818             "description": "Name that identifies the link aggregate interface", 
60819             "example": "__INTERFACE-NAME__", 
60820             "in": "path", 
60821             "name": "interface-name", 
60822             "required": true, 
60823             "type": "string"
60824           }, 
60825           {
60826             "description": "Name given to the interface", 
60827             "example": "__INTERFACE-NAME__", 
60828             "in": "path", 
60829             "name": "l-interface.interface-name", 
60830             "required": true, 
60831             "type": "string"
60832           }, 
60833           {
60834             "description": "PCI ID used to identify the sriov-vf", 
60835             "example": "__PCI-ID__", 
60836             "in": "path", 
60837             "name": "pci-id", 
60838             "required": true, 
60839             "type": "string"
60840           }
60841         ], 
60842         "produces": [
60843           "application/json", 
60844           "application/xml"
60845         ], 
60846         "responses": {
60847           "default": {
60848             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60849           }
60850         }, 
60851         "summary": "delete an existing relationship", 
60852         "tags": [
60853           "Network"
60854         ]
60855       }, 
60856       "put": {
60857         "consumes": [
60858           "application/json", 
60859           "application/xml"
60860         ], 
60861         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
60862         "parameters": [
60863           {
60864             "example": "__EQUIPMENT-NAME__", 
60865             "in": "path", 
60866             "name": "equipment-name", 
60867             "required": true, 
60868             "type": "string"
60869           }, 
60870           {
60871             "description": "Name that identifies the link aggregate interface", 
60872             "example": "__INTERFACE-NAME__", 
60873             "in": "path", 
60874             "name": "interface-name", 
60875             "required": true, 
60876             "type": "string"
60877           }, 
60878           {
60879             "description": "Name given to the interface", 
60880             "example": "__INTERFACE-NAME__", 
60881             "in": "path", 
60882             "name": "l-interface.interface-name", 
60883             "required": true, 
60884             "type": "string"
60885           }, 
60886           {
60887             "description": "PCI ID used to identify the sriov-vf", 
60888             "example": "__PCI-ID__", 
60889             "in": "path", 
60890             "name": "pci-id", 
60891             "required": true, 
60892             "type": "string"
60893           }, 
60894           {
60895             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
60896             "in": "body", 
60897             "name": "body", 
60898             "required": true, 
60899             "schema": {
60900               "$ref": "#/definitions/relationship-dict"
60901             }
60902           }
60903         ], 
60904         "produces": [
60905           "application/json", 
60906           "application/xml"
60907         ], 
60908         "responses": {
60909           "default": {
60910             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60911           }
60912         }, 
60913         "summary": "see node definition for valid relationships", 
60914         "tags": [
60915           "Network"
60916         ]
60917       }
60918     }, 
60919     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
60920       "get": {
60921         "description": "returns vlans", 
60922         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlans", 
60923         "parameters": [
60924           {
60925             "example": "__EQUIPMENT-NAME__", 
60926             "in": "path", 
60927             "name": "equipment-name", 
60928             "required": true, 
60929             "type": "string"
60930           }, 
60931           {
60932             "description": "Name that identifies the link aggregate interface", 
60933             "example": "__INTERFACE-NAME__", 
60934             "in": "path", 
60935             "name": "interface-name", 
60936             "required": true, 
60937             "type": "string"
60938           }, 
60939           {
60940             "description": "Name given to the interface", 
60941             "example": "__INTERFACE-NAME__", 
60942             "in": "path", 
60943             "name": "l-interface.interface-name", 
60944             "required": true, 
60945             "type": "string"
60946           }, 
60947           {
60948             "description": "n/a", 
60949             "in": "query", 
60950             "name": "vlan-interface", 
60951             "required": false, 
60952             "type": "string"
60953           }, 
60954           {
60955             "description": "n/a", 
60956             "format": "int64", 
60957             "in": "query", 
60958             "name": "vlan-id-inner", 
60959             "required": false, 
60960             "type": "integer"
60961           }, 
60962           {
60963             "description": "n/a", 
60964             "in": "query", 
60965             "name": "vpn-key", 
60966             "required": false, 
60967             "type": "string"
60968           }
60969         ], 
60970         "produces": [
60971           "application/json", 
60972           "application/xml"
60973         ], 
60974         "responses": {
60975           "200": {
60976             "description": "successful operation", 
60977             "schema": {
60978               "$ref": "#/definitions/vlans"
60979             }
60980           }, 
60981           "default": {
60982             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60983           }
60984         }, 
60985         "summary": "returns vlans", 
60986         "tags": [
60987           "Network"
60988         ]
60989       }
60990     }, 
60991     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
60992       "delete": {
60993         "consumes": [
60994           "application/json", 
60995           "application/xml"
60996         ], 
60997         "description": "delete an existing vlan", 
60998         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
60999         "parameters": [
61000           {
61001             "example": "__EQUIPMENT-NAME__", 
61002             "in": "path", 
61003             "name": "equipment-name", 
61004             "required": true, 
61005             "type": "string"
61006           }, 
61007           {
61008             "description": "Name that identifies the link aggregate interface", 
61009             "example": "__INTERFACE-NAME__", 
61010             "in": "path", 
61011             "name": "interface-name", 
61012             "required": true, 
61013             "type": "string"
61014           }, 
61015           {
61016             "description": "Name given to the interface", 
61017             "example": "__INTERFACE-NAME__", 
61018             "in": "path", 
61019             "name": "l-interface.interface-name", 
61020             "required": true, 
61021             "type": "string"
61022           }, 
61023           {
61024             "description": "String that identifies the interface", 
61025             "example": "__VLAN-INTERFACE__", 
61026             "in": "path", 
61027             "name": "vlan-interface", 
61028             "required": true, 
61029             "type": "string"
61030           }, 
61031           {
61032             "description": "resource-version for concurrency", 
61033             "in": "query", 
61034             "name": "resource-version", 
61035             "required": true, 
61036             "type": "string"
61037           }
61038         ], 
61039         "produces": [
61040           "application/json", 
61041           "application/xml"
61042         ], 
61043         "responses": {
61044           "default": {
61045             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61046           }
61047         }, 
61048         "summary": "delete an existing vlan", 
61049         "tags": [
61050           "Network"
61051         ]
61052       }, 
61053       "get": {
61054         "description": "returns vlan", 
61055         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
61056         "parameters": [
61057           {
61058             "example": "__EQUIPMENT-NAME__", 
61059             "in": "path", 
61060             "name": "equipment-name", 
61061             "required": true, 
61062             "type": "string"
61063           }, 
61064           {
61065             "description": "Name that identifies the link aggregate interface", 
61066             "example": "__INTERFACE-NAME__", 
61067             "in": "path", 
61068             "name": "interface-name", 
61069             "required": true, 
61070             "type": "string"
61071           }, 
61072           {
61073             "description": "Name given to the interface", 
61074             "example": "__INTERFACE-NAME__", 
61075             "in": "path", 
61076             "name": "l-interface.interface-name", 
61077             "required": true, 
61078             "type": "string"
61079           }, 
61080           {
61081             "description": "String that identifies the interface", 
61082             "example": "__VLAN-INTERFACE__", 
61083             "in": "path", 
61084             "name": "vlan-interface", 
61085             "required": true, 
61086             "type": "string"
61087           }
61088         ], 
61089         "produces": [
61090           "application/json", 
61091           "application/xml"
61092         ], 
61093         "responses": {
61094           "200": {
61095             "description": "successful operation", 
61096             "schema": {
61097               "$ref": "#/definitions/vlan"
61098             }
61099           }, 
61100           "default": {
61101             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61102           }
61103         }, 
61104         "summary": "returns vlan", 
61105         "tags": [
61106           "Network"
61107         ]
61108       }, 
61109       "patch": {
61110         "consumes": [
61111           "application/json"
61112         ], 
61113         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
61114         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
61115         "parameters": [
61116           {
61117             "example": "__EQUIPMENT-NAME__", 
61118             "in": "path", 
61119             "name": "equipment-name", 
61120             "required": true, 
61121             "type": "string"
61122           }, 
61123           {
61124             "description": "Name that identifies the link aggregate interface", 
61125             "example": "__INTERFACE-NAME__", 
61126             "in": "path", 
61127             "name": "interface-name", 
61128             "required": true, 
61129             "type": "string"
61130           }, 
61131           {
61132             "description": "Name given to the interface", 
61133             "example": "__INTERFACE-NAME__", 
61134             "in": "path", 
61135             "name": "l-interface.interface-name", 
61136             "required": true, 
61137             "type": "string"
61138           }, 
61139           {
61140             "description": "String that identifies the interface", 
61141             "example": "__VLAN-INTERFACE__", 
61142             "in": "path", 
61143             "name": "vlan-interface", 
61144             "required": true, 
61145             "type": "string"
61146           }, 
61147           {
61148             "description": "vlan object that needs to be updated.", 
61149             "in": "body", 
61150             "name": "body", 
61151             "required": true, 
61152             "schema": {
61153               "$ref": "#/definitions/zzzz-patch-vlan"
61154             }
61155           }
61156         ], 
61157         "produces": [
61158           "application/json"
61159         ], 
61160         "responses": {
61161           "default": {
61162             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61163           }
61164         }, 
61165         "summary": "update an existing vlan", 
61166         "tags": [
61167           "Network"
61168         ]
61169       }, 
61170       "put": {
61171         "consumes": [
61172           "application/json", 
61173           "application/xml"
61174         ], 
61175         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
61176         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
61177         "parameters": [
61178           {
61179             "example": "__EQUIPMENT-NAME__", 
61180             "in": "path", 
61181             "name": "equipment-name", 
61182             "required": true, 
61183             "type": "string"
61184           }, 
61185           {
61186             "description": "Name that identifies the link aggregate interface", 
61187             "example": "__INTERFACE-NAME__", 
61188             "in": "path", 
61189             "name": "interface-name", 
61190             "required": true, 
61191             "type": "string"
61192           }, 
61193           {
61194             "description": "Name given to the interface", 
61195             "example": "__INTERFACE-NAME__", 
61196             "in": "path", 
61197             "name": "l-interface.interface-name", 
61198             "required": true, 
61199             "type": "string"
61200           }, 
61201           {
61202             "description": "String that identifies the interface", 
61203             "example": "__VLAN-INTERFACE__", 
61204             "in": "path", 
61205             "name": "vlan-interface", 
61206             "required": true, 
61207             "type": "string"
61208           }, 
61209           {
61210             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
61211             "in": "body", 
61212             "name": "body", 
61213             "required": true, 
61214             "schema": {
61215               "$ref": "#/definitions/vlan"
61216             }
61217           }
61218         ], 
61219         "produces": [
61220           "application/json", 
61221           "application/xml"
61222         ], 
61223         "responses": {
61224           "default": {
61225             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61226           }
61227         }, 
61228         "summary": "create or update an existing vlan", 
61229         "tags": [
61230           "Network"
61231         ]
61232       }
61233     }, 
61234     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
61235       "delete": {
61236         "consumes": [
61237           "application/json", 
61238           "application/xml"
61239         ], 
61240         "description": "delete an existing l3-interface-ipv4-address-list", 
61241         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
61242         "parameters": [
61243           {
61244             "example": "__EQUIPMENT-NAME__", 
61245             "in": "path", 
61246             "name": "equipment-name", 
61247             "required": true, 
61248             "type": "string"
61249           }, 
61250           {
61251             "description": "Name that identifies the link aggregate interface", 
61252             "example": "__INTERFACE-NAME__", 
61253             "in": "path", 
61254             "name": "interface-name", 
61255             "required": true, 
61256             "type": "string"
61257           }, 
61258           {
61259             "description": "Name given to the interface", 
61260             "example": "__INTERFACE-NAME__", 
61261             "in": "path", 
61262             "name": "l-interface.interface-name", 
61263             "required": true, 
61264             "type": "string"
61265           }, 
61266           {
61267             "description": "String that identifies the interface", 
61268             "example": "__VLAN-INTERFACE__", 
61269             "in": "path", 
61270             "name": "vlan-interface", 
61271             "required": true, 
61272             "type": "string"
61273           }, 
61274           {
61275             "description": "IP address", 
61276             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61277             "in": "path", 
61278             "name": "l3-interface-ipv4-address", 
61279             "required": true, 
61280             "type": "string"
61281           }, 
61282           {
61283             "description": "resource-version for concurrency", 
61284             "in": "query", 
61285             "name": "resource-version", 
61286             "required": true, 
61287             "type": "string"
61288           }
61289         ], 
61290         "produces": [
61291           "application/json", 
61292           "application/xml"
61293         ], 
61294         "responses": {
61295           "default": {
61296             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61297           }
61298         }, 
61299         "summary": "delete an existing l3-interface-ipv4-address-list", 
61300         "tags": [
61301           "Network"
61302         ]
61303       }, 
61304       "get": {
61305         "description": "returns l3-interface-ipv4-address-list", 
61306         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
61307         "parameters": [
61308           {
61309             "example": "__EQUIPMENT-NAME__", 
61310             "in": "path", 
61311             "name": "equipment-name", 
61312             "required": true, 
61313             "type": "string"
61314           }, 
61315           {
61316             "description": "Name that identifies the link aggregate interface", 
61317             "example": "__INTERFACE-NAME__", 
61318             "in": "path", 
61319             "name": "interface-name", 
61320             "required": true, 
61321             "type": "string"
61322           }, 
61323           {
61324             "description": "Name given to the interface", 
61325             "example": "__INTERFACE-NAME__", 
61326             "in": "path", 
61327             "name": "l-interface.interface-name", 
61328             "required": true, 
61329             "type": "string"
61330           }, 
61331           {
61332             "description": "String that identifies the interface", 
61333             "example": "__VLAN-INTERFACE__", 
61334             "in": "path", 
61335             "name": "vlan-interface", 
61336             "required": true, 
61337             "type": "string"
61338           }, 
61339           {
61340             "description": "IP address", 
61341             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61342             "in": "path", 
61343             "name": "l3-interface-ipv4-address", 
61344             "required": true, 
61345             "type": "string"
61346           }
61347         ], 
61348         "produces": [
61349           "application/json", 
61350           "application/xml"
61351         ], 
61352         "responses": {
61353           "200": {
61354             "description": "successful operation", 
61355             "schema": {
61356               "$ref": "#/definitions/l3-interface-ipv4-address-list"
61357             }
61358           }, 
61359           "default": {
61360             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61361           }
61362         }, 
61363         "summary": "returns l3-interface-ipv4-address-list", 
61364         "tags": [
61365           "Network"
61366         ]
61367       }, 
61368       "patch": {
61369         "consumes": [
61370           "application/json"
61371         ], 
61372         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
61373         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
61374         "parameters": [
61375           {
61376             "example": "__EQUIPMENT-NAME__", 
61377             "in": "path", 
61378             "name": "equipment-name", 
61379             "required": true, 
61380             "type": "string"
61381           }, 
61382           {
61383             "description": "Name that identifies the link aggregate interface", 
61384             "example": "__INTERFACE-NAME__", 
61385             "in": "path", 
61386             "name": "interface-name", 
61387             "required": true, 
61388             "type": "string"
61389           }, 
61390           {
61391             "description": "Name given to the interface", 
61392             "example": "__INTERFACE-NAME__", 
61393             "in": "path", 
61394             "name": "l-interface.interface-name", 
61395             "required": true, 
61396             "type": "string"
61397           }, 
61398           {
61399             "description": "String that identifies the interface", 
61400             "example": "__VLAN-INTERFACE__", 
61401             "in": "path", 
61402             "name": "vlan-interface", 
61403             "required": true, 
61404             "type": "string"
61405           }, 
61406           {
61407             "description": "IP address", 
61408             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61409             "in": "path", 
61410             "name": "l3-interface-ipv4-address", 
61411             "required": true, 
61412             "type": "string"
61413           }, 
61414           {
61415             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
61416             "in": "body", 
61417             "name": "body", 
61418             "required": true, 
61419             "schema": {
61420               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
61421             }
61422           }
61423         ], 
61424         "produces": [
61425           "application/json"
61426         ], 
61427         "responses": {
61428           "default": {
61429             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61430           }
61431         }, 
61432         "summary": "update an existing l3-interface-ipv4-address-list", 
61433         "tags": [
61434           "Network"
61435         ]
61436       }, 
61437       "put": {
61438         "consumes": [
61439           "application/json", 
61440           "application/xml"
61441         ], 
61442         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
61443         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
61444         "parameters": [
61445           {
61446             "example": "__EQUIPMENT-NAME__", 
61447             "in": "path", 
61448             "name": "equipment-name", 
61449             "required": true, 
61450             "type": "string"
61451           }, 
61452           {
61453             "description": "Name that identifies the link aggregate interface", 
61454             "example": "__INTERFACE-NAME__", 
61455             "in": "path", 
61456             "name": "interface-name", 
61457             "required": true, 
61458             "type": "string"
61459           }, 
61460           {
61461             "description": "Name given to the interface", 
61462             "example": "__INTERFACE-NAME__", 
61463             "in": "path", 
61464             "name": "l-interface.interface-name", 
61465             "required": true, 
61466             "type": "string"
61467           }, 
61468           {
61469             "description": "String that identifies the interface", 
61470             "example": "__VLAN-INTERFACE__", 
61471             "in": "path", 
61472             "name": "vlan-interface", 
61473             "required": true, 
61474             "type": "string"
61475           }, 
61476           {
61477             "description": "IP address", 
61478             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61479             "in": "path", 
61480             "name": "l3-interface-ipv4-address", 
61481             "required": true, 
61482             "type": "string"
61483           }, 
61484           {
61485             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
61486             "in": "body", 
61487             "name": "body", 
61488             "required": true, 
61489             "schema": {
61490               "$ref": "#/definitions/l3-interface-ipv4-address-list"
61491             }
61492           }
61493         ], 
61494         "produces": [
61495           "application/json", 
61496           "application/xml"
61497         ], 
61498         "responses": {
61499           "default": {
61500             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61501           }
61502         }, 
61503         "summary": "create or update an existing l3-interface-ipv4-address-list", 
61504         "tags": [
61505           "Network"
61506         ]
61507       }
61508     }, 
61509     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
61510       "delete": {
61511         "consumes": [
61512           "application/json", 
61513           "application/xml"
61514         ], 
61515         "description": "delete an existing relationship", 
61516         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
61517         "parameters": [
61518           {
61519             "example": "__EQUIPMENT-NAME__", 
61520             "in": "path", 
61521             "name": "equipment-name", 
61522             "required": true, 
61523             "type": "string"
61524           }, 
61525           {
61526             "description": "Name that identifies the link aggregate interface", 
61527             "example": "__INTERFACE-NAME__", 
61528             "in": "path", 
61529             "name": "interface-name", 
61530             "required": true, 
61531             "type": "string"
61532           }, 
61533           {
61534             "description": "Name given to the interface", 
61535             "example": "__INTERFACE-NAME__", 
61536             "in": "path", 
61537             "name": "l-interface.interface-name", 
61538             "required": true, 
61539             "type": "string"
61540           }, 
61541           {
61542             "description": "String that identifies the interface", 
61543             "example": "__VLAN-INTERFACE__", 
61544             "in": "path", 
61545             "name": "vlan-interface", 
61546             "required": true, 
61547             "type": "string"
61548           }, 
61549           {
61550             "description": "IP address", 
61551             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61552             "in": "path", 
61553             "name": "l3-interface-ipv4-address", 
61554             "required": true, 
61555             "type": "string"
61556           }
61557         ], 
61558         "produces": [
61559           "application/json", 
61560           "application/xml"
61561         ], 
61562         "responses": {
61563           "default": {
61564             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61565           }
61566         }, 
61567         "summary": "delete an existing relationship", 
61568         "tags": [
61569           "Network"
61570         ]
61571       }, 
61572       "put": {
61573         "consumes": [
61574           "application/json", 
61575           "application/xml"
61576         ], 
61577         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
61578         "parameters": [
61579           {
61580             "example": "__EQUIPMENT-NAME__", 
61581             "in": "path", 
61582             "name": "equipment-name", 
61583             "required": true, 
61584             "type": "string"
61585           }, 
61586           {
61587             "description": "Name that identifies the link aggregate interface", 
61588             "example": "__INTERFACE-NAME__", 
61589             "in": "path", 
61590             "name": "interface-name", 
61591             "required": true, 
61592             "type": "string"
61593           }, 
61594           {
61595             "description": "Name given to the interface", 
61596             "example": "__INTERFACE-NAME__", 
61597             "in": "path", 
61598             "name": "l-interface.interface-name", 
61599             "required": true, 
61600             "type": "string"
61601           }, 
61602           {
61603             "description": "String that identifies the interface", 
61604             "example": "__VLAN-INTERFACE__", 
61605             "in": "path", 
61606             "name": "vlan-interface", 
61607             "required": true, 
61608             "type": "string"
61609           }, 
61610           {
61611             "description": "IP address", 
61612             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61613             "in": "path", 
61614             "name": "l3-interface-ipv4-address", 
61615             "required": true, 
61616             "type": "string"
61617           }, 
61618           {
61619             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
61620             "in": "body", 
61621             "name": "body", 
61622             "required": true, 
61623             "schema": {
61624               "$ref": "#/definitions/relationship-dict"
61625             }
61626           }
61627         ], 
61628         "produces": [
61629           "application/json", 
61630           "application/xml"
61631         ], 
61632         "responses": {
61633           "default": {
61634             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61635           }
61636         }, 
61637         "summary": "see node definition for valid relationships", 
61638         "tags": [
61639           "Network"
61640         ]
61641       }
61642     }, 
61643     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
61644       "delete": {
61645         "consumes": [
61646           "application/json", 
61647           "application/xml"
61648         ], 
61649         "description": "delete an existing l3-interface-ipv6-address-list", 
61650         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
61651         "parameters": [
61652           {
61653             "example": "__EQUIPMENT-NAME__", 
61654             "in": "path", 
61655             "name": "equipment-name", 
61656             "required": true, 
61657             "type": "string"
61658           }, 
61659           {
61660             "description": "Name that identifies the link aggregate interface", 
61661             "example": "__INTERFACE-NAME__", 
61662             "in": "path", 
61663             "name": "interface-name", 
61664             "required": true, 
61665             "type": "string"
61666           }, 
61667           {
61668             "description": "Name given to the interface", 
61669             "example": "__INTERFACE-NAME__", 
61670             "in": "path", 
61671             "name": "l-interface.interface-name", 
61672             "required": true, 
61673             "type": "string"
61674           }, 
61675           {
61676             "description": "String that identifies the interface", 
61677             "example": "__VLAN-INTERFACE__", 
61678             "in": "path", 
61679             "name": "vlan-interface", 
61680             "required": true, 
61681             "type": "string"
61682           }, 
61683           {
61684             "description": "IP address", 
61685             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
61686             "in": "path", 
61687             "name": "l3-interface-ipv6-address", 
61688             "required": true, 
61689             "type": "string"
61690           }, 
61691           {
61692             "description": "resource-version for concurrency", 
61693             "in": "query", 
61694             "name": "resource-version", 
61695             "required": true, 
61696             "type": "string"
61697           }
61698         ], 
61699         "produces": [
61700           "application/json", 
61701           "application/xml"
61702         ], 
61703         "responses": {
61704           "default": {
61705             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61706           }
61707         }, 
61708         "summary": "delete an existing l3-interface-ipv6-address-list", 
61709         "tags": [
61710           "Network"
61711         ]
61712       }, 
61713       "get": {
61714         "description": "returns l3-interface-ipv6-address-list", 
61715         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
61716         "parameters": [
61717           {
61718             "example": "__EQUIPMENT-NAME__", 
61719             "in": "path", 
61720             "name": "equipment-name", 
61721             "required": true, 
61722             "type": "string"
61723           }, 
61724           {
61725             "description": "Name that identifies the link aggregate interface", 
61726             "example": "__INTERFACE-NAME__", 
61727             "in": "path", 
61728             "name": "interface-name", 
61729             "required": true, 
61730             "type": "string"
61731           }, 
61732           {
61733             "description": "Name given to the interface", 
61734             "example": "__INTERFACE-NAME__", 
61735             "in": "path", 
61736             "name": "l-interface.interface-name", 
61737             "required": true, 
61738             "type": "string"
61739           }, 
61740           {
61741             "description": "String that identifies the interface", 
61742             "example": "__VLAN-INTERFACE__", 
61743             "in": "path", 
61744             "name": "vlan-interface", 
61745             "required": true, 
61746             "type": "string"
61747           }, 
61748           {
61749             "description": "IP address", 
61750             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
61751             "in": "path", 
61752             "name": "l3-interface-ipv6-address", 
61753             "required": true, 
61754             "type": "string"
61755           }
61756         ], 
61757         "produces": [
61758           "application/json", 
61759           "application/xml"
61760         ], 
61761         "responses": {
61762           "200": {
61763             "description": "successful operation", 
61764             "schema": {
61765               "$ref": "#/definitions/l3-interface-ipv6-address-list"
61766             }
61767           }, 
61768           "default": {
61769             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61770           }
61771         }, 
61772         "summary": "returns l3-interface-ipv6-address-list", 
61773         "tags": [
61774           "Network"
61775         ]
61776       }, 
61777       "patch": {
61778         "consumes": [
61779           "application/json"
61780         ], 
61781         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
61782         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
61783         "parameters": [
61784           {
61785             "example": "__EQUIPMENT-NAME__", 
61786             "in": "path", 
61787             "name": "equipment-name", 
61788             "required": true, 
61789             "type": "string"
61790           }, 
61791           {
61792             "description": "Name that identifies the link aggregate interface", 
61793             "example": "__INTERFACE-NAME__", 
61794             "in": "path", 
61795             "name": "interface-name", 
61796             "required": true, 
61797             "type": "string"
61798           }, 
61799           {
61800             "description": "Name given to the interface", 
61801             "example": "__INTERFACE-NAME__", 
61802             "in": "path", 
61803             "name": "l-interface.interface-name", 
61804             "required": true, 
61805             "type": "string"
61806           }, 
61807           {
61808             "description": "String that identifies the interface", 
61809             "example": "__VLAN-INTERFACE__", 
61810             "in": "path", 
61811             "name": "vlan-interface", 
61812             "required": true, 
61813             "type": "string"
61814           }, 
61815           {
61816             "description": "IP address", 
61817             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
61818             "in": "path", 
61819             "name": "l3-interface-ipv6-address", 
61820             "required": true, 
61821             "type": "string"
61822           }, 
61823           {
61824             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
61825             "in": "body", 
61826             "name": "body", 
61827             "required": true, 
61828             "schema": {
61829               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
61830             }
61831           }
61832         ], 
61833         "produces": [
61834           "application/json"
61835         ], 
61836         "responses": {
61837           "default": {
61838             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61839           }
61840         }, 
61841         "summary": "update an existing l3-interface-ipv6-address-list", 
61842         "tags": [
61843           "Network"
61844         ]
61845       }, 
61846       "put": {
61847         "consumes": [
61848           "application/json", 
61849           "application/xml"
61850         ], 
61851         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
61852         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
61853         "parameters": [
61854           {
61855             "example": "__EQUIPMENT-NAME__", 
61856             "in": "path", 
61857             "name": "equipment-name", 
61858             "required": true, 
61859             "type": "string"
61860           }, 
61861           {
61862             "description": "Name that identifies the link aggregate interface", 
61863             "example": "__INTERFACE-NAME__", 
61864             "in": "path", 
61865             "name": "interface-name", 
61866             "required": true, 
61867             "type": "string"
61868           }, 
61869           {
61870             "description": "Name given to the interface", 
61871             "example": "__INTERFACE-NAME__", 
61872             "in": "path", 
61873             "name": "l-interface.interface-name", 
61874             "required": true, 
61875             "type": "string"
61876           }, 
61877           {
61878             "description": "String that identifies the interface", 
61879             "example": "__VLAN-INTERFACE__", 
61880             "in": "path", 
61881             "name": "vlan-interface", 
61882             "required": true, 
61883             "type": "string"
61884           }, 
61885           {
61886             "description": "IP address", 
61887             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
61888             "in": "path", 
61889             "name": "l3-interface-ipv6-address", 
61890             "required": true, 
61891             "type": "string"
61892           }, 
61893           {
61894             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
61895             "in": "body", 
61896             "name": "body", 
61897             "required": true, 
61898             "schema": {
61899               "$ref": "#/definitions/l3-interface-ipv6-address-list"
61900             }
61901           }
61902         ], 
61903         "produces": [
61904           "application/json", 
61905           "application/xml"
61906         ], 
61907         "responses": {
61908           "default": {
61909             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61910           }
61911         }, 
61912         "summary": "create or update an existing l3-interface-ipv6-address-list", 
61913         "tags": [
61914           "Network"
61915         ]
61916       }
61917     }, 
61918     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
61919       "delete": {
61920         "consumes": [
61921           "application/json", 
61922           "application/xml"
61923         ], 
61924         "description": "delete an existing relationship", 
61925         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
61926         "parameters": [
61927           {
61928             "example": "__EQUIPMENT-NAME__", 
61929             "in": "path", 
61930             "name": "equipment-name", 
61931             "required": true, 
61932             "type": "string"
61933           }, 
61934           {
61935             "description": "Name that identifies the link aggregate interface", 
61936             "example": "__INTERFACE-NAME__", 
61937             "in": "path", 
61938             "name": "interface-name", 
61939             "required": true, 
61940             "type": "string"
61941           }, 
61942           {
61943             "description": "Name given to the interface", 
61944             "example": "__INTERFACE-NAME__", 
61945             "in": "path", 
61946             "name": "l-interface.interface-name", 
61947             "required": true, 
61948             "type": "string"
61949           }, 
61950           {
61951             "description": "String that identifies the interface", 
61952             "example": "__VLAN-INTERFACE__", 
61953             "in": "path", 
61954             "name": "vlan-interface", 
61955             "required": true, 
61956             "type": "string"
61957           }, 
61958           {
61959             "description": "IP address", 
61960             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
61961             "in": "path", 
61962             "name": "l3-interface-ipv6-address", 
61963             "required": true, 
61964             "type": "string"
61965           }
61966         ], 
61967         "produces": [
61968           "application/json", 
61969           "application/xml"
61970         ], 
61971         "responses": {
61972           "default": {
61973             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61974           }
61975         }, 
61976         "summary": "delete an existing relationship", 
61977         "tags": [
61978           "Network"
61979         ]
61980       }, 
61981       "put": {
61982         "consumes": [
61983           "application/json", 
61984           "application/xml"
61985         ], 
61986         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
61987         "parameters": [
61988           {
61989             "example": "__EQUIPMENT-NAME__", 
61990             "in": "path", 
61991             "name": "equipment-name", 
61992             "required": true, 
61993             "type": "string"
61994           }, 
61995           {
61996             "description": "Name that identifies the link aggregate interface", 
61997             "example": "__INTERFACE-NAME__", 
61998             "in": "path", 
61999             "name": "interface-name", 
62000             "required": true, 
62001             "type": "string"
62002           }, 
62003           {
62004             "description": "Name given to the interface", 
62005             "example": "__INTERFACE-NAME__", 
62006             "in": "path", 
62007             "name": "l-interface.interface-name", 
62008             "required": true, 
62009             "type": "string"
62010           }, 
62011           {
62012             "description": "String that identifies the interface", 
62013             "example": "__VLAN-INTERFACE__", 
62014             "in": "path", 
62015             "name": "vlan-interface", 
62016             "required": true, 
62017             "type": "string"
62018           }, 
62019           {
62020             "description": "IP address", 
62021             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
62022             "in": "path", 
62023             "name": "l3-interface-ipv6-address", 
62024             "required": true, 
62025             "type": "string"
62026           }, 
62027           {
62028             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
62029             "in": "body", 
62030             "name": "body", 
62031             "required": true, 
62032             "schema": {
62033               "$ref": "#/definitions/relationship-dict"
62034             }
62035           }
62036         ], 
62037         "produces": [
62038           "application/json", 
62039           "application/xml"
62040         ], 
62041         "responses": {
62042           "default": {
62043             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62044           }
62045         }, 
62046         "summary": "see node definition for valid relationships", 
62047         "tags": [
62048           "Network"
62049         ]
62050       }
62051     }, 
62052     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
62053       "delete": {
62054         "consumes": [
62055           "application/json", 
62056           "application/xml"
62057         ], 
62058         "description": "delete an existing relationship", 
62059         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
62060         "parameters": [
62061           {
62062             "example": "__EQUIPMENT-NAME__", 
62063             "in": "path", 
62064             "name": "equipment-name", 
62065             "required": true, 
62066             "type": "string"
62067           }, 
62068           {
62069             "description": "Name that identifies the link aggregate interface", 
62070             "example": "__INTERFACE-NAME__", 
62071             "in": "path", 
62072             "name": "interface-name", 
62073             "required": true, 
62074             "type": "string"
62075           }, 
62076           {
62077             "description": "Name given to the interface", 
62078             "example": "__INTERFACE-NAME__", 
62079             "in": "path", 
62080             "name": "l-interface.interface-name", 
62081             "required": true, 
62082             "type": "string"
62083           }, 
62084           {
62085             "description": "String that identifies the interface", 
62086             "example": "__VLAN-INTERFACE__", 
62087             "in": "path", 
62088             "name": "vlan-interface", 
62089             "required": true, 
62090             "type": "string"
62091           }
62092         ], 
62093         "produces": [
62094           "application/json", 
62095           "application/xml"
62096         ], 
62097         "responses": {
62098           "default": {
62099             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62100           }
62101         }, 
62102         "summary": "delete an existing relationship", 
62103         "tags": [
62104           "Network"
62105         ]
62106       }, 
62107       "put": {
62108         "consumes": [
62109           "application/json", 
62110           "application/xml"
62111         ], 
62112         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
62113         "parameters": [
62114           {
62115             "example": "__EQUIPMENT-NAME__", 
62116             "in": "path", 
62117             "name": "equipment-name", 
62118             "required": true, 
62119             "type": "string"
62120           }, 
62121           {
62122             "description": "Name that identifies the link aggregate interface", 
62123             "example": "__INTERFACE-NAME__", 
62124             "in": "path", 
62125             "name": "interface-name", 
62126             "required": true, 
62127             "type": "string"
62128           }, 
62129           {
62130             "description": "Name given to the interface", 
62131             "example": "__INTERFACE-NAME__", 
62132             "in": "path", 
62133             "name": "l-interface.interface-name", 
62134             "required": true, 
62135             "type": "string"
62136           }, 
62137           {
62138             "description": "String that identifies the interface", 
62139             "example": "__VLAN-INTERFACE__", 
62140             "in": "path", 
62141             "name": "vlan-interface", 
62142             "required": true, 
62143             "type": "string"
62144           }, 
62145           {
62146             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
62147             "in": "body", 
62148             "name": "body", 
62149             "required": true, 
62150             "schema": {
62151               "$ref": "#/definitions/relationship-dict"
62152             }
62153           }
62154         ], 
62155         "produces": [
62156           "application/json", 
62157           "application/xml"
62158         ], 
62159         "responses": {
62160           "default": {
62161             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62162           }
62163         }, 
62164         "summary": "see node definition for valid relationships", 
62165         "tags": [
62166           "Network"
62167         ]
62168       }
62169     }, 
62170     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/relationship-list/relationship": {
62171       "delete": {
62172         "consumes": [
62173           "application/json", 
62174           "application/xml"
62175         ], 
62176         "description": "delete an existing relationship", 
62177         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceRelationshipListRelationship", 
62178         "parameters": [
62179           {
62180             "example": "__EQUIPMENT-NAME__", 
62181             "in": "path", 
62182             "name": "equipment-name", 
62183             "required": true, 
62184             "type": "string"
62185           }, 
62186           {
62187             "description": "Name that identifies the link aggregate interface", 
62188             "example": "__INTERFACE-NAME__", 
62189             "in": "path", 
62190             "name": "interface-name", 
62191             "required": true, 
62192             "type": "string"
62193           }
62194         ], 
62195         "produces": [
62196           "application/json", 
62197           "application/xml"
62198         ], 
62199         "responses": {
62200           "default": {
62201             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62202           }
62203         }, 
62204         "summary": "delete an existing relationship", 
62205         "tags": [
62206           "Network"
62207         ]
62208       }, 
62209       "put": {
62210         "consumes": [
62211           "application/json", 
62212           "application/xml"
62213         ], 
62214         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceRelationshipListRelationship", 
62215         "parameters": [
62216           {
62217             "example": "__EQUIPMENT-NAME__", 
62218             "in": "path", 
62219             "name": "equipment-name", 
62220             "required": true, 
62221             "type": "string"
62222           }, 
62223           {
62224             "description": "Name that identifies the link aggregate interface", 
62225             "example": "__INTERFACE-NAME__", 
62226             "in": "path", 
62227             "name": "interface-name", 
62228             "required": true, 
62229             "type": "string"
62230           }, 
62231           {
62232             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPeLagInterfacesLagInterface.json)", 
62233             "in": "body", 
62234             "name": "body", 
62235             "required": true, 
62236             "schema": {
62237               "$ref": "#/definitions/relationship-dict"
62238             }
62239           }
62240         ], 
62241         "produces": [
62242           "application/json", 
62243           "application/xml"
62244         ], 
62245         "responses": {
62246           "default": {
62247             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62248           }
62249         }, 
62250         "summary": "see node definition for valid relationships", 
62251         "tags": [
62252           "Network"
62253         ]
62254       }
62255     }, 
62256     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces": {
62257       "get": {
62258         "description": "returns p-interfaces", 
62259         "operationId": "getNetworkVplsPesVplsPePInterfaces", 
62260         "parameters": [
62261           {
62262             "example": "__EQUIPMENT-NAME__", 
62263             "in": "path", 
62264             "name": "equipment-name", 
62265             "required": true, 
62266             "type": "string"
62267           }, 
62268           {
62269             "description": "n/a", 
62270             "in": "query", 
62271             "name": "interface-name", 
62272             "required": false, 
62273             "type": "string"
62274           }, 
62275           {
62276             "description": "n/a", 
62277             "in": "query", 
62278             "name": "prov-status", 
62279             "required": false, 
62280             "type": "string"
62281           }
62282         ], 
62283         "produces": [
62284           "application/json", 
62285           "application/xml"
62286         ], 
62287         "responses": {
62288           "200": {
62289             "description": "successful operation", 
62290             "schema": {
62291               "$ref": "#/definitions/p-interfaces"
62292             }
62293           }, 
62294           "default": {
62295             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62296           }
62297         }, 
62298         "summary": "returns p-interfaces", 
62299         "tags": [
62300           "Network"
62301         ]
62302       }
62303     }, 
62304     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}": {
62305       "delete": {
62306         "consumes": [
62307           "application/json", 
62308           "application/xml"
62309         ], 
62310         "description": "delete an existing p-interface", 
62311         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterface", 
62312         "parameters": [
62313           {
62314             "example": "__EQUIPMENT-NAME__", 
62315             "in": "path", 
62316             "name": "equipment-name", 
62317             "required": true, 
62318             "type": "string"
62319           }, 
62320           {
62321             "description": "Name that identifies the physical interface", 
62322             "example": "__INTERFACE-NAME__", 
62323             "in": "path", 
62324             "name": "interface-name", 
62325             "required": true, 
62326             "type": "string"
62327           }, 
62328           {
62329             "description": "resource-version for concurrency", 
62330             "in": "query", 
62331             "name": "resource-version", 
62332             "required": true, 
62333             "type": "string"
62334           }
62335         ], 
62336         "produces": [
62337           "application/json", 
62338           "application/xml"
62339         ], 
62340         "responses": {
62341           "default": {
62342             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62343           }
62344         }, 
62345         "summary": "delete an existing p-interface", 
62346         "tags": [
62347           "Network"
62348         ]
62349       }, 
62350       "get": {
62351         "description": "returns p-interface", 
62352         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterface", 
62353         "parameters": [
62354           {
62355             "example": "__EQUIPMENT-NAME__", 
62356             "in": "path", 
62357             "name": "equipment-name", 
62358             "required": true, 
62359             "type": "string"
62360           }, 
62361           {
62362             "description": "Name that identifies the physical interface", 
62363             "example": "__INTERFACE-NAME__", 
62364             "in": "path", 
62365             "name": "interface-name", 
62366             "required": true, 
62367             "type": "string"
62368           }
62369         ], 
62370         "produces": [
62371           "application/json", 
62372           "application/xml"
62373         ], 
62374         "responses": {
62375           "200": {
62376             "description": "successful operation", 
62377             "schema": {
62378               "$ref": "#/definitions/p-interface"
62379             }
62380           }, 
62381           "default": {
62382             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62383           }
62384         }, 
62385         "summary": "returns p-interface", 
62386         "tags": [
62387           "Network"
62388         ]
62389       }, 
62390       "patch": {
62391         "consumes": [
62392           "application/json"
62393         ], 
62394         "description": "Update an existing p-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
62395         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterface", 
62396         "parameters": [
62397           {
62398             "example": "__EQUIPMENT-NAME__", 
62399             "in": "path", 
62400             "name": "equipment-name", 
62401             "required": true, 
62402             "type": "string"
62403           }, 
62404           {
62405             "description": "Name that identifies the physical interface", 
62406             "example": "__INTERFACE-NAME__", 
62407             "in": "path", 
62408             "name": "interface-name", 
62409             "required": true, 
62410             "type": "string"
62411           }, 
62412           {
62413             "description": "p-interface object that needs to be updated.", 
62414             "in": "body", 
62415             "name": "body", 
62416             "required": true, 
62417             "schema": {
62418               "$ref": "#/definitions/zzzz-patch-p-interface"
62419             }
62420           }
62421         ], 
62422         "produces": [
62423           "application/json"
62424         ], 
62425         "responses": {
62426           "default": {
62427             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62428           }
62429         }, 
62430         "summary": "update an existing p-interface", 
62431         "tags": [
62432           "Network"
62433         ]
62434       }, 
62435       "put": {
62436         "consumes": [
62437           "application/json", 
62438           "application/xml"
62439         ], 
62440         "description": "Create or update an existing p-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
62441         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterface", 
62442         "parameters": [
62443           {
62444             "example": "__EQUIPMENT-NAME__", 
62445             "in": "path", 
62446             "name": "equipment-name", 
62447             "required": true, 
62448             "type": "string"
62449           }, 
62450           {
62451             "description": "Name that identifies the physical interface", 
62452             "example": "__INTERFACE-NAME__", 
62453             "in": "path", 
62454             "name": "interface-name", 
62455             "required": true, 
62456             "type": "string"
62457           }, 
62458           {
62459             "description": "p-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterface.json)", 
62460             "in": "body", 
62461             "name": "body", 
62462             "required": true, 
62463             "schema": {
62464               "$ref": "#/definitions/p-interface"
62465             }
62466           }
62467         ], 
62468         "produces": [
62469           "application/json", 
62470           "application/xml"
62471         ], 
62472         "responses": {
62473           "default": {
62474             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62475           }
62476         }, 
62477         "summary": "create or update an existing p-interface", 
62478         "tags": [
62479           "Network"
62480         ]
62481       }
62482     }, 
62483     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces": {
62484       "get": {
62485         "description": "returns l-interfaces", 
62486         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfaces", 
62487         "parameters": [
62488           {
62489             "example": "__EQUIPMENT-NAME__", 
62490             "in": "path", 
62491             "name": "equipment-name", 
62492             "required": true, 
62493             "type": "string"
62494           }, 
62495           {
62496             "description": "Name that identifies the physical interface", 
62497             "example": "__INTERFACE-NAME__", 
62498             "in": "path", 
62499             "name": "interface-name", 
62500             "required": true, 
62501             "type": "string"
62502           }, 
62503           {
62504             "description": "n/a", 
62505             "in": "query", 
62506             "name": "interface-name", 
62507             "required": false, 
62508             "type": "string"
62509           }, 
62510           {
62511             "description": "n/a", 
62512             "in": "query", 
62513             "name": "interface-id", 
62514             "required": false, 
62515             "type": "string"
62516           }, 
62517           {
62518             "description": "n/a", 
62519             "in": "query", 
62520             "name": "macaddr", 
62521             "required": false, 
62522             "type": "string"
62523           }, 
62524           {
62525             "description": "n/a", 
62526             "in": "query", 
62527             "name": "network-name", 
62528             "required": false, 
62529             "type": "string"
62530           }
62531         ], 
62532         "produces": [
62533           "application/json", 
62534           "application/xml"
62535         ], 
62536         "responses": {
62537           "200": {
62538             "description": "successful operation", 
62539             "schema": {
62540               "$ref": "#/definitions/l-interfaces"
62541             }
62542           }, 
62543           "default": {
62544             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62545           }
62546         }, 
62547         "summary": "returns l-interfaces", 
62548         "tags": [
62549           "Network"
62550         ]
62551       }
62552     }, 
62553     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
62554       "delete": {
62555         "consumes": [
62556           "application/json", 
62557           "application/xml"
62558         ], 
62559         "description": "delete an existing l-interface", 
62560         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface", 
62561         "parameters": [
62562           {
62563             "example": "__EQUIPMENT-NAME__", 
62564             "in": "path", 
62565             "name": "equipment-name", 
62566             "required": true, 
62567             "type": "string"
62568           }, 
62569           {
62570             "description": "Name that identifies the physical interface", 
62571             "example": "__INTERFACE-NAME__", 
62572             "in": "path", 
62573             "name": "interface-name", 
62574             "required": true, 
62575             "type": "string"
62576           }, 
62577           {
62578             "description": "Name given to the interface", 
62579             "example": "__INTERFACE-NAME__", 
62580             "in": "path", 
62581             "name": "l-interface.interface-name", 
62582             "required": true, 
62583             "type": "string"
62584           }, 
62585           {
62586             "description": "resource-version for concurrency", 
62587             "in": "query", 
62588             "name": "resource-version", 
62589             "required": true, 
62590             "type": "string"
62591           }
62592         ], 
62593         "produces": [
62594           "application/json", 
62595           "application/xml"
62596         ], 
62597         "responses": {
62598           "default": {
62599             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62600           }
62601         }, 
62602         "summary": "delete an existing l-interface", 
62603         "tags": [
62604           "Network"
62605         ]
62606       }, 
62607       "get": {
62608         "description": "returns l-interface", 
62609         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface", 
62610         "parameters": [
62611           {
62612             "example": "__EQUIPMENT-NAME__", 
62613             "in": "path", 
62614             "name": "equipment-name", 
62615             "required": true, 
62616             "type": "string"
62617           }, 
62618           {
62619             "description": "Name that identifies the physical interface", 
62620             "example": "__INTERFACE-NAME__", 
62621             "in": "path", 
62622             "name": "interface-name", 
62623             "required": true, 
62624             "type": "string"
62625           }, 
62626           {
62627             "description": "Name given to the interface", 
62628             "example": "__INTERFACE-NAME__", 
62629             "in": "path", 
62630             "name": "l-interface.interface-name", 
62631             "required": true, 
62632             "type": "string"
62633           }
62634         ], 
62635         "produces": [
62636           "application/json", 
62637           "application/xml"
62638         ], 
62639         "responses": {
62640           "200": {
62641             "description": "successful operation", 
62642             "schema": {
62643               "$ref": "#/definitions/l-interface"
62644             }
62645           }, 
62646           "default": {
62647             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62648           }
62649         }, 
62650         "summary": "returns l-interface", 
62651         "tags": [
62652           "Network"
62653         ]
62654       }, 
62655       "patch": {
62656         "consumes": [
62657           "application/json"
62658         ], 
62659         "description": "Update an existing l-interface\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
62660         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface", 
62661         "parameters": [
62662           {
62663             "example": "__EQUIPMENT-NAME__", 
62664             "in": "path", 
62665             "name": "equipment-name", 
62666             "required": true, 
62667             "type": "string"
62668           }, 
62669           {
62670             "description": "Name that identifies the physical interface", 
62671             "example": "__INTERFACE-NAME__", 
62672             "in": "path", 
62673             "name": "interface-name", 
62674             "required": true, 
62675             "type": "string"
62676           }, 
62677           {
62678             "description": "Name given to the interface", 
62679             "example": "__INTERFACE-NAME__", 
62680             "in": "path", 
62681             "name": "l-interface.interface-name", 
62682             "required": true, 
62683             "type": "string"
62684           }, 
62685           {
62686             "description": "l-interface object that needs to be updated.", 
62687             "in": "body", 
62688             "name": "body", 
62689             "required": true, 
62690             "schema": {
62691               "$ref": "#/definitions/zzzz-patch-l-interface"
62692             }
62693           }
62694         ], 
62695         "produces": [
62696           "application/json"
62697         ], 
62698         "responses": {
62699           "default": {
62700             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62701           }
62702         }, 
62703         "summary": "update an existing l-interface", 
62704         "tags": [
62705           "Network"
62706         ]
62707       }, 
62708       "put": {
62709         "consumes": [
62710           "application/json", 
62711           "application/xml"
62712         ], 
62713         "description": "Create or update an existing l-interface.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
62714         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface", 
62715         "parameters": [
62716           {
62717             "example": "__EQUIPMENT-NAME__", 
62718             "in": "path", 
62719             "name": "equipment-name", 
62720             "required": true, 
62721             "type": "string"
62722           }, 
62723           {
62724             "description": "Name that identifies the physical interface", 
62725             "example": "__INTERFACE-NAME__", 
62726             "in": "path", 
62727             "name": "interface-name", 
62728             "required": true, 
62729             "type": "string"
62730           }, 
62731           {
62732             "description": "Name given to the interface", 
62733             "example": "__INTERFACE-NAME__", 
62734             "in": "path", 
62735             "name": "l-interface.interface-name", 
62736             "required": true, 
62737             "type": "string"
62738           }, 
62739           {
62740             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface.json)", 
62741             "in": "body", 
62742             "name": "body", 
62743             "required": true, 
62744             "schema": {
62745               "$ref": "#/definitions/l-interface"
62746             }
62747           }
62748         ], 
62749         "produces": [
62750           "application/json", 
62751           "application/xml"
62752         ], 
62753         "responses": {
62754           "default": {
62755             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62756           }
62757         }, 
62758         "summary": "create or update an existing l-interface", 
62759         "tags": [
62760           "Network"
62761         ]
62762       }
62763     }, 
62764     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
62765       "delete": {
62766         "consumes": [
62767           "application/json", 
62768           "application/xml"
62769         ], 
62770         "description": "delete an existing l3-interface-ipv4-address-list", 
62771         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
62772         "parameters": [
62773           {
62774             "example": "__EQUIPMENT-NAME__", 
62775             "in": "path", 
62776             "name": "equipment-name", 
62777             "required": true, 
62778             "type": "string"
62779           }, 
62780           {
62781             "description": "Name that identifies the physical interface", 
62782             "example": "__INTERFACE-NAME__", 
62783             "in": "path", 
62784             "name": "interface-name", 
62785             "required": true, 
62786             "type": "string"
62787           }, 
62788           {
62789             "description": "Name given to the interface", 
62790             "example": "__INTERFACE-NAME__", 
62791             "in": "path", 
62792             "name": "l-interface.interface-name", 
62793             "required": true, 
62794             "type": "string"
62795           }, 
62796           {
62797             "description": "IP address", 
62798             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
62799             "in": "path", 
62800             "name": "l3-interface-ipv4-address", 
62801             "required": true, 
62802             "type": "string"
62803           }, 
62804           {
62805             "description": "resource-version for concurrency", 
62806             "in": "query", 
62807             "name": "resource-version", 
62808             "required": true, 
62809             "type": "string"
62810           }
62811         ], 
62812         "produces": [
62813           "application/json", 
62814           "application/xml"
62815         ], 
62816         "responses": {
62817           "default": {
62818             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62819           }
62820         }, 
62821         "summary": "delete an existing l3-interface-ipv4-address-list", 
62822         "tags": [
62823           "Network"
62824         ]
62825       }, 
62826       "get": {
62827         "description": "returns l3-interface-ipv4-address-list", 
62828         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
62829         "parameters": [
62830           {
62831             "example": "__EQUIPMENT-NAME__", 
62832             "in": "path", 
62833             "name": "equipment-name", 
62834             "required": true, 
62835             "type": "string"
62836           }, 
62837           {
62838             "description": "Name that identifies the physical interface", 
62839             "example": "__INTERFACE-NAME__", 
62840             "in": "path", 
62841             "name": "interface-name", 
62842             "required": true, 
62843             "type": "string"
62844           }, 
62845           {
62846             "description": "Name given to the interface", 
62847             "example": "__INTERFACE-NAME__", 
62848             "in": "path", 
62849             "name": "l-interface.interface-name", 
62850             "required": true, 
62851             "type": "string"
62852           }, 
62853           {
62854             "description": "IP address", 
62855             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
62856             "in": "path", 
62857             "name": "l3-interface-ipv4-address", 
62858             "required": true, 
62859             "type": "string"
62860           }
62861         ], 
62862         "produces": [
62863           "application/json", 
62864           "application/xml"
62865         ], 
62866         "responses": {
62867           "200": {
62868             "description": "successful operation", 
62869             "schema": {
62870               "$ref": "#/definitions/l3-interface-ipv4-address-list"
62871             }
62872           }, 
62873           "default": {
62874             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62875           }
62876         }, 
62877         "summary": "returns l3-interface-ipv4-address-list", 
62878         "tags": [
62879           "Network"
62880         ]
62881       }, 
62882       "patch": {
62883         "consumes": [
62884           "application/json"
62885         ], 
62886         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
62887         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
62888         "parameters": [
62889           {
62890             "example": "__EQUIPMENT-NAME__", 
62891             "in": "path", 
62892             "name": "equipment-name", 
62893             "required": true, 
62894             "type": "string"
62895           }, 
62896           {
62897             "description": "Name that identifies the physical interface", 
62898             "example": "__INTERFACE-NAME__", 
62899             "in": "path", 
62900             "name": "interface-name", 
62901             "required": true, 
62902             "type": "string"
62903           }, 
62904           {
62905             "description": "Name given to the interface", 
62906             "example": "__INTERFACE-NAME__", 
62907             "in": "path", 
62908             "name": "l-interface.interface-name", 
62909             "required": true, 
62910             "type": "string"
62911           }, 
62912           {
62913             "description": "IP address", 
62914             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
62915             "in": "path", 
62916             "name": "l3-interface-ipv4-address", 
62917             "required": true, 
62918             "type": "string"
62919           }, 
62920           {
62921             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
62922             "in": "body", 
62923             "name": "body", 
62924             "required": true, 
62925             "schema": {
62926               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
62927             }
62928           }
62929         ], 
62930         "produces": [
62931           "application/json"
62932         ], 
62933         "responses": {
62934           "default": {
62935             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62936           }
62937         }, 
62938         "summary": "update an existing l3-interface-ipv4-address-list", 
62939         "tags": [
62940           "Network"
62941         ]
62942       }, 
62943       "put": {
62944         "consumes": [
62945           "application/json", 
62946           "application/xml"
62947         ], 
62948         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
62949         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
62950         "parameters": [
62951           {
62952             "example": "__EQUIPMENT-NAME__", 
62953             "in": "path", 
62954             "name": "equipment-name", 
62955             "required": true, 
62956             "type": "string"
62957           }, 
62958           {
62959             "description": "Name that identifies the physical interface", 
62960             "example": "__INTERFACE-NAME__", 
62961             "in": "path", 
62962             "name": "interface-name", 
62963             "required": true, 
62964             "type": "string"
62965           }, 
62966           {
62967             "description": "Name given to the interface", 
62968             "example": "__INTERFACE-NAME__", 
62969             "in": "path", 
62970             "name": "l-interface.interface-name", 
62971             "required": true, 
62972             "type": "string"
62973           }, 
62974           {
62975             "description": "IP address", 
62976             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
62977             "in": "path", 
62978             "name": "l3-interface-ipv4-address", 
62979             "required": true, 
62980             "type": "string"
62981           }, 
62982           {
62983             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
62984             "in": "body", 
62985             "name": "body", 
62986             "required": true, 
62987             "schema": {
62988               "$ref": "#/definitions/l3-interface-ipv4-address-list"
62989             }
62990           }
62991         ], 
62992         "produces": [
62993           "application/json", 
62994           "application/xml"
62995         ], 
62996         "responses": {
62997           "default": {
62998             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62999           }
63000         }, 
63001         "summary": "create or update an existing l3-interface-ipv4-address-list", 
63002         "tags": [
63003           "Network"
63004         ]
63005       }
63006     }, 
63007     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
63008       "delete": {
63009         "consumes": [
63010           "application/json", 
63011           "application/xml"
63012         ], 
63013         "description": "delete an existing relationship", 
63014         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
63015         "parameters": [
63016           {
63017             "example": "__EQUIPMENT-NAME__", 
63018             "in": "path", 
63019             "name": "equipment-name", 
63020             "required": true, 
63021             "type": "string"
63022           }, 
63023           {
63024             "description": "Name that identifies the physical interface", 
63025             "example": "__INTERFACE-NAME__", 
63026             "in": "path", 
63027             "name": "interface-name", 
63028             "required": true, 
63029             "type": "string"
63030           }, 
63031           {
63032             "description": "Name given to the interface", 
63033             "example": "__INTERFACE-NAME__", 
63034             "in": "path", 
63035             "name": "l-interface.interface-name", 
63036             "required": true, 
63037             "type": "string"
63038           }, 
63039           {
63040             "description": "IP address", 
63041             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
63042             "in": "path", 
63043             "name": "l3-interface-ipv4-address", 
63044             "required": true, 
63045             "type": "string"
63046           }
63047         ], 
63048         "produces": [
63049           "application/json", 
63050           "application/xml"
63051         ], 
63052         "responses": {
63053           "default": {
63054             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63055           }
63056         }, 
63057         "summary": "delete an existing relationship", 
63058         "tags": [
63059           "Network"
63060         ]
63061       }, 
63062       "put": {
63063         "consumes": [
63064           "application/json", 
63065           "application/xml"
63066         ], 
63067         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
63068         "parameters": [
63069           {
63070             "example": "__EQUIPMENT-NAME__", 
63071             "in": "path", 
63072             "name": "equipment-name", 
63073             "required": true, 
63074             "type": "string"
63075           }, 
63076           {
63077             "description": "Name that identifies the physical interface", 
63078             "example": "__INTERFACE-NAME__", 
63079             "in": "path", 
63080             "name": "interface-name", 
63081             "required": true, 
63082             "type": "string"
63083           }, 
63084           {
63085             "description": "Name given to the interface", 
63086             "example": "__INTERFACE-NAME__", 
63087             "in": "path", 
63088             "name": "l-interface.interface-name", 
63089             "required": true, 
63090             "type": "string"
63091           }, 
63092           {
63093             "description": "IP address", 
63094             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
63095             "in": "path", 
63096             "name": "l3-interface-ipv4-address", 
63097             "required": true, 
63098             "type": "string"
63099           }, 
63100           {
63101             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
63102             "in": "body", 
63103             "name": "body", 
63104             "required": true, 
63105             "schema": {
63106               "$ref": "#/definitions/relationship-dict"
63107             }
63108           }
63109         ], 
63110         "produces": [
63111           "application/json", 
63112           "application/xml"
63113         ], 
63114         "responses": {
63115           "default": {
63116             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63117           }
63118         }, 
63119         "summary": "see node definition for valid relationships", 
63120         "tags": [
63121           "Network"
63122         ]
63123       }
63124     }, 
63125     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
63126       "delete": {
63127         "consumes": [
63128           "application/json", 
63129           "application/xml"
63130         ], 
63131         "description": "delete an existing l3-interface-ipv6-address-list", 
63132         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
63133         "parameters": [
63134           {
63135             "example": "__EQUIPMENT-NAME__", 
63136             "in": "path", 
63137             "name": "equipment-name", 
63138             "required": true, 
63139             "type": "string"
63140           }, 
63141           {
63142             "description": "Name that identifies the physical interface", 
63143             "example": "__INTERFACE-NAME__", 
63144             "in": "path", 
63145             "name": "interface-name", 
63146             "required": true, 
63147             "type": "string"
63148           }, 
63149           {
63150             "description": "Name given to the interface", 
63151             "example": "__INTERFACE-NAME__", 
63152             "in": "path", 
63153             "name": "l-interface.interface-name", 
63154             "required": true, 
63155             "type": "string"
63156           }, 
63157           {
63158             "description": "IP address", 
63159             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63160             "in": "path", 
63161             "name": "l3-interface-ipv6-address", 
63162             "required": true, 
63163             "type": "string"
63164           }, 
63165           {
63166             "description": "resource-version for concurrency", 
63167             "in": "query", 
63168             "name": "resource-version", 
63169             "required": true, 
63170             "type": "string"
63171           }
63172         ], 
63173         "produces": [
63174           "application/json", 
63175           "application/xml"
63176         ], 
63177         "responses": {
63178           "default": {
63179             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63180           }
63181         }, 
63182         "summary": "delete an existing l3-interface-ipv6-address-list", 
63183         "tags": [
63184           "Network"
63185         ]
63186       }, 
63187       "get": {
63188         "description": "returns l3-interface-ipv6-address-list", 
63189         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
63190         "parameters": [
63191           {
63192             "example": "__EQUIPMENT-NAME__", 
63193             "in": "path", 
63194             "name": "equipment-name", 
63195             "required": true, 
63196             "type": "string"
63197           }, 
63198           {
63199             "description": "Name that identifies the physical interface", 
63200             "example": "__INTERFACE-NAME__", 
63201             "in": "path", 
63202             "name": "interface-name", 
63203             "required": true, 
63204             "type": "string"
63205           }, 
63206           {
63207             "description": "Name given to the interface", 
63208             "example": "__INTERFACE-NAME__", 
63209             "in": "path", 
63210             "name": "l-interface.interface-name", 
63211             "required": true, 
63212             "type": "string"
63213           }, 
63214           {
63215             "description": "IP address", 
63216             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63217             "in": "path", 
63218             "name": "l3-interface-ipv6-address", 
63219             "required": true, 
63220             "type": "string"
63221           }
63222         ], 
63223         "produces": [
63224           "application/json", 
63225           "application/xml"
63226         ], 
63227         "responses": {
63228           "200": {
63229             "description": "successful operation", 
63230             "schema": {
63231               "$ref": "#/definitions/l3-interface-ipv6-address-list"
63232             }
63233           }, 
63234           "default": {
63235             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63236           }
63237         }, 
63238         "summary": "returns l3-interface-ipv6-address-list", 
63239         "tags": [
63240           "Network"
63241         ]
63242       }, 
63243       "patch": {
63244         "consumes": [
63245           "application/json"
63246         ], 
63247         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
63248         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
63249         "parameters": [
63250           {
63251             "example": "__EQUIPMENT-NAME__", 
63252             "in": "path", 
63253             "name": "equipment-name", 
63254             "required": true, 
63255             "type": "string"
63256           }, 
63257           {
63258             "description": "Name that identifies the physical interface", 
63259             "example": "__INTERFACE-NAME__", 
63260             "in": "path", 
63261             "name": "interface-name", 
63262             "required": true, 
63263             "type": "string"
63264           }, 
63265           {
63266             "description": "Name given to the interface", 
63267             "example": "__INTERFACE-NAME__", 
63268             "in": "path", 
63269             "name": "l-interface.interface-name", 
63270             "required": true, 
63271             "type": "string"
63272           }, 
63273           {
63274             "description": "IP address", 
63275             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63276             "in": "path", 
63277             "name": "l3-interface-ipv6-address", 
63278             "required": true, 
63279             "type": "string"
63280           }, 
63281           {
63282             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
63283             "in": "body", 
63284             "name": "body", 
63285             "required": true, 
63286             "schema": {
63287               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
63288             }
63289           }
63290         ], 
63291         "produces": [
63292           "application/json"
63293         ], 
63294         "responses": {
63295           "default": {
63296             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63297           }
63298         }, 
63299         "summary": "update an existing l3-interface-ipv6-address-list", 
63300         "tags": [
63301           "Network"
63302         ]
63303       }, 
63304       "put": {
63305         "consumes": [
63306           "application/json", 
63307           "application/xml"
63308         ], 
63309         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
63310         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
63311         "parameters": [
63312           {
63313             "example": "__EQUIPMENT-NAME__", 
63314             "in": "path", 
63315             "name": "equipment-name", 
63316             "required": true, 
63317             "type": "string"
63318           }, 
63319           {
63320             "description": "Name that identifies the physical interface", 
63321             "example": "__INTERFACE-NAME__", 
63322             "in": "path", 
63323             "name": "interface-name", 
63324             "required": true, 
63325             "type": "string"
63326           }, 
63327           {
63328             "description": "Name given to the interface", 
63329             "example": "__INTERFACE-NAME__", 
63330             "in": "path", 
63331             "name": "l-interface.interface-name", 
63332             "required": true, 
63333             "type": "string"
63334           }, 
63335           {
63336             "description": "IP address", 
63337             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63338             "in": "path", 
63339             "name": "l3-interface-ipv6-address", 
63340             "required": true, 
63341             "type": "string"
63342           }, 
63343           {
63344             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
63345             "in": "body", 
63346             "name": "body", 
63347             "required": true, 
63348             "schema": {
63349               "$ref": "#/definitions/l3-interface-ipv6-address-list"
63350             }
63351           }
63352         ], 
63353         "produces": [
63354           "application/json", 
63355           "application/xml"
63356         ], 
63357         "responses": {
63358           "default": {
63359             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63360           }
63361         }, 
63362         "summary": "create or update an existing l3-interface-ipv6-address-list", 
63363         "tags": [
63364           "Network"
63365         ]
63366       }
63367     }, 
63368     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
63369       "delete": {
63370         "consumes": [
63371           "application/json", 
63372           "application/xml"
63373         ], 
63374         "description": "delete an existing relationship", 
63375         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
63376         "parameters": [
63377           {
63378             "example": "__EQUIPMENT-NAME__", 
63379             "in": "path", 
63380             "name": "equipment-name", 
63381             "required": true, 
63382             "type": "string"
63383           }, 
63384           {
63385             "description": "Name that identifies the physical interface", 
63386             "example": "__INTERFACE-NAME__", 
63387             "in": "path", 
63388             "name": "interface-name", 
63389             "required": true, 
63390             "type": "string"
63391           }, 
63392           {
63393             "description": "Name given to the interface", 
63394             "example": "__INTERFACE-NAME__", 
63395             "in": "path", 
63396             "name": "l-interface.interface-name", 
63397             "required": true, 
63398             "type": "string"
63399           }, 
63400           {
63401             "description": "IP address", 
63402             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63403             "in": "path", 
63404             "name": "l3-interface-ipv6-address", 
63405             "required": true, 
63406             "type": "string"
63407           }
63408         ], 
63409         "produces": [
63410           "application/json", 
63411           "application/xml"
63412         ], 
63413         "responses": {
63414           "default": {
63415             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63416           }
63417         }, 
63418         "summary": "delete an existing relationship", 
63419         "tags": [
63420           "Network"
63421         ]
63422       }, 
63423       "put": {
63424         "consumes": [
63425           "application/json", 
63426           "application/xml"
63427         ], 
63428         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
63429         "parameters": [
63430           {
63431             "example": "__EQUIPMENT-NAME__", 
63432             "in": "path", 
63433             "name": "equipment-name", 
63434             "required": true, 
63435             "type": "string"
63436           }, 
63437           {
63438             "description": "Name that identifies the physical interface", 
63439             "example": "__INTERFACE-NAME__", 
63440             "in": "path", 
63441             "name": "interface-name", 
63442             "required": true, 
63443             "type": "string"
63444           }, 
63445           {
63446             "description": "Name given to the interface", 
63447             "example": "__INTERFACE-NAME__", 
63448             "in": "path", 
63449             "name": "l-interface.interface-name", 
63450             "required": true, 
63451             "type": "string"
63452           }, 
63453           {
63454             "description": "IP address", 
63455             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63456             "in": "path", 
63457             "name": "l3-interface-ipv6-address", 
63458             "required": true, 
63459             "type": "string"
63460           }, 
63461           {
63462             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
63463             "in": "body", 
63464             "name": "body", 
63465             "required": true, 
63466             "schema": {
63467               "$ref": "#/definitions/relationship-dict"
63468             }
63469           }
63470         ], 
63471         "produces": [
63472           "application/json", 
63473           "application/xml"
63474         ], 
63475         "responses": {
63476           "default": {
63477             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63478           }
63479         }, 
63480         "summary": "see node definition for valid relationships", 
63481         "tags": [
63482           "Network"
63483         ]
63484       }
63485     }, 
63486     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
63487       "delete": {
63488         "consumes": [
63489           "application/json", 
63490           "application/xml"
63491         ], 
63492         "description": "delete an existing relationship", 
63493         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
63494         "parameters": [
63495           {
63496             "example": "__EQUIPMENT-NAME__", 
63497             "in": "path", 
63498             "name": "equipment-name", 
63499             "required": true, 
63500             "type": "string"
63501           }, 
63502           {
63503             "description": "Name that identifies the physical interface", 
63504             "example": "__INTERFACE-NAME__", 
63505             "in": "path", 
63506             "name": "interface-name", 
63507             "required": true, 
63508             "type": "string"
63509           }, 
63510           {
63511             "description": "Name given to the interface", 
63512             "example": "__INTERFACE-NAME__", 
63513             "in": "path", 
63514             "name": "l-interface.interface-name", 
63515             "required": true, 
63516             "type": "string"
63517           }
63518         ], 
63519         "produces": [
63520           "application/json", 
63521           "application/xml"
63522         ], 
63523         "responses": {
63524           "default": {
63525             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63526           }
63527         }, 
63528         "summary": "delete an existing relationship", 
63529         "tags": [
63530           "Network"
63531         ]
63532       }, 
63533       "put": {
63534         "consumes": [
63535           "application/json", 
63536           "application/xml"
63537         ], 
63538         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
63539         "parameters": [
63540           {
63541             "example": "__EQUIPMENT-NAME__", 
63542             "in": "path", 
63543             "name": "equipment-name", 
63544             "required": true, 
63545             "type": "string"
63546           }, 
63547           {
63548             "description": "Name that identifies the physical interface", 
63549             "example": "__INTERFACE-NAME__", 
63550             "in": "path", 
63551             "name": "interface-name", 
63552             "required": true, 
63553             "type": "string"
63554           }, 
63555           {
63556             "description": "Name given to the interface", 
63557             "example": "__INTERFACE-NAME__", 
63558             "in": "path", 
63559             "name": "l-interface.interface-name", 
63560             "required": true, 
63561             "type": "string"
63562           }, 
63563           {
63564             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface.json)", 
63565             "in": "body", 
63566             "name": "body", 
63567             "required": true, 
63568             "schema": {
63569               "$ref": "#/definitions/relationship-dict"
63570             }
63571           }
63572         ], 
63573         "produces": [
63574           "application/json", 
63575           "application/xml"
63576         ], 
63577         "responses": {
63578           "default": {
63579             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63580           }
63581         }, 
63582         "summary": "see node definition for valid relationships", 
63583         "tags": [
63584           "Network"
63585         ]
63586       }
63587     }, 
63588     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
63589       "get": {
63590         "description": "returns sriov-vfs", 
63591         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfs", 
63592         "parameters": [
63593           {
63594             "example": "__EQUIPMENT-NAME__", 
63595             "in": "path", 
63596             "name": "equipment-name", 
63597             "required": true, 
63598             "type": "string"
63599           }, 
63600           {
63601             "description": "Name that identifies the physical interface", 
63602             "example": "__INTERFACE-NAME__", 
63603             "in": "path", 
63604             "name": "interface-name", 
63605             "required": true, 
63606             "type": "string"
63607           }, 
63608           {
63609             "description": "Name given to the interface", 
63610             "example": "__INTERFACE-NAME__", 
63611             "in": "path", 
63612             "name": "l-interface.interface-name", 
63613             "required": true, 
63614             "type": "string"
63615           }, 
63616           {
63617             "description": "n/a", 
63618             "in": "query", 
63619             "name": "pci-id", 
63620             "required": false, 
63621             "type": "string"
63622           }, 
63623           {
63624             "description": "n/a", 
63625             "in": "query", 
63626             "name": "vf-vlan-filter", 
63627             "required": false, 
63628             "type": "string"
63629           }, 
63630           {
63631             "description": "n/a", 
63632             "in": "query", 
63633             "name": "vf-mac-filter", 
63634             "required": false, 
63635             "type": "string"
63636           }, 
63637           {
63638             "description": "n/a", 
63639             "in": "query", 
63640             "name": "vf-vlan-strip", 
63641             "required": false, 
63642             "type": "boolean"
63643           }, 
63644           {
63645             "description": "n/a", 
63646             "in": "query", 
63647             "name": "neutron-network-id", 
63648             "required": false, 
63649             "type": "string"
63650           }
63651         ], 
63652         "produces": [
63653           "application/json", 
63654           "application/xml"
63655         ], 
63656         "responses": {
63657           "200": {
63658             "description": "successful operation", 
63659             "schema": {
63660               "$ref": "#/definitions/sriov-vfs"
63661             }
63662           }, 
63663           "default": {
63664             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63665           }
63666         }, 
63667         "summary": "returns sriov-vfs", 
63668         "tags": [
63669           "Network"
63670         ]
63671       }
63672     }, 
63673     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
63674       "delete": {
63675         "consumes": [
63676           "application/json", 
63677           "application/xml"
63678         ], 
63679         "description": "delete an existing sriov-vf", 
63680         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
63681         "parameters": [
63682           {
63683             "example": "__EQUIPMENT-NAME__", 
63684             "in": "path", 
63685             "name": "equipment-name", 
63686             "required": true, 
63687             "type": "string"
63688           }, 
63689           {
63690             "description": "Name that identifies the physical interface", 
63691             "example": "__INTERFACE-NAME__", 
63692             "in": "path", 
63693             "name": "interface-name", 
63694             "required": true, 
63695             "type": "string"
63696           }, 
63697           {
63698             "description": "Name given to the interface", 
63699             "example": "__INTERFACE-NAME__", 
63700             "in": "path", 
63701             "name": "l-interface.interface-name", 
63702             "required": true, 
63703             "type": "string"
63704           }, 
63705           {
63706             "description": "PCI ID used to identify the sriov-vf", 
63707             "example": "__PCI-ID__", 
63708             "in": "path", 
63709             "name": "pci-id", 
63710             "required": true, 
63711             "type": "string"
63712           }, 
63713           {
63714             "description": "resource-version for concurrency", 
63715             "in": "query", 
63716             "name": "resource-version", 
63717             "required": true, 
63718             "type": "string"
63719           }
63720         ], 
63721         "produces": [
63722           "application/json", 
63723           "application/xml"
63724         ], 
63725         "responses": {
63726           "default": {
63727             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63728           }
63729         }, 
63730         "summary": "delete an existing sriov-vf", 
63731         "tags": [
63732           "Network"
63733         ]
63734       }, 
63735       "get": {
63736         "description": "returns sriov-vf", 
63737         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
63738         "parameters": [
63739           {
63740             "example": "__EQUIPMENT-NAME__", 
63741             "in": "path", 
63742             "name": "equipment-name", 
63743             "required": true, 
63744             "type": "string"
63745           }, 
63746           {
63747             "description": "Name that identifies the physical interface", 
63748             "example": "__INTERFACE-NAME__", 
63749             "in": "path", 
63750             "name": "interface-name", 
63751             "required": true, 
63752             "type": "string"
63753           }, 
63754           {
63755             "description": "Name given to the interface", 
63756             "example": "__INTERFACE-NAME__", 
63757             "in": "path", 
63758             "name": "l-interface.interface-name", 
63759             "required": true, 
63760             "type": "string"
63761           }, 
63762           {
63763             "description": "PCI ID used to identify the sriov-vf", 
63764             "example": "__PCI-ID__", 
63765             "in": "path", 
63766             "name": "pci-id", 
63767             "required": true, 
63768             "type": "string"
63769           }
63770         ], 
63771         "produces": [
63772           "application/json", 
63773           "application/xml"
63774         ], 
63775         "responses": {
63776           "200": {
63777             "description": "successful operation", 
63778             "schema": {
63779               "$ref": "#/definitions/sriov-vf"
63780             }
63781           }, 
63782           "default": {
63783             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63784           }
63785         }, 
63786         "summary": "returns sriov-vf", 
63787         "tags": [
63788           "Network"
63789         ]
63790       }, 
63791       "patch": {
63792         "consumes": [
63793           "application/json"
63794         ], 
63795         "description": "Update an existing sriov-vf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
63796         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
63797         "parameters": [
63798           {
63799             "example": "__EQUIPMENT-NAME__", 
63800             "in": "path", 
63801             "name": "equipment-name", 
63802             "required": true, 
63803             "type": "string"
63804           }, 
63805           {
63806             "description": "Name that identifies the physical interface", 
63807             "example": "__INTERFACE-NAME__", 
63808             "in": "path", 
63809             "name": "interface-name", 
63810             "required": true, 
63811             "type": "string"
63812           }, 
63813           {
63814             "description": "Name given to the interface", 
63815             "example": "__INTERFACE-NAME__", 
63816             "in": "path", 
63817             "name": "l-interface.interface-name", 
63818             "required": true, 
63819             "type": "string"
63820           }, 
63821           {
63822             "description": "PCI ID used to identify the sriov-vf", 
63823             "example": "__PCI-ID__", 
63824             "in": "path", 
63825             "name": "pci-id", 
63826             "required": true, 
63827             "type": "string"
63828           }, 
63829           {
63830             "description": "sriov-vf object that needs to be updated.", 
63831             "in": "body", 
63832             "name": "body", 
63833             "required": true, 
63834             "schema": {
63835               "$ref": "#/definitions/zzzz-patch-sriov-vf"
63836             }
63837           }
63838         ], 
63839         "produces": [
63840           "application/json"
63841         ], 
63842         "responses": {
63843           "default": {
63844             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63845           }
63846         }, 
63847         "summary": "update an existing sriov-vf", 
63848         "tags": [
63849           "Network"
63850         ]
63851       }, 
63852       "put": {
63853         "consumes": [
63854           "application/json", 
63855           "application/xml"
63856         ], 
63857         "description": "Create or update an existing sriov-vf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
63858         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
63859         "parameters": [
63860           {
63861             "example": "__EQUIPMENT-NAME__", 
63862             "in": "path", 
63863             "name": "equipment-name", 
63864             "required": true, 
63865             "type": "string"
63866           }, 
63867           {
63868             "description": "Name that identifies the physical interface", 
63869             "example": "__INTERFACE-NAME__", 
63870             "in": "path", 
63871             "name": "interface-name", 
63872             "required": true, 
63873             "type": "string"
63874           }, 
63875           {
63876             "description": "Name given to the interface", 
63877             "example": "__INTERFACE-NAME__", 
63878             "in": "path", 
63879             "name": "l-interface.interface-name", 
63880             "required": true, 
63881             "type": "string"
63882           }, 
63883           {
63884             "description": "PCI ID used to identify the sriov-vf", 
63885             "example": "__PCI-ID__", 
63886             "in": "path", 
63887             "name": "pci-id", 
63888             "required": true, 
63889             "type": "string"
63890           }, 
63891           {
63892             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
63893             "in": "body", 
63894             "name": "body", 
63895             "required": true, 
63896             "schema": {
63897               "$ref": "#/definitions/sriov-vf"
63898             }
63899           }
63900         ], 
63901         "produces": [
63902           "application/json", 
63903           "application/xml"
63904         ], 
63905         "responses": {
63906           "default": {
63907             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63908           }
63909         }, 
63910         "summary": "create or update an existing sriov-vf", 
63911         "tags": [
63912           "Network"
63913         ]
63914       }
63915     }, 
63916     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
63917       "delete": {
63918         "consumes": [
63919           "application/json", 
63920           "application/xml"
63921         ], 
63922         "description": "delete an existing relationship", 
63923         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
63924         "parameters": [
63925           {
63926             "example": "__EQUIPMENT-NAME__", 
63927             "in": "path", 
63928             "name": "equipment-name", 
63929             "required": true, 
63930             "type": "string"
63931           }, 
63932           {
63933             "description": "Name that identifies the physical interface", 
63934             "example": "__INTERFACE-NAME__", 
63935             "in": "path", 
63936             "name": "interface-name", 
63937             "required": true, 
63938             "type": "string"
63939           }, 
63940           {
63941             "description": "Name given to the interface", 
63942             "example": "__INTERFACE-NAME__", 
63943             "in": "path", 
63944             "name": "l-interface.interface-name", 
63945             "required": true, 
63946             "type": "string"
63947           }, 
63948           {
63949             "description": "PCI ID used to identify the sriov-vf", 
63950             "example": "__PCI-ID__", 
63951             "in": "path", 
63952             "name": "pci-id", 
63953             "required": true, 
63954             "type": "string"
63955           }
63956         ], 
63957         "produces": [
63958           "application/json", 
63959           "application/xml"
63960         ], 
63961         "responses": {
63962           "default": {
63963             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63964           }
63965         }, 
63966         "summary": "delete an existing relationship", 
63967         "tags": [
63968           "Network"
63969         ]
63970       }, 
63971       "put": {
63972         "consumes": [
63973           "application/json", 
63974           "application/xml"
63975         ], 
63976         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
63977         "parameters": [
63978           {
63979             "example": "__EQUIPMENT-NAME__", 
63980             "in": "path", 
63981             "name": "equipment-name", 
63982             "required": true, 
63983             "type": "string"
63984           }, 
63985           {
63986             "description": "Name that identifies the physical interface", 
63987             "example": "__INTERFACE-NAME__", 
63988             "in": "path", 
63989             "name": "interface-name", 
63990             "required": true, 
63991             "type": "string"
63992           }, 
63993           {
63994             "description": "Name given to the interface", 
63995             "example": "__INTERFACE-NAME__", 
63996             "in": "path", 
63997             "name": "l-interface.interface-name", 
63998             "required": true, 
63999             "type": "string"
64000           }, 
64001           {
64002             "description": "PCI ID used to identify the sriov-vf", 
64003             "example": "__PCI-ID__", 
64004             "in": "path", 
64005             "name": "pci-id", 
64006             "required": true, 
64007             "type": "string"
64008           }, 
64009           {
64010             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
64011             "in": "body", 
64012             "name": "body", 
64013             "required": true, 
64014             "schema": {
64015               "$ref": "#/definitions/relationship-dict"
64016             }
64017           }
64018         ], 
64019         "produces": [
64020           "application/json", 
64021           "application/xml"
64022         ], 
64023         "responses": {
64024           "default": {
64025             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64026           }
64027         }, 
64028         "summary": "see node definition for valid relationships", 
64029         "tags": [
64030           "Network"
64031         ]
64032       }
64033     }, 
64034     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
64035       "get": {
64036         "description": "returns vlans", 
64037         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlans", 
64038         "parameters": [
64039           {
64040             "example": "__EQUIPMENT-NAME__", 
64041             "in": "path", 
64042             "name": "equipment-name", 
64043             "required": true, 
64044             "type": "string"
64045           }, 
64046           {
64047             "description": "Name that identifies the physical interface", 
64048             "example": "__INTERFACE-NAME__", 
64049             "in": "path", 
64050             "name": "interface-name", 
64051             "required": true, 
64052             "type": "string"
64053           }, 
64054           {
64055             "description": "Name given to the interface", 
64056             "example": "__INTERFACE-NAME__", 
64057             "in": "path", 
64058             "name": "l-interface.interface-name", 
64059             "required": true, 
64060             "type": "string"
64061           }, 
64062           {
64063             "description": "n/a", 
64064             "in": "query", 
64065             "name": "vlan-interface", 
64066             "required": false, 
64067             "type": "string"
64068           }, 
64069           {
64070             "description": "n/a", 
64071             "format": "int64", 
64072             "in": "query", 
64073             "name": "vlan-id-inner", 
64074             "required": false, 
64075             "type": "integer"
64076           }, 
64077           {
64078             "description": "n/a", 
64079             "in": "query", 
64080             "name": "vpn-key", 
64081             "required": false, 
64082             "type": "string"
64083           }
64084         ], 
64085         "produces": [
64086           "application/json", 
64087           "application/xml"
64088         ], 
64089         "responses": {
64090           "200": {
64091             "description": "successful operation", 
64092             "schema": {
64093               "$ref": "#/definitions/vlans"
64094             }
64095           }, 
64096           "default": {
64097             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64098           }
64099         }, 
64100         "summary": "returns vlans", 
64101         "tags": [
64102           "Network"
64103         ]
64104       }
64105     }, 
64106     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
64107       "delete": {
64108         "consumes": [
64109           "application/json", 
64110           "application/xml"
64111         ], 
64112         "description": "delete an existing vlan", 
64113         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
64114         "parameters": [
64115           {
64116             "example": "__EQUIPMENT-NAME__", 
64117             "in": "path", 
64118             "name": "equipment-name", 
64119             "required": true, 
64120             "type": "string"
64121           }, 
64122           {
64123             "description": "Name that identifies the physical interface", 
64124             "example": "__INTERFACE-NAME__", 
64125             "in": "path", 
64126             "name": "interface-name", 
64127             "required": true, 
64128             "type": "string"
64129           }, 
64130           {
64131             "description": "Name given to the interface", 
64132             "example": "__INTERFACE-NAME__", 
64133             "in": "path", 
64134             "name": "l-interface.interface-name", 
64135             "required": true, 
64136             "type": "string"
64137           }, 
64138           {
64139             "description": "String that identifies the interface", 
64140             "example": "__VLAN-INTERFACE__", 
64141             "in": "path", 
64142             "name": "vlan-interface", 
64143             "required": true, 
64144             "type": "string"
64145           }, 
64146           {
64147             "description": "resource-version for concurrency", 
64148             "in": "query", 
64149             "name": "resource-version", 
64150             "required": true, 
64151             "type": "string"
64152           }
64153         ], 
64154         "produces": [
64155           "application/json", 
64156           "application/xml"
64157         ], 
64158         "responses": {
64159           "default": {
64160             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64161           }
64162         }, 
64163         "summary": "delete an existing vlan", 
64164         "tags": [
64165           "Network"
64166         ]
64167       }, 
64168       "get": {
64169         "description": "returns vlan", 
64170         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
64171         "parameters": [
64172           {
64173             "example": "__EQUIPMENT-NAME__", 
64174             "in": "path", 
64175             "name": "equipment-name", 
64176             "required": true, 
64177             "type": "string"
64178           }, 
64179           {
64180             "description": "Name that identifies the physical interface", 
64181             "example": "__INTERFACE-NAME__", 
64182             "in": "path", 
64183             "name": "interface-name", 
64184             "required": true, 
64185             "type": "string"
64186           }, 
64187           {
64188             "description": "Name given to the interface", 
64189             "example": "__INTERFACE-NAME__", 
64190             "in": "path", 
64191             "name": "l-interface.interface-name", 
64192             "required": true, 
64193             "type": "string"
64194           }, 
64195           {
64196             "description": "String that identifies the interface", 
64197             "example": "__VLAN-INTERFACE__", 
64198             "in": "path", 
64199             "name": "vlan-interface", 
64200             "required": true, 
64201             "type": "string"
64202           }
64203         ], 
64204         "produces": [
64205           "application/json", 
64206           "application/xml"
64207         ], 
64208         "responses": {
64209           "200": {
64210             "description": "successful operation", 
64211             "schema": {
64212               "$ref": "#/definitions/vlan"
64213             }
64214           }, 
64215           "default": {
64216             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64217           }
64218         }, 
64219         "summary": "returns vlan", 
64220         "tags": [
64221           "Network"
64222         ]
64223       }, 
64224       "patch": {
64225         "consumes": [
64226           "application/json"
64227         ], 
64228         "description": "Update an existing vlan\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
64229         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
64230         "parameters": [
64231           {
64232             "example": "__EQUIPMENT-NAME__", 
64233             "in": "path", 
64234             "name": "equipment-name", 
64235             "required": true, 
64236             "type": "string"
64237           }, 
64238           {
64239             "description": "Name that identifies the physical interface", 
64240             "example": "__INTERFACE-NAME__", 
64241             "in": "path", 
64242             "name": "interface-name", 
64243             "required": true, 
64244             "type": "string"
64245           }, 
64246           {
64247             "description": "Name given to the interface", 
64248             "example": "__INTERFACE-NAME__", 
64249             "in": "path", 
64250             "name": "l-interface.interface-name", 
64251             "required": true, 
64252             "type": "string"
64253           }, 
64254           {
64255             "description": "String that identifies the interface", 
64256             "example": "__VLAN-INTERFACE__", 
64257             "in": "path", 
64258             "name": "vlan-interface", 
64259             "required": true, 
64260             "type": "string"
64261           }, 
64262           {
64263             "description": "vlan object that needs to be updated.", 
64264             "in": "body", 
64265             "name": "body", 
64266             "required": true, 
64267             "schema": {
64268               "$ref": "#/definitions/zzzz-patch-vlan"
64269             }
64270           }
64271         ], 
64272         "produces": [
64273           "application/json"
64274         ], 
64275         "responses": {
64276           "default": {
64277             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64278           }
64279         }, 
64280         "summary": "update an existing vlan", 
64281         "tags": [
64282           "Network"
64283         ]
64284       }, 
64285       "put": {
64286         "consumes": [
64287           "application/json", 
64288           "application/xml"
64289         ], 
64290         "description": "Create or update an existing vlan.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
64291         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
64292         "parameters": [
64293           {
64294             "example": "__EQUIPMENT-NAME__", 
64295             "in": "path", 
64296             "name": "equipment-name", 
64297             "required": true, 
64298             "type": "string"
64299           }, 
64300           {
64301             "description": "Name that identifies the physical interface", 
64302             "example": "__INTERFACE-NAME__", 
64303             "in": "path", 
64304             "name": "interface-name", 
64305             "required": true, 
64306             "type": "string"
64307           }, 
64308           {
64309             "description": "Name given to the interface", 
64310             "example": "__INTERFACE-NAME__", 
64311             "in": "path", 
64312             "name": "l-interface.interface-name", 
64313             "required": true, 
64314             "type": "string"
64315           }, 
64316           {
64317             "description": "String that identifies the interface", 
64318             "example": "__VLAN-INTERFACE__", 
64319             "in": "path", 
64320             "name": "vlan-interface", 
64321             "required": true, 
64322             "type": "string"
64323           }, 
64324           {
64325             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
64326             "in": "body", 
64327             "name": "body", 
64328             "required": true, 
64329             "schema": {
64330               "$ref": "#/definitions/vlan"
64331             }
64332           }
64333         ], 
64334         "produces": [
64335           "application/json", 
64336           "application/xml"
64337         ], 
64338         "responses": {
64339           "default": {
64340             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64341           }
64342         }, 
64343         "summary": "create or update an existing vlan", 
64344         "tags": [
64345           "Network"
64346         ]
64347       }
64348     }, 
64349     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
64350       "delete": {
64351         "consumes": [
64352           "application/json", 
64353           "application/xml"
64354         ], 
64355         "description": "delete an existing l3-interface-ipv4-address-list", 
64356         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
64357         "parameters": [
64358           {
64359             "example": "__EQUIPMENT-NAME__", 
64360             "in": "path", 
64361             "name": "equipment-name", 
64362             "required": true, 
64363             "type": "string"
64364           }, 
64365           {
64366             "description": "Name that identifies the physical interface", 
64367             "example": "__INTERFACE-NAME__", 
64368             "in": "path", 
64369             "name": "interface-name", 
64370             "required": true, 
64371             "type": "string"
64372           }, 
64373           {
64374             "description": "Name given to the interface", 
64375             "example": "__INTERFACE-NAME__", 
64376             "in": "path", 
64377             "name": "l-interface.interface-name", 
64378             "required": true, 
64379             "type": "string"
64380           }, 
64381           {
64382             "description": "String that identifies the interface", 
64383             "example": "__VLAN-INTERFACE__", 
64384             "in": "path", 
64385             "name": "vlan-interface", 
64386             "required": true, 
64387             "type": "string"
64388           }, 
64389           {
64390             "description": "IP address", 
64391             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
64392             "in": "path", 
64393             "name": "l3-interface-ipv4-address", 
64394             "required": true, 
64395             "type": "string"
64396           }, 
64397           {
64398             "description": "resource-version for concurrency", 
64399             "in": "query", 
64400             "name": "resource-version", 
64401             "required": true, 
64402             "type": "string"
64403           }
64404         ], 
64405         "produces": [
64406           "application/json", 
64407           "application/xml"
64408         ], 
64409         "responses": {
64410           "default": {
64411             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64412           }
64413         }, 
64414         "summary": "delete an existing l3-interface-ipv4-address-list", 
64415         "tags": [
64416           "Network"
64417         ]
64418       }, 
64419       "get": {
64420         "description": "returns l3-interface-ipv4-address-list", 
64421         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
64422         "parameters": [
64423           {
64424             "example": "__EQUIPMENT-NAME__", 
64425             "in": "path", 
64426             "name": "equipment-name", 
64427             "required": true, 
64428             "type": "string"
64429           }, 
64430           {
64431             "description": "Name that identifies the physical interface", 
64432             "example": "__INTERFACE-NAME__", 
64433             "in": "path", 
64434             "name": "interface-name", 
64435             "required": true, 
64436             "type": "string"
64437           }, 
64438           {
64439             "description": "Name given to the interface", 
64440             "example": "__INTERFACE-NAME__", 
64441             "in": "path", 
64442             "name": "l-interface.interface-name", 
64443             "required": true, 
64444             "type": "string"
64445           }, 
64446           {
64447             "description": "String that identifies the interface", 
64448             "example": "__VLAN-INTERFACE__", 
64449             "in": "path", 
64450             "name": "vlan-interface", 
64451             "required": true, 
64452             "type": "string"
64453           }, 
64454           {
64455             "description": "IP address", 
64456             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
64457             "in": "path", 
64458             "name": "l3-interface-ipv4-address", 
64459             "required": true, 
64460             "type": "string"
64461           }
64462         ], 
64463         "produces": [
64464           "application/json", 
64465           "application/xml"
64466         ], 
64467         "responses": {
64468           "200": {
64469             "description": "successful operation", 
64470             "schema": {
64471               "$ref": "#/definitions/l3-interface-ipv4-address-list"
64472             }
64473           }, 
64474           "default": {
64475             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64476           }
64477         }, 
64478         "summary": "returns l3-interface-ipv4-address-list", 
64479         "tags": [
64480           "Network"
64481         ]
64482       }, 
64483       "patch": {
64484         "consumes": [
64485           "application/json"
64486         ], 
64487         "description": "Update an existing l3-interface-ipv4-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
64488         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
64489         "parameters": [
64490           {
64491             "example": "__EQUIPMENT-NAME__", 
64492             "in": "path", 
64493             "name": "equipment-name", 
64494             "required": true, 
64495             "type": "string"
64496           }, 
64497           {
64498             "description": "Name that identifies the physical interface", 
64499             "example": "__INTERFACE-NAME__", 
64500             "in": "path", 
64501             "name": "interface-name", 
64502             "required": true, 
64503             "type": "string"
64504           }, 
64505           {
64506             "description": "Name given to the interface", 
64507             "example": "__INTERFACE-NAME__", 
64508             "in": "path", 
64509             "name": "l-interface.interface-name", 
64510             "required": true, 
64511             "type": "string"
64512           }, 
64513           {
64514             "description": "String that identifies the interface", 
64515             "example": "__VLAN-INTERFACE__", 
64516             "in": "path", 
64517             "name": "vlan-interface", 
64518             "required": true, 
64519             "type": "string"
64520           }, 
64521           {
64522             "description": "IP address", 
64523             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
64524             "in": "path", 
64525             "name": "l3-interface-ipv4-address", 
64526             "required": true, 
64527             "type": "string"
64528           }, 
64529           {
64530             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
64531             "in": "body", 
64532             "name": "body", 
64533             "required": true, 
64534             "schema": {
64535               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
64536             }
64537           }
64538         ], 
64539         "produces": [
64540           "application/json"
64541         ], 
64542         "responses": {
64543           "default": {
64544             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64545           }
64546         }, 
64547         "summary": "update an existing l3-interface-ipv4-address-list", 
64548         "tags": [
64549           "Network"
64550         ]
64551       }, 
64552       "put": {
64553         "consumes": [
64554           "application/json", 
64555           "application/xml"
64556         ], 
64557         "description": "Create or update an existing l3-interface-ipv4-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
64558         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
64559         "parameters": [
64560           {
64561             "example": "__EQUIPMENT-NAME__", 
64562             "in": "path", 
64563             "name": "equipment-name", 
64564             "required": true, 
64565             "type": "string"
64566           }, 
64567           {
64568             "description": "Name that identifies the physical interface", 
64569             "example": "__INTERFACE-NAME__", 
64570             "in": "path", 
64571             "name": "interface-name", 
64572             "required": true, 
64573             "type": "string"
64574           }, 
64575           {
64576             "description": "Name given to the interface", 
64577             "example": "__INTERFACE-NAME__", 
64578             "in": "path", 
64579             "name": "l-interface.interface-name", 
64580             "required": true, 
64581             "type": "string"
64582           }, 
64583           {
64584             "description": "String that identifies the interface", 
64585             "example": "__VLAN-INTERFACE__", 
64586             "in": "path", 
64587             "name": "vlan-interface", 
64588             "required": true, 
64589             "type": "string"
64590           }, 
64591           {
64592             "description": "IP address", 
64593             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
64594             "in": "path", 
64595             "name": "l3-interface-ipv4-address", 
64596             "required": true, 
64597             "type": "string"
64598           }, 
64599           {
64600             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
64601             "in": "body", 
64602             "name": "body", 
64603             "required": true, 
64604             "schema": {
64605               "$ref": "#/definitions/l3-interface-ipv4-address-list"
64606             }
64607           }
64608         ], 
64609         "produces": [
64610           "application/json", 
64611           "application/xml"
64612         ], 
64613         "responses": {
64614           "default": {
64615             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64616           }
64617         }, 
64618         "summary": "create or update an existing l3-interface-ipv4-address-list", 
64619         "tags": [
64620           "Network"
64621         ]
64622       }
64623     }, 
64624     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
64625       "delete": {
64626         "consumes": [
64627           "application/json", 
64628           "application/xml"
64629         ], 
64630         "description": "delete an existing relationship", 
64631         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
64632         "parameters": [
64633           {
64634             "example": "__EQUIPMENT-NAME__", 
64635             "in": "path", 
64636             "name": "equipment-name", 
64637             "required": true, 
64638             "type": "string"
64639           }, 
64640           {
64641             "description": "Name that identifies the physical interface", 
64642             "example": "__INTERFACE-NAME__", 
64643             "in": "path", 
64644             "name": "interface-name", 
64645             "required": true, 
64646             "type": "string"
64647           }, 
64648           {
64649             "description": "Name given to the interface", 
64650             "example": "__INTERFACE-NAME__", 
64651             "in": "path", 
64652             "name": "l-interface.interface-name", 
64653             "required": true, 
64654             "type": "string"
64655           }, 
64656           {
64657             "description": "String that identifies the interface", 
64658             "example": "__VLAN-INTERFACE__", 
64659             "in": "path", 
64660             "name": "vlan-interface", 
64661             "required": true, 
64662             "type": "string"
64663           }, 
64664           {
64665             "description": "IP address", 
64666             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
64667             "in": "path", 
64668             "name": "l3-interface-ipv4-address", 
64669             "required": true, 
64670             "type": "string"
64671           }
64672         ], 
64673         "produces": [
64674           "application/json", 
64675           "application/xml"
64676         ], 
64677         "responses": {
64678           "default": {
64679             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64680           }
64681         }, 
64682         "summary": "delete an existing relationship", 
64683         "tags": [
64684           "Network"
64685         ]
64686       }, 
64687       "put": {
64688         "consumes": [
64689           "application/json", 
64690           "application/xml"
64691         ], 
64692         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
64693         "parameters": [
64694           {
64695             "example": "__EQUIPMENT-NAME__", 
64696             "in": "path", 
64697             "name": "equipment-name", 
64698             "required": true, 
64699             "type": "string"
64700           }, 
64701           {
64702             "description": "Name that identifies the physical interface", 
64703             "example": "__INTERFACE-NAME__", 
64704             "in": "path", 
64705             "name": "interface-name", 
64706             "required": true, 
64707             "type": "string"
64708           }, 
64709           {
64710             "description": "Name given to the interface", 
64711             "example": "__INTERFACE-NAME__", 
64712             "in": "path", 
64713             "name": "l-interface.interface-name", 
64714             "required": true, 
64715             "type": "string"
64716           }, 
64717           {
64718             "description": "String that identifies the interface", 
64719             "example": "__VLAN-INTERFACE__", 
64720             "in": "path", 
64721             "name": "vlan-interface", 
64722             "required": true, 
64723             "type": "string"
64724           }, 
64725           {
64726             "description": "IP address", 
64727             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
64728             "in": "path", 
64729             "name": "l3-interface-ipv4-address", 
64730             "required": true, 
64731             "type": "string"
64732           }, 
64733           {
64734             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
64735             "in": "body", 
64736             "name": "body", 
64737             "required": true, 
64738             "schema": {
64739               "$ref": "#/definitions/relationship-dict"
64740             }
64741           }
64742         ], 
64743         "produces": [
64744           "application/json", 
64745           "application/xml"
64746         ], 
64747         "responses": {
64748           "default": {
64749             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64750           }
64751         }, 
64752         "summary": "see node definition for valid relationships", 
64753         "tags": [
64754           "Network"
64755         ]
64756       }
64757     }, 
64758     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
64759       "delete": {
64760         "consumes": [
64761           "application/json", 
64762           "application/xml"
64763         ], 
64764         "description": "delete an existing l3-interface-ipv6-address-list", 
64765         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
64766         "parameters": [
64767           {
64768             "example": "__EQUIPMENT-NAME__", 
64769             "in": "path", 
64770             "name": "equipment-name", 
64771             "required": true, 
64772             "type": "string"
64773           }, 
64774           {
64775             "description": "Name that identifies the physical interface", 
64776             "example": "__INTERFACE-NAME__", 
64777             "in": "path", 
64778             "name": "interface-name", 
64779             "required": true, 
64780             "type": "string"
64781           }, 
64782           {
64783             "description": "Name given to the interface", 
64784             "example": "__INTERFACE-NAME__", 
64785             "in": "path", 
64786             "name": "l-interface.interface-name", 
64787             "required": true, 
64788             "type": "string"
64789           }, 
64790           {
64791             "description": "String that identifies the interface", 
64792             "example": "__VLAN-INTERFACE__", 
64793             "in": "path", 
64794             "name": "vlan-interface", 
64795             "required": true, 
64796             "type": "string"
64797           }, 
64798           {
64799             "description": "IP address", 
64800             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
64801             "in": "path", 
64802             "name": "l3-interface-ipv6-address", 
64803             "required": true, 
64804             "type": "string"
64805           }, 
64806           {
64807             "description": "resource-version for concurrency", 
64808             "in": "query", 
64809             "name": "resource-version", 
64810             "required": true, 
64811             "type": "string"
64812           }
64813         ], 
64814         "produces": [
64815           "application/json", 
64816           "application/xml"
64817         ], 
64818         "responses": {
64819           "default": {
64820             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64821           }
64822         }, 
64823         "summary": "delete an existing l3-interface-ipv6-address-list", 
64824         "tags": [
64825           "Network"
64826         ]
64827       }, 
64828       "get": {
64829         "description": "returns l3-interface-ipv6-address-list", 
64830         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
64831         "parameters": [
64832           {
64833             "example": "__EQUIPMENT-NAME__", 
64834             "in": "path", 
64835             "name": "equipment-name", 
64836             "required": true, 
64837             "type": "string"
64838           }, 
64839           {
64840             "description": "Name that identifies the physical interface", 
64841             "example": "__INTERFACE-NAME__", 
64842             "in": "path", 
64843             "name": "interface-name", 
64844             "required": true, 
64845             "type": "string"
64846           }, 
64847           {
64848             "description": "Name given to the interface", 
64849             "example": "__INTERFACE-NAME__", 
64850             "in": "path", 
64851             "name": "l-interface.interface-name", 
64852             "required": true, 
64853             "type": "string"
64854           }, 
64855           {
64856             "description": "String that identifies the interface", 
64857             "example": "__VLAN-INTERFACE__", 
64858             "in": "path", 
64859             "name": "vlan-interface", 
64860             "required": true, 
64861             "type": "string"
64862           }, 
64863           {
64864             "description": "IP address", 
64865             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
64866             "in": "path", 
64867             "name": "l3-interface-ipv6-address", 
64868             "required": true, 
64869             "type": "string"
64870           }
64871         ], 
64872         "produces": [
64873           "application/json", 
64874           "application/xml"
64875         ], 
64876         "responses": {
64877           "200": {
64878             "description": "successful operation", 
64879             "schema": {
64880               "$ref": "#/definitions/l3-interface-ipv6-address-list"
64881             }
64882           }, 
64883           "default": {
64884             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64885           }
64886         }, 
64887         "summary": "returns l3-interface-ipv6-address-list", 
64888         "tags": [
64889           "Network"
64890         ]
64891       }, 
64892       "patch": {
64893         "consumes": [
64894           "application/json"
64895         ], 
64896         "description": "Update an existing l3-interface-ipv6-address-list\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
64897         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
64898         "parameters": [
64899           {
64900             "example": "__EQUIPMENT-NAME__", 
64901             "in": "path", 
64902             "name": "equipment-name", 
64903             "required": true, 
64904             "type": "string"
64905           }, 
64906           {
64907             "description": "Name that identifies the physical interface", 
64908             "example": "__INTERFACE-NAME__", 
64909             "in": "path", 
64910             "name": "interface-name", 
64911             "required": true, 
64912             "type": "string"
64913           }, 
64914           {
64915             "description": "Name given to the interface", 
64916             "example": "__INTERFACE-NAME__", 
64917             "in": "path", 
64918             "name": "l-interface.interface-name", 
64919             "required": true, 
64920             "type": "string"
64921           }, 
64922           {
64923             "description": "String that identifies the interface", 
64924             "example": "__VLAN-INTERFACE__", 
64925             "in": "path", 
64926             "name": "vlan-interface", 
64927             "required": true, 
64928             "type": "string"
64929           }, 
64930           {
64931             "description": "IP address", 
64932             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
64933             "in": "path", 
64934             "name": "l3-interface-ipv6-address", 
64935             "required": true, 
64936             "type": "string"
64937           }, 
64938           {
64939             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
64940             "in": "body", 
64941             "name": "body", 
64942             "required": true, 
64943             "schema": {
64944               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
64945             }
64946           }
64947         ], 
64948         "produces": [
64949           "application/json"
64950         ], 
64951         "responses": {
64952           "default": {
64953             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64954           }
64955         }, 
64956         "summary": "update an existing l3-interface-ipv6-address-list", 
64957         "tags": [
64958           "Network"
64959         ]
64960       }, 
64961       "put": {
64962         "consumes": [
64963           "application/json", 
64964           "application/xml"
64965         ], 
64966         "description": "Create or update an existing l3-interface-ipv6-address-list.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
64967         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
64968         "parameters": [
64969           {
64970             "example": "__EQUIPMENT-NAME__", 
64971             "in": "path", 
64972             "name": "equipment-name", 
64973             "required": true, 
64974             "type": "string"
64975           }, 
64976           {
64977             "description": "Name that identifies the physical interface", 
64978             "example": "__INTERFACE-NAME__", 
64979             "in": "path", 
64980             "name": "interface-name", 
64981             "required": true, 
64982             "type": "string"
64983           }, 
64984           {
64985             "description": "Name given to the interface", 
64986             "example": "__INTERFACE-NAME__", 
64987             "in": "path", 
64988             "name": "l-interface.interface-name", 
64989             "required": true, 
64990             "type": "string"
64991           }, 
64992           {
64993             "description": "String that identifies the interface", 
64994             "example": "__VLAN-INTERFACE__", 
64995             "in": "path", 
64996             "name": "vlan-interface", 
64997             "required": true, 
64998             "type": "string"
64999           }, 
65000           {
65001             "description": "IP address", 
65002             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
65003             "in": "path", 
65004             "name": "l3-interface-ipv6-address", 
65005             "required": true, 
65006             "type": "string"
65007           }, 
65008           {
65009             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
65010             "in": "body", 
65011             "name": "body", 
65012             "required": true, 
65013             "schema": {
65014               "$ref": "#/definitions/l3-interface-ipv6-address-list"
65015             }
65016           }
65017         ], 
65018         "produces": [
65019           "application/json", 
65020           "application/xml"
65021         ], 
65022         "responses": {
65023           "default": {
65024             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65025           }
65026         }, 
65027         "summary": "create or update an existing l3-interface-ipv6-address-list", 
65028         "tags": [
65029           "Network"
65030         ]
65031       }
65032     }, 
65033     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
65034       "delete": {
65035         "consumes": [
65036           "application/json", 
65037           "application/xml"
65038         ], 
65039         "description": "delete an existing relationship", 
65040         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
65041         "parameters": [
65042           {
65043             "example": "__EQUIPMENT-NAME__", 
65044             "in": "path", 
65045             "name": "equipment-name", 
65046             "required": true, 
65047             "type": "string"
65048           }, 
65049           {
65050             "description": "Name that identifies the physical interface", 
65051             "example": "__INTERFACE-NAME__", 
65052             "in": "path", 
65053             "name": "interface-name", 
65054             "required": true, 
65055             "type": "string"
65056           }, 
65057           {
65058             "description": "Name given to the interface", 
65059             "example": "__INTERFACE-NAME__", 
65060             "in": "path", 
65061             "name": "l-interface.interface-name", 
65062             "required": true, 
65063             "type": "string"
65064           }, 
65065           {
65066             "description": "String that identifies the interface", 
65067             "example": "__VLAN-INTERFACE__", 
65068             "in": "path", 
65069             "name": "vlan-interface", 
65070             "required": true, 
65071             "type": "string"
65072           }, 
65073           {
65074             "description": "IP address", 
65075             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
65076             "in": "path", 
65077             "name": "l3-interface-ipv6-address", 
65078             "required": true, 
65079             "type": "string"
65080           }
65081         ], 
65082         "produces": [
65083           "application/json", 
65084           "application/xml"
65085         ], 
65086         "responses": {
65087           "default": {
65088             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65089           }
65090         }, 
65091         "summary": "delete an existing relationship", 
65092         "tags": [
65093           "Network"
65094         ]
65095       }, 
65096       "put": {
65097         "consumes": [
65098           "application/json", 
65099           "application/xml"
65100         ], 
65101         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
65102         "parameters": [
65103           {
65104             "example": "__EQUIPMENT-NAME__", 
65105             "in": "path", 
65106             "name": "equipment-name", 
65107             "required": true, 
65108             "type": "string"
65109           }, 
65110           {
65111             "description": "Name that identifies the physical interface", 
65112             "example": "__INTERFACE-NAME__", 
65113             "in": "path", 
65114             "name": "interface-name", 
65115             "required": true, 
65116             "type": "string"
65117           }, 
65118           {
65119             "description": "Name given to the interface", 
65120             "example": "__INTERFACE-NAME__", 
65121             "in": "path", 
65122             "name": "l-interface.interface-name", 
65123             "required": true, 
65124             "type": "string"
65125           }, 
65126           {
65127             "description": "String that identifies the interface", 
65128             "example": "__VLAN-INTERFACE__", 
65129             "in": "path", 
65130             "name": "vlan-interface", 
65131             "required": true, 
65132             "type": "string"
65133           }, 
65134           {
65135             "description": "IP address", 
65136             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
65137             "in": "path", 
65138             "name": "l3-interface-ipv6-address", 
65139             "required": true, 
65140             "type": "string"
65141           }, 
65142           {
65143             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
65144             "in": "body", 
65145             "name": "body", 
65146             "required": true, 
65147             "schema": {
65148               "$ref": "#/definitions/relationship-dict"
65149             }
65150           }
65151         ], 
65152         "produces": [
65153           "application/json", 
65154           "application/xml"
65155         ], 
65156         "responses": {
65157           "default": {
65158             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65159           }
65160         }, 
65161         "summary": "see node definition for valid relationships", 
65162         "tags": [
65163           "Network"
65164         ]
65165       }
65166     }, 
65167     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
65168       "delete": {
65169         "consumes": [
65170           "application/json", 
65171           "application/xml"
65172         ], 
65173         "description": "delete an existing relationship", 
65174         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
65175         "parameters": [
65176           {
65177             "example": "__EQUIPMENT-NAME__", 
65178             "in": "path", 
65179             "name": "equipment-name", 
65180             "required": true, 
65181             "type": "string"
65182           }, 
65183           {
65184             "description": "Name that identifies the physical interface", 
65185             "example": "__INTERFACE-NAME__", 
65186             "in": "path", 
65187             "name": "interface-name", 
65188             "required": true, 
65189             "type": "string"
65190           }, 
65191           {
65192             "description": "Name given to the interface", 
65193             "example": "__INTERFACE-NAME__", 
65194             "in": "path", 
65195             "name": "l-interface.interface-name", 
65196             "required": true, 
65197             "type": "string"
65198           }, 
65199           {
65200             "description": "String that identifies the interface", 
65201             "example": "__VLAN-INTERFACE__", 
65202             "in": "path", 
65203             "name": "vlan-interface", 
65204             "required": true, 
65205             "type": "string"
65206           }
65207         ], 
65208         "produces": [
65209           "application/json", 
65210           "application/xml"
65211         ], 
65212         "responses": {
65213           "default": {
65214             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65215           }
65216         }, 
65217         "summary": "delete an existing relationship", 
65218         "tags": [
65219           "Network"
65220         ]
65221       }, 
65222       "put": {
65223         "consumes": [
65224           "application/json", 
65225           "application/xml"
65226         ], 
65227         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
65228         "parameters": [
65229           {
65230             "example": "__EQUIPMENT-NAME__", 
65231             "in": "path", 
65232             "name": "equipment-name", 
65233             "required": true, 
65234             "type": "string"
65235           }, 
65236           {
65237             "description": "Name that identifies the physical interface", 
65238             "example": "__INTERFACE-NAME__", 
65239             "in": "path", 
65240             "name": "interface-name", 
65241             "required": true, 
65242             "type": "string"
65243           }, 
65244           {
65245             "description": "Name given to the interface", 
65246             "example": "__INTERFACE-NAME__", 
65247             "in": "path", 
65248             "name": "l-interface.interface-name", 
65249             "required": true, 
65250             "type": "string"
65251           }, 
65252           {
65253             "description": "String that identifies the interface", 
65254             "example": "__VLAN-INTERFACE__", 
65255             "in": "path", 
65256             "name": "vlan-interface", 
65257             "required": true, 
65258             "type": "string"
65259           }, 
65260           {
65261             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
65262             "in": "body", 
65263             "name": "body", 
65264             "required": true, 
65265             "schema": {
65266               "$ref": "#/definitions/relationship-dict"
65267             }
65268           }
65269         ], 
65270         "produces": [
65271           "application/json", 
65272           "application/xml"
65273         ], 
65274         "responses": {
65275           "default": {
65276             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65277           }
65278         }, 
65279         "summary": "see node definition for valid relationships", 
65280         "tags": [
65281           "Network"
65282         ]
65283       }
65284     }, 
65285     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/relationship-list/relationship": {
65286       "delete": {
65287         "consumes": [
65288           "application/json", 
65289           "application/xml"
65290         ], 
65291         "description": "delete an existing relationship", 
65292         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceRelationshipListRelationship", 
65293         "parameters": [
65294           {
65295             "example": "__EQUIPMENT-NAME__", 
65296             "in": "path", 
65297             "name": "equipment-name", 
65298             "required": true, 
65299             "type": "string"
65300           }, 
65301           {
65302             "description": "Name that identifies the physical interface", 
65303             "example": "__INTERFACE-NAME__", 
65304             "in": "path", 
65305             "name": "interface-name", 
65306             "required": true, 
65307             "type": "string"
65308           }
65309         ], 
65310         "produces": [
65311           "application/json", 
65312           "application/xml"
65313         ], 
65314         "responses": {
65315           "default": {
65316             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65317           }
65318         }, 
65319         "summary": "delete an existing relationship", 
65320         "tags": [
65321           "Network"
65322         ]
65323       }, 
65324       "put": {
65325         "consumes": [
65326           "application/json", 
65327           "application/xml"
65328         ], 
65329         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceRelationshipListRelationship", 
65330         "parameters": [
65331           {
65332             "example": "__EQUIPMENT-NAME__", 
65333             "in": "path", 
65334             "name": "equipment-name", 
65335             "required": true, 
65336             "type": "string"
65337           }, 
65338           {
65339             "description": "Name that identifies the physical interface", 
65340             "example": "__INTERFACE-NAME__", 
65341             "in": "path", 
65342             "name": "interface-name", 
65343             "required": true, 
65344             "type": "string"
65345           }, 
65346           {
65347             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterface.json)", 
65348             "in": "body", 
65349             "name": "body", 
65350             "required": true, 
65351             "schema": {
65352               "$ref": "#/definitions/relationship-dict"
65353             }
65354           }
65355         ], 
65356         "produces": [
65357           "application/json", 
65358           "application/xml"
65359         ], 
65360         "responses": {
65361           "default": {
65362             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65363           }
65364         }, 
65365         "summary": "see node definition for valid relationships", 
65366         "tags": [
65367           "Network"
65368         ]
65369       }
65370     }, 
65371     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs": {
65372       "get": {
65373         "description": "returns sriov-pfs", 
65374         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfs", 
65375         "parameters": [
65376           {
65377             "example": "__EQUIPMENT-NAME__", 
65378             "in": "path", 
65379             "name": "equipment-name", 
65380             "required": true, 
65381             "type": "string"
65382           }, 
65383           {
65384             "description": "Name that identifies the physical interface", 
65385             "example": "__INTERFACE-NAME__", 
65386             "in": "path", 
65387             "name": "interface-name", 
65388             "required": true, 
65389             "type": "string"
65390           }, 
65391           {
65392             "description": "n/a", 
65393             "in": "query", 
65394             "name": "pf-pci-id", 
65395             "required": false, 
65396             "type": "string"
65397           }
65398         ], 
65399         "produces": [
65400           "application/json", 
65401           "application/xml"
65402         ], 
65403         "responses": {
65404           "200": {
65405             "description": "successful operation", 
65406             "schema": {
65407               "$ref": "#/definitions/sriov-pfs"
65408             }
65409           }, 
65410           "default": {
65411             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65412           }
65413         }, 
65414         "summary": "returns sriov-pfs", 
65415         "tags": [
65416           "Network"
65417         ]
65418       }
65419     }, 
65420     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}": {
65421       "delete": {
65422         "consumes": [
65423           "application/json", 
65424           "application/xml"
65425         ], 
65426         "description": "delete an existing sriov-pf", 
65427         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf", 
65428         "parameters": [
65429           {
65430             "example": "__EQUIPMENT-NAME__", 
65431             "in": "path", 
65432             "name": "equipment-name", 
65433             "required": true, 
65434             "type": "string"
65435           }, 
65436           {
65437             "description": "Name that identifies the physical interface", 
65438             "example": "__INTERFACE-NAME__", 
65439             "in": "path", 
65440             "name": "interface-name", 
65441             "required": true, 
65442             "type": "string"
65443           }, 
65444           {
65445             "description": "Identifier for the sriov-pf", 
65446             "example": "__PF-PCI-ID__", 
65447             "in": "path", 
65448             "name": "pf-pci-id", 
65449             "required": true, 
65450             "type": "string"
65451           }, 
65452           {
65453             "description": "resource-version for concurrency", 
65454             "in": "query", 
65455             "name": "resource-version", 
65456             "required": true, 
65457             "type": "string"
65458           }
65459         ], 
65460         "produces": [
65461           "application/json", 
65462           "application/xml"
65463         ], 
65464         "responses": {
65465           "default": {
65466             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65467           }
65468         }, 
65469         "summary": "delete an existing sriov-pf", 
65470         "tags": [
65471           "Network"
65472         ]
65473       }, 
65474       "get": {
65475         "description": "returns sriov-pf", 
65476         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf", 
65477         "parameters": [
65478           {
65479             "example": "__EQUIPMENT-NAME__", 
65480             "in": "path", 
65481             "name": "equipment-name", 
65482             "required": true, 
65483             "type": "string"
65484           }, 
65485           {
65486             "description": "Name that identifies the physical interface", 
65487             "example": "__INTERFACE-NAME__", 
65488             "in": "path", 
65489             "name": "interface-name", 
65490             "required": true, 
65491             "type": "string"
65492           }, 
65493           {
65494             "description": "Identifier for the sriov-pf", 
65495             "example": "__PF-PCI-ID__", 
65496             "in": "path", 
65497             "name": "pf-pci-id", 
65498             "required": true, 
65499             "type": "string"
65500           }
65501         ], 
65502         "produces": [
65503           "application/json", 
65504           "application/xml"
65505         ], 
65506         "responses": {
65507           "200": {
65508             "description": "successful operation", 
65509             "schema": {
65510               "$ref": "#/definitions/sriov-pf"
65511             }
65512           }, 
65513           "default": {
65514             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65515           }
65516         }, 
65517         "summary": "returns sriov-pf", 
65518         "tags": [
65519           "Network"
65520         ]
65521       }, 
65522       "patch": {
65523         "consumes": [
65524           "application/json"
65525         ], 
65526         "description": "Update an existing sriov-pf\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
65527         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf", 
65528         "parameters": [
65529           {
65530             "example": "__EQUIPMENT-NAME__", 
65531             "in": "path", 
65532             "name": "equipment-name", 
65533             "required": true, 
65534             "type": "string"
65535           }, 
65536           {
65537             "description": "Name that identifies the physical interface", 
65538             "example": "__INTERFACE-NAME__", 
65539             "in": "path", 
65540             "name": "interface-name", 
65541             "required": true, 
65542             "type": "string"
65543           }, 
65544           {
65545             "description": "Identifier for the sriov-pf", 
65546             "example": "__PF-PCI-ID__", 
65547             "in": "path", 
65548             "name": "pf-pci-id", 
65549             "required": true, 
65550             "type": "string"
65551           }, 
65552           {
65553             "description": "sriov-pf object that needs to be updated.", 
65554             "in": "body", 
65555             "name": "body", 
65556             "required": true, 
65557             "schema": {
65558               "$ref": "#/definitions/zzzz-patch-sriov-pf"
65559             }
65560           }
65561         ], 
65562         "produces": [
65563           "application/json"
65564         ], 
65565         "responses": {
65566           "default": {
65567             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65568           }
65569         }, 
65570         "summary": "update an existing sriov-pf", 
65571         "tags": [
65572           "Network"
65573         ]
65574       }, 
65575       "put": {
65576         "consumes": [
65577           "application/json", 
65578           "application/xml"
65579         ], 
65580         "description": "Create or update an existing sriov-pf.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
65581         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf", 
65582         "parameters": [
65583           {
65584             "example": "__EQUIPMENT-NAME__", 
65585             "in": "path", 
65586             "name": "equipment-name", 
65587             "required": true, 
65588             "type": "string"
65589           }, 
65590           {
65591             "description": "Name that identifies the physical interface", 
65592             "example": "__INTERFACE-NAME__", 
65593             "in": "path", 
65594             "name": "interface-name", 
65595             "required": true, 
65596             "type": "string"
65597           }, 
65598           {
65599             "description": "Identifier for the sriov-pf", 
65600             "example": "__PF-PCI-ID__", 
65601             "in": "path", 
65602             "name": "pf-pci-id", 
65603             "required": true, 
65604             "type": "string"
65605           }, 
65606           {
65607             "description": "sriov-pf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf.json)", 
65608             "in": "body", 
65609             "name": "body", 
65610             "required": true, 
65611             "schema": {
65612               "$ref": "#/definitions/sriov-pf"
65613             }
65614           }
65615         ], 
65616         "produces": [
65617           "application/json", 
65618           "application/xml"
65619         ], 
65620         "responses": {
65621           "default": {
65622             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65623           }
65624         }, 
65625         "summary": "create or update an existing sriov-pf", 
65626         "tags": [
65627           "Network"
65628         ]
65629       }
65630     }, 
65631     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}/relationship-list/relationship": {
65632       "delete": {
65633         "consumes": [
65634           "application/json", 
65635           "application/xml"
65636         ], 
65637         "description": "delete an existing relationship", 
65638         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
65639         "parameters": [
65640           {
65641             "example": "__EQUIPMENT-NAME__", 
65642             "in": "path", 
65643             "name": "equipment-name", 
65644             "required": true, 
65645             "type": "string"
65646           }, 
65647           {
65648             "description": "Name that identifies the physical interface", 
65649             "example": "__INTERFACE-NAME__", 
65650             "in": "path", 
65651             "name": "interface-name", 
65652             "required": true, 
65653             "type": "string"
65654           }, 
65655           {
65656             "description": "Identifier for the sriov-pf", 
65657             "example": "__PF-PCI-ID__", 
65658             "in": "path", 
65659             "name": "pf-pci-id", 
65660             "required": true, 
65661             "type": "string"
65662           }
65663         ], 
65664         "produces": [
65665           "application/json", 
65666           "application/xml"
65667         ], 
65668         "responses": {
65669           "default": {
65670             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65671           }
65672         }, 
65673         "summary": "delete an existing relationship", 
65674         "tags": [
65675           "Network"
65676         ]
65677       }, 
65678       "put": {
65679         "consumes": [
65680           "application/json", 
65681           "application/xml"
65682         ], 
65683         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
65684         "parameters": [
65685           {
65686             "example": "__EQUIPMENT-NAME__", 
65687             "in": "path", 
65688             "name": "equipment-name", 
65689             "required": true, 
65690             "type": "string"
65691           }, 
65692           {
65693             "description": "Name that identifies the physical interface", 
65694             "example": "__INTERFACE-NAME__", 
65695             "in": "path", 
65696             "name": "interface-name", 
65697             "required": true, 
65698             "type": "string"
65699           }, 
65700           {
65701             "description": "Identifier for the sriov-pf", 
65702             "example": "__PF-PCI-ID__", 
65703             "in": "path", 
65704             "name": "pf-pci-id", 
65705             "required": true, 
65706             "type": "string"
65707           }, 
65708           {
65709             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf.json)", 
65710             "in": "body", 
65711             "name": "body", 
65712             "required": true, 
65713             "schema": {
65714               "$ref": "#/definitions/relationship-dict"
65715             }
65716           }
65717         ], 
65718         "produces": [
65719           "application/json", 
65720           "application/xml"
65721         ], 
65722         "responses": {
65723           "default": {
65724             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65725           }
65726         }, 
65727         "summary": "see node definition for valid relationships", 
65728         "tags": [
65729           "Network"
65730         ]
65731       }
65732     }, 
65733     "/network/vpls-pes/vpls-pe/{equipment-name}/relationship-list/relationship": {
65734       "delete": {
65735         "consumes": [
65736           "application/json", 
65737           "application/xml"
65738         ], 
65739         "description": "delete an existing relationship", 
65740         "operationId": "deleteNetworkVplsPesVplsPeRelationshipListRelationship", 
65741         "parameters": [
65742           {
65743             "example": "__EQUIPMENT-NAME__", 
65744             "in": "path", 
65745             "name": "equipment-name", 
65746             "required": true, 
65747             "type": "string"
65748           }
65749         ], 
65750         "produces": [
65751           "application/json", 
65752           "application/xml"
65753         ], 
65754         "responses": {
65755           "default": {
65756             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65757           }
65758         }, 
65759         "summary": "delete an existing relationship", 
65760         "tags": [
65761           "Network"
65762         ]
65763       }, 
65764       "put": {
65765         "consumes": [
65766           "application/json", 
65767           "application/xml"
65768         ], 
65769         "operationId": "createOrUpdateNetworkVplsPesVplsPeRelationshipListRelationship", 
65770         "parameters": [
65771           {
65772             "example": "__EQUIPMENT-NAME__", 
65773             "in": "path", 
65774             "name": "equipment-name", 
65775             "required": true, 
65776             "type": "string"
65777           }, 
65778           {
65779             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVplsPesVplsPe.json)", 
65780             "in": "body", 
65781             "name": "body", 
65782             "required": true, 
65783             "schema": {
65784               "$ref": "#/definitions/relationship-dict"
65785             }
65786           }
65787         ], 
65788         "produces": [
65789           "application/json", 
65790           "application/xml"
65791         ], 
65792         "responses": {
65793           "default": {
65794             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65795           }
65796         }, 
65797         "summary": "see node definition for valid relationships", 
65798         "tags": [
65799           "Network"
65800         ]
65801       }
65802     }, 
65803     "/network/vpn-bindings": {
65804       "get": {
65805         "description": "returns vpn-bindings", 
65806         "operationId": "getNetworkVpnBindings", 
65807         "parameters": [
65808           {
65809             "description": "n/a", 
65810             "in": "query", 
65811             "name": "vpn-id", 
65812             "required": false, 
65813             "type": "string"
65814           }, 
65815           {
65816             "description": "n/a", 
65817             "in": "query", 
65818             "name": "vpn-name", 
65819             "required": false, 
65820             "type": "string"
65821           }, 
65822           {
65823             "description": "n/a", 
65824             "in": "query", 
65825             "name": "vpn-type", 
65826             "required": false, 
65827             "type": "string"
65828           }
65829         ], 
65830         "produces": [
65831           "application/json", 
65832           "application/xml"
65833         ], 
65834         "responses": {
65835           "200": {
65836             "description": "successful operation", 
65837             "schema": {
65838               "$ref": "#/definitions/vpn-bindings"
65839             }
65840           }, 
65841           "default": {
65842             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65843           }
65844         }, 
65845         "summary": "returns vpn-bindings", 
65846         "tags": [
65847           "Network"
65848         ]
65849       }
65850     }, 
65851     "/network/vpn-bindings/vpn-binding/{vpn-id}": {
65852       "delete": {
65853         "consumes": [
65854           "application/json", 
65855           "application/xml"
65856         ], 
65857         "description": "delete an existing vpn-binding", 
65858         "operationId": "deleteNetworkVpnBindingsVpnBinding", 
65859         "parameters": [
65860           {
65861             "description": "VPN ID, globally unique within A&AI", 
65862             "example": "__VPN-ID__", 
65863             "in": "path", 
65864             "name": "vpn-id", 
65865             "required": true, 
65866             "type": "string"
65867           }, 
65868           {
65869             "description": "resource-version for concurrency", 
65870             "in": "query", 
65871             "name": "resource-version", 
65872             "required": true, 
65873             "type": "string"
65874           }
65875         ], 
65876         "produces": [
65877           "application/json", 
65878           "application/xml"
65879         ], 
65880         "responses": {
65881           "default": {
65882             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65883           }
65884         }, 
65885         "summary": "delete an existing vpn-binding", 
65886         "tags": [
65887           "Network"
65888         ]
65889       }, 
65890       "get": {
65891         "description": "returns vpn-binding", 
65892         "operationId": "getNetworkVpnBindingsVpnBinding", 
65893         "parameters": [
65894           {
65895             "description": "VPN ID, globally unique within A&AI", 
65896             "example": "__VPN-ID__", 
65897             "in": "path", 
65898             "name": "vpn-id", 
65899             "required": true, 
65900             "type": "string"
65901           }
65902         ], 
65903         "produces": [
65904           "application/json", 
65905           "application/xml"
65906         ], 
65907         "responses": {
65908           "200": {
65909             "description": "successful operation", 
65910             "schema": {
65911               "$ref": "#/definitions/vpn-binding"
65912             }
65913           }, 
65914           "default": {
65915             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65916           }
65917         }, 
65918         "summary": "returns vpn-binding", 
65919         "tags": [
65920           "Network"
65921         ]
65922       }, 
65923       "patch": {
65924         "consumes": [
65925           "application/json"
65926         ], 
65927         "description": "Update an existing vpn-binding\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
65928         "operationId": "UpdateNetworkVpnBindingsVpnBinding", 
65929         "parameters": [
65930           {
65931             "description": "VPN ID, globally unique within A&AI", 
65932             "example": "__VPN-ID__", 
65933             "in": "path", 
65934             "name": "vpn-id", 
65935             "required": true, 
65936             "type": "string"
65937           }, 
65938           {
65939             "description": "vpn-binding object that needs to be updated.", 
65940             "in": "body", 
65941             "name": "body", 
65942             "required": true, 
65943             "schema": {
65944               "$ref": "#/definitions/zzzz-patch-vpn-binding"
65945             }
65946           }
65947         ], 
65948         "produces": [
65949           "application/json"
65950         ], 
65951         "responses": {
65952           "default": {
65953             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65954           }
65955         }, 
65956         "summary": "update an existing vpn-binding", 
65957         "tags": [
65958           "Network"
65959         ]
65960       }, 
65961       "put": {
65962         "consumes": [
65963           "application/json", 
65964           "application/xml"
65965         ], 
65966         "description": "Create or update an existing vpn-binding.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
65967         "operationId": "createOrUpdateNetworkVpnBindingsVpnBinding", 
65968         "parameters": [
65969           {
65970             "description": "VPN ID, globally unique within A&AI", 
65971             "example": "__VPN-ID__", 
65972             "in": "path", 
65973             "name": "vpn-id", 
65974             "required": true, 
65975             "type": "string"
65976           }, 
65977           {
65978             "description": "vpn-binding object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVpnBindingsVpnBinding.json)", 
65979             "in": "body", 
65980             "name": "body", 
65981             "required": true, 
65982             "schema": {
65983               "$ref": "#/definitions/vpn-binding"
65984             }
65985           }
65986         ], 
65987         "produces": [
65988           "application/json", 
65989           "application/xml"
65990         ], 
65991         "responses": {
65992           "default": {
65993             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65994           }
65995         }, 
65996         "summary": "create or update an existing vpn-binding", 
65997         "tags": [
65998           "Network"
65999         ]
66000       }
66001     }, 
66002     "/network/vpn-bindings/vpn-binding/{vpn-id}/relationship-list/relationship": {
66003       "delete": {
66004         "consumes": [
66005           "application/json", 
66006           "application/xml"
66007         ], 
66008         "description": "delete an existing relationship", 
66009         "operationId": "deleteNetworkVpnBindingsVpnBindingRelationshipListRelationship", 
66010         "parameters": [
66011           {
66012             "description": "VPN ID, globally unique within A&AI", 
66013             "example": "__VPN-ID__", 
66014             "in": "path", 
66015             "name": "vpn-id", 
66016             "required": true, 
66017             "type": "string"
66018           }
66019         ], 
66020         "produces": [
66021           "application/json", 
66022           "application/xml"
66023         ], 
66024         "responses": {
66025           "default": {
66026             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66027           }
66028         }, 
66029         "summary": "delete an existing relationship", 
66030         "tags": [
66031           "Network"
66032         ]
66033       }, 
66034       "put": {
66035         "consumes": [
66036           "application/json", 
66037           "application/xml"
66038         ], 
66039         "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRelationshipListRelationship", 
66040         "parameters": [
66041           {
66042             "description": "VPN ID, globally unique within A&AI", 
66043             "example": "__VPN-ID__", 
66044             "in": "path", 
66045             "name": "vpn-id", 
66046             "required": true, 
66047             "type": "string"
66048           }, 
66049           {
66050             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVpnBindingsVpnBinding.json)", 
66051             "in": "body", 
66052             "name": "body", 
66053             "required": true, 
66054             "schema": {
66055               "$ref": "#/definitions/relationship-dict"
66056             }
66057           }
66058         ], 
66059         "produces": [
66060           "application/json", 
66061           "application/xml"
66062         ], 
66063         "responses": {
66064           "default": {
66065             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66066           }
66067         }, 
66068         "summary": "see node definition for valid relationships", 
66069         "tags": [
66070           "Network"
66071         ]
66072       }
66073     }, 
66074     "/network/vpn-bindings/vpn-binding/{vpn-id}/route-targets": {
66075       "get": {
66076         "description": "returns route-targets", 
66077         "operationId": "getNetworkVpnBindingsVpnBindingRouteTargets", 
66078         "parameters": [
66079           {
66080             "description": "VPN ID, globally unique within A&AI", 
66081             "example": "__VPN-ID__", 
66082             "in": "path", 
66083             "name": "vpn-id", 
66084             "required": true, 
66085             "type": "string"
66086           }
66087         ], 
66088         "produces": [
66089           "application/json", 
66090           "application/xml"
66091         ], 
66092         "responses": {
66093           "200": {
66094             "description": "successful operation", 
66095             "schema": {
66096               "$ref": "#/definitions/route-targets"
66097             }
66098           }, 
66099           "default": {
66100             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66101           }
66102         }, 
66103         "summary": "returns route-targets", 
66104         "tags": [
66105           "Network"
66106         ]
66107       }
66108     }, 
66109     "/network/vpn-bindings/vpn-binding/{vpn-id}/route-targets/route-target/{global-route-target}/{route-target-role}": {
66110       "delete": {
66111         "consumes": [
66112           "application/json", 
66113           "application/xml"
66114         ], 
66115         "description": "delete an existing route-target", 
66116         "operationId": "deleteNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
66117         "parameters": [
66118           {
66119             "description": "VPN ID, globally unique within A&AI", 
66120             "example": "__VPN-ID__", 
66121             "in": "path", 
66122             "name": "vpn-id", 
66123             "required": true, 
66124             "type": "string"
66125           }, 
66126           {
66127             "description": "Number used to identify an RT, globally unique in the network", 
66128             "example": "__GLOBAL-ROUTE-TARGET__", 
66129             "in": "path", 
66130             "name": "global-route-target", 
66131             "required": true, 
66132             "type": "string"
66133           }, 
66134           {
66135             "description": "Role assigned to this route target", 
66136             "example": "__ROUTE-TARGET-ROLE__", 
66137             "in": "path", 
66138             "name": "route-target-role", 
66139             "required": true, 
66140             "type": "string"
66141           }, 
66142           {
66143             "description": "resource-version for concurrency", 
66144             "in": "query", 
66145             "name": "resource-version", 
66146             "required": true, 
66147             "type": "string"
66148           }
66149         ], 
66150         "produces": [
66151           "application/json", 
66152           "application/xml"
66153         ], 
66154         "responses": {
66155           "default": {
66156             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66157           }
66158         }, 
66159         "summary": "delete an existing route-target", 
66160         "tags": [
66161           "Network"
66162         ]
66163       }, 
66164       "get": {
66165         "description": "returns route-target", 
66166         "operationId": "getNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
66167         "parameters": [
66168           {
66169             "description": "VPN ID, globally unique within A&AI", 
66170             "example": "__VPN-ID__", 
66171             "in": "path", 
66172             "name": "vpn-id", 
66173             "required": true, 
66174             "type": "string"
66175           }, 
66176           {
66177             "description": "Number used to identify an RT, globally unique in the network", 
66178             "example": "__GLOBAL-ROUTE-TARGET__", 
66179             "in": "path", 
66180             "name": "global-route-target", 
66181             "required": true, 
66182             "type": "string"
66183           }, 
66184           {
66185             "description": "Role assigned to this route target", 
66186             "example": "__ROUTE-TARGET-ROLE__", 
66187             "in": "path", 
66188             "name": "route-target-role", 
66189             "required": true, 
66190             "type": "string"
66191           }
66192         ], 
66193         "produces": [
66194           "application/json", 
66195           "application/xml"
66196         ], 
66197         "responses": {
66198           "200": {
66199             "description": "successful operation", 
66200             "schema": {
66201               "$ref": "#/definitions/route-target"
66202             }
66203           }, 
66204           "default": {
66205             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66206           }
66207         }, 
66208         "summary": "returns route-target", 
66209         "tags": [
66210           "Network"
66211         ]
66212       }, 
66213       "patch": {
66214         "consumes": [
66215           "application/json"
66216         ], 
66217         "description": "Update an existing route-target\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
66218         "operationId": "UpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
66219         "parameters": [
66220           {
66221             "description": "VPN ID, globally unique within A&AI", 
66222             "example": "__VPN-ID__", 
66223             "in": "path", 
66224             "name": "vpn-id", 
66225             "required": true, 
66226             "type": "string"
66227           }, 
66228           {
66229             "description": "Number used to identify an RT, globally unique in the network", 
66230             "example": "__GLOBAL-ROUTE-TARGET__", 
66231             "in": "path", 
66232             "name": "global-route-target", 
66233             "required": true, 
66234             "type": "string"
66235           }, 
66236           {
66237             "description": "Role assigned to this route target", 
66238             "example": "__ROUTE-TARGET-ROLE__", 
66239             "in": "path", 
66240             "name": "route-target-role", 
66241             "required": true, 
66242             "type": "string"
66243           }, 
66244           {
66245             "description": "route-target object that needs to be updated.", 
66246             "in": "body", 
66247             "name": "body", 
66248             "required": true, 
66249             "schema": {
66250               "$ref": "#/definitions/zzzz-patch-route-target"
66251             }
66252           }
66253         ], 
66254         "produces": [
66255           "application/json"
66256         ], 
66257         "responses": {
66258           "default": {
66259             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66260           }
66261         }, 
66262         "summary": "update an existing route-target", 
66263         "tags": [
66264           "Network"
66265         ]
66266       }, 
66267       "put": {
66268         "consumes": [
66269           "application/json", 
66270           "application/xml"
66271         ], 
66272         "description": "Create or update an existing route-target.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
66273         "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
66274         "parameters": [
66275           {
66276             "description": "VPN ID, globally unique within A&AI", 
66277             "example": "__VPN-ID__", 
66278             "in": "path", 
66279             "name": "vpn-id", 
66280             "required": true, 
66281             "type": "string"
66282           }, 
66283           {
66284             "description": "Number used to identify an RT, globally unique in the network", 
66285             "example": "__GLOBAL-ROUTE-TARGET__", 
66286             "in": "path", 
66287             "name": "global-route-target", 
66288             "required": true, 
66289             "type": "string"
66290           }, 
66291           {
66292             "description": "Role assigned to this route target", 
66293             "example": "__ROUTE-TARGET-ROLE__", 
66294             "in": "path", 
66295             "name": "route-target-role", 
66296             "required": true, 
66297             "type": "string"
66298           }, 
66299           {
66300             "description": "route-target object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVpnBindingsVpnBindingRouteTargetsRouteTarget.json)", 
66301             "in": "body", 
66302             "name": "body", 
66303             "required": true, 
66304             "schema": {
66305               "$ref": "#/definitions/route-target"
66306             }
66307           }
66308         ], 
66309         "produces": [
66310           "application/json", 
66311           "application/xml"
66312         ], 
66313         "responses": {
66314           "default": {
66315             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66316           }
66317         }, 
66318         "summary": "create or update an existing route-target", 
66319         "tags": [
66320           "Network"
66321         ]
66322       }
66323     }, 
66324     "/network/vpn-bindings/vpn-binding/{vpn-id}/route-targets/route-target/{global-route-target}/{route-target-role}/relationship-list/relationship": {
66325       "delete": {
66326         "consumes": [
66327           "application/json", 
66328           "application/xml"
66329         ], 
66330         "description": "delete an existing relationship", 
66331         "operationId": "deleteNetworkVpnBindingsVpnBindingRouteTargetsRouteTargetRelationshipListRelationship", 
66332         "parameters": [
66333           {
66334             "description": "VPN ID, globally unique within A&AI", 
66335             "example": "__VPN-ID__", 
66336             "in": "path", 
66337             "name": "vpn-id", 
66338             "required": true, 
66339             "type": "string"
66340           }, 
66341           {
66342             "description": "Number used to identify an RT, globally unique in the network", 
66343             "example": "__GLOBAL-ROUTE-TARGET__", 
66344             "in": "path", 
66345             "name": "global-route-target", 
66346             "required": true, 
66347             "type": "string"
66348           }, 
66349           {
66350             "description": "Role assigned to this route target", 
66351             "example": "__ROUTE-TARGET-ROLE__", 
66352             "in": "path", 
66353             "name": "route-target-role", 
66354             "required": true, 
66355             "type": "string"
66356           }
66357         ], 
66358         "produces": [
66359           "application/json", 
66360           "application/xml"
66361         ], 
66362         "responses": {
66363           "default": {
66364             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66365           }
66366         }, 
66367         "summary": "delete an existing relationship", 
66368         "tags": [
66369           "Network"
66370         ]
66371       }, 
66372       "put": {
66373         "consumes": [
66374           "application/json", 
66375           "application/xml"
66376         ], 
66377         "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTargetRelationshipListRelationship", 
66378         "parameters": [
66379           {
66380             "description": "VPN ID, globally unique within A&AI", 
66381             "example": "__VPN-ID__", 
66382             "in": "path", 
66383             "name": "vpn-id", 
66384             "required": true, 
66385             "type": "string"
66386           }, 
66387           {
66388             "description": "Number used to identify an RT, globally unique in the network", 
66389             "example": "__GLOBAL-ROUTE-TARGET__", 
66390             "in": "path", 
66391             "name": "global-route-target", 
66392             "required": true, 
66393             "type": "string"
66394           }, 
66395           {
66396             "description": "Role assigned to this route target", 
66397             "example": "__ROUTE-TARGET-ROLE__", 
66398             "in": "path", 
66399             "name": "route-target-role", 
66400             "required": true, 
66401             "type": "string"
66402           }, 
66403           {
66404             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkVpnBindingsVpnBindingRouteTargetsRouteTarget.json)", 
66405             "in": "body", 
66406             "name": "body", 
66407             "required": true, 
66408             "schema": {
66409               "$ref": "#/definitions/relationship-dict"
66410             }
66411           }
66412         ], 
66413         "produces": [
66414           "application/json", 
66415           "application/xml"
66416         ], 
66417         "responses": {
66418           "default": {
66419             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66420           }
66421         }, 
66422         "summary": "see node definition for valid relationships", 
66423         "tags": [
66424           "Network"
66425         ]
66426       }
66427     }, 
66428     "/network/zones": {
66429       "get": {
66430         "description": "returns zones", 
66431         "operationId": "getNetworkZones", 
66432         "parameters": [
66433           {
66434             "description": "n/a", 
66435             "in": "query", 
66436             "name": "zone-id", 
66437             "required": false, 
66438             "type": "string"
66439           }, 
66440           {
66441             "description": "n/a", 
66442             "in": "query", 
66443             "name": "design-type", 
66444             "required": false, 
66445             "type": "string"
66446           }, 
66447           {
66448             "description": "n/a", 
66449             "in": "query", 
66450             "name": "zone-context", 
66451             "required": false, 
66452             "type": "string"
66453           }
66454         ], 
66455         "produces": [
66456           "application/json", 
66457           "application/xml"
66458         ], 
66459         "responses": {
66460           "200": {
66461             "description": "successful operation", 
66462             "schema": {
66463               "$ref": "#/definitions/zones"
66464             }
66465           }, 
66466           "default": {
66467             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66468           }
66469         }, 
66470         "summary": "returns zones", 
66471         "tags": [
66472           "Network"
66473         ]
66474       }
66475     }, 
66476     "/network/zones/zone/{zone-id}": {
66477       "delete": {
66478         "consumes": [
66479           "application/json", 
66480           "application/xml"
66481         ], 
66482         "description": "delete an existing zone", 
66483         "operationId": "deleteNetworkZonesZone", 
66484         "parameters": [
66485           {
66486             "description": "Code assigned by AIC to the zone", 
66487             "example": "__ZONE-ID__", 
66488             "in": "path", 
66489             "name": "zone-id", 
66490             "required": true, 
66491             "type": "string"
66492           }, 
66493           {
66494             "description": "resource-version for concurrency", 
66495             "in": "query", 
66496             "name": "resource-version", 
66497             "required": true, 
66498             "type": "string"
66499           }
66500         ], 
66501         "produces": [
66502           "application/json", 
66503           "application/xml"
66504         ], 
66505         "responses": {
66506           "default": {
66507             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66508           }
66509         }, 
66510         "summary": "delete an existing zone", 
66511         "tags": [
66512           "Network"
66513         ]
66514       }, 
66515       "get": {
66516         "description": "returns zone", 
66517         "operationId": "getNetworkZonesZone", 
66518         "parameters": [
66519           {
66520             "description": "Code assigned by AIC to the zone", 
66521             "example": "__ZONE-ID__", 
66522             "in": "path", 
66523             "name": "zone-id", 
66524             "required": true, 
66525             "type": "string"
66526           }
66527         ], 
66528         "produces": [
66529           "application/json", 
66530           "application/xml"
66531         ], 
66532         "responses": {
66533           "200": {
66534             "description": "successful operation", 
66535             "schema": {
66536               "$ref": "#/definitions/zone"
66537             }
66538           }, 
66539           "default": {
66540             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66541           }
66542         }, 
66543         "summary": "returns zone", 
66544         "tags": [
66545           "Network"
66546         ]
66547       }, 
66548       "patch": {
66549         "consumes": [
66550           "application/json"
66551         ], 
66552         "description": "Update an existing zone\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
66553         "operationId": "UpdateNetworkZonesZone", 
66554         "parameters": [
66555           {
66556             "description": "Code assigned by AIC to the zone", 
66557             "example": "__ZONE-ID__", 
66558             "in": "path", 
66559             "name": "zone-id", 
66560             "required": true, 
66561             "type": "string"
66562           }, 
66563           {
66564             "description": "zone object that needs to be updated.", 
66565             "in": "body", 
66566             "name": "body", 
66567             "required": true, 
66568             "schema": {
66569               "$ref": "#/definitions/zzzz-patch-zone"
66570             }
66571           }
66572         ], 
66573         "produces": [
66574           "application/json"
66575         ], 
66576         "responses": {
66577           "default": {
66578             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66579           }
66580         }, 
66581         "summary": "update an existing zone", 
66582         "tags": [
66583           "Network"
66584         ]
66585       }, 
66586       "put": {
66587         "consumes": [
66588           "application/json", 
66589           "application/xml"
66590         ], 
66591         "description": "Create or update an existing zone.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
66592         "operationId": "createOrUpdateNetworkZonesZone", 
66593         "parameters": [
66594           {
66595             "description": "Code assigned by AIC to the zone", 
66596             "example": "__ZONE-ID__", 
66597             "in": "path", 
66598             "name": "zone-id", 
66599             "required": true, 
66600             "type": "string"
66601           }, 
66602           {
66603             "description": "zone object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkZonesZone.json)", 
66604             "in": "body", 
66605             "name": "body", 
66606             "required": true, 
66607             "schema": {
66608               "$ref": "#/definitions/zone"
66609             }
66610           }
66611         ], 
66612         "produces": [
66613           "application/json", 
66614           "application/xml"
66615         ], 
66616         "responses": {
66617           "default": {
66618             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66619           }
66620         }, 
66621         "summary": "create or update an existing zone", 
66622         "tags": [
66623           "Network"
66624         ]
66625       }
66626     }, 
66627     "/network/zones/zone/{zone-id}/relationship-list/relationship": {
66628       "delete": {
66629         "consumes": [
66630           "application/json", 
66631           "application/xml"
66632         ], 
66633         "description": "delete an existing relationship", 
66634         "operationId": "deleteNetworkZonesZoneRelationshipListRelationship", 
66635         "parameters": [
66636           {
66637             "description": "Code assigned by AIC to the zone", 
66638             "example": "__ZONE-ID__", 
66639             "in": "path", 
66640             "name": "zone-id", 
66641             "required": true, 
66642             "type": "string"
66643           }
66644         ], 
66645         "produces": [
66646           "application/json", 
66647           "application/xml"
66648         ], 
66649         "responses": {
66650           "default": {
66651             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66652           }
66653         }, 
66654         "summary": "delete an existing relationship", 
66655         "tags": [
66656           "Network"
66657         ]
66658       }, 
66659       "put": {
66660         "consumes": [
66661           "application/json", 
66662           "application/xml"
66663         ], 
66664         "operationId": "createOrUpdateNetworkZonesZoneRelationshipListRelationship", 
66665         "parameters": [
66666           {
66667             "description": "Code assigned by AIC to the zone", 
66668             "example": "__ZONE-ID__", 
66669             "in": "path", 
66670             "name": "zone-id", 
66671             "required": true, 
66672             "type": "string"
66673           }, 
66674           {
66675             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/NetworkZonesZone.json)", 
66676             "in": "body", 
66677             "name": "body", 
66678             "required": true, 
66679             "schema": {
66680               "$ref": "#/definitions/relationship-dict"
66681             }
66682           }
66683         ], 
66684         "produces": [
66685           "application/json", 
66686           "application/xml"
66687         ], 
66688         "responses": {
66689           "default": {
66690             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66691           }
66692         }, 
66693         "summary": "see node definition for valid relationships", 
66694         "tags": [
66695           "Network"
66696         ]
66697       }
66698     }, 
66699     "/service-design-and-creation/models": {
66700       "get": {
66701         "description": "returns models", 
66702         "operationId": "getServiceDesignAndCreationModels", 
66703         "parameters": [
66704           {
66705             "description": "n/a", 
66706             "in": "query", 
66707             "name": "model-invariant-id", 
66708             "required": false, 
66709             "type": "string"
66710           }, 
66711           {
66712             "description": "n/a", 
66713             "in": "query", 
66714             "name": "model-type", 
66715             "required": false, 
66716             "type": "string"
66717           }
66718         ], 
66719         "produces": [
66720           "application/json", 
66721           "application/xml"
66722         ], 
66723         "responses": {
66724           "200": {
66725             "description": "successful operation", 
66726             "schema": {
66727               "$ref": "#/definitions/models"
66728             }
66729           }, 
66730           "default": {
66731             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66732           }
66733         }, 
66734         "summary": "returns models", 
66735         "tags": [
66736           "ServiceDesignAndCreation"
66737         ]
66738       }
66739     }, 
66740     "/service-design-and-creation/models/model/{model-invariant-id}": {
66741       "delete": {
66742         "consumes": [
66743           "application/json", 
66744           "application/xml"
66745         ], 
66746         "description": "delete an existing model", 
66747         "operationId": "deleteServiceDesignAndCreationModelsModel", 
66748         "parameters": [
66749           {
66750             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
66751             "example": "__MODEL-INVARIANT-ID__", 
66752             "in": "path", 
66753             "name": "model-invariant-id", 
66754             "required": true, 
66755             "type": "string"
66756           }, 
66757           {
66758             "description": "resource-version for concurrency", 
66759             "in": "query", 
66760             "name": "resource-version", 
66761             "required": true, 
66762             "type": "string"
66763           }
66764         ], 
66765         "produces": [
66766           "application/json", 
66767           "application/xml"
66768         ], 
66769         "responses": {
66770           "default": {
66771             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66772           }
66773         }, 
66774         "summary": "delete an existing model", 
66775         "tags": [
66776           "ServiceDesignAndCreation"
66777         ]
66778       }, 
66779       "get": {
66780         "description": "returns model", 
66781         "operationId": "getServiceDesignAndCreationModelsModel", 
66782         "parameters": [
66783           {
66784             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
66785             "example": "__MODEL-INVARIANT-ID__", 
66786             "in": "path", 
66787             "name": "model-invariant-id", 
66788             "required": true, 
66789             "type": "string"
66790           }
66791         ], 
66792         "produces": [
66793           "application/json", 
66794           "application/xml"
66795         ], 
66796         "responses": {
66797           "200": {
66798             "description": "successful operation", 
66799             "schema": {
66800               "$ref": "#/definitions/model"
66801             }
66802           }, 
66803           "default": {
66804             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66805           }
66806         }, 
66807         "summary": "returns model", 
66808         "tags": [
66809           "ServiceDesignAndCreation"
66810         ]
66811       }, 
66812       "patch": {
66813         "consumes": [
66814           "application/json"
66815         ], 
66816         "description": "Update an existing model\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
66817         "operationId": "UpdateServiceDesignAndCreationModelsModel", 
66818         "parameters": [
66819           {
66820             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
66821             "example": "__MODEL-INVARIANT-ID__", 
66822             "in": "path", 
66823             "name": "model-invariant-id", 
66824             "required": true, 
66825             "type": "string"
66826           }, 
66827           {
66828             "description": "model object that needs to be updated.", 
66829             "in": "body", 
66830             "name": "body", 
66831             "required": true, 
66832             "schema": {
66833               "$ref": "#/definitions/zzzz-patch-model"
66834             }
66835           }
66836         ], 
66837         "produces": [
66838           "application/json"
66839         ], 
66840         "responses": {
66841           "default": {
66842             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66843           }
66844         }, 
66845         "summary": "update an existing model", 
66846         "tags": [
66847           "ServiceDesignAndCreation"
66848         ]
66849       }, 
66850       "put": {
66851         "consumes": [
66852           "application/json", 
66853           "application/xml"
66854         ], 
66855         "description": "Create or update an existing model.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
66856         "operationId": "createOrUpdateServiceDesignAndCreationModelsModel", 
66857         "parameters": [
66858           {
66859             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
66860             "example": "__MODEL-INVARIANT-ID__", 
66861             "in": "path", 
66862             "name": "model-invariant-id", 
66863             "required": true, 
66864             "type": "string"
66865           }, 
66866           {
66867             "description": "model object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModel.json)", 
66868             "in": "body", 
66869             "name": "body", 
66870             "required": true, 
66871             "schema": {
66872               "$ref": "#/definitions/model"
66873             }
66874           }
66875         ], 
66876         "produces": [
66877           "application/json", 
66878           "application/xml"
66879         ], 
66880         "responses": {
66881           "default": {
66882             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66883           }
66884         }, 
66885         "summary": "create or update an existing model", 
66886         "tags": [
66887           "ServiceDesignAndCreation"
66888         ]
66889       }
66890     }, 
66891     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers": {
66892       "get": {
66893         "description": "returns model-vers", 
66894         "operationId": "getServiceDesignAndCreationModelsModelModelVers", 
66895         "parameters": [
66896           {
66897             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
66898             "example": "__MODEL-INVARIANT-ID__", 
66899             "in": "path", 
66900             "name": "model-invariant-id", 
66901             "required": true, 
66902             "type": "string"
66903           }, 
66904           {
66905             "description": "n/a", 
66906             "in": "query", 
66907             "name": "model-version-id", 
66908             "required": false, 
66909             "type": "string"
66910           }, 
66911           {
66912             "description": "n/a", 
66913             "in": "query", 
66914             "name": "model-name", 
66915             "required": false, 
66916             "type": "string"
66917           }, 
66918           {
66919             "description": "n/a", 
66920             "in": "query", 
66921             "name": "model-version", 
66922             "required": false, 
66923             "type": "string"
66924           }
66925         ], 
66926         "produces": [
66927           "application/json", 
66928           "application/xml"
66929         ], 
66930         "responses": {
66931           "200": {
66932             "description": "successful operation", 
66933             "schema": {
66934               "$ref": "#/definitions/model-vers"
66935             }
66936           }, 
66937           "default": {
66938             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66939           }
66940         }, 
66941         "summary": "returns model-vers", 
66942         "tags": [
66943           "ServiceDesignAndCreation"
66944         ]
66945       }
66946     }, 
66947     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}": {
66948       "delete": {
66949         "consumes": [
66950           "application/json", 
66951           "application/xml"
66952         ], 
66953         "description": "delete an existing model-ver", 
66954         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVer", 
66955         "parameters": [
66956           {
66957             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
66958             "example": "__MODEL-INVARIANT-ID__", 
66959             "in": "path", 
66960             "name": "model-invariant-id", 
66961             "required": true, 
66962             "type": "string"
66963           }, 
66964           {
66965             "description": "Unique identifier corresponding to one version of a model in ASDC", 
66966             "example": "__MODEL-VERSION-ID__", 
66967             "in": "path", 
66968             "name": "model-version-id", 
66969             "required": true, 
66970             "type": "string"
66971           }, 
66972           {
66973             "description": "resource-version for concurrency", 
66974             "in": "query", 
66975             "name": "resource-version", 
66976             "required": true, 
66977             "type": "string"
66978           }
66979         ], 
66980         "produces": [
66981           "application/json", 
66982           "application/xml"
66983         ], 
66984         "responses": {
66985           "default": {
66986             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66987           }
66988         }, 
66989         "summary": "delete an existing model-ver", 
66990         "tags": [
66991           "ServiceDesignAndCreation"
66992         ]
66993       }, 
66994       "get": {
66995         "description": "returns model-ver", 
66996         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVer", 
66997         "parameters": [
66998           {
66999             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67000             "example": "__MODEL-INVARIANT-ID__", 
67001             "in": "path", 
67002             "name": "model-invariant-id", 
67003             "required": true, 
67004             "type": "string"
67005           }, 
67006           {
67007             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67008             "example": "__MODEL-VERSION-ID__", 
67009             "in": "path", 
67010             "name": "model-version-id", 
67011             "required": true, 
67012             "type": "string"
67013           }
67014         ], 
67015         "produces": [
67016           "application/json", 
67017           "application/xml"
67018         ], 
67019         "responses": {
67020           "200": {
67021             "description": "successful operation", 
67022             "schema": {
67023               "$ref": "#/definitions/model-ver"
67024             }
67025           }, 
67026           "default": {
67027             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67028           }
67029         }, 
67030         "summary": "returns model-ver", 
67031         "tags": [
67032           "ServiceDesignAndCreation"
67033         ]
67034       }, 
67035       "patch": {
67036         "consumes": [
67037           "application/json"
67038         ], 
67039         "description": "Update an existing model-ver\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
67040         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVer", 
67041         "parameters": [
67042           {
67043             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67044             "example": "__MODEL-INVARIANT-ID__", 
67045             "in": "path", 
67046             "name": "model-invariant-id", 
67047             "required": true, 
67048             "type": "string"
67049           }, 
67050           {
67051             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67052             "example": "__MODEL-VERSION-ID__", 
67053             "in": "path", 
67054             "name": "model-version-id", 
67055             "required": true, 
67056             "type": "string"
67057           }, 
67058           {
67059             "description": "model-ver object that needs to be updated.", 
67060             "in": "body", 
67061             "name": "body", 
67062             "required": true, 
67063             "schema": {
67064               "$ref": "#/definitions/zzzz-patch-model-ver"
67065             }
67066           }
67067         ], 
67068         "produces": [
67069           "application/json"
67070         ], 
67071         "responses": {
67072           "default": {
67073             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67074           }
67075         }, 
67076         "summary": "update an existing model-ver", 
67077         "tags": [
67078           "ServiceDesignAndCreation"
67079         ]
67080       }, 
67081       "put": {
67082         "consumes": [
67083           "application/json", 
67084           "application/xml"
67085         ], 
67086         "description": "Create or update an existing model-ver.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
67087         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVer", 
67088         "parameters": [
67089           {
67090             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67091             "example": "__MODEL-INVARIANT-ID__", 
67092             "in": "path", 
67093             "name": "model-invariant-id", 
67094             "required": true, 
67095             "type": "string"
67096           }, 
67097           {
67098             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67099             "example": "__MODEL-VERSION-ID__", 
67100             "in": "path", 
67101             "name": "model-version-id", 
67102             "required": true, 
67103             "type": "string"
67104           }, 
67105           {
67106             "description": "model-ver object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVer.json)", 
67107             "in": "body", 
67108             "name": "body", 
67109             "required": true, 
67110             "schema": {
67111               "$ref": "#/definitions/model-ver"
67112             }
67113           }
67114         ], 
67115         "produces": [
67116           "application/json", 
67117           "application/xml"
67118         ], 
67119         "responses": {
67120           "default": {
67121             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67122           }
67123         }, 
67124         "summary": "create or update an existing model-ver", 
67125         "tags": [
67126           "ServiceDesignAndCreation"
67127         ]
67128       }
67129     }, 
67130     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/metadata": {
67131       "get": {
67132         "description": "returns metadata", 
67133         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerMetadata", 
67134         "parameters": [
67135           {
67136             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67137             "example": "__MODEL-INVARIANT-ID__", 
67138             "in": "path", 
67139             "name": "model-invariant-id", 
67140             "required": true, 
67141             "type": "string"
67142           }, 
67143           {
67144             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67145             "example": "__MODEL-VERSION-ID__", 
67146             "in": "path", 
67147             "name": "model-version-id", 
67148             "required": true, 
67149             "type": "string"
67150           }, 
67151           {
67152             "description": "n/a", 
67153             "in": "query", 
67154             "name": "metaname", 
67155             "required": false, 
67156             "type": "string"
67157           }
67158         ], 
67159         "produces": [
67160           "application/json", 
67161           "application/xml"
67162         ], 
67163         "responses": {
67164           "200": {
67165             "description": "successful operation", 
67166             "schema": {
67167               "$ref": "#/definitions/metadata"
67168             }
67169           }, 
67170           "default": {
67171             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67172           }
67173         }, 
67174         "summary": "returns metadata", 
67175         "tags": [
67176           "ServiceDesignAndCreation"
67177         ]
67178       }
67179     }, 
67180     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/metadata/metadatum/{metaname}": {
67181       "delete": {
67182         "consumes": [
67183           "application/json", 
67184           "application/xml"
67185         ], 
67186         "description": "delete an existing metadatum", 
67187         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum", 
67188         "parameters": [
67189           {
67190             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67191             "example": "__MODEL-INVARIANT-ID__", 
67192             "in": "path", 
67193             "name": "model-invariant-id", 
67194             "required": true, 
67195             "type": "string"
67196           }, 
67197           {
67198             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67199             "example": "__MODEL-VERSION-ID__", 
67200             "in": "path", 
67201             "name": "model-version-id", 
67202             "required": true, 
67203             "type": "string"
67204           }, 
67205           {
67206             "example": "__METANAME__", 
67207             "in": "path", 
67208             "name": "metaname", 
67209             "required": true, 
67210             "type": "string"
67211           }, 
67212           {
67213             "description": "resource-version for concurrency", 
67214             "in": "query", 
67215             "name": "resource-version", 
67216             "required": true, 
67217             "type": "string"
67218           }
67219         ], 
67220         "produces": [
67221           "application/json", 
67222           "application/xml"
67223         ], 
67224         "responses": {
67225           "default": {
67226             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67227           }
67228         }, 
67229         "summary": "delete an existing metadatum", 
67230         "tags": [
67231           "ServiceDesignAndCreation"
67232         ]
67233       }, 
67234       "get": {
67235         "description": "returns metadatum", 
67236         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum", 
67237         "parameters": [
67238           {
67239             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67240             "example": "__MODEL-INVARIANT-ID__", 
67241             "in": "path", 
67242             "name": "model-invariant-id", 
67243             "required": true, 
67244             "type": "string"
67245           }, 
67246           {
67247             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67248             "example": "__MODEL-VERSION-ID__", 
67249             "in": "path", 
67250             "name": "model-version-id", 
67251             "required": true, 
67252             "type": "string"
67253           }, 
67254           {
67255             "example": "__METANAME__", 
67256             "in": "path", 
67257             "name": "metaname", 
67258             "required": true, 
67259             "type": "string"
67260           }
67261         ], 
67262         "produces": [
67263           "application/json", 
67264           "application/xml"
67265         ], 
67266         "responses": {
67267           "200": {
67268             "description": "successful operation", 
67269             "schema": {
67270               "$ref": "#/definitions/metadatum"
67271             }
67272           }, 
67273           "default": {
67274             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67275           }
67276         }, 
67277         "summary": "returns metadatum", 
67278         "tags": [
67279           "ServiceDesignAndCreation"
67280         ]
67281       }, 
67282       "patch": {
67283         "consumes": [
67284           "application/json"
67285         ], 
67286         "description": "Update an existing metadatum\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
67287         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum", 
67288         "parameters": [
67289           {
67290             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67291             "example": "__MODEL-INVARIANT-ID__", 
67292             "in": "path", 
67293             "name": "model-invariant-id", 
67294             "required": true, 
67295             "type": "string"
67296           }, 
67297           {
67298             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67299             "example": "__MODEL-VERSION-ID__", 
67300             "in": "path", 
67301             "name": "model-version-id", 
67302             "required": true, 
67303             "type": "string"
67304           }, 
67305           {
67306             "example": "__METANAME__", 
67307             "in": "path", 
67308             "name": "metaname", 
67309             "required": true, 
67310             "type": "string"
67311           }, 
67312           {
67313             "description": "metadatum object that needs to be updated.", 
67314             "in": "body", 
67315             "name": "body", 
67316             "required": true, 
67317             "schema": {
67318               "$ref": "#/definitions/zzzz-patch-metadatum"
67319             }
67320           }
67321         ], 
67322         "produces": [
67323           "application/json"
67324         ], 
67325         "responses": {
67326           "default": {
67327             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67328           }
67329         }, 
67330         "summary": "update an existing metadatum", 
67331         "tags": [
67332           "ServiceDesignAndCreation"
67333         ]
67334       }, 
67335       "put": {
67336         "consumes": [
67337           "application/json", 
67338           "application/xml"
67339         ], 
67340         "description": "Create or update an existing metadatum.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
67341         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum", 
67342         "parameters": [
67343           {
67344             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67345             "example": "__MODEL-INVARIANT-ID__", 
67346             "in": "path", 
67347             "name": "model-invariant-id", 
67348             "required": true, 
67349             "type": "string"
67350           }, 
67351           {
67352             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67353             "example": "__MODEL-VERSION-ID__", 
67354             "in": "path", 
67355             "name": "model-version-id", 
67356             "required": true, 
67357             "type": "string"
67358           }, 
67359           {
67360             "example": "__METANAME__", 
67361             "in": "path", 
67362             "name": "metaname", 
67363             "required": true, 
67364             "type": "string"
67365           }, 
67366           {
67367             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum.json)", 
67368             "in": "body", 
67369             "name": "body", 
67370             "required": true, 
67371             "schema": {
67372               "$ref": "#/definitions/metadatum"
67373             }
67374           }
67375         ], 
67376         "produces": [
67377           "application/json", 
67378           "application/xml"
67379         ], 
67380         "responses": {
67381           "default": {
67382             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67383           }
67384         }, 
67385         "summary": "create or update an existing metadatum", 
67386         "tags": [
67387           "ServiceDesignAndCreation"
67388         ]
67389       }
67390     }, 
67391     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements": {
67392       "get": {
67393         "description": "returns model-elements", 
67394         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElements", 
67395         "parameters": [
67396           {
67397             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67398             "example": "__MODEL-INVARIANT-ID__", 
67399             "in": "path", 
67400             "name": "model-invariant-id", 
67401             "required": true, 
67402             "type": "string"
67403           }, 
67404           {
67405             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67406             "example": "__MODEL-VERSION-ID__", 
67407             "in": "path", 
67408             "name": "model-version-id", 
67409             "required": true, 
67410             "type": "string"
67411           }, 
67412           {
67413             "description": "n/a", 
67414             "in": "query", 
67415             "name": "model-element-uuid", 
67416             "required": false, 
67417             "type": "string"
67418           }
67419         ], 
67420         "produces": [
67421           "application/json", 
67422           "application/xml"
67423         ], 
67424         "responses": {
67425           "200": {
67426             "description": "successful operation", 
67427             "schema": {
67428               "$ref": "#/definitions/model-elements"
67429             }
67430           }, 
67431           "default": {
67432             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67433           }
67434         }, 
67435         "summary": "returns model-elements", 
67436         "tags": [
67437           "ServiceDesignAndCreation"
67438         ]
67439       }
67440     }, 
67441     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}": {
67442       "delete": {
67443         "consumes": [
67444           "application/json", 
67445           "application/xml"
67446         ], 
67447         "description": "delete an existing model-element", 
67448         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
67449         "parameters": [
67450           {
67451             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67452             "example": "__MODEL-INVARIANT-ID__", 
67453             "in": "path", 
67454             "name": "model-invariant-id", 
67455             "required": true, 
67456             "type": "string"
67457           }, 
67458           {
67459             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67460             "example": "__MODEL-VERSION-ID__", 
67461             "in": "path", 
67462             "name": "model-version-id", 
67463             "required": true, 
67464             "type": "string"
67465           }, 
67466           {
67467             "example": "__MODEL-ELEMENT-UUID__", 
67468             "in": "path", 
67469             "name": "model-element-uuid", 
67470             "required": true, 
67471             "type": "string"
67472           }, 
67473           {
67474             "description": "resource-version for concurrency", 
67475             "in": "query", 
67476             "name": "resource-version", 
67477             "required": true, 
67478             "type": "string"
67479           }
67480         ], 
67481         "produces": [
67482           "application/json", 
67483           "application/xml"
67484         ], 
67485         "responses": {
67486           "default": {
67487             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67488           }
67489         }, 
67490         "summary": "delete an existing model-element", 
67491         "tags": [
67492           "ServiceDesignAndCreation"
67493         ]
67494       }, 
67495       "get": {
67496         "description": "returns model-element", 
67497         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
67498         "parameters": [
67499           {
67500             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67501             "example": "__MODEL-INVARIANT-ID__", 
67502             "in": "path", 
67503             "name": "model-invariant-id", 
67504             "required": true, 
67505             "type": "string"
67506           }, 
67507           {
67508             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67509             "example": "__MODEL-VERSION-ID__", 
67510             "in": "path", 
67511             "name": "model-version-id", 
67512             "required": true, 
67513             "type": "string"
67514           }, 
67515           {
67516             "example": "__MODEL-ELEMENT-UUID__", 
67517             "in": "path", 
67518             "name": "model-element-uuid", 
67519             "required": true, 
67520             "type": "string"
67521           }
67522         ], 
67523         "produces": [
67524           "application/json", 
67525           "application/xml"
67526         ], 
67527         "responses": {
67528           "200": {
67529             "description": "successful operation", 
67530             "schema": {
67531               "$ref": "#/definitions/model-element"
67532             }
67533           }, 
67534           "default": {
67535             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67536           }
67537         }, 
67538         "summary": "returns model-element", 
67539         "tags": [
67540           "ServiceDesignAndCreation"
67541         ]
67542       }, 
67543       "patch": {
67544         "consumes": [
67545           "application/json"
67546         ], 
67547         "description": "Update an existing model-element\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
67548         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
67549         "parameters": [
67550           {
67551             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67552             "example": "__MODEL-INVARIANT-ID__", 
67553             "in": "path", 
67554             "name": "model-invariant-id", 
67555             "required": true, 
67556             "type": "string"
67557           }, 
67558           {
67559             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67560             "example": "__MODEL-VERSION-ID__", 
67561             "in": "path", 
67562             "name": "model-version-id", 
67563             "required": true, 
67564             "type": "string"
67565           }, 
67566           {
67567             "example": "__MODEL-ELEMENT-UUID__", 
67568             "in": "path", 
67569             "name": "model-element-uuid", 
67570             "required": true, 
67571             "type": "string"
67572           }, 
67573           {
67574             "description": "model-element object that needs to be updated.", 
67575             "in": "body", 
67576             "name": "body", 
67577             "required": true, 
67578             "schema": {
67579               "$ref": "#/definitions/zzzz-patch-model-element"
67580             }
67581           }
67582         ], 
67583         "produces": [
67584           "application/json"
67585         ], 
67586         "responses": {
67587           "default": {
67588             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67589           }
67590         }, 
67591         "summary": "update an existing model-element", 
67592         "tags": [
67593           "ServiceDesignAndCreation"
67594         ]
67595       }, 
67596       "put": {
67597         "consumes": [
67598           "application/json", 
67599           "application/xml"
67600         ], 
67601         "description": "Create or update an existing model-element.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
67602         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
67603         "parameters": [
67604           {
67605             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67606             "example": "__MODEL-INVARIANT-ID__", 
67607             "in": "path", 
67608             "name": "model-invariant-id", 
67609             "required": true, 
67610             "type": "string"
67611           }, 
67612           {
67613             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67614             "example": "__MODEL-VERSION-ID__", 
67615             "in": "path", 
67616             "name": "model-version-id", 
67617             "required": true, 
67618             "type": "string"
67619           }, 
67620           {
67621             "example": "__MODEL-ELEMENT-UUID__", 
67622             "in": "path", 
67623             "name": "model-element-uuid", 
67624             "required": true, 
67625             "type": "string"
67626           }, 
67627           {
67628             "description": "model-element object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement.json)", 
67629             "in": "body", 
67630             "name": "body", 
67631             "required": true, 
67632             "schema": {
67633               "$ref": "#/definitions/model-element"
67634             }
67635           }
67636         ], 
67637         "produces": [
67638           "application/json", 
67639           "application/xml"
67640         ], 
67641         "responses": {
67642           "default": {
67643             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67644           }
67645         }, 
67646         "summary": "create or update an existing model-element", 
67647         "tags": [
67648           "ServiceDesignAndCreation"
67649         ]
67650       }
67651     }, 
67652     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/model-constraints": {
67653       "get": {
67654         "description": "returns model-constraints", 
67655         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraints", 
67656         "parameters": [
67657           {
67658             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67659             "example": "__MODEL-INVARIANT-ID__", 
67660             "in": "path", 
67661             "name": "model-invariant-id", 
67662             "required": true, 
67663             "type": "string"
67664           }, 
67665           {
67666             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67667             "example": "__MODEL-VERSION-ID__", 
67668             "in": "path", 
67669             "name": "model-version-id", 
67670             "required": true, 
67671             "type": "string"
67672           }, 
67673           {
67674             "example": "__MODEL-ELEMENT-UUID__", 
67675             "in": "path", 
67676             "name": "model-element-uuid", 
67677             "required": true, 
67678             "type": "string"
67679           }, 
67680           {
67681             "description": "n/a", 
67682             "in": "query", 
67683             "name": "model-constraint-uuid", 
67684             "required": false, 
67685             "type": "string"
67686           }
67687         ], 
67688         "produces": [
67689           "application/json", 
67690           "application/xml"
67691         ], 
67692         "responses": {
67693           "200": {
67694             "description": "successful operation", 
67695             "schema": {
67696               "$ref": "#/definitions/model-constraints"
67697             }
67698           }, 
67699           "default": {
67700             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67701           }
67702         }, 
67703         "summary": "returns model-constraints", 
67704         "tags": [
67705           "ServiceDesignAndCreation"
67706         ]
67707       }
67708     }, 
67709     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/model-constraints/model-constraint/{model-constraint-uuid}": {
67710       "delete": {
67711         "consumes": [
67712           "application/json", 
67713           "application/xml"
67714         ], 
67715         "description": "delete an existing model-constraint", 
67716         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
67717         "parameters": [
67718           {
67719             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67720             "example": "__MODEL-INVARIANT-ID__", 
67721             "in": "path", 
67722             "name": "model-invariant-id", 
67723             "required": true, 
67724             "type": "string"
67725           }, 
67726           {
67727             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67728             "example": "__MODEL-VERSION-ID__", 
67729             "in": "path", 
67730             "name": "model-version-id", 
67731             "required": true, 
67732             "type": "string"
67733           }, 
67734           {
67735             "example": "__MODEL-ELEMENT-UUID__", 
67736             "in": "path", 
67737             "name": "model-element-uuid", 
67738             "required": true, 
67739             "type": "string"
67740           }, 
67741           {
67742             "example": "__MODEL-CONSTRAINT-UUID__", 
67743             "in": "path", 
67744             "name": "model-constraint-uuid", 
67745             "required": true, 
67746             "type": "string"
67747           }, 
67748           {
67749             "description": "resource-version for concurrency", 
67750             "in": "query", 
67751             "name": "resource-version", 
67752             "required": true, 
67753             "type": "string"
67754           }
67755         ], 
67756         "produces": [
67757           "application/json", 
67758           "application/xml"
67759         ], 
67760         "responses": {
67761           "default": {
67762             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67763           }
67764         }, 
67765         "summary": "delete an existing model-constraint", 
67766         "tags": [
67767           "ServiceDesignAndCreation"
67768         ]
67769       }, 
67770       "get": {
67771         "description": "returns model-constraint", 
67772         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
67773         "parameters": [
67774           {
67775             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67776             "example": "__MODEL-INVARIANT-ID__", 
67777             "in": "path", 
67778             "name": "model-invariant-id", 
67779             "required": true, 
67780             "type": "string"
67781           }, 
67782           {
67783             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67784             "example": "__MODEL-VERSION-ID__", 
67785             "in": "path", 
67786             "name": "model-version-id", 
67787             "required": true, 
67788             "type": "string"
67789           }, 
67790           {
67791             "example": "__MODEL-ELEMENT-UUID__", 
67792             "in": "path", 
67793             "name": "model-element-uuid", 
67794             "required": true, 
67795             "type": "string"
67796           }, 
67797           {
67798             "example": "__MODEL-CONSTRAINT-UUID__", 
67799             "in": "path", 
67800             "name": "model-constraint-uuid", 
67801             "required": true, 
67802             "type": "string"
67803           }
67804         ], 
67805         "produces": [
67806           "application/json", 
67807           "application/xml"
67808         ], 
67809         "responses": {
67810           "200": {
67811             "description": "successful operation", 
67812             "schema": {
67813               "$ref": "#/definitions/model-constraint"
67814             }
67815           }, 
67816           "default": {
67817             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67818           }
67819         }, 
67820         "summary": "returns model-constraint", 
67821         "tags": [
67822           "ServiceDesignAndCreation"
67823         ]
67824       }, 
67825       "patch": {
67826         "consumes": [
67827           "application/json"
67828         ], 
67829         "description": "Update an existing model-constraint\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
67830         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
67831         "parameters": [
67832           {
67833             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67834             "example": "__MODEL-INVARIANT-ID__", 
67835             "in": "path", 
67836             "name": "model-invariant-id", 
67837             "required": true, 
67838             "type": "string"
67839           }, 
67840           {
67841             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67842             "example": "__MODEL-VERSION-ID__", 
67843             "in": "path", 
67844             "name": "model-version-id", 
67845             "required": true, 
67846             "type": "string"
67847           }, 
67848           {
67849             "example": "__MODEL-ELEMENT-UUID__", 
67850             "in": "path", 
67851             "name": "model-element-uuid", 
67852             "required": true, 
67853             "type": "string"
67854           }, 
67855           {
67856             "example": "__MODEL-CONSTRAINT-UUID__", 
67857             "in": "path", 
67858             "name": "model-constraint-uuid", 
67859             "required": true, 
67860             "type": "string"
67861           }, 
67862           {
67863             "description": "model-constraint object that needs to be updated.", 
67864             "in": "body", 
67865             "name": "body", 
67866             "required": true, 
67867             "schema": {
67868               "$ref": "#/definitions/zzzz-patch-model-constraint"
67869             }
67870           }
67871         ], 
67872         "produces": [
67873           "application/json"
67874         ], 
67875         "responses": {
67876           "default": {
67877             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67878           }
67879         }, 
67880         "summary": "update an existing model-constraint", 
67881         "tags": [
67882           "ServiceDesignAndCreation"
67883         ]
67884       }, 
67885       "put": {
67886         "consumes": [
67887           "application/json", 
67888           "application/xml"
67889         ], 
67890         "description": "Create or update an existing model-constraint.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
67891         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
67892         "parameters": [
67893           {
67894             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67895             "example": "__MODEL-INVARIANT-ID__", 
67896             "in": "path", 
67897             "name": "model-invariant-id", 
67898             "required": true, 
67899             "type": "string"
67900           }, 
67901           {
67902             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67903             "example": "__MODEL-VERSION-ID__", 
67904             "in": "path", 
67905             "name": "model-version-id", 
67906             "required": true, 
67907             "type": "string"
67908           }, 
67909           {
67910             "example": "__MODEL-ELEMENT-UUID__", 
67911             "in": "path", 
67912             "name": "model-element-uuid", 
67913             "required": true, 
67914             "type": "string"
67915           }, 
67916           {
67917             "example": "__MODEL-CONSTRAINT-UUID__", 
67918             "in": "path", 
67919             "name": "model-constraint-uuid", 
67920             "required": true, 
67921             "type": "string"
67922           }, 
67923           {
67924             "description": "model-constraint object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint.json)", 
67925             "in": "body", 
67926             "name": "body", 
67927             "required": true, 
67928             "schema": {
67929               "$ref": "#/definitions/model-constraint"
67930             }
67931           }
67932         ], 
67933         "produces": [
67934           "application/json", 
67935           "application/xml"
67936         ], 
67937         "responses": {
67938           "default": {
67939             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67940           }
67941         }, 
67942         "summary": "create or update an existing model-constraint", 
67943         "tags": [
67944           "ServiceDesignAndCreation"
67945         ]
67946       }
67947     }, 
67948     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/model-constraints/model-constraint/{model-constraint-uuid}/constrained-element-sets": {
67949       "get": {
67950         "description": "returns constrained-element-sets", 
67951         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSets", 
67952         "parameters": [
67953           {
67954             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
67955             "example": "__MODEL-INVARIANT-ID__", 
67956             "in": "path", 
67957             "name": "model-invariant-id", 
67958             "required": true, 
67959             "type": "string"
67960           }, 
67961           {
67962             "description": "Unique identifier corresponding to one version of a model in ASDC", 
67963             "example": "__MODEL-VERSION-ID__", 
67964             "in": "path", 
67965             "name": "model-version-id", 
67966             "required": true, 
67967             "type": "string"
67968           }, 
67969           {
67970             "example": "__MODEL-ELEMENT-UUID__", 
67971             "in": "path", 
67972             "name": "model-element-uuid", 
67973             "required": true, 
67974             "type": "string"
67975           }, 
67976           {
67977             "example": "__MODEL-CONSTRAINT-UUID__", 
67978             "in": "path", 
67979             "name": "model-constraint-uuid", 
67980             "required": true, 
67981             "type": "string"
67982           }, 
67983           {
67984             "description": "n/a", 
67985             "in": "query", 
67986             "name": "constrained-element-set-uuid", 
67987             "required": false, 
67988             "type": "string"
67989           }
67990         ], 
67991         "produces": [
67992           "application/json", 
67993           "application/xml"
67994         ], 
67995         "responses": {
67996           "200": {
67997             "description": "successful operation", 
67998             "schema": {
67999               "$ref": "#/definitions/constrained-element-sets"
68000             }
68001           }, 
68002           "default": {
68003             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68004           }
68005         }, 
68006         "summary": "returns constrained-element-sets", 
68007         "tags": [
68008           "ServiceDesignAndCreation"
68009         ]
68010       }
68011     }, 
68012     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/model-constraints/model-constraint/{model-constraint-uuid}/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}": {
68013       "delete": {
68014         "consumes": [
68015           "application/json", 
68016           "application/xml"
68017         ], 
68018         "description": "delete an existing constrained-element-set", 
68019         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
68020         "parameters": [
68021           {
68022             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68023             "example": "__MODEL-INVARIANT-ID__", 
68024             "in": "path", 
68025             "name": "model-invariant-id", 
68026             "required": true, 
68027             "type": "string"
68028           }, 
68029           {
68030             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68031             "example": "__MODEL-VERSION-ID__", 
68032             "in": "path", 
68033             "name": "model-version-id", 
68034             "required": true, 
68035             "type": "string"
68036           }, 
68037           {
68038             "example": "__MODEL-ELEMENT-UUID__", 
68039             "in": "path", 
68040             "name": "model-element-uuid", 
68041             "required": true, 
68042             "type": "string"
68043           }, 
68044           {
68045             "example": "__MODEL-CONSTRAINT-UUID__", 
68046             "in": "path", 
68047             "name": "model-constraint-uuid", 
68048             "required": true, 
68049             "type": "string"
68050           }, 
68051           {
68052             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68053             "in": "path", 
68054             "name": "constrained-element-set-uuid", 
68055             "required": true, 
68056             "type": "string"
68057           }, 
68058           {
68059             "description": "resource-version for concurrency", 
68060             "in": "query", 
68061             "name": "resource-version", 
68062             "required": true, 
68063             "type": "string"
68064           }
68065         ], 
68066         "produces": [
68067           "application/json", 
68068           "application/xml"
68069         ], 
68070         "responses": {
68071           "default": {
68072             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68073           }
68074         }, 
68075         "summary": "delete an existing constrained-element-set", 
68076         "tags": [
68077           "ServiceDesignAndCreation"
68078         ]
68079       }, 
68080       "get": {
68081         "description": "returns constrained-element-set", 
68082         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
68083         "parameters": [
68084           {
68085             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68086             "example": "__MODEL-INVARIANT-ID__", 
68087             "in": "path", 
68088             "name": "model-invariant-id", 
68089             "required": true, 
68090             "type": "string"
68091           }, 
68092           {
68093             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68094             "example": "__MODEL-VERSION-ID__", 
68095             "in": "path", 
68096             "name": "model-version-id", 
68097             "required": true, 
68098             "type": "string"
68099           }, 
68100           {
68101             "example": "__MODEL-ELEMENT-UUID__", 
68102             "in": "path", 
68103             "name": "model-element-uuid", 
68104             "required": true, 
68105             "type": "string"
68106           }, 
68107           {
68108             "example": "__MODEL-CONSTRAINT-UUID__", 
68109             "in": "path", 
68110             "name": "model-constraint-uuid", 
68111             "required": true, 
68112             "type": "string"
68113           }, 
68114           {
68115             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68116             "in": "path", 
68117             "name": "constrained-element-set-uuid", 
68118             "required": true, 
68119             "type": "string"
68120           }
68121         ], 
68122         "produces": [
68123           "application/json", 
68124           "application/xml"
68125         ], 
68126         "responses": {
68127           "200": {
68128             "description": "successful operation", 
68129             "schema": {
68130               "$ref": "#/definitions/constrained-element-set"
68131             }
68132           }, 
68133           "default": {
68134             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68135           }
68136         }, 
68137         "summary": "returns constrained-element-set", 
68138         "tags": [
68139           "ServiceDesignAndCreation"
68140         ]
68141       }, 
68142       "patch": {
68143         "consumes": [
68144           "application/json"
68145         ], 
68146         "description": "Update an existing constrained-element-set\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
68147         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
68148         "parameters": [
68149           {
68150             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68151             "example": "__MODEL-INVARIANT-ID__", 
68152             "in": "path", 
68153             "name": "model-invariant-id", 
68154             "required": true, 
68155             "type": "string"
68156           }, 
68157           {
68158             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68159             "example": "__MODEL-VERSION-ID__", 
68160             "in": "path", 
68161             "name": "model-version-id", 
68162             "required": true, 
68163             "type": "string"
68164           }, 
68165           {
68166             "example": "__MODEL-ELEMENT-UUID__", 
68167             "in": "path", 
68168             "name": "model-element-uuid", 
68169             "required": true, 
68170             "type": "string"
68171           }, 
68172           {
68173             "example": "__MODEL-CONSTRAINT-UUID__", 
68174             "in": "path", 
68175             "name": "model-constraint-uuid", 
68176             "required": true, 
68177             "type": "string"
68178           }, 
68179           {
68180             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68181             "in": "path", 
68182             "name": "constrained-element-set-uuid", 
68183             "required": true, 
68184             "type": "string"
68185           }, 
68186           {
68187             "description": "constrained-element-set object that needs to be updated.", 
68188             "in": "body", 
68189             "name": "body", 
68190             "required": true, 
68191             "schema": {
68192               "$ref": "#/definitions/zzzz-patch-constrained-element-set"
68193             }
68194           }
68195         ], 
68196         "produces": [
68197           "application/json"
68198         ], 
68199         "responses": {
68200           "default": {
68201             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68202           }
68203         }, 
68204         "summary": "update an existing constrained-element-set", 
68205         "tags": [
68206           "ServiceDesignAndCreation"
68207         ]
68208       }, 
68209       "put": {
68210         "consumes": [
68211           "application/json", 
68212           "application/xml"
68213         ], 
68214         "description": "Create or update an existing constrained-element-set.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
68215         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
68216         "parameters": [
68217           {
68218             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68219             "example": "__MODEL-INVARIANT-ID__", 
68220             "in": "path", 
68221             "name": "model-invariant-id", 
68222             "required": true, 
68223             "type": "string"
68224           }, 
68225           {
68226             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68227             "example": "__MODEL-VERSION-ID__", 
68228             "in": "path", 
68229             "name": "model-version-id", 
68230             "required": true, 
68231             "type": "string"
68232           }, 
68233           {
68234             "example": "__MODEL-ELEMENT-UUID__", 
68235             "in": "path", 
68236             "name": "model-element-uuid", 
68237             "required": true, 
68238             "type": "string"
68239           }, 
68240           {
68241             "example": "__MODEL-CONSTRAINT-UUID__", 
68242             "in": "path", 
68243             "name": "model-constraint-uuid", 
68244             "required": true, 
68245             "type": "string"
68246           }, 
68247           {
68248             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68249             "in": "path", 
68250             "name": "constrained-element-set-uuid", 
68251             "required": true, 
68252             "type": "string"
68253           }, 
68254           {
68255             "description": "constrained-element-set object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet.json)", 
68256             "in": "body", 
68257             "name": "body", 
68258             "required": true, 
68259             "schema": {
68260               "$ref": "#/definitions/constrained-element-set"
68261             }
68262           }
68263         ], 
68264         "produces": [
68265           "application/json", 
68266           "application/xml"
68267         ], 
68268         "responses": {
68269           "default": {
68270             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68271           }
68272         }, 
68273         "summary": "create or update an existing constrained-element-set", 
68274         "tags": [
68275           "ServiceDesignAndCreation"
68276         ]
68277       }
68278     }, 
68279     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/model-constraints/model-constraint/{model-constraint-uuid}/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}/element-choice-sets": {
68280       "get": {
68281         "description": "returns element-choice-sets", 
68282         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSets", 
68283         "parameters": [
68284           {
68285             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68286             "example": "__MODEL-INVARIANT-ID__", 
68287             "in": "path", 
68288             "name": "model-invariant-id", 
68289             "required": true, 
68290             "type": "string"
68291           }, 
68292           {
68293             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68294             "example": "__MODEL-VERSION-ID__", 
68295             "in": "path", 
68296             "name": "model-version-id", 
68297             "required": true, 
68298             "type": "string"
68299           }, 
68300           {
68301             "example": "__MODEL-ELEMENT-UUID__", 
68302             "in": "path", 
68303             "name": "model-element-uuid", 
68304             "required": true, 
68305             "type": "string"
68306           }, 
68307           {
68308             "example": "__MODEL-CONSTRAINT-UUID__", 
68309             "in": "path", 
68310             "name": "model-constraint-uuid", 
68311             "required": true, 
68312             "type": "string"
68313           }, 
68314           {
68315             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68316             "in": "path", 
68317             "name": "constrained-element-set-uuid", 
68318             "required": true, 
68319             "type": "string"
68320           }, 
68321           {
68322             "description": "n/a", 
68323             "in": "query", 
68324             "name": "element-choice-set-uuid", 
68325             "required": false, 
68326             "type": "string"
68327           }
68328         ], 
68329         "produces": [
68330           "application/json", 
68331           "application/xml"
68332         ], 
68333         "responses": {
68334           "200": {
68335             "description": "successful operation", 
68336             "schema": {
68337               "$ref": "#/definitions/element-choice-sets"
68338             }
68339           }, 
68340           "default": {
68341             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68342           }
68343         }, 
68344         "summary": "returns element-choice-sets", 
68345         "tags": [
68346           "ServiceDesignAndCreation"
68347         ]
68348       }
68349     }, 
68350     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/model-constraints/model-constraint/{model-constraint-uuid}/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}/element-choice-sets/element-choice-set/{element-choice-set-uuid}": {
68351       "delete": {
68352         "consumes": [
68353           "application/json", 
68354           "application/xml"
68355         ], 
68356         "description": "delete an existing element-choice-set", 
68357         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
68358         "parameters": [
68359           {
68360             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68361             "example": "__MODEL-INVARIANT-ID__", 
68362             "in": "path", 
68363             "name": "model-invariant-id", 
68364             "required": true, 
68365             "type": "string"
68366           }, 
68367           {
68368             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68369             "example": "__MODEL-VERSION-ID__", 
68370             "in": "path", 
68371             "name": "model-version-id", 
68372             "required": true, 
68373             "type": "string"
68374           }, 
68375           {
68376             "example": "__MODEL-ELEMENT-UUID__", 
68377             "in": "path", 
68378             "name": "model-element-uuid", 
68379             "required": true, 
68380             "type": "string"
68381           }, 
68382           {
68383             "example": "__MODEL-CONSTRAINT-UUID__", 
68384             "in": "path", 
68385             "name": "model-constraint-uuid", 
68386             "required": true, 
68387             "type": "string"
68388           }, 
68389           {
68390             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68391             "in": "path", 
68392             "name": "constrained-element-set-uuid", 
68393             "required": true, 
68394             "type": "string"
68395           }, 
68396           {
68397             "example": "__ELEMENT-CHOICE-SET-UUID__", 
68398             "in": "path", 
68399             "name": "element-choice-set-uuid", 
68400             "required": true, 
68401             "type": "string"
68402           }, 
68403           {
68404             "description": "resource-version for concurrency", 
68405             "in": "query", 
68406             "name": "resource-version", 
68407             "required": true, 
68408             "type": "string"
68409           }
68410         ], 
68411         "produces": [
68412           "application/json", 
68413           "application/xml"
68414         ], 
68415         "responses": {
68416           "default": {
68417             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68418           }
68419         }, 
68420         "summary": "delete an existing element-choice-set", 
68421         "tags": [
68422           "ServiceDesignAndCreation"
68423         ]
68424       }, 
68425       "get": {
68426         "description": "returns element-choice-set", 
68427         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
68428         "parameters": [
68429           {
68430             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68431             "example": "__MODEL-INVARIANT-ID__", 
68432             "in": "path", 
68433             "name": "model-invariant-id", 
68434             "required": true, 
68435             "type": "string"
68436           }, 
68437           {
68438             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68439             "example": "__MODEL-VERSION-ID__", 
68440             "in": "path", 
68441             "name": "model-version-id", 
68442             "required": true, 
68443             "type": "string"
68444           }, 
68445           {
68446             "example": "__MODEL-ELEMENT-UUID__", 
68447             "in": "path", 
68448             "name": "model-element-uuid", 
68449             "required": true, 
68450             "type": "string"
68451           }, 
68452           {
68453             "example": "__MODEL-CONSTRAINT-UUID__", 
68454             "in": "path", 
68455             "name": "model-constraint-uuid", 
68456             "required": true, 
68457             "type": "string"
68458           }, 
68459           {
68460             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68461             "in": "path", 
68462             "name": "constrained-element-set-uuid", 
68463             "required": true, 
68464             "type": "string"
68465           }, 
68466           {
68467             "example": "__ELEMENT-CHOICE-SET-UUID__", 
68468             "in": "path", 
68469             "name": "element-choice-set-uuid", 
68470             "required": true, 
68471             "type": "string"
68472           }
68473         ], 
68474         "produces": [
68475           "application/json", 
68476           "application/xml"
68477         ], 
68478         "responses": {
68479           "200": {
68480             "description": "successful operation", 
68481             "schema": {
68482               "$ref": "#/definitions/element-choice-set"
68483             }
68484           }, 
68485           "default": {
68486             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68487           }
68488         }, 
68489         "summary": "returns element-choice-set", 
68490         "tags": [
68491           "ServiceDesignAndCreation"
68492         ]
68493       }, 
68494       "patch": {
68495         "consumes": [
68496           "application/json"
68497         ], 
68498         "description": "Update an existing element-choice-set\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
68499         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
68500         "parameters": [
68501           {
68502             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68503             "example": "__MODEL-INVARIANT-ID__", 
68504             "in": "path", 
68505             "name": "model-invariant-id", 
68506             "required": true, 
68507             "type": "string"
68508           }, 
68509           {
68510             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68511             "example": "__MODEL-VERSION-ID__", 
68512             "in": "path", 
68513             "name": "model-version-id", 
68514             "required": true, 
68515             "type": "string"
68516           }, 
68517           {
68518             "example": "__MODEL-ELEMENT-UUID__", 
68519             "in": "path", 
68520             "name": "model-element-uuid", 
68521             "required": true, 
68522             "type": "string"
68523           }, 
68524           {
68525             "example": "__MODEL-CONSTRAINT-UUID__", 
68526             "in": "path", 
68527             "name": "model-constraint-uuid", 
68528             "required": true, 
68529             "type": "string"
68530           }, 
68531           {
68532             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68533             "in": "path", 
68534             "name": "constrained-element-set-uuid", 
68535             "required": true, 
68536             "type": "string"
68537           }, 
68538           {
68539             "example": "__ELEMENT-CHOICE-SET-UUID__", 
68540             "in": "path", 
68541             "name": "element-choice-set-uuid", 
68542             "required": true, 
68543             "type": "string"
68544           }, 
68545           {
68546             "description": "element-choice-set object that needs to be updated.", 
68547             "in": "body", 
68548             "name": "body", 
68549             "required": true, 
68550             "schema": {
68551               "$ref": "#/definitions/zzzz-patch-element-choice-set"
68552             }
68553           }
68554         ], 
68555         "produces": [
68556           "application/json"
68557         ], 
68558         "responses": {
68559           "default": {
68560             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68561           }
68562         }, 
68563         "summary": "update an existing element-choice-set", 
68564         "tags": [
68565           "ServiceDesignAndCreation"
68566         ]
68567       }, 
68568       "put": {
68569         "consumes": [
68570           "application/json", 
68571           "application/xml"
68572         ], 
68573         "description": "Create or update an existing element-choice-set.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
68574         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
68575         "parameters": [
68576           {
68577             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68578             "example": "__MODEL-INVARIANT-ID__", 
68579             "in": "path", 
68580             "name": "model-invariant-id", 
68581             "required": true, 
68582             "type": "string"
68583           }, 
68584           {
68585             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68586             "example": "__MODEL-VERSION-ID__", 
68587             "in": "path", 
68588             "name": "model-version-id", 
68589             "required": true, 
68590             "type": "string"
68591           }, 
68592           {
68593             "example": "__MODEL-ELEMENT-UUID__", 
68594             "in": "path", 
68595             "name": "model-element-uuid", 
68596             "required": true, 
68597             "type": "string"
68598           }, 
68599           {
68600             "example": "__MODEL-CONSTRAINT-UUID__", 
68601             "in": "path", 
68602             "name": "model-constraint-uuid", 
68603             "required": true, 
68604             "type": "string"
68605           }, 
68606           {
68607             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68608             "in": "path", 
68609             "name": "constrained-element-set-uuid", 
68610             "required": true, 
68611             "type": "string"
68612           }, 
68613           {
68614             "example": "__ELEMENT-CHOICE-SET-UUID__", 
68615             "in": "path", 
68616             "name": "element-choice-set-uuid", 
68617             "required": true, 
68618             "type": "string"
68619           }, 
68620           {
68621             "description": "element-choice-set object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet.json)", 
68622             "in": "body", 
68623             "name": "body", 
68624             "required": true, 
68625             "schema": {
68626               "$ref": "#/definitions/element-choice-set"
68627             }
68628           }
68629         ], 
68630         "produces": [
68631           "application/json", 
68632           "application/xml"
68633         ], 
68634         "responses": {
68635           "default": {
68636             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68637           }
68638         }, 
68639         "summary": "create or update an existing element-choice-set", 
68640         "tags": [
68641           "ServiceDesignAndCreation"
68642         ]
68643       }
68644     }, 
68645     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/model-constraints/model-constraint/{model-constraint-uuid}/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}/element-choice-sets/element-choice-set/{element-choice-set-uuid}/relationship-list/relationship": {
68646       "delete": {
68647         "consumes": [
68648           "application/json", 
68649           "application/xml"
68650         ], 
68651         "description": "delete an existing relationship", 
68652         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSetRelationshipListRelationship", 
68653         "parameters": [
68654           {
68655             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68656             "example": "__MODEL-INVARIANT-ID__", 
68657             "in": "path", 
68658             "name": "model-invariant-id", 
68659             "required": true, 
68660             "type": "string"
68661           }, 
68662           {
68663             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68664             "example": "__MODEL-VERSION-ID__", 
68665             "in": "path", 
68666             "name": "model-version-id", 
68667             "required": true, 
68668             "type": "string"
68669           }, 
68670           {
68671             "example": "__MODEL-ELEMENT-UUID__", 
68672             "in": "path", 
68673             "name": "model-element-uuid", 
68674             "required": true, 
68675             "type": "string"
68676           }, 
68677           {
68678             "example": "__MODEL-CONSTRAINT-UUID__", 
68679             "in": "path", 
68680             "name": "model-constraint-uuid", 
68681             "required": true, 
68682             "type": "string"
68683           }, 
68684           {
68685             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68686             "in": "path", 
68687             "name": "constrained-element-set-uuid", 
68688             "required": true, 
68689             "type": "string"
68690           }, 
68691           {
68692             "example": "__ELEMENT-CHOICE-SET-UUID__", 
68693             "in": "path", 
68694             "name": "element-choice-set-uuid", 
68695             "required": true, 
68696             "type": "string"
68697           }
68698         ], 
68699         "produces": [
68700           "application/json", 
68701           "application/xml"
68702         ], 
68703         "responses": {
68704           "default": {
68705             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68706           }
68707         }, 
68708         "summary": "delete an existing relationship", 
68709         "tags": [
68710           "ServiceDesignAndCreation"
68711         ]
68712       }, 
68713       "put": {
68714         "consumes": [
68715           "application/json", 
68716           "application/xml"
68717         ], 
68718         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSetRelationshipListRelationship", 
68719         "parameters": [
68720           {
68721             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68722             "example": "__MODEL-INVARIANT-ID__", 
68723             "in": "path", 
68724             "name": "model-invariant-id", 
68725             "required": true, 
68726             "type": "string"
68727           }, 
68728           {
68729             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68730             "example": "__MODEL-VERSION-ID__", 
68731             "in": "path", 
68732             "name": "model-version-id", 
68733             "required": true, 
68734             "type": "string"
68735           }, 
68736           {
68737             "example": "__MODEL-ELEMENT-UUID__", 
68738             "in": "path", 
68739             "name": "model-element-uuid", 
68740             "required": true, 
68741             "type": "string"
68742           }, 
68743           {
68744             "example": "__MODEL-CONSTRAINT-UUID__", 
68745             "in": "path", 
68746             "name": "model-constraint-uuid", 
68747             "required": true, 
68748             "type": "string"
68749           }, 
68750           {
68751             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68752             "in": "path", 
68753             "name": "constrained-element-set-uuid", 
68754             "required": true, 
68755             "type": "string"
68756           }, 
68757           {
68758             "example": "__ELEMENT-CHOICE-SET-UUID__", 
68759             "in": "path", 
68760             "name": "element-choice-set-uuid", 
68761             "required": true, 
68762             "type": "string"
68763           }, 
68764           {
68765             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet.json)", 
68766             "in": "body", 
68767             "name": "body", 
68768             "required": true, 
68769             "schema": {
68770               "$ref": "#/definitions/relationship-dict"
68771             }
68772           }
68773         ], 
68774         "produces": [
68775           "application/json", 
68776           "application/xml"
68777         ], 
68778         "responses": {
68779           "default": {
68780             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68781           }
68782         }, 
68783         "summary": "see node definition for valid relationships", 
68784         "tags": [
68785           "ServiceDesignAndCreation"
68786         ]
68787       }
68788     }, 
68789     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/model-constraints/model-constraint/{model-constraint-uuid}/constrained-element-sets/constrained-element-set/{constrained-element-set-uuid}/relationship-list/relationship": {
68790       "delete": {
68791         "consumes": [
68792           "application/json", 
68793           "application/xml"
68794         ], 
68795         "description": "delete an existing relationship", 
68796         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetRelationshipListRelationship", 
68797         "parameters": [
68798           {
68799             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68800             "example": "__MODEL-INVARIANT-ID__", 
68801             "in": "path", 
68802             "name": "model-invariant-id", 
68803             "required": true, 
68804             "type": "string"
68805           }, 
68806           {
68807             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68808             "example": "__MODEL-VERSION-ID__", 
68809             "in": "path", 
68810             "name": "model-version-id", 
68811             "required": true, 
68812             "type": "string"
68813           }, 
68814           {
68815             "example": "__MODEL-ELEMENT-UUID__", 
68816             "in": "path", 
68817             "name": "model-element-uuid", 
68818             "required": true, 
68819             "type": "string"
68820           }, 
68821           {
68822             "example": "__MODEL-CONSTRAINT-UUID__", 
68823             "in": "path", 
68824             "name": "model-constraint-uuid", 
68825             "required": true, 
68826             "type": "string"
68827           }, 
68828           {
68829             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68830             "in": "path", 
68831             "name": "constrained-element-set-uuid", 
68832             "required": true, 
68833             "type": "string"
68834           }
68835         ], 
68836         "produces": [
68837           "application/json", 
68838           "application/xml"
68839         ], 
68840         "responses": {
68841           "default": {
68842             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68843           }
68844         }, 
68845         "summary": "delete an existing relationship", 
68846         "tags": [
68847           "ServiceDesignAndCreation"
68848         ]
68849       }, 
68850       "put": {
68851         "consumes": [
68852           "application/json", 
68853           "application/xml"
68854         ], 
68855         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetRelationshipListRelationship", 
68856         "parameters": [
68857           {
68858             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68859             "example": "__MODEL-INVARIANT-ID__", 
68860             "in": "path", 
68861             "name": "model-invariant-id", 
68862             "required": true, 
68863             "type": "string"
68864           }, 
68865           {
68866             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68867             "example": "__MODEL-VERSION-ID__", 
68868             "in": "path", 
68869             "name": "model-version-id", 
68870             "required": true, 
68871             "type": "string"
68872           }, 
68873           {
68874             "example": "__MODEL-ELEMENT-UUID__", 
68875             "in": "path", 
68876             "name": "model-element-uuid", 
68877             "required": true, 
68878             "type": "string"
68879           }, 
68880           {
68881             "example": "__MODEL-CONSTRAINT-UUID__", 
68882             "in": "path", 
68883             "name": "model-constraint-uuid", 
68884             "required": true, 
68885             "type": "string"
68886           }, 
68887           {
68888             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
68889             "in": "path", 
68890             "name": "constrained-element-set-uuid", 
68891             "required": true, 
68892             "type": "string"
68893           }, 
68894           {
68895             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet.json)", 
68896             "in": "body", 
68897             "name": "body", 
68898             "required": true, 
68899             "schema": {
68900               "$ref": "#/definitions/relationship-dict"
68901             }
68902           }
68903         ], 
68904         "produces": [
68905           "application/json", 
68906           "application/xml"
68907         ], 
68908         "responses": {
68909           "default": {
68910             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68911           }
68912         }, 
68913         "summary": "see node definition for valid relationships", 
68914         "tags": [
68915           "ServiceDesignAndCreation"
68916         ]
68917       }
68918     }, 
68919     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}/relationship-list/relationship": {
68920       "delete": {
68921         "consumes": [
68922           "application/json", 
68923           "application/xml"
68924         ], 
68925         "description": "delete an existing relationship", 
68926         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementRelationshipListRelationship", 
68927         "parameters": [
68928           {
68929             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68930             "example": "__MODEL-INVARIANT-ID__", 
68931             "in": "path", 
68932             "name": "model-invariant-id", 
68933             "required": true, 
68934             "type": "string"
68935           }, 
68936           {
68937             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68938             "example": "__MODEL-VERSION-ID__", 
68939             "in": "path", 
68940             "name": "model-version-id", 
68941             "required": true, 
68942             "type": "string"
68943           }, 
68944           {
68945             "example": "__MODEL-ELEMENT-UUID__", 
68946             "in": "path", 
68947             "name": "model-element-uuid", 
68948             "required": true, 
68949             "type": "string"
68950           }
68951         ], 
68952         "produces": [
68953           "application/json", 
68954           "application/xml"
68955         ], 
68956         "responses": {
68957           "default": {
68958             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68959           }
68960         }, 
68961         "summary": "delete an existing relationship", 
68962         "tags": [
68963           "ServiceDesignAndCreation"
68964         ]
68965       }, 
68966       "put": {
68967         "consumes": [
68968           "application/json", 
68969           "application/xml"
68970         ], 
68971         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementRelationshipListRelationship", 
68972         "parameters": [
68973           {
68974             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
68975             "example": "__MODEL-INVARIANT-ID__", 
68976             "in": "path", 
68977             "name": "model-invariant-id", 
68978             "required": true, 
68979             "type": "string"
68980           }, 
68981           {
68982             "description": "Unique identifier corresponding to one version of a model in ASDC", 
68983             "example": "__MODEL-VERSION-ID__", 
68984             "in": "path", 
68985             "name": "model-version-id", 
68986             "required": true, 
68987             "type": "string"
68988           }, 
68989           {
68990             "example": "__MODEL-ELEMENT-UUID__", 
68991             "in": "path", 
68992             "name": "model-element-uuid", 
68993             "required": true, 
68994             "type": "string"
68995           }, 
68996           {
68997             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement.json)", 
68998             "in": "body", 
68999             "name": "body", 
69000             "required": true, 
69001             "schema": {
69002               "$ref": "#/definitions/relationship-dict"
69003             }
69004           }
69005         ], 
69006         "produces": [
69007           "application/json", 
69008           "application/xml"
69009         ], 
69010         "responses": {
69011           "default": {
69012             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69013           }
69014         }, 
69015         "summary": "see node definition for valid relationships", 
69016         "tags": [
69017           "ServiceDesignAndCreation"
69018         ]
69019       }
69020     }, 
69021     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/relationship-list/relationship": {
69022       "delete": {
69023         "consumes": [
69024           "application/json", 
69025           "application/xml"
69026         ], 
69027         "description": "delete an existing relationship", 
69028         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerRelationshipListRelationship", 
69029         "parameters": [
69030           {
69031             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
69032             "example": "__MODEL-INVARIANT-ID__", 
69033             "in": "path", 
69034             "name": "model-invariant-id", 
69035             "required": true, 
69036             "type": "string"
69037           }, 
69038           {
69039             "description": "Unique identifier corresponding to one version of a model in ASDC", 
69040             "example": "__MODEL-VERSION-ID__", 
69041             "in": "path", 
69042             "name": "model-version-id", 
69043             "required": true, 
69044             "type": "string"
69045           }
69046         ], 
69047         "produces": [
69048           "application/json", 
69049           "application/xml"
69050         ], 
69051         "responses": {
69052           "default": {
69053             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69054           }
69055         }, 
69056         "summary": "delete an existing relationship", 
69057         "tags": [
69058           "ServiceDesignAndCreation"
69059         ]
69060       }, 
69061       "put": {
69062         "consumes": [
69063           "application/json", 
69064           "application/xml"
69065         ], 
69066         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerRelationshipListRelationship", 
69067         "parameters": [
69068           {
69069             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
69070             "example": "__MODEL-INVARIANT-ID__", 
69071             "in": "path", 
69072             "name": "model-invariant-id", 
69073             "required": true, 
69074             "type": "string"
69075           }, 
69076           {
69077             "description": "Unique identifier corresponding to one version of a model in ASDC", 
69078             "example": "__MODEL-VERSION-ID__", 
69079             "in": "path", 
69080             "name": "model-version-id", 
69081             "required": true, 
69082             "type": "string"
69083           }, 
69084           {
69085             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModelModelVersModelVer.json)", 
69086             "in": "body", 
69087             "name": "body", 
69088             "required": true, 
69089             "schema": {
69090               "$ref": "#/definitions/relationship-dict"
69091             }
69092           }
69093         ], 
69094         "produces": [
69095           "application/json", 
69096           "application/xml"
69097         ], 
69098         "responses": {
69099           "default": {
69100             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69101           }
69102         }, 
69103         "summary": "see node definition for valid relationships", 
69104         "tags": [
69105           "ServiceDesignAndCreation"
69106         ]
69107       }
69108     }, 
69109     "/service-design-and-creation/models/model/{model-invariant-id}/relationship-list/relationship": {
69110       "delete": {
69111         "consumes": [
69112           "application/json", 
69113           "application/xml"
69114         ], 
69115         "description": "delete an existing relationship", 
69116         "operationId": "deleteServiceDesignAndCreationModelsModelRelationshipListRelationship", 
69117         "parameters": [
69118           {
69119             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
69120             "example": "__MODEL-INVARIANT-ID__", 
69121             "in": "path", 
69122             "name": "model-invariant-id", 
69123             "required": true, 
69124             "type": "string"
69125           }
69126         ], 
69127         "produces": [
69128           "application/json", 
69129           "application/xml"
69130         ], 
69131         "responses": {
69132           "default": {
69133             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69134           }
69135         }, 
69136         "summary": "delete an existing relationship", 
69137         "tags": [
69138           "ServiceDesignAndCreation"
69139         ]
69140       }, 
69141       "put": {
69142         "consumes": [
69143           "application/json", 
69144           "application/xml"
69145         ], 
69146         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelRelationshipListRelationship", 
69147         "parameters": [
69148           {
69149             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
69150             "example": "__MODEL-INVARIANT-ID__", 
69151             "in": "path", 
69152             "name": "model-invariant-id", 
69153             "required": true, 
69154             "type": "string"
69155           }, 
69156           {
69157             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationModelsModel.json)", 
69158             "in": "body", 
69159             "name": "body", 
69160             "required": true, 
69161             "schema": {
69162               "$ref": "#/definitions/relationship-dict"
69163             }
69164           }
69165         ], 
69166         "produces": [
69167           "application/json", 
69168           "application/xml"
69169         ], 
69170         "responses": {
69171           "default": {
69172             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69173           }
69174         }, 
69175         "summary": "see node definition for valid relationships", 
69176         "tags": [
69177           "ServiceDesignAndCreation"
69178         ]
69179       }
69180     }, 
69181     "/service-design-and-creation/named-queries": {
69182       "get": {
69183         "description": "returns named-queries", 
69184         "operationId": "getServiceDesignAndCreationNamedQueries", 
69185         "parameters": [
69186           {
69187             "description": "n/a", 
69188             "in": "query", 
69189             "name": "named-query-uuid", 
69190             "required": false, 
69191             "type": "string"
69192           }, 
69193           {
69194             "description": "n/a", 
69195             "in": "query", 
69196             "name": "named-query-name", 
69197             "required": false, 
69198             "type": "string"
69199           }
69200         ], 
69201         "produces": [
69202           "application/json", 
69203           "application/xml"
69204         ], 
69205         "responses": {
69206           "200": {
69207             "description": "successful operation", 
69208             "schema": {
69209               "$ref": "#/definitions/named-queries"
69210             }
69211           }, 
69212           "default": {
69213             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69214           }
69215         }, 
69216         "summary": "returns named-queries", 
69217         "tags": [
69218           "ServiceDesignAndCreation"
69219         ]
69220       }
69221     }, 
69222     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}": {
69223       "delete": {
69224         "consumes": [
69225           "application/json", 
69226           "application/xml"
69227         ], 
69228         "description": "delete an existing named-query", 
69229         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQuery", 
69230         "parameters": [
69231           {
69232             "example": "__NAMED-QUERY-UUID__", 
69233             "in": "path", 
69234             "name": "named-query-uuid", 
69235             "required": true, 
69236             "type": "string"
69237           }, 
69238           {
69239             "description": "resource-version for concurrency", 
69240             "in": "query", 
69241             "name": "resource-version", 
69242             "required": true, 
69243             "type": "string"
69244           }
69245         ], 
69246         "produces": [
69247           "application/json", 
69248           "application/xml"
69249         ], 
69250         "responses": {
69251           "default": {
69252             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69253           }
69254         }, 
69255         "summary": "delete an existing named-query", 
69256         "tags": [
69257           "ServiceDesignAndCreation"
69258         ]
69259       }, 
69260       "get": {
69261         "description": "returns named-query", 
69262         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQuery", 
69263         "parameters": [
69264           {
69265             "example": "__NAMED-QUERY-UUID__", 
69266             "in": "path", 
69267             "name": "named-query-uuid", 
69268             "required": true, 
69269             "type": "string"
69270           }
69271         ], 
69272         "produces": [
69273           "application/json", 
69274           "application/xml"
69275         ], 
69276         "responses": {
69277           "200": {
69278             "description": "successful operation", 
69279             "schema": {
69280               "$ref": "#/definitions/named-query"
69281             }
69282           }, 
69283           "default": {
69284             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69285           }
69286         }, 
69287         "summary": "returns named-query", 
69288         "tags": [
69289           "ServiceDesignAndCreation"
69290         ]
69291       }, 
69292       "patch": {
69293         "consumes": [
69294           "application/json"
69295         ], 
69296         "description": "Update an existing named-query\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
69297         "operationId": "UpdateServiceDesignAndCreationNamedQueriesNamedQuery", 
69298         "parameters": [
69299           {
69300             "example": "__NAMED-QUERY-UUID__", 
69301             "in": "path", 
69302             "name": "named-query-uuid", 
69303             "required": true, 
69304             "type": "string"
69305           }, 
69306           {
69307             "description": "named-query object that needs to be updated.", 
69308             "in": "body", 
69309             "name": "body", 
69310             "required": true, 
69311             "schema": {
69312               "$ref": "#/definitions/zzzz-patch-named-query"
69313             }
69314           }
69315         ], 
69316         "produces": [
69317           "application/json"
69318         ], 
69319         "responses": {
69320           "default": {
69321             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69322           }
69323         }, 
69324         "summary": "update an existing named-query", 
69325         "tags": [
69326           "ServiceDesignAndCreation"
69327         ]
69328       }, 
69329       "put": {
69330         "consumes": [
69331           "application/json", 
69332           "application/xml"
69333         ], 
69334         "description": "Create or update an existing named-query.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
69335         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQuery", 
69336         "parameters": [
69337           {
69338             "example": "__NAMED-QUERY-UUID__", 
69339             "in": "path", 
69340             "name": "named-query-uuid", 
69341             "required": true, 
69342             "type": "string"
69343           }, 
69344           {
69345             "description": "named-query object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationNamedQueriesNamedQuery.json)", 
69346             "in": "body", 
69347             "name": "body", 
69348             "required": true, 
69349             "schema": {
69350               "$ref": "#/definitions/named-query"
69351             }
69352           }
69353         ], 
69354         "produces": [
69355           "application/json", 
69356           "application/xml"
69357         ], 
69358         "responses": {
69359           "default": {
69360             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69361           }
69362         }, 
69363         "summary": "create or update an existing named-query", 
69364         "tags": [
69365           "ServiceDesignAndCreation"
69366         ]
69367       }
69368     }, 
69369     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements": {
69370       "get": {
69371         "description": "returns named-query-elements", 
69372         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElements", 
69373         "parameters": [
69374           {
69375             "example": "__NAMED-QUERY-UUID__", 
69376             "in": "path", 
69377             "name": "named-query-uuid", 
69378             "required": true, 
69379             "type": "string"
69380           }, 
69381           {
69382             "description": "n/a", 
69383             "in": "query", 
69384             "name": "named-query-element-uuid", 
69385             "required": false, 
69386             "type": "string"
69387           }
69388         ], 
69389         "produces": [
69390           "application/json", 
69391           "application/xml"
69392         ], 
69393         "responses": {
69394           "200": {
69395             "description": "successful operation", 
69396             "schema": {
69397               "$ref": "#/definitions/named-query-elements"
69398             }
69399           }, 
69400           "default": {
69401             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69402           }
69403         }, 
69404         "summary": "returns named-query-elements", 
69405         "tags": [
69406           "ServiceDesignAndCreation"
69407         ]
69408       }
69409     }, 
69410     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}": {
69411       "delete": {
69412         "consumes": [
69413           "application/json", 
69414           "application/xml"
69415         ], 
69416         "description": "delete an existing named-query-element", 
69417         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
69418         "parameters": [
69419           {
69420             "example": "__NAMED-QUERY-UUID__", 
69421             "in": "path", 
69422             "name": "named-query-uuid", 
69423             "required": true, 
69424             "type": "string"
69425           }, 
69426           {
69427             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69428             "in": "path", 
69429             "name": "named-query-element-uuid", 
69430             "required": true, 
69431             "type": "string"
69432           }, 
69433           {
69434             "description": "resource-version for concurrency", 
69435             "in": "query", 
69436             "name": "resource-version", 
69437             "required": true, 
69438             "type": "string"
69439           }
69440         ], 
69441         "produces": [
69442           "application/json", 
69443           "application/xml"
69444         ], 
69445         "responses": {
69446           "default": {
69447             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69448           }
69449         }, 
69450         "summary": "delete an existing named-query-element", 
69451         "tags": [
69452           "ServiceDesignAndCreation"
69453         ]
69454       }, 
69455       "get": {
69456         "description": "returns named-query-element", 
69457         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
69458         "parameters": [
69459           {
69460             "example": "__NAMED-QUERY-UUID__", 
69461             "in": "path", 
69462             "name": "named-query-uuid", 
69463             "required": true, 
69464             "type": "string"
69465           }, 
69466           {
69467             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69468             "in": "path", 
69469             "name": "named-query-element-uuid", 
69470             "required": true, 
69471             "type": "string"
69472           }
69473         ], 
69474         "produces": [
69475           "application/json", 
69476           "application/xml"
69477         ], 
69478         "responses": {
69479           "200": {
69480             "description": "successful operation", 
69481             "schema": {
69482               "$ref": "#/definitions/named-query-element"
69483             }
69484           }, 
69485           "default": {
69486             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69487           }
69488         }, 
69489         "summary": "returns named-query-element", 
69490         "tags": [
69491           "ServiceDesignAndCreation"
69492         ]
69493       }, 
69494       "patch": {
69495         "consumes": [
69496           "application/json"
69497         ], 
69498         "description": "Update an existing named-query-element\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
69499         "operationId": "UpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
69500         "parameters": [
69501           {
69502             "example": "__NAMED-QUERY-UUID__", 
69503             "in": "path", 
69504             "name": "named-query-uuid", 
69505             "required": true, 
69506             "type": "string"
69507           }, 
69508           {
69509             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69510             "in": "path", 
69511             "name": "named-query-element-uuid", 
69512             "required": true, 
69513             "type": "string"
69514           }, 
69515           {
69516             "description": "named-query-element object that needs to be updated.", 
69517             "in": "body", 
69518             "name": "body", 
69519             "required": true, 
69520             "schema": {
69521               "$ref": "#/definitions/zzzz-patch-named-query-element"
69522             }
69523           }
69524         ], 
69525         "produces": [
69526           "application/json"
69527         ], 
69528         "responses": {
69529           "default": {
69530             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69531           }
69532         }, 
69533         "summary": "update an existing named-query-element", 
69534         "tags": [
69535           "ServiceDesignAndCreation"
69536         ]
69537       }, 
69538       "put": {
69539         "consumes": [
69540           "application/json", 
69541           "application/xml"
69542         ], 
69543         "description": "Create or update an existing named-query-element.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
69544         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
69545         "parameters": [
69546           {
69547             "example": "__NAMED-QUERY-UUID__", 
69548             "in": "path", 
69549             "name": "named-query-uuid", 
69550             "required": true, 
69551             "type": "string"
69552           }, 
69553           {
69554             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69555             "in": "path", 
69556             "name": "named-query-element-uuid", 
69557             "required": true, 
69558             "type": "string"
69559           }, 
69560           {
69561             "description": "named-query-element object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement.json)", 
69562             "in": "body", 
69563             "name": "body", 
69564             "required": true, 
69565             "schema": {
69566               "$ref": "#/definitions/named-query-element"
69567             }
69568           }
69569         ], 
69570         "produces": [
69571           "application/json", 
69572           "application/xml"
69573         ], 
69574         "responses": {
69575           "default": {
69576             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69577           }
69578         }, 
69579         "summary": "create or update an existing named-query-element", 
69580         "tags": [
69581           "ServiceDesignAndCreation"
69582         ]
69583       }
69584     }, 
69585     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/property-constraints": {
69586       "get": {
69587         "description": "returns property-constraints", 
69588         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraints", 
69589         "parameters": [
69590           {
69591             "example": "__NAMED-QUERY-UUID__", 
69592             "in": "path", 
69593             "name": "named-query-uuid", 
69594             "required": true, 
69595             "type": "string"
69596           }, 
69597           {
69598             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69599             "in": "path", 
69600             "name": "named-query-element-uuid", 
69601             "required": true, 
69602             "type": "string"
69603           }, 
69604           {
69605             "description": "n/a", 
69606             "in": "query", 
69607             "name": "property-constraint-uuid", 
69608             "required": false, 
69609             "type": "string"
69610           }
69611         ], 
69612         "produces": [
69613           "application/json", 
69614           "application/xml"
69615         ], 
69616         "responses": {
69617           "200": {
69618             "description": "successful operation", 
69619             "schema": {
69620               "$ref": "#/definitions/property-constraints"
69621             }
69622           }, 
69623           "default": {
69624             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69625           }
69626         }, 
69627         "summary": "returns property-constraints", 
69628         "tags": [
69629           "ServiceDesignAndCreation"
69630         ]
69631       }
69632     }, 
69633     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/property-constraints/property-constraint/{property-constraint-uuid}": {
69634       "delete": {
69635         "consumes": [
69636           "application/json", 
69637           "application/xml"
69638         ], 
69639         "description": "delete an existing property-constraint", 
69640         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
69641         "parameters": [
69642           {
69643             "example": "__NAMED-QUERY-UUID__", 
69644             "in": "path", 
69645             "name": "named-query-uuid", 
69646             "required": true, 
69647             "type": "string"
69648           }, 
69649           {
69650             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69651             "in": "path", 
69652             "name": "named-query-element-uuid", 
69653             "required": true, 
69654             "type": "string"
69655           }, 
69656           {
69657             "example": "__PROPERTY-CONSTRAINT-UUID__", 
69658             "in": "path", 
69659             "name": "property-constraint-uuid", 
69660             "required": true, 
69661             "type": "string"
69662           }, 
69663           {
69664             "description": "resource-version for concurrency", 
69665             "in": "query", 
69666             "name": "resource-version", 
69667             "required": true, 
69668             "type": "string"
69669           }
69670         ], 
69671         "produces": [
69672           "application/json", 
69673           "application/xml"
69674         ], 
69675         "responses": {
69676           "default": {
69677             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69678           }
69679         }, 
69680         "summary": "delete an existing property-constraint", 
69681         "tags": [
69682           "ServiceDesignAndCreation"
69683         ]
69684       }, 
69685       "get": {
69686         "description": "returns property-constraint", 
69687         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
69688         "parameters": [
69689           {
69690             "example": "__NAMED-QUERY-UUID__", 
69691             "in": "path", 
69692             "name": "named-query-uuid", 
69693             "required": true, 
69694             "type": "string"
69695           }, 
69696           {
69697             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69698             "in": "path", 
69699             "name": "named-query-element-uuid", 
69700             "required": true, 
69701             "type": "string"
69702           }, 
69703           {
69704             "example": "__PROPERTY-CONSTRAINT-UUID__", 
69705             "in": "path", 
69706             "name": "property-constraint-uuid", 
69707             "required": true, 
69708             "type": "string"
69709           }
69710         ], 
69711         "produces": [
69712           "application/json", 
69713           "application/xml"
69714         ], 
69715         "responses": {
69716           "200": {
69717             "description": "successful operation", 
69718             "schema": {
69719               "$ref": "#/definitions/property-constraint"
69720             }
69721           }, 
69722           "default": {
69723             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69724           }
69725         }, 
69726         "summary": "returns property-constraint", 
69727         "tags": [
69728           "ServiceDesignAndCreation"
69729         ]
69730       }, 
69731       "patch": {
69732         "consumes": [
69733           "application/json"
69734         ], 
69735         "description": "Update an existing property-constraint\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
69736         "operationId": "UpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
69737         "parameters": [
69738           {
69739             "example": "__NAMED-QUERY-UUID__", 
69740             "in": "path", 
69741             "name": "named-query-uuid", 
69742             "required": true, 
69743             "type": "string"
69744           }, 
69745           {
69746             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69747             "in": "path", 
69748             "name": "named-query-element-uuid", 
69749             "required": true, 
69750             "type": "string"
69751           }, 
69752           {
69753             "example": "__PROPERTY-CONSTRAINT-UUID__", 
69754             "in": "path", 
69755             "name": "property-constraint-uuid", 
69756             "required": true, 
69757             "type": "string"
69758           }, 
69759           {
69760             "description": "property-constraint object that needs to be updated.", 
69761             "in": "body", 
69762             "name": "body", 
69763             "required": true, 
69764             "schema": {
69765               "$ref": "#/definitions/zzzz-patch-property-constraint"
69766             }
69767           }
69768         ], 
69769         "produces": [
69770           "application/json"
69771         ], 
69772         "responses": {
69773           "default": {
69774             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69775           }
69776         }, 
69777         "summary": "update an existing property-constraint", 
69778         "tags": [
69779           "ServiceDesignAndCreation"
69780         ]
69781       }, 
69782       "put": {
69783         "consumes": [
69784           "application/json", 
69785           "application/xml"
69786         ], 
69787         "description": "Create or update an existing property-constraint.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
69788         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
69789         "parameters": [
69790           {
69791             "example": "__NAMED-QUERY-UUID__", 
69792             "in": "path", 
69793             "name": "named-query-uuid", 
69794             "required": true, 
69795             "type": "string"
69796           }, 
69797           {
69798             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69799             "in": "path", 
69800             "name": "named-query-element-uuid", 
69801             "required": true, 
69802             "type": "string"
69803           }, 
69804           {
69805             "example": "__PROPERTY-CONSTRAINT-UUID__", 
69806             "in": "path", 
69807             "name": "property-constraint-uuid", 
69808             "required": true, 
69809             "type": "string"
69810           }, 
69811           {
69812             "description": "property-constraint object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint.json)", 
69813             "in": "body", 
69814             "name": "body", 
69815             "required": true, 
69816             "schema": {
69817               "$ref": "#/definitions/property-constraint"
69818             }
69819           }
69820         ], 
69821         "produces": [
69822           "application/json", 
69823           "application/xml"
69824         ], 
69825         "responses": {
69826           "default": {
69827             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69828           }
69829         }, 
69830         "summary": "create or update an existing property-constraint", 
69831         "tags": [
69832           "ServiceDesignAndCreation"
69833         ]
69834       }
69835     }, 
69836     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/related-lookups": {
69837       "get": {
69838         "description": "returns related-lookups", 
69839         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookups", 
69840         "parameters": [
69841           {
69842             "example": "__NAMED-QUERY-UUID__", 
69843             "in": "path", 
69844             "name": "named-query-uuid", 
69845             "required": true, 
69846             "type": "string"
69847           }, 
69848           {
69849             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69850             "in": "path", 
69851             "name": "named-query-element-uuid", 
69852             "required": true, 
69853             "type": "string"
69854           }, 
69855           {
69856             "description": "n/a", 
69857             "in": "query", 
69858             "name": "related-lookup-uuid", 
69859             "required": false, 
69860             "type": "string"
69861           }
69862         ], 
69863         "produces": [
69864           "application/json", 
69865           "application/xml"
69866         ], 
69867         "responses": {
69868           "200": {
69869             "description": "successful operation", 
69870             "schema": {
69871               "$ref": "#/definitions/related-lookups"
69872             }
69873           }, 
69874           "default": {
69875             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69876           }
69877         }, 
69878         "summary": "returns related-lookups", 
69879         "tags": [
69880           "ServiceDesignAndCreation"
69881         ]
69882       }
69883     }, 
69884     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/related-lookups/related-lookup/{related-lookup-uuid}": {
69885       "delete": {
69886         "consumes": [
69887           "application/json", 
69888           "application/xml"
69889         ], 
69890         "description": "delete an existing related-lookup", 
69891         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
69892         "parameters": [
69893           {
69894             "example": "__NAMED-QUERY-UUID__", 
69895             "in": "path", 
69896             "name": "named-query-uuid", 
69897             "required": true, 
69898             "type": "string"
69899           }, 
69900           {
69901             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69902             "in": "path", 
69903             "name": "named-query-element-uuid", 
69904             "required": true, 
69905             "type": "string"
69906           }, 
69907           {
69908             "example": "__RELATED-LOOKUP-UUID__", 
69909             "in": "path", 
69910             "name": "related-lookup-uuid", 
69911             "required": true, 
69912             "type": "string"
69913           }, 
69914           {
69915             "description": "resource-version for concurrency", 
69916             "in": "query", 
69917             "name": "resource-version", 
69918             "required": true, 
69919             "type": "string"
69920           }
69921         ], 
69922         "produces": [
69923           "application/json", 
69924           "application/xml"
69925         ], 
69926         "responses": {
69927           "default": {
69928             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69929           }
69930         }, 
69931         "summary": "delete an existing related-lookup", 
69932         "tags": [
69933           "ServiceDesignAndCreation"
69934         ]
69935       }, 
69936       "get": {
69937         "description": "returns related-lookup", 
69938         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
69939         "parameters": [
69940           {
69941             "example": "__NAMED-QUERY-UUID__", 
69942             "in": "path", 
69943             "name": "named-query-uuid", 
69944             "required": true, 
69945             "type": "string"
69946           }, 
69947           {
69948             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69949             "in": "path", 
69950             "name": "named-query-element-uuid", 
69951             "required": true, 
69952             "type": "string"
69953           }, 
69954           {
69955             "example": "__RELATED-LOOKUP-UUID__", 
69956             "in": "path", 
69957             "name": "related-lookup-uuid", 
69958             "required": true, 
69959             "type": "string"
69960           }
69961         ], 
69962         "produces": [
69963           "application/json", 
69964           "application/xml"
69965         ], 
69966         "responses": {
69967           "200": {
69968             "description": "successful operation", 
69969             "schema": {
69970               "$ref": "#/definitions/related-lookup"
69971             }
69972           }, 
69973           "default": {
69974             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69975           }
69976         }, 
69977         "summary": "returns related-lookup", 
69978         "tags": [
69979           "ServiceDesignAndCreation"
69980         ]
69981       }, 
69982       "patch": {
69983         "consumes": [
69984           "application/json"
69985         ], 
69986         "description": "Update an existing related-lookup\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
69987         "operationId": "UpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
69988         "parameters": [
69989           {
69990             "example": "__NAMED-QUERY-UUID__", 
69991             "in": "path", 
69992             "name": "named-query-uuid", 
69993             "required": true, 
69994             "type": "string"
69995           }, 
69996           {
69997             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
69998             "in": "path", 
69999             "name": "named-query-element-uuid", 
70000             "required": true, 
70001             "type": "string"
70002           }, 
70003           {
70004             "example": "__RELATED-LOOKUP-UUID__", 
70005             "in": "path", 
70006             "name": "related-lookup-uuid", 
70007             "required": true, 
70008             "type": "string"
70009           }, 
70010           {
70011             "description": "related-lookup object that needs to be updated.", 
70012             "in": "body", 
70013             "name": "body", 
70014             "required": true, 
70015             "schema": {
70016               "$ref": "#/definitions/zzzz-patch-related-lookup"
70017             }
70018           }
70019         ], 
70020         "produces": [
70021           "application/json"
70022         ], 
70023         "responses": {
70024           "default": {
70025             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70026           }
70027         }, 
70028         "summary": "update an existing related-lookup", 
70029         "tags": [
70030           "ServiceDesignAndCreation"
70031         ]
70032       }, 
70033       "put": {
70034         "consumes": [
70035           "application/json", 
70036           "application/xml"
70037         ], 
70038         "description": "Create or update an existing related-lookup.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
70039         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
70040         "parameters": [
70041           {
70042             "example": "__NAMED-QUERY-UUID__", 
70043             "in": "path", 
70044             "name": "named-query-uuid", 
70045             "required": true, 
70046             "type": "string"
70047           }, 
70048           {
70049             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
70050             "in": "path", 
70051             "name": "named-query-element-uuid", 
70052             "required": true, 
70053             "type": "string"
70054           }, 
70055           {
70056             "example": "__RELATED-LOOKUP-UUID__", 
70057             "in": "path", 
70058             "name": "related-lookup-uuid", 
70059             "required": true, 
70060             "type": "string"
70061           }, 
70062           {
70063             "description": "related-lookup object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup.json)", 
70064             "in": "body", 
70065             "name": "body", 
70066             "required": true, 
70067             "schema": {
70068               "$ref": "#/definitions/related-lookup"
70069             }
70070           }
70071         ], 
70072         "produces": [
70073           "application/json", 
70074           "application/xml"
70075         ], 
70076         "responses": {
70077           "default": {
70078             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70079           }
70080         }, 
70081         "summary": "create or update an existing related-lookup", 
70082         "tags": [
70083           "ServiceDesignAndCreation"
70084         ]
70085       }
70086     }, 
70087     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/related-lookups/related-lookup/{related-lookup-uuid}/relationship-list/relationship": {
70088       "delete": {
70089         "consumes": [
70090           "application/json", 
70091           "application/xml"
70092         ], 
70093         "description": "delete an existing relationship", 
70094         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookupRelationshipListRelationship", 
70095         "parameters": [
70096           {
70097             "example": "__NAMED-QUERY-UUID__", 
70098             "in": "path", 
70099             "name": "named-query-uuid", 
70100             "required": true, 
70101             "type": "string"
70102           }, 
70103           {
70104             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
70105             "in": "path", 
70106             "name": "named-query-element-uuid", 
70107             "required": true, 
70108             "type": "string"
70109           }, 
70110           {
70111             "example": "__RELATED-LOOKUP-UUID__", 
70112             "in": "path", 
70113             "name": "related-lookup-uuid", 
70114             "required": true, 
70115             "type": "string"
70116           }
70117         ], 
70118         "produces": [
70119           "application/json", 
70120           "application/xml"
70121         ], 
70122         "responses": {
70123           "default": {
70124             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70125           }
70126         }, 
70127         "summary": "delete an existing relationship", 
70128         "tags": [
70129           "ServiceDesignAndCreation"
70130         ]
70131       }, 
70132       "put": {
70133         "consumes": [
70134           "application/json", 
70135           "application/xml"
70136         ], 
70137         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookupRelationshipListRelationship", 
70138         "parameters": [
70139           {
70140             "example": "__NAMED-QUERY-UUID__", 
70141             "in": "path", 
70142             "name": "named-query-uuid", 
70143             "required": true, 
70144             "type": "string"
70145           }, 
70146           {
70147             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
70148             "in": "path", 
70149             "name": "named-query-element-uuid", 
70150             "required": true, 
70151             "type": "string"
70152           }, 
70153           {
70154             "example": "__RELATED-LOOKUP-UUID__", 
70155             "in": "path", 
70156             "name": "related-lookup-uuid", 
70157             "required": true, 
70158             "type": "string"
70159           }, 
70160           {
70161             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup.json)", 
70162             "in": "body", 
70163             "name": "body", 
70164             "required": true, 
70165             "schema": {
70166               "$ref": "#/definitions/relationship-dict"
70167             }
70168           }
70169         ], 
70170         "produces": [
70171           "application/json", 
70172           "application/xml"
70173         ], 
70174         "responses": {
70175           "default": {
70176             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70177           }
70178         }, 
70179         "summary": "see node definition for valid relationships", 
70180         "tags": [
70181           "ServiceDesignAndCreation"
70182         ]
70183       }
70184     }, 
70185     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/relationship-list/relationship": {
70186       "delete": {
70187         "consumes": [
70188           "application/json", 
70189           "application/xml"
70190         ], 
70191         "description": "delete an existing relationship", 
70192         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelationshipListRelationship", 
70193         "parameters": [
70194           {
70195             "example": "__NAMED-QUERY-UUID__", 
70196             "in": "path", 
70197             "name": "named-query-uuid", 
70198             "required": true, 
70199             "type": "string"
70200           }, 
70201           {
70202             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
70203             "in": "path", 
70204             "name": "named-query-element-uuid", 
70205             "required": true, 
70206             "type": "string"
70207           }
70208         ], 
70209         "produces": [
70210           "application/json", 
70211           "application/xml"
70212         ], 
70213         "responses": {
70214           "default": {
70215             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70216           }
70217         }, 
70218         "summary": "delete an existing relationship", 
70219         "tags": [
70220           "ServiceDesignAndCreation"
70221         ]
70222       }, 
70223       "put": {
70224         "consumes": [
70225           "application/json", 
70226           "application/xml"
70227         ], 
70228         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelationshipListRelationship", 
70229         "parameters": [
70230           {
70231             "example": "__NAMED-QUERY-UUID__", 
70232             "in": "path", 
70233             "name": "named-query-uuid", 
70234             "required": true, 
70235             "type": "string"
70236           }, 
70237           {
70238             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
70239             "in": "path", 
70240             "name": "named-query-element-uuid", 
70241             "required": true, 
70242             "type": "string"
70243           }, 
70244           {
70245             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement.json)", 
70246             "in": "body", 
70247             "name": "body", 
70248             "required": true, 
70249             "schema": {
70250               "$ref": "#/definitions/relationship-dict"
70251             }
70252           }
70253         ], 
70254         "produces": [
70255           "application/json", 
70256           "application/xml"
70257         ], 
70258         "responses": {
70259           "default": {
70260             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70261           }
70262         }, 
70263         "summary": "see node definition for valid relationships", 
70264         "tags": [
70265           "ServiceDesignAndCreation"
70266         ]
70267       }
70268     }, 
70269     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/relationship-list/relationship": {
70270       "delete": {
70271         "consumes": [
70272           "application/json", 
70273           "application/xml"
70274         ], 
70275         "description": "delete an existing relationship", 
70276         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryRelationshipListRelationship", 
70277         "parameters": [
70278           {
70279             "example": "__NAMED-QUERY-UUID__", 
70280             "in": "path", 
70281             "name": "named-query-uuid", 
70282             "required": true, 
70283             "type": "string"
70284           }
70285         ], 
70286         "produces": [
70287           "application/json", 
70288           "application/xml"
70289         ], 
70290         "responses": {
70291           "default": {
70292             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70293           }
70294         }, 
70295         "summary": "delete an existing relationship", 
70296         "tags": [
70297           "ServiceDesignAndCreation"
70298         ]
70299       }, 
70300       "put": {
70301         "consumes": [
70302           "application/json", 
70303           "application/xml"
70304         ], 
70305         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryRelationshipListRelationship", 
70306         "parameters": [
70307           {
70308             "example": "__NAMED-QUERY-UUID__", 
70309             "in": "path", 
70310             "name": "named-query-uuid", 
70311             "required": true, 
70312             "type": "string"
70313           }, 
70314           {
70315             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationNamedQueriesNamedQuery.json)", 
70316             "in": "body", 
70317             "name": "body", 
70318             "required": true, 
70319             "schema": {
70320               "$ref": "#/definitions/relationship-dict"
70321             }
70322           }
70323         ], 
70324         "produces": [
70325           "application/json", 
70326           "application/xml"
70327         ], 
70328         "responses": {
70329           "default": {
70330             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70331           }
70332         }, 
70333         "summary": "see node definition for valid relationships", 
70334         "tags": [
70335           "ServiceDesignAndCreation"
70336         ]
70337       }
70338     }, 
70339     "/service-design-and-creation/service-capabilities": {
70340       "get": {
70341         "description": "returns service-capabilities", 
70342         "operationId": "getServiceDesignAndCreationServiceCapabilities", 
70343         "parameters": [
70344           {
70345             "description": "n/a", 
70346             "in": "query", 
70347             "name": "service-type", 
70348             "required": false, 
70349             "type": "string"
70350           }, 
70351           {
70352             "description": "n/a", 
70353             "in": "query", 
70354             "name": "vnf-type", 
70355             "required": false, 
70356             "type": "string"
70357           }
70358         ], 
70359         "produces": [
70360           "application/json", 
70361           "application/xml"
70362         ], 
70363         "responses": {
70364           "200": {
70365             "description": "successful operation", 
70366             "schema": {
70367               "$ref": "#/definitions/service-capabilities"
70368             }
70369           }, 
70370           "default": {
70371             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70372           }
70373         }, 
70374         "summary": "returns service-capabilities", 
70375         "tags": [
70376           "ServiceDesignAndCreation"
70377         ]
70378       }
70379     }, 
70380     "/service-design-and-creation/service-capabilities/service-capability/{service-type}/{vnf-type}": {
70381       "delete": {
70382         "consumes": [
70383           "application/json", 
70384           "application/xml"
70385         ], 
70386         "description": "delete an existing service-capability", 
70387         "operationId": "deleteServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
70388         "parameters": [
70389           {
70390             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70391             "example": "__SERVICE-TYPE__", 
70392             "in": "path", 
70393             "name": "service-type", 
70394             "required": true, 
70395             "type": "string"
70396           }, 
70397           {
70398             "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.", 
70399             "example": "__VNF-TYPE__", 
70400             "in": "path", 
70401             "name": "vnf-type", 
70402             "required": true, 
70403             "type": "string"
70404           }, 
70405           {
70406             "description": "resource-version for concurrency", 
70407             "in": "query", 
70408             "name": "resource-version", 
70409             "required": true, 
70410             "type": "string"
70411           }
70412         ], 
70413         "produces": [
70414           "application/json", 
70415           "application/xml"
70416         ], 
70417         "responses": {
70418           "default": {
70419             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70420           }
70421         }, 
70422         "summary": "delete an existing service-capability", 
70423         "tags": [
70424           "ServiceDesignAndCreation"
70425         ]
70426       }, 
70427       "get": {
70428         "description": "returns service-capability", 
70429         "operationId": "getServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
70430         "parameters": [
70431           {
70432             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70433             "example": "__SERVICE-TYPE__", 
70434             "in": "path", 
70435             "name": "service-type", 
70436             "required": true, 
70437             "type": "string"
70438           }, 
70439           {
70440             "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.", 
70441             "example": "__VNF-TYPE__", 
70442             "in": "path", 
70443             "name": "vnf-type", 
70444             "required": true, 
70445             "type": "string"
70446           }
70447         ], 
70448         "produces": [
70449           "application/json", 
70450           "application/xml"
70451         ], 
70452         "responses": {
70453           "200": {
70454             "description": "successful operation", 
70455             "schema": {
70456               "$ref": "#/definitions/service-capability"
70457             }
70458           }, 
70459           "default": {
70460             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70461           }
70462         }, 
70463         "summary": "returns service-capability", 
70464         "tags": [
70465           "ServiceDesignAndCreation"
70466         ]
70467       }, 
70468       "patch": {
70469         "consumes": [
70470           "application/json"
70471         ], 
70472         "description": "Update an existing service-capability\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
70473         "operationId": "UpdateServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
70474         "parameters": [
70475           {
70476             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70477             "example": "__SERVICE-TYPE__", 
70478             "in": "path", 
70479             "name": "service-type", 
70480             "required": true, 
70481             "type": "string"
70482           }, 
70483           {
70484             "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.", 
70485             "example": "__VNF-TYPE__", 
70486             "in": "path", 
70487             "name": "vnf-type", 
70488             "required": true, 
70489             "type": "string"
70490           }, 
70491           {
70492             "description": "service-capability object that needs to be updated.", 
70493             "in": "body", 
70494             "name": "body", 
70495             "required": true, 
70496             "schema": {
70497               "$ref": "#/definitions/zzzz-patch-service-capability"
70498             }
70499           }
70500         ], 
70501         "produces": [
70502           "application/json"
70503         ], 
70504         "responses": {
70505           "default": {
70506             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70507           }
70508         }, 
70509         "summary": "update an existing service-capability", 
70510         "tags": [
70511           "ServiceDesignAndCreation"
70512         ]
70513       }, 
70514       "put": {
70515         "consumes": [
70516           "application/json", 
70517           "application/xml"
70518         ], 
70519         "description": "Create or update an existing service-capability.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
70520         "operationId": "createOrUpdateServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
70521         "parameters": [
70522           {
70523             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70524             "example": "__SERVICE-TYPE__", 
70525             "in": "path", 
70526             "name": "service-type", 
70527             "required": true, 
70528             "type": "string"
70529           }, 
70530           {
70531             "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.", 
70532             "example": "__VNF-TYPE__", 
70533             "in": "path", 
70534             "name": "vnf-type", 
70535             "required": true, 
70536             "type": "string"
70537           }, 
70538           {
70539             "description": "service-capability object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationServiceCapabilitiesServiceCapability.json)", 
70540             "in": "body", 
70541             "name": "body", 
70542             "required": true, 
70543             "schema": {
70544               "$ref": "#/definitions/service-capability"
70545             }
70546           }
70547         ], 
70548         "produces": [
70549           "application/json", 
70550           "application/xml"
70551         ], 
70552         "responses": {
70553           "default": {
70554             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70555           }
70556         }, 
70557         "summary": "create or update an existing service-capability", 
70558         "tags": [
70559           "ServiceDesignAndCreation"
70560         ]
70561       }
70562     }, 
70563     "/service-design-and-creation/service-capabilities/service-capability/{service-type}/{vnf-type}/relationship-list/relationship": {
70564       "delete": {
70565         "consumes": [
70566           "application/json", 
70567           "application/xml"
70568         ], 
70569         "description": "delete an existing relationship", 
70570         "operationId": "deleteServiceDesignAndCreationServiceCapabilitiesServiceCapabilityRelationshipListRelationship", 
70571         "parameters": [
70572           {
70573             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70574             "example": "__SERVICE-TYPE__", 
70575             "in": "path", 
70576             "name": "service-type", 
70577             "required": true, 
70578             "type": "string"
70579           }, 
70580           {
70581             "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.", 
70582             "example": "__VNF-TYPE__", 
70583             "in": "path", 
70584             "name": "vnf-type", 
70585             "required": true, 
70586             "type": "string"
70587           }
70588         ], 
70589         "produces": [
70590           "application/json", 
70591           "application/xml"
70592         ], 
70593         "responses": {
70594           "default": {
70595             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70596           }
70597         }, 
70598         "summary": "delete an existing relationship", 
70599         "tags": [
70600           "ServiceDesignAndCreation"
70601         ]
70602       }, 
70603       "put": {
70604         "consumes": [
70605           "application/json", 
70606           "application/xml"
70607         ], 
70608         "operationId": "createOrUpdateServiceDesignAndCreationServiceCapabilitiesServiceCapabilityRelationshipListRelationship", 
70609         "parameters": [
70610           {
70611             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70612             "example": "__SERVICE-TYPE__", 
70613             "in": "path", 
70614             "name": "service-type", 
70615             "required": true, 
70616             "type": "string"
70617           }, 
70618           {
70619             "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.", 
70620             "example": "__VNF-TYPE__", 
70621             "in": "path", 
70622             "name": "vnf-type", 
70623             "required": true, 
70624             "type": "string"
70625           }, 
70626           {
70627             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationServiceCapabilitiesServiceCapability.json)", 
70628             "in": "body", 
70629             "name": "body", 
70630             "required": true, 
70631             "schema": {
70632               "$ref": "#/definitions/relationship-dict"
70633             }
70634           }
70635         ], 
70636         "produces": [
70637           "application/json", 
70638           "application/xml"
70639         ], 
70640         "responses": {
70641           "default": {
70642             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70643           }
70644         }, 
70645         "summary": "see node definition for valid relationships", 
70646         "tags": [
70647           "ServiceDesignAndCreation"
70648         ]
70649       }
70650     }, 
70651     "/service-design-and-creation/services": {
70652       "get": {
70653         "description": "returns services", 
70654         "operationId": "getServiceDesignAndCreationServices", 
70655         "parameters": [
70656           {
70657             "description": "n/a", 
70658             "in": "query", 
70659             "name": "service-id", 
70660             "required": false, 
70661             "type": "string"
70662           }, 
70663           {
70664             "description": "n/a", 
70665             "in": "query", 
70666             "name": "service-description", 
70667             "required": false, 
70668             "type": "string"
70669           }
70670         ], 
70671         "produces": [
70672           "application/json", 
70673           "application/xml"
70674         ], 
70675         "responses": {
70676           "200": {
70677             "description": "successful operation", 
70678             "schema": {
70679               "$ref": "#/definitions/services"
70680             }
70681           }, 
70682           "default": {
70683             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70684           }
70685         }, 
70686         "summary": "returns services", 
70687         "tags": [
70688           "ServiceDesignAndCreation"
70689         ]
70690       }
70691     }, 
70692     "/service-design-and-creation/services/service/{service-id}": {
70693       "delete": {
70694         "consumes": [
70695           "application/json", 
70696           "application/xml"
70697         ], 
70698         "description": "delete an existing service", 
70699         "operationId": "deleteServiceDesignAndCreationServicesService", 
70700         "parameters": [
70701           {
70702             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70703             "example": "__SERVICE-ID__", 
70704             "in": "path", 
70705             "name": "service-id", 
70706             "required": true, 
70707             "type": "string"
70708           }, 
70709           {
70710             "description": "resource-version for concurrency", 
70711             "in": "query", 
70712             "name": "resource-version", 
70713             "required": true, 
70714             "type": "string"
70715           }
70716         ], 
70717         "produces": [
70718           "application/json", 
70719           "application/xml"
70720         ], 
70721         "responses": {
70722           "default": {
70723             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70724           }
70725         }, 
70726         "summary": "delete an existing service", 
70727         "tags": [
70728           "ServiceDesignAndCreation"
70729         ]
70730       }, 
70731       "get": {
70732         "description": "returns service", 
70733         "operationId": "getServiceDesignAndCreationServicesService", 
70734         "parameters": [
70735           {
70736             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70737             "example": "__SERVICE-ID__", 
70738             "in": "path", 
70739             "name": "service-id", 
70740             "required": true, 
70741             "type": "string"
70742           }
70743         ], 
70744         "produces": [
70745           "application/json", 
70746           "application/xml"
70747         ], 
70748         "responses": {
70749           "200": {
70750             "description": "successful operation", 
70751             "schema": {
70752               "$ref": "#/definitions/service"
70753             }
70754           }, 
70755           "default": {
70756             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70757           }
70758         }, 
70759         "summary": "returns service", 
70760         "tags": [
70761           "ServiceDesignAndCreation"
70762         ]
70763       }, 
70764       "patch": {
70765         "consumes": [
70766           "application/json"
70767         ], 
70768         "description": "Update an existing service\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
70769         "operationId": "UpdateServiceDesignAndCreationServicesService", 
70770         "parameters": [
70771           {
70772             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70773             "example": "__SERVICE-ID__", 
70774             "in": "path", 
70775             "name": "service-id", 
70776             "required": true, 
70777             "type": "string"
70778           }, 
70779           {
70780             "description": "service object that needs to be updated.", 
70781             "in": "body", 
70782             "name": "body", 
70783             "required": true, 
70784             "schema": {
70785               "$ref": "#/definitions/zzzz-patch-service"
70786             }
70787           }
70788         ], 
70789         "produces": [
70790           "application/json"
70791         ], 
70792         "responses": {
70793           "default": {
70794             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70795           }
70796         }, 
70797         "summary": "update an existing service", 
70798         "tags": [
70799           "ServiceDesignAndCreation"
70800         ]
70801       }, 
70802       "put": {
70803         "consumes": [
70804           "application/json", 
70805           "application/xml"
70806         ], 
70807         "description": "Create or update an existing service.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
70808         "operationId": "createOrUpdateServiceDesignAndCreationServicesService", 
70809         "parameters": [
70810           {
70811             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70812             "example": "__SERVICE-ID__", 
70813             "in": "path", 
70814             "name": "service-id", 
70815             "required": true, 
70816             "type": "string"
70817           }, 
70818           {
70819             "description": "service object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationServicesService.json)", 
70820             "in": "body", 
70821             "name": "body", 
70822             "required": true, 
70823             "schema": {
70824               "$ref": "#/definitions/service"
70825             }
70826           }
70827         ], 
70828         "produces": [
70829           "application/json", 
70830           "application/xml"
70831         ], 
70832         "responses": {
70833           "default": {
70834             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70835           }
70836         }, 
70837         "summary": "create or update an existing service", 
70838         "tags": [
70839           "ServiceDesignAndCreation"
70840         ]
70841       }
70842     }, 
70843     "/service-design-and-creation/services/service/{service-id}/relationship-list/relationship": {
70844       "delete": {
70845         "consumes": [
70846           "application/json", 
70847           "application/xml"
70848         ], 
70849         "description": "delete an existing relationship", 
70850         "operationId": "deleteServiceDesignAndCreationServicesServiceRelationshipListRelationship", 
70851         "parameters": [
70852           {
70853             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70854             "example": "__SERVICE-ID__", 
70855             "in": "path", 
70856             "name": "service-id", 
70857             "required": true, 
70858             "type": "string"
70859           }
70860         ], 
70861         "produces": [
70862           "application/json", 
70863           "application/xml"
70864         ], 
70865         "responses": {
70866           "default": {
70867             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70868           }
70869         }, 
70870         "summary": "delete an existing relationship", 
70871         "tags": [
70872           "ServiceDesignAndCreation"
70873         ]
70874       }, 
70875       "put": {
70876         "consumes": [
70877           "application/json", 
70878           "application/xml"
70879         ], 
70880         "operationId": "createOrUpdateServiceDesignAndCreationServicesServiceRelationshipListRelationship", 
70881         "parameters": [
70882           {
70883             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
70884             "example": "__SERVICE-ID__", 
70885             "in": "path", 
70886             "name": "service-id", 
70887             "required": true, 
70888             "type": "string"
70889           }, 
70890           {
70891             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationServicesService.json)", 
70892             "in": "body", 
70893             "name": "body", 
70894             "required": true, 
70895             "schema": {
70896               "$ref": "#/definitions/relationship-dict"
70897             }
70898           }
70899         ], 
70900         "produces": [
70901           "application/json", 
70902           "application/xml"
70903         ], 
70904         "responses": {
70905           "default": {
70906             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70907           }
70908         }, 
70909         "summary": "see node definition for valid relationships", 
70910         "tags": [
70911           "ServiceDesignAndCreation"
70912         ]
70913       }
70914     }, 
70915     "/service-design-and-creation/vnf-images": {
70916       "get": {
70917         "description": "returns vnf-images", 
70918         "operationId": "getServiceDesignAndCreationVnfImages", 
70919         "parameters": [
70920           {
70921             "description": "n/a", 
70922             "in": "query", 
70923             "name": "vnf-image-uuid", 
70924             "required": false, 
70925             "type": "string"
70926           }, 
70927           {
70928             "description": "n/a", 
70929             "in": "query", 
70930             "name": "application", 
70931             "required": false, 
70932             "type": "string"
70933           }, 
70934           {
70935             "description": "n/a", 
70936             "in": "query", 
70937             "name": "application-vendor", 
70938             "required": false, 
70939             "type": "string"
70940           }, 
70941           {
70942             "description": "n/a", 
70943             "in": "query", 
70944             "name": "application-version", 
70945             "required": false, 
70946             "type": "string"
70947           }
70948         ], 
70949         "produces": [
70950           "application/json", 
70951           "application/xml"
70952         ], 
70953         "responses": {
70954           "200": {
70955             "description": "successful operation", 
70956             "schema": {
70957               "$ref": "#/definitions/vnf-images"
70958             }
70959           }, 
70960           "default": {
70961             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70962           }
70963         }, 
70964         "summary": "returns vnf-images", 
70965         "tags": [
70966           "ServiceDesignAndCreation"
70967         ]
70968       }
70969     }, 
70970     "/service-design-and-creation/vnf-images/vnf-image/{vnf-image-uuid}": {
70971       "delete": {
70972         "consumes": [
70973           "application/json", 
70974           "application/xml"
70975         ], 
70976         "description": "delete an existing vnf-image", 
70977         "operationId": "deleteServiceDesignAndCreationVnfImagesVnfImage", 
70978         "parameters": [
70979           {
70980             "description": "Unique ID of this asset", 
70981             "example": "__VNF-IMAGE-UUID__", 
70982             "in": "path", 
70983             "name": "vnf-image-uuid", 
70984             "required": true, 
70985             "type": "string"
70986           }, 
70987           {
70988             "description": "resource-version for concurrency", 
70989             "in": "query", 
70990             "name": "resource-version", 
70991             "required": true, 
70992             "type": "string"
70993           }
70994         ], 
70995         "produces": [
70996           "application/json", 
70997           "application/xml"
70998         ], 
70999         "responses": {
71000           "default": {
71001             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71002           }
71003         }, 
71004         "summary": "delete an existing vnf-image", 
71005         "tags": [
71006           "ServiceDesignAndCreation"
71007         ]
71008       }, 
71009       "get": {
71010         "description": "returns vnf-image", 
71011         "operationId": "getServiceDesignAndCreationVnfImagesVnfImage", 
71012         "parameters": [
71013           {
71014             "description": "Unique ID of this asset", 
71015             "example": "__VNF-IMAGE-UUID__", 
71016             "in": "path", 
71017             "name": "vnf-image-uuid", 
71018             "required": true, 
71019             "type": "string"
71020           }
71021         ], 
71022         "produces": [
71023           "application/json", 
71024           "application/xml"
71025         ], 
71026         "responses": {
71027           "200": {
71028             "description": "successful operation", 
71029             "schema": {
71030               "$ref": "#/definitions/vnf-image"
71031             }
71032           }, 
71033           "default": {
71034             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71035           }
71036         }, 
71037         "summary": "returns vnf-image", 
71038         "tags": [
71039           "ServiceDesignAndCreation"
71040         ]
71041       }, 
71042       "patch": {
71043         "consumes": [
71044           "application/json"
71045         ], 
71046         "description": "Update an existing vnf-image\n#\nNote:  Endpoints that are not devoted to object relationships support both PUT and PATCH operations.\nThe PUT operation will entirely replace an existing object.\nThe PATCH operation sends a \"description of changes\" for an existing object.  The entire set of changes must be applied.  An error result means no change occurs.\n#\nOther differences between PUT and PATCH are:\n#\n- For PATCH, you can send any of the values shown in sample REQUEST body.  There are no required values.\n- For PATCH, resource-id which is a required REQUEST body element for PUT, must not be sent.\n- PATCH cannot be used to update relationship elements; there are dedicated PUT operations for this.\n", 
71047         "operationId": "UpdateServiceDesignAndCreationVnfImagesVnfImage", 
71048         "parameters": [
71049           {
71050             "description": "Unique ID of this asset", 
71051             "example": "__VNF-IMAGE-UUID__", 
71052             "in": "path", 
71053             "name": "vnf-image-uuid", 
71054             "required": true, 
71055             "type": "string"
71056           }, 
71057           {
71058             "description": "vnf-image object that needs to be updated.", 
71059             "in": "body", 
71060             "name": "body", 
71061             "required": true, 
71062             "schema": {
71063               "$ref": "#/definitions/zzzz-patch-vnf-image"
71064             }
71065           }
71066         ], 
71067         "produces": [
71068           "application/json"
71069         ], 
71070         "responses": {
71071           "default": {
71072             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71073           }
71074         }, 
71075         "summary": "update an existing vnf-image", 
71076         "tags": [
71077           "ServiceDesignAndCreation"
71078         ]
71079       }, 
71080       "put": {
71081         "consumes": [
71082           "application/json", 
71083           "application/xml"
71084         ], 
71085         "description": "Create or update an existing vnf-image.\n#\nNote! This PUT method has a corresponding PATCH method that can be used to update just a few of the fields of an existing object, rather than a full object replacement.  An example can be found in the [PATCH section] below\n", 
71086         "operationId": "createOrUpdateServiceDesignAndCreationVnfImagesVnfImage", 
71087         "parameters": [
71088           {
71089             "description": "Unique ID of this asset", 
71090             "example": "__VNF-IMAGE-UUID__", 
71091             "in": "path", 
71092             "name": "vnf-image-uuid", 
71093             "required": true, 
71094             "type": "string"
71095           }, 
71096           {
71097             "description": "vnf-image object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationVnfImagesVnfImage.json)", 
71098             "in": "body", 
71099             "name": "body", 
71100             "required": true, 
71101             "schema": {
71102               "$ref": "#/definitions/vnf-image"
71103             }
71104           }
71105         ], 
71106         "produces": [
71107           "application/json", 
71108           "application/xml"
71109         ], 
71110         "responses": {
71111           "default": {
71112             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71113           }
71114         }, 
71115         "summary": "create or update an existing vnf-image", 
71116         "tags": [
71117           "ServiceDesignAndCreation"
71118         ]
71119       }
71120     }, 
71121     "/service-design-and-creation/vnf-images/vnf-image/{vnf-image-uuid}/relationship-list/relationship": {
71122       "delete": {
71123         "consumes": [
71124           "application/json", 
71125           "application/xml"
71126         ], 
71127         "description": "delete an existing relationship", 
71128         "operationId": "deleteServiceDesignAndCreationVnfImagesVnfImageRelationshipListRelationship", 
71129         "parameters": [
71130           {
71131             "description": "Unique ID of this asset", 
71132             "example": "__VNF-IMAGE-UUID__", 
71133             "in": "path", 
71134             "name": "vnf-image-uuid", 
71135             "required": true, 
71136             "type": "string"
71137           }
71138         ], 
71139         "produces": [
71140           "application/json", 
71141           "application/xml"
71142         ], 
71143         "responses": {
71144           "default": {
71145             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71146           }
71147         }, 
71148         "summary": "delete an existing relationship", 
71149         "tags": [
71150           "ServiceDesignAndCreation"
71151         ]
71152       }, 
71153       "put": {
71154         "consumes": [
71155           "application/json", 
71156           "application/xml"
71157         ], 
71158         "operationId": "createOrUpdateServiceDesignAndCreationVnfImagesVnfImageRelationshipListRelationship", 
71159         "parameters": [
71160           {
71161             "description": "Unique ID of this asset", 
71162             "example": "__VNF-IMAGE-UUID__", 
71163             "in": "path", 
71164             "name": "vnf-image-uuid", 
71165             "required": true, 
71166             "type": "string"
71167           }, 
71168           {
71169             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v11/ServiceDesignAndCreationVnfImagesVnfImage.json)", 
71170             "in": "body", 
71171             "name": "body", 
71172             "required": true, 
71173             "schema": {
71174               "$ref": "#/definitions/relationship-dict"
71175             }
71176           }
71177         ], 
71178         "produces": [
71179           "application/json", 
71180           "application/xml"
71181         ], 
71182         "responses": {
71183           "default": {
71184             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71185           }
71186         }, 
71187         "summary": "see node definition for valid relationships", 
71188         "tags": [
71189           "ServiceDesignAndCreation"
71190         ]
71191       }
71192     }
71193   }, 
71194   "schemes": [
71195     "https"
71196   ], 
71197   "swagger": "2.0"
71198 }