[AAI] Release docker artifact 1.9.7 to include v27
[aai/schema-service.git] / plantuml / aai_swagger_v14.json
1 {
2   "basePath": "/aai/v14", 
3   "definitions": {
4     "action": {
5       "properties": {
6         "action-data": {
7           "items": {
8             "$ref": "#/definitions/action-data"
9           }, 
10           "type": "array"
11         }, 
12         "action-type": {
13           "type": "string"
14         }
15       }
16     }, 
17     "action-data": {
18       "properties": {
19         "property-name": {
20           "type": "string"
21         }, 
22         "property-value": {
23           "type": "string"
24         }
25       }
26     }, 
27     "actions": {
28       "description": "APIs that are more action related than REST (e.g., notify, update).\n", 
29       "properties": {
30         "notify": {
31           "$ref": "#/definitions/notify", 
32           "type": "object"
33         }, 
34         "update": {
35           "$ref": "#/definitions/update", 
36           "type": "object"
37         }
38       }
39     }, 
40     "allotted-resource": {
41       "description": "Represents a slice or partial piece of a resource that gets separately allotted\n###### Related Nodes\n- TO allotted-resource( allotted-resource BindsTo allotted-resource, ONE2ONE)\nAAI-1925\n- TO generic-vnf( allotted-resource PartOf generic-vnf, MANY2MANY)\n- TO instance-group( allotted-resource MemberOf instance-group, MANY2MANY)\n- TO l-interface( allotted-resource Uses l-interface, ONE2MANY)\n- TO l3-network( allotted-resource PartOf l3-network, MANY2MANY)\n- TO network-policy( allotted-resource Uses network-policy, ONE2ONE)\n- TO p-interface( allotted-resource Uses p-interface, ONE2MANY)\nAAI-1925 For CCVPN Usecase\n- TO service-instance (PARENT of allotted-resource, allotted-resource BelongsTo service-instance, MANY2ONE)(4)\n- TO vlan( allotted-resource PartOf vlan, MANY2MANY)\n- TO vpn-binding( allotted-resource BelongsTo vpn-binding, MANY2MANY)\n- FROM allotted-resource( allotted-resource BindsTo allotted-resource, ONE2ONE)\nAAI-1925\n- FROM configuration( configuration Uses allotted-resource, ONE2ONE)(3)\n- FROM service-instance( service-instance Uses allotted-resource, MANY2MANY)\n- FROM site-resource( site-resource Uses allotted-resource, MANY2MANY)\nFor CCVPN Usecase\n- FROM tunnel-xconnect (CHILD of allotted-resource, tunnel-xconnect BelongsTo allotted-resource, ONE2ONE)(1)\n\n-(1) IF this ALLOTTED-RESOURCE node is deleted, this FROM node is DELETED also\n-(3) IF this FROM node is deleted, this ALLOTTED-RESOURCE is DELETED also\n-(4) IF this TO node is deleted, this ALLOTTED-RESOURCE is DELETED also\n", 
42       "properties": {
43         "access-client-id": {
44           "description": "Store the id of the access client of this allotted-resource.", 
45           "type": "string"
46         }, 
47         "access-ltp-id": {
48           "description": "Store the id of the access ltp of this allotted-resource.", 
49           "type": "string"
50         }, 
51         "access-node-id": {
52           "description": "Store the id of the access node of this allotted-resource.", 
53           "type": "string"
54         }, 
55         "access-provider-id": {
56           "description": "Store the id of the access provider of this allotted-resource.", 
57           "type": "string"
58         }, 
59         "access-topology-id": {
60           "description": "Store the id of the access topology of this allotted-resource.", 
61           "type": "string"
62         }, 
63         "allotted-resource-name": {
64           "description": "Store the name of this allotted-resource.", 
65           "type": "string"
66         }, 
67         "cvlan": {
68           "description": "Store the cvlan of this allotted-resource.", 
69           "type": "string"
70         }, 
71         "description": {
72           "description": "The descriptive information assigned to this allotted resource instance", 
73           "type": "string"
74         }, 
75         "id": {
76           "description": "Allotted Resource id UUID assigned to this instance.", 
77           "type": "string"
78         }, 
79         "model-invariant-id": {
80           "also requires": "model-version-id", 
81           "description": "the ASDC model id for this resource or service model.", 
82           "type": "string"
83         }, 
84         "model-version-id": {
85           "also requires": "model-invariant-id", 
86           "description": "the ASDC model version for this resource or service model.", 
87           "type": "string"
88         }, 
89         "operational-status": {
90           "description": "Indicator for whether the resource is considered operational", 
91           "type": "string"
92         }, 
93         "orchestration-status": {
94           "description": "Orchestration status", 
95           "type": "string"
96         }, 
97         "relationship-list": {
98           "$ref": "#/definitions/relationship", 
99           "type": "object"
100         }, 
101         "resource-version": {
102           "description": "Concurrency value", 
103           "type": "string"
104         }, 
105         "role": {
106           "description": "role in the network that this resource will be providing.", 
107           "type": "string"
108         }, 
109         "selflink": {
110           "description": "Link back to more information in the controller", 
111           "type": "string"
112         }, 
113         "tunnel-xconnects": {
114           "items": {
115             "$ref": "#/definitions/tunnel-xconnect"
116           }, 
117           "type": "array"
118         }, 
119         "type": {
120           "description": "Generic description of the type of allotted resource.", 
121           "type": "string"
122         }, 
123         "vpn-name": {
124           "description": "Store the vpn-name of this allotted-resource.", 
125           "type": "string"
126         }
127       }, 
128       "required": [
129         "id"
130       ]
131     }, 
132     "allotted-resources": {
133       "description": "This object is used to store slices of services being offered\n", 
134       "properties": {
135         "allotted-resource": {
136           "items": {
137             "$ref": "#/definitions/allotted-resource"
138           }, 
139           "type": "array"
140         }
141       }
142     }, 
143     "availability-zone": {
144       "description": "Availability zone, a collection of compute hosts/pservers\n###### Related Nodes\n- TO cloud-region (PARENT of availability-zone, availability-zone BelongsTo cloud-region, MANY2ONE)(4)\n- TO complex( availability-zone LocatedIn complex, MANY2ONE)\n- TO service-capability( availability-zone AppliesTo service-capability, MANY2MANY)\n- FROM ctag-pool( ctag-pool AppliesTo availability-zone, MANY2MANY)\n- FROM dvs-switch( dvs-switch AppliesTo availability-zone, MANY2MANY)\n- FROM generic-vnf( generic-vnf Uses availability-zone, MANY2MANY)\n- FROM pserver( pserver MemberOf availability-zone, MANY2ONE)\n- FROM vce( vce Uses availability-zone, MANY2MANY)\n\n-(4) IF this TO node is deleted, this AVAILABILITY-ZONE is DELETED also\n-AVAILABILITY-ZONE cannot be deleted if related to CTAG-POOL,DVS-SWITCH,GENERIC-VNF,PSERVER,VCE\n", 
145       "properties": {
146         "availability-zone-name": {
147           "description": "Name of the availability zone.  Unique across a cloud region", 
148           "type": "string"
149         }, 
150         "hypervisor-type": {
151           "description": "Type of hypervisor.  Source of truth should define valid values.", 
152           "type": "string"
153         }, 
154         "operational-status": {
155           "description": "State that indicates whether the availability zone should be used, etc.  Source of truth should define valid values.", 
156           "type": "string"
157         }, 
158         "relationship-list": {
159           "$ref": "#/definitions/relationship", 
160           "type": "object"
161         }, 
162         "resource-version": {
163           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
164           "type": "string"
165         }
166       }, 
167       "required": [
168         "availability-zone-name", 
169         "hypervisor-type"
170       ]
171     }, 
172     "availability-zones": {
173       "description": "Collection of availability zones\n", 
174       "properties": {
175         "availability-zone": {
176           "items": {
177             "$ref": "#/definitions/availability-zone"
178           }, 
179           "type": "array"
180         }
181       }
182     }, 
183     "az-and-dvs-switches": {
184       "properties": {
185         "availability-zone": {
186           "$ref": "#/definitions/availability-zone", 
187           "type": "object"
188         }, 
189         "dvs-switches": {
190           "$ref": "#/definitions/dvs-switches", 
191           "type": "object"
192         }
193       }
194     }, 
195     "business": {
196       "description": "Namespace for business related constructs\n", 
197       "properties": {
198         "connectors": {
199           "items": {
200             "$ref": "#/definitions/connector"
201           }, 
202           "type": "array"
203         }, 
204         "customers": {
205           "items": {
206             "$ref": "#/definitions/customer"
207           }, 
208           "type": "array"
209         }, 
210         "lines-of-business": {
211           "items": {
212             "$ref": "#/definitions/line-of-business"
213           }, 
214           "type": "array"
215         }, 
216         "owning-entities": {
217           "items": {
218             "$ref": "#/definitions/owning-entity"
219           }, 
220           "type": "array"
221         }, 
222         "platforms": {
223           "items": {
224             "$ref": "#/definitions/platform"
225           }, 
226           "type": "array"
227         }, 
228         "projects": {
229           "items": {
230             "$ref": "#/definitions/project"
231           }, 
232           "type": "array"
233         }, 
234         "sp-partners": {
235           "items": {
236             "$ref": "#/definitions/sp-partner"
237           }, 
238           "type": "array"
239         }
240       }
241     }, 
242     "class-of-service": {
243       "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", 
244       "properties": {
245         "cos": {
246           "description": "unique identifier of probe", 
247           "type": "string"
248         }, 
249         "probe-id": {
250           "description": "identifier of probe", 
251           "type": "string"
252         }, 
253         "probe-type": {
254           "description": "type of probe", 
255           "type": "string"
256         }, 
257         "relationship-list": {
258           "$ref": "#/definitions/relationship", 
259           "type": "object"
260         }, 
261         "resource-version": {
262           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
263           "type": "string"
264         }
265       }, 
266       "required": [
267         "cos"
268       ]
269     }, 
270     "classes-of-service": {
271       "description": "class-of-service of probe\n", 
272       "properties": {
273         "class-of-service": {
274           "items": {
275             "$ref": "#/definitions/class-of-service"
276           }, 
277           "type": "array"
278         }
279       }
280     }, 
281     "cloud-infrastructure": {
282       "description": "Namespace for cloud infrastructure.\n", 
283       "properties": {
284         "cloud-regions": {
285           "items": {
286             "$ref": "#/definitions/cloud-region"
287           }, 
288           "type": "array"
289         }, 
290         "complexes": {
291           "items": {
292             "$ref": "#/definitions/complex"
293           }, 
294           "type": "array"
295         }, 
296         "network-profiles": {
297           "items": {
298             "$ref": "#/definitions/network-profile"
299           }, 
300           "type": "array"
301         }, 
302         "network-technologies": {
303           "items": {
304             "$ref": "#/definitions/network-technology"
305           }, 
306           "type": "array"
307         }, 
308         "operational-environments": {
309           "items": {
310             "$ref": "#/definitions/operational-environment"
311           }, 
312           "type": "array"
313         }, 
314         "pservers": {
315           "items": {
316             "$ref": "#/definitions/pserver"
317           }, 
318           "type": "array"
319         }, 
320         "virtual-data-centers": {
321           "items": {
322             "$ref": "#/definitions/virtual-data-center"
323           }, 
324           "type": "array"
325         }
326       }
327     }, 
328     "cloud-region": {
329       "description": "cloud-region designates an installation of a cloud cluster or region or instantiation. In AT&Ts AIC cloud, this could be an LCP or DCP. Cloud regions are uniquely identified by a composite key, cloud-owner + cloud-region-id. The format of the cloud-owner is vendor-cloudname and we will use att-aic for AT&T's AIC.\n###### Related Nodes\n- TO complex( cloud-region LocatedIn complex, MANY2ONE)\n- TO instance-group( cloud-region Uses instance-group, ONE2MANY)\n- TO l3-network( cloud-region Uses l3-network, MANY2MANY)\n- TO network-technology( cloud-region Uses network-technology, MANY2MANY)\n- TO zone( cloud-region LocatedIn zone, MANY2ONE)\n- FROM availability-zone (CHILD of cloud-region, availability-zone BelongsTo cloud-region, MANY2ONE)(1)\n- FROM dvs-switch (CHILD of cloud-region, dvs-switch BelongsTo cloud-region, MANY2ONE)\n- FROM esr-system-info (CHILD of cloud-region, esr-system-info BelongsTo cloud-region, MANY2ONE)(1)\n- FROM flavor (CHILD of cloud-region, flavor BelongsTo cloud-region, MANY2ONE)\n- FROM generic-vnf( generic-vnf LocatedIn cloud-region, MANY2ONE)\n- FROM group-assignment (CHILD of cloud-region, group-assignment BelongsTo cloud-region, MANY2ONE)\n- FROM hpa-capability (CHILD of cloud-region, hpa-capability BelongsTo cloud-region, MANY2ONE)\n- FROM image (CHILD of cloud-region, image BelongsTo cloud-region, MANY2ONE)\n- FROM logical-link( logical-link LocatedIn cloud-region, MANY2MANY)\n- FROM oam-network (CHILD of cloud-region, oam-network BelongsTo cloud-region, MANY2ONE)\n- FROM pserver( pserver LocatedIn cloud-region, MANY2ONE)\n- FROM snapshot (CHILD of cloud-region, snapshot BelongsTo cloud-region, MANY2ONE)\n- FROM tenant (CHILD of cloud-region, tenant BelongsTo cloud-region, MANY2ONE)\n- FROM vip-ipv4-address-list (CHILD of cloud-region, vip-ipv4-address-list BelongsTo cloud-region, MANY2ONE)\n- FROM vip-ipv6-address-list (CHILD of cloud-region, vip-ipv6-address-list BelongsTo cloud-region, MANY2ONE)\n- FROM vlan-tag( vlan-tag BelongsTo cloud-region, MANY2ONE)\n- FROM volume-group (CHILD of cloud-region, volume-group BelongsTo cloud-region, MANY2ONE)\n\n-(1) IF this CLOUD-REGION node is deleted, this FROM node is DELETED also\n-CLOUD-REGION cannot be deleted if related to DVS-SWITCH,FLAVOR,GROUP-ASSIGNMENT,HPA-CAPABILITY,IMAGE,OAM-NETWORK,SNAPSHOT,TENANT,VIP-IPV4-ADDRESS-LIST,VIP-IPV6-ADDRESS-LIST,VOLUME-GROUP\n", 
330       "properties": {
331         "availability-zones": {
332           "items": {
333             "$ref": "#/definitions/availability-zone"
334           }, 
335           "type": "array"
336         }, 
337         "cloud-extra-info": {
338           "description": "ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM.", 
339           "type": "string"
340         }, 
341         "cloud-owner": {
342           "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
343           "type": "string"
344         }, 
345         "cloud-region-id": {
346           "description": "Identifier used by the vendor for the region. Second part of composite key", 
347           "type": "string"
348         }, 
349         "cloud-region-version": {
350           "description": "Software version employed at the site.  NOTE - THIS FIELD IS NOT KEPT UP TO DATE.", 
351           "type": "string"
352         }, 
353         "cloud-type": {
354           "description": "Type of the cloud (e.g., openstack)", 
355           "type": "string"
356         }, 
357         "cloud-zone": {
358           "description": "Zone where the cloud is homed.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
359           "type": "string"
360         }, 
361         "complex-name": {
362           "description": "complex name for cloud-region instance.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
363           "type": "string"
364         }, 
365         "dvs-switches": {
366           "items": {
367             "$ref": "#/definitions/dvs-switch"
368           }, 
369           "type": "array"
370         }, 
371         "esr-system-info-list": {
372           "items": {
373             "$ref": "#/definitions/esr-system-info"
374           }, 
375           "type": "array"
376         }, 
377         "flavors": {
378           "items": {
379             "$ref": "#/definitions/flavor"
380           }, 
381           "type": "array"
382         }, 
383         "group-assignments": {
384           "items": {
385             "$ref": "#/definitions/group-assignment"
386           }, 
387           "type": "array"
388         }, 
389         "hpa-capabilities": {
390           "description": "List of cloud-region specific HPA Capabilities", 
391           "items": {
392             "$ref": "#/definitions/hpa-capability"
393           }, 
394           "type": "array"
395         }, 
396         "identity-url": {
397           "description": "URL of the keystone identity service", 
398           "type": "string"
399         }, 
400         "images": {
401           "items": {
402             "$ref": "#/definitions/image"
403           }, 
404           "type": "array"
405         }, 
406         "oam-networks": {
407           "items": {
408             "$ref": "#/definitions/oam-network"
409           }, 
410           "type": "array"
411         }, 
412         "owner-defined-type": {
413           "description": "Cloud-owner defined type indicator (e.g., dcp, lcp)", 
414           "type": "string"
415         }, 
416         "relationship-list": {
417           "$ref": "#/definitions/relationship", 
418           "type": "object"
419         }, 
420         "resource-version": {
421           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
422           "type": "string"
423         }, 
424         "snapshots": {
425           "items": {
426             "$ref": "#/definitions/snapshot"
427           }, 
428           "type": "array"
429         }, 
430         "sriov-automation": {
431           "description": "Whether the cloud region supports (true) or does not support (false) SR-IOV automation.", 
432           "type": "string"
433         }, 
434         "tenants": {
435           "items": {
436             "$ref": "#/definitions/tenant"
437           }, 
438           "type": "array"
439         }, 
440         "vip-ipv4-address-list": {
441           "items": {
442             "$ref": "#/definitions/vip-ipv4-address-list"
443           }, 
444           "type": "array"
445         }, 
446         "vip-ipv6-address-list": {
447           "items": {
448             "$ref": "#/definitions/vip-ipv6-address-list"
449           }, 
450           "type": "array"
451         }, 
452         "volume-groups": {
453           "items": {
454             "$ref": "#/definitions/volume-group"
455           }, 
456           "type": "array"
457         }
458       }, 
459       "required": [
460         "cloud-owner", 
461         "cloud-region-id"
462       ]
463     }, 
464     "cloud-regions": {
465       "properties": {
466         "cloud-region": {
467           "items": {
468             "$ref": "#/definitions/cloud-region"
469           }, 
470           "type": "array"
471         }
472       }
473     }, 
474     "collection": {
475       "description": "represents the collection resource in the TOSCA model\n###### Related Nodes\n- FROM instance-group( instance-group BelongsTo collection, ONE2ONE)\n- FROM service-instance( service-instance ComposedOf collection, ONE2ONE)\n", 
476       "properties": {
477         "collection-customization-id": {
478           "description": "Captures the id of all the configuration used to customize the resource for the service", 
479           "type": "string"
480         }, 
481         "collection-function": {
482           "description": "Collection function", 
483           "type": "string"
484         }, 
485         "collection-id": {
486           "description": "Collection Object UUID", 
487           "type": "string"
488         }, 
489         "collection-name": {
490           "description": "collection name", 
491           "type": "string"
492         }, 
493         "collection-role": {
494           "description": "Collection Role", 
495           "type": "string"
496         }, 
497         "collection-type": {
498           "description": "Collection type", 
499           "type": "string"
500         }, 
501         "model-invariant-id": {
502           "also requires": "model-version-id", 
503           "description": "ASDC model id for this resource or service model", 
504           "type": "string"
505         }, 
506         "model-version-id": {
507           "also requires": "model-invariant-id", 
508           "description": "Model Version", 
509           "type": "string"
510         }, 
511         "orchestration-status": {
512           "description": "orchestration status", 
513           "type": "string"
514         }, 
515         "relationship-list": {
516           "$ref": "#/definitions/relationship", 
517           "type": "object"
518         }, 
519         "resource-version": {
520           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
521           "type": "string"
522         }
523       }, 
524       "required": [
525         "collection-id"
526       ]
527     }, 
528     "collections": {
529       "properties": {
530         "collection": {
531           "items": {
532             "$ref": "#/definitions/collection"
533           }, 
534           "type": "array"
535         }
536       }
537     }, 
538     "complex": {
539       "description": "Collection of physical locations that can house cloud-regions.\n###### Related Nodes\n- TO l3-network( complex Uses l3-network, MANY2MANY)\n- FROM availability-zone( availability-zone LocatedIn complex, MANY2ONE)\n- FROM cloud-region( cloud-region LocatedIn complex, MANY2ONE)\n- FROM ctag-pool (CHILD of complex, ctag-pool BelongsTo complex, MANY2ONE)(1)\n- FROM generic-vnf( generic-vnf LocatedIn complex, MANY2MANY)\n- FROM oam-network( oam-network AppliesTo complex, MANY2MANY)\n- FROM pnf( pnf LocatedIn complex, MANY2ONE)\n- FROM pserver( pserver LocatedIn complex, MANY2ONE)\n- FROM site-resource( site-resource Uses complex, MANY2MANY)\nFor CCVPN Usecase\n- FROM vce( vce LocatedIn complex, MANY2MANY)\n- FROM volume-group( volume-group LocatedIn complex, MANY2ONE)\n- FROM vpls-pe( vpls-pe LocatedIn complex, MANY2ONE)\n- FROM zone( zone LocatedIn complex, MANY2ONE)\n\n-(1) IF this COMPLEX node is deleted, this FROM node is DELETED also\n-COMPLEX cannot be deleted if related to AVAILABILITY-ZONE,CLOUD-REGION,GENERIC-VNF,OAM-NETWORK,PNF,PSERVER,VCE,VOLUME-GROUP,VPLS-PE,ZONE\n", 
540       "properties": {
541         "city": {
542           "type": "string"
543         }, 
544         "complex-name": {
545           "description": "Gamma complex name for LCP instance.", 
546           "type": "string"
547         }, 
548         "country": {
549           "type": "string"
550         }, 
551         "ctag-pools": {
552           "items": {
553             "$ref": "#/definitions/ctag-pool"
554           }, 
555           "type": "array"
556         }, 
557         "data-center-code": {
558           "description": "Data center code which can be an alternate way to identify a complex", 
559           "type": "string"
560         }, 
561         "elevation": {
562           "type": "string"
563         }, 
564         "identity-url": {
565           "description": "URL of the keystone identity service", 
566           "type": "string"
567         }, 
568         "lata": {
569           "type": "string"
570         }, 
571         "latitude": {
572           "type": "string"
573         }, 
574         "longitude": {
575           "type": "string"
576         }, 
577         "physical-location-id": {
578           "description": "Unique identifier for physical location, e.g., CLLI", 
579           "type": "string"
580         }, 
581         "physical-location-type": {
582           "description": "Type, e.g., central office, data center.", 
583           "type": "string"
584         }, 
585         "postal-code": {
586           "type": "string"
587         }, 
588         "region": {
589           "type": "string"
590         }, 
591         "relationship-list": {
592           "$ref": "#/definitions/relationship", 
593           "type": "object"
594         }, 
595         "resource-version": {
596           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
597           "type": "string"
598         }, 
599         "state": {
600           "type": "string"
601         }, 
602         "street1": {
603           "type": "string"
604         }, 
605         "street2": {
606           "type": "string"
607         }
608       }, 
609       "required": [
610         "physical-location-id", 
611         "physical-location-type", 
612         "street1", 
613         "city", 
614         "postal-code", 
615         "country", 
616         "region"
617       ]
618     }, 
619     "complexes": {
620       "description": "Collection of physical locations that can house cloud-regions.\n", 
621       "properties": {
622         "complex": {
623           "items": {
624             "$ref": "#/definitions/complex"
625           }, 
626           "type": "array"
627         }
628       }
629     }, 
630     "configuration": {
631       "description": "Generic configuration object.\n###### Related Nodes\n- TO allotted-resource( configuration Uses allotted-resource, ONE2ONE)(2)\n- TO configuration( configuration BindsTo configuration, ONE2ONE)\n- TO l-interface( configuration AppliesTo l-interface, ONE2MANY)\n- TO l3-network( configuration PartOf l3-network, MANY2MANY)\n- TO logical-link( configuration Uses logical-link, ONE2MANY)(2)\n- TO pnf( configuration AppliesTo pnf, MANY2MANY)\n- TO vnfc( configuration Uses vnfc, ONE2ONE)(4)\n- TO vpn-binding( configuration Uses vpn-binding, MANY2ONE)\n- FROM configuration( configuration BindsTo configuration, ONE2ONE)\n- FROM evc (CHILD of configuration, evc BelongsTo configuration, ONE2ONE)(1)\n- FROM forwarder( forwarder Uses configuration, ONE2ONE)(3)\n- FROM forwarder-evc (CHILD of configuration, forwarder-evc BelongsTo configuration, ONE2ONE)(1)\n- FROM forwarding-path( forwarding-path Uses configuration, ONE2ONE)(3)\n- FROM generic-vnf( generic-vnf Uses configuration, ONE2MANY)(3)\n- FROM metadatum (CHILD of configuration, metadatum BelongsTo configuration, MANY2ONE)(1)\n- FROM service-instance( service-instance Uses configuration, ONE2MANY)\n- FROM service-instance( service-instance ComposedOf configuration, MANY2MANY)\n\n-(1) IF this CONFIGURATION node is deleted, this FROM node is DELETED also\n-(2) IF this CONFIGURATION node is deleted, this TO node is DELETED also\n-(3) IF this FROM node is deleted, this CONFIGURATION is DELETED also\n-(4) IF this TO node is deleted, this CONFIGURATION is DELETED also\n", 
632       "properties": {
633         "config-policy-name": {
634           "description": "Used to capture the name of the fabric configuration policy that was used to generate the payload sent to PINC for fabric configuration.", 
635           "type": "string"
636         }, 
637         "configuration-id": {
638           "description": "UUID assigned to configuration.", 
639           "type": "string"
640         }, 
641         "configuration-name": {
642           "description": "Name of the configuration.", 
643           "type": "string"
644         }, 
645         "configuration-selflink": {
646           "description": "URL to endpoint where AAI can get more details from SDN-GC.", 
647           "type": "string"
648         }, 
649         "configuration-sub-type": {
650           "description": "vprobe, pprobe.", 
651           "type": "string"
652         }, 
653         "configuration-type": {
654           "description": "port-mirroring-configuration.", 
655           "type": "string"
656         }, 
657         "evcs": {
658           "items": {
659             "$ref": "#/definitions/evc"
660           }, 
661           "type": "array"
662         }, 
663         "forwarder-evcs": {
664           "items": {
665             "$ref": "#/definitions/forwarder-evc"
666           }, 
667           "type": "array"
668         }, 
669         "management-option": {
670           "description": "Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.", 
671           "type": "string"
672         }, 
673         "metadata": {
674           "items": {
675             "$ref": "#/definitions/metadatum"
676           }, 
677           "type": "array"
678         }, 
679         "model-customization-id": {
680           "description": "id of  the configuration used to customize the resource", 
681           "type": "string"
682         }, 
683         "model-invariant-id": {
684           "also requires": "model-version-id", 
685           "description": "the ASDC model id for this resource or service model.", 
686           "type": "string"
687         }, 
688         "model-version-id": {
689           "also requires": "model-invariant-id", 
690           "description": "the ASDC model version for this resource or service model.", 
691           "type": "string"
692         }, 
693         "operational-status": {
694           "description": "Indicator for whether the resource is considered operational.", 
695           "type": "string"
696         }, 
697         "orchestration-status": {
698           "description": "Orchestration status of the configuration.", 
699           "type": "string"
700         }, 
701         "relationship-list": {
702           "$ref": "#/definitions/relationship", 
703           "type": "object"
704         }, 
705         "resource-version": {
706           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
707           "type": "string"
708         }, 
709         "tunnel-bandwidth": {
710           "description": "DHV Site Effective Bandwidth", 
711           "type": "string"
712         }, 
713         "vendor-allowed-max-bandwidth": {
714           "description": "Velocloud Nominal Throughput - VNT", 
715           "type": "string"
716         }
717       }, 
718       "required": [
719         "configuration-id", 
720         "configuration-type"
721       ]
722     }, 
723     "configurations": {
724       "description": "Collection of configurations\n", 
725       "properties": {
726         "configuration": {
727           "items": {
728             "$ref": "#/definitions/configuration"
729           }, 
730           "type": "array"
731         }
732       }
733     }, 
734     "connectivities": {
735       "description": "Collection of connectivities\n", 
736       "properties": {
737         "connectivity": {
738           "items": {
739             "$ref": "#/definitions/connectivity"
740           }, 
741           "type": "array"
742         }
743       }
744     }, 
745     "connectivity": {
746       "description": "Instance of a connectivity\n###### Related Nodes\n- TO ext-aai-network( connectivity BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( connectivity PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( connectivity PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n", 
747       "properties": {
748         "access-client-id": {
749           "description": "Store the id of the access client of this connectivity.", 
750           "type": "string"
751         }, 
752         "access-ltp-id": {
753           "description": "Store the id of the access ltp of this connectivity.", 
754           "type": "string"
755         }, 
756         "access-node-id": {
757           "description": "Store the id of the access node of this connectivity.", 
758           "type": "string"
759         }, 
760         "access-provider-id": {
761           "description": "Store the id of the access provider of this connectivity.", 
762           "type": "string"
763         }, 
764         "access-topology-id": {
765           "description": "Store the id of the access topology of this connectivity.", 
766           "type": "string"
767         }, 
768         "bandwidth-profile-name": {
769           "description": "Store the name of a bandwidth profile.", 
770           "type": "string"
771         }, 
772         "cbs": {
773           "description": "Store the CBS of this connectivity.", 
774           "type": "string"
775         }, 
776         "cir": {
777           "description": "Store the CIR of this connectivity.", 
778           "type": "string"
779         }, 
780         "color-aware": {
781           "description": "Store the color-awareness of this connectivity.", 
782           "type": "string"
783         }, 
784         "connectivity-id": {
785           "description": "Uniquely identifies this connectivity by id", 
786           "type": "string"
787         }, 
788         "connectivity-selflink": {
789           "description": "Store the link to get more information for this connectivity.", 
790           "type": "string"
791         }, 
792         "coupling-flag": {
793           "description": "Store the coupling flag of this connectivity.", 
794           "type": "string"
795         }, 
796         "cvlan": {
797           "description": "Store the cvlan for this connectivity.", 
798           "type": "string"
799         }, 
800         "ebs": {
801           "description": "Store the EBS of this connectivity.", 
802           "type": "string"
803         }, 
804         "eir": {
805           "description": "Store the EIR of this connectivity.", 
806           "type": "string"
807         }, 
808         "etht-svc-name": {
809           "description": "The ethernet service name for this connectivity.", 
810           "type": "string"
811         }, 
812         "model-customization-id": {
813           "description": "Store the model-customization-id for this object.", 
814           "type": "string"
815         }, 
816         "model-invariant-id": {
817           "also requires": "model-version-id", 
818           "description": "the ASDC model id for this resource or service model.", 
819           "type": "string"
820         }, 
821         "model-version-id": {
822           "also requires": "model-invariant-id", 
823           "description": "the ASDC model version for this resource or service model.", 
824           "type": "string"
825         }, 
826         "operational-status": {
827           "description": "Store the operational-status for this object.", 
828           "type": "string"
829         }, 
830         "relationship-list": {
831           "$ref": "#/definitions/relationship", 
832           "type": "object"
833         }, 
834         "resource-version": {
835           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
836           "type": "string"
837         }, 
838         "vpn-type": {
839           "description": "Store the type of a bandwidth profile.", 
840           "type": "string"
841         }
842       }, 
843       "required": [
844         "connectivity-id"
845       ]
846     }, 
847     "connector": {
848       "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", 
849       "properties": {
850         "metadata": {
851           "items": {
852             "$ref": "#/definitions/metadatum"
853           }, 
854           "type": "array"
855         }, 
856         "model-invariant-id": {
857           "also requires": "model-version-id", 
858           "description": "the ASDC model id for this resource or service model.", 
859           "type": "string"
860         }, 
861         "model-version-id": {
862           "also requires": "model-invariant-id", 
863           "description": "the ASDC model version for this resource or service model.", 
864           "type": "string"
865         }, 
866         "relationship-list": {
867           "$ref": "#/definitions/relationship", 
868           "type": "object"
869         }, 
870         "resource-instance-id": {
871           "description": "Unique id of resource instance.", 
872           "type": "string"
873         }, 
874         "resource-version": {
875           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
876           "type": "string"
877         }, 
878         "widget-model-id": {
879           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
880           "type": "string"
881         }, 
882         "widget-model-version": {
883           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
884           "type": "string"
885         }
886       }, 
887       "required": [
888         "resource-instance-id"
889       ]
890     }, 
891     "connectors": {
892       "description": "Collection of resource instances used to connect a variety of disparate inventory widgets\n", 
893       "properties": {
894         "connector": {
895           "items": {
896             "$ref": "#/definitions/connector"
897           }, 
898           "type": "array"
899         }
900       }
901     }, 
902     "constrained-element-set": {
903       "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", 
904       "properties": {
905         "check-type": {
906           "type": "string"
907         }, 
908         "constrained-element-set-uuid": {
909           "type": "string"
910         }, 
911         "constraint-type": {
912           "type": "string"
913         }, 
914         "element-choice-sets": {
915           "items": {
916             "$ref": "#/definitions/element-choice-set"
917           }, 
918           "type": "array"
919         }, 
920         "relationship-list": {
921           "$ref": "#/definitions/relationship", 
922           "type": "object"
923         }, 
924         "resource-version": {
925           "type": "string"
926         }
927       }, 
928       "required": [
929         "constrained-element-set-uuid", 
930         "constraint-type", 
931         "check-type"
932       ]
933     }, 
934     "constrained-element-sets": {
935       "properties": {
936         "constrained-element-set": {
937           "items": {
938             "$ref": "#/definitions/constrained-element-set"
939           }, 
940           "type": "array"
941         }
942       }
943     }, 
944     "cp": {
945       "description": "point of attachment from services or resources to a virtual link or network.\n###### Related Nodes\n- FROM l-interface( l-interface LinksTo cp, ONE2ONE)\n- FROM l3-interface-ipv4-address-list (CHILD of cp, l3-interface-ipv4-address-list BelongsTo cp, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of cp, l3-interface-ipv6-address-list BelongsTo cp, MANY2ONE)(1)\n- FROM l3-network( l3-network LinksTo cp, MANY2MANY)\n- FROM vip-ipv4-address-list( vip-ipv4-address-list Uses cp, MANY2MANY)\n- FROM vip-ipv6-address-list( vip-ipv6-address-list Uses cp, MANY2MANY)\n- FROM vlan-tag( vlan-tag Uses cp, MANY2MANY)\n- FROM vnfc (PARENT of cp, vnfc BelongsTo cp, ONE2MANY)\ncp is child of vnfc(3)\n\n-(1) IF this CP node is deleted, this FROM node is DELETED also\n-(3) IF this FROM node is deleted, this CP is DELETED also\n", 
946       "properties": {
947         "cp-instance-id": {
948           "description": "Unique ID of the connection point.", 
949           "type": "string"
950         }, 
951         "l3-interface-ipv4-address-list": {
952           "items": {
953             "$ref": "#/definitions/l3-interface-ipv4-address-list"
954           }, 
955           "type": "array"
956         }, 
957         "l3-interface-ipv6-address-list": {
958           "items": {
959             "$ref": "#/definitions/l3-interface-ipv6-address-list"
960           }, 
961           "type": "array"
962         }, 
963         "port-id": {
964           "description": "port index to represent multiple CPs on VNFC connected to same network.", 
965           "format": "int32", 
966           "type": "integer"
967         }, 
968         "relationship-list": {
969           "$ref": "#/definitions/relationship", 
970           "type": "object"
971         }, 
972         "resource-version": {
973           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
974           "type": "string"
975         }
976       }, 
977       "required": [
978         "cp-instance-id"
979       ]
980     }, 
981     "cps": {
982       "description": "Collection of connection points.\n", 
983       "properties": {
984         "cp": {
985           "items": {
986             "$ref": "#/definitions/cp"
987           }, 
988           "type": "array"
989         }
990       }
991     }, 
992     "ctag-assignment": {
993       "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", 
994       "properties": {
995         "relationship-list": {
996           "$ref": "#/definitions/relationship", 
997           "type": "object"
998         }, 
999         "resource-version": {
1000           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1001           "type": "string"
1002         }, 
1003         "vlan-id-inner": {
1004           "description": "id.", 
1005           "format": "int64", 
1006           "type": "integer"
1007         }
1008       }, 
1009       "required": [
1010         "vlan-id-inner"
1011       ]
1012     }, 
1013     "ctag-assignments": {
1014       "properties": {
1015         "ctag-assignment": {
1016           "items": {
1017             "$ref": "#/definitions/ctag-assignment"
1018           }, 
1019           "type": "array"
1020         }
1021       }
1022     }, 
1023     "ctag-pool": {
1024       "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", 
1025       "properties": {
1026         "availability-zone-name": {
1027           "description": "Name of the availability zone", 
1028           "type": "string"
1029         }, 
1030         "ctag-pool-purpose": {
1031           "description": "Describes what the intended purpose of this pool is.", 
1032           "type": "string"
1033         }, 
1034         "ctag-values": {
1035           "description": "Comma separated list of ctags", 
1036           "type": "string"
1037         }, 
1038         "relationship-list": {
1039           "$ref": "#/definitions/relationship", 
1040           "type": "object"
1041         }, 
1042         "resource-version": {
1043           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1044           "type": "string"
1045         }, 
1046         "target-pe": {
1047           "description": "The Target provider edge router", 
1048           "type": "string"
1049         }
1050       }, 
1051       "required": [
1052         "target-pe", 
1053         "availability-zone-name", 
1054         "ctag-pool-purpose"
1055       ]
1056     }, 
1057     "ctag-pools": {
1058       "properties": {
1059         "ctag-pool": {
1060           "items": {
1061             "$ref": "#/definitions/ctag-pool"
1062           }, 
1063           "type": "array"
1064         }
1065       }
1066     }, 
1067     "customer": {
1068       "description": "customer identifiers to provide linkage back to BSS information.\n###### Related Nodes\n- FROM service-subscription (CHILD of customer, service-subscription BelongsTo customer, MANY2ONE)(1)\n- FROM vpn-binding( vpn-binding Uses customer, MANY2MANY)\n\n-(1) IF this CUSTOMER node is deleted, this FROM node is DELETED also\n", 
1069       "properties": {
1070         "global-customer-id": {
1071           "description": "Global customer id used across ECOMP to uniquely identify customer.", 
1072           "type": "string"
1073         }, 
1074         "relationship-list": {
1075           "$ref": "#/definitions/relationship", 
1076           "type": "object"
1077         }, 
1078         "resource-version": {
1079           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1080           "type": "string"
1081         }, 
1082         "service-subscriptions": {
1083           "items": {
1084             "$ref": "#/definitions/service-subscription"
1085           }, 
1086           "type": "array"
1087         }, 
1088         "subscriber-name": {
1089           "description": "Subscriber name, an alternate way to retrieve a customer.", 
1090           "type": "string"
1091         }, 
1092         "subscriber-type": {
1093           "description": "Subscriber type, a way to provide VID with only the INFRA customers.", 
1094           "type": "string"
1095         }
1096       }, 
1097       "required": [
1098         "global-customer-id", 
1099         "subscriber-name", 
1100         "subscriber-type"
1101       ]
1102     }, 
1103     "customers": {
1104       "description": "Collection of customer identifiers to provide linkage back to BSS information.\n", 
1105       "properties": {
1106         "customer": {
1107           "items": {
1108             "$ref": "#/definitions/customer"
1109           }, 
1110           "type": "array"
1111         }
1112       }
1113     }, 
1114     "cvlan-tag-entry": {
1115       "properties": {
1116         "cvlan-tag": {
1117           "description": "See mis-na-virtualization-platform.yang", 
1118           "format": "int64", 
1119           "type": "integer"
1120         }, 
1121         "relationship-list": {
1122           "$ref": "#/definitions/relationship", 
1123           "type": "object"
1124         }, 
1125         "resource-version": {
1126           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1127           "type": "string"
1128         }
1129       }, 
1130       "required": [
1131         "cvlan-tag"
1132       ]
1133     }, 
1134     "cvlan-tags": {
1135       "properties": {
1136         "cvlan-tag-entry": {
1137           "items": {
1138             "$ref": "#/definitions/cvlan-tag-entry"
1139           }, 
1140           "type": "array"
1141         }
1142       }
1143     }, 
1144     "device": {
1145       "description": "Instance of a device\n###### Related Nodes\n- TO ext-aai-network( device BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO generic-vnf( device Uses generic-vnf, ONE2MANY)\nFor CCVPN Usecase\n- TO service-instance( device PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n", 
1146       "properties": {
1147         "class": {
1148           "description": "Store the class of this device.", 
1149           "type": "string"
1150         }, 
1151         "description": {
1152           "description": "Store the description of this device.", 
1153           "type": "string"
1154         }, 
1155         "device-id": {
1156           "description": "Uniquely identifies this device by id", 
1157           "type": "string"
1158         }, 
1159         "device-name": {
1160           "description": "Store the name of this device.", 
1161           "type": "string"
1162         }, 
1163         "esn": {
1164           "description": "Store the esn of this device.", 
1165           "type": "string"
1166         }, 
1167         "model-customization-id": {
1168           "description": "Store the model-customization-id for this object.", 
1169           "type": "string"
1170         }, 
1171         "model-invariant-id": {
1172           "also requires": "model-version-id", 
1173           "description": "the ASDC model id for this resource or service model.", 
1174           "type": "string"
1175         }, 
1176         "model-version-id": {
1177           "also requires": "model-invariant-id", 
1178           "description": "the ASDC model version for this resource or service model.", 
1179           "type": "string"
1180         }, 
1181         "operational-status": {
1182           "description": "Store the operational-status for this object.", 
1183           "type": "string"
1184         }, 
1185         "relationship-list": {
1186           "$ref": "#/definitions/relationship", 
1187           "type": "object"
1188         }, 
1189         "resource-version": {
1190           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1191           "type": "string"
1192         }, 
1193         "selflink": {
1194           "description": "Store the link to get more information for this object.", 
1195           "type": "string"
1196         }, 
1197         "system-ip": {
1198           "description": "Store the system-ip of this device.", 
1199           "type": "string"
1200         }, 
1201         "system-ipv4": {
1202           "description": "Store the system-ipv4 of this device.", 
1203           "type": "string"
1204         }, 
1205         "system-ipv6": {
1206           "description": "Store the system-ipv6 of this device.", 
1207           "type": "string"
1208         }, 
1209         "type": {
1210           "description": "Store the type of this device.", 
1211           "type": "string"
1212         }, 
1213         "vendor": {
1214           "description": "Store the vendor of this device.", 
1215           "type": "string"
1216         }, 
1217         "version": {
1218           "description": "Store the version of this device.", 
1219           "type": "string"
1220         }
1221       }, 
1222       "required": [
1223         "device-id"
1224       ]
1225     }, 
1226     "devices": {
1227       "description": "Collection of devices\n", 
1228       "properties": {
1229         "device": {
1230           "items": {
1231             "$ref": "#/definitions/device"
1232           }, 
1233           "type": "array"
1234         }
1235       }
1236     }, 
1237     "dhcp-service": {
1238       "description": "Instance of a dhcp-service\n###### Related Nodes\n- FROM lan-port-config (PARENT of dhcp-service, lan-port-config Uses dhcp-service, ONE2MANY)\nFor CCVPN Usecase(3)\n\n-(3) IF this FROM node is deleted, this DHCP-SERVICE is DELETED also\n", 
1239       "properties": {
1240         "dhcp-service-id": {
1241           "description": "Uniquely identifies this dhcp-service by id", 
1242           "type": "string"
1243         }, 
1244         "dhcp-service-type": {
1245           "description": "Store the dhcp-service-type of this dhcp-service.", 
1246           "type": "string"
1247         }, 
1248         "dns": {
1249           "description": "Store the dns of this dhcp-service.", 
1250           "type": "string"
1251         }, 
1252         "domain-name": {
1253           "description": "Store the domain-name of this dhcp-service.", 
1254           "type": "string"
1255         }, 
1256         "lease-time": {
1257           "description": "Store the lease-time of this dhcp-service.", 
1258           "type": "string"
1259         }, 
1260         "nbns": {
1261           "description": "Store the nbns of this dhcp-service.", 
1262           "type": "string"
1263         }, 
1264         "ntp-primary": {
1265           "description": "Store the ntp-primary of this dhcp-service.", 
1266           "type": "string"
1267         }, 
1268         "ntp-secondary": {
1269           "description": "Store the ntp-secondary of this dhcp-service.", 
1270           "type": "string"
1271         }, 
1272         "relationship-list": {
1273           "$ref": "#/definitions/relationship", 
1274           "type": "object"
1275         }, 
1276         "resource-version": {
1277           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1278           "type": "string"
1279         }, 
1280         "server-ipv4-address": {
1281           "description": "Store the server-ip4-address of this dhcp-service.", 
1282           "type": "string"
1283         }, 
1284         "server-ipv6-address": {
1285           "description": "Store the server-ipv6-address of this dhcp-service.", 
1286           "type": "string"
1287         }, 
1288         "service-enable": {
1289           "description": "Store the service-enable of this dhcp-service.", 
1290           "type": "string"
1291         }
1292       }, 
1293       "required": [
1294         "dhcp-service-id"
1295       ]
1296     }, 
1297     "dhcp-services": {
1298       "description": "Collection of dhcp-services\n", 
1299       "properties": {
1300         "dhcp-service": {
1301           "items": {
1302             "$ref": "#/definitions/dhcp-service"
1303           }, 
1304           "type": "array"
1305         }
1306       }
1307     }, 
1308     "dvs-switch": {
1309       "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", 
1310       "properties": {
1311         "relationship-list": {
1312           "$ref": "#/definitions/relationship", 
1313           "type": "object"
1314         }, 
1315         "resource-version": {
1316           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1317           "type": "string"
1318         }, 
1319         "switch-name": {
1320           "description": "DVS switch name", 
1321           "type": "string"
1322         }, 
1323         "vcenter-url": {
1324           "description": "URL used to reach the vcenter", 
1325           "type": "string"
1326         }
1327       }, 
1328       "required": [
1329         "switch-name", 
1330         "vcenter-url"
1331       ]
1332     }, 
1333     "dvs-switches": {
1334       "description": "Collection of digital virtual switch metadata used for vmWare VCEs and GenericVnfs.\n", 
1335       "properties": {
1336         "dvs-switch": {
1337           "items": {
1338             "$ref": "#/definitions/dvs-switch"
1339           }, 
1340           "type": "array"
1341         }
1342       }
1343     }, 
1344     "edge-prop-names": {
1345       "description": "Internal map to define the properties of an edge and interpret the map EdgeRules\n", 
1346       "properties": {
1347         "SVC-INFRA": {
1348           "type": "string"
1349         }, 
1350         "aai-uuid": {
1351           "type": "string"
1352         }, 
1353         "contains-other-v": {
1354           "type": "string"
1355         }, 
1356         "delete-other-v": {
1357           "type": "string"
1358         }, 
1359         "direction": {
1360           "type": "string"
1361         }, 
1362         "edgeLabel": {
1363           "type": "string"
1364         }, 
1365         "multiplicityRule": {
1366           "type": "string"
1367         }, 
1368         "prevent-delete": {
1369           "type": "string"
1370         }
1371       }
1372     }, 
1373     "edge-tag-query-request": {
1374       "properties": {
1375         "edge-tag": {
1376           "type": "string"
1377         }, 
1378         "include-node-filter": {
1379           "items": {
1380             "$ref": "#/definitions/include-node-filter"
1381           }, 
1382           "type": "array"
1383         }, 
1384         "result-detail": {
1385           "type": "string"
1386         }, 
1387         "secondary-filter": {
1388           "items": {
1389             "$ref": "#/definitions/secondary-filter"
1390           }, 
1391           "type": "array"
1392         }, 
1393         "start-node-filter": {
1394           "items": {
1395             "$ref": "#/definitions/start-node-filter"
1396           }, 
1397           "type": "array"
1398         }, 
1399         "start-node-type": {
1400           "type": "string"
1401         }
1402       }
1403     }, 
1404     "edge-tag-query-result": {
1405       "properties": {
1406         "tagged-inventory-item-list": {
1407           "items": {
1408             "$ref": "#/definitions/tagged-inventory-item-list"
1409           }, 
1410           "type": "array"
1411         }
1412       }
1413     }, 
1414     "element-choice-set": {
1415       "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", 
1416       "properties": {
1417         "cardinality": {
1418           "type": "string"
1419         }, 
1420         "element-choice-set-name": {
1421           "type": "string"
1422         }, 
1423         "element-choice-set-uuid": {
1424           "type": "string"
1425         }, 
1426         "model-elements": {
1427           "items": {
1428             "$ref": "#/definitions/model-element"
1429           }, 
1430           "type": "array"
1431         }, 
1432         "relationship-list": {
1433           "$ref": "#/definitions/relationship", 
1434           "type": "object"
1435         }, 
1436         "resource-version": {
1437           "type": "string"
1438         }
1439       }, 
1440       "required": [
1441         "element-choice-set-uuid", 
1442         "element-choice-set-name"
1443       ]
1444     }, 
1445     "element-choice-sets": {
1446       "properties": {
1447         "element-choice-set": {
1448           "items": {
1449             "$ref": "#/definitions/element-choice-set"
1450           }, 
1451           "type": "array"
1452         }
1453       }
1454     }, 
1455     "entitlement": {
1456       "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", 
1457       "properties": {
1458         "group-uuid": {
1459           "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
1460           "type": "string"
1461         }, 
1462         "relationship-list": {
1463           "$ref": "#/definitions/relationship", 
1464           "type": "object"
1465         }, 
1466         "resource-uuid": {
1467           "description": "Unique ID of an entitlement resource.", 
1468           "type": "string"
1469         }, 
1470         "resource-version": {
1471           "description": "Concurrency value", 
1472           "type": "string"
1473         }
1474       }, 
1475       "required": [
1476         "group-uuid", 
1477         "resource-uuid"
1478       ]
1479     }, 
1480     "entitlements": {
1481       "description": "Entitlements, keyed by group-uuid and resource-uuid, related to license management\n", 
1482       "properties": {
1483         "entitlement": {
1484           "items": {
1485             "$ref": "#/definitions/entitlement"
1486           }, 
1487           "type": "array"
1488         }
1489       }
1490     }, 
1491     "esr-ems": {
1492       "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", 
1493       "properties": {
1494         "ems-id": {
1495           "description": "Unique ID of EMS.", 
1496           "type": "string"
1497         }, 
1498         "esr-system-info-list": {
1499           "items": {
1500             "$ref": "#/definitions/esr-system-info"
1501           }, 
1502           "type": "array"
1503         }, 
1504         "relationship-list": {
1505           "$ref": "#/definitions/relationship", 
1506           "type": "object"
1507         }, 
1508         "resource-version": {
1509           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1510           "type": "string"
1511         }
1512       }, 
1513       "required": [
1514         "ems-id"
1515       ]
1516     }, 
1517     "esr-ems-list": {
1518       "properties": {
1519         "esr-ems": {
1520           "items": {
1521             "$ref": "#/definitions/esr-ems"
1522           }, 
1523           "type": "array"
1524         }
1525       }
1526     }, 
1527     "esr-system-info": {
1528       "description": "Persist common address information of external systems.\n###### Related Nodes\n- TO cloud-region (PARENT of esr-system-info, esr-system-info BelongsTo cloud-region, MANY2ONE)(4)\n- TO esr-ems (PARENT of esr-system-info, esr-system-info BelongsTo esr-ems, MANY2ONE)(4)\n- TO esr-thirdparty-sdnc (PARENT of esr-system-info, esr-system-info BelongsTo esr-thirdparty-sdnc, ONE2ONE)(4)\n- TO esr-vnfm (PARENT of esr-system-info, esr-system-info BelongsTo esr-vnfm, ONE2ONE)(4)\n- FROM ext-aai-network (PARENT of esr-system-info, ext-aai-network Uses esr-system-info, ONE2MANY)\nFor CCVPN Usecase(3)\n\n-(3) IF this FROM node is deleted, this ESR-SYSTEM-INFO is DELETED also\n-(4) IF this TO node is deleted, this ESR-SYSTEM-INFO is DELETED also\n", 
1529       "properties": {
1530         "cloud-domain": {
1531           "description": "domain info for authentication.", 
1532           "type": "string"
1533         }, 
1534         "default-tenant": {
1535           "description": "default tenant of VIM.", 
1536           "type": "string"
1537         }, 
1538         "esr-system-info-id": {
1539           "description": "Unique ID of esr system info.", 
1540           "type": "string"
1541         }, 
1542         "ip-address": {
1543           "description": "service IP of ftp server.", 
1544           "type": "string"
1545         }, 
1546         "openstack-region-id": {
1547           "description": "OpenStack region ID used by MultiCloud plugin to interact with an OpenStack instance.", 
1548           "type": "string"
1549         }, 
1550         "passive": {
1551           "description": "ftp passive mode or not.", 
1552           "type": "boolean"
1553         }, 
1554         "password": {
1555           "description": "password used to access external systems.", 
1556           "type": "string"
1557         }, 
1558         "port": {
1559           "description": "service port of ftp server.", 
1560           "type": "string"
1561         }, 
1562         "protocol": {
1563           "description": "protocol of third party SDNC, for example netconf/snmp.", 
1564           "type": "string"
1565         }, 
1566         "relationship-list": {
1567           "$ref": "#/definitions/relationship", 
1568           "type": "object"
1569         }, 
1570         "remote-path": {
1571           "description": "resource or performance data file path.", 
1572           "type": "string"
1573         }, 
1574         "resource-version": {
1575           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1576           "type": "string"
1577         }, 
1578         "service-url": {
1579           "description": "url used to access external systems.", 
1580           "type": "string"
1581         }, 
1582         "ssl-cacert": {
1583           "description": "ca file content if enabled ssl on auth-url.", 
1584           "type": "string"
1585         }, 
1586         "ssl-insecure": {
1587           "description": "Whether to verify VIM's certificate.", 
1588           "type": "boolean"
1589         }, 
1590         "system-name": {
1591           "description": "name of external system.", 
1592           "type": "string"
1593         }, 
1594         "system-status": {
1595           "description": "the status of external system.", 
1596           "type": "string"
1597         }, 
1598         "system-type": {
1599           "description": "it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.", 
1600           "type": "string"
1601         }, 
1602         "type": {
1603           "description": "type of external systems.", 
1604           "type": "string"
1605         }, 
1606         "user-name": {
1607           "description": "username used to access external systems.", 
1608           "type": "string"
1609         }, 
1610         "vendor": {
1611           "description": "vendor of external systems.", 
1612           "type": "string"
1613         }, 
1614         "version": {
1615           "description": "version of external systems.", 
1616           "type": "string"
1617         }
1618       }, 
1619       "required": [
1620         "esr-system-info-id", 
1621         "user-name", 
1622         "password", 
1623         "system-type"
1624       ]
1625     }, 
1626     "esr-system-info-list": {
1627       "description": "Collection of persistent block-level external system auth info.\n", 
1628       "properties": {
1629         "esr-system-info": {
1630           "items": {
1631             "$ref": "#/definitions/esr-system-info"
1632           }, 
1633           "type": "array"
1634         }
1635       }
1636     }, 
1637     "esr-thirdparty-sdnc": {
1638       "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", 
1639       "properties": {
1640         "esr-system-info-list": {
1641           "items": {
1642             "$ref": "#/definitions/esr-system-info"
1643           }, 
1644           "type": "array"
1645         }, 
1646         "location": {
1647           "description": "used for DC type to indicate the location of SDNC, such as Core or Edge.", 
1648           "type": "string"
1649         }, 
1650         "product-name": {
1651           "description": "password used to access SDNC server.", 
1652           "type": "string"
1653         }, 
1654         "relationship-list": {
1655           "$ref": "#/definitions/relationship", 
1656           "type": "object"
1657         }, 
1658         "resource-version": {
1659           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1660           "type": "string"
1661         }, 
1662         "thirdparty-sdnc-id": {
1663           "description": "Unique ID of SDNC.", 
1664           "type": "string"
1665         }
1666       }, 
1667       "required": [
1668         "thirdparty-sdnc-id"
1669       ]
1670     }, 
1671     "esr-thirdparty-sdnc-list": {
1672       "properties": {
1673         "esr-thirdparty-sdnc": {
1674           "items": {
1675             "$ref": "#/definitions/esr-thirdparty-sdnc"
1676           }, 
1677           "type": "array"
1678         }
1679       }
1680     }, 
1681     "esr-vnfm": {
1682       "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", 
1683       "properties": {
1684         "certificate-url": {
1685           "description": "certificate url of VNFM.", 
1686           "type": "string"
1687         }, 
1688         "esr-system-info-list": {
1689           "items": {
1690             "$ref": "#/definitions/esr-system-info"
1691           }, 
1692           "type": "array"
1693         }, 
1694         "relationship-list": {
1695           "$ref": "#/definitions/relationship", 
1696           "type": "object"
1697         }, 
1698         "resource-version": {
1699           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1700           "type": "string"
1701         }, 
1702         "vim-id": {
1703           "description": "indecate the VIM to deploy VNF.", 
1704           "type": "string"
1705         }, 
1706         "vnfm-id": {
1707           "description": "Unique ID of VNFM.", 
1708           "type": "string"
1709         }
1710       }, 
1711       "required": [
1712         "vnfm-id"
1713       ]
1714     }, 
1715     "esr-vnfm-list": {
1716       "properties": {
1717         "esr-vnfm": {
1718           "items": {
1719             "$ref": "#/definitions/esr-vnfm"
1720           }, 
1721           "type": "array"
1722         }
1723       }
1724     }, 
1725     "evc": {
1726       "description": "evc object is an optional child object of the Configuration object.\n###### Related Nodes\n- TO configuration (PARENT of evc, evc BelongsTo configuration, ONE2ONE)(4)\n\n-(4) IF this TO node is deleted, this EVC is DELETED also\n", 
1727       "properties": {
1728         "cir-units": {
1729           "description": "CIR units", 
1730           "type": "string"
1731         }, 
1732         "cir-value": {
1733           "description": "Commited Information Rate", 
1734           "type": "string"
1735         }, 
1736         "collector-pop-clli": {
1737           "description": "Collector POP CLLI (from the hostname of the access pnf)", 
1738           "type": "string"
1739         }, 
1740         "connection-diversity-group-id": {
1741           "description": "Diversity Group ID", 
1742           "type": "string"
1743         }, 
1744         "esp-evc-cir-units": {
1745           "description": "CIR units (For ESP)", 
1746           "type": "string"
1747         }, 
1748         "esp-evc-cir-value": {
1749           "description": "Committed Information Rate (For ESP)", 
1750           "type": "string"
1751         }, 
1752         "esp-evc-circuit-id": {
1753           "description": "EVC Circuit ID of ESP EVC", 
1754           "type": "string"
1755         }, 
1756         "esp-itu-code": {
1757           "description": "Identifies ESP", 
1758           "type": "string"
1759         }, 
1760         "evc-id": {
1761           "description": "Unique/key field for the evc object", 
1762           "type": "string"
1763         }, 
1764         "forwarding-path-topology": {
1765           "description": "Point-to-Point, Multi-Point", 
1766           "type": "string"
1767         }, 
1768         "inter-connect-type-ingress": {
1769           "description": "Interconnect type on ingress side of EVC.", 
1770           "type": "string"
1771         }, 
1772         "relationship-list": {
1773           "$ref": "#/definitions/relationship", 
1774           "type": "object"
1775         }, 
1776         "resource-version": {
1777           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
1778           "type": "string"
1779         }, 
1780         "service-hours": {
1781           "description": "formerly Performance Group", 
1782           "type": "string"
1783         }, 
1784         "tagmode-access-egress": {
1785           "description": "tagMode for network side of EVC", 
1786           "type": "string"
1787         }, 
1788         "tagmode-access-ingress": {
1789           "description": "tagode for collector side of EVC", 
1790           "type": "string"
1791         }
1792       }, 
1793       "required": [
1794         "evc-id"
1795       ]
1796     }, 
1797     "evcs": {
1798       "properties": {
1799         "evc": {
1800           "items": {
1801             "$ref": "#/definitions/evc"
1802           }, 
1803           "type": "array"
1804         }
1805       }
1806     }, 
1807     "ext-aai-network": {
1808       "description": "Refer to an external AAI in another ONAP.\n###### Related Nodes\n- TO esr-system-info (PARENT of ext-aai-network, ext-aai-network Uses esr-system-info, ONE2MANY)\nFor CCVPN Usecase(2)\n- FROM connectivity( connectivity BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM device( device BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM lan-port-config( lan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM logical-link( logical-link BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM network-resource( network-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM pnf( pnf BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM sdwan-vpn( sdwan-vpn BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM site-resource( site-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM vpn-binding( vpn-binding BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM wan-port-config( wan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n\n-(2) IF this EXT-AAI-NETWORK node is deleted, this TO node is DELETED also\n-EXT-AAI-NETWORK cannot be deleted if related to CONNECTIVITY,DEVICE,LAN-PORT-CONFIG,LOGICAL-LINK,NETWORK-RESOURCE,PNF,SDWAN-VPN,SITE-RESOURCE,VPN-BINDING,WAN-PORT-CONFIG\n", 
1809       "properties": {
1810         "aai-id": {
1811           "description": "Unique ID of the referenced AAI.", 
1812           "type": "string"
1813         }, 
1814         "esr-system-info": {
1815           "$ref": "#/definitions/esr-system-info", 
1816           "type": "object"
1817         }, 
1818         "relationship-list": {
1819           "$ref": "#/definitions/relationship", 
1820           "type": "object"
1821         }, 
1822         "resource-version": {
1823           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1824           "type": "string"
1825         }, 
1826         "schema-version": {
1827           "description": "Schema version of the referenced AAI.", 
1828           "type": "string"
1829         }
1830       }, 
1831       "required": [
1832         "aai-id"
1833       ]
1834     }, 
1835     "ext-aai-networks": {
1836       "properties": {
1837         "ext-aai-network": {
1838           "items": {
1839             "$ref": "#/definitions/ext-aai-network"
1840           }, 
1841           "type": "array"
1842         }
1843       }
1844     }, 
1845     "external-system": {
1846       "description": "Namespace for external system.\n", 
1847       "properties": {
1848         "esr-ems-list": {
1849           "items": {
1850             "$ref": "#/definitions/esr-ems"
1851           }, 
1852           "type": "array"
1853         }, 
1854         "esr-thirdparty-sdnc-list": {
1855           "items": {
1856             "$ref": "#/definitions/esr-thirdparty-sdnc"
1857           }, 
1858           "type": "array"
1859         }, 
1860         "esr-vnfm-list": {
1861           "items": {
1862             "$ref": "#/definitions/esr-vnfm"
1863           }, 
1864           "type": "array"
1865         }
1866       }
1867     }, 
1868     "extra-properties": {
1869       "description": "Extra properties for inventory item for response list\n", 
1870       "properties": {
1871         "extra-property": {
1872           "items": {
1873             "$ref": "#/definitions/extra-property"
1874           }, 
1875           "type": "array"
1876         }
1877       }
1878     }, 
1879     "extra-property": {
1880       "properties": {
1881         "property-name": {
1882           "type": "string"
1883         }, 
1884         "property-value": {
1885           "type": "string"
1886         }
1887       }
1888     }, 
1889     "flavor": {
1890       "description": "Openstack flavor.\n###### Related Nodes\n- TO cloud-region (PARENT of flavor, flavor BelongsTo cloud-region, MANY2ONE)\n- TO pserver( flavor CanBeInstantiatedIn pserver, MANY2MANY)\nHPA Capacity getting the compute nodes from given flavor\n- FROM hpa-capability (CHILD of flavor, hpa-capability BelongsTo flavor, MANY2ONE)\n- FROM vserver( vserver Uses flavor, MANY2ONE)\n\n-FLAVOR cannot be deleted if related to HPA-CAPABILITY,VSERVER\n", 
1891       "properties": {
1892         "flavor-disabled": {
1893           "description": "Boolean as to whether this flavor is no longer enabled", 
1894           "type": "boolean"
1895         }, 
1896         "flavor-disk": {
1897           "description": "Disk space", 
1898           "format": "int32", 
1899           "type": "integer"
1900         }, 
1901         "flavor-ephemeral": {
1902           "description": "Amount of ephemeral disk space", 
1903           "format": "int32", 
1904           "type": "integer"
1905         }, 
1906         "flavor-id": {
1907           "description": "Flavor id, expected to be unique across cloud-region.", 
1908           "type": "string"
1909         }, 
1910         "flavor-is-public": {
1911           "description": "whether flavor is available to all users or private to the tenant it was created in.", 
1912           "type": "boolean"
1913         }, 
1914         "flavor-name": {
1915           "description": "Cloud Region Flavor name", 
1916           "type": "string"
1917         }, 
1918         "flavor-ram": {
1919           "description": "Amount of memory", 
1920           "format": "int32", 
1921           "type": "integer"
1922         }, 
1923         "flavor-selflink": {
1924           "description": "URL to endpoint where AAI can get more details", 
1925           "type": "string"
1926         }, 
1927         "flavor-swap": {
1928           "description": "amount of swap space allocation", 
1929           "type": "string"
1930         }, 
1931         "flavor-vcpus": {
1932           "description": "Number of CPUs", 
1933           "format": "int32", 
1934           "type": "integer"
1935         }, 
1936         "hpa-capabilities": {
1937           "description": "List of flavor specific HPA Capabilities", 
1938           "items": {
1939             "$ref": "#/definitions/hpa-capability"
1940           }, 
1941           "type": "array"
1942         }, 
1943         "relationship-list": {
1944           "$ref": "#/definitions/relationship", 
1945           "type": "object"
1946         }, 
1947         "resource-version": {
1948           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
1949           "type": "string"
1950         }
1951       }, 
1952       "required": [
1953         "flavor-id", 
1954         "flavor-name", 
1955         "flavor-selflink"
1956       ]
1957     }, 
1958     "flavors": {
1959       "description": "Collection of openstack flavors.\n", 
1960       "properties": {
1961         "flavor": {
1962           "items": {
1963             "$ref": "#/definitions/flavor"
1964           }, 
1965           "type": "array"
1966         }
1967       }
1968     }, 
1969     "forwarder": {
1970       "description": "Entity describing a sequenced segment of forwarding path\n###### Related Nodes\n- TO configuration( forwarder Uses configuration, ONE2ONE)(2)\n- TO forwarding-path (PARENT of forwarder, forwarder BelongsTo forwarding-path, MANY2ONE)(4)\n- TO generic-vnf( forwarder AppliesTo generic-vnf, MANY2MANY)\nPoints to the generic-vnf(s) involved in this forwarding step.\n- TO l-interface( forwarder ForwardsTo l-interface, MANY2MANY)\n- TO lag-interface( forwarder ForwardsTo lag-interface, MANY2MANY)\n- TO p-interface( forwarder ForwardsTo p-interface, MANY2MANY)\n\n-(2) IF this FORWARDER node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDER is DELETED also\n", 
1971       "properties": {
1972         "forwarder-role": {
1973           "description": "ingress, intermediate, egress", 
1974           "type": "string"
1975         }, 
1976         "relationship-list": {
1977           "$ref": "#/definitions/relationship", 
1978           "type": "object"
1979         }, 
1980         "resource-version": {
1981           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
1982           "type": "string"
1983         }, 
1984         "sequence": {
1985           "description": "Unique ID of this segmentation", 
1986           "format": "int32", 
1987           "type": "integer"
1988         }
1989       }, 
1990       "required": [
1991         "sequence"
1992       ]
1993     }, 
1994     "forwarder-evc": {
1995       "description": "forwarder object is an optional child object of the Configuration object.\n###### Related Nodes\n- TO configuration (PARENT of forwarder-evc, forwarder-evc BelongsTo configuration, ONE2ONE)(4)\n- FROM vlan-mapping (CHILD of forwarder-evc, vlan-mapping BelongsTo forwarder-evc, MANY2ONE)(1)\n\n-(1) IF this FORWARDER-EVC node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDER-EVC is DELETED also\n", 
1996       "properties": {
1997         "circuit-id": {
1998           "description": "Circuit ID from customer/ESP/ingress end of EVC, or reference to beater circuit on gateway/network/egress end of EVC", 
1999           "type": "string"
2000         }, 
2001         "cvlan": {
2002           "description": "CVLAN value for ingress of egress forwarder.", 
2003           "type": "string"
2004         }, 
2005         "forwarder-evc-id": {
2006           "description": "Key for forwarder-evc object", 
2007           "type": "string"
2008         }, 
2009         "ivlan": {
2010           "description": "Internal VLAN.", 
2011           "type": "string"
2012         }, 
2013         "relationship-list": {
2014           "$ref": "#/definitions/relationship", 
2015           "type": "object"
2016         }, 
2017         "resource-version": {
2018           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
2019           "type": "string"
2020         }, 
2021         "svlan": {
2022           "description": "SVLAN value for ingress of egress forwarder.", 
2023           "type": "string"
2024         }, 
2025         "vlan-mappings": {
2026           "items": {
2027             "$ref": "#/definitions/vlan-mapping"
2028           }, 
2029           "type": "array"
2030         }
2031       }, 
2032       "required": [
2033         "forwarder-evc-id"
2034       ]
2035     }, 
2036     "forwarder-evcs": {
2037       "properties": {
2038         "forwarder-evc": {
2039           "items": {
2040             "$ref": "#/definitions/forwarder-evc"
2041           }, 
2042           "type": "array"
2043         }
2044       }
2045     }, 
2046     "forwarders": {
2047       "properties": {
2048         "forwarder": {
2049           "items": {
2050             "$ref": "#/definitions/forwarder"
2051           }, 
2052           "type": "array"
2053         }
2054       }
2055     }, 
2056     "forwarding-path": {
2057       "description": "Entity that describes the sequenced forwarding path between interfaces of services or resources\n###### Related Nodes\n- TO configuration( forwarding-path Uses configuration, ONE2ONE)(2)\n- TO service-instance( forwarding-path AppliesTo service-instance, MANY2ONE)(4)\n- FROM forwarder (CHILD of forwarding-path, forwarder BelongsTo forwarding-path, MANY2ONE)(1)\n\n-(1) IF this FORWARDING-PATH node is deleted, this FROM node is DELETED also\n-(2) IF this FORWARDING-PATH node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDING-PATH is DELETED also\n", 
2058       "properties": {
2059         "forwarders": {
2060           "items": {
2061             "$ref": "#/definitions/forwarder"
2062           }, 
2063           "type": "array"
2064         }, 
2065         "forwarding-path-id": {
2066           "description": "Unique ID of this FP", 
2067           "type": "string"
2068         }, 
2069         "forwarding-path-name": {
2070           "description": "Name of the FP", 
2071           "type": "string"
2072         }, 
2073         "relationship-list": {
2074           "$ref": "#/definitions/relationship", 
2075           "type": "object"
2076         }, 
2077         "resource-version": {
2078           "description": "Used for optimistic concurrency. Must be empty on create, valid on update and delete.", 
2079           "type": "string"
2080         }, 
2081         "selflink": {
2082           "description": "the self link for this FP", 
2083           "type": "string"
2084         }
2085       }, 
2086       "required": [
2087         "forwarding-path-id", 
2088         "forwarding-path-name"
2089       ]
2090     }, 
2091     "forwarding-paths": {
2092       "properties": {
2093         "forwarding-path": {
2094           "items": {
2095             "$ref": "#/definitions/forwarding-path"
2096           }, 
2097           "type": "array"
2098         }
2099       }
2100     }, 
2101     "generic-vnf": {
2102       "description": "General purpose VNF\n###### Related Nodes\n- TO availability-zone( generic-vnf Uses availability-zone, MANY2MANY)\n- TO cloud-region( generic-vnf LocatedIn cloud-region, MANY2ONE)\n- TO complex( generic-vnf LocatedIn complex, MANY2MANY)\n- TO configuration( generic-vnf Uses configuration, ONE2MANY)(2)\n- TO ctag-pool( generic-vnf Uses ctag-pool, MANY2MANY)\n- TO instance-group( generic-vnf MemberOf instance-group, MANY2MANY)\n- TO instance-group( generic-vnf Uses instance-group, ONE2MANY)\n- TO ipsec-configuration( generic-vnf Uses ipsec-configuration, MANY2ONE)\n- TO l3-network( generic-vnf Uses l3-network, MANY2MANY)\n- TO nos-server( generic-vnf HostedOn nos-server, MANY2ONE)\n- TO pnf( generic-vnf HostedOn pnf, MANY2MANY)\n- TO pserver( generic-vnf HostedOn pserver, MANY2MANY)\n- TO tenant( generic-vnf BelongsTo tenant, MANY2ONE)\n- TO virtual-data-center( generic-vnf LocatedIn virtual-data-center, MANY2MANY)\n- TO vnf-image( generic-vnf Uses vnf-image, MANY2ONE)\n- TO volume-group( generic-vnf DependsOn volume-group, ONE2MANY)\n- TO vserver( generic-vnf HostedOn vserver, ONE2MANY)\n- FROM allotted-resource( allotted-resource PartOf generic-vnf, MANY2MANY)\n- FROM device( device Uses generic-vnf, ONE2MANY)\nFor CCVPN Usecase\n- FROM entitlement (CHILD of generic-vnf, entitlement BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM forwarder( forwarder AppliesTo generic-vnf, MANY2MANY)\nPoints to the generic-vnf(s) involved in this forwarding step.\n- FROM instance-group( instance-group BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM l-interface (CHILD of generic-vnf, l-interface BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM lag-interface (CHILD of generic-vnf, lag-interface BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM license (CHILD of generic-vnf, license BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM line-of-business( line-of-business Uses generic-vnf, MANY2MANY)\n- FROM logical-link( logical-link BridgedTo generic-vnf, MANY2MANY)\n- FROM network-profile( network-profile AppliesTo generic-vnf, MANY2MANY)\n- FROM platform( platform Uses generic-vnf, MANY2MANY)\n- FROM service-instance( service-instance ComposedOf generic-vnf, ONE2MANY)\n- FROM site-pair-set( site-pair-set AppliesTo generic-vnf, MANY2MANY)\n- FROM vf-module (CHILD of generic-vnf, vf-module BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM vnfc( vnfc BelongsTo generic-vnf, MANY2ONE)(1)\n\n-(1) IF this GENERIC-VNF node is deleted, this FROM node is DELETED also\n-(2) IF this GENERIC-VNF node is deleted, this TO node is DELETED also\n", 
2103       "properties": {
2104         "as-number": {
2105           "description": "as-number of the VNF", 
2106           "type": "string"
2107         }, 
2108         "encrypted-access-flag": {
2109           "description": "indicates whether generic-vnf access uses SSH", 
2110           "type": "boolean"
2111         }, 
2112         "entitlement-assignment-group-uuid": {
2113           "description": "UUID of the Entitlement group used for licensing VNFs, OBSOLETE -  See child relationships.", 
2114           "type": "string"
2115         }, 
2116         "entitlement-resource-uuid": {
2117           "description": "UUID of the specific entitlement resource.  OBSOLETE -  See child relationships.", 
2118           "type": "string"
2119         }, 
2120         "entitlements": {
2121           "items": {
2122             "$ref": "#/definitions/entitlement"
2123           }, 
2124           "type": "array"
2125         }, 
2126         "equipment-role": {
2127           "description": "Client should send valid enumerated value", 
2128           "type": "string"
2129         }, 
2130         "heat-stack-id": {
2131           "description": "Heat stack id corresponding to this instance, managed by MSO", 
2132           "type": "string"
2133         }, 
2134         "in-maint": {
2135           "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.", 
2136           "type": "boolean"
2137         }, 
2138         "ipv4-loopback0-address": {
2139           "description": "v4 Loopback0 address", 
2140           "type": "string"
2141         }, 
2142         "ipv4-oam-address": {
2143           "description": "Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.", 
2144           "type": "string"
2145         }, 
2146         "ipv4-oam-gateway-address": {
2147           "description": "Gateway address", 
2148           "type": "string"
2149         }, 
2150         "ipv4-oam-gateway-address-prefix-length": {
2151           "description": "Prefix length for oam-address", 
2152           "format": "int32", 
2153           "type": "integer"
2154         }, 
2155         "is-closed-loop-disabled": {
2156           "description": "used to indicate whether closed loop function is enabled on this node", 
2157           "type": "boolean"
2158         }, 
2159         "job-id": {
2160           "description": "job id corresponding to vnf", 
2161           "type": "string"
2162         }, 
2163         "l-interfaces": {
2164           "items": {
2165             "$ref": "#/definitions/l-interface"
2166           }, 
2167           "type": "array"
2168         }, 
2169         "lag-interfaces": {
2170           "items": {
2171             "$ref": "#/definitions/lag-interface"
2172           }, 
2173           "type": "array"
2174         }, 
2175         "license-assignment-group-uuid": {
2176           "description": "UUID of the license assignment group.  OBSOLETE -  See child relationships.", 
2177           "type": "string"
2178         }, 
2179         "license-key": {
2180           "description": "OBSOLETE -  do not use", 
2181           "type": "string"
2182         }, 
2183         "license-key-uuid": {
2184           "description": "UUID of the actual license resource.  OBSOLETE -  See child relationships.", 
2185           "type": "string"
2186         }, 
2187         "licenses": {
2188           "items": {
2189             "$ref": "#/definitions/license"
2190           }, 
2191           "type": "array"
2192         }, 
2193         "management-option": {
2194           "description": "identifier of managed by ATT or customer", 
2195           "type": "string"
2196         }, 
2197         "management-v6-address": {
2198           "description": "v6 management address", 
2199           "type": "string"
2200         }, 
2201         "model-customization-id": {
2202           "description": "captures the id of all the configuration used to customize the resource for the service.", 
2203           "type": "string"
2204         }, 
2205         "model-invariant-id": {
2206           "also requires": "model-version-id", 
2207           "description": "the ASDC model id for this resource or service model.", 
2208           "type": "string"
2209         }, 
2210         "model-version-id": {
2211           "also requires": "model-invariant-id", 
2212           "description": "the ASDC model version for this resource or service model.", 
2213           "type": "string"
2214         }, 
2215         "mso-catalog-key": {
2216           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
2217           "type": "string"
2218         }, 
2219         "nf-function": {
2220           "description": "English description of Network function that the specific VNF deployment is providing", 
2221           "type": "string"
2222         }, 
2223         "nf-naming-code": {
2224           "description": "string assigned to this model used for naming purposes", 
2225           "type": "string"
2226         }, 
2227         "nf-role": {
2228           "description": "role in the network that this model will be providing", 
2229           "type": "string"
2230         }, 
2231         "nf-type": {
2232           "description": "Generic description of the type of NF", 
2233           "type": "string"
2234         }, 
2235         "nm-lan-v6-address": {
2236           "description": "v6 Loopback address", 
2237           "type": "string"
2238         }, 
2239         "nm-profile-name": {
2240           "description": "Network Management profile of this VNF", 
2241           "type": "string"
2242         }, 
2243         "nnet": {
2244           "description": "number of network in vnf.", 
2245           "format": "int64", 
2246           "type": "integer"
2247         }, 
2248         "nshd": {
2249           "description": "number of associated SHD in vnf.", 
2250           "format": "int64", 
2251           "type": "integer"
2252         }, 
2253         "nvm": {
2254           "description": "number of vms in vnf.", 
2255           "format": "int64", 
2256           "type": "integer"
2257         }, 
2258         "operational-status": {
2259           "description": "Indicator for whether the resource is considered operational.  Valid values are in-service-path and out-of-service-path.", 
2260           "type": "string"
2261         }, 
2262         "orchestration-status": {
2263           "description": "Orchestration status of this VNF, used by MSO.", 
2264           "type": "string"
2265         }, 
2266         "persona-model-version": {
2267           "description": "the ASDC model version for this resource or service model.", 
2268           "type": "string"
2269         }, 
2270         "prov-status": {
2271           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
2272           "type": "string"
2273         }, 
2274         "regional-resource-subzone": {
2275           "description": "represents sub zone of the rr plane", 
2276           "type": "string"
2277         }, 
2278         "regional-resource-zone": {
2279           "description": "Regional way of organizing pservers, source of truth should define values", 
2280           "type": "string"
2281         }, 
2282         "relationship-list": {
2283           "$ref": "#/definitions/relationship", 
2284           "type": "object"
2285         }, 
2286         "resource-version": {
2287           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2288           "type": "string"
2289         }, 
2290         "selflink": {
2291           "description": "Path to the controller object.", 
2292           "type": "string"
2293         }, 
2294         "service-id": {
2295           "description": "Unique identifier of service, does not necessarily map to ASDC service models.  SOON TO BE DEPRECATED", 
2296           "type": "string"
2297         }, 
2298         "summary-status": {
2299           "description": "details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.", 
2300           "type": "string"
2301         }, 
2302         "vcpu": {
2303           "description": "number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2304           "format": "int64", 
2305           "type": "integer"
2306         }, 
2307         "vcpu-units": {
2308           "description": "units associated with vcpu, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2309           "type": "string"
2310         }, 
2311         "vdisk": {
2312           "description": "number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only uCPE", 
2313           "format": "int64", 
2314           "type": "integer"
2315         }, 
2316         "vdisk-units": {
2317           "description": "units associated with vdisk, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2318           "type": "string"
2319         }, 
2320         "vf-modules": {
2321           "items": {
2322             "$ref": "#/definitions/vf-module"
2323           }, 
2324           "type": "array"
2325         }, 
2326         "vlan-id-outer": {
2327           "description": "Temporary location for S-TAG to get to VCE", 
2328           "format": "int64", 
2329           "type": "integer"
2330         }, 
2331         "vmemory": {
2332           "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", 
2333           "format": "int64", 
2334           "type": "integer"
2335         }, 
2336         "vmemory-units": {
2337           "description": "units associated with vmemory, used for VNFs with no vservers/flavors, to be used only by uCPE", 
2338           "type": "string"
2339         }, 
2340         "vnf-discriptor-name": {
2341           "description": "vnf discriptor name", 
2342           "type": "string"
2343         }, 
2344         "vnf-id": {
2345           "description": "Unique id of VNF.  This is unique across the graph.", 
2346           "type": "string"
2347         }, 
2348         "vnf-instance-id": {
2349           "description": "vnf instance id.", 
2350           "type": "string"
2351         }, 
2352         "vnf-name": {
2353           "description": "Name of VNF.", 
2354           "type": "string"
2355         }, 
2356         "vnf-name2": {
2357           "description": "Alternate name of VNF.", 
2358           "type": "string"
2359         }, 
2360         "vnf-package-name": {
2361           "type": "string"
2362         }, 
2363         "vnf-type": {
2364           "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.", 
2365           "type": "string"
2366         }, 
2367         "widget-model-id": {
2368           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
2369           "type": "string"
2370         }, 
2371         "widget-model-version": {
2372           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
2373           "type": "string"
2374         }
2375       }, 
2376       "required": [
2377         "vnf-id", 
2378         "vnf-type", 
2379         "in-maint", 
2380         "is-closed-loop-disabled"
2381       ]
2382     }, 
2383     "generic-vnfs": {
2384       "description": "Collection of VNFs\n", 
2385       "properties": {
2386         "generic-vnf": {
2387           "items": {
2388             "$ref": "#/definitions/generic-vnf"
2389           }, 
2390           "type": "array"
2391         }
2392       }
2393     }, 
2394     "group-assignment": {
2395       "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", 
2396       "properties": {
2397         "group-description": {
2398           "description": "Group description - description of the group", 
2399           "type": "string"
2400         }, 
2401         "group-id": {
2402           "description": "Group id, expected to be unique across cloud-region.", 
2403           "type": "string"
2404         }, 
2405         "group-name": {
2406           "description": "Group name - name assigned to the group", 
2407           "type": "string"
2408         }, 
2409         "group-type": {
2410           "description": "Group type - the type of group this instance refers to", 
2411           "type": "string"
2412         }, 
2413         "relationship-list": {
2414           "$ref": "#/definitions/relationship", 
2415           "type": "object"
2416         }, 
2417         "resource-version": {
2418           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2419           "type": "string"
2420         }
2421       }, 
2422       "required": [
2423         "group-id", 
2424         "group-type", 
2425         "group-name"
2426       ]
2427     }, 
2428     "group-assignments": {
2429       "description": "Collection of openstack group assignments\n", 
2430       "properties": {
2431         "group-assignment": {
2432           "items": {
2433             "$ref": "#/definitions/group-assignment"
2434           }, 
2435           "type": "array"
2436         }
2437       }
2438     }, 
2439     "host-route": {
2440       "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", 
2441       "properties": {
2442         "host-route-id": {
2443           "description": "host-route id", 
2444           "type": "string"
2445         }, 
2446         "next-hop": {
2447           "description": "Could be ip-address, hostname, or service-instance", 
2448           "type": "string"
2449         }, 
2450         "next-hop-type": {
2451           "description": "Should be ip-address, hostname, or service-instance to match next-hop", 
2452           "type": "string"
2453         }, 
2454         "relationship-list": {
2455           "$ref": "#/definitions/relationship", 
2456           "type": "object"
2457         }, 
2458         "resource-version": {
2459           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2460           "type": "string"
2461         }, 
2462         "route-prefix": {
2463           "description": "subnet prefix", 
2464           "type": "string"
2465         }
2466       }, 
2467       "required": [
2468         "host-route-id", 
2469         "route-prefix", 
2470         "next-hop"
2471       ]
2472     }, 
2473     "host-routes": {
2474       "properties": {
2475         "host-route": {
2476           "items": {
2477             "$ref": "#/definitions/host-route"
2478           }, 
2479           "type": "array"
2480         }
2481       }
2482     }, 
2483     "hpa-capabilities": {
2484       "description": "Collection of HPA Capabilities\n", 
2485       "properties": {
2486         "hpa-capability": {
2487           "items": {
2488             "$ref": "#/definitions/hpa-capability"
2489           }, 
2490           "type": "array"
2491         }
2492       }
2493     }, 
2494     "hpa-capability": {
2495       "description": "Represents a HPA capability\n###### Related Nodes\n- TO cloud-region (PARENT of hpa-capability, hpa-capability BelongsTo cloud-region, MANY2ONE)\n- TO flavor (PARENT of hpa-capability, hpa-capability BelongsTo flavor, MANY2ONE)\n- FROM hpa-feature-attributes (CHILD of hpa-capability, hpa-feature-attributes BelongsTo hpa-capability, MANY2ONE)(1)\n\n-(1) IF this HPA-CAPABILITY node is deleted, this FROM node is DELETED also\n", 
2496       "properties": {
2497         "architecture": {
2498           "description": "Hardware architecture", 
2499           "type": "string"
2500         }, 
2501         "hpa-capability-id": {
2502           "description": "UUID to uniquely identify a HPA capability", 
2503           "type": "string"
2504         }, 
2505         "hpa-feature": {
2506           "description": "Name of the HPACapability", 
2507           "type": "string"
2508         }, 
2509         "hpa-feature-attributes": {
2510           "items": {
2511             "$ref": "#/definitions/hpa-feature-attributes"
2512           }, 
2513           "type": "array"
2514         }, 
2515         "hpa-version": {
2516           "description": "HPA schema version", 
2517           "type": "string"
2518         }, 
2519         "relationship-list": {
2520           "$ref": "#/definitions/relationship", 
2521           "type": "object"
2522         }, 
2523         "resource-version": {
2524           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2525           "type": "string"
2526         }
2527       }, 
2528       "required": [
2529         "hpa-capability-id", 
2530         "hpa-feature"
2531       ]
2532     }, 
2533     "hpa-capacity": {
2534       "description": "HPA Capacity information for compute node\n###### Related Nodes\n- TO pserver (PARENT of hpa-capacity, hpa-capacity BelongsTo pserver, MANY2ONE)\nHPA Capacity KV for given compute node(4)\n\n-(4) IF this TO node is deleted, this HPA-CAPACITY is DELETED also\n", 
2535       "properties": {
2536         "hpa-capacity-key": {
2537           "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
2538           "type": "string"
2539         }, 
2540         "hpa-capacity-value": {
2541           "description": "JSON string specifying the capacity (total,free), unit and metadata of the specific HPA attribute", 
2542           "type": "string"
2543         }, 
2544         "relationship-list": {
2545           "$ref": "#/definitions/relationship", 
2546           "type": "object"
2547         }, 
2548         "resource-version": {
2549           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2550           "type": "string"
2551         }
2552       }, 
2553       "required": [
2554         "hpa-capacity-key"
2555       ]
2556     }, 
2557     "hpa-feature-attributes": {
2558       "description": "HPA Capability Feature attributes\n###### Related Nodes\n- TO hpa-capability (PARENT of hpa-feature-attributes, hpa-feature-attributes BelongsTo hpa-capability, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this HPA-FEATURE-ATTRIBUTES is DELETED also\n", 
2559       "properties": {
2560         "hpa-attribute-key": {
2561           "description": "name of the specific HPA attribute", 
2562           "type": "string"
2563         }, 
2564         "hpa-attribute-value": {
2565           "description": "JSON string specifying the value, unit and type of the specific HPA attribute", 
2566           "type": "string"
2567         }, 
2568         "relationship-list": {
2569           "$ref": "#/definitions/relationship", 
2570           "type": "object"
2571         }, 
2572         "resource-version": {
2573           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2574           "type": "string"
2575         }
2576       }, 
2577       "required": [
2578         "hpa-attribute-key"
2579       ]
2580     }, 
2581     "image": {
2582       "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", 
2583       "properties": {
2584         "application": {
2585           "description": "The application that the image instantiates.", 
2586           "type": "string"
2587         }, 
2588         "application-vendor": {
2589           "description": "The vendor of the application.", 
2590           "type": "string"
2591         }, 
2592         "application-version": {
2593           "description": "The version of the application.", 
2594           "type": "string"
2595         }, 
2596         "image-architecture": {
2597           "description": "Operating system architecture.", 
2598           "type": "string"
2599         }, 
2600         "image-id": {
2601           "description": "Image id, expected to be unique across cloud region", 
2602           "type": "string"
2603         }, 
2604         "image-name": {
2605           "description": "Image name", 
2606           "type": "string"
2607         }, 
2608         "image-os-distro": {
2609           "description": "The common name of the operating system distribution in lowercase", 
2610           "type": "string"
2611         }, 
2612         "image-os-version": {
2613           "description": "The operating system version as specified by the distributor.", 
2614           "type": "string"
2615         }, 
2616         "image-selflink": {
2617           "description": "URL to endpoint where AAI can get more details", 
2618           "type": "string"
2619         }, 
2620         "metadata": {
2621           "items": {
2622             "$ref": "#/definitions/metadatum"
2623           }, 
2624           "type": "array"
2625         }, 
2626         "relationship-list": {
2627           "$ref": "#/definitions/relationship", 
2628           "type": "object"
2629         }, 
2630         "resource-version": {
2631           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2632           "type": "string"
2633         }
2634       }, 
2635       "required": [
2636         "image-id", 
2637         "image-name", 
2638         "image-os-distro", 
2639         "image-os-version", 
2640         "image-selflink"
2641       ]
2642     }, 
2643     "images": {
2644       "description": "Collectio of Openstack images.\n", 
2645       "properties": {
2646         "image": {
2647           "items": {
2648             "$ref": "#/definitions/image"
2649           }, 
2650           "type": "array"
2651         }
2652       }
2653     }, 
2654     "include-node-filter": {
2655       "properties": {
2656         "include-node-type": {
2657           "type": "string"
2658         }
2659       }
2660     }, 
2661     "instance-filter": {
2662       "description": "InstanceFilter for performing a named-query or model query\n"
2663     }, 
2664     "instance-filters": {
2665       "description": "InstanceFilters for performing a named-query or model query\n", 
2666       "properties": {
2667         "instance-filter": {
2668           "items": {
2669             "$ref": "#/definitions/instance-filter"
2670           }, 
2671           "type": "array"
2672         }
2673       }
2674     }, 
2675     "instance-group": {
2676       "description": "General mechanism for grouping instances\n###### Related Nodes\n- TO collection( instance-group BelongsTo collection, ONE2ONE)\n- TO generic-vnf( instance-group BelongsTo generic-vnf, MANY2ONE)(4)\n- TO model( instance-group Targets model, MANY2MANY)\n- FROM allotted-resource( allotted-resource MemberOf instance-group, MANY2MANY)\n- FROM cloud-region( cloud-region Uses instance-group, ONE2MANY)\n- FROM generic-vnf( generic-vnf MemberOf instance-group, MANY2MANY)\n- FROM generic-vnf( generic-vnf Uses instance-group, ONE2MANY)\n- FROM l-interface( l-interface MemberOf instance-group, MANY2MANY)\n- FROM l3-interface-ipv4-address-list( l3-interface-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- FROM l3-interface-ipv6-address-list( l3-interface-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- FROM l3-network( l3-network MemberOf instance-group, MANY2MANY)\n- FROM pnf( pnf MemberOf instance-group, MANY2MANY)\n- FROM service-instance( service-instance MemberOf instance-group, MANY2MANY)\n- FROM vip-ipv4-address-list( vip-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- FROM vip-ipv6-address-list( vip-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- FROM vnfc( vnfc MemberOf instance-group, MANY2MANY)\n\n-(4) IF this TO node is deleted, this INSTANCE-GROUP is DELETED also\n", 
2677       "properties": {
2678         "description": {
2679           "description": "Descriptive text to help identify the usage of this instance-group", 
2680           "type": "string"
2681         }, 
2682         "id": {
2683           "description": "Instance Group ID, UUID assigned to this instance.", 
2684           "type": "string"
2685         }, 
2686         "instance-group-function": {
2687           "description": "Instance-Group Function", 
2688           "type": "string"
2689         }, 
2690         "instance-group-name": {
2691           "description": "Instance-Group Name.", 
2692           "type": "string"
2693         }, 
2694         "instance-group-role": {
2695           "description": "role of the instance group.", 
2696           "type": "string"
2697         }, 
2698         "instance-group-type": {
2699           "description": "Only valid value today is lower case ha for high availability", 
2700           "type": "string"
2701         }, 
2702         "model-invariant-id": {
2703           "also requires": "model-version-id", 
2704           "description": "ASDC model id for this resource or service model.", 
2705           "type": "string"
2706         }, 
2707         "model-version-id": {
2708           "also requires": "model-invariant-id", 
2709           "description": "ASDC model version uid for this resource model.", 
2710           "type": "string"
2711         }, 
2712         "relationship-list": {
2713           "$ref": "#/definitions/relationship", 
2714           "type": "object"
2715         }, 
2716         "resource-version": {
2717           "description": "Concurrency value", 
2718           "type": "string"
2719         }
2720       }, 
2721       "required": [
2722         "id", 
2723         "instance-group-type"
2724       ]
2725     }, 
2726     "instance-groups": {
2727       "description": "Collection of openstack route table references\n", 
2728       "properties": {
2729         "instance-group": {
2730           "items": {
2731             "$ref": "#/definitions/instance-group"
2732           }, 
2733           "type": "array"
2734         }
2735       }
2736     }, 
2737     "inventory": {
2738       "properties": {
2739         "business": {
2740           "$ref": "#/definitions/business", 
2741           "type": "object"
2742         }, 
2743         "cloud-infrastructure": {
2744           "$ref": "#/definitions/cloud-infrastructure", 
2745           "type": "object"
2746         }, 
2747         "external-system": {
2748           "$ref": "#/definitions/external-system", 
2749           "type": "object"
2750         }, 
2751         "network": {
2752           "$ref": "#/definitions/network", 
2753           "type": "object"
2754         }, 
2755         "service-design-and-creation": {
2756           "$ref": "#/definitions/service-design-and-creation", 
2757           "type": "object"
2758         }
2759       }
2760     }, 
2761     "inventory-item": {
2762       "properties": {
2763         "inventory-item-data": {
2764           "items": {
2765             "$ref": "#/definitions/inventory-item-data"
2766           }, 
2767           "type": "array"
2768         }, 
2769         "inventory-item-link": {
2770           "type": "string"
2771         }, 
2772         "inventory-item-type": {
2773           "type": "string"
2774         }, 
2775         "tagged-inventory-item-list": {
2776           "items": {
2777             "$ref": "#/definitions/tagged-inventory-item-list"
2778           }, 
2779           "type": "array"
2780         }
2781       }
2782     }, 
2783     "inventory-item-data": {
2784       "properties": {
2785         "property-name": {
2786           "type": "string"
2787         }, 
2788         "property-value": {
2789           "type": "string"
2790         }
2791       }
2792     }, 
2793     "inventory-response-item": {
2794       "description": "Inventory item for response list\n", 
2795       "properties": {
2796         "extra-properties": {
2797           "$ref": "#/definitions/extra-properties", 
2798           "type": "object"
2799         }, 
2800         "inventory-response-items": {
2801           "$ref": "#/definitions/inventory-response-items", 
2802           "type": "object"
2803         }, 
2804         "model-name": {
2805           "type": "string"
2806         }
2807       }
2808     }, 
2809     "inventory-response-items": {
2810       "description": "Container for inventory items in response list\n", 
2811       "properties": {
2812         "inventory-response-item": {
2813           "items": {
2814             "$ref": "#/definitions/inventory-response-item"
2815           }, 
2816           "type": "array"
2817         }
2818       }
2819     }, 
2820     "ipsec-configuration": {
2821       "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", 
2822       "properties": {
2823         "dpd-frequency": {
2824           "description": "Maximum number of DPD before claiming the tunnel is down", 
2825           "type": "string"
2826         }, 
2827         "dpd-interval": {
2828           "description": "The time between DPD probe", 
2829           "type": "string"
2830         }, 
2831         "ike-version": {
2832           "description": "can be 1 or 2", 
2833           "type": "string"
2834         }, 
2835         "ikev1-am-group-id": {
2836           "description": "Group name defined in VIG for clients using aggressive mode", 
2837           "type": "string"
2838         }, 
2839         "ikev1-am-password": {
2840           "description": "pre-shared key for the above group name", 
2841           "type": "string"
2842         }, 
2843         "ikev1-authentication": {
2844           "description": "Contains values like md5, sha1, sha256, sha384", 
2845           "type": "string"
2846         }, 
2847         "ikev1-dh-group": {
2848           "description": "Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14", 
2849           "type": "string"
2850         }, 
2851         "ikev1-encryption": {
2852           "description": "Encyption values like 3des-cbc, des-cbc, aes-128-cbc,aes-192-cbc, aes-265-cbc", 
2853           "type": "string"
2854         }, 
2855         "ikev1-sa-lifetime": {
2856           "description": "Lifetime for IKEv1 SA", 
2857           "type": "string"
2858         }, 
2859         "ipsec-authentication": {
2860           "description": "md5, sha1, sha256, sha384", 
2861           "type": "string"
2862         }, 
2863         "ipsec-configuration-id": {
2864           "description": "UUID of this configuration", 
2865           "type": "string"
2866         }, 
2867         "ipsec-encryption": {
2868           "description": "3des-cbc, des-cbc, aes-128-cbc,aes-192-cbc, aes-265-cbc", 
2869           "type": "string"
2870         }, 
2871         "ipsec-pfs": {
2872           "description": "enable PFS or not", 
2873           "type": "string"
2874         }, 
2875         "ipsec-sa-lifetime": {
2876           "description": "Life time for IPSec SA", 
2877           "type": "string"
2878         }, 
2879         "relationship-list": {
2880           "$ref": "#/definitions/relationship", 
2881           "type": "object"
2882         }, 
2883         "requested-customer-name": {
2884           "description": "If the DMZ is a custom DMZ, this field will indicate the customer information", 
2885           "type": "string"
2886         }, 
2887         "requested-dmz-type": {
2888           "description": "ATT can offer a shared DMZ or a DMZ specific to a customer", 
2889           "type": "string"
2890         }, 
2891         "requested-encryption-strength": {
2892           "description": "Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc", 
2893           "type": "string"
2894         }, 
2895         "requested-vig-address-type": {
2896           "description": "Indicate the type of VIG server like AVPN, INTERNET, BOTH", 
2897           "type": "string"
2898         }, 
2899         "resource-version": {
2900           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
2901           "type": "string"
2902         }, 
2903         "shared-dmz-network-address": {
2904           "description": "Network address of shared DMZ", 
2905           "type": "string"
2906         }, 
2907         "vig-servers": {
2908           "items": {
2909             "$ref": "#/definitions/vig-server"
2910           }, 
2911           "type": "array"
2912         }, 
2913         "xauth-user-password": {
2914           "description": "Encrypted using the Juniper $9$ algorithm", 
2915           "type": "string"
2916         }, 
2917         "xauth-userid": {
2918           "description": "user ID for xAuth, sm-user,ucpeHostName,nmteHostName", 
2919           "type": "string"
2920         }
2921       }, 
2922       "required": [
2923         "ipsec-configuration-id"
2924       ]
2925     }, 
2926     "ipsec-configurations": {
2927       "properties": {
2928         "ipsec-configuration": {
2929           "items": {
2930             "$ref": "#/definitions/ipsec-configuration"
2931           }, 
2932           "type": "array"
2933         }
2934       }
2935     }, 
2936     "key-data": {
2937       "properties": {
2938         "key-name": {
2939           "type": "string"
2940         }, 
2941         "key-value": {
2942           "type": "string"
2943         }
2944       }
2945     }, 
2946     "l-interface": {
2947       "description": "Logical interfaces, e.g., a vnic.\n###### Related Nodes\n- TO cp( l-interface LinksTo cp, ONE2ONE)\n- TO generic-vnf (PARENT of l-interface, l-interface BelongsTo generic-vnf, MANY2ONE)(4)\n- TO instance-group( l-interface MemberOf instance-group, MANY2MANY)\n- TO l-interface( l-interface BelongsTo l-interface, MANY2ONE)(4)\n- TO logical-link( l-interface LinksTo logical-link, MANY2MANY)(2)\n- TO newvce (PARENT of l-interface, l-interface BelongsTo newvce, MANY2ONE)(4)\n- TO p-interface (PARENT of l-interface, l-interface BindsTo p-interface, MANY2ONE)(4)\n- TO vserver (PARENT of l-interface, l-interface BindsTo vserver, MANY2ONE)(4)\n- TO lag-interface (PARENT of l-interface, l-interface BelongsTo lag-interface, MANY2ONE)(4)\n- FROM allotted-resource( allotted-resource Uses l-interface, ONE2MANY)\n- FROM configuration( configuration AppliesTo l-interface, ONE2MANY)\n- FROM forwarder( forwarder ForwardsTo l-interface, MANY2MANY)\n- FROM l-interface (PARENT of l-interface, l-interface BelongsTo l-interface, MANY2ONE)(4)\n- FROM logical-link( logical-link Source l-interface, MANY2MANY)(1)\n- FROM logical-link( logical-link Destination l-interface, MANY2MANY)(1)\n- FROM sriov-vf (CHILD of l-interface, sriov-vf BelongsTo l-interface, ONE2ONE)(1)\n- FROM vlan (CHILD of l-interface, vlan LinksTo l-interface, MANY2ONE)(1)\n- FROM l3-interface-ipv4-address-list (CHILD of l-interface, l3-interface-ipv4-address-list BelongsTo l-interface, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of l-interface, l3-interface-ipv6-address-list BelongsTo l-interface, MANY2ONE)(1)\n- FROM lag-interface( lag-interface Uses l-interface, ONE2MANY)\n\n-(1) IF this L-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this L-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this L-INTERFACE is DELETED also\n", 
2948       "properties": {
2949         "admin-status": {
2950           "description": "Administrative status of the interface. Valid values are 'up', 'down', or 'testing'.", 
2951           "type": "string"
2952         }, 
2953         "allowed-address-pairs": {
2954           "description": "Freeform field for storing an ip address, list of ip addresses or a subnet block.", 
2955           "type": "string"
2956         }, 
2957         "in-maint": {
2958           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
2959           "type": "boolean"
2960         }, 
2961         "interface-description": {
2962           "description": "Human friendly text regarding this interface.", 
2963           "type": "string"
2964         }, 
2965         "interface-id": {
2966           "description": "ID of interface", 
2967           "type": "string"
2968         }, 
2969         "interface-name": {
2970           "description": "Name given to the interface", 
2971           "type": "string"
2972         }, 
2973         "interface-role": {
2974           "description": "E.g., CUSTOMER, UPLINK, etc.", 
2975           "type": "string"
2976         }, 
2977         "is-ip-unnumbered": {
2978           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
2979           "type": "boolean"
2980         }, 
2981         "is-port-mirrored": {
2982           "description": "boolean indicatating whether or not port is a mirrored.", 
2983           "type": "boolean"
2984         }, 
2985         "l-interfaces": {
2986           "items": {
2987             "$ref": "#/definitions/l-interface"
2988           }, 
2989           "type": "array"
2990         }, 
2991         "l3-interface-ipv4-address-list": {
2992           "items": {
2993             "$ref": "#/definitions/l3-interface-ipv4-address-list"
2994           }, 
2995           "type": "array"
2996         }, 
2997         "l3-interface-ipv6-address-list": {
2998           "items": {
2999             "$ref": "#/definitions/l3-interface-ipv6-address-list"
3000           }, 
3001           "type": "array"
3002         }, 
3003         "macaddr": {
3004           "description": "MAC address for the interface", 
3005           "type": "string"
3006         }, 
3007         "management-option": {
3008           "description": "Whether A&AI should be managing this interface of not. Could have value like CUSTOMER", 
3009           "type": "string"
3010         }, 
3011         "network-name": {
3012           "description": "Name of the network", 
3013           "type": "string"
3014         }, 
3015         "prov-status": {
3016           "description": "Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
3017           "type": "string"
3018         }, 
3019         "relationship-list": {
3020           "$ref": "#/definitions/relationship", 
3021           "type": "object"
3022         }, 
3023         "resource-version": {
3024           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3025           "type": "string"
3026         }, 
3027         "selflink": {
3028           "description": "URL to endpoint where AAI can get more details", 
3029           "type": "string"
3030         }, 
3031         "sriov-vfs": {
3032           "items": {
3033             "$ref": "#/definitions/sriov-vf"
3034           }, 
3035           "type": "array"
3036         }, 
3037         "v6-wan-link-ip": {
3038           "description": "Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.", 
3039           "type": "string"
3040         }, 
3041         "vlans": {
3042           "items": {
3043             "$ref": "#/definitions/vlan"
3044           }, 
3045           "type": "array"
3046         }
3047       }, 
3048       "required": [
3049         "interface-name", 
3050         "is-port-mirrored", 
3051         "in-maint", 
3052         "is-ip-unnumbered"
3053       ]
3054     }, 
3055     "l-interfaces": {
3056       "description": "Collection of logical interfaces.\n", 
3057       "properties": {
3058         "l-interface": {
3059           "items": {
3060             "$ref": "#/definitions/l-interface"
3061           }, 
3062           "type": "array"
3063         }
3064       }
3065     }, 
3066     "l3-interface-ipv4-address-list": {
3067       "description": "IPv4 Address Range\n###### Related Nodes\n- TO cp (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo cp, MANY2ONE)(4)\n- TO instance-group( l3-interface-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- TO l-interface (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo l-interface, MANY2ONE)(4)\n- TO l3-network( l3-interface-ipv4-address-list MemberOf l3-network, MANY2MANY)\n- TO subnet( l3-interface-ipv4-address-list MemberOf subnet, MANY2MANY)\n- TO vlan (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo vlan, MANY2ONE)(4)\n- TO vnfc (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo vnfc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this L3-INTERFACE-IPV4-ADDRESS-LIST is DELETED also\n", 
3068       "properties": {
3069         "is-floating": {
3070           "description": "Indicator of fixed or floating address", 
3071           "type": "boolean"
3072         }, 
3073         "l3-interface-ipv4-address": {
3074           "description": "IP address", 
3075           "type": "string"
3076         }, 
3077         "l3-interface-ipv4-prefix-length": {
3078           "description": "Prefix length, 32 for single address", 
3079           "format": "int64", 
3080           "type": "integer"
3081         }, 
3082         "neutron-network-id": {
3083           "description": "Neutron network id of the interface that address belongs to", 
3084           "type": "string"
3085         }, 
3086         "neutron-subnet-id": {
3087           "description": "Neutron id of subnet that address belongs to", 
3088           "type": "string"
3089         }, 
3090         "relationship-list": {
3091           "$ref": "#/definitions/relationship", 
3092           "type": "object"
3093         }, 
3094         "resource-version": {
3095           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3096           "type": "string"
3097         }, 
3098         "vlan-id-inner": {
3099           "description": "Inner VLAN tag", 
3100           "format": "int64", 
3101           "type": "integer"
3102         }, 
3103         "vlan-id-outer": {
3104           "description": "Outer VLAN tag", 
3105           "format": "int64", 
3106           "type": "integer"
3107         }
3108       }, 
3109       "required": [
3110         "l3-interface-ipv4-address"
3111       ]
3112     }, 
3113     "l3-interface-ipv6-address-list": {
3114       "description": "IPv6 Address Range\n###### Related Nodes\n- TO cp (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo cp, MANY2ONE)(4)\n- TO instance-group( l3-interface-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- TO l-interface (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo l-interface, MANY2ONE)(4)\n- TO l3-network( l3-interface-ipv6-address-list MemberOf l3-network, MANY2MANY)\n- TO subnet( l3-interface-ipv6-address-list MemberOf subnet, MANY2MANY)\n- TO vlan (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo vlan, MANY2ONE)(4)\n- TO vnfc (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo vnfc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this L3-INTERFACE-IPV6-ADDRESS-LIST is DELETED also\n", 
3115       "properties": {
3116         "is-floating": {
3117           "description": "Indicator of fixed or floating address", 
3118           "type": "boolean"
3119         }, 
3120         "l3-interface-ipv6-address": {
3121           "description": "IP address", 
3122           "type": "string"
3123         }, 
3124         "l3-interface-ipv6-prefix-length": {
3125           "description": "Prefix length, 128 for single address", 
3126           "format": "int64", 
3127           "type": "integer"
3128         }, 
3129         "neutron-network-id": {
3130           "description": "Neutron network id of the interface that address belongs to", 
3131           "type": "string"
3132         }, 
3133         "neutron-subnet-id": {
3134           "description": "Neutron id of subnet that address belongs to", 
3135           "type": "string"
3136         }, 
3137         "relationship-list": {
3138           "$ref": "#/definitions/relationship", 
3139           "type": "object"
3140         }, 
3141         "resource-version": {
3142           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3143           "type": "string"
3144         }, 
3145         "vlan-id-inner": {
3146           "description": "Inner VLAN tag", 
3147           "format": "int64", 
3148           "type": "integer"
3149         }, 
3150         "vlan-id-outer": {
3151           "description": "Outer VLAN tag", 
3152           "format": "int64", 
3153           "type": "integer"
3154         }
3155       }, 
3156       "required": [
3157         "l3-interface-ipv6-address"
3158       ]
3159     }, 
3160     "l3-network": {
3161       "description": "Generic network definition\n###### Related Nodes\n- TO cp( l3-network LinksTo cp, MANY2MANY)\n- TO instance-group( l3-network MemberOf instance-group, MANY2MANY)\n- TO l3-network( l3-network Uses l3-network, MANY2MANY)\n- TO network-policy( l3-network Uses network-policy, MANY2MANY)\n- TO route-table-reference( l3-network Uses route-table-reference, MANY2MANY)\n- TO vpn-binding( l3-network Uses vpn-binding, MANY2MANY)\n- FROM allotted-resource( allotted-resource PartOf l3-network, MANY2MANY)\n- FROM cloud-region( cloud-region Uses l3-network, MANY2MANY)\n- FROM complex( complex Uses l3-network, MANY2MANY)\n- FROM configuration( configuration PartOf l3-network, MANY2MANY)\n- FROM ctag-assignment (CHILD of l3-network, ctag-assignment BelongsTo l3-network, MANY2ONE)(1)\n- FROM generic-vnf( generic-vnf Uses l3-network, MANY2MANY)\n- FROM l3-interface-ipv4-address-list( l3-interface-ipv4-address-list MemberOf l3-network, MANY2MANY)\n- FROM l3-interface-ipv6-address-list( l3-interface-ipv6-address-list MemberOf l3-network, MANY2MANY)\n- FROM l3-network( l3-network Uses l3-network, MANY2MANY)\n- FROM line-of-business( line-of-business Uses l3-network, MANY2MANY)\n- FROM platform( platform Uses l3-network, MANY2MANY)\n- FROM segmentation-assignment (CHILD of l3-network, segmentation-assignment BelongsTo l3-network, MANY2ONE)(1)\n- FROM service-instance( service-instance ComposedOf l3-network, ONE2MANY)\n- FROM subnet (CHILD of l3-network, subnet BelongsTo l3-network, MANY2ONE)(1)\n- FROM tenant( tenant Uses l3-network, MANY2MANY)\n- FROM vf-module( vf-module DependsOn l3-network, MANY2MANY)\n- FROM vlan-tag( vlan-tag BelongsTo l3-network, MANY2MANY)\n\n-(1) IF this L3-NETWORK node is deleted, this FROM node is DELETED also\n", 
3162       "properties": {
3163         "contrail-network-fqdn": {
3164           "description": "Contrail FQDN for the network", 
3165           "type": "string"
3166         }, 
3167         "ctag-assignments": {
3168           "items": {
3169             "$ref": "#/definitions/ctag-assignment"
3170           }, 
3171           "type": "array"
3172         }, 
3173         "heat-stack-id": {
3174           "description": "Heat stack id corresponding to this instance, managed by MSO", 
3175           "type": "string"
3176         }, 
3177         "is-bound-to-vpn": {
3178           "description": "Set to true if bound to VPN", 
3179           "type": "boolean"
3180         }, 
3181         "is-external-network": {
3182           "description": "boolean indicatating whether or not network is an external network.", 
3183           "type": "boolean"
3184         }, 
3185         "is-provider-network": {
3186           "description": "boolean indicatating whether or not network is a provider network.", 
3187           "type": "boolean"
3188         }, 
3189         "is-shared-network": {
3190           "description": "boolean indicatating whether or not network is a shared network.", 
3191           "type": "boolean"
3192         }, 
3193         "is-trunked": {
3194           "description": "Trunked network indication.", 
3195           "type": "boolean"
3196         }, 
3197         "model-customization-id": {
3198           "description": "captures the id of all the configuration used to customize the resource for the service.", 
3199           "type": "string"
3200         }, 
3201         "model-invariant-id": {
3202           "also requires": "model-version-id", 
3203           "description": "the ASDC model id for this resource or service model.", 
3204           "type": "string"
3205         }, 
3206         "model-version-id": {
3207           "also requires": "model-invariant-id", 
3208           "description": "the ASDC model version for this resource or service model.", 
3209           "type": "string"
3210         }, 
3211         "mso-catalog-key": {
3212           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
3213           "type": "string"
3214         }, 
3215         "network-id": {
3216           "description": "Network ID, should be uuid. Unique across A&AI.", 
3217           "type": "string"
3218         }, 
3219         "network-name": {
3220           "description": "Name of the network, governed by some naming convention..", 
3221           "type": "string"
3222         }, 
3223         "network-role": {
3224           "description": "Role the network plans - who defines these values?", 
3225           "type": "string"
3226         }, 
3227         "network-role-instance": {
3228           "description": "network role instance", 
3229           "format": "int64", 
3230           "type": "integer"
3231         }, 
3232         "network-technology": {
3233           "description": "Network technology - who defines these values?", 
3234           "type": "string"
3235         }, 
3236         "network-type": {
3237           "description": "Type of the network - who defines these values?", 
3238           "type": "string"
3239         }, 
3240         "neutron-network-id": {
3241           "description": "Neutron network id of this Interface", 
3242           "type": "string"
3243         }, 
3244         "operational-status": {
3245           "description": "Indicator for whether the resource is considered operational.", 
3246           "type": "string"
3247         }, 
3248         "orchestration-status": {
3249           "description": "Orchestration status of this VNF, mastered by MSO", 
3250           "type": "string"
3251         }, 
3252         "persona-model-version": {
3253           "description": "the ASDC model version for this resource or service model.", 
3254           "type": "string"
3255         }, 
3256         "physical-network-name": {
3257           "description": "Name associated with the physical network.", 
3258           "type": "string"
3259         }, 
3260         "relationship-list": {
3261           "$ref": "#/definitions/relationship", 
3262           "description": "Relates to tenant (or is it a child of tenant), complex, service, vpn-binding", 
3263           "type": "object"
3264         }, 
3265         "resource-version": {
3266           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3267           "type": "string"
3268         }, 
3269         "segmentation-assignments": {
3270           "items": {
3271             "$ref": "#/definitions/segmentation-assignment"
3272           }, 
3273           "type": "array"
3274         }, 
3275         "selflink": {
3276           "description": "Path to the controller object.", 
3277           "type": "string"
3278         }, 
3279         "service-id": {
3280           "description": "Unique identifier of service from ASDC.  Does not strictly map to ASDC services.  SOON TO BE DEPRECATED", 
3281           "type": "string"
3282         }, 
3283         "subnets": {
3284           "items": {
3285             "$ref": "#/definitions/subnet"
3286           }, 
3287           "type": "array"
3288         }, 
3289         "widget-model-id": {
3290           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
3291           "type": "string"
3292         }, 
3293         "widget-model-version": {
3294           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
3295           "type": "string"
3296         }
3297       }, 
3298       "required": [
3299         "network-id", 
3300         "is-bound-to-vpn", 
3301         "is-provider-network", 
3302         "is-shared-network", 
3303         "is-external-network"
3304       ]
3305     }, 
3306     "l3-networks": {
3307       "properties": {
3308         "l3-network": {
3309           "items": {
3310             "$ref": "#/definitions/l3-network"
3311           }, 
3312           "type": "array"
3313         }
3314       }
3315     }, 
3316     "lag-interface": {
3317       "description": "Link aggregate interface\n###### Related Nodes\n- TO generic-vnf (PARENT of lag-interface, lag-interface BelongsTo generic-vnf, MANY2ONE)(4)\n- TO l-interface( lag-interface Uses l-interface, ONE2MANY)\n- TO lag-link( lag-interface LinksTo lag-link, MANY2MANY)(2)\n- TO logical-link( lag-interface Uses logical-link, MANY2MANY)(2)\n- TO p-interface( lag-interface Uses p-interface, MANY2MANY)\n- TO pnf (PARENT of lag-interface, lag-interface BindsTo pnf, MANY2ONE)(4)\n- TO pserver (PARENT of lag-interface, lag-interface BindsTo pserver, MANY2ONE)(4)\n- TO vpls-pe (PARENT of lag-interface, lag-interface BindsTo vpls-pe, MANY2ONE)(4)\n- FROM forwarder( forwarder ForwardsTo lag-interface, MANY2MANY)\n- FROM l-interface (CHILD of lag-interface, l-interface BelongsTo lag-interface, MANY2ONE)(1)\n\n-(1) IF this LAG-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this LAG-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this LAG-INTERFACE is DELETED also\n", 
3318       "properties": {
3319         "in-maint": {
3320           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
3321           "type": "boolean"
3322         }, 
3323         "interface-description": {
3324           "description": "Human friendly text regarding this interface.", 
3325           "type": "string"
3326         }, 
3327         "interface-id": {
3328           "description": "ID of interface", 
3329           "type": "string"
3330         }, 
3331         "interface-name": {
3332           "description": "Name that identifies the link aggregate interface", 
3333           "type": "string"
3334         }, 
3335         "interface-role": {
3336           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
3337           "type": "string"
3338         }, 
3339         "l-interfaces": {
3340           "items": {
3341             "$ref": "#/definitions/l-interface"
3342           }, 
3343           "type": "array"
3344         }, 
3345         "prov-status": {
3346           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
3347           "type": "string"
3348         }, 
3349         "relationship-list": {
3350           "$ref": "#/definitions/relationship", 
3351           "type": "object"
3352         }, 
3353         "resource-version": {
3354           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3355           "type": "string"
3356         }, 
3357         "speed-units": {
3358           "description": "Captures the units corresponding to the speed", 
3359           "type": "string"
3360         }, 
3361         "speed-value": {
3362           "description": "Captures the numeric part of the speed", 
3363           "type": "string"
3364         }
3365       }, 
3366       "required": [
3367         "interface-name", 
3368         "in-maint"
3369       ]
3370     }, 
3371     "lag-interfaces": {
3372       "description": "Collection of link aggregate interfaces.\n", 
3373       "properties": {
3374         "lag-interface": {
3375           "items": {
3376             "$ref": "#/definitions/lag-interface"
3377           }, 
3378           "type": "array"
3379         }
3380       }
3381     }, 
3382     "lag-link": {
3383       "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", 
3384       "properties": {
3385         "link-name": {
3386           "description": "Alphabetical concatenation of lag-interface names", 
3387           "type": "string"
3388         }, 
3389         "relationship-list": {
3390           "$ref": "#/definitions/relationship", 
3391           "type": "object"
3392         }, 
3393         "resource-version": {
3394           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3395           "type": "string"
3396         }
3397       }, 
3398       "required": [
3399         "link-name"
3400       ]
3401     }, 
3402     "lag-links": {
3403       "description": "Collection of link aggregation connections\n", 
3404       "properties": {
3405         "lag-link": {
3406           "items": {
3407             "$ref": "#/definitions/lag-link"
3408           }, 
3409           "type": "array"
3410         }
3411       }
3412     }, 
3413     "lan-port-config": {
3414       "description": "Instance of a lan-port-config\n###### Related Nodes\n- TO dhcp-service (PARENT of lan-port-config, lan-port-config Uses dhcp-service, ONE2MANY)\nFor CCVPN Usecase(2)\n- TO ext-aai-network( lan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( lan-port-config PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n\n-(2) IF this LAN-PORT-CONFIG node is deleted, this TO node is DELETED also\n", 
3415       "properties": {
3416         "description": {
3417           "description": "Store the description of this lan-port-config.", 
3418           "type": "string"
3419         }, 
3420         "device-id": {
3421           "description": "Store the device-id of this lan-port-config.", 
3422           "type": "string"
3423         }, 
3424         "dhcp-services": {
3425           "items": {
3426             "$ref": "#/definitions/dhcp-service"
3427           }, 
3428           "type": "array"
3429         }, 
3430         "input-bandwidth": {
3431           "description": "Store the input-bandwidth of this lan-port-config.", 
3432           "type": "string"
3433         }, 
3434         "ipv4-address": {
3435           "description": "Store the ipv4-address of this lan-port-config.", 
3436           "type": "string"
3437         }, 
3438         "ipv6-address": {
3439           "description": "Store the ipv6-address of this lan-port-config.", 
3440           "type": "string"
3441         }, 
3442         "lan-port-config-id": {
3443           "description": "Uniquely identifies this lan-port-config by id", 
3444           "type": "string"
3445         }, 
3446         "lan-port-config-name": {
3447           "description": "Store the name of this lan-port-config.", 
3448           "type": "string"
3449         }, 
3450         "output-bandwidth": {
3451           "description": "Store the output-bandwidth of this lan-port-config.", 
3452           "type": "string"
3453         }, 
3454         "port-id": {
3455           "description": "Store the port-id of this lan-port-config.", 
3456           "type": "string"
3457         }, 
3458         "relationship-list": {
3459           "$ref": "#/definitions/relationship", 
3460           "type": "object"
3461         }, 
3462         "resource-version": {
3463           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3464           "type": "string"
3465         }, 
3466         "vlan-tag": {
3467           "description": "Store the vlan-tag of this lan-port-config.", 
3468           "type": "string"
3469         }
3470       }, 
3471       "required": [
3472         "lan-port-config-id"
3473       ]
3474     }, 
3475     "lan-port-configs": {
3476       "description": "Collection of lan-port-configs\n", 
3477       "properties": {
3478         "lan-port-config": {
3479           "items": {
3480             "$ref": "#/definitions/lan-port-config"
3481           }, 
3482           "type": "array"
3483         }
3484       }
3485     }, 
3486     "license": {
3487       "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", 
3488       "properties": {
3489         "group-uuid": {
3490           "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
3491           "type": "string"
3492         }, 
3493         "relationship-list": {
3494           "$ref": "#/definitions/relationship", 
3495           "type": "object"
3496         }, 
3497         "resource-uuid": {
3498           "description": "Unique ID of a license resource.", 
3499           "type": "string"
3500         }, 
3501         "resource-version": {
3502           "description": "Concurrency value", 
3503           "type": "string"
3504         }
3505       }, 
3506       "required": [
3507         "group-uuid", 
3508         "resource-uuid"
3509       ]
3510     }, 
3511     "licenses": {
3512       "description": "Licenses to be allocated across resources, keyed by group-uuid and resource-uuid, related to license management\n", 
3513       "properties": {
3514         "license": {
3515           "items": {
3516             "$ref": "#/definitions/license"
3517           }, 
3518           "type": "array"
3519         }
3520       }
3521     }, 
3522     "line-of-business": {
3523       "description": "describes a line-of-business\n###### Related Nodes\n- TO generic-vnf( line-of-business Uses generic-vnf, MANY2MANY)\n- TO l3-network( line-of-business Uses l3-network, MANY2MANY)\n", 
3524       "properties": {
3525         "line-of-business-name": {
3526           "description": "Name of the line-of-business (product)", 
3527           "type": "string"
3528         }, 
3529         "relationship-list": {
3530           "$ref": "#/definitions/relationship", 
3531           "type": "object"
3532         }, 
3533         "resource-version": {
3534           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3535           "type": "string"
3536         }
3537       }, 
3538       "required": [
3539         "line-of-business-name"
3540       ]
3541     }, 
3542     "lines-of-business": {
3543       "description": "Collection of lines-of-business\n", 
3544       "properties": {
3545         "line-of-business": {
3546           "items": {
3547             "$ref": "#/definitions/line-of-business"
3548           }, 
3549           "type": "array"
3550         }
3551       }
3552     }, 
3553     "logical-link": {
3554       "description": "Logical links generally connect l-interfaces but are used to express logical connectivity between two points\n###### Related Nodes\n- TO cloud-region( logical-link LocatedIn cloud-region, MANY2MANY)\n- TO ext-aai-network( logical-link BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO generic-vnf( logical-link BridgedTo generic-vnf, MANY2MANY)\n- TO l-interface( logical-link Source l-interface, MANY2MANY)(4)\n- TO l-interface( logical-link Destination l-interface, MANY2MANY)(4)\n- TO lag-link( logical-link Uses lag-link, MANY2MANY)\n- TO logical-link( logical-link Uses logical-link, MANY2MANY)\n- TO pnf( logical-link BridgedTo pnf, MANY2MANY)\n- TO pserver( logical-link BridgedTo pserver, MANY2MANY)\n- TO virtual-data-center( logical-link LocatedIn virtual-data-center, MANY2MANY)\n- TO vpn-binding( logical-link Uses vpn-binding, MANY2MANY)\n- FROM configuration( configuration Uses logical-link, ONE2MANY)(3)\n- FROM l-interface( l-interface LinksTo logical-link, MANY2MANY)(3)\n- FROM lag-interface( lag-interface Uses logical-link, MANY2MANY)(3)\n- FROM logical-link( logical-link Uses logical-link, MANY2MANY)\n- FROM p-interface( p-interface LinksTo logical-link, MANY2ONE)\n- FROM service-instance( service-instance Uses logical-link, MANY2MANY)(3)\n- FROM vlan( vlan Uses logical-link, MANY2MANY)(3)\n\n-(3) IF this FROM node is deleted, this LOGICAL-LINK is DELETED also\n-(4) IF this TO node is deleted, this LOGICAL-LINK is DELETED also\n", 
3555       "properties": {
3556         "circuit-id": {
3557           "description": "Circuit id", 
3558           "type": "string"
3559         }, 
3560         "in-maint": {
3561           "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.", 
3562           "type": "boolean"
3563         }, 
3564         "ip-version": {
3565           "description": "v4, v6, or ds for dual stack", 
3566           "type": "string"
3567         }, 
3568         "link-id": {
3569           "description": "UUID of the logical-link, SDNC generates this.", 
3570           "type": "string"
3571         }, 
3572         "link-name": {
3573           "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
3574           "type": "string"
3575         }, 
3576         "link-name2": {
3577           "description": "Alias or alternate name (CLCI or D1 name).", 
3578           "type": "string"
3579         }, 
3580         "link-role": {
3581           "description": "Indication of the network use of the logical link.", 
3582           "type": "string"
3583         }, 
3584         "link-type": {
3585           "description": "Type of logical link, e.g., evc", 
3586           "type": "string"
3587         }, 
3588         "model-invariant-id": {
3589           "also requires": "model-version-id", 
3590           "description": "the ASDC model id for this resource or service model.", 
3591           "type": "string"
3592         }, 
3593         "model-version-id": {
3594           "also requires": "model-invariant-id", 
3595           "description": "the ASDC model version for this resource or service model.", 
3596           "type": "string"
3597         }, 
3598         "operational-status": {
3599           "description": "Indication of operational status of the logical link.", 
3600           "type": "string"
3601         }, 
3602         "prov-status": {
3603           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
3604           "type": "string"
3605         }, 
3606         "purpose": {
3607           "description": "Reason for this entity, role it is playing", 
3608           "type": "string"
3609         }, 
3610         "relationship-list": {
3611           "$ref": "#/definitions/relationship", 
3612           "type": "object"
3613         }, 
3614         "resource-version": {
3615           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3616           "type": "string"
3617         }, 
3618         "routing-protocol": {
3619           "description": "For example, static or BGP", 
3620           "type": "string"
3621         }, 
3622         "speed-units": {
3623           "description": "Captures the units corresponding to the speed", 
3624           "type": "string"
3625         }, 
3626         "speed-value": {
3627           "description": "Captures the numeric part of the speed", 
3628           "type": "string"
3629         }, 
3630         "widget-model-id": {
3631           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
3632           "type": "string"
3633         }, 
3634         "widget-model-version": {
3635           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
3636           "type": "string"
3637         }
3638       }, 
3639       "required": [
3640         "link-name", 
3641         "in-maint", 
3642         "link-type"
3643       ]
3644     }, 
3645     "logical-links": {
3646       "description": "Collection of logical connections\n", 
3647       "properties": {
3648         "logical-link": {
3649           "items": {
3650             "$ref": "#/definitions/logical-link"
3651           }, 
3652           "type": "array"
3653         }
3654       }
3655     }, 
3656     "metadata": {
3657       "description": "Collection of metadatum (key/value pairs)\n", 
3658       "properties": {
3659         "metadatum": {
3660           "items": {
3661             "$ref": "#/definitions/metadatum"
3662           }, 
3663           "type": "array"
3664         }
3665       }
3666     }, 
3667     "metadatum": {
3668       "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", 
3669       "properties": {
3670         "metaname": {
3671           "type": "string"
3672         }, 
3673         "metaval": {
3674           "type": "string"
3675         }, 
3676         "resource-version": {
3677           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3678           "type": "string"
3679         }
3680       }, 
3681       "required": [
3682         "metaname", 
3683         "metaval"
3684       ]
3685     }, 
3686     "model": {
3687       "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", 
3688       "properties": {
3689         "model-invariant-id": {
3690           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
3691           "type": "string"
3692         }, 
3693         "model-type": {
3694           "description": "Type of the model, e.g., service, resource, widget, etc.", 
3695           "type": "string"
3696         }, 
3697         "model-vers": {
3698           "items": {
3699             "$ref": "#/definitions/model-ver"
3700           }, 
3701           "type": "array"
3702         }, 
3703         "relationship-list": {
3704           "$ref": "#/definitions/relationship", 
3705           "type": "object"
3706         }, 
3707         "resource-version": {
3708           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3709           "type": "string"
3710         }
3711       }, 
3712       "required": [
3713         "model-invariant-id", 
3714         "model-type"
3715       ]
3716     }, 
3717     "model-and-named-query-search": {
3718       "description": "ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query\n", 
3719       "properties": {
3720         "instance-filters": {
3721           "$ref": "#/definitions/instance-filters", 
3722           "type": "object"
3723         }, 
3724         "query-parameters": {
3725           "$ref": "#/definitions/query-parameters", 
3726           "type": "object"
3727         }, 
3728         "secondary-filter-cut-point": {
3729           "type": "string"
3730         }, 
3731         "secondary-filts": {
3732           "$ref": "#/definitions/secondary-filts", 
3733           "type": "object"
3734         }, 
3735         "top-node-type": {
3736           "type": "string"
3737         }
3738       }
3739     }, 
3740     "model-constraint": {
3741       "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", 
3742       "properties": {
3743         "constrained-element-set-uuid-to-replace": {
3744           "type": "string"
3745         }, 
3746         "constrained-element-sets": {
3747           "items": {
3748             "$ref": "#/definitions/constrained-element-set"
3749           }, 
3750           "type": "array"
3751         }, 
3752         "model-constraint-uuid": {
3753           "type": "string"
3754         }, 
3755         "resource-version": {
3756           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3757           "type": "string"
3758         }
3759       }, 
3760       "required": [
3761         "model-constraint-uuid", 
3762         "constrained-element-set-uuid-to-replace"
3763       ]
3764     }, 
3765     "model-constraints": {
3766       "properties": {
3767         "model-constraint": {
3768           "items": {
3769             "$ref": "#/definitions/model-constraint"
3770           }, 
3771           "type": "array"
3772         }
3773       }
3774     }, 
3775     "model-element": {
3776       "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", 
3777       "properties": {
3778         "cardinality": {
3779           "description": "How many of this type of element are required/allowed", 
3780           "type": "string"
3781         }, 
3782         "linkage-points": {
3783           "type": "string"
3784         }, 
3785         "model-constraints": {
3786           "description": "Describes new constraints on this model element that are not part of that model's definition", 
3787           "items": {
3788             "$ref": "#/definitions/model-constraint"
3789           }, 
3790           "type": "array"
3791         }, 
3792         "model-element-uuid": {
3793           "type": "string"
3794         }, 
3795         "model-elements": {
3796           "description": "Defines how other models combine to make up a higher-level model", 
3797           "items": {
3798             "$ref": "#/definitions/model-element"
3799           }, 
3800           "type": "array"
3801         }, 
3802         "new-data-del-flag": {
3803           "description": "Indicates whether this element was created as part of instantiation from this model", 
3804           "type": "string"
3805         }, 
3806         "relationship-list": {
3807           "$ref": "#/definitions/relationship", 
3808           "type": "object"
3809         }, 
3810         "resource-version": {
3811           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3812           "type": "string"
3813         }
3814       }, 
3815       "required": [
3816         "model-element-uuid", 
3817         "new-data-del-flag", 
3818         "cardinality"
3819       ]
3820     }, 
3821     "model-elements": {
3822       "properties": {
3823         "model-element": {
3824           "items": {
3825             "$ref": "#/definitions/model-element"
3826           }, 
3827           "type": "array"
3828         }
3829       }
3830     }, 
3831     "model-ver": {
3832       "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", 
3833       "properties": {
3834         "distribution-status": {
3835           "description": "Distribution Status", 
3836           "type": "string"
3837         }, 
3838         "metadata": {
3839           "items": {
3840             "$ref": "#/definitions/metadatum"
3841           }, 
3842           "type": "array"
3843         }, 
3844         "model-description": {
3845           "description": "Description", 
3846           "type": "string"
3847         }, 
3848         "model-elements": {
3849           "items": {
3850             "$ref": "#/definitions/model-element"
3851           }, 
3852           "type": "array"
3853         }, 
3854         "model-name": {
3855           "description": "Name of the model, which can change from version to version.", 
3856           "type": "string"
3857         }, 
3858         "model-version": {
3859           "description": "Version", 
3860           "type": "string"
3861         }, 
3862         "model-version-id": {
3863           "description": "Unique identifier corresponding to one version of a model in ASDC", 
3864           "type": "string"
3865         }, 
3866         "relationship-list": {
3867           "$ref": "#/definitions/relationship", 
3868           "type": "object"
3869         }, 
3870         "resource-version": {
3871           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3872           "type": "string"
3873         }
3874       }, 
3875       "required": [
3876         "model-version-id", 
3877         "model-name", 
3878         "model-version"
3879       ]
3880     }, 
3881     "model-vers": {
3882       "properties": {
3883         "model-ver": {
3884           "items": {
3885             "$ref": "#/definitions/model-ver"
3886           }, 
3887           "type": "array"
3888         }
3889       }
3890     }, 
3891     "models": {
3892       "description": "Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models\n", 
3893       "properties": {
3894         "model": {
3895           "items": {
3896             "$ref": "#/definitions/model"
3897           }, 
3898           "type": "array"
3899         }
3900       }
3901     }, 
3902     "multicast-configuration": {
3903       "description": "###### Related Nodes\n- FROM vlan( vlan Uses multicast-configuration, MANY2MANY)\n", 
3904       "properties": {
3905         "multicast-configuration-id": {
3906           "description": "Unique id of multicast configuration.", 
3907           "type": "string"
3908         }, 
3909         "multicast-protocol": {
3910           "description": "protocol of multicast configuration", 
3911           "type": "string"
3912         }, 
3913         "relationship-list": {
3914           "$ref": "#/definitions/relationship", 
3915           "type": "object"
3916         }, 
3917         "resource-version": {
3918           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
3919           "type": "string"
3920         }, 
3921         "rp-type": {
3922           "description": "rp type of multicast configuration", 
3923           "type": "string"
3924         }
3925       }, 
3926       "required": [
3927         "multicast-configuration-id", 
3928         "multicast-protocol", 
3929         "rp-type"
3930       ]
3931     }, 
3932     "multicast-configurations": {
3933       "description": "multicast configuration of generic-vnf ip-address\n", 
3934       "properties": {
3935         "multicast-configuration": {
3936           "items": {
3937             "$ref": "#/definitions/multicast-configuration"
3938           }, 
3939           "type": "array"
3940         }
3941       }
3942     }, 
3943     "named-queries": {
3944       "properties": {
3945         "named-query": {
3946           "items": {
3947             "$ref": "#/definitions/named-query"
3948           }, 
3949           "type": "array"
3950         }
3951       }
3952     }, 
3953     "named-query": {
3954       "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", 
3955       "properties": {
3956         "description": {
3957           "type": "string"
3958         }, 
3959         "named-query-elements": {
3960           "items": {
3961             "$ref": "#/definitions/named-query-element"
3962           }, 
3963           "type": "array"
3964         }, 
3965         "named-query-name": {
3966           "type": "string"
3967         }, 
3968         "named-query-uuid": {
3969           "type": "string"
3970         }, 
3971         "named-query-version": {
3972           "type": "string"
3973         }, 
3974         "relationship-list": {
3975           "$ref": "#/definitions/relationship", 
3976           "type": "object"
3977         }, 
3978         "required-input-param": {
3979           "type": "string"
3980         }, 
3981         "resource-version": {
3982           "type": "string"
3983         }
3984       }, 
3985       "required": [
3986         "named-query-uuid", 
3987         "named-query-name", 
3988         "named-query-version"
3989       ]
3990     }, 
3991     "named-query-element": {
3992       "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", 
3993       "properties": {
3994         "do-not-output": {
3995           "type": "string"
3996         }, 
3997         "named-query-element-uuid": {
3998           "type": "string"
3999         }, 
4000         "named-query-elements": {
4001           "items": {
4002             "$ref": "#/definitions/named-query-element"
4003           }, 
4004           "type": "array"
4005         }, 
4006         "property-collect-list": {
4007           "type": "string"
4008         }, 
4009         "property-constraints": {
4010           "items": {
4011             "$ref": "#/definitions/property-constraint"
4012           }, 
4013           "type": "array"
4014         }, 
4015         "property-limit-desc": {
4016           "type": "string"
4017         }, 
4018         "related-lookups": {
4019           "items": {
4020             "$ref": "#/definitions/related-lookup"
4021           }, 
4022           "type": "array"
4023         }, 
4024         "relationship-list": {
4025           "$ref": "#/definitions/relationship", 
4026           "type": "object"
4027         }, 
4028         "resource-version": {
4029           "type": "string"
4030         }
4031       }, 
4032       "required": [
4033         "named-query-element-uuid"
4034       ]
4035     }, 
4036     "named-query-elements": {
4037       "properties": {
4038         "named-query-element": {
4039           "items": {
4040             "$ref": "#/definitions/named-query-element"
4041           }, 
4042           "type": "array"
4043         }
4044       }
4045     }, 
4046     "network": {
4047       "description": "Namespace for network inventory resources.\n", 
4048       "properties": {
4049         "collections": {
4050           "items": {
4051             "$ref": "#/definitions/collection"
4052           }, 
4053           "type": "array"
4054         }, 
4055         "configurations": {
4056           "items": {
4057             "$ref": "#/definitions/configuration"
4058           }, 
4059           "type": "array"
4060         }, 
4061         "connectivities": {
4062           "items": {
4063             "$ref": "#/definitions/connectivity"
4064           }, 
4065           "type": "array"
4066         }, 
4067         "devices": {
4068           "items": {
4069             "$ref": "#/definitions/device"
4070           }, 
4071           "type": "array"
4072         }, 
4073         "ext-aai-networks": {
4074           "items": {
4075             "$ref": "#/definitions/ext-aai-network"
4076           }, 
4077           "type": "array"
4078         }, 
4079         "forwarding-paths": {
4080           "items": {
4081             "$ref": "#/definitions/forwarding-path"
4082           }, 
4083           "type": "array"
4084         }, 
4085         "generic-vnfs": {
4086           "items": {
4087             "$ref": "#/definitions/generic-vnf"
4088           }, 
4089           "type": "array"
4090         }, 
4091         "instance-groups": {
4092           "items": {
4093             "$ref": "#/definitions/instance-group"
4094           }, 
4095           "type": "array"
4096         }, 
4097         "ipsec-configurations": {
4098           "items": {
4099             "$ref": "#/definitions/ipsec-configuration"
4100           }, 
4101           "type": "array"
4102         }, 
4103         "l3-networks": {
4104           "items": {
4105             "$ref": "#/definitions/l3-network"
4106           }, 
4107           "type": "array"
4108         }, 
4109         "lag-links": {
4110           "items": {
4111             "$ref": "#/definitions/lag-link"
4112           }, 
4113           "type": "array"
4114         }, 
4115         "lan-port-configs": {
4116           "items": {
4117             "$ref": "#/definitions/lan-port-config"
4118           }, 
4119           "type": "array"
4120         }, 
4121         "logical-links": {
4122           "items": {
4123             "$ref": "#/definitions/logical-link"
4124           }, 
4125           "type": "array"
4126         }, 
4127         "multicast-configurations": {
4128           "items": {
4129             "$ref": "#/definitions/multicast-configuration"
4130           }, 
4131           "type": "array"
4132         }, 
4133         "network-policies": {
4134           "items": {
4135             "$ref": "#/definitions/network-policy"
4136           }, 
4137           "type": "array"
4138         }, 
4139         "network-resources": {
4140           "items": {
4141             "$ref": "#/definitions/network-resource"
4142           }, 
4143           "type": "array"
4144         }, 
4145         "newvces": {
4146           "items": {
4147             "$ref": "#/definitions/newvce"
4148           }, 
4149           "type": "array"
4150         }, 
4151         "physical-links": {
4152           "items": {
4153             "$ref": "#/definitions/physical-link"
4154           }, 
4155           "type": "array"
4156         }, 
4157         "pnfs": {
4158           "items": {
4159             "$ref": "#/definitions/pnf"
4160           }, 
4161           "type": "array"
4162         }, 
4163         "route-table-references": {
4164           "items": {
4165             "$ref": "#/definitions/route-table-reference"
4166           }, 
4167           "type": "array"
4168         }, 
4169         "sdwan-vpns": {
4170           "items": {
4171             "$ref": "#/definitions/sdwan-vpn"
4172           }, 
4173           "type": "array"
4174         }, 
4175         "site-pair-sets": {
4176           "items": {
4177             "$ref": "#/definitions/site-pair-set"
4178           }, 
4179           "type": "array"
4180         }, 
4181         "site-resources": {
4182           "items": {
4183             "$ref": "#/definitions/site-resource"
4184           }, 
4185           "type": "array"
4186         }, 
4187         "vces": {
4188           "items": {
4189             "$ref": "#/definitions/vce"
4190           }, 
4191           "type": "array"
4192         }, 
4193         "vlan-tags": {
4194           "items": {
4195             "$ref": "#/definitions/vlan-tag"
4196           }, 
4197           "type": "array"
4198         }, 
4199         "vnfcs": {
4200           "items": {
4201             "$ref": "#/definitions/vnfc"
4202           }, 
4203           "type": "array"
4204         }, 
4205         "vpls-pes": {
4206           "items": {
4207             "$ref": "#/definitions/vpls-pe"
4208           }, 
4209           "type": "array"
4210         }, 
4211         "vpn-bindings": {
4212           "items": {
4213             "$ref": "#/definitions/vpn-binding"
4214           }, 
4215           "type": "array"
4216         }, 
4217         "wan-port-configs": {
4218           "items": {
4219             "$ref": "#/definitions/wan-port-config"
4220           }, 
4221           "type": "array"
4222         }, 
4223         "zones": {
4224           "items": {
4225             "$ref": "#/definitions/zone"
4226           }, 
4227           "type": "array"
4228         }
4229       }
4230     }, 
4231     "network-policies": {
4232       "properties": {
4233         "network-policy": {
4234           "items": {
4235             "$ref": "#/definitions/network-policy"
4236           }, 
4237           "type": "array"
4238         }
4239       }
4240     }, 
4241     "network-policy": {
4242       "description": "###### Related Nodes\n- FROM allotted-resource( allotted-resource Uses network-policy, ONE2ONE)\n- FROM l3-network( l3-network Uses network-policy, MANY2MANY)\n", 
4243       "properties": {
4244         "heat-stack-id": {
4245           "description": "ID for the openStack Heat instance", 
4246           "type": "string"
4247         }, 
4248         "network-policy-fqdn": {
4249           "description": "Contrail FQDN for the policy", 
4250           "type": "string"
4251         }, 
4252         "network-policy-id": {
4253           "description": "UUID representing unique key to this instance", 
4254           "type": "string"
4255         }, 
4256         "relationship-list": {
4257           "$ref": "#/definitions/relationship", 
4258           "type": "object"
4259         }, 
4260         "resource-version": {
4261           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4262           "type": "string"
4263         }
4264       }, 
4265       "required": [
4266         "network-policy-id"
4267       ]
4268     }, 
4269     "network-profile": {
4270       "description": "Network profile populated by SDN-GP for SNMP\n###### Related Nodes\n- TO generic-vnf( network-profile AppliesTo generic-vnf, MANY2MANY)\n", 
4271       "properties": {
4272         "community-string": {
4273           "description": "Encrypted SNMP community string", 
4274           "type": "string"
4275         }, 
4276         "nm-profile-name": {
4277           "description": "Unique name of network profile.", 
4278           "type": "string"
4279         }, 
4280         "relationship-list": {
4281           "$ref": "#/definitions/relationship", 
4282           "type": "object"
4283         }, 
4284         "resource-version": {
4285           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4286           "type": "string"
4287         }
4288       }, 
4289       "required": [
4290         "nm-profile-name"
4291       ]
4292     }, 
4293     "network-profiles": {
4294       "description": "Collection of network profiles\n", 
4295       "properties": {
4296         "network-profile": {
4297           "items": {
4298             "$ref": "#/definitions/network-profile"
4299           }, 
4300           "type": "array"
4301         }
4302       }
4303     }, 
4304     "network-resource": {
4305       "description": "Instance of a network-resource\n###### Related Nodes\n- TO ext-aai-network( network-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( network-resource Uses vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM pnf( pnf LinksTo network-resource, MANY2MANY)\nFor CCVPN Usecase\n", 
4306       "properties": {
4307         "client-id": {
4308           "description": "Store the id of the client of this network-resource.", 
4309           "type": "string"
4310         }, 
4311         "network-id": {
4312           "description": "Uniquely identifies this network-resource by id", 
4313           "type": "string"
4314         }, 
4315         "provider-id": {
4316           "description": "Store the id of the provider of this network-resource.", 
4317           "type": "string"
4318         }, 
4319         "relationship-list": {
4320           "$ref": "#/definitions/relationship", 
4321           "type": "object"
4322         }, 
4323         "resource-version": {
4324           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4325           "type": "string"
4326         }, 
4327         "selflink": {
4328           "description": "Store the link to get more information for this object.", 
4329           "type": "string"
4330         }, 
4331         "te-topo-id": {
4332           "description": "Store the id of the te-topo of this network-resource.", 
4333           "type": "string"
4334         }
4335       }, 
4336       "required": [
4337         "network-id"
4338       ]
4339     }, 
4340     "network-resources": {
4341       "description": "Collection of network-resources\n", 
4342       "properties": {
4343         "network-resource": {
4344           "items": {
4345             "$ref": "#/definitions/network-resource"
4346           }, 
4347           "type": "array"
4348         }
4349       }
4350     }, 
4351     "network-technologies": {
4352       "description": "The network-technology object is used to capture the supported network technologies of a cloud-region.\n", 
4353       "properties": {
4354         "network-technology": {
4355           "items": {
4356             "$ref": "#/definitions/network-technology"
4357           }, 
4358           "type": "array"
4359         }
4360       }
4361     }, 
4362     "network-technology": {
4363       "description": "The network-technology object is used to capture the supported network technologies of a cloud-region.\n###### Related Nodes\n- FROM cloud-region( cloud-region Uses network-technology, MANY2MANY)\n", 
4364       "properties": {
4365         "network-technology-id": {
4366           "description": "Unique identifier of the network-technology object (UUID)", 
4367           "type": "string"
4368         }, 
4369         "network-technology-name": {
4370           "description": "The network-technology  that a cloud-region can support. Current valid values- CONTRAIL AIC_SR_IOV OVS STANDARD-SR-IOV", 
4371           "type": "string"
4372         }, 
4373         "relationship-list": {
4374           "$ref": "#/definitions/relationship", 
4375           "type": "object"
4376         }, 
4377         "resource-version": {
4378           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4379           "type": "string"
4380         }
4381       }, 
4382       "required": [
4383         "network-technology-id", 
4384         "network-technology-name"
4385       ]
4386     }, 
4387     "newvce": {
4388       "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", 
4389       "properties": {
4390         "equipment-role": {
4391           "description": "Client should send valid enumerated value.", 
4392           "type": "string"
4393         }, 
4394         "heat-stack-id": {
4395           "description": "Heat stack id corresponding to this instance, managed by MSO", 
4396           "type": "string"
4397         }, 
4398         "ipv4-loopback0-address": {
4399           "description": "v4 Loopback0 address", 
4400           "type": "string"
4401         }, 
4402         "ipv4-oam-address": {
4403           "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).", 
4404           "type": "string"
4405         }, 
4406         "l-interfaces": {
4407           "items": {
4408             "$ref": "#/definitions/l-interface"
4409           }, 
4410           "type": "array"
4411         }, 
4412         "license-key": {
4413           "description": "OBSOLETE -  do not use", 
4414           "type": "string"
4415         }, 
4416         "mso-catalog-key": {
4417           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
4418           "type": "string"
4419         }, 
4420         "operational-status": {
4421           "description": "Indicator for whether the resource is considered operational", 
4422           "type": "string"
4423         }, 
4424         "orchestration-status": {
4425           "description": "Orchestration status of this VNF, mastered by MSO.", 
4426           "type": "string"
4427         }, 
4428         "prov-status": {
4429           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
4430           "type": "string"
4431         }, 
4432         "relationship-list": {
4433           "$ref": "#/definitions/relationship", 
4434           "type": "object"
4435         }, 
4436         "resource-version": {
4437           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4438           "type": "string"
4439         }, 
4440         "vnf-id2": {
4441           "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
4442           "type": "string"
4443         }, 
4444         "vnf-name": {
4445           "description": "Name of VNF.", 
4446           "type": "string"
4447         }, 
4448         "vnf-name2": {
4449           "description": "Alternate name of VNF.", 
4450           "type": "string"
4451         }, 
4452         "vnf-type": {
4453           "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.", 
4454           "type": "string"
4455         }
4456       }, 
4457       "required": [
4458         "vnf-id2", 
4459         "vnf-name", 
4460         "vnf-type"
4461       ]
4462     }, 
4463     "newvces": {
4464       "description": "This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce.\n", 
4465       "properties": {
4466         "newvce": {
4467           "items": {
4468             "$ref": "#/definitions/newvce"
4469           }, 
4470           "type": "array"
4471         }
4472       }
4473     }, 
4474     "nodes": {
4475       "properties": {
4476         "inventory-item-data": {
4477           "items": {
4478             "$ref": "#/definitions/inventory-item-data"
4479           }, 
4480           "type": "array"
4481         }
4482       }
4483     }, 
4484     "nos-server": {
4485       "description": "nos-server is the execution environment that will have images, certain versions of VNOS, running on it.\n###### Related Nodes\n- TO pserver( nos-server HostedOn pserver, ONE2ONE)\n- TO tenant (PARENT of nos-server, nos-server BelongsTo tenant, MANY2ONE)\n- FROM generic-vnf( generic-vnf HostedOn nos-server, MANY2ONE)\n", 
4486       "properties": {
4487         "in-maint": {
4488           "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.", 
4489           "type": "boolean"
4490         }, 
4491         "nos-server-id": {
4492           "description": "Unique identifier for this nos relative to its tenant", 
4493           "type": "string"
4494         }, 
4495         "nos-server-name": {
4496           "description": "Name of nos", 
4497           "type": "string"
4498         }, 
4499         "nos-server-selflink": {
4500           "description": "URL to endpoint where AAI can get more details", 
4501           "type": "string"
4502         }, 
4503         "prov-status": {
4504           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
4505           "type": "string"
4506         }, 
4507         "relationship-list": {
4508           "$ref": "#/definitions/relationship", 
4509           "type": "object"
4510         }, 
4511         "resource-version": {
4512           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4513           "type": "string"
4514         }, 
4515         "vendor": {
4516           "description": "uCPE vendor", 
4517           "type": "string"
4518         }
4519       }, 
4520       "required": [
4521         "nos-server-id", 
4522         "nos-server-name", 
4523         "vendor", 
4524         "nos-server-selflink", 
4525         "in-maint"
4526       ]
4527     }, 
4528     "nos-servers": {
4529       "description": "nos-server is the execution environment that will have images, certain versions of VNOS, running on it.\n", 
4530       "properties": {
4531         "nos-server": {
4532           "items": {
4533             "$ref": "#/definitions/nos-server"
4534           }, 
4535           "type": "array"
4536         }
4537       }
4538     }, 
4539     "notification-event": {
4540       "properties": {
4541         "cambria.partition": {
4542           "type": "string"
4543         }, 
4544         "notification-event-header": {
4545           "$ref": "#/definitions/notification-event-header", 
4546           "type": "object"
4547         }
4548       }
4549     }, 
4550     "notification-event-header": {
4551       "properties": {
4552         "action": {
4553           "type": "string"
4554         }, 
4555         "domain": {
4556           "type": "string"
4557         }, 
4558         "entity-link": {
4559           "type": "string"
4560         }, 
4561         "entity-type": {
4562           "type": "string"
4563         }, 
4564         "event-type": {
4565           "type": "string"
4566         }, 
4567         "id": {
4568           "type": "string"
4569         }, 
4570         "sequence-number": {
4571           "type": "string"
4572         }, 
4573         "severity": {
4574           "type": "string"
4575         }, 
4576         "source-name": {
4577           "type": "string"
4578         }, 
4579         "status": {
4580           "type": "string"
4581         }, 
4582         "timestamp": {
4583           "type": "string"
4584         }, 
4585         "top-entity-type": {
4586           "type": "string"
4587         }, 
4588         "version": {
4589           "type": "string"
4590         }
4591       }
4592     }, 
4593     "notify": {
4594       "properties": {
4595         "event-id": {
4596           "type": "string"
4597         }, 
4598         "event-trigger": {
4599           "type": "string"
4600         }, 
4601         "key-data": {
4602           "items": {
4603             "$ref": "#/definitions/key-data"
4604           }, 
4605           "type": "array"
4606         }, 
4607         "node-type": {
4608           "type": "string"
4609         }, 
4610         "selflink": {
4611           "type": "string"
4612         }
4613       }, 
4614       "required": [
4615         "event-id"
4616       ]
4617     }, 
4618     "oam-network": {
4619       "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", 
4620       "properties": {
4621         "cvlan-tag": {
4622           "description": "cvlan-id", 
4623           "format": "int64", 
4624           "type": "integer"
4625         }, 
4626         "ipv4-oam-gateway-address": {
4627           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
4628           "type": "string"
4629         }, 
4630         "ipv4-oam-gateway-address-prefix-length": {
4631           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
4632           "format": "int32", 
4633           "type": "integer"
4634         }, 
4635         "network-name": {
4636           "description": "Name of the network.", 
4637           "type": "string"
4638         }, 
4639         "network-uuid": {
4640           "description": "UUID of the network. Unique across a cloud-region", 
4641           "type": "string"
4642         }, 
4643         "relationship-list": {
4644           "$ref": "#/definitions/relationship", 
4645           "type": "object"
4646         }, 
4647         "resource-version": {
4648           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4649           "type": "string"
4650         }
4651       }, 
4652       "required": [
4653         "network-uuid", 
4654         "network-name", 
4655         "cvlan-tag"
4656       ]
4657     }, 
4658     "oam-networks": {
4659       "description": "Collection of OAM networks, to be deprecated shortly.  Do not use for new purposes. \n", 
4660       "properties": {
4661         "oam-network": {
4662           "items": {
4663             "$ref": "#/definitions/oam-network"
4664           }, 
4665           "type": "array"
4666         }
4667       }
4668     }, 
4669     "operational-environment": {
4670       "description": "It is a logical partition of the cloud which allows to have multiple environments in the production AIC.\n###### Related Nodes\n- TO operational-environment( operational-environment Uses operational-environment, MANY2MANY)\n- FROM operational-environment( operational-environment Uses operational-environment, MANY2MANY)\n", 
4671       "properties": {
4672         "operational-environment-id": {
4673           "description": "UUID of an operational environment", 
4674           "type": "string"
4675         }, 
4676         "operational-environment-name": {
4677           "description": "Operational Environment name", 
4678           "type": "string"
4679         }, 
4680         "operational-environment-status": {
4681           "description": "Status", 
4682           "type": "string"
4683         }, 
4684         "operational-environment-type": {
4685           "description": "Operational Environment Type.", 
4686           "type": "string"
4687         }, 
4688         "relationship-list": {
4689           "$ref": "#/definitions/relationship", 
4690           "type": "object"
4691         }, 
4692         "resource-version": {
4693           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4694           "type": "string"
4695         }, 
4696         "tenant-context": {
4697           "description": "Tenant Context.", 
4698           "type": "string"
4699         }, 
4700         "workload-context": {
4701           "description": "Workload Context.", 
4702           "type": "string"
4703         }
4704       }, 
4705       "required": [
4706         "operational-environment-id", 
4707         "operational-environment-name", 
4708         "operational-environment-type", 
4709         "operational-environment-status", 
4710         "tenant-context", 
4711         "workload-context"
4712       ]
4713     }, 
4714     "operational-environments": {
4715       "description": "a logical partition of the cloud which allows to have multiple environments in the production AIC.\n", 
4716       "properties": {
4717         "operational-environment": {
4718           "items": {
4719             "$ref": "#/definitions/operational-environment"
4720           }, 
4721           "type": "array"
4722         }
4723       }
4724     }, 
4725     "overloaded-model": {
4726       "description": "Allows for legacy POST of old-style and new-style models\n", 
4727       "properties": {
4728         "model-description": {
4729           "description": "Description", 
4730           "type": "string"
4731         }, 
4732         "model-id": {
4733           "description": "Invariant unique ID which does not change from version to version", 
4734           "type": "string"
4735         }, 
4736         "model-invariant-id": {
4737           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
4738           "type": "string"
4739         }, 
4740         "model-name": {
4741           "description": "Name of the model, which can change from version to version.", 
4742           "type": "string"
4743         }, 
4744         "model-name-version-id": {
4745           "description": "Unique identifier corresponding to one version of a model in ASDC", 
4746           "type": "string"
4747         }, 
4748         "model-type": {
4749           "description": "Type of the model, e.g., service, resource, widget, etc.", 
4750           "type": "string"
4751         }, 
4752         "model-vers": {
4753           "$ref": "#/definitions/model-vers", 
4754           "type": "object"
4755         }, 
4756         "model-version": {
4757           "description": "Version", 
4758           "type": "string"
4759         }, 
4760         "relationship-list": {
4761           "$ref": "#/definitions/relationship-list", 
4762           "type": "object"
4763         }, 
4764         "resource-version": {
4765           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4766           "type": "string"
4767         }
4768       }, 
4769       "required": [
4770         "model-invariant-id", 
4771         "model-name-version-id", 
4772         "model-type", 
4773         "model-name", 
4774         "model-id", 
4775         "model-version"
4776       ]
4777     }, 
4778     "owning-entities": {
4779       "description": "Collection of owning-entities\n", 
4780       "properties": {
4781         "owning-entity": {
4782           "items": {
4783             "$ref": "#/definitions/owning-entity"
4784           }, 
4785           "type": "array"
4786         }
4787       }
4788     }, 
4789     "owning-entity": {
4790       "description": "describes an owning-entity\n###### Related Nodes\n- FROM service-instance( service-instance BelongsTo owning-entity, MANY2ONE)\n", 
4791       "properties": {
4792         "owning-entity-id": {
4793           "description": "UUID of an owning entity", 
4794           "type": "string"
4795         }, 
4796         "owning-entity-name": {
4797           "description": "Owning entity name", 
4798           "type": "string"
4799         }, 
4800         "relationship-list": {
4801           "$ref": "#/definitions/relationship", 
4802           "type": "object"
4803         }, 
4804         "resource-version": {
4805           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4806           "type": "string"
4807         }
4808       }, 
4809       "required": [
4810         "owning-entity-id", 
4811         "owning-entity-name"
4812       ]
4813     }, 
4814     "p-interface": {
4815       "description": "Physical interface (e.g., nic)\n###### Related Nodes\n- TO logical-link( p-interface LinksTo logical-link, MANY2ONE)\n- TO pnf (PARENT of p-interface, p-interface BindsTo pnf, MANY2ONE)(4)\n- TO pserver (PARENT of p-interface, p-interface BindsTo pserver, MANY2ONE)(4)\n- TO vpls-pe (PARENT of p-interface, p-interface BindsTo vpls-pe, MANY2ONE)(4)\n- TO physical-link( p-interface LinksTo physical-link, MANY2ONE)(2)\n- FROM allotted-resource( allotted-resource Uses p-interface, ONE2MANY)\nAAI-1925 For CCVPN Usecase\n- FROM forwarder( forwarder ForwardsTo p-interface, MANY2MANY)\n- FROM l-interface (CHILD of p-interface, l-interface BindsTo p-interface, MANY2ONE)(1)\n- FROM lag-interface( lag-interface Uses p-interface, MANY2MANY)\n- FROM sriov-pf (CHILD of p-interface, sriov-pf BelongsTo p-interface, ONE2ONE)(1)\n- FROM vpn-binding( vpn-binding BindsTo p-interface, ONE2MANY)\nFor CCVPN Usecase\n\n-(1) IF this P-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this P-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this P-INTERFACE is DELETED also\n", 
4816       "properties": {
4817         "equipment-identifier": {
4818           "description": "CLEI or other specification for p-interface hardware.", 
4819           "type": "string"
4820         }, 
4821         "in-maint": {
4822           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
4823           "type": "boolean"
4824         }, 
4825         "interface-name": {
4826           "description": "Name that identifies the physical interface", 
4827           "type": "string"
4828         }, 
4829         "interface-role": {
4830           "description": "Role specification for p-interface hardware.", 
4831           "type": "string"
4832         }, 
4833         "interface-type": {
4834           "description": "Indicates the physical properties of the interface.", 
4835           "type": "string"
4836         }, 
4837         "inv-status": {
4838           "description": "inventory status", 
4839           "type": "string"
4840         }, 
4841         "l-interfaces": {
4842           "items": {
4843             "$ref": "#/definitions/l-interface"
4844           }, 
4845           "type": "array"
4846         }, 
4847         "mac-addresss": {
4848           "description": "MAC Address of the p-interface.", 
4849           "type": "string"
4850         }, 
4851         "network-ref": {
4852           "description": "Store the network-ref of this p-interface. Derived from ietf-restconf-notification that identifies a termination-point.", 
4853           "type": "string"
4854         }, 
4855         "operational-status": {
4856           "description": "oper Status of this p-interface.", 
4857           "type": "string"
4858         }, 
4859         "port-description": {
4860           "description": "Nature of the services and connectivity on this port.", 
4861           "type": "string"
4862         }, 
4863         "prov-status": {
4864           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
4865           "type": "string"
4866         }, 
4867         "relationship-list": {
4868           "$ref": "#/definitions/relationship", 
4869           "type": "object"
4870         }, 
4871         "resource-version": {
4872           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4873           "type": "string"
4874         }, 
4875         "selflink": {
4876           "description": "URL to endpoint where AAI can get more details.", 
4877           "type": "string"
4878         }, 
4879         "speed-units": {
4880           "description": "Captures the units corresponding to the speed", 
4881           "type": "string"
4882         }, 
4883         "speed-value": {
4884           "description": "Captures the numeric part of the speed", 
4885           "type": "string"
4886         }, 
4887         "sriov-pfs": {
4888           "items": {
4889             "$ref": "#/definitions/sriov-pf"
4890           }, 
4891           "type": "array"
4892         }, 
4893         "transparent": {
4894           "description": "Store the transparent value of this p-interface.", 
4895           "type": "string"
4896         }
4897       }, 
4898       "required": [
4899         "interface-name", 
4900         "in-maint"
4901       ]
4902     }, 
4903     "p-interfaces": {
4904       "description": "Collection of physical interfaces.\n", 
4905       "properties": {
4906         "p-interface": {
4907           "items": {
4908             "$ref": "#/definitions/p-interface"
4909           }, 
4910           "type": "array"
4911         }
4912       }
4913     }, 
4914     "physical-link": {
4915       "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", 
4916       "properties": {
4917         "circuit-id": {
4918           "description": "Circuit it", 
4919           "type": "string"
4920         }, 
4921         "dual-mode": {
4922           "description": "Dual access mode (e.g., primary, secondary", 
4923           "type": "string"
4924         }, 
4925         "link-name": {
4926           "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
4927           "type": "string"
4928         }, 
4929         "management-option": {
4930           "description": "To provide information on who manages this circuit. A&AI or 3rd party transport provider", 
4931           "type": "string"
4932         }, 
4933         "relationship-list": {
4934           "$ref": "#/definitions/relationship", 
4935           "type": "object"
4936         }, 
4937         "resource-version": {
4938           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
4939           "type": "string"
4940         }, 
4941         "service-provider-bandwidth-down-units": {
4942           "description": "Units for downstream BW value", 
4943           "type": "string"
4944         }, 
4945         "service-provider-bandwidth-down-value": {
4946           "description": "Downstream Bandwidth value agreed with the service provider", 
4947           "format": "int32", 
4948           "type": "integer"
4949         }, 
4950         "service-provider-bandwidth-up-units": {
4951           "description": "Units for the upstream BW value", 
4952           "type": "string"
4953         }, 
4954         "service-provider-bandwidth-up-value": {
4955           "description": "Upstream Bandwidth value agreed with the service provider", 
4956           "format": "int32", 
4957           "type": "integer"
4958         }, 
4959         "service-provider-name": {
4960           "description": "Name of the service Provider on this link.", 
4961           "type": "string"
4962         }, 
4963         "speed-units": {
4964           "description": "Captures the units corresponding to the speed", 
4965           "type": "string"
4966         }, 
4967         "speed-value": {
4968           "description": "Captures the numeric part of the speed", 
4969           "type": "string"
4970         }
4971       }, 
4972       "required": [
4973         "link-name"
4974       ]
4975     }, 
4976     "physical-links": {
4977       "description": "Collection of physical connections, typically between p-interfaces\n", 
4978       "properties": {
4979         "physical-link": {
4980           "items": {
4981             "$ref": "#/definitions/physical-link"
4982           }, 
4983           "type": "array"
4984         }
4985       }
4986     }, 
4987     "platform": {
4988       "description": "describes a platform\n###### Related Nodes\n- TO generic-vnf( platform Uses generic-vnf, MANY2MANY)\n- TO l3-network( platform Uses l3-network, MANY2MANY)\n", 
4989       "properties": {
4990         "platform-name": {
4991           "description": "Name of the platform", 
4992           "type": "string"
4993         }, 
4994         "relationship-list": {
4995           "$ref": "#/definitions/relationship", 
4996           "type": "object"
4997         }, 
4998         "resource-version": {
4999           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5000           "type": "string"
5001         }
5002       }, 
5003       "required": [
5004         "platform-name"
5005       ]
5006     }, 
5007     "platforms": {
5008       "description": "Collection of platforms\n", 
5009       "properties": {
5010         "platform": {
5011           "items": {
5012             "$ref": "#/definitions/platform"
5013           }, 
5014           "type": "array"
5015         }
5016       }
5017     }, 
5018     "pnf": {
5019       "description": "PNF represents a physical network function. typically equipment used in the D1 world. in 1607, this will be populated by SDN-C to represent a premises router that a uCPE connects to. But this can be used to represent any physical device that is not an AIC node or uCPE.\n###### Related Nodes\n- TO complex( pnf LocatedIn complex, MANY2ONE)\n- TO ext-aai-network( pnf BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO instance-group( pnf MemberOf instance-group, MANY2MANY)\n- TO network-resource( pnf LinksTo network-resource, MANY2MANY)\nFor CCVPN Usecase\n- TO zone( pnf LocatedIn zone, MANY2ONE)\n- FROM configuration( configuration AppliesTo pnf, MANY2MANY)\n- FROM esr-thirdparty-sdnc( esr-thirdparty-sdnc AppliesTo pnf, ONE2MANY)\n- FROM generic-vnf( generic-vnf HostedOn pnf, MANY2MANY)\n- FROM lag-interface (CHILD of pnf, lag-interface BindsTo pnf, MANY2ONE)(1)\n- FROM logical-link( logical-link BridgedTo pnf, MANY2MANY)\n- FROM p-interface (CHILD of pnf, p-interface BindsTo pnf, MANY2ONE)(1)\n- FROM service-instance( service-instance ComposedOf pnf, ONE2MANY)\n- FROM software-version (CHILD of pnf, software-version BelongsTo pnf, MANY2ONE)\n\n-(1) IF this PNF node is deleted, this FROM node is DELETED also\n-PNF cannot be deleted if related to NETWORK-RESOURCE,SOFTWARE-VERSION\n", 
5020       "properties": {
5021         "admin-status": {
5022           "description": "admin Status of this PNF", 
5023           "type": "string"
5024         }, 
5025         "equip-model": {
5026           "description": "Equipment model.  Source of truth should define valid values.", 
5027           "type": "string"
5028         }, 
5029         "equip-type": {
5030           "description": "Equipment type.  Source of truth should define valid values.", 
5031           "type": "string"
5032         }, 
5033         "equip-vendor": {
5034           "description": "Equipment vendor.  Source of truth should define valid values.", 
5035           "type": "string"
5036         }, 
5037         "frame-id": {
5038           "description": "ID of the physical frame (relay rack) where pnf is installed.", 
5039           "type": "string"
5040         }, 
5041         "in-maint": {
5042           "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.", 
5043           "type": "boolean"
5044         }, 
5045         "inv-status": {
5046           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
5047           "type": "string"
5048         }, 
5049         "ipaddress-v4-aim": {
5050           "description": "IPV4 AIM address", 
5051           "type": "string"
5052         }, 
5053         "ipaddress-v4-loopback-0": {
5054           "description": "IPV4 Loopback 0 address", 
5055           "type": "string"
5056         }, 
5057         "ipaddress-v4-oam": {
5058           "description": "ipv4-oam-address with new naming convention for IP addresses", 
5059           "type": "string"
5060         }, 
5061         "ipaddress-v6-aim": {
5062           "description": "IPV6 AIM address", 
5063           "type": "string"
5064         }, 
5065         "ipaddress-v6-loopback-0": {
5066           "description": "IPV6 Loopback 0 address", 
5067           "type": "string"
5068         }, 
5069         "ipaddress-v6-oam": {
5070           "description": "IPV6 OAM address", 
5071           "type": "string"
5072         }, 
5073         "lag-interfaces": {
5074           "items": {
5075             "$ref": "#/definitions/lag-interface"
5076           }, 
5077           "type": "array"
5078         }, 
5079         "management-option": {
5080           "description": "identifier of managed by ATT or customer", 
5081           "type": "string"
5082         }, 
5083         "model-customization-id": {
5084           "description": "Store the model-customization-id for this object.", 
5085           "type": "string"
5086         }, 
5087         "model-invariant-id": {
5088           "also requires": "model-version-id", 
5089           "description": "The ASDC model id for this resource  model.", 
5090           "type": "string"
5091         }, 
5092         "model-version-id": {
5093           "also requires": "model-invariant-id", 
5094           "description": "The ASDC model version for this resource  model.", 
5095           "type": "string"
5096         }, 
5097         "nf-role": {
5098           "description": "Nf Role is the role performed by this instance in the network.", 
5099           "type": "string"
5100         }, 
5101         "operational-status": {
5102           "description": "Store the operational-status for this object.", 
5103           "type": "string"
5104         }, 
5105         "p-interfaces": {
5106           "items": {
5107             "$ref": "#/definitions/p-interface"
5108           }, 
5109           "type": "array"
5110         }, 
5111         "pnf-id": {
5112           "description": "id of pnf", 
5113           "type": "string"
5114         }, 
5115         "pnf-ipv4-address": {
5116           "description": "This is the IP address (IPv4) for the PNF itself. This is the IPv4 address that the PNF iself can be accessed at.", 
5117           "type": "string"
5118         }, 
5119         "pnf-ipv6-address": {
5120           "description": "This is the IP address (IPv6) for the PNF itself. This is the IPv6 address that the PNF iself can be accessed at.", 
5121           "type": "string"
5122         }, 
5123         "pnf-name": {
5124           "description": "unique name of Physical Network Function.", 
5125           "type": "string"
5126         }, 
5127         "pnf-name2": {
5128           "description": "name of Physical Network Function.", 
5129           "type": "string"
5130         }, 
5131         "pnf-name2-source": {
5132           "description": "source of name2", 
5133           "type": "string"
5134         }, 
5135         "prov-status": {
5136           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
5137           "type": "string"
5138         }, 
5139         "relationship-list": {
5140           "$ref": "#/definitions/relationship", 
5141           "type": "object"
5142         }, 
5143         "resource-version": {
5144           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5145           "type": "string"
5146         }, 
5147         "selflink": {
5148           "description": "URL to endpoint where AAI can get more details.", 
5149           "type": "string"
5150         }, 
5151         "serial-number": {
5152           "description": "Serial number of the device", 
5153           "type": "string"
5154         }, 
5155         "software-versions": {
5156           "items": {
5157             "$ref": "#/definitions/software-version"
5158           }, 
5159           "type": "array"
5160         }, 
5161         "sw-version": {
5162           "description": "sw-version is the version of SW for the hosted application on the PNF.", 
5163           "type": "string"
5164         }
5165       }, 
5166       "required": [
5167         "pnf-name", 
5168         "in-maint"
5169       ]
5170     }, 
5171     "pnfs": {
5172       "description": "Collection of Physical Network Functions.\n", 
5173       "properties": {
5174         "pnf": {
5175           "items": {
5176             "$ref": "#/definitions/pnf"
5177           }, 
5178           "type": "array"
5179         }
5180       }
5181     }, 
5182     "port-group": {
5183       "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", 
5184       "properties": {
5185         "cvlan-tags": {
5186           "items": {
5187             "$ref": "#/definitions/cvlan-tag-entry"
5188           }, 
5189           "type": "array"
5190         }, 
5191         "heat-stack-id": {
5192           "description": "Heat stack id corresponding to this instance, managed by MSO", 
5193           "type": "string"
5194         }, 
5195         "interface-id": {
5196           "description": "Unique ID of the interface", 
5197           "type": "string"
5198         }, 
5199         "interface-role": {
5200           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
5201           "type": "string"
5202         }, 
5203         "mso-catalog-key": {
5204           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
5205           "type": "string"
5206         }, 
5207         "neutron-network-id": {
5208           "description": "Neutron network id of this Interface", 
5209           "type": "string"
5210         }, 
5211         "neutron-network-name": {
5212           "description": "Neutron network name of this Interface", 
5213           "type": "string"
5214         }, 
5215         "orchestration-status": {
5216           "description": "Orchestration status of this VNF, mastered by MSO", 
5217           "type": "string"
5218         }, 
5219         "port-group-id": {
5220           "description": "Unique ID for port group in vmware", 
5221           "type": "string"
5222         }, 
5223         "port-group-name": {
5224           "description": "Likely to duplicate value of neutron network name", 
5225           "type": "string"
5226         }, 
5227         "relationship-list": {
5228           "$ref": "#/definitions/relationship", 
5229           "type": "object"
5230         }, 
5231         "resource-version": {
5232           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5233           "type": "string"
5234         }, 
5235         "switch-name": {
5236           "description": "DVS or standard switch name (should be non-null for port groups associated with DVS)", 
5237           "type": "string"
5238         }
5239       }, 
5240       "required": [
5241         "interface-id", 
5242         "orchestration-status"
5243       ]
5244     }, 
5245     "port-groups": {
5246       "properties": {
5247         "port-group": {
5248           "items": {
5249             "$ref": "#/definitions/port-group"
5250           }, 
5251           "type": "array"
5252         }
5253       }
5254     }, 
5255     "project": {
5256       "description": "describes the project\n###### Related Nodes\n- TO service-instance( project Uses service-instance, ONE2MANY)\n", 
5257       "properties": {
5258         "project-name": {
5259           "description": "Name of the project deploying a service", 
5260           "type": "string"
5261         }, 
5262         "relationship-list": {
5263           "$ref": "#/definitions/relationship", 
5264           "type": "object"
5265         }, 
5266         "resource-version": {
5267           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5268           "type": "string"
5269         }
5270       }, 
5271       "required": [
5272         "project-name"
5273       ]
5274     }, 
5275     "projects": {
5276       "description": "Collection of projects\n", 
5277       "properties": {
5278         "project": {
5279           "items": {
5280             "$ref": "#/definitions/project"
5281           }, 
5282           "type": "array"
5283         }
5284       }
5285     }, 
5286     "properties": {
5287       "description": "Property holder for query properties or instance properties\n", 
5288       "properties": {
5289         "property-name": {
5290           "type": "string"
5291         }, 
5292         "property-value": {
5293           "type": "string"
5294         }
5295       }
5296     }, 
5297     "property-constraint": {
5298       "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", 
5299       "properties": {
5300         "constraint-type": {
5301           "type": "string"
5302         }, 
5303         "property-constraint-uuid": {
5304           "type": "string"
5305         }, 
5306         "property-name": {
5307           "type": "string"
5308         }, 
5309         "property-value": {
5310           "type": "string"
5311         }, 
5312         "resource-version": {
5313           "type": "string"
5314         }
5315       }, 
5316       "required": [
5317         "property-constraint-uuid", 
5318         "constraint-type", 
5319         "property-name", 
5320         "property-value"
5321       ]
5322     }, 
5323     "property-constraints": {
5324       "properties": {
5325         "property-constraint": {
5326           "items": {
5327             "$ref": "#/definitions/property-constraint"
5328           }, 
5329           "type": "array"
5330         }
5331       }
5332     }, 
5333     "pserver": {
5334       "description": "Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.\n###### Related Nodes\n- TO availability-zone( pserver MemberOf availability-zone, MANY2ONE)\n- TO cloud-region( pserver LocatedIn cloud-region, MANY2ONE)\n- TO complex( pserver LocatedIn complex, MANY2ONE)\n- TO group-assignment( pserver MemberOf group-assignment, MANY2ONE)\n- TO zone( pserver LocatedIn zone, MANY2ONE)\n- FROM flavor( flavor CanBeInstantiatedIn pserver, MANY2MANY)\nHPA Capacity getting the compute nodes from given flavor\n- FROM generic-vnf( generic-vnf HostedOn pserver, MANY2MANY)\n- FROM hpa-capacity (CHILD of pserver, hpa-capacity BelongsTo pserver, MANY2ONE)\nHPA Capacity KV for given compute node(1)\n- FROM lag-interface (CHILD of pserver, lag-interface BindsTo pserver, MANY2ONE)(1)\n- FROM logical-link( logical-link BridgedTo pserver, MANY2MANY)\n- FROM nos-server( nos-server HostedOn pserver, ONE2ONE)\n- FROM p-interface (CHILD of pserver, p-interface BindsTo pserver, MANY2ONE)(1)\n- FROM vserver( vserver HostedOn pserver, MANY2ONE)\n\n-(1) IF this PSERVER node is deleted, this FROM node is DELETED also\n-PSERVER cannot be deleted if related to GROUP-ASSIGNMENT,GENERIC-VNF,LOGICAL-LINK,NOS-SERVER,VSERVER\n", 
5335       "properties": {
5336         "disk-in-gigabytes": {
5337           "description": "Disk size, in GBs", 
5338           "format": "int32", 
5339           "type": "integer"
5340         }, 
5341         "equip-model": {
5342           "description": "Equipment model.  Source of truth should define valid values.", 
5343           "type": "string"
5344         }, 
5345         "equip-type": {
5346           "description": "Equipment type.  Source of truth should define valid values.", 
5347           "type": "string"
5348         }, 
5349         "equip-vendor": {
5350           "description": "Equipment vendor.  Source of truth should define valid values.", 
5351           "type": "string"
5352         }, 
5353         "fqdn": {
5354           "description": "Fully-qualified domain name", 
5355           "type": "string"
5356         }, 
5357         "host-profile": {
5358           "description": "The host profile that defines the configuration of the pserver.", 
5359           "type": "string"
5360         }, 
5361         "hostname": {
5362           "description": "Value from executing hostname on the compute node.", 
5363           "type": "string"
5364         }, 
5365         "hpa-capacity": {
5366           "items": {
5367             "$ref": "#/definitions/hpa-capacity"
5368           }, 
5369           "type": "array"
5370         }, 
5371         "in-maint": {
5372           "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.", 
5373           "type": "boolean"
5374         }, 
5375         "internet-topology": {
5376           "description": "internet topology of Pserver", 
5377           "type": "string"
5378         }, 
5379         "inv-status": {
5380           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
5381           "type": "string"
5382         }, 
5383         "ipaddress-v4-aim": {
5384           "description": "IPV4 AIM address", 
5385           "type": "string"
5386         }, 
5387         "ipaddress-v4-loopback-0": {
5388           "description": "IPV4 Loopback 0 address", 
5389           "type": "string"
5390         }, 
5391         "ipaddress-v6-aim": {
5392           "description": "IPV6 AIM address", 
5393           "type": "string"
5394         }, 
5395         "ipaddress-v6-loopback-0": {
5396           "description": "IPV6 Loopback 0 address", 
5397           "type": "string"
5398         }, 
5399         "ipaddress-v6-oam": {
5400           "description": "IPV6 OAM address", 
5401           "type": "string"
5402         }, 
5403         "ipv4-oam-address": {
5404           "description": "Used to configure device, also used for troubleshooting and is IP used for traps generated by device.", 
5405           "type": "string"
5406         }, 
5407         "lag-interfaces": {
5408           "items": {
5409             "$ref": "#/definitions/lag-interface"
5410           }, 
5411           "type": "array"
5412         }, 
5413         "management-option": {
5414           "description": "Indicates who owns and or manages the device.", 
5415           "type": "string"
5416         }, 
5417         "number-of-cpus": {
5418           "description": "Number of cpus", 
5419           "format": "int32", 
5420           "type": "integer"
5421         }, 
5422         "p-interfaces": {
5423           "items": {
5424             "$ref": "#/definitions/p-interface"
5425           }, 
5426           "type": "array"
5427         }, 
5428         "prov-status": {
5429           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
5430           "type": "string"
5431         }, 
5432         "pserver-id": {
5433           "description": "ID of Pserver", 
5434           "type": "string"
5435         }, 
5436         "pserver-name2": {
5437           "description": "alternative pserver name", 
5438           "type": "string"
5439         }, 
5440         "pserver-selflink": {
5441           "description": "URL to endpoint where AAI can get more details", 
5442           "type": "string"
5443         }, 
5444         "ptnii-equip-name": {
5445           "description": "PTNII name", 
5446           "type": "string"
5447         }, 
5448         "purpose": {
5449           "description": "purpose of pserver", 
5450           "type": "string"
5451         }, 
5452         "ram-in-megabytes": {
5453           "description": "RAM size, in MBs", 
5454           "format": "int32", 
5455           "type": "integer"
5456         }, 
5457         "relationship-list": {
5458           "$ref": "#/definitions/relationship", 
5459           "type": "object"
5460         }, 
5461         "resource-version": {
5462           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5463           "type": "string"
5464         }, 
5465         "serial-number": {
5466           "description": "Serial number, may be queried", 
5467           "type": "string"
5468         }
5469       }, 
5470       "required": [
5471         "hostname", 
5472         "in-maint"
5473       ]
5474     }, 
5475     "pservers": {
5476       "description": "Collection of compute hosts.\n", 
5477       "properties": {
5478         "pserver": {
5479           "items": {
5480             "$ref": "#/definitions/pserver"
5481           }, 
5482           "type": "array"
5483         }
5484       }
5485     }, 
5486     "query-parameters": {
5487       "description": "QueryParameters for performing a named-query or model query\n", 
5488       "properties": {
5489         "named-query": {
5490           "$ref": "#/definitions/named-query", 
5491           "type": "object"
5492         }, 
5493         "overloaded-model": {
5494           "$ref": "#/definitions/overloaded-model", 
5495           "type": "object"
5496         }
5497       }
5498     }, 
5499     "related-lookup": {
5500       "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", 
5501       "properties": {
5502         "property-collect-list": {
5503           "type": "string"
5504         }, 
5505         "related-lookup-uuid": {
5506           "type": "string"
5507         }, 
5508         "relationship-list": {
5509           "$ref": "#/definitions/relationship", 
5510           "type": "object"
5511         }, 
5512         "resource-version": {
5513           "type": "string"
5514         }, 
5515         "source-node-property": {
5516           "type": "string"
5517         }, 
5518         "source-node-type": {
5519           "type": "string"
5520         }, 
5521         "target-node-property": {
5522           "type": "string"
5523         }, 
5524         "target-node-type": {
5525           "type": "string"
5526         }
5527       }, 
5528       "required": [
5529         "related-lookup-uuid", 
5530         "source-node-type", 
5531         "source-node-property", 
5532         "target-node-type", 
5533         "target-node-property"
5534       ]
5535     }, 
5536     "related-lookups": {
5537       "properties": {
5538         "related-lookup": {
5539           "items": {
5540             "$ref": "#/definitions/related-lookup"
5541           }, 
5542           "type": "array"
5543         }
5544       }
5545     }, 
5546     "related-to-property": {
5547       "properties": {
5548         "property-key": {
5549           "description": "Key part of a key/value pair", 
5550           "type": "string"
5551         }, 
5552         "property-value": {
5553           "description": "Value part of a key/value pair", 
5554           "type": "string"
5555         }
5556       }
5557     }, 
5558     "relationship": {
5559       "description": "dictionary of relationship\n", 
5560       "properties": {
5561         "relationship": {
5562           "items": {
5563             "$ref": "#/definitions/relationship-dict"
5564           }, 
5565           "type": "array"
5566         }
5567       }, 
5568       "type": "object"
5569     }, 
5570     "relationship-data": {
5571       "properties": {
5572         "relationship-key": {
5573           "description": "A keyword provided by A&AI to indicate an attribute.", 
5574           "type": "string"
5575         }, 
5576         "relationship-value": {
5577           "description": "Value of the attribute.", 
5578           "type": "string"
5579         }
5580       }, 
5581       "required": [
5582         "relationship-key", 
5583         "relationship-value"
5584       ]
5585     }, 
5586     "relationship-dict": {
5587       "properties": {
5588         "related-link": {
5589           "description": "URL to the object in A&AI.", 
5590           "type": "string"
5591         }, 
5592         "related-to": {
5593           "description": "A keyword provided by A&AI to indicate type of node.", 
5594           "type": "string"
5595         }, 
5596         "relationship-data": {
5597           "items": {
5598             "$ref": "#/definitions/relationship-data"
5599           }, 
5600           "type": "array"
5601         }, 
5602         "relationship-label": {
5603           "description": "The edge label for this relationship.", 
5604           "type": "string"
5605         }
5606       }
5607     }, 
5608     "relationship-list": {
5609       "properties": {
5610         "relationship": {
5611           "$ref": "#/definitions/relationship", 
5612           "type": "object"
5613         }
5614       }
5615     }, 
5616     "reserved-prop-names": {
5617       "description": "Internal map to define some reserved properties of a vertex\n", 
5618       "properties": {
5619         "aai-created-ts": {
5620           "format": "int64", 
5621           "type": "integer"
5622         }, 
5623         "aai-last-mod-ts": {
5624           "format": "int64", 
5625           "type": "integer"
5626         }, 
5627         "aai-node-type": {
5628           "type": "string"
5629         }, 
5630         "aai-unique-key": {
5631           "type": "string"
5632         }, 
5633         "aai-uri": {
5634           "type": "string"
5635         }, 
5636         "last-mod-source-of-truth": {
5637           "type": "string"
5638         }, 
5639         "source-of-truth": {
5640           "type": "string"
5641         }
5642       }
5643     }, 
5644     "response-list": {
5645       "description": "Response container for the results of a named-query or model query\n", 
5646       "properties": {
5647         "inventory-response-items": {
5648           "$ref": "#/definitions/inventory-response-items", 
5649           "type": "object"
5650         }
5651       }
5652     }, 
5653     "result-data": {
5654       "properties": {
5655         "resource-link": {
5656           "description": "The URL to the specific resource", 
5657           "type": "string"
5658         }, 
5659         "resource-type": {
5660           "description": "The specific type of node in the A&AI graph", 
5661           "type": "string"
5662         }
5663       }
5664     }, 
5665     "route-table-reference": {
5666       "description": "Openstack route table reference.\n###### Related Nodes\n- FROM l3-network( l3-network Uses route-table-reference, MANY2MANY)\n", 
5667       "properties": {
5668         "relationship-list": {
5669           "$ref": "#/definitions/relationship", 
5670           "type": "object"
5671         }, 
5672         "resource-version": {
5673           "description": "Concurrency value", 
5674           "type": "string"
5675         }, 
5676         "route-table-reference-fqdn": {
5677           "description": "FQDN entry in the route table.", 
5678           "type": "string"
5679         }, 
5680         "route-table-reference-id": {
5681           "description": "Route Table Reference id, UUID assigned to this instance.", 
5682           "type": "string"
5683         }
5684       }, 
5685       "required": [
5686         "route-table-reference-id", 
5687         "route-table-reference-fqdn"
5688       ]
5689     }, 
5690     "route-table-references": {
5691       "description": "Collection of openstack route table references\n", 
5692       "properties": {
5693         "route-table-reference": {
5694           "items": {
5695             "$ref": "#/definitions/route-table-reference"
5696           }, 
5697           "type": "array"
5698         }
5699       }
5700     }, 
5701     "route-target": {
5702       "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", 
5703       "properties": {
5704         "global-route-target": {
5705           "description": "Number used to identify an RT, globally unique in the network", 
5706           "type": "string"
5707         }, 
5708         "relationship-list": {
5709           "$ref": "#/definitions/relationship", 
5710           "type": "object"
5711         }, 
5712         "resource-version": {
5713           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5714           "type": "string"
5715         }, 
5716         "route-target-role": {
5717           "description": "Role assigned to this route target", 
5718           "type": "string"
5719         }
5720       }, 
5721       "required": [
5722         "global-route-target", 
5723         "route-target-role"
5724       ]
5725     }, 
5726     "route-targets": {
5727       "description": "Collection of route target information\n", 
5728       "properties": {
5729         "route-target": {
5730           "items": {
5731             "$ref": "#/definitions/route-target"
5732           }, 
5733           "type": "array"
5734         }
5735       }
5736     }, 
5737     "routing-instance": {
5738       "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", 
5739       "properties": {
5740         "relationship-list": {
5741           "$ref": "#/definitions/relationship", 
5742           "type": "object"
5743         }, 
5744         "resource-version": {
5745           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5746           "type": "string"
5747         }, 
5748         "routing-instance-id": {
5749           "description": "Unique id of routing instance", 
5750           "type": "string"
5751         }, 
5752         "rpm-owner": {
5753           "description": "rpm owner", 
5754           "type": "string"
5755         }, 
5756         "site-pairs": {
5757           "items": {
5758             "$ref": "#/definitions/site-pair"
5759           }, 
5760           "type": "array"
5761         }
5762       }, 
5763       "required": [
5764         "routing-instance-id"
5765       ]
5766     }, 
5767     "routing-instances": {
5768       "description": "set of probes related to generic-vnf routing instance\n", 
5769       "properties": {
5770         "routing-instance": {
5771           "items": {
5772             "$ref": "#/definitions/routing-instance"
5773           }, 
5774           "type": "array"
5775         }
5776       }
5777     }, 
5778     "sdn-zone-response": {
5779       "properties": {
5780         "az-and-dvs-switches": {
5781           "items": {
5782             "$ref": "#/definitions/az-and-dvs-switches"
5783           }, 
5784           "type": "array"
5785         }, 
5786         "oam-networks": {
5787           "$ref": "#/definitions/oam-networks", 
5788           "type": "object"
5789         }
5790       }
5791     }, 
5792     "sdwan-vpn": {
5793       "description": "Instance of an sdwan-vpn\n###### Related Nodes\n- TO ext-aai-network( sdwan-vpn BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( sdwan-vpn PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- TO tenant( sdwan-vpn PartOf tenant, ONE2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( sdwan-vpn PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n", 
5794       "properties": {
5795         "model-customization-id": {
5796           "description": "Store the model-customization-id for this object.", 
5797           "type": "string"
5798         }, 
5799         "model-invariant-id": {
5800           "also requires": "model-version-id", 
5801           "description": "the ASDC model id for this resource or service model.", 
5802           "type": "string"
5803         }, 
5804         "model-version-id": {
5805           "also requires": "model-invariant-id", 
5806           "description": "the ASDC model version for this resource or service model.", 
5807           "type": "string"
5808         }, 
5809         "operational-status": {
5810           "description": "Store the operational-status for this object.", 
5811           "type": "string"
5812         }, 
5813         "relationship-list": {
5814           "$ref": "#/definitions/relationship", 
5815           "type": "object"
5816         }, 
5817         "resource-version": {
5818           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5819           "type": "string"
5820         }, 
5821         "sdwan-vpn-id": {
5822           "description": "Uniquely identifies this sdwan-vpn by id", 
5823           "type": "string"
5824         }, 
5825         "sdwan-vpn-name": {
5826           "description": "Store the name of this sdwan-vpn.", 
5827           "type": "string"
5828         }, 
5829         "selflink": {
5830           "description": "Store the link to get more information for this object.", 
5831           "type": "string"
5832         }, 
5833         "tenant-id": {
5834           "description": "Store the tenant-id of this sdwan-vpn.", 
5835           "type": "string"
5836         }, 
5837         "topology": {
5838           "description": "Store the topology of this sdwan-vpn.", 
5839           "type": "string"
5840         }, 
5841         "vpn-id": {
5842           "description": "Store the vpn-id of this sdwan-vpn.", 
5843           "type": "string"
5844         }, 
5845         "vxlan-id": {
5846           "description": "Store the vxlan-id of this sdwan-vpn.", 
5847           "type": "string"
5848         }
5849       }, 
5850       "required": [
5851         "sdwan-vpn-id"
5852       ]
5853     }, 
5854     "sdwan-vpns": {
5855       "description": "Collection of sdwan-vpns\n", 
5856       "properties": {
5857         "sdwan-vpn": {
5858           "items": {
5859             "$ref": "#/definitions/sdwan-vpn"
5860           }, 
5861           "type": "array"
5862         }
5863       }
5864     }, 
5865     "search": {
5866       "properties": {
5867         "edge-tag-query-request": {
5868           "$ref": "#/definitions/edge-tag-query-request", 
5869           "type": "object"
5870         }, 
5871         "edge-tag-query-result": {
5872           "$ref": "#/definitions/edge-tag-query-result", 
5873           "type": "object"
5874         }, 
5875         "sdn-zone-response": {
5876           "$ref": "#/definitions/sdn-zone-response", 
5877           "type": "object"
5878         }, 
5879         "search-results": {
5880           "$ref": "#/definitions/search-results", 
5881           "type": "object"
5882         }
5883       }
5884     }, 
5885     "search-results": {
5886       "properties": {
5887         "result-data": {
5888           "items": {
5889             "$ref": "#/definitions/result-data"
5890           }, 
5891           "type": "array"
5892         }
5893       }
5894     }, 
5895     "secondary-filt": {
5896       "description": "SecondaryFilt for performing a named-query or model query\n"
5897     }, 
5898     "secondary-filter": {
5899       "properties": {
5900         "filter-type": {
5901           "type": "string"
5902         }, 
5903         "property-name": {
5904           "type": "string"
5905         }, 
5906         "property-value": {
5907           "type": "string"
5908         }
5909       }
5910     }, 
5911     "secondary-filts": {
5912       "description": "SecondaryFilts for performing a named-query or model query\n", 
5913       "properties": {
5914         "secondary-filt": {
5915           "items": {
5916             "$ref": "#/definitions/secondary-filt"
5917           }, 
5918           "type": "array"
5919         }
5920       }
5921     }, 
5922     "segmentation-assignment": {
5923       "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", 
5924       "properties": {
5925         "relationship-list": {
5926           "$ref": "#/definitions/relationship", 
5927           "type": "object"
5928         }, 
5929         "resource-version": {
5930           "description": "Concurrency value", 
5931           "type": "string"
5932         }, 
5933         "segmentation-id": {
5934           "description": "Route Table Reference id, UUID assigned to this instance.", 
5935           "type": "string"
5936         }
5937       }, 
5938       "required": [
5939         "segmentation-id"
5940       ]
5941     }, 
5942     "segmentation-assignments": {
5943       "description": "Collection of openstack segmentation assignments\n", 
5944       "properties": {
5945         "segmentation-assignment": {
5946           "items": {
5947             "$ref": "#/definitions/segmentation-assignment"
5948           }, 
5949           "type": "array"
5950         }
5951       }
5952     }, 
5953     "service": {
5954       "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", 
5955       "properties": {
5956         "relationship-list": {
5957           "$ref": "#/definitions/relationship", 
5958           "type": "object"
5959         }, 
5960         "resource-version": {
5961           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
5962           "type": "string"
5963         }, 
5964         "service-description": {
5965           "description": "Description of the service", 
5966           "type": "string"
5967         }, 
5968         "service-id": {
5969           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
5970           "type": "string"
5971         }, 
5972         "service-selflink": {
5973           "description": "URL to endpoint where AAI can get more details", 
5974           "type": "string"
5975         }, 
5976         "service-version": {
5977           "description": "service version", 
5978           "type": "string"
5979         }
5980       }, 
5981       "required": [
5982         "service-id", 
5983         "service-description"
5984       ]
5985     }, 
5986     "service-capabilities": {
5987       "description": "Collection of service capabilities.\n", 
5988       "properties": {
5989         "service-capability": {
5990           "items": {
5991             "$ref": "#/definitions/service-capability"
5992           }, 
5993           "type": "array"
5994         }
5995       }
5996     }, 
5997     "service-capability": {
5998       "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", 
5999       "properties": {
6000         "relationship-list": {
6001           "$ref": "#/definitions/relationship", 
6002           "type": "object"
6003         }, 
6004         "resource-version": {
6005           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6006           "type": "string"
6007         }, 
6008         "service-type": {
6009           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
6010           "type": "string"
6011         }, 
6012         "vnf-type": {
6013           "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.", 
6014           "type": "string"
6015         }
6016       }, 
6017       "required": [
6018         "service-type", 
6019         "vnf-type"
6020       ]
6021     }, 
6022     "service-design-and-creation": {
6023       "description": "Namespace for objects managed by ASDC\n", 
6024       "properties": {
6025         "models": {
6026           "items": {
6027             "$ref": "#/definitions/model"
6028           }, 
6029           "type": "array"
6030         }, 
6031         "named-queries": {
6032           "items": {
6033             "$ref": "#/definitions/named-query"
6034           }, 
6035           "type": "array"
6036         }, 
6037         "service-capabilities": {
6038           "items": {
6039             "$ref": "#/definitions/service-capability"
6040           }, 
6041           "type": "array"
6042         }, 
6043         "services": {
6044           "items": {
6045             "$ref": "#/definitions/service"
6046           }, 
6047           "type": "array"
6048         }, 
6049         "vnf-images": {
6050           "items": {
6051             "$ref": "#/definitions/vnf-image"
6052           }, 
6053           "type": "array"
6054         }
6055       }
6056     }, 
6057     "service-instance": {
6058       "description": "Instance of a service\n###### Related Nodes\n- TO allotted-resource( service-instance Uses allotted-resource, MANY2MANY)\n- TO collection( service-instance ComposedOf collection, ONE2ONE)\n- TO configuration( service-instance Uses configuration, ONE2MANY)\n- TO configuration( service-instance ComposedOf configuration, MANY2MANY)\n- TO connector( service-instance Uses connector, MANY2MANY)\n- TO ctag-assignment( service-instance Uses ctag-assignment, ONE2MANY)\n- TO cvlan-tag( service-instance ComposedOf cvlan-tag, MANY2MANY)\n- TO generic-vnf( service-instance ComposedOf generic-vnf, ONE2MANY)\n- TO instance-group( service-instance MemberOf instance-group, MANY2MANY)\n- TO l3-network( service-instance ComposedOf l3-network, ONE2MANY)\n- TO logical-link( service-instance Uses logical-link, MANY2MANY)(2)\n- TO owning-entity( service-instance BelongsTo owning-entity, MANY2ONE)\n- TO pnf( service-instance ComposedOf pnf, ONE2MANY)\n- TO service-instance( service-instance ComposedOf service-instance, ONE2MANY)\n- TO service-subscription (PARENT of service-instance, service-instance BelongsTo service-subscription, MANY2ONE)(4)\n- TO vce( service-instance ComposedOf vce, ONE2MANY)\n- TO vlan( service-instance ComposedOf vlan, ONE2MANY)\n- TO zone( service-instance LocatedIn zone, MANY2ONE)\n- FROM allotted-resource (CHILD of service-instance, allotted-resource BelongsTo service-instance, MANY2ONE)(1)\n- FROM connectivity( connectivity PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM device( device PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM forwarding-path( forwarding-path AppliesTo service-instance, MANY2ONE)(1)\n- FROM lan-port-config( lan-port-config PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM metadatum (CHILD of service-instance, metadatum BelongsTo service-instance, MANY2ONE)(1)\n- FROM project( project Uses service-instance, ONE2MANY)\n- FROM sdwan-vpn( sdwan-vpn PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM service-instance( service-instance ComposedOf service-instance, ONE2MANY)\n- FROM site-resource( site-resource PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n- FROM sp-partner( sp-partner PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM wan-port-config( wan-port-config PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n\n-(1) IF this SERVICE-INSTANCE node is deleted, this FROM node is DELETED also\n-(2) IF this SERVICE-INSTANCE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this SERVICE-INSTANCE is DELETED also\n", 
6059       "properties": {
6060         "allotted-resources": {
6061           "items": {
6062             "$ref": "#/definitions/allotted-resource"
6063           }, 
6064           "type": "array"
6065         }, 
6066         "bandwidth-total": {
6067           "description": "Indicates the total bandwidth to be used for this service.", 
6068           "type": "string"
6069         }, 
6070         "created-at": {
6071           "description": "create time of Network Service.", 
6072           "type": "string"
6073         }, 
6074         "description": {
6075           "description": "short description for service-instance.", 
6076           "type": "string"
6077         }, 
6078         "environment-context": {
6079           "description": "This field will store the environment context assigned to the service-instance.", 
6080           "type": "string"
6081         }, 
6082         "input-parameters": {
6083           "description": "String capturing request parameters from SO to pass to Closed Loop.", 
6084           "type": "string"
6085         }, 
6086         "metadata": {
6087           "items": {
6088             "$ref": "#/definitions/metadatum"
6089           }, 
6090           "type": "array"
6091         }, 
6092         "model-invariant-id": {
6093           "also requires": "model-version-id", 
6094           "description": "the ASDC model id for this resource or service model.", 
6095           "type": "string"
6096         }, 
6097         "model-version-id": {
6098           "also requires": "model-invariant-id", 
6099           "description": "the ASDC model version for this resource or service model.", 
6100           "type": "string"
6101         }, 
6102         "orchestration-status": {
6103           "description": "Orchestration status of this service.", 
6104           "type": "string"
6105         }, 
6106         "persona-model-version": {
6107           "description": "the ASDC model version for this resource or service model.", 
6108           "type": "string"
6109         }, 
6110         "relationship-list": {
6111           "$ref": "#/definitions/relationship", 
6112           "type": "object"
6113         }, 
6114         "resource-version": {
6115           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6116           "type": "string"
6117         }, 
6118         "selflink": {
6119           "description": "Path to the controller object.", 
6120           "type": "string"
6121         }, 
6122         "service-instance-id": {
6123           "description": "Uniquely identifies this instance of a service", 
6124           "type": "string"
6125         }, 
6126         "service-instance-location-id": {
6127           "description": "An identifier that customers assign to the location where this service is being used.", 
6128           "type": "string"
6129         }, 
6130         "service-instance-name": {
6131           "description": "This field will store a name assigned to the service-instance.", 
6132           "type": "string"
6133         }, 
6134         "service-role": {
6135           "description": "String capturing the service role.", 
6136           "type": "string"
6137         }, 
6138         "service-type": {
6139           "description": "String capturing type of service.", 
6140           "type": "string"
6141         }, 
6142         "updated-at": {
6143           "description": "last update of Network Service.", 
6144           "type": "string"
6145         }, 
6146         "vhn-portal-url": {
6147           "description": "URL customers will use to access the vHN Portal.", 
6148           "type": "string"
6149         }, 
6150         "widget-model-id": {
6151           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
6152           "type": "string"
6153         }, 
6154         "widget-model-version": {
6155           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
6156           "type": "string"
6157         }, 
6158         "workload-context": {
6159           "description": "This field will store the workload context assigned to the service-instance.", 
6160           "type": "string"
6161         }
6162       }, 
6163       "required": [
6164         "service-instance-id"
6165       ]
6166     }, 
6167     "service-instances": {
6168       "description": "Collection of service instances\n", 
6169       "properties": {
6170         "service-instance": {
6171           "items": {
6172             "$ref": "#/definitions/service-instance"
6173           }, 
6174           "type": "array"
6175         }
6176       }
6177     }, 
6178     "service-subscription": {
6179       "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", 
6180       "properties": {
6181         "relationship-list": {
6182           "$ref": "#/definitions/relationship", 
6183           "type": "object"
6184         }, 
6185         "resource-version": {
6186           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6187           "type": "string"
6188         }, 
6189         "service-instances": {
6190           "items": {
6191             "$ref": "#/definitions/service-instance"
6192           }, 
6193           "type": "array"
6194         }, 
6195         "service-type": {
6196           "description": "Value defined by orchestration to identify this service across ECOMP.", 
6197           "type": "string"
6198         }, 
6199         "temp-ub-sub-account-id": {
6200           "description": "This property will be deleted from A&AI in the near future. Only stop gap solution.", 
6201           "type": "string"
6202         }
6203       }, 
6204       "required": [
6205         "service-type"
6206       ]
6207     }, 
6208     "service-subscriptions": {
6209       "description": "Collection of objects that group service instances.\n", 
6210       "properties": {
6211         "service-subscription": {
6212           "items": {
6213             "$ref": "#/definitions/service-subscription"
6214           }, 
6215           "type": "array"
6216         }
6217       }
6218     }, 
6219     "services": {
6220       "description": "Collection of service model definitions.  Likely to be deprecated in favor of models from ASDC.\n", 
6221       "properties": {
6222         "service": {
6223           "items": {
6224             "$ref": "#/definitions/service"
6225           }, 
6226           "type": "array"
6227         }
6228       }
6229     }, 
6230     "site-pair": {
6231       "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", 
6232       "properties": {
6233         "classes-of-service": {
6234           "items": {
6235             "$ref": "#/definitions/class-of-service"
6236           }, 
6237           "type": "array"
6238         }, 
6239         "destination-equip-type": {
6240           "description": "The type of destinatination equipment. Could be Router, UCPE, etc.", 
6241           "type": "string"
6242         }, 
6243         "destination-hostname": {
6244           "description": "Hostname of the destination equipment to which SLAs are measured against.", 
6245           "type": "string"
6246         }, 
6247         "destination-ip": {
6248           "description": "Prefix address", 
6249           "type": "string"
6250         }, 
6251         "ip-version": {
6252           "description": "ip version, v4, v6", 
6253           "type": "string"
6254         }, 
6255         "relationship-list": {
6256           "$ref": "#/definitions/relationship", 
6257           "type": "object"
6258         }, 
6259         "resource-version": {
6260           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6261           "type": "string"
6262         }, 
6263         "site-pair-id": {
6264           "description": "unique identifier of probe", 
6265           "type": "string"
6266         }, 
6267         "source-ip": {
6268           "description": "Prefix address", 
6269           "type": "string"
6270         }
6271       }, 
6272       "required": [
6273         "site-pair-id"
6274       ]
6275     }, 
6276     "site-pair-set": {
6277       "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", 
6278       "properties": {
6279         "relationship-list": {
6280           "$ref": "#/definitions/relationship", 
6281           "type": "object"
6282         }, 
6283         "resource-version": {
6284           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6285           "type": "string"
6286         }, 
6287         "routing-instances": {
6288           "items": {
6289             "$ref": "#/definitions/routing-instance"
6290           }, 
6291           "type": "array"
6292         }, 
6293         "site-pair-set-id": {
6294           "description": "Unique id of site pair set.", 
6295           "type": "string"
6296         }
6297       }, 
6298       "required": [
6299         "site-pair-set-id"
6300       ]
6301     }, 
6302     "site-pair-sets": {
6303       "description": "Collection of sets of instances for probes related to generic-vnf\n", 
6304       "properties": {
6305         "site-pair-set": {
6306           "items": {
6307             "$ref": "#/definitions/site-pair-set"
6308           }, 
6309           "type": "array"
6310         }
6311       }
6312     }, 
6313     "site-pairs": {
6314       "description": "probe within a set\n", 
6315       "properties": {
6316         "site-pair": {
6317           "items": {
6318             "$ref": "#/definitions/site-pair"
6319           }, 
6320           "type": "array"
6321         }
6322       }
6323     }, 
6324     "site-resource": {
6325       "description": "Instance of a site-resource\n###### Related Nodes\n- TO allotted-resource( site-resource Uses allotted-resource, MANY2MANY)\nFor CCVPN Usecase\n- TO complex( site-resource Uses complex, MANY2MANY)\nFor CCVPN Usecase\n- TO ext-aai-network( site-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( site-resource PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n", 
6326       "properties": {
6327         "description": {
6328           "description": "Store the description of this site-resource.", 
6329           "type": "string"
6330         }, 
6331         "generated-site-id": {
6332           "description": "Store the generated-site-id of this site-resource.", 
6333           "type": "string"
6334         }, 
6335         "model-customization-id": {
6336           "description": "Store the model-customization-id for this object.", 
6337           "type": "string"
6338         }, 
6339         "model-invariant-id": {
6340           "also requires": "model-version-id", 
6341           "description": "the ASDC model id for this resource or service model.", 
6342           "type": "string"
6343         }, 
6344         "model-version-id": {
6345           "also requires": "model-invariant-id", 
6346           "description": "the ASDC model version for this resource or service model.", 
6347           "type": "string"
6348         }, 
6349         "operational-status": {
6350           "description": "Store the operational-status for this object.", 
6351           "type": "string"
6352         }, 
6353         "relationship-list": {
6354           "$ref": "#/definitions/relationship", 
6355           "type": "object"
6356         }, 
6357         "resource-version": {
6358           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6359           "type": "string"
6360         }, 
6361         "role": {
6362           "description": "Store the role of this site-resource.", 
6363           "type": "string"
6364         }, 
6365         "selflink": {
6366           "description": "Store the link to get more information for this object.", 
6367           "type": "string"
6368         }, 
6369         "site-resource-id": {
6370           "description": "Uniquely identifies this site-resource by id", 
6371           "type": "string"
6372         }, 
6373         "site-resource-name": {
6374           "description": "Store the name of this site-resource.", 
6375           "type": "string"
6376         }, 
6377         "type": {
6378           "description": "Store the type of this site-resource.", 
6379           "type": "string"
6380         }
6381       }, 
6382       "required": [
6383         "site-resource-id"
6384       ]
6385     }, 
6386     "site-resources": {
6387       "description": "Collection of site-resources\n", 
6388       "properties": {
6389         "site-resource": {
6390           "items": {
6391             "$ref": "#/definitions/site-resource"
6392           }, 
6393           "type": "array"
6394         }
6395       }
6396     }, 
6397     "snapshot": {
6398       "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", 
6399       "properties": {
6400         "application": {
6401           "description": "The application that the image instantiates.", 
6402           "type": "string"
6403         }, 
6404         "application-vendor": {
6405           "description": "The vendor of the application.", 
6406           "type": "string"
6407         }, 
6408         "application-version": {
6409           "description": "The version of the application.", 
6410           "type": "string"
6411         }, 
6412         "prev-snapshot-id": {
6413           "description": "This field contains the UUID of the previous snapshot (if any).", 
6414           "type": "string"
6415         }, 
6416         "relationship-list": {
6417           "$ref": "#/definitions/relationship", 
6418           "type": "object"
6419         }, 
6420         "resource-version": {
6421           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6422           "type": "string"
6423         }, 
6424         "snapshot-architecture": {
6425           "description": "Operating system architecture", 
6426           "type": "string"
6427         }, 
6428         "snapshot-id": {
6429           "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
6430           "type": "string"
6431         }, 
6432         "snapshot-name": {
6433           "description": "Snapshot name", 
6434           "type": "string"
6435         }, 
6436         "snapshot-os-distro": {
6437           "description": "The common name of the operating system distribution in lowercase", 
6438           "type": "string"
6439         }, 
6440         "snapshot-os-version": {
6441           "description": "The operating system version as specified by the distributor.", 
6442           "type": "string"
6443         }, 
6444         "snapshot-selflink": {
6445           "description": "URL to endpoint where AAI can get more details", 
6446           "type": "string"
6447         }
6448       }, 
6449       "required": [
6450         "snapshot-id"
6451       ]
6452     }, 
6453     "snapshots": {
6454       "description": "Collection of openstack snapshots\n", 
6455       "properties": {
6456         "snapshot": {
6457           "items": {
6458             "$ref": "#/definitions/snapshot"
6459           }, 
6460           "type": "array"
6461         }
6462       }
6463     }, 
6464     "software-version": {
6465       "description": "Software Version\n###### Related Nodes\n- TO pnf (PARENT of software-version, software-version BelongsTo pnf, MANY2ONE)\n", 
6466       "properties": {
6467         "is-active-sw-ver": {
6468           "description": "used to indicate whether or not this software-version is the active one (activeSw = true)", 
6469           "type": "boolean"
6470         }, 
6471         "software-version-id": {
6472           "description": "Identifier of the software version", 
6473           "type": "string"
6474         }
6475       }, 
6476       "required": [
6477         "software-version-id", 
6478         "is-active-sw-ver"
6479       ]
6480     }, 
6481     "software-versions": {
6482       "description": "Collection of software versions.\n", 
6483       "properties": {
6484         "software-version": {
6485           "items": {
6486             "$ref": "#/definitions/software-version"
6487           }, 
6488           "type": "array"
6489         }
6490       }
6491     }, 
6492     "sp-partner": {
6493       "description": "Instance of an sp-partner\n###### Related Nodes\n- TO service-instance( sp-partner PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n", 
6494       "properties": {
6495         "callsource": {
6496           "description": "Store the callsource of this sp-partner.", 
6497           "type": "string"
6498         }, 
6499         "model-customization-id": {
6500           "description": "Store the model-customization-id for this sp-partner.", 
6501           "type": "string"
6502         }, 
6503         "model-invariant-id": {
6504           "also requires": "model-version-id", 
6505           "description": "the ASDC model id for this sp-partner model.", 
6506           "type": "string"
6507         }, 
6508         "model-version-id": {
6509           "also requires": "model-invariant-id", 
6510           "description": "the ASDC model version for this sp-partner model.", 
6511           "type": "string"
6512         }, 
6513         "operational-status": {
6514           "description": "Store the operational-status for this sp-partner.", 
6515           "type": "string"
6516         }, 
6517         "relationship-list": {
6518           "$ref": "#/definitions/relationship", 
6519           "type": "object"
6520         }, 
6521         "resource-version": {
6522           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6523           "type": "string"
6524         }, 
6525         "sp-partner-id": {
6526           "description": "Uniquely identifies this sp-partner by id", 
6527           "type": "string"
6528         }, 
6529         "url": {
6530           "description": "Store the URL of this sp-partner.", 
6531           "type": "string"
6532         }
6533       }, 
6534       "required": [
6535         "sp-partner-id"
6536       ]
6537     }, 
6538     "sp-partners": {
6539       "description": "Collection of sp-partners\n", 
6540       "properties": {
6541         "sp-partner": {
6542           "items": {
6543             "$ref": "#/definitions/sp-partner"
6544           }, 
6545           "type": "array"
6546         }
6547       }
6548     }, 
6549     "sriov-pf": {
6550       "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", 
6551       "properties": {
6552         "pf-pci-id": {
6553           "description": "Identifier for the sriov-pf", 
6554           "type": "string"
6555         }, 
6556         "relationship-list": {
6557           "$ref": "#/definitions/relationship", 
6558           "type": "object"
6559         }, 
6560         "resource-version": {
6561           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6562           "type": "string"
6563         }
6564       }, 
6565       "required": [
6566         "pf-pci-id"
6567       ]
6568     }, 
6569     "sriov-pfs": {
6570       "description": "Collection of SR-IOV Physical Functions.\n", 
6571       "properties": {
6572         "sriov-pf": {
6573           "items": {
6574             "$ref": "#/definitions/sriov-pf"
6575           }, 
6576           "type": "array"
6577         }
6578       }
6579     }, 
6580     "sriov-vf": {
6581       "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", 
6582       "properties": {
6583         "neutron-network-id": {
6584           "description": "Neutron network id of the interface", 
6585           "type": "string"
6586         }, 
6587         "pci-id": {
6588           "description": "PCI ID used to identify the sriov-vf", 
6589           "type": "string"
6590         }, 
6591         "relationship-list": {
6592           "$ref": "#/definitions/relationship", 
6593           "type": "object"
6594         }, 
6595         "resource-version": {
6596           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6597           "type": "string"
6598         }, 
6599         "vf-broadcast-allow": {
6600           "description": "This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM", 
6601           "type": "boolean"
6602         }, 
6603         "vf-insert-stag": {
6604           "description": "This option, if set to true, instructs to insert outer tag after traffic comes out of VM.", 
6605           "type": "boolean"
6606         }, 
6607         "vf-link-status": {
6608           "description": "This option is used to set the link status.  Valid values as of 1607 are on, off, and auto.", 
6609           "type": "string"
6610         }, 
6611         "vf-mac-anti-spoof-check": {
6612           "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.", 
6613           "type": "boolean"
6614         }, 
6615         "vf-mac-filter": {
6616           "description": "When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.", 
6617           "type": "string"
6618         }, 
6619         "vf-mirrors": {
6620           "description": "This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.", 
6621           "type": "string"
6622         }, 
6623         "vf-unknown-multicast-allow": {
6624           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM", 
6625           "type": "boolean"
6626         }, 
6627         "vf-unknown-unicast-allow": {
6628           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM", 
6629           "type": "boolean"
6630         }, 
6631         "vf-vlan-anti-spoof-check": {
6632           "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.", 
6633           "type": "boolean"
6634         }, 
6635         "vf-vlan-filter": {
6636           "description": "This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.", 
6637           "type": "string"
6638         }, 
6639         "vf-vlan-strip": {
6640           "description": "When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.", 
6641           "type": "boolean"
6642         }
6643       }, 
6644       "required": [
6645         "pci-id"
6646       ]
6647     }, 
6648     "sriov-vfs": {
6649       "description": "Collection of SR-IOV Virtual Functions.\n", 
6650       "properties": {
6651         "sriov-vf": {
6652           "items": {
6653             "$ref": "#/definitions/sriov-vf"
6654           }, 
6655           "type": "array"
6656         }
6657       }
6658     }, 
6659     "start-node-filter": {
6660       "properties": {
6661         "property-name": {
6662           "type": "string"
6663         }, 
6664         "property-value": {
6665           "type": "string"
6666         }
6667       }
6668     }, 
6669     "subnet": {
6670       "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", 
6671       "properties": {
6672         "cidr-mask": {
6673           "description": "cidr mask", 
6674           "type": "string"
6675         }, 
6676         "dhcp-enabled": {
6677           "description": "dhcp enabled", 
6678           "type": "boolean"
6679         }, 
6680         "dhcp-end": {
6681           "description": "the last address reserved for use by dhcp", 
6682           "type": "string"
6683         }, 
6684         "dhcp-start": {
6685           "description": "the start address reserved for use by dhcp", 
6686           "type": "string"
6687         }, 
6688         "gateway-address": {
6689           "description": "gateway ip address", 
6690           "type": "string"
6691         }, 
6692         "host-routes": {
6693           "items": {
6694             "$ref": "#/definitions/host-route"
6695           }, 
6696           "type": "array"
6697         }, 
6698         "ip-assignment-direction": {
6699           "description": "ip address assignment direction of the subnet", 
6700           "type": "string"
6701         }, 
6702         "ip-version": {
6703           "description": "ip version", 
6704           "type": "string"
6705         }, 
6706         "network-start-address": {
6707           "description": "network start address", 
6708           "type": "string"
6709         }, 
6710         "neutron-subnet-id": {
6711           "description": "Neutron id of this subnet", 
6712           "type": "string"
6713         }, 
6714         "orchestration-status": {
6715           "description": "Orchestration status of this VNF, mastered by MSO", 
6716           "type": "string"
6717         }, 
6718         "relationship-list": {
6719           "$ref": "#/definitions/relationship", 
6720           "type": "object"
6721         }, 
6722         "resource-version": {
6723           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6724           "type": "string"
6725         }, 
6726         "subnet-id": {
6727           "description": "Subnet ID, should be UUID.", 
6728           "type": "string"
6729         }, 
6730         "subnet-name": {
6731           "description": "Name associated with the subnet.", 
6732           "type": "string"
6733         }, 
6734         "subnet-role": {
6735           "description": "role of the subnet, referenced when assigning IPs", 
6736           "type": "string"
6737         }, 
6738         "subnet-sequence": {
6739           "description": "sequence of the subnet", 
6740           "format": "int32", 
6741           "type": "integer"
6742         }
6743       }, 
6744       "required": [
6745         "subnet-id", 
6746         "dhcp-enabled"
6747       ]
6748     }, 
6749     "subnets": {
6750       "properties": {
6751         "subnet": {
6752           "items": {
6753             "$ref": "#/definitions/subnet"
6754           }, 
6755           "type": "array"
6756         }
6757       }
6758     }, 
6759     "tagged-inventory-item-list": {
6760       "properties": {
6761         "inventory-item": {
6762           "items": {
6763             "$ref": "#/definitions/inventory-item"
6764           }, 
6765           "type": "array"
6766         }
6767       }
6768     }, 
6769     "tenant": {
6770       "description": "Openstack tenant\n###### Related Nodes\n- TO cloud-region (PARENT of tenant, tenant BelongsTo cloud-region, MANY2ONE)\n- TO group-assignment( tenant MemberOf group-assignment, MANY2MANY)\n- TO l3-network( tenant Uses l3-network, MANY2MANY)\n- TO volume-group( tenant DependsOn volume-group, ONE2MANY)\n- FROM generic-vnf( generic-vnf BelongsTo tenant, MANY2ONE)\n- FROM nos-server (CHILD of tenant, nos-server BelongsTo tenant, MANY2ONE)\n- FROM sdwan-vpn( sdwan-vpn PartOf tenant, ONE2MANY)\nFor CCVPN Usecase\n- FROM service-subscription( service-subscription Uses tenant, MANY2MANY)\n- FROM vserver (CHILD of tenant, vserver BelongsTo tenant, MANY2ONE)\n\n-TENANT cannot be deleted if related to NOS-SERVER,VSERVER\n", 
6771       "properties": {
6772         "nos-servers": {
6773           "items": {
6774             "$ref": "#/definitions/nos-server"
6775           }, 
6776           "type": "array"
6777         }, 
6778         "relationship-list": {
6779           "$ref": "#/definitions/relationship", 
6780           "type": "object"
6781         }, 
6782         "resource-version": {
6783           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6784           "type": "string"
6785         }, 
6786         "tenant-context": {
6787           "description": "This field will store the tenant context.", 
6788           "type": "string"
6789         }, 
6790         "tenant-id": {
6791           "description": "Unique id relative to the cloud-region.", 
6792           "type": "string"
6793         }, 
6794         "tenant-name": {
6795           "description": "Readable name of tenant", 
6796           "type": "string"
6797         }, 
6798         "vservers": {
6799           "items": {
6800             "$ref": "#/definitions/vserver"
6801           }, 
6802           "type": "array"
6803         }
6804       }, 
6805       "required": [
6806         "tenant-id", 
6807         "tenant-name"
6808       ]
6809     }, 
6810     "tenants": {
6811       "description": "Collection of openstack tenants.\n", 
6812       "properties": {
6813         "tenant": {
6814           "items": {
6815             "$ref": "#/definitions/tenant"
6816           }, 
6817           "type": "array"
6818         }
6819       }
6820     }, 
6821     "tunnel-xconnect": {
6822       "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", 
6823       "properties": {
6824         "id": {
6825           "description": "Allotted Resource id UUID assigned to this instance.", 
6826           "type": "string"
6827         }, 
6828         "relationship-list": {
6829           "$ref": "#/definitions/relationship", 
6830           "type": "object"
6831         }, 
6832         "resource-version": {
6833           "description": "Concurrency value", 
6834           "type": "string"
6835         }
6836       }, 
6837       "required": [
6838         "id"
6839       ]
6840     }, 
6841     "tunnel-xconnects": {
6842       "description": "This object is used to store the specific tunnel cross connect aspects of an allotted resource\n", 
6843       "properties": {
6844         "tunnel-xconnect": {
6845           "items": {
6846             "$ref": "#/definitions/tunnel-xconnect"
6847           }, 
6848           "type": "array"
6849         }
6850       }
6851     }, 
6852     "update": {
6853       "description": "Serves a PATCH like function.  Does not enforce concurrency control.  Clear each usage with AAI team.\n", 
6854       "properties": {
6855         "action": {
6856           "items": {
6857             "$ref": "#/definitions/action"
6858           }, 
6859           "type": "array"
6860         }, 
6861         "update-node-key": {
6862           "items": {
6863             "$ref": "#/definitions/update-node-key"
6864           }, 
6865           "type": "array"
6866         }, 
6867         "update-node-type": {
6868           "type": "string"
6869         }, 
6870         "update-node-uri": {
6871           "type": "string"
6872         }
6873       }, 
6874       "required": [
6875         "update-node-type"
6876       ]
6877     }, 
6878     "update-node-key": {
6879       "properties": {
6880         "key-name": {
6881           "type": "string"
6882         }, 
6883         "key-value": {
6884           "type": "string"
6885         }
6886       }
6887     }, 
6888     "vce": {
6889       "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", 
6890       "properties": {
6891         "entitlement-resource-uuid": {
6892           "description": "OBSOLETE -  see child relationships", 
6893           "type": "string"
6894         }, 
6895         "entitlements": {
6896           "items": {
6897             "$ref": "#/definitions/entitlement"
6898           }, 
6899           "type": "array"
6900         }, 
6901         "equipment-role": {
6902           "description": "Network role being played by this VNF", 
6903           "type": "string"
6904         }, 
6905         "heat-stack-id": {
6906           "description": "Heat stack id corresponding to this instance, managed by MSO", 
6907           "type": "string"
6908         }, 
6909         "ipv4-loopback0-address": {
6910           "description": "Loopback0 address", 
6911           "type": "string"
6912         }, 
6913         "ipv4-oam-address": {
6914           "description": "Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.", 
6915           "type": "string"
6916         }, 
6917         "license-key": {
6918           "description": "OBSOLETE -  do not use", 
6919           "type": "string"
6920         }, 
6921         "licenses": {
6922           "items": {
6923             "$ref": "#/definitions/license"
6924           }, 
6925           "type": "array"
6926         }, 
6927         "mso-catalog-key": {
6928           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
6929           "type": "string"
6930         }, 
6931         "operational-status": {
6932           "description": "Indicator for whether the resource is considered operational", 
6933           "type": "string"
6934         }, 
6935         "orchestration-status": {
6936           "description": "Orchestration status of this VNF, mastered by MSO", 
6937           "type": "string"
6938         }, 
6939         "port-groups": {
6940           "items": {
6941             "$ref": "#/definitions/port-group"
6942           }, 
6943           "type": "array"
6944         }, 
6945         "prov-status": {
6946           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
6947           "type": "string"
6948         }, 
6949         "regional-resource-zone": {
6950           "description": "Regional way of organizing pservers, source of truth should define values", 
6951           "type": "string"
6952         }, 
6953         "relationship-list": {
6954           "$ref": "#/definitions/relationship", 
6955           "type": "object"
6956         }, 
6957         "resource-version": {
6958           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
6959           "type": "string"
6960         }, 
6961         "service-id": {
6962           "description": "Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.", 
6963           "type": "string"
6964         }, 
6965         "v6-vce-wan-address": {
6966           "description": "Valid v6 IP address for the WAN Link on this router.  Implied length of /64.", 
6967           "type": "string"
6968         }, 
6969         "vnf-id": {
6970           "description": "Unique id of VNF.  This is unique across the graph.", 
6971           "type": "string"
6972         }, 
6973         "vnf-name": {
6974           "description": "Name of VNF.", 
6975           "type": "string"
6976         }, 
6977         "vnf-name2": {
6978           "description": "Alternate name of VNF.", 
6979           "type": "string"
6980         }, 
6981         "vnf-type": {
6982           "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.", 
6983           "type": "string"
6984         }, 
6985         "vpe-id": {
6986           "description": "Unique ID of VPE connected to this VCE.", 
6987           "type": "string"
6988         }
6989       }, 
6990       "required": [
6991         "vnf-id", 
6992         "vnf-name", 
6993         "vnf-type"
6994       ]
6995     }, 
6996     "vces": {
6997       "description": "Collection of Virtual Customer Edge Routers, used specifically for Gamma.  This object is deprecated.\n", 
6998       "properties": {
6999         "vce": {
7000           "items": {
7001             "$ref": "#/definitions/vce"
7002           }, 
7003           "type": "array"
7004         }
7005       }
7006     }, 
7007     "vf-module": {
7008       "description": "a deployment unit of VNFCs\n###### Related Nodes\n- TO generic-vnf (PARENT of vf-module, vf-module BelongsTo generic-vnf, MANY2ONE)(4)\n- TO l3-network( vf-module DependsOn l3-network, MANY2MANY)\n- TO vnfc( vf-module Uses vnfc, ONE2MANY)(2)\n- TO volume-group( vf-module Uses volume-group, ONE2ONE)\n- TO vserver( vf-module Uses vserver, ONE2MANY)\n\n-(2) IF this VF-MODULE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this VF-MODULE is DELETED also\n", 
7009       "properties": {
7010         "automated-assignment": {
7011           "description": "Indicates whether vf-module assignment was done via automation or manually", 
7012           "type": "boolean"
7013         }, 
7014         "contrail-service-instance-fqdn": {
7015           "description": "the Contrail unique ID for a service-instance", 
7016           "type": "string"
7017         }, 
7018         "heat-stack-id": {
7019           "description": "Heat stack id corresponding to this instance.", 
7020           "type": "string"
7021         }, 
7022         "is-base-vf-module": {
7023           "description": "used to indicate whether or not this object is base vf module", 
7024           "type": "boolean"
7025         }, 
7026         "model-customization-id": {
7027           "description": "captures the id of all the configuration used to customize the resource for the service.", 
7028           "type": "string"
7029         }, 
7030         "model-invariant-id": {
7031           "also requires": "model-version-id", 
7032           "description": "the ASDC model id for this resource or service model.", 
7033           "type": "string"
7034         }, 
7035         "model-version-id": {
7036           "also requires": "model-invariant-id", 
7037           "description": "the ASDC model version for this resource or service model.", 
7038           "type": "string"
7039         }, 
7040         "module-index": {
7041           "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", 
7042           "format": "int32", 
7043           "type": "integer"
7044         }, 
7045         "orchestration-status": {
7046           "description": "orchestration status of this vf-module, mastered by MSO", 
7047           "type": "string"
7048         }, 
7049         "persona-model-version": {
7050           "description": "the ASDC model version for this resource or service model.", 
7051           "type": "string"
7052         }, 
7053         "relationship-list": {
7054           "$ref": "#/definitions/relationship", 
7055           "type": "object"
7056         }, 
7057         "resource-version": {
7058           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7059           "type": "string"
7060         }, 
7061         "selflink": {
7062           "description": "Path to the controller object.", 
7063           "type": "string"
7064         }, 
7065         "vf-module-id": {
7066           "description": "Unique ID of vf-module.", 
7067           "type": "string"
7068         }, 
7069         "vf-module-name": {
7070           "description": "Name of vf-module", 
7071           "type": "string"
7072         }, 
7073         "widget-model-id": {
7074           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
7075           "type": "string"
7076         }, 
7077         "widget-model-version": {
7078           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
7079           "type": "string"
7080         }
7081       }, 
7082       "required": [
7083         "vf-module-id", 
7084         "is-base-vf-module", 
7085         "automated-assignment"
7086       ]
7087     }, 
7088     "vf-modules": {
7089       "description": "Collection of vf-modules, a deployment unit of VNFCs\n", 
7090       "properties": {
7091         "vf-module": {
7092           "items": {
7093             "$ref": "#/definitions/vf-module"
7094           }, 
7095           "type": "array"
7096         }
7097       }
7098     }, 
7099     "vig-server": {
7100       "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", 
7101       "properties": {
7102         "ipaddress-v4-vig": {
7103           "description": "v4 IP of the vig server", 
7104           "type": "string"
7105         }, 
7106         "ipaddress-v6-vig": {
7107           "description": "v6 IP of the vig server", 
7108           "type": "string"
7109         }, 
7110         "relationship-list": {
7111           "$ref": "#/definitions/relationship", 
7112           "type": "object"
7113         }, 
7114         "resource-version": {
7115           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7116           "type": "string"
7117         }, 
7118         "vig-address-type": {
7119           "description": "indicates whether the VIG is for AVPN or INTERNET", 
7120           "type": "string"
7121         }
7122       }, 
7123       "required": [
7124         "vig-address-type"
7125       ]
7126     }, 
7127     "vig-servers": {
7128       "properties": {
7129         "vig-server": {
7130           "items": {
7131             "$ref": "#/definitions/vig-server"
7132           }, 
7133           "type": "array"
7134         }
7135       }
7136     }, 
7137     "vip-ipv4-address-list": {
7138       "description": "IPv4 Address Range\n###### Related Nodes\n- TO cloud-region (PARENT of vip-ipv4-address-list, vip-ipv4-address-list BelongsTo cloud-region, MANY2ONE)\n- TO cp( vip-ipv4-address-list Uses cp, MANY2MANY)\n- TO instance-group( vip-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- TO subnet( vip-ipv4-address-list MemberOf subnet, MANY2MANY)\n- FROM vnfc( vnfc Uses vip-ipv4-address-list, MANY2MANY)\n", 
7139       "properties": {
7140         "is-floating": {
7141           "description": "Indicator of fixed or floating address", 
7142           "type": "boolean"
7143         }, 
7144         "neutron-network-id": {
7145           "description": "Neutron network id of the interface that address belongs to", 
7146           "type": "string"
7147         }, 
7148         "neutron-subnet-id": {
7149           "description": "Neutron id of subnet that address belongs to", 
7150           "type": "string"
7151         }, 
7152         "relationship-list": {
7153           "$ref": "#/definitions/relationship", 
7154           "type": "object"
7155         }, 
7156         "resource-version": {
7157           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7158           "type": "string"
7159         }, 
7160         "vip-ipv4-address": {
7161           "description": "IP address", 
7162           "type": "string"
7163         }, 
7164         "vip-ipv4-prefix-length": {
7165           "description": "Prefix length, 32 for single address", 
7166           "format": "int64", 
7167           "type": "integer"
7168         }, 
7169         "vlan-id-inner": {
7170           "description": "Inner VLAN tag", 
7171           "format": "int64", 
7172           "type": "integer"
7173         }, 
7174         "vlan-id-outer": {
7175           "description": "Outer VLAN tag", 
7176           "format": "int64", 
7177           "type": "integer"
7178         }
7179       }, 
7180       "required": [
7181         "vip-ipv4-address"
7182       ]
7183     }, 
7184     "vip-ipv6-address-list": {
7185       "description": "IPv6 Address Range\n###### Related Nodes\n- TO cloud-region (PARENT of vip-ipv6-address-list, vip-ipv6-address-list BelongsTo cloud-region, MANY2ONE)\n- TO cp( vip-ipv6-address-list Uses cp, MANY2MANY)\n- TO instance-group( vip-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- TO subnet( vip-ipv6-address-list MemberOf subnet, MANY2MANY)\n- FROM vnfc( vnfc Uses vip-ipv6-address-list, MANY2MANY)\n", 
7186       "properties": {
7187         "is-floating": {
7188           "description": "Indicator of fixed or floating address", 
7189           "type": "boolean"
7190         }, 
7191         "neutron-network-id": {
7192           "description": "Neutron network id of the interface that address belongs to", 
7193           "type": "string"
7194         }, 
7195         "neutron-subnet-id": {
7196           "description": "Neutron id of subnet that address belongs to", 
7197           "type": "string"
7198         }, 
7199         "relationship-list": {
7200           "$ref": "#/definitions/relationship", 
7201           "type": "object"
7202         }, 
7203         "resource-version": {
7204           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7205           "type": "string"
7206         }, 
7207         "vip-ipv6-address": {
7208           "description": "IP address", 
7209           "type": "string"
7210         }, 
7211         "vip-ipv6-prefix-length": {
7212           "description": "Prefix length, 128 for single address", 
7213           "format": "int64", 
7214           "type": "integer"
7215         }, 
7216         "vlan-id-inner": {
7217           "description": "Inner VLAN tag", 
7218           "format": "int64", 
7219           "type": "integer"
7220         }, 
7221         "vlan-id-outer": {
7222           "description": "Outer VLAN tag", 
7223           "format": "int64", 
7224           "type": "integer"
7225         }
7226       }, 
7227       "required": [
7228         "vip-ipv6-address"
7229       ]
7230     }, 
7231     "virtual-data-center": {
7232       "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", 
7233       "properties": {
7234         "relationship-list": {
7235           "$ref": "#/definitions/relationship", 
7236           "type": "object"
7237         }, 
7238         "resource-version": {
7239           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7240           "type": "string"
7241         }, 
7242         "vdc-id": {
7243           "description": "Unique ID of the vdc", 
7244           "type": "string"
7245         }, 
7246         "vdc-name": {
7247           "description": "Name of the virtual data center", 
7248           "type": "string"
7249         }
7250       }, 
7251       "required": [
7252         "vdc-id", 
7253         "vdc-name"
7254       ]
7255     }, 
7256     "virtual-data-centers": {
7257       "description": "Virtual organization of cloud infrastructure elements in a data center context\n", 
7258       "properties": {
7259         "virtual-data-center": {
7260           "items": {
7261             "$ref": "#/definitions/virtual-data-center"
7262           }, 
7263           "type": "array"
7264         }
7265       }
7266     }, 
7267     "vlan": {
7268       "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", 
7269       "properties": {
7270         "backdoor-connection": {
7271           "description": "Whether customer is going to use this VLAN for backdoor connection to another customer premise device.", 
7272           "type": "string"
7273         }, 
7274         "in-maint": {
7275           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
7276           "type": "boolean"
7277         }, 
7278         "is-ip-unnumbered": {
7279           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
7280           "type": "boolean"
7281         }, 
7282         "is-private": {
7283           "description": "Private VLAN indicator.", 
7284           "type": "boolean"
7285         }, 
7286         "l3-interface-ipv4-address-list": {
7287           "items": {
7288             "$ref": "#/definitions/l3-interface-ipv4-address-list"
7289           }, 
7290           "type": "array"
7291         }, 
7292         "l3-interface-ipv6-address-list": {
7293           "items": {
7294             "$ref": "#/definitions/l3-interface-ipv6-address-list"
7295           }, 
7296           "type": "array"
7297         }, 
7298         "orchestration-status": {
7299           "description": "Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.", 
7300           "type": "string"
7301         }, 
7302         "prov-status": {
7303           "description": "Prov Status of the VLAN configuration related to a logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
7304           "type": "string"
7305         }, 
7306         "relationship-list": {
7307           "$ref": "#/definitions/relationship", 
7308           "type": "object"
7309         }, 
7310         "resource-version": {
7311           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7312           "type": "string"
7313         }, 
7314         "speed-units": {
7315           "description": "Captures the units corresponding to the speed", 
7316           "type": "string"
7317         }, 
7318         "speed-value": {
7319           "description": "Captures the numeric part of the speed", 
7320           "type": "string"
7321         }, 
7322         "vlan-description": {
7323           "description": "Used to describe (the service associated with) the vlan", 
7324           "type": "string"
7325         }, 
7326         "vlan-id-inner": {
7327           "description": "Inner VLAN tag", 
7328           "format": "int64", 
7329           "type": "integer"
7330         }, 
7331         "vlan-id-outer": {
7332           "description": "Outer VLAN tag", 
7333           "format": "int64", 
7334           "type": "integer"
7335         }, 
7336         "vlan-interface": {
7337           "description": "String that identifies the interface", 
7338           "type": "string"
7339         }, 
7340         "vpn-key": {
7341           "description": "This indicates the customers VPN ID associated with this vlan", 
7342           "type": "string"
7343         }
7344       }, 
7345       "required": [
7346         "vlan-interface", 
7347         "in-maint", 
7348         "is-ip-unnumbered"
7349       ]
7350     }, 
7351     "vlan-mapping": {
7352       "description": "vlan-mapping object is an optional child object of the forwarder-evc object.  A given forwarder-evc object may have multiple vlan-mapping objects.\n###### Related Nodes\n- TO forwarder-evc (PARENT of vlan-mapping, vlan-mapping BelongsTo forwarder-evc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this VLAN-MAPPING is DELETED also\n", 
7353       "properties": {
7354         "ivlan": {
7355           "description": "The internal VLAN ('IVLAN') value.  Specific to Arista devices.", 
7356           "type": "string"
7357         }, 
7358         "nni-cvlan": {
7359           "description": "CVLAN value from the NNI/egress side of the SAREA gateway access device.", 
7360           "type": "string"
7361         }, 
7362         "nni-svlan": {
7363           "description": "SVLAN value from the NNI/egress side of the SAREA gateway access device.", 
7364           "type": "string"
7365         }, 
7366         "relationship-list": {
7367           "$ref": "#/definitions/relationship", 
7368           "type": "object"
7369         }, 
7370         "resource-version": {
7371           "type": "string"
7372         }, 
7373         "uni-cvlan": {
7374           "description": "CVLAN value from the UNI/ingress side of the SAREA gateway access device.", 
7375           "type": "string"
7376         }, 
7377         "vlan-mapping-id": {
7378           "description": "Key for vlan-mapping object.", 
7379           "type": "string"
7380         }
7381       }, 
7382       "required": [
7383         "vlan-mapping-id"
7384       ]
7385     }, 
7386     "vlan-mappings": {
7387       "description": "Collection of vlan mappings.\n", 
7388       "properties": {
7389         "vlan-mapping": {
7390           "items": {
7391             "$ref": "#/definitions/vlan-mapping"
7392           }, 
7393           "type": "array"
7394         }
7395       }
7396     }, 
7397     "vlan-tag": {
7398       "description": "###### Related Nodes\n- TO cloud-region( vlan-tag BelongsTo cloud-region, MANY2ONE)\n- TO cp( vlan-tag Uses cp, MANY2MANY)\n- TO l3-network( vlan-tag BelongsTo l3-network, MANY2MANY)\n", 
7399       "properties": {
7400         "is-private": {
7401           "description": "is VLAN private?", 
7402           "type": "boolean"
7403         }, 
7404         "relationship-list": {
7405           "$ref": "#/definitions/relationship", 
7406           "type": "object"
7407         }, 
7408         "resource-version": {
7409           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7410           "type": "string"
7411         }, 
7412         "vlan-id-inner": {
7413           "description": "VLAN inner id", 
7414           "format": "int32", 
7415           "type": "integer"
7416         }, 
7417         "vlan-id-outer": {
7418           "description": "VLAN outer id", 
7419           "format": "int32", 
7420           "type": "integer"
7421         }, 
7422         "vlan-tag-id": {
7423           "description": "Unique ID of the vlan-tag", 
7424           "type": "string"
7425         }, 
7426         "vlan-tag-role": {
7427           "description": "purpose (l3-network to be connected to)", 
7428           "type": "string"
7429         }
7430       }, 
7431       "required": [
7432         "vlan-tag-id", 
7433         "vlan-tag-role", 
7434         "vlan-id-outer", 
7435         "is-private"
7436       ]
7437     }, 
7438     "vlan-tags": {
7439       "properties": {
7440         "vlan-tag": {
7441           "items": {
7442             "$ref": "#/definitions/vlan-tag"
7443           }, 
7444           "type": "array"
7445         }
7446       }
7447     }, 
7448     "vlans": {
7449       "properties": {
7450         "vlan": {
7451           "items": {
7452             "$ref": "#/definitions/vlan"
7453           }, 
7454           "type": "array"
7455         }
7456       }
7457     }, 
7458     "vnf": {
7459       "description": "Abstract vnf class\n", 
7460       "properties": {
7461         "vnf-id": {
7462           "description": "Unique id of VNF.  This is unique across the graph.", 
7463           "type": "string"
7464         }
7465       }, 
7466       "required": [
7467         "vnf-id"
7468       ]
7469     }, 
7470     "vnf-image": {
7471       "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", 
7472       "properties": {
7473         "application": {
7474           "description": "The application that the image instantiates.", 
7475           "type": "string"
7476         }, 
7477         "application-vendor": {
7478           "description": "The vendor of the application.", 
7479           "type": "string"
7480         }, 
7481         "application-version": {
7482           "description": "The version of the application.", 
7483           "type": "string"
7484         }, 
7485         "relationship-list": {
7486           "$ref": "#/definitions/relationship", 
7487           "type": "object"
7488         }, 
7489         "resource-version": {
7490           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7491           "type": "string"
7492         }, 
7493         "selflink": {
7494           "description": "URL to endpoint where AAI can get more details", 
7495           "type": "string"
7496         }, 
7497         "vnf-image-uuid": {
7498           "description": "Unique ID of this asset", 
7499           "type": "string"
7500         }
7501       }, 
7502       "required": [
7503         "vnf-image-uuid", 
7504         "application", 
7505         "application-vendor"
7506       ]
7507     }, 
7508     "vnf-images": {
7509       "description": "Collection of image objects that pertain to a VNF that doesn't have associated vservers.  This is a kludge.\n", 
7510       "properties": {
7511         "vnf-image": {
7512           "items": {
7513             "$ref": "#/definitions/vnf-image"
7514           }, 
7515           "type": "array"
7516         }
7517       }
7518     }, 
7519     "vnfc": {
7520       "description": "###### Related Nodes\n- TO cp (PARENT of vnfc, vnfc BelongsTo cp, ONE2MANY)\ncp is child of vnfc(2)\n- TO generic-vnf( vnfc BelongsTo generic-vnf, MANY2ONE)(4)\n- TO instance-group( vnfc MemberOf instance-group, MANY2MANY)\n- TO vip-ipv4-address-list( vnfc Uses vip-ipv4-address-list, MANY2MANY)\n- TO vip-ipv6-address-list( vnfc Uses vip-ipv6-address-list, MANY2MANY)\n- TO vserver( vnfc HostedOn vserver, ONE2MANY)\n- FROM configuration( configuration Uses vnfc, ONE2ONE)(1)\n- FROM l3-interface-ipv4-address-list (CHILD of vnfc, l3-interface-ipv4-address-list BelongsTo vnfc, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of vnfc, l3-interface-ipv6-address-list BelongsTo vnfc, MANY2ONE)(1)\n- FROM vf-module( vf-module Uses vnfc, ONE2MANY)(3)\n\n-(1) IF this VNFC node is deleted, this FROM node is DELETED also\n-(2) IF this VNFC node is deleted, this TO node is DELETED also\n-(3) IF this FROM node is deleted, this VNFC is DELETED also\n-(4) IF this TO node is deleted, this VNFC is DELETED also\n", 
7521       "properties": {
7522         "cps": {
7523           "items": {
7524             "$ref": "#/definitions/cp"
7525           }, 
7526           "type": "array"
7527         }, 
7528         "group-notation": {
7529           "description": "Group notation of VNFC", 
7530           "type": "string"
7531         }, 
7532         "in-maint": {
7533           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
7534           "type": "boolean"
7535         }, 
7536         "ipaddress-v4-oam-vip": {
7537           "description": "Oam V4 vip address of this vnfc", 
7538           "type": "string"
7539         }, 
7540         "is-closed-loop-disabled": {
7541           "description": "used to indicate whether closed loop function is enabled on this node", 
7542           "type": "boolean"
7543         }, 
7544         "l3-interface-ipv4-address-list": {
7545           "items": {
7546             "$ref": "#/definitions/l3-interface-ipv4-address-list"
7547           }, 
7548           "type": "array"
7549         }, 
7550         "l3-interface-ipv6-address-list": {
7551           "items": {
7552             "$ref": "#/definitions/l3-interface-ipv6-address-list"
7553           }, 
7554           "type": "array"
7555         }, 
7556         "model-customization-id": {
7557           "description": "captures the id of all the configuration used to customize the resource for the service.", 
7558           "type": "string"
7559         }, 
7560         "model-invariant-id": {
7561           "also requires": "model-version-id", 
7562           "description": "the ASDC model id for this resource or service model.", 
7563           "type": "string"
7564         }, 
7565         "model-version-id": {
7566           "also requires": "model-invariant-id", 
7567           "description": "the ASDC model version for this resource or service model.", 
7568           "type": "string"
7569         }, 
7570         "nfc-function": {
7571           "description": "English description of function that the specific resource deployment is providing. Assigned as part of the customization of a resource in a service", 
7572           "type": "string"
7573         }, 
7574         "nfc-naming-code": {
7575           "description": "Short code that is used in naming instances of the item being modeled", 
7576           "type": "string"
7577         }, 
7578         "orchestration-status": {
7579           "description": "Orchestration status of this VNF, mastered by APP-C", 
7580           "type": "string"
7581         }, 
7582         "prov-status": {
7583           "description": "prov status of this vnfc", 
7584           "type": "string"
7585         }, 
7586         "relationship-list": {
7587           "$ref": "#/definitions/relationship", 
7588           "type": "object"
7589         }, 
7590         "resource-version": {
7591           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7592           "type": "string"
7593         }, 
7594         "vnfc-name": {
7595           "description": "Unique ID of vnfc.", 
7596           "type": "string"
7597         }
7598       }, 
7599       "required": [
7600         "vnfc-name", 
7601         "nfc-naming-code", 
7602         "nfc-function", 
7603         "in-maint", 
7604         "is-closed-loop-disabled"
7605       ]
7606     }, 
7607     "vnfcs": {
7608       "description": "virtual network components associated with a vserver from application controller.\n", 
7609       "properties": {
7610         "vnfc": {
7611           "items": {
7612             "$ref": "#/definitions/vnfc"
7613           }, 
7614           "type": "array"
7615         }
7616       }
7617     }, 
7618     "volume": {
7619       "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", 
7620       "properties": {
7621         "relationship-list": {
7622           "$ref": "#/definitions/relationship", 
7623           "type": "object"
7624         }, 
7625         "resource-version": {
7626           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7627           "type": "string"
7628         }, 
7629         "volume-id": {
7630           "description": "Unique ID of block storage volume relative to the vserver.", 
7631           "type": "string"
7632         }, 
7633         "volume-selflink": {
7634           "description": "URL to endpoint where AAI can get more details", 
7635           "type": "string"
7636         }
7637       }, 
7638       "required": [
7639         "volume-id", 
7640         "volume-selflink"
7641       ]
7642     }, 
7643     "volume-group": {
7644       "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", 
7645       "properties": {
7646         "heat-stack-id": {
7647           "description": "Heat stack id corresponding to this volume-group", 
7648           "type": "string"
7649         }, 
7650         "model-customization-id": {
7651           "description": "captures the id of all the configuration used to customize the resource for the service.", 
7652           "type": "string"
7653         }, 
7654         "orchestration-status": {
7655           "description": "Orchestration status of this volume-group", 
7656           "type": "string"
7657         }, 
7658         "relationship-list": {
7659           "$ref": "#/definitions/relationship", 
7660           "type": "object"
7661         }, 
7662         "resource-version": {
7663           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7664           "type": "string"
7665         }, 
7666         "vf-module-model-customization-id": {
7667           "description": "helps relate the volume group to the vf-module whose components will require the volume group", 
7668           "type": "string"
7669         }, 
7670         "vnf-type": {
7671           "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.", 
7672           "type": "string"
7673         }, 
7674         "volume-group-id": {
7675           "description": "Unique ID of volume-group.", 
7676           "type": "string"
7677         }, 
7678         "volume-group-name": {
7679           "description": "Name of the volume group.", 
7680           "type": "string"
7681         }
7682       }, 
7683       "required": [
7684         "volume-group-id", 
7685         "vnf-type"
7686       ]
7687     }, 
7688     "volume-groups": {
7689       "description": "Collection of persistent block-level storage.\n", 
7690       "properties": {
7691         "volume-group": {
7692           "items": {
7693             "$ref": "#/definitions/volume-group"
7694           }, 
7695           "type": "array"
7696         }
7697       }
7698     }, 
7699     "volumes": {
7700       "description": "Collection of ephemeral Block storage volumes.\n", 
7701       "properties": {
7702         "volume": {
7703           "items": {
7704             "$ref": "#/definitions/volume"
7705           }, 
7706           "type": "array"
7707         }
7708       }
7709     }, 
7710     "vpls-pe": {
7711       "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", 
7712       "properties": {
7713         "equipment-name": {
7714           "type": "string"
7715         }, 
7716         "equipment-role": {
7717           "description": "Client should send valid enumerated value, e.g., VPLS-PE.", 
7718           "type": "string"
7719         }, 
7720         "ipv4-oam-address": {
7721           "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).", 
7722           "type": "string"
7723         }, 
7724         "lag-interfaces": {
7725           "items": {
7726             "$ref": "#/definitions/lag-interface"
7727           }, 
7728           "type": "array"
7729         }, 
7730         "p-interfaces": {
7731           "items": {
7732             "$ref": "#/definitions/p-interface"
7733           }, 
7734           "type": "array"
7735         }, 
7736         "prov-status": {
7737           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
7738           "type": "string"
7739         }, 
7740         "relationship-list": {
7741           "$ref": "#/definitions/relationship", 
7742           "type": "object"
7743         }, 
7744         "resource-version": {
7745           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7746           "type": "string"
7747         }, 
7748         "vlan-id-outer": {
7749           "description": "Temporary location for stag to get to VCE", 
7750           "format": "int64", 
7751           "type": "integer"
7752         }
7753       }, 
7754       "required": [
7755         "equipment-name"
7756       ]
7757     }, 
7758     "vpls-pes": {
7759       "description": "Collection of VPLS Provider Edge routers\n", 
7760       "properties": {
7761         "vpls-pe": {
7762           "items": {
7763             "$ref": "#/definitions/vpls-pe"
7764           }, 
7765           "type": "array"
7766         }
7767       }
7768     }, 
7769     "vpn-binding": {
7770       "description": "VPN binding\n###### Related Nodes\n- TO customer( vpn-binding Uses customer, MANY2MANY)\n- TO ext-aai-network( vpn-binding BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO p-interface( vpn-binding BindsTo p-interface, ONE2MANY)\nFor CCVPN Usecase\n- FROM allotted-resource( allotted-resource BelongsTo vpn-binding, MANY2MANY)\n- FROM configuration( configuration Uses vpn-binding, MANY2ONE)\n- FROM connectivity( connectivity PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM l3-network( l3-network Uses vpn-binding, MANY2MANY)\n- FROM logical-link( logical-link Uses vpn-binding, MANY2MANY)\n- FROM network-resource( network-resource Uses vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM route-target (CHILD of vpn-binding, route-target BelongsTo vpn-binding, MANY2ONE)(1)\n- FROM sdwan-vpn( sdwan-vpn PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n\n-(1) IF this VPN-BINDING node is deleted, this FROM node is DELETED also\n-VPN-BINDING cannot be deleted if related to ALLOTTED-RESOURCE,L3-NETWORK,LOGICAL-LINK\n", 
7771       "properties": {
7772         "access-client-id": {
7773           "description": "Store the id of the access client of this vpn.", 
7774           "type": "string"
7775         }, 
7776         "access-provider-id": {
7777           "description": "Store the id of the access provider of this vpn.", 
7778           "type": "string"
7779         }, 
7780         "access-topology-id": {
7781           "description": "Store the id of the access topology of this vpn.", 
7782           "type": "string"
7783         }, 
7784         "customer-vpn-id": {
7785           "description": "id for this customer vpn", 
7786           "type": "string"
7787         }, 
7788         "dst-access-ltp-id": {
7789           "description": "Store the id of the dst-access-ltp of this vpn.", 
7790           "type": "string"
7791         }, 
7792         "dst-access-node-id": {
7793           "description": "Store the id of the dst-access-node of this vpn.", 
7794           "type": "string"
7795         }, 
7796         "model-customization-id": {
7797           "description": "Store the model-customization-id for this object.", 
7798           "type": "string"
7799         }, 
7800         "model-invariant-id": {
7801           "also requires": "model-version-id", 
7802           "description": "the ASDC model id for this resource or service model.", 
7803           "type": "string"
7804         }, 
7805         "model-version-id": {
7806           "also requires": "model-invariant-id", 
7807           "description": "the ASDC model version for this resource or service model.", 
7808           "type": "string"
7809         }, 
7810         "operational-status": {
7811           "description": "Store the operational-status for this object.", 
7812           "type": "string"
7813         }, 
7814         "relationship-list": {
7815           "$ref": "#/definitions/relationship", 
7816           "description": "l3-networks relate to vpn-bindings", 
7817           "type": "object"
7818         }, 
7819         "resource-version": {
7820           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7821           "type": "string"
7822         }, 
7823         "route-distinguisher": {
7824           "description": "Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.", 
7825           "type": "string"
7826         }, 
7827         "route-targets": {
7828           "items": {
7829             "$ref": "#/definitions/route-target"
7830           }, 
7831           "type": "array"
7832         }, 
7833         "src-access-ltp-id": {
7834           "description": "Store the id of the src-access-ltp of this vpn.", 
7835           "type": "string"
7836         }, 
7837         "src-access-node-id": {
7838           "description": "Store the id of the src-access-node of this vpn.", 
7839           "type": "string"
7840         }, 
7841         "vpn-id": {
7842           "description": "VPN ID, globally unique within A&AI", 
7843           "type": "string"
7844         }, 
7845         "vpn-name": {
7846           "description": "VPN Name", 
7847           "type": "string"
7848         }, 
7849         "vpn-platform": {
7850           "description": "the platform associated with the VPN example AVPN, Mobility", 
7851           "type": "string"
7852         }, 
7853         "vpn-region": {
7854           "description": "region of customer vpn", 
7855           "type": "string"
7856         }, 
7857         "vpn-type": {
7858           "description": "Type of the vpn, should be taken from enumerated/valid values", 
7859           "type": "string"
7860         }
7861       }, 
7862       "required": [
7863         "vpn-id", 
7864         "vpn-name"
7865       ]
7866     }, 
7867     "vpn-bindings": {
7868       "properties": {
7869         "vpn-binding": {
7870           "items": {
7871             "$ref": "#/definitions/vpn-binding"
7872           }, 
7873           "type": "array"
7874         }
7875       }
7876     }, 
7877     "vserver": {
7878       "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", 
7879       "properties": {
7880         "in-maint": {
7881           "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.", 
7882           "type": "boolean"
7883         }, 
7884         "is-closed-loop-disabled": {
7885           "description": "Used to indicate whether closed loop function is enabled on this node", 
7886           "type": "boolean"
7887         }, 
7888         "l-interfaces": {
7889           "items": {
7890             "$ref": "#/definitions/l-interface"
7891           }, 
7892           "type": "array"
7893         }, 
7894         "prov-status": {
7895           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
7896           "type": "string"
7897         }, 
7898         "relationship-list": {
7899           "$ref": "#/definitions/relationship", 
7900           "type": "object"
7901         }, 
7902         "resource-version": {
7903           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
7904           "type": "string"
7905         }, 
7906         "volumes": {
7907           "items": {
7908             "$ref": "#/definitions/volume"
7909           }, 
7910           "type": "array"
7911         }, 
7912         "vserver-id": {
7913           "description": "Unique identifier for this vserver relative to its tenant", 
7914           "type": "string"
7915         }, 
7916         "vserver-name": {
7917           "description": "Name of vserver", 
7918           "type": "string"
7919         }, 
7920         "vserver-name2": {
7921           "description": "Alternative name of vserver", 
7922           "type": "string"
7923         }, 
7924         "vserver-selflink": {
7925           "description": "URL to endpoint where AAI can get more details", 
7926           "type": "string"
7927         }
7928       }, 
7929       "required": [
7930         "vserver-id", 
7931         "vserver-name", 
7932         "vserver-selflink", 
7933         "in-maint", 
7934         "is-closed-loop-disabled"
7935       ]
7936     }, 
7937     "vservers": {
7938       "description": "Collection of virtual Servers, aka virtual machines or VMs.\n", 
7939       "properties": {
7940         "vserver": {
7941           "items": {
7942             "$ref": "#/definitions/vserver"
7943           }, 
7944           "type": "array"
7945         }
7946       }
7947     }, 
7948     "wan-port-config": {
7949       "description": "Instance of a wan-port-config\n###### Related Nodes\n- TO ext-aai-network( wan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( wan-port-config PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n", 
7950       "properties": {
7951         "description": {
7952           "description": "Store the description of this wan-port-config.", 
7953           "type": "string"
7954         }, 
7955         "device-id": {
7956           "description": "Store the id of the device of this wan-port-config.", 
7957           "type": "string"
7958         }, 
7959         "device-port-id": {
7960           "description": "Store the device-port-id of this wan-port-config.", 
7961           "type": "string"
7962         }, 
7963         "input-bandwidth": {
7964           "description": "Store the input-bandwidth of this wan-port-config.", 
7965           "type": "string"
7966         }, 
7967         "ip-address": {
7968           "description": "Store the ip-address of this wan-port-config.", 
7969           "type": "string"
7970         }, 
7971         "ipv4-address": {
7972           "description": "Store the ipv4-address of this wan-port-config.", 
7973           "type": "string"
7974         }, 
7975         "ipv6-address": {
7976           "description": "Store the ipv6-address of this wan-port-config.", 
7977           "type": "string"
7978         }, 
7979         "model-customization-id": {
7980           "description": "Store the model-customization-id for this object.", 
7981           "type": "string"
7982         }, 
7983         "model-invariant-id": {
7984           "also requires": "model-version-id", 
7985           "description": "the ASDC model id for this resource or service model.", 
7986           "type": "string"
7987         }, 
7988         "model-version-id": {
7989           "also requires": "model-invariant-id", 
7990           "description": "the ASDC model version for this resource or service model.", 
7991           "type": "string"
7992         }, 
7993         "operational-status": {
7994           "description": "Store the operational-status for this object.", 
7995           "type": "string"
7996         }, 
7997         "output-bandwidth": {
7998           "description": "Store the output-bandwidth of this wan-port-config.", 
7999           "type": "string"
8000         }, 
8001         "port-number": {
8002           "description": "Store the port-number of this wan-port-config.", 
8003           "type": "string"
8004         }, 
8005         "port-type": {
8006           "description": "Store the port-type of this wan-port-config.", 
8007           "type": "string"
8008         }, 
8009         "provider-ip-address": {
8010           "description": "Store the provider-ip-address of this wan-port-config.", 
8011           "type": "string"
8012         }, 
8013         "provider-ipv4-address": {
8014           "description": "Store the provider-ipv4-address of this wan-port-config.", 
8015           "type": "string"
8016         }, 
8017         "provider-ipv6-address": {
8018           "description": "Store the provider-ipv6-address of this wan-port-config.", 
8019           "type": "string"
8020         }, 
8021         "relationship-list": {
8022           "$ref": "#/definitions/relationship", 
8023           "type": "object"
8024         }, 
8025         "resource-version": {
8026           "description": "Used for optimistic concurrency.  Must be empty on create, valid on update and delete.", 
8027           "type": "string"
8028         }, 
8029         "selflink": {
8030           "description": "Store the link to get more information for this object.", 
8031           "type": "string"
8032         }, 
8033         "transport-network-name": {
8034           "description": "Store the transport-network-name of this wan-port-config.", 
8035           "type": "string"
8036         }, 
8037         "vlan-id": {
8038           "description": "Store the id of the vlan of this wan-port-config.", 
8039           "type": "string"
8040         }, 
8041         "wan-port-config-id": {
8042           "description": "Uniquely identifies this wan-port-config by id", 
8043           "type": "string"
8044         }, 
8045         "wan-port-config-name": {
8046           "description": "Store the name of this wan-port-config.", 
8047           "type": "string"
8048         }, 
8049         "wan-port-id": {
8050           "description": "Store the wan-port-id of this wan-port-config.", 
8051           "type": "string"
8052         }
8053       }, 
8054       "required": [
8055         "wan-port-config-id"
8056       ]
8057     }, 
8058     "wan-port-configs": {
8059       "description": "Collection of wan-port-configs\n", 
8060       "properties": {
8061         "wan-port-config": {
8062           "items": {
8063             "$ref": "#/definitions/wan-port-config"
8064           }, 
8065           "type": "array"
8066         }
8067       }
8068     }, 
8069     "zone": {
8070       "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", 
8071       "properties": {
8072         "design-type": {
8073           "description": "Design of zone [Medium/Large]", 
8074           "type": "string"
8075         }, 
8076         "relationship-list": {
8077           "$ref": "#/definitions/relationship", 
8078           "type": "object"
8079         }, 
8080         "resource-version": {
8081           "description": "Concurrency value", 
8082           "type": "string"
8083         }, 
8084         "status": {
8085           "description": "Status of a zone.", 
8086           "type": "string"
8087         }, 
8088         "zone-context": {
8089           "description": "Context of zone [production/test]", 
8090           "type": "string"
8091         }, 
8092         "zone-id": {
8093           "description": "Code assigned by AIC to the zone", 
8094           "type": "string"
8095         }, 
8096         "zone-name": {
8097           "description": "English name associated with the zone", 
8098           "type": "string"
8099         }
8100       }, 
8101       "required": [
8102         "zone-id", 
8103         "zone-name", 
8104         "design-type", 
8105         "zone-context"
8106       ]
8107     }, 
8108     "zones": {
8109       "description": "Collection of zones\n", 
8110       "properties": {
8111         "zone": {
8112           "items": {
8113             "$ref": "#/definitions/zone"
8114           }, 
8115           "type": "array"
8116         }
8117       }
8118     }, 
8119     "zzzz-patch-action": {
8120       "properties": {
8121         "action-type": {
8122           "type": "string"
8123         }
8124       }
8125     }, 
8126     "zzzz-patch-action-data": {
8127       "properties": {
8128         "property-name": {
8129           "type": "string"
8130         }, 
8131         "property-value": {
8132           "type": "string"
8133         }
8134       }
8135     }, 
8136     "zzzz-patch-allotted-resource": {
8137       "description": "Represents a slice or partial piece of a resource that gets separately allotted\n###### Related Nodes\n- TO allotted-resource( allotted-resource BindsTo allotted-resource, ONE2ONE)\nAAI-1925\n- TO generic-vnf( allotted-resource PartOf generic-vnf, MANY2MANY)\n- TO instance-group( allotted-resource MemberOf instance-group, MANY2MANY)\n- TO l-interface( allotted-resource Uses l-interface, ONE2MANY)\n- TO l3-network( allotted-resource PartOf l3-network, MANY2MANY)\n- TO network-policy( allotted-resource Uses network-policy, ONE2ONE)\n- TO p-interface( allotted-resource Uses p-interface, ONE2MANY)\nAAI-1925 For CCVPN Usecase\n- TO service-instance (PARENT of allotted-resource, allotted-resource BelongsTo service-instance, MANY2ONE)(4)\n- TO vlan( allotted-resource PartOf vlan, MANY2MANY)\n- TO vpn-binding( allotted-resource BelongsTo vpn-binding, MANY2MANY)\n- FROM allotted-resource( allotted-resource BindsTo allotted-resource, ONE2ONE)\nAAI-1925\n- FROM configuration( configuration Uses allotted-resource, ONE2ONE)(3)\n- FROM service-instance( service-instance Uses allotted-resource, MANY2MANY)\n- FROM site-resource( site-resource Uses allotted-resource, MANY2MANY)\nFor CCVPN Usecase\n- FROM tunnel-xconnect (CHILD of allotted-resource, tunnel-xconnect BelongsTo allotted-resource, ONE2ONE)(1)\n\n-(1) IF this ALLOTTED-RESOURCE node is deleted, this FROM node is DELETED also\n-(3) IF this FROM node is deleted, this ALLOTTED-RESOURCE is DELETED also\n-(4) IF this TO node is deleted, this ALLOTTED-RESOURCE is DELETED also\n", 
8138       "properties": {
8139         "access-client-id": {
8140           "description": "Store the id of the access client of this allotted-resource.", 
8141           "type": "string"
8142         }, 
8143         "access-ltp-id": {
8144           "description": "Store the id of the access ltp of this allotted-resource.", 
8145           "type": "string"
8146         }, 
8147         "access-node-id": {
8148           "description": "Store the id of the access node of this allotted-resource.", 
8149           "type": "string"
8150         }, 
8151         "access-provider-id": {
8152           "description": "Store the id of the access provider of this allotted-resource.", 
8153           "type": "string"
8154         }, 
8155         "access-topology-id": {
8156           "description": "Store the id of the access topology of this allotted-resource.", 
8157           "type": "string"
8158         }, 
8159         "allotted-resource-name": {
8160           "description": "Store the name of this allotted-resource.", 
8161           "type": "string"
8162         }, 
8163         "cvlan": {
8164           "description": "Store the cvlan of this allotted-resource.", 
8165           "type": "string"
8166         }, 
8167         "description": {
8168           "description": "The descriptive information assigned to this allotted resource instance", 
8169           "type": "string"
8170         }, 
8171         "id": {
8172           "description": "Allotted Resource id UUID assigned to this instance.", 
8173           "type": "string"
8174         }, 
8175         "model-invariant-id": {
8176           "also requires": "model-version-id", 
8177           "description": "the ASDC model id for this resource or service model.", 
8178           "type": "string"
8179         }, 
8180         "model-version-id": {
8181           "also requires": "model-invariant-id", 
8182           "description": "the ASDC model version for this resource or service model.", 
8183           "type": "string"
8184         }, 
8185         "operational-status": {
8186           "description": "Indicator for whether the resource is considered operational", 
8187           "type": "string"
8188         }, 
8189         "orchestration-status": {
8190           "description": "Orchestration status", 
8191           "type": "string"
8192         }, 
8193         "relationship-list": {
8194           "$ref": "#/definitions/relationship", 
8195           "type": "object"
8196         }, 
8197         "role": {
8198           "description": "role in the network that this resource will be providing.", 
8199           "type": "string"
8200         }, 
8201         "selflink": {
8202           "description": "Link back to more information in the controller", 
8203           "type": "string"
8204         }, 
8205         "type": {
8206           "description": "Generic description of the type of allotted resource.", 
8207           "type": "string"
8208         }, 
8209         "vpn-name": {
8210           "description": "Store the vpn-name of this allotted-resource.", 
8211           "type": "string"
8212         }
8213       }
8214     }, 
8215     "zzzz-patch-availability-zone": {
8216       "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", 
8217       "properties": {
8218         "availability-zone-name": {
8219           "description": "Name of the availability zone.  Unique across a cloud region", 
8220           "type": "string"
8221         }, 
8222         "hypervisor-type": {
8223           "description": "Type of hypervisor.  Source of truth should define valid values.", 
8224           "type": "string"
8225         }, 
8226         "operational-status": {
8227           "description": "State that indicates whether the availability zone should be used, etc.  Source of truth should define valid values.", 
8228           "type": "string"
8229         }, 
8230         "relationship-list": {
8231           "$ref": "#/definitions/relationship", 
8232           "type": "object"
8233         }
8234       }
8235     }, 
8236     "zzzz-patch-class-of-service": {
8237       "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", 
8238       "properties": {
8239         "cos": {
8240           "description": "unique identifier of probe", 
8241           "type": "string"
8242         }, 
8243         "probe-id": {
8244           "description": "identifier of probe", 
8245           "type": "string"
8246         }, 
8247         "probe-type": {
8248           "description": "type of probe", 
8249           "type": "string"
8250         }, 
8251         "relationship-list": {
8252           "$ref": "#/definitions/relationship", 
8253           "type": "object"
8254         }
8255       }
8256     }, 
8257     "zzzz-patch-cloud-region": {
8258       "description": "cloud-region designates an installation of a cloud cluster or region or instantiation. In AT&Ts AIC cloud, this could be an LCP or DCP. Cloud regions are uniquely identified by a composite key, cloud-owner + cloud-region-id. The format of the cloud-owner is vendor-cloudname and we will use att-aic for AT&T's AIC.\n###### Related Nodes\n- TO complex( cloud-region LocatedIn complex, MANY2ONE)\n- TO instance-group( cloud-region Uses instance-group, ONE2MANY)\n- TO l3-network( cloud-region Uses l3-network, MANY2MANY)\n- TO network-technology( cloud-region Uses network-technology, MANY2MANY)\n- TO zone( cloud-region LocatedIn zone, MANY2ONE)\n- FROM availability-zone (CHILD of cloud-region, availability-zone BelongsTo cloud-region, MANY2ONE)(1)\n- FROM dvs-switch (CHILD of cloud-region, dvs-switch BelongsTo cloud-region, MANY2ONE)\n- FROM esr-system-info (CHILD of cloud-region, esr-system-info BelongsTo cloud-region, MANY2ONE)(1)\n- FROM flavor (CHILD of cloud-region, flavor BelongsTo cloud-region, MANY2ONE)\n- FROM generic-vnf( generic-vnf LocatedIn cloud-region, MANY2ONE)\n- FROM group-assignment (CHILD of cloud-region, group-assignment BelongsTo cloud-region, MANY2ONE)\n- FROM hpa-capability (CHILD of cloud-region, hpa-capability BelongsTo cloud-region, MANY2ONE)\n- FROM image (CHILD of cloud-region, image BelongsTo cloud-region, MANY2ONE)\n- FROM logical-link( logical-link LocatedIn cloud-region, MANY2MANY)\n- FROM oam-network (CHILD of cloud-region, oam-network BelongsTo cloud-region, MANY2ONE)\n- FROM pserver( pserver LocatedIn cloud-region, MANY2ONE)\n- FROM snapshot (CHILD of cloud-region, snapshot BelongsTo cloud-region, MANY2ONE)\n- FROM tenant (CHILD of cloud-region, tenant BelongsTo cloud-region, MANY2ONE)\n- FROM vip-ipv4-address-list (CHILD of cloud-region, vip-ipv4-address-list BelongsTo cloud-region, MANY2ONE)\n- FROM vip-ipv6-address-list (CHILD of cloud-region, vip-ipv6-address-list BelongsTo cloud-region, MANY2ONE)\n- FROM vlan-tag( vlan-tag BelongsTo cloud-region, MANY2ONE)\n- FROM volume-group (CHILD of cloud-region, volume-group BelongsTo cloud-region, MANY2ONE)\n\n-(1) IF this CLOUD-REGION node is deleted, this FROM node is DELETED also\n-CLOUD-REGION cannot be deleted if related to DVS-SWITCH,FLAVOR,GROUP-ASSIGNMENT,HPA-CAPABILITY,IMAGE,OAM-NETWORK,SNAPSHOT,TENANT,VIP-IPV4-ADDRESS-LIST,VIP-IPV6-ADDRESS-LIST,VOLUME-GROUP\n", 
8259       "properties": {
8260         "cloud-extra-info": {
8261           "description": "ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM.", 
8262           "type": "string"
8263         }, 
8264         "cloud-owner": {
8265           "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
8266           "type": "string"
8267         }, 
8268         "cloud-region-id": {
8269           "description": "Identifier used by the vendor for the region. Second part of composite key", 
8270           "type": "string"
8271         }, 
8272         "cloud-region-version": {
8273           "description": "Software version employed at the site.  NOTE - THIS FIELD IS NOT KEPT UP TO DATE.", 
8274           "type": "string"
8275         }, 
8276         "cloud-type": {
8277           "description": "Type of the cloud (e.g., openstack)", 
8278           "type": "string"
8279         }, 
8280         "cloud-zone": {
8281           "description": "Zone where the cloud is homed.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
8282           "type": "string"
8283         }, 
8284         "complex-name": {
8285           "description": "complex name for cloud-region instance.  NOTE - THIS FIELD IS NOT CORRECTLY POPULATED.", 
8286           "type": "string"
8287         }, 
8288         "identity-url": {
8289           "description": "URL of the keystone identity service", 
8290           "type": "string"
8291         }, 
8292         "owner-defined-type": {
8293           "description": "Cloud-owner defined type indicator (e.g., dcp, lcp)", 
8294           "type": "string"
8295         }, 
8296         "relationship-list": {
8297           "$ref": "#/definitions/relationship", 
8298           "type": "object"
8299         }, 
8300         "sriov-automation": {
8301           "description": "Whether the cloud region supports (true) or does not support (false) SR-IOV automation.", 
8302           "type": "string"
8303         }
8304       }
8305     }, 
8306     "zzzz-patch-collection": {
8307       "description": "represents the collection resource in the TOSCA model\n###### Related Nodes\n- FROM instance-group( instance-group BelongsTo collection, ONE2ONE)\n- FROM service-instance( service-instance ComposedOf collection, ONE2ONE)\n", 
8308       "properties": {
8309         "collection-customization-id": {
8310           "description": "Captures the id of all the configuration used to customize the resource for the service", 
8311           "type": "string"
8312         }, 
8313         "collection-function": {
8314           "description": "Collection function", 
8315           "type": "string"
8316         }, 
8317         "collection-id": {
8318           "description": "Collection Object UUID", 
8319           "type": "string"
8320         }, 
8321         "collection-name": {
8322           "description": "collection name", 
8323           "type": "string"
8324         }, 
8325         "collection-role": {
8326           "description": "Collection Role", 
8327           "type": "string"
8328         }, 
8329         "collection-type": {
8330           "description": "Collection type", 
8331           "type": "string"
8332         }, 
8333         "model-invariant-id": {
8334           "also requires": "model-version-id", 
8335           "description": "ASDC model id for this resource or service model", 
8336           "type": "string"
8337         }, 
8338         "model-version-id": {
8339           "also requires": "model-invariant-id", 
8340           "description": "Model Version", 
8341           "type": "string"
8342         }, 
8343         "orchestration-status": {
8344           "description": "orchestration status", 
8345           "type": "string"
8346         }, 
8347         "relationship-list": {
8348           "$ref": "#/definitions/relationship", 
8349           "type": "object"
8350         }
8351       }
8352     }, 
8353     "zzzz-patch-complex": {
8354       "description": "Collection of physical locations that can house cloud-regions.\n###### Related Nodes\n- TO l3-network( complex Uses l3-network, MANY2MANY)\n- FROM availability-zone( availability-zone LocatedIn complex, MANY2ONE)\n- FROM cloud-region( cloud-region LocatedIn complex, MANY2ONE)\n- FROM ctag-pool (CHILD of complex, ctag-pool BelongsTo complex, MANY2ONE)(1)\n- FROM generic-vnf( generic-vnf LocatedIn complex, MANY2MANY)\n- FROM oam-network( oam-network AppliesTo complex, MANY2MANY)\n- FROM pnf( pnf LocatedIn complex, MANY2ONE)\n- FROM pserver( pserver LocatedIn complex, MANY2ONE)\n- FROM site-resource( site-resource Uses complex, MANY2MANY)\nFor CCVPN Usecase\n- FROM vce( vce LocatedIn complex, MANY2MANY)\n- FROM volume-group( volume-group LocatedIn complex, MANY2ONE)\n- FROM vpls-pe( vpls-pe LocatedIn complex, MANY2ONE)\n- FROM zone( zone LocatedIn complex, MANY2ONE)\n\n-(1) IF this COMPLEX node is deleted, this FROM node is DELETED also\n-COMPLEX cannot be deleted if related to AVAILABILITY-ZONE,CLOUD-REGION,GENERIC-VNF,OAM-NETWORK,PNF,PSERVER,VCE,VOLUME-GROUP,VPLS-PE,ZONE\n", 
8355       "properties": {
8356         "city": {
8357           "type": "string"
8358         }, 
8359         "complex-name": {
8360           "description": "Gamma complex name for LCP instance.", 
8361           "type": "string"
8362         }, 
8363         "country": {
8364           "type": "string"
8365         }, 
8366         "data-center-code": {
8367           "description": "Data center code which can be an alternate way to identify a complex", 
8368           "type": "string"
8369         }, 
8370         "elevation": {
8371           "type": "string"
8372         }, 
8373         "identity-url": {
8374           "description": "URL of the keystone identity service", 
8375           "type": "string"
8376         }, 
8377         "lata": {
8378           "type": "string"
8379         }, 
8380         "latitude": {
8381           "type": "string"
8382         }, 
8383         "longitude": {
8384           "type": "string"
8385         }, 
8386         "physical-location-id": {
8387           "description": "Unique identifier for physical location, e.g., CLLI", 
8388           "type": "string"
8389         }, 
8390         "physical-location-type": {
8391           "description": "Type, e.g., central office, data center.", 
8392           "type": "string"
8393         }, 
8394         "postal-code": {
8395           "type": "string"
8396         }, 
8397         "region": {
8398           "type": "string"
8399         }, 
8400         "relationship-list": {
8401           "$ref": "#/definitions/relationship", 
8402           "type": "object"
8403         }, 
8404         "state": {
8405           "type": "string"
8406         }, 
8407         "street1": {
8408           "type": "string"
8409         }, 
8410         "street2": {
8411           "type": "string"
8412         }
8413       }
8414     }, 
8415     "zzzz-patch-configuration": {
8416       "description": "Generic configuration object.\n###### Related Nodes\n- TO allotted-resource( configuration Uses allotted-resource, ONE2ONE)(2)\n- TO configuration( configuration BindsTo configuration, ONE2ONE)\n- TO l-interface( configuration AppliesTo l-interface, ONE2MANY)\n- TO l3-network( configuration PartOf l3-network, MANY2MANY)\n- TO logical-link( configuration Uses logical-link, ONE2MANY)(2)\n- TO pnf( configuration AppliesTo pnf, MANY2MANY)\n- TO vnfc( configuration Uses vnfc, ONE2ONE)(4)\n- TO vpn-binding( configuration Uses vpn-binding, MANY2ONE)\n- FROM configuration( configuration BindsTo configuration, ONE2ONE)\n- FROM evc (CHILD of configuration, evc BelongsTo configuration, ONE2ONE)(1)\n- FROM forwarder( forwarder Uses configuration, ONE2ONE)(3)\n- FROM forwarder-evc (CHILD of configuration, forwarder-evc BelongsTo configuration, ONE2ONE)(1)\n- FROM forwarding-path( forwarding-path Uses configuration, ONE2ONE)(3)\n- FROM generic-vnf( generic-vnf Uses configuration, ONE2MANY)(3)\n- FROM metadatum (CHILD of configuration, metadatum BelongsTo configuration, MANY2ONE)(1)\n- FROM service-instance( service-instance Uses configuration, ONE2MANY)\n- FROM service-instance( service-instance ComposedOf configuration, MANY2MANY)\n\n-(1) IF this CONFIGURATION node is deleted, this FROM node is DELETED also\n-(2) IF this CONFIGURATION node is deleted, this TO node is DELETED also\n-(3) IF this FROM node is deleted, this CONFIGURATION is DELETED also\n-(4) IF this TO node is deleted, this CONFIGURATION is DELETED also\n", 
8417       "properties": {
8418         "config-policy-name": {
8419           "description": "Used to capture the name of the fabric configuration policy that was used to generate the payload sent to PINC for fabric configuration.", 
8420           "type": "string"
8421         }, 
8422         "configuration-id": {
8423           "description": "UUID assigned to configuration.", 
8424           "type": "string"
8425         }, 
8426         "configuration-name": {
8427           "description": "Name of the configuration.", 
8428           "type": "string"
8429         }, 
8430         "configuration-selflink": {
8431           "description": "URL to endpoint where AAI can get more details from SDN-GC.", 
8432           "type": "string"
8433         }, 
8434         "configuration-sub-type": {
8435           "description": "vprobe, pprobe.", 
8436           "type": "string"
8437         }, 
8438         "configuration-type": {
8439           "description": "port-mirroring-configuration.", 
8440           "type": "string"
8441         }, 
8442         "management-option": {
8443           "description": "Indicates the entity that will manage this feature. Could be an organization or the name of the application as well.", 
8444           "type": "string"
8445         }, 
8446         "model-customization-id": {
8447           "description": "id of  the configuration used to customize the resource", 
8448           "type": "string"
8449         }, 
8450         "model-invariant-id": {
8451           "also requires": "model-version-id", 
8452           "description": "the ASDC model id for this resource or service model.", 
8453           "type": "string"
8454         }, 
8455         "model-version-id": {
8456           "also requires": "model-invariant-id", 
8457           "description": "the ASDC model version for this resource or service model.", 
8458           "type": "string"
8459         }, 
8460         "operational-status": {
8461           "description": "Indicator for whether the resource is considered operational.", 
8462           "type": "string"
8463         }, 
8464         "orchestration-status": {
8465           "description": "Orchestration status of the configuration.", 
8466           "type": "string"
8467         }, 
8468         "relationship-list": {
8469           "$ref": "#/definitions/relationship", 
8470           "type": "object"
8471         }, 
8472         "tunnel-bandwidth": {
8473           "description": "DHV Site Effective Bandwidth", 
8474           "type": "string"
8475         }, 
8476         "vendor-allowed-max-bandwidth": {
8477           "description": "Velocloud Nominal Throughput - VNT", 
8478           "type": "string"
8479         }
8480       }
8481     }, 
8482     "zzzz-patch-connectivity": {
8483       "description": "Instance of a connectivity\n###### Related Nodes\n- TO ext-aai-network( connectivity BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( connectivity PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( connectivity PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n", 
8484       "properties": {
8485         "access-client-id": {
8486           "description": "Store the id of the access client of this connectivity.", 
8487           "type": "string"
8488         }, 
8489         "access-ltp-id": {
8490           "description": "Store the id of the access ltp of this connectivity.", 
8491           "type": "string"
8492         }, 
8493         "access-node-id": {
8494           "description": "Store the id of the access node of this connectivity.", 
8495           "type": "string"
8496         }, 
8497         "access-provider-id": {
8498           "description": "Store the id of the access provider of this connectivity.", 
8499           "type": "string"
8500         }, 
8501         "access-topology-id": {
8502           "description": "Store the id of the access topology of this connectivity.", 
8503           "type": "string"
8504         }, 
8505         "bandwidth-profile-name": {
8506           "description": "Store the name of a bandwidth profile.", 
8507           "type": "string"
8508         }, 
8509         "cbs": {
8510           "description": "Store the CBS of this connectivity.", 
8511           "type": "string"
8512         }, 
8513         "cir": {
8514           "description": "Store the CIR of this connectivity.", 
8515           "type": "string"
8516         }, 
8517         "color-aware": {
8518           "description": "Store the color-awareness of this connectivity.", 
8519           "type": "string"
8520         }, 
8521         "connectivity-id": {
8522           "description": "Uniquely identifies this connectivity by id", 
8523           "type": "string"
8524         }, 
8525         "connectivity-selflink": {
8526           "description": "Store the link to get more information for this connectivity.", 
8527           "type": "string"
8528         }, 
8529         "coupling-flag": {
8530           "description": "Store the coupling flag of this connectivity.", 
8531           "type": "string"
8532         }, 
8533         "cvlan": {
8534           "description": "Store the cvlan for this connectivity.", 
8535           "type": "string"
8536         }, 
8537         "ebs": {
8538           "description": "Store the EBS of this connectivity.", 
8539           "type": "string"
8540         }, 
8541         "eir": {
8542           "description": "Store the EIR of this connectivity.", 
8543           "type": "string"
8544         }, 
8545         "etht-svc-name": {
8546           "description": "The ethernet service name for this connectivity.", 
8547           "type": "string"
8548         }, 
8549         "model-customization-id": {
8550           "description": "Store the model-customization-id for this object.", 
8551           "type": "string"
8552         }, 
8553         "model-invariant-id": {
8554           "also requires": "model-version-id", 
8555           "description": "the ASDC model id for this resource or service model.", 
8556           "type": "string"
8557         }, 
8558         "model-version-id": {
8559           "also requires": "model-invariant-id", 
8560           "description": "the ASDC model version for this resource or service model.", 
8561           "type": "string"
8562         }, 
8563         "operational-status": {
8564           "description": "Store the operational-status for this object.", 
8565           "type": "string"
8566         }, 
8567         "relationship-list": {
8568           "$ref": "#/definitions/relationship", 
8569           "type": "object"
8570         }, 
8571         "vpn-type": {
8572           "description": "Store the type of a bandwidth profile.", 
8573           "type": "string"
8574         }
8575       }
8576     }, 
8577     "zzzz-patch-connector": {
8578       "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", 
8579       "properties": {
8580         "model-invariant-id": {
8581           "also requires": "model-version-id", 
8582           "description": "the ASDC model id for this resource or service model.", 
8583           "type": "string"
8584         }, 
8585         "model-version-id": {
8586           "also requires": "model-invariant-id", 
8587           "description": "the ASDC model version for this resource or service model.", 
8588           "type": "string"
8589         }, 
8590         "relationship-list": {
8591           "$ref": "#/definitions/relationship", 
8592           "type": "object"
8593         }, 
8594         "resource-instance-id": {
8595           "description": "Unique id of resource instance.", 
8596           "type": "string"
8597         }, 
8598         "widget-model-id": {
8599           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
8600           "type": "string"
8601         }, 
8602         "widget-model-version": {
8603           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
8604           "type": "string"
8605         }
8606       }
8607     }, 
8608     "zzzz-patch-constrained-element-set": {
8609       "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", 
8610       "properties": {
8611         "check-type": {
8612           "type": "string"
8613         }, 
8614         "constrained-element-set-uuid": {
8615           "type": "string"
8616         }, 
8617         "constraint-type": {
8618           "type": "string"
8619         }, 
8620         "relationship-list": {
8621           "$ref": "#/definitions/relationship", 
8622           "type": "object"
8623         }
8624       }
8625     }, 
8626     "zzzz-patch-cp": {
8627       "description": "point of attachment from services or resources to a virtual link or network.\n###### Related Nodes\n- FROM l-interface( l-interface LinksTo cp, ONE2ONE)\n- FROM l3-interface-ipv4-address-list (CHILD of cp, l3-interface-ipv4-address-list BelongsTo cp, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of cp, l3-interface-ipv6-address-list BelongsTo cp, MANY2ONE)(1)\n- FROM l3-network( l3-network LinksTo cp, MANY2MANY)\n- FROM vip-ipv4-address-list( vip-ipv4-address-list Uses cp, MANY2MANY)\n- FROM vip-ipv6-address-list( vip-ipv6-address-list Uses cp, MANY2MANY)\n- FROM vlan-tag( vlan-tag Uses cp, MANY2MANY)\n- FROM vnfc (PARENT of cp, vnfc BelongsTo cp, ONE2MANY)\ncp is child of vnfc(3)\n\n-(1) IF this CP node is deleted, this FROM node is DELETED also\n-(3) IF this FROM node is deleted, this CP is DELETED also\n", 
8628       "properties": {
8629         "cp-instance-id": {
8630           "description": "Unique ID of the connection point.", 
8631           "type": "string"
8632         }, 
8633         "port-id": {
8634           "description": "port index to represent multiple CPs on VNFC connected to same network.", 
8635           "format": "int32", 
8636           "type": "integer"
8637         }, 
8638         "relationship-list": {
8639           "$ref": "#/definitions/relationship", 
8640           "type": "object"
8641         }
8642       }
8643     }, 
8644     "zzzz-patch-ctag-assignment": {
8645       "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", 
8646       "properties": {
8647         "relationship-list": {
8648           "$ref": "#/definitions/relationship", 
8649           "type": "object"
8650         }, 
8651         "vlan-id-inner": {
8652           "description": "id.", 
8653           "format": "int64", 
8654           "type": "integer"
8655         }
8656       }
8657     }, 
8658     "zzzz-patch-ctag-pool": {
8659       "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", 
8660       "properties": {
8661         "availability-zone-name": {
8662           "description": "Name of the availability zone", 
8663           "type": "string"
8664         }, 
8665         "ctag-pool-purpose": {
8666           "description": "Describes what the intended purpose of this pool is.", 
8667           "type": "string"
8668         }, 
8669         "ctag-values": {
8670           "description": "Comma separated list of ctags", 
8671           "type": "string"
8672         }, 
8673         "relationship-list": {
8674           "$ref": "#/definitions/relationship", 
8675           "type": "object"
8676         }, 
8677         "target-pe": {
8678           "description": "The Target provider edge router", 
8679           "type": "string"
8680         }
8681       }
8682     }, 
8683     "zzzz-patch-customer": {
8684       "description": "customer identifiers to provide linkage back to BSS information.\n###### Related Nodes\n- FROM service-subscription (CHILD of customer, service-subscription BelongsTo customer, MANY2ONE)(1)\n- FROM vpn-binding( vpn-binding Uses customer, MANY2MANY)\n\n-(1) IF this CUSTOMER node is deleted, this FROM node is DELETED also\n", 
8685       "properties": {
8686         "global-customer-id": {
8687           "description": "Global customer id used across ECOMP to uniquely identify customer.", 
8688           "type": "string"
8689         }, 
8690         "relationship-list": {
8691           "$ref": "#/definitions/relationship", 
8692           "type": "object"
8693         }, 
8694         "subscriber-name": {
8695           "description": "Subscriber name, an alternate way to retrieve a customer.", 
8696           "type": "string"
8697         }, 
8698         "subscriber-type": {
8699           "description": "Subscriber type, a way to provide VID with only the INFRA customers.", 
8700           "type": "string"
8701         }
8702       }
8703     }, 
8704     "zzzz-patch-cvlan-tag-entry": {
8705       "properties": {
8706         "cvlan-tag": {
8707           "description": "See mis-na-virtualization-platform.yang", 
8708           "format": "int64", 
8709           "type": "integer"
8710         }, 
8711         "relationship-list": {
8712           "$ref": "#/definitions/relationship", 
8713           "type": "object"
8714         }
8715       }
8716     }, 
8717     "zzzz-patch-device": {
8718       "description": "Instance of a device\n###### Related Nodes\n- TO ext-aai-network( device BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO generic-vnf( device Uses generic-vnf, ONE2MANY)\nFor CCVPN Usecase\n- TO service-instance( device PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n", 
8719       "properties": {
8720         "class": {
8721           "description": "Store the class of this device.", 
8722           "type": "string"
8723         }, 
8724         "description": {
8725           "description": "Store the description of this device.", 
8726           "type": "string"
8727         }, 
8728         "device-id": {
8729           "description": "Uniquely identifies this device by id", 
8730           "type": "string"
8731         }, 
8732         "device-name": {
8733           "description": "Store the name of this device.", 
8734           "type": "string"
8735         }, 
8736         "esn": {
8737           "description": "Store the esn of this device.", 
8738           "type": "string"
8739         }, 
8740         "model-customization-id": {
8741           "description": "Store the model-customization-id for this object.", 
8742           "type": "string"
8743         }, 
8744         "model-invariant-id": {
8745           "also requires": "model-version-id", 
8746           "description": "the ASDC model id for this resource or service model.", 
8747           "type": "string"
8748         }, 
8749         "model-version-id": {
8750           "also requires": "model-invariant-id", 
8751           "description": "the ASDC model version for this resource or service model.", 
8752           "type": "string"
8753         }, 
8754         "operational-status": {
8755           "description": "Store the operational-status for this object.", 
8756           "type": "string"
8757         }, 
8758         "relationship-list": {
8759           "$ref": "#/definitions/relationship", 
8760           "type": "object"
8761         }, 
8762         "selflink": {
8763           "description": "Store the link to get more information for this object.", 
8764           "type": "string"
8765         }, 
8766         "system-ip": {
8767           "description": "Store the system-ip of this device.", 
8768           "type": "string"
8769         }, 
8770         "system-ipv4": {
8771           "description": "Store the system-ipv4 of this device.", 
8772           "type": "string"
8773         }, 
8774         "system-ipv6": {
8775           "description": "Store the system-ipv6 of this device.", 
8776           "type": "string"
8777         }, 
8778         "type": {
8779           "description": "Store the type of this device.", 
8780           "type": "string"
8781         }, 
8782         "vendor": {
8783           "description": "Store the vendor of this device.", 
8784           "type": "string"
8785         }, 
8786         "version": {
8787           "description": "Store the version of this device.", 
8788           "type": "string"
8789         }
8790       }
8791     }, 
8792     "zzzz-patch-dhcp-service": {
8793       "description": "Instance of a dhcp-service\n###### Related Nodes\n- FROM lan-port-config (PARENT of dhcp-service, lan-port-config Uses dhcp-service, ONE2MANY)\nFor CCVPN Usecase(3)\n\n-(3) IF this FROM node is deleted, this DHCP-SERVICE is DELETED also\n", 
8794       "properties": {
8795         "dhcp-service-id": {
8796           "description": "Uniquely identifies this dhcp-service by id", 
8797           "type": "string"
8798         }, 
8799         "dhcp-service-type": {
8800           "description": "Store the dhcp-service-type of this dhcp-service.", 
8801           "type": "string"
8802         }, 
8803         "dns": {
8804           "description": "Store the dns of this dhcp-service.", 
8805           "type": "string"
8806         }, 
8807         "domain-name": {
8808           "description": "Store the domain-name of this dhcp-service.", 
8809           "type": "string"
8810         }, 
8811         "lease-time": {
8812           "description": "Store the lease-time of this dhcp-service.", 
8813           "type": "string"
8814         }, 
8815         "nbns": {
8816           "description": "Store the nbns of this dhcp-service.", 
8817           "type": "string"
8818         }, 
8819         "ntp-primary": {
8820           "description": "Store the ntp-primary of this dhcp-service.", 
8821           "type": "string"
8822         }, 
8823         "ntp-secondary": {
8824           "description": "Store the ntp-secondary of this dhcp-service.", 
8825           "type": "string"
8826         }, 
8827         "relationship-list": {
8828           "$ref": "#/definitions/relationship", 
8829           "type": "object"
8830         }, 
8831         "server-ipv4-address": {
8832           "description": "Store the server-ip4-address of this dhcp-service.", 
8833           "type": "string"
8834         }, 
8835         "server-ipv6-address": {
8836           "description": "Store the server-ipv6-address of this dhcp-service.", 
8837           "type": "string"
8838         }, 
8839         "service-enable": {
8840           "description": "Store the service-enable of this dhcp-service.", 
8841           "type": "string"
8842         }
8843       }
8844     }, 
8845     "zzzz-patch-dvs-switch": {
8846       "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", 
8847       "properties": {
8848         "relationship-list": {
8849           "$ref": "#/definitions/relationship", 
8850           "type": "object"
8851         }, 
8852         "switch-name": {
8853           "description": "DVS switch name", 
8854           "type": "string"
8855         }, 
8856         "vcenter-url": {
8857           "description": "URL used to reach the vcenter", 
8858           "type": "string"
8859         }
8860       }
8861     }, 
8862     "zzzz-patch-edge-prop-names": {
8863       "description": "Internal map to define the properties of an edge and interpret the map EdgeRules\n", 
8864       "properties": {
8865         "SVC-INFRA": {
8866           "type": "string"
8867         }, 
8868         "aai-uuid": {
8869           "type": "string"
8870         }, 
8871         "contains-other-v": {
8872           "type": "string"
8873         }, 
8874         "delete-other-v": {
8875           "type": "string"
8876         }, 
8877         "direction": {
8878           "type": "string"
8879         }, 
8880         "edgeLabel": {
8881           "type": "string"
8882         }, 
8883         "multiplicityRule": {
8884           "type": "string"
8885         }, 
8886         "prevent-delete": {
8887           "type": "string"
8888         }
8889       }
8890     }, 
8891     "zzzz-patch-edge-tag-query-request": {
8892       "properties": {
8893         "edge-tag": {
8894           "type": "string"
8895         }, 
8896         "result-detail": {
8897           "type": "string"
8898         }, 
8899         "start-node-type": {
8900           "type": "string"
8901         }
8902       }
8903     }, 
8904     "zzzz-patch-element-choice-set": {
8905       "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", 
8906       "properties": {
8907         "cardinality": {
8908           "type": "string"
8909         }, 
8910         "element-choice-set-name": {
8911           "type": "string"
8912         }, 
8913         "element-choice-set-uuid": {
8914           "type": "string"
8915         }, 
8916         "relationship-list": {
8917           "$ref": "#/definitions/relationship", 
8918           "type": "object"
8919         }
8920       }
8921     }, 
8922     "zzzz-patch-entitlement": {
8923       "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", 
8924       "properties": {
8925         "group-uuid": {
8926           "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
8927           "type": "string"
8928         }, 
8929         "relationship-list": {
8930           "$ref": "#/definitions/relationship", 
8931           "type": "object"
8932         }, 
8933         "resource-uuid": {
8934           "description": "Unique ID of an entitlement resource.", 
8935           "type": "string"
8936         }
8937       }
8938     }, 
8939     "zzzz-patch-esr-ems": {
8940       "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", 
8941       "properties": {
8942         "ems-id": {
8943           "description": "Unique ID of EMS.", 
8944           "type": "string"
8945         }, 
8946         "relationship-list": {
8947           "$ref": "#/definitions/relationship", 
8948           "type": "object"
8949         }
8950       }
8951     }, 
8952     "zzzz-patch-esr-system-info": {
8953       "description": "Persist common address information of external systems.\n###### Related Nodes\n- TO cloud-region (PARENT of esr-system-info, esr-system-info BelongsTo cloud-region, MANY2ONE)(4)\n- TO esr-ems (PARENT of esr-system-info, esr-system-info BelongsTo esr-ems, MANY2ONE)(4)\n- TO esr-thirdparty-sdnc (PARENT of esr-system-info, esr-system-info BelongsTo esr-thirdparty-sdnc, ONE2ONE)(4)\n- TO esr-vnfm (PARENT of esr-system-info, esr-system-info BelongsTo esr-vnfm, ONE2ONE)(4)\n- FROM ext-aai-network (PARENT of esr-system-info, ext-aai-network Uses esr-system-info, ONE2MANY)\nFor CCVPN Usecase(3)\n\n-(3) IF this FROM node is deleted, this ESR-SYSTEM-INFO is DELETED also\n-(4) IF this TO node is deleted, this ESR-SYSTEM-INFO is DELETED also\n", 
8954       "properties": {
8955         "cloud-domain": {
8956           "description": "domain info for authentication.", 
8957           "type": "string"
8958         }, 
8959         "default-tenant": {
8960           "description": "default tenant of VIM.", 
8961           "type": "string"
8962         }, 
8963         "esr-system-info-id": {
8964           "description": "Unique ID of esr system info.", 
8965           "type": "string"
8966         }, 
8967         "ip-address": {
8968           "description": "service IP of ftp server.", 
8969           "type": "string"
8970         }, 
8971         "openstack-region-id": {
8972           "description": "OpenStack region ID used by MultiCloud plugin to interact with an OpenStack instance.", 
8973           "type": "string"
8974         }, 
8975         "passive": {
8976           "description": "ftp passive mode or not.", 
8977           "type": "boolean"
8978         }, 
8979         "password": {
8980           "description": "password used to access external systems.", 
8981           "type": "string"
8982         }, 
8983         "port": {
8984           "description": "service port of ftp server.", 
8985           "type": "string"
8986         }, 
8987         "protocol": {
8988           "description": "protocol of third party SDNC, for example netconf/snmp.", 
8989           "type": "string"
8990         }, 
8991         "relationship-list": {
8992           "$ref": "#/definitions/relationship", 
8993           "type": "object"
8994         }, 
8995         "remote-path": {
8996           "description": "resource or performance data file path.", 
8997           "type": "string"
8998         }, 
8999         "service-url": {
9000           "description": "url used to access external systems.", 
9001           "type": "string"
9002         }, 
9003         "ssl-cacert": {
9004           "description": "ca file content if enabled ssl on auth-url.", 
9005           "type": "string"
9006         }, 
9007         "ssl-insecure": {
9008           "description": "Whether to verify VIM's certificate.", 
9009           "type": "boolean"
9010         }, 
9011         "system-name": {
9012           "description": "name of external system.", 
9013           "type": "string"
9014         }, 
9015         "system-status": {
9016           "description": "the status of external system.", 
9017           "type": "string"
9018         }, 
9019         "system-type": {
9020           "description": "it could be vim/vnfm/thirdparty-sdnc/ems-resource/ems-performance/ems-alarm.", 
9021           "type": "string"
9022         }, 
9023         "type": {
9024           "description": "type of external systems.", 
9025           "type": "string"
9026         }, 
9027         "user-name": {
9028           "description": "username used to access external systems.", 
9029           "type": "string"
9030         }, 
9031         "vendor": {
9032           "description": "vendor of external systems.", 
9033           "type": "string"
9034         }, 
9035         "version": {
9036           "description": "version of external systems.", 
9037           "type": "string"
9038         }
9039       }
9040     }, 
9041     "zzzz-patch-esr-thirdparty-sdnc": {
9042       "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", 
9043       "properties": {
9044         "location": {
9045           "description": "used for DC type to indicate the location of SDNC, such as Core or Edge.", 
9046           "type": "string"
9047         }, 
9048         "product-name": {
9049           "description": "password used to access SDNC server.", 
9050           "type": "string"
9051         }, 
9052         "relationship-list": {
9053           "$ref": "#/definitions/relationship", 
9054           "type": "object"
9055         }, 
9056         "thirdparty-sdnc-id": {
9057           "description": "Unique ID of SDNC.", 
9058           "type": "string"
9059         }
9060       }
9061     }, 
9062     "zzzz-patch-esr-vnfm": {
9063       "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", 
9064       "properties": {
9065         "certificate-url": {
9066           "description": "certificate url of VNFM.", 
9067           "type": "string"
9068         }, 
9069         "relationship-list": {
9070           "$ref": "#/definitions/relationship", 
9071           "type": "object"
9072         }, 
9073         "vim-id": {
9074           "description": "indecate the VIM to deploy VNF.", 
9075           "type": "string"
9076         }, 
9077         "vnfm-id": {
9078           "description": "Unique ID of VNFM.", 
9079           "type": "string"
9080         }
9081       }
9082     }, 
9083     "zzzz-patch-evc": {
9084       "description": "evc object is an optional child object of the Configuration object.\n###### Related Nodes\n- TO configuration (PARENT of evc, evc BelongsTo configuration, ONE2ONE)(4)\n\n-(4) IF this TO node is deleted, this EVC is DELETED also\n", 
9085       "properties": {
9086         "cir-units": {
9087           "description": "CIR units", 
9088           "type": "string"
9089         }, 
9090         "cir-value": {
9091           "description": "Commited Information Rate", 
9092           "type": "string"
9093         }, 
9094         "collector-pop-clli": {
9095           "description": "Collector POP CLLI (from the hostname of the access pnf)", 
9096           "type": "string"
9097         }, 
9098         "connection-diversity-group-id": {
9099           "description": "Diversity Group ID", 
9100           "type": "string"
9101         }, 
9102         "esp-evc-cir-units": {
9103           "description": "CIR units (For ESP)", 
9104           "type": "string"
9105         }, 
9106         "esp-evc-cir-value": {
9107           "description": "Committed Information Rate (For ESP)", 
9108           "type": "string"
9109         }, 
9110         "esp-evc-circuit-id": {
9111           "description": "EVC Circuit ID of ESP EVC", 
9112           "type": "string"
9113         }, 
9114         "esp-itu-code": {
9115           "description": "Identifies ESP", 
9116           "type": "string"
9117         }, 
9118         "evc-id": {
9119           "description": "Unique/key field for the evc object", 
9120           "type": "string"
9121         }, 
9122         "forwarding-path-topology": {
9123           "description": "Point-to-Point, Multi-Point", 
9124           "type": "string"
9125         }, 
9126         "inter-connect-type-ingress": {
9127           "description": "Interconnect type on ingress side of EVC.", 
9128           "type": "string"
9129         }, 
9130         "relationship-list": {
9131           "$ref": "#/definitions/relationship", 
9132           "type": "object"
9133         }, 
9134         "service-hours": {
9135           "description": "formerly Performance Group", 
9136           "type": "string"
9137         }, 
9138         "tagmode-access-egress": {
9139           "description": "tagMode for network side of EVC", 
9140           "type": "string"
9141         }, 
9142         "tagmode-access-ingress": {
9143           "description": "tagode for collector side of EVC", 
9144           "type": "string"
9145         }
9146       }
9147     }, 
9148     "zzzz-patch-ext-aai-network": {
9149       "description": "Refer to an external AAI in another ONAP.\n###### Related Nodes\n- TO esr-system-info (PARENT of ext-aai-network, ext-aai-network Uses esr-system-info, ONE2MANY)\nFor CCVPN Usecase(2)\n- FROM connectivity( connectivity BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM device( device BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM lan-port-config( lan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM logical-link( logical-link BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM network-resource( network-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM pnf( pnf BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM sdwan-vpn( sdwan-vpn BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM site-resource( site-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM vpn-binding( vpn-binding BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- FROM wan-port-config( wan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n\n-(2) IF this EXT-AAI-NETWORK node is deleted, this TO node is DELETED also\n-EXT-AAI-NETWORK cannot be deleted if related to CONNECTIVITY,DEVICE,LAN-PORT-CONFIG,LOGICAL-LINK,NETWORK-RESOURCE,PNF,SDWAN-VPN,SITE-RESOURCE,VPN-BINDING,WAN-PORT-CONFIG\n", 
9150       "properties": {
9151         "aai-id": {
9152           "description": "Unique ID of the referenced AAI.", 
9153           "type": "string"
9154         }, 
9155         "relationship-list": {
9156           "$ref": "#/definitions/relationship", 
9157           "type": "object"
9158         }, 
9159         "schema-version": {
9160           "description": "Schema version of the referenced AAI.", 
9161           "type": "string"
9162         }
9163       }
9164     }, 
9165     "zzzz-patch-extra-property": {
9166       "properties": {
9167         "property-name": {
9168           "type": "string"
9169         }, 
9170         "property-value": {
9171           "type": "string"
9172         }
9173       }
9174     }, 
9175     "zzzz-patch-flavor": {
9176       "description": "Openstack flavor.\n###### Related Nodes\n- TO cloud-region (PARENT of flavor, flavor BelongsTo cloud-region, MANY2ONE)\n- TO pserver( flavor CanBeInstantiatedIn pserver, MANY2MANY)\nHPA Capacity getting the compute nodes from given flavor\n- FROM hpa-capability (CHILD of flavor, hpa-capability BelongsTo flavor, MANY2ONE)\n- FROM vserver( vserver Uses flavor, MANY2ONE)\n\n-FLAVOR cannot be deleted if related to HPA-CAPABILITY,VSERVER\n", 
9177       "properties": {
9178         "flavor-disabled": {
9179           "description": "Boolean as to whether this flavor is no longer enabled", 
9180           "type": "boolean"
9181         }, 
9182         "flavor-disk": {
9183           "description": "Disk space", 
9184           "format": "int32", 
9185           "type": "integer"
9186         }, 
9187         "flavor-ephemeral": {
9188           "description": "Amount of ephemeral disk space", 
9189           "format": "int32", 
9190           "type": "integer"
9191         }, 
9192         "flavor-id": {
9193           "description": "Flavor id, expected to be unique across cloud-region.", 
9194           "type": "string"
9195         }, 
9196         "flavor-is-public": {
9197           "description": "whether flavor is available to all users or private to the tenant it was created in.", 
9198           "type": "boolean"
9199         }, 
9200         "flavor-name": {
9201           "description": "Cloud Region Flavor name", 
9202           "type": "string"
9203         }, 
9204         "flavor-ram": {
9205           "description": "Amount of memory", 
9206           "format": "int32", 
9207           "type": "integer"
9208         }, 
9209         "flavor-selflink": {
9210           "description": "URL to endpoint where AAI can get more details", 
9211           "type": "string"
9212         }, 
9213         "flavor-swap": {
9214           "description": "amount of swap space allocation", 
9215           "type": "string"
9216         }, 
9217         "flavor-vcpus": {
9218           "description": "Number of CPUs", 
9219           "format": "int32", 
9220           "type": "integer"
9221         }, 
9222         "relationship-list": {
9223           "$ref": "#/definitions/relationship", 
9224           "type": "object"
9225         }
9226       }
9227     }, 
9228     "zzzz-patch-forwarder": {
9229       "description": "Entity describing a sequenced segment of forwarding path\n###### Related Nodes\n- TO configuration( forwarder Uses configuration, ONE2ONE)(2)\n- TO forwarding-path (PARENT of forwarder, forwarder BelongsTo forwarding-path, MANY2ONE)(4)\n- TO generic-vnf( forwarder AppliesTo generic-vnf, MANY2MANY)\nPoints to the generic-vnf(s) involved in this forwarding step.\n- TO l-interface( forwarder ForwardsTo l-interface, MANY2MANY)\n- TO lag-interface( forwarder ForwardsTo lag-interface, MANY2MANY)\n- TO p-interface( forwarder ForwardsTo p-interface, MANY2MANY)\n\n-(2) IF this FORWARDER node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDER is DELETED also\n", 
9230       "properties": {
9231         "forwarder-role": {
9232           "description": "ingress, intermediate, egress", 
9233           "type": "string"
9234         }, 
9235         "relationship-list": {
9236           "$ref": "#/definitions/relationship", 
9237           "type": "object"
9238         }, 
9239         "sequence": {
9240           "description": "Unique ID of this segmentation", 
9241           "format": "int32", 
9242           "type": "integer"
9243         }
9244       }
9245     }, 
9246     "zzzz-patch-forwarder-evc": {
9247       "description": "forwarder object is an optional child object of the Configuration object.\n###### Related Nodes\n- TO configuration (PARENT of forwarder-evc, forwarder-evc BelongsTo configuration, ONE2ONE)(4)\n- FROM vlan-mapping (CHILD of forwarder-evc, vlan-mapping BelongsTo forwarder-evc, MANY2ONE)(1)\n\n-(1) IF this FORWARDER-EVC node is deleted, this FROM node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDER-EVC is DELETED also\n", 
9248       "properties": {
9249         "circuit-id": {
9250           "description": "Circuit ID from customer/ESP/ingress end of EVC, or reference to beater circuit on gateway/network/egress end of EVC", 
9251           "type": "string"
9252         }, 
9253         "cvlan": {
9254           "description": "CVLAN value for ingress of egress forwarder.", 
9255           "type": "string"
9256         }, 
9257         "forwarder-evc-id": {
9258           "description": "Key for forwarder-evc object", 
9259           "type": "string"
9260         }, 
9261         "ivlan": {
9262           "description": "Internal VLAN.", 
9263           "type": "string"
9264         }, 
9265         "relationship-list": {
9266           "$ref": "#/definitions/relationship", 
9267           "type": "object"
9268         }, 
9269         "svlan": {
9270           "description": "SVLAN value for ingress of egress forwarder.", 
9271           "type": "string"
9272         }
9273       }
9274     }, 
9275     "zzzz-patch-forwarding-path": {
9276       "description": "Entity that describes the sequenced forwarding path between interfaces of services or resources\n###### Related Nodes\n- TO configuration( forwarding-path Uses configuration, ONE2ONE)(2)\n- TO service-instance( forwarding-path AppliesTo service-instance, MANY2ONE)(4)\n- FROM forwarder (CHILD of forwarding-path, forwarder BelongsTo forwarding-path, MANY2ONE)(1)\n\n-(1) IF this FORWARDING-PATH node is deleted, this FROM node is DELETED also\n-(2) IF this FORWARDING-PATH node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this FORWARDING-PATH is DELETED also\n", 
9277       "properties": {
9278         "forwarding-path-id": {
9279           "description": "Unique ID of this FP", 
9280           "type": "string"
9281         }, 
9282         "forwarding-path-name": {
9283           "description": "Name of the FP", 
9284           "type": "string"
9285         }, 
9286         "relationship-list": {
9287           "$ref": "#/definitions/relationship", 
9288           "type": "object"
9289         }, 
9290         "selflink": {
9291           "description": "the self link for this FP", 
9292           "type": "string"
9293         }
9294       }
9295     }, 
9296     "zzzz-patch-generic-vnf": {
9297       "description": "General purpose VNF\n###### Related Nodes\n- TO availability-zone( generic-vnf Uses availability-zone, MANY2MANY)\n- TO cloud-region( generic-vnf LocatedIn cloud-region, MANY2ONE)\n- TO complex( generic-vnf LocatedIn complex, MANY2MANY)\n- TO configuration( generic-vnf Uses configuration, ONE2MANY)(2)\n- TO ctag-pool( generic-vnf Uses ctag-pool, MANY2MANY)\n- TO instance-group( generic-vnf MemberOf instance-group, MANY2MANY)\n- TO instance-group( generic-vnf Uses instance-group, ONE2MANY)\n- TO ipsec-configuration( generic-vnf Uses ipsec-configuration, MANY2ONE)\n- TO l3-network( generic-vnf Uses l3-network, MANY2MANY)\n- TO nos-server( generic-vnf HostedOn nos-server, MANY2ONE)\n- TO pnf( generic-vnf HostedOn pnf, MANY2MANY)\n- TO pserver( generic-vnf HostedOn pserver, MANY2MANY)\n- TO tenant( generic-vnf BelongsTo tenant, MANY2ONE)\n- TO virtual-data-center( generic-vnf LocatedIn virtual-data-center, MANY2MANY)\n- TO vnf-image( generic-vnf Uses vnf-image, MANY2ONE)\n- TO volume-group( generic-vnf DependsOn volume-group, ONE2MANY)\n- TO vserver( generic-vnf HostedOn vserver, ONE2MANY)\n- FROM allotted-resource( allotted-resource PartOf generic-vnf, MANY2MANY)\n- FROM device( device Uses generic-vnf, ONE2MANY)\nFor CCVPN Usecase\n- FROM entitlement (CHILD of generic-vnf, entitlement BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM forwarder( forwarder AppliesTo generic-vnf, MANY2MANY)\nPoints to the generic-vnf(s) involved in this forwarding step.\n- FROM instance-group( instance-group BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM l-interface (CHILD of generic-vnf, l-interface BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM lag-interface (CHILD of generic-vnf, lag-interface BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM license (CHILD of generic-vnf, license BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM line-of-business( line-of-business Uses generic-vnf, MANY2MANY)\n- FROM logical-link( logical-link BridgedTo generic-vnf, MANY2MANY)\n- FROM network-profile( network-profile AppliesTo generic-vnf, MANY2MANY)\n- FROM platform( platform Uses generic-vnf, MANY2MANY)\n- FROM service-instance( service-instance ComposedOf generic-vnf, ONE2MANY)\n- FROM site-pair-set( site-pair-set AppliesTo generic-vnf, MANY2MANY)\n- FROM vf-module (CHILD of generic-vnf, vf-module BelongsTo generic-vnf, MANY2ONE)(1)\n- FROM vnfc( vnfc BelongsTo generic-vnf, MANY2ONE)(1)\n\n-(1) IF this GENERIC-VNF node is deleted, this FROM node is DELETED also\n-(2) IF this GENERIC-VNF node is deleted, this TO node is DELETED also\n", 
9298       "properties": {
9299         "as-number": {
9300           "description": "as-number of the VNF", 
9301           "type": "string"
9302         }, 
9303         "encrypted-access-flag": {
9304           "description": "indicates whether generic-vnf access uses SSH", 
9305           "type": "boolean"
9306         }, 
9307         "entitlement-assignment-group-uuid": {
9308           "description": "UUID of the Entitlement group used for licensing VNFs, OBSOLETE -  See child relationships.", 
9309           "type": "string"
9310         }, 
9311         "entitlement-resource-uuid": {
9312           "description": "UUID of the specific entitlement resource.  OBSOLETE -  See child relationships.", 
9313           "type": "string"
9314         }, 
9315         "equipment-role": {
9316           "description": "Client should send valid enumerated value", 
9317           "type": "string"
9318         }, 
9319         "heat-stack-id": {
9320           "description": "Heat stack id corresponding to this instance, managed by MSO", 
9321           "type": "string"
9322         }, 
9323         "in-maint": {
9324           "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.", 
9325           "type": "boolean"
9326         }, 
9327         "ipv4-loopback0-address": {
9328           "description": "v4 Loopback0 address", 
9329           "type": "string"
9330         }, 
9331         "ipv4-oam-address": {
9332           "description": "Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf.", 
9333           "type": "string"
9334         }, 
9335         "ipv4-oam-gateway-address": {
9336           "description": "Gateway address", 
9337           "type": "string"
9338         }, 
9339         "ipv4-oam-gateway-address-prefix-length": {
9340           "description": "Prefix length for oam-address", 
9341           "format": "int32", 
9342           "type": "integer"
9343         }, 
9344         "is-closed-loop-disabled": {
9345           "description": "used to indicate whether closed loop function is enabled on this node", 
9346           "type": "boolean"
9347         }, 
9348         "job-id": {
9349           "description": "job id corresponding to vnf", 
9350           "type": "string"
9351         }, 
9352         "license-assignment-group-uuid": {
9353           "description": "UUID of the license assignment group.  OBSOLETE -  See child relationships.", 
9354           "type": "string"
9355         }, 
9356         "license-key": {
9357           "description": "OBSOLETE -  do not use", 
9358           "type": "string"
9359         }, 
9360         "license-key-uuid": {
9361           "description": "UUID of the actual license resource.  OBSOLETE -  See child relationships.", 
9362           "type": "string"
9363         }, 
9364         "management-option": {
9365           "description": "identifier of managed by ATT or customer", 
9366           "type": "string"
9367         }, 
9368         "management-v6-address": {
9369           "description": "v6 management address", 
9370           "type": "string"
9371         }, 
9372         "model-customization-id": {
9373           "description": "captures the id of all the configuration used to customize the resource for the service.", 
9374           "type": "string"
9375         }, 
9376         "model-invariant-id": {
9377           "also requires": "model-version-id", 
9378           "description": "the ASDC model id for this resource or service model.", 
9379           "type": "string"
9380         }, 
9381         "model-version-id": {
9382           "also requires": "model-invariant-id", 
9383           "description": "the ASDC model version for this resource or service model.", 
9384           "type": "string"
9385         }, 
9386         "mso-catalog-key": {
9387           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
9388           "type": "string"
9389         }, 
9390         "nf-function": {
9391           "description": "English description of Network function that the specific VNF deployment is providing", 
9392           "type": "string"
9393         }, 
9394         "nf-naming-code": {
9395           "description": "string assigned to this model used for naming purposes", 
9396           "type": "string"
9397         }, 
9398         "nf-role": {
9399           "description": "role in the network that this model will be providing", 
9400           "type": "string"
9401         }, 
9402         "nf-type": {
9403           "description": "Generic description of the type of NF", 
9404           "type": "string"
9405         }, 
9406         "nm-lan-v6-address": {
9407           "description": "v6 Loopback address", 
9408           "type": "string"
9409         }, 
9410         "nm-profile-name": {
9411           "description": "Network Management profile of this VNF", 
9412           "type": "string"
9413         }, 
9414         "nnet": {
9415           "description": "number of network in vnf.", 
9416           "format": "int64", 
9417           "type": "integer"
9418         }, 
9419         "nshd": {
9420           "description": "number of associated SHD in vnf.", 
9421           "format": "int64", 
9422           "type": "integer"
9423         }, 
9424         "nvm": {
9425           "description": "number of vms in vnf.", 
9426           "format": "int64", 
9427           "type": "integer"
9428         }, 
9429         "operational-status": {
9430           "description": "Indicator for whether the resource is considered operational.  Valid values are in-service-path and out-of-service-path.", 
9431           "type": "string"
9432         }, 
9433         "orchestration-status": {
9434           "description": "Orchestration status of this VNF, used by MSO.", 
9435           "type": "string"
9436         }, 
9437         "persona-model-version": {
9438           "description": "the ASDC model version for this resource or service model.", 
9439           "type": "string"
9440         }, 
9441         "prov-status": {
9442           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
9443           "type": "string"
9444         }, 
9445         "regional-resource-subzone": {
9446           "description": "represents sub zone of the rr plane", 
9447           "type": "string"
9448         }, 
9449         "regional-resource-zone": {
9450           "description": "Regional way of organizing pservers, source of truth should define values", 
9451           "type": "string"
9452         }, 
9453         "relationship-list": {
9454           "$ref": "#/definitions/relationship", 
9455           "type": "object"
9456         }, 
9457         "selflink": {
9458           "description": "Path to the controller object.", 
9459           "type": "string"
9460         }, 
9461         "service-id": {
9462           "description": "Unique identifier of service, does not necessarily map to ASDC service models.  SOON TO BE DEPRECATED", 
9463           "type": "string"
9464         }, 
9465         "summary-status": {
9466           "description": "details regarding the generic-vnf operation, PLEASE DISCONTINUE USE OF THIS FIELD.", 
9467           "type": "string"
9468         }, 
9469         "vcpu": {
9470           "description": "number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only by uCPE", 
9471           "format": "int64", 
9472           "type": "integer"
9473         }, 
9474         "vcpu-units": {
9475           "description": "units associated with vcpu, used for VNFs with no vservers/flavors, to be used only by uCPE", 
9476           "type": "string"
9477         }, 
9478         "vdisk": {
9479           "description": "number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors, to be used only uCPE", 
9480           "format": "int64", 
9481           "type": "integer"
9482         }, 
9483         "vdisk-units": {
9484           "description": "units associated with vdisk, used for VNFs with no vservers/flavors, to be used only by uCPE", 
9485           "type": "string"
9486         }, 
9487         "vlan-id-outer": {
9488           "description": "Temporary location for S-TAG to get to VCE", 
9489           "format": "int64", 
9490           "type": "integer"
9491         }, 
9492         "vmemory": {
9493           "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", 
9494           "format": "int64", 
9495           "type": "integer"
9496         }, 
9497         "vmemory-units": {
9498           "description": "units associated with vmemory, used for VNFs with no vservers/flavors, to be used only by uCPE", 
9499           "type": "string"
9500         }, 
9501         "vnf-discriptor-name": {
9502           "description": "vnf discriptor name", 
9503           "type": "string"
9504         }, 
9505         "vnf-id": {
9506           "description": "Unique id of VNF.  This is unique across the graph.", 
9507           "type": "string"
9508         }, 
9509         "vnf-instance-id": {
9510           "description": "vnf instance id.", 
9511           "type": "string"
9512         }, 
9513         "vnf-name": {
9514           "description": "Name of VNF.", 
9515           "type": "string"
9516         }, 
9517         "vnf-name2": {
9518           "description": "Alternate name of VNF.", 
9519           "type": "string"
9520         }, 
9521         "vnf-package-name": {
9522           "type": "string"
9523         }, 
9524         "vnf-type": {
9525           "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.", 
9526           "type": "string"
9527         }, 
9528         "widget-model-id": {
9529           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
9530           "type": "string"
9531         }, 
9532         "widget-model-version": {
9533           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
9534           "type": "string"
9535         }
9536       }
9537     }, 
9538     "zzzz-patch-group-assignment": {
9539       "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", 
9540       "properties": {
9541         "group-description": {
9542           "description": "Group description - description of the group", 
9543           "type": "string"
9544         }, 
9545         "group-id": {
9546           "description": "Group id, expected to be unique across cloud-region.", 
9547           "type": "string"
9548         }, 
9549         "group-name": {
9550           "description": "Group name - name assigned to the group", 
9551           "type": "string"
9552         }, 
9553         "group-type": {
9554           "description": "Group type - the type of group this instance refers to", 
9555           "type": "string"
9556         }, 
9557         "relationship-list": {
9558           "$ref": "#/definitions/relationship", 
9559           "type": "object"
9560         }
9561       }
9562     }, 
9563     "zzzz-patch-host-route": {
9564       "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", 
9565       "properties": {
9566         "host-route-id": {
9567           "description": "host-route id", 
9568           "type": "string"
9569         }, 
9570         "next-hop": {
9571           "description": "Could be ip-address, hostname, or service-instance", 
9572           "type": "string"
9573         }, 
9574         "next-hop-type": {
9575           "description": "Should be ip-address, hostname, or service-instance to match next-hop", 
9576           "type": "string"
9577         }, 
9578         "relationship-list": {
9579           "$ref": "#/definitions/relationship", 
9580           "type": "object"
9581         }, 
9582         "route-prefix": {
9583           "description": "subnet prefix", 
9584           "type": "string"
9585         }
9586       }
9587     }, 
9588     "zzzz-patch-hpa-capability": {
9589       "description": "Represents a HPA capability\n###### Related Nodes\n- TO cloud-region (PARENT of hpa-capability, hpa-capability BelongsTo cloud-region, MANY2ONE)\n- TO flavor (PARENT of hpa-capability, hpa-capability BelongsTo flavor, MANY2ONE)\n- FROM hpa-feature-attributes (CHILD of hpa-capability, hpa-feature-attributes BelongsTo hpa-capability, MANY2ONE)(1)\n\n-(1) IF this HPA-CAPABILITY node is deleted, this FROM node is DELETED also\n", 
9590       "properties": {
9591         "architecture": {
9592           "description": "Hardware architecture", 
9593           "type": "string"
9594         }, 
9595         "hpa-capability-id": {
9596           "description": "UUID to uniquely identify a HPA capability", 
9597           "type": "string"
9598         }, 
9599         "hpa-feature": {
9600           "description": "Name of the HPACapability", 
9601           "type": "string"
9602         }, 
9603         "hpa-version": {
9604           "description": "HPA schema version", 
9605           "type": "string"
9606         }, 
9607         "relationship-list": {
9608           "$ref": "#/definitions/relationship", 
9609           "type": "object"
9610         }
9611       }
9612     }, 
9613     "zzzz-patch-hpa-capacity": {
9614       "description": "HPA Capacity information for compute node\n###### Related Nodes\n- TO pserver (PARENT of hpa-capacity, hpa-capacity BelongsTo pserver, MANY2ONE)\nHPA Capacity KV for given compute node(4)\n\n-(4) IF this TO node is deleted, this HPA-CAPACITY is DELETED also\n", 
9615       "properties": {
9616         "hpa-capacity-key": {
9617           "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
9618           "type": "string"
9619         }, 
9620         "hpa-capacity-value": {
9621           "description": "JSON string specifying the capacity (total,free), unit and metadata of the specific HPA attribute", 
9622           "type": "string"
9623         }, 
9624         "relationship-list": {
9625           "$ref": "#/definitions/relationship", 
9626           "type": "object"
9627         }
9628       }
9629     }, 
9630     "zzzz-patch-hpa-feature-attributes": {
9631       "description": "HPA Capability Feature attributes\n###### Related Nodes\n- TO hpa-capability (PARENT of hpa-feature-attributes, hpa-feature-attributes BelongsTo hpa-capability, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this HPA-FEATURE-ATTRIBUTES is DELETED also\n", 
9632       "properties": {
9633         "hpa-attribute-key": {
9634           "description": "name of the specific HPA attribute", 
9635           "type": "string"
9636         }, 
9637         "hpa-attribute-value": {
9638           "description": "JSON string specifying the value, unit and type of the specific HPA attribute", 
9639           "type": "string"
9640         }, 
9641         "relationship-list": {
9642           "$ref": "#/definitions/relationship", 
9643           "type": "object"
9644         }
9645       }
9646     }, 
9647     "zzzz-patch-image": {
9648       "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", 
9649       "properties": {
9650         "application": {
9651           "description": "The application that the image instantiates.", 
9652           "type": "string"
9653         }, 
9654         "application-vendor": {
9655           "description": "The vendor of the application.", 
9656           "type": "string"
9657         }, 
9658         "application-version": {
9659           "description": "The version of the application.", 
9660           "type": "string"
9661         }, 
9662         "image-architecture": {
9663           "description": "Operating system architecture.", 
9664           "type": "string"
9665         }, 
9666         "image-id": {
9667           "description": "Image id, expected to be unique across cloud region", 
9668           "type": "string"
9669         }, 
9670         "image-name": {
9671           "description": "Image name", 
9672           "type": "string"
9673         }, 
9674         "image-os-distro": {
9675           "description": "The common name of the operating system distribution in lowercase", 
9676           "type": "string"
9677         }, 
9678         "image-os-version": {
9679           "description": "The operating system version as specified by the distributor.", 
9680           "type": "string"
9681         }, 
9682         "image-selflink": {
9683           "description": "URL to endpoint where AAI can get more details", 
9684           "type": "string"
9685         }, 
9686         "relationship-list": {
9687           "$ref": "#/definitions/relationship", 
9688           "type": "object"
9689         }
9690       }
9691     }, 
9692     "zzzz-patch-include-node-filter": {
9693       "properties": {
9694         "include-node-type": {
9695           "type": "string"
9696         }
9697       }
9698     }, 
9699     "zzzz-patch-instance-group": {
9700       "description": "General mechanism for grouping instances\n###### Related Nodes\n- TO collection( instance-group BelongsTo collection, ONE2ONE)\n- TO generic-vnf( instance-group BelongsTo generic-vnf, MANY2ONE)(4)\n- TO model( instance-group Targets model, MANY2MANY)\n- FROM allotted-resource( allotted-resource MemberOf instance-group, MANY2MANY)\n- FROM cloud-region( cloud-region Uses instance-group, ONE2MANY)\n- FROM generic-vnf( generic-vnf MemberOf instance-group, MANY2MANY)\n- FROM generic-vnf( generic-vnf Uses instance-group, ONE2MANY)\n- FROM l-interface( l-interface MemberOf instance-group, MANY2MANY)\n- FROM l3-interface-ipv4-address-list( l3-interface-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- FROM l3-interface-ipv6-address-list( l3-interface-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- FROM l3-network( l3-network MemberOf instance-group, MANY2MANY)\n- FROM pnf( pnf MemberOf instance-group, MANY2MANY)\n- FROM service-instance( service-instance MemberOf instance-group, MANY2MANY)\n- FROM vip-ipv4-address-list( vip-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- FROM vip-ipv6-address-list( vip-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- FROM vnfc( vnfc MemberOf instance-group, MANY2MANY)\n\n-(4) IF this TO node is deleted, this INSTANCE-GROUP is DELETED also\n", 
9701       "properties": {
9702         "description": {
9703           "description": "Descriptive text to help identify the usage of this instance-group", 
9704           "type": "string"
9705         }, 
9706         "id": {
9707           "description": "Instance Group ID, UUID assigned to this instance.", 
9708           "type": "string"
9709         }, 
9710         "instance-group-function": {
9711           "description": "Instance-Group Function", 
9712           "type": "string"
9713         }, 
9714         "instance-group-name": {
9715           "description": "Instance-Group Name.", 
9716           "type": "string"
9717         }, 
9718         "instance-group-role": {
9719           "description": "role of the instance group.", 
9720           "type": "string"
9721         }, 
9722         "instance-group-type": {
9723           "description": "Only valid value today is lower case ha for high availability", 
9724           "type": "string"
9725         }, 
9726         "model-invariant-id": {
9727           "also requires": "model-version-id", 
9728           "description": "ASDC model id for this resource or service model.", 
9729           "type": "string"
9730         }, 
9731         "model-version-id": {
9732           "also requires": "model-invariant-id", 
9733           "description": "ASDC model version uid for this resource model.", 
9734           "type": "string"
9735         }, 
9736         "relationship-list": {
9737           "$ref": "#/definitions/relationship", 
9738           "type": "object"
9739         }
9740       }
9741     }, 
9742     "zzzz-patch-inventory-item": {
9743       "properties": {
9744         "inventory-item-link": {
9745           "type": "string"
9746         }, 
9747         "inventory-item-type": {
9748           "type": "string"
9749         }
9750       }
9751     }, 
9752     "zzzz-patch-inventory-item-data": {
9753       "properties": {
9754         "property-name": {
9755           "type": "string"
9756         }, 
9757         "property-value": {
9758           "type": "string"
9759         }
9760       }
9761     }, 
9762     "zzzz-patch-inventory-response-item": {
9763       "description": "Inventory item for response list\n", 
9764       "properties": {
9765         "model-name": {
9766           "type": "string"
9767         }
9768       }
9769     }, 
9770     "zzzz-patch-ipsec-configuration": {
9771       "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", 
9772       "properties": {
9773         "dpd-frequency": {
9774           "description": "Maximum number of DPD before claiming the tunnel is down", 
9775           "type": "string"
9776         }, 
9777         "dpd-interval": {
9778           "description": "The time between DPD probe", 
9779           "type": "string"
9780         }, 
9781         "ike-version": {
9782           "description": "can be 1 or 2", 
9783           "type": "string"
9784         }, 
9785         "ikev1-am-group-id": {
9786           "description": "Group name defined in VIG for clients using aggressive mode", 
9787           "type": "string"
9788         }, 
9789         "ikev1-am-password": {
9790           "description": "pre-shared key for the above group name", 
9791           "type": "string"
9792         }, 
9793         "ikev1-authentication": {
9794           "description": "Contains values like md5, sha1, sha256, sha384", 
9795           "type": "string"
9796         }, 
9797         "ikev1-dh-group": {
9798           "description": "Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14", 
9799           "type": "string"
9800         }, 
9801         "ikev1-encryption": {
9802           "description": "Encyption values like 3des-cbc, des-cbc, aes-128-cbc,aes-192-cbc, aes-265-cbc", 
9803           "type": "string"
9804         }, 
9805         "ikev1-sa-lifetime": {
9806           "description": "Lifetime for IKEv1 SA", 
9807           "type": "string"
9808         }, 
9809         "ipsec-authentication": {
9810           "description": "md5, sha1, sha256, sha384", 
9811           "type": "string"
9812         }, 
9813         "ipsec-configuration-id": {
9814           "description": "UUID of this configuration", 
9815           "type": "string"
9816         }, 
9817         "ipsec-encryption": {
9818           "description": "3des-cbc, des-cbc, aes-128-cbc,aes-192-cbc, aes-265-cbc", 
9819           "type": "string"
9820         }, 
9821         "ipsec-pfs": {
9822           "description": "enable PFS or not", 
9823           "type": "string"
9824         }, 
9825         "ipsec-sa-lifetime": {
9826           "description": "Life time for IPSec SA", 
9827           "type": "string"
9828         }, 
9829         "relationship-list": {
9830           "$ref": "#/definitions/relationship", 
9831           "type": "object"
9832         }, 
9833         "requested-customer-name": {
9834           "description": "If the DMZ is a custom DMZ, this field will indicate the customer information", 
9835           "type": "string"
9836         }, 
9837         "requested-dmz-type": {
9838           "description": "ATT can offer a shared DMZ or a DMZ specific to a customer", 
9839           "type": "string"
9840         }, 
9841         "requested-encryption-strength": {
9842           "description": "Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc", 
9843           "type": "string"
9844         }, 
9845         "requested-vig-address-type": {
9846           "description": "Indicate the type of VIG server like AVPN, INTERNET, BOTH", 
9847           "type": "string"
9848         }, 
9849         "shared-dmz-network-address": {
9850           "description": "Network address of shared DMZ", 
9851           "type": "string"
9852         }, 
9853         "xauth-user-password": {
9854           "description": "Encrypted using the Juniper $9$ algorithm", 
9855           "type": "string"
9856         }, 
9857         "xauth-userid": {
9858           "description": "user ID for xAuth, sm-user,ucpeHostName,nmteHostName", 
9859           "type": "string"
9860         }
9861       }
9862     }, 
9863     "zzzz-patch-key-data": {
9864       "properties": {
9865         "key-name": {
9866           "type": "string"
9867         }, 
9868         "key-value": {
9869           "type": "string"
9870         }
9871       }
9872     }, 
9873     "zzzz-patch-l-interface": {
9874       "description": "Logical interfaces, e.g., a vnic.\n###### Related Nodes\n- TO cp( l-interface LinksTo cp, ONE2ONE)\n- TO generic-vnf (PARENT of l-interface, l-interface BelongsTo generic-vnf, MANY2ONE)(4)\n- TO instance-group( l-interface MemberOf instance-group, MANY2MANY)\n- TO l-interface( l-interface BelongsTo l-interface, MANY2ONE)(4)\n- TO logical-link( l-interface LinksTo logical-link, MANY2MANY)(2)\n- TO newvce (PARENT of l-interface, l-interface BelongsTo newvce, MANY2ONE)(4)\n- TO p-interface (PARENT of l-interface, l-interface BindsTo p-interface, MANY2ONE)(4)\n- TO vserver (PARENT of l-interface, l-interface BindsTo vserver, MANY2ONE)(4)\n- TO lag-interface (PARENT of l-interface, l-interface BelongsTo lag-interface, MANY2ONE)(4)\n- FROM allotted-resource( allotted-resource Uses l-interface, ONE2MANY)\n- FROM configuration( configuration AppliesTo l-interface, ONE2MANY)\n- FROM forwarder( forwarder ForwardsTo l-interface, MANY2MANY)\n- FROM l-interface (PARENT of l-interface, l-interface BelongsTo l-interface, MANY2ONE)(4)\n- FROM logical-link( logical-link Source l-interface, MANY2MANY)(1)\n- FROM logical-link( logical-link Destination l-interface, MANY2MANY)(1)\n- FROM sriov-vf (CHILD of l-interface, sriov-vf BelongsTo l-interface, ONE2ONE)(1)\n- FROM vlan (CHILD of l-interface, vlan LinksTo l-interface, MANY2ONE)(1)\n- FROM l3-interface-ipv4-address-list (CHILD of l-interface, l3-interface-ipv4-address-list BelongsTo l-interface, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of l-interface, l3-interface-ipv6-address-list BelongsTo l-interface, MANY2ONE)(1)\n- FROM lag-interface( lag-interface Uses l-interface, ONE2MANY)\n\n-(1) IF this L-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this L-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this L-INTERFACE is DELETED also\n", 
9875       "properties": {
9876         "admin-status": {
9877           "description": "Administrative status of the interface. Valid values are 'up', 'down', or 'testing'.", 
9878           "type": "string"
9879         }, 
9880         "allowed-address-pairs": {
9881           "description": "Freeform field for storing an ip address, list of ip addresses or a subnet block.", 
9882           "type": "string"
9883         }, 
9884         "in-maint": {
9885           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
9886           "type": "boolean"
9887         }, 
9888         "interface-description": {
9889           "description": "Human friendly text regarding this interface.", 
9890           "type": "string"
9891         }, 
9892         "interface-id": {
9893           "description": "ID of interface", 
9894           "type": "string"
9895         }, 
9896         "interface-name": {
9897           "description": "Name given to the interface", 
9898           "type": "string"
9899         }, 
9900         "interface-role": {
9901           "description": "E.g., CUSTOMER, UPLINK, etc.", 
9902           "type": "string"
9903         }, 
9904         "is-ip-unnumbered": {
9905           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
9906           "type": "boolean"
9907         }, 
9908         "is-port-mirrored": {
9909           "description": "boolean indicatating whether or not port is a mirrored.", 
9910           "type": "boolean"
9911         }, 
9912         "macaddr": {
9913           "description": "MAC address for the interface", 
9914           "type": "string"
9915         }, 
9916         "management-option": {
9917           "description": "Whether A&AI should be managing this interface of not. Could have value like CUSTOMER", 
9918           "type": "string"
9919         }, 
9920         "network-name": {
9921           "description": "Name of the network", 
9922           "type": "string"
9923         }, 
9924         "prov-status": {
9925           "description": "Prov Status of the logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
9926           "type": "string"
9927         }, 
9928         "relationship-list": {
9929           "$ref": "#/definitions/relationship", 
9930           "type": "object"
9931         }, 
9932         "selflink": {
9933           "description": "URL to endpoint where AAI can get more details", 
9934           "type": "string"
9935         }, 
9936         "v6-wan-link-ip": {
9937           "description": "Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B.", 
9938           "type": "string"
9939         }
9940       }
9941     }, 
9942     "zzzz-patch-l3-interface-ipv4-address-list": {
9943       "description": "IPv4 Address Range\n###### Related Nodes\n- TO cp (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo cp, MANY2ONE)(4)\n- TO instance-group( l3-interface-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- TO l-interface (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo l-interface, MANY2ONE)(4)\n- TO l3-network( l3-interface-ipv4-address-list MemberOf l3-network, MANY2MANY)\n- TO subnet( l3-interface-ipv4-address-list MemberOf subnet, MANY2MANY)\n- TO vlan (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo vlan, MANY2ONE)(4)\n- TO vnfc (PARENT of l3-interface-ipv4-address-list, l3-interface-ipv4-address-list BelongsTo vnfc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this L3-INTERFACE-IPV4-ADDRESS-LIST is DELETED also\n", 
9944       "properties": {
9945         "is-floating": {
9946           "description": "Indicator of fixed or floating address", 
9947           "type": "boolean"
9948         }, 
9949         "l3-interface-ipv4-address": {
9950           "description": "IP address", 
9951           "type": "string"
9952         }, 
9953         "l3-interface-ipv4-prefix-length": {
9954           "description": "Prefix length, 32 for single address", 
9955           "format": "int64", 
9956           "type": "integer"
9957         }, 
9958         "neutron-network-id": {
9959           "description": "Neutron network id of the interface that address belongs to", 
9960           "type": "string"
9961         }, 
9962         "neutron-subnet-id": {
9963           "description": "Neutron id of subnet that address belongs to", 
9964           "type": "string"
9965         }, 
9966         "relationship-list": {
9967           "$ref": "#/definitions/relationship", 
9968           "type": "object"
9969         }, 
9970         "vlan-id-inner": {
9971           "description": "Inner VLAN tag", 
9972           "format": "int64", 
9973           "type": "integer"
9974         }, 
9975         "vlan-id-outer": {
9976           "description": "Outer VLAN tag", 
9977           "format": "int64", 
9978           "type": "integer"
9979         }
9980       }
9981     }, 
9982     "zzzz-patch-l3-interface-ipv6-address-list": {
9983       "description": "IPv6 Address Range\n###### Related Nodes\n- TO cp (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo cp, MANY2ONE)(4)\n- TO instance-group( l3-interface-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- TO l-interface (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo l-interface, MANY2ONE)(4)\n- TO l3-network( l3-interface-ipv6-address-list MemberOf l3-network, MANY2MANY)\n- TO subnet( l3-interface-ipv6-address-list MemberOf subnet, MANY2MANY)\n- TO vlan (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo vlan, MANY2ONE)(4)\n- TO vnfc (PARENT of l3-interface-ipv6-address-list, l3-interface-ipv6-address-list BelongsTo vnfc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this L3-INTERFACE-IPV6-ADDRESS-LIST is DELETED also\n", 
9984       "properties": {
9985         "is-floating": {
9986           "description": "Indicator of fixed or floating address", 
9987           "type": "boolean"
9988         }, 
9989         "l3-interface-ipv6-address": {
9990           "description": "IP address", 
9991           "type": "string"
9992         }, 
9993         "l3-interface-ipv6-prefix-length": {
9994           "description": "Prefix length, 128 for single address", 
9995           "format": "int64", 
9996           "type": "integer"
9997         }, 
9998         "neutron-network-id": {
9999           "description": "Neutron network id of the interface that address belongs to", 
10000           "type": "string"
10001         }, 
10002         "neutron-subnet-id": {
10003           "description": "Neutron id of subnet that address belongs to", 
10004           "type": "string"
10005         }, 
10006         "relationship-list": {
10007           "$ref": "#/definitions/relationship", 
10008           "type": "object"
10009         }, 
10010         "vlan-id-inner": {
10011           "description": "Inner VLAN tag", 
10012           "format": "int64", 
10013           "type": "integer"
10014         }, 
10015         "vlan-id-outer": {
10016           "description": "Outer VLAN tag", 
10017           "format": "int64", 
10018           "type": "integer"
10019         }
10020       }
10021     }, 
10022     "zzzz-patch-l3-network": {
10023       "description": "Generic network definition\n###### Related Nodes\n- TO cp( l3-network LinksTo cp, MANY2MANY)\n- TO instance-group( l3-network MemberOf instance-group, MANY2MANY)\n- TO l3-network( l3-network Uses l3-network, MANY2MANY)\n- TO network-policy( l3-network Uses network-policy, MANY2MANY)\n- TO route-table-reference( l3-network Uses route-table-reference, MANY2MANY)\n- TO vpn-binding( l3-network Uses vpn-binding, MANY2MANY)\n- FROM allotted-resource( allotted-resource PartOf l3-network, MANY2MANY)\n- FROM cloud-region( cloud-region Uses l3-network, MANY2MANY)\n- FROM complex( complex Uses l3-network, MANY2MANY)\n- FROM configuration( configuration PartOf l3-network, MANY2MANY)\n- FROM ctag-assignment (CHILD of l3-network, ctag-assignment BelongsTo l3-network, MANY2ONE)(1)\n- FROM generic-vnf( generic-vnf Uses l3-network, MANY2MANY)\n- FROM l3-interface-ipv4-address-list( l3-interface-ipv4-address-list MemberOf l3-network, MANY2MANY)\n- FROM l3-interface-ipv6-address-list( l3-interface-ipv6-address-list MemberOf l3-network, MANY2MANY)\n- FROM l3-network( l3-network Uses l3-network, MANY2MANY)\n- FROM line-of-business( line-of-business Uses l3-network, MANY2MANY)\n- FROM platform( platform Uses l3-network, MANY2MANY)\n- FROM segmentation-assignment (CHILD of l3-network, segmentation-assignment BelongsTo l3-network, MANY2ONE)(1)\n- FROM service-instance( service-instance ComposedOf l3-network, ONE2MANY)\n- FROM subnet (CHILD of l3-network, subnet BelongsTo l3-network, MANY2ONE)(1)\n- FROM tenant( tenant Uses l3-network, MANY2MANY)\n- FROM vf-module( vf-module DependsOn l3-network, MANY2MANY)\n- FROM vlan-tag( vlan-tag BelongsTo l3-network, MANY2MANY)\n\n-(1) IF this L3-NETWORK node is deleted, this FROM node is DELETED also\n", 
10024       "properties": {
10025         "contrail-network-fqdn": {
10026           "description": "Contrail FQDN for the network", 
10027           "type": "string"
10028         }, 
10029         "heat-stack-id": {
10030           "description": "Heat stack id corresponding to this instance, managed by MSO", 
10031           "type": "string"
10032         }, 
10033         "is-bound-to-vpn": {
10034           "description": "Set to true if bound to VPN", 
10035           "type": "boolean"
10036         }, 
10037         "is-external-network": {
10038           "description": "boolean indicatating whether or not network is an external network.", 
10039           "type": "boolean"
10040         }, 
10041         "is-provider-network": {
10042           "description": "boolean indicatating whether or not network is a provider network.", 
10043           "type": "boolean"
10044         }, 
10045         "is-shared-network": {
10046           "description": "boolean indicatating whether or not network is a shared network.", 
10047           "type": "boolean"
10048         }, 
10049         "is-trunked": {
10050           "description": "Trunked network indication.", 
10051           "type": "boolean"
10052         }, 
10053         "model-customization-id": {
10054           "description": "captures the id of all the configuration used to customize the resource for the service.", 
10055           "type": "string"
10056         }, 
10057         "model-invariant-id": {
10058           "also requires": "model-version-id", 
10059           "description": "the ASDC model id for this resource or service model.", 
10060           "type": "string"
10061         }, 
10062         "model-version-id": {
10063           "also requires": "model-invariant-id", 
10064           "description": "the ASDC model version for this resource or service model.", 
10065           "type": "string"
10066         }, 
10067         "mso-catalog-key": {
10068           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
10069           "type": "string"
10070         }, 
10071         "network-id": {
10072           "description": "Network ID, should be uuid. Unique across A&AI.", 
10073           "type": "string"
10074         }, 
10075         "network-name": {
10076           "description": "Name of the network, governed by some naming convention..", 
10077           "type": "string"
10078         }, 
10079         "network-role": {
10080           "description": "Role the network plans - who defines these values?", 
10081           "type": "string"
10082         }, 
10083         "network-role-instance": {
10084           "description": "network role instance", 
10085           "format": "int64", 
10086           "type": "integer"
10087         }, 
10088         "network-technology": {
10089           "description": "Network technology - who defines these values?", 
10090           "type": "string"
10091         }, 
10092         "network-type": {
10093           "description": "Type of the network - who defines these values?", 
10094           "type": "string"
10095         }, 
10096         "neutron-network-id": {
10097           "description": "Neutron network id of this Interface", 
10098           "type": "string"
10099         }, 
10100         "operational-status": {
10101           "description": "Indicator for whether the resource is considered operational.", 
10102           "type": "string"
10103         }, 
10104         "orchestration-status": {
10105           "description": "Orchestration status of this VNF, mastered by MSO", 
10106           "type": "string"
10107         }, 
10108         "persona-model-version": {
10109           "description": "the ASDC model version for this resource or service model.", 
10110           "type": "string"
10111         }, 
10112         "physical-network-name": {
10113           "description": "Name associated with the physical network.", 
10114           "type": "string"
10115         }, 
10116         "relationship-list": {
10117           "$ref": "#/definitions/relationship", 
10118           "type": "object"
10119         }, 
10120         "selflink": {
10121           "description": "Path to the controller object.", 
10122           "type": "string"
10123         }, 
10124         "service-id": {
10125           "description": "Unique identifier of service from ASDC.  Does not strictly map to ASDC services.  SOON TO BE DEPRECATED", 
10126           "type": "string"
10127         }, 
10128         "widget-model-id": {
10129           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
10130           "type": "string"
10131         }, 
10132         "widget-model-version": {
10133           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
10134           "type": "string"
10135         }
10136       }
10137     }, 
10138     "zzzz-patch-lag-interface": {
10139       "description": "Link aggregate interface\n###### Related Nodes\n- TO generic-vnf (PARENT of lag-interface, lag-interface BelongsTo generic-vnf, MANY2ONE)(4)\n- TO l-interface( lag-interface Uses l-interface, ONE2MANY)\n- TO lag-link( lag-interface LinksTo lag-link, MANY2MANY)(2)\n- TO logical-link( lag-interface Uses logical-link, MANY2MANY)(2)\n- TO p-interface( lag-interface Uses p-interface, MANY2MANY)\n- TO pnf (PARENT of lag-interface, lag-interface BindsTo pnf, MANY2ONE)(4)\n- TO pserver (PARENT of lag-interface, lag-interface BindsTo pserver, MANY2ONE)(4)\n- TO vpls-pe (PARENT of lag-interface, lag-interface BindsTo vpls-pe, MANY2ONE)(4)\n- FROM forwarder( forwarder ForwardsTo lag-interface, MANY2MANY)\n- FROM l-interface (CHILD of lag-interface, l-interface BelongsTo lag-interface, MANY2ONE)(1)\n\n-(1) IF this LAG-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this LAG-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this LAG-INTERFACE is DELETED also\n", 
10140       "properties": {
10141         "in-maint": {
10142           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
10143           "type": "boolean"
10144         }, 
10145         "interface-description": {
10146           "description": "Human friendly text regarding this interface.", 
10147           "type": "string"
10148         }, 
10149         "interface-id": {
10150           "description": "ID of interface", 
10151           "type": "string"
10152         }, 
10153         "interface-name": {
10154           "description": "Name that identifies the link aggregate interface", 
10155           "type": "string"
10156         }, 
10157         "interface-role": {
10158           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
10159           "type": "string"
10160         }, 
10161         "prov-status": {
10162           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
10163           "type": "string"
10164         }, 
10165         "relationship-list": {
10166           "$ref": "#/definitions/relationship", 
10167           "type": "object"
10168         }, 
10169         "speed-units": {
10170           "description": "Captures the units corresponding to the speed", 
10171           "type": "string"
10172         }, 
10173         "speed-value": {
10174           "description": "Captures the numeric part of the speed", 
10175           "type": "string"
10176         }
10177       }
10178     }, 
10179     "zzzz-patch-lag-link": {
10180       "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", 
10181       "properties": {
10182         "link-name": {
10183           "description": "Alphabetical concatenation of lag-interface names", 
10184           "type": "string"
10185         }, 
10186         "relationship-list": {
10187           "$ref": "#/definitions/relationship", 
10188           "type": "object"
10189         }
10190       }
10191     }, 
10192     "zzzz-patch-lan-port-config": {
10193       "description": "Instance of a lan-port-config\n###### Related Nodes\n- TO dhcp-service (PARENT of lan-port-config, lan-port-config Uses dhcp-service, ONE2MANY)\nFor CCVPN Usecase(2)\n- TO ext-aai-network( lan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( lan-port-config PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n\n-(2) IF this LAN-PORT-CONFIG node is deleted, this TO node is DELETED also\n", 
10194       "properties": {
10195         "description": {
10196           "description": "Store the description of this lan-port-config.", 
10197           "type": "string"
10198         }, 
10199         "device-id": {
10200           "description": "Store the device-id of this lan-port-config.", 
10201           "type": "string"
10202         }, 
10203         "input-bandwidth": {
10204           "description": "Store the input-bandwidth of this lan-port-config.", 
10205           "type": "string"
10206         }, 
10207         "ipv4-address": {
10208           "description": "Store the ipv4-address of this lan-port-config.", 
10209           "type": "string"
10210         }, 
10211         "ipv6-address": {
10212           "description": "Store the ipv6-address of this lan-port-config.", 
10213           "type": "string"
10214         }, 
10215         "lan-port-config-id": {
10216           "description": "Uniquely identifies this lan-port-config by id", 
10217           "type": "string"
10218         }, 
10219         "lan-port-config-name": {
10220           "description": "Store the name of this lan-port-config.", 
10221           "type": "string"
10222         }, 
10223         "output-bandwidth": {
10224           "description": "Store the output-bandwidth of this lan-port-config.", 
10225           "type": "string"
10226         }, 
10227         "port-id": {
10228           "description": "Store the port-id of this lan-port-config.", 
10229           "type": "string"
10230         }, 
10231         "relationship-list": {
10232           "$ref": "#/definitions/relationship", 
10233           "type": "object"
10234         }, 
10235         "vlan-tag": {
10236           "description": "Store the vlan-tag of this lan-port-config.", 
10237           "type": "string"
10238         }
10239       }
10240     }, 
10241     "zzzz-patch-license": {
10242       "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", 
10243       "properties": {
10244         "group-uuid": {
10245           "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
10246           "type": "string"
10247         }, 
10248         "relationship-list": {
10249           "$ref": "#/definitions/relationship", 
10250           "type": "object"
10251         }, 
10252         "resource-uuid": {
10253           "description": "Unique ID of a license resource.", 
10254           "type": "string"
10255         }
10256       }
10257     }, 
10258     "zzzz-patch-line-of-business": {
10259       "description": "describes a line-of-business\n###### Related Nodes\n- TO generic-vnf( line-of-business Uses generic-vnf, MANY2MANY)\n- TO l3-network( line-of-business Uses l3-network, MANY2MANY)\n", 
10260       "properties": {
10261         "line-of-business-name": {
10262           "description": "Name of the line-of-business (product)", 
10263           "type": "string"
10264         }, 
10265         "relationship-list": {
10266           "$ref": "#/definitions/relationship", 
10267           "type": "object"
10268         }
10269       }
10270     }, 
10271     "zzzz-patch-logical-link": {
10272       "description": "Logical links generally connect l-interfaces but are used to express logical connectivity between two points\n###### Related Nodes\n- TO cloud-region( logical-link LocatedIn cloud-region, MANY2MANY)\n- TO ext-aai-network( logical-link BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO generic-vnf( logical-link BridgedTo generic-vnf, MANY2MANY)\n- TO l-interface( logical-link Source l-interface, MANY2MANY)(4)\n- TO l-interface( logical-link Destination l-interface, MANY2MANY)(4)\n- TO lag-link( logical-link Uses lag-link, MANY2MANY)\n- TO logical-link( logical-link Uses logical-link, MANY2MANY)\n- TO pnf( logical-link BridgedTo pnf, MANY2MANY)\n- TO pserver( logical-link BridgedTo pserver, MANY2MANY)\n- TO virtual-data-center( logical-link LocatedIn virtual-data-center, MANY2MANY)\n- TO vpn-binding( logical-link Uses vpn-binding, MANY2MANY)\n- FROM configuration( configuration Uses logical-link, ONE2MANY)(3)\n- FROM l-interface( l-interface LinksTo logical-link, MANY2MANY)(3)\n- FROM lag-interface( lag-interface Uses logical-link, MANY2MANY)(3)\n- FROM logical-link( logical-link Uses logical-link, MANY2MANY)\n- FROM p-interface( p-interface LinksTo logical-link, MANY2ONE)\n- FROM service-instance( service-instance Uses logical-link, MANY2MANY)(3)\n- FROM vlan( vlan Uses logical-link, MANY2MANY)(3)\n\n-(3) IF this FROM node is deleted, this LOGICAL-LINK is DELETED also\n-(4) IF this TO node is deleted, this LOGICAL-LINK is DELETED also\n", 
10273       "properties": {
10274         "circuit-id": {
10275           "description": "Circuit id", 
10276           "type": "string"
10277         }, 
10278         "in-maint": {
10279           "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.", 
10280           "type": "boolean"
10281         }, 
10282         "ip-version": {
10283           "description": "v4, v6, or ds for dual stack", 
10284           "type": "string"
10285         }, 
10286         "link-id": {
10287           "description": "UUID of the logical-link, SDNC generates this.", 
10288           "type": "string"
10289         }, 
10290         "link-name": {
10291           "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
10292           "type": "string"
10293         }, 
10294         "link-name2": {
10295           "description": "Alias or alternate name (CLCI or D1 name).", 
10296           "type": "string"
10297         }, 
10298         "link-role": {
10299           "description": "Indication of the network use of the logical link.", 
10300           "type": "string"
10301         }, 
10302         "link-type": {
10303           "description": "Type of logical link, e.g., evc", 
10304           "type": "string"
10305         }, 
10306         "model-invariant-id": {
10307           "also requires": "model-version-id", 
10308           "description": "the ASDC model id for this resource or service model.", 
10309           "type": "string"
10310         }, 
10311         "model-version-id": {
10312           "also requires": "model-invariant-id", 
10313           "description": "the ASDC model version for this resource or service model.", 
10314           "type": "string"
10315         }, 
10316         "operational-status": {
10317           "description": "Indication of operational status of the logical link.", 
10318           "type": "string"
10319         }, 
10320         "prov-status": {
10321           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
10322           "type": "string"
10323         }, 
10324         "purpose": {
10325           "description": "Reason for this entity, role it is playing", 
10326           "type": "string"
10327         }, 
10328         "relationship-list": {
10329           "$ref": "#/definitions/relationship", 
10330           "type": "object"
10331         }, 
10332         "routing-protocol": {
10333           "description": "For example, static or BGP", 
10334           "type": "string"
10335         }, 
10336         "speed-units": {
10337           "description": "Captures the units corresponding to the speed", 
10338           "type": "string"
10339         }, 
10340         "speed-value": {
10341           "description": "Captures the numeric part of the speed", 
10342           "type": "string"
10343         }, 
10344         "widget-model-id": {
10345           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
10346           "type": "string"
10347         }, 
10348         "widget-model-version": {
10349           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
10350           "type": "string"
10351         }
10352       }
10353     }, 
10354     "zzzz-patch-metadatum": {
10355       "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", 
10356       "properties": {
10357         "metaname": {
10358           "type": "string"
10359         }, 
10360         "metaval": {
10361           "type": "string"
10362         }
10363       }
10364     }, 
10365     "zzzz-patch-model": {
10366       "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", 
10367       "properties": {
10368         "model-invariant-id": {
10369           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
10370           "type": "string"
10371         }, 
10372         "model-type": {
10373           "description": "Type of the model, e.g., service, resource, widget, etc.", 
10374           "type": "string"
10375         }, 
10376         "relationship-list": {
10377           "$ref": "#/definitions/relationship", 
10378           "type": "object"
10379         }
10380       }
10381     }, 
10382     "zzzz-patch-model-and-named-query-search": {
10383       "description": "ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query\n", 
10384       "properties": {
10385         "secondary-filter-cut-point": {
10386           "type": "string"
10387         }, 
10388         "top-node-type": {
10389           "type": "string"
10390         }
10391       }
10392     }, 
10393     "zzzz-patch-model-constraint": {
10394       "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", 
10395       "properties": {
10396         "constrained-element-set-uuid-to-replace": {
10397           "type": "string"
10398         }, 
10399         "model-constraint-uuid": {
10400           "type": "string"
10401         }
10402       }
10403     }, 
10404     "zzzz-patch-model-element": {
10405       "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", 
10406       "properties": {
10407         "cardinality": {
10408           "description": "How many of this type of element are required/allowed", 
10409           "type": "string"
10410         }, 
10411         "linkage-points": {
10412           "type": "string"
10413         }, 
10414         "model-element-uuid": {
10415           "type": "string"
10416         }, 
10417         "new-data-del-flag": {
10418           "description": "Indicates whether this element was created as part of instantiation from this model", 
10419           "type": "string"
10420         }, 
10421         "relationship-list": {
10422           "$ref": "#/definitions/relationship", 
10423           "type": "object"
10424         }
10425       }
10426     }, 
10427     "zzzz-patch-model-ver": {
10428       "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", 
10429       "properties": {
10430         "distribution-status": {
10431           "description": "Distribution Status", 
10432           "type": "string"
10433         }, 
10434         "model-description": {
10435           "description": "Description", 
10436           "type": "string"
10437         }, 
10438         "model-name": {
10439           "description": "Name of the model, which can change from version to version.", 
10440           "type": "string"
10441         }, 
10442         "model-version": {
10443           "description": "Version", 
10444           "type": "string"
10445         }, 
10446         "model-version-id": {
10447           "description": "Unique identifier corresponding to one version of a model in ASDC", 
10448           "type": "string"
10449         }, 
10450         "relationship-list": {
10451           "$ref": "#/definitions/relationship", 
10452           "type": "object"
10453         }
10454       }
10455     }, 
10456     "zzzz-patch-multicast-configuration": {
10457       "description": "###### Related Nodes\n- FROM vlan( vlan Uses multicast-configuration, MANY2MANY)\n", 
10458       "properties": {
10459         "multicast-configuration-id": {
10460           "description": "Unique id of multicast configuration.", 
10461           "type": "string"
10462         }, 
10463         "multicast-protocol": {
10464           "description": "protocol of multicast configuration", 
10465           "type": "string"
10466         }, 
10467         "relationship-list": {
10468           "$ref": "#/definitions/relationship", 
10469           "type": "object"
10470         }, 
10471         "rp-type": {
10472           "description": "rp type of multicast configuration", 
10473           "type": "string"
10474         }
10475       }
10476     }, 
10477     "zzzz-patch-named-query": {
10478       "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", 
10479       "properties": {
10480         "description": {
10481           "type": "string"
10482         }, 
10483         "named-query-name": {
10484           "type": "string"
10485         }, 
10486         "named-query-uuid": {
10487           "type": "string"
10488         }, 
10489         "named-query-version": {
10490           "type": "string"
10491         }, 
10492         "relationship-list": {
10493           "$ref": "#/definitions/relationship", 
10494           "type": "object"
10495         }, 
10496         "required-input-param": {
10497           "type": "string"
10498         }
10499       }
10500     }, 
10501     "zzzz-patch-named-query-element": {
10502       "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", 
10503       "properties": {
10504         "do-not-output": {
10505           "type": "string"
10506         }, 
10507         "named-query-element-uuid": {
10508           "type": "string"
10509         }, 
10510         "property-collect-list": {
10511           "type": "string"
10512         }, 
10513         "property-limit-desc": {
10514           "type": "string"
10515         }, 
10516         "relationship-list": {
10517           "$ref": "#/definitions/relationship", 
10518           "type": "object"
10519         }
10520       }
10521     }, 
10522     "zzzz-patch-network-policy": {
10523       "description": "###### Related Nodes\n- FROM allotted-resource( allotted-resource Uses network-policy, ONE2ONE)\n- FROM l3-network( l3-network Uses network-policy, MANY2MANY)\n", 
10524       "properties": {
10525         "heat-stack-id": {
10526           "description": "ID for the openStack Heat instance", 
10527           "type": "string"
10528         }, 
10529         "network-policy-fqdn": {
10530           "description": "Contrail FQDN for the policy", 
10531           "type": "string"
10532         }, 
10533         "network-policy-id": {
10534           "description": "UUID representing unique key to this instance", 
10535           "type": "string"
10536         }, 
10537         "relationship-list": {
10538           "$ref": "#/definitions/relationship", 
10539           "type": "object"
10540         }
10541       }
10542     }, 
10543     "zzzz-patch-network-profile": {
10544       "description": "Network profile populated by SDN-GP for SNMP\n###### Related Nodes\n- TO generic-vnf( network-profile AppliesTo generic-vnf, MANY2MANY)\n", 
10545       "properties": {
10546         "community-string": {
10547           "description": "Encrypted SNMP community string", 
10548           "type": "string"
10549         }, 
10550         "nm-profile-name": {
10551           "description": "Unique name of network profile.", 
10552           "type": "string"
10553         }, 
10554         "relationship-list": {
10555           "$ref": "#/definitions/relationship", 
10556           "type": "object"
10557         }
10558       }
10559     }, 
10560     "zzzz-patch-network-resource": {
10561       "description": "Instance of a network-resource\n###### Related Nodes\n- TO ext-aai-network( network-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( network-resource Uses vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM pnf( pnf LinksTo network-resource, MANY2MANY)\nFor CCVPN Usecase\n", 
10562       "properties": {
10563         "client-id": {
10564           "description": "Store the id of the client of this network-resource.", 
10565           "type": "string"
10566         }, 
10567         "network-id": {
10568           "description": "Uniquely identifies this network-resource by id", 
10569           "type": "string"
10570         }, 
10571         "provider-id": {
10572           "description": "Store the id of the provider of this network-resource.", 
10573           "type": "string"
10574         }, 
10575         "relationship-list": {
10576           "$ref": "#/definitions/relationship", 
10577           "type": "object"
10578         }, 
10579         "selflink": {
10580           "description": "Store the link to get more information for this object.", 
10581           "type": "string"
10582         }, 
10583         "te-topo-id": {
10584           "description": "Store the id of the te-topo of this network-resource.", 
10585           "type": "string"
10586         }
10587       }
10588     }, 
10589     "zzzz-patch-network-technology": {
10590       "description": "The network-technology object is used to capture the supported network technologies of a cloud-region.\n###### Related Nodes\n- FROM cloud-region( cloud-region Uses network-technology, MANY2MANY)\n", 
10591       "properties": {
10592         "network-technology-id": {
10593           "description": "Unique identifier of the network-technology object (UUID)", 
10594           "type": "string"
10595         }, 
10596         "network-technology-name": {
10597           "description": "The network-technology  that a cloud-region can support. Current valid values- CONTRAIL AIC_SR_IOV OVS STANDARD-SR-IOV", 
10598           "type": "string"
10599         }, 
10600         "relationship-list": {
10601           "$ref": "#/definitions/relationship", 
10602           "type": "object"
10603         }
10604       }
10605     }, 
10606     "zzzz-patch-newvce": {
10607       "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", 
10608       "properties": {
10609         "equipment-role": {
10610           "description": "Client should send valid enumerated value.", 
10611           "type": "string"
10612         }, 
10613         "heat-stack-id": {
10614           "description": "Heat stack id corresponding to this instance, managed by MSO", 
10615           "type": "string"
10616         }, 
10617         "ipv4-loopback0-address": {
10618           "description": "v4 Loopback0 address", 
10619           "type": "string"
10620         }, 
10621         "ipv4-oam-address": {
10622           "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).", 
10623           "type": "string"
10624         }, 
10625         "license-key": {
10626           "description": "OBSOLETE -  do not use", 
10627           "type": "string"
10628         }, 
10629         "mso-catalog-key": {
10630           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
10631           "type": "string"
10632         }, 
10633         "operational-status": {
10634           "description": "Indicator for whether the resource is considered operational", 
10635           "type": "string"
10636         }, 
10637         "orchestration-status": {
10638           "description": "Orchestration status of this VNF, mastered by MSO.", 
10639           "type": "string"
10640         }, 
10641         "prov-status": {
10642           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
10643           "type": "string"
10644         }, 
10645         "relationship-list": {
10646           "$ref": "#/definitions/relationship", 
10647           "type": "object"
10648         }, 
10649         "vnf-id2": {
10650           "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
10651           "type": "string"
10652         }, 
10653         "vnf-name": {
10654           "description": "Name of VNF.", 
10655           "type": "string"
10656         }, 
10657         "vnf-name2": {
10658           "description": "Alternate name of VNF.", 
10659           "type": "string"
10660         }, 
10661         "vnf-type": {
10662           "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.", 
10663           "type": "string"
10664         }
10665       }
10666     }, 
10667     "zzzz-patch-nos-server": {
10668       "description": "nos-server is the execution environment that will have images, certain versions of VNOS, running on it.\n###### Related Nodes\n- TO pserver( nos-server HostedOn pserver, ONE2ONE)\n- TO tenant (PARENT of nos-server, nos-server BelongsTo tenant, MANY2ONE)\n- FROM generic-vnf( generic-vnf HostedOn nos-server, MANY2ONE)\n", 
10669       "properties": {
10670         "in-maint": {
10671           "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.", 
10672           "type": "boolean"
10673         }, 
10674         "nos-server-id": {
10675           "description": "Unique identifier for this nos relative to its tenant", 
10676           "type": "string"
10677         }, 
10678         "nos-server-name": {
10679           "description": "Name of nos", 
10680           "type": "string"
10681         }, 
10682         "nos-server-selflink": {
10683           "description": "URL to endpoint where AAI can get more details", 
10684           "type": "string"
10685         }, 
10686         "prov-status": {
10687           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
10688           "type": "string"
10689         }, 
10690         "relationship-list": {
10691           "$ref": "#/definitions/relationship", 
10692           "type": "object"
10693         }, 
10694         "vendor": {
10695           "description": "uCPE vendor", 
10696           "type": "string"
10697         }
10698       }
10699     }, 
10700     "zzzz-patch-notification-event": {
10701       "properties": {
10702         "cambria.partition": {
10703           "type": "string"
10704         }
10705       }
10706     }, 
10707     "zzzz-patch-notification-event-header": {
10708       "properties": {
10709         "action": {
10710           "type": "string"
10711         }, 
10712         "domain": {
10713           "type": "string"
10714         }, 
10715         "entity-link": {
10716           "type": "string"
10717         }, 
10718         "entity-type": {
10719           "type": "string"
10720         }, 
10721         "event-type": {
10722           "type": "string"
10723         }, 
10724         "id": {
10725           "type": "string"
10726         }, 
10727         "sequence-number": {
10728           "type": "string"
10729         }, 
10730         "severity": {
10731           "type": "string"
10732         }, 
10733         "source-name": {
10734           "type": "string"
10735         }, 
10736         "status": {
10737           "type": "string"
10738         }, 
10739         "timestamp": {
10740           "type": "string"
10741         }, 
10742         "top-entity-type": {
10743           "type": "string"
10744         }, 
10745         "version": {
10746           "type": "string"
10747         }
10748       }
10749     }, 
10750     "zzzz-patch-notify": {
10751       "properties": {
10752         "event-id": {
10753           "type": "string"
10754         }, 
10755         "event-trigger": {
10756           "type": "string"
10757         }, 
10758         "node-type": {
10759           "type": "string"
10760         }, 
10761         "selflink": {
10762           "type": "string"
10763         }
10764       }
10765     }, 
10766     "zzzz-patch-oam-network": {
10767       "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", 
10768       "properties": {
10769         "cvlan-tag": {
10770           "description": "cvlan-id", 
10771           "format": "int64", 
10772           "type": "integer"
10773         }, 
10774         "ipv4-oam-gateway-address": {
10775           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
10776           "type": "string"
10777         }, 
10778         "ipv4-oam-gateway-address-prefix-length": {
10779           "description": "Used for VNF firewall rule so customer cannot send customer traffic over this oam network", 
10780           "format": "int32", 
10781           "type": "integer"
10782         }, 
10783         "network-name": {
10784           "description": "Name of the network.", 
10785           "type": "string"
10786         }, 
10787         "network-uuid": {
10788           "description": "UUID of the network. Unique across a cloud-region", 
10789           "type": "string"
10790         }, 
10791         "relationship-list": {
10792           "$ref": "#/definitions/relationship", 
10793           "type": "object"
10794         }
10795       }
10796     }, 
10797     "zzzz-patch-operational-environment": {
10798       "description": "It is a logical partition of the cloud which allows to have multiple environments in the production AIC.\n###### Related Nodes\n- TO operational-environment( operational-environment Uses operational-environment, MANY2MANY)\n- FROM operational-environment( operational-environment Uses operational-environment, MANY2MANY)\n", 
10799       "properties": {
10800         "operational-environment-id": {
10801           "description": "UUID of an operational environment", 
10802           "type": "string"
10803         }, 
10804         "operational-environment-name": {
10805           "description": "Operational Environment name", 
10806           "type": "string"
10807         }, 
10808         "operational-environment-status": {
10809           "description": "Status", 
10810           "type": "string"
10811         }, 
10812         "operational-environment-type": {
10813           "description": "Operational Environment Type.", 
10814           "type": "string"
10815         }, 
10816         "relationship-list": {
10817           "$ref": "#/definitions/relationship", 
10818           "type": "object"
10819         }, 
10820         "tenant-context": {
10821           "description": "Tenant Context.", 
10822           "type": "string"
10823         }, 
10824         "workload-context": {
10825           "description": "Workload Context.", 
10826           "type": "string"
10827         }
10828       }
10829     }, 
10830     "zzzz-patch-overloaded-model": {
10831       "description": "Allows for legacy POST of old-style and new-style models\n", 
10832       "properties": {
10833         "model-description": {
10834           "description": "Description", 
10835           "type": "string"
10836         }, 
10837         "model-id": {
10838           "description": "Invariant unique ID which does not change from version to version", 
10839           "type": "string"
10840         }, 
10841         "model-invariant-id": {
10842           "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
10843           "type": "string"
10844         }, 
10845         "model-name": {
10846           "description": "Name of the model, which can change from version to version.", 
10847           "type": "string"
10848         }, 
10849         "model-name-version-id": {
10850           "description": "Unique identifier corresponding to one version of a model in ASDC", 
10851           "type": "string"
10852         }, 
10853         "model-type": {
10854           "description": "Type of the model, e.g., service, resource, widget, etc.", 
10855           "type": "string"
10856         }, 
10857         "model-version": {
10858           "description": "Version", 
10859           "type": "string"
10860         }
10861       }
10862     }, 
10863     "zzzz-patch-owning-entity": {
10864       "description": "describes an owning-entity\n###### Related Nodes\n- FROM service-instance( service-instance BelongsTo owning-entity, MANY2ONE)\n", 
10865       "properties": {
10866         "owning-entity-id": {
10867           "description": "UUID of an owning entity", 
10868           "type": "string"
10869         }, 
10870         "owning-entity-name": {
10871           "description": "Owning entity name", 
10872           "type": "string"
10873         }, 
10874         "relationship-list": {
10875           "$ref": "#/definitions/relationship", 
10876           "type": "object"
10877         }
10878       }
10879     }, 
10880     "zzzz-patch-p-interface": {
10881       "description": "Physical interface (e.g., nic)\n###### Related Nodes\n- TO logical-link( p-interface LinksTo logical-link, MANY2ONE)\n- TO pnf (PARENT of p-interface, p-interface BindsTo pnf, MANY2ONE)(4)\n- TO pserver (PARENT of p-interface, p-interface BindsTo pserver, MANY2ONE)(4)\n- TO vpls-pe (PARENT of p-interface, p-interface BindsTo vpls-pe, MANY2ONE)(4)\n- TO physical-link( p-interface LinksTo physical-link, MANY2ONE)(2)\n- FROM allotted-resource( allotted-resource Uses p-interface, ONE2MANY)\nAAI-1925 For CCVPN Usecase\n- FROM forwarder( forwarder ForwardsTo p-interface, MANY2MANY)\n- FROM l-interface (CHILD of p-interface, l-interface BindsTo p-interface, MANY2ONE)(1)\n- FROM lag-interface( lag-interface Uses p-interface, MANY2MANY)\n- FROM sriov-pf (CHILD of p-interface, sriov-pf BelongsTo p-interface, ONE2ONE)(1)\n- FROM vpn-binding( vpn-binding BindsTo p-interface, ONE2MANY)\nFor CCVPN Usecase\n\n-(1) IF this P-INTERFACE node is deleted, this FROM node is DELETED also\n-(2) IF this P-INTERFACE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this P-INTERFACE is DELETED also\n", 
10882       "properties": {
10883         "equipment-identifier": {
10884           "description": "CLEI or other specification for p-interface hardware.", 
10885           "type": "string"
10886         }, 
10887         "in-maint": {
10888           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
10889           "type": "boolean"
10890         }, 
10891         "interface-name": {
10892           "description": "Name that identifies the physical interface", 
10893           "type": "string"
10894         }, 
10895         "interface-role": {
10896           "description": "Role specification for p-interface hardware.", 
10897           "type": "string"
10898         }, 
10899         "interface-type": {
10900           "description": "Indicates the physical properties of the interface.", 
10901           "type": "string"
10902         }, 
10903         "inv-status": {
10904           "description": "inventory status", 
10905           "type": "string"
10906         }, 
10907         "mac-addresss": {
10908           "description": "MAC Address of the p-interface.", 
10909           "type": "string"
10910         }, 
10911         "network-ref": {
10912           "description": "Store the network-ref of this p-interface. Derived from ietf-restconf-notification that identifies a termination-point.", 
10913           "type": "string"
10914         }, 
10915         "operational-status": {
10916           "description": "oper Status of this p-interface.", 
10917           "type": "string"
10918         }, 
10919         "port-description": {
10920           "description": "Nature of the services and connectivity on this port.", 
10921           "type": "string"
10922         }, 
10923         "prov-status": {
10924           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
10925           "type": "string"
10926         }, 
10927         "relationship-list": {
10928           "$ref": "#/definitions/relationship", 
10929           "type": "object"
10930         }, 
10931         "selflink": {
10932           "description": "URL to endpoint where AAI can get more details.", 
10933           "type": "string"
10934         }, 
10935         "speed-units": {
10936           "description": "Captures the units corresponding to the speed", 
10937           "type": "string"
10938         }, 
10939         "speed-value": {
10940           "description": "Captures the numeric part of the speed", 
10941           "type": "string"
10942         }, 
10943         "transparent": {
10944           "description": "Store the transparent value of this p-interface.", 
10945           "type": "string"
10946         }
10947       }
10948     }, 
10949     "zzzz-patch-physical-link": {
10950       "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", 
10951       "properties": {
10952         "circuit-id": {
10953           "description": "Circuit it", 
10954           "type": "string"
10955         }, 
10956         "dual-mode": {
10957           "description": "Dual access mode (e.g., primary, secondary", 
10958           "type": "string"
10959         }, 
10960         "link-name": {
10961           "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
10962           "type": "string"
10963         }, 
10964         "management-option": {
10965           "description": "To provide information on who manages this circuit. A&AI or 3rd party transport provider", 
10966           "type": "string"
10967         }, 
10968         "relationship-list": {
10969           "$ref": "#/definitions/relationship", 
10970           "type": "object"
10971         }, 
10972         "service-provider-bandwidth-down-units": {
10973           "description": "Units for downstream BW value", 
10974           "type": "string"
10975         }, 
10976         "service-provider-bandwidth-down-value": {
10977           "description": "Downstream Bandwidth value agreed with the service provider", 
10978           "format": "int32", 
10979           "type": "integer"
10980         }, 
10981         "service-provider-bandwidth-up-units": {
10982           "description": "Units for the upstream BW value", 
10983           "type": "string"
10984         }, 
10985         "service-provider-bandwidth-up-value": {
10986           "description": "Upstream Bandwidth value agreed with the service provider", 
10987           "format": "int32", 
10988           "type": "integer"
10989         }, 
10990         "service-provider-name": {
10991           "description": "Name of the service Provider on this link.", 
10992           "type": "string"
10993         }, 
10994         "speed-units": {
10995           "description": "Captures the units corresponding to the speed", 
10996           "type": "string"
10997         }, 
10998         "speed-value": {
10999           "description": "Captures the numeric part of the speed", 
11000           "type": "string"
11001         }
11002       }
11003     }, 
11004     "zzzz-patch-platform": {
11005       "description": "describes a platform\n###### Related Nodes\n- TO generic-vnf( platform Uses generic-vnf, MANY2MANY)\n- TO l3-network( platform Uses l3-network, MANY2MANY)\n", 
11006       "properties": {
11007         "platform-name": {
11008           "description": "Name of the platform", 
11009           "type": "string"
11010         }, 
11011         "relationship-list": {
11012           "$ref": "#/definitions/relationship", 
11013           "type": "object"
11014         }
11015       }
11016     }, 
11017     "zzzz-patch-pnf": {
11018       "description": "PNF represents a physical network function. typically equipment used in the D1 world. in 1607, this will be populated by SDN-C to represent a premises router that a uCPE connects to. But this can be used to represent any physical device that is not an AIC node or uCPE.\n###### Related Nodes\n- TO complex( pnf LocatedIn complex, MANY2ONE)\n- TO ext-aai-network( pnf BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO instance-group( pnf MemberOf instance-group, MANY2MANY)\n- TO network-resource( pnf LinksTo network-resource, MANY2MANY)\nFor CCVPN Usecase\n- TO zone( pnf LocatedIn zone, MANY2ONE)\n- FROM configuration( configuration AppliesTo pnf, MANY2MANY)\n- FROM esr-thirdparty-sdnc( esr-thirdparty-sdnc AppliesTo pnf, ONE2MANY)\n- FROM generic-vnf( generic-vnf HostedOn pnf, MANY2MANY)\n- FROM lag-interface (CHILD of pnf, lag-interface BindsTo pnf, MANY2ONE)(1)\n- FROM logical-link( logical-link BridgedTo pnf, MANY2MANY)\n- FROM p-interface (CHILD of pnf, p-interface BindsTo pnf, MANY2ONE)(1)\n- FROM service-instance( service-instance ComposedOf pnf, ONE2MANY)\n- FROM software-version (CHILD of pnf, software-version BelongsTo pnf, MANY2ONE)\n\n-(1) IF this PNF node is deleted, this FROM node is DELETED also\n-PNF cannot be deleted if related to NETWORK-RESOURCE,SOFTWARE-VERSION\n", 
11019       "properties": {
11020         "admin-status": {
11021           "description": "admin Status of this PNF", 
11022           "type": "string"
11023         }, 
11024         "equip-model": {
11025           "description": "Equipment model.  Source of truth should define valid values.", 
11026           "type": "string"
11027         }, 
11028         "equip-type": {
11029           "description": "Equipment type.  Source of truth should define valid values.", 
11030           "type": "string"
11031         }, 
11032         "equip-vendor": {
11033           "description": "Equipment vendor.  Source of truth should define valid values.", 
11034           "type": "string"
11035         }, 
11036         "frame-id": {
11037           "description": "ID of the physical frame (relay rack) where pnf is installed.", 
11038           "type": "string"
11039         }, 
11040         "in-maint": {
11041           "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.", 
11042           "type": "boolean"
11043         }, 
11044         "inv-status": {
11045           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
11046           "type": "string"
11047         }, 
11048         "ipaddress-v4-aim": {
11049           "description": "IPV4 AIM address", 
11050           "type": "string"
11051         }, 
11052         "ipaddress-v4-loopback-0": {
11053           "description": "IPV4 Loopback 0 address", 
11054           "type": "string"
11055         }, 
11056         "ipaddress-v4-oam": {
11057           "description": "ipv4-oam-address with new naming convention for IP addresses", 
11058           "type": "string"
11059         }, 
11060         "ipaddress-v6-aim": {
11061           "description": "IPV6 AIM address", 
11062           "type": "string"
11063         }, 
11064         "ipaddress-v6-loopback-0": {
11065           "description": "IPV6 Loopback 0 address", 
11066           "type": "string"
11067         }, 
11068         "ipaddress-v6-oam": {
11069           "description": "IPV6 OAM address", 
11070           "type": "string"
11071         }, 
11072         "management-option": {
11073           "description": "identifier of managed by ATT or customer", 
11074           "type": "string"
11075         }, 
11076         "model-customization-id": {
11077           "description": "Store the model-customization-id for this object.", 
11078           "type": "string"
11079         }, 
11080         "model-invariant-id": {
11081           "also requires": "model-version-id", 
11082           "description": "The ASDC model id for this resource  model.", 
11083           "type": "string"
11084         }, 
11085         "model-version-id": {
11086           "also requires": "model-invariant-id", 
11087           "description": "The ASDC model version for this resource  model.", 
11088           "type": "string"
11089         }, 
11090         "nf-role": {
11091           "description": "Nf Role is the role performed by this instance in the network.", 
11092           "type": "string"
11093         }, 
11094         "operational-status": {
11095           "description": "Store the operational-status for this object.", 
11096           "type": "string"
11097         }, 
11098         "pnf-id": {
11099           "description": "id of pnf", 
11100           "type": "string"
11101         }, 
11102         "pnf-ipv4-address": {
11103           "description": "This is the IP address (IPv4) for the PNF itself. This is the IPv4 address that the PNF iself can be accessed at.", 
11104           "type": "string"
11105         }, 
11106         "pnf-ipv6-address": {
11107           "description": "This is the IP address (IPv6) for the PNF itself. This is the IPv6 address that the PNF iself can be accessed at.", 
11108           "type": "string"
11109         }, 
11110         "pnf-name": {
11111           "description": "unique name of Physical Network Function.", 
11112           "type": "string"
11113         }, 
11114         "pnf-name2": {
11115           "description": "name of Physical Network Function.", 
11116           "type": "string"
11117         }, 
11118         "pnf-name2-source": {
11119           "description": "source of name2", 
11120           "type": "string"
11121         }, 
11122         "prov-status": {
11123           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
11124           "type": "string"
11125         }, 
11126         "relationship-list": {
11127           "$ref": "#/definitions/relationship", 
11128           "type": "object"
11129         }, 
11130         "selflink": {
11131           "description": "URL to endpoint where AAI can get more details.", 
11132           "type": "string"
11133         }, 
11134         "serial-number": {
11135           "description": "Serial number of the device", 
11136           "type": "string"
11137         }, 
11138         "sw-version": {
11139           "description": "sw-version is the version of SW for the hosted application on the PNF.", 
11140           "type": "string"
11141         }
11142       }
11143     }, 
11144     "zzzz-patch-port-group": {
11145       "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", 
11146       "properties": {
11147         "heat-stack-id": {
11148           "description": "Heat stack id corresponding to this instance, managed by MSO", 
11149           "type": "string"
11150         }, 
11151         "interface-id": {
11152           "description": "Unique ID of the interface", 
11153           "type": "string"
11154         }, 
11155         "interface-role": {
11156           "description": "Role assigned to this Interface, should use values as defined in ECOMP Yang models.", 
11157           "type": "string"
11158         }, 
11159         "mso-catalog-key": {
11160           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
11161           "type": "string"
11162         }, 
11163         "neutron-network-id": {
11164           "description": "Neutron network id of this Interface", 
11165           "type": "string"
11166         }, 
11167         "neutron-network-name": {
11168           "description": "Neutron network name of this Interface", 
11169           "type": "string"
11170         }, 
11171         "orchestration-status": {
11172           "description": "Orchestration status of this VNF, mastered by MSO", 
11173           "type": "string"
11174         }, 
11175         "port-group-id": {
11176           "description": "Unique ID for port group in vmware", 
11177           "type": "string"
11178         }, 
11179         "port-group-name": {
11180           "description": "Likely to duplicate value of neutron network name", 
11181           "type": "string"
11182         }, 
11183         "relationship-list": {
11184           "$ref": "#/definitions/relationship", 
11185           "type": "object"
11186         }, 
11187         "switch-name": {
11188           "description": "DVS or standard switch name (should be non-null for port groups associated with DVS)", 
11189           "type": "string"
11190         }
11191       }
11192     }, 
11193     "zzzz-patch-project": {
11194       "description": "describes the project\n###### Related Nodes\n- TO service-instance( project Uses service-instance, ONE2MANY)\n", 
11195       "properties": {
11196         "project-name": {
11197           "description": "Name of the project deploying a service", 
11198           "type": "string"
11199         }, 
11200         "relationship-list": {
11201           "$ref": "#/definitions/relationship", 
11202           "type": "object"
11203         }
11204       }
11205     }, 
11206     "zzzz-patch-properties": {
11207       "description": "Property holder for query properties or instance properties\n", 
11208       "properties": {
11209         "property-name": {
11210           "type": "string"
11211         }, 
11212         "property-value": {
11213           "type": "string"
11214         }
11215       }
11216     }, 
11217     "zzzz-patch-property-constraint": {
11218       "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", 
11219       "properties": {
11220         "constraint-type": {
11221           "type": "string"
11222         }, 
11223         "property-constraint-uuid": {
11224           "type": "string"
11225         }, 
11226         "property-name": {
11227           "type": "string"
11228         }, 
11229         "property-value": {
11230           "type": "string"
11231         }
11232       }
11233     }, 
11234     "zzzz-patch-pserver": {
11235       "description": "Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver.\n###### Related Nodes\n- TO availability-zone( pserver MemberOf availability-zone, MANY2ONE)\n- TO cloud-region( pserver LocatedIn cloud-region, MANY2ONE)\n- TO complex( pserver LocatedIn complex, MANY2ONE)\n- TO group-assignment( pserver MemberOf group-assignment, MANY2ONE)\n- TO zone( pserver LocatedIn zone, MANY2ONE)\n- FROM flavor( flavor CanBeInstantiatedIn pserver, MANY2MANY)\nHPA Capacity getting the compute nodes from given flavor\n- FROM generic-vnf( generic-vnf HostedOn pserver, MANY2MANY)\n- FROM hpa-capacity (CHILD of pserver, hpa-capacity BelongsTo pserver, MANY2ONE)\nHPA Capacity KV for given compute node(1)\n- FROM lag-interface (CHILD of pserver, lag-interface BindsTo pserver, MANY2ONE)(1)\n- FROM logical-link( logical-link BridgedTo pserver, MANY2MANY)\n- FROM nos-server( nos-server HostedOn pserver, ONE2ONE)\n- FROM p-interface (CHILD of pserver, p-interface BindsTo pserver, MANY2ONE)(1)\n- FROM vserver( vserver HostedOn pserver, MANY2ONE)\n\n-(1) IF this PSERVER node is deleted, this FROM node is DELETED also\n-PSERVER cannot be deleted if related to GROUP-ASSIGNMENT,GENERIC-VNF,LOGICAL-LINK,NOS-SERVER,VSERVER\n", 
11236       "properties": {
11237         "disk-in-gigabytes": {
11238           "description": "Disk size, in GBs", 
11239           "format": "int32", 
11240           "type": "integer"
11241         }, 
11242         "equip-model": {
11243           "description": "Equipment model.  Source of truth should define valid values.", 
11244           "type": "string"
11245         }, 
11246         "equip-type": {
11247           "description": "Equipment type.  Source of truth should define valid values.", 
11248           "type": "string"
11249         }, 
11250         "equip-vendor": {
11251           "description": "Equipment vendor.  Source of truth should define valid values.", 
11252           "type": "string"
11253         }, 
11254         "fqdn": {
11255           "description": "Fully-qualified domain name", 
11256           "type": "string"
11257         }, 
11258         "host-profile": {
11259           "description": "The host profile that defines the configuration of the pserver.", 
11260           "type": "string"
11261         }, 
11262         "hostname": {
11263           "description": "Value from executing hostname on the compute node.", 
11264           "type": "string"
11265         }, 
11266         "in-maint": {
11267           "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.", 
11268           "type": "boolean"
11269         }, 
11270         "internet-topology": {
11271           "description": "internet topology of Pserver", 
11272           "type": "string"
11273         }, 
11274         "inv-status": {
11275           "description": "CANOPI's inventory status.  Only set with values exactly as defined by CANOPI.", 
11276           "type": "string"
11277         }, 
11278         "ipaddress-v4-aim": {
11279           "description": "IPV4 AIM address", 
11280           "type": "string"
11281         }, 
11282         "ipaddress-v4-loopback-0": {
11283           "description": "IPV4 Loopback 0 address", 
11284           "type": "string"
11285         }, 
11286         "ipaddress-v6-aim": {
11287           "description": "IPV6 AIM address", 
11288           "type": "string"
11289         }, 
11290         "ipaddress-v6-loopback-0": {
11291           "description": "IPV6 Loopback 0 address", 
11292           "type": "string"
11293         }, 
11294         "ipaddress-v6-oam": {
11295           "description": "IPV6 OAM address", 
11296           "type": "string"
11297         }, 
11298         "ipv4-oam-address": {
11299           "description": "Used to configure device, also used for troubleshooting and is IP used for traps generated by device.", 
11300           "type": "string"
11301         }, 
11302         "management-option": {
11303           "description": "Indicates who owns and or manages the device.", 
11304           "type": "string"
11305         }, 
11306         "number-of-cpus": {
11307           "description": "Number of cpus", 
11308           "format": "int32", 
11309           "type": "integer"
11310         }, 
11311         "prov-status": {
11312           "description": "Prov Status of this device (not under canopi control) Valid values [PREPROV/NVTPROV/PROV]", 
11313           "type": "string"
11314         }, 
11315         "pserver-id": {
11316           "description": "ID of Pserver", 
11317           "type": "string"
11318         }, 
11319         "pserver-name2": {
11320           "description": "alternative pserver name", 
11321           "type": "string"
11322         }, 
11323         "pserver-selflink": {
11324           "description": "URL to endpoint where AAI can get more details", 
11325           "type": "string"
11326         }, 
11327         "ptnii-equip-name": {
11328           "description": "PTNII name", 
11329           "type": "string"
11330         }, 
11331         "purpose": {
11332           "description": "purpose of pserver", 
11333           "type": "string"
11334         }, 
11335         "ram-in-megabytes": {
11336           "description": "RAM size, in MBs", 
11337           "format": "int32", 
11338           "type": "integer"
11339         }, 
11340         "relationship-list": {
11341           "$ref": "#/definitions/relationship", 
11342           "type": "object"
11343         }, 
11344         "serial-number": {
11345           "description": "Serial number, may be queried", 
11346           "type": "string"
11347         }
11348       }
11349     }, 
11350     "zzzz-patch-related-lookup": {
11351       "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", 
11352       "properties": {
11353         "property-collect-list": {
11354           "type": "string"
11355         }, 
11356         "related-lookup-uuid": {
11357           "type": "string"
11358         }, 
11359         "relationship-list": {
11360           "$ref": "#/definitions/relationship", 
11361           "type": "object"
11362         }, 
11363         "source-node-property": {
11364           "type": "string"
11365         }, 
11366         "source-node-type": {
11367           "type": "string"
11368         }, 
11369         "target-node-property": {
11370           "type": "string"
11371         }, 
11372         "target-node-type": {
11373           "type": "string"
11374         }
11375       }
11376     }, 
11377     "zzzz-patch-related-to-property": {
11378       "properties": {
11379         "property-key": {
11380           "description": "Key part of a key/value pair", 
11381           "type": "string"
11382         }, 
11383         "property-value": {
11384           "description": "Value part of a key/value pair", 
11385           "type": "string"
11386         }
11387       }
11388     }, 
11389     "zzzz-patch-relationship-data": {
11390       "properties": {
11391         "relationship-key": {
11392           "description": "A keyword provided by A&AI to indicate an attribute.", 
11393           "type": "string"
11394         }, 
11395         "relationship-value": {
11396           "description": "Value of the attribute.", 
11397           "type": "string"
11398         }
11399       }
11400     }, 
11401     "zzzz-patch-reserved-prop-names": {
11402       "description": "Internal map to define some reserved properties of a vertex\n", 
11403       "properties": {
11404         "aai-created-ts": {
11405           "format": "int64", 
11406           "type": "integer"
11407         }, 
11408         "aai-last-mod-ts": {
11409           "format": "int64", 
11410           "type": "integer"
11411         }, 
11412         "aai-node-type": {
11413           "type": "string"
11414         }, 
11415         "aai-unique-key": {
11416           "type": "string"
11417         }, 
11418         "aai-uri": {
11419           "type": "string"
11420         }, 
11421         "last-mod-source-of-truth": {
11422           "type": "string"
11423         }, 
11424         "source-of-truth": {
11425           "type": "string"
11426         }
11427       }
11428     }, 
11429     "zzzz-patch-result-data": {
11430       "properties": {
11431         "resource-link": {
11432           "description": "The URL to the specific resource", 
11433           "type": "string"
11434         }, 
11435         "resource-type": {
11436           "description": "The specific type of node in the A&AI graph", 
11437           "type": "string"
11438         }
11439       }
11440     }, 
11441     "zzzz-patch-route-table-reference": {
11442       "description": "Openstack route table reference.\n###### Related Nodes\n- FROM l3-network( l3-network Uses route-table-reference, MANY2MANY)\n", 
11443       "properties": {
11444         "relationship-list": {
11445           "$ref": "#/definitions/relationship", 
11446           "type": "object"
11447         }, 
11448         "route-table-reference-fqdn": {
11449           "description": "FQDN entry in the route table.", 
11450           "type": "string"
11451         }, 
11452         "route-table-reference-id": {
11453           "description": "Route Table Reference id, UUID assigned to this instance.", 
11454           "type": "string"
11455         }
11456       }
11457     }, 
11458     "zzzz-patch-route-target": {
11459       "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", 
11460       "properties": {
11461         "global-route-target": {
11462           "description": "Number used to identify an RT, globally unique in the network", 
11463           "type": "string"
11464         }, 
11465         "relationship-list": {
11466           "$ref": "#/definitions/relationship", 
11467           "type": "object"
11468         }, 
11469         "route-target-role": {
11470           "description": "Role assigned to this route target", 
11471           "type": "string"
11472         }
11473       }
11474     }, 
11475     "zzzz-patch-routing-instance": {
11476       "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", 
11477       "properties": {
11478         "relationship-list": {
11479           "$ref": "#/definitions/relationship", 
11480           "type": "object"
11481         }, 
11482         "routing-instance-id": {
11483           "description": "Unique id of routing instance", 
11484           "type": "string"
11485         }, 
11486         "rpm-owner": {
11487           "description": "rpm owner", 
11488           "type": "string"
11489         }
11490       }
11491     }, 
11492     "zzzz-patch-sdwan-vpn": {
11493       "description": "Instance of an sdwan-vpn\n###### Related Nodes\n- TO ext-aai-network( sdwan-vpn BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( sdwan-vpn PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- TO tenant( sdwan-vpn PartOf tenant, ONE2MANY)\nFor CCVPN Usecase\n- TO vpn-binding( sdwan-vpn PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n", 
11494       "properties": {
11495         "model-customization-id": {
11496           "description": "Store the model-customization-id for this object.", 
11497           "type": "string"
11498         }, 
11499         "model-invariant-id": {
11500           "also requires": "model-version-id", 
11501           "description": "the ASDC model id for this resource or service model.", 
11502           "type": "string"
11503         }, 
11504         "model-version-id": {
11505           "also requires": "model-invariant-id", 
11506           "description": "the ASDC model version for this resource or service model.", 
11507           "type": "string"
11508         }, 
11509         "operational-status": {
11510           "description": "Store the operational-status for this object.", 
11511           "type": "string"
11512         }, 
11513         "relationship-list": {
11514           "$ref": "#/definitions/relationship", 
11515           "type": "object"
11516         }, 
11517         "sdwan-vpn-id": {
11518           "description": "Uniquely identifies this sdwan-vpn by id", 
11519           "type": "string"
11520         }, 
11521         "sdwan-vpn-name": {
11522           "description": "Store the name of this sdwan-vpn.", 
11523           "type": "string"
11524         }, 
11525         "selflink": {
11526           "description": "Store the link to get more information for this object.", 
11527           "type": "string"
11528         }, 
11529         "tenant-id": {
11530           "description": "Store the tenant-id of this sdwan-vpn.", 
11531           "type": "string"
11532         }, 
11533         "topology": {
11534           "description": "Store the topology of this sdwan-vpn.", 
11535           "type": "string"
11536         }, 
11537         "vpn-id": {
11538           "description": "Store the vpn-id of this sdwan-vpn.", 
11539           "type": "string"
11540         }, 
11541         "vxlan-id": {
11542           "description": "Store the vxlan-id of this sdwan-vpn.", 
11543           "type": "string"
11544         }
11545       }
11546     }, 
11547     "zzzz-patch-secondary-filter": {
11548       "properties": {
11549         "filter-type": {
11550           "type": "string"
11551         }, 
11552         "property-name": {
11553           "type": "string"
11554         }, 
11555         "property-value": {
11556           "type": "string"
11557         }
11558       }
11559     }, 
11560     "zzzz-patch-segmentation-assignment": {
11561       "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", 
11562       "properties": {
11563         "relationship-list": {
11564           "$ref": "#/definitions/relationship", 
11565           "type": "object"
11566         }, 
11567         "segmentation-id": {
11568           "description": "Route Table Reference id, UUID assigned to this instance.", 
11569           "type": "string"
11570         }
11571       }
11572     }, 
11573     "zzzz-patch-service": {
11574       "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", 
11575       "properties": {
11576         "relationship-list": {
11577           "$ref": "#/definitions/relationship", 
11578           "type": "object"
11579         }, 
11580         "service-description": {
11581           "description": "Description of the service", 
11582           "type": "string"
11583         }, 
11584         "service-id": {
11585           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
11586           "type": "string"
11587         }, 
11588         "service-selflink": {
11589           "description": "URL to endpoint where AAI can get more details", 
11590           "type": "string"
11591         }, 
11592         "service-version": {
11593           "description": "service version", 
11594           "type": "string"
11595         }
11596       }
11597     }, 
11598     "zzzz-patch-service-capability": {
11599       "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", 
11600       "properties": {
11601         "relationship-list": {
11602           "$ref": "#/definitions/relationship", 
11603           "type": "object"
11604         }, 
11605         "service-type": {
11606           "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
11607           "type": "string"
11608         }, 
11609         "vnf-type": {
11610           "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.", 
11611           "type": "string"
11612         }
11613       }
11614     }, 
11615     "zzzz-patch-service-instance": {
11616       "description": "Instance of a service\n###### Related Nodes\n- TO allotted-resource( service-instance Uses allotted-resource, MANY2MANY)\n- TO collection( service-instance ComposedOf collection, ONE2ONE)\n- TO configuration( service-instance Uses configuration, ONE2MANY)\n- TO configuration( service-instance ComposedOf configuration, MANY2MANY)\n- TO connector( service-instance Uses connector, MANY2MANY)\n- TO ctag-assignment( service-instance Uses ctag-assignment, ONE2MANY)\n- TO cvlan-tag( service-instance ComposedOf cvlan-tag, MANY2MANY)\n- TO generic-vnf( service-instance ComposedOf generic-vnf, ONE2MANY)\n- TO instance-group( service-instance MemberOf instance-group, MANY2MANY)\n- TO l3-network( service-instance ComposedOf l3-network, ONE2MANY)\n- TO logical-link( service-instance Uses logical-link, MANY2MANY)(2)\n- TO owning-entity( service-instance BelongsTo owning-entity, MANY2ONE)\n- TO pnf( service-instance ComposedOf pnf, ONE2MANY)\n- TO service-instance( service-instance ComposedOf service-instance, ONE2MANY)\n- TO service-subscription (PARENT of service-instance, service-instance BelongsTo service-subscription, MANY2ONE)(4)\n- TO vce( service-instance ComposedOf vce, ONE2MANY)\n- TO vlan( service-instance ComposedOf vlan, ONE2MANY)\n- TO zone( service-instance LocatedIn zone, MANY2ONE)\n- FROM allotted-resource (CHILD of service-instance, allotted-resource BelongsTo service-instance, MANY2ONE)(1)\n- FROM connectivity( connectivity PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM device( device PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM forwarding-path( forwarding-path AppliesTo service-instance, MANY2ONE)(1)\n- FROM lan-port-config( lan-port-config PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM metadatum (CHILD of service-instance, metadatum BelongsTo service-instance, MANY2ONE)(1)\n- FROM project( project Uses service-instance, ONE2MANY)\n- FROM sdwan-vpn( sdwan-vpn PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM service-instance( service-instance ComposedOf service-instance, ONE2MANY)\n- FROM site-resource( site-resource PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n- FROM sp-partner( sp-partner PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n- FROM wan-port-config( wan-port-config PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n\n-(1) IF this SERVICE-INSTANCE node is deleted, this FROM node is DELETED also\n-(2) IF this SERVICE-INSTANCE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this SERVICE-INSTANCE is DELETED also\n", 
11617       "properties": {
11618         "bandwidth-total": {
11619           "description": "Indicates the total bandwidth to be used for this service.", 
11620           "type": "string"
11621         }, 
11622         "created-at": {
11623           "description": "create time of Network Service.", 
11624           "type": "string"
11625         }, 
11626         "description": {
11627           "description": "short description for service-instance.", 
11628           "type": "string"
11629         }, 
11630         "environment-context": {
11631           "description": "This field will store the environment context assigned to the service-instance.", 
11632           "type": "string"
11633         }, 
11634         "input-parameters": {
11635           "description": "String capturing request parameters from SO to pass to Closed Loop.", 
11636           "type": "string"
11637         }, 
11638         "model-invariant-id": {
11639           "also requires": "model-version-id", 
11640           "description": "the ASDC model id for this resource or service model.", 
11641           "type": "string"
11642         }, 
11643         "model-version-id": {
11644           "also requires": "model-invariant-id", 
11645           "description": "the ASDC model version for this resource or service model.", 
11646           "type": "string"
11647         }, 
11648         "orchestration-status": {
11649           "description": "Orchestration status of this service.", 
11650           "type": "string"
11651         }, 
11652         "persona-model-version": {
11653           "description": "the ASDC model version for this resource or service model.", 
11654           "type": "string"
11655         }, 
11656         "relationship-list": {
11657           "$ref": "#/definitions/relationship", 
11658           "type": "object"
11659         }, 
11660         "selflink": {
11661           "description": "Path to the controller object.", 
11662           "type": "string"
11663         }, 
11664         "service-instance-id": {
11665           "description": "Uniquely identifies this instance of a service", 
11666           "type": "string"
11667         }, 
11668         "service-instance-location-id": {
11669           "description": "An identifier that customers assign to the location where this service is being used.", 
11670           "type": "string"
11671         }, 
11672         "service-instance-name": {
11673           "description": "This field will store a name assigned to the service-instance.", 
11674           "type": "string"
11675         }, 
11676         "service-role": {
11677           "description": "String capturing the service role.", 
11678           "type": "string"
11679         }, 
11680         "service-type": {
11681           "description": "String capturing type of service.", 
11682           "type": "string"
11683         }, 
11684         "updated-at": {
11685           "description": "last update of Network Service.", 
11686           "type": "string"
11687         }, 
11688         "vhn-portal-url": {
11689           "description": "URL customers will use to access the vHN Portal.", 
11690           "type": "string"
11691         }, 
11692         "widget-model-id": {
11693           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
11694           "type": "string"
11695         }, 
11696         "widget-model-version": {
11697           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
11698           "type": "string"
11699         }, 
11700         "workload-context": {
11701           "description": "This field will store the workload context assigned to the service-instance.", 
11702           "type": "string"
11703         }
11704       }
11705     }, 
11706     "zzzz-patch-service-subscription": {
11707       "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", 
11708       "properties": {
11709         "relationship-list": {
11710           "$ref": "#/definitions/relationship", 
11711           "type": "object"
11712         }, 
11713         "service-type": {
11714           "description": "Value defined by orchestration to identify this service across ECOMP.", 
11715           "type": "string"
11716         }, 
11717         "temp-ub-sub-account-id": {
11718           "description": "This property will be deleted from A&AI in the near future. Only stop gap solution.", 
11719           "type": "string"
11720         }
11721       }
11722     }, 
11723     "zzzz-patch-site-pair": {
11724       "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", 
11725       "properties": {
11726         "destination-equip-type": {
11727           "description": "The type of destinatination equipment. Could be Router, UCPE, etc.", 
11728           "type": "string"
11729         }, 
11730         "destination-hostname": {
11731           "description": "Hostname of the destination equipment to which SLAs are measured against.", 
11732           "type": "string"
11733         }, 
11734         "destination-ip": {
11735           "description": "Prefix address", 
11736           "type": "string"
11737         }, 
11738         "ip-version": {
11739           "description": "ip version, v4, v6", 
11740           "type": "string"
11741         }, 
11742         "relationship-list": {
11743           "$ref": "#/definitions/relationship", 
11744           "type": "object"
11745         }, 
11746         "site-pair-id": {
11747           "description": "unique identifier of probe", 
11748           "type": "string"
11749         }, 
11750         "source-ip": {
11751           "description": "Prefix address", 
11752           "type": "string"
11753         }
11754       }
11755     }, 
11756     "zzzz-patch-site-pair-set": {
11757       "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", 
11758       "properties": {
11759         "relationship-list": {
11760           "$ref": "#/definitions/relationship", 
11761           "type": "object"
11762         }, 
11763         "site-pair-set-id": {
11764           "description": "Unique id of site pair set.", 
11765           "type": "string"
11766         }
11767       }
11768     }, 
11769     "zzzz-patch-site-resource": {
11770       "description": "Instance of a site-resource\n###### Related Nodes\n- TO allotted-resource( site-resource Uses allotted-resource, MANY2MANY)\nFor CCVPN Usecase\n- TO complex( site-resource Uses complex, MANY2MANY)\nFor CCVPN Usecase\n- TO ext-aai-network( site-resource BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( site-resource PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n", 
11771       "properties": {
11772         "description": {
11773           "description": "Store the description of this site-resource.", 
11774           "type": "string"
11775         }, 
11776         "generated-site-id": {
11777           "description": "Store the generated-site-id of this site-resource.", 
11778           "type": "string"
11779         }, 
11780         "model-customization-id": {
11781           "description": "Store the model-customization-id for this object.", 
11782           "type": "string"
11783         }, 
11784         "model-invariant-id": {
11785           "also requires": "model-version-id", 
11786           "description": "the ASDC model id for this resource or service model.", 
11787           "type": "string"
11788         }, 
11789         "model-version-id": {
11790           "also requires": "model-invariant-id", 
11791           "description": "the ASDC model version for this resource or service model.", 
11792           "type": "string"
11793         }, 
11794         "operational-status": {
11795           "description": "Store the operational-status for this object.", 
11796           "type": "string"
11797         }, 
11798         "relationship-list": {
11799           "$ref": "#/definitions/relationship", 
11800           "type": "object"
11801         }, 
11802         "role": {
11803           "description": "Store the role of this site-resource.", 
11804           "type": "string"
11805         }, 
11806         "selflink": {
11807           "description": "Store the link to get more information for this object.", 
11808           "type": "string"
11809         }, 
11810         "site-resource-id": {
11811           "description": "Uniquely identifies this site-resource by id", 
11812           "type": "string"
11813         }, 
11814         "site-resource-name": {
11815           "description": "Store the name of this site-resource.", 
11816           "type": "string"
11817         }, 
11818         "type": {
11819           "description": "Store the type of this site-resource.", 
11820           "type": "string"
11821         }
11822       }
11823     }, 
11824     "zzzz-patch-snapshot": {
11825       "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", 
11826       "properties": {
11827         "application": {
11828           "description": "The application that the image instantiates.", 
11829           "type": "string"
11830         }, 
11831         "application-vendor": {
11832           "description": "The vendor of the application.", 
11833           "type": "string"
11834         }, 
11835         "application-version": {
11836           "description": "The version of the application.", 
11837           "type": "string"
11838         }, 
11839         "prev-snapshot-id": {
11840           "description": "This field contains the UUID of the previous snapshot (if any).", 
11841           "type": "string"
11842         }, 
11843         "relationship-list": {
11844           "$ref": "#/definitions/relationship", 
11845           "type": "object"
11846         }, 
11847         "snapshot-architecture": {
11848           "description": "Operating system architecture", 
11849           "type": "string"
11850         }, 
11851         "snapshot-id": {
11852           "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
11853           "type": "string"
11854         }, 
11855         "snapshot-name": {
11856           "description": "Snapshot name", 
11857           "type": "string"
11858         }, 
11859         "snapshot-os-distro": {
11860           "description": "The common name of the operating system distribution in lowercase", 
11861           "type": "string"
11862         }, 
11863         "snapshot-os-version": {
11864           "description": "The operating system version as specified by the distributor.", 
11865           "type": "string"
11866         }, 
11867         "snapshot-selflink": {
11868           "description": "URL to endpoint where AAI can get more details", 
11869           "type": "string"
11870         }
11871       }
11872     }, 
11873     "zzzz-patch-software-version": {
11874       "description": "Software Version\n###### Related Nodes\n- TO pnf (PARENT of software-version, software-version BelongsTo pnf, MANY2ONE)\n", 
11875       "properties": {
11876         "is-active-sw-ver": {
11877           "description": "used to indicate whether or not this software-version is the active one (activeSw = true)", 
11878           "type": "boolean"
11879         }, 
11880         "software-version-id": {
11881           "description": "Identifier of the software version", 
11882           "type": "string"
11883         }
11884       }
11885     }, 
11886     "zzzz-patch-sp-partner": {
11887       "description": "Instance of an sp-partner\n###### Related Nodes\n- TO service-instance( sp-partner PartOf service-instance, ONE2MANY)\nFor CCVPN Usecase\n", 
11888       "properties": {
11889         "callsource": {
11890           "description": "Store the callsource of this sp-partner.", 
11891           "type": "string"
11892         }, 
11893         "model-customization-id": {
11894           "description": "Store the model-customization-id for this sp-partner.", 
11895           "type": "string"
11896         }, 
11897         "model-invariant-id": {
11898           "also requires": "model-version-id", 
11899           "description": "the ASDC model id for this sp-partner model.", 
11900           "type": "string"
11901         }, 
11902         "model-version-id": {
11903           "also requires": "model-invariant-id", 
11904           "description": "the ASDC model version for this sp-partner model.", 
11905           "type": "string"
11906         }, 
11907         "operational-status": {
11908           "description": "Store the operational-status for this sp-partner.", 
11909           "type": "string"
11910         }, 
11911         "relationship-list": {
11912           "$ref": "#/definitions/relationship", 
11913           "type": "object"
11914         }, 
11915         "sp-partner-id": {
11916           "description": "Uniquely identifies this sp-partner by id", 
11917           "type": "string"
11918         }, 
11919         "url": {
11920           "description": "Store the URL of this sp-partner.", 
11921           "type": "string"
11922         }
11923       }
11924     }, 
11925     "zzzz-patch-sriov-pf": {
11926       "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", 
11927       "properties": {
11928         "pf-pci-id": {
11929           "description": "Identifier for the sriov-pf", 
11930           "type": "string"
11931         }, 
11932         "relationship-list": {
11933           "$ref": "#/definitions/relationship", 
11934           "type": "object"
11935         }
11936       }
11937     }, 
11938     "zzzz-patch-sriov-vf": {
11939       "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", 
11940       "properties": {
11941         "neutron-network-id": {
11942           "description": "Neutron network id of the interface", 
11943           "type": "string"
11944         }, 
11945         "pci-id": {
11946           "description": "PCI ID used to identify the sriov-vf", 
11947           "type": "string"
11948         }, 
11949         "relationship-list": {
11950           "$ref": "#/definitions/relationship", 
11951           "type": "object"
11952         }, 
11953         "vf-broadcast-allow": {
11954           "description": "This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM", 
11955           "type": "boolean"
11956         }, 
11957         "vf-insert-stag": {
11958           "description": "This option, if set to true, instructs to insert outer tag after traffic comes out of VM.", 
11959           "type": "boolean"
11960         }, 
11961         "vf-link-status": {
11962           "description": "This option is used to set the link status.  Valid values as of 1607 are on, off, and auto.", 
11963           "type": "string"
11964         }, 
11965         "vf-mac-anti-spoof-check": {
11966           "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.", 
11967           "type": "boolean"
11968         }, 
11969         "vf-mac-filter": {
11970           "description": "When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM.", 
11971           "type": "string"
11972         }, 
11973         "vf-mirrors": {
11974           "description": "This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports.", 
11975           "type": "string"
11976         }, 
11977         "vf-unknown-multicast-allow": {
11978           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM", 
11979           "type": "boolean"
11980         }, 
11981         "vf-unknown-unicast-allow": {
11982           "description": "This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM", 
11983           "type": "boolean"
11984         }, 
11985         "vf-vlan-anti-spoof-check": {
11986           "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.", 
11987           "type": "boolean"
11988         }, 
11989         "vf-vlan-filter": {
11990           "description": "This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM.", 
11991           "type": "string"
11992         }, 
11993         "vf-vlan-strip": {
11994           "description": "When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM.", 
11995           "type": "boolean"
11996         }
11997       }
11998     }, 
11999     "zzzz-patch-start-node-filter": {
12000       "properties": {
12001         "property-name": {
12002           "type": "string"
12003         }, 
12004         "property-value": {
12005           "type": "string"
12006         }
12007       }
12008     }, 
12009     "zzzz-patch-subnet": {
12010       "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", 
12011       "properties": {
12012         "cidr-mask": {
12013           "description": "cidr mask", 
12014           "type": "string"
12015         }, 
12016         "dhcp-enabled": {
12017           "description": "dhcp enabled", 
12018           "type": "boolean"
12019         }, 
12020         "dhcp-end": {
12021           "description": "the last address reserved for use by dhcp", 
12022           "type": "string"
12023         }, 
12024         "dhcp-start": {
12025           "description": "the start address reserved for use by dhcp", 
12026           "type": "string"
12027         }, 
12028         "gateway-address": {
12029           "description": "gateway ip address", 
12030           "type": "string"
12031         }, 
12032         "ip-assignment-direction": {
12033           "description": "ip address assignment direction of the subnet", 
12034           "type": "string"
12035         }, 
12036         "ip-version": {
12037           "description": "ip version", 
12038           "type": "string"
12039         }, 
12040         "network-start-address": {
12041           "description": "network start address", 
12042           "type": "string"
12043         }, 
12044         "neutron-subnet-id": {
12045           "description": "Neutron id of this subnet", 
12046           "type": "string"
12047         }, 
12048         "orchestration-status": {
12049           "description": "Orchestration status of this VNF, mastered by MSO", 
12050           "type": "string"
12051         }, 
12052         "relationship-list": {
12053           "$ref": "#/definitions/relationship", 
12054           "type": "object"
12055         }, 
12056         "subnet-id": {
12057           "description": "Subnet ID, should be UUID.", 
12058           "type": "string"
12059         }, 
12060         "subnet-name": {
12061           "description": "Name associated with the subnet.", 
12062           "type": "string"
12063         }, 
12064         "subnet-role": {
12065           "description": "role of the subnet, referenced when assigning IPs", 
12066           "type": "string"
12067         }, 
12068         "subnet-sequence": {
12069           "description": "sequence of the subnet", 
12070           "format": "int32", 
12071           "type": "integer"
12072         }
12073       }
12074     }, 
12075     "zzzz-patch-tenant": {
12076       "description": "Openstack tenant\n###### Related Nodes\n- TO cloud-region (PARENT of tenant, tenant BelongsTo cloud-region, MANY2ONE)\n- TO group-assignment( tenant MemberOf group-assignment, MANY2MANY)\n- TO l3-network( tenant Uses l3-network, MANY2MANY)\n- TO volume-group( tenant DependsOn volume-group, ONE2MANY)\n- FROM generic-vnf( generic-vnf BelongsTo tenant, MANY2ONE)\n- FROM nos-server (CHILD of tenant, nos-server BelongsTo tenant, MANY2ONE)\n- FROM sdwan-vpn( sdwan-vpn PartOf tenant, ONE2MANY)\nFor CCVPN Usecase\n- FROM service-subscription( service-subscription Uses tenant, MANY2MANY)\n- FROM vserver (CHILD of tenant, vserver BelongsTo tenant, MANY2ONE)\n\n-TENANT cannot be deleted if related to NOS-SERVER,VSERVER\n", 
12077       "properties": {
12078         "relationship-list": {
12079           "$ref": "#/definitions/relationship", 
12080           "type": "object"
12081         }, 
12082         "tenant-context": {
12083           "description": "This field will store the tenant context.", 
12084           "type": "string"
12085         }, 
12086         "tenant-id": {
12087           "description": "Unique id relative to the cloud-region.", 
12088           "type": "string"
12089         }, 
12090         "tenant-name": {
12091           "description": "Readable name of tenant", 
12092           "type": "string"
12093         }
12094       }
12095     }, 
12096     "zzzz-patch-tunnel-xconnect": {
12097       "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", 
12098       "properties": {
12099         "id": {
12100           "description": "Allotted Resource id UUID assigned to this instance.", 
12101           "type": "string"
12102         }, 
12103         "relationship-list": {
12104           "$ref": "#/definitions/relationship", 
12105           "type": "object"
12106         }
12107       }
12108     }, 
12109     "zzzz-patch-update": {
12110       "description": "Serves a PATCH like function.  Does not enforce concurrency control.  Clear each usage with AAI team.\n", 
12111       "properties": {
12112         "update-node-type": {
12113           "type": "string"
12114         }, 
12115         "update-node-uri": {
12116           "type": "string"
12117         }
12118       }
12119     }, 
12120     "zzzz-patch-update-node-key": {
12121       "properties": {
12122         "key-name": {
12123           "type": "string"
12124         }, 
12125         "key-value": {
12126           "type": "string"
12127         }
12128       }
12129     }, 
12130     "zzzz-patch-vce": {
12131       "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", 
12132       "properties": {
12133         "entitlement-resource-uuid": {
12134           "description": "OBSOLETE -  see child relationships", 
12135           "type": "string"
12136         }, 
12137         "equipment-role": {
12138           "description": "Network role being played by this VNF", 
12139           "type": "string"
12140         }, 
12141         "heat-stack-id": {
12142           "description": "Heat stack id corresponding to this instance, managed by MSO", 
12143           "type": "string"
12144         }, 
12145         "ipv4-loopback0-address": {
12146           "description": "Loopback0 address", 
12147           "type": "string"
12148         }, 
12149         "ipv4-oam-address": {
12150           "description": "Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE.", 
12151           "type": "string"
12152         }, 
12153         "license-key": {
12154           "description": "OBSOLETE -  do not use", 
12155           "type": "string"
12156         }, 
12157         "mso-catalog-key": {
12158           "description": "Corresponds to the SDN-C catalog id used to configure this VCE", 
12159           "type": "string"
12160         }, 
12161         "operational-status": {
12162           "description": "Indicator for whether the resource is considered operational", 
12163           "type": "string"
12164         }, 
12165         "orchestration-status": {
12166           "description": "Orchestration status of this VNF, mastered by MSO", 
12167           "type": "string"
12168         }, 
12169         "prov-status": {
12170           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
12171           "type": "string"
12172         }, 
12173         "regional-resource-zone": {
12174           "description": "Regional way of organizing pservers, source of truth should define values", 
12175           "type": "string"
12176         }, 
12177         "relationship-list": {
12178           "$ref": "#/definitions/relationship", 
12179           "type": "object"
12180         }, 
12181         "service-id": {
12182           "description": "Unique identifier of service, does not strictly map to ASDC services, SOON TO BE DEPRECATED.", 
12183           "type": "string"
12184         }, 
12185         "v6-vce-wan-address": {
12186           "description": "Valid v6 IP address for the WAN Link on this router.  Implied length of /64.", 
12187           "type": "string"
12188         }, 
12189         "vnf-id": {
12190           "description": "Unique id of VNF.  This is unique across the graph.", 
12191           "type": "string"
12192         }, 
12193         "vnf-name": {
12194           "description": "Name of VNF.", 
12195           "type": "string"
12196         }, 
12197         "vnf-name2": {
12198           "description": "Alternate name of VNF.", 
12199           "type": "string"
12200         }, 
12201         "vnf-type": {
12202           "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.", 
12203           "type": "string"
12204         }, 
12205         "vpe-id": {
12206           "description": "Unique ID of VPE connected to this VCE.", 
12207           "type": "string"
12208         }
12209       }
12210     }, 
12211     "zzzz-patch-vf-module": {
12212       "description": "a deployment unit of VNFCs\n###### Related Nodes\n- TO generic-vnf (PARENT of vf-module, vf-module BelongsTo generic-vnf, MANY2ONE)(4)\n- TO l3-network( vf-module DependsOn l3-network, MANY2MANY)\n- TO vnfc( vf-module Uses vnfc, ONE2MANY)(2)\n- TO volume-group( vf-module Uses volume-group, ONE2ONE)\n- TO vserver( vf-module Uses vserver, ONE2MANY)\n\n-(2) IF this VF-MODULE node is deleted, this TO node is DELETED also\n-(4) IF this TO node is deleted, this VF-MODULE is DELETED also\n", 
12213       "properties": {
12214         "automated-assignment": {
12215           "description": "Indicates whether vf-module assignment was done via automation or manually", 
12216           "type": "boolean"
12217         }, 
12218         "contrail-service-instance-fqdn": {
12219           "description": "the Contrail unique ID for a service-instance", 
12220           "type": "string"
12221         }, 
12222         "heat-stack-id": {
12223           "description": "Heat stack id corresponding to this instance.", 
12224           "type": "string"
12225         }, 
12226         "is-base-vf-module": {
12227           "description": "used to indicate whether or not this object is base vf module", 
12228           "type": "boolean"
12229         }, 
12230         "model-customization-id": {
12231           "description": "captures the id of all the configuration used to customize the resource for the service.", 
12232           "type": "string"
12233         }, 
12234         "model-invariant-id": {
12235           "also requires": "model-version-id", 
12236           "description": "the ASDC model id for this resource or service model.", 
12237           "type": "string"
12238         }, 
12239         "model-version-id": {
12240           "also requires": "model-invariant-id", 
12241           "description": "the ASDC model version for this resource or service model.", 
12242           "type": "string"
12243         }, 
12244         "module-index": {
12245           "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", 
12246           "format": "int32", 
12247           "type": "integer"
12248         }, 
12249         "orchestration-status": {
12250           "description": "orchestration status of this vf-module, mastered by MSO", 
12251           "type": "string"
12252         }, 
12253         "persona-model-version": {
12254           "description": "the ASDC model version for this resource or service model.", 
12255           "type": "string"
12256         }, 
12257         "relationship-list": {
12258           "$ref": "#/definitions/relationship", 
12259           "type": "object"
12260         }, 
12261         "selflink": {
12262           "description": "Path to the controller object.", 
12263           "type": "string"
12264         }, 
12265         "vf-module-id": {
12266           "description": "Unique ID of vf-module.", 
12267           "type": "string"
12268         }, 
12269         "vf-module-name": {
12270           "description": "Name of vf-module", 
12271           "type": "string"
12272         }, 
12273         "widget-model-id": {
12274           "description": "the ASDC data dictionary widget model. This maps directly to the A&AI widget.", 
12275           "type": "string"
12276         }, 
12277         "widget-model-version": {
12278           "description": "the ASDC data dictionary version of the widget model.This maps directly to the A&AI version of the widget.", 
12279           "type": "string"
12280         }
12281       }
12282     }, 
12283     "zzzz-patch-vig-server": {
12284       "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", 
12285       "properties": {
12286         "ipaddress-v4-vig": {
12287           "description": "v4 IP of the vig server", 
12288           "type": "string"
12289         }, 
12290         "ipaddress-v6-vig": {
12291           "description": "v6 IP of the vig server", 
12292           "type": "string"
12293         }, 
12294         "relationship-list": {
12295           "$ref": "#/definitions/relationship", 
12296           "type": "object"
12297         }, 
12298         "vig-address-type": {
12299           "description": "indicates whether the VIG is for AVPN or INTERNET", 
12300           "type": "string"
12301         }
12302       }
12303     }, 
12304     "zzzz-patch-vip-ipv4-address-list": {
12305       "description": "IPv4 Address Range\n###### Related Nodes\n- TO cloud-region (PARENT of vip-ipv4-address-list, vip-ipv4-address-list BelongsTo cloud-region, MANY2ONE)\n- TO cp( vip-ipv4-address-list Uses cp, MANY2MANY)\n- TO instance-group( vip-ipv4-address-list MemberOf instance-group, MANY2MANY)\n- TO subnet( vip-ipv4-address-list MemberOf subnet, MANY2MANY)\n- FROM vnfc( vnfc Uses vip-ipv4-address-list, MANY2MANY)\n", 
12306       "properties": {
12307         "is-floating": {
12308           "description": "Indicator of fixed or floating address", 
12309           "type": "boolean"
12310         }, 
12311         "neutron-network-id": {
12312           "description": "Neutron network id of the interface that address belongs to", 
12313           "type": "string"
12314         }, 
12315         "neutron-subnet-id": {
12316           "description": "Neutron id of subnet that address belongs to", 
12317           "type": "string"
12318         }, 
12319         "relationship-list": {
12320           "$ref": "#/definitions/relationship", 
12321           "type": "object"
12322         }, 
12323         "vip-ipv4-address": {
12324           "description": "IP address", 
12325           "type": "string"
12326         }, 
12327         "vip-ipv4-prefix-length": {
12328           "description": "Prefix length, 32 for single address", 
12329           "format": "int64", 
12330           "type": "integer"
12331         }, 
12332         "vlan-id-inner": {
12333           "description": "Inner VLAN tag", 
12334           "format": "int64", 
12335           "type": "integer"
12336         }, 
12337         "vlan-id-outer": {
12338           "description": "Outer VLAN tag", 
12339           "format": "int64", 
12340           "type": "integer"
12341         }
12342       }
12343     }, 
12344     "zzzz-patch-vip-ipv6-address-list": {
12345       "description": "IPv6 Address Range\n###### Related Nodes\n- TO cloud-region (PARENT of vip-ipv6-address-list, vip-ipv6-address-list BelongsTo cloud-region, MANY2ONE)\n- TO cp( vip-ipv6-address-list Uses cp, MANY2MANY)\n- TO instance-group( vip-ipv6-address-list MemberOf instance-group, MANY2MANY)\n- TO subnet( vip-ipv6-address-list MemberOf subnet, MANY2MANY)\n- FROM vnfc( vnfc Uses vip-ipv6-address-list, MANY2MANY)\n", 
12346       "properties": {
12347         "is-floating": {
12348           "description": "Indicator of fixed or floating address", 
12349           "type": "boolean"
12350         }, 
12351         "neutron-network-id": {
12352           "description": "Neutron network id of the interface that address belongs to", 
12353           "type": "string"
12354         }, 
12355         "neutron-subnet-id": {
12356           "description": "Neutron id of subnet that address belongs to", 
12357           "type": "string"
12358         }, 
12359         "relationship-list": {
12360           "$ref": "#/definitions/relationship", 
12361           "type": "object"
12362         }, 
12363         "vip-ipv6-address": {
12364           "description": "IP address", 
12365           "type": "string"
12366         }, 
12367         "vip-ipv6-prefix-length": {
12368           "description": "Prefix length, 128 for single address", 
12369           "format": "int64", 
12370           "type": "integer"
12371         }, 
12372         "vlan-id-inner": {
12373           "description": "Inner VLAN tag", 
12374           "format": "int64", 
12375           "type": "integer"
12376         }, 
12377         "vlan-id-outer": {
12378           "description": "Outer VLAN tag", 
12379           "format": "int64", 
12380           "type": "integer"
12381         }
12382       }
12383     }, 
12384     "zzzz-patch-virtual-data-center": {
12385       "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", 
12386       "properties": {
12387         "relationship-list": {
12388           "$ref": "#/definitions/relationship", 
12389           "type": "object"
12390         }, 
12391         "vdc-id": {
12392           "description": "Unique ID of the vdc", 
12393           "type": "string"
12394         }, 
12395         "vdc-name": {
12396           "description": "Name of the virtual data center", 
12397           "type": "string"
12398         }
12399       }
12400     }, 
12401     "zzzz-patch-vlan": {
12402       "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", 
12403       "properties": {
12404         "backdoor-connection": {
12405           "description": "Whether customer is going to use this VLAN for backdoor connection to another customer premise device.", 
12406           "type": "string"
12407         }, 
12408         "in-maint": {
12409           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
12410           "type": "boolean"
12411         }, 
12412         "is-ip-unnumbered": {
12413           "description": "Flag indicating the interface uses the IP Unnumbered configuration.", 
12414           "type": "boolean"
12415         }, 
12416         "is-private": {
12417           "description": "Private VLAN indicator.", 
12418           "type": "boolean"
12419         }, 
12420         "orchestration-status": {
12421           "description": "Status of a vnf's vlan interface, on which the customer circuit resides, mastered by SDN-C.", 
12422           "type": "string"
12423         }, 
12424         "prov-status": {
12425           "description": "Prov Status of the VLAN configuration related to a logical interface. Valid values [PREPROV/NVTPROV/PROV].", 
12426           "type": "string"
12427         }, 
12428         "relationship-list": {
12429           "$ref": "#/definitions/relationship", 
12430           "type": "object"
12431         }, 
12432         "speed-units": {
12433           "description": "Captures the units corresponding to the speed", 
12434           "type": "string"
12435         }, 
12436         "speed-value": {
12437           "description": "Captures the numeric part of the speed", 
12438           "type": "string"
12439         }, 
12440         "vlan-description": {
12441           "description": "Used to describe (the service associated with) the vlan", 
12442           "type": "string"
12443         }, 
12444         "vlan-id-inner": {
12445           "description": "Inner VLAN tag", 
12446           "format": "int64", 
12447           "type": "integer"
12448         }, 
12449         "vlan-id-outer": {
12450           "description": "Outer VLAN tag", 
12451           "format": "int64", 
12452           "type": "integer"
12453         }, 
12454         "vlan-interface": {
12455           "description": "String that identifies the interface", 
12456           "type": "string"
12457         }, 
12458         "vpn-key": {
12459           "description": "This indicates the customers VPN ID associated with this vlan", 
12460           "type": "string"
12461         }
12462       }
12463     }, 
12464     "zzzz-patch-vlan-mapping": {
12465       "description": "vlan-mapping object is an optional child object of the forwarder-evc object.  A given forwarder-evc object may have multiple vlan-mapping objects.\n###### Related Nodes\n- TO forwarder-evc (PARENT of vlan-mapping, vlan-mapping BelongsTo forwarder-evc, MANY2ONE)(4)\n\n-(4) IF this TO node is deleted, this VLAN-MAPPING is DELETED also\n", 
12466       "properties": {
12467         "ivlan": {
12468           "description": "The internal VLAN ('IVLAN') value.  Specific to Arista devices.", 
12469           "type": "string"
12470         }, 
12471         "nni-cvlan": {
12472           "description": "CVLAN value from the NNI/egress side of the SAREA gateway access device.", 
12473           "type": "string"
12474         }, 
12475         "nni-svlan": {
12476           "description": "SVLAN value from the NNI/egress side of the SAREA gateway access device.", 
12477           "type": "string"
12478         }, 
12479         "relationship-list": {
12480           "$ref": "#/definitions/relationship", 
12481           "type": "object"
12482         }, 
12483         "uni-cvlan": {
12484           "description": "CVLAN value from the UNI/ingress side of the SAREA gateway access device.", 
12485           "type": "string"
12486         }, 
12487         "vlan-mapping-id": {
12488           "description": "Key for vlan-mapping object.", 
12489           "type": "string"
12490         }
12491       }
12492     }, 
12493     "zzzz-patch-vlan-tag": {
12494       "description": "###### Related Nodes\n- TO cloud-region( vlan-tag BelongsTo cloud-region, MANY2ONE)\n- TO cp( vlan-tag Uses cp, MANY2MANY)\n- TO l3-network( vlan-tag BelongsTo l3-network, MANY2MANY)\n", 
12495       "properties": {
12496         "is-private": {
12497           "description": "is VLAN private?", 
12498           "type": "boolean"
12499         }, 
12500         "relationship-list": {
12501           "$ref": "#/definitions/relationship", 
12502           "type": "object"
12503         }, 
12504         "vlan-id-inner": {
12505           "description": "VLAN inner id", 
12506           "format": "int32", 
12507           "type": "integer"
12508         }, 
12509         "vlan-id-outer": {
12510           "description": "VLAN outer id", 
12511           "format": "int32", 
12512           "type": "integer"
12513         }, 
12514         "vlan-tag-id": {
12515           "description": "Unique ID of the vlan-tag", 
12516           "type": "string"
12517         }, 
12518         "vlan-tag-role": {
12519           "description": "purpose (l3-network to be connected to)", 
12520           "type": "string"
12521         }
12522       }
12523     }, 
12524     "zzzz-patch-vnf": {
12525       "description": "Abstract vnf class\n", 
12526       "properties": {
12527         "vnf-id": {
12528           "description": "Unique id of VNF.  This is unique across the graph.", 
12529           "type": "string"
12530         }
12531       }
12532     }, 
12533     "zzzz-patch-vnf-image": {
12534       "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", 
12535       "properties": {
12536         "application": {
12537           "description": "The application that the image instantiates.", 
12538           "type": "string"
12539         }, 
12540         "application-vendor": {
12541           "description": "The vendor of the application.", 
12542           "type": "string"
12543         }, 
12544         "application-version": {
12545           "description": "The version of the application.", 
12546           "type": "string"
12547         }, 
12548         "relationship-list": {
12549           "$ref": "#/definitions/relationship", 
12550           "type": "object"
12551         }, 
12552         "selflink": {
12553           "description": "URL to endpoint where AAI can get more details", 
12554           "type": "string"
12555         }, 
12556         "vnf-image-uuid": {
12557           "description": "Unique ID of this asset", 
12558           "type": "string"
12559         }
12560       }
12561     }, 
12562     "zzzz-patch-vnfc": {
12563       "description": "###### Related Nodes\n- TO cp (PARENT of vnfc, vnfc BelongsTo cp, ONE2MANY)\ncp is child of vnfc(2)\n- TO generic-vnf( vnfc BelongsTo generic-vnf, MANY2ONE)(4)\n- TO instance-group( vnfc MemberOf instance-group, MANY2MANY)\n- TO vip-ipv4-address-list( vnfc Uses vip-ipv4-address-list, MANY2MANY)\n- TO vip-ipv6-address-list( vnfc Uses vip-ipv6-address-list, MANY2MANY)\n- TO vserver( vnfc HostedOn vserver, ONE2MANY)\n- FROM configuration( configuration Uses vnfc, ONE2ONE)(1)\n- FROM l3-interface-ipv4-address-list (CHILD of vnfc, l3-interface-ipv4-address-list BelongsTo vnfc, MANY2ONE)(1)\n- FROM l3-interface-ipv6-address-list (CHILD of vnfc, l3-interface-ipv6-address-list BelongsTo vnfc, MANY2ONE)(1)\n- FROM vf-module( vf-module Uses vnfc, ONE2MANY)(3)\n\n-(1) IF this VNFC node is deleted, this FROM node is DELETED also\n-(2) IF this VNFC node is deleted, this TO node is DELETED also\n-(3) IF this FROM node is deleted, this VNFC is DELETED also\n-(4) IF this TO node is deleted, this VNFC is DELETED also\n", 
12564       "properties": {
12565         "group-notation": {
12566           "description": "Group notation of VNFC", 
12567           "type": "string"
12568         }, 
12569         "in-maint": {
12570           "description": "used to indicate whether or not this object is in maintenance mode (maintenance mode = true)", 
12571           "type": "boolean"
12572         }, 
12573         "ipaddress-v4-oam-vip": {
12574           "description": "Oam V4 vip address of this vnfc", 
12575           "type": "string"
12576         }, 
12577         "is-closed-loop-disabled": {
12578           "description": "used to indicate whether closed loop function is enabled on this node", 
12579           "type": "boolean"
12580         }, 
12581         "model-customization-id": {
12582           "description": "captures the id of all the configuration used to customize the resource for the service.", 
12583           "type": "string"
12584         }, 
12585         "model-invariant-id": {
12586           "also requires": "model-version-id", 
12587           "description": "the ASDC model id for this resource or service model.", 
12588           "type": "string"
12589         }, 
12590         "model-version-id": {
12591           "also requires": "model-invariant-id", 
12592           "description": "the ASDC model version for this resource or service model.", 
12593           "type": "string"
12594         }, 
12595         "nfc-function": {
12596           "description": "English description of function that the specific resource deployment is providing. Assigned as part of the customization of a resource in a service", 
12597           "type": "string"
12598         }, 
12599         "nfc-naming-code": {
12600           "description": "Short code that is used in naming instances of the item being modeled", 
12601           "type": "string"
12602         }, 
12603         "orchestration-status": {
12604           "description": "Orchestration status of this VNF, mastered by APP-C", 
12605           "type": "string"
12606         }, 
12607         "prov-status": {
12608           "description": "prov status of this vnfc", 
12609           "type": "string"
12610         }, 
12611         "relationship-list": {
12612           "$ref": "#/definitions/relationship", 
12613           "type": "object"
12614         }, 
12615         "vnfc-name": {
12616           "description": "Unique ID of vnfc.", 
12617           "type": "string"
12618         }
12619       }
12620     }, 
12621     "zzzz-patch-volume": {
12622       "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", 
12623       "properties": {
12624         "relationship-list": {
12625           "$ref": "#/definitions/relationship", 
12626           "type": "object"
12627         }, 
12628         "volume-id": {
12629           "description": "Unique ID of block storage volume relative to the vserver.", 
12630           "type": "string"
12631         }, 
12632         "volume-selflink": {
12633           "description": "URL to endpoint where AAI can get more details", 
12634           "type": "string"
12635         }
12636       }
12637     }, 
12638     "zzzz-patch-volume-group": {
12639       "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", 
12640       "properties": {
12641         "heat-stack-id": {
12642           "description": "Heat stack id corresponding to this volume-group", 
12643           "type": "string"
12644         }, 
12645         "model-customization-id": {
12646           "description": "captures the id of all the configuration used to customize the resource for the service.", 
12647           "type": "string"
12648         }, 
12649         "orchestration-status": {
12650           "description": "Orchestration status of this volume-group", 
12651           "type": "string"
12652         }, 
12653         "relationship-list": {
12654           "$ref": "#/definitions/relationship", 
12655           "type": "object"
12656         }, 
12657         "vf-module-model-customization-id": {
12658           "description": "helps relate the volume group to the vf-module whose components will require the volume group", 
12659           "type": "string"
12660         }, 
12661         "vnf-type": {
12662           "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.", 
12663           "type": "string"
12664         }, 
12665         "volume-group-id": {
12666           "description": "Unique ID of volume-group.", 
12667           "type": "string"
12668         }, 
12669         "volume-group-name": {
12670           "description": "Name of the volume group.", 
12671           "type": "string"
12672         }
12673       }
12674     }, 
12675     "zzzz-patch-vpls-pe": {
12676       "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", 
12677       "properties": {
12678         "equipment-name": {
12679           "type": "string"
12680         }, 
12681         "equipment-role": {
12682           "description": "Client should send valid enumerated value, e.g., VPLS-PE.", 
12683           "type": "string"
12684         }, 
12685         "ipv4-oam-address": {
12686           "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).", 
12687           "type": "string"
12688         }, 
12689         "prov-status": {
12690           "description": "Trigger for operational monitoring of this VNF by BAU Service Assurance systems.", 
12691           "type": "string"
12692         }, 
12693         "relationship-list": {
12694           "$ref": "#/definitions/relationship", 
12695           "type": "object"
12696         }, 
12697         "vlan-id-outer": {
12698           "description": "Temporary location for stag to get to VCE", 
12699           "format": "int64", 
12700           "type": "integer"
12701         }
12702       }
12703     }, 
12704     "zzzz-patch-vpn-binding": {
12705       "description": "VPN binding\n###### Related Nodes\n- TO customer( vpn-binding Uses customer, MANY2MANY)\n- TO ext-aai-network( vpn-binding BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO p-interface( vpn-binding BindsTo p-interface, ONE2MANY)\nFor CCVPN Usecase\n- FROM allotted-resource( allotted-resource BelongsTo vpn-binding, MANY2MANY)\n- FROM configuration( configuration Uses vpn-binding, MANY2ONE)\n- FROM connectivity( connectivity PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM l3-network( l3-network Uses vpn-binding, MANY2MANY)\n- FROM logical-link( logical-link Uses vpn-binding, MANY2MANY)\n- FROM network-resource( network-resource Uses vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n- FROM route-target (CHILD of vpn-binding, route-target BelongsTo vpn-binding, MANY2ONE)(1)\n- FROM sdwan-vpn( sdwan-vpn PartOf vpn-binding, ONE2MANY)\nFor CCVPN Usecase\n\n-(1) IF this VPN-BINDING node is deleted, this FROM node is DELETED also\n-VPN-BINDING cannot be deleted if related to ALLOTTED-RESOURCE,L3-NETWORK,LOGICAL-LINK\n", 
12706       "properties": {
12707         "access-client-id": {
12708           "description": "Store the id of the access client of this vpn.", 
12709           "type": "string"
12710         }, 
12711         "access-provider-id": {
12712           "description": "Store the id of the access provider of this vpn.", 
12713           "type": "string"
12714         }, 
12715         "access-topology-id": {
12716           "description": "Store the id of the access topology of this vpn.", 
12717           "type": "string"
12718         }, 
12719         "customer-vpn-id": {
12720           "description": "id for this customer vpn", 
12721           "type": "string"
12722         }, 
12723         "dst-access-ltp-id": {
12724           "description": "Store the id of the dst-access-ltp of this vpn.", 
12725           "type": "string"
12726         }, 
12727         "dst-access-node-id": {
12728           "description": "Store the id of the dst-access-node of this vpn.", 
12729           "type": "string"
12730         }, 
12731         "model-customization-id": {
12732           "description": "Store the model-customization-id for this object.", 
12733           "type": "string"
12734         }, 
12735         "model-invariant-id": {
12736           "also requires": "model-version-id", 
12737           "description": "the ASDC model id for this resource or service model.", 
12738           "type": "string"
12739         }, 
12740         "model-version-id": {
12741           "also requires": "model-invariant-id", 
12742           "description": "the ASDC model version for this resource or service model.", 
12743           "type": "string"
12744         }, 
12745         "operational-status": {
12746           "description": "Store the operational-status for this object.", 
12747           "type": "string"
12748         }, 
12749         "relationship-list": {
12750           "$ref": "#/definitions/relationship", 
12751           "type": "object"
12752         }, 
12753         "route-distinguisher": {
12754           "description": "Used to distinguish the distinct VPN routes of separate customers who connect to the provider in an MPLS network.", 
12755           "type": "string"
12756         }, 
12757         "src-access-ltp-id": {
12758           "description": "Store the id of the src-access-ltp of this vpn.", 
12759           "type": "string"
12760         }, 
12761         "src-access-node-id": {
12762           "description": "Store the id of the src-access-node of this vpn.", 
12763           "type": "string"
12764         }, 
12765         "vpn-id": {
12766           "description": "VPN ID, globally unique within A&AI", 
12767           "type": "string"
12768         }, 
12769         "vpn-name": {
12770           "description": "VPN Name", 
12771           "type": "string"
12772         }, 
12773         "vpn-platform": {
12774           "description": "the platform associated with the VPN example AVPN, Mobility", 
12775           "type": "string"
12776         }, 
12777         "vpn-region": {
12778           "description": "region of customer vpn", 
12779           "type": "string"
12780         }, 
12781         "vpn-type": {
12782           "description": "Type of the vpn, should be taken from enumerated/valid values", 
12783           "type": "string"
12784         }
12785       }
12786     }, 
12787     "zzzz-patch-vserver": {
12788       "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", 
12789       "properties": {
12790         "in-maint": {
12791           "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.", 
12792           "type": "boolean"
12793         }, 
12794         "is-closed-loop-disabled": {
12795           "description": "Used to indicate whether closed loop function is enabled on this node", 
12796           "type": "boolean"
12797         }, 
12798         "prov-status": {
12799           "description": "Trigger for operational monitoring of this resource by Service Assurance systems.", 
12800           "type": "string"
12801         }, 
12802         "relationship-list": {
12803           "$ref": "#/definitions/relationship", 
12804           "type": "object"
12805         }, 
12806         "vserver-id": {
12807           "description": "Unique identifier for this vserver relative to its tenant", 
12808           "type": "string"
12809         }, 
12810         "vserver-name": {
12811           "description": "Name of vserver", 
12812           "type": "string"
12813         }, 
12814         "vserver-name2": {
12815           "description": "Alternative name of vserver", 
12816           "type": "string"
12817         }, 
12818         "vserver-selflink": {
12819           "description": "URL to endpoint where AAI can get more details", 
12820           "type": "string"
12821         }
12822       }
12823     }, 
12824     "zzzz-patch-wan-port-config": {
12825       "description": "Instance of a wan-port-config\n###### Related Nodes\n- TO ext-aai-network( wan-port-config BelongsTo ext-aai-network, MANY2MANY)\nFor CCVPN Usecase\n- TO service-instance( wan-port-config PartOf service-instance, MANY2MANY)\nFor CCVPN Usecase\n", 
12826       "properties": {
12827         "description": {
12828           "description": "Store the description of this wan-port-config.", 
12829           "type": "string"
12830         }, 
12831         "device-id": {
12832           "description": "Store the id of the device of this wan-port-config.", 
12833           "type": "string"
12834         }, 
12835         "device-port-id": {
12836           "description": "Store the device-port-id of this wan-port-config.", 
12837           "type": "string"
12838         }, 
12839         "input-bandwidth": {
12840           "description": "Store the input-bandwidth of this wan-port-config.", 
12841           "type": "string"
12842         }, 
12843         "ip-address": {
12844           "description": "Store the ip-address of this wan-port-config.", 
12845           "type": "string"
12846         }, 
12847         "ipv4-address": {
12848           "description": "Store the ipv4-address of this wan-port-config.", 
12849           "type": "string"
12850         }, 
12851         "ipv6-address": {
12852           "description": "Store the ipv6-address of this wan-port-config.", 
12853           "type": "string"
12854         }, 
12855         "model-customization-id": {
12856           "description": "Store the model-customization-id for this object.", 
12857           "type": "string"
12858         }, 
12859         "model-invariant-id": {
12860           "also requires": "model-version-id", 
12861           "description": "the ASDC model id for this resource or service model.", 
12862           "type": "string"
12863         }, 
12864         "model-version-id": {
12865           "also requires": "model-invariant-id", 
12866           "description": "the ASDC model version for this resource or service model.", 
12867           "type": "string"
12868         }, 
12869         "operational-status": {
12870           "description": "Store the operational-status for this object.", 
12871           "type": "string"
12872         }, 
12873         "output-bandwidth": {
12874           "description": "Store the output-bandwidth of this wan-port-config.", 
12875           "type": "string"
12876         }, 
12877         "port-number": {
12878           "description": "Store the port-number of this wan-port-config.", 
12879           "type": "string"
12880         }, 
12881         "port-type": {
12882           "description": "Store the port-type of this wan-port-config.", 
12883           "type": "string"
12884         }, 
12885         "provider-ip-address": {
12886           "description": "Store the provider-ip-address of this wan-port-config.", 
12887           "type": "string"
12888         }, 
12889         "provider-ipv4-address": {
12890           "description": "Store the provider-ipv4-address of this wan-port-config.", 
12891           "type": "string"
12892         }, 
12893         "provider-ipv6-address": {
12894           "description": "Store the provider-ipv6-address of this wan-port-config.", 
12895           "type": "string"
12896         }, 
12897         "relationship-list": {
12898           "$ref": "#/definitions/relationship", 
12899           "type": "object"
12900         }, 
12901         "selflink": {
12902           "description": "Store the link to get more information for this object.", 
12903           "type": "string"
12904         }, 
12905         "transport-network-name": {
12906           "description": "Store the transport-network-name of this wan-port-config.", 
12907           "type": "string"
12908         }, 
12909         "vlan-id": {
12910           "description": "Store the id of the vlan of this wan-port-config.", 
12911           "type": "string"
12912         }, 
12913         "wan-port-config-id": {
12914           "description": "Uniquely identifies this wan-port-config by id", 
12915           "type": "string"
12916         }, 
12917         "wan-port-config-name": {
12918           "description": "Store the name of this wan-port-config.", 
12919           "type": "string"
12920         }, 
12921         "wan-port-id": {
12922           "description": "Store the wan-port-id of this wan-port-config.", 
12923           "type": "string"
12924         }
12925       }
12926     }, 
12927     "zzzz-patch-zone": {
12928       "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", 
12929       "properties": {
12930         "design-type": {
12931           "description": "Design of zone [Medium/Large]", 
12932           "type": "string"
12933         }, 
12934         "relationship-list": {
12935           "$ref": "#/definitions/relationship", 
12936           "type": "object"
12937         }, 
12938         "status": {
12939           "description": "Status of a zone.", 
12940           "type": "string"
12941         }, 
12942         "zone-context": {
12943           "description": "Context of zone [production/test]", 
12944           "type": "string"
12945         }, 
12946         "zone-id": {
12947           "description": "Code assigned by AIC to the zone", 
12948           "type": "string"
12949         }, 
12950         "zone-name": {
12951           "description": "English name associated with the zone", 
12952           "type": "string"
12953         }
12954       }
12955     }
12956   }, 
12957   "host": "n/a", 
12958   "info": {
12959     "contact": {
12960       "email": "n/a", 
12961       "name": "n/a", 
12962       "url": "n/a"
12963     }, 
12964     "description": "\n[Differences versus the previous schema version](apidocs/aai_swagger_v14.diff)\n\nCopyright © 2017-18 AT&T Intellectual Property. All rights reserved.\n\nLicensed under the Creative Commons License, Attribution 4.0 Intl. (the "License"); you may not use this documentation except in compliance with the License.\n\nYou may obtain a copy of the License at\n\n(https://creativecommons.org/licenses/by/4.0/)\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nThis document is best viewed with Firefox or Chrome. Nodes can be found by appending /#/definitions/node-type-to-find to the path to this document. Edge definitions can be found with the node definitions.\n", 
12965     "license": {
12966       "name": "Apache 2.0", 
12967       "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
12968     }, 
12969     "title": "Active and Available Inventory REST API", 
12970     "version": "v14"
12971   }, 
12972   "paths": {
12973     "/business/connectors": {
12974       "get": {
12975         "description": "returns connectors", 
12976         "operationId": "getBusinessConnectors", 
12977         "parameters": [
12978           {
12979             "description": "n/a", 
12980             "in": "query", 
12981             "name": "resource-instance-id", 
12982             "required": false, 
12983             "type": "string"
12984           }, 
12985           {
12986             "description": "n/a", 
12987             "in": "query", 
12988             "name": "model-invariant-id", 
12989             "required": false, 
12990             "type": "string"
12991           }, 
12992           {
12993             "description": "n/a", 
12994             "in": "query", 
12995             "name": "model-version-id", 
12996             "required": false, 
12997             "type": "string"
12998           }, 
12999           {
13000             "description": "n/a", 
13001             "in": "query", 
13002             "name": "widget-model-id", 
13003             "required": false, 
13004             "type": "string"
13005           }, 
13006           {
13007             "description": "n/a", 
13008             "in": "query", 
13009             "name": "widget-model-version", 
13010             "required": false, 
13011             "type": "string"
13012           }
13013         ], 
13014         "produces": [
13015           "application/json", 
13016           "application/xml"
13017         ], 
13018         "responses": {
13019           "200": {
13020             "description": "successful operation", 
13021             "schema": {
13022               "$ref": "#/definitions/connectors"
13023             }
13024           }, 
13025           "default": {
13026             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13027           }
13028         }, 
13029         "summary": "returns connectors", 
13030         "tags": [
13031           "Business"
13032         ]
13033       }
13034     }, 
13035     "/business/connectors/connector/{resource-instance-id}": {
13036       "delete": {
13037         "consumes": [
13038           "application/json", 
13039           "application/xml"
13040         ], 
13041         "description": "delete an existing connector", 
13042         "operationId": "deleteBusinessConnectorsConnector", 
13043         "parameters": [
13044           {
13045             "description": "Unique id of resource instance.", 
13046             "example": "__RESOURCE-INSTANCE-ID__", 
13047             "in": "path", 
13048             "name": "resource-instance-id", 
13049             "required": true, 
13050             "type": "string"
13051           }, 
13052           {
13053             "description": "resource-version for concurrency", 
13054             "in": "query", 
13055             "name": "resource-version", 
13056             "required": true, 
13057             "type": "string"
13058           }
13059         ], 
13060         "produces": [
13061           "application/json", 
13062           "application/xml"
13063         ], 
13064         "responses": {
13065           "default": {
13066             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13067           }
13068         }, 
13069         "summary": "delete an existing connector", 
13070         "tags": [
13071           "Business"
13072         ]
13073       }, 
13074       "get": {
13075         "description": "returns connector", 
13076         "operationId": "getBusinessConnectorsConnector", 
13077         "parameters": [
13078           {
13079             "description": "Unique id of resource instance.", 
13080             "example": "__RESOURCE-INSTANCE-ID__", 
13081             "in": "path", 
13082             "name": "resource-instance-id", 
13083             "required": true, 
13084             "type": "string"
13085           }
13086         ], 
13087         "produces": [
13088           "application/json", 
13089           "application/xml"
13090         ], 
13091         "responses": {
13092           "200": {
13093             "description": "successful operation", 
13094             "schema": {
13095               "$ref": "#/definitions/connector"
13096             }
13097           }, 
13098           "default": {
13099             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13100           }
13101         }, 
13102         "summary": "returns connector", 
13103         "tags": [
13104           "Business"
13105         ]
13106       }, 
13107       "patch": {
13108         "consumes": [
13109           "application/json"
13110         ], 
13111         "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", 
13112         "operationId": "UpdateBusinessConnectorsConnector", 
13113         "parameters": [
13114           {
13115             "description": "Unique id of resource instance.", 
13116             "example": "__RESOURCE-INSTANCE-ID__", 
13117             "in": "path", 
13118             "name": "resource-instance-id", 
13119             "required": true, 
13120             "type": "string"
13121           }, 
13122           {
13123             "description": "connector object that needs to be updated.", 
13124             "in": "body", 
13125             "name": "body", 
13126             "required": true, 
13127             "schema": {
13128               "$ref": "#/definitions/zzzz-patch-connector"
13129             }
13130           }
13131         ], 
13132         "produces": [
13133           "application/json"
13134         ], 
13135         "responses": {
13136           "default": {
13137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13138           }
13139         }, 
13140         "summary": "update an existing connector", 
13141         "tags": [
13142           "Business"
13143         ]
13144       }, 
13145       "put": {
13146         "consumes": [
13147           "application/json", 
13148           "application/xml"
13149         ], 
13150         "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", 
13151         "operationId": "createOrUpdateBusinessConnectorsConnector", 
13152         "parameters": [
13153           {
13154             "description": "Unique id of resource instance.", 
13155             "example": "__RESOURCE-INSTANCE-ID__", 
13156             "in": "path", 
13157             "name": "resource-instance-id", 
13158             "required": true, 
13159             "type": "string"
13160           }, 
13161           {
13162             "description": "connector object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessConnectorsConnector.json)", 
13163             "in": "body", 
13164             "name": "body", 
13165             "required": true, 
13166             "schema": {
13167               "$ref": "#/definitions/connector"
13168             }
13169           }
13170         ], 
13171         "produces": [
13172           "application/json", 
13173           "application/xml"
13174         ], 
13175         "responses": {
13176           "default": {
13177             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13178           }
13179         }, 
13180         "summary": "create or update an existing connector", 
13181         "tags": [
13182           "Business"
13183         ]
13184       }
13185     }, 
13186     "/business/connectors/connector/{resource-instance-id}/metadata": {
13187       "get": {
13188         "description": "returns metadata", 
13189         "operationId": "getBusinessConnectorsConnectorMetadata", 
13190         "parameters": [
13191           {
13192             "description": "Unique id of resource instance.", 
13193             "example": "__RESOURCE-INSTANCE-ID__", 
13194             "in": "path", 
13195             "name": "resource-instance-id", 
13196             "required": true, 
13197             "type": "string"
13198           }, 
13199           {
13200             "description": "n/a", 
13201             "in": "query", 
13202             "name": "metaname", 
13203             "required": false, 
13204             "type": "string"
13205           }
13206         ], 
13207         "produces": [
13208           "application/json", 
13209           "application/xml"
13210         ], 
13211         "responses": {
13212           "200": {
13213             "description": "successful operation", 
13214             "schema": {
13215               "$ref": "#/definitions/metadata"
13216             }
13217           }, 
13218           "default": {
13219             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13220           }
13221         }, 
13222         "summary": "returns metadata", 
13223         "tags": [
13224           "Business"
13225         ]
13226       }
13227     }, 
13228     "/business/connectors/connector/{resource-instance-id}/metadata/metadatum/{metaname}": {
13229       "delete": {
13230         "consumes": [
13231           "application/json", 
13232           "application/xml"
13233         ], 
13234         "description": "delete an existing metadatum", 
13235         "operationId": "deleteBusinessConnectorsConnectorMetadataMetadatum", 
13236         "parameters": [
13237           {
13238             "description": "Unique id of resource instance.", 
13239             "example": "__RESOURCE-INSTANCE-ID__", 
13240             "in": "path", 
13241             "name": "resource-instance-id", 
13242             "required": true, 
13243             "type": "string"
13244           }, 
13245           {
13246             "example": "__METANAME__", 
13247             "in": "path", 
13248             "name": "metaname", 
13249             "required": true, 
13250             "type": "string"
13251           }, 
13252           {
13253             "description": "resource-version for concurrency", 
13254             "in": "query", 
13255             "name": "resource-version", 
13256             "required": true, 
13257             "type": "string"
13258           }
13259         ], 
13260         "produces": [
13261           "application/json", 
13262           "application/xml"
13263         ], 
13264         "responses": {
13265           "default": {
13266             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13267           }
13268         }, 
13269         "summary": "delete an existing metadatum", 
13270         "tags": [
13271           "Business"
13272         ]
13273       }, 
13274       "get": {
13275         "description": "returns metadatum", 
13276         "operationId": "getBusinessConnectorsConnectorMetadataMetadatum", 
13277         "parameters": [
13278           {
13279             "description": "Unique id of resource instance.", 
13280             "example": "__RESOURCE-INSTANCE-ID__", 
13281             "in": "path", 
13282             "name": "resource-instance-id", 
13283             "required": true, 
13284             "type": "string"
13285           }, 
13286           {
13287             "example": "__METANAME__", 
13288             "in": "path", 
13289             "name": "metaname", 
13290             "required": true, 
13291             "type": "string"
13292           }
13293         ], 
13294         "produces": [
13295           "application/json", 
13296           "application/xml"
13297         ], 
13298         "responses": {
13299           "200": {
13300             "description": "successful operation", 
13301             "schema": {
13302               "$ref": "#/definitions/metadatum"
13303             }
13304           }, 
13305           "default": {
13306             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13307           }
13308         }, 
13309         "summary": "returns metadatum", 
13310         "tags": [
13311           "Business"
13312         ]
13313       }, 
13314       "patch": {
13315         "consumes": [
13316           "application/json"
13317         ], 
13318         "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", 
13319         "operationId": "UpdateBusinessConnectorsConnectorMetadataMetadatum", 
13320         "parameters": [
13321           {
13322             "description": "Unique id of resource instance.", 
13323             "example": "__RESOURCE-INSTANCE-ID__", 
13324             "in": "path", 
13325             "name": "resource-instance-id", 
13326             "required": true, 
13327             "type": "string"
13328           }, 
13329           {
13330             "example": "__METANAME__", 
13331             "in": "path", 
13332             "name": "metaname", 
13333             "required": true, 
13334             "type": "string"
13335           }, 
13336           {
13337             "description": "metadatum object that needs to be updated.", 
13338             "in": "body", 
13339             "name": "body", 
13340             "required": true, 
13341             "schema": {
13342               "$ref": "#/definitions/zzzz-patch-metadatum"
13343             }
13344           }
13345         ], 
13346         "produces": [
13347           "application/json"
13348         ], 
13349         "responses": {
13350           "default": {
13351             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13352           }
13353         }, 
13354         "summary": "update an existing metadatum", 
13355         "tags": [
13356           "Business"
13357         ]
13358       }, 
13359       "put": {
13360         "consumes": [
13361           "application/json", 
13362           "application/xml"
13363         ], 
13364         "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", 
13365         "operationId": "createOrUpdateBusinessConnectorsConnectorMetadataMetadatum", 
13366         "parameters": [
13367           {
13368             "description": "Unique id of resource instance.", 
13369             "example": "__RESOURCE-INSTANCE-ID__", 
13370             "in": "path", 
13371             "name": "resource-instance-id", 
13372             "required": true, 
13373             "type": "string"
13374           }, 
13375           {
13376             "example": "__METANAME__", 
13377             "in": "path", 
13378             "name": "metaname", 
13379             "required": true, 
13380             "type": "string"
13381           }, 
13382           {
13383             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessConnectorsConnectorMetadataMetadatum.json)", 
13384             "in": "body", 
13385             "name": "body", 
13386             "required": true, 
13387             "schema": {
13388               "$ref": "#/definitions/metadatum"
13389             }
13390           }
13391         ], 
13392         "produces": [
13393           "application/json", 
13394           "application/xml"
13395         ], 
13396         "responses": {
13397           "default": {
13398             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13399           }
13400         }, 
13401         "summary": "create or update an existing metadatum", 
13402         "tags": [
13403           "Business"
13404         ]
13405       }
13406     }, 
13407     "/business/connectors/connector/{resource-instance-id}/relationship-list/relationship": {
13408       "delete": {
13409         "consumes": [
13410           "application/json", 
13411           "application/xml"
13412         ], 
13413         "description": "delete an existing relationship", 
13414         "operationId": "deleteBusinessConnectorsConnectorRelationshipListRelationship", 
13415         "parameters": [
13416           {
13417             "description": "Unique id of resource instance.", 
13418             "example": "__RESOURCE-INSTANCE-ID__", 
13419             "in": "path", 
13420             "name": "resource-instance-id", 
13421             "required": true, 
13422             "type": "string"
13423           }
13424         ], 
13425         "produces": [
13426           "application/json", 
13427           "application/xml"
13428         ], 
13429         "responses": {
13430           "default": {
13431             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13432           }
13433         }, 
13434         "summary": "delete an existing relationship", 
13435         "tags": [
13436           "Business"
13437         ]
13438       }, 
13439       "put": {
13440         "consumes": [
13441           "application/json", 
13442           "application/xml"
13443         ], 
13444         "operationId": "createOrUpdateBusinessConnectorsConnectorRelationshipListRelationship", 
13445         "parameters": [
13446           {
13447             "description": "Unique id of resource instance.", 
13448             "example": "__RESOURCE-INSTANCE-ID__", 
13449             "in": "path", 
13450             "name": "resource-instance-id", 
13451             "required": true, 
13452             "type": "string"
13453           }, 
13454           {
13455             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessConnectorsConnector.json)", 
13456             "in": "body", 
13457             "name": "body", 
13458             "required": true, 
13459             "schema": {
13460               "$ref": "#/definitions/relationship-dict"
13461             }
13462           }
13463         ], 
13464         "produces": [
13465           "application/json", 
13466           "application/xml"
13467         ], 
13468         "responses": {
13469           "default": {
13470             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13471           }
13472         }, 
13473         "summary": "see node definition for valid relationships", 
13474         "tags": [
13475           "Business"
13476         ]
13477       }
13478     }, 
13479     "/business/customers": {
13480       "get": {
13481         "description": "returns customers", 
13482         "operationId": "getBusinessCustomers", 
13483         "parameters": [
13484           {
13485             "description": "n/a", 
13486             "in": "query", 
13487             "name": "global-customer-id", 
13488             "required": false, 
13489             "type": "string"
13490           }, 
13491           {
13492             "description": "n/a", 
13493             "in": "query", 
13494             "name": "subscriber-name", 
13495             "required": false, 
13496             "type": "string"
13497           }, 
13498           {
13499             "description": "n/a", 
13500             "in": "query", 
13501             "name": "subscriber-type", 
13502             "required": false, 
13503             "type": "string"
13504           }
13505         ], 
13506         "produces": [
13507           "application/json", 
13508           "application/xml"
13509         ], 
13510         "responses": {
13511           "200": {
13512             "description": "successful operation", 
13513             "schema": {
13514               "$ref": "#/definitions/customers"
13515             }
13516           }, 
13517           "default": {
13518             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13519           }
13520         }, 
13521         "summary": "returns customers", 
13522         "tags": [
13523           "Business"
13524         ]
13525       }
13526     }, 
13527     "/business/customers/customer/{global-customer-id}": {
13528       "delete": {
13529         "consumes": [
13530           "application/json", 
13531           "application/xml"
13532         ], 
13533         "description": "delete an existing customer", 
13534         "operationId": "deleteBusinessCustomersCustomer", 
13535         "parameters": [
13536           {
13537             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13538             "example": "__GLOBAL-CUSTOMER-ID__", 
13539             "in": "path", 
13540             "name": "global-customer-id", 
13541             "required": true, 
13542             "type": "string"
13543           }, 
13544           {
13545             "description": "resource-version for concurrency", 
13546             "in": "query", 
13547             "name": "resource-version", 
13548             "required": true, 
13549             "type": "string"
13550           }
13551         ], 
13552         "produces": [
13553           "application/json", 
13554           "application/xml"
13555         ], 
13556         "responses": {
13557           "default": {
13558             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13559           }
13560         }, 
13561         "summary": "delete an existing customer", 
13562         "tags": [
13563           "Business"
13564         ]
13565       }, 
13566       "get": {
13567         "description": "returns customer", 
13568         "operationId": "getBusinessCustomersCustomer", 
13569         "parameters": [
13570           {
13571             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13572             "example": "__GLOBAL-CUSTOMER-ID__", 
13573             "in": "path", 
13574             "name": "global-customer-id", 
13575             "required": true, 
13576             "type": "string"
13577           }
13578         ], 
13579         "produces": [
13580           "application/json", 
13581           "application/xml"
13582         ], 
13583         "responses": {
13584           "200": {
13585             "description": "successful operation", 
13586             "schema": {
13587               "$ref": "#/definitions/customer"
13588             }
13589           }, 
13590           "default": {
13591             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13592           }
13593         }, 
13594         "summary": "returns customer", 
13595         "tags": [
13596           "Business"
13597         ]
13598       }, 
13599       "patch": {
13600         "consumes": [
13601           "application/json"
13602         ], 
13603         "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", 
13604         "operationId": "UpdateBusinessCustomersCustomer", 
13605         "parameters": [
13606           {
13607             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13608             "example": "__GLOBAL-CUSTOMER-ID__", 
13609             "in": "path", 
13610             "name": "global-customer-id", 
13611             "required": true, 
13612             "type": "string"
13613           }, 
13614           {
13615             "description": "customer object that needs to be updated.", 
13616             "in": "body", 
13617             "name": "body", 
13618             "required": true, 
13619             "schema": {
13620               "$ref": "#/definitions/zzzz-patch-customer"
13621             }
13622           }
13623         ], 
13624         "produces": [
13625           "application/json"
13626         ], 
13627         "responses": {
13628           "default": {
13629             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13630           }
13631         }, 
13632         "summary": "update an existing customer", 
13633         "tags": [
13634           "Business"
13635         ]
13636       }, 
13637       "put": {
13638         "consumes": [
13639           "application/json", 
13640           "application/xml"
13641         ], 
13642         "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", 
13643         "operationId": "createOrUpdateBusinessCustomersCustomer", 
13644         "parameters": [
13645           {
13646             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13647             "example": "__GLOBAL-CUSTOMER-ID__", 
13648             "in": "path", 
13649             "name": "global-customer-id", 
13650             "required": true, 
13651             "type": "string"
13652           }, 
13653           {
13654             "description": "customer object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomer.json)", 
13655             "in": "body", 
13656             "name": "body", 
13657             "required": true, 
13658             "schema": {
13659               "$ref": "#/definitions/customer"
13660             }
13661           }
13662         ], 
13663         "produces": [
13664           "application/json", 
13665           "application/xml"
13666         ], 
13667         "responses": {
13668           "default": {
13669             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13670           }
13671         }, 
13672         "summary": "create or update an existing customer", 
13673         "tags": [
13674           "Business"
13675         ]
13676       }
13677     }, 
13678     "/business/customers/customer/{global-customer-id}/relationship-list/relationship": {
13679       "delete": {
13680         "consumes": [
13681           "application/json", 
13682           "application/xml"
13683         ], 
13684         "description": "delete an existing relationship", 
13685         "operationId": "deleteBusinessCustomersCustomerRelationshipListRelationship", 
13686         "parameters": [
13687           {
13688             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13689             "example": "__GLOBAL-CUSTOMER-ID__", 
13690             "in": "path", 
13691             "name": "global-customer-id", 
13692             "required": true, 
13693             "type": "string"
13694           }
13695         ], 
13696         "produces": [
13697           "application/json", 
13698           "application/xml"
13699         ], 
13700         "responses": {
13701           "default": {
13702             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13703           }
13704         }, 
13705         "summary": "delete an existing relationship", 
13706         "tags": [
13707           "Business"
13708         ]
13709       }, 
13710       "put": {
13711         "consumes": [
13712           "application/json", 
13713           "application/xml"
13714         ], 
13715         "operationId": "createOrUpdateBusinessCustomersCustomerRelationshipListRelationship", 
13716         "parameters": [
13717           {
13718             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13719             "example": "__GLOBAL-CUSTOMER-ID__", 
13720             "in": "path", 
13721             "name": "global-customer-id", 
13722             "required": true, 
13723             "type": "string"
13724           }, 
13725           {
13726             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomer.json)", 
13727             "in": "body", 
13728             "name": "body", 
13729             "required": true, 
13730             "schema": {
13731               "$ref": "#/definitions/relationship-dict"
13732             }
13733           }
13734         ], 
13735         "produces": [
13736           "application/json", 
13737           "application/xml"
13738         ], 
13739         "responses": {
13740           "default": {
13741             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13742           }
13743         }, 
13744         "summary": "see node definition for valid relationships", 
13745         "tags": [
13746           "Business"
13747         ]
13748       }
13749     }, 
13750     "/business/customers/customer/{global-customer-id}/service-subscriptions": {
13751       "get": {
13752         "description": "returns service-subscriptions", 
13753         "operationId": "getBusinessCustomersCustomerServiceSubscriptions", 
13754         "parameters": [
13755           {
13756             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13757             "example": "__GLOBAL-CUSTOMER-ID__", 
13758             "in": "path", 
13759             "name": "global-customer-id", 
13760             "required": true, 
13761             "type": "string"
13762           }, 
13763           {
13764             "description": "n/a", 
13765             "in": "query", 
13766             "name": "service-type", 
13767             "required": false, 
13768             "type": "string"
13769           }
13770         ], 
13771         "produces": [
13772           "application/json", 
13773           "application/xml"
13774         ], 
13775         "responses": {
13776           "200": {
13777             "description": "successful operation", 
13778             "schema": {
13779               "$ref": "#/definitions/service-subscriptions"
13780             }
13781           }, 
13782           "default": {
13783             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13784           }
13785         }, 
13786         "summary": "returns service-subscriptions", 
13787         "tags": [
13788           "Business"
13789         ]
13790       }
13791     }, 
13792     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}": {
13793       "delete": {
13794         "consumes": [
13795           "application/json", 
13796           "application/xml"
13797         ], 
13798         "description": "delete an existing service-subscription", 
13799         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
13800         "parameters": [
13801           {
13802             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13803             "example": "__GLOBAL-CUSTOMER-ID__", 
13804             "in": "path", 
13805             "name": "global-customer-id", 
13806             "required": true, 
13807             "type": "string"
13808           }, 
13809           {
13810             "description": "Value defined by orchestration to identify this service across ECOMP.", 
13811             "example": "__SERVICE-TYPE__", 
13812             "in": "path", 
13813             "name": "service-type", 
13814             "required": true, 
13815             "type": "string"
13816           }, 
13817           {
13818             "description": "resource-version for concurrency", 
13819             "in": "query", 
13820             "name": "resource-version", 
13821             "required": true, 
13822             "type": "string"
13823           }
13824         ], 
13825         "produces": [
13826           "application/json", 
13827           "application/xml"
13828         ], 
13829         "responses": {
13830           "default": {
13831             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13832           }
13833         }, 
13834         "summary": "delete an existing service-subscription", 
13835         "tags": [
13836           "Business"
13837         ]
13838       }, 
13839       "get": {
13840         "description": "returns service-subscription", 
13841         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
13842         "parameters": [
13843           {
13844             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13845             "example": "__GLOBAL-CUSTOMER-ID__", 
13846             "in": "path", 
13847             "name": "global-customer-id", 
13848             "required": true, 
13849             "type": "string"
13850           }, 
13851           {
13852             "description": "Value defined by orchestration to identify this service across ECOMP.", 
13853             "example": "__SERVICE-TYPE__", 
13854             "in": "path", 
13855             "name": "service-type", 
13856             "required": true, 
13857             "type": "string"
13858           }
13859         ], 
13860         "produces": [
13861           "application/json", 
13862           "application/xml"
13863         ], 
13864         "responses": {
13865           "200": {
13866             "description": "successful operation", 
13867             "schema": {
13868               "$ref": "#/definitions/service-subscription"
13869             }
13870           }, 
13871           "default": {
13872             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13873           }
13874         }, 
13875         "summary": "returns service-subscription", 
13876         "tags": [
13877           "Business"
13878         ]
13879       }, 
13880       "patch": {
13881         "consumes": [
13882           "application/json"
13883         ], 
13884         "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", 
13885         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
13886         "parameters": [
13887           {
13888             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13889             "example": "__GLOBAL-CUSTOMER-ID__", 
13890             "in": "path", 
13891             "name": "global-customer-id", 
13892             "required": true, 
13893             "type": "string"
13894           }, 
13895           {
13896             "description": "Value defined by orchestration to identify this service across ECOMP.", 
13897             "example": "__SERVICE-TYPE__", 
13898             "in": "path", 
13899             "name": "service-type", 
13900             "required": true, 
13901             "type": "string"
13902           }, 
13903           {
13904             "description": "service-subscription object that needs to be updated.", 
13905             "in": "body", 
13906             "name": "body", 
13907             "required": true, 
13908             "schema": {
13909               "$ref": "#/definitions/zzzz-patch-service-subscription"
13910             }
13911           }
13912         ], 
13913         "produces": [
13914           "application/json"
13915         ], 
13916         "responses": {
13917           "default": {
13918             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13919           }
13920         }, 
13921         "summary": "update an existing service-subscription", 
13922         "tags": [
13923           "Business"
13924         ]
13925       }, 
13926       "put": {
13927         "consumes": [
13928           "application/json", 
13929           "application/xml"
13930         ], 
13931         "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", 
13932         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscription", 
13933         "parameters": [
13934           {
13935             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13936             "example": "__GLOBAL-CUSTOMER-ID__", 
13937             "in": "path", 
13938             "name": "global-customer-id", 
13939             "required": true, 
13940             "type": "string"
13941           }, 
13942           {
13943             "description": "Value defined by orchestration to identify this service across ECOMP.", 
13944             "example": "__SERVICE-TYPE__", 
13945             "in": "path", 
13946             "name": "service-type", 
13947             "required": true, 
13948             "type": "string"
13949           }, 
13950           {
13951             "description": "service-subscription object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscription.json)", 
13952             "in": "body", 
13953             "name": "body", 
13954             "required": true, 
13955             "schema": {
13956               "$ref": "#/definitions/service-subscription"
13957             }
13958           }
13959         ], 
13960         "produces": [
13961           "application/json", 
13962           "application/xml"
13963         ], 
13964         "responses": {
13965           "default": {
13966             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
13967           }
13968         }, 
13969         "summary": "create or update an existing service-subscription", 
13970         "tags": [
13971           "Business"
13972         ]
13973       }
13974     }, 
13975     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/relationship-list/relationship": {
13976       "delete": {
13977         "consumes": [
13978           "application/json", 
13979           "application/xml"
13980         ], 
13981         "description": "delete an existing relationship", 
13982         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionRelationshipListRelationship", 
13983         "parameters": [
13984           {
13985             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
13986             "example": "__GLOBAL-CUSTOMER-ID__", 
13987             "in": "path", 
13988             "name": "global-customer-id", 
13989             "required": true, 
13990             "type": "string"
13991           }, 
13992           {
13993             "description": "Value defined by orchestration to identify this service across ECOMP.", 
13994             "example": "__SERVICE-TYPE__", 
13995             "in": "path", 
13996             "name": "service-type", 
13997             "required": true, 
13998             "type": "string"
13999           }
14000         ], 
14001         "produces": [
14002           "application/json", 
14003           "application/xml"
14004         ], 
14005         "responses": {
14006           "default": {
14007             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14008           }
14009         }, 
14010         "summary": "delete an existing relationship", 
14011         "tags": [
14012           "Business"
14013         ]
14014       }, 
14015       "put": {
14016         "consumes": [
14017           "application/json", 
14018           "application/xml"
14019         ], 
14020         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionRelationshipListRelationship", 
14021         "parameters": [
14022           {
14023             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14024             "example": "__GLOBAL-CUSTOMER-ID__", 
14025             "in": "path", 
14026             "name": "global-customer-id", 
14027             "required": true, 
14028             "type": "string"
14029           }, 
14030           {
14031             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14032             "example": "__SERVICE-TYPE__", 
14033             "in": "path", 
14034             "name": "service-type", 
14035             "required": true, 
14036             "type": "string"
14037           }, 
14038           {
14039             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscription.json)", 
14040             "in": "body", 
14041             "name": "body", 
14042             "required": true, 
14043             "schema": {
14044               "$ref": "#/definitions/relationship-dict"
14045             }
14046           }
14047         ], 
14048         "produces": [
14049           "application/json", 
14050           "application/xml"
14051         ], 
14052         "responses": {
14053           "default": {
14054             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14055           }
14056         }, 
14057         "summary": "see node definition for valid relationships", 
14058         "tags": [
14059           "Business"
14060         ]
14061       }
14062     }, 
14063     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances": {
14064       "get": {
14065         "description": "returns service-instances", 
14066         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstances", 
14067         "parameters": [
14068           {
14069             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14070             "example": "__GLOBAL-CUSTOMER-ID__", 
14071             "in": "path", 
14072             "name": "global-customer-id", 
14073             "required": true, 
14074             "type": "string"
14075           }, 
14076           {
14077             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14078             "example": "__SERVICE-TYPE__", 
14079             "in": "path", 
14080             "name": "service-type", 
14081             "required": true, 
14082             "type": "string"
14083           }, 
14084           {
14085             "description": "n/a", 
14086             "in": "query", 
14087             "name": "service-instance-id", 
14088             "required": false, 
14089             "type": "string"
14090           }, 
14091           {
14092             "description": "n/a", 
14093             "in": "query", 
14094             "name": "service-instance-name", 
14095             "required": false, 
14096             "type": "string"
14097           }, 
14098           {
14099             "description": "n/a", 
14100             "in": "query", 
14101             "name": "environment-context", 
14102             "required": false, 
14103             "type": "string"
14104           }, 
14105           {
14106             "description": "n/a", 
14107             "in": "query", 
14108             "name": "workload-context", 
14109             "required": false, 
14110             "type": "string"
14111           }, 
14112           {
14113             "description": "n/a", 
14114             "in": "query", 
14115             "name": "model-invariant-id", 
14116             "required": false, 
14117             "type": "string"
14118           }, 
14119           {
14120             "description": "n/a", 
14121             "in": "query", 
14122             "name": "model-version-id", 
14123             "required": false, 
14124             "type": "string"
14125           }, 
14126           {
14127             "description": "n/a", 
14128             "in": "query", 
14129             "name": "widget-model-id", 
14130             "required": false, 
14131             "type": "string"
14132           }, 
14133           {
14134             "description": "n/a", 
14135             "in": "query", 
14136             "name": "widget-model-version", 
14137             "required": false, 
14138             "type": "string"
14139           }, 
14140           {
14141             "description": "n/a", 
14142             "in": "query", 
14143             "name": "service-instance-location-id", 
14144             "required": false, 
14145             "type": "string"
14146           }, 
14147           {
14148             "description": "n/a", 
14149             "in": "query", 
14150             "name": "orchestration-status", 
14151             "required": false, 
14152             "type": "string"
14153           }
14154         ], 
14155         "produces": [
14156           "application/json", 
14157           "application/xml"
14158         ], 
14159         "responses": {
14160           "200": {
14161             "description": "successful operation", 
14162             "schema": {
14163               "$ref": "#/definitions/service-instances"
14164             }
14165           }, 
14166           "default": {
14167             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14168           }
14169         }, 
14170         "summary": "returns service-instances", 
14171         "tags": [
14172           "Business"
14173         ]
14174       }
14175     }, 
14176     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}": {
14177       "delete": {
14178         "consumes": [
14179           "application/json", 
14180           "application/xml"
14181         ], 
14182         "description": "delete an existing service-instance", 
14183         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
14184         "parameters": [
14185           {
14186             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14187             "example": "__GLOBAL-CUSTOMER-ID__", 
14188             "in": "path", 
14189             "name": "global-customer-id", 
14190             "required": true, 
14191             "type": "string"
14192           }, 
14193           {
14194             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14195             "example": "__SERVICE-TYPE__", 
14196             "in": "path", 
14197             "name": "service-type", 
14198             "required": true, 
14199             "type": "string"
14200           }, 
14201           {
14202             "description": "Uniquely identifies this instance of a service", 
14203             "example": "__SERVICE-INSTANCE-ID__", 
14204             "in": "path", 
14205             "name": "service-instance-id", 
14206             "required": true, 
14207             "type": "string"
14208           }, 
14209           {
14210             "description": "resource-version for concurrency", 
14211             "in": "query", 
14212             "name": "resource-version", 
14213             "required": true, 
14214             "type": "string"
14215           }
14216         ], 
14217         "produces": [
14218           "application/json", 
14219           "application/xml"
14220         ], 
14221         "responses": {
14222           "default": {
14223             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14224           }
14225         }, 
14226         "summary": "delete an existing service-instance", 
14227         "tags": [
14228           "Business"
14229         ]
14230       }, 
14231       "get": {
14232         "description": "returns service-instance", 
14233         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
14234         "parameters": [
14235           {
14236             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14237             "example": "__GLOBAL-CUSTOMER-ID__", 
14238             "in": "path", 
14239             "name": "global-customer-id", 
14240             "required": true, 
14241             "type": "string"
14242           }, 
14243           {
14244             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14245             "example": "__SERVICE-TYPE__", 
14246             "in": "path", 
14247             "name": "service-type", 
14248             "required": true, 
14249             "type": "string"
14250           }, 
14251           {
14252             "description": "Uniquely identifies this instance of a service", 
14253             "example": "__SERVICE-INSTANCE-ID__", 
14254             "in": "path", 
14255             "name": "service-instance-id", 
14256             "required": true, 
14257             "type": "string"
14258           }
14259         ], 
14260         "produces": [
14261           "application/json", 
14262           "application/xml"
14263         ], 
14264         "responses": {
14265           "200": {
14266             "description": "successful operation", 
14267             "schema": {
14268               "$ref": "#/definitions/service-instance"
14269             }
14270           }, 
14271           "default": {
14272             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14273           }
14274         }, 
14275         "summary": "returns service-instance", 
14276         "tags": [
14277           "Business"
14278         ]
14279       }, 
14280       "patch": {
14281         "consumes": [
14282           "application/json"
14283         ], 
14284         "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", 
14285         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
14286         "parameters": [
14287           {
14288             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14289             "example": "__GLOBAL-CUSTOMER-ID__", 
14290             "in": "path", 
14291             "name": "global-customer-id", 
14292             "required": true, 
14293             "type": "string"
14294           }, 
14295           {
14296             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14297             "example": "__SERVICE-TYPE__", 
14298             "in": "path", 
14299             "name": "service-type", 
14300             "required": true, 
14301             "type": "string"
14302           }, 
14303           {
14304             "description": "Uniquely identifies this instance of a service", 
14305             "example": "__SERVICE-INSTANCE-ID__", 
14306             "in": "path", 
14307             "name": "service-instance-id", 
14308             "required": true, 
14309             "type": "string"
14310           }, 
14311           {
14312             "description": "service-instance object that needs to be updated.", 
14313             "in": "body", 
14314             "name": "body", 
14315             "required": true, 
14316             "schema": {
14317               "$ref": "#/definitions/zzzz-patch-service-instance"
14318             }
14319           }
14320         ], 
14321         "produces": [
14322           "application/json"
14323         ], 
14324         "responses": {
14325           "default": {
14326             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14327           }
14328         }, 
14329         "summary": "update an existing service-instance", 
14330         "tags": [
14331           "Business"
14332         ]
14333       }, 
14334       "put": {
14335         "consumes": [
14336           "application/json", 
14337           "application/xml"
14338         ], 
14339         "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", 
14340         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance", 
14341         "parameters": [
14342           {
14343             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14344             "example": "__GLOBAL-CUSTOMER-ID__", 
14345             "in": "path", 
14346             "name": "global-customer-id", 
14347             "required": true, 
14348             "type": "string"
14349           }, 
14350           {
14351             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14352             "example": "__SERVICE-TYPE__", 
14353             "in": "path", 
14354             "name": "service-type", 
14355             "required": true, 
14356             "type": "string"
14357           }, 
14358           {
14359             "description": "Uniquely identifies this instance of a service", 
14360             "example": "__SERVICE-INSTANCE-ID__", 
14361             "in": "path", 
14362             "name": "service-instance-id", 
14363             "required": true, 
14364             "type": "string"
14365           }, 
14366           {
14367             "description": "service-instance object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance.json)", 
14368             "in": "body", 
14369             "name": "body", 
14370             "required": true, 
14371             "schema": {
14372               "$ref": "#/definitions/service-instance"
14373             }
14374           }
14375         ], 
14376         "produces": [
14377           "application/json", 
14378           "application/xml"
14379         ], 
14380         "responses": {
14381           "default": {
14382             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14383           }
14384         }, 
14385         "summary": "create or update an existing service-instance", 
14386         "tags": [
14387           "Business"
14388         ]
14389       }
14390     }, 
14391     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/allotted-resources": {
14392       "get": {
14393         "description": "returns allotted-resources", 
14394         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResources", 
14395         "parameters": [
14396           {
14397             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14398             "example": "__GLOBAL-CUSTOMER-ID__", 
14399             "in": "path", 
14400             "name": "global-customer-id", 
14401             "required": true, 
14402             "type": "string"
14403           }, 
14404           {
14405             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14406             "example": "__SERVICE-TYPE__", 
14407             "in": "path", 
14408             "name": "service-type", 
14409             "required": true, 
14410             "type": "string"
14411           }, 
14412           {
14413             "description": "Uniquely identifies this instance of a service", 
14414             "example": "__SERVICE-INSTANCE-ID__", 
14415             "in": "path", 
14416             "name": "service-instance-id", 
14417             "required": true, 
14418             "type": "string"
14419           }, 
14420           {
14421             "description": "n/a", 
14422             "in": "query", 
14423             "name": "id", 
14424             "required": false, 
14425             "type": "string"
14426           }, 
14427           {
14428             "description": "n/a", 
14429             "in": "query", 
14430             "name": "model-invariant-id", 
14431             "required": false, 
14432             "type": "string"
14433           }, 
14434           {
14435             "description": "n/a", 
14436             "in": "query", 
14437             "name": "model-version-id", 
14438             "required": false, 
14439             "type": "string"
14440           }, 
14441           {
14442             "description": "n/a", 
14443             "in": "query", 
14444             "name": "type", 
14445             "required": false, 
14446             "type": "string"
14447           }, 
14448           {
14449             "description": "n/a", 
14450             "in": "query", 
14451             "name": "role", 
14452             "required": false, 
14453             "type": "string"
14454           }, 
14455           {
14456             "description": "n/a", 
14457             "in": "query", 
14458             "name": "allotted-resource-name", 
14459             "required": false, 
14460             "type": "string"
14461           }, 
14462           {
14463             "description": "n/a", 
14464             "in": "query", 
14465             "name": "access-provider-id", 
14466             "required": false, 
14467             "type": "string"
14468           }, 
14469           {
14470             "description": "n/a", 
14471             "in": "query", 
14472             "name": "access-client-id", 
14473             "required": false, 
14474             "type": "string"
14475           }, 
14476           {
14477             "description": "n/a", 
14478             "in": "query", 
14479             "name": "access-topology-id", 
14480             "required": false, 
14481             "type": "string"
14482           }, 
14483           {
14484             "description": "n/a", 
14485             "in": "query", 
14486             "name": "access-node-id", 
14487             "required": false, 
14488             "type": "string"
14489           }, 
14490           {
14491             "description": "n/a", 
14492             "in": "query", 
14493             "name": "access-ltp-id", 
14494             "required": false, 
14495             "type": "string"
14496           }, 
14497           {
14498             "description": "n/a", 
14499             "in": "query", 
14500             "name": "vpn-name", 
14501             "required": false, 
14502             "type": "string"
14503           }
14504         ], 
14505         "produces": [
14506           "application/json", 
14507           "application/xml"
14508         ], 
14509         "responses": {
14510           "200": {
14511             "description": "successful operation", 
14512             "schema": {
14513               "$ref": "#/definitions/allotted-resources"
14514             }
14515           }, 
14516           "default": {
14517             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14518           }
14519         }, 
14520         "summary": "returns allotted-resources", 
14521         "tags": [
14522           "Business"
14523         ]
14524       }
14525     }, 
14526     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/allotted-resources/allotted-resource/{id}": {
14527       "delete": {
14528         "consumes": [
14529           "application/json", 
14530           "application/xml"
14531         ], 
14532         "description": "delete an existing allotted-resource", 
14533         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
14534         "parameters": [
14535           {
14536             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14537             "example": "__GLOBAL-CUSTOMER-ID__", 
14538             "in": "path", 
14539             "name": "global-customer-id", 
14540             "required": true, 
14541             "type": "string"
14542           }, 
14543           {
14544             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14545             "example": "__SERVICE-TYPE__", 
14546             "in": "path", 
14547             "name": "service-type", 
14548             "required": true, 
14549             "type": "string"
14550           }, 
14551           {
14552             "description": "Uniquely identifies this instance of a service", 
14553             "example": "__SERVICE-INSTANCE-ID__", 
14554             "in": "path", 
14555             "name": "service-instance-id", 
14556             "required": true, 
14557             "type": "string"
14558           }, 
14559           {
14560             "description": "Allotted Resource id UUID assigned to this instance.", 
14561             "example": "__ID__", 
14562             "in": "path", 
14563             "name": "id", 
14564             "required": true, 
14565             "type": "string"
14566           }, 
14567           {
14568             "description": "resource-version for concurrency", 
14569             "in": "query", 
14570             "name": "resource-version", 
14571             "required": true, 
14572             "type": "string"
14573           }
14574         ], 
14575         "produces": [
14576           "application/json", 
14577           "application/xml"
14578         ], 
14579         "responses": {
14580           "default": {
14581             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14582           }
14583         }, 
14584         "summary": "delete an existing allotted-resource", 
14585         "tags": [
14586           "Business"
14587         ]
14588       }, 
14589       "get": {
14590         "description": "returns allotted-resource", 
14591         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
14592         "parameters": [
14593           {
14594             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14595             "example": "__GLOBAL-CUSTOMER-ID__", 
14596             "in": "path", 
14597             "name": "global-customer-id", 
14598             "required": true, 
14599             "type": "string"
14600           }, 
14601           {
14602             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14603             "example": "__SERVICE-TYPE__", 
14604             "in": "path", 
14605             "name": "service-type", 
14606             "required": true, 
14607             "type": "string"
14608           }, 
14609           {
14610             "description": "Uniquely identifies this instance of a service", 
14611             "example": "__SERVICE-INSTANCE-ID__", 
14612             "in": "path", 
14613             "name": "service-instance-id", 
14614             "required": true, 
14615             "type": "string"
14616           }, 
14617           {
14618             "description": "Allotted Resource id UUID assigned to this instance.", 
14619             "example": "__ID__", 
14620             "in": "path", 
14621             "name": "id", 
14622             "required": true, 
14623             "type": "string"
14624           }
14625         ], 
14626         "produces": [
14627           "application/json", 
14628           "application/xml"
14629         ], 
14630         "responses": {
14631           "200": {
14632             "description": "successful operation", 
14633             "schema": {
14634               "$ref": "#/definitions/allotted-resource"
14635             }
14636           }, 
14637           "default": {
14638             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14639           }
14640         }, 
14641         "summary": "returns allotted-resource", 
14642         "tags": [
14643           "Business"
14644         ]
14645       }, 
14646       "patch": {
14647         "consumes": [
14648           "application/json"
14649         ], 
14650         "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", 
14651         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
14652         "parameters": [
14653           {
14654             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14655             "example": "__GLOBAL-CUSTOMER-ID__", 
14656             "in": "path", 
14657             "name": "global-customer-id", 
14658             "required": true, 
14659             "type": "string"
14660           }, 
14661           {
14662             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14663             "example": "__SERVICE-TYPE__", 
14664             "in": "path", 
14665             "name": "service-type", 
14666             "required": true, 
14667             "type": "string"
14668           }, 
14669           {
14670             "description": "Uniquely identifies this instance of a service", 
14671             "example": "__SERVICE-INSTANCE-ID__", 
14672             "in": "path", 
14673             "name": "service-instance-id", 
14674             "required": true, 
14675             "type": "string"
14676           }, 
14677           {
14678             "description": "Allotted Resource id UUID assigned to this instance.", 
14679             "example": "__ID__", 
14680             "in": "path", 
14681             "name": "id", 
14682             "required": true, 
14683             "type": "string"
14684           }, 
14685           {
14686             "description": "allotted-resource object that needs to be updated.", 
14687             "in": "body", 
14688             "name": "body", 
14689             "required": true, 
14690             "schema": {
14691               "$ref": "#/definitions/zzzz-patch-allotted-resource"
14692             }
14693           }
14694         ], 
14695         "produces": [
14696           "application/json"
14697         ], 
14698         "responses": {
14699           "default": {
14700             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14701           }
14702         }, 
14703         "summary": "update an existing allotted-resource", 
14704         "tags": [
14705           "Business"
14706         ]
14707       }, 
14708       "put": {
14709         "consumes": [
14710           "application/json", 
14711           "application/xml"
14712         ], 
14713         "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", 
14714         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource", 
14715         "parameters": [
14716           {
14717             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14718             "example": "__GLOBAL-CUSTOMER-ID__", 
14719             "in": "path", 
14720             "name": "global-customer-id", 
14721             "required": true, 
14722             "type": "string"
14723           }, 
14724           {
14725             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14726             "example": "__SERVICE-TYPE__", 
14727             "in": "path", 
14728             "name": "service-type", 
14729             "required": true, 
14730             "type": "string"
14731           }, 
14732           {
14733             "description": "Uniquely identifies this instance of a service", 
14734             "example": "__SERVICE-INSTANCE-ID__", 
14735             "in": "path", 
14736             "name": "service-instance-id", 
14737             "required": true, 
14738             "type": "string"
14739           }, 
14740           {
14741             "description": "Allotted Resource id UUID assigned to this instance.", 
14742             "example": "__ID__", 
14743             "in": "path", 
14744             "name": "id", 
14745             "required": true, 
14746             "type": "string"
14747           }, 
14748           {
14749             "description": "allotted-resource object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource.json)", 
14750             "in": "body", 
14751             "name": "body", 
14752             "required": true, 
14753             "schema": {
14754               "$ref": "#/definitions/allotted-resource"
14755             }
14756           }
14757         ], 
14758         "produces": [
14759           "application/json", 
14760           "application/xml"
14761         ], 
14762         "responses": {
14763           "default": {
14764             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14765           }
14766         }, 
14767         "summary": "create or update an existing allotted-resource", 
14768         "tags": [
14769           "Business"
14770         ]
14771       }
14772     }, 
14773     "/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": {
14774       "delete": {
14775         "consumes": [
14776           "application/json", 
14777           "application/xml"
14778         ], 
14779         "description": "delete an existing relationship", 
14780         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceRelationshipListRelationship", 
14781         "parameters": [
14782           {
14783             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14784             "example": "__GLOBAL-CUSTOMER-ID__", 
14785             "in": "path", 
14786             "name": "global-customer-id", 
14787             "required": true, 
14788             "type": "string"
14789           }, 
14790           {
14791             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14792             "example": "__SERVICE-TYPE__", 
14793             "in": "path", 
14794             "name": "service-type", 
14795             "required": true, 
14796             "type": "string"
14797           }, 
14798           {
14799             "description": "Uniquely identifies this instance of a service", 
14800             "example": "__SERVICE-INSTANCE-ID__", 
14801             "in": "path", 
14802             "name": "service-instance-id", 
14803             "required": true, 
14804             "type": "string"
14805           }, 
14806           {
14807             "description": "Allotted Resource id UUID assigned to this instance.", 
14808             "example": "__ID__", 
14809             "in": "path", 
14810             "name": "id", 
14811             "required": true, 
14812             "type": "string"
14813           }
14814         ], 
14815         "produces": [
14816           "application/json", 
14817           "application/xml"
14818         ], 
14819         "responses": {
14820           "default": {
14821             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14822           }
14823         }, 
14824         "summary": "delete an existing relationship", 
14825         "tags": [
14826           "Business"
14827         ]
14828       }, 
14829       "put": {
14830         "consumes": [
14831           "application/json", 
14832           "application/xml"
14833         ], 
14834         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceRelationshipListRelationship", 
14835         "parameters": [
14836           {
14837             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14838             "example": "__GLOBAL-CUSTOMER-ID__", 
14839             "in": "path", 
14840             "name": "global-customer-id", 
14841             "required": true, 
14842             "type": "string"
14843           }, 
14844           {
14845             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14846             "example": "__SERVICE-TYPE__", 
14847             "in": "path", 
14848             "name": "service-type", 
14849             "required": true, 
14850             "type": "string"
14851           }, 
14852           {
14853             "description": "Uniquely identifies this instance of a service", 
14854             "example": "__SERVICE-INSTANCE-ID__", 
14855             "in": "path", 
14856             "name": "service-instance-id", 
14857             "required": true, 
14858             "type": "string"
14859           }, 
14860           {
14861             "description": "Allotted Resource id UUID assigned to this instance.", 
14862             "example": "__ID__", 
14863             "in": "path", 
14864             "name": "id", 
14865             "required": true, 
14866             "type": "string"
14867           }, 
14868           {
14869             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResource.json)", 
14870             "in": "body", 
14871             "name": "body", 
14872             "required": true, 
14873             "schema": {
14874               "$ref": "#/definitions/relationship-dict"
14875             }
14876           }
14877         ], 
14878         "produces": [
14879           "application/json", 
14880           "application/xml"
14881         ], 
14882         "responses": {
14883           "default": {
14884             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14885           }
14886         }, 
14887         "summary": "see node definition for valid relationships", 
14888         "tags": [
14889           "Business"
14890         ]
14891       }
14892     }, 
14893     "/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": {
14894       "get": {
14895         "description": "returns tunnel-xconnects", 
14896         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnects", 
14897         "parameters": [
14898           {
14899             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14900             "example": "__GLOBAL-CUSTOMER-ID__", 
14901             "in": "path", 
14902             "name": "global-customer-id", 
14903             "required": true, 
14904             "type": "string"
14905           }, 
14906           {
14907             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14908             "example": "__SERVICE-TYPE__", 
14909             "in": "path", 
14910             "name": "service-type", 
14911             "required": true, 
14912             "type": "string"
14913           }, 
14914           {
14915             "description": "Uniquely identifies this instance of a service", 
14916             "example": "__SERVICE-INSTANCE-ID__", 
14917             "in": "path", 
14918             "name": "service-instance-id", 
14919             "required": true, 
14920             "type": "string"
14921           }, 
14922           {
14923             "description": "Allotted Resource id UUID assigned to this instance.", 
14924             "example": "__ID__", 
14925             "in": "path", 
14926             "name": "id", 
14927             "required": true, 
14928             "type": "string"
14929           }, 
14930           {
14931             "description": "n/a", 
14932             "in": "query", 
14933             "name": "id", 
14934             "required": false, 
14935             "type": "string"
14936           }
14937         ], 
14938         "produces": [
14939           "application/json", 
14940           "application/xml"
14941         ], 
14942         "responses": {
14943           "200": {
14944             "description": "successful operation", 
14945             "schema": {
14946               "$ref": "#/definitions/tunnel-xconnects"
14947             }
14948           }, 
14949           "default": {
14950             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
14951           }
14952         }, 
14953         "summary": "returns tunnel-xconnects", 
14954         "tags": [
14955           "Business"
14956         ]
14957       }
14958     }, 
14959     "/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}": {
14960       "delete": {
14961         "consumes": [
14962           "application/json", 
14963           "application/xml"
14964         ], 
14965         "description": "delete an existing tunnel-xconnect", 
14966         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
14967         "parameters": [
14968           {
14969             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
14970             "example": "__GLOBAL-CUSTOMER-ID__", 
14971             "in": "path", 
14972             "name": "global-customer-id", 
14973             "required": true, 
14974             "type": "string"
14975           }, 
14976           {
14977             "description": "Value defined by orchestration to identify this service across ECOMP.", 
14978             "example": "__SERVICE-TYPE__", 
14979             "in": "path", 
14980             "name": "service-type", 
14981             "required": true, 
14982             "type": "string"
14983           }, 
14984           {
14985             "description": "Uniquely identifies this instance of a service", 
14986             "example": "__SERVICE-INSTANCE-ID__", 
14987             "in": "path", 
14988             "name": "service-instance-id", 
14989             "required": true, 
14990             "type": "string"
14991           }, 
14992           {
14993             "description": "Allotted Resource id UUID assigned to this instance.", 
14994             "example": "__ID__", 
14995             "in": "path", 
14996             "name": "id", 
14997             "required": true, 
14998             "type": "string"
14999           }, 
15000           {
15001             "description": "Allotted Resource id UUID assigned to this instance.", 
15002             "example": "__ID__", 
15003             "in": "path", 
15004             "name": "tunnel-xconnect.id", 
15005             "required": true, 
15006             "type": "string"
15007           }, 
15008           {
15009             "description": "resource-version for concurrency", 
15010             "in": "query", 
15011             "name": "resource-version", 
15012             "required": true, 
15013             "type": "string"
15014           }
15015         ], 
15016         "produces": [
15017           "application/json", 
15018           "application/xml"
15019         ], 
15020         "responses": {
15021           "default": {
15022             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15023           }
15024         }, 
15025         "summary": "delete an existing tunnel-xconnect", 
15026         "tags": [
15027           "Business"
15028         ]
15029       }, 
15030       "get": {
15031         "description": "returns tunnel-xconnect", 
15032         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
15033         "parameters": [
15034           {
15035             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15036             "example": "__GLOBAL-CUSTOMER-ID__", 
15037             "in": "path", 
15038             "name": "global-customer-id", 
15039             "required": true, 
15040             "type": "string"
15041           }, 
15042           {
15043             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15044             "example": "__SERVICE-TYPE__", 
15045             "in": "path", 
15046             "name": "service-type", 
15047             "required": true, 
15048             "type": "string"
15049           }, 
15050           {
15051             "description": "Uniquely identifies this instance of a service", 
15052             "example": "__SERVICE-INSTANCE-ID__", 
15053             "in": "path", 
15054             "name": "service-instance-id", 
15055             "required": true, 
15056             "type": "string"
15057           }, 
15058           {
15059             "description": "Allotted Resource id UUID assigned to this instance.", 
15060             "example": "__ID__", 
15061             "in": "path", 
15062             "name": "id", 
15063             "required": true, 
15064             "type": "string"
15065           }, 
15066           {
15067             "description": "Allotted Resource id UUID assigned to this instance.", 
15068             "example": "__ID__", 
15069             "in": "path", 
15070             "name": "tunnel-xconnect.id", 
15071             "required": true, 
15072             "type": "string"
15073           }
15074         ], 
15075         "produces": [
15076           "application/json", 
15077           "application/xml"
15078         ], 
15079         "responses": {
15080           "200": {
15081             "description": "successful operation", 
15082             "schema": {
15083               "$ref": "#/definitions/tunnel-xconnect"
15084             }
15085           }, 
15086           "default": {
15087             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15088           }
15089         }, 
15090         "summary": "returns tunnel-xconnect", 
15091         "tags": [
15092           "Business"
15093         ]
15094       }, 
15095       "patch": {
15096         "consumes": [
15097           "application/json"
15098         ], 
15099         "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", 
15100         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
15101         "parameters": [
15102           {
15103             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15104             "example": "__GLOBAL-CUSTOMER-ID__", 
15105             "in": "path", 
15106             "name": "global-customer-id", 
15107             "required": true, 
15108             "type": "string"
15109           }, 
15110           {
15111             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15112             "example": "__SERVICE-TYPE__", 
15113             "in": "path", 
15114             "name": "service-type", 
15115             "required": true, 
15116             "type": "string"
15117           }, 
15118           {
15119             "description": "Uniquely identifies this instance of a service", 
15120             "example": "__SERVICE-INSTANCE-ID__", 
15121             "in": "path", 
15122             "name": "service-instance-id", 
15123             "required": true, 
15124             "type": "string"
15125           }, 
15126           {
15127             "description": "Allotted Resource id UUID assigned to this instance.", 
15128             "example": "__ID__", 
15129             "in": "path", 
15130             "name": "id", 
15131             "required": true, 
15132             "type": "string"
15133           }, 
15134           {
15135             "description": "Allotted Resource id UUID assigned to this instance.", 
15136             "example": "__ID__", 
15137             "in": "path", 
15138             "name": "tunnel-xconnect.id", 
15139             "required": true, 
15140             "type": "string"
15141           }, 
15142           {
15143             "description": "tunnel-xconnect object that needs to be updated.", 
15144             "in": "body", 
15145             "name": "body", 
15146             "required": true, 
15147             "schema": {
15148               "$ref": "#/definitions/zzzz-patch-tunnel-xconnect"
15149             }
15150           }
15151         ], 
15152         "produces": [
15153           "application/json"
15154         ], 
15155         "responses": {
15156           "default": {
15157             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15158           }
15159         }, 
15160         "summary": "update an existing tunnel-xconnect", 
15161         "tags": [
15162           "Business"
15163         ]
15164       }, 
15165       "put": {
15166         "consumes": [
15167           "application/json", 
15168           "application/xml"
15169         ], 
15170         "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", 
15171         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect", 
15172         "parameters": [
15173           {
15174             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15175             "example": "__GLOBAL-CUSTOMER-ID__", 
15176             "in": "path", 
15177             "name": "global-customer-id", 
15178             "required": true, 
15179             "type": "string"
15180           }, 
15181           {
15182             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15183             "example": "__SERVICE-TYPE__", 
15184             "in": "path", 
15185             "name": "service-type", 
15186             "required": true, 
15187             "type": "string"
15188           }, 
15189           {
15190             "description": "Uniquely identifies this instance of a service", 
15191             "example": "__SERVICE-INSTANCE-ID__", 
15192             "in": "path", 
15193             "name": "service-instance-id", 
15194             "required": true, 
15195             "type": "string"
15196           }, 
15197           {
15198             "description": "Allotted Resource id UUID assigned to this instance.", 
15199             "example": "__ID__", 
15200             "in": "path", 
15201             "name": "id", 
15202             "required": true, 
15203             "type": "string"
15204           }, 
15205           {
15206             "description": "Allotted Resource id UUID assigned to this instance.", 
15207             "example": "__ID__", 
15208             "in": "path", 
15209             "name": "tunnel-xconnect.id", 
15210             "required": true, 
15211             "type": "string"
15212           }, 
15213           {
15214             "description": "tunnel-xconnect object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect.json)", 
15215             "in": "body", 
15216             "name": "body", 
15217             "required": true, 
15218             "schema": {
15219               "$ref": "#/definitions/tunnel-xconnect"
15220             }
15221           }
15222         ], 
15223         "produces": [
15224           "application/json", 
15225           "application/xml"
15226         ], 
15227         "responses": {
15228           "default": {
15229             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15230           }
15231         }, 
15232         "summary": "create or update an existing tunnel-xconnect", 
15233         "tags": [
15234           "Business"
15235         ]
15236       }
15237     }, 
15238     "/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": {
15239       "delete": {
15240         "consumes": [
15241           "application/json", 
15242           "application/xml"
15243         ], 
15244         "description": "delete an existing relationship", 
15245         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnectRelationshipListRelationship", 
15246         "parameters": [
15247           {
15248             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15249             "example": "__GLOBAL-CUSTOMER-ID__", 
15250             "in": "path", 
15251             "name": "global-customer-id", 
15252             "required": true, 
15253             "type": "string"
15254           }, 
15255           {
15256             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15257             "example": "__SERVICE-TYPE__", 
15258             "in": "path", 
15259             "name": "service-type", 
15260             "required": true, 
15261             "type": "string"
15262           }, 
15263           {
15264             "description": "Uniquely identifies this instance of a service", 
15265             "example": "__SERVICE-INSTANCE-ID__", 
15266             "in": "path", 
15267             "name": "service-instance-id", 
15268             "required": true, 
15269             "type": "string"
15270           }, 
15271           {
15272             "description": "Allotted Resource id UUID assigned to this instance.", 
15273             "example": "__ID__", 
15274             "in": "path", 
15275             "name": "id", 
15276             "required": true, 
15277             "type": "string"
15278           }, 
15279           {
15280             "description": "Allotted Resource id UUID assigned to this instance.", 
15281             "example": "__ID__", 
15282             "in": "path", 
15283             "name": "tunnel-xconnect.id", 
15284             "required": true, 
15285             "type": "string"
15286           }
15287         ], 
15288         "produces": [
15289           "application/json", 
15290           "application/xml"
15291         ], 
15292         "responses": {
15293           "default": {
15294             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15295           }
15296         }, 
15297         "summary": "delete an existing relationship", 
15298         "tags": [
15299           "Business"
15300         ]
15301       }, 
15302       "put": {
15303         "consumes": [
15304           "application/json", 
15305           "application/xml"
15306         ], 
15307         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnectRelationshipListRelationship", 
15308         "parameters": [
15309           {
15310             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15311             "example": "__GLOBAL-CUSTOMER-ID__", 
15312             "in": "path", 
15313             "name": "global-customer-id", 
15314             "required": true, 
15315             "type": "string"
15316           }, 
15317           {
15318             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15319             "example": "__SERVICE-TYPE__", 
15320             "in": "path", 
15321             "name": "service-type", 
15322             "required": true, 
15323             "type": "string"
15324           }, 
15325           {
15326             "description": "Uniquely identifies this instance of a service", 
15327             "example": "__SERVICE-INSTANCE-ID__", 
15328             "in": "path", 
15329             "name": "service-instance-id", 
15330             "required": true, 
15331             "type": "string"
15332           }, 
15333           {
15334             "description": "Allotted Resource id UUID assigned to this instance.", 
15335             "example": "__ID__", 
15336             "in": "path", 
15337             "name": "id", 
15338             "required": true, 
15339             "type": "string"
15340           }, 
15341           {
15342             "description": "Allotted Resource id UUID assigned to this instance.", 
15343             "example": "__ID__", 
15344             "in": "path", 
15345             "name": "tunnel-xconnect.id", 
15346             "required": true, 
15347             "type": "string"
15348           }, 
15349           {
15350             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceAllottedResourcesAllottedResourceTunnelXconnectsTunnelXconnect.json)", 
15351             "in": "body", 
15352             "name": "body", 
15353             "required": true, 
15354             "schema": {
15355               "$ref": "#/definitions/relationship-dict"
15356             }
15357           }
15358         ], 
15359         "produces": [
15360           "application/json", 
15361           "application/xml"
15362         ], 
15363         "responses": {
15364           "default": {
15365             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15366           }
15367         }, 
15368         "summary": "see node definition for valid relationships", 
15369         "tags": [
15370           "Business"
15371         ]
15372       }
15373     }, 
15374     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/metadata": {
15375       "get": {
15376         "description": "returns metadata", 
15377         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadata", 
15378         "parameters": [
15379           {
15380             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15381             "example": "__GLOBAL-CUSTOMER-ID__", 
15382             "in": "path", 
15383             "name": "global-customer-id", 
15384             "required": true, 
15385             "type": "string"
15386           }, 
15387           {
15388             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15389             "example": "__SERVICE-TYPE__", 
15390             "in": "path", 
15391             "name": "service-type", 
15392             "required": true, 
15393             "type": "string"
15394           }, 
15395           {
15396             "description": "Uniquely identifies this instance of a service", 
15397             "example": "__SERVICE-INSTANCE-ID__", 
15398             "in": "path", 
15399             "name": "service-instance-id", 
15400             "required": true, 
15401             "type": "string"
15402           }, 
15403           {
15404             "description": "n/a", 
15405             "in": "query", 
15406             "name": "metaname", 
15407             "required": false, 
15408             "type": "string"
15409           }
15410         ], 
15411         "produces": [
15412           "application/json", 
15413           "application/xml"
15414         ], 
15415         "responses": {
15416           "200": {
15417             "description": "successful operation", 
15418             "schema": {
15419               "$ref": "#/definitions/metadata"
15420             }
15421           }, 
15422           "default": {
15423             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15424           }
15425         }, 
15426         "summary": "returns metadata", 
15427         "tags": [
15428           "Business"
15429         ]
15430       }
15431     }, 
15432     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/metadata/metadatum/{metaname}": {
15433       "delete": {
15434         "consumes": [
15435           "application/json", 
15436           "application/xml"
15437         ], 
15438         "description": "delete an existing metadatum", 
15439         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum", 
15440         "parameters": [
15441           {
15442             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15443             "example": "__GLOBAL-CUSTOMER-ID__", 
15444             "in": "path", 
15445             "name": "global-customer-id", 
15446             "required": true, 
15447             "type": "string"
15448           }, 
15449           {
15450             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15451             "example": "__SERVICE-TYPE__", 
15452             "in": "path", 
15453             "name": "service-type", 
15454             "required": true, 
15455             "type": "string"
15456           }, 
15457           {
15458             "description": "Uniquely identifies this instance of a service", 
15459             "example": "__SERVICE-INSTANCE-ID__", 
15460             "in": "path", 
15461             "name": "service-instance-id", 
15462             "required": true, 
15463             "type": "string"
15464           }, 
15465           {
15466             "example": "__METANAME__", 
15467             "in": "path", 
15468             "name": "metaname", 
15469             "required": true, 
15470             "type": "string"
15471           }, 
15472           {
15473             "description": "resource-version for concurrency", 
15474             "in": "query", 
15475             "name": "resource-version", 
15476             "required": true, 
15477             "type": "string"
15478           }
15479         ], 
15480         "produces": [
15481           "application/json", 
15482           "application/xml"
15483         ], 
15484         "responses": {
15485           "default": {
15486             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15487           }
15488         }, 
15489         "summary": "delete an existing metadatum", 
15490         "tags": [
15491           "Business"
15492         ]
15493       }, 
15494       "get": {
15495         "description": "returns metadatum", 
15496         "operationId": "getBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum", 
15497         "parameters": [
15498           {
15499             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15500             "example": "__GLOBAL-CUSTOMER-ID__", 
15501             "in": "path", 
15502             "name": "global-customer-id", 
15503             "required": true, 
15504             "type": "string"
15505           }, 
15506           {
15507             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15508             "example": "__SERVICE-TYPE__", 
15509             "in": "path", 
15510             "name": "service-type", 
15511             "required": true, 
15512             "type": "string"
15513           }, 
15514           {
15515             "description": "Uniquely identifies this instance of a service", 
15516             "example": "__SERVICE-INSTANCE-ID__", 
15517             "in": "path", 
15518             "name": "service-instance-id", 
15519             "required": true, 
15520             "type": "string"
15521           }, 
15522           {
15523             "example": "__METANAME__", 
15524             "in": "path", 
15525             "name": "metaname", 
15526             "required": true, 
15527             "type": "string"
15528           }
15529         ], 
15530         "produces": [
15531           "application/json", 
15532           "application/xml"
15533         ], 
15534         "responses": {
15535           "200": {
15536             "description": "successful operation", 
15537             "schema": {
15538               "$ref": "#/definitions/metadatum"
15539             }
15540           }, 
15541           "default": {
15542             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15543           }
15544         }, 
15545         "summary": "returns metadatum", 
15546         "tags": [
15547           "Business"
15548         ]
15549       }, 
15550       "patch": {
15551         "consumes": [
15552           "application/json"
15553         ], 
15554         "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", 
15555         "operationId": "UpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum", 
15556         "parameters": [
15557           {
15558             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15559             "example": "__GLOBAL-CUSTOMER-ID__", 
15560             "in": "path", 
15561             "name": "global-customer-id", 
15562             "required": true, 
15563             "type": "string"
15564           }, 
15565           {
15566             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15567             "example": "__SERVICE-TYPE__", 
15568             "in": "path", 
15569             "name": "service-type", 
15570             "required": true, 
15571             "type": "string"
15572           }, 
15573           {
15574             "description": "Uniquely identifies this instance of a service", 
15575             "example": "__SERVICE-INSTANCE-ID__", 
15576             "in": "path", 
15577             "name": "service-instance-id", 
15578             "required": true, 
15579             "type": "string"
15580           }, 
15581           {
15582             "example": "__METANAME__", 
15583             "in": "path", 
15584             "name": "metaname", 
15585             "required": true, 
15586             "type": "string"
15587           }, 
15588           {
15589             "description": "metadatum object that needs to be updated.", 
15590             "in": "body", 
15591             "name": "body", 
15592             "required": true, 
15593             "schema": {
15594               "$ref": "#/definitions/zzzz-patch-metadatum"
15595             }
15596           }
15597         ], 
15598         "produces": [
15599           "application/json"
15600         ], 
15601         "responses": {
15602           "default": {
15603             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15604           }
15605         }, 
15606         "summary": "update an existing metadatum", 
15607         "tags": [
15608           "Business"
15609         ]
15610       }, 
15611       "put": {
15612         "consumes": [
15613           "application/json", 
15614           "application/xml"
15615         ], 
15616         "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", 
15617         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum", 
15618         "parameters": [
15619           {
15620             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15621             "example": "__GLOBAL-CUSTOMER-ID__", 
15622             "in": "path", 
15623             "name": "global-customer-id", 
15624             "required": true, 
15625             "type": "string"
15626           }, 
15627           {
15628             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15629             "example": "__SERVICE-TYPE__", 
15630             "in": "path", 
15631             "name": "service-type", 
15632             "required": true, 
15633             "type": "string"
15634           }, 
15635           {
15636             "description": "Uniquely identifies this instance of a service", 
15637             "example": "__SERVICE-INSTANCE-ID__", 
15638             "in": "path", 
15639             "name": "service-instance-id", 
15640             "required": true, 
15641             "type": "string"
15642           }, 
15643           {
15644             "example": "__METANAME__", 
15645             "in": "path", 
15646             "name": "metaname", 
15647             "required": true, 
15648             "type": "string"
15649           }, 
15650           {
15651             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceMetadataMetadatum.json)", 
15652             "in": "body", 
15653             "name": "body", 
15654             "required": true, 
15655             "schema": {
15656               "$ref": "#/definitions/metadatum"
15657             }
15658           }
15659         ], 
15660         "produces": [
15661           "application/json", 
15662           "application/xml"
15663         ], 
15664         "responses": {
15665           "default": {
15666             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15667           }
15668         }, 
15669         "summary": "create or update an existing metadatum", 
15670         "tags": [
15671           "Business"
15672         ]
15673       }
15674     }, 
15675     "/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}/service-instances/service-instance/{service-instance-id}/relationship-list/relationship": {
15676       "delete": {
15677         "consumes": [
15678           "application/json", 
15679           "application/xml"
15680         ], 
15681         "description": "delete an existing relationship", 
15682         "operationId": "deleteBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceRelationshipListRelationship", 
15683         "parameters": [
15684           {
15685             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15686             "example": "__GLOBAL-CUSTOMER-ID__", 
15687             "in": "path", 
15688             "name": "global-customer-id", 
15689             "required": true, 
15690             "type": "string"
15691           }, 
15692           {
15693             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15694             "example": "__SERVICE-TYPE__", 
15695             "in": "path", 
15696             "name": "service-type", 
15697             "required": true, 
15698             "type": "string"
15699           }, 
15700           {
15701             "description": "Uniquely identifies this instance of a service", 
15702             "example": "__SERVICE-INSTANCE-ID__", 
15703             "in": "path", 
15704             "name": "service-instance-id", 
15705             "required": true, 
15706             "type": "string"
15707           }
15708         ], 
15709         "produces": [
15710           "application/json", 
15711           "application/xml"
15712         ], 
15713         "responses": {
15714           "default": {
15715             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15716           }
15717         }, 
15718         "summary": "delete an existing relationship", 
15719         "tags": [
15720           "Business"
15721         ]
15722       }, 
15723       "put": {
15724         "consumes": [
15725           "application/json", 
15726           "application/xml"
15727         ], 
15728         "operationId": "createOrUpdateBusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstanceRelationshipListRelationship", 
15729         "parameters": [
15730           {
15731             "description": "Global customer id used across ECOMP to uniquely identify customer.", 
15732             "example": "__GLOBAL-CUSTOMER-ID__", 
15733             "in": "path", 
15734             "name": "global-customer-id", 
15735             "required": true, 
15736             "type": "string"
15737           }, 
15738           {
15739             "description": "Value defined by orchestration to identify this service across ECOMP.", 
15740             "example": "__SERVICE-TYPE__", 
15741             "in": "path", 
15742             "name": "service-type", 
15743             "required": true, 
15744             "type": "string"
15745           }, 
15746           {
15747             "description": "Uniquely identifies this instance of a service", 
15748             "example": "__SERVICE-INSTANCE-ID__", 
15749             "in": "path", 
15750             "name": "service-instance-id", 
15751             "required": true, 
15752             "type": "string"
15753           }, 
15754           {
15755             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessCustomersCustomerServiceSubscriptionsServiceSubscriptionServiceInstancesServiceInstance.json)", 
15756             "in": "body", 
15757             "name": "body", 
15758             "required": true, 
15759             "schema": {
15760               "$ref": "#/definitions/relationship-dict"
15761             }
15762           }
15763         ], 
15764         "produces": [
15765           "application/json", 
15766           "application/xml"
15767         ], 
15768         "responses": {
15769           "default": {
15770             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15771           }
15772         }, 
15773         "summary": "see node definition for valid relationships", 
15774         "tags": [
15775           "Business"
15776         ]
15777       }
15778     }, 
15779     "/business/lines-of-business": {
15780       "get": {
15781         "description": "returns lines-of-business", 
15782         "operationId": "getBusinessLinesOfBusiness", 
15783         "parameters": [
15784           {
15785             "description": "n/a", 
15786             "in": "query", 
15787             "name": "line-of-business-name", 
15788             "required": false, 
15789             "type": "string"
15790           }
15791         ], 
15792         "produces": [
15793           "application/json", 
15794           "application/xml"
15795         ], 
15796         "responses": {
15797           "200": {
15798             "description": "successful operation", 
15799             "schema": {
15800               "$ref": "#/definitions/lines-of-business"
15801             }
15802           }, 
15803           "default": {
15804             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15805           }
15806         }, 
15807         "summary": "returns lines-of-business", 
15808         "tags": [
15809           "Business"
15810         ]
15811       }
15812     }, 
15813     "/business/lines-of-business/line-of-business/{line-of-business-name}": {
15814       "delete": {
15815         "consumes": [
15816           "application/json", 
15817           "application/xml"
15818         ], 
15819         "description": "delete an existing line-of-business", 
15820         "operationId": "deleteBusinessLinesOfBusinessLineOfBusiness", 
15821         "parameters": [
15822           {
15823             "description": "Name of the line-of-business (product)", 
15824             "example": "__LINE-OF-BUSINESS-NAME__", 
15825             "in": "path", 
15826             "name": "line-of-business-name", 
15827             "required": true, 
15828             "type": "string"
15829           }, 
15830           {
15831             "description": "resource-version for concurrency", 
15832             "in": "query", 
15833             "name": "resource-version", 
15834             "required": true, 
15835             "type": "string"
15836           }
15837         ], 
15838         "produces": [
15839           "application/json", 
15840           "application/xml"
15841         ], 
15842         "responses": {
15843           "default": {
15844             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15845           }
15846         }, 
15847         "summary": "delete an existing line-of-business", 
15848         "tags": [
15849           "Business"
15850         ]
15851       }, 
15852       "get": {
15853         "description": "returns line-of-business", 
15854         "operationId": "getBusinessLinesOfBusinessLineOfBusiness", 
15855         "parameters": [
15856           {
15857             "description": "Name of the line-of-business (product)", 
15858             "example": "__LINE-OF-BUSINESS-NAME__", 
15859             "in": "path", 
15860             "name": "line-of-business-name", 
15861             "required": true, 
15862             "type": "string"
15863           }
15864         ], 
15865         "produces": [
15866           "application/json", 
15867           "application/xml"
15868         ], 
15869         "responses": {
15870           "200": {
15871             "description": "successful operation", 
15872             "schema": {
15873               "$ref": "#/definitions/line-of-business"
15874             }
15875           }, 
15876           "default": {
15877             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15878           }
15879         }, 
15880         "summary": "returns line-of-business", 
15881         "tags": [
15882           "Business"
15883         ]
15884       }, 
15885       "patch": {
15886         "consumes": [
15887           "application/json"
15888         ], 
15889         "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", 
15890         "operationId": "UpdateBusinessLinesOfBusinessLineOfBusiness", 
15891         "parameters": [
15892           {
15893             "description": "Name of the line-of-business (product)", 
15894             "example": "__LINE-OF-BUSINESS-NAME__", 
15895             "in": "path", 
15896             "name": "line-of-business-name", 
15897             "required": true, 
15898             "type": "string"
15899           }, 
15900           {
15901             "description": "line-of-business object that needs to be updated.", 
15902             "in": "body", 
15903             "name": "body", 
15904             "required": true, 
15905             "schema": {
15906               "$ref": "#/definitions/zzzz-patch-line-of-business"
15907             }
15908           }
15909         ], 
15910         "produces": [
15911           "application/json"
15912         ], 
15913         "responses": {
15914           "default": {
15915             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15916           }
15917         }, 
15918         "summary": "update an existing line-of-business", 
15919         "tags": [
15920           "Business"
15921         ]
15922       }, 
15923       "put": {
15924         "consumes": [
15925           "application/json", 
15926           "application/xml"
15927         ], 
15928         "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", 
15929         "operationId": "createOrUpdateBusinessLinesOfBusinessLineOfBusiness", 
15930         "parameters": [
15931           {
15932             "description": "Name of the line-of-business (product)", 
15933             "example": "__LINE-OF-BUSINESS-NAME__", 
15934             "in": "path", 
15935             "name": "line-of-business-name", 
15936             "required": true, 
15937             "type": "string"
15938           }, 
15939           {
15940             "description": "line-of-business object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessLinesOfBusinessLineOfBusiness.json)", 
15941             "in": "body", 
15942             "name": "body", 
15943             "required": true, 
15944             "schema": {
15945               "$ref": "#/definitions/line-of-business"
15946             }
15947           }
15948         ], 
15949         "produces": [
15950           "application/json", 
15951           "application/xml"
15952         ], 
15953         "responses": {
15954           "default": {
15955             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15956           }
15957         }, 
15958         "summary": "create or update an existing line-of-business", 
15959         "tags": [
15960           "Business"
15961         ]
15962       }
15963     }, 
15964     "/business/lines-of-business/line-of-business/{line-of-business-name}/relationship-list/relationship": {
15965       "delete": {
15966         "consumes": [
15967           "application/json", 
15968           "application/xml"
15969         ], 
15970         "description": "delete an existing relationship", 
15971         "operationId": "deleteBusinessLinesOfBusinessLineOfBusinessRelationshipListRelationship", 
15972         "parameters": [
15973           {
15974             "description": "Name of the line-of-business (product)", 
15975             "example": "__LINE-OF-BUSINESS-NAME__", 
15976             "in": "path", 
15977             "name": "line-of-business-name", 
15978             "required": true, 
15979             "type": "string"
15980           }
15981         ], 
15982         "produces": [
15983           "application/json", 
15984           "application/xml"
15985         ], 
15986         "responses": {
15987           "default": {
15988             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
15989           }
15990         }, 
15991         "summary": "delete an existing relationship", 
15992         "tags": [
15993           "Business"
15994         ]
15995       }, 
15996       "put": {
15997         "consumes": [
15998           "application/json", 
15999           "application/xml"
16000         ], 
16001         "operationId": "createOrUpdateBusinessLinesOfBusinessLineOfBusinessRelationshipListRelationship", 
16002         "parameters": [
16003           {
16004             "description": "Name of the line-of-business (product)", 
16005             "example": "__LINE-OF-BUSINESS-NAME__", 
16006             "in": "path", 
16007             "name": "line-of-business-name", 
16008             "required": true, 
16009             "type": "string"
16010           }, 
16011           {
16012             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessLinesOfBusinessLineOfBusiness.json)", 
16013             "in": "body", 
16014             "name": "body", 
16015             "required": true, 
16016             "schema": {
16017               "$ref": "#/definitions/relationship-dict"
16018             }
16019           }
16020         ], 
16021         "produces": [
16022           "application/json", 
16023           "application/xml"
16024         ], 
16025         "responses": {
16026           "default": {
16027             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16028           }
16029         }, 
16030         "summary": "see node definition for valid relationships", 
16031         "tags": [
16032           "Business"
16033         ]
16034       }
16035     }, 
16036     "/business/owning-entities": {
16037       "get": {
16038         "description": "returns owning-entities", 
16039         "operationId": "getBusinessOwningEntities", 
16040         "parameters": [
16041           {
16042             "description": "n/a", 
16043             "in": "query", 
16044             "name": "owning-entity-id", 
16045             "required": false, 
16046             "type": "string"
16047           }, 
16048           {
16049             "description": "n/a", 
16050             "in": "query", 
16051             "name": "owning-entity-name", 
16052             "required": false, 
16053             "type": "string"
16054           }
16055         ], 
16056         "produces": [
16057           "application/json", 
16058           "application/xml"
16059         ], 
16060         "responses": {
16061           "200": {
16062             "description": "successful operation", 
16063             "schema": {
16064               "$ref": "#/definitions/owning-entities"
16065             }
16066           }, 
16067           "default": {
16068             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16069           }
16070         }, 
16071         "summary": "returns owning-entities", 
16072         "tags": [
16073           "Business"
16074         ]
16075       }
16076     }, 
16077     "/business/owning-entities/owning-entity/{owning-entity-id}": {
16078       "delete": {
16079         "consumes": [
16080           "application/json", 
16081           "application/xml"
16082         ], 
16083         "description": "delete an existing owning-entity", 
16084         "operationId": "deleteBusinessOwningEntitiesOwningEntity", 
16085         "parameters": [
16086           {
16087             "description": "UUID of an owning entity", 
16088             "example": "__OWNING-ENTITY-ID__", 
16089             "in": "path", 
16090             "name": "owning-entity-id", 
16091             "required": true, 
16092             "type": "string"
16093           }, 
16094           {
16095             "description": "resource-version for concurrency", 
16096             "in": "query", 
16097             "name": "resource-version", 
16098             "required": true, 
16099             "type": "string"
16100           }
16101         ], 
16102         "produces": [
16103           "application/json", 
16104           "application/xml"
16105         ], 
16106         "responses": {
16107           "default": {
16108             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16109           }
16110         }, 
16111         "summary": "delete an existing owning-entity", 
16112         "tags": [
16113           "Business"
16114         ]
16115       }, 
16116       "get": {
16117         "description": "returns owning-entity", 
16118         "operationId": "getBusinessOwningEntitiesOwningEntity", 
16119         "parameters": [
16120           {
16121             "description": "UUID of an owning entity", 
16122             "example": "__OWNING-ENTITY-ID__", 
16123             "in": "path", 
16124             "name": "owning-entity-id", 
16125             "required": true, 
16126             "type": "string"
16127           }
16128         ], 
16129         "produces": [
16130           "application/json", 
16131           "application/xml"
16132         ], 
16133         "responses": {
16134           "200": {
16135             "description": "successful operation", 
16136             "schema": {
16137               "$ref": "#/definitions/owning-entity"
16138             }
16139           }, 
16140           "default": {
16141             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16142           }
16143         }, 
16144         "summary": "returns owning-entity", 
16145         "tags": [
16146           "Business"
16147         ]
16148       }, 
16149       "patch": {
16150         "consumes": [
16151           "application/json"
16152         ], 
16153         "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", 
16154         "operationId": "UpdateBusinessOwningEntitiesOwningEntity", 
16155         "parameters": [
16156           {
16157             "description": "UUID of an owning entity", 
16158             "example": "__OWNING-ENTITY-ID__", 
16159             "in": "path", 
16160             "name": "owning-entity-id", 
16161             "required": true, 
16162             "type": "string"
16163           }, 
16164           {
16165             "description": "owning-entity object that needs to be updated.", 
16166             "in": "body", 
16167             "name": "body", 
16168             "required": true, 
16169             "schema": {
16170               "$ref": "#/definitions/zzzz-patch-owning-entity"
16171             }
16172           }
16173         ], 
16174         "produces": [
16175           "application/json"
16176         ], 
16177         "responses": {
16178           "default": {
16179             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16180           }
16181         }, 
16182         "summary": "update an existing owning-entity", 
16183         "tags": [
16184           "Business"
16185         ]
16186       }, 
16187       "put": {
16188         "consumes": [
16189           "application/json", 
16190           "application/xml"
16191         ], 
16192         "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", 
16193         "operationId": "createOrUpdateBusinessOwningEntitiesOwningEntity", 
16194         "parameters": [
16195           {
16196             "description": "UUID of an owning entity", 
16197             "example": "__OWNING-ENTITY-ID__", 
16198             "in": "path", 
16199             "name": "owning-entity-id", 
16200             "required": true, 
16201             "type": "string"
16202           }, 
16203           {
16204             "description": "owning-entity object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessOwningEntitiesOwningEntity.json)", 
16205             "in": "body", 
16206             "name": "body", 
16207             "required": true, 
16208             "schema": {
16209               "$ref": "#/definitions/owning-entity"
16210             }
16211           }
16212         ], 
16213         "produces": [
16214           "application/json", 
16215           "application/xml"
16216         ], 
16217         "responses": {
16218           "default": {
16219             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16220           }
16221         }, 
16222         "summary": "create or update an existing owning-entity", 
16223         "tags": [
16224           "Business"
16225         ]
16226       }
16227     }, 
16228     "/business/owning-entities/owning-entity/{owning-entity-id}/relationship-list/relationship": {
16229       "delete": {
16230         "consumes": [
16231           "application/json", 
16232           "application/xml"
16233         ], 
16234         "description": "delete an existing relationship", 
16235         "operationId": "deleteBusinessOwningEntitiesOwningEntityRelationshipListRelationship", 
16236         "parameters": [
16237           {
16238             "description": "UUID of an owning entity", 
16239             "example": "__OWNING-ENTITY-ID__", 
16240             "in": "path", 
16241             "name": "owning-entity-id", 
16242             "required": true, 
16243             "type": "string"
16244           }
16245         ], 
16246         "produces": [
16247           "application/json", 
16248           "application/xml"
16249         ], 
16250         "responses": {
16251           "default": {
16252             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16253           }
16254         }, 
16255         "summary": "delete an existing relationship", 
16256         "tags": [
16257           "Business"
16258         ]
16259       }, 
16260       "put": {
16261         "consumes": [
16262           "application/json", 
16263           "application/xml"
16264         ], 
16265         "operationId": "createOrUpdateBusinessOwningEntitiesOwningEntityRelationshipListRelationship", 
16266         "parameters": [
16267           {
16268             "description": "UUID of an owning entity", 
16269             "example": "__OWNING-ENTITY-ID__", 
16270             "in": "path", 
16271             "name": "owning-entity-id", 
16272             "required": true, 
16273             "type": "string"
16274           }, 
16275           {
16276             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessOwningEntitiesOwningEntity.json)", 
16277             "in": "body", 
16278             "name": "body", 
16279             "required": true, 
16280             "schema": {
16281               "$ref": "#/definitions/relationship-dict"
16282             }
16283           }
16284         ], 
16285         "produces": [
16286           "application/json", 
16287           "application/xml"
16288         ], 
16289         "responses": {
16290           "default": {
16291             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16292           }
16293         }, 
16294         "summary": "see node definition for valid relationships", 
16295         "tags": [
16296           "Business"
16297         ]
16298       }
16299     }, 
16300     "/business/platforms": {
16301       "get": {
16302         "description": "returns platforms", 
16303         "operationId": "getBusinessPlatforms", 
16304         "parameters": [
16305           {
16306             "description": "n/a", 
16307             "in": "query", 
16308             "name": "platform-name", 
16309             "required": false, 
16310             "type": "string"
16311           }
16312         ], 
16313         "produces": [
16314           "application/json", 
16315           "application/xml"
16316         ], 
16317         "responses": {
16318           "200": {
16319             "description": "successful operation", 
16320             "schema": {
16321               "$ref": "#/definitions/platforms"
16322             }
16323           }, 
16324           "default": {
16325             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16326           }
16327         }, 
16328         "summary": "returns platforms", 
16329         "tags": [
16330           "Business"
16331         ]
16332       }
16333     }, 
16334     "/business/platforms/platform/{platform-name}": {
16335       "delete": {
16336         "consumes": [
16337           "application/json", 
16338           "application/xml"
16339         ], 
16340         "description": "delete an existing platform", 
16341         "operationId": "deleteBusinessPlatformsPlatform", 
16342         "parameters": [
16343           {
16344             "description": "Name of the platform", 
16345             "example": "__PLATFORM-NAME__", 
16346             "in": "path", 
16347             "name": "platform-name", 
16348             "required": true, 
16349             "type": "string"
16350           }, 
16351           {
16352             "description": "resource-version for concurrency", 
16353             "in": "query", 
16354             "name": "resource-version", 
16355             "required": true, 
16356             "type": "string"
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": "delete an existing platform", 
16369         "tags": [
16370           "Business"
16371         ]
16372       }, 
16373       "get": {
16374         "description": "returns platform", 
16375         "operationId": "getBusinessPlatformsPlatform", 
16376         "parameters": [
16377           {
16378             "description": "Name of the platform", 
16379             "example": "__PLATFORM-NAME__", 
16380             "in": "path", 
16381             "name": "platform-name", 
16382             "required": true, 
16383             "type": "string"
16384           }
16385         ], 
16386         "produces": [
16387           "application/json", 
16388           "application/xml"
16389         ], 
16390         "responses": {
16391           "200": {
16392             "description": "successful operation", 
16393             "schema": {
16394               "$ref": "#/definitions/platform"
16395             }
16396           }, 
16397           "default": {
16398             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16399           }
16400         }, 
16401         "summary": "returns platform", 
16402         "tags": [
16403           "Business"
16404         ]
16405       }, 
16406       "patch": {
16407         "consumes": [
16408           "application/json"
16409         ], 
16410         "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", 
16411         "operationId": "UpdateBusinessPlatformsPlatform", 
16412         "parameters": [
16413           {
16414             "description": "Name of the platform", 
16415             "example": "__PLATFORM-NAME__", 
16416             "in": "path", 
16417             "name": "platform-name", 
16418             "required": true, 
16419             "type": "string"
16420           }, 
16421           {
16422             "description": "platform object that needs to be updated.", 
16423             "in": "body", 
16424             "name": "body", 
16425             "required": true, 
16426             "schema": {
16427               "$ref": "#/definitions/zzzz-patch-platform"
16428             }
16429           }
16430         ], 
16431         "produces": [
16432           "application/json"
16433         ], 
16434         "responses": {
16435           "default": {
16436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16437           }
16438         }, 
16439         "summary": "update an existing platform", 
16440         "tags": [
16441           "Business"
16442         ]
16443       }, 
16444       "put": {
16445         "consumes": [
16446           "application/json", 
16447           "application/xml"
16448         ], 
16449         "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", 
16450         "operationId": "createOrUpdateBusinessPlatformsPlatform", 
16451         "parameters": [
16452           {
16453             "description": "Name of the platform", 
16454             "example": "__PLATFORM-NAME__", 
16455             "in": "path", 
16456             "name": "platform-name", 
16457             "required": true, 
16458             "type": "string"
16459           }, 
16460           {
16461             "description": "platform object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessPlatformsPlatform.json)", 
16462             "in": "body", 
16463             "name": "body", 
16464             "required": true, 
16465             "schema": {
16466               "$ref": "#/definitions/platform"
16467             }
16468           }
16469         ], 
16470         "produces": [
16471           "application/json", 
16472           "application/xml"
16473         ], 
16474         "responses": {
16475           "default": {
16476             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16477           }
16478         }, 
16479         "summary": "create or update an existing platform", 
16480         "tags": [
16481           "Business"
16482         ]
16483       }
16484     }, 
16485     "/business/platforms/platform/{platform-name}/relationship-list/relationship": {
16486       "delete": {
16487         "consumes": [
16488           "application/json", 
16489           "application/xml"
16490         ], 
16491         "description": "delete an existing relationship", 
16492         "operationId": "deleteBusinessPlatformsPlatformRelationshipListRelationship", 
16493         "parameters": [
16494           {
16495             "description": "Name of the platform", 
16496             "example": "__PLATFORM-NAME__", 
16497             "in": "path", 
16498             "name": "platform-name", 
16499             "required": true, 
16500             "type": "string"
16501           }
16502         ], 
16503         "produces": [
16504           "application/json", 
16505           "application/xml"
16506         ], 
16507         "responses": {
16508           "default": {
16509             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16510           }
16511         }, 
16512         "summary": "delete an existing relationship", 
16513         "tags": [
16514           "Business"
16515         ]
16516       }, 
16517       "put": {
16518         "consumes": [
16519           "application/json", 
16520           "application/xml"
16521         ], 
16522         "operationId": "createOrUpdateBusinessPlatformsPlatformRelationshipListRelationship", 
16523         "parameters": [
16524           {
16525             "description": "Name of the platform", 
16526             "example": "__PLATFORM-NAME__", 
16527             "in": "path", 
16528             "name": "platform-name", 
16529             "required": true, 
16530             "type": "string"
16531           }, 
16532           {
16533             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessPlatformsPlatform.json)", 
16534             "in": "body", 
16535             "name": "body", 
16536             "required": true, 
16537             "schema": {
16538               "$ref": "#/definitions/relationship-dict"
16539             }
16540           }
16541         ], 
16542         "produces": [
16543           "application/json", 
16544           "application/xml"
16545         ], 
16546         "responses": {
16547           "default": {
16548             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16549           }
16550         }, 
16551         "summary": "see node definition for valid relationships", 
16552         "tags": [
16553           "Business"
16554         ]
16555       }
16556     }, 
16557     "/business/projects": {
16558       "get": {
16559         "description": "returns projects", 
16560         "operationId": "getBusinessProjects", 
16561         "parameters": [
16562           {
16563             "description": "n/a", 
16564             "in": "query", 
16565             "name": "project-name", 
16566             "required": false, 
16567             "type": "string"
16568           }
16569         ], 
16570         "produces": [
16571           "application/json", 
16572           "application/xml"
16573         ], 
16574         "responses": {
16575           "200": {
16576             "description": "successful operation", 
16577             "schema": {
16578               "$ref": "#/definitions/projects"
16579             }
16580           }, 
16581           "default": {
16582             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16583           }
16584         }, 
16585         "summary": "returns projects", 
16586         "tags": [
16587           "Business"
16588         ]
16589       }
16590     }, 
16591     "/business/projects/project/{project-name}": {
16592       "delete": {
16593         "consumes": [
16594           "application/json", 
16595           "application/xml"
16596         ], 
16597         "description": "delete an existing project", 
16598         "operationId": "deleteBusinessProjectsProject", 
16599         "parameters": [
16600           {
16601             "description": "Name of the project deploying a service", 
16602             "example": "__PROJECT-NAME__", 
16603             "in": "path", 
16604             "name": "project-name", 
16605             "required": true, 
16606             "type": "string"
16607           }, 
16608           {
16609             "description": "resource-version for concurrency", 
16610             "in": "query", 
16611             "name": "resource-version", 
16612             "required": true, 
16613             "type": "string"
16614           }
16615         ], 
16616         "produces": [
16617           "application/json", 
16618           "application/xml"
16619         ], 
16620         "responses": {
16621           "default": {
16622             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16623           }
16624         }, 
16625         "summary": "delete an existing project", 
16626         "tags": [
16627           "Business"
16628         ]
16629       }, 
16630       "get": {
16631         "description": "returns project", 
16632         "operationId": "getBusinessProjectsProject", 
16633         "parameters": [
16634           {
16635             "description": "Name of the project deploying a service", 
16636             "example": "__PROJECT-NAME__", 
16637             "in": "path", 
16638             "name": "project-name", 
16639             "required": true, 
16640             "type": "string"
16641           }
16642         ], 
16643         "produces": [
16644           "application/json", 
16645           "application/xml"
16646         ], 
16647         "responses": {
16648           "200": {
16649             "description": "successful operation", 
16650             "schema": {
16651               "$ref": "#/definitions/project"
16652             }
16653           }, 
16654           "default": {
16655             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16656           }
16657         }, 
16658         "summary": "returns project", 
16659         "tags": [
16660           "Business"
16661         ]
16662       }, 
16663       "patch": {
16664         "consumes": [
16665           "application/json"
16666         ], 
16667         "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", 
16668         "operationId": "UpdateBusinessProjectsProject", 
16669         "parameters": [
16670           {
16671             "description": "Name of the project deploying a service", 
16672             "example": "__PROJECT-NAME__", 
16673             "in": "path", 
16674             "name": "project-name", 
16675             "required": true, 
16676             "type": "string"
16677           }, 
16678           {
16679             "description": "project object that needs to be updated.", 
16680             "in": "body", 
16681             "name": "body", 
16682             "required": true, 
16683             "schema": {
16684               "$ref": "#/definitions/zzzz-patch-project"
16685             }
16686           }
16687         ], 
16688         "produces": [
16689           "application/json"
16690         ], 
16691         "responses": {
16692           "default": {
16693             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16694           }
16695         }, 
16696         "summary": "update an existing project", 
16697         "tags": [
16698           "Business"
16699         ]
16700       }, 
16701       "put": {
16702         "consumes": [
16703           "application/json", 
16704           "application/xml"
16705         ], 
16706         "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", 
16707         "operationId": "createOrUpdateBusinessProjectsProject", 
16708         "parameters": [
16709           {
16710             "description": "Name of the project deploying a service", 
16711             "example": "__PROJECT-NAME__", 
16712             "in": "path", 
16713             "name": "project-name", 
16714             "required": true, 
16715             "type": "string"
16716           }, 
16717           {
16718             "description": "project object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessProjectsProject.json)", 
16719             "in": "body", 
16720             "name": "body", 
16721             "required": true, 
16722             "schema": {
16723               "$ref": "#/definitions/project"
16724             }
16725           }
16726         ], 
16727         "produces": [
16728           "application/json", 
16729           "application/xml"
16730         ], 
16731         "responses": {
16732           "default": {
16733             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16734           }
16735         }, 
16736         "summary": "create or update an existing project", 
16737         "tags": [
16738           "Business"
16739         ]
16740       }
16741     }, 
16742     "/business/projects/project/{project-name}/relationship-list/relationship": {
16743       "delete": {
16744         "consumes": [
16745           "application/json", 
16746           "application/xml"
16747         ], 
16748         "description": "delete an existing relationship", 
16749         "operationId": "deleteBusinessProjectsProjectRelationshipListRelationship", 
16750         "parameters": [
16751           {
16752             "description": "Name of the project deploying a service", 
16753             "example": "__PROJECT-NAME__", 
16754             "in": "path", 
16755             "name": "project-name", 
16756             "required": true, 
16757             "type": "string"
16758           }
16759         ], 
16760         "produces": [
16761           "application/json", 
16762           "application/xml"
16763         ], 
16764         "responses": {
16765           "default": {
16766             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16767           }
16768         }, 
16769         "summary": "delete an existing relationship", 
16770         "tags": [
16771           "Business"
16772         ]
16773       }, 
16774       "put": {
16775         "consumes": [
16776           "application/json", 
16777           "application/xml"
16778         ], 
16779         "operationId": "createOrUpdateBusinessProjectsProjectRelationshipListRelationship", 
16780         "parameters": [
16781           {
16782             "description": "Name of the project deploying a service", 
16783             "example": "__PROJECT-NAME__", 
16784             "in": "path", 
16785             "name": "project-name", 
16786             "required": true, 
16787             "type": "string"
16788           }, 
16789           {
16790             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessProjectsProject.json)", 
16791             "in": "body", 
16792             "name": "body", 
16793             "required": true, 
16794             "schema": {
16795               "$ref": "#/definitions/relationship-dict"
16796             }
16797           }
16798         ], 
16799         "produces": [
16800           "application/json", 
16801           "application/xml"
16802         ], 
16803         "responses": {
16804           "default": {
16805             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16806           }
16807         }, 
16808         "summary": "see node definition for valid relationships", 
16809         "tags": [
16810           "Business"
16811         ]
16812       }
16813     }, 
16814     "/business/sp-partners": {
16815       "get": {
16816         "description": "returns sp-partners", 
16817         "operationId": "getBusinessSpPartners", 
16818         "parameters": [
16819           {
16820             "description": "n/a", 
16821             "in": "query", 
16822             "name": "sp-partner-id", 
16823             "required": false, 
16824             "type": "string"
16825           }, 
16826           {
16827             "description": "n/a", 
16828             "in": "query", 
16829             "name": "url", 
16830             "required": false, 
16831             "type": "string"
16832           }, 
16833           {
16834             "description": "n/a", 
16835             "in": "query", 
16836             "name": "callsource", 
16837             "required": false, 
16838             "type": "string"
16839           }
16840         ], 
16841         "produces": [
16842           "application/json", 
16843           "application/xml"
16844         ], 
16845         "responses": {
16846           "200": {
16847             "description": "successful operation", 
16848             "schema": {
16849               "$ref": "#/definitions/sp-partners"
16850             }
16851           }, 
16852           "default": {
16853             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16854           }
16855         }, 
16856         "summary": "returns sp-partners", 
16857         "tags": [
16858           "Business"
16859         ]
16860       }
16861     }, 
16862     "/business/sp-partners/sp-partner/{sp-partner-id}": {
16863       "delete": {
16864         "consumes": [
16865           "application/json", 
16866           "application/xml"
16867         ], 
16868         "description": "delete an existing sp-partner", 
16869         "operationId": "deleteBusinessSpPartnersSpPartner", 
16870         "parameters": [
16871           {
16872             "description": "Uniquely identifies this sp-partner by id", 
16873             "example": "__SP-PARTNER-ID__", 
16874             "in": "path", 
16875             "name": "sp-partner-id", 
16876             "required": true, 
16877             "type": "string"
16878           }, 
16879           {
16880             "description": "resource-version for concurrency", 
16881             "in": "query", 
16882             "name": "resource-version", 
16883             "required": true, 
16884             "type": "string"
16885           }
16886         ], 
16887         "produces": [
16888           "application/json", 
16889           "application/xml"
16890         ], 
16891         "responses": {
16892           "default": {
16893             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16894           }
16895         }, 
16896         "summary": "delete an existing sp-partner", 
16897         "tags": [
16898           "Business"
16899         ]
16900       }, 
16901       "get": {
16902         "description": "returns sp-partner", 
16903         "operationId": "getBusinessSpPartnersSpPartner", 
16904         "parameters": [
16905           {
16906             "description": "Uniquely identifies this sp-partner by id", 
16907             "example": "__SP-PARTNER-ID__", 
16908             "in": "path", 
16909             "name": "sp-partner-id", 
16910             "required": true, 
16911             "type": "string"
16912           }
16913         ], 
16914         "produces": [
16915           "application/json", 
16916           "application/xml"
16917         ], 
16918         "responses": {
16919           "200": {
16920             "description": "successful operation", 
16921             "schema": {
16922               "$ref": "#/definitions/sp-partner"
16923             }
16924           }, 
16925           "default": {
16926             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16927           }
16928         }, 
16929         "summary": "returns sp-partner", 
16930         "tags": [
16931           "Business"
16932         ]
16933       }, 
16934       "patch": {
16935         "consumes": [
16936           "application/json"
16937         ], 
16938         "description": "Update an existing sp-partner\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", 
16939         "operationId": "UpdateBusinessSpPartnersSpPartner", 
16940         "parameters": [
16941           {
16942             "description": "Uniquely identifies this sp-partner by id", 
16943             "example": "__SP-PARTNER-ID__", 
16944             "in": "path", 
16945             "name": "sp-partner-id", 
16946             "required": true, 
16947             "type": "string"
16948           }, 
16949           {
16950             "description": "sp-partner object that needs to be updated.", 
16951             "in": "body", 
16952             "name": "body", 
16953             "required": true, 
16954             "schema": {
16955               "$ref": "#/definitions/zzzz-patch-sp-partner"
16956             }
16957           }
16958         ], 
16959         "produces": [
16960           "application/json"
16961         ], 
16962         "responses": {
16963           "default": {
16964             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
16965           }
16966         }, 
16967         "summary": "update an existing sp-partner", 
16968         "tags": [
16969           "Business"
16970         ]
16971       }, 
16972       "put": {
16973         "consumes": [
16974           "application/json", 
16975           "application/xml"
16976         ], 
16977         "description": "Create or update an existing sp-partner.\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", 
16978         "operationId": "createOrUpdateBusinessSpPartnersSpPartner", 
16979         "parameters": [
16980           {
16981             "description": "Uniquely identifies this sp-partner by id", 
16982             "example": "__SP-PARTNER-ID__", 
16983             "in": "path", 
16984             "name": "sp-partner-id", 
16985             "required": true, 
16986             "type": "string"
16987           }, 
16988           {
16989             "description": "sp-partner object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessSpPartnersSpPartner.json)", 
16990             "in": "body", 
16991             "name": "body", 
16992             "required": true, 
16993             "schema": {
16994               "$ref": "#/definitions/sp-partner"
16995             }
16996           }
16997         ], 
16998         "produces": [
16999           "application/json", 
17000           "application/xml"
17001         ], 
17002         "responses": {
17003           "default": {
17004             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17005           }
17006         }, 
17007         "summary": "create or update an existing sp-partner", 
17008         "tags": [
17009           "Business"
17010         ]
17011       }
17012     }, 
17013     "/business/sp-partners/sp-partner/{sp-partner-id}/relationship-list/relationship": {
17014       "delete": {
17015         "consumes": [
17016           "application/json", 
17017           "application/xml"
17018         ], 
17019         "description": "delete an existing relationship", 
17020         "operationId": "deleteBusinessSpPartnersSpPartnerRelationshipListRelationship", 
17021         "parameters": [
17022           {
17023             "description": "Uniquely identifies this sp-partner by id", 
17024             "example": "__SP-PARTNER-ID__", 
17025             "in": "path", 
17026             "name": "sp-partner-id", 
17027             "required": true, 
17028             "type": "string"
17029           }
17030         ], 
17031         "produces": [
17032           "application/json", 
17033           "application/xml"
17034         ], 
17035         "responses": {
17036           "default": {
17037             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17038           }
17039         }, 
17040         "summary": "delete an existing relationship", 
17041         "tags": [
17042           "Business"
17043         ]
17044       }, 
17045       "put": {
17046         "consumes": [
17047           "application/json", 
17048           "application/xml"
17049         ], 
17050         "operationId": "createOrUpdateBusinessSpPartnersSpPartnerRelationshipListRelationship", 
17051         "parameters": [
17052           {
17053             "description": "Uniquely identifies this sp-partner by id", 
17054             "example": "__SP-PARTNER-ID__", 
17055             "in": "path", 
17056             "name": "sp-partner-id", 
17057             "required": true, 
17058             "type": "string"
17059           }, 
17060           {
17061             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/BusinessSpPartnersSpPartner.json)", 
17062             "in": "body", 
17063             "name": "body", 
17064             "required": true, 
17065             "schema": {
17066               "$ref": "#/definitions/relationship-dict"
17067             }
17068           }
17069         ], 
17070         "produces": [
17071           "application/json", 
17072           "application/xml"
17073         ], 
17074         "responses": {
17075           "default": {
17076             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17077           }
17078         }, 
17079         "summary": "see node definition for valid relationships", 
17080         "tags": [
17081           "Business"
17082         ]
17083       }
17084     }, 
17085     "/cloud-infrastructure/cloud-regions": {
17086       "get": {
17087         "description": "returns cloud-regions", 
17088         "operationId": "getCloudInfrastructureCloudRegions", 
17089         "parameters": [
17090           {
17091             "description": "n/a", 
17092             "in": "query", 
17093             "name": "cloud-owner", 
17094             "required": false, 
17095             "type": "string"
17096           }, 
17097           {
17098             "description": "n/a", 
17099             "in": "query", 
17100             "name": "cloud-region-id", 
17101             "required": false, 
17102             "type": "string"
17103           }, 
17104           {
17105             "description": "n/a", 
17106             "in": "query", 
17107             "name": "cloud-type", 
17108             "required": false, 
17109             "type": "string"
17110           }, 
17111           {
17112             "description": "n/a", 
17113             "in": "query", 
17114             "name": "owner-defined-type", 
17115             "required": false, 
17116             "type": "string"
17117           }
17118         ], 
17119         "produces": [
17120           "application/json", 
17121           "application/xml"
17122         ], 
17123         "responses": {
17124           "200": {
17125             "description": "successful operation", 
17126             "schema": {
17127               "$ref": "#/definitions/cloud-regions"
17128             }
17129           }, 
17130           "default": {
17131             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17132           }
17133         }, 
17134         "summary": "returns cloud-regions", 
17135         "tags": [
17136           "CloudInfrastructure"
17137         ]
17138       }
17139     }, 
17140     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}": {
17141       "delete": {
17142         "consumes": [
17143           "application/json", 
17144           "application/xml"
17145         ], 
17146         "description": "delete an existing cloud-region", 
17147         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegion", 
17148         "parameters": [
17149           {
17150             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17151             "example": "__CLOUD-OWNER__", 
17152             "in": "path", 
17153             "name": "cloud-owner", 
17154             "required": true, 
17155             "type": "string"
17156           }, 
17157           {
17158             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17159             "example": "__CLOUD-REGION-ID__", 
17160             "in": "path", 
17161             "name": "cloud-region-id", 
17162             "required": true, 
17163             "type": "string"
17164           }, 
17165           {
17166             "description": "resource-version for concurrency", 
17167             "in": "query", 
17168             "name": "resource-version", 
17169             "required": true, 
17170             "type": "string"
17171           }
17172         ], 
17173         "produces": [
17174           "application/json", 
17175           "application/xml"
17176         ], 
17177         "responses": {
17178           "default": {
17179             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17180           }
17181         }, 
17182         "summary": "delete an existing cloud-region", 
17183         "tags": [
17184           "CloudInfrastructure"
17185         ]
17186       }, 
17187       "get": {
17188         "description": "returns cloud-region", 
17189         "operationId": "getCloudInfrastructureCloudRegionsCloudRegion", 
17190         "parameters": [
17191           {
17192             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17193             "example": "__CLOUD-OWNER__", 
17194             "in": "path", 
17195             "name": "cloud-owner", 
17196             "required": true, 
17197             "type": "string"
17198           }, 
17199           {
17200             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17201             "example": "__CLOUD-REGION-ID__", 
17202             "in": "path", 
17203             "name": "cloud-region-id", 
17204             "required": true, 
17205             "type": "string"
17206           }
17207         ], 
17208         "produces": [
17209           "application/json", 
17210           "application/xml"
17211         ], 
17212         "responses": {
17213           "200": {
17214             "description": "successful operation", 
17215             "schema": {
17216               "$ref": "#/definitions/cloud-region"
17217             }
17218           }, 
17219           "default": {
17220             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17221           }
17222         }, 
17223         "summary": "returns cloud-region", 
17224         "tags": [
17225           "CloudInfrastructure"
17226         ]
17227       }, 
17228       "patch": {
17229         "consumes": [
17230           "application/json"
17231         ], 
17232         "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", 
17233         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegion", 
17234         "parameters": [
17235           {
17236             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17237             "example": "__CLOUD-OWNER__", 
17238             "in": "path", 
17239             "name": "cloud-owner", 
17240             "required": true, 
17241             "type": "string"
17242           }, 
17243           {
17244             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17245             "example": "__CLOUD-REGION-ID__", 
17246             "in": "path", 
17247             "name": "cloud-region-id", 
17248             "required": true, 
17249             "type": "string"
17250           }, 
17251           {
17252             "description": "cloud-region object that needs to be updated.", 
17253             "in": "body", 
17254             "name": "body", 
17255             "required": true, 
17256             "schema": {
17257               "$ref": "#/definitions/zzzz-patch-cloud-region"
17258             }
17259           }
17260         ], 
17261         "produces": [
17262           "application/json"
17263         ], 
17264         "responses": {
17265           "default": {
17266             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17267           }
17268         }, 
17269         "summary": "update an existing cloud-region", 
17270         "tags": [
17271           "CloudInfrastructure"
17272         ]
17273       }, 
17274       "put": {
17275         "consumes": [
17276           "application/json", 
17277           "application/xml"
17278         ], 
17279         "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", 
17280         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegion", 
17281         "parameters": [
17282           {
17283             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17284             "example": "__CLOUD-OWNER__", 
17285             "in": "path", 
17286             "name": "cloud-owner", 
17287             "required": true, 
17288             "type": "string"
17289           }, 
17290           {
17291             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17292             "example": "__CLOUD-REGION-ID__", 
17293             "in": "path", 
17294             "name": "cloud-region-id", 
17295             "required": true, 
17296             "type": "string"
17297           }, 
17298           {
17299             "description": "cloud-region object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegion.json)", 
17300             "in": "body", 
17301             "name": "body", 
17302             "required": true, 
17303             "schema": {
17304               "$ref": "#/definitions/cloud-region"
17305             }
17306           }
17307         ], 
17308         "produces": [
17309           "application/json", 
17310           "application/xml"
17311         ], 
17312         "responses": {
17313           "default": {
17314             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17315           }
17316         }, 
17317         "summary": "create or update an existing cloud-region", 
17318         "tags": [
17319           "CloudInfrastructure"
17320         ]
17321       }
17322     }, 
17323     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/availability-zones": {
17324       "get": {
17325         "description": "returns availability-zones", 
17326         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZones", 
17327         "parameters": [
17328           {
17329             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17330             "example": "__CLOUD-OWNER__", 
17331             "in": "path", 
17332             "name": "cloud-owner", 
17333             "required": true, 
17334             "type": "string"
17335           }, 
17336           {
17337             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17338             "example": "__CLOUD-REGION-ID__", 
17339             "in": "path", 
17340             "name": "cloud-region-id", 
17341             "required": true, 
17342             "type": "string"
17343           }, 
17344           {
17345             "description": "n/a", 
17346             "in": "query", 
17347             "name": "availability-zone-name", 
17348             "required": false, 
17349             "type": "string"
17350           }
17351         ], 
17352         "produces": [
17353           "application/json", 
17354           "application/xml"
17355         ], 
17356         "responses": {
17357           "200": {
17358             "description": "successful operation", 
17359             "schema": {
17360               "$ref": "#/definitions/availability-zones"
17361             }
17362           }, 
17363           "default": {
17364             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17365           }
17366         }, 
17367         "summary": "returns availability-zones", 
17368         "tags": [
17369           "CloudInfrastructure"
17370         ]
17371       }
17372     }, 
17373     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/availability-zones/availability-zone/{availability-zone-name}": {
17374       "delete": {
17375         "consumes": [
17376           "application/json", 
17377           "application/xml"
17378         ], 
17379         "description": "delete an existing availability-zone", 
17380         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
17381         "parameters": [
17382           {
17383             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17384             "example": "__CLOUD-OWNER__", 
17385             "in": "path", 
17386             "name": "cloud-owner", 
17387             "required": true, 
17388             "type": "string"
17389           }, 
17390           {
17391             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17392             "example": "__CLOUD-REGION-ID__", 
17393             "in": "path", 
17394             "name": "cloud-region-id", 
17395             "required": true, 
17396             "type": "string"
17397           }, 
17398           {
17399             "description": "Name of the availability zone.  Unique across a cloud region", 
17400             "example": "__AVAILABILITY-ZONE-NAME__", 
17401             "in": "path", 
17402             "name": "availability-zone-name", 
17403             "required": true, 
17404             "type": "string"
17405           }, 
17406           {
17407             "description": "resource-version for concurrency", 
17408             "in": "query", 
17409             "name": "resource-version", 
17410             "required": true, 
17411             "type": "string"
17412           }
17413         ], 
17414         "produces": [
17415           "application/json", 
17416           "application/xml"
17417         ], 
17418         "responses": {
17419           "default": {
17420             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17421           }
17422         }, 
17423         "summary": "delete an existing availability-zone", 
17424         "tags": [
17425           "CloudInfrastructure"
17426         ]
17427       }, 
17428       "get": {
17429         "description": "returns availability-zone", 
17430         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
17431         "parameters": [
17432           {
17433             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17434             "example": "__CLOUD-OWNER__", 
17435             "in": "path", 
17436             "name": "cloud-owner", 
17437             "required": true, 
17438             "type": "string"
17439           }, 
17440           {
17441             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17442             "example": "__CLOUD-REGION-ID__", 
17443             "in": "path", 
17444             "name": "cloud-region-id", 
17445             "required": true, 
17446             "type": "string"
17447           }, 
17448           {
17449             "description": "Name of the availability zone.  Unique across a cloud region", 
17450             "example": "__AVAILABILITY-ZONE-NAME__", 
17451             "in": "path", 
17452             "name": "availability-zone-name", 
17453             "required": true, 
17454             "type": "string"
17455           }
17456         ], 
17457         "produces": [
17458           "application/json", 
17459           "application/xml"
17460         ], 
17461         "responses": {
17462           "200": {
17463             "description": "successful operation", 
17464             "schema": {
17465               "$ref": "#/definitions/availability-zone"
17466             }
17467           }, 
17468           "default": {
17469             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17470           }
17471         }, 
17472         "summary": "returns availability-zone", 
17473         "tags": [
17474           "CloudInfrastructure"
17475         ]
17476       }, 
17477       "patch": {
17478         "consumes": [
17479           "application/json"
17480         ], 
17481         "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", 
17482         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
17483         "parameters": [
17484           {
17485             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17486             "example": "__CLOUD-OWNER__", 
17487             "in": "path", 
17488             "name": "cloud-owner", 
17489             "required": true, 
17490             "type": "string"
17491           }, 
17492           {
17493             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17494             "example": "__CLOUD-REGION-ID__", 
17495             "in": "path", 
17496             "name": "cloud-region-id", 
17497             "required": true, 
17498             "type": "string"
17499           }, 
17500           {
17501             "description": "Name of the availability zone.  Unique across a cloud region", 
17502             "example": "__AVAILABILITY-ZONE-NAME__", 
17503             "in": "path", 
17504             "name": "availability-zone-name", 
17505             "required": true, 
17506             "type": "string"
17507           }, 
17508           {
17509             "description": "availability-zone object that needs to be updated.", 
17510             "in": "body", 
17511             "name": "body", 
17512             "required": true, 
17513             "schema": {
17514               "$ref": "#/definitions/zzzz-patch-availability-zone"
17515             }
17516           }
17517         ], 
17518         "produces": [
17519           "application/json"
17520         ], 
17521         "responses": {
17522           "default": {
17523             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17524           }
17525         }, 
17526         "summary": "update an existing availability-zone", 
17527         "tags": [
17528           "CloudInfrastructure"
17529         ]
17530       }, 
17531       "put": {
17532         "consumes": [
17533           "application/json", 
17534           "application/xml"
17535         ], 
17536         "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", 
17537         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone", 
17538         "parameters": [
17539           {
17540             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17541             "example": "__CLOUD-OWNER__", 
17542             "in": "path", 
17543             "name": "cloud-owner", 
17544             "required": true, 
17545             "type": "string"
17546           }, 
17547           {
17548             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17549             "example": "__CLOUD-REGION-ID__", 
17550             "in": "path", 
17551             "name": "cloud-region-id", 
17552             "required": true, 
17553             "type": "string"
17554           }, 
17555           {
17556             "description": "Name of the availability zone.  Unique across a cloud region", 
17557             "example": "__AVAILABILITY-ZONE-NAME__", 
17558             "in": "path", 
17559             "name": "availability-zone-name", 
17560             "required": true, 
17561             "type": "string"
17562           }, 
17563           {
17564             "description": "availability-zone object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone.json)", 
17565             "in": "body", 
17566             "name": "body", 
17567             "required": true, 
17568             "schema": {
17569               "$ref": "#/definitions/availability-zone"
17570             }
17571           }
17572         ], 
17573         "produces": [
17574           "application/json", 
17575           "application/xml"
17576         ], 
17577         "responses": {
17578           "default": {
17579             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17580           }
17581         }, 
17582         "summary": "create or update an existing availability-zone", 
17583         "tags": [
17584           "CloudInfrastructure"
17585         ]
17586       }
17587     }, 
17588     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/availability-zones/availability-zone/{availability-zone-name}/relationship-list/relationship": {
17589       "delete": {
17590         "consumes": [
17591           "application/json", 
17592           "application/xml"
17593         ], 
17594         "description": "delete an existing relationship", 
17595         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZoneRelationshipListRelationship", 
17596         "parameters": [
17597           {
17598             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17599             "example": "__CLOUD-OWNER__", 
17600             "in": "path", 
17601             "name": "cloud-owner", 
17602             "required": true, 
17603             "type": "string"
17604           }, 
17605           {
17606             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17607             "example": "__CLOUD-REGION-ID__", 
17608             "in": "path", 
17609             "name": "cloud-region-id", 
17610             "required": true, 
17611             "type": "string"
17612           }, 
17613           {
17614             "description": "Name of the availability zone.  Unique across a cloud region", 
17615             "example": "__AVAILABILITY-ZONE-NAME__", 
17616             "in": "path", 
17617             "name": "availability-zone-name", 
17618             "required": true, 
17619             "type": "string"
17620           }
17621         ], 
17622         "produces": [
17623           "application/json", 
17624           "application/xml"
17625         ], 
17626         "responses": {
17627           "default": {
17628             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17629           }
17630         }, 
17631         "summary": "delete an existing relationship", 
17632         "tags": [
17633           "CloudInfrastructure"
17634         ]
17635       }, 
17636       "put": {
17637         "consumes": [
17638           "application/json", 
17639           "application/xml"
17640         ], 
17641         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZoneRelationshipListRelationship", 
17642         "parameters": [
17643           {
17644             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17645             "example": "__CLOUD-OWNER__", 
17646             "in": "path", 
17647             "name": "cloud-owner", 
17648             "required": true, 
17649             "type": "string"
17650           }, 
17651           {
17652             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17653             "example": "__CLOUD-REGION-ID__", 
17654             "in": "path", 
17655             "name": "cloud-region-id", 
17656             "required": true, 
17657             "type": "string"
17658           }, 
17659           {
17660             "description": "Name of the availability zone.  Unique across a cloud region", 
17661             "example": "__AVAILABILITY-ZONE-NAME__", 
17662             "in": "path", 
17663             "name": "availability-zone-name", 
17664             "required": true, 
17665             "type": "string"
17666           }, 
17667           {
17668             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionAvailabilityZonesAvailabilityZone.json)", 
17669             "in": "body", 
17670             "name": "body", 
17671             "required": true, 
17672             "schema": {
17673               "$ref": "#/definitions/relationship-dict"
17674             }
17675           }
17676         ], 
17677         "produces": [
17678           "application/json", 
17679           "application/xml"
17680         ], 
17681         "responses": {
17682           "default": {
17683             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17684           }
17685         }, 
17686         "summary": "see node definition for valid relationships", 
17687         "tags": [
17688           "CloudInfrastructure"
17689         ]
17690       }
17691     }, 
17692     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/dvs-switches": {
17693       "get": {
17694         "description": "returns dvs-switches", 
17695         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionDvsSwitches", 
17696         "parameters": [
17697           {
17698             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17699             "example": "__CLOUD-OWNER__", 
17700             "in": "path", 
17701             "name": "cloud-owner", 
17702             "required": true, 
17703             "type": "string"
17704           }, 
17705           {
17706             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17707             "example": "__CLOUD-REGION-ID__", 
17708             "in": "path", 
17709             "name": "cloud-region-id", 
17710             "required": true, 
17711             "type": "string"
17712           }, 
17713           {
17714             "description": "n/a", 
17715             "in": "query", 
17716             "name": "switch-name", 
17717             "required": false, 
17718             "type": "string"
17719           }, 
17720           {
17721             "description": "n/a", 
17722             "in": "query", 
17723             "name": "vcenter-url", 
17724             "required": false, 
17725             "type": "string"
17726           }
17727         ], 
17728         "produces": [
17729           "application/json", 
17730           "application/xml"
17731         ], 
17732         "responses": {
17733           "200": {
17734             "description": "successful operation", 
17735             "schema": {
17736               "$ref": "#/definitions/dvs-switches"
17737             }
17738           }, 
17739           "default": {
17740             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17741           }
17742         }, 
17743         "summary": "returns dvs-switches", 
17744         "tags": [
17745           "CloudInfrastructure"
17746         ]
17747       }
17748     }, 
17749     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/dvs-switches/dvs-switch/{switch-name}": {
17750       "delete": {
17751         "consumes": [
17752           "application/json", 
17753           "application/xml"
17754         ], 
17755         "description": "delete an existing dvs-switch", 
17756         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
17757         "parameters": [
17758           {
17759             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17760             "example": "__CLOUD-OWNER__", 
17761             "in": "path", 
17762             "name": "cloud-owner", 
17763             "required": true, 
17764             "type": "string"
17765           }, 
17766           {
17767             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17768             "example": "__CLOUD-REGION-ID__", 
17769             "in": "path", 
17770             "name": "cloud-region-id", 
17771             "required": true, 
17772             "type": "string"
17773           }, 
17774           {
17775             "description": "DVS switch name", 
17776             "example": "__SWITCH-NAME__", 
17777             "in": "path", 
17778             "name": "switch-name", 
17779             "required": true, 
17780             "type": "string"
17781           }, 
17782           {
17783             "description": "resource-version for concurrency", 
17784             "in": "query", 
17785             "name": "resource-version", 
17786             "required": true, 
17787             "type": "string"
17788           }
17789         ], 
17790         "produces": [
17791           "application/json", 
17792           "application/xml"
17793         ], 
17794         "responses": {
17795           "default": {
17796             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17797           }
17798         }, 
17799         "summary": "delete an existing dvs-switch", 
17800         "tags": [
17801           "CloudInfrastructure"
17802         ]
17803       }, 
17804       "get": {
17805         "description": "returns dvs-switch", 
17806         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
17807         "parameters": [
17808           {
17809             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17810             "example": "__CLOUD-OWNER__", 
17811             "in": "path", 
17812             "name": "cloud-owner", 
17813             "required": true, 
17814             "type": "string"
17815           }, 
17816           {
17817             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17818             "example": "__CLOUD-REGION-ID__", 
17819             "in": "path", 
17820             "name": "cloud-region-id", 
17821             "required": true, 
17822             "type": "string"
17823           }, 
17824           {
17825             "description": "DVS switch name", 
17826             "example": "__SWITCH-NAME__", 
17827             "in": "path", 
17828             "name": "switch-name", 
17829             "required": true, 
17830             "type": "string"
17831           }
17832         ], 
17833         "produces": [
17834           "application/json", 
17835           "application/xml"
17836         ], 
17837         "responses": {
17838           "200": {
17839             "description": "successful operation", 
17840             "schema": {
17841               "$ref": "#/definitions/dvs-switch"
17842             }
17843           }, 
17844           "default": {
17845             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17846           }
17847         }, 
17848         "summary": "returns dvs-switch", 
17849         "tags": [
17850           "CloudInfrastructure"
17851         ]
17852       }, 
17853       "patch": {
17854         "consumes": [
17855           "application/json"
17856         ], 
17857         "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", 
17858         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
17859         "parameters": [
17860           {
17861             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17862             "example": "__CLOUD-OWNER__", 
17863             "in": "path", 
17864             "name": "cloud-owner", 
17865             "required": true, 
17866             "type": "string"
17867           }, 
17868           {
17869             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17870             "example": "__CLOUD-REGION-ID__", 
17871             "in": "path", 
17872             "name": "cloud-region-id", 
17873             "required": true, 
17874             "type": "string"
17875           }, 
17876           {
17877             "description": "DVS switch name", 
17878             "example": "__SWITCH-NAME__", 
17879             "in": "path", 
17880             "name": "switch-name", 
17881             "required": true, 
17882             "type": "string"
17883           }, 
17884           {
17885             "description": "dvs-switch object that needs to be updated.", 
17886             "in": "body", 
17887             "name": "body", 
17888             "required": true, 
17889             "schema": {
17890               "$ref": "#/definitions/zzzz-patch-dvs-switch"
17891             }
17892           }
17893         ], 
17894         "produces": [
17895           "application/json"
17896         ], 
17897         "responses": {
17898           "default": {
17899             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17900           }
17901         }, 
17902         "summary": "update an existing dvs-switch", 
17903         "tags": [
17904           "CloudInfrastructure"
17905         ]
17906       }, 
17907       "put": {
17908         "consumes": [
17909           "application/json", 
17910           "application/xml"
17911         ], 
17912         "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", 
17913         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch", 
17914         "parameters": [
17915           {
17916             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17917             "example": "__CLOUD-OWNER__", 
17918             "in": "path", 
17919             "name": "cloud-owner", 
17920             "required": true, 
17921             "type": "string"
17922           }, 
17923           {
17924             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17925             "example": "__CLOUD-REGION-ID__", 
17926             "in": "path", 
17927             "name": "cloud-region-id", 
17928             "required": true, 
17929             "type": "string"
17930           }, 
17931           {
17932             "description": "DVS switch name", 
17933             "example": "__SWITCH-NAME__", 
17934             "in": "path", 
17935             "name": "switch-name", 
17936             "required": true, 
17937             "type": "string"
17938           }, 
17939           {
17940             "description": "dvs-switch object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch.json)", 
17941             "in": "body", 
17942             "name": "body", 
17943             "required": true, 
17944             "schema": {
17945               "$ref": "#/definitions/dvs-switch"
17946             }
17947           }
17948         ], 
17949         "produces": [
17950           "application/json", 
17951           "application/xml"
17952         ], 
17953         "responses": {
17954           "default": {
17955             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
17956           }
17957         }, 
17958         "summary": "create or update an existing dvs-switch", 
17959         "tags": [
17960           "CloudInfrastructure"
17961         ]
17962       }
17963     }, 
17964     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/dvs-switches/dvs-switch/{switch-name}/relationship-list/relationship": {
17965       "delete": {
17966         "consumes": [
17967           "application/json", 
17968           "application/xml"
17969         ], 
17970         "description": "delete an existing relationship", 
17971         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitchRelationshipListRelationship", 
17972         "parameters": [
17973           {
17974             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
17975             "example": "__CLOUD-OWNER__", 
17976             "in": "path", 
17977             "name": "cloud-owner", 
17978             "required": true, 
17979             "type": "string"
17980           }, 
17981           {
17982             "description": "Identifier used by the vendor for the region. Second part of composite key", 
17983             "example": "__CLOUD-REGION-ID__", 
17984             "in": "path", 
17985             "name": "cloud-region-id", 
17986             "required": true, 
17987             "type": "string"
17988           }, 
17989           {
17990             "description": "DVS switch name", 
17991             "example": "__SWITCH-NAME__", 
17992             "in": "path", 
17993             "name": "switch-name", 
17994             "required": true, 
17995             "type": "string"
17996           }
17997         ], 
17998         "produces": [
17999           "application/json", 
18000           "application/xml"
18001         ], 
18002         "responses": {
18003           "default": {
18004             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18005           }
18006         }, 
18007         "summary": "delete an existing relationship", 
18008         "tags": [
18009           "CloudInfrastructure"
18010         ]
18011       }, 
18012       "put": {
18013         "consumes": [
18014           "application/json", 
18015           "application/xml"
18016         ], 
18017         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitchRelationshipListRelationship", 
18018         "parameters": [
18019           {
18020             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18021             "example": "__CLOUD-OWNER__", 
18022             "in": "path", 
18023             "name": "cloud-owner", 
18024             "required": true, 
18025             "type": "string"
18026           }, 
18027           {
18028             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18029             "example": "__CLOUD-REGION-ID__", 
18030             "in": "path", 
18031             "name": "cloud-region-id", 
18032             "required": true, 
18033             "type": "string"
18034           }, 
18035           {
18036             "description": "DVS switch name", 
18037             "example": "__SWITCH-NAME__", 
18038             "in": "path", 
18039             "name": "switch-name", 
18040             "required": true, 
18041             "type": "string"
18042           }, 
18043           {
18044             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionDvsSwitchesDvsSwitch.json)", 
18045             "in": "body", 
18046             "name": "body", 
18047             "required": true, 
18048             "schema": {
18049               "$ref": "#/definitions/relationship-dict"
18050             }
18051           }
18052         ], 
18053         "produces": [
18054           "application/json", 
18055           "application/xml"
18056         ], 
18057         "responses": {
18058           "default": {
18059             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18060           }
18061         }, 
18062         "summary": "see node definition for valid relationships", 
18063         "tags": [
18064           "CloudInfrastructure"
18065         ]
18066       }
18067     }, 
18068     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/esr-system-info-list": {
18069       "get": {
18070         "description": "returns esr-system-info-list", 
18071         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoList", 
18072         "parameters": [
18073           {
18074             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18075             "example": "__CLOUD-OWNER__", 
18076             "in": "path", 
18077             "name": "cloud-owner", 
18078             "required": true, 
18079             "type": "string"
18080           }, 
18081           {
18082             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18083             "example": "__CLOUD-REGION-ID__", 
18084             "in": "path", 
18085             "name": "cloud-region-id", 
18086             "required": true, 
18087             "type": "string"
18088           }, 
18089           {
18090             "description": "n/a", 
18091             "in": "query", 
18092             "name": "esr-system-info-id", 
18093             "required": false, 
18094             "type": "string"
18095           }, 
18096           {
18097             "description": "n/a", 
18098             "in": "query", 
18099             "name": "system-name", 
18100             "required": false, 
18101             "type": "string"
18102           }, 
18103           {
18104             "description": "n/a", 
18105             "in": "query", 
18106             "name": "system-type", 
18107             "required": false, 
18108             "type": "string"
18109           }
18110         ], 
18111         "produces": [
18112           "application/json", 
18113           "application/xml"
18114         ], 
18115         "responses": {
18116           "200": {
18117             "description": "successful operation", 
18118             "schema": {
18119               "$ref": "#/definitions/esr-system-info-list"
18120             }
18121           }, 
18122           "default": {
18123             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18124           }
18125         }, 
18126         "summary": "returns esr-system-info-list", 
18127         "tags": [
18128           "CloudInfrastructure"
18129         ]
18130       }
18131     }, 
18132     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
18133       "delete": {
18134         "consumes": [
18135           "application/json", 
18136           "application/xml"
18137         ], 
18138         "description": "delete an existing esr-system-info", 
18139         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
18140         "parameters": [
18141           {
18142             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18143             "example": "__CLOUD-OWNER__", 
18144             "in": "path", 
18145             "name": "cloud-owner", 
18146             "required": true, 
18147             "type": "string"
18148           }, 
18149           {
18150             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18151             "example": "__CLOUD-REGION-ID__", 
18152             "in": "path", 
18153             "name": "cloud-region-id", 
18154             "required": true, 
18155             "type": "string"
18156           }, 
18157           {
18158             "description": "Unique ID of esr system info.", 
18159             "example": "__ESR-SYSTEM-INFO-ID__", 
18160             "in": "path", 
18161             "name": "esr-system-info-id", 
18162             "required": true, 
18163             "type": "string"
18164           }, 
18165           {
18166             "description": "resource-version for concurrency", 
18167             "in": "query", 
18168             "name": "resource-version", 
18169             "required": true, 
18170             "type": "string"
18171           }
18172         ], 
18173         "produces": [
18174           "application/json", 
18175           "application/xml"
18176         ], 
18177         "responses": {
18178           "default": {
18179             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18180           }
18181         }, 
18182         "summary": "delete an existing esr-system-info", 
18183         "tags": [
18184           "CloudInfrastructure"
18185         ]
18186       }, 
18187       "get": {
18188         "description": "returns esr-system-info", 
18189         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
18190         "parameters": [
18191           {
18192             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18193             "example": "__CLOUD-OWNER__", 
18194             "in": "path", 
18195             "name": "cloud-owner", 
18196             "required": true, 
18197             "type": "string"
18198           }, 
18199           {
18200             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18201             "example": "__CLOUD-REGION-ID__", 
18202             "in": "path", 
18203             "name": "cloud-region-id", 
18204             "required": true, 
18205             "type": "string"
18206           }, 
18207           {
18208             "description": "Unique ID of esr system info.", 
18209             "example": "__ESR-SYSTEM-INFO-ID__", 
18210             "in": "path", 
18211             "name": "esr-system-info-id", 
18212             "required": true, 
18213             "type": "string"
18214           }
18215         ], 
18216         "produces": [
18217           "application/json", 
18218           "application/xml"
18219         ], 
18220         "responses": {
18221           "200": {
18222             "description": "successful operation", 
18223             "schema": {
18224               "$ref": "#/definitions/esr-system-info"
18225             }
18226           }, 
18227           "default": {
18228             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18229           }
18230         }, 
18231         "summary": "returns esr-system-info", 
18232         "tags": [
18233           "CloudInfrastructure"
18234         ]
18235       }, 
18236       "patch": {
18237         "consumes": [
18238           "application/json"
18239         ], 
18240         "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", 
18241         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
18242         "parameters": [
18243           {
18244             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18245             "example": "__CLOUD-OWNER__", 
18246             "in": "path", 
18247             "name": "cloud-owner", 
18248             "required": true, 
18249             "type": "string"
18250           }, 
18251           {
18252             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18253             "example": "__CLOUD-REGION-ID__", 
18254             "in": "path", 
18255             "name": "cloud-region-id", 
18256             "required": true, 
18257             "type": "string"
18258           }, 
18259           {
18260             "description": "Unique ID of esr system info.", 
18261             "example": "__ESR-SYSTEM-INFO-ID__", 
18262             "in": "path", 
18263             "name": "esr-system-info-id", 
18264             "required": true, 
18265             "type": "string"
18266           }, 
18267           {
18268             "description": "esr-system-info object that needs to be updated.", 
18269             "in": "body", 
18270             "name": "body", 
18271             "required": true, 
18272             "schema": {
18273               "$ref": "#/definitions/zzzz-patch-esr-system-info"
18274             }
18275           }
18276         ], 
18277         "produces": [
18278           "application/json"
18279         ], 
18280         "responses": {
18281           "default": {
18282             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18283           }
18284         }, 
18285         "summary": "update an existing esr-system-info", 
18286         "tags": [
18287           "CloudInfrastructure"
18288         ]
18289       }, 
18290       "put": {
18291         "consumes": [
18292           "application/json", 
18293           "application/xml"
18294         ], 
18295         "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", 
18296         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo", 
18297         "parameters": [
18298           {
18299             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18300             "example": "__CLOUD-OWNER__", 
18301             "in": "path", 
18302             "name": "cloud-owner", 
18303             "required": true, 
18304             "type": "string"
18305           }, 
18306           {
18307             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18308             "example": "__CLOUD-REGION-ID__", 
18309             "in": "path", 
18310             "name": "cloud-region-id", 
18311             "required": true, 
18312             "type": "string"
18313           }, 
18314           {
18315             "description": "Unique ID of esr system info.", 
18316             "example": "__ESR-SYSTEM-INFO-ID__", 
18317             "in": "path", 
18318             "name": "esr-system-info-id", 
18319             "required": true, 
18320             "type": "string"
18321           }, 
18322           {
18323             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo.json)", 
18324             "in": "body", 
18325             "name": "body", 
18326             "required": true, 
18327             "schema": {
18328               "$ref": "#/definitions/esr-system-info"
18329             }
18330           }
18331         ], 
18332         "produces": [
18333           "application/json", 
18334           "application/xml"
18335         ], 
18336         "responses": {
18337           "default": {
18338             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18339           }
18340         }, 
18341         "summary": "create or update an existing esr-system-info", 
18342         "tags": [
18343           "CloudInfrastructure"
18344         ]
18345       }
18346     }, 
18347     "/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": {
18348       "delete": {
18349         "consumes": [
18350           "application/json", 
18351           "application/xml"
18352         ], 
18353         "description": "delete an existing relationship", 
18354         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
18355         "parameters": [
18356           {
18357             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18358             "example": "__CLOUD-OWNER__", 
18359             "in": "path", 
18360             "name": "cloud-owner", 
18361             "required": true, 
18362             "type": "string"
18363           }, 
18364           {
18365             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18366             "example": "__CLOUD-REGION-ID__", 
18367             "in": "path", 
18368             "name": "cloud-region-id", 
18369             "required": true, 
18370             "type": "string"
18371           }, 
18372           {
18373             "description": "Unique ID of esr system info.", 
18374             "example": "__ESR-SYSTEM-INFO-ID__", 
18375             "in": "path", 
18376             "name": "esr-system-info-id", 
18377             "required": true, 
18378             "type": "string"
18379           }
18380         ], 
18381         "produces": [
18382           "application/json", 
18383           "application/xml"
18384         ], 
18385         "responses": {
18386           "default": {
18387             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18388           }
18389         }, 
18390         "summary": "delete an existing relationship", 
18391         "tags": [
18392           "CloudInfrastructure"
18393         ]
18394       }, 
18395       "put": {
18396         "consumes": [
18397           "application/json", 
18398           "application/xml"
18399         ], 
18400         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
18401         "parameters": [
18402           {
18403             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18404             "example": "__CLOUD-OWNER__", 
18405             "in": "path", 
18406             "name": "cloud-owner", 
18407             "required": true, 
18408             "type": "string"
18409           }, 
18410           {
18411             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18412             "example": "__CLOUD-REGION-ID__", 
18413             "in": "path", 
18414             "name": "cloud-region-id", 
18415             "required": true, 
18416             "type": "string"
18417           }, 
18418           {
18419             "description": "Unique ID of esr system info.", 
18420             "example": "__ESR-SYSTEM-INFO-ID__", 
18421             "in": "path", 
18422             "name": "esr-system-info-id", 
18423             "required": true, 
18424             "type": "string"
18425           }, 
18426           {
18427             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionEsrSystemInfoListEsrSystemInfo.json)", 
18428             "in": "body", 
18429             "name": "body", 
18430             "required": true, 
18431             "schema": {
18432               "$ref": "#/definitions/relationship-dict"
18433             }
18434           }
18435         ], 
18436         "produces": [
18437           "application/json", 
18438           "application/xml"
18439         ], 
18440         "responses": {
18441           "default": {
18442             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18443           }
18444         }, 
18445         "summary": "see node definition for valid relationships", 
18446         "tags": [
18447           "CloudInfrastructure"
18448         ]
18449       }
18450     }, 
18451     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors": {
18452       "get": {
18453         "description": "returns flavors", 
18454         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavors", 
18455         "parameters": [
18456           {
18457             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18458             "example": "__CLOUD-OWNER__", 
18459             "in": "path", 
18460             "name": "cloud-owner", 
18461             "required": true, 
18462             "type": "string"
18463           }, 
18464           {
18465             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18466             "example": "__CLOUD-REGION-ID__", 
18467             "in": "path", 
18468             "name": "cloud-region-id", 
18469             "required": true, 
18470             "type": "string"
18471           }, 
18472           {
18473             "description": "n/a", 
18474             "in": "query", 
18475             "name": "flavor-id", 
18476             "required": false, 
18477             "type": "string"
18478           }, 
18479           {
18480             "description": "n/a", 
18481             "in": "query", 
18482             "name": "flavor-name", 
18483             "required": false, 
18484             "type": "string"
18485           }
18486         ], 
18487         "produces": [
18488           "application/json", 
18489           "application/xml"
18490         ], 
18491         "responses": {
18492           "200": {
18493             "description": "successful operation", 
18494             "schema": {
18495               "$ref": "#/definitions/flavors"
18496             }
18497           }, 
18498           "default": {
18499             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18500           }
18501         }, 
18502         "summary": "returns flavors", 
18503         "tags": [
18504           "CloudInfrastructure"
18505         ]
18506       }
18507     }, 
18508     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}": {
18509       "delete": {
18510         "consumes": [
18511           "application/json", 
18512           "application/xml"
18513         ], 
18514         "description": "delete an existing flavor", 
18515         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
18516         "parameters": [
18517           {
18518             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18519             "example": "__CLOUD-OWNER__", 
18520             "in": "path", 
18521             "name": "cloud-owner", 
18522             "required": true, 
18523             "type": "string"
18524           }, 
18525           {
18526             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18527             "example": "__CLOUD-REGION-ID__", 
18528             "in": "path", 
18529             "name": "cloud-region-id", 
18530             "required": true, 
18531             "type": "string"
18532           }, 
18533           {
18534             "description": "Flavor id, expected to be unique across cloud-region.", 
18535             "example": "__FLAVOR-ID__", 
18536             "in": "path", 
18537             "name": "flavor-id", 
18538             "required": true, 
18539             "type": "string"
18540           }, 
18541           {
18542             "description": "resource-version for concurrency", 
18543             "in": "query", 
18544             "name": "resource-version", 
18545             "required": true, 
18546             "type": "string"
18547           }
18548         ], 
18549         "produces": [
18550           "application/json", 
18551           "application/xml"
18552         ], 
18553         "responses": {
18554           "default": {
18555             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18556           }
18557         }, 
18558         "summary": "delete an existing flavor", 
18559         "tags": [
18560           "CloudInfrastructure"
18561         ]
18562       }, 
18563       "get": {
18564         "description": "returns flavor", 
18565         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
18566         "parameters": [
18567           {
18568             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18569             "example": "__CLOUD-OWNER__", 
18570             "in": "path", 
18571             "name": "cloud-owner", 
18572             "required": true, 
18573             "type": "string"
18574           }, 
18575           {
18576             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18577             "example": "__CLOUD-REGION-ID__", 
18578             "in": "path", 
18579             "name": "cloud-region-id", 
18580             "required": true, 
18581             "type": "string"
18582           }, 
18583           {
18584             "description": "Flavor id, expected to be unique across cloud-region.", 
18585             "example": "__FLAVOR-ID__", 
18586             "in": "path", 
18587             "name": "flavor-id", 
18588             "required": true, 
18589             "type": "string"
18590           }
18591         ], 
18592         "produces": [
18593           "application/json", 
18594           "application/xml"
18595         ], 
18596         "responses": {
18597           "200": {
18598             "description": "successful operation", 
18599             "schema": {
18600               "$ref": "#/definitions/flavor"
18601             }
18602           }, 
18603           "default": {
18604             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18605           }
18606         }, 
18607         "summary": "returns flavor", 
18608         "tags": [
18609           "CloudInfrastructure"
18610         ]
18611       }, 
18612       "patch": {
18613         "consumes": [
18614           "application/json"
18615         ], 
18616         "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", 
18617         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
18618         "parameters": [
18619           {
18620             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18621             "example": "__CLOUD-OWNER__", 
18622             "in": "path", 
18623             "name": "cloud-owner", 
18624             "required": true, 
18625             "type": "string"
18626           }, 
18627           {
18628             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18629             "example": "__CLOUD-REGION-ID__", 
18630             "in": "path", 
18631             "name": "cloud-region-id", 
18632             "required": true, 
18633             "type": "string"
18634           }, 
18635           {
18636             "description": "Flavor id, expected to be unique across cloud-region.", 
18637             "example": "__FLAVOR-ID__", 
18638             "in": "path", 
18639             "name": "flavor-id", 
18640             "required": true, 
18641             "type": "string"
18642           }, 
18643           {
18644             "description": "flavor object that needs to be updated.", 
18645             "in": "body", 
18646             "name": "body", 
18647             "required": true, 
18648             "schema": {
18649               "$ref": "#/definitions/zzzz-patch-flavor"
18650             }
18651           }
18652         ], 
18653         "produces": [
18654           "application/json"
18655         ], 
18656         "responses": {
18657           "default": {
18658             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18659           }
18660         }, 
18661         "summary": "update an existing flavor", 
18662         "tags": [
18663           "CloudInfrastructure"
18664         ]
18665       }, 
18666       "put": {
18667         "consumes": [
18668           "application/json", 
18669           "application/xml"
18670         ], 
18671         "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", 
18672         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor", 
18673         "parameters": [
18674           {
18675             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18676             "example": "__CLOUD-OWNER__", 
18677             "in": "path", 
18678             "name": "cloud-owner", 
18679             "required": true, 
18680             "type": "string"
18681           }, 
18682           {
18683             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18684             "example": "__CLOUD-REGION-ID__", 
18685             "in": "path", 
18686             "name": "cloud-region-id", 
18687             "required": true, 
18688             "type": "string"
18689           }, 
18690           {
18691             "description": "Flavor id, expected to be unique across cloud-region.", 
18692             "example": "__FLAVOR-ID__", 
18693             "in": "path", 
18694             "name": "flavor-id", 
18695             "required": true, 
18696             "type": "string"
18697           }, 
18698           {
18699             "description": "flavor object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor.json)", 
18700             "in": "body", 
18701             "name": "body", 
18702             "required": true, 
18703             "schema": {
18704               "$ref": "#/definitions/flavor"
18705             }
18706           }
18707         ], 
18708         "produces": [
18709           "application/json", 
18710           "application/xml"
18711         ], 
18712         "responses": {
18713           "default": {
18714             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18715           }
18716         }, 
18717         "summary": "create or update an existing flavor", 
18718         "tags": [
18719           "CloudInfrastructure"
18720         ]
18721       }
18722     }, 
18723     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}/hpa-capabilities": {
18724       "get": {
18725         "description": "returns hpa-capabilities", 
18726         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilities", 
18727         "parameters": [
18728           {
18729             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18730             "example": "__CLOUD-OWNER__", 
18731             "in": "path", 
18732             "name": "cloud-owner", 
18733             "required": true, 
18734             "type": "string"
18735           }, 
18736           {
18737             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18738             "example": "__CLOUD-REGION-ID__", 
18739             "in": "path", 
18740             "name": "cloud-region-id", 
18741             "required": true, 
18742             "type": "string"
18743           }, 
18744           {
18745             "description": "Flavor id, expected to be unique across cloud-region.", 
18746             "example": "__FLAVOR-ID__", 
18747             "in": "path", 
18748             "name": "flavor-id", 
18749             "required": true, 
18750             "type": "string"
18751           }, 
18752           {
18753             "description": "n/a", 
18754             "in": "query", 
18755             "name": "hpa-capability-id", 
18756             "required": false, 
18757             "type": "string"
18758           }, 
18759           {
18760             "description": "n/a", 
18761             "in": "query", 
18762             "name": "hpa-feature", 
18763             "required": false, 
18764             "type": "string"
18765           }, 
18766           {
18767             "description": "n/a", 
18768             "in": "query", 
18769             "name": "architecture", 
18770             "required": false, 
18771             "type": "string"
18772           }
18773         ], 
18774         "produces": [
18775           "application/json", 
18776           "application/xml"
18777         ], 
18778         "responses": {
18779           "200": {
18780             "description": "successful operation", 
18781             "schema": {
18782               "$ref": "#/definitions/hpa-capabilities"
18783             }
18784           }, 
18785           "default": {
18786             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18787           }
18788         }, 
18789         "summary": "returns hpa-capabilities", 
18790         "tags": [
18791           "CloudInfrastructure"
18792         ]
18793       }
18794     }, 
18795     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}/hpa-capabilities/hpa-capability/{hpa-capability-id}": {
18796       "delete": {
18797         "consumes": [
18798           "application/json", 
18799           "application/xml"
18800         ], 
18801         "description": "delete an existing hpa-capability", 
18802         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability", 
18803         "parameters": [
18804           {
18805             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18806             "example": "__CLOUD-OWNER__", 
18807             "in": "path", 
18808             "name": "cloud-owner", 
18809             "required": true, 
18810             "type": "string"
18811           }, 
18812           {
18813             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18814             "example": "__CLOUD-REGION-ID__", 
18815             "in": "path", 
18816             "name": "cloud-region-id", 
18817             "required": true, 
18818             "type": "string"
18819           }, 
18820           {
18821             "description": "Flavor id, expected to be unique across cloud-region.", 
18822             "example": "__FLAVOR-ID__", 
18823             "in": "path", 
18824             "name": "flavor-id", 
18825             "required": true, 
18826             "type": "string"
18827           }, 
18828           {
18829             "description": "UUID to uniquely identify a HPA capability", 
18830             "example": "__HPA-CAPABILITY-ID__", 
18831             "in": "path", 
18832             "name": "hpa-capability-id", 
18833             "required": true, 
18834             "type": "string"
18835           }, 
18836           {
18837             "description": "resource-version for concurrency", 
18838             "in": "query", 
18839             "name": "resource-version", 
18840             "required": true, 
18841             "type": "string"
18842           }
18843         ], 
18844         "produces": [
18845           "application/json", 
18846           "application/xml"
18847         ], 
18848         "responses": {
18849           "default": {
18850             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18851           }
18852         }, 
18853         "summary": "delete an existing hpa-capability", 
18854         "tags": [
18855           "CloudInfrastructure"
18856         ]
18857       }, 
18858       "get": {
18859         "description": "returns hpa-capability", 
18860         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability", 
18861         "parameters": [
18862           {
18863             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18864             "example": "__CLOUD-OWNER__", 
18865             "in": "path", 
18866             "name": "cloud-owner", 
18867             "required": true, 
18868             "type": "string"
18869           }, 
18870           {
18871             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18872             "example": "__CLOUD-REGION-ID__", 
18873             "in": "path", 
18874             "name": "cloud-region-id", 
18875             "required": true, 
18876             "type": "string"
18877           }, 
18878           {
18879             "description": "Flavor id, expected to be unique across cloud-region.", 
18880             "example": "__FLAVOR-ID__", 
18881             "in": "path", 
18882             "name": "flavor-id", 
18883             "required": true, 
18884             "type": "string"
18885           }, 
18886           {
18887             "description": "UUID to uniquely identify a HPA capability", 
18888             "example": "__HPA-CAPABILITY-ID__", 
18889             "in": "path", 
18890             "name": "hpa-capability-id", 
18891             "required": true, 
18892             "type": "string"
18893           }
18894         ], 
18895         "produces": [
18896           "application/json", 
18897           "application/xml"
18898         ], 
18899         "responses": {
18900           "200": {
18901             "description": "successful operation", 
18902             "schema": {
18903               "$ref": "#/definitions/hpa-capability"
18904             }
18905           }, 
18906           "default": {
18907             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18908           }
18909         }, 
18910         "summary": "returns hpa-capability", 
18911         "tags": [
18912           "CloudInfrastructure"
18913         ]
18914       }, 
18915       "patch": {
18916         "consumes": [
18917           "application/json"
18918         ], 
18919         "description": "Update an existing hpa-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", 
18920         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability", 
18921         "parameters": [
18922           {
18923             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18924             "example": "__CLOUD-OWNER__", 
18925             "in": "path", 
18926             "name": "cloud-owner", 
18927             "required": true, 
18928             "type": "string"
18929           }, 
18930           {
18931             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18932             "example": "__CLOUD-REGION-ID__", 
18933             "in": "path", 
18934             "name": "cloud-region-id", 
18935             "required": true, 
18936             "type": "string"
18937           }, 
18938           {
18939             "description": "Flavor id, expected to be unique across cloud-region.", 
18940             "example": "__FLAVOR-ID__", 
18941             "in": "path", 
18942             "name": "flavor-id", 
18943             "required": true, 
18944             "type": "string"
18945           }, 
18946           {
18947             "description": "UUID to uniquely identify a HPA capability", 
18948             "example": "__HPA-CAPABILITY-ID__", 
18949             "in": "path", 
18950             "name": "hpa-capability-id", 
18951             "required": true, 
18952             "type": "string"
18953           }, 
18954           {
18955             "description": "hpa-capability object that needs to be updated.", 
18956             "in": "body", 
18957             "name": "body", 
18958             "required": true, 
18959             "schema": {
18960               "$ref": "#/definitions/zzzz-patch-hpa-capability"
18961             }
18962           }
18963         ], 
18964         "produces": [
18965           "application/json"
18966         ], 
18967         "responses": {
18968           "default": {
18969             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
18970           }
18971         }, 
18972         "summary": "update an existing hpa-capability", 
18973         "tags": [
18974           "CloudInfrastructure"
18975         ]
18976       }, 
18977       "put": {
18978         "consumes": [
18979           "application/json", 
18980           "application/xml"
18981         ], 
18982         "description": "Create or update an existing hpa-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", 
18983         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability", 
18984         "parameters": [
18985           {
18986             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
18987             "example": "__CLOUD-OWNER__", 
18988             "in": "path", 
18989             "name": "cloud-owner", 
18990             "required": true, 
18991             "type": "string"
18992           }, 
18993           {
18994             "description": "Identifier used by the vendor for the region. Second part of composite key", 
18995             "example": "__CLOUD-REGION-ID__", 
18996             "in": "path", 
18997             "name": "cloud-region-id", 
18998             "required": true, 
18999             "type": "string"
19000           }, 
19001           {
19002             "description": "Flavor id, expected to be unique across cloud-region.", 
19003             "example": "__FLAVOR-ID__", 
19004             "in": "path", 
19005             "name": "flavor-id", 
19006             "required": true, 
19007             "type": "string"
19008           }, 
19009           {
19010             "description": "UUID to uniquely identify a HPA capability", 
19011             "example": "__HPA-CAPABILITY-ID__", 
19012             "in": "path", 
19013             "name": "hpa-capability-id", 
19014             "required": true, 
19015             "type": "string"
19016           }, 
19017           {
19018             "description": "hpa-capability object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability.json)", 
19019             "in": "body", 
19020             "name": "body", 
19021             "required": true, 
19022             "schema": {
19023               "$ref": "#/definitions/hpa-capability"
19024             }
19025           }
19026         ], 
19027         "produces": [
19028           "application/json", 
19029           "application/xml"
19030         ], 
19031         "responses": {
19032           "default": {
19033             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19034           }
19035         }, 
19036         "summary": "create or update an existing hpa-capability", 
19037         "tags": [
19038           "CloudInfrastructure"
19039         ]
19040       }
19041     }, 
19042     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}/hpa-capabilities/hpa-capability/{hpa-capability-id}/hpa-feature-attributes/{hpa-attribute-key}": {
19043       "delete": {
19044         "consumes": [
19045           "application/json", 
19046           "application/xml"
19047         ], 
19048         "description": "delete an existing hpa-feature-attributes", 
19049         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
19050         "parameters": [
19051           {
19052             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19053             "example": "__CLOUD-OWNER__", 
19054             "in": "path", 
19055             "name": "cloud-owner", 
19056             "required": true, 
19057             "type": "string"
19058           }, 
19059           {
19060             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19061             "example": "__CLOUD-REGION-ID__", 
19062             "in": "path", 
19063             "name": "cloud-region-id", 
19064             "required": true, 
19065             "type": "string"
19066           }, 
19067           {
19068             "description": "Flavor id, expected to be unique across cloud-region.", 
19069             "example": "__FLAVOR-ID__", 
19070             "in": "path", 
19071             "name": "flavor-id", 
19072             "required": true, 
19073             "type": "string"
19074           }, 
19075           {
19076             "description": "UUID to uniquely identify a HPA capability", 
19077             "example": "__HPA-CAPABILITY-ID__", 
19078             "in": "path", 
19079             "name": "hpa-capability-id", 
19080             "required": true, 
19081             "type": "string"
19082           }, 
19083           {
19084             "description": "name of the specific HPA attribute", 
19085             "example": "__HPA-ATTRIBUTE-KEY__", 
19086             "in": "path", 
19087             "name": "hpa-attribute-key", 
19088             "required": true, 
19089             "type": "string"
19090           }, 
19091           {
19092             "description": "resource-version for concurrency", 
19093             "in": "query", 
19094             "name": "resource-version", 
19095             "required": true, 
19096             "type": "string"
19097           }
19098         ], 
19099         "produces": [
19100           "application/json", 
19101           "application/xml"
19102         ], 
19103         "responses": {
19104           "default": {
19105             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19106           }
19107         }, 
19108         "summary": "delete an existing hpa-feature-attributes", 
19109         "tags": [
19110           "CloudInfrastructure"
19111         ]
19112       }, 
19113       "get": {
19114         "description": "returns hpa-feature-attributes", 
19115         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
19116         "parameters": [
19117           {
19118             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19119             "example": "__CLOUD-OWNER__", 
19120             "in": "path", 
19121             "name": "cloud-owner", 
19122             "required": true, 
19123             "type": "string"
19124           }, 
19125           {
19126             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19127             "example": "__CLOUD-REGION-ID__", 
19128             "in": "path", 
19129             "name": "cloud-region-id", 
19130             "required": true, 
19131             "type": "string"
19132           }, 
19133           {
19134             "description": "Flavor id, expected to be unique across cloud-region.", 
19135             "example": "__FLAVOR-ID__", 
19136             "in": "path", 
19137             "name": "flavor-id", 
19138             "required": true, 
19139             "type": "string"
19140           }, 
19141           {
19142             "description": "UUID to uniquely identify a HPA capability", 
19143             "example": "__HPA-CAPABILITY-ID__", 
19144             "in": "path", 
19145             "name": "hpa-capability-id", 
19146             "required": true, 
19147             "type": "string"
19148           }, 
19149           {
19150             "description": "name of the specific HPA attribute", 
19151             "example": "__HPA-ATTRIBUTE-KEY__", 
19152             "in": "path", 
19153             "name": "hpa-attribute-key", 
19154             "required": true, 
19155             "type": "string"
19156           }
19157         ], 
19158         "produces": [
19159           "application/json", 
19160           "application/xml"
19161         ], 
19162         "responses": {
19163           "200": {
19164             "description": "successful operation", 
19165             "schema": {
19166               "$ref": "#/definitions/hpa-feature-attributes"
19167             }
19168           }, 
19169           "default": {
19170             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19171           }
19172         }, 
19173         "summary": "returns hpa-feature-attributes", 
19174         "tags": [
19175           "CloudInfrastructure"
19176         ]
19177       }, 
19178       "patch": {
19179         "consumes": [
19180           "application/json"
19181         ], 
19182         "description": "Update an existing hpa-feature-attributes\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", 
19183         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
19184         "parameters": [
19185           {
19186             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19187             "example": "__CLOUD-OWNER__", 
19188             "in": "path", 
19189             "name": "cloud-owner", 
19190             "required": true, 
19191             "type": "string"
19192           }, 
19193           {
19194             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19195             "example": "__CLOUD-REGION-ID__", 
19196             "in": "path", 
19197             "name": "cloud-region-id", 
19198             "required": true, 
19199             "type": "string"
19200           }, 
19201           {
19202             "description": "Flavor id, expected to be unique across cloud-region.", 
19203             "example": "__FLAVOR-ID__", 
19204             "in": "path", 
19205             "name": "flavor-id", 
19206             "required": true, 
19207             "type": "string"
19208           }, 
19209           {
19210             "description": "UUID to uniquely identify a HPA capability", 
19211             "example": "__HPA-CAPABILITY-ID__", 
19212             "in": "path", 
19213             "name": "hpa-capability-id", 
19214             "required": true, 
19215             "type": "string"
19216           }, 
19217           {
19218             "description": "name of the specific HPA attribute", 
19219             "example": "__HPA-ATTRIBUTE-KEY__", 
19220             "in": "path", 
19221             "name": "hpa-attribute-key", 
19222             "required": true, 
19223             "type": "string"
19224           }, 
19225           {
19226             "description": "hpa-feature-attributes object that needs to be updated.", 
19227             "in": "body", 
19228             "name": "body", 
19229             "required": true, 
19230             "schema": {
19231               "$ref": "#/definitions/zzzz-patch-hpa-feature-attributes"
19232             }
19233           }
19234         ], 
19235         "produces": [
19236           "application/json"
19237         ], 
19238         "responses": {
19239           "default": {
19240             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19241           }
19242         }, 
19243         "summary": "update an existing hpa-feature-attributes", 
19244         "tags": [
19245           "CloudInfrastructure"
19246         ]
19247       }, 
19248       "put": {
19249         "consumes": [
19250           "application/json", 
19251           "application/xml"
19252         ], 
19253         "description": "Create or update an existing hpa-feature-attributes.\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", 
19254         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
19255         "parameters": [
19256           {
19257             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19258             "example": "__CLOUD-OWNER__", 
19259             "in": "path", 
19260             "name": "cloud-owner", 
19261             "required": true, 
19262             "type": "string"
19263           }, 
19264           {
19265             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19266             "example": "__CLOUD-REGION-ID__", 
19267             "in": "path", 
19268             "name": "cloud-region-id", 
19269             "required": true, 
19270             "type": "string"
19271           }, 
19272           {
19273             "description": "Flavor id, expected to be unique across cloud-region.", 
19274             "example": "__FLAVOR-ID__", 
19275             "in": "path", 
19276             "name": "flavor-id", 
19277             "required": true, 
19278             "type": "string"
19279           }, 
19280           {
19281             "description": "UUID to uniquely identify a HPA capability", 
19282             "example": "__HPA-CAPABILITY-ID__", 
19283             "in": "path", 
19284             "name": "hpa-capability-id", 
19285             "required": true, 
19286             "type": "string"
19287           }, 
19288           {
19289             "description": "name of the specific HPA attribute", 
19290             "example": "__HPA-ATTRIBUTE-KEY__", 
19291             "in": "path", 
19292             "name": "hpa-attribute-key", 
19293             "required": true, 
19294             "type": "string"
19295           }, 
19296           {
19297             "description": "hpa-feature-attributes object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes.json)", 
19298             "in": "body", 
19299             "name": "body", 
19300             "required": true, 
19301             "schema": {
19302               "$ref": "#/definitions/hpa-feature-attributes"
19303             }
19304           }
19305         ], 
19306         "produces": [
19307           "application/json", 
19308           "application/xml"
19309         ], 
19310         "responses": {
19311           "default": {
19312             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19313           }
19314         }, 
19315         "summary": "create or update an existing hpa-feature-attributes", 
19316         "tags": [
19317           "CloudInfrastructure"
19318         ]
19319       }
19320     }, 
19321     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}/hpa-capabilities/hpa-capability/{hpa-capability-id}/hpa-feature-attributes/{hpa-attribute-key}/relationship-list/relationship": {
19322       "delete": {
19323         "consumes": [
19324           "application/json", 
19325           "application/xml"
19326         ], 
19327         "description": "delete an existing relationship", 
19328         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship", 
19329         "parameters": [
19330           {
19331             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19332             "example": "__CLOUD-OWNER__", 
19333             "in": "path", 
19334             "name": "cloud-owner", 
19335             "required": true, 
19336             "type": "string"
19337           }, 
19338           {
19339             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19340             "example": "__CLOUD-REGION-ID__", 
19341             "in": "path", 
19342             "name": "cloud-region-id", 
19343             "required": true, 
19344             "type": "string"
19345           }, 
19346           {
19347             "description": "Flavor id, expected to be unique across cloud-region.", 
19348             "example": "__FLAVOR-ID__", 
19349             "in": "path", 
19350             "name": "flavor-id", 
19351             "required": true, 
19352             "type": "string"
19353           }, 
19354           {
19355             "description": "UUID to uniquely identify a HPA capability", 
19356             "example": "__HPA-CAPABILITY-ID__", 
19357             "in": "path", 
19358             "name": "hpa-capability-id", 
19359             "required": true, 
19360             "type": "string"
19361           }, 
19362           {
19363             "description": "name of the specific HPA attribute", 
19364             "example": "__HPA-ATTRIBUTE-KEY__", 
19365             "in": "path", 
19366             "name": "hpa-attribute-key", 
19367             "required": true, 
19368             "type": "string"
19369           }
19370         ], 
19371         "produces": [
19372           "application/json", 
19373           "application/xml"
19374         ], 
19375         "responses": {
19376           "default": {
19377             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19378           }
19379         }, 
19380         "summary": "delete an existing relationship", 
19381         "tags": [
19382           "CloudInfrastructure"
19383         ]
19384       }, 
19385       "put": {
19386         "consumes": [
19387           "application/json", 
19388           "application/xml"
19389         ], 
19390         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship", 
19391         "parameters": [
19392           {
19393             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19394             "example": "__CLOUD-OWNER__", 
19395             "in": "path", 
19396             "name": "cloud-owner", 
19397             "required": true, 
19398             "type": "string"
19399           }, 
19400           {
19401             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19402             "example": "__CLOUD-REGION-ID__", 
19403             "in": "path", 
19404             "name": "cloud-region-id", 
19405             "required": true, 
19406             "type": "string"
19407           }, 
19408           {
19409             "description": "Flavor id, expected to be unique across cloud-region.", 
19410             "example": "__FLAVOR-ID__", 
19411             "in": "path", 
19412             "name": "flavor-id", 
19413             "required": true, 
19414             "type": "string"
19415           }, 
19416           {
19417             "description": "UUID to uniquely identify a HPA capability", 
19418             "example": "__HPA-CAPABILITY-ID__", 
19419             "in": "path", 
19420             "name": "hpa-capability-id", 
19421             "required": true, 
19422             "type": "string"
19423           }, 
19424           {
19425             "description": "name of the specific HPA attribute", 
19426             "example": "__HPA-ATTRIBUTE-KEY__", 
19427             "in": "path", 
19428             "name": "hpa-attribute-key", 
19429             "required": true, 
19430             "type": "string"
19431           }, 
19432           {
19433             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityHpaFeatureAttributes.json)", 
19434             "in": "body", 
19435             "name": "body", 
19436             "required": true, 
19437             "schema": {
19438               "$ref": "#/definitions/relationship-dict"
19439             }
19440           }
19441         ], 
19442         "produces": [
19443           "application/json", 
19444           "application/xml"
19445         ], 
19446         "responses": {
19447           "default": {
19448             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19449           }
19450         }, 
19451         "summary": "see node definition for valid relationships", 
19452         "tags": [
19453           "CloudInfrastructure"
19454         ]
19455       }
19456     }, 
19457     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}/hpa-capabilities/hpa-capability/{hpa-capability-id}/relationship-list/relationship": {
19458       "delete": {
19459         "consumes": [
19460           "application/json", 
19461           "application/xml"
19462         ], 
19463         "description": "delete an existing relationship", 
19464         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityRelationshipListRelationship", 
19465         "parameters": [
19466           {
19467             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19468             "example": "__CLOUD-OWNER__", 
19469             "in": "path", 
19470             "name": "cloud-owner", 
19471             "required": true, 
19472             "type": "string"
19473           }, 
19474           {
19475             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19476             "example": "__CLOUD-REGION-ID__", 
19477             "in": "path", 
19478             "name": "cloud-region-id", 
19479             "required": true, 
19480             "type": "string"
19481           }, 
19482           {
19483             "description": "Flavor id, expected to be unique across cloud-region.", 
19484             "example": "__FLAVOR-ID__", 
19485             "in": "path", 
19486             "name": "flavor-id", 
19487             "required": true, 
19488             "type": "string"
19489           }, 
19490           {
19491             "description": "UUID to uniquely identify a HPA capability", 
19492             "example": "__HPA-CAPABILITY-ID__", 
19493             "in": "path", 
19494             "name": "hpa-capability-id", 
19495             "required": true, 
19496             "type": "string"
19497           }
19498         ], 
19499         "produces": [
19500           "application/json", 
19501           "application/xml"
19502         ], 
19503         "responses": {
19504           "default": {
19505             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19506           }
19507         }, 
19508         "summary": "delete an existing relationship", 
19509         "tags": [
19510           "CloudInfrastructure"
19511         ]
19512       }, 
19513       "put": {
19514         "consumes": [
19515           "application/json", 
19516           "application/xml"
19517         ], 
19518         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapabilityRelationshipListRelationship", 
19519         "parameters": [
19520           {
19521             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19522             "example": "__CLOUD-OWNER__", 
19523             "in": "path", 
19524             "name": "cloud-owner", 
19525             "required": true, 
19526             "type": "string"
19527           }, 
19528           {
19529             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19530             "example": "__CLOUD-REGION-ID__", 
19531             "in": "path", 
19532             "name": "cloud-region-id", 
19533             "required": true, 
19534             "type": "string"
19535           }, 
19536           {
19537             "description": "Flavor id, expected to be unique across cloud-region.", 
19538             "example": "__FLAVOR-ID__", 
19539             "in": "path", 
19540             "name": "flavor-id", 
19541             "required": true, 
19542             "type": "string"
19543           }, 
19544           {
19545             "description": "UUID to uniquely identify a HPA capability", 
19546             "example": "__HPA-CAPABILITY-ID__", 
19547             "in": "path", 
19548             "name": "hpa-capability-id", 
19549             "required": true, 
19550             "type": "string"
19551           }, 
19552           {
19553             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorHpaCapabilitiesHpaCapability.json)", 
19554             "in": "body", 
19555             "name": "body", 
19556             "required": true, 
19557             "schema": {
19558               "$ref": "#/definitions/relationship-dict"
19559             }
19560           }
19561         ], 
19562         "produces": [
19563           "application/json", 
19564           "application/xml"
19565         ], 
19566         "responses": {
19567           "default": {
19568             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19569           }
19570         }, 
19571         "summary": "see node definition for valid relationships", 
19572         "tags": [
19573           "CloudInfrastructure"
19574         ]
19575       }
19576     }, 
19577     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/flavors/flavor/{flavor-id}/relationship-list/relationship": {
19578       "delete": {
19579         "consumes": [
19580           "application/json", 
19581           "application/xml"
19582         ], 
19583         "description": "delete an existing relationship", 
19584         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorRelationshipListRelationship", 
19585         "parameters": [
19586           {
19587             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19588             "example": "__CLOUD-OWNER__", 
19589             "in": "path", 
19590             "name": "cloud-owner", 
19591             "required": true, 
19592             "type": "string"
19593           }, 
19594           {
19595             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19596             "example": "__CLOUD-REGION-ID__", 
19597             "in": "path", 
19598             "name": "cloud-region-id", 
19599             "required": true, 
19600             "type": "string"
19601           }, 
19602           {
19603             "description": "Flavor id, expected to be unique across cloud-region.", 
19604             "example": "__FLAVOR-ID__", 
19605             "in": "path", 
19606             "name": "flavor-id", 
19607             "required": true, 
19608             "type": "string"
19609           }
19610         ], 
19611         "produces": [
19612           "application/json", 
19613           "application/xml"
19614         ], 
19615         "responses": {
19616           "default": {
19617             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19618           }
19619         }, 
19620         "summary": "delete an existing relationship", 
19621         "tags": [
19622           "CloudInfrastructure"
19623         ]
19624       }, 
19625       "put": {
19626         "consumes": [
19627           "application/json", 
19628           "application/xml"
19629         ], 
19630         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionFlavorsFlavorRelationshipListRelationship", 
19631         "parameters": [
19632           {
19633             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19634             "example": "__CLOUD-OWNER__", 
19635             "in": "path", 
19636             "name": "cloud-owner", 
19637             "required": true, 
19638             "type": "string"
19639           }, 
19640           {
19641             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19642             "example": "__CLOUD-REGION-ID__", 
19643             "in": "path", 
19644             "name": "cloud-region-id", 
19645             "required": true, 
19646             "type": "string"
19647           }, 
19648           {
19649             "description": "Flavor id, expected to be unique across cloud-region.", 
19650             "example": "__FLAVOR-ID__", 
19651             "in": "path", 
19652             "name": "flavor-id", 
19653             "required": true, 
19654             "type": "string"
19655           }, 
19656           {
19657             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionFlavorsFlavor.json)", 
19658             "in": "body", 
19659             "name": "body", 
19660             "required": true, 
19661             "schema": {
19662               "$ref": "#/definitions/relationship-dict"
19663             }
19664           }
19665         ], 
19666         "produces": [
19667           "application/json", 
19668           "application/xml"
19669         ], 
19670         "responses": {
19671           "default": {
19672             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19673           }
19674         }, 
19675         "summary": "see node definition for valid relationships", 
19676         "tags": [
19677           "CloudInfrastructure"
19678         ]
19679       }
19680     }, 
19681     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/group-assignments": {
19682       "get": {
19683         "description": "returns group-assignments", 
19684         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionGroupAssignments", 
19685         "parameters": [
19686           {
19687             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19688             "example": "__CLOUD-OWNER__", 
19689             "in": "path", 
19690             "name": "cloud-owner", 
19691             "required": true, 
19692             "type": "string"
19693           }, 
19694           {
19695             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19696             "example": "__CLOUD-REGION-ID__", 
19697             "in": "path", 
19698             "name": "cloud-region-id", 
19699             "required": true, 
19700             "type": "string"
19701           }, 
19702           {
19703             "description": "n/a", 
19704             "in": "query", 
19705             "name": "group-id", 
19706             "required": false, 
19707             "type": "string"
19708           }, 
19709           {
19710             "description": "n/a", 
19711             "in": "query", 
19712             "name": "group-type", 
19713             "required": false, 
19714             "type": "string"
19715           }, 
19716           {
19717             "description": "n/a", 
19718             "in": "query", 
19719             "name": "group-name", 
19720             "required": false, 
19721             "type": "string"
19722           }
19723         ], 
19724         "produces": [
19725           "application/json", 
19726           "application/xml"
19727         ], 
19728         "responses": {
19729           "200": {
19730             "description": "successful operation", 
19731             "schema": {
19732               "$ref": "#/definitions/group-assignments"
19733             }
19734           }, 
19735           "default": {
19736             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19737           }
19738         }, 
19739         "summary": "returns group-assignments", 
19740         "tags": [
19741           "CloudInfrastructure"
19742         ]
19743       }
19744     }, 
19745     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/group-assignments/group-assignment/{group-id}": {
19746       "delete": {
19747         "consumes": [
19748           "application/json", 
19749           "application/xml"
19750         ], 
19751         "description": "delete an existing group-assignment", 
19752         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
19753         "parameters": [
19754           {
19755             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19756             "example": "__CLOUD-OWNER__", 
19757             "in": "path", 
19758             "name": "cloud-owner", 
19759             "required": true, 
19760             "type": "string"
19761           }, 
19762           {
19763             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19764             "example": "__CLOUD-REGION-ID__", 
19765             "in": "path", 
19766             "name": "cloud-region-id", 
19767             "required": true, 
19768             "type": "string"
19769           }, 
19770           {
19771             "description": "Group id, expected to be unique across cloud-region.", 
19772             "example": "__GROUP-ID__", 
19773             "in": "path", 
19774             "name": "group-id", 
19775             "required": true, 
19776             "type": "string"
19777           }, 
19778           {
19779             "description": "resource-version for concurrency", 
19780             "in": "query", 
19781             "name": "resource-version", 
19782             "required": true, 
19783             "type": "string"
19784           }
19785         ], 
19786         "produces": [
19787           "application/json", 
19788           "application/xml"
19789         ], 
19790         "responses": {
19791           "default": {
19792             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19793           }
19794         }, 
19795         "summary": "delete an existing group-assignment", 
19796         "tags": [
19797           "CloudInfrastructure"
19798         ]
19799       }, 
19800       "get": {
19801         "description": "returns group-assignment", 
19802         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
19803         "parameters": [
19804           {
19805             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19806             "example": "__CLOUD-OWNER__", 
19807             "in": "path", 
19808             "name": "cloud-owner", 
19809             "required": true, 
19810             "type": "string"
19811           }, 
19812           {
19813             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19814             "example": "__CLOUD-REGION-ID__", 
19815             "in": "path", 
19816             "name": "cloud-region-id", 
19817             "required": true, 
19818             "type": "string"
19819           }, 
19820           {
19821             "description": "Group id, expected to be unique across cloud-region.", 
19822             "example": "__GROUP-ID__", 
19823             "in": "path", 
19824             "name": "group-id", 
19825             "required": true, 
19826             "type": "string"
19827           }
19828         ], 
19829         "produces": [
19830           "application/json", 
19831           "application/xml"
19832         ], 
19833         "responses": {
19834           "200": {
19835             "description": "successful operation", 
19836             "schema": {
19837               "$ref": "#/definitions/group-assignment"
19838             }
19839           }, 
19840           "default": {
19841             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19842           }
19843         }, 
19844         "summary": "returns group-assignment", 
19845         "tags": [
19846           "CloudInfrastructure"
19847         ]
19848       }, 
19849       "patch": {
19850         "consumes": [
19851           "application/json"
19852         ], 
19853         "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", 
19854         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
19855         "parameters": [
19856           {
19857             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19858             "example": "__CLOUD-OWNER__", 
19859             "in": "path", 
19860             "name": "cloud-owner", 
19861             "required": true, 
19862             "type": "string"
19863           }, 
19864           {
19865             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19866             "example": "__CLOUD-REGION-ID__", 
19867             "in": "path", 
19868             "name": "cloud-region-id", 
19869             "required": true, 
19870             "type": "string"
19871           }, 
19872           {
19873             "description": "Group id, expected to be unique across cloud-region.", 
19874             "example": "__GROUP-ID__", 
19875             "in": "path", 
19876             "name": "group-id", 
19877             "required": true, 
19878             "type": "string"
19879           }, 
19880           {
19881             "description": "group-assignment object that needs to be updated.", 
19882             "in": "body", 
19883             "name": "body", 
19884             "required": true, 
19885             "schema": {
19886               "$ref": "#/definitions/zzzz-patch-group-assignment"
19887             }
19888           }
19889         ], 
19890         "produces": [
19891           "application/json"
19892         ], 
19893         "responses": {
19894           "default": {
19895             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19896           }
19897         }, 
19898         "summary": "update an existing group-assignment", 
19899         "tags": [
19900           "CloudInfrastructure"
19901         ]
19902       }, 
19903       "put": {
19904         "consumes": [
19905           "application/json", 
19906           "application/xml"
19907         ], 
19908         "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", 
19909         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment", 
19910         "parameters": [
19911           {
19912             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19913             "example": "__CLOUD-OWNER__", 
19914             "in": "path", 
19915             "name": "cloud-owner", 
19916             "required": true, 
19917             "type": "string"
19918           }, 
19919           {
19920             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19921             "example": "__CLOUD-REGION-ID__", 
19922             "in": "path", 
19923             "name": "cloud-region-id", 
19924             "required": true, 
19925             "type": "string"
19926           }, 
19927           {
19928             "description": "Group id, expected to be unique across cloud-region.", 
19929             "example": "__GROUP-ID__", 
19930             "in": "path", 
19931             "name": "group-id", 
19932             "required": true, 
19933             "type": "string"
19934           }, 
19935           {
19936             "description": "group-assignment object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment.json)", 
19937             "in": "body", 
19938             "name": "body", 
19939             "required": true, 
19940             "schema": {
19941               "$ref": "#/definitions/group-assignment"
19942             }
19943           }
19944         ], 
19945         "produces": [
19946           "application/json", 
19947           "application/xml"
19948         ], 
19949         "responses": {
19950           "default": {
19951             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
19952           }
19953         }, 
19954         "summary": "create or update an existing group-assignment", 
19955         "tags": [
19956           "CloudInfrastructure"
19957         ]
19958       }
19959     }, 
19960     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/group-assignments/group-assignment/{group-id}/relationship-list/relationship": {
19961       "delete": {
19962         "consumes": [
19963           "application/json", 
19964           "application/xml"
19965         ], 
19966         "description": "delete an existing relationship", 
19967         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignmentRelationshipListRelationship", 
19968         "parameters": [
19969           {
19970             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
19971             "example": "__CLOUD-OWNER__", 
19972             "in": "path", 
19973             "name": "cloud-owner", 
19974             "required": true, 
19975             "type": "string"
19976           }, 
19977           {
19978             "description": "Identifier used by the vendor for the region. Second part of composite key", 
19979             "example": "__CLOUD-REGION-ID__", 
19980             "in": "path", 
19981             "name": "cloud-region-id", 
19982             "required": true, 
19983             "type": "string"
19984           }, 
19985           {
19986             "description": "Group id, expected to be unique across cloud-region.", 
19987             "example": "__GROUP-ID__", 
19988             "in": "path", 
19989             "name": "group-id", 
19990             "required": true, 
19991             "type": "string"
19992           }
19993         ], 
19994         "produces": [
19995           "application/json", 
19996           "application/xml"
19997         ], 
19998         "responses": {
19999           "default": {
20000             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20001           }
20002         }, 
20003         "summary": "delete an existing relationship", 
20004         "tags": [
20005           "CloudInfrastructure"
20006         ]
20007       }, 
20008       "put": {
20009         "consumes": [
20010           "application/json", 
20011           "application/xml"
20012         ], 
20013         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignmentRelationshipListRelationship", 
20014         "parameters": [
20015           {
20016             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20017             "example": "__CLOUD-OWNER__", 
20018             "in": "path", 
20019             "name": "cloud-owner", 
20020             "required": true, 
20021             "type": "string"
20022           }, 
20023           {
20024             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20025             "example": "__CLOUD-REGION-ID__", 
20026             "in": "path", 
20027             "name": "cloud-region-id", 
20028             "required": true, 
20029             "type": "string"
20030           }, 
20031           {
20032             "description": "Group id, expected to be unique across cloud-region.", 
20033             "example": "__GROUP-ID__", 
20034             "in": "path", 
20035             "name": "group-id", 
20036             "required": true, 
20037             "type": "string"
20038           }, 
20039           {
20040             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionGroupAssignmentsGroupAssignment.json)", 
20041             "in": "body", 
20042             "name": "body", 
20043             "required": true, 
20044             "schema": {
20045               "$ref": "#/definitions/relationship-dict"
20046             }
20047           }
20048         ], 
20049         "produces": [
20050           "application/json", 
20051           "application/xml"
20052         ], 
20053         "responses": {
20054           "default": {
20055             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20056           }
20057         }, 
20058         "summary": "see node definition for valid relationships", 
20059         "tags": [
20060           "CloudInfrastructure"
20061         ]
20062       }
20063     }, 
20064     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/hpa-capabilities": {
20065       "get": {
20066         "description": "returns hpa-capabilities", 
20067         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilities", 
20068         "parameters": [
20069           {
20070             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20071             "example": "__CLOUD-OWNER__", 
20072             "in": "path", 
20073             "name": "cloud-owner", 
20074             "required": true, 
20075             "type": "string"
20076           }, 
20077           {
20078             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20079             "example": "__CLOUD-REGION-ID__", 
20080             "in": "path", 
20081             "name": "cloud-region-id", 
20082             "required": true, 
20083             "type": "string"
20084           }, 
20085           {
20086             "description": "n/a", 
20087             "in": "query", 
20088             "name": "hpa-capability-id", 
20089             "required": false, 
20090             "type": "string"
20091           }, 
20092           {
20093             "description": "n/a", 
20094             "in": "query", 
20095             "name": "hpa-feature", 
20096             "required": false, 
20097             "type": "string"
20098           }, 
20099           {
20100             "description": "n/a", 
20101             "in": "query", 
20102             "name": "architecture", 
20103             "required": false, 
20104             "type": "string"
20105           }
20106         ], 
20107         "produces": [
20108           "application/json", 
20109           "application/xml"
20110         ], 
20111         "responses": {
20112           "200": {
20113             "description": "successful operation", 
20114             "schema": {
20115               "$ref": "#/definitions/hpa-capabilities"
20116             }
20117           }, 
20118           "default": {
20119             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20120           }
20121         }, 
20122         "summary": "returns hpa-capabilities", 
20123         "tags": [
20124           "CloudInfrastructure"
20125         ]
20126       }
20127     }, 
20128     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/hpa-capabilities/hpa-capability/{hpa-capability-id}": {
20129       "delete": {
20130         "consumes": [
20131           "application/json", 
20132           "application/xml"
20133         ], 
20134         "description": "delete an existing hpa-capability", 
20135         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability", 
20136         "parameters": [
20137           {
20138             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20139             "example": "__CLOUD-OWNER__", 
20140             "in": "path", 
20141             "name": "cloud-owner", 
20142             "required": true, 
20143             "type": "string"
20144           }, 
20145           {
20146             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20147             "example": "__CLOUD-REGION-ID__", 
20148             "in": "path", 
20149             "name": "cloud-region-id", 
20150             "required": true, 
20151             "type": "string"
20152           }, 
20153           {
20154             "description": "UUID to uniquely identify a HPA capability", 
20155             "example": "__HPA-CAPABILITY-ID__", 
20156             "in": "path", 
20157             "name": "hpa-capability-id", 
20158             "required": true, 
20159             "type": "string"
20160           }, 
20161           {
20162             "description": "resource-version for concurrency", 
20163             "in": "query", 
20164             "name": "resource-version", 
20165             "required": true, 
20166             "type": "string"
20167           }
20168         ], 
20169         "produces": [
20170           "application/json", 
20171           "application/xml"
20172         ], 
20173         "responses": {
20174           "default": {
20175             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20176           }
20177         }, 
20178         "summary": "delete an existing hpa-capability", 
20179         "tags": [
20180           "CloudInfrastructure"
20181         ]
20182       }, 
20183       "get": {
20184         "description": "returns hpa-capability", 
20185         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability", 
20186         "parameters": [
20187           {
20188             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20189             "example": "__CLOUD-OWNER__", 
20190             "in": "path", 
20191             "name": "cloud-owner", 
20192             "required": true, 
20193             "type": "string"
20194           }, 
20195           {
20196             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20197             "example": "__CLOUD-REGION-ID__", 
20198             "in": "path", 
20199             "name": "cloud-region-id", 
20200             "required": true, 
20201             "type": "string"
20202           }, 
20203           {
20204             "description": "UUID to uniquely identify a HPA capability", 
20205             "example": "__HPA-CAPABILITY-ID__", 
20206             "in": "path", 
20207             "name": "hpa-capability-id", 
20208             "required": true, 
20209             "type": "string"
20210           }
20211         ], 
20212         "produces": [
20213           "application/json", 
20214           "application/xml"
20215         ], 
20216         "responses": {
20217           "200": {
20218             "description": "successful operation", 
20219             "schema": {
20220               "$ref": "#/definitions/hpa-capability"
20221             }
20222           }, 
20223           "default": {
20224             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20225           }
20226         }, 
20227         "summary": "returns hpa-capability", 
20228         "tags": [
20229           "CloudInfrastructure"
20230         ]
20231       }, 
20232       "patch": {
20233         "consumes": [
20234           "application/json"
20235         ], 
20236         "description": "Update an existing hpa-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", 
20237         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability", 
20238         "parameters": [
20239           {
20240             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20241             "example": "__CLOUD-OWNER__", 
20242             "in": "path", 
20243             "name": "cloud-owner", 
20244             "required": true, 
20245             "type": "string"
20246           }, 
20247           {
20248             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20249             "example": "__CLOUD-REGION-ID__", 
20250             "in": "path", 
20251             "name": "cloud-region-id", 
20252             "required": true, 
20253             "type": "string"
20254           }, 
20255           {
20256             "description": "UUID to uniquely identify a HPA capability", 
20257             "example": "__HPA-CAPABILITY-ID__", 
20258             "in": "path", 
20259             "name": "hpa-capability-id", 
20260             "required": true, 
20261             "type": "string"
20262           }, 
20263           {
20264             "description": "hpa-capability object that needs to be updated.", 
20265             "in": "body", 
20266             "name": "body", 
20267             "required": true, 
20268             "schema": {
20269               "$ref": "#/definitions/zzzz-patch-hpa-capability"
20270             }
20271           }
20272         ], 
20273         "produces": [
20274           "application/json"
20275         ], 
20276         "responses": {
20277           "default": {
20278             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20279           }
20280         }, 
20281         "summary": "update an existing hpa-capability", 
20282         "tags": [
20283           "CloudInfrastructure"
20284         ]
20285       }, 
20286       "put": {
20287         "consumes": [
20288           "application/json", 
20289           "application/xml"
20290         ], 
20291         "description": "Create or update an existing hpa-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", 
20292         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability", 
20293         "parameters": [
20294           {
20295             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20296             "example": "__CLOUD-OWNER__", 
20297             "in": "path", 
20298             "name": "cloud-owner", 
20299             "required": true, 
20300             "type": "string"
20301           }, 
20302           {
20303             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20304             "example": "__CLOUD-REGION-ID__", 
20305             "in": "path", 
20306             "name": "cloud-region-id", 
20307             "required": true, 
20308             "type": "string"
20309           }, 
20310           {
20311             "description": "UUID to uniquely identify a HPA capability", 
20312             "example": "__HPA-CAPABILITY-ID__", 
20313             "in": "path", 
20314             "name": "hpa-capability-id", 
20315             "required": true, 
20316             "type": "string"
20317           }, 
20318           {
20319             "description": "hpa-capability object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability.json)", 
20320             "in": "body", 
20321             "name": "body", 
20322             "required": true, 
20323             "schema": {
20324               "$ref": "#/definitions/hpa-capability"
20325             }
20326           }
20327         ], 
20328         "produces": [
20329           "application/json", 
20330           "application/xml"
20331         ], 
20332         "responses": {
20333           "default": {
20334             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20335           }
20336         }, 
20337         "summary": "create or update an existing hpa-capability", 
20338         "tags": [
20339           "CloudInfrastructure"
20340         ]
20341       }
20342     }, 
20343     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/hpa-capabilities/hpa-capability/{hpa-capability-id}/hpa-feature-attributes/{hpa-attribute-key}": {
20344       "delete": {
20345         "consumes": [
20346           "application/json", 
20347           "application/xml"
20348         ], 
20349         "description": "delete an existing hpa-feature-attributes", 
20350         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
20351         "parameters": [
20352           {
20353             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20354             "example": "__CLOUD-OWNER__", 
20355             "in": "path", 
20356             "name": "cloud-owner", 
20357             "required": true, 
20358             "type": "string"
20359           }, 
20360           {
20361             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20362             "example": "__CLOUD-REGION-ID__", 
20363             "in": "path", 
20364             "name": "cloud-region-id", 
20365             "required": true, 
20366             "type": "string"
20367           }, 
20368           {
20369             "description": "UUID to uniquely identify a HPA capability", 
20370             "example": "__HPA-CAPABILITY-ID__", 
20371             "in": "path", 
20372             "name": "hpa-capability-id", 
20373             "required": true, 
20374             "type": "string"
20375           }, 
20376           {
20377             "description": "name of the specific HPA attribute", 
20378             "example": "__HPA-ATTRIBUTE-KEY__", 
20379             "in": "path", 
20380             "name": "hpa-attribute-key", 
20381             "required": true, 
20382             "type": "string"
20383           }, 
20384           {
20385             "description": "resource-version for concurrency", 
20386             "in": "query", 
20387             "name": "resource-version", 
20388             "required": true, 
20389             "type": "string"
20390           }
20391         ], 
20392         "produces": [
20393           "application/json", 
20394           "application/xml"
20395         ], 
20396         "responses": {
20397           "default": {
20398             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20399           }
20400         }, 
20401         "summary": "delete an existing hpa-feature-attributes", 
20402         "tags": [
20403           "CloudInfrastructure"
20404         ]
20405       }, 
20406       "get": {
20407         "description": "returns hpa-feature-attributes", 
20408         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
20409         "parameters": [
20410           {
20411             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20412             "example": "__CLOUD-OWNER__", 
20413             "in": "path", 
20414             "name": "cloud-owner", 
20415             "required": true, 
20416             "type": "string"
20417           }, 
20418           {
20419             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20420             "example": "__CLOUD-REGION-ID__", 
20421             "in": "path", 
20422             "name": "cloud-region-id", 
20423             "required": true, 
20424             "type": "string"
20425           }, 
20426           {
20427             "description": "UUID to uniquely identify a HPA capability", 
20428             "example": "__HPA-CAPABILITY-ID__", 
20429             "in": "path", 
20430             "name": "hpa-capability-id", 
20431             "required": true, 
20432             "type": "string"
20433           }, 
20434           {
20435             "description": "name of the specific HPA attribute", 
20436             "example": "__HPA-ATTRIBUTE-KEY__", 
20437             "in": "path", 
20438             "name": "hpa-attribute-key", 
20439             "required": true, 
20440             "type": "string"
20441           }
20442         ], 
20443         "produces": [
20444           "application/json", 
20445           "application/xml"
20446         ], 
20447         "responses": {
20448           "200": {
20449             "description": "successful operation", 
20450             "schema": {
20451               "$ref": "#/definitions/hpa-feature-attributes"
20452             }
20453           }, 
20454           "default": {
20455             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20456           }
20457         }, 
20458         "summary": "returns hpa-feature-attributes", 
20459         "tags": [
20460           "CloudInfrastructure"
20461         ]
20462       }, 
20463       "patch": {
20464         "consumes": [
20465           "application/json"
20466         ], 
20467         "description": "Update an existing hpa-feature-attributes\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", 
20468         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
20469         "parameters": [
20470           {
20471             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20472             "example": "__CLOUD-OWNER__", 
20473             "in": "path", 
20474             "name": "cloud-owner", 
20475             "required": true, 
20476             "type": "string"
20477           }, 
20478           {
20479             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20480             "example": "__CLOUD-REGION-ID__", 
20481             "in": "path", 
20482             "name": "cloud-region-id", 
20483             "required": true, 
20484             "type": "string"
20485           }, 
20486           {
20487             "description": "UUID to uniquely identify a HPA capability", 
20488             "example": "__HPA-CAPABILITY-ID__", 
20489             "in": "path", 
20490             "name": "hpa-capability-id", 
20491             "required": true, 
20492             "type": "string"
20493           }, 
20494           {
20495             "description": "name of the specific HPA attribute", 
20496             "example": "__HPA-ATTRIBUTE-KEY__", 
20497             "in": "path", 
20498             "name": "hpa-attribute-key", 
20499             "required": true, 
20500             "type": "string"
20501           }, 
20502           {
20503             "description": "hpa-feature-attributes object that needs to be updated.", 
20504             "in": "body", 
20505             "name": "body", 
20506             "required": true, 
20507             "schema": {
20508               "$ref": "#/definitions/zzzz-patch-hpa-feature-attributes"
20509             }
20510           }
20511         ], 
20512         "produces": [
20513           "application/json"
20514         ], 
20515         "responses": {
20516           "default": {
20517             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20518           }
20519         }, 
20520         "summary": "update an existing hpa-feature-attributes", 
20521         "tags": [
20522           "CloudInfrastructure"
20523         ]
20524       }, 
20525       "put": {
20526         "consumes": [
20527           "application/json", 
20528           "application/xml"
20529         ], 
20530         "description": "Create or update an existing hpa-feature-attributes.\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", 
20531         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes", 
20532         "parameters": [
20533           {
20534             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20535             "example": "__CLOUD-OWNER__", 
20536             "in": "path", 
20537             "name": "cloud-owner", 
20538             "required": true, 
20539             "type": "string"
20540           }, 
20541           {
20542             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20543             "example": "__CLOUD-REGION-ID__", 
20544             "in": "path", 
20545             "name": "cloud-region-id", 
20546             "required": true, 
20547             "type": "string"
20548           }, 
20549           {
20550             "description": "UUID to uniquely identify a HPA capability", 
20551             "example": "__HPA-CAPABILITY-ID__", 
20552             "in": "path", 
20553             "name": "hpa-capability-id", 
20554             "required": true, 
20555             "type": "string"
20556           }, 
20557           {
20558             "description": "name of the specific HPA attribute", 
20559             "example": "__HPA-ATTRIBUTE-KEY__", 
20560             "in": "path", 
20561             "name": "hpa-attribute-key", 
20562             "required": true, 
20563             "type": "string"
20564           }, 
20565           {
20566             "description": "hpa-feature-attributes object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes.json)", 
20567             "in": "body", 
20568             "name": "body", 
20569             "required": true, 
20570             "schema": {
20571               "$ref": "#/definitions/hpa-feature-attributes"
20572             }
20573           }
20574         ], 
20575         "produces": [
20576           "application/json", 
20577           "application/xml"
20578         ], 
20579         "responses": {
20580           "default": {
20581             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20582           }
20583         }, 
20584         "summary": "create or update an existing hpa-feature-attributes", 
20585         "tags": [
20586           "CloudInfrastructure"
20587         ]
20588       }
20589     }, 
20590     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/hpa-capabilities/hpa-capability/{hpa-capability-id}/hpa-feature-attributes/{hpa-attribute-key}/relationship-list/relationship": {
20591       "delete": {
20592         "consumes": [
20593           "application/json", 
20594           "application/xml"
20595         ], 
20596         "description": "delete an existing relationship", 
20597         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship", 
20598         "parameters": [
20599           {
20600             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20601             "example": "__CLOUD-OWNER__", 
20602             "in": "path", 
20603             "name": "cloud-owner", 
20604             "required": true, 
20605             "type": "string"
20606           }, 
20607           {
20608             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20609             "example": "__CLOUD-REGION-ID__", 
20610             "in": "path", 
20611             "name": "cloud-region-id", 
20612             "required": true, 
20613             "type": "string"
20614           }, 
20615           {
20616             "description": "UUID to uniquely identify a HPA capability", 
20617             "example": "__HPA-CAPABILITY-ID__", 
20618             "in": "path", 
20619             "name": "hpa-capability-id", 
20620             "required": true, 
20621             "type": "string"
20622           }, 
20623           {
20624             "description": "name of the specific HPA attribute", 
20625             "example": "__HPA-ATTRIBUTE-KEY__", 
20626             "in": "path", 
20627             "name": "hpa-attribute-key", 
20628             "required": true, 
20629             "type": "string"
20630           }
20631         ], 
20632         "produces": [
20633           "application/json", 
20634           "application/xml"
20635         ], 
20636         "responses": {
20637           "default": {
20638             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20639           }
20640         }, 
20641         "summary": "delete an existing relationship", 
20642         "tags": [
20643           "CloudInfrastructure"
20644         ]
20645       }, 
20646       "put": {
20647         "consumes": [
20648           "application/json", 
20649           "application/xml"
20650         ], 
20651         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributesRelationshipListRelationship", 
20652         "parameters": [
20653           {
20654             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20655             "example": "__CLOUD-OWNER__", 
20656             "in": "path", 
20657             "name": "cloud-owner", 
20658             "required": true, 
20659             "type": "string"
20660           }, 
20661           {
20662             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20663             "example": "__CLOUD-REGION-ID__", 
20664             "in": "path", 
20665             "name": "cloud-region-id", 
20666             "required": true, 
20667             "type": "string"
20668           }, 
20669           {
20670             "description": "UUID to uniquely identify a HPA capability", 
20671             "example": "__HPA-CAPABILITY-ID__", 
20672             "in": "path", 
20673             "name": "hpa-capability-id", 
20674             "required": true, 
20675             "type": "string"
20676           }, 
20677           {
20678             "description": "name of the specific HPA attribute", 
20679             "example": "__HPA-ATTRIBUTE-KEY__", 
20680             "in": "path", 
20681             "name": "hpa-attribute-key", 
20682             "required": true, 
20683             "type": "string"
20684           }, 
20685           {
20686             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityHpaFeatureAttributes.json)", 
20687             "in": "body", 
20688             "name": "body", 
20689             "required": true, 
20690             "schema": {
20691               "$ref": "#/definitions/relationship-dict"
20692             }
20693           }
20694         ], 
20695         "produces": [
20696           "application/json", 
20697           "application/xml"
20698         ], 
20699         "responses": {
20700           "default": {
20701             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20702           }
20703         }, 
20704         "summary": "see node definition for valid relationships", 
20705         "tags": [
20706           "CloudInfrastructure"
20707         ]
20708       }
20709     }, 
20710     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/hpa-capabilities/hpa-capability/{hpa-capability-id}/relationship-list/relationship": {
20711       "delete": {
20712         "consumes": [
20713           "application/json", 
20714           "application/xml"
20715         ], 
20716         "description": "delete an existing relationship", 
20717         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityRelationshipListRelationship", 
20718         "parameters": [
20719           {
20720             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20721             "example": "__CLOUD-OWNER__", 
20722             "in": "path", 
20723             "name": "cloud-owner", 
20724             "required": true, 
20725             "type": "string"
20726           }, 
20727           {
20728             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20729             "example": "__CLOUD-REGION-ID__", 
20730             "in": "path", 
20731             "name": "cloud-region-id", 
20732             "required": true, 
20733             "type": "string"
20734           }, 
20735           {
20736             "description": "UUID to uniquely identify a HPA capability", 
20737             "example": "__HPA-CAPABILITY-ID__", 
20738             "in": "path", 
20739             "name": "hpa-capability-id", 
20740             "required": true, 
20741             "type": "string"
20742           }
20743         ], 
20744         "produces": [
20745           "application/json", 
20746           "application/xml"
20747         ], 
20748         "responses": {
20749           "default": {
20750             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20751           }
20752         }, 
20753         "summary": "delete an existing relationship", 
20754         "tags": [
20755           "CloudInfrastructure"
20756         ]
20757       }, 
20758       "put": {
20759         "consumes": [
20760           "application/json", 
20761           "application/xml"
20762         ], 
20763         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapabilityRelationshipListRelationship", 
20764         "parameters": [
20765           {
20766             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20767             "example": "__CLOUD-OWNER__", 
20768             "in": "path", 
20769             "name": "cloud-owner", 
20770             "required": true, 
20771             "type": "string"
20772           }, 
20773           {
20774             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20775             "example": "__CLOUD-REGION-ID__", 
20776             "in": "path", 
20777             "name": "cloud-region-id", 
20778             "required": true, 
20779             "type": "string"
20780           }, 
20781           {
20782             "description": "UUID to uniquely identify a HPA capability", 
20783             "example": "__HPA-CAPABILITY-ID__", 
20784             "in": "path", 
20785             "name": "hpa-capability-id", 
20786             "required": true, 
20787             "type": "string"
20788           }, 
20789           {
20790             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionHpaCapabilitiesHpaCapability.json)", 
20791             "in": "body", 
20792             "name": "body", 
20793             "required": true, 
20794             "schema": {
20795               "$ref": "#/definitions/relationship-dict"
20796             }
20797           }
20798         ], 
20799         "produces": [
20800           "application/json", 
20801           "application/xml"
20802         ], 
20803         "responses": {
20804           "default": {
20805             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20806           }
20807         }, 
20808         "summary": "see node definition for valid relationships", 
20809         "tags": [
20810           "CloudInfrastructure"
20811         ]
20812       }
20813     }, 
20814     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images": {
20815       "get": {
20816         "description": "returns images", 
20817         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImages", 
20818         "parameters": [
20819           {
20820             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20821             "example": "__CLOUD-OWNER__", 
20822             "in": "path", 
20823             "name": "cloud-owner", 
20824             "required": true, 
20825             "type": "string"
20826           }, 
20827           {
20828             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20829             "example": "__CLOUD-REGION-ID__", 
20830             "in": "path", 
20831             "name": "cloud-region-id", 
20832             "required": true, 
20833             "type": "string"
20834           }, 
20835           {
20836             "description": "n/a", 
20837             "in": "query", 
20838             "name": "image-id", 
20839             "required": false, 
20840             "type": "string"
20841           }, 
20842           {
20843             "description": "n/a", 
20844             "in": "query", 
20845             "name": "image-name", 
20846             "required": false, 
20847             "type": "string"
20848           }, 
20849           {
20850             "description": "n/a", 
20851             "in": "query", 
20852             "name": "application", 
20853             "required": false, 
20854             "type": "string"
20855           }, 
20856           {
20857             "description": "n/a", 
20858             "in": "query", 
20859             "name": "application-vendor", 
20860             "required": false, 
20861             "type": "string"
20862           }, 
20863           {
20864             "description": "n/a", 
20865             "in": "query", 
20866             "name": "application-version", 
20867             "required": false, 
20868             "type": "string"
20869           }
20870         ], 
20871         "produces": [
20872           "application/json", 
20873           "application/xml"
20874         ], 
20875         "responses": {
20876           "200": {
20877             "description": "successful operation", 
20878             "schema": {
20879               "$ref": "#/definitions/images"
20880             }
20881           }, 
20882           "default": {
20883             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20884           }
20885         }, 
20886         "summary": "returns images", 
20887         "tags": [
20888           "CloudInfrastructure"
20889         ]
20890       }
20891     }, 
20892     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images/image/{image-id}": {
20893       "delete": {
20894         "consumes": [
20895           "application/json", 
20896           "application/xml"
20897         ], 
20898         "description": "delete an existing image", 
20899         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
20900         "parameters": [
20901           {
20902             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20903             "example": "__CLOUD-OWNER__", 
20904             "in": "path", 
20905             "name": "cloud-owner", 
20906             "required": true, 
20907             "type": "string"
20908           }, 
20909           {
20910             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20911             "example": "__CLOUD-REGION-ID__", 
20912             "in": "path", 
20913             "name": "cloud-region-id", 
20914             "required": true, 
20915             "type": "string"
20916           }, 
20917           {
20918             "description": "Image id, expected to be unique across cloud region", 
20919             "example": "__IMAGE-ID__", 
20920             "in": "path", 
20921             "name": "image-id", 
20922             "required": true, 
20923             "type": "string"
20924           }, 
20925           {
20926             "description": "resource-version for concurrency", 
20927             "in": "query", 
20928             "name": "resource-version", 
20929             "required": true, 
20930             "type": "string"
20931           }
20932         ], 
20933         "produces": [
20934           "application/json", 
20935           "application/xml"
20936         ], 
20937         "responses": {
20938           "default": {
20939             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20940           }
20941         }, 
20942         "summary": "delete an existing image", 
20943         "tags": [
20944           "CloudInfrastructure"
20945         ]
20946       }, 
20947       "get": {
20948         "description": "returns image", 
20949         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
20950         "parameters": [
20951           {
20952             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
20953             "example": "__CLOUD-OWNER__", 
20954             "in": "path", 
20955             "name": "cloud-owner", 
20956             "required": true, 
20957             "type": "string"
20958           }, 
20959           {
20960             "description": "Identifier used by the vendor for the region. Second part of composite key", 
20961             "example": "__CLOUD-REGION-ID__", 
20962             "in": "path", 
20963             "name": "cloud-region-id", 
20964             "required": true, 
20965             "type": "string"
20966           }, 
20967           {
20968             "description": "Image id, expected to be unique across cloud region", 
20969             "example": "__IMAGE-ID__", 
20970             "in": "path", 
20971             "name": "image-id", 
20972             "required": true, 
20973             "type": "string"
20974           }
20975         ], 
20976         "produces": [
20977           "application/json", 
20978           "application/xml"
20979         ], 
20980         "responses": {
20981           "200": {
20982             "description": "successful operation", 
20983             "schema": {
20984               "$ref": "#/definitions/image"
20985             }
20986           }, 
20987           "default": {
20988             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
20989           }
20990         }, 
20991         "summary": "returns image", 
20992         "tags": [
20993           "CloudInfrastructure"
20994         ]
20995       }, 
20996       "patch": {
20997         "consumes": [
20998           "application/json"
20999         ], 
21000         "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", 
21001         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
21002         "parameters": [
21003           {
21004             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21005             "example": "__CLOUD-OWNER__", 
21006             "in": "path", 
21007             "name": "cloud-owner", 
21008             "required": true, 
21009             "type": "string"
21010           }, 
21011           {
21012             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21013             "example": "__CLOUD-REGION-ID__", 
21014             "in": "path", 
21015             "name": "cloud-region-id", 
21016             "required": true, 
21017             "type": "string"
21018           }, 
21019           {
21020             "description": "Image id, expected to be unique across cloud region", 
21021             "example": "__IMAGE-ID__", 
21022             "in": "path", 
21023             "name": "image-id", 
21024             "required": true, 
21025             "type": "string"
21026           }, 
21027           {
21028             "description": "image object that needs to be updated.", 
21029             "in": "body", 
21030             "name": "body", 
21031             "required": true, 
21032             "schema": {
21033               "$ref": "#/definitions/zzzz-patch-image"
21034             }
21035           }
21036         ], 
21037         "produces": [
21038           "application/json"
21039         ], 
21040         "responses": {
21041           "default": {
21042             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21043           }
21044         }, 
21045         "summary": "update an existing image", 
21046         "tags": [
21047           "CloudInfrastructure"
21048         ]
21049       }, 
21050       "put": {
21051         "consumes": [
21052           "application/json", 
21053           "application/xml"
21054         ], 
21055         "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", 
21056         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImage", 
21057         "parameters": [
21058           {
21059             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21060             "example": "__CLOUD-OWNER__", 
21061             "in": "path", 
21062             "name": "cloud-owner", 
21063             "required": true, 
21064             "type": "string"
21065           }, 
21066           {
21067             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21068             "example": "__CLOUD-REGION-ID__", 
21069             "in": "path", 
21070             "name": "cloud-region-id", 
21071             "required": true, 
21072             "type": "string"
21073           }, 
21074           {
21075             "description": "Image id, expected to be unique across cloud region", 
21076             "example": "__IMAGE-ID__", 
21077             "in": "path", 
21078             "name": "image-id", 
21079             "required": true, 
21080             "type": "string"
21081           }, 
21082           {
21083             "description": "image object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionImagesImage.json)", 
21084             "in": "body", 
21085             "name": "body", 
21086             "required": true, 
21087             "schema": {
21088               "$ref": "#/definitions/image"
21089             }
21090           }
21091         ], 
21092         "produces": [
21093           "application/json", 
21094           "application/xml"
21095         ], 
21096         "responses": {
21097           "default": {
21098             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21099           }
21100         }, 
21101         "summary": "create or update an existing image", 
21102         "tags": [
21103           "CloudInfrastructure"
21104         ]
21105       }
21106     }, 
21107     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images/image/{image-id}/metadata": {
21108       "get": {
21109         "description": "returns metadata", 
21110         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadata", 
21111         "parameters": [
21112           {
21113             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21114             "example": "__CLOUD-OWNER__", 
21115             "in": "path", 
21116             "name": "cloud-owner", 
21117             "required": true, 
21118             "type": "string"
21119           }, 
21120           {
21121             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21122             "example": "__CLOUD-REGION-ID__", 
21123             "in": "path", 
21124             "name": "cloud-region-id", 
21125             "required": true, 
21126             "type": "string"
21127           }, 
21128           {
21129             "description": "Image id, expected to be unique across cloud region", 
21130             "example": "__IMAGE-ID__", 
21131             "in": "path", 
21132             "name": "image-id", 
21133             "required": true, 
21134             "type": "string"
21135           }, 
21136           {
21137             "description": "n/a", 
21138             "in": "query", 
21139             "name": "metaname", 
21140             "required": false, 
21141             "type": "string"
21142           }
21143         ], 
21144         "produces": [
21145           "application/json", 
21146           "application/xml"
21147         ], 
21148         "responses": {
21149           "200": {
21150             "description": "successful operation", 
21151             "schema": {
21152               "$ref": "#/definitions/metadata"
21153             }
21154           }, 
21155           "default": {
21156             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21157           }
21158         }, 
21159         "summary": "returns metadata", 
21160         "tags": [
21161           "CloudInfrastructure"
21162         ]
21163       }
21164     }, 
21165     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images/image/{image-id}/metadata/metadatum/{metaname}": {
21166       "delete": {
21167         "consumes": [
21168           "application/json", 
21169           "application/xml"
21170         ], 
21171         "description": "delete an existing metadatum", 
21172         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
21173         "parameters": [
21174           {
21175             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21176             "example": "__CLOUD-OWNER__", 
21177             "in": "path", 
21178             "name": "cloud-owner", 
21179             "required": true, 
21180             "type": "string"
21181           }, 
21182           {
21183             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21184             "example": "__CLOUD-REGION-ID__", 
21185             "in": "path", 
21186             "name": "cloud-region-id", 
21187             "required": true, 
21188             "type": "string"
21189           }, 
21190           {
21191             "description": "Image id, expected to be unique across cloud region", 
21192             "example": "__IMAGE-ID__", 
21193             "in": "path", 
21194             "name": "image-id", 
21195             "required": true, 
21196             "type": "string"
21197           }, 
21198           {
21199             "example": "__METANAME__", 
21200             "in": "path", 
21201             "name": "metaname", 
21202             "required": true, 
21203             "type": "string"
21204           }, 
21205           {
21206             "description": "resource-version for concurrency", 
21207             "in": "query", 
21208             "name": "resource-version", 
21209             "required": true, 
21210             "type": "string"
21211           }
21212         ], 
21213         "produces": [
21214           "application/json", 
21215           "application/xml"
21216         ], 
21217         "responses": {
21218           "default": {
21219             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21220           }
21221         }, 
21222         "summary": "delete an existing metadatum", 
21223         "tags": [
21224           "CloudInfrastructure"
21225         ]
21226       }, 
21227       "get": {
21228         "description": "returns metadatum", 
21229         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
21230         "parameters": [
21231           {
21232             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21233             "example": "__CLOUD-OWNER__", 
21234             "in": "path", 
21235             "name": "cloud-owner", 
21236             "required": true, 
21237             "type": "string"
21238           }, 
21239           {
21240             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21241             "example": "__CLOUD-REGION-ID__", 
21242             "in": "path", 
21243             "name": "cloud-region-id", 
21244             "required": true, 
21245             "type": "string"
21246           }, 
21247           {
21248             "description": "Image id, expected to be unique across cloud region", 
21249             "example": "__IMAGE-ID__", 
21250             "in": "path", 
21251             "name": "image-id", 
21252             "required": true, 
21253             "type": "string"
21254           }, 
21255           {
21256             "example": "__METANAME__", 
21257             "in": "path", 
21258             "name": "metaname", 
21259             "required": true, 
21260             "type": "string"
21261           }
21262         ], 
21263         "produces": [
21264           "application/json", 
21265           "application/xml"
21266         ], 
21267         "responses": {
21268           "200": {
21269             "description": "successful operation", 
21270             "schema": {
21271               "$ref": "#/definitions/metadatum"
21272             }
21273           }, 
21274           "default": {
21275             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21276           }
21277         }, 
21278         "summary": "returns metadatum", 
21279         "tags": [
21280           "CloudInfrastructure"
21281         ]
21282       }, 
21283       "patch": {
21284         "consumes": [
21285           "application/json"
21286         ], 
21287         "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", 
21288         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
21289         "parameters": [
21290           {
21291             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21292             "example": "__CLOUD-OWNER__", 
21293             "in": "path", 
21294             "name": "cloud-owner", 
21295             "required": true, 
21296             "type": "string"
21297           }, 
21298           {
21299             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21300             "example": "__CLOUD-REGION-ID__", 
21301             "in": "path", 
21302             "name": "cloud-region-id", 
21303             "required": true, 
21304             "type": "string"
21305           }, 
21306           {
21307             "description": "Image id, expected to be unique across cloud region", 
21308             "example": "__IMAGE-ID__", 
21309             "in": "path", 
21310             "name": "image-id", 
21311             "required": true, 
21312             "type": "string"
21313           }, 
21314           {
21315             "example": "__METANAME__", 
21316             "in": "path", 
21317             "name": "metaname", 
21318             "required": true, 
21319             "type": "string"
21320           }, 
21321           {
21322             "description": "metadatum object that needs to be updated.", 
21323             "in": "body", 
21324             "name": "body", 
21325             "required": true, 
21326             "schema": {
21327               "$ref": "#/definitions/zzzz-patch-metadatum"
21328             }
21329           }
21330         ], 
21331         "produces": [
21332           "application/json"
21333         ], 
21334         "responses": {
21335           "default": {
21336             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21337           }
21338         }, 
21339         "summary": "update an existing metadatum", 
21340         "tags": [
21341           "CloudInfrastructure"
21342         ]
21343       }, 
21344       "put": {
21345         "consumes": [
21346           "application/json", 
21347           "application/xml"
21348         ], 
21349         "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", 
21350         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum", 
21351         "parameters": [
21352           {
21353             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21354             "example": "__CLOUD-OWNER__", 
21355             "in": "path", 
21356             "name": "cloud-owner", 
21357             "required": true, 
21358             "type": "string"
21359           }, 
21360           {
21361             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21362             "example": "__CLOUD-REGION-ID__", 
21363             "in": "path", 
21364             "name": "cloud-region-id", 
21365             "required": true, 
21366             "type": "string"
21367           }, 
21368           {
21369             "description": "Image id, expected to be unique across cloud region", 
21370             "example": "__IMAGE-ID__", 
21371             "in": "path", 
21372             "name": "image-id", 
21373             "required": true, 
21374             "type": "string"
21375           }, 
21376           {
21377             "example": "__METANAME__", 
21378             "in": "path", 
21379             "name": "metaname", 
21380             "required": true, 
21381             "type": "string"
21382           }, 
21383           {
21384             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionImagesImageMetadataMetadatum.json)", 
21385             "in": "body", 
21386             "name": "body", 
21387             "required": true, 
21388             "schema": {
21389               "$ref": "#/definitions/metadatum"
21390             }
21391           }
21392         ], 
21393         "produces": [
21394           "application/json", 
21395           "application/xml"
21396         ], 
21397         "responses": {
21398           "default": {
21399             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21400           }
21401         }, 
21402         "summary": "create or update an existing metadatum", 
21403         "tags": [
21404           "CloudInfrastructure"
21405         ]
21406       }
21407     }, 
21408     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/images/image/{image-id}/relationship-list/relationship": {
21409       "delete": {
21410         "consumes": [
21411           "application/json", 
21412           "application/xml"
21413         ], 
21414         "description": "delete an existing relationship", 
21415         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionImagesImageRelationshipListRelationship", 
21416         "parameters": [
21417           {
21418             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21419             "example": "__CLOUD-OWNER__", 
21420             "in": "path", 
21421             "name": "cloud-owner", 
21422             "required": true, 
21423             "type": "string"
21424           }, 
21425           {
21426             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21427             "example": "__CLOUD-REGION-ID__", 
21428             "in": "path", 
21429             "name": "cloud-region-id", 
21430             "required": true, 
21431             "type": "string"
21432           }, 
21433           {
21434             "description": "Image id, expected to be unique across cloud region", 
21435             "example": "__IMAGE-ID__", 
21436             "in": "path", 
21437             "name": "image-id", 
21438             "required": true, 
21439             "type": "string"
21440           }
21441         ], 
21442         "produces": [
21443           "application/json", 
21444           "application/xml"
21445         ], 
21446         "responses": {
21447           "default": {
21448             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21449           }
21450         }, 
21451         "summary": "delete an existing relationship", 
21452         "tags": [
21453           "CloudInfrastructure"
21454         ]
21455       }, 
21456       "put": {
21457         "consumes": [
21458           "application/json", 
21459           "application/xml"
21460         ], 
21461         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionImagesImageRelationshipListRelationship", 
21462         "parameters": [
21463           {
21464             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21465             "example": "__CLOUD-OWNER__", 
21466             "in": "path", 
21467             "name": "cloud-owner", 
21468             "required": true, 
21469             "type": "string"
21470           }, 
21471           {
21472             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21473             "example": "__CLOUD-REGION-ID__", 
21474             "in": "path", 
21475             "name": "cloud-region-id", 
21476             "required": true, 
21477             "type": "string"
21478           }, 
21479           {
21480             "description": "Image id, expected to be unique across cloud region", 
21481             "example": "__IMAGE-ID__", 
21482             "in": "path", 
21483             "name": "image-id", 
21484             "required": true, 
21485             "type": "string"
21486           }, 
21487           {
21488             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionImagesImage.json)", 
21489             "in": "body", 
21490             "name": "body", 
21491             "required": true, 
21492             "schema": {
21493               "$ref": "#/definitions/relationship-dict"
21494             }
21495           }
21496         ], 
21497         "produces": [
21498           "application/json", 
21499           "application/xml"
21500         ], 
21501         "responses": {
21502           "default": {
21503             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21504           }
21505         }, 
21506         "summary": "see node definition for valid relationships", 
21507         "tags": [
21508           "CloudInfrastructure"
21509         ]
21510       }
21511     }, 
21512     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/oam-networks": {
21513       "get": {
21514         "description": "returns oam-networks", 
21515         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionOamNetworks", 
21516         "parameters": [
21517           {
21518             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21519             "example": "__CLOUD-OWNER__", 
21520             "in": "path", 
21521             "name": "cloud-owner", 
21522             "required": true, 
21523             "type": "string"
21524           }, 
21525           {
21526             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21527             "example": "__CLOUD-REGION-ID__", 
21528             "in": "path", 
21529             "name": "cloud-region-id", 
21530             "required": true, 
21531             "type": "string"
21532           }, 
21533           {
21534             "description": "n/a", 
21535             "in": "query", 
21536             "name": "network-uuid", 
21537             "required": false, 
21538             "type": "string"
21539           }, 
21540           {
21541             "description": "n/a", 
21542             "in": "query", 
21543             "name": "network-name", 
21544             "required": false, 
21545             "type": "string"
21546           }, 
21547           {
21548             "description": "n/a", 
21549             "format": "int64", 
21550             "in": "query", 
21551             "name": "cvlan-tag", 
21552             "required": false, 
21553             "type": "integer"
21554           }
21555         ], 
21556         "produces": [
21557           "application/json", 
21558           "application/xml"
21559         ], 
21560         "responses": {
21561           "200": {
21562             "description": "successful operation", 
21563             "schema": {
21564               "$ref": "#/definitions/oam-networks"
21565             }
21566           }, 
21567           "default": {
21568             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21569           }
21570         }, 
21571         "summary": "returns oam-networks", 
21572         "tags": [
21573           "CloudInfrastructure"
21574         ]
21575       }
21576     }, 
21577     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/oam-networks/oam-network/{network-uuid}": {
21578       "delete": {
21579         "consumes": [
21580           "application/json", 
21581           "application/xml"
21582         ], 
21583         "description": "delete an existing oam-network", 
21584         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
21585         "parameters": [
21586           {
21587             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21588             "example": "__CLOUD-OWNER__", 
21589             "in": "path", 
21590             "name": "cloud-owner", 
21591             "required": true, 
21592             "type": "string"
21593           }, 
21594           {
21595             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21596             "example": "__CLOUD-REGION-ID__", 
21597             "in": "path", 
21598             "name": "cloud-region-id", 
21599             "required": true, 
21600             "type": "string"
21601           }, 
21602           {
21603             "description": "UUID of the network. Unique across a cloud-region", 
21604             "example": "__NETWORK-UUID__", 
21605             "in": "path", 
21606             "name": "network-uuid", 
21607             "required": true, 
21608             "type": "string"
21609           }, 
21610           {
21611             "description": "resource-version for concurrency", 
21612             "in": "query", 
21613             "name": "resource-version", 
21614             "required": true, 
21615             "type": "string"
21616           }
21617         ], 
21618         "produces": [
21619           "application/json", 
21620           "application/xml"
21621         ], 
21622         "responses": {
21623           "default": {
21624             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21625           }
21626         }, 
21627         "summary": "delete an existing oam-network", 
21628         "tags": [
21629           "CloudInfrastructure"
21630         ]
21631       }, 
21632       "get": {
21633         "description": "returns oam-network", 
21634         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
21635         "parameters": [
21636           {
21637             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21638             "example": "__CLOUD-OWNER__", 
21639             "in": "path", 
21640             "name": "cloud-owner", 
21641             "required": true, 
21642             "type": "string"
21643           }, 
21644           {
21645             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21646             "example": "__CLOUD-REGION-ID__", 
21647             "in": "path", 
21648             "name": "cloud-region-id", 
21649             "required": true, 
21650             "type": "string"
21651           }, 
21652           {
21653             "description": "UUID of the network. Unique across a cloud-region", 
21654             "example": "__NETWORK-UUID__", 
21655             "in": "path", 
21656             "name": "network-uuid", 
21657             "required": true, 
21658             "type": "string"
21659           }
21660         ], 
21661         "produces": [
21662           "application/json", 
21663           "application/xml"
21664         ], 
21665         "responses": {
21666           "200": {
21667             "description": "successful operation", 
21668             "schema": {
21669               "$ref": "#/definitions/oam-network"
21670             }
21671           }, 
21672           "default": {
21673             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21674           }
21675         }, 
21676         "summary": "returns oam-network", 
21677         "tags": [
21678           "CloudInfrastructure"
21679         ]
21680       }, 
21681       "patch": {
21682         "consumes": [
21683           "application/json"
21684         ], 
21685         "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", 
21686         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
21687         "parameters": [
21688           {
21689             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21690             "example": "__CLOUD-OWNER__", 
21691             "in": "path", 
21692             "name": "cloud-owner", 
21693             "required": true, 
21694             "type": "string"
21695           }, 
21696           {
21697             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21698             "example": "__CLOUD-REGION-ID__", 
21699             "in": "path", 
21700             "name": "cloud-region-id", 
21701             "required": true, 
21702             "type": "string"
21703           }, 
21704           {
21705             "description": "UUID of the network. Unique across a cloud-region", 
21706             "example": "__NETWORK-UUID__", 
21707             "in": "path", 
21708             "name": "network-uuid", 
21709             "required": true, 
21710             "type": "string"
21711           }, 
21712           {
21713             "description": "oam-network object that needs to be updated.", 
21714             "in": "body", 
21715             "name": "body", 
21716             "required": true, 
21717             "schema": {
21718               "$ref": "#/definitions/zzzz-patch-oam-network"
21719             }
21720           }
21721         ], 
21722         "produces": [
21723           "application/json"
21724         ], 
21725         "responses": {
21726           "default": {
21727             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21728           }
21729         }, 
21730         "summary": "update an existing oam-network", 
21731         "tags": [
21732           "CloudInfrastructure"
21733         ]
21734       }, 
21735       "put": {
21736         "consumes": [
21737           "application/json", 
21738           "application/xml"
21739         ], 
21740         "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", 
21741         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork", 
21742         "parameters": [
21743           {
21744             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21745             "example": "__CLOUD-OWNER__", 
21746             "in": "path", 
21747             "name": "cloud-owner", 
21748             "required": true, 
21749             "type": "string"
21750           }, 
21751           {
21752             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21753             "example": "__CLOUD-REGION-ID__", 
21754             "in": "path", 
21755             "name": "cloud-region-id", 
21756             "required": true, 
21757             "type": "string"
21758           }, 
21759           {
21760             "description": "UUID of the network. Unique across a cloud-region", 
21761             "example": "__NETWORK-UUID__", 
21762             "in": "path", 
21763             "name": "network-uuid", 
21764             "required": true, 
21765             "type": "string"
21766           }, 
21767           {
21768             "description": "oam-network object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork.json)", 
21769             "in": "body", 
21770             "name": "body", 
21771             "required": true, 
21772             "schema": {
21773               "$ref": "#/definitions/oam-network"
21774             }
21775           }
21776         ], 
21777         "produces": [
21778           "application/json", 
21779           "application/xml"
21780         ], 
21781         "responses": {
21782           "default": {
21783             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21784           }
21785         }, 
21786         "summary": "create or update an existing oam-network", 
21787         "tags": [
21788           "CloudInfrastructure"
21789         ]
21790       }
21791     }, 
21792     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/oam-networks/oam-network/{network-uuid}/relationship-list/relationship": {
21793       "delete": {
21794         "consumes": [
21795           "application/json", 
21796           "application/xml"
21797         ], 
21798         "description": "delete an existing relationship", 
21799         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetworkRelationshipListRelationship", 
21800         "parameters": [
21801           {
21802             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21803             "example": "__CLOUD-OWNER__", 
21804             "in": "path", 
21805             "name": "cloud-owner", 
21806             "required": true, 
21807             "type": "string"
21808           }, 
21809           {
21810             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21811             "example": "__CLOUD-REGION-ID__", 
21812             "in": "path", 
21813             "name": "cloud-region-id", 
21814             "required": true, 
21815             "type": "string"
21816           }, 
21817           {
21818             "description": "UUID of the network. Unique across a cloud-region", 
21819             "example": "__NETWORK-UUID__", 
21820             "in": "path", 
21821             "name": "network-uuid", 
21822             "required": true, 
21823             "type": "string"
21824           }
21825         ], 
21826         "produces": [
21827           "application/json", 
21828           "application/xml"
21829         ], 
21830         "responses": {
21831           "default": {
21832             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21833           }
21834         }, 
21835         "summary": "delete an existing relationship", 
21836         "tags": [
21837           "CloudInfrastructure"
21838         ]
21839       }, 
21840       "put": {
21841         "consumes": [
21842           "application/json", 
21843           "application/xml"
21844         ], 
21845         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetworkRelationshipListRelationship", 
21846         "parameters": [
21847           {
21848             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21849             "example": "__CLOUD-OWNER__", 
21850             "in": "path", 
21851             "name": "cloud-owner", 
21852             "required": true, 
21853             "type": "string"
21854           }, 
21855           {
21856             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21857             "example": "__CLOUD-REGION-ID__", 
21858             "in": "path", 
21859             "name": "cloud-region-id", 
21860             "required": true, 
21861             "type": "string"
21862           }, 
21863           {
21864             "description": "UUID of the network. Unique across a cloud-region", 
21865             "example": "__NETWORK-UUID__", 
21866             "in": "path", 
21867             "name": "network-uuid", 
21868             "required": true, 
21869             "type": "string"
21870           }, 
21871           {
21872             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionOamNetworksOamNetwork.json)", 
21873             "in": "body", 
21874             "name": "body", 
21875             "required": true, 
21876             "schema": {
21877               "$ref": "#/definitions/relationship-dict"
21878             }
21879           }
21880         ], 
21881         "produces": [
21882           "application/json", 
21883           "application/xml"
21884         ], 
21885         "responses": {
21886           "default": {
21887             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21888           }
21889         }, 
21890         "summary": "see node definition for valid relationships", 
21891         "tags": [
21892           "CloudInfrastructure"
21893         ]
21894       }
21895     }, 
21896     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/relationship-list/relationship": {
21897       "delete": {
21898         "consumes": [
21899           "application/json", 
21900           "application/xml"
21901         ], 
21902         "description": "delete an existing relationship", 
21903         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionRelationshipListRelationship", 
21904         "parameters": [
21905           {
21906             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21907             "example": "__CLOUD-OWNER__", 
21908             "in": "path", 
21909             "name": "cloud-owner", 
21910             "required": true, 
21911             "type": "string"
21912           }, 
21913           {
21914             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21915             "example": "__CLOUD-REGION-ID__", 
21916             "in": "path", 
21917             "name": "cloud-region-id", 
21918             "required": true, 
21919             "type": "string"
21920           }
21921         ], 
21922         "produces": [
21923           "application/json", 
21924           "application/xml"
21925         ], 
21926         "responses": {
21927           "default": {
21928             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21929           }
21930         }, 
21931         "summary": "delete an existing relationship", 
21932         "tags": [
21933           "CloudInfrastructure"
21934         ]
21935       }, 
21936       "put": {
21937         "consumes": [
21938           "application/json", 
21939           "application/xml"
21940         ], 
21941         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionRelationshipListRelationship", 
21942         "parameters": [
21943           {
21944             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21945             "example": "__CLOUD-OWNER__", 
21946             "in": "path", 
21947             "name": "cloud-owner", 
21948             "required": true, 
21949             "type": "string"
21950           }, 
21951           {
21952             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21953             "example": "__CLOUD-REGION-ID__", 
21954             "in": "path", 
21955             "name": "cloud-region-id", 
21956             "required": true, 
21957             "type": "string"
21958           }, 
21959           {
21960             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegion.json)", 
21961             "in": "body", 
21962             "name": "body", 
21963             "required": true, 
21964             "schema": {
21965               "$ref": "#/definitions/relationship-dict"
21966             }
21967           }
21968         ], 
21969         "produces": [
21970           "application/json", 
21971           "application/xml"
21972         ], 
21973         "responses": {
21974           "default": {
21975             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
21976           }
21977         }, 
21978         "summary": "see node definition for valid relationships", 
21979         "tags": [
21980           "CloudInfrastructure"
21981         ]
21982       }
21983     }, 
21984     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/snapshots": {
21985       "get": {
21986         "description": "returns snapshots", 
21987         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionSnapshots", 
21988         "parameters": [
21989           {
21990             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
21991             "example": "__CLOUD-OWNER__", 
21992             "in": "path", 
21993             "name": "cloud-owner", 
21994             "required": true, 
21995             "type": "string"
21996           }, 
21997           {
21998             "description": "Identifier used by the vendor for the region. Second part of composite key", 
21999             "example": "__CLOUD-REGION-ID__", 
22000             "in": "path", 
22001             "name": "cloud-region-id", 
22002             "required": true, 
22003             "type": "string"
22004           }, 
22005           {
22006             "description": "n/a", 
22007             "in": "query", 
22008             "name": "snapshot-id", 
22009             "required": false, 
22010             "type": "string"
22011           }, 
22012           {
22013             "description": "n/a", 
22014             "in": "query", 
22015             "name": "snapshot-name", 
22016             "required": false, 
22017             "type": "string"
22018           }, 
22019           {
22020             "description": "n/a", 
22021             "in": "query", 
22022             "name": "application", 
22023             "required": false, 
22024             "type": "string"
22025           }, 
22026           {
22027             "description": "n/a", 
22028             "in": "query", 
22029             "name": "application-vendor", 
22030             "required": false, 
22031             "type": "string"
22032           }, 
22033           {
22034             "description": "n/a", 
22035             "in": "query", 
22036             "name": "application-version", 
22037             "required": false, 
22038             "type": "string"
22039           }, 
22040           {
22041             "description": "n/a", 
22042             "in": "query", 
22043             "name": "prev-snapshot-id", 
22044             "required": false, 
22045             "type": "string"
22046           }
22047         ], 
22048         "produces": [
22049           "application/json", 
22050           "application/xml"
22051         ], 
22052         "responses": {
22053           "200": {
22054             "description": "successful operation", 
22055             "schema": {
22056               "$ref": "#/definitions/snapshots"
22057             }
22058           }, 
22059           "default": {
22060             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22061           }
22062         }, 
22063         "summary": "returns snapshots", 
22064         "tags": [
22065           "CloudInfrastructure"
22066         ]
22067       }
22068     }, 
22069     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/snapshots/snapshot/{snapshot-id}": {
22070       "delete": {
22071         "consumes": [
22072           "application/json", 
22073           "application/xml"
22074         ], 
22075         "description": "delete an existing snapshot", 
22076         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
22077         "parameters": [
22078           {
22079             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22080             "example": "__CLOUD-OWNER__", 
22081             "in": "path", 
22082             "name": "cloud-owner", 
22083             "required": true, 
22084             "type": "string"
22085           }, 
22086           {
22087             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22088             "example": "__CLOUD-REGION-ID__", 
22089             "in": "path", 
22090             "name": "cloud-region-id", 
22091             "required": true, 
22092             "type": "string"
22093           }, 
22094           {
22095             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
22096             "example": "__SNAPSHOT-ID__", 
22097             "in": "path", 
22098             "name": "snapshot-id", 
22099             "required": true, 
22100             "type": "string"
22101           }, 
22102           {
22103             "description": "resource-version for concurrency", 
22104             "in": "query", 
22105             "name": "resource-version", 
22106             "required": true, 
22107             "type": "string"
22108           }
22109         ], 
22110         "produces": [
22111           "application/json", 
22112           "application/xml"
22113         ], 
22114         "responses": {
22115           "default": {
22116             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22117           }
22118         }, 
22119         "summary": "delete an existing snapshot", 
22120         "tags": [
22121           "CloudInfrastructure"
22122         ]
22123       }, 
22124       "get": {
22125         "description": "returns snapshot", 
22126         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
22127         "parameters": [
22128           {
22129             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22130             "example": "__CLOUD-OWNER__", 
22131             "in": "path", 
22132             "name": "cloud-owner", 
22133             "required": true, 
22134             "type": "string"
22135           }, 
22136           {
22137             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22138             "example": "__CLOUD-REGION-ID__", 
22139             "in": "path", 
22140             "name": "cloud-region-id", 
22141             "required": true, 
22142             "type": "string"
22143           }, 
22144           {
22145             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
22146             "example": "__SNAPSHOT-ID__", 
22147             "in": "path", 
22148             "name": "snapshot-id", 
22149             "required": true, 
22150             "type": "string"
22151           }
22152         ], 
22153         "produces": [
22154           "application/json", 
22155           "application/xml"
22156         ], 
22157         "responses": {
22158           "200": {
22159             "description": "successful operation", 
22160             "schema": {
22161               "$ref": "#/definitions/snapshot"
22162             }
22163           }, 
22164           "default": {
22165             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22166           }
22167         }, 
22168         "summary": "returns snapshot", 
22169         "tags": [
22170           "CloudInfrastructure"
22171         ]
22172       }, 
22173       "patch": {
22174         "consumes": [
22175           "application/json"
22176         ], 
22177         "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", 
22178         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
22179         "parameters": [
22180           {
22181             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22182             "example": "__CLOUD-OWNER__", 
22183             "in": "path", 
22184             "name": "cloud-owner", 
22185             "required": true, 
22186             "type": "string"
22187           }, 
22188           {
22189             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22190             "example": "__CLOUD-REGION-ID__", 
22191             "in": "path", 
22192             "name": "cloud-region-id", 
22193             "required": true, 
22194             "type": "string"
22195           }, 
22196           {
22197             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
22198             "example": "__SNAPSHOT-ID__", 
22199             "in": "path", 
22200             "name": "snapshot-id", 
22201             "required": true, 
22202             "type": "string"
22203           }, 
22204           {
22205             "description": "snapshot object that needs to be updated.", 
22206             "in": "body", 
22207             "name": "body", 
22208             "required": true, 
22209             "schema": {
22210               "$ref": "#/definitions/zzzz-patch-snapshot"
22211             }
22212           }
22213         ], 
22214         "produces": [
22215           "application/json"
22216         ], 
22217         "responses": {
22218           "default": {
22219             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22220           }
22221         }, 
22222         "summary": "update an existing snapshot", 
22223         "tags": [
22224           "CloudInfrastructure"
22225         ]
22226       }, 
22227       "put": {
22228         "consumes": [
22229           "application/json", 
22230           "application/xml"
22231         ], 
22232         "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", 
22233         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot", 
22234         "parameters": [
22235           {
22236             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22237             "example": "__CLOUD-OWNER__", 
22238             "in": "path", 
22239             "name": "cloud-owner", 
22240             "required": true, 
22241             "type": "string"
22242           }, 
22243           {
22244             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22245             "example": "__CLOUD-REGION-ID__", 
22246             "in": "path", 
22247             "name": "cloud-region-id", 
22248             "required": true, 
22249             "type": "string"
22250           }, 
22251           {
22252             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
22253             "example": "__SNAPSHOT-ID__", 
22254             "in": "path", 
22255             "name": "snapshot-id", 
22256             "required": true, 
22257             "type": "string"
22258           }, 
22259           {
22260             "description": "snapshot object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot.json)", 
22261             "in": "body", 
22262             "name": "body", 
22263             "required": true, 
22264             "schema": {
22265               "$ref": "#/definitions/snapshot"
22266             }
22267           }
22268         ], 
22269         "produces": [
22270           "application/json", 
22271           "application/xml"
22272         ], 
22273         "responses": {
22274           "default": {
22275             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22276           }
22277         }, 
22278         "summary": "create or update an existing snapshot", 
22279         "tags": [
22280           "CloudInfrastructure"
22281         ]
22282       }
22283     }, 
22284     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/snapshots/snapshot/{snapshot-id}/relationship-list/relationship": {
22285       "delete": {
22286         "consumes": [
22287           "application/json", 
22288           "application/xml"
22289         ], 
22290         "description": "delete an existing relationship", 
22291         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshotRelationshipListRelationship", 
22292         "parameters": [
22293           {
22294             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22295             "example": "__CLOUD-OWNER__", 
22296             "in": "path", 
22297             "name": "cloud-owner", 
22298             "required": true, 
22299             "type": "string"
22300           }, 
22301           {
22302             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22303             "example": "__CLOUD-REGION-ID__", 
22304             "in": "path", 
22305             "name": "cloud-region-id", 
22306             "required": true, 
22307             "type": "string"
22308           }, 
22309           {
22310             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
22311             "example": "__SNAPSHOT-ID__", 
22312             "in": "path", 
22313             "name": "snapshot-id", 
22314             "required": true, 
22315             "type": "string"
22316           }
22317         ], 
22318         "produces": [
22319           "application/json", 
22320           "application/xml"
22321         ], 
22322         "responses": {
22323           "default": {
22324             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22325           }
22326         }, 
22327         "summary": "delete an existing relationship", 
22328         "tags": [
22329           "CloudInfrastructure"
22330         ]
22331       }, 
22332       "put": {
22333         "consumes": [
22334           "application/json", 
22335           "application/xml"
22336         ], 
22337         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshotRelationshipListRelationship", 
22338         "parameters": [
22339           {
22340             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22341             "example": "__CLOUD-OWNER__", 
22342             "in": "path", 
22343             "name": "cloud-owner", 
22344             "required": true, 
22345             "type": "string"
22346           }, 
22347           {
22348             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22349             "example": "__CLOUD-REGION-ID__", 
22350             "in": "path", 
22351             "name": "cloud-region-id", 
22352             "required": true, 
22353             "type": "string"
22354           }, 
22355           {
22356             "description": "Snapshot id, this is the key UUID assoc associated in glance with the snapshots.", 
22357             "example": "__SNAPSHOT-ID__", 
22358             "in": "path", 
22359             "name": "snapshot-id", 
22360             "required": true, 
22361             "type": "string"
22362           }, 
22363           {
22364             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionSnapshotsSnapshot.json)", 
22365             "in": "body", 
22366             "name": "body", 
22367             "required": true, 
22368             "schema": {
22369               "$ref": "#/definitions/relationship-dict"
22370             }
22371           }
22372         ], 
22373         "produces": [
22374           "application/json", 
22375           "application/xml"
22376         ], 
22377         "responses": {
22378           "default": {
22379             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22380           }
22381         }, 
22382         "summary": "see node definition for valid relationships", 
22383         "tags": [
22384           "CloudInfrastructure"
22385         ]
22386       }
22387     }, 
22388     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants": {
22389       "get": {
22390         "description": "returns tenants", 
22391         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenants", 
22392         "parameters": [
22393           {
22394             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22395             "example": "__CLOUD-OWNER__", 
22396             "in": "path", 
22397             "name": "cloud-owner", 
22398             "required": true, 
22399             "type": "string"
22400           }, 
22401           {
22402             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22403             "example": "__CLOUD-REGION-ID__", 
22404             "in": "path", 
22405             "name": "cloud-region-id", 
22406             "required": true, 
22407             "type": "string"
22408           }, 
22409           {
22410             "description": "n/a", 
22411             "in": "query", 
22412             "name": "tenant-id", 
22413             "required": false, 
22414             "type": "string"
22415           }, 
22416           {
22417             "description": "n/a", 
22418             "in": "query", 
22419             "name": "tenant-name", 
22420             "required": false, 
22421             "type": "string"
22422           }, 
22423           {
22424             "description": "n/a", 
22425             "in": "query", 
22426             "name": "tenant-context", 
22427             "required": false, 
22428             "type": "string"
22429           }
22430         ], 
22431         "produces": [
22432           "application/json", 
22433           "application/xml"
22434         ], 
22435         "responses": {
22436           "200": {
22437             "description": "successful operation", 
22438             "schema": {
22439               "$ref": "#/definitions/tenants"
22440             }
22441           }, 
22442           "default": {
22443             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22444           }
22445         }, 
22446         "summary": "returns tenants", 
22447         "tags": [
22448           "CloudInfrastructure"
22449         ]
22450       }
22451     }, 
22452     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}": {
22453       "delete": {
22454         "consumes": [
22455           "application/json", 
22456           "application/xml"
22457         ], 
22458         "description": "delete an existing tenant", 
22459         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
22460         "parameters": [
22461           {
22462             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22463             "example": "__CLOUD-OWNER__", 
22464             "in": "path", 
22465             "name": "cloud-owner", 
22466             "required": true, 
22467             "type": "string"
22468           }, 
22469           {
22470             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22471             "example": "__CLOUD-REGION-ID__", 
22472             "in": "path", 
22473             "name": "cloud-region-id", 
22474             "required": true, 
22475             "type": "string"
22476           }, 
22477           {
22478             "description": "Unique id relative to the cloud-region.", 
22479             "example": "__TENANT-ID__", 
22480             "in": "path", 
22481             "name": "tenant-id", 
22482             "required": true, 
22483             "type": "string"
22484           }, 
22485           {
22486             "description": "resource-version for concurrency", 
22487             "in": "query", 
22488             "name": "resource-version", 
22489             "required": true, 
22490             "type": "string"
22491           }
22492         ], 
22493         "produces": [
22494           "application/json", 
22495           "application/xml"
22496         ], 
22497         "responses": {
22498           "default": {
22499             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22500           }
22501         }, 
22502         "summary": "delete an existing tenant", 
22503         "tags": [
22504           "CloudInfrastructure"
22505         ]
22506       }, 
22507       "get": {
22508         "description": "returns tenant", 
22509         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
22510         "parameters": [
22511           {
22512             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22513             "example": "__CLOUD-OWNER__", 
22514             "in": "path", 
22515             "name": "cloud-owner", 
22516             "required": true, 
22517             "type": "string"
22518           }, 
22519           {
22520             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22521             "example": "__CLOUD-REGION-ID__", 
22522             "in": "path", 
22523             "name": "cloud-region-id", 
22524             "required": true, 
22525             "type": "string"
22526           }, 
22527           {
22528             "description": "Unique id relative to the cloud-region.", 
22529             "example": "__TENANT-ID__", 
22530             "in": "path", 
22531             "name": "tenant-id", 
22532             "required": true, 
22533             "type": "string"
22534           }
22535         ], 
22536         "produces": [
22537           "application/json", 
22538           "application/xml"
22539         ], 
22540         "responses": {
22541           "200": {
22542             "description": "successful operation", 
22543             "schema": {
22544               "$ref": "#/definitions/tenant"
22545             }
22546           }, 
22547           "default": {
22548             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22549           }
22550         }, 
22551         "summary": "returns tenant", 
22552         "tags": [
22553           "CloudInfrastructure"
22554         ]
22555       }, 
22556       "patch": {
22557         "consumes": [
22558           "application/json"
22559         ], 
22560         "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", 
22561         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
22562         "parameters": [
22563           {
22564             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22565             "example": "__CLOUD-OWNER__", 
22566             "in": "path", 
22567             "name": "cloud-owner", 
22568             "required": true, 
22569             "type": "string"
22570           }, 
22571           {
22572             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22573             "example": "__CLOUD-REGION-ID__", 
22574             "in": "path", 
22575             "name": "cloud-region-id", 
22576             "required": true, 
22577             "type": "string"
22578           }, 
22579           {
22580             "description": "Unique id relative to the cloud-region.", 
22581             "example": "__TENANT-ID__", 
22582             "in": "path", 
22583             "name": "tenant-id", 
22584             "required": true, 
22585             "type": "string"
22586           }, 
22587           {
22588             "description": "tenant object that needs to be updated.", 
22589             "in": "body", 
22590             "name": "body", 
22591             "required": true, 
22592             "schema": {
22593               "$ref": "#/definitions/zzzz-patch-tenant"
22594             }
22595           }
22596         ], 
22597         "produces": [
22598           "application/json"
22599         ], 
22600         "responses": {
22601           "default": {
22602             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22603           }
22604         }, 
22605         "summary": "update an existing tenant", 
22606         "tags": [
22607           "CloudInfrastructure"
22608         ]
22609       }, 
22610       "put": {
22611         "consumes": [
22612           "application/json", 
22613           "application/xml"
22614         ], 
22615         "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", 
22616         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenant", 
22617         "parameters": [
22618           {
22619             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22620             "example": "__CLOUD-OWNER__", 
22621             "in": "path", 
22622             "name": "cloud-owner", 
22623             "required": true, 
22624             "type": "string"
22625           }, 
22626           {
22627             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22628             "example": "__CLOUD-REGION-ID__", 
22629             "in": "path", 
22630             "name": "cloud-region-id", 
22631             "required": true, 
22632             "type": "string"
22633           }, 
22634           {
22635             "description": "Unique id relative to the cloud-region.", 
22636             "example": "__TENANT-ID__", 
22637             "in": "path", 
22638             "name": "tenant-id", 
22639             "required": true, 
22640             "type": "string"
22641           }, 
22642           {
22643             "description": "tenant object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenant.json)", 
22644             "in": "body", 
22645             "name": "body", 
22646             "required": true, 
22647             "schema": {
22648               "$ref": "#/definitions/tenant"
22649             }
22650           }
22651         ], 
22652         "produces": [
22653           "application/json", 
22654           "application/xml"
22655         ], 
22656         "responses": {
22657           "default": {
22658             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22659           }
22660         }, 
22661         "summary": "create or update an existing tenant", 
22662         "tags": [
22663           "CloudInfrastructure"
22664         ]
22665       }
22666     }, 
22667     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/nos-servers": {
22668       "get": {
22669         "description": "returns nos-servers", 
22670         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServers", 
22671         "parameters": [
22672           {
22673             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22674             "example": "__CLOUD-OWNER__", 
22675             "in": "path", 
22676             "name": "cloud-owner", 
22677             "required": true, 
22678             "type": "string"
22679           }, 
22680           {
22681             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22682             "example": "__CLOUD-REGION-ID__", 
22683             "in": "path", 
22684             "name": "cloud-region-id", 
22685             "required": true, 
22686             "type": "string"
22687           }, 
22688           {
22689             "description": "Unique id relative to the cloud-region.", 
22690             "example": "__TENANT-ID__", 
22691             "in": "path", 
22692             "name": "tenant-id", 
22693             "required": true, 
22694             "type": "string"
22695           }, 
22696           {
22697             "description": "n/a", 
22698             "in": "query", 
22699             "name": "nos-server-id", 
22700             "required": false, 
22701             "type": "string"
22702           }
22703         ], 
22704         "produces": [
22705           "application/json", 
22706           "application/xml"
22707         ], 
22708         "responses": {
22709           "200": {
22710             "description": "successful operation", 
22711             "schema": {
22712               "$ref": "#/definitions/nos-servers"
22713             }
22714           }, 
22715           "default": {
22716             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22717           }
22718         }, 
22719         "summary": "returns nos-servers", 
22720         "tags": [
22721           "CloudInfrastructure"
22722         ]
22723       }
22724     }, 
22725     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/nos-servers/nos-server/{nos-server-id}": {
22726       "delete": {
22727         "consumes": [
22728           "application/json", 
22729           "application/xml"
22730         ], 
22731         "description": "delete an existing nos-server", 
22732         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer", 
22733         "parameters": [
22734           {
22735             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22736             "example": "__CLOUD-OWNER__", 
22737             "in": "path", 
22738             "name": "cloud-owner", 
22739             "required": true, 
22740             "type": "string"
22741           }, 
22742           {
22743             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22744             "example": "__CLOUD-REGION-ID__", 
22745             "in": "path", 
22746             "name": "cloud-region-id", 
22747             "required": true, 
22748             "type": "string"
22749           }, 
22750           {
22751             "description": "Unique id relative to the cloud-region.", 
22752             "example": "__TENANT-ID__", 
22753             "in": "path", 
22754             "name": "tenant-id", 
22755             "required": true, 
22756             "type": "string"
22757           }, 
22758           {
22759             "description": "Unique identifier for this nos relative to its tenant", 
22760             "example": "__NOS-SERVER-ID__", 
22761             "in": "path", 
22762             "name": "nos-server-id", 
22763             "required": true, 
22764             "type": "string"
22765           }, 
22766           {
22767             "description": "resource-version for concurrency", 
22768             "in": "query", 
22769             "name": "resource-version", 
22770             "required": true, 
22771             "type": "string"
22772           }
22773         ], 
22774         "produces": [
22775           "application/json", 
22776           "application/xml"
22777         ], 
22778         "responses": {
22779           "default": {
22780             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22781           }
22782         }, 
22783         "summary": "delete an existing nos-server", 
22784         "tags": [
22785           "CloudInfrastructure"
22786         ]
22787       }, 
22788       "get": {
22789         "description": "returns nos-server", 
22790         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer", 
22791         "parameters": [
22792           {
22793             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22794             "example": "__CLOUD-OWNER__", 
22795             "in": "path", 
22796             "name": "cloud-owner", 
22797             "required": true, 
22798             "type": "string"
22799           }, 
22800           {
22801             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22802             "example": "__CLOUD-REGION-ID__", 
22803             "in": "path", 
22804             "name": "cloud-region-id", 
22805             "required": true, 
22806             "type": "string"
22807           }, 
22808           {
22809             "description": "Unique id relative to the cloud-region.", 
22810             "example": "__TENANT-ID__", 
22811             "in": "path", 
22812             "name": "tenant-id", 
22813             "required": true, 
22814             "type": "string"
22815           }, 
22816           {
22817             "description": "Unique identifier for this nos relative to its tenant", 
22818             "example": "__NOS-SERVER-ID__", 
22819             "in": "path", 
22820             "name": "nos-server-id", 
22821             "required": true, 
22822             "type": "string"
22823           }
22824         ], 
22825         "produces": [
22826           "application/json", 
22827           "application/xml"
22828         ], 
22829         "responses": {
22830           "200": {
22831             "description": "successful operation", 
22832             "schema": {
22833               "$ref": "#/definitions/nos-server"
22834             }
22835           }, 
22836           "default": {
22837             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22838           }
22839         }, 
22840         "summary": "returns nos-server", 
22841         "tags": [
22842           "CloudInfrastructure"
22843         ]
22844       }, 
22845       "patch": {
22846         "consumes": [
22847           "application/json"
22848         ], 
22849         "description": "Update an existing nos-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", 
22850         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer", 
22851         "parameters": [
22852           {
22853             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22854             "example": "__CLOUD-OWNER__", 
22855             "in": "path", 
22856             "name": "cloud-owner", 
22857             "required": true, 
22858             "type": "string"
22859           }, 
22860           {
22861             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22862             "example": "__CLOUD-REGION-ID__", 
22863             "in": "path", 
22864             "name": "cloud-region-id", 
22865             "required": true, 
22866             "type": "string"
22867           }, 
22868           {
22869             "description": "Unique id relative to the cloud-region.", 
22870             "example": "__TENANT-ID__", 
22871             "in": "path", 
22872             "name": "tenant-id", 
22873             "required": true, 
22874             "type": "string"
22875           }, 
22876           {
22877             "description": "Unique identifier for this nos relative to its tenant", 
22878             "example": "__NOS-SERVER-ID__", 
22879             "in": "path", 
22880             "name": "nos-server-id", 
22881             "required": true, 
22882             "type": "string"
22883           }, 
22884           {
22885             "description": "nos-server object that needs to be updated.", 
22886             "in": "body", 
22887             "name": "body", 
22888             "required": true, 
22889             "schema": {
22890               "$ref": "#/definitions/zzzz-patch-nos-server"
22891             }
22892           }
22893         ], 
22894         "produces": [
22895           "application/json"
22896         ], 
22897         "responses": {
22898           "default": {
22899             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22900           }
22901         }, 
22902         "summary": "update an existing nos-server", 
22903         "tags": [
22904           "CloudInfrastructure"
22905         ]
22906       }, 
22907       "put": {
22908         "consumes": [
22909           "application/json", 
22910           "application/xml"
22911         ], 
22912         "description": "Create or update an existing nos-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", 
22913         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer", 
22914         "parameters": [
22915           {
22916             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22917             "example": "__CLOUD-OWNER__", 
22918             "in": "path", 
22919             "name": "cloud-owner", 
22920             "required": true, 
22921             "type": "string"
22922           }, 
22923           {
22924             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22925             "example": "__CLOUD-REGION-ID__", 
22926             "in": "path", 
22927             "name": "cloud-region-id", 
22928             "required": true, 
22929             "type": "string"
22930           }, 
22931           {
22932             "description": "Unique id relative to the cloud-region.", 
22933             "example": "__TENANT-ID__", 
22934             "in": "path", 
22935             "name": "tenant-id", 
22936             "required": true, 
22937             "type": "string"
22938           }, 
22939           {
22940             "description": "Unique identifier for this nos relative to its tenant", 
22941             "example": "__NOS-SERVER-ID__", 
22942             "in": "path", 
22943             "name": "nos-server-id", 
22944             "required": true, 
22945             "type": "string"
22946           }, 
22947           {
22948             "description": "nos-server object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer.json)", 
22949             "in": "body", 
22950             "name": "body", 
22951             "required": true, 
22952             "schema": {
22953               "$ref": "#/definitions/nos-server"
22954             }
22955           }
22956         ], 
22957         "produces": [
22958           "application/json", 
22959           "application/xml"
22960         ], 
22961         "responses": {
22962           "default": {
22963             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
22964           }
22965         }, 
22966         "summary": "create or update an existing nos-server", 
22967         "tags": [
22968           "CloudInfrastructure"
22969         ]
22970       }
22971     }, 
22972     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/nos-servers/nos-server/{nos-server-id}/relationship-list/relationship": {
22973       "delete": {
22974         "consumes": [
22975           "application/json", 
22976           "application/xml"
22977         ], 
22978         "description": "delete an existing relationship", 
22979         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServerRelationshipListRelationship", 
22980         "parameters": [
22981           {
22982             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
22983             "example": "__CLOUD-OWNER__", 
22984             "in": "path", 
22985             "name": "cloud-owner", 
22986             "required": true, 
22987             "type": "string"
22988           }, 
22989           {
22990             "description": "Identifier used by the vendor for the region. Second part of composite key", 
22991             "example": "__CLOUD-REGION-ID__", 
22992             "in": "path", 
22993             "name": "cloud-region-id", 
22994             "required": true, 
22995             "type": "string"
22996           }, 
22997           {
22998             "description": "Unique id relative to the cloud-region.", 
22999             "example": "__TENANT-ID__", 
23000             "in": "path", 
23001             "name": "tenant-id", 
23002             "required": true, 
23003             "type": "string"
23004           }, 
23005           {
23006             "description": "Unique identifier for this nos relative to its tenant", 
23007             "example": "__NOS-SERVER-ID__", 
23008             "in": "path", 
23009             "name": "nos-server-id", 
23010             "required": true, 
23011             "type": "string"
23012           }
23013         ], 
23014         "produces": [
23015           "application/json", 
23016           "application/xml"
23017         ], 
23018         "responses": {
23019           "default": {
23020             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23021           }
23022         }, 
23023         "summary": "delete an existing relationship", 
23024         "tags": [
23025           "CloudInfrastructure"
23026         ]
23027       }, 
23028       "put": {
23029         "consumes": [
23030           "application/json", 
23031           "application/xml"
23032         ], 
23033         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServerRelationshipListRelationship", 
23034         "parameters": [
23035           {
23036             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23037             "example": "__CLOUD-OWNER__", 
23038             "in": "path", 
23039             "name": "cloud-owner", 
23040             "required": true, 
23041             "type": "string"
23042           }, 
23043           {
23044             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23045             "example": "__CLOUD-REGION-ID__", 
23046             "in": "path", 
23047             "name": "cloud-region-id", 
23048             "required": true, 
23049             "type": "string"
23050           }, 
23051           {
23052             "description": "Unique id relative to the cloud-region.", 
23053             "example": "__TENANT-ID__", 
23054             "in": "path", 
23055             "name": "tenant-id", 
23056             "required": true, 
23057             "type": "string"
23058           }, 
23059           {
23060             "description": "Unique identifier for this nos relative to its tenant", 
23061             "example": "__NOS-SERVER-ID__", 
23062             "in": "path", 
23063             "name": "nos-server-id", 
23064             "required": true, 
23065             "type": "string"
23066           }, 
23067           {
23068             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantNosServersNosServer.json)", 
23069             "in": "body", 
23070             "name": "body", 
23071             "required": true, 
23072             "schema": {
23073               "$ref": "#/definitions/relationship-dict"
23074             }
23075           }
23076         ], 
23077         "produces": [
23078           "application/json", 
23079           "application/xml"
23080         ], 
23081         "responses": {
23082           "default": {
23083             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23084           }
23085         }, 
23086         "summary": "see node definition for valid relationships", 
23087         "tags": [
23088           "CloudInfrastructure"
23089         ]
23090       }
23091     }, 
23092     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/relationship-list/relationship": {
23093       "delete": {
23094         "consumes": [
23095           "application/json", 
23096           "application/xml"
23097         ], 
23098         "description": "delete an existing relationship", 
23099         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantRelationshipListRelationship", 
23100         "parameters": [
23101           {
23102             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23103             "example": "__CLOUD-OWNER__", 
23104             "in": "path", 
23105             "name": "cloud-owner", 
23106             "required": true, 
23107             "type": "string"
23108           }, 
23109           {
23110             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23111             "example": "__CLOUD-REGION-ID__", 
23112             "in": "path", 
23113             "name": "cloud-region-id", 
23114             "required": true, 
23115             "type": "string"
23116           }, 
23117           {
23118             "description": "Unique id relative to the cloud-region.", 
23119             "example": "__TENANT-ID__", 
23120             "in": "path", 
23121             "name": "tenant-id", 
23122             "required": true, 
23123             "type": "string"
23124           }
23125         ], 
23126         "produces": [
23127           "application/json", 
23128           "application/xml"
23129         ], 
23130         "responses": {
23131           "default": {
23132             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23133           }
23134         }, 
23135         "summary": "delete an existing relationship", 
23136         "tags": [
23137           "CloudInfrastructure"
23138         ]
23139       }, 
23140       "put": {
23141         "consumes": [
23142           "application/json", 
23143           "application/xml"
23144         ], 
23145         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantRelationshipListRelationship", 
23146         "parameters": [
23147           {
23148             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23149             "example": "__CLOUD-OWNER__", 
23150             "in": "path", 
23151             "name": "cloud-owner", 
23152             "required": true, 
23153             "type": "string"
23154           }, 
23155           {
23156             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23157             "example": "__CLOUD-REGION-ID__", 
23158             "in": "path", 
23159             "name": "cloud-region-id", 
23160             "required": true, 
23161             "type": "string"
23162           }, 
23163           {
23164             "description": "Unique id relative to the cloud-region.", 
23165             "example": "__TENANT-ID__", 
23166             "in": "path", 
23167             "name": "tenant-id", 
23168             "required": true, 
23169             "type": "string"
23170           }, 
23171           {
23172             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenant.json)", 
23173             "in": "body", 
23174             "name": "body", 
23175             "required": true, 
23176             "schema": {
23177               "$ref": "#/definitions/relationship-dict"
23178             }
23179           }
23180         ], 
23181         "produces": [
23182           "application/json", 
23183           "application/xml"
23184         ], 
23185         "responses": {
23186           "default": {
23187             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23188           }
23189         }, 
23190         "summary": "see node definition for valid relationships", 
23191         "tags": [
23192           "CloudInfrastructure"
23193         ]
23194       }
23195     }, 
23196     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers": {
23197       "get": {
23198         "description": "returns vservers", 
23199         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVservers", 
23200         "parameters": [
23201           {
23202             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23203             "example": "__CLOUD-OWNER__", 
23204             "in": "path", 
23205             "name": "cloud-owner", 
23206             "required": true, 
23207             "type": "string"
23208           }, 
23209           {
23210             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23211             "example": "__CLOUD-REGION-ID__", 
23212             "in": "path", 
23213             "name": "cloud-region-id", 
23214             "required": true, 
23215             "type": "string"
23216           }, 
23217           {
23218             "description": "Unique id relative to the cloud-region.", 
23219             "example": "__TENANT-ID__", 
23220             "in": "path", 
23221             "name": "tenant-id", 
23222             "required": true, 
23223             "type": "string"
23224           }, 
23225           {
23226             "description": "n/a", 
23227             "in": "query", 
23228             "name": "vserver-id", 
23229             "required": false, 
23230             "type": "string"
23231           }, 
23232           {
23233             "description": "n/a", 
23234             "in": "query", 
23235             "name": "vserver-name", 
23236             "required": false, 
23237             "type": "string"
23238           }, 
23239           {
23240             "description": "n/a", 
23241             "in": "query", 
23242             "name": "vserver-name2", 
23243             "required": false, 
23244             "type": "string"
23245           }, 
23246           {
23247             "description": "n/a", 
23248             "in": "query", 
23249             "name": "prov-status", 
23250             "required": false, 
23251             "type": "string"
23252           }, 
23253           {
23254             "description": "n/a", 
23255             "in": "query", 
23256             "name": "in-maint", 
23257             "required": false, 
23258             "type": "boolean"
23259           }, 
23260           {
23261             "description": "n/a", 
23262             "in": "query", 
23263             "name": "is-closed-loop-disabled", 
23264             "required": false, 
23265             "type": "boolean"
23266           }
23267         ], 
23268         "produces": [
23269           "application/json", 
23270           "application/xml"
23271         ], 
23272         "responses": {
23273           "200": {
23274             "description": "successful operation", 
23275             "schema": {
23276               "$ref": "#/definitions/vservers"
23277             }
23278           }, 
23279           "default": {
23280             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23281           }
23282         }, 
23283         "summary": "returns vservers", 
23284         "tags": [
23285           "CloudInfrastructure"
23286         ]
23287       }
23288     }, 
23289     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}": {
23290       "delete": {
23291         "consumes": [
23292           "application/json", 
23293           "application/xml"
23294         ], 
23295         "description": "delete an existing vserver", 
23296         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
23297         "parameters": [
23298           {
23299             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23300             "example": "__CLOUD-OWNER__", 
23301             "in": "path", 
23302             "name": "cloud-owner", 
23303             "required": true, 
23304             "type": "string"
23305           }, 
23306           {
23307             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23308             "example": "__CLOUD-REGION-ID__", 
23309             "in": "path", 
23310             "name": "cloud-region-id", 
23311             "required": true, 
23312             "type": "string"
23313           }, 
23314           {
23315             "description": "Unique id relative to the cloud-region.", 
23316             "example": "__TENANT-ID__", 
23317             "in": "path", 
23318             "name": "tenant-id", 
23319             "required": true, 
23320             "type": "string"
23321           }, 
23322           {
23323             "description": "Unique identifier for this vserver relative to its tenant", 
23324             "example": "__VSERVER-ID__", 
23325             "in": "path", 
23326             "name": "vserver-id", 
23327             "required": true, 
23328             "type": "string"
23329           }, 
23330           {
23331             "description": "resource-version for concurrency", 
23332             "in": "query", 
23333             "name": "resource-version", 
23334             "required": true, 
23335             "type": "string"
23336           }
23337         ], 
23338         "produces": [
23339           "application/json", 
23340           "application/xml"
23341         ], 
23342         "responses": {
23343           "default": {
23344             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23345           }
23346         }, 
23347         "summary": "delete an existing vserver", 
23348         "tags": [
23349           "CloudInfrastructure"
23350         ]
23351       }, 
23352       "get": {
23353         "description": "returns vserver", 
23354         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
23355         "parameters": [
23356           {
23357             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23358             "example": "__CLOUD-OWNER__", 
23359             "in": "path", 
23360             "name": "cloud-owner", 
23361             "required": true, 
23362             "type": "string"
23363           }, 
23364           {
23365             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23366             "example": "__CLOUD-REGION-ID__", 
23367             "in": "path", 
23368             "name": "cloud-region-id", 
23369             "required": true, 
23370             "type": "string"
23371           }, 
23372           {
23373             "description": "Unique id relative to the cloud-region.", 
23374             "example": "__TENANT-ID__", 
23375             "in": "path", 
23376             "name": "tenant-id", 
23377             "required": true, 
23378             "type": "string"
23379           }, 
23380           {
23381             "description": "Unique identifier for this vserver relative to its tenant", 
23382             "example": "__VSERVER-ID__", 
23383             "in": "path", 
23384             "name": "vserver-id", 
23385             "required": true, 
23386             "type": "string"
23387           }
23388         ], 
23389         "produces": [
23390           "application/json", 
23391           "application/xml"
23392         ], 
23393         "responses": {
23394           "200": {
23395             "description": "successful operation", 
23396             "schema": {
23397               "$ref": "#/definitions/vserver"
23398             }
23399           }, 
23400           "default": {
23401             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23402           }
23403         }, 
23404         "summary": "returns vserver", 
23405         "tags": [
23406           "CloudInfrastructure"
23407         ]
23408       }, 
23409       "patch": {
23410         "consumes": [
23411           "application/json"
23412         ], 
23413         "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", 
23414         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
23415         "parameters": [
23416           {
23417             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23418             "example": "__CLOUD-OWNER__", 
23419             "in": "path", 
23420             "name": "cloud-owner", 
23421             "required": true, 
23422             "type": "string"
23423           }, 
23424           {
23425             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23426             "example": "__CLOUD-REGION-ID__", 
23427             "in": "path", 
23428             "name": "cloud-region-id", 
23429             "required": true, 
23430             "type": "string"
23431           }, 
23432           {
23433             "description": "Unique id relative to the cloud-region.", 
23434             "example": "__TENANT-ID__", 
23435             "in": "path", 
23436             "name": "tenant-id", 
23437             "required": true, 
23438             "type": "string"
23439           }, 
23440           {
23441             "description": "Unique identifier for this vserver relative to its tenant", 
23442             "example": "__VSERVER-ID__", 
23443             "in": "path", 
23444             "name": "vserver-id", 
23445             "required": true, 
23446             "type": "string"
23447           }, 
23448           {
23449             "description": "vserver object that needs to be updated.", 
23450             "in": "body", 
23451             "name": "body", 
23452             "required": true, 
23453             "schema": {
23454               "$ref": "#/definitions/zzzz-patch-vserver"
23455             }
23456           }
23457         ], 
23458         "produces": [
23459           "application/json"
23460         ], 
23461         "responses": {
23462           "default": {
23463             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23464           }
23465         }, 
23466         "summary": "update an existing vserver", 
23467         "tags": [
23468           "CloudInfrastructure"
23469         ]
23470       }, 
23471       "put": {
23472         "consumes": [
23473           "application/json", 
23474           "application/xml"
23475         ], 
23476         "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", 
23477         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver", 
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 relative to the cloud-region.", 
23497             "example": "__TENANT-ID__", 
23498             "in": "path", 
23499             "name": "tenant-id", 
23500             "required": true, 
23501             "type": "string"
23502           }, 
23503           {
23504             "description": "Unique identifier for this vserver relative to its tenant", 
23505             "example": "__VSERVER-ID__", 
23506             "in": "path", 
23507             "name": "vserver-id", 
23508             "required": true, 
23509             "type": "string"
23510           }, 
23511           {
23512             "description": "vserver object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver.json)", 
23513             "in": "body", 
23514             "name": "body", 
23515             "required": true, 
23516             "schema": {
23517               "$ref": "#/definitions/vserver"
23518             }
23519           }
23520         ], 
23521         "produces": [
23522           "application/json", 
23523           "application/xml"
23524         ], 
23525         "responses": {
23526           "default": {
23527             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23528           }
23529         }, 
23530         "summary": "create or update an existing vserver", 
23531         "tags": [
23532           "CloudInfrastructure"
23533         ]
23534       }
23535     }, 
23536     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/l-interfaces": {
23537       "get": {
23538         "description": "returns l-interfaces", 
23539         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfaces", 
23540         "parameters": [
23541           {
23542             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23543             "example": "__CLOUD-OWNER__", 
23544             "in": "path", 
23545             "name": "cloud-owner", 
23546             "required": true, 
23547             "type": "string"
23548           }, 
23549           {
23550             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23551             "example": "__CLOUD-REGION-ID__", 
23552             "in": "path", 
23553             "name": "cloud-region-id", 
23554             "required": true, 
23555             "type": "string"
23556           }, 
23557           {
23558             "description": "Unique id relative to the cloud-region.", 
23559             "example": "__TENANT-ID__", 
23560             "in": "path", 
23561             "name": "tenant-id", 
23562             "required": true, 
23563             "type": "string"
23564           }, 
23565           {
23566             "description": "Unique identifier for this vserver relative to its tenant", 
23567             "example": "__VSERVER-ID__", 
23568             "in": "path", 
23569             "name": "vserver-id", 
23570             "required": true, 
23571             "type": "string"
23572           }, 
23573           {
23574             "description": "n/a", 
23575             "in": "query", 
23576             "name": "interface-name", 
23577             "required": false, 
23578             "type": "string"
23579           }, 
23580           {
23581             "description": "n/a", 
23582             "in": "query", 
23583             "name": "interface-id", 
23584             "required": false, 
23585             "type": "string"
23586           }, 
23587           {
23588             "description": "n/a", 
23589             "in": "query", 
23590             "name": "macaddr", 
23591             "required": false, 
23592             "type": "string"
23593           }, 
23594           {
23595             "description": "n/a", 
23596             "in": "query", 
23597             "name": "network-name", 
23598             "required": false, 
23599             "type": "string"
23600           }
23601         ], 
23602         "produces": [
23603           "application/json", 
23604           "application/xml"
23605         ], 
23606         "responses": {
23607           "200": {
23608             "description": "successful operation", 
23609             "schema": {
23610               "$ref": "#/definitions/l-interfaces"
23611             }
23612           }, 
23613           "default": {
23614             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23615           }
23616         }, 
23617         "summary": "returns l-interfaces", 
23618         "tags": [
23619           "CloudInfrastructure"
23620         ]
23621       }
23622     }, 
23623     "/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}": {
23624       "delete": {
23625         "consumes": [
23626           "application/json", 
23627           "application/xml"
23628         ], 
23629         "description": "delete an existing l-interface", 
23630         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
23631         "parameters": [
23632           {
23633             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23634             "example": "__CLOUD-OWNER__", 
23635             "in": "path", 
23636             "name": "cloud-owner", 
23637             "required": true, 
23638             "type": "string"
23639           }, 
23640           {
23641             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23642             "example": "__CLOUD-REGION-ID__", 
23643             "in": "path", 
23644             "name": "cloud-region-id", 
23645             "required": true, 
23646             "type": "string"
23647           }, 
23648           {
23649             "description": "Unique id relative to the cloud-region.", 
23650             "example": "__TENANT-ID__", 
23651             "in": "path", 
23652             "name": "tenant-id", 
23653             "required": true, 
23654             "type": "string"
23655           }, 
23656           {
23657             "description": "Unique identifier for this vserver relative to its tenant", 
23658             "example": "__VSERVER-ID__", 
23659             "in": "path", 
23660             "name": "vserver-id", 
23661             "required": true, 
23662             "type": "string"
23663           }, 
23664           {
23665             "description": "Name given to the interface", 
23666             "example": "__INTERFACE-NAME__", 
23667             "in": "path", 
23668             "name": "interface-name", 
23669             "required": true, 
23670             "type": "string"
23671           }, 
23672           {
23673             "description": "resource-version for concurrency", 
23674             "in": "query", 
23675             "name": "resource-version", 
23676             "required": true, 
23677             "type": "string"
23678           }
23679         ], 
23680         "produces": [
23681           "application/json", 
23682           "application/xml"
23683         ], 
23684         "responses": {
23685           "default": {
23686             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23687           }
23688         }, 
23689         "summary": "delete an existing l-interface", 
23690         "tags": [
23691           "CloudInfrastructure"
23692         ]
23693       }, 
23694       "get": {
23695         "description": "returns l-interface", 
23696         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
23697         "parameters": [
23698           {
23699             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23700             "example": "__CLOUD-OWNER__", 
23701             "in": "path", 
23702             "name": "cloud-owner", 
23703             "required": true, 
23704             "type": "string"
23705           }, 
23706           {
23707             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23708             "example": "__CLOUD-REGION-ID__", 
23709             "in": "path", 
23710             "name": "cloud-region-id", 
23711             "required": true, 
23712             "type": "string"
23713           }, 
23714           {
23715             "description": "Unique id relative to the cloud-region.", 
23716             "example": "__TENANT-ID__", 
23717             "in": "path", 
23718             "name": "tenant-id", 
23719             "required": true, 
23720             "type": "string"
23721           }, 
23722           {
23723             "description": "Unique identifier for this vserver relative to its tenant", 
23724             "example": "__VSERVER-ID__", 
23725             "in": "path", 
23726             "name": "vserver-id", 
23727             "required": true, 
23728             "type": "string"
23729           }, 
23730           {
23731             "description": "Name given to the interface", 
23732             "example": "__INTERFACE-NAME__", 
23733             "in": "path", 
23734             "name": "interface-name", 
23735             "required": true, 
23736             "type": "string"
23737           }
23738         ], 
23739         "produces": [
23740           "application/json", 
23741           "application/xml"
23742         ], 
23743         "responses": {
23744           "200": {
23745             "description": "successful operation", 
23746             "schema": {
23747               "$ref": "#/definitions/l-interface"
23748             }
23749           }, 
23750           "default": {
23751             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23752           }
23753         }, 
23754         "summary": "returns l-interface", 
23755         "tags": [
23756           "CloudInfrastructure"
23757         ]
23758       }, 
23759       "patch": {
23760         "consumes": [
23761           "application/json"
23762         ], 
23763         "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", 
23764         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
23765         "parameters": [
23766           {
23767             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23768             "example": "__CLOUD-OWNER__", 
23769             "in": "path", 
23770             "name": "cloud-owner", 
23771             "required": true, 
23772             "type": "string"
23773           }, 
23774           {
23775             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23776             "example": "__CLOUD-REGION-ID__", 
23777             "in": "path", 
23778             "name": "cloud-region-id", 
23779             "required": true, 
23780             "type": "string"
23781           }, 
23782           {
23783             "description": "Unique id relative to the cloud-region.", 
23784             "example": "__TENANT-ID__", 
23785             "in": "path", 
23786             "name": "tenant-id", 
23787             "required": true, 
23788             "type": "string"
23789           }, 
23790           {
23791             "description": "Unique identifier for this vserver relative to its tenant", 
23792             "example": "__VSERVER-ID__", 
23793             "in": "path", 
23794             "name": "vserver-id", 
23795             "required": true, 
23796             "type": "string"
23797           }, 
23798           {
23799             "description": "Name given to the interface", 
23800             "example": "__INTERFACE-NAME__", 
23801             "in": "path", 
23802             "name": "interface-name", 
23803             "required": true, 
23804             "type": "string"
23805           }, 
23806           {
23807             "description": "l-interface object that needs to be updated.", 
23808             "in": "body", 
23809             "name": "body", 
23810             "required": true, 
23811             "schema": {
23812               "$ref": "#/definitions/zzzz-patch-l-interface"
23813             }
23814           }
23815         ], 
23816         "produces": [
23817           "application/json"
23818         ], 
23819         "responses": {
23820           "default": {
23821             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23822           }
23823         }, 
23824         "summary": "update an existing l-interface", 
23825         "tags": [
23826           "CloudInfrastructure"
23827         ]
23828       }, 
23829       "put": {
23830         "consumes": [
23831           "application/json", 
23832           "application/xml"
23833         ], 
23834         "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", 
23835         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface", 
23836         "parameters": [
23837           {
23838             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23839             "example": "__CLOUD-OWNER__", 
23840             "in": "path", 
23841             "name": "cloud-owner", 
23842             "required": true, 
23843             "type": "string"
23844           }, 
23845           {
23846             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23847             "example": "__CLOUD-REGION-ID__", 
23848             "in": "path", 
23849             "name": "cloud-region-id", 
23850             "required": true, 
23851             "type": "string"
23852           }, 
23853           {
23854             "description": "Unique id relative to the cloud-region.", 
23855             "example": "__TENANT-ID__", 
23856             "in": "path", 
23857             "name": "tenant-id", 
23858             "required": true, 
23859             "type": "string"
23860           }, 
23861           {
23862             "description": "Unique identifier for this vserver relative to its tenant", 
23863             "example": "__VSERVER-ID__", 
23864             "in": "path", 
23865             "name": "vserver-id", 
23866             "required": true, 
23867             "type": "string"
23868           }, 
23869           {
23870             "description": "Name given to the interface", 
23871             "example": "__INTERFACE-NAME__", 
23872             "in": "path", 
23873             "name": "interface-name", 
23874             "required": true, 
23875             "type": "string"
23876           }, 
23877           {
23878             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface.json)", 
23879             "in": "body", 
23880             "name": "body", 
23881             "required": true, 
23882             "schema": {
23883               "$ref": "#/definitions/l-interface"
23884             }
23885           }
23886         ], 
23887         "produces": [
23888           "application/json", 
23889           "application/xml"
23890         ], 
23891         "responses": {
23892           "default": {
23893             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23894           }
23895         }, 
23896         "summary": "create or update an existing l-interface", 
23897         "tags": [
23898           "CloudInfrastructure"
23899         ]
23900       }
23901     }, 
23902     "/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}": {
23903       "delete": {
23904         "consumes": [
23905           "application/json", 
23906           "application/xml"
23907         ], 
23908         "description": "delete an existing l3-interface-ipv4-address-list", 
23909         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
23910         "parameters": [
23911           {
23912             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23913             "example": "__CLOUD-OWNER__", 
23914             "in": "path", 
23915             "name": "cloud-owner", 
23916             "required": true, 
23917             "type": "string"
23918           }, 
23919           {
23920             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23921             "example": "__CLOUD-REGION-ID__", 
23922             "in": "path", 
23923             "name": "cloud-region-id", 
23924             "required": true, 
23925             "type": "string"
23926           }, 
23927           {
23928             "description": "Unique id relative to the cloud-region.", 
23929             "example": "__TENANT-ID__", 
23930             "in": "path", 
23931             "name": "tenant-id", 
23932             "required": true, 
23933             "type": "string"
23934           }, 
23935           {
23936             "description": "Unique identifier for this vserver relative to its tenant", 
23937             "example": "__VSERVER-ID__", 
23938             "in": "path", 
23939             "name": "vserver-id", 
23940             "required": true, 
23941             "type": "string"
23942           }, 
23943           {
23944             "description": "Name given to the interface", 
23945             "example": "__INTERFACE-NAME__", 
23946             "in": "path", 
23947             "name": "interface-name", 
23948             "required": true, 
23949             "type": "string"
23950           }, 
23951           {
23952             "description": "IP address", 
23953             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
23954             "in": "path", 
23955             "name": "l3-interface-ipv4-address", 
23956             "required": true, 
23957             "type": "string"
23958           }, 
23959           {
23960             "description": "resource-version for concurrency", 
23961             "in": "query", 
23962             "name": "resource-version", 
23963             "required": true, 
23964             "type": "string"
23965           }
23966         ], 
23967         "produces": [
23968           "application/json", 
23969           "application/xml"
23970         ], 
23971         "responses": {
23972           "default": {
23973             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
23974           }
23975         }, 
23976         "summary": "delete an existing l3-interface-ipv4-address-list", 
23977         "tags": [
23978           "CloudInfrastructure"
23979         ]
23980       }, 
23981       "get": {
23982         "description": "returns l3-interface-ipv4-address-list", 
23983         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
23984         "parameters": [
23985           {
23986             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
23987             "example": "__CLOUD-OWNER__", 
23988             "in": "path", 
23989             "name": "cloud-owner", 
23990             "required": true, 
23991             "type": "string"
23992           }, 
23993           {
23994             "description": "Identifier used by the vendor for the region. Second part of composite key", 
23995             "example": "__CLOUD-REGION-ID__", 
23996             "in": "path", 
23997             "name": "cloud-region-id", 
23998             "required": true, 
23999             "type": "string"
24000           }, 
24001           {
24002             "description": "Unique id relative to the cloud-region.", 
24003             "example": "__TENANT-ID__", 
24004             "in": "path", 
24005             "name": "tenant-id", 
24006             "required": true, 
24007             "type": "string"
24008           }, 
24009           {
24010             "description": "Unique identifier for this vserver relative to its tenant", 
24011             "example": "__VSERVER-ID__", 
24012             "in": "path", 
24013             "name": "vserver-id", 
24014             "required": true, 
24015             "type": "string"
24016           }, 
24017           {
24018             "description": "Name given to the interface", 
24019             "example": "__INTERFACE-NAME__", 
24020             "in": "path", 
24021             "name": "interface-name", 
24022             "required": true, 
24023             "type": "string"
24024           }, 
24025           {
24026             "description": "IP address", 
24027             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
24028             "in": "path", 
24029             "name": "l3-interface-ipv4-address", 
24030             "required": true, 
24031             "type": "string"
24032           }
24033         ], 
24034         "produces": [
24035           "application/json", 
24036           "application/xml"
24037         ], 
24038         "responses": {
24039           "200": {
24040             "description": "successful operation", 
24041             "schema": {
24042               "$ref": "#/definitions/l3-interface-ipv4-address-list"
24043             }
24044           }, 
24045           "default": {
24046             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24047           }
24048         }, 
24049         "summary": "returns l3-interface-ipv4-address-list", 
24050         "tags": [
24051           "CloudInfrastructure"
24052         ]
24053       }, 
24054       "patch": {
24055         "consumes": [
24056           "application/json"
24057         ], 
24058         "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", 
24059         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
24060         "parameters": [
24061           {
24062             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24063             "example": "__CLOUD-OWNER__", 
24064             "in": "path", 
24065             "name": "cloud-owner", 
24066             "required": true, 
24067             "type": "string"
24068           }, 
24069           {
24070             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24071             "example": "__CLOUD-REGION-ID__", 
24072             "in": "path", 
24073             "name": "cloud-region-id", 
24074             "required": true, 
24075             "type": "string"
24076           }, 
24077           {
24078             "description": "Unique id relative to the cloud-region.", 
24079             "example": "__TENANT-ID__", 
24080             "in": "path", 
24081             "name": "tenant-id", 
24082             "required": true, 
24083             "type": "string"
24084           }, 
24085           {
24086             "description": "Unique identifier for this vserver relative to its tenant", 
24087             "example": "__VSERVER-ID__", 
24088             "in": "path", 
24089             "name": "vserver-id", 
24090             "required": true, 
24091             "type": "string"
24092           }, 
24093           {
24094             "description": "Name given to the interface", 
24095             "example": "__INTERFACE-NAME__", 
24096             "in": "path", 
24097             "name": "interface-name", 
24098             "required": true, 
24099             "type": "string"
24100           }, 
24101           {
24102             "description": "IP address", 
24103             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
24104             "in": "path", 
24105             "name": "l3-interface-ipv4-address", 
24106             "required": true, 
24107             "type": "string"
24108           }, 
24109           {
24110             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
24111             "in": "body", 
24112             "name": "body", 
24113             "required": true, 
24114             "schema": {
24115               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
24116             }
24117           }
24118         ], 
24119         "produces": [
24120           "application/json"
24121         ], 
24122         "responses": {
24123           "default": {
24124             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24125           }
24126         }, 
24127         "summary": "update an existing l3-interface-ipv4-address-list", 
24128         "tags": [
24129           "CloudInfrastructure"
24130         ]
24131       }, 
24132       "put": {
24133         "consumes": [
24134           "application/json", 
24135           "application/xml"
24136         ], 
24137         "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", 
24138         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
24139         "parameters": [
24140           {
24141             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24142             "example": "__CLOUD-OWNER__", 
24143             "in": "path", 
24144             "name": "cloud-owner", 
24145             "required": true, 
24146             "type": "string"
24147           }, 
24148           {
24149             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24150             "example": "__CLOUD-REGION-ID__", 
24151             "in": "path", 
24152             "name": "cloud-region-id", 
24153             "required": true, 
24154             "type": "string"
24155           }, 
24156           {
24157             "description": "Unique id relative to the cloud-region.", 
24158             "example": "__TENANT-ID__", 
24159             "in": "path", 
24160             "name": "tenant-id", 
24161             "required": true, 
24162             "type": "string"
24163           }, 
24164           {
24165             "description": "Unique identifier for this vserver relative to its tenant", 
24166             "example": "__VSERVER-ID__", 
24167             "in": "path", 
24168             "name": "vserver-id", 
24169             "required": true, 
24170             "type": "string"
24171           }, 
24172           {
24173             "description": "Name given to the interface", 
24174             "example": "__INTERFACE-NAME__", 
24175             "in": "path", 
24176             "name": "interface-name", 
24177             "required": true, 
24178             "type": "string"
24179           }, 
24180           {
24181             "description": "IP address", 
24182             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
24183             "in": "path", 
24184             "name": "l3-interface-ipv4-address", 
24185             "required": true, 
24186             "type": "string"
24187           }, 
24188           {
24189             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
24190             "in": "body", 
24191             "name": "body", 
24192             "required": true, 
24193             "schema": {
24194               "$ref": "#/definitions/l3-interface-ipv4-address-list"
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": "create or update an existing l3-interface-ipv4-address-list", 
24208         "tags": [
24209           "CloudInfrastructure"
24210         ]
24211       }
24212     }, 
24213     "/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": {
24214       "delete": {
24215         "consumes": [
24216           "application/json", 
24217           "application/xml"
24218         ], 
24219         "description": "delete an existing relationship", 
24220         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
24221         "parameters": [
24222           {
24223             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24224             "example": "__CLOUD-OWNER__", 
24225             "in": "path", 
24226             "name": "cloud-owner", 
24227             "required": true, 
24228             "type": "string"
24229           }, 
24230           {
24231             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24232             "example": "__CLOUD-REGION-ID__", 
24233             "in": "path", 
24234             "name": "cloud-region-id", 
24235             "required": true, 
24236             "type": "string"
24237           }, 
24238           {
24239             "description": "Unique id relative to the cloud-region.", 
24240             "example": "__TENANT-ID__", 
24241             "in": "path", 
24242             "name": "tenant-id", 
24243             "required": true, 
24244             "type": "string"
24245           }, 
24246           {
24247             "description": "Unique identifier for this vserver relative to its tenant", 
24248             "example": "__VSERVER-ID__", 
24249             "in": "path", 
24250             "name": "vserver-id", 
24251             "required": true, 
24252             "type": "string"
24253           }, 
24254           {
24255             "description": "Name given to the interface", 
24256             "example": "__INTERFACE-NAME__", 
24257             "in": "path", 
24258             "name": "interface-name", 
24259             "required": true, 
24260             "type": "string"
24261           }, 
24262           {
24263             "description": "IP address", 
24264             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
24265             "in": "path", 
24266             "name": "l3-interface-ipv4-address", 
24267             "required": true, 
24268             "type": "string"
24269           }
24270         ], 
24271         "produces": [
24272           "application/json", 
24273           "application/xml"
24274         ], 
24275         "responses": {
24276           "default": {
24277             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24278           }
24279         }, 
24280         "summary": "delete an existing relationship", 
24281         "tags": [
24282           "CloudInfrastructure"
24283         ]
24284       }, 
24285       "put": {
24286         "consumes": [
24287           "application/json", 
24288           "application/xml"
24289         ], 
24290         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
24291         "parameters": [
24292           {
24293             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24294             "example": "__CLOUD-OWNER__", 
24295             "in": "path", 
24296             "name": "cloud-owner", 
24297             "required": true, 
24298             "type": "string"
24299           }, 
24300           {
24301             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24302             "example": "__CLOUD-REGION-ID__", 
24303             "in": "path", 
24304             "name": "cloud-region-id", 
24305             "required": true, 
24306             "type": "string"
24307           }, 
24308           {
24309             "description": "Unique id relative to the cloud-region.", 
24310             "example": "__TENANT-ID__", 
24311             "in": "path", 
24312             "name": "tenant-id", 
24313             "required": true, 
24314             "type": "string"
24315           }, 
24316           {
24317             "description": "Unique identifier for this vserver relative to its tenant", 
24318             "example": "__VSERVER-ID__", 
24319             "in": "path", 
24320             "name": "vserver-id", 
24321             "required": true, 
24322             "type": "string"
24323           }, 
24324           {
24325             "description": "Name given to the interface", 
24326             "example": "__INTERFACE-NAME__", 
24327             "in": "path", 
24328             "name": "interface-name", 
24329             "required": true, 
24330             "type": "string"
24331           }, 
24332           {
24333             "description": "IP address", 
24334             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
24335             "in": "path", 
24336             "name": "l3-interface-ipv4-address", 
24337             "required": true, 
24338             "type": "string"
24339           }, 
24340           {
24341             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
24342             "in": "body", 
24343             "name": "body", 
24344             "required": true, 
24345             "schema": {
24346               "$ref": "#/definitions/relationship-dict"
24347             }
24348           }
24349         ], 
24350         "produces": [
24351           "application/json", 
24352           "application/xml"
24353         ], 
24354         "responses": {
24355           "default": {
24356             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24357           }
24358         }, 
24359         "summary": "see node definition for valid relationships", 
24360         "tags": [
24361           "CloudInfrastructure"
24362         ]
24363       }
24364     }, 
24365     "/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}": {
24366       "delete": {
24367         "consumes": [
24368           "application/json", 
24369           "application/xml"
24370         ], 
24371         "description": "delete an existing l3-interface-ipv6-address-list", 
24372         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
24373         "parameters": [
24374           {
24375             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24376             "example": "__CLOUD-OWNER__", 
24377             "in": "path", 
24378             "name": "cloud-owner", 
24379             "required": true, 
24380             "type": "string"
24381           }, 
24382           {
24383             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24384             "example": "__CLOUD-REGION-ID__", 
24385             "in": "path", 
24386             "name": "cloud-region-id", 
24387             "required": true, 
24388             "type": "string"
24389           }, 
24390           {
24391             "description": "Unique id relative to the cloud-region.", 
24392             "example": "__TENANT-ID__", 
24393             "in": "path", 
24394             "name": "tenant-id", 
24395             "required": true, 
24396             "type": "string"
24397           }, 
24398           {
24399             "description": "Unique identifier for this vserver relative to its tenant", 
24400             "example": "__VSERVER-ID__", 
24401             "in": "path", 
24402             "name": "vserver-id", 
24403             "required": true, 
24404             "type": "string"
24405           }, 
24406           {
24407             "description": "Name given to the interface", 
24408             "example": "__INTERFACE-NAME__", 
24409             "in": "path", 
24410             "name": "interface-name", 
24411             "required": true, 
24412             "type": "string"
24413           }, 
24414           {
24415             "description": "IP address", 
24416             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
24417             "in": "path", 
24418             "name": "l3-interface-ipv6-address", 
24419             "required": true, 
24420             "type": "string"
24421           }, 
24422           {
24423             "description": "resource-version for concurrency", 
24424             "in": "query", 
24425             "name": "resource-version", 
24426             "required": true, 
24427             "type": "string"
24428           }
24429         ], 
24430         "produces": [
24431           "application/json", 
24432           "application/xml"
24433         ], 
24434         "responses": {
24435           "default": {
24436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24437           }
24438         }, 
24439         "summary": "delete an existing l3-interface-ipv6-address-list", 
24440         "tags": [
24441           "CloudInfrastructure"
24442         ]
24443       }, 
24444       "get": {
24445         "description": "returns l3-interface-ipv6-address-list", 
24446         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
24447         "parameters": [
24448           {
24449             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24450             "example": "__CLOUD-OWNER__", 
24451             "in": "path", 
24452             "name": "cloud-owner", 
24453             "required": true, 
24454             "type": "string"
24455           }, 
24456           {
24457             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24458             "example": "__CLOUD-REGION-ID__", 
24459             "in": "path", 
24460             "name": "cloud-region-id", 
24461             "required": true, 
24462             "type": "string"
24463           }, 
24464           {
24465             "description": "Unique id relative to the cloud-region.", 
24466             "example": "__TENANT-ID__", 
24467             "in": "path", 
24468             "name": "tenant-id", 
24469             "required": true, 
24470             "type": "string"
24471           }, 
24472           {
24473             "description": "Unique identifier for this vserver relative to its tenant", 
24474             "example": "__VSERVER-ID__", 
24475             "in": "path", 
24476             "name": "vserver-id", 
24477             "required": true, 
24478             "type": "string"
24479           }, 
24480           {
24481             "description": "Name given to the interface", 
24482             "example": "__INTERFACE-NAME__", 
24483             "in": "path", 
24484             "name": "interface-name", 
24485             "required": true, 
24486             "type": "string"
24487           }, 
24488           {
24489             "description": "IP address", 
24490             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
24491             "in": "path", 
24492             "name": "l3-interface-ipv6-address", 
24493             "required": true, 
24494             "type": "string"
24495           }
24496         ], 
24497         "produces": [
24498           "application/json", 
24499           "application/xml"
24500         ], 
24501         "responses": {
24502           "200": {
24503             "description": "successful operation", 
24504             "schema": {
24505               "$ref": "#/definitions/l3-interface-ipv6-address-list"
24506             }
24507           }, 
24508           "default": {
24509             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24510           }
24511         }, 
24512         "summary": "returns l3-interface-ipv6-address-list", 
24513         "tags": [
24514           "CloudInfrastructure"
24515         ]
24516       }, 
24517       "patch": {
24518         "consumes": [
24519           "application/json"
24520         ], 
24521         "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", 
24522         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
24523         "parameters": [
24524           {
24525             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24526             "example": "__CLOUD-OWNER__", 
24527             "in": "path", 
24528             "name": "cloud-owner", 
24529             "required": true, 
24530             "type": "string"
24531           }, 
24532           {
24533             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24534             "example": "__CLOUD-REGION-ID__", 
24535             "in": "path", 
24536             "name": "cloud-region-id", 
24537             "required": true, 
24538             "type": "string"
24539           }, 
24540           {
24541             "description": "Unique id relative to the cloud-region.", 
24542             "example": "__TENANT-ID__", 
24543             "in": "path", 
24544             "name": "tenant-id", 
24545             "required": true, 
24546             "type": "string"
24547           }, 
24548           {
24549             "description": "Unique identifier for this vserver relative to its tenant", 
24550             "example": "__VSERVER-ID__", 
24551             "in": "path", 
24552             "name": "vserver-id", 
24553             "required": true, 
24554             "type": "string"
24555           }, 
24556           {
24557             "description": "Name given to the interface", 
24558             "example": "__INTERFACE-NAME__", 
24559             "in": "path", 
24560             "name": "interface-name", 
24561             "required": true, 
24562             "type": "string"
24563           }, 
24564           {
24565             "description": "IP address", 
24566             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
24567             "in": "path", 
24568             "name": "l3-interface-ipv6-address", 
24569             "required": true, 
24570             "type": "string"
24571           }, 
24572           {
24573             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
24574             "in": "body", 
24575             "name": "body", 
24576             "required": true, 
24577             "schema": {
24578               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
24579             }
24580           }
24581         ], 
24582         "produces": [
24583           "application/json"
24584         ], 
24585         "responses": {
24586           "default": {
24587             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24588           }
24589         }, 
24590         "summary": "update an existing l3-interface-ipv6-address-list", 
24591         "tags": [
24592           "CloudInfrastructure"
24593         ]
24594       }, 
24595       "put": {
24596         "consumes": [
24597           "application/json", 
24598           "application/xml"
24599         ], 
24600         "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", 
24601         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
24602         "parameters": [
24603           {
24604             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24605             "example": "__CLOUD-OWNER__", 
24606             "in": "path", 
24607             "name": "cloud-owner", 
24608             "required": true, 
24609             "type": "string"
24610           }, 
24611           {
24612             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24613             "example": "__CLOUD-REGION-ID__", 
24614             "in": "path", 
24615             "name": "cloud-region-id", 
24616             "required": true, 
24617             "type": "string"
24618           }, 
24619           {
24620             "description": "Unique id relative to the cloud-region.", 
24621             "example": "__TENANT-ID__", 
24622             "in": "path", 
24623             "name": "tenant-id", 
24624             "required": true, 
24625             "type": "string"
24626           }, 
24627           {
24628             "description": "Unique identifier for this vserver relative to its tenant", 
24629             "example": "__VSERVER-ID__", 
24630             "in": "path", 
24631             "name": "vserver-id", 
24632             "required": true, 
24633             "type": "string"
24634           }, 
24635           {
24636             "description": "Name given to the interface", 
24637             "example": "__INTERFACE-NAME__", 
24638             "in": "path", 
24639             "name": "interface-name", 
24640             "required": true, 
24641             "type": "string"
24642           }, 
24643           {
24644             "description": "IP address", 
24645             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
24646             "in": "path", 
24647             "name": "l3-interface-ipv6-address", 
24648             "required": true, 
24649             "type": "string"
24650           }, 
24651           {
24652             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
24653             "in": "body", 
24654             "name": "body", 
24655             "required": true, 
24656             "schema": {
24657               "$ref": "#/definitions/l3-interface-ipv6-address-list"
24658             }
24659           }
24660         ], 
24661         "produces": [
24662           "application/json", 
24663           "application/xml"
24664         ], 
24665         "responses": {
24666           "default": {
24667             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24668           }
24669         }, 
24670         "summary": "create or update an existing l3-interface-ipv6-address-list", 
24671         "tags": [
24672           "CloudInfrastructure"
24673         ]
24674       }
24675     }, 
24676     "/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": {
24677       "delete": {
24678         "consumes": [
24679           "application/json", 
24680           "application/xml"
24681         ], 
24682         "description": "delete an existing relationship", 
24683         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
24684         "parameters": [
24685           {
24686             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24687             "example": "__CLOUD-OWNER__", 
24688             "in": "path", 
24689             "name": "cloud-owner", 
24690             "required": true, 
24691             "type": "string"
24692           }, 
24693           {
24694             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24695             "example": "__CLOUD-REGION-ID__", 
24696             "in": "path", 
24697             "name": "cloud-region-id", 
24698             "required": true, 
24699             "type": "string"
24700           }, 
24701           {
24702             "description": "Unique id relative to the cloud-region.", 
24703             "example": "__TENANT-ID__", 
24704             "in": "path", 
24705             "name": "tenant-id", 
24706             "required": true, 
24707             "type": "string"
24708           }, 
24709           {
24710             "description": "Unique identifier for this vserver relative to its tenant", 
24711             "example": "__VSERVER-ID__", 
24712             "in": "path", 
24713             "name": "vserver-id", 
24714             "required": true, 
24715             "type": "string"
24716           }, 
24717           {
24718             "description": "Name given to the interface", 
24719             "example": "__INTERFACE-NAME__", 
24720             "in": "path", 
24721             "name": "interface-name", 
24722             "required": true, 
24723             "type": "string"
24724           }, 
24725           {
24726             "description": "IP address", 
24727             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
24728             "in": "path", 
24729             "name": "l3-interface-ipv6-address", 
24730             "required": true, 
24731             "type": "string"
24732           }
24733         ], 
24734         "produces": [
24735           "application/json", 
24736           "application/xml"
24737         ], 
24738         "responses": {
24739           "default": {
24740             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24741           }
24742         }, 
24743         "summary": "delete an existing relationship", 
24744         "tags": [
24745           "CloudInfrastructure"
24746         ]
24747       }, 
24748       "put": {
24749         "consumes": [
24750           "application/json", 
24751           "application/xml"
24752         ], 
24753         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
24754         "parameters": [
24755           {
24756             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24757             "example": "__CLOUD-OWNER__", 
24758             "in": "path", 
24759             "name": "cloud-owner", 
24760             "required": true, 
24761             "type": "string"
24762           }, 
24763           {
24764             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24765             "example": "__CLOUD-REGION-ID__", 
24766             "in": "path", 
24767             "name": "cloud-region-id", 
24768             "required": true, 
24769             "type": "string"
24770           }, 
24771           {
24772             "description": "Unique id relative to the cloud-region.", 
24773             "example": "__TENANT-ID__", 
24774             "in": "path", 
24775             "name": "tenant-id", 
24776             "required": true, 
24777             "type": "string"
24778           }, 
24779           {
24780             "description": "Unique identifier for this vserver relative to its tenant", 
24781             "example": "__VSERVER-ID__", 
24782             "in": "path", 
24783             "name": "vserver-id", 
24784             "required": true, 
24785             "type": "string"
24786           }, 
24787           {
24788             "description": "Name given to the interface", 
24789             "example": "__INTERFACE-NAME__", 
24790             "in": "path", 
24791             "name": "interface-name", 
24792             "required": true, 
24793             "type": "string"
24794           }, 
24795           {
24796             "description": "IP address", 
24797             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
24798             "in": "path", 
24799             "name": "l3-interface-ipv6-address", 
24800             "required": true, 
24801             "type": "string"
24802           }, 
24803           {
24804             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
24805             "in": "body", 
24806             "name": "body", 
24807             "required": true, 
24808             "schema": {
24809               "$ref": "#/definitions/relationship-dict"
24810             }
24811           }
24812         ], 
24813         "produces": [
24814           "application/json", 
24815           "application/xml"
24816         ], 
24817         "responses": {
24818           "default": {
24819             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24820           }
24821         }, 
24822         "summary": "see node definition for valid relationships", 
24823         "tags": [
24824           "CloudInfrastructure"
24825         ]
24826       }
24827     }, 
24828     "/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": {
24829       "delete": {
24830         "consumes": [
24831           "application/json", 
24832           "application/xml"
24833         ], 
24834         "description": "delete an existing relationship", 
24835         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceRelationshipListRelationship", 
24836         "parameters": [
24837           {
24838             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24839             "example": "__CLOUD-OWNER__", 
24840             "in": "path", 
24841             "name": "cloud-owner", 
24842             "required": true, 
24843             "type": "string"
24844           }, 
24845           {
24846             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24847             "example": "__CLOUD-REGION-ID__", 
24848             "in": "path", 
24849             "name": "cloud-region-id", 
24850             "required": true, 
24851             "type": "string"
24852           }, 
24853           {
24854             "description": "Unique id relative to the cloud-region.", 
24855             "example": "__TENANT-ID__", 
24856             "in": "path", 
24857             "name": "tenant-id", 
24858             "required": true, 
24859             "type": "string"
24860           }, 
24861           {
24862             "description": "Unique identifier for this vserver relative to its tenant", 
24863             "example": "__VSERVER-ID__", 
24864             "in": "path", 
24865             "name": "vserver-id", 
24866             "required": true, 
24867             "type": "string"
24868           }, 
24869           {
24870             "description": "Name given to the interface", 
24871             "example": "__INTERFACE-NAME__", 
24872             "in": "path", 
24873             "name": "interface-name", 
24874             "required": true, 
24875             "type": "string"
24876           }
24877         ], 
24878         "produces": [
24879           "application/json", 
24880           "application/xml"
24881         ], 
24882         "responses": {
24883           "default": {
24884             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24885           }
24886         }, 
24887         "summary": "delete an existing relationship", 
24888         "tags": [
24889           "CloudInfrastructure"
24890         ]
24891       }, 
24892       "put": {
24893         "consumes": [
24894           "application/json", 
24895           "application/xml"
24896         ], 
24897         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceRelationshipListRelationship", 
24898         "parameters": [
24899           {
24900             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24901             "example": "__CLOUD-OWNER__", 
24902             "in": "path", 
24903             "name": "cloud-owner", 
24904             "required": true, 
24905             "type": "string"
24906           }, 
24907           {
24908             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24909             "example": "__CLOUD-REGION-ID__", 
24910             "in": "path", 
24911             "name": "cloud-region-id", 
24912             "required": true, 
24913             "type": "string"
24914           }, 
24915           {
24916             "description": "Unique id relative to the cloud-region.", 
24917             "example": "__TENANT-ID__", 
24918             "in": "path", 
24919             "name": "tenant-id", 
24920             "required": true, 
24921             "type": "string"
24922           }, 
24923           {
24924             "description": "Unique identifier for this vserver relative to its tenant", 
24925             "example": "__VSERVER-ID__", 
24926             "in": "path", 
24927             "name": "vserver-id", 
24928             "required": true, 
24929             "type": "string"
24930           }, 
24931           {
24932             "description": "Name given to the interface", 
24933             "example": "__INTERFACE-NAME__", 
24934             "in": "path", 
24935             "name": "interface-name", 
24936             "required": true, 
24937             "type": "string"
24938           }, 
24939           {
24940             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterface.json)", 
24941             "in": "body", 
24942             "name": "body", 
24943             "required": true, 
24944             "schema": {
24945               "$ref": "#/definitions/relationship-dict"
24946             }
24947           }
24948         ], 
24949         "produces": [
24950           "application/json", 
24951           "application/xml"
24952         ], 
24953         "responses": {
24954           "default": {
24955             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
24956           }
24957         }, 
24958         "summary": "see node definition for valid relationships", 
24959         "tags": [
24960           "CloudInfrastructure"
24961         ]
24962       }
24963     }, 
24964     "/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": {
24965       "get": {
24966         "description": "returns sriov-vfs", 
24967         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfs", 
24968         "parameters": [
24969           {
24970             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
24971             "example": "__CLOUD-OWNER__", 
24972             "in": "path", 
24973             "name": "cloud-owner", 
24974             "required": true, 
24975             "type": "string"
24976           }, 
24977           {
24978             "description": "Identifier used by the vendor for the region. Second part of composite key", 
24979             "example": "__CLOUD-REGION-ID__", 
24980             "in": "path", 
24981             "name": "cloud-region-id", 
24982             "required": true, 
24983             "type": "string"
24984           }, 
24985           {
24986             "description": "Unique id relative to the cloud-region.", 
24987             "example": "__TENANT-ID__", 
24988             "in": "path", 
24989             "name": "tenant-id", 
24990             "required": true, 
24991             "type": "string"
24992           }, 
24993           {
24994             "description": "Unique identifier for this vserver relative to its tenant", 
24995             "example": "__VSERVER-ID__", 
24996             "in": "path", 
24997             "name": "vserver-id", 
24998             "required": true, 
24999             "type": "string"
25000           }, 
25001           {
25002             "description": "Name given to the interface", 
25003             "example": "__INTERFACE-NAME__", 
25004             "in": "path", 
25005             "name": "interface-name", 
25006             "required": true, 
25007             "type": "string"
25008           }, 
25009           {
25010             "description": "n/a", 
25011             "in": "query", 
25012             "name": "pci-id", 
25013             "required": false, 
25014             "type": "string"
25015           }, 
25016           {
25017             "description": "n/a", 
25018             "in": "query", 
25019             "name": "vf-vlan-filter", 
25020             "required": false, 
25021             "type": "string"
25022           }, 
25023           {
25024             "description": "n/a", 
25025             "in": "query", 
25026             "name": "vf-mac-filter", 
25027             "required": false, 
25028             "type": "string"
25029           }, 
25030           {
25031             "description": "n/a", 
25032             "in": "query", 
25033             "name": "vf-vlan-strip", 
25034             "required": false, 
25035             "type": "boolean"
25036           }, 
25037           {
25038             "description": "n/a", 
25039             "in": "query", 
25040             "name": "neutron-network-id", 
25041             "required": false, 
25042             "type": "string"
25043           }
25044         ], 
25045         "produces": [
25046           "application/json", 
25047           "application/xml"
25048         ], 
25049         "responses": {
25050           "200": {
25051             "description": "successful operation", 
25052             "schema": {
25053               "$ref": "#/definitions/sriov-vfs"
25054             }
25055           }, 
25056           "default": {
25057             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25058           }
25059         }, 
25060         "summary": "returns sriov-vfs", 
25061         "tags": [
25062           "CloudInfrastructure"
25063         ]
25064       }
25065     }, 
25066     "/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}": {
25067       "delete": {
25068         "consumes": [
25069           "application/json", 
25070           "application/xml"
25071         ], 
25072         "description": "delete an existing sriov-vf", 
25073         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
25074         "parameters": [
25075           {
25076             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25077             "example": "__CLOUD-OWNER__", 
25078             "in": "path", 
25079             "name": "cloud-owner", 
25080             "required": true, 
25081             "type": "string"
25082           }, 
25083           {
25084             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25085             "example": "__CLOUD-REGION-ID__", 
25086             "in": "path", 
25087             "name": "cloud-region-id", 
25088             "required": true, 
25089             "type": "string"
25090           }, 
25091           {
25092             "description": "Unique id relative to the cloud-region.", 
25093             "example": "__TENANT-ID__", 
25094             "in": "path", 
25095             "name": "tenant-id", 
25096             "required": true, 
25097             "type": "string"
25098           }, 
25099           {
25100             "description": "Unique identifier for this vserver relative to its tenant", 
25101             "example": "__VSERVER-ID__", 
25102             "in": "path", 
25103             "name": "vserver-id", 
25104             "required": true, 
25105             "type": "string"
25106           }, 
25107           {
25108             "description": "Name given to the interface", 
25109             "example": "__INTERFACE-NAME__", 
25110             "in": "path", 
25111             "name": "interface-name", 
25112             "required": true, 
25113             "type": "string"
25114           }, 
25115           {
25116             "description": "PCI ID used to identify the sriov-vf", 
25117             "example": "__PCI-ID__", 
25118             "in": "path", 
25119             "name": "pci-id", 
25120             "required": true, 
25121             "type": "string"
25122           }, 
25123           {
25124             "description": "resource-version for concurrency", 
25125             "in": "query", 
25126             "name": "resource-version", 
25127             "required": true, 
25128             "type": "string"
25129           }
25130         ], 
25131         "produces": [
25132           "application/json", 
25133           "application/xml"
25134         ], 
25135         "responses": {
25136           "default": {
25137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25138           }
25139         }, 
25140         "summary": "delete an existing sriov-vf", 
25141         "tags": [
25142           "CloudInfrastructure"
25143         ]
25144       }, 
25145       "get": {
25146         "description": "returns sriov-vf", 
25147         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
25148         "parameters": [
25149           {
25150             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25151             "example": "__CLOUD-OWNER__", 
25152             "in": "path", 
25153             "name": "cloud-owner", 
25154             "required": true, 
25155             "type": "string"
25156           }, 
25157           {
25158             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25159             "example": "__CLOUD-REGION-ID__", 
25160             "in": "path", 
25161             "name": "cloud-region-id", 
25162             "required": true, 
25163             "type": "string"
25164           }, 
25165           {
25166             "description": "Unique id relative to the cloud-region.", 
25167             "example": "__TENANT-ID__", 
25168             "in": "path", 
25169             "name": "tenant-id", 
25170             "required": true, 
25171             "type": "string"
25172           }, 
25173           {
25174             "description": "Unique identifier for this vserver relative to its tenant", 
25175             "example": "__VSERVER-ID__", 
25176             "in": "path", 
25177             "name": "vserver-id", 
25178             "required": true, 
25179             "type": "string"
25180           }, 
25181           {
25182             "description": "Name given to the interface", 
25183             "example": "__INTERFACE-NAME__", 
25184             "in": "path", 
25185             "name": "interface-name", 
25186             "required": true, 
25187             "type": "string"
25188           }, 
25189           {
25190             "description": "PCI ID used to identify the sriov-vf", 
25191             "example": "__PCI-ID__", 
25192             "in": "path", 
25193             "name": "pci-id", 
25194             "required": true, 
25195             "type": "string"
25196           }
25197         ], 
25198         "produces": [
25199           "application/json", 
25200           "application/xml"
25201         ], 
25202         "responses": {
25203           "200": {
25204             "description": "successful operation", 
25205             "schema": {
25206               "$ref": "#/definitions/sriov-vf"
25207             }
25208           }, 
25209           "default": {
25210             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25211           }
25212         }, 
25213         "summary": "returns sriov-vf", 
25214         "tags": [
25215           "CloudInfrastructure"
25216         ]
25217       }, 
25218       "patch": {
25219         "consumes": [
25220           "application/json"
25221         ], 
25222         "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", 
25223         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
25224         "parameters": [
25225           {
25226             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25227             "example": "__CLOUD-OWNER__", 
25228             "in": "path", 
25229             "name": "cloud-owner", 
25230             "required": true, 
25231             "type": "string"
25232           }, 
25233           {
25234             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25235             "example": "__CLOUD-REGION-ID__", 
25236             "in": "path", 
25237             "name": "cloud-region-id", 
25238             "required": true, 
25239             "type": "string"
25240           }, 
25241           {
25242             "description": "Unique id relative to the cloud-region.", 
25243             "example": "__TENANT-ID__", 
25244             "in": "path", 
25245             "name": "tenant-id", 
25246             "required": true, 
25247             "type": "string"
25248           }, 
25249           {
25250             "description": "Unique identifier for this vserver relative to its tenant", 
25251             "example": "__VSERVER-ID__", 
25252             "in": "path", 
25253             "name": "vserver-id", 
25254             "required": true, 
25255             "type": "string"
25256           }, 
25257           {
25258             "description": "Name given to the interface", 
25259             "example": "__INTERFACE-NAME__", 
25260             "in": "path", 
25261             "name": "interface-name", 
25262             "required": true, 
25263             "type": "string"
25264           }, 
25265           {
25266             "description": "PCI ID used to identify the sriov-vf", 
25267             "example": "__PCI-ID__", 
25268             "in": "path", 
25269             "name": "pci-id", 
25270             "required": true, 
25271             "type": "string"
25272           }, 
25273           {
25274             "description": "sriov-vf object that needs to be updated.", 
25275             "in": "body", 
25276             "name": "body", 
25277             "required": true, 
25278             "schema": {
25279               "$ref": "#/definitions/zzzz-patch-sriov-vf"
25280             }
25281           }
25282         ], 
25283         "produces": [
25284           "application/json"
25285         ], 
25286         "responses": {
25287           "default": {
25288             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25289           }
25290         }, 
25291         "summary": "update an existing sriov-vf", 
25292         "tags": [
25293           "CloudInfrastructure"
25294         ]
25295       }, 
25296       "put": {
25297         "consumes": [
25298           "application/json", 
25299           "application/xml"
25300         ], 
25301         "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", 
25302         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf", 
25303         "parameters": [
25304           {
25305             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25306             "example": "__CLOUD-OWNER__", 
25307             "in": "path", 
25308             "name": "cloud-owner", 
25309             "required": true, 
25310             "type": "string"
25311           }, 
25312           {
25313             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25314             "example": "__CLOUD-REGION-ID__", 
25315             "in": "path", 
25316             "name": "cloud-region-id", 
25317             "required": true, 
25318             "type": "string"
25319           }, 
25320           {
25321             "description": "Unique id relative to the cloud-region.", 
25322             "example": "__TENANT-ID__", 
25323             "in": "path", 
25324             "name": "tenant-id", 
25325             "required": true, 
25326             "type": "string"
25327           }, 
25328           {
25329             "description": "Unique identifier for this vserver relative to its tenant", 
25330             "example": "__VSERVER-ID__", 
25331             "in": "path", 
25332             "name": "vserver-id", 
25333             "required": true, 
25334             "type": "string"
25335           }, 
25336           {
25337             "description": "Name given to the interface", 
25338             "example": "__INTERFACE-NAME__", 
25339             "in": "path", 
25340             "name": "interface-name", 
25341             "required": true, 
25342             "type": "string"
25343           }, 
25344           {
25345             "description": "PCI ID used to identify the sriov-vf", 
25346             "example": "__PCI-ID__", 
25347             "in": "path", 
25348             "name": "pci-id", 
25349             "required": true, 
25350             "type": "string"
25351           }, 
25352           {
25353             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf.json)", 
25354             "in": "body", 
25355             "name": "body", 
25356             "required": true, 
25357             "schema": {
25358               "$ref": "#/definitions/sriov-vf"
25359             }
25360           }
25361         ], 
25362         "produces": [
25363           "application/json", 
25364           "application/xml"
25365         ], 
25366         "responses": {
25367           "default": {
25368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25369           }
25370         }, 
25371         "summary": "create or update an existing sriov-vf", 
25372         "tags": [
25373           "CloudInfrastructure"
25374         ]
25375       }
25376     }, 
25377     "/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": {
25378       "delete": {
25379         "consumes": [
25380           "application/json", 
25381           "application/xml"
25382         ], 
25383         "description": "delete an existing relationship", 
25384         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
25385         "parameters": [
25386           {
25387             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25388             "example": "__CLOUD-OWNER__", 
25389             "in": "path", 
25390             "name": "cloud-owner", 
25391             "required": true, 
25392             "type": "string"
25393           }, 
25394           {
25395             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25396             "example": "__CLOUD-REGION-ID__", 
25397             "in": "path", 
25398             "name": "cloud-region-id", 
25399             "required": true, 
25400             "type": "string"
25401           }, 
25402           {
25403             "description": "Unique id relative to the cloud-region.", 
25404             "example": "__TENANT-ID__", 
25405             "in": "path", 
25406             "name": "tenant-id", 
25407             "required": true, 
25408             "type": "string"
25409           }, 
25410           {
25411             "description": "Unique identifier for this vserver relative to its tenant", 
25412             "example": "__VSERVER-ID__", 
25413             "in": "path", 
25414             "name": "vserver-id", 
25415             "required": true, 
25416             "type": "string"
25417           }, 
25418           {
25419             "description": "Name given to the interface", 
25420             "example": "__INTERFACE-NAME__", 
25421             "in": "path", 
25422             "name": "interface-name", 
25423             "required": true, 
25424             "type": "string"
25425           }, 
25426           {
25427             "description": "PCI ID used to identify the sriov-vf", 
25428             "example": "__PCI-ID__", 
25429             "in": "path", 
25430             "name": "pci-id", 
25431             "required": true, 
25432             "type": "string"
25433           }
25434         ], 
25435         "produces": [
25436           "application/json", 
25437           "application/xml"
25438         ], 
25439         "responses": {
25440           "default": {
25441             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25442           }
25443         }, 
25444         "summary": "delete an existing relationship", 
25445         "tags": [
25446           "CloudInfrastructure"
25447         ]
25448       }, 
25449       "put": {
25450         "consumes": [
25451           "application/json", 
25452           "application/xml"
25453         ], 
25454         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
25455         "parameters": [
25456           {
25457             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25458             "example": "__CLOUD-OWNER__", 
25459             "in": "path", 
25460             "name": "cloud-owner", 
25461             "required": true, 
25462             "type": "string"
25463           }, 
25464           {
25465             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25466             "example": "__CLOUD-REGION-ID__", 
25467             "in": "path", 
25468             "name": "cloud-region-id", 
25469             "required": true, 
25470             "type": "string"
25471           }, 
25472           {
25473             "description": "Unique id relative to the cloud-region.", 
25474             "example": "__TENANT-ID__", 
25475             "in": "path", 
25476             "name": "tenant-id", 
25477             "required": true, 
25478             "type": "string"
25479           }, 
25480           {
25481             "description": "Unique identifier for this vserver relative to its tenant", 
25482             "example": "__VSERVER-ID__", 
25483             "in": "path", 
25484             "name": "vserver-id", 
25485             "required": true, 
25486             "type": "string"
25487           }, 
25488           {
25489             "description": "Name given to the interface", 
25490             "example": "__INTERFACE-NAME__", 
25491             "in": "path", 
25492             "name": "interface-name", 
25493             "required": true, 
25494             "type": "string"
25495           }, 
25496           {
25497             "description": "PCI ID used to identify the sriov-vf", 
25498             "example": "__PCI-ID__", 
25499             "in": "path", 
25500             "name": "pci-id", 
25501             "required": true, 
25502             "type": "string"
25503           }, 
25504           {
25505             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceSriovVfsSriovVf.json)", 
25506             "in": "body", 
25507             "name": "body", 
25508             "required": true, 
25509             "schema": {
25510               "$ref": "#/definitions/relationship-dict"
25511             }
25512           }
25513         ], 
25514         "produces": [
25515           "application/json", 
25516           "application/xml"
25517         ], 
25518         "responses": {
25519           "default": {
25520             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25521           }
25522         }, 
25523         "summary": "see node definition for valid relationships", 
25524         "tags": [
25525           "CloudInfrastructure"
25526         ]
25527       }
25528     }, 
25529     "/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": {
25530       "get": {
25531         "description": "returns vlans", 
25532         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlans", 
25533         "parameters": [
25534           {
25535             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25536             "example": "__CLOUD-OWNER__", 
25537             "in": "path", 
25538             "name": "cloud-owner", 
25539             "required": true, 
25540             "type": "string"
25541           }, 
25542           {
25543             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25544             "example": "__CLOUD-REGION-ID__", 
25545             "in": "path", 
25546             "name": "cloud-region-id", 
25547             "required": true, 
25548             "type": "string"
25549           }, 
25550           {
25551             "description": "Unique id relative to the cloud-region.", 
25552             "example": "__TENANT-ID__", 
25553             "in": "path", 
25554             "name": "tenant-id", 
25555             "required": true, 
25556             "type": "string"
25557           }, 
25558           {
25559             "description": "Unique identifier for this vserver relative to its tenant", 
25560             "example": "__VSERVER-ID__", 
25561             "in": "path", 
25562             "name": "vserver-id", 
25563             "required": true, 
25564             "type": "string"
25565           }, 
25566           {
25567             "description": "Name given to the interface", 
25568             "example": "__INTERFACE-NAME__", 
25569             "in": "path", 
25570             "name": "interface-name", 
25571             "required": true, 
25572             "type": "string"
25573           }, 
25574           {
25575             "description": "n/a", 
25576             "in": "query", 
25577             "name": "vlan-interface", 
25578             "required": false, 
25579             "type": "string"
25580           }, 
25581           {
25582             "description": "n/a", 
25583             "format": "int64", 
25584             "in": "query", 
25585             "name": "vlan-id-inner", 
25586             "required": false, 
25587             "type": "integer"
25588           }, 
25589           {
25590             "description": "n/a", 
25591             "in": "query", 
25592             "name": "vpn-key", 
25593             "required": false, 
25594             "type": "string"
25595           }
25596         ], 
25597         "produces": [
25598           "application/json", 
25599           "application/xml"
25600         ], 
25601         "responses": {
25602           "200": {
25603             "description": "successful operation", 
25604             "schema": {
25605               "$ref": "#/definitions/vlans"
25606             }
25607           }, 
25608           "default": {
25609             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25610           }
25611         }, 
25612         "summary": "returns vlans", 
25613         "tags": [
25614           "CloudInfrastructure"
25615         ]
25616       }
25617     }, 
25618     "/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}": {
25619       "delete": {
25620         "consumes": [
25621           "application/json", 
25622           "application/xml"
25623         ], 
25624         "description": "delete an existing vlan", 
25625         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
25626         "parameters": [
25627           {
25628             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25629             "example": "__CLOUD-OWNER__", 
25630             "in": "path", 
25631             "name": "cloud-owner", 
25632             "required": true, 
25633             "type": "string"
25634           }, 
25635           {
25636             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25637             "example": "__CLOUD-REGION-ID__", 
25638             "in": "path", 
25639             "name": "cloud-region-id", 
25640             "required": true, 
25641             "type": "string"
25642           }, 
25643           {
25644             "description": "Unique id relative to the cloud-region.", 
25645             "example": "__TENANT-ID__", 
25646             "in": "path", 
25647             "name": "tenant-id", 
25648             "required": true, 
25649             "type": "string"
25650           }, 
25651           {
25652             "description": "Unique identifier for this vserver relative to its tenant", 
25653             "example": "__VSERVER-ID__", 
25654             "in": "path", 
25655             "name": "vserver-id", 
25656             "required": true, 
25657             "type": "string"
25658           }, 
25659           {
25660             "description": "Name given to the interface", 
25661             "example": "__INTERFACE-NAME__", 
25662             "in": "path", 
25663             "name": "interface-name", 
25664             "required": true, 
25665             "type": "string"
25666           }, 
25667           {
25668             "description": "String that identifies the interface", 
25669             "example": "__VLAN-INTERFACE__", 
25670             "in": "path", 
25671             "name": "vlan-interface", 
25672             "required": true, 
25673             "type": "string"
25674           }, 
25675           {
25676             "description": "resource-version for concurrency", 
25677             "in": "query", 
25678             "name": "resource-version", 
25679             "required": true, 
25680             "type": "string"
25681           }
25682         ], 
25683         "produces": [
25684           "application/json", 
25685           "application/xml"
25686         ], 
25687         "responses": {
25688           "default": {
25689             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25690           }
25691         }, 
25692         "summary": "delete an existing vlan", 
25693         "tags": [
25694           "CloudInfrastructure"
25695         ]
25696       }, 
25697       "get": {
25698         "description": "returns vlan", 
25699         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
25700         "parameters": [
25701           {
25702             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25703             "example": "__CLOUD-OWNER__", 
25704             "in": "path", 
25705             "name": "cloud-owner", 
25706             "required": true, 
25707             "type": "string"
25708           }, 
25709           {
25710             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25711             "example": "__CLOUD-REGION-ID__", 
25712             "in": "path", 
25713             "name": "cloud-region-id", 
25714             "required": true, 
25715             "type": "string"
25716           }, 
25717           {
25718             "description": "Unique id relative to the cloud-region.", 
25719             "example": "__TENANT-ID__", 
25720             "in": "path", 
25721             "name": "tenant-id", 
25722             "required": true, 
25723             "type": "string"
25724           }, 
25725           {
25726             "description": "Unique identifier for this vserver relative to its tenant", 
25727             "example": "__VSERVER-ID__", 
25728             "in": "path", 
25729             "name": "vserver-id", 
25730             "required": true, 
25731             "type": "string"
25732           }, 
25733           {
25734             "description": "Name given to the interface", 
25735             "example": "__INTERFACE-NAME__", 
25736             "in": "path", 
25737             "name": "interface-name", 
25738             "required": true, 
25739             "type": "string"
25740           }, 
25741           {
25742             "description": "String that identifies the interface", 
25743             "example": "__VLAN-INTERFACE__", 
25744             "in": "path", 
25745             "name": "vlan-interface", 
25746             "required": true, 
25747             "type": "string"
25748           }
25749         ], 
25750         "produces": [
25751           "application/json", 
25752           "application/xml"
25753         ], 
25754         "responses": {
25755           "200": {
25756             "description": "successful operation", 
25757             "schema": {
25758               "$ref": "#/definitions/vlan"
25759             }
25760           }, 
25761           "default": {
25762             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25763           }
25764         }, 
25765         "summary": "returns vlan", 
25766         "tags": [
25767           "CloudInfrastructure"
25768         ]
25769       }, 
25770       "patch": {
25771         "consumes": [
25772           "application/json"
25773         ], 
25774         "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", 
25775         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
25776         "parameters": [
25777           {
25778             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25779             "example": "__CLOUD-OWNER__", 
25780             "in": "path", 
25781             "name": "cloud-owner", 
25782             "required": true, 
25783             "type": "string"
25784           }, 
25785           {
25786             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25787             "example": "__CLOUD-REGION-ID__", 
25788             "in": "path", 
25789             "name": "cloud-region-id", 
25790             "required": true, 
25791             "type": "string"
25792           }, 
25793           {
25794             "description": "Unique id relative to the cloud-region.", 
25795             "example": "__TENANT-ID__", 
25796             "in": "path", 
25797             "name": "tenant-id", 
25798             "required": true, 
25799             "type": "string"
25800           }, 
25801           {
25802             "description": "Unique identifier for this vserver relative to its tenant", 
25803             "example": "__VSERVER-ID__", 
25804             "in": "path", 
25805             "name": "vserver-id", 
25806             "required": true, 
25807             "type": "string"
25808           }, 
25809           {
25810             "description": "Name given to the interface", 
25811             "example": "__INTERFACE-NAME__", 
25812             "in": "path", 
25813             "name": "interface-name", 
25814             "required": true, 
25815             "type": "string"
25816           }, 
25817           {
25818             "description": "String that identifies the interface", 
25819             "example": "__VLAN-INTERFACE__", 
25820             "in": "path", 
25821             "name": "vlan-interface", 
25822             "required": true, 
25823             "type": "string"
25824           }, 
25825           {
25826             "description": "vlan object that needs to be updated.", 
25827             "in": "body", 
25828             "name": "body", 
25829             "required": true, 
25830             "schema": {
25831               "$ref": "#/definitions/zzzz-patch-vlan"
25832             }
25833           }
25834         ], 
25835         "produces": [
25836           "application/json"
25837         ], 
25838         "responses": {
25839           "default": {
25840             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25841           }
25842         }, 
25843         "summary": "update an existing vlan", 
25844         "tags": [
25845           "CloudInfrastructure"
25846         ]
25847       }, 
25848       "put": {
25849         "consumes": [
25850           "application/json", 
25851           "application/xml"
25852         ], 
25853         "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", 
25854         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan", 
25855         "parameters": [
25856           {
25857             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25858             "example": "__CLOUD-OWNER__", 
25859             "in": "path", 
25860             "name": "cloud-owner", 
25861             "required": true, 
25862             "type": "string"
25863           }, 
25864           {
25865             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25866             "example": "__CLOUD-REGION-ID__", 
25867             "in": "path", 
25868             "name": "cloud-region-id", 
25869             "required": true, 
25870             "type": "string"
25871           }, 
25872           {
25873             "description": "Unique id relative to the cloud-region.", 
25874             "example": "__TENANT-ID__", 
25875             "in": "path", 
25876             "name": "tenant-id", 
25877             "required": true, 
25878             "type": "string"
25879           }, 
25880           {
25881             "description": "Unique identifier for this vserver relative to its tenant", 
25882             "example": "__VSERVER-ID__", 
25883             "in": "path", 
25884             "name": "vserver-id", 
25885             "required": true, 
25886             "type": "string"
25887           }, 
25888           {
25889             "description": "Name given to the interface", 
25890             "example": "__INTERFACE-NAME__", 
25891             "in": "path", 
25892             "name": "interface-name", 
25893             "required": true, 
25894             "type": "string"
25895           }, 
25896           {
25897             "description": "String that identifies the interface", 
25898             "example": "__VLAN-INTERFACE__", 
25899             "in": "path", 
25900             "name": "vlan-interface", 
25901             "required": true, 
25902             "type": "string"
25903           }, 
25904           {
25905             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan.json)", 
25906             "in": "body", 
25907             "name": "body", 
25908             "required": true, 
25909             "schema": {
25910               "$ref": "#/definitions/vlan"
25911             }
25912           }
25913         ], 
25914         "produces": [
25915           "application/json", 
25916           "application/xml"
25917         ], 
25918         "responses": {
25919           "default": {
25920             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
25921           }
25922         }, 
25923         "summary": "create or update an existing vlan", 
25924         "tags": [
25925           "CloudInfrastructure"
25926         ]
25927       }
25928     }, 
25929     "/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}": {
25930       "delete": {
25931         "consumes": [
25932           "application/json", 
25933           "application/xml"
25934         ], 
25935         "description": "delete an existing l3-interface-ipv4-address-list", 
25936         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
25937         "parameters": [
25938           {
25939             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
25940             "example": "__CLOUD-OWNER__", 
25941             "in": "path", 
25942             "name": "cloud-owner", 
25943             "required": true, 
25944             "type": "string"
25945           }, 
25946           {
25947             "description": "Identifier used by the vendor for the region. Second part of composite key", 
25948             "example": "__CLOUD-REGION-ID__", 
25949             "in": "path", 
25950             "name": "cloud-region-id", 
25951             "required": true, 
25952             "type": "string"
25953           }, 
25954           {
25955             "description": "Unique id relative to the cloud-region.", 
25956             "example": "__TENANT-ID__", 
25957             "in": "path", 
25958             "name": "tenant-id", 
25959             "required": true, 
25960             "type": "string"
25961           }, 
25962           {
25963             "description": "Unique identifier for this vserver relative to its tenant", 
25964             "example": "__VSERVER-ID__", 
25965             "in": "path", 
25966             "name": "vserver-id", 
25967             "required": true, 
25968             "type": "string"
25969           }, 
25970           {
25971             "description": "Name given to the interface", 
25972             "example": "__INTERFACE-NAME__", 
25973             "in": "path", 
25974             "name": "interface-name", 
25975             "required": true, 
25976             "type": "string"
25977           }, 
25978           {
25979             "description": "String that identifies the interface", 
25980             "example": "__VLAN-INTERFACE__", 
25981             "in": "path", 
25982             "name": "vlan-interface", 
25983             "required": true, 
25984             "type": "string"
25985           }, 
25986           {
25987             "description": "IP address", 
25988             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
25989             "in": "path", 
25990             "name": "l3-interface-ipv4-address", 
25991             "required": true, 
25992             "type": "string"
25993           }, 
25994           {
25995             "description": "resource-version for concurrency", 
25996             "in": "query", 
25997             "name": "resource-version", 
25998             "required": true, 
25999             "type": "string"
26000           }
26001         ], 
26002         "produces": [
26003           "application/json", 
26004           "application/xml"
26005         ], 
26006         "responses": {
26007           "default": {
26008             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26009           }
26010         }, 
26011         "summary": "delete an existing l3-interface-ipv4-address-list", 
26012         "tags": [
26013           "CloudInfrastructure"
26014         ]
26015       }, 
26016       "get": {
26017         "description": "returns l3-interface-ipv4-address-list", 
26018         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
26019         "parameters": [
26020           {
26021             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26022             "example": "__CLOUD-OWNER__", 
26023             "in": "path", 
26024             "name": "cloud-owner", 
26025             "required": true, 
26026             "type": "string"
26027           }, 
26028           {
26029             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26030             "example": "__CLOUD-REGION-ID__", 
26031             "in": "path", 
26032             "name": "cloud-region-id", 
26033             "required": true, 
26034             "type": "string"
26035           }, 
26036           {
26037             "description": "Unique id relative to the cloud-region.", 
26038             "example": "__TENANT-ID__", 
26039             "in": "path", 
26040             "name": "tenant-id", 
26041             "required": true, 
26042             "type": "string"
26043           }, 
26044           {
26045             "description": "Unique identifier for this vserver relative to its tenant", 
26046             "example": "__VSERVER-ID__", 
26047             "in": "path", 
26048             "name": "vserver-id", 
26049             "required": true, 
26050             "type": "string"
26051           }, 
26052           {
26053             "description": "Name given to the interface", 
26054             "example": "__INTERFACE-NAME__", 
26055             "in": "path", 
26056             "name": "interface-name", 
26057             "required": true, 
26058             "type": "string"
26059           }, 
26060           {
26061             "description": "String that identifies the interface", 
26062             "example": "__VLAN-INTERFACE__", 
26063             "in": "path", 
26064             "name": "vlan-interface", 
26065             "required": true, 
26066             "type": "string"
26067           }, 
26068           {
26069             "description": "IP address", 
26070             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
26071             "in": "path", 
26072             "name": "l3-interface-ipv4-address", 
26073             "required": true, 
26074             "type": "string"
26075           }
26076         ], 
26077         "produces": [
26078           "application/json", 
26079           "application/xml"
26080         ], 
26081         "responses": {
26082           "200": {
26083             "description": "successful operation", 
26084             "schema": {
26085               "$ref": "#/definitions/l3-interface-ipv4-address-list"
26086             }
26087           }, 
26088           "default": {
26089             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26090           }
26091         }, 
26092         "summary": "returns l3-interface-ipv4-address-list", 
26093         "tags": [
26094           "CloudInfrastructure"
26095         ]
26096       }, 
26097       "patch": {
26098         "consumes": [
26099           "application/json"
26100         ], 
26101         "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", 
26102         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
26103         "parameters": [
26104           {
26105             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26106             "example": "__CLOUD-OWNER__", 
26107             "in": "path", 
26108             "name": "cloud-owner", 
26109             "required": true, 
26110             "type": "string"
26111           }, 
26112           {
26113             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26114             "example": "__CLOUD-REGION-ID__", 
26115             "in": "path", 
26116             "name": "cloud-region-id", 
26117             "required": true, 
26118             "type": "string"
26119           }, 
26120           {
26121             "description": "Unique id relative to the cloud-region.", 
26122             "example": "__TENANT-ID__", 
26123             "in": "path", 
26124             "name": "tenant-id", 
26125             "required": true, 
26126             "type": "string"
26127           }, 
26128           {
26129             "description": "Unique identifier for this vserver relative to its tenant", 
26130             "example": "__VSERVER-ID__", 
26131             "in": "path", 
26132             "name": "vserver-id", 
26133             "required": true, 
26134             "type": "string"
26135           }, 
26136           {
26137             "description": "Name given to the interface", 
26138             "example": "__INTERFACE-NAME__", 
26139             "in": "path", 
26140             "name": "interface-name", 
26141             "required": true, 
26142             "type": "string"
26143           }, 
26144           {
26145             "description": "String that identifies the interface", 
26146             "example": "__VLAN-INTERFACE__", 
26147             "in": "path", 
26148             "name": "vlan-interface", 
26149             "required": true, 
26150             "type": "string"
26151           }, 
26152           {
26153             "description": "IP address", 
26154             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
26155             "in": "path", 
26156             "name": "l3-interface-ipv4-address", 
26157             "required": true, 
26158             "type": "string"
26159           }, 
26160           {
26161             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
26162             "in": "body", 
26163             "name": "body", 
26164             "required": true, 
26165             "schema": {
26166               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
26167             }
26168           }
26169         ], 
26170         "produces": [
26171           "application/json"
26172         ], 
26173         "responses": {
26174           "default": {
26175             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26176           }
26177         }, 
26178         "summary": "update an existing l3-interface-ipv4-address-list", 
26179         "tags": [
26180           "CloudInfrastructure"
26181         ]
26182       }, 
26183       "put": {
26184         "consumes": [
26185           "application/json", 
26186           "application/xml"
26187         ], 
26188         "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", 
26189         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
26190         "parameters": [
26191           {
26192             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26193             "example": "__CLOUD-OWNER__", 
26194             "in": "path", 
26195             "name": "cloud-owner", 
26196             "required": true, 
26197             "type": "string"
26198           }, 
26199           {
26200             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26201             "example": "__CLOUD-REGION-ID__", 
26202             "in": "path", 
26203             "name": "cloud-region-id", 
26204             "required": true, 
26205             "type": "string"
26206           }, 
26207           {
26208             "description": "Unique id relative to the cloud-region.", 
26209             "example": "__TENANT-ID__", 
26210             "in": "path", 
26211             "name": "tenant-id", 
26212             "required": true, 
26213             "type": "string"
26214           }, 
26215           {
26216             "description": "Unique identifier for this vserver relative to its tenant", 
26217             "example": "__VSERVER-ID__", 
26218             "in": "path", 
26219             "name": "vserver-id", 
26220             "required": true, 
26221             "type": "string"
26222           }, 
26223           {
26224             "description": "Name given to the interface", 
26225             "example": "__INTERFACE-NAME__", 
26226             "in": "path", 
26227             "name": "interface-name", 
26228             "required": true, 
26229             "type": "string"
26230           }, 
26231           {
26232             "description": "String that identifies the interface", 
26233             "example": "__VLAN-INTERFACE__", 
26234             "in": "path", 
26235             "name": "vlan-interface", 
26236             "required": true, 
26237             "type": "string"
26238           }, 
26239           {
26240             "description": "IP address", 
26241             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
26242             "in": "path", 
26243             "name": "l3-interface-ipv4-address", 
26244             "required": true, 
26245             "type": "string"
26246           }, 
26247           {
26248             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
26249             "in": "body", 
26250             "name": "body", 
26251             "required": true, 
26252             "schema": {
26253               "$ref": "#/definitions/l3-interface-ipv4-address-list"
26254             }
26255           }
26256         ], 
26257         "produces": [
26258           "application/json", 
26259           "application/xml"
26260         ], 
26261         "responses": {
26262           "default": {
26263             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26264           }
26265         }, 
26266         "summary": "create or update an existing l3-interface-ipv4-address-list", 
26267         "tags": [
26268           "CloudInfrastructure"
26269         ]
26270       }
26271     }, 
26272     "/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": {
26273       "delete": {
26274         "consumes": [
26275           "application/json", 
26276           "application/xml"
26277         ], 
26278         "description": "delete an existing relationship", 
26279         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
26280         "parameters": [
26281           {
26282             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26283             "example": "__CLOUD-OWNER__", 
26284             "in": "path", 
26285             "name": "cloud-owner", 
26286             "required": true, 
26287             "type": "string"
26288           }, 
26289           {
26290             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26291             "example": "__CLOUD-REGION-ID__", 
26292             "in": "path", 
26293             "name": "cloud-region-id", 
26294             "required": true, 
26295             "type": "string"
26296           }, 
26297           {
26298             "description": "Unique id relative to the cloud-region.", 
26299             "example": "__TENANT-ID__", 
26300             "in": "path", 
26301             "name": "tenant-id", 
26302             "required": true, 
26303             "type": "string"
26304           }, 
26305           {
26306             "description": "Unique identifier for this vserver relative to its tenant", 
26307             "example": "__VSERVER-ID__", 
26308             "in": "path", 
26309             "name": "vserver-id", 
26310             "required": true, 
26311             "type": "string"
26312           }, 
26313           {
26314             "description": "Name given to the interface", 
26315             "example": "__INTERFACE-NAME__", 
26316             "in": "path", 
26317             "name": "interface-name", 
26318             "required": true, 
26319             "type": "string"
26320           }, 
26321           {
26322             "description": "String that identifies the interface", 
26323             "example": "__VLAN-INTERFACE__", 
26324             "in": "path", 
26325             "name": "vlan-interface", 
26326             "required": true, 
26327             "type": "string"
26328           }, 
26329           {
26330             "description": "IP address", 
26331             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
26332             "in": "path", 
26333             "name": "l3-interface-ipv4-address", 
26334             "required": true, 
26335             "type": "string"
26336           }
26337         ], 
26338         "produces": [
26339           "application/json", 
26340           "application/xml"
26341         ], 
26342         "responses": {
26343           "default": {
26344             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26345           }
26346         }, 
26347         "summary": "delete an existing relationship", 
26348         "tags": [
26349           "CloudInfrastructure"
26350         ]
26351       }, 
26352       "put": {
26353         "consumes": [
26354           "application/json", 
26355           "application/xml"
26356         ], 
26357         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
26358         "parameters": [
26359           {
26360             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26361             "example": "__CLOUD-OWNER__", 
26362             "in": "path", 
26363             "name": "cloud-owner", 
26364             "required": true, 
26365             "type": "string"
26366           }, 
26367           {
26368             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26369             "example": "__CLOUD-REGION-ID__", 
26370             "in": "path", 
26371             "name": "cloud-region-id", 
26372             "required": true, 
26373             "type": "string"
26374           }, 
26375           {
26376             "description": "Unique id relative to the cloud-region.", 
26377             "example": "__TENANT-ID__", 
26378             "in": "path", 
26379             "name": "tenant-id", 
26380             "required": true, 
26381             "type": "string"
26382           }, 
26383           {
26384             "description": "Unique identifier for this vserver relative to its tenant", 
26385             "example": "__VSERVER-ID__", 
26386             "in": "path", 
26387             "name": "vserver-id", 
26388             "required": true, 
26389             "type": "string"
26390           }, 
26391           {
26392             "description": "Name given to the interface", 
26393             "example": "__INTERFACE-NAME__", 
26394             "in": "path", 
26395             "name": "interface-name", 
26396             "required": true, 
26397             "type": "string"
26398           }, 
26399           {
26400             "description": "String that identifies the interface", 
26401             "example": "__VLAN-INTERFACE__", 
26402             "in": "path", 
26403             "name": "vlan-interface", 
26404             "required": true, 
26405             "type": "string"
26406           }, 
26407           {
26408             "description": "IP address", 
26409             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
26410             "in": "path", 
26411             "name": "l3-interface-ipv4-address", 
26412             "required": true, 
26413             "type": "string"
26414           }, 
26415           {
26416             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
26417             "in": "body", 
26418             "name": "body", 
26419             "required": true, 
26420             "schema": {
26421               "$ref": "#/definitions/relationship-dict"
26422             }
26423           }
26424         ], 
26425         "produces": [
26426           "application/json", 
26427           "application/xml"
26428         ], 
26429         "responses": {
26430           "default": {
26431             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26432           }
26433         }, 
26434         "summary": "see node definition for valid relationships", 
26435         "tags": [
26436           "CloudInfrastructure"
26437         ]
26438       }
26439     }, 
26440     "/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}": {
26441       "delete": {
26442         "consumes": [
26443           "application/json", 
26444           "application/xml"
26445         ], 
26446         "description": "delete an existing l3-interface-ipv6-address-list", 
26447         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
26448         "parameters": [
26449           {
26450             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26451             "example": "__CLOUD-OWNER__", 
26452             "in": "path", 
26453             "name": "cloud-owner", 
26454             "required": true, 
26455             "type": "string"
26456           }, 
26457           {
26458             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26459             "example": "__CLOUD-REGION-ID__", 
26460             "in": "path", 
26461             "name": "cloud-region-id", 
26462             "required": true, 
26463             "type": "string"
26464           }, 
26465           {
26466             "description": "Unique id relative to the cloud-region.", 
26467             "example": "__TENANT-ID__", 
26468             "in": "path", 
26469             "name": "tenant-id", 
26470             "required": true, 
26471             "type": "string"
26472           }, 
26473           {
26474             "description": "Unique identifier for this vserver relative to its tenant", 
26475             "example": "__VSERVER-ID__", 
26476             "in": "path", 
26477             "name": "vserver-id", 
26478             "required": true, 
26479             "type": "string"
26480           }, 
26481           {
26482             "description": "Name given to the interface", 
26483             "example": "__INTERFACE-NAME__", 
26484             "in": "path", 
26485             "name": "interface-name", 
26486             "required": true, 
26487             "type": "string"
26488           }, 
26489           {
26490             "description": "String that identifies the interface", 
26491             "example": "__VLAN-INTERFACE__", 
26492             "in": "path", 
26493             "name": "vlan-interface", 
26494             "required": true, 
26495             "type": "string"
26496           }, 
26497           {
26498             "description": "IP address", 
26499             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
26500             "in": "path", 
26501             "name": "l3-interface-ipv6-address", 
26502             "required": true, 
26503             "type": "string"
26504           }, 
26505           {
26506             "description": "resource-version for concurrency", 
26507             "in": "query", 
26508             "name": "resource-version", 
26509             "required": true, 
26510             "type": "string"
26511           }
26512         ], 
26513         "produces": [
26514           "application/json", 
26515           "application/xml"
26516         ], 
26517         "responses": {
26518           "default": {
26519             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26520           }
26521         }, 
26522         "summary": "delete an existing l3-interface-ipv6-address-list", 
26523         "tags": [
26524           "CloudInfrastructure"
26525         ]
26526       }, 
26527       "get": {
26528         "description": "returns l3-interface-ipv6-address-list", 
26529         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
26530         "parameters": [
26531           {
26532             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26533             "example": "__CLOUD-OWNER__", 
26534             "in": "path", 
26535             "name": "cloud-owner", 
26536             "required": true, 
26537             "type": "string"
26538           }, 
26539           {
26540             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26541             "example": "__CLOUD-REGION-ID__", 
26542             "in": "path", 
26543             "name": "cloud-region-id", 
26544             "required": true, 
26545             "type": "string"
26546           }, 
26547           {
26548             "description": "Unique id relative to the cloud-region.", 
26549             "example": "__TENANT-ID__", 
26550             "in": "path", 
26551             "name": "tenant-id", 
26552             "required": true, 
26553             "type": "string"
26554           }, 
26555           {
26556             "description": "Unique identifier for this vserver relative to its tenant", 
26557             "example": "__VSERVER-ID__", 
26558             "in": "path", 
26559             "name": "vserver-id", 
26560             "required": true, 
26561             "type": "string"
26562           }, 
26563           {
26564             "description": "Name given to the interface", 
26565             "example": "__INTERFACE-NAME__", 
26566             "in": "path", 
26567             "name": "interface-name", 
26568             "required": true, 
26569             "type": "string"
26570           }, 
26571           {
26572             "description": "String that identifies the interface", 
26573             "example": "__VLAN-INTERFACE__", 
26574             "in": "path", 
26575             "name": "vlan-interface", 
26576             "required": true, 
26577             "type": "string"
26578           }, 
26579           {
26580             "description": "IP address", 
26581             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
26582             "in": "path", 
26583             "name": "l3-interface-ipv6-address", 
26584             "required": true, 
26585             "type": "string"
26586           }
26587         ], 
26588         "produces": [
26589           "application/json", 
26590           "application/xml"
26591         ], 
26592         "responses": {
26593           "200": {
26594             "description": "successful operation", 
26595             "schema": {
26596               "$ref": "#/definitions/l3-interface-ipv6-address-list"
26597             }
26598           }, 
26599           "default": {
26600             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26601           }
26602         }, 
26603         "summary": "returns l3-interface-ipv6-address-list", 
26604         "tags": [
26605           "CloudInfrastructure"
26606         ]
26607       }, 
26608       "patch": {
26609         "consumes": [
26610           "application/json"
26611         ], 
26612         "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", 
26613         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
26614         "parameters": [
26615           {
26616             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26617             "example": "__CLOUD-OWNER__", 
26618             "in": "path", 
26619             "name": "cloud-owner", 
26620             "required": true, 
26621             "type": "string"
26622           }, 
26623           {
26624             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26625             "example": "__CLOUD-REGION-ID__", 
26626             "in": "path", 
26627             "name": "cloud-region-id", 
26628             "required": true, 
26629             "type": "string"
26630           }, 
26631           {
26632             "description": "Unique id relative to the cloud-region.", 
26633             "example": "__TENANT-ID__", 
26634             "in": "path", 
26635             "name": "tenant-id", 
26636             "required": true, 
26637             "type": "string"
26638           }, 
26639           {
26640             "description": "Unique identifier for this vserver relative to its tenant", 
26641             "example": "__VSERVER-ID__", 
26642             "in": "path", 
26643             "name": "vserver-id", 
26644             "required": true, 
26645             "type": "string"
26646           }, 
26647           {
26648             "description": "Name given to the interface", 
26649             "example": "__INTERFACE-NAME__", 
26650             "in": "path", 
26651             "name": "interface-name", 
26652             "required": true, 
26653             "type": "string"
26654           }, 
26655           {
26656             "description": "String that identifies the interface", 
26657             "example": "__VLAN-INTERFACE__", 
26658             "in": "path", 
26659             "name": "vlan-interface", 
26660             "required": true, 
26661             "type": "string"
26662           }, 
26663           {
26664             "description": "IP address", 
26665             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
26666             "in": "path", 
26667             "name": "l3-interface-ipv6-address", 
26668             "required": true, 
26669             "type": "string"
26670           }, 
26671           {
26672             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
26673             "in": "body", 
26674             "name": "body", 
26675             "required": true, 
26676             "schema": {
26677               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
26678             }
26679           }
26680         ], 
26681         "produces": [
26682           "application/json"
26683         ], 
26684         "responses": {
26685           "default": {
26686             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26687           }
26688         }, 
26689         "summary": "update an existing l3-interface-ipv6-address-list", 
26690         "tags": [
26691           "CloudInfrastructure"
26692         ]
26693       }, 
26694       "put": {
26695         "consumes": [
26696           "application/json", 
26697           "application/xml"
26698         ], 
26699         "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", 
26700         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
26701         "parameters": [
26702           {
26703             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26704             "example": "__CLOUD-OWNER__", 
26705             "in": "path", 
26706             "name": "cloud-owner", 
26707             "required": true, 
26708             "type": "string"
26709           }, 
26710           {
26711             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26712             "example": "__CLOUD-REGION-ID__", 
26713             "in": "path", 
26714             "name": "cloud-region-id", 
26715             "required": true, 
26716             "type": "string"
26717           }, 
26718           {
26719             "description": "Unique id relative to the cloud-region.", 
26720             "example": "__TENANT-ID__", 
26721             "in": "path", 
26722             "name": "tenant-id", 
26723             "required": true, 
26724             "type": "string"
26725           }, 
26726           {
26727             "description": "Unique identifier for this vserver relative to its tenant", 
26728             "example": "__VSERVER-ID__", 
26729             "in": "path", 
26730             "name": "vserver-id", 
26731             "required": true, 
26732             "type": "string"
26733           }, 
26734           {
26735             "description": "Name given to the interface", 
26736             "example": "__INTERFACE-NAME__", 
26737             "in": "path", 
26738             "name": "interface-name", 
26739             "required": true, 
26740             "type": "string"
26741           }, 
26742           {
26743             "description": "String that identifies the interface", 
26744             "example": "__VLAN-INTERFACE__", 
26745             "in": "path", 
26746             "name": "vlan-interface", 
26747             "required": true, 
26748             "type": "string"
26749           }, 
26750           {
26751             "description": "IP address", 
26752             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
26753             "in": "path", 
26754             "name": "l3-interface-ipv6-address", 
26755             "required": true, 
26756             "type": "string"
26757           }, 
26758           {
26759             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
26760             "in": "body", 
26761             "name": "body", 
26762             "required": true, 
26763             "schema": {
26764               "$ref": "#/definitions/l3-interface-ipv6-address-list"
26765             }
26766           }
26767         ], 
26768         "produces": [
26769           "application/json", 
26770           "application/xml"
26771         ], 
26772         "responses": {
26773           "default": {
26774             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26775           }
26776         }, 
26777         "summary": "create or update an existing l3-interface-ipv6-address-list", 
26778         "tags": [
26779           "CloudInfrastructure"
26780         ]
26781       }
26782     }, 
26783     "/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": {
26784       "delete": {
26785         "consumes": [
26786           "application/json", 
26787           "application/xml"
26788         ], 
26789         "description": "delete an existing relationship", 
26790         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
26791         "parameters": [
26792           {
26793             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26794             "example": "__CLOUD-OWNER__", 
26795             "in": "path", 
26796             "name": "cloud-owner", 
26797             "required": true, 
26798             "type": "string"
26799           }, 
26800           {
26801             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26802             "example": "__CLOUD-REGION-ID__", 
26803             "in": "path", 
26804             "name": "cloud-region-id", 
26805             "required": true, 
26806             "type": "string"
26807           }, 
26808           {
26809             "description": "Unique id relative to the cloud-region.", 
26810             "example": "__TENANT-ID__", 
26811             "in": "path", 
26812             "name": "tenant-id", 
26813             "required": true, 
26814             "type": "string"
26815           }, 
26816           {
26817             "description": "Unique identifier for this vserver relative to its tenant", 
26818             "example": "__VSERVER-ID__", 
26819             "in": "path", 
26820             "name": "vserver-id", 
26821             "required": true, 
26822             "type": "string"
26823           }, 
26824           {
26825             "description": "Name given to the interface", 
26826             "example": "__INTERFACE-NAME__", 
26827             "in": "path", 
26828             "name": "interface-name", 
26829             "required": true, 
26830             "type": "string"
26831           }, 
26832           {
26833             "description": "String that identifies the interface", 
26834             "example": "__VLAN-INTERFACE__", 
26835             "in": "path", 
26836             "name": "vlan-interface", 
26837             "required": true, 
26838             "type": "string"
26839           }, 
26840           {
26841             "description": "IP address", 
26842             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
26843             "in": "path", 
26844             "name": "l3-interface-ipv6-address", 
26845             "required": true, 
26846             "type": "string"
26847           }
26848         ], 
26849         "produces": [
26850           "application/json", 
26851           "application/xml"
26852         ], 
26853         "responses": {
26854           "default": {
26855             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26856           }
26857         }, 
26858         "summary": "delete an existing relationship", 
26859         "tags": [
26860           "CloudInfrastructure"
26861         ]
26862       }, 
26863       "put": {
26864         "consumes": [
26865           "application/json", 
26866           "application/xml"
26867         ], 
26868         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
26869         "parameters": [
26870           {
26871             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26872             "example": "__CLOUD-OWNER__", 
26873             "in": "path", 
26874             "name": "cloud-owner", 
26875             "required": true, 
26876             "type": "string"
26877           }, 
26878           {
26879             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26880             "example": "__CLOUD-REGION-ID__", 
26881             "in": "path", 
26882             "name": "cloud-region-id", 
26883             "required": true, 
26884             "type": "string"
26885           }, 
26886           {
26887             "description": "Unique id relative to the cloud-region.", 
26888             "example": "__TENANT-ID__", 
26889             "in": "path", 
26890             "name": "tenant-id", 
26891             "required": true, 
26892             "type": "string"
26893           }, 
26894           {
26895             "description": "Unique identifier for this vserver relative to its tenant", 
26896             "example": "__VSERVER-ID__", 
26897             "in": "path", 
26898             "name": "vserver-id", 
26899             "required": true, 
26900             "type": "string"
26901           }, 
26902           {
26903             "description": "Name given to the interface", 
26904             "example": "__INTERFACE-NAME__", 
26905             "in": "path", 
26906             "name": "interface-name", 
26907             "required": true, 
26908             "type": "string"
26909           }, 
26910           {
26911             "description": "String that identifies the interface", 
26912             "example": "__VLAN-INTERFACE__", 
26913             "in": "path", 
26914             "name": "vlan-interface", 
26915             "required": true, 
26916             "type": "string"
26917           }, 
26918           {
26919             "description": "IP address", 
26920             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
26921             "in": "path", 
26922             "name": "l3-interface-ipv6-address", 
26923             "required": true, 
26924             "type": "string"
26925           }, 
26926           {
26927             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
26928             "in": "body", 
26929             "name": "body", 
26930             "required": true, 
26931             "schema": {
26932               "$ref": "#/definitions/relationship-dict"
26933             }
26934           }
26935         ], 
26936         "produces": [
26937           "application/json", 
26938           "application/xml"
26939         ], 
26940         "responses": {
26941           "default": {
26942             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
26943           }
26944         }, 
26945         "summary": "see node definition for valid relationships", 
26946         "tags": [
26947           "CloudInfrastructure"
26948         ]
26949       }
26950     }, 
26951     "/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": {
26952       "delete": {
26953         "consumes": [
26954           "application/json", 
26955           "application/xml"
26956         ], 
26957         "description": "delete an existing relationship", 
26958         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
26959         "parameters": [
26960           {
26961             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
26962             "example": "__CLOUD-OWNER__", 
26963             "in": "path", 
26964             "name": "cloud-owner", 
26965             "required": true, 
26966             "type": "string"
26967           }, 
26968           {
26969             "description": "Identifier used by the vendor for the region. Second part of composite key", 
26970             "example": "__CLOUD-REGION-ID__", 
26971             "in": "path", 
26972             "name": "cloud-region-id", 
26973             "required": true, 
26974             "type": "string"
26975           }, 
26976           {
26977             "description": "Unique id relative to the cloud-region.", 
26978             "example": "__TENANT-ID__", 
26979             "in": "path", 
26980             "name": "tenant-id", 
26981             "required": true, 
26982             "type": "string"
26983           }, 
26984           {
26985             "description": "Unique identifier for this vserver relative to its tenant", 
26986             "example": "__VSERVER-ID__", 
26987             "in": "path", 
26988             "name": "vserver-id", 
26989             "required": true, 
26990             "type": "string"
26991           }, 
26992           {
26993             "description": "Name given to the interface", 
26994             "example": "__INTERFACE-NAME__", 
26995             "in": "path", 
26996             "name": "interface-name", 
26997             "required": true, 
26998             "type": "string"
26999           }, 
27000           {
27001             "description": "String that identifies the interface", 
27002             "example": "__VLAN-INTERFACE__", 
27003             "in": "path", 
27004             "name": "vlan-interface", 
27005             "required": true, 
27006             "type": "string"
27007           }
27008         ], 
27009         "produces": [
27010           "application/json", 
27011           "application/xml"
27012         ], 
27013         "responses": {
27014           "default": {
27015             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27016           }
27017         }, 
27018         "summary": "delete an existing relationship", 
27019         "tags": [
27020           "CloudInfrastructure"
27021         ]
27022       }, 
27023       "put": {
27024         "consumes": [
27025           "application/json", 
27026           "application/xml"
27027         ], 
27028         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
27029         "parameters": [
27030           {
27031             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27032             "example": "__CLOUD-OWNER__", 
27033             "in": "path", 
27034             "name": "cloud-owner", 
27035             "required": true, 
27036             "type": "string"
27037           }, 
27038           {
27039             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27040             "example": "__CLOUD-REGION-ID__", 
27041             "in": "path", 
27042             "name": "cloud-region-id", 
27043             "required": true, 
27044             "type": "string"
27045           }, 
27046           {
27047             "description": "Unique id relative to the cloud-region.", 
27048             "example": "__TENANT-ID__", 
27049             "in": "path", 
27050             "name": "tenant-id", 
27051             "required": true, 
27052             "type": "string"
27053           }, 
27054           {
27055             "description": "Unique identifier for this vserver relative to its tenant", 
27056             "example": "__VSERVER-ID__", 
27057             "in": "path", 
27058             "name": "vserver-id", 
27059             "required": true, 
27060             "type": "string"
27061           }, 
27062           {
27063             "description": "Name given to the interface", 
27064             "example": "__INTERFACE-NAME__", 
27065             "in": "path", 
27066             "name": "interface-name", 
27067             "required": true, 
27068             "type": "string"
27069           }, 
27070           {
27071             "description": "String that identifies the interface", 
27072             "example": "__VLAN-INTERFACE__", 
27073             "in": "path", 
27074             "name": "vlan-interface", 
27075             "required": true, 
27076             "type": "string"
27077           }, 
27078           {
27079             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverLInterfacesLInterfaceVlansVlan.json)", 
27080             "in": "body", 
27081             "name": "body", 
27082             "required": true, 
27083             "schema": {
27084               "$ref": "#/definitions/relationship-dict"
27085             }
27086           }
27087         ], 
27088         "produces": [
27089           "application/json", 
27090           "application/xml"
27091         ], 
27092         "responses": {
27093           "default": {
27094             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27095           }
27096         }, 
27097         "summary": "see node definition for valid relationships", 
27098         "tags": [
27099           "CloudInfrastructure"
27100         ]
27101       }
27102     }, 
27103     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/relationship-list/relationship": {
27104       "delete": {
27105         "consumes": [
27106           "application/json", 
27107           "application/xml"
27108         ], 
27109         "description": "delete an existing relationship", 
27110         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverRelationshipListRelationship", 
27111         "parameters": [
27112           {
27113             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27114             "example": "__CLOUD-OWNER__", 
27115             "in": "path", 
27116             "name": "cloud-owner", 
27117             "required": true, 
27118             "type": "string"
27119           }, 
27120           {
27121             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27122             "example": "__CLOUD-REGION-ID__", 
27123             "in": "path", 
27124             "name": "cloud-region-id", 
27125             "required": true, 
27126             "type": "string"
27127           }, 
27128           {
27129             "description": "Unique id relative to the cloud-region.", 
27130             "example": "__TENANT-ID__", 
27131             "in": "path", 
27132             "name": "tenant-id", 
27133             "required": true, 
27134             "type": "string"
27135           }, 
27136           {
27137             "description": "Unique identifier for this vserver relative to its tenant", 
27138             "example": "__VSERVER-ID__", 
27139             "in": "path", 
27140             "name": "vserver-id", 
27141             "required": true, 
27142             "type": "string"
27143           }
27144         ], 
27145         "produces": [
27146           "application/json", 
27147           "application/xml"
27148         ], 
27149         "responses": {
27150           "default": {
27151             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27152           }
27153         }, 
27154         "summary": "delete an existing relationship", 
27155         "tags": [
27156           "CloudInfrastructure"
27157         ]
27158       }, 
27159       "put": {
27160         "consumes": [
27161           "application/json", 
27162           "application/xml"
27163         ], 
27164         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverRelationshipListRelationship", 
27165         "parameters": [
27166           {
27167             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27168             "example": "__CLOUD-OWNER__", 
27169             "in": "path", 
27170             "name": "cloud-owner", 
27171             "required": true, 
27172             "type": "string"
27173           }, 
27174           {
27175             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27176             "example": "__CLOUD-REGION-ID__", 
27177             "in": "path", 
27178             "name": "cloud-region-id", 
27179             "required": true, 
27180             "type": "string"
27181           }, 
27182           {
27183             "description": "Unique id relative to the cloud-region.", 
27184             "example": "__TENANT-ID__", 
27185             "in": "path", 
27186             "name": "tenant-id", 
27187             "required": true, 
27188             "type": "string"
27189           }, 
27190           {
27191             "description": "Unique identifier for this vserver relative to its tenant", 
27192             "example": "__VSERVER-ID__", 
27193             "in": "path", 
27194             "name": "vserver-id", 
27195             "required": true, 
27196             "type": "string"
27197           }, 
27198           {
27199             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserver.json)", 
27200             "in": "body", 
27201             "name": "body", 
27202             "required": true, 
27203             "schema": {
27204               "$ref": "#/definitions/relationship-dict"
27205             }
27206           }
27207         ], 
27208         "produces": [
27209           "application/json", 
27210           "application/xml"
27211         ], 
27212         "responses": {
27213           "default": {
27214             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27215           }
27216         }, 
27217         "summary": "see node definition for valid relationships", 
27218         "tags": [
27219           "CloudInfrastructure"
27220         ]
27221       }
27222     }, 
27223     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/volumes": {
27224       "get": {
27225         "description": "returns volumes", 
27226         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumes", 
27227         "parameters": [
27228           {
27229             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27230             "example": "__CLOUD-OWNER__", 
27231             "in": "path", 
27232             "name": "cloud-owner", 
27233             "required": true, 
27234             "type": "string"
27235           }, 
27236           {
27237             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27238             "example": "__CLOUD-REGION-ID__", 
27239             "in": "path", 
27240             "name": "cloud-region-id", 
27241             "required": true, 
27242             "type": "string"
27243           }, 
27244           {
27245             "description": "Unique id relative to the cloud-region.", 
27246             "example": "__TENANT-ID__", 
27247             "in": "path", 
27248             "name": "tenant-id", 
27249             "required": true, 
27250             "type": "string"
27251           }, 
27252           {
27253             "description": "Unique identifier for this vserver relative to its tenant", 
27254             "example": "__VSERVER-ID__", 
27255             "in": "path", 
27256             "name": "vserver-id", 
27257             "required": true, 
27258             "type": "string"
27259           }, 
27260           {
27261             "description": "n/a", 
27262             "in": "query", 
27263             "name": "volume-id", 
27264             "required": false, 
27265             "type": "string"
27266           }
27267         ], 
27268         "produces": [
27269           "application/json", 
27270           "application/xml"
27271         ], 
27272         "responses": {
27273           "200": {
27274             "description": "successful operation", 
27275             "schema": {
27276               "$ref": "#/definitions/volumes"
27277             }
27278           }, 
27279           "default": {
27280             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27281           }
27282         }, 
27283         "summary": "returns volumes", 
27284         "tags": [
27285           "CloudInfrastructure"
27286         ]
27287       }
27288     }, 
27289     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}/vservers/vserver/{vserver-id}/volumes/volume/{volume-id}": {
27290       "delete": {
27291         "consumes": [
27292           "application/json", 
27293           "application/xml"
27294         ], 
27295         "description": "delete an existing volume", 
27296         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
27297         "parameters": [
27298           {
27299             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27300             "example": "__CLOUD-OWNER__", 
27301             "in": "path", 
27302             "name": "cloud-owner", 
27303             "required": true, 
27304             "type": "string"
27305           }, 
27306           {
27307             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27308             "example": "__CLOUD-REGION-ID__", 
27309             "in": "path", 
27310             "name": "cloud-region-id", 
27311             "required": true, 
27312             "type": "string"
27313           }, 
27314           {
27315             "description": "Unique id relative to the cloud-region.", 
27316             "example": "__TENANT-ID__", 
27317             "in": "path", 
27318             "name": "tenant-id", 
27319             "required": true, 
27320             "type": "string"
27321           }, 
27322           {
27323             "description": "Unique identifier for this vserver relative to its tenant", 
27324             "example": "__VSERVER-ID__", 
27325             "in": "path", 
27326             "name": "vserver-id", 
27327             "required": true, 
27328             "type": "string"
27329           }, 
27330           {
27331             "description": "Unique ID of block storage volume relative to the vserver.", 
27332             "example": "__VOLUME-ID__", 
27333             "in": "path", 
27334             "name": "volume-id", 
27335             "required": true, 
27336             "type": "string"
27337           }, 
27338           {
27339             "description": "resource-version for concurrency", 
27340             "in": "query", 
27341             "name": "resource-version", 
27342             "required": true, 
27343             "type": "string"
27344           }
27345         ], 
27346         "produces": [
27347           "application/json", 
27348           "application/xml"
27349         ], 
27350         "responses": {
27351           "default": {
27352             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27353           }
27354         }, 
27355         "summary": "delete an existing volume", 
27356         "tags": [
27357           "CloudInfrastructure"
27358         ]
27359       }, 
27360       "get": {
27361         "description": "returns volume", 
27362         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
27363         "parameters": [
27364           {
27365             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27366             "example": "__CLOUD-OWNER__", 
27367             "in": "path", 
27368             "name": "cloud-owner", 
27369             "required": true, 
27370             "type": "string"
27371           }, 
27372           {
27373             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27374             "example": "__CLOUD-REGION-ID__", 
27375             "in": "path", 
27376             "name": "cloud-region-id", 
27377             "required": true, 
27378             "type": "string"
27379           }, 
27380           {
27381             "description": "Unique id relative to the cloud-region.", 
27382             "example": "__TENANT-ID__", 
27383             "in": "path", 
27384             "name": "tenant-id", 
27385             "required": true, 
27386             "type": "string"
27387           }, 
27388           {
27389             "description": "Unique identifier for this vserver relative to its tenant", 
27390             "example": "__VSERVER-ID__", 
27391             "in": "path", 
27392             "name": "vserver-id", 
27393             "required": true, 
27394             "type": "string"
27395           }, 
27396           {
27397             "description": "Unique ID of block storage volume relative to the vserver.", 
27398             "example": "__VOLUME-ID__", 
27399             "in": "path", 
27400             "name": "volume-id", 
27401             "required": true, 
27402             "type": "string"
27403           }
27404         ], 
27405         "produces": [
27406           "application/json", 
27407           "application/xml"
27408         ], 
27409         "responses": {
27410           "200": {
27411             "description": "successful operation", 
27412             "schema": {
27413               "$ref": "#/definitions/volume"
27414             }
27415           }, 
27416           "default": {
27417             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27418           }
27419         }, 
27420         "summary": "returns volume", 
27421         "tags": [
27422           "CloudInfrastructure"
27423         ]
27424       }, 
27425       "patch": {
27426         "consumes": [
27427           "application/json"
27428         ], 
27429         "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", 
27430         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
27431         "parameters": [
27432           {
27433             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27434             "example": "__CLOUD-OWNER__", 
27435             "in": "path", 
27436             "name": "cloud-owner", 
27437             "required": true, 
27438             "type": "string"
27439           }, 
27440           {
27441             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27442             "example": "__CLOUD-REGION-ID__", 
27443             "in": "path", 
27444             "name": "cloud-region-id", 
27445             "required": true, 
27446             "type": "string"
27447           }, 
27448           {
27449             "description": "Unique id relative to the cloud-region.", 
27450             "example": "__TENANT-ID__", 
27451             "in": "path", 
27452             "name": "tenant-id", 
27453             "required": true, 
27454             "type": "string"
27455           }, 
27456           {
27457             "description": "Unique identifier for this vserver relative to its tenant", 
27458             "example": "__VSERVER-ID__", 
27459             "in": "path", 
27460             "name": "vserver-id", 
27461             "required": true, 
27462             "type": "string"
27463           }, 
27464           {
27465             "description": "Unique ID of block storage volume relative to the vserver.", 
27466             "example": "__VOLUME-ID__", 
27467             "in": "path", 
27468             "name": "volume-id", 
27469             "required": true, 
27470             "type": "string"
27471           }, 
27472           {
27473             "description": "volume object that needs to be updated.", 
27474             "in": "body", 
27475             "name": "body", 
27476             "required": true, 
27477             "schema": {
27478               "$ref": "#/definitions/zzzz-patch-volume"
27479             }
27480           }
27481         ], 
27482         "produces": [
27483           "application/json"
27484         ], 
27485         "responses": {
27486           "default": {
27487             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27488           }
27489         }, 
27490         "summary": "update an existing volume", 
27491         "tags": [
27492           "CloudInfrastructure"
27493         ]
27494       }, 
27495       "put": {
27496         "consumes": [
27497           "application/json", 
27498           "application/xml"
27499         ], 
27500         "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", 
27501         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume", 
27502         "parameters": [
27503           {
27504             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27505             "example": "__CLOUD-OWNER__", 
27506             "in": "path", 
27507             "name": "cloud-owner", 
27508             "required": true, 
27509             "type": "string"
27510           }, 
27511           {
27512             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27513             "example": "__CLOUD-REGION-ID__", 
27514             "in": "path", 
27515             "name": "cloud-region-id", 
27516             "required": true, 
27517             "type": "string"
27518           }, 
27519           {
27520             "description": "Unique id relative to the cloud-region.", 
27521             "example": "__TENANT-ID__", 
27522             "in": "path", 
27523             "name": "tenant-id", 
27524             "required": true, 
27525             "type": "string"
27526           }, 
27527           {
27528             "description": "Unique identifier for this vserver relative to its tenant", 
27529             "example": "__VSERVER-ID__", 
27530             "in": "path", 
27531             "name": "vserver-id", 
27532             "required": true, 
27533             "type": "string"
27534           }, 
27535           {
27536             "description": "Unique ID of block storage volume relative to the vserver.", 
27537             "example": "__VOLUME-ID__", 
27538             "in": "path", 
27539             "name": "volume-id", 
27540             "required": true, 
27541             "type": "string"
27542           }, 
27543           {
27544             "description": "volume object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume.json)", 
27545             "in": "body", 
27546             "name": "body", 
27547             "required": true, 
27548             "schema": {
27549               "$ref": "#/definitions/volume"
27550             }
27551           }
27552         ], 
27553         "produces": [
27554           "application/json", 
27555           "application/xml"
27556         ], 
27557         "responses": {
27558           "default": {
27559             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27560           }
27561         }, 
27562         "summary": "create or update an existing volume", 
27563         "tags": [
27564           "CloudInfrastructure"
27565         ]
27566       }
27567     }, 
27568     "/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": {
27569       "delete": {
27570         "consumes": [
27571           "application/json", 
27572           "application/xml"
27573         ], 
27574         "description": "delete an existing relationship", 
27575         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolumeRelationshipListRelationship", 
27576         "parameters": [
27577           {
27578             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27579             "example": "__CLOUD-OWNER__", 
27580             "in": "path", 
27581             "name": "cloud-owner", 
27582             "required": true, 
27583             "type": "string"
27584           }, 
27585           {
27586             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27587             "example": "__CLOUD-REGION-ID__", 
27588             "in": "path", 
27589             "name": "cloud-region-id", 
27590             "required": true, 
27591             "type": "string"
27592           }, 
27593           {
27594             "description": "Unique id relative to the cloud-region.", 
27595             "example": "__TENANT-ID__", 
27596             "in": "path", 
27597             "name": "tenant-id", 
27598             "required": true, 
27599             "type": "string"
27600           }, 
27601           {
27602             "description": "Unique identifier for this vserver relative to its tenant", 
27603             "example": "__VSERVER-ID__", 
27604             "in": "path", 
27605             "name": "vserver-id", 
27606             "required": true, 
27607             "type": "string"
27608           }, 
27609           {
27610             "description": "Unique ID of block storage volume relative to the vserver.", 
27611             "example": "__VOLUME-ID__", 
27612             "in": "path", 
27613             "name": "volume-id", 
27614             "required": true, 
27615             "type": "string"
27616           }
27617         ], 
27618         "produces": [
27619           "application/json", 
27620           "application/xml"
27621         ], 
27622         "responses": {
27623           "default": {
27624             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27625           }
27626         }, 
27627         "summary": "delete an existing relationship", 
27628         "tags": [
27629           "CloudInfrastructure"
27630         ]
27631       }, 
27632       "put": {
27633         "consumes": [
27634           "application/json", 
27635           "application/xml"
27636         ], 
27637         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolumeRelationshipListRelationship", 
27638         "parameters": [
27639           {
27640             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27641             "example": "__CLOUD-OWNER__", 
27642             "in": "path", 
27643             "name": "cloud-owner", 
27644             "required": true, 
27645             "type": "string"
27646           }, 
27647           {
27648             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27649             "example": "__CLOUD-REGION-ID__", 
27650             "in": "path", 
27651             "name": "cloud-region-id", 
27652             "required": true, 
27653             "type": "string"
27654           }, 
27655           {
27656             "description": "Unique id relative to the cloud-region.", 
27657             "example": "__TENANT-ID__", 
27658             "in": "path", 
27659             "name": "tenant-id", 
27660             "required": true, 
27661             "type": "string"
27662           }, 
27663           {
27664             "description": "Unique identifier for this vserver relative to its tenant", 
27665             "example": "__VSERVER-ID__", 
27666             "in": "path", 
27667             "name": "vserver-id", 
27668             "required": true, 
27669             "type": "string"
27670           }, 
27671           {
27672             "description": "Unique ID of block storage volume relative to the vserver.", 
27673             "example": "__VOLUME-ID__", 
27674             "in": "path", 
27675             "name": "volume-id", 
27676             "required": true, 
27677             "type": "string"
27678           }, 
27679           {
27680             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionTenantsTenantVserversVserverVolumesVolume.json)", 
27681             "in": "body", 
27682             "name": "body", 
27683             "required": true, 
27684             "schema": {
27685               "$ref": "#/definitions/relationship-dict"
27686             }
27687           }
27688         ], 
27689         "produces": [
27690           "application/json", 
27691           "application/xml"
27692         ], 
27693         "responses": {
27694           "default": {
27695             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27696           }
27697         }, 
27698         "summary": "see node definition for valid relationships", 
27699         "tags": [
27700           "CloudInfrastructure"
27701         ]
27702       }
27703     }, 
27704     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}": {
27705       "delete": {
27706         "consumes": [
27707           "application/json", 
27708           "application/xml"
27709         ], 
27710         "description": "delete an existing vip-ipv4-address-list", 
27711         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
27712         "parameters": [
27713           {
27714             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27715             "example": "__CLOUD-OWNER__", 
27716             "in": "path", 
27717             "name": "cloud-owner", 
27718             "required": true, 
27719             "type": "string"
27720           }, 
27721           {
27722             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27723             "example": "__CLOUD-REGION-ID__", 
27724             "in": "path", 
27725             "name": "cloud-region-id", 
27726             "required": true, 
27727             "type": "string"
27728           }, 
27729           {
27730             "description": "IP address", 
27731             "example": "__VIP-IPV4-ADDRESS__", 
27732             "in": "path", 
27733             "name": "vip-ipv4-address", 
27734             "required": true, 
27735             "type": "string"
27736           }, 
27737           {
27738             "description": "resource-version for concurrency", 
27739             "in": "query", 
27740             "name": "resource-version", 
27741             "required": true, 
27742             "type": "string"
27743           }
27744         ], 
27745         "produces": [
27746           "application/json", 
27747           "application/xml"
27748         ], 
27749         "responses": {
27750           "default": {
27751             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27752           }
27753         }, 
27754         "summary": "delete an existing vip-ipv4-address-list", 
27755         "tags": [
27756           "CloudInfrastructure"
27757         ]
27758       }, 
27759       "get": {
27760         "description": "returns vip-ipv4-address-list", 
27761         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
27762         "parameters": [
27763           {
27764             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27765             "example": "__CLOUD-OWNER__", 
27766             "in": "path", 
27767             "name": "cloud-owner", 
27768             "required": true, 
27769             "type": "string"
27770           }, 
27771           {
27772             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27773             "example": "__CLOUD-REGION-ID__", 
27774             "in": "path", 
27775             "name": "cloud-region-id", 
27776             "required": true, 
27777             "type": "string"
27778           }, 
27779           {
27780             "description": "IP address", 
27781             "example": "__VIP-IPV4-ADDRESS__", 
27782             "in": "path", 
27783             "name": "vip-ipv4-address", 
27784             "required": true, 
27785             "type": "string"
27786           }
27787         ], 
27788         "produces": [
27789           "application/json", 
27790           "application/xml"
27791         ], 
27792         "responses": {
27793           "200": {
27794             "description": "successful operation", 
27795             "schema": {
27796               "$ref": "#/definitions/vip-ipv4-address-list"
27797             }
27798           }, 
27799           "default": {
27800             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27801           }
27802         }, 
27803         "summary": "returns vip-ipv4-address-list", 
27804         "tags": [
27805           "CloudInfrastructure"
27806         ]
27807       }, 
27808       "patch": {
27809         "consumes": [
27810           "application/json"
27811         ], 
27812         "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", 
27813         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
27814         "parameters": [
27815           {
27816             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27817             "example": "__CLOUD-OWNER__", 
27818             "in": "path", 
27819             "name": "cloud-owner", 
27820             "required": true, 
27821             "type": "string"
27822           }, 
27823           {
27824             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27825             "example": "__CLOUD-REGION-ID__", 
27826             "in": "path", 
27827             "name": "cloud-region-id", 
27828             "required": true, 
27829             "type": "string"
27830           }, 
27831           {
27832             "description": "IP address", 
27833             "example": "__VIP-IPV4-ADDRESS__", 
27834             "in": "path", 
27835             "name": "vip-ipv4-address", 
27836             "required": true, 
27837             "type": "string"
27838           }, 
27839           {
27840             "description": "vip-ipv4-address-list object that needs to be updated.", 
27841             "in": "body", 
27842             "name": "body", 
27843             "required": true, 
27844             "schema": {
27845               "$ref": "#/definitions/zzzz-patch-vip-ipv4-address-list"
27846             }
27847           }
27848         ], 
27849         "produces": [
27850           "application/json"
27851         ], 
27852         "responses": {
27853           "default": {
27854             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27855           }
27856         }, 
27857         "summary": "update an existing vip-ipv4-address-list", 
27858         "tags": [
27859           "CloudInfrastructure"
27860         ]
27861       }, 
27862       "put": {
27863         "consumes": [
27864           "application/json", 
27865           "application/xml"
27866         ], 
27867         "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", 
27868         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList", 
27869         "parameters": [
27870           {
27871             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27872             "example": "__CLOUD-OWNER__", 
27873             "in": "path", 
27874             "name": "cloud-owner", 
27875             "required": true, 
27876             "type": "string"
27877           }, 
27878           {
27879             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27880             "example": "__CLOUD-REGION-ID__", 
27881             "in": "path", 
27882             "name": "cloud-region-id", 
27883             "required": true, 
27884             "type": "string"
27885           }, 
27886           {
27887             "description": "IP address", 
27888             "example": "__VIP-IPV4-ADDRESS__", 
27889             "in": "path", 
27890             "name": "vip-ipv4-address", 
27891             "required": true, 
27892             "type": "string"
27893           }, 
27894           {
27895             "description": "vip-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList.json)", 
27896             "in": "body", 
27897             "name": "body", 
27898             "required": true, 
27899             "schema": {
27900               "$ref": "#/definitions/vip-ipv4-address-list"
27901             }
27902           }
27903         ], 
27904         "produces": [
27905           "application/json", 
27906           "application/xml"
27907         ], 
27908         "responses": {
27909           "default": {
27910             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27911           }
27912         }, 
27913         "summary": "create or update an existing vip-ipv4-address-list", 
27914         "tags": [
27915           "CloudInfrastructure"
27916         ]
27917       }
27918     }, 
27919     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv4-address-list/{vip-ipv4-address}/relationship-list/relationship": {
27920       "delete": {
27921         "consumes": [
27922           "application/json", 
27923           "application/xml"
27924         ], 
27925         "description": "delete an existing relationship", 
27926         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship", 
27927         "parameters": [
27928           {
27929             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27930             "example": "__CLOUD-OWNER__", 
27931             "in": "path", 
27932             "name": "cloud-owner", 
27933             "required": true, 
27934             "type": "string"
27935           }, 
27936           {
27937             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27938             "example": "__CLOUD-REGION-ID__", 
27939             "in": "path", 
27940             "name": "cloud-region-id", 
27941             "required": true, 
27942             "type": "string"
27943           }, 
27944           {
27945             "description": "IP address", 
27946             "example": "__VIP-IPV4-ADDRESS__", 
27947             "in": "path", 
27948             "name": "vip-ipv4-address", 
27949             "required": true, 
27950             "type": "string"
27951           }
27952         ], 
27953         "produces": [
27954           "application/json", 
27955           "application/xml"
27956         ], 
27957         "responses": {
27958           "default": {
27959             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
27960           }
27961         }, 
27962         "summary": "delete an existing relationship", 
27963         "tags": [
27964           "CloudInfrastructure"
27965         ]
27966       }, 
27967       "put": {
27968         "consumes": [
27969           "application/json", 
27970           "application/xml"
27971         ], 
27972         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressListRelationshipListRelationship", 
27973         "parameters": [
27974           {
27975             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
27976             "example": "__CLOUD-OWNER__", 
27977             "in": "path", 
27978             "name": "cloud-owner", 
27979             "required": true, 
27980             "type": "string"
27981           }, 
27982           {
27983             "description": "Identifier used by the vendor for the region. Second part of composite key", 
27984             "example": "__CLOUD-REGION-ID__", 
27985             "in": "path", 
27986             "name": "cloud-region-id", 
27987             "required": true, 
27988             "type": "string"
27989           }, 
27990           {
27991             "description": "IP address", 
27992             "example": "__VIP-IPV4-ADDRESS__", 
27993             "in": "path", 
27994             "name": "vip-ipv4-address", 
27995             "required": true, 
27996             "type": "string"
27997           }, 
27998           {
27999             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionVipIpv4AddressList.json)", 
28000             "in": "body", 
28001             "name": "body", 
28002             "required": true, 
28003             "schema": {
28004               "$ref": "#/definitions/relationship-dict"
28005             }
28006           }
28007         ], 
28008         "produces": [
28009           "application/json", 
28010           "application/xml"
28011         ], 
28012         "responses": {
28013           "default": {
28014             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28015           }
28016         }, 
28017         "summary": "see node definition for valid relationships", 
28018         "tags": [
28019           "CloudInfrastructure"
28020         ]
28021       }
28022     }, 
28023     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}": {
28024       "delete": {
28025         "consumes": [
28026           "application/json", 
28027           "application/xml"
28028         ], 
28029         "description": "delete an existing vip-ipv6-address-list", 
28030         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
28031         "parameters": [
28032           {
28033             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28034             "example": "__CLOUD-OWNER__", 
28035             "in": "path", 
28036             "name": "cloud-owner", 
28037             "required": true, 
28038             "type": "string"
28039           }, 
28040           {
28041             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28042             "example": "__CLOUD-REGION-ID__", 
28043             "in": "path", 
28044             "name": "cloud-region-id", 
28045             "required": true, 
28046             "type": "string"
28047           }, 
28048           {
28049             "description": "IP address", 
28050             "example": "__VIP-IPV6-ADDRESS__", 
28051             "in": "path", 
28052             "name": "vip-ipv6-address", 
28053             "required": true, 
28054             "type": "string"
28055           }, 
28056           {
28057             "description": "resource-version for concurrency", 
28058             "in": "query", 
28059             "name": "resource-version", 
28060             "required": true, 
28061             "type": "string"
28062           }
28063         ], 
28064         "produces": [
28065           "application/json", 
28066           "application/xml"
28067         ], 
28068         "responses": {
28069           "default": {
28070             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28071           }
28072         }, 
28073         "summary": "delete an existing vip-ipv6-address-list", 
28074         "tags": [
28075           "CloudInfrastructure"
28076         ]
28077       }, 
28078       "get": {
28079         "description": "returns vip-ipv6-address-list", 
28080         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
28081         "parameters": [
28082           {
28083             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28084             "example": "__CLOUD-OWNER__", 
28085             "in": "path", 
28086             "name": "cloud-owner", 
28087             "required": true, 
28088             "type": "string"
28089           }, 
28090           {
28091             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28092             "example": "__CLOUD-REGION-ID__", 
28093             "in": "path", 
28094             "name": "cloud-region-id", 
28095             "required": true, 
28096             "type": "string"
28097           }, 
28098           {
28099             "description": "IP address", 
28100             "example": "__VIP-IPV6-ADDRESS__", 
28101             "in": "path", 
28102             "name": "vip-ipv6-address", 
28103             "required": true, 
28104             "type": "string"
28105           }
28106         ], 
28107         "produces": [
28108           "application/json", 
28109           "application/xml"
28110         ], 
28111         "responses": {
28112           "200": {
28113             "description": "successful operation", 
28114             "schema": {
28115               "$ref": "#/definitions/vip-ipv6-address-list"
28116             }
28117           }, 
28118           "default": {
28119             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28120           }
28121         }, 
28122         "summary": "returns vip-ipv6-address-list", 
28123         "tags": [
28124           "CloudInfrastructure"
28125         ]
28126       }, 
28127       "patch": {
28128         "consumes": [
28129           "application/json"
28130         ], 
28131         "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", 
28132         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
28133         "parameters": [
28134           {
28135             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28136             "example": "__CLOUD-OWNER__", 
28137             "in": "path", 
28138             "name": "cloud-owner", 
28139             "required": true, 
28140             "type": "string"
28141           }, 
28142           {
28143             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28144             "example": "__CLOUD-REGION-ID__", 
28145             "in": "path", 
28146             "name": "cloud-region-id", 
28147             "required": true, 
28148             "type": "string"
28149           }, 
28150           {
28151             "description": "IP address", 
28152             "example": "__VIP-IPV6-ADDRESS__", 
28153             "in": "path", 
28154             "name": "vip-ipv6-address", 
28155             "required": true, 
28156             "type": "string"
28157           }, 
28158           {
28159             "description": "vip-ipv6-address-list object that needs to be updated.", 
28160             "in": "body", 
28161             "name": "body", 
28162             "required": true, 
28163             "schema": {
28164               "$ref": "#/definitions/zzzz-patch-vip-ipv6-address-list"
28165             }
28166           }
28167         ], 
28168         "produces": [
28169           "application/json"
28170         ], 
28171         "responses": {
28172           "default": {
28173             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28174           }
28175         }, 
28176         "summary": "update an existing vip-ipv6-address-list", 
28177         "tags": [
28178           "CloudInfrastructure"
28179         ]
28180       }, 
28181       "put": {
28182         "consumes": [
28183           "application/json", 
28184           "application/xml"
28185         ], 
28186         "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", 
28187         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList", 
28188         "parameters": [
28189           {
28190             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28191             "example": "__CLOUD-OWNER__", 
28192             "in": "path", 
28193             "name": "cloud-owner", 
28194             "required": true, 
28195             "type": "string"
28196           }, 
28197           {
28198             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28199             "example": "__CLOUD-REGION-ID__", 
28200             "in": "path", 
28201             "name": "cloud-region-id", 
28202             "required": true, 
28203             "type": "string"
28204           }, 
28205           {
28206             "description": "IP address", 
28207             "example": "__VIP-IPV6-ADDRESS__", 
28208             "in": "path", 
28209             "name": "vip-ipv6-address", 
28210             "required": true, 
28211             "type": "string"
28212           }, 
28213           {
28214             "description": "vip-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList.json)", 
28215             "in": "body", 
28216             "name": "body", 
28217             "required": true, 
28218             "schema": {
28219               "$ref": "#/definitions/vip-ipv6-address-list"
28220             }
28221           }
28222         ], 
28223         "produces": [
28224           "application/json", 
28225           "application/xml"
28226         ], 
28227         "responses": {
28228           "default": {
28229             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28230           }
28231         }, 
28232         "summary": "create or update an existing vip-ipv6-address-list", 
28233         "tags": [
28234           "CloudInfrastructure"
28235         ]
28236       }
28237     }, 
28238     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/vip-ipv6-address-list/{vip-ipv6-address}/relationship-list/relationship": {
28239       "delete": {
28240         "consumes": [
28241           "application/json", 
28242           "application/xml"
28243         ], 
28244         "description": "delete an existing relationship", 
28245         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship", 
28246         "parameters": [
28247           {
28248             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28249             "example": "__CLOUD-OWNER__", 
28250             "in": "path", 
28251             "name": "cloud-owner", 
28252             "required": true, 
28253             "type": "string"
28254           }, 
28255           {
28256             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28257             "example": "__CLOUD-REGION-ID__", 
28258             "in": "path", 
28259             "name": "cloud-region-id", 
28260             "required": true, 
28261             "type": "string"
28262           }, 
28263           {
28264             "description": "IP address", 
28265             "example": "__VIP-IPV6-ADDRESS__", 
28266             "in": "path", 
28267             "name": "vip-ipv6-address", 
28268             "required": true, 
28269             "type": "string"
28270           }
28271         ], 
28272         "produces": [
28273           "application/json", 
28274           "application/xml"
28275         ], 
28276         "responses": {
28277           "default": {
28278             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28279           }
28280         }, 
28281         "summary": "delete an existing relationship", 
28282         "tags": [
28283           "CloudInfrastructure"
28284         ]
28285       }, 
28286       "put": {
28287         "consumes": [
28288           "application/json", 
28289           "application/xml"
28290         ], 
28291         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressListRelationshipListRelationship", 
28292         "parameters": [
28293           {
28294             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28295             "example": "__CLOUD-OWNER__", 
28296             "in": "path", 
28297             "name": "cloud-owner", 
28298             "required": true, 
28299             "type": "string"
28300           }, 
28301           {
28302             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28303             "example": "__CLOUD-REGION-ID__", 
28304             "in": "path", 
28305             "name": "cloud-region-id", 
28306             "required": true, 
28307             "type": "string"
28308           }, 
28309           {
28310             "description": "IP address", 
28311             "example": "__VIP-IPV6-ADDRESS__", 
28312             "in": "path", 
28313             "name": "vip-ipv6-address", 
28314             "required": true, 
28315             "type": "string"
28316           }, 
28317           {
28318             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionVipIpv6AddressList.json)", 
28319             "in": "body", 
28320             "name": "body", 
28321             "required": true, 
28322             "schema": {
28323               "$ref": "#/definitions/relationship-dict"
28324             }
28325           }
28326         ], 
28327         "produces": [
28328           "application/json", 
28329           "application/xml"
28330         ], 
28331         "responses": {
28332           "default": {
28333             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28334           }
28335         }, 
28336         "summary": "see node definition for valid relationships", 
28337         "tags": [
28338           "CloudInfrastructure"
28339         ]
28340       }
28341     }, 
28342     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups": {
28343       "get": {
28344         "description": "returns volume-groups", 
28345         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVolumeGroups", 
28346         "parameters": [
28347           {
28348             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28349             "example": "__CLOUD-OWNER__", 
28350             "in": "path", 
28351             "name": "cloud-owner", 
28352             "required": true, 
28353             "type": "string"
28354           }, 
28355           {
28356             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28357             "example": "__CLOUD-REGION-ID__", 
28358             "in": "path", 
28359             "name": "cloud-region-id", 
28360             "required": true, 
28361             "type": "string"
28362           }, 
28363           {
28364             "description": "n/a", 
28365             "in": "query", 
28366             "name": "volume-group-id", 
28367             "required": false, 
28368             "type": "string"
28369           }, 
28370           {
28371             "description": "n/a", 
28372             "in": "query", 
28373             "name": "volume-group-name", 
28374             "required": false, 
28375             "type": "string"
28376           }, 
28377           {
28378             "description": "n/a", 
28379             "in": "query", 
28380             "name": "heat-stack-id", 
28381             "required": false, 
28382             "type": "string"
28383           }, 
28384           {
28385             "description": "n/a", 
28386             "in": "query", 
28387             "name": "vnf-type", 
28388             "required": false, 
28389             "type": "string"
28390           }
28391         ], 
28392         "produces": [
28393           "application/json", 
28394           "application/xml"
28395         ], 
28396         "responses": {
28397           "200": {
28398             "description": "successful operation", 
28399             "schema": {
28400               "$ref": "#/definitions/volume-groups"
28401             }
28402           }, 
28403           "default": {
28404             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28405           }
28406         }, 
28407         "summary": "returns volume-groups", 
28408         "tags": [
28409           "CloudInfrastructure"
28410         ]
28411       }
28412     }, 
28413     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}": {
28414       "delete": {
28415         "consumes": [
28416           "application/json", 
28417           "application/xml"
28418         ], 
28419         "description": "delete an existing volume-group", 
28420         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
28421         "parameters": [
28422           {
28423             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28424             "example": "__CLOUD-OWNER__", 
28425             "in": "path", 
28426             "name": "cloud-owner", 
28427             "required": true, 
28428             "type": "string"
28429           }, 
28430           {
28431             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28432             "example": "__CLOUD-REGION-ID__", 
28433             "in": "path", 
28434             "name": "cloud-region-id", 
28435             "required": true, 
28436             "type": "string"
28437           }, 
28438           {
28439             "description": "Unique ID of volume-group.", 
28440             "example": "__VOLUME-GROUP-ID__", 
28441             "in": "path", 
28442             "name": "volume-group-id", 
28443             "required": true, 
28444             "type": "string"
28445           }, 
28446           {
28447             "description": "resource-version for concurrency", 
28448             "in": "query", 
28449             "name": "resource-version", 
28450             "required": true, 
28451             "type": "string"
28452           }
28453         ], 
28454         "produces": [
28455           "application/json", 
28456           "application/xml"
28457         ], 
28458         "responses": {
28459           "default": {
28460             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28461           }
28462         }, 
28463         "summary": "delete an existing volume-group", 
28464         "tags": [
28465           "CloudInfrastructure"
28466         ]
28467       }, 
28468       "get": {
28469         "description": "returns volume-group", 
28470         "operationId": "getCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
28471         "parameters": [
28472           {
28473             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28474             "example": "__CLOUD-OWNER__", 
28475             "in": "path", 
28476             "name": "cloud-owner", 
28477             "required": true, 
28478             "type": "string"
28479           }, 
28480           {
28481             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28482             "example": "__CLOUD-REGION-ID__", 
28483             "in": "path", 
28484             "name": "cloud-region-id", 
28485             "required": true, 
28486             "type": "string"
28487           }, 
28488           {
28489             "description": "Unique ID of volume-group.", 
28490             "example": "__VOLUME-GROUP-ID__", 
28491             "in": "path", 
28492             "name": "volume-group-id", 
28493             "required": true, 
28494             "type": "string"
28495           }
28496         ], 
28497         "produces": [
28498           "application/json", 
28499           "application/xml"
28500         ], 
28501         "responses": {
28502           "200": {
28503             "description": "successful operation", 
28504             "schema": {
28505               "$ref": "#/definitions/volume-group"
28506             }
28507           }, 
28508           "default": {
28509             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28510           }
28511         }, 
28512         "summary": "returns volume-group", 
28513         "tags": [
28514           "CloudInfrastructure"
28515         ]
28516       }, 
28517       "patch": {
28518         "consumes": [
28519           "application/json"
28520         ], 
28521         "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", 
28522         "operationId": "UpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
28523         "parameters": [
28524           {
28525             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28526             "example": "__CLOUD-OWNER__", 
28527             "in": "path", 
28528             "name": "cloud-owner", 
28529             "required": true, 
28530             "type": "string"
28531           }, 
28532           {
28533             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28534             "example": "__CLOUD-REGION-ID__", 
28535             "in": "path", 
28536             "name": "cloud-region-id", 
28537             "required": true, 
28538             "type": "string"
28539           }, 
28540           {
28541             "description": "Unique ID of volume-group.", 
28542             "example": "__VOLUME-GROUP-ID__", 
28543             "in": "path", 
28544             "name": "volume-group-id", 
28545             "required": true, 
28546             "type": "string"
28547           }, 
28548           {
28549             "description": "volume-group object that needs to be updated.", 
28550             "in": "body", 
28551             "name": "body", 
28552             "required": true, 
28553             "schema": {
28554               "$ref": "#/definitions/zzzz-patch-volume-group"
28555             }
28556           }
28557         ], 
28558         "produces": [
28559           "application/json"
28560         ], 
28561         "responses": {
28562           "default": {
28563             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28564           }
28565         }, 
28566         "summary": "update an existing volume-group", 
28567         "tags": [
28568           "CloudInfrastructure"
28569         ]
28570       }, 
28571       "put": {
28572         "consumes": [
28573           "application/json", 
28574           "application/xml"
28575         ], 
28576         "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", 
28577         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup", 
28578         "parameters": [
28579           {
28580             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28581             "example": "__CLOUD-OWNER__", 
28582             "in": "path", 
28583             "name": "cloud-owner", 
28584             "required": true, 
28585             "type": "string"
28586           }, 
28587           {
28588             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28589             "example": "__CLOUD-REGION-ID__", 
28590             "in": "path", 
28591             "name": "cloud-region-id", 
28592             "required": true, 
28593             "type": "string"
28594           }, 
28595           {
28596             "description": "Unique ID of volume-group.", 
28597             "example": "__VOLUME-GROUP-ID__", 
28598             "in": "path", 
28599             "name": "volume-group-id", 
28600             "required": true, 
28601             "type": "string"
28602           }, 
28603           {
28604             "description": "volume-group object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup.json)", 
28605             "in": "body", 
28606             "name": "body", 
28607             "required": true, 
28608             "schema": {
28609               "$ref": "#/definitions/volume-group"
28610             }
28611           }
28612         ], 
28613         "produces": [
28614           "application/json", 
28615           "application/xml"
28616         ], 
28617         "responses": {
28618           "default": {
28619             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28620           }
28621         }, 
28622         "summary": "create or update an existing volume-group", 
28623         "tags": [
28624           "CloudInfrastructure"
28625         ]
28626       }
28627     }, 
28628     "/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/volume-groups/volume-group/{volume-group-id}/relationship-list/relationship": {
28629       "delete": {
28630         "consumes": [
28631           "application/json", 
28632           "application/xml"
28633         ], 
28634         "description": "delete an existing relationship", 
28635         "operationId": "deleteCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroupRelationshipListRelationship", 
28636         "parameters": [
28637           {
28638             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28639             "example": "__CLOUD-OWNER__", 
28640             "in": "path", 
28641             "name": "cloud-owner", 
28642             "required": true, 
28643             "type": "string"
28644           }, 
28645           {
28646             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28647             "example": "__CLOUD-REGION-ID__", 
28648             "in": "path", 
28649             "name": "cloud-region-id", 
28650             "required": true, 
28651             "type": "string"
28652           }, 
28653           {
28654             "description": "Unique ID of volume-group.", 
28655             "example": "__VOLUME-GROUP-ID__", 
28656             "in": "path", 
28657             "name": "volume-group-id", 
28658             "required": true, 
28659             "type": "string"
28660           }
28661         ], 
28662         "produces": [
28663           "application/json", 
28664           "application/xml"
28665         ], 
28666         "responses": {
28667           "default": {
28668             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28669           }
28670         }, 
28671         "summary": "delete an existing relationship", 
28672         "tags": [
28673           "CloudInfrastructure"
28674         ]
28675       }, 
28676       "put": {
28677         "consumes": [
28678           "application/json", 
28679           "application/xml"
28680         ], 
28681         "operationId": "createOrUpdateCloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroupRelationshipListRelationship", 
28682         "parameters": [
28683           {
28684             "description": "Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname", 
28685             "example": "__CLOUD-OWNER__", 
28686             "in": "path", 
28687             "name": "cloud-owner", 
28688             "required": true, 
28689             "type": "string"
28690           }, 
28691           {
28692             "description": "Identifier used by the vendor for the region. Second part of composite key", 
28693             "example": "__CLOUD-REGION-ID__", 
28694             "in": "path", 
28695             "name": "cloud-region-id", 
28696             "required": true, 
28697             "type": "string"
28698           }, 
28699           {
28700             "description": "Unique ID of volume-group.", 
28701             "example": "__VOLUME-GROUP-ID__", 
28702             "in": "path", 
28703             "name": "volume-group-id", 
28704             "required": true, 
28705             "type": "string"
28706           }, 
28707           {
28708             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureCloudRegionsCloudRegionVolumeGroupsVolumeGroup.json)", 
28709             "in": "body", 
28710             "name": "body", 
28711             "required": true, 
28712             "schema": {
28713               "$ref": "#/definitions/relationship-dict"
28714             }
28715           }
28716         ], 
28717         "produces": [
28718           "application/json", 
28719           "application/xml"
28720         ], 
28721         "responses": {
28722           "default": {
28723             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28724           }
28725         }, 
28726         "summary": "see node definition for valid relationships", 
28727         "tags": [
28728           "CloudInfrastructure"
28729         ]
28730       }
28731     }, 
28732     "/cloud-infrastructure/complexes": {
28733       "get": {
28734         "description": "returns complexes", 
28735         "operationId": "getCloudInfrastructureComplexes", 
28736         "parameters": [
28737           {
28738             "description": "n/a", 
28739             "in": "query", 
28740             "name": "physical-location-id", 
28741             "required": false, 
28742             "type": "string"
28743           }, 
28744           {
28745             "description": "n/a", 
28746             "in": "query", 
28747             "name": "data-center-code", 
28748             "required": false, 
28749             "type": "string"
28750           }, 
28751           {
28752             "description": "n/a", 
28753             "in": "query", 
28754             "name": "complex-name", 
28755             "required": false, 
28756             "type": "string"
28757           }, 
28758           {
28759             "description": "n/a", 
28760             "in": "query", 
28761             "name": "identity-url", 
28762             "required": false, 
28763             "type": "string"
28764           }
28765         ], 
28766         "produces": [
28767           "application/json", 
28768           "application/xml"
28769         ], 
28770         "responses": {
28771           "200": {
28772             "description": "successful operation", 
28773             "schema": {
28774               "$ref": "#/definitions/complexes"
28775             }
28776           }, 
28777           "default": {
28778             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28779           }
28780         }, 
28781         "summary": "returns complexes", 
28782         "tags": [
28783           "CloudInfrastructure"
28784         ]
28785       }
28786     }, 
28787     "/cloud-infrastructure/complexes/complex/{physical-location-id}": {
28788       "delete": {
28789         "consumes": [
28790           "application/json", 
28791           "application/xml"
28792         ], 
28793         "description": "delete an existing complex", 
28794         "operationId": "deleteCloudInfrastructureComplexesComplex", 
28795         "parameters": [
28796           {
28797             "description": "Unique identifier for physical location, e.g., CLLI", 
28798             "example": "__PHYSICAL-LOCATION-ID__", 
28799             "in": "path", 
28800             "name": "physical-location-id", 
28801             "required": true, 
28802             "type": "string"
28803           }, 
28804           {
28805             "description": "resource-version for concurrency", 
28806             "in": "query", 
28807             "name": "resource-version", 
28808             "required": true, 
28809             "type": "string"
28810           }
28811         ], 
28812         "produces": [
28813           "application/json", 
28814           "application/xml"
28815         ], 
28816         "responses": {
28817           "default": {
28818             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28819           }
28820         }, 
28821         "summary": "delete an existing complex", 
28822         "tags": [
28823           "CloudInfrastructure"
28824         ]
28825       }, 
28826       "get": {
28827         "description": "returns complex", 
28828         "operationId": "getCloudInfrastructureComplexesComplex", 
28829         "parameters": [
28830           {
28831             "description": "Unique identifier for physical location, e.g., CLLI", 
28832             "example": "__PHYSICAL-LOCATION-ID__", 
28833             "in": "path", 
28834             "name": "physical-location-id", 
28835             "required": true, 
28836             "type": "string"
28837           }
28838         ], 
28839         "produces": [
28840           "application/json", 
28841           "application/xml"
28842         ], 
28843         "responses": {
28844           "200": {
28845             "description": "successful operation", 
28846             "schema": {
28847               "$ref": "#/definitions/complex"
28848             }
28849           }, 
28850           "default": {
28851             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28852           }
28853         }, 
28854         "summary": "returns complex", 
28855         "tags": [
28856           "CloudInfrastructure"
28857         ]
28858       }, 
28859       "patch": {
28860         "consumes": [
28861           "application/json"
28862         ], 
28863         "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", 
28864         "operationId": "UpdateCloudInfrastructureComplexesComplex", 
28865         "parameters": [
28866           {
28867             "description": "Unique identifier for physical location, e.g., CLLI", 
28868             "example": "__PHYSICAL-LOCATION-ID__", 
28869             "in": "path", 
28870             "name": "physical-location-id", 
28871             "required": true, 
28872             "type": "string"
28873           }, 
28874           {
28875             "description": "complex object that needs to be updated.", 
28876             "in": "body", 
28877             "name": "body", 
28878             "required": true, 
28879             "schema": {
28880               "$ref": "#/definitions/zzzz-patch-complex"
28881             }
28882           }
28883         ], 
28884         "produces": [
28885           "application/json"
28886         ], 
28887         "responses": {
28888           "default": {
28889             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28890           }
28891         }, 
28892         "summary": "update an existing complex", 
28893         "tags": [
28894           "CloudInfrastructure"
28895         ]
28896       }, 
28897       "put": {
28898         "consumes": [
28899           "application/json", 
28900           "application/xml"
28901         ], 
28902         "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", 
28903         "operationId": "createOrUpdateCloudInfrastructureComplexesComplex", 
28904         "parameters": [
28905           {
28906             "description": "Unique identifier for physical location, e.g., CLLI", 
28907             "example": "__PHYSICAL-LOCATION-ID__", 
28908             "in": "path", 
28909             "name": "physical-location-id", 
28910             "required": true, 
28911             "type": "string"
28912           }, 
28913           {
28914             "description": "complex object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureComplexesComplex.json)", 
28915             "in": "body", 
28916             "name": "body", 
28917             "required": true, 
28918             "schema": {
28919               "$ref": "#/definitions/complex"
28920             }
28921           }
28922         ], 
28923         "produces": [
28924           "application/json", 
28925           "application/xml"
28926         ], 
28927         "responses": {
28928           "default": {
28929             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28930           }
28931         }, 
28932         "summary": "create or update an existing complex", 
28933         "tags": [
28934           "CloudInfrastructure"
28935         ]
28936       }
28937     }, 
28938     "/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools": {
28939       "get": {
28940         "description": "returns ctag-pools", 
28941         "operationId": "getCloudInfrastructureComplexesComplexCtagPools", 
28942         "parameters": [
28943           {
28944             "description": "Unique identifier for physical location, e.g., CLLI", 
28945             "example": "__PHYSICAL-LOCATION-ID__", 
28946             "in": "path", 
28947             "name": "physical-location-id", 
28948             "required": true, 
28949             "type": "string"
28950           }, 
28951           {
28952             "description": "n/a", 
28953             "in": "query", 
28954             "name": "availability-zone-name", 
28955             "required": false, 
28956             "type": "string"
28957           }
28958         ], 
28959         "produces": [
28960           "application/json", 
28961           "application/xml"
28962         ], 
28963         "responses": {
28964           "200": {
28965             "description": "successful operation", 
28966             "schema": {
28967               "$ref": "#/definitions/ctag-pools"
28968             }
28969           }, 
28970           "default": {
28971             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
28972           }
28973         }, 
28974         "summary": "returns ctag-pools", 
28975         "tags": [
28976           "CloudInfrastructure"
28977         ]
28978       }
28979     }, 
28980     "/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}": {
28981       "delete": {
28982         "consumes": [
28983           "application/json", 
28984           "application/xml"
28985         ], 
28986         "description": "delete an existing ctag-pool", 
28987         "operationId": "deleteCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
28988         "parameters": [
28989           {
28990             "description": "Unique identifier for physical location, e.g., CLLI", 
28991             "example": "__PHYSICAL-LOCATION-ID__", 
28992             "in": "path", 
28993             "name": "physical-location-id", 
28994             "required": true, 
28995             "type": "string"
28996           }, 
28997           {
28998             "description": "The Target provider edge router", 
28999             "example": "__TARGET-PE__", 
29000             "in": "path", 
29001             "name": "target-pe", 
29002             "required": true, 
29003             "type": "string"
29004           }, 
29005           {
29006             "description": "Name of the availability zone", 
29007             "example": "__AVAILABILITY-ZONE-NAME__", 
29008             "in": "path", 
29009             "name": "availability-zone-name", 
29010             "required": true, 
29011             "type": "string"
29012           }, 
29013           {
29014             "description": "resource-version for concurrency", 
29015             "in": "query", 
29016             "name": "resource-version", 
29017             "required": true, 
29018             "type": "string"
29019           }
29020         ], 
29021         "produces": [
29022           "application/json", 
29023           "application/xml"
29024         ], 
29025         "responses": {
29026           "default": {
29027             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29028           }
29029         }, 
29030         "summary": "delete an existing ctag-pool", 
29031         "tags": [
29032           "CloudInfrastructure"
29033         ]
29034       }, 
29035       "get": {
29036         "description": "returns ctag-pool", 
29037         "operationId": "getCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
29038         "parameters": [
29039           {
29040             "description": "Unique identifier for physical location, e.g., CLLI", 
29041             "example": "__PHYSICAL-LOCATION-ID__", 
29042             "in": "path", 
29043             "name": "physical-location-id", 
29044             "required": true, 
29045             "type": "string"
29046           }, 
29047           {
29048             "description": "The Target provider edge router", 
29049             "example": "__TARGET-PE__", 
29050             "in": "path", 
29051             "name": "target-pe", 
29052             "required": true, 
29053             "type": "string"
29054           }, 
29055           {
29056             "description": "Name of the availability zone", 
29057             "example": "__AVAILABILITY-ZONE-NAME__", 
29058             "in": "path", 
29059             "name": "availability-zone-name", 
29060             "required": true, 
29061             "type": "string"
29062           }
29063         ], 
29064         "produces": [
29065           "application/json", 
29066           "application/xml"
29067         ], 
29068         "responses": {
29069           "200": {
29070             "description": "successful operation", 
29071             "schema": {
29072               "$ref": "#/definitions/ctag-pool"
29073             }
29074           }, 
29075           "default": {
29076             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29077           }
29078         }, 
29079         "summary": "returns ctag-pool", 
29080         "tags": [
29081           "CloudInfrastructure"
29082         ]
29083       }, 
29084       "patch": {
29085         "consumes": [
29086           "application/json"
29087         ], 
29088         "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", 
29089         "operationId": "UpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
29090         "parameters": [
29091           {
29092             "description": "Unique identifier for physical location, e.g., CLLI", 
29093             "example": "__PHYSICAL-LOCATION-ID__", 
29094             "in": "path", 
29095             "name": "physical-location-id", 
29096             "required": true, 
29097             "type": "string"
29098           }, 
29099           {
29100             "description": "The Target provider edge router", 
29101             "example": "__TARGET-PE__", 
29102             "in": "path", 
29103             "name": "target-pe", 
29104             "required": true, 
29105             "type": "string"
29106           }, 
29107           {
29108             "description": "Name of the availability zone", 
29109             "example": "__AVAILABILITY-ZONE-NAME__", 
29110             "in": "path", 
29111             "name": "availability-zone-name", 
29112             "required": true, 
29113             "type": "string"
29114           }, 
29115           {
29116             "description": "ctag-pool object that needs to be updated.", 
29117             "in": "body", 
29118             "name": "body", 
29119             "required": true, 
29120             "schema": {
29121               "$ref": "#/definitions/zzzz-patch-ctag-pool"
29122             }
29123           }
29124         ], 
29125         "produces": [
29126           "application/json"
29127         ], 
29128         "responses": {
29129           "default": {
29130             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29131           }
29132         }, 
29133         "summary": "update an existing ctag-pool", 
29134         "tags": [
29135           "CloudInfrastructure"
29136         ]
29137       }, 
29138       "put": {
29139         "consumes": [
29140           "application/json", 
29141           "application/xml"
29142         ], 
29143         "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", 
29144         "operationId": "createOrUpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPool", 
29145         "parameters": [
29146           {
29147             "description": "Unique identifier for physical location, e.g., CLLI", 
29148             "example": "__PHYSICAL-LOCATION-ID__", 
29149             "in": "path", 
29150             "name": "physical-location-id", 
29151             "required": true, 
29152             "type": "string"
29153           }, 
29154           {
29155             "description": "The Target provider edge router", 
29156             "example": "__TARGET-PE__", 
29157             "in": "path", 
29158             "name": "target-pe", 
29159             "required": true, 
29160             "type": "string"
29161           }, 
29162           {
29163             "description": "Name of the availability zone", 
29164             "example": "__AVAILABILITY-ZONE-NAME__", 
29165             "in": "path", 
29166             "name": "availability-zone-name", 
29167             "required": true, 
29168             "type": "string"
29169           }, 
29170           {
29171             "description": "ctag-pool object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureComplexesComplexCtagPoolsCtagPool.json)", 
29172             "in": "body", 
29173             "name": "body", 
29174             "required": true, 
29175             "schema": {
29176               "$ref": "#/definitions/ctag-pool"
29177             }
29178           }
29179         ], 
29180         "produces": [
29181           "application/json", 
29182           "application/xml"
29183         ], 
29184         "responses": {
29185           "default": {
29186             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29187           }
29188         }, 
29189         "summary": "create or update an existing ctag-pool", 
29190         "tags": [
29191           "CloudInfrastructure"
29192         ]
29193       }
29194     }, 
29195     "/cloud-infrastructure/complexes/complex/{physical-location-id}/ctag-pools/ctag-pool/{target-pe}/{availability-zone-name}/relationship-list/relationship": {
29196       "delete": {
29197         "consumes": [
29198           "application/json", 
29199           "application/xml"
29200         ], 
29201         "description": "delete an existing relationship", 
29202         "operationId": "deleteCloudInfrastructureComplexesComplexCtagPoolsCtagPoolRelationshipListRelationship", 
29203         "parameters": [
29204           {
29205             "description": "Unique identifier for physical location, e.g., CLLI", 
29206             "example": "__PHYSICAL-LOCATION-ID__", 
29207             "in": "path", 
29208             "name": "physical-location-id", 
29209             "required": true, 
29210             "type": "string"
29211           }, 
29212           {
29213             "description": "The Target provider edge router", 
29214             "example": "__TARGET-PE__", 
29215             "in": "path", 
29216             "name": "target-pe", 
29217             "required": true, 
29218             "type": "string"
29219           }, 
29220           {
29221             "description": "Name of the availability zone", 
29222             "example": "__AVAILABILITY-ZONE-NAME__", 
29223             "in": "path", 
29224             "name": "availability-zone-name", 
29225             "required": true, 
29226             "type": "string"
29227           }
29228         ], 
29229         "produces": [
29230           "application/json", 
29231           "application/xml"
29232         ], 
29233         "responses": {
29234           "default": {
29235             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29236           }
29237         }, 
29238         "summary": "delete an existing relationship", 
29239         "tags": [
29240           "CloudInfrastructure"
29241         ]
29242       }, 
29243       "put": {
29244         "consumes": [
29245           "application/json", 
29246           "application/xml"
29247         ], 
29248         "operationId": "createOrUpdateCloudInfrastructureComplexesComplexCtagPoolsCtagPoolRelationshipListRelationship", 
29249         "parameters": [
29250           {
29251             "description": "Unique identifier for physical location, e.g., CLLI", 
29252             "example": "__PHYSICAL-LOCATION-ID__", 
29253             "in": "path", 
29254             "name": "physical-location-id", 
29255             "required": true, 
29256             "type": "string"
29257           }, 
29258           {
29259             "description": "The Target provider edge router", 
29260             "example": "__TARGET-PE__", 
29261             "in": "path", 
29262             "name": "target-pe", 
29263             "required": true, 
29264             "type": "string"
29265           }, 
29266           {
29267             "description": "Name of the availability zone", 
29268             "example": "__AVAILABILITY-ZONE-NAME__", 
29269             "in": "path", 
29270             "name": "availability-zone-name", 
29271             "required": true, 
29272             "type": "string"
29273           }, 
29274           {
29275             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureComplexesComplexCtagPoolsCtagPool.json)", 
29276             "in": "body", 
29277             "name": "body", 
29278             "required": true, 
29279             "schema": {
29280               "$ref": "#/definitions/relationship-dict"
29281             }
29282           }
29283         ], 
29284         "produces": [
29285           "application/json", 
29286           "application/xml"
29287         ], 
29288         "responses": {
29289           "default": {
29290             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29291           }
29292         }, 
29293         "summary": "see node definition for valid relationships", 
29294         "tags": [
29295           "CloudInfrastructure"
29296         ]
29297       }
29298     }, 
29299     "/cloud-infrastructure/complexes/complex/{physical-location-id}/relationship-list/relationship": {
29300       "delete": {
29301         "consumes": [
29302           "application/json", 
29303           "application/xml"
29304         ], 
29305         "description": "delete an existing relationship", 
29306         "operationId": "deleteCloudInfrastructureComplexesComplexRelationshipListRelationship", 
29307         "parameters": [
29308           {
29309             "description": "Unique identifier for physical location, e.g., CLLI", 
29310             "example": "__PHYSICAL-LOCATION-ID__", 
29311             "in": "path", 
29312             "name": "physical-location-id", 
29313             "required": true, 
29314             "type": "string"
29315           }
29316         ], 
29317         "produces": [
29318           "application/json", 
29319           "application/xml"
29320         ], 
29321         "responses": {
29322           "default": {
29323             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29324           }
29325         }, 
29326         "summary": "delete an existing relationship", 
29327         "tags": [
29328           "CloudInfrastructure"
29329         ]
29330       }, 
29331       "put": {
29332         "consumes": [
29333           "application/json", 
29334           "application/xml"
29335         ], 
29336         "operationId": "createOrUpdateCloudInfrastructureComplexesComplexRelationshipListRelationship", 
29337         "parameters": [
29338           {
29339             "description": "Unique identifier for physical location, e.g., CLLI", 
29340             "example": "__PHYSICAL-LOCATION-ID__", 
29341             "in": "path", 
29342             "name": "physical-location-id", 
29343             "required": true, 
29344             "type": "string"
29345           }, 
29346           {
29347             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureComplexesComplex.json)", 
29348             "in": "body", 
29349             "name": "body", 
29350             "required": true, 
29351             "schema": {
29352               "$ref": "#/definitions/relationship-dict"
29353             }
29354           }
29355         ], 
29356         "produces": [
29357           "application/json", 
29358           "application/xml"
29359         ], 
29360         "responses": {
29361           "default": {
29362             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29363           }
29364         }, 
29365         "summary": "see node definition for valid relationships", 
29366         "tags": [
29367           "CloudInfrastructure"
29368         ]
29369       }
29370     }, 
29371     "/cloud-infrastructure/network-profiles": {
29372       "get": {
29373         "description": "returns network-profiles", 
29374         "operationId": "getCloudInfrastructureNetworkProfiles", 
29375         "parameters": [
29376           {
29377             "description": "n/a", 
29378             "in": "query", 
29379             "name": "nm-profile-name", 
29380             "required": false, 
29381             "type": "string"
29382           }
29383         ], 
29384         "produces": [
29385           "application/json", 
29386           "application/xml"
29387         ], 
29388         "responses": {
29389           "200": {
29390             "description": "successful operation", 
29391             "schema": {
29392               "$ref": "#/definitions/network-profiles"
29393             }
29394           }, 
29395           "default": {
29396             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29397           }
29398         }, 
29399         "summary": "returns network-profiles", 
29400         "tags": [
29401           "CloudInfrastructure"
29402         ]
29403       }
29404     }, 
29405     "/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}": {
29406       "delete": {
29407         "consumes": [
29408           "application/json", 
29409           "application/xml"
29410         ], 
29411         "description": "delete an existing network-profile", 
29412         "operationId": "deleteCloudInfrastructureNetworkProfilesNetworkProfile", 
29413         "parameters": [
29414           {
29415             "description": "Unique name of network profile.", 
29416             "example": "__NM-PROFILE-NAME__", 
29417             "in": "path", 
29418             "name": "nm-profile-name", 
29419             "required": true, 
29420             "type": "string"
29421           }, 
29422           {
29423             "description": "resource-version for concurrency", 
29424             "in": "query", 
29425             "name": "resource-version", 
29426             "required": true, 
29427             "type": "string"
29428           }
29429         ], 
29430         "produces": [
29431           "application/json", 
29432           "application/xml"
29433         ], 
29434         "responses": {
29435           "default": {
29436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29437           }
29438         }, 
29439         "summary": "delete an existing network-profile", 
29440         "tags": [
29441           "CloudInfrastructure"
29442         ]
29443       }, 
29444       "get": {
29445         "description": "returns network-profile", 
29446         "operationId": "getCloudInfrastructureNetworkProfilesNetworkProfile", 
29447         "parameters": [
29448           {
29449             "description": "Unique name of network profile.", 
29450             "example": "__NM-PROFILE-NAME__", 
29451             "in": "path", 
29452             "name": "nm-profile-name", 
29453             "required": true, 
29454             "type": "string"
29455           }
29456         ], 
29457         "produces": [
29458           "application/json", 
29459           "application/xml"
29460         ], 
29461         "responses": {
29462           "200": {
29463             "description": "successful operation", 
29464             "schema": {
29465               "$ref": "#/definitions/network-profile"
29466             }
29467           }, 
29468           "default": {
29469             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29470           }
29471         }, 
29472         "summary": "returns network-profile", 
29473         "tags": [
29474           "CloudInfrastructure"
29475         ]
29476       }, 
29477       "patch": {
29478         "consumes": [
29479           "application/json"
29480         ], 
29481         "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", 
29482         "operationId": "UpdateCloudInfrastructureNetworkProfilesNetworkProfile", 
29483         "parameters": [
29484           {
29485             "description": "Unique name of network profile.", 
29486             "example": "__NM-PROFILE-NAME__", 
29487             "in": "path", 
29488             "name": "nm-profile-name", 
29489             "required": true, 
29490             "type": "string"
29491           }, 
29492           {
29493             "description": "network-profile object that needs to be updated.", 
29494             "in": "body", 
29495             "name": "body", 
29496             "required": true, 
29497             "schema": {
29498               "$ref": "#/definitions/zzzz-patch-network-profile"
29499             }
29500           }
29501         ], 
29502         "produces": [
29503           "application/json"
29504         ], 
29505         "responses": {
29506           "default": {
29507             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29508           }
29509         }, 
29510         "summary": "update an existing network-profile", 
29511         "tags": [
29512           "CloudInfrastructure"
29513         ]
29514       }, 
29515       "put": {
29516         "consumes": [
29517           "application/json", 
29518           "application/xml"
29519         ], 
29520         "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", 
29521         "operationId": "createOrUpdateCloudInfrastructureNetworkProfilesNetworkProfile", 
29522         "parameters": [
29523           {
29524             "description": "Unique name of network profile.", 
29525             "example": "__NM-PROFILE-NAME__", 
29526             "in": "path", 
29527             "name": "nm-profile-name", 
29528             "required": true, 
29529             "type": "string"
29530           }, 
29531           {
29532             "description": "network-profile object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureNetworkProfilesNetworkProfile.json)", 
29533             "in": "body", 
29534             "name": "body", 
29535             "required": true, 
29536             "schema": {
29537               "$ref": "#/definitions/network-profile"
29538             }
29539           }
29540         ], 
29541         "produces": [
29542           "application/json", 
29543           "application/xml"
29544         ], 
29545         "responses": {
29546           "default": {
29547             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29548           }
29549         }, 
29550         "summary": "create or update an existing network-profile", 
29551         "tags": [
29552           "CloudInfrastructure"
29553         ]
29554       }
29555     }, 
29556     "/cloud-infrastructure/network-profiles/network-profile/{nm-profile-name}/relationship-list/relationship": {
29557       "delete": {
29558         "consumes": [
29559           "application/json", 
29560           "application/xml"
29561         ], 
29562         "description": "delete an existing relationship", 
29563         "operationId": "deleteCloudInfrastructureNetworkProfilesNetworkProfileRelationshipListRelationship", 
29564         "parameters": [
29565           {
29566             "description": "Unique name of network profile.", 
29567             "example": "__NM-PROFILE-NAME__", 
29568             "in": "path", 
29569             "name": "nm-profile-name", 
29570             "required": true, 
29571             "type": "string"
29572           }
29573         ], 
29574         "produces": [
29575           "application/json", 
29576           "application/xml"
29577         ], 
29578         "responses": {
29579           "default": {
29580             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29581           }
29582         }, 
29583         "summary": "delete an existing relationship", 
29584         "tags": [
29585           "CloudInfrastructure"
29586         ]
29587       }, 
29588       "put": {
29589         "consumes": [
29590           "application/json", 
29591           "application/xml"
29592         ], 
29593         "operationId": "createOrUpdateCloudInfrastructureNetworkProfilesNetworkProfileRelationshipListRelationship", 
29594         "parameters": [
29595           {
29596             "description": "Unique name of network profile.", 
29597             "example": "__NM-PROFILE-NAME__", 
29598             "in": "path", 
29599             "name": "nm-profile-name", 
29600             "required": true, 
29601             "type": "string"
29602           }, 
29603           {
29604             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureNetworkProfilesNetworkProfile.json)", 
29605             "in": "body", 
29606             "name": "body", 
29607             "required": true, 
29608             "schema": {
29609               "$ref": "#/definitions/relationship-dict"
29610             }
29611           }
29612         ], 
29613         "produces": [
29614           "application/json", 
29615           "application/xml"
29616         ], 
29617         "responses": {
29618           "default": {
29619             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29620           }
29621         }, 
29622         "summary": "see node definition for valid relationships", 
29623         "tags": [
29624           "CloudInfrastructure"
29625         ]
29626       }
29627     }, 
29628     "/cloud-infrastructure/network-technologies": {
29629       "get": {
29630         "description": "returns network-technologies", 
29631         "operationId": "getCloudInfrastructureNetworkTechnologies", 
29632         "produces": [
29633           "application/json", 
29634           "application/xml"
29635         ], 
29636         "responses": {
29637           "200": {
29638             "description": "successful operation", 
29639             "schema": {
29640               "$ref": "#/definitions/network-technologies"
29641             }
29642           }, 
29643           "default": {
29644             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29645           }
29646         }, 
29647         "summary": "returns network-technologies", 
29648         "tags": [
29649           "CloudInfrastructure"
29650         ]
29651       }
29652     }, 
29653     "/cloud-infrastructure/network-technologies/network-technology/{network-technology-id}": {
29654       "delete": {
29655         "consumes": [
29656           "application/json", 
29657           "application/xml"
29658         ], 
29659         "description": "delete an existing network-technology", 
29660         "operationId": "deleteCloudInfrastructureNetworkTechnologiesNetworkTechnology", 
29661         "parameters": [
29662           {
29663             "description": "Unique identifier of the network-technology object (UUID)", 
29664             "example": "__NETWORK-TECHNOLOGY-ID__", 
29665             "in": "path", 
29666             "name": "network-technology-id", 
29667             "required": true, 
29668             "type": "string"
29669           }, 
29670           {
29671             "description": "resource-version for concurrency", 
29672             "in": "query", 
29673             "name": "resource-version", 
29674             "required": true, 
29675             "type": "string"
29676           }
29677         ], 
29678         "produces": [
29679           "application/json", 
29680           "application/xml"
29681         ], 
29682         "responses": {
29683           "default": {
29684             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29685           }
29686         }, 
29687         "summary": "delete an existing network-technology", 
29688         "tags": [
29689           "CloudInfrastructure"
29690         ]
29691       }, 
29692       "get": {
29693         "description": "returns network-technology", 
29694         "operationId": "getCloudInfrastructureNetworkTechnologiesNetworkTechnology", 
29695         "parameters": [
29696           {
29697             "description": "Unique identifier of the network-technology object (UUID)", 
29698             "example": "__NETWORK-TECHNOLOGY-ID__", 
29699             "in": "path", 
29700             "name": "network-technology-id", 
29701             "required": true, 
29702             "type": "string"
29703           }
29704         ], 
29705         "produces": [
29706           "application/json", 
29707           "application/xml"
29708         ], 
29709         "responses": {
29710           "200": {
29711             "description": "successful operation", 
29712             "schema": {
29713               "$ref": "#/definitions/network-technology"
29714             }
29715           }, 
29716           "default": {
29717             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29718           }
29719         }, 
29720         "summary": "returns network-technology", 
29721         "tags": [
29722           "CloudInfrastructure"
29723         ]
29724       }, 
29725       "patch": {
29726         "consumes": [
29727           "application/json"
29728         ], 
29729         "description": "Update an existing network-technology\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", 
29730         "operationId": "UpdateCloudInfrastructureNetworkTechnologiesNetworkTechnology", 
29731         "parameters": [
29732           {
29733             "description": "Unique identifier of the network-technology object (UUID)", 
29734             "example": "__NETWORK-TECHNOLOGY-ID__", 
29735             "in": "path", 
29736             "name": "network-technology-id", 
29737             "required": true, 
29738             "type": "string"
29739           }, 
29740           {
29741             "description": "network-technology object that needs to be updated.", 
29742             "in": "body", 
29743             "name": "body", 
29744             "required": true, 
29745             "schema": {
29746               "$ref": "#/definitions/zzzz-patch-network-technology"
29747             }
29748           }
29749         ], 
29750         "produces": [
29751           "application/json"
29752         ], 
29753         "responses": {
29754           "default": {
29755             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29756           }
29757         }, 
29758         "summary": "update an existing network-technology", 
29759         "tags": [
29760           "CloudInfrastructure"
29761         ]
29762       }, 
29763       "put": {
29764         "consumes": [
29765           "application/json", 
29766           "application/xml"
29767         ], 
29768         "description": "Create or update an existing network-technology.\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", 
29769         "operationId": "createOrUpdateCloudInfrastructureNetworkTechnologiesNetworkTechnology", 
29770         "parameters": [
29771           {
29772             "description": "Unique identifier of the network-technology object (UUID)", 
29773             "example": "__NETWORK-TECHNOLOGY-ID__", 
29774             "in": "path", 
29775             "name": "network-technology-id", 
29776             "required": true, 
29777             "type": "string"
29778           }, 
29779           {
29780             "description": "network-technology object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureNetworkTechnologiesNetworkTechnology.json)", 
29781             "in": "body", 
29782             "name": "body", 
29783             "required": true, 
29784             "schema": {
29785               "$ref": "#/definitions/network-technology"
29786             }
29787           }
29788         ], 
29789         "produces": [
29790           "application/json", 
29791           "application/xml"
29792         ], 
29793         "responses": {
29794           "default": {
29795             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29796           }
29797         }, 
29798         "summary": "create or update an existing network-technology", 
29799         "tags": [
29800           "CloudInfrastructure"
29801         ]
29802       }
29803     }, 
29804     "/cloud-infrastructure/network-technologies/network-technology/{network-technology-id}/relationship-list/relationship": {
29805       "delete": {
29806         "consumes": [
29807           "application/json", 
29808           "application/xml"
29809         ], 
29810         "description": "delete an existing relationship", 
29811         "operationId": "deleteCloudInfrastructureNetworkTechnologiesNetworkTechnologyRelationshipListRelationship", 
29812         "parameters": [
29813           {
29814             "description": "Unique identifier of the network-technology object (UUID)", 
29815             "example": "__NETWORK-TECHNOLOGY-ID__", 
29816             "in": "path", 
29817             "name": "network-technology-id", 
29818             "required": true, 
29819             "type": "string"
29820           }
29821         ], 
29822         "produces": [
29823           "application/json", 
29824           "application/xml"
29825         ], 
29826         "responses": {
29827           "default": {
29828             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29829           }
29830         }, 
29831         "summary": "delete an existing relationship", 
29832         "tags": [
29833           "CloudInfrastructure"
29834         ]
29835       }, 
29836       "put": {
29837         "consumes": [
29838           "application/json", 
29839           "application/xml"
29840         ], 
29841         "operationId": "createOrUpdateCloudInfrastructureNetworkTechnologiesNetworkTechnologyRelationshipListRelationship", 
29842         "parameters": [
29843           {
29844             "description": "Unique identifier of the network-technology object (UUID)", 
29845             "example": "__NETWORK-TECHNOLOGY-ID__", 
29846             "in": "path", 
29847             "name": "network-technology-id", 
29848             "required": true, 
29849             "type": "string"
29850           }, 
29851           {
29852             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureNetworkTechnologiesNetworkTechnology.json)", 
29853             "in": "body", 
29854             "name": "body", 
29855             "required": true, 
29856             "schema": {
29857               "$ref": "#/definitions/relationship-dict"
29858             }
29859           }
29860         ], 
29861         "produces": [
29862           "application/json", 
29863           "application/xml"
29864         ], 
29865         "responses": {
29866           "default": {
29867             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29868           }
29869         }, 
29870         "summary": "see node definition for valid relationships", 
29871         "tags": [
29872           "CloudInfrastructure"
29873         ]
29874       }
29875     }, 
29876     "/cloud-infrastructure/operational-environments": {
29877       "get": {
29878         "description": "returns operational-environments", 
29879         "operationId": "getCloudInfrastructureOperationalEnvironments", 
29880         "parameters": [
29881           {
29882             "description": "n/a", 
29883             "in": "query", 
29884             "name": "operational-environment-id", 
29885             "required": false, 
29886             "type": "string"
29887           }
29888         ], 
29889         "produces": [
29890           "application/json", 
29891           "application/xml"
29892         ], 
29893         "responses": {
29894           "200": {
29895             "description": "successful operation", 
29896             "schema": {
29897               "$ref": "#/definitions/operational-environments"
29898             }
29899           }, 
29900           "default": {
29901             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29902           }
29903         }, 
29904         "summary": "returns operational-environments", 
29905         "tags": [
29906           "CloudInfrastructure"
29907         ]
29908       }
29909     }, 
29910     "/cloud-infrastructure/operational-environments/operational-environment/{operational-environment-id}": {
29911       "delete": {
29912         "consumes": [
29913           "application/json", 
29914           "application/xml"
29915         ], 
29916         "description": "delete an existing operational-environment", 
29917         "operationId": "deleteCloudInfrastructureOperationalEnvironmentsOperationalEnvironment", 
29918         "parameters": [
29919           {
29920             "description": "UUID of an operational environment", 
29921             "example": "__OPERATIONAL-ENVIRONMENT-ID__", 
29922             "in": "path", 
29923             "name": "operational-environment-id", 
29924             "required": true, 
29925             "type": "string"
29926           }, 
29927           {
29928             "description": "resource-version for concurrency", 
29929             "in": "query", 
29930             "name": "resource-version", 
29931             "required": true, 
29932             "type": "string"
29933           }
29934         ], 
29935         "produces": [
29936           "application/json", 
29937           "application/xml"
29938         ], 
29939         "responses": {
29940           "default": {
29941             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29942           }
29943         }, 
29944         "summary": "delete an existing operational-environment", 
29945         "tags": [
29946           "CloudInfrastructure"
29947         ]
29948       }, 
29949       "get": {
29950         "description": "returns operational-environment", 
29951         "operationId": "getCloudInfrastructureOperationalEnvironmentsOperationalEnvironment", 
29952         "parameters": [
29953           {
29954             "description": "UUID of an operational environment", 
29955             "example": "__OPERATIONAL-ENVIRONMENT-ID__", 
29956             "in": "path", 
29957             "name": "operational-environment-id", 
29958             "required": true, 
29959             "type": "string"
29960           }
29961         ], 
29962         "produces": [
29963           "application/json", 
29964           "application/xml"
29965         ], 
29966         "responses": {
29967           "200": {
29968             "description": "successful operation", 
29969             "schema": {
29970               "$ref": "#/definitions/operational-environment"
29971             }
29972           }, 
29973           "default": {
29974             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
29975           }
29976         }, 
29977         "summary": "returns operational-environment", 
29978         "tags": [
29979           "CloudInfrastructure"
29980         ]
29981       }, 
29982       "patch": {
29983         "consumes": [
29984           "application/json"
29985         ], 
29986         "description": "Update an existing operational-environment\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", 
29987         "operationId": "UpdateCloudInfrastructureOperationalEnvironmentsOperationalEnvironment", 
29988         "parameters": [
29989           {
29990             "description": "UUID of an operational environment", 
29991             "example": "__OPERATIONAL-ENVIRONMENT-ID__", 
29992             "in": "path", 
29993             "name": "operational-environment-id", 
29994             "required": true, 
29995             "type": "string"
29996           }, 
29997           {
29998             "description": "operational-environment object that needs to be updated.", 
29999             "in": "body", 
30000             "name": "body", 
30001             "required": true, 
30002             "schema": {
30003               "$ref": "#/definitions/zzzz-patch-operational-environment"
30004             }
30005           }
30006         ], 
30007         "produces": [
30008           "application/json"
30009         ], 
30010         "responses": {
30011           "default": {
30012             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30013           }
30014         }, 
30015         "summary": "update an existing operational-environment", 
30016         "tags": [
30017           "CloudInfrastructure"
30018         ]
30019       }, 
30020       "put": {
30021         "consumes": [
30022           "application/json", 
30023           "application/xml"
30024         ], 
30025         "description": "Create or update an existing operational-environment.\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", 
30026         "operationId": "createOrUpdateCloudInfrastructureOperationalEnvironmentsOperationalEnvironment", 
30027         "parameters": [
30028           {
30029             "description": "UUID of an operational environment", 
30030             "example": "__OPERATIONAL-ENVIRONMENT-ID__", 
30031             "in": "path", 
30032             "name": "operational-environment-id", 
30033             "required": true, 
30034             "type": "string"
30035           }, 
30036           {
30037             "description": "operational-environment object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureOperationalEnvironmentsOperationalEnvironment.json)", 
30038             "in": "body", 
30039             "name": "body", 
30040             "required": true, 
30041             "schema": {
30042               "$ref": "#/definitions/operational-environment"
30043             }
30044           }
30045         ], 
30046         "produces": [
30047           "application/json", 
30048           "application/xml"
30049         ], 
30050         "responses": {
30051           "default": {
30052             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30053           }
30054         }, 
30055         "summary": "create or update an existing operational-environment", 
30056         "tags": [
30057           "CloudInfrastructure"
30058         ]
30059       }
30060     }, 
30061     "/cloud-infrastructure/operational-environments/operational-environment/{operational-environment-id}/relationship-list/relationship": {
30062       "delete": {
30063         "consumes": [
30064           "application/json", 
30065           "application/xml"
30066         ], 
30067         "description": "delete an existing relationship", 
30068         "operationId": "deleteCloudInfrastructureOperationalEnvironmentsOperationalEnvironmentRelationshipListRelationship", 
30069         "parameters": [
30070           {
30071             "description": "UUID of an operational environment", 
30072             "example": "__OPERATIONAL-ENVIRONMENT-ID__", 
30073             "in": "path", 
30074             "name": "operational-environment-id", 
30075             "required": true, 
30076             "type": "string"
30077           }
30078         ], 
30079         "produces": [
30080           "application/json", 
30081           "application/xml"
30082         ], 
30083         "responses": {
30084           "default": {
30085             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30086           }
30087         }, 
30088         "summary": "delete an existing relationship", 
30089         "tags": [
30090           "CloudInfrastructure"
30091         ]
30092       }, 
30093       "put": {
30094         "consumes": [
30095           "application/json", 
30096           "application/xml"
30097         ], 
30098         "operationId": "createOrUpdateCloudInfrastructureOperationalEnvironmentsOperationalEnvironmentRelationshipListRelationship", 
30099         "parameters": [
30100           {
30101             "description": "UUID of an operational environment", 
30102             "example": "__OPERATIONAL-ENVIRONMENT-ID__", 
30103             "in": "path", 
30104             "name": "operational-environment-id", 
30105             "required": true, 
30106             "type": "string"
30107           }, 
30108           {
30109             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureOperationalEnvironmentsOperationalEnvironment.json)", 
30110             "in": "body", 
30111             "name": "body", 
30112             "required": true, 
30113             "schema": {
30114               "$ref": "#/definitions/relationship-dict"
30115             }
30116           }
30117         ], 
30118         "produces": [
30119           "application/json", 
30120           "application/xml"
30121         ], 
30122         "responses": {
30123           "default": {
30124             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30125           }
30126         }, 
30127         "summary": "see node definition for valid relationships", 
30128         "tags": [
30129           "CloudInfrastructure"
30130         ]
30131       }
30132     }, 
30133     "/cloud-infrastructure/pservers": {
30134       "get": {
30135         "description": "returns pservers", 
30136         "operationId": "getCloudInfrastructurePservers", 
30137         "parameters": [
30138           {
30139             "description": "n/a", 
30140             "in": "query", 
30141             "name": "hostname", 
30142             "required": false, 
30143             "type": "string"
30144           }, 
30145           {
30146             "description": "n/a", 
30147             "in": "query", 
30148             "name": "inv-status", 
30149             "required": false, 
30150             "type": "string"
30151           }, 
30152           {
30153             "description": "n/a", 
30154             "in": "query", 
30155             "name": "pserver-id", 
30156             "required": false, 
30157             "type": "string"
30158           }, 
30159           {
30160             "description": "n/a", 
30161             "in": "query", 
30162             "name": "in-maint", 
30163             "required": false, 
30164             "type": "boolean"
30165           }, 
30166           {
30167             "description": "n/a", 
30168             "in": "query", 
30169             "name": "pserver-name2", 
30170             "required": false, 
30171             "type": "string"
30172           }
30173         ], 
30174         "produces": [
30175           "application/json", 
30176           "application/xml"
30177         ], 
30178         "responses": {
30179           "200": {
30180             "description": "successful operation", 
30181             "schema": {
30182               "$ref": "#/definitions/pservers"
30183             }
30184           }, 
30185           "default": {
30186             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30187           }
30188         }, 
30189         "summary": "returns pservers", 
30190         "tags": [
30191           "CloudInfrastructure"
30192         ]
30193       }
30194     }, 
30195     "/cloud-infrastructure/pservers/pserver/{hostname}": {
30196       "delete": {
30197         "consumes": [
30198           "application/json", 
30199           "application/xml"
30200         ], 
30201         "description": "delete an existing pserver", 
30202         "operationId": "deleteCloudInfrastructurePserversPserver", 
30203         "parameters": [
30204           {
30205             "description": "Value from executing hostname on the compute node.", 
30206             "example": "__HOSTNAME__", 
30207             "in": "path", 
30208             "name": "hostname", 
30209             "required": true, 
30210             "type": "string"
30211           }, 
30212           {
30213             "description": "resource-version for concurrency", 
30214             "in": "query", 
30215             "name": "resource-version", 
30216             "required": true, 
30217             "type": "string"
30218           }
30219         ], 
30220         "produces": [
30221           "application/json", 
30222           "application/xml"
30223         ], 
30224         "responses": {
30225           "default": {
30226             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30227           }
30228         }, 
30229         "summary": "delete an existing pserver", 
30230         "tags": [
30231           "CloudInfrastructure"
30232         ]
30233       }, 
30234       "get": {
30235         "description": "returns pserver", 
30236         "operationId": "getCloudInfrastructurePserversPserver", 
30237         "parameters": [
30238           {
30239             "description": "Value from executing hostname on the compute node.", 
30240             "example": "__HOSTNAME__", 
30241             "in": "path", 
30242             "name": "hostname", 
30243             "required": true, 
30244             "type": "string"
30245           }
30246         ], 
30247         "produces": [
30248           "application/json", 
30249           "application/xml"
30250         ], 
30251         "responses": {
30252           "200": {
30253             "description": "successful operation", 
30254             "schema": {
30255               "$ref": "#/definitions/pserver"
30256             }
30257           }, 
30258           "default": {
30259             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30260           }
30261         }, 
30262         "summary": "returns pserver", 
30263         "tags": [
30264           "CloudInfrastructure"
30265         ]
30266       }, 
30267       "patch": {
30268         "consumes": [
30269           "application/json"
30270         ], 
30271         "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", 
30272         "operationId": "UpdateCloudInfrastructurePserversPserver", 
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": "pserver object that needs to be updated.", 
30284             "in": "body", 
30285             "name": "body", 
30286             "required": true, 
30287             "schema": {
30288               "$ref": "#/definitions/zzzz-patch-pserver"
30289             }
30290           }
30291         ], 
30292         "produces": [
30293           "application/json"
30294         ], 
30295         "responses": {
30296           "default": {
30297             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30298           }
30299         }, 
30300         "summary": "update an existing pserver", 
30301         "tags": [
30302           "CloudInfrastructure"
30303         ]
30304       }, 
30305       "put": {
30306         "consumes": [
30307           "application/json", 
30308           "application/xml"
30309         ], 
30310         "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", 
30311         "operationId": "createOrUpdateCloudInfrastructurePserversPserver", 
30312         "parameters": [
30313           {
30314             "description": "Value from executing hostname on the compute node.", 
30315             "example": "__HOSTNAME__", 
30316             "in": "path", 
30317             "name": "hostname", 
30318             "required": true, 
30319             "type": "string"
30320           }, 
30321           {
30322             "description": "pserver object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserver.json)", 
30323             "in": "body", 
30324             "name": "body", 
30325             "required": true, 
30326             "schema": {
30327               "$ref": "#/definitions/pserver"
30328             }
30329           }
30330         ], 
30331         "produces": [
30332           "application/json", 
30333           "application/xml"
30334         ], 
30335         "responses": {
30336           "default": {
30337             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30338           }
30339         }, 
30340         "summary": "create or update an existing pserver", 
30341         "tags": [
30342           "CloudInfrastructure"
30343         ]
30344       }
30345     }, 
30346     "/cloud-infrastructure/pservers/pserver/{hostname}/hpa-capacity/{hpa-capacity-key}": {
30347       "delete": {
30348         "consumes": [
30349           "application/json", 
30350           "application/xml"
30351         ], 
30352         "description": "delete an existing hpa-capacity", 
30353         "operationId": "deleteCloudInfrastructurePserversPserverHpaCapacity", 
30354         "parameters": [
30355           {
30356             "description": "Value from executing hostname on the compute node.", 
30357             "example": "__HOSTNAME__", 
30358             "in": "path", 
30359             "name": "hostname", 
30360             "required": true, 
30361             "type": "string"
30362           }, 
30363           {
30364             "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
30365             "example": "__HPA-CAPACITY-KEY__", 
30366             "in": "path", 
30367             "name": "hpa-capacity-key", 
30368             "required": true, 
30369             "type": "string"
30370           }, 
30371           {
30372             "description": "resource-version for concurrency", 
30373             "in": "query", 
30374             "name": "resource-version", 
30375             "required": true, 
30376             "type": "string"
30377           }
30378         ], 
30379         "produces": [
30380           "application/json", 
30381           "application/xml"
30382         ], 
30383         "responses": {
30384           "default": {
30385             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30386           }
30387         }, 
30388         "summary": "delete an existing hpa-capacity", 
30389         "tags": [
30390           "CloudInfrastructure"
30391         ]
30392       }, 
30393       "get": {
30394         "description": "returns hpa-capacity", 
30395         "operationId": "getCloudInfrastructurePserversPserverHpaCapacity", 
30396         "parameters": [
30397           {
30398             "description": "Value from executing hostname on the compute node.", 
30399             "example": "__HOSTNAME__", 
30400             "in": "path", 
30401             "name": "hostname", 
30402             "required": true, 
30403             "type": "string"
30404           }, 
30405           {
30406             "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
30407             "example": "__HPA-CAPACITY-KEY__", 
30408             "in": "path", 
30409             "name": "hpa-capacity-key", 
30410             "required": true, 
30411             "type": "string"
30412           }
30413         ], 
30414         "produces": [
30415           "application/json", 
30416           "application/xml"
30417         ], 
30418         "responses": {
30419           "200": {
30420             "description": "successful operation", 
30421             "schema": {
30422               "$ref": "#/definitions/hpa-capacity"
30423             }
30424           }, 
30425           "default": {
30426             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30427           }
30428         }, 
30429         "summary": "returns hpa-capacity", 
30430         "tags": [
30431           "CloudInfrastructure"
30432         ]
30433       }, 
30434       "patch": {
30435         "consumes": [
30436           "application/json"
30437         ], 
30438         "description": "Update an existing hpa-capacity\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", 
30439         "operationId": "UpdateCloudInfrastructurePserversPserverHpaCapacity", 
30440         "parameters": [
30441           {
30442             "description": "Value from executing hostname on the compute node.", 
30443             "example": "__HOSTNAME__", 
30444             "in": "path", 
30445             "name": "hostname", 
30446             "required": true, 
30447             "type": "string"
30448           }, 
30449           {
30450             "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
30451             "example": "__HPA-CAPACITY-KEY__", 
30452             "in": "path", 
30453             "name": "hpa-capacity-key", 
30454             "required": true, 
30455             "type": "string"
30456           }, 
30457           {
30458             "description": "hpa-capacity object that needs to be updated.", 
30459             "in": "body", 
30460             "name": "body", 
30461             "required": true, 
30462             "schema": {
30463               "$ref": "#/definitions/zzzz-patch-hpa-capacity"
30464             }
30465           }
30466         ], 
30467         "produces": [
30468           "application/json"
30469         ], 
30470         "responses": {
30471           "default": {
30472             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30473           }
30474         }, 
30475         "summary": "update an existing hpa-capacity", 
30476         "tags": [
30477           "CloudInfrastructure"
30478         ]
30479       }, 
30480       "put": {
30481         "consumes": [
30482           "application/json", 
30483           "application/xml"
30484         ], 
30485         "description": "Create or update an existing hpa-capacity.\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", 
30486         "operationId": "createOrUpdateCloudInfrastructurePserversPserverHpaCapacity", 
30487         "parameters": [
30488           {
30489             "description": "Value from executing hostname on the compute node.", 
30490             "example": "__HOSTNAME__", 
30491             "in": "path", 
30492             "name": "hostname", 
30493             "required": true, 
30494             "type": "string"
30495           }, 
30496           {
30497             "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
30498             "example": "__HPA-CAPACITY-KEY__", 
30499             "in": "path", 
30500             "name": "hpa-capacity-key", 
30501             "required": true, 
30502             "type": "string"
30503           }, 
30504           {
30505             "description": "hpa-capacity object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverHpaCapacity.json)", 
30506             "in": "body", 
30507             "name": "body", 
30508             "required": true, 
30509             "schema": {
30510               "$ref": "#/definitions/hpa-capacity"
30511             }
30512           }
30513         ], 
30514         "produces": [
30515           "application/json", 
30516           "application/xml"
30517         ], 
30518         "responses": {
30519           "default": {
30520             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30521           }
30522         }, 
30523         "summary": "create or update an existing hpa-capacity", 
30524         "tags": [
30525           "CloudInfrastructure"
30526         ]
30527       }
30528     }, 
30529     "/cloud-infrastructure/pservers/pserver/{hostname}/hpa-capacity/{hpa-capacity-key}/relationship-list/relationship": {
30530       "delete": {
30531         "consumes": [
30532           "application/json", 
30533           "application/xml"
30534         ], 
30535         "description": "delete an existing relationship", 
30536         "operationId": "deleteCloudInfrastructurePserversPserverHpaCapacityRelationshipListRelationship", 
30537         "parameters": [
30538           {
30539             "description": "Value from executing hostname on the compute node.", 
30540             "example": "__HOSTNAME__", 
30541             "in": "path", 
30542             "name": "hostname", 
30543             "required": true, 
30544             "type": "string"
30545           }, 
30546           {
30547             "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
30548             "example": "__HPA-CAPACITY-KEY__", 
30549             "in": "path", 
30550             "name": "hpa-capacity-key", 
30551             "required": true, 
30552             "type": "string"
30553           }
30554         ], 
30555         "produces": [
30556           "application/json", 
30557           "application/xml"
30558         ], 
30559         "responses": {
30560           "default": {
30561             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30562           }
30563         }, 
30564         "summary": "delete an existing relationship", 
30565         "tags": [
30566           "CloudInfrastructure"
30567         ]
30568       }, 
30569       "put": {
30570         "consumes": [
30571           "application/json", 
30572           "application/xml"
30573         ], 
30574         "operationId": "createOrUpdateCloudInfrastructurePserversPserverHpaCapacityRelationshipListRelationship", 
30575         "parameters": [
30576           {
30577             "description": "Value from executing hostname on the compute node.", 
30578             "example": "__HOSTNAME__", 
30579             "in": "path", 
30580             "name": "hostname", 
30581             "required": true, 
30582             "type": "string"
30583           }, 
30584           {
30585             "description": "Composite key formed with hpaFeature and append list of hpaFeatureAttributes needed for capacity check", 
30586             "example": "__HPA-CAPACITY-KEY__", 
30587             "in": "path", 
30588             "name": "hpa-capacity-key", 
30589             "required": true, 
30590             "type": "string"
30591           }, 
30592           {
30593             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverHpaCapacity.json)", 
30594             "in": "body", 
30595             "name": "body", 
30596             "required": true, 
30597             "schema": {
30598               "$ref": "#/definitions/relationship-dict"
30599             }
30600           }
30601         ], 
30602         "produces": [
30603           "application/json", 
30604           "application/xml"
30605         ], 
30606         "responses": {
30607           "default": {
30608             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30609           }
30610         }, 
30611         "summary": "see node definition for valid relationships", 
30612         "tags": [
30613           "CloudInfrastructure"
30614         ]
30615       }
30616     }, 
30617     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces": {
30618       "get": {
30619         "description": "returns lag-interfaces", 
30620         "operationId": "getCloudInfrastructurePserversPserverLagInterfaces", 
30621         "parameters": [
30622           {
30623             "description": "Value from executing hostname on the compute node.", 
30624             "example": "__HOSTNAME__", 
30625             "in": "path", 
30626             "name": "hostname", 
30627             "required": true, 
30628             "type": "string"
30629           }, 
30630           {
30631             "description": "n/a", 
30632             "in": "query", 
30633             "name": "interface-name", 
30634             "required": false, 
30635             "type": "string"
30636           }, 
30637           {
30638             "description": "n/a", 
30639             "in": "query", 
30640             "name": "interface-id", 
30641             "required": false, 
30642             "type": "string"
30643           }, 
30644           {
30645             "description": "n/a", 
30646             "in": "query", 
30647             "name": "interface-role", 
30648             "required": false, 
30649             "type": "string"
30650           }
30651         ], 
30652         "produces": [
30653           "application/json", 
30654           "application/xml"
30655         ], 
30656         "responses": {
30657           "200": {
30658             "description": "successful operation", 
30659             "schema": {
30660               "$ref": "#/definitions/lag-interfaces"
30661             }
30662           }, 
30663           "default": {
30664             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30665           }
30666         }, 
30667         "summary": "returns lag-interfaces", 
30668         "tags": [
30669           "CloudInfrastructure"
30670         ]
30671       }
30672     }, 
30673     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}": {
30674       "delete": {
30675         "consumes": [
30676           "application/json", 
30677           "application/xml"
30678         ], 
30679         "description": "delete an existing lag-interface", 
30680         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
30681         "parameters": [
30682           {
30683             "description": "Value from executing hostname on the compute node.", 
30684             "example": "__HOSTNAME__", 
30685             "in": "path", 
30686             "name": "hostname", 
30687             "required": true, 
30688             "type": "string"
30689           }, 
30690           {
30691             "description": "Name that identifies the link aggregate interface", 
30692             "example": "__INTERFACE-NAME__", 
30693             "in": "path", 
30694             "name": "interface-name", 
30695             "required": true, 
30696             "type": "string"
30697           }, 
30698           {
30699             "description": "resource-version for concurrency", 
30700             "in": "query", 
30701             "name": "resource-version", 
30702             "required": true, 
30703             "type": "string"
30704           }
30705         ], 
30706         "produces": [
30707           "application/json", 
30708           "application/xml"
30709         ], 
30710         "responses": {
30711           "default": {
30712             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30713           }
30714         }, 
30715         "summary": "delete an existing lag-interface", 
30716         "tags": [
30717           "CloudInfrastructure"
30718         ]
30719       }, 
30720       "get": {
30721         "description": "returns lag-interface", 
30722         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
30723         "parameters": [
30724           {
30725             "description": "Value from executing hostname on the compute node.", 
30726             "example": "__HOSTNAME__", 
30727             "in": "path", 
30728             "name": "hostname", 
30729             "required": true, 
30730             "type": "string"
30731           }, 
30732           {
30733             "description": "Name that identifies the link aggregate interface", 
30734             "example": "__INTERFACE-NAME__", 
30735             "in": "path", 
30736             "name": "interface-name", 
30737             "required": true, 
30738             "type": "string"
30739           }
30740         ], 
30741         "produces": [
30742           "application/json", 
30743           "application/xml"
30744         ], 
30745         "responses": {
30746           "200": {
30747             "description": "successful operation", 
30748             "schema": {
30749               "$ref": "#/definitions/lag-interface"
30750             }
30751           }, 
30752           "default": {
30753             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30754           }
30755         }, 
30756         "summary": "returns lag-interface", 
30757         "tags": [
30758           "CloudInfrastructure"
30759         ]
30760       }, 
30761       "patch": {
30762         "consumes": [
30763           "application/json"
30764         ], 
30765         "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", 
30766         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
30767         "parameters": [
30768           {
30769             "description": "Value from executing hostname on the compute node.", 
30770             "example": "__HOSTNAME__", 
30771             "in": "path", 
30772             "name": "hostname", 
30773             "required": true, 
30774             "type": "string"
30775           }, 
30776           {
30777             "description": "Name that identifies the link aggregate interface", 
30778             "example": "__INTERFACE-NAME__", 
30779             "in": "path", 
30780             "name": "interface-name", 
30781             "required": true, 
30782             "type": "string"
30783           }, 
30784           {
30785             "description": "lag-interface object that needs to be updated.", 
30786             "in": "body", 
30787             "name": "body", 
30788             "required": true, 
30789             "schema": {
30790               "$ref": "#/definitions/zzzz-patch-lag-interface"
30791             }
30792           }
30793         ], 
30794         "produces": [
30795           "application/json"
30796         ], 
30797         "responses": {
30798           "default": {
30799             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30800           }
30801         }, 
30802         "summary": "update an existing lag-interface", 
30803         "tags": [
30804           "CloudInfrastructure"
30805         ]
30806       }, 
30807       "put": {
30808         "consumes": [
30809           "application/json", 
30810           "application/xml"
30811         ], 
30812         "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", 
30813         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterface", 
30814         "parameters": [
30815           {
30816             "description": "Value from executing hostname on the compute node.", 
30817             "example": "__HOSTNAME__", 
30818             "in": "path", 
30819             "name": "hostname", 
30820             "required": true, 
30821             "type": "string"
30822           }, 
30823           {
30824             "description": "Name that identifies the link aggregate interface", 
30825             "example": "__INTERFACE-NAME__", 
30826             "in": "path", 
30827             "name": "interface-name", 
30828             "required": true, 
30829             "type": "string"
30830           }, 
30831           {
30832             "description": "lag-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterface.json)", 
30833             "in": "body", 
30834             "name": "body", 
30835             "required": true, 
30836             "schema": {
30837               "$ref": "#/definitions/lag-interface"
30838             }
30839           }
30840         ], 
30841         "produces": [
30842           "application/json", 
30843           "application/xml"
30844         ], 
30845         "responses": {
30846           "default": {
30847             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30848           }
30849         }, 
30850         "summary": "create or update an existing lag-interface", 
30851         "tags": [
30852           "CloudInfrastructure"
30853         ]
30854       }
30855     }, 
30856     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces": {
30857       "get": {
30858         "description": "returns l-interfaces", 
30859         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfaces", 
30860         "parameters": [
30861           {
30862             "description": "Value from executing hostname on the compute node.", 
30863             "example": "__HOSTNAME__", 
30864             "in": "path", 
30865             "name": "hostname", 
30866             "required": true, 
30867             "type": "string"
30868           }, 
30869           {
30870             "description": "Name that identifies the link aggregate interface", 
30871             "example": "__INTERFACE-NAME__", 
30872             "in": "path", 
30873             "name": "interface-name", 
30874             "required": true, 
30875             "type": "string"
30876           }, 
30877           {
30878             "description": "n/a", 
30879             "in": "query", 
30880             "name": "interface-name", 
30881             "required": false, 
30882             "type": "string"
30883           }, 
30884           {
30885             "description": "n/a", 
30886             "in": "query", 
30887             "name": "interface-id", 
30888             "required": false, 
30889             "type": "string"
30890           }, 
30891           {
30892             "description": "n/a", 
30893             "in": "query", 
30894             "name": "macaddr", 
30895             "required": false, 
30896             "type": "string"
30897           }, 
30898           {
30899             "description": "n/a", 
30900             "in": "query", 
30901             "name": "network-name", 
30902             "required": false, 
30903             "type": "string"
30904           }
30905         ], 
30906         "produces": [
30907           "application/json", 
30908           "application/xml"
30909         ], 
30910         "responses": {
30911           "200": {
30912             "description": "successful operation", 
30913             "schema": {
30914               "$ref": "#/definitions/l-interfaces"
30915             }
30916           }, 
30917           "default": {
30918             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30919           }
30920         }, 
30921         "summary": "returns l-interfaces", 
30922         "tags": [
30923           "CloudInfrastructure"
30924         ]
30925       }
30926     }, 
30927     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
30928       "delete": {
30929         "consumes": [
30930           "application/json", 
30931           "application/xml"
30932         ], 
30933         "description": "delete an existing l-interface", 
30934         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface", 
30935         "parameters": [
30936           {
30937             "description": "Value from executing hostname on the compute node.", 
30938             "example": "__HOSTNAME__", 
30939             "in": "path", 
30940             "name": "hostname", 
30941             "required": true, 
30942             "type": "string"
30943           }, 
30944           {
30945             "description": "Name that identifies the link aggregate interface", 
30946             "example": "__INTERFACE-NAME__", 
30947             "in": "path", 
30948             "name": "interface-name", 
30949             "required": true, 
30950             "type": "string"
30951           }, 
30952           {
30953             "description": "Name given to the interface", 
30954             "example": "__INTERFACE-NAME__", 
30955             "in": "path", 
30956             "name": "l-interface.interface-name", 
30957             "required": true, 
30958             "type": "string"
30959           }, 
30960           {
30961             "description": "resource-version for concurrency", 
30962             "in": "query", 
30963             "name": "resource-version", 
30964             "required": true, 
30965             "type": "string"
30966           }
30967         ], 
30968         "produces": [
30969           "application/json", 
30970           "application/xml"
30971         ], 
30972         "responses": {
30973           "default": {
30974             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
30975           }
30976         }, 
30977         "summary": "delete an existing l-interface", 
30978         "tags": [
30979           "CloudInfrastructure"
30980         ]
30981       }, 
30982       "get": {
30983         "description": "returns l-interface", 
30984         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface", 
30985         "parameters": [
30986           {
30987             "description": "Value from executing hostname on the compute node.", 
30988             "example": "__HOSTNAME__", 
30989             "in": "path", 
30990             "name": "hostname", 
30991             "required": true, 
30992             "type": "string"
30993           }, 
30994           {
30995             "description": "Name that identifies the link aggregate interface", 
30996             "example": "__INTERFACE-NAME__", 
30997             "in": "path", 
30998             "name": "interface-name", 
30999             "required": true, 
31000             "type": "string"
31001           }, 
31002           {
31003             "description": "Name given to the interface", 
31004             "example": "__INTERFACE-NAME__", 
31005             "in": "path", 
31006             "name": "l-interface.interface-name", 
31007             "required": true, 
31008             "type": "string"
31009           }
31010         ], 
31011         "produces": [
31012           "application/json", 
31013           "application/xml"
31014         ], 
31015         "responses": {
31016           "200": {
31017             "description": "successful operation", 
31018             "schema": {
31019               "$ref": "#/definitions/l-interface"
31020             }
31021           }, 
31022           "default": {
31023             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31024           }
31025         }, 
31026         "summary": "returns l-interface", 
31027         "tags": [
31028           "CloudInfrastructure"
31029         ]
31030       }, 
31031       "patch": {
31032         "consumes": [
31033           "application/json"
31034         ], 
31035         "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", 
31036         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface", 
31037         "parameters": [
31038           {
31039             "description": "Value from executing hostname on the compute node.", 
31040             "example": "__HOSTNAME__", 
31041             "in": "path", 
31042             "name": "hostname", 
31043             "required": true, 
31044             "type": "string"
31045           }, 
31046           {
31047             "description": "Name that identifies the link aggregate interface", 
31048             "example": "__INTERFACE-NAME__", 
31049             "in": "path", 
31050             "name": "interface-name", 
31051             "required": true, 
31052             "type": "string"
31053           }, 
31054           {
31055             "description": "Name given to the interface", 
31056             "example": "__INTERFACE-NAME__", 
31057             "in": "path", 
31058             "name": "l-interface.interface-name", 
31059             "required": true, 
31060             "type": "string"
31061           }, 
31062           {
31063             "description": "l-interface object that needs to be updated.", 
31064             "in": "body", 
31065             "name": "body", 
31066             "required": true, 
31067             "schema": {
31068               "$ref": "#/definitions/zzzz-patch-l-interface"
31069             }
31070           }
31071         ], 
31072         "produces": [
31073           "application/json"
31074         ], 
31075         "responses": {
31076           "default": {
31077             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31078           }
31079         }, 
31080         "summary": "update an existing l-interface", 
31081         "tags": [
31082           "CloudInfrastructure"
31083         ]
31084       }, 
31085       "put": {
31086         "consumes": [
31087           "application/json", 
31088           "application/xml"
31089         ], 
31090         "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", 
31091         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface", 
31092         "parameters": [
31093           {
31094             "description": "Value from executing hostname on the compute node.", 
31095             "example": "__HOSTNAME__", 
31096             "in": "path", 
31097             "name": "hostname", 
31098             "required": true, 
31099             "type": "string"
31100           }, 
31101           {
31102             "description": "Name that identifies the link aggregate interface", 
31103             "example": "__INTERFACE-NAME__", 
31104             "in": "path", 
31105             "name": "interface-name", 
31106             "required": true, 
31107             "type": "string"
31108           }, 
31109           {
31110             "description": "Name given to the interface", 
31111             "example": "__INTERFACE-NAME__", 
31112             "in": "path", 
31113             "name": "l-interface.interface-name", 
31114             "required": true, 
31115             "type": "string"
31116           }, 
31117           {
31118             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
31119             "in": "body", 
31120             "name": "body", 
31121             "required": true, 
31122             "schema": {
31123               "$ref": "#/definitions/l-interface"
31124             }
31125           }
31126         ], 
31127         "produces": [
31128           "application/json", 
31129           "application/xml"
31130         ], 
31131         "responses": {
31132           "default": {
31133             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31134           }
31135         }, 
31136         "summary": "create or update an existing l-interface", 
31137         "tags": [
31138           "CloudInfrastructure"
31139         ]
31140       }
31141     }, 
31142     "/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}": {
31143       "delete": {
31144         "consumes": [
31145           "application/json", 
31146           "application/xml"
31147         ], 
31148         "description": "delete an existing l3-interface-ipv4-address-list", 
31149         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
31150         "parameters": [
31151           {
31152             "description": "Value from executing hostname on the compute node.", 
31153             "example": "__HOSTNAME__", 
31154             "in": "path", 
31155             "name": "hostname", 
31156             "required": true, 
31157             "type": "string"
31158           }, 
31159           {
31160             "description": "Name that identifies the link aggregate interface", 
31161             "example": "__INTERFACE-NAME__", 
31162             "in": "path", 
31163             "name": "interface-name", 
31164             "required": true, 
31165             "type": "string"
31166           }, 
31167           {
31168             "description": "Name given to the interface", 
31169             "example": "__INTERFACE-NAME__", 
31170             "in": "path", 
31171             "name": "l-interface.interface-name", 
31172             "required": true, 
31173             "type": "string"
31174           }, 
31175           {
31176             "description": "IP address", 
31177             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
31178             "in": "path", 
31179             "name": "l3-interface-ipv4-address", 
31180             "required": true, 
31181             "type": "string"
31182           }, 
31183           {
31184             "description": "resource-version for concurrency", 
31185             "in": "query", 
31186             "name": "resource-version", 
31187             "required": true, 
31188             "type": "string"
31189           }
31190         ], 
31191         "produces": [
31192           "application/json", 
31193           "application/xml"
31194         ], 
31195         "responses": {
31196           "default": {
31197             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31198           }
31199         }, 
31200         "summary": "delete an existing l3-interface-ipv4-address-list", 
31201         "tags": [
31202           "CloudInfrastructure"
31203         ]
31204       }, 
31205       "get": {
31206         "description": "returns l3-interface-ipv4-address-list", 
31207         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
31208         "parameters": [
31209           {
31210             "description": "Value from executing hostname on the compute node.", 
31211             "example": "__HOSTNAME__", 
31212             "in": "path", 
31213             "name": "hostname", 
31214             "required": true, 
31215             "type": "string"
31216           }, 
31217           {
31218             "description": "Name that identifies the link aggregate interface", 
31219             "example": "__INTERFACE-NAME__", 
31220             "in": "path", 
31221             "name": "interface-name", 
31222             "required": true, 
31223             "type": "string"
31224           }, 
31225           {
31226             "description": "Name given to the interface", 
31227             "example": "__INTERFACE-NAME__", 
31228             "in": "path", 
31229             "name": "l-interface.interface-name", 
31230             "required": true, 
31231             "type": "string"
31232           }, 
31233           {
31234             "description": "IP address", 
31235             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
31236             "in": "path", 
31237             "name": "l3-interface-ipv4-address", 
31238             "required": true, 
31239             "type": "string"
31240           }
31241         ], 
31242         "produces": [
31243           "application/json", 
31244           "application/xml"
31245         ], 
31246         "responses": {
31247           "200": {
31248             "description": "successful operation", 
31249             "schema": {
31250               "$ref": "#/definitions/l3-interface-ipv4-address-list"
31251             }
31252           }, 
31253           "default": {
31254             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31255           }
31256         }, 
31257         "summary": "returns l3-interface-ipv4-address-list", 
31258         "tags": [
31259           "CloudInfrastructure"
31260         ]
31261       }, 
31262       "patch": {
31263         "consumes": [
31264           "application/json"
31265         ], 
31266         "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", 
31267         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
31268         "parameters": [
31269           {
31270             "description": "Value from executing hostname on the compute node.", 
31271             "example": "__HOSTNAME__", 
31272             "in": "path", 
31273             "name": "hostname", 
31274             "required": true, 
31275             "type": "string"
31276           }, 
31277           {
31278             "description": "Name that identifies the link aggregate interface", 
31279             "example": "__INTERFACE-NAME__", 
31280             "in": "path", 
31281             "name": "interface-name", 
31282             "required": true, 
31283             "type": "string"
31284           }, 
31285           {
31286             "description": "Name given to the interface", 
31287             "example": "__INTERFACE-NAME__", 
31288             "in": "path", 
31289             "name": "l-interface.interface-name", 
31290             "required": true, 
31291             "type": "string"
31292           }, 
31293           {
31294             "description": "IP address", 
31295             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
31296             "in": "path", 
31297             "name": "l3-interface-ipv4-address", 
31298             "required": true, 
31299             "type": "string"
31300           }, 
31301           {
31302             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
31303             "in": "body", 
31304             "name": "body", 
31305             "required": true, 
31306             "schema": {
31307               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
31308             }
31309           }
31310         ], 
31311         "produces": [
31312           "application/json"
31313         ], 
31314         "responses": {
31315           "default": {
31316             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31317           }
31318         }, 
31319         "summary": "update an existing l3-interface-ipv4-address-list", 
31320         "tags": [
31321           "CloudInfrastructure"
31322         ]
31323       }, 
31324       "put": {
31325         "consumes": [
31326           "application/json", 
31327           "application/xml"
31328         ], 
31329         "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", 
31330         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
31331         "parameters": [
31332           {
31333             "description": "Value from executing hostname on the compute node.", 
31334             "example": "__HOSTNAME__", 
31335             "in": "path", 
31336             "name": "hostname", 
31337             "required": true, 
31338             "type": "string"
31339           }, 
31340           {
31341             "description": "Name that identifies the link aggregate interface", 
31342             "example": "__INTERFACE-NAME__", 
31343             "in": "path", 
31344             "name": "interface-name", 
31345             "required": true, 
31346             "type": "string"
31347           }, 
31348           {
31349             "description": "Name given to the interface", 
31350             "example": "__INTERFACE-NAME__", 
31351             "in": "path", 
31352             "name": "l-interface.interface-name", 
31353             "required": true, 
31354             "type": "string"
31355           }, 
31356           {
31357             "description": "IP address", 
31358             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
31359             "in": "path", 
31360             "name": "l3-interface-ipv4-address", 
31361             "required": true, 
31362             "type": "string"
31363           }, 
31364           {
31365             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
31366             "in": "body", 
31367             "name": "body", 
31368             "required": true, 
31369             "schema": {
31370               "$ref": "#/definitions/l3-interface-ipv4-address-list"
31371             }
31372           }
31373         ], 
31374         "produces": [
31375           "application/json", 
31376           "application/xml"
31377         ], 
31378         "responses": {
31379           "default": {
31380             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31381           }
31382         }, 
31383         "summary": "create or update an existing l3-interface-ipv4-address-list", 
31384         "tags": [
31385           "CloudInfrastructure"
31386         ]
31387       }
31388     }, 
31389     "/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": {
31390       "delete": {
31391         "consumes": [
31392           "application/json", 
31393           "application/xml"
31394         ], 
31395         "description": "delete an existing relationship", 
31396         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
31397         "parameters": [
31398           {
31399             "description": "Value from executing hostname on the compute node.", 
31400             "example": "__HOSTNAME__", 
31401             "in": "path", 
31402             "name": "hostname", 
31403             "required": true, 
31404             "type": "string"
31405           }, 
31406           {
31407             "description": "Name that identifies the link aggregate interface", 
31408             "example": "__INTERFACE-NAME__", 
31409             "in": "path", 
31410             "name": "interface-name", 
31411             "required": true, 
31412             "type": "string"
31413           }, 
31414           {
31415             "description": "Name given to the interface", 
31416             "example": "__INTERFACE-NAME__", 
31417             "in": "path", 
31418             "name": "l-interface.interface-name", 
31419             "required": true, 
31420             "type": "string"
31421           }, 
31422           {
31423             "description": "IP address", 
31424             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
31425             "in": "path", 
31426             "name": "l3-interface-ipv4-address", 
31427             "required": true, 
31428             "type": "string"
31429           }
31430         ], 
31431         "produces": [
31432           "application/json", 
31433           "application/xml"
31434         ], 
31435         "responses": {
31436           "default": {
31437             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31438           }
31439         }, 
31440         "summary": "delete an existing relationship", 
31441         "tags": [
31442           "CloudInfrastructure"
31443         ]
31444       }, 
31445       "put": {
31446         "consumes": [
31447           "application/json", 
31448           "application/xml"
31449         ], 
31450         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
31451         "parameters": [
31452           {
31453             "description": "Value from executing hostname on the compute node.", 
31454             "example": "__HOSTNAME__", 
31455             "in": "path", 
31456             "name": "hostname", 
31457             "required": true, 
31458             "type": "string"
31459           }, 
31460           {
31461             "description": "Name that identifies the link aggregate interface", 
31462             "example": "__INTERFACE-NAME__", 
31463             "in": "path", 
31464             "name": "interface-name", 
31465             "required": true, 
31466             "type": "string"
31467           }, 
31468           {
31469             "description": "Name given to the interface", 
31470             "example": "__INTERFACE-NAME__", 
31471             "in": "path", 
31472             "name": "l-interface.interface-name", 
31473             "required": true, 
31474             "type": "string"
31475           }, 
31476           {
31477             "description": "IP address", 
31478             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
31479             "in": "path", 
31480             "name": "l3-interface-ipv4-address", 
31481             "required": true, 
31482             "type": "string"
31483           }, 
31484           {
31485             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
31486             "in": "body", 
31487             "name": "body", 
31488             "required": true, 
31489             "schema": {
31490               "$ref": "#/definitions/relationship-dict"
31491             }
31492           }
31493         ], 
31494         "produces": [
31495           "application/json", 
31496           "application/xml"
31497         ], 
31498         "responses": {
31499           "default": {
31500             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31501           }
31502         }, 
31503         "summary": "see node definition for valid relationships", 
31504         "tags": [
31505           "CloudInfrastructure"
31506         ]
31507       }
31508     }, 
31509     "/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}": {
31510       "delete": {
31511         "consumes": [
31512           "application/json", 
31513           "application/xml"
31514         ], 
31515         "description": "delete an existing l3-interface-ipv6-address-list", 
31516         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
31517         "parameters": [
31518           {
31519             "description": "Value from executing hostname on the compute node.", 
31520             "example": "__HOSTNAME__", 
31521             "in": "path", 
31522             "name": "hostname", 
31523             "required": true, 
31524             "type": "string"
31525           }, 
31526           {
31527             "description": "Name that identifies the link aggregate interface", 
31528             "example": "__INTERFACE-NAME__", 
31529             "in": "path", 
31530             "name": "interface-name", 
31531             "required": true, 
31532             "type": "string"
31533           }, 
31534           {
31535             "description": "Name given to the interface", 
31536             "example": "__INTERFACE-NAME__", 
31537             "in": "path", 
31538             "name": "l-interface.interface-name", 
31539             "required": true, 
31540             "type": "string"
31541           }, 
31542           {
31543             "description": "IP address", 
31544             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
31545             "in": "path", 
31546             "name": "l3-interface-ipv6-address", 
31547             "required": true, 
31548             "type": "string"
31549           }, 
31550           {
31551             "description": "resource-version for concurrency", 
31552             "in": "query", 
31553             "name": "resource-version", 
31554             "required": true, 
31555             "type": "string"
31556           }
31557         ], 
31558         "produces": [
31559           "application/json", 
31560           "application/xml"
31561         ], 
31562         "responses": {
31563           "default": {
31564             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31565           }
31566         }, 
31567         "summary": "delete an existing l3-interface-ipv6-address-list", 
31568         "tags": [
31569           "CloudInfrastructure"
31570         ]
31571       }, 
31572       "get": {
31573         "description": "returns l3-interface-ipv6-address-list", 
31574         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
31575         "parameters": [
31576           {
31577             "description": "Value from executing hostname on the compute node.", 
31578             "example": "__HOSTNAME__", 
31579             "in": "path", 
31580             "name": "hostname", 
31581             "required": true, 
31582             "type": "string"
31583           }, 
31584           {
31585             "description": "Name that identifies the link aggregate interface", 
31586             "example": "__INTERFACE-NAME__", 
31587             "in": "path", 
31588             "name": "interface-name", 
31589             "required": true, 
31590             "type": "string"
31591           }, 
31592           {
31593             "description": "Name given to the interface", 
31594             "example": "__INTERFACE-NAME__", 
31595             "in": "path", 
31596             "name": "l-interface.interface-name", 
31597             "required": true, 
31598             "type": "string"
31599           }, 
31600           {
31601             "description": "IP address", 
31602             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
31603             "in": "path", 
31604             "name": "l3-interface-ipv6-address", 
31605             "required": true, 
31606             "type": "string"
31607           }
31608         ], 
31609         "produces": [
31610           "application/json", 
31611           "application/xml"
31612         ], 
31613         "responses": {
31614           "200": {
31615             "description": "successful operation", 
31616             "schema": {
31617               "$ref": "#/definitions/l3-interface-ipv6-address-list"
31618             }
31619           }, 
31620           "default": {
31621             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31622           }
31623         }, 
31624         "summary": "returns l3-interface-ipv6-address-list", 
31625         "tags": [
31626           "CloudInfrastructure"
31627         ]
31628       }, 
31629       "patch": {
31630         "consumes": [
31631           "application/json"
31632         ], 
31633         "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", 
31634         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
31635         "parameters": [
31636           {
31637             "description": "Value from executing hostname on the compute node.", 
31638             "example": "__HOSTNAME__", 
31639             "in": "path", 
31640             "name": "hostname", 
31641             "required": true, 
31642             "type": "string"
31643           }, 
31644           {
31645             "description": "Name that identifies the link aggregate interface", 
31646             "example": "__INTERFACE-NAME__", 
31647             "in": "path", 
31648             "name": "interface-name", 
31649             "required": true, 
31650             "type": "string"
31651           }, 
31652           {
31653             "description": "Name given to the interface", 
31654             "example": "__INTERFACE-NAME__", 
31655             "in": "path", 
31656             "name": "l-interface.interface-name", 
31657             "required": true, 
31658             "type": "string"
31659           }, 
31660           {
31661             "description": "IP address", 
31662             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
31663             "in": "path", 
31664             "name": "l3-interface-ipv6-address", 
31665             "required": true, 
31666             "type": "string"
31667           }, 
31668           {
31669             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
31670             "in": "body", 
31671             "name": "body", 
31672             "required": true, 
31673             "schema": {
31674               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
31675             }
31676           }
31677         ], 
31678         "produces": [
31679           "application/json"
31680         ], 
31681         "responses": {
31682           "default": {
31683             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31684           }
31685         }, 
31686         "summary": "update an existing l3-interface-ipv6-address-list", 
31687         "tags": [
31688           "CloudInfrastructure"
31689         ]
31690       }, 
31691       "put": {
31692         "consumes": [
31693           "application/json", 
31694           "application/xml"
31695         ], 
31696         "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", 
31697         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
31698         "parameters": [
31699           {
31700             "description": "Value from executing hostname on the compute node.", 
31701             "example": "__HOSTNAME__", 
31702             "in": "path", 
31703             "name": "hostname", 
31704             "required": true, 
31705             "type": "string"
31706           }, 
31707           {
31708             "description": "Name that identifies the link aggregate interface", 
31709             "example": "__INTERFACE-NAME__", 
31710             "in": "path", 
31711             "name": "interface-name", 
31712             "required": true, 
31713             "type": "string"
31714           }, 
31715           {
31716             "description": "Name given to the interface", 
31717             "example": "__INTERFACE-NAME__", 
31718             "in": "path", 
31719             "name": "l-interface.interface-name", 
31720             "required": true, 
31721             "type": "string"
31722           }, 
31723           {
31724             "description": "IP address", 
31725             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
31726             "in": "path", 
31727             "name": "l3-interface-ipv6-address", 
31728             "required": true, 
31729             "type": "string"
31730           }, 
31731           {
31732             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
31733             "in": "body", 
31734             "name": "body", 
31735             "required": true, 
31736             "schema": {
31737               "$ref": "#/definitions/l3-interface-ipv6-address-list"
31738             }
31739           }
31740         ], 
31741         "produces": [
31742           "application/json", 
31743           "application/xml"
31744         ], 
31745         "responses": {
31746           "default": {
31747             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31748           }
31749         }, 
31750         "summary": "create or update an existing l3-interface-ipv6-address-list", 
31751         "tags": [
31752           "CloudInfrastructure"
31753         ]
31754       }
31755     }, 
31756     "/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": {
31757       "delete": {
31758         "consumes": [
31759           "application/json", 
31760           "application/xml"
31761         ], 
31762         "description": "delete an existing relationship", 
31763         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
31764         "parameters": [
31765           {
31766             "description": "Value from executing hostname on the compute node.", 
31767             "example": "__HOSTNAME__", 
31768             "in": "path", 
31769             "name": "hostname", 
31770             "required": true, 
31771             "type": "string"
31772           }, 
31773           {
31774             "description": "Name that identifies the link aggregate interface", 
31775             "example": "__INTERFACE-NAME__", 
31776             "in": "path", 
31777             "name": "interface-name", 
31778             "required": true, 
31779             "type": "string"
31780           }, 
31781           {
31782             "description": "Name given to the interface", 
31783             "example": "__INTERFACE-NAME__", 
31784             "in": "path", 
31785             "name": "l-interface.interface-name", 
31786             "required": true, 
31787             "type": "string"
31788           }, 
31789           {
31790             "description": "IP address", 
31791             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
31792             "in": "path", 
31793             "name": "l3-interface-ipv6-address", 
31794             "required": true, 
31795             "type": "string"
31796           }
31797         ], 
31798         "produces": [
31799           "application/json", 
31800           "application/xml"
31801         ], 
31802         "responses": {
31803           "default": {
31804             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31805           }
31806         }, 
31807         "summary": "delete an existing relationship", 
31808         "tags": [
31809           "CloudInfrastructure"
31810         ]
31811       }, 
31812       "put": {
31813         "consumes": [
31814           "application/json", 
31815           "application/xml"
31816         ], 
31817         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
31818         "parameters": [
31819           {
31820             "description": "Value from executing hostname on the compute node.", 
31821             "example": "__HOSTNAME__", 
31822             "in": "path", 
31823             "name": "hostname", 
31824             "required": true, 
31825             "type": "string"
31826           }, 
31827           {
31828             "description": "Name that identifies the link aggregate interface", 
31829             "example": "__INTERFACE-NAME__", 
31830             "in": "path", 
31831             "name": "interface-name", 
31832             "required": true, 
31833             "type": "string"
31834           }, 
31835           {
31836             "description": "Name given to the interface", 
31837             "example": "__INTERFACE-NAME__", 
31838             "in": "path", 
31839             "name": "l-interface.interface-name", 
31840             "required": true, 
31841             "type": "string"
31842           }, 
31843           {
31844             "description": "IP address", 
31845             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
31846             "in": "path", 
31847             "name": "l3-interface-ipv6-address", 
31848             "required": true, 
31849             "type": "string"
31850           }, 
31851           {
31852             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
31853             "in": "body", 
31854             "name": "body", 
31855             "required": true, 
31856             "schema": {
31857               "$ref": "#/definitions/relationship-dict"
31858             }
31859           }
31860         ], 
31861         "produces": [
31862           "application/json", 
31863           "application/xml"
31864         ], 
31865         "responses": {
31866           "default": {
31867             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31868           }
31869         }, 
31870         "summary": "see node definition for valid relationships", 
31871         "tags": [
31872           "CloudInfrastructure"
31873         ]
31874       }
31875     }, 
31876     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
31877       "delete": {
31878         "consumes": [
31879           "application/json", 
31880           "application/xml"
31881         ], 
31882         "description": "delete an existing relationship", 
31883         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
31884         "parameters": [
31885           {
31886             "description": "Value from executing hostname on the compute node.", 
31887             "example": "__HOSTNAME__", 
31888             "in": "path", 
31889             "name": "hostname", 
31890             "required": true, 
31891             "type": "string"
31892           }, 
31893           {
31894             "description": "Name that identifies the link aggregate interface", 
31895             "example": "__INTERFACE-NAME__", 
31896             "in": "path", 
31897             "name": "interface-name", 
31898             "required": true, 
31899             "type": "string"
31900           }, 
31901           {
31902             "description": "Name given to the interface", 
31903             "example": "__INTERFACE-NAME__", 
31904             "in": "path", 
31905             "name": "l-interface.interface-name", 
31906             "required": true, 
31907             "type": "string"
31908           }
31909         ], 
31910         "produces": [
31911           "application/json", 
31912           "application/xml"
31913         ], 
31914         "responses": {
31915           "default": {
31916             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31917           }
31918         }, 
31919         "summary": "delete an existing relationship", 
31920         "tags": [
31921           "CloudInfrastructure"
31922         ]
31923       }, 
31924       "put": {
31925         "consumes": [
31926           "application/json", 
31927           "application/xml"
31928         ], 
31929         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
31930         "parameters": [
31931           {
31932             "description": "Value from executing hostname on the compute node.", 
31933             "example": "__HOSTNAME__", 
31934             "in": "path", 
31935             "name": "hostname", 
31936             "required": true, 
31937             "type": "string"
31938           }, 
31939           {
31940             "description": "Name that identifies the link aggregate interface", 
31941             "example": "__INTERFACE-NAME__", 
31942             "in": "path", 
31943             "name": "interface-name", 
31944             "required": true, 
31945             "type": "string"
31946           }, 
31947           {
31948             "description": "Name given to the interface", 
31949             "example": "__INTERFACE-NAME__", 
31950             "in": "path", 
31951             "name": "l-interface.interface-name", 
31952             "required": true, 
31953             "type": "string"
31954           }, 
31955           {
31956             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
31957             "in": "body", 
31958             "name": "body", 
31959             "required": true, 
31960             "schema": {
31961               "$ref": "#/definitions/relationship-dict"
31962             }
31963           }
31964         ], 
31965         "produces": [
31966           "application/json", 
31967           "application/xml"
31968         ], 
31969         "responses": {
31970           "default": {
31971             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
31972           }
31973         }, 
31974         "summary": "see node definition for valid relationships", 
31975         "tags": [
31976           "CloudInfrastructure"
31977         ]
31978       }
31979     }, 
31980     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
31981       "get": {
31982         "description": "returns sriov-vfs", 
31983         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs", 
31984         "parameters": [
31985           {
31986             "description": "Value from executing hostname on the compute node.", 
31987             "example": "__HOSTNAME__", 
31988             "in": "path", 
31989             "name": "hostname", 
31990             "required": true, 
31991             "type": "string"
31992           }, 
31993           {
31994             "description": "Name that identifies the link aggregate interface", 
31995             "example": "__INTERFACE-NAME__", 
31996             "in": "path", 
31997             "name": "interface-name", 
31998             "required": true, 
31999             "type": "string"
32000           }, 
32001           {
32002             "description": "Name given to the interface", 
32003             "example": "__INTERFACE-NAME__", 
32004             "in": "path", 
32005             "name": "l-interface.interface-name", 
32006             "required": true, 
32007             "type": "string"
32008           }, 
32009           {
32010             "description": "n/a", 
32011             "in": "query", 
32012             "name": "pci-id", 
32013             "required": false, 
32014             "type": "string"
32015           }, 
32016           {
32017             "description": "n/a", 
32018             "in": "query", 
32019             "name": "vf-vlan-filter", 
32020             "required": false, 
32021             "type": "string"
32022           }, 
32023           {
32024             "description": "n/a", 
32025             "in": "query", 
32026             "name": "vf-mac-filter", 
32027             "required": false, 
32028             "type": "string"
32029           }, 
32030           {
32031             "description": "n/a", 
32032             "in": "query", 
32033             "name": "vf-vlan-strip", 
32034             "required": false, 
32035             "type": "boolean"
32036           }, 
32037           {
32038             "description": "n/a", 
32039             "in": "query", 
32040             "name": "neutron-network-id", 
32041             "required": false, 
32042             "type": "string"
32043           }
32044         ], 
32045         "produces": [
32046           "application/json", 
32047           "application/xml"
32048         ], 
32049         "responses": {
32050           "200": {
32051             "description": "successful operation", 
32052             "schema": {
32053               "$ref": "#/definitions/sriov-vfs"
32054             }
32055           }, 
32056           "default": {
32057             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32058           }
32059         }, 
32060         "summary": "returns sriov-vfs", 
32061         "tags": [
32062           "CloudInfrastructure"
32063         ]
32064       }
32065     }, 
32066     "/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}": {
32067       "delete": {
32068         "consumes": [
32069           "application/json", 
32070           "application/xml"
32071         ], 
32072         "description": "delete an existing sriov-vf", 
32073         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
32074         "parameters": [
32075           {
32076             "description": "Value from executing hostname on the compute node.", 
32077             "example": "__HOSTNAME__", 
32078             "in": "path", 
32079             "name": "hostname", 
32080             "required": true, 
32081             "type": "string"
32082           }, 
32083           {
32084             "description": "Name that identifies the link aggregate interface", 
32085             "example": "__INTERFACE-NAME__", 
32086             "in": "path", 
32087             "name": "interface-name", 
32088             "required": true, 
32089             "type": "string"
32090           }, 
32091           {
32092             "description": "Name given to the interface", 
32093             "example": "__INTERFACE-NAME__", 
32094             "in": "path", 
32095             "name": "l-interface.interface-name", 
32096             "required": true, 
32097             "type": "string"
32098           }, 
32099           {
32100             "description": "PCI ID used to identify the sriov-vf", 
32101             "example": "__PCI-ID__", 
32102             "in": "path", 
32103             "name": "pci-id", 
32104             "required": true, 
32105             "type": "string"
32106           }, 
32107           {
32108             "description": "resource-version for concurrency", 
32109             "in": "query", 
32110             "name": "resource-version", 
32111             "required": true, 
32112             "type": "string"
32113           }
32114         ], 
32115         "produces": [
32116           "application/json", 
32117           "application/xml"
32118         ], 
32119         "responses": {
32120           "default": {
32121             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32122           }
32123         }, 
32124         "summary": "delete an existing sriov-vf", 
32125         "tags": [
32126           "CloudInfrastructure"
32127         ]
32128       }, 
32129       "get": {
32130         "description": "returns sriov-vf", 
32131         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
32132         "parameters": [
32133           {
32134             "description": "Value from executing hostname on the compute node.", 
32135             "example": "__HOSTNAME__", 
32136             "in": "path", 
32137             "name": "hostname", 
32138             "required": true, 
32139             "type": "string"
32140           }, 
32141           {
32142             "description": "Name that identifies the link aggregate interface", 
32143             "example": "__INTERFACE-NAME__", 
32144             "in": "path", 
32145             "name": "interface-name", 
32146             "required": true, 
32147             "type": "string"
32148           }, 
32149           {
32150             "description": "Name given to the interface", 
32151             "example": "__INTERFACE-NAME__", 
32152             "in": "path", 
32153             "name": "l-interface.interface-name", 
32154             "required": true, 
32155             "type": "string"
32156           }, 
32157           {
32158             "description": "PCI ID used to identify the sriov-vf", 
32159             "example": "__PCI-ID__", 
32160             "in": "path", 
32161             "name": "pci-id", 
32162             "required": true, 
32163             "type": "string"
32164           }
32165         ], 
32166         "produces": [
32167           "application/json", 
32168           "application/xml"
32169         ], 
32170         "responses": {
32171           "200": {
32172             "description": "successful operation", 
32173             "schema": {
32174               "$ref": "#/definitions/sriov-vf"
32175             }
32176           }, 
32177           "default": {
32178             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32179           }
32180         }, 
32181         "summary": "returns sriov-vf", 
32182         "tags": [
32183           "CloudInfrastructure"
32184         ]
32185       }, 
32186       "patch": {
32187         "consumes": [
32188           "application/json"
32189         ], 
32190         "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", 
32191         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
32192         "parameters": [
32193           {
32194             "description": "Value from executing hostname on the compute node.", 
32195             "example": "__HOSTNAME__", 
32196             "in": "path", 
32197             "name": "hostname", 
32198             "required": true, 
32199             "type": "string"
32200           }, 
32201           {
32202             "description": "Name that identifies the link aggregate interface", 
32203             "example": "__INTERFACE-NAME__", 
32204             "in": "path", 
32205             "name": "interface-name", 
32206             "required": true, 
32207             "type": "string"
32208           }, 
32209           {
32210             "description": "Name given to the interface", 
32211             "example": "__INTERFACE-NAME__", 
32212             "in": "path", 
32213             "name": "l-interface.interface-name", 
32214             "required": true, 
32215             "type": "string"
32216           }, 
32217           {
32218             "description": "PCI ID used to identify the sriov-vf", 
32219             "example": "__PCI-ID__", 
32220             "in": "path", 
32221             "name": "pci-id", 
32222             "required": true, 
32223             "type": "string"
32224           }, 
32225           {
32226             "description": "sriov-vf object that needs to be updated.", 
32227             "in": "body", 
32228             "name": "body", 
32229             "required": true, 
32230             "schema": {
32231               "$ref": "#/definitions/zzzz-patch-sriov-vf"
32232             }
32233           }
32234         ], 
32235         "produces": [
32236           "application/json"
32237         ], 
32238         "responses": {
32239           "default": {
32240             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32241           }
32242         }, 
32243         "summary": "update an existing sriov-vf", 
32244         "tags": [
32245           "CloudInfrastructure"
32246         ]
32247       }, 
32248       "put": {
32249         "consumes": [
32250           "application/json", 
32251           "application/xml"
32252         ], 
32253         "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", 
32254         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
32255         "parameters": [
32256           {
32257             "description": "Value from executing hostname on the compute node.", 
32258             "example": "__HOSTNAME__", 
32259             "in": "path", 
32260             "name": "hostname", 
32261             "required": true, 
32262             "type": "string"
32263           }, 
32264           {
32265             "description": "Name that identifies the link aggregate interface", 
32266             "example": "__INTERFACE-NAME__", 
32267             "in": "path", 
32268             "name": "interface-name", 
32269             "required": true, 
32270             "type": "string"
32271           }, 
32272           {
32273             "description": "Name given to the interface", 
32274             "example": "__INTERFACE-NAME__", 
32275             "in": "path", 
32276             "name": "l-interface.interface-name", 
32277             "required": true, 
32278             "type": "string"
32279           }, 
32280           {
32281             "description": "PCI ID used to identify the sriov-vf", 
32282             "example": "__PCI-ID__", 
32283             "in": "path", 
32284             "name": "pci-id", 
32285             "required": true, 
32286             "type": "string"
32287           }, 
32288           {
32289             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
32290             "in": "body", 
32291             "name": "body", 
32292             "required": true, 
32293             "schema": {
32294               "$ref": "#/definitions/sriov-vf"
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": "create or update an existing sriov-vf", 
32308         "tags": [
32309           "CloudInfrastructure"
32310         ]
32311       }
32312     }, 
32313     "/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": {
32314       "delete": {
32315         "consumes": [
32316           "application/json", 
32317           "application/xml"
32318         ], 
32319         "description": "delete an existing relationship", 
32320         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
32321         "parameters": [
32322           {
32323             "description": "Value from executing hostname on the compute node.", 
32324             "example": "__HOSTNAME__", 
32325             "in": "path", 
32326             "name": "hostname", 
32327             "required": true, 
32328             "type": "string"
32329           }, 
32330           {
32331             "description": "Name that identifies the link aggregate interface", 
32332             "example": "__INTERFACE-NAME__", 
32333             "in": "path", 
32334             "name": "interface-name", 
32335             "required": true, 
32336             "type": "string"
32337           }, 
32338           {
32339             "description": "Name given to the interface", 
32340             "example": "__INTERFACE-NAME__", 
32341             "in": "path", 
32342             "name": "l-interface.interface-name", 
32343             "required": true, 
32344             "type": "string"
32345           }, 
32346           {
32347             "description": "PCI ID used to identify the sriov-vf", 
32348             "example": "__PCI-ID__", 
32349             "in": "path", 
32350             "name": "pci-id", 
32351             "required": true, 
32352             "type": "string"
32353           }
32354         ], 
32355         "produces": [
32356           "application/json", 
32357           "application/xml"
32358         ], 
32359         "responses": {
32360           "default": {
32361             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32362           }
32363         }, 
32364         "summary": "delete an existing relationship", 
32365         "tags": [
32366           "CloudInfrastructure"
32367         ]
32368       }, 
32369       "put": {
32370         "consumes": [
32371           "application/json", 
32372           "application/xml"
32373         ], 
32374         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
32375         "parameters": [
32376           {
32377             "description": "Value from executing hostname on the compute node.", 
32378             "example": "__HOSTNAME__", 
32379             "in": "path", 
32380             "name": "hostname", 
32381             "required": true, 
32382             "type": "string"
32383           }, 
32384           {
32385             "description": "Name that identifies the link aggregate interface", 
32386             "example": "__INTERFACE-NAME__", 
32387             "in": "path", 
32388             "name": "interface-name", 
32389             "required": true, 
32390             "type": "string"
32391           }, 
32392           {
32393             "description": "Name given to the interface", 
32394             "example": "__INTERFACE-NAME__", 
32395             "in": "path", 
32396             "name": "l-interface.interface-name", 
32397             "required": true, 
32398             "type": "string"
32399           }, 
32400           {
32401             "description": "PCI ID used to identify the sriov-vf", 
32402             "example": "__PCI-ID__", 
32403             "in": "path", 
32404             "name": "pci-id", 
32405             "required": true, 
32406             "type": "string"
32407           }, 
32408           {
32409             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
32410             "in": "body", 
32411             "name": "body", 
32412             "required": true, 
32413             "schema": {
32414               "$ref": "#/definitions/relationship-dict"
32415             }
32416           }
32417         ], 
32418         "produces": [
32419           "application/json", 
32420           "application/xml"
32421         ], 
32422         "responses": {
32423           "default": {
32424             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32425           }
32426         }, 
32427         "summary": "see node definition for valid relationships", 
32428         "tags": [
32429           "CloudInfrastructure"
32430         ]
32431       }
32432     }, 
32433     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
32434       "get": {
32435         "description": "returns vlans", 
32436         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlans", 
32437         "parameters": [
32438           {
32439             "description": "Value from executing hostname on the compute node.", 
32440             "example": "__HOSTNAME__", 
32441             "in": "path", 
32442             "name": "hostname", 
32443             "required": true, 
32444             "type": "string"
32445           }, 
32446           {
32447             "description": "Name that identifies the link aggregate interface", 
32448             "example": "__INTERFACE-NAME__", 
32449             "in": "path", 
32450             "name": "interface-name", 
32451             "required": true, 
32452             "type": "string"
32453           }, 
32454           {
32455             "description": "Name given to the interface", 
32456             "example": "__INTERFACE-NAME__", 
32457             "in": "path", 
32458             "name": "l-interface.interface-name", 
32459             "required": true, 
32460             "type": "string"
32461           }, 
32462           {
32463             "description": "n/a", 
32464             "in": "query", 
32465             "name": "vlan-interface", 
32466             "required": false, 
32467             "type": "string"
32468           }, 
32469           {
32470             "description": "n/a", 
32471             "format": "int64", 
32472             "in": "query", 
32473             "name": "vlan-id-inner", 
32474             "required": false, 
32475             "type": "integer"
32476           }, 
32477           {
32478             "description": "n/a", 
32479             "in": "query", 
32480             "name": "vpn-key", 
32481             "required": false, 
32482             "type": "string"
32483           }
32484         ], 
32485         "produces": [
32486           "application/json", 
32487           "application/xml"
32488         ], 
32489         "responses": {
32490           "200": {
32491             "description": "successful operation", 
32492             "schema": {
32493               "$ref": "#/definitions/vlans"
32494             }
32495           }, 
32496           "default": {
32497             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32498           }
32499         }, 
32500         "summary": "returns vlans", 
32501         "tags": [
32502           "CloudInfrastructure"
32503         ]
32504       }
32505     }, 
32506     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
32507       "delete": {
32508         "consumes": [
32509           "application/json", 
32510           "application/xml"
32511         ], 
32512         "description": "delete an existing vlan", 
32513         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
32514         "parameters": [
32515           {
32516             "description": "Value from executing hostname on the compute node.", 
32517             "example": "__HOSTNAME__", 
32518             "in": "path", 
32519             "name": "hostname", 
32520             "required": true, 
32521             "type": "string"
32522           }, 
32523           {
32524             "description": "Name that identifies the link aggregate interface", 
32525             "example": "__INTERFACE-NAME__", 
32526             "in": "path", 
32527             "name": "interface-name", 
32528             "required": true, 
32529             "type": "string"
32530           }, 
32531           {
32532             "description": "Name given to the interface", 
32533             "example": "__INTERFACE-NAME__", 
32534             "in": "path", 
32535             "name": "l-interface.interface-name", 
32536             "required": true, 
32537             "type": "string"
32538           }, 
32539           {
32540             "description": "String that identifies the interface", 
32541             "example": "__VLAN-INTERFACE__", 
32542             "in": "path", 
32543             "name": "vlan-interface", 
32544             "required": true, 
32545             "type": "string"
32546           }, 
32547           {
32548             "description": "resource-version for concurrency", 
32549             "in": "query", 
32550             "name": "resource-version", 
32551             "required": true, 
32552             "type": "string"
32553           }
32554         ], 
32555         "produces": [
32556           "application/json", 
32557           "application/xml"
32558         ], 
32559         "responses": {
32560           "default": {
32561             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32562           }
32563         }, 
32564         "summary": "delete an existing vlan", 
32565         "tags": [
32566           "CloudInfrastructure"
32567         ]
32568       }, 
32569       "get": {
32570         "description": "returns vlan", 
32571         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
32572         "parameters": [
32573           {
32574             "description": "Value from executing hostname on the compute node.", 
32575             "example": "__HOSTNAME__", 
32576             "in": "path", 
32577             "name": "hostname", 
32578             "required": true, 
32579             "type": "string"
32580           }, 
32581           {
32582             "description": "Name that identifies the link aggregate interface", 
32583             "example": "__INTERFACE-NAME__", 
32584             "in": "path", 
32585             "name": "interface-name", 
32586             "required": true, 
32587             "type": "string"
32588           }, 
32589           {
32590             "description": "Name given to the interface", 
32591             "example": "__INTERFACE-NAME__", 
32592             "in": "path", 
32593             "name": "l-interface.interface-name", 
32594             "required": true, 
32595             "type": "string"
32596           }, 
32597           {
32598             "description": "String that identifies the interface", 
32599             "example": "__VLAN-INTERFACE__", 
32600             "in": "path", 
32601             "name": "vlan-interface", 
32602             "required": true, 
32603             "type": "string"
32604           }
32605         ], 
32606         "produces": [
32607           "application/json", 
32608           "application/xml"
32609         ], 
32610         "responses": {
32611           "200": {
32612             "description": "successful operation", 
32613             "schema": {
32614               "$ref": "#/definitions/vlan"
32615             }
32616           }, 
32617           "default": {
32618             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32619           }
32620         }, 
32621         "summary": "returns vlan", 
32622         "tags": [
32623           "CloudInfrastructure"
32624         ]
32625       }, 
32626       "patch": {
32627         "consumes": [
32628           "application/json"
32629         ], 
32630         "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", 
32631         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
32632         "parameters": [
32633           {
32634             "description": "Value from executing hostname on the compute node.", 
32635             "example": "__HOSTNAME__", 
32636             "in": "path", 
32637             "name": "hostname", 
32638             "required": true, 
32639             "type": "string"
32640           }, 
32641           {
32642             "description": "Name that identifies the link aggregate interface", 
32643             "example": "__INTERFACE-NAME__", 
32644             "in": "path", 
32645             "name": "interface-name", 
32646             "required": true, 
32647             "type": "string"
32648           }, 
32649           {
32650             "description": "Name given to the interface", 
32651             "example": "__INTERFACE-NAME__", 
32652             "in": "path", 
32653             "name": "l-interface.interface-name", 
32654             "required": true, 
32655             "type": "string"
32656           }, 
32657           {
32658             "description": "String that identifies the interface", 
32659             "example": "__VLAN-INTERFACE__", 
32660             "in": "path", 
32661             "name": "vlan-interface", 
32662             "required": true, 
32663             "type": "string"
32664           }, 
32665           {
32666             "description": "vlan object that needs to be updated.", 
32667             "in": "body", 
32668             "name": "body", 
32669             "required": true, 
32670             "schema": {
32671               "$ref": "#/definitions/zzzz-patch-vlan"
32672             }
32673           }
32674         ], 
32675         "produces": [
32676           "application/json"
32677         ], 
32678         "responses": {
32679           "default": {
32680             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32681           }
32682         }, 
32683         "summary": "update an existing vlan", 
32684         "tags": [
32685           "CloudInfrastructure"
32686         ]
32687       }, 
32688       "put": {
32689         "consumes": [
32690           "application/json", 
32691           "application/xml"
32692         ], 
32693         "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", 
32694         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
32695         "parameters": [
32696           {
32697             "description": "Value from executing hostname on the compute node.", 
32698             "example": "__HOSTNAME__", 
32699             "in": "path", 
32700             "name": "hostname", 
32701             "required": true, 
32702             "type": "string"
32703           }, 
32704           {
32705             "description": "Name that identifies the link aggregate interface", 
32706             "example": "__INTERFACE-NAME__", 
32707             "in": "path", 
32708             "name": "interface-name", 
32709             "required": true, 
32710             "type": "string"
32711           }, 
32712           {
32713             "description": "Name given to the interface", 
32714             "example": "__INTERFACE-NAME__", 
32715             "in": "path", 
32716             "name": "l-interface.interface-name", 
32717             "required": true, 
32718             "type": "string"
32719           }, 
32720           {
32721             "description": "String that identifies the interface", 
32722             "example": "__VLAN-INTERFACE__", 
32723             "in": "path", 
32724             "name": "vlan-interface", 
32725             "required": true, 
32726             "type": "string"
32727           }, 
32728           {
32729             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
32730             "in": "body", 
32731             "name": "body", 
32732             "required": true, 
32733             "schema": {
32734               "$ref": "#/definitions/vlan"
32735             }
32736           }
32737         ], 
32738         "produces": [
32739           "application/json", 
32740           "application/xml"
32741         ], 
32742         "responses": {
32743           "default": {
32744             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32745           }
32746         }, 
32747         "summary": "create or update an existing vlan", 
32748         "tags": [
32749           "CloudInfrastructure"
32750         ]
32751       }
32752     }, 
32753     "/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}": {
32754       "delete": {
32755         "consumes": [
32756           "application/json", 
32757           "application/xml"
32758         ], 
32759         "description": "delete an existing l3-interface-ipv4-address-list", 
32760         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
32761         "parameters": [
32762           {
32763             "description": "Value from executing hostname on the compute node.", 
32764             "example": "__HOSTNAME__", 
32765             "in": "path", 
32766             "name": "hostname", 
32767             "required": true, 
32768             "type": "string"
32769           }, 
32770           {
32771             "description": "Name that identifies the link aggregate interface", 
32772             "example": "__INTERFACE-NAME__", 
32773             "in": "path", 
32774             "name": "interface-name", 
32775             "required": true, 
32776             "type": "string"
32777           }, 
32778           {
32779             "description": "Name given to the interface", 
32780             "example": "__INTERFACE-NAME__", 
32781             "in": "path", 
32782             "name": "l-interface.interface-name", 
32783             "required": true, 
32784             "type": "string"
32785           }, 
32786           {
32787             "description": "String that identifies the interface", 
32788             "example": "__VLAN-INTERFACE__", 
32789             "in": "path", 
32790             "name": "vlan-interface", 
32791             "required": true, 
32792             "type": "string"
32793           }, 
32794           {
32795             "description": "IP address", 
32796             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
32797             "in": "path", 
32798             "name": "l3-interface-ipv4-address", 
32799             "required": true, 
32800             "type": "string"
32801           }, 
32802           {
32803             "description": "resource-version for concurrency", 
32804             "in": "query", 
32805             "name": "resource-version", 
32806             "required": true, 
32807             "type": "string"
32808           }
32809         ], 
32810         "produces": [
32811           "application/json", 
32812           "application/xml"
32813         ], 
32814         "responses": {
32815           "default": {
32816             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32817           }
32818         }, 
32819         "summary": "delete an existing l3-interface-ipv4-address-list", 
32820         "tags": [
32821           "CloudInfrastructure"
32822         ]
32823       }, 
32824       "get": {
32825         "description": "returns l3-interface-ipv4-address-list", 
32826         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
32827         "parameters": [
32828           {
32829             "description": "Value from executing hostname on the compute node.", 
32830             "example": "__HOSTNAME__", 
32831             "in": "path", 
32832             "name": "hostname", 
32833             "required": true, 
32834             "type": "string"
32835           }, 
32836           {
32837             "description": "Name that identifies the link aggregate interface", 
32838             "example": "__INTERFACE-NAME__", 
32839             "in": "path", 
32840             "name": "interface-name", 
32841             "required": true, 
32842             "type": "string"
32843           }, 
32844           {
32845             "description": "Name given to the interface", 
32846             "example": "__INTERFACE-NAME__", 
32847             "in": "path", 
32848             "name": "l-interface.interface-name", 
32849             "required": true, 
32850             "type": "string"
32851           }, 
32852           {
32853             "description": "String that identifies the interface", 
32854             "example": "__VLAN-INTERFACE__", 
32855             "in": "path", 
32856             "name": "vlan-interface", 
32857             "required": true, 
32858             "type": "string"
32859           }, 
32860           {
32861             "description": "IP address", 
32862             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
32863             "in": "path", 
32864             "name": "l3-interface-ipv4-address", 
32865             "required": true, 
32866             "type": "string"
32867           }
32868         ], 
32869         "produces": [
32870           "application/json", 
32871           "application/xml"
32872         ], 
32873         "responses": {
32874           "200": {
32875             "description": "successful operation", 
32876             "schema": {
32877               "$ref": "#/definitions/l3-interface-ipv4-address-list"
32878             }
32879           }, 
32880           "default": {
32881             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32882           }
32883         }, 
32884         "summary": "returns l3-interface-ipv4-address-list", 
32885         "tags": [
32886           "CloudInfrastructure"
32887         ]
32888       }, 
32889       "patch": {
32890         "consumes": [
32891           "application/json"
32892         ], 
32893         "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", 
32894         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
32895         "parameters": [
32896           {
32897             "description": "Value from executing hostname on the compute node.", 
32898             "example": "__HOSTNAME__", 
32899             "in": "path", 
32900             "name": "hostname", 
32901             "required": true, 
32902             "type": "string"
32903           }, 
32904           {
32905             "description": "Name that identifies the link aggregate interface", 
32906             "example": "__INTERFACE-NAME__", 
32907             "in": "path", 
32908             "name": "interface-name", 
32909             "required": true, 
32910             "type": "string"
32911           }, 
32912           {
32913             "description": "Name given to the interface", 
32914             "example": "__INTERFACE-NAME__", 
32915             "in": "path", 
32916             "name": "l-interface.interface-name", 
32917             "required": true, 
32918             "type": "string"
32919           }, 
32920           {
32921             "description": "String that identifies the interface", 
32922             "example": "__VLAN-INTERFACE__", 
32923             "in": "path", 
32924             "name": "vlan-interface", 
32925             "required": true, 
32926             "type": "string"
32927           }, 
32928           {
32929             "description": "IP address", 
32930             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
32931             "in": "path", 
32932             "name": "l3-interface-ipv4-address", 
32933             "required": true, 
32934             "type": "string"
32935           }, 
32936           {
32937             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
32938             "in": "body", 
32939             "name": "body", 
32940             "required": true, 
32941             "schema": {
32942               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
32943             }
32944           }
32945         ], 
32946         "produces": [
32947           "application/json"
32948         ], 
32949         "responses": {
32950           "default": {
32951             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
32952           }
32953         }, 
32954         "summary": "update an existing l3-interface-ipv4-address-list", 
32955         "tags": [
32956           "CloudInfrastructure"
32957         ]
32958       }, 
32959       "put": {
32960         "consumes": [
32961           "application/json", 
32962           "application/xml"
32963         ], 
32964         "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", 
32965         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
32966         "parameters": [
32967           {
32968             "description": "Value from executing hostname on the compute node.", 
32969             "example": "__HOSTNAME__", 
32970             "in": "path", 
32971             "name": "hostname", 
32972             "required": true, 
32973             "type": "string"
32974           }, 
32975           {
32976             "description": "Name that identifies the link aggregate interface", 
32977             "example": "__INTERFACE-NAME__", 
32978             "in": "path", 
32979             "name": "interface-name", 
32980             "required": true, 
32981             "type": "string"
32982           }, 
32983           {
32984             "description": "Name given to the interface", 
32985             "example": "__INTERFACE-NAME__", 
32986             "in": "path", 
32987             "name": "l-interface.interface-name", 
32988             "required": true, 
32989             "type": "string"
32990           }, 
32991           {
32992             "description": "String that identifies the interface", 
32993             "example": "__VLAN-INTERFACE__", 
32994             "in": "path", 
32995             "name": "vlan-interface", 
32996             "required": true, 
32997             "type": "string"
32998           }, 
32999           {
33000             "description": "IP address", 
33001             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
33002             "in": "path", 
33003             "name": "l3-interface-ipv4-address", 
33004             "required": true, 
33005             "type": "string"
33006           }, 
33007           {
33008             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
33009             "in": "body", 
33010             "name": "body", 
33011             "required": true, 
33012             "schema": {
33013               "$ref": "#/definitions/l3-interface-ipv4-address-list"
33014             }
33015           }
33016         ], 
33017         "produces": [
33018           "application/json", 
33019           "application/xml"
33020         ], 
33021         "responses": {
33022           "default": {
33023             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33024           }
33025         }, 
33026         "summary": "create or update an existing l3-interface-ipv4-address-list", 
33027         "tags": [
33028           "CloudInfrastructure"
33029         ]
33030       }
33031     }, 
33032     "/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": {
33033       "delete": {
33034         "consumes": [
33035           "application/json", 
33036           "application/xml"
33037         ], 
33038         "description": "delete an existing relationship", 
33039         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
33040         "parameters": [
33041           {
33042             "description": "Value from executing hostname on the compute node.", 
33043             "example": "__HOSTNAME__", 
33044             "in": "path", 
33045             "name": "hostname", 
33046             "required": true, 
33047             "type": "string"
33048           }, 
33049           {
33050             "description": "Name that identifies the link aggregate interface", 
33051             "example": "__INTERFACE-NAME__", 
33052             "in": "path", 
33053             "name": "interface-name", 
33054             "required": true, 
33055             "type": "string"
33056           }, 
33057           {
33058             "description": "Name given to the interface", 
33059             "example": "__INTERFACE-NAME__", 
33060             "in": "path", 
33061             "name": "l-interface.interface-name", 
33062             "required": true, 
33063             "type": "string"
33064           }, 
33065           {
33066             "description": "String that identifies the interface", 
33067             "example": "__VLAN-INTERFACE__", 
33068             "in": "path", 
33069             "name": "vlan-interface", 
33070             "required": true, 
33071             "type": "string"
33072           }, 
33073           {
33074             "description": "IP address", 
33075             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
33076             "in": "path", 
33077             "name": "l3-interface-ipv4-address", 
33078             "required": true, 
33079             "type": "string"
33080           }
33081         ], 
33082         "produces": [
33083           "application/json", 
33084           "application/xml"
33085         ], 
33086         "responses": {
33087           "default": {
33088             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33089           }
33090         }, 
33091         "summary": "delete an existing relationship", 
33092         "tags": [
33093           "CloudInfrastructure"
33094         ]
33095       }, 
33096       "put": {
33097         "consumes": [
33098           "application/json", 
33099           "application/xml"
33100         ], 
33101         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
33102         "parameters": [
33103           {
33104             "description": "Value from executing hostname on the compute node.", 
33105             "example": "__HOSTNAME__", 
33106             "in": "path", 
33107             "name": "hostname", 
33108             "required": true, 
33109             "type": "string"
33110           }, 
33111           {
33112             "description": "Name that identifies the link aggregate interface", 
33113             "example": "__INTERFACE-NAME__", 
33114             "in": "path", 
33115             "name": "interface-name", 
33116             "required": true, 
33117             "type": "string"
33118           }, 
33119           {
33120             "description": "Name given to the interface", 
33121             "example": "__INTERFACE-NAME__", 
33122             "in": "path", 
33123             "name": "l-interface.interface-name", 
33124             "required": true, 
33125             "type": "string"
33126           }, 
33127           {
33128             "description": "String that identifies the interface", 
33129             "example": "__VLAN-INTERFACE__", 
33130             "in": "path", 
33131             "name": "vlan-interface", 
33132             "required": true, 
33133             "type": "string"
33134           }, 
33135           {
33136             "description": "IP address", 
33137             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
33138             "in": "path", 
33139             "name": "l3-interface-ipv4-address", 
33140             "required": true, 
33141             "type": "string"
33142           }, 
33143           {
33144             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
33145             "in": "body", 
33146             "name": "body", 
33147             "required": true, 
33148             "schema": {
33149               "$ref": "#/definitions/relationship-dict"
33150             }
33151           }
33152         ], 
33153         "produces": [
33154           "application/json", 
33155           "application/xml"
33156         ], 
33157         "responses": {
33158           "default": {
33159             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33160           }
33161         }, 
33162         "summary": "see node definition for valid relationships", 
33163         "tags": [
33164           "CloudInfrastructure"
33165         ]
33166       }
33167     }, 
33168     "/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}": {
33169       "delete": {
33170         "consumes": [
33171           "application/json", 
33172           "application/xml"
33173         ], 
33174         "description": "delete an existing l3-interface-ipv6-address-list", 
33175         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
33176         "parameters": [
33177           {
33178             "description": "Value from executing hostname on the compute node.", 
33179             "example": "__HOSTNAME__", 
33180             "in": "path", 
33181             "name": "hostname", 
33182             "required": true, 
33183             "type": "string"
33184           }, 
33185           {
33186             "description": "Name that identifies the link aggregate interface", 
33187             "example": "__INTERFACE-NAME__", 
33188             "in": "path", 
33189             "name": "interface-name", 
33190             "required": true, 
33191             "type": "string"
33192           }, 
33193           {
33194             "description": "Name given to the interface", 
33195             "example": "__INTERFACE-NAME__", 
33196             "in": "path", 
33197             "name": "l-interface.interface-name", 
33198             "required": true, 
33199             "type": "string"
33200           }, 
33201           {
33202             "description": "String that identifies the interface", 
33203             "example": "__VLAN-INTERFACE__", 
33204             "in": "path", 
33205             "name": "vlan-interface", 
33206             "required": true, 
33207             "type": "string"
33208           }, 
33209           {
33210             "description": "IP address", 
33211             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
33212             "in": "path", 
33213             "name": "l3-interface-ipv6-address", 
33214             "required": true, 
33215             "type": "string"
33216           }, 
33217           {
33218             "description": "resource-version for concurrency", 
33219             "in": "query", 
33220             "name": "resource-version", 
33221             "required": true, 
33222             "type": "string"
33223           }
33224         ], 
33225         "produces": [
33226           "application/json", 
33227           "application/xml"
33228         ], 
33229         "responses": {
33230           "default": {
33231             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33232           }
33233         }, 
33234         "summary": "delete an existing l3-interface-ipv6-address-list", 
33235         "tags": [
33236           "CloudInfrastructure"
33237         ]
33238       }, 
33239       "get": {
33240         "description": "returns l3-interface-ipv6-address-list", 
33241         "operationId": "getCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
33242         "parameters": [
33243           {
33244             "description": "Value from executing hostname on the compute node.", 
33245             "example": "__HOSTNAME__", 
33246             "in": "path", 
33247             "name": "hostname", 
33248             "required": true, 
33249             "type": "string"
33250           }, 
33251           {
33252             "description": "Name that identifies the link aggregate interface", 
33253             "example": "__INTERFACE-NAME__", 
33254             "in": "path", 
33255             "name": "interface-name", 
33256             "required": true, 
33257             "type": "string"
33258           }, 
33259           {
33260             "description": "Name given to the interface", 
33261             "example": "__INTERFACE-NAME__", 
33262             "in": "path", 
33263             "name": "l-interface.interface-name", 
33264             "required": true, 
33265             "type": "string"
33266           }, 
33267           {
33268             "description": "String that identifies the interface", 
33269             "example": "__VLAN-INTERFACE__", 
33270             "in": "path", 
33271             "name": "vlan-interface", 
33272             "required": true, 
33273             "type": "string"
33274           }, 
33275           {
33276             "description": "IP address", 
33277             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
33278             "in": "path", 
33279             "name": "l3-interface-ipv6-address", 
33280             "required": true, 
33281             "type": "string"
33282           }
33283         ], 
33284         "produces": [
33285           "application/json", 
33286           "application/xml"
33287         ], 
33288         "responses": {
33289           "200": {
33290             "description": "successful operation", 
33291             "schema": {
33292               "$ref": "#/definitions/l3-interface-ipv6-address-list"
33293             }
33294           }, 
33295           "default": {
33296             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33297           }
33298         }, 
33299         "summary": "returns l3-interface-ipv6-address-list", 
33300         "tags": [
33301           "CloudInfrastructure"
33302         ]
33303       }, 
33304       "patch": {
33305         "consumes": [
33306           "application/json"
33307         ], 
33308         "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", 
33309         "operationId": "UpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
33310         "parameters": [
33311           {
33312             "description": "Value from executing hostname on the compute node.", 
33313             "example": "__HOSTNAME__", 
33314             "in": "path", 
33315             "name": "hostname", 
33316             "required": true, 
33317             "type": "string"
33318           }, 
33319           {
33320             "description": "Name that identifies the link aggregate interface", 
33321             "example": "__INTERFACE-NAME__", 
33322             "in": "path", 
33323             "name": "interface-name", 
33324             "required": true, 
33325             "type": "string"
33326           }, 
33327           {
33328             "description": "Name given to the interface", 
33329             "example": "__INTERFACE-NAME__", 
33330             "in": "path", 
33331             "name": "l-interface.interface-name", 
33332             "required": true, 
33333             "type": "string"
33334           }, 
33335           {
33336             "description": "String that identifies the interface", 
33337             "example": "__VLAN-INTERFACE__", 
33338             "in": "path", 
33339             "name": "vlan-interface", 
33340             "required": true, 
33341             "type": "string"
33342           }, 
33343           {
33344             "description": "IP address", 
33345             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
33346             "in": "path", 
33347             "name": "l3-interface-ipv6-address", 
33348             "required": true, 
33349             "type": "string"
33350           }, 
33351           {
33352             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
33353             "in": "body", 
33354             "name": "body", 
33355             "required": true, 
33356             "schema": {
33357               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
33358             }
33359           }
33360         ], 
33361         "produces": [
33362           "application/json"
33363         ], 
33364         "responses": {
33365           "default": {
33366             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33367           }
33368         }, 
33369         "summary": "update an existing l3-interface-ipv6-address-list", 
33370         "tags": [
33371           "CloudInfrastructure"
33372         ]
33373       }, 
33374       "put": {
33375         "consumes": [
33376           "application/json", 
33377           "application/xml"
33378         ], 
33379         "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", 
33380         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
33381         "parameters": [
33382           {
33383             "description": "Value from executing hostname on the compute node.", 
33384             "example": "__HOSTNAME__", 
33385             "in": "path", 
33386             "name": "hostname", 
33387             "required": true, 
33388             "type": "string"
33389           }, 
33390           {
33391             "description": "Name that identifies the link aggregate interface", 
33392             "example": "__INTERFACE-NAME__", 
33393             "in": "path", 
33394             "name": "interface-name", 
33395             "required": true, 
33396             "type": "string"
33397           }, 
33398           {
33399             "description": "Name given to the interface", 
33400             "example": "__INTERFACE-NAME__", 
33401             "in": "path", 
33402             "name": "l-interface.interface-name", 
33403             "required": true, 
33404             "type": "string"
33405           }, 
33406           {
33407             "description": "String that identifies the interface", 
33408             "example": "__VLAN-INTERFACE__", 
33409             "in": "path", 
33410             "name": "vlan-interface", 
33411             "required": true, 
33412             "type": "string"
33413           }, 
33414           {
33415             "description": "IP address", 
33416             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
33417             "in": "path", 
33418             "name": "l3-interface-ipv6-address", 
33419             "required": true, 
33420             "type": "string"
33421           }, 
33422           {
33423             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
33424             "in": "body", 
33425             "name": "body", 
33426             "required": true, 
33427             "schema": {
33428               "$ref": "#/definitions/l3-interface-ipv6-address-list"
33429             }
33430           }
33431         ], 
33432         "produces": [
33433           "application/json", 
33434           "application/xml"
33435         ], 
33436         "responses": {
33437           "default": {
33438             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33439           }
33440         }, 
33441         "summary": "create or update an existing l3-interface-ipv6-address-list", 
33442         "tags": [
33443           "CloudInfrastructure"
33444         ]
33445       }
33446     }, 
33447     "/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": {
33448       "delete": {
33449         "consumes": [
33450           "application/json", 
33451           "application/xml"
33452         ], 
33453         "description": "delete an existing relationship", 
33454         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
33455         "parameters": [
33456           {
33457             "description": "Value from executing hostname on the compute node.", 
33458             "example": "__HOSTNAME__", 
33459             "in": "path", 
33460             "name": "hostname", 
33461             "required": true, 
33462             "type": "string"
33463           }, 
33464           {
33465             "description": "Name that identifies the link aggregate interface", 
33466             "example": "__INTERFACE-NAME__", 
33467             "in": "path", 
33468             "name": "interface-name", 
33469             "required": true, 
33470             "type": "string"
33471           }, 
33472           {
33473             "description": "Name given to the interface", 
33474             "example": "__INTERFACE-NAME__", 
33475             "in": "path", 
33476             "name": "l-interface.interface-name", 
33477             "required": true, 
33478             "type": "string"
33479           }, 
33480           {
33481             "description": "String that identifies the interface", 
33482             "example": "__VLAN-INTERFACE__", 
33483             "in": "path", 
33484             "name": "vlan-interface", 
33485             "required": true, 
33486             "type": "string"
33487           }, 
33488           {
33489             "description": "IP address", 
33490             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
33491             "in": "path", 
33492             "name": "l3-interface-ipv6-address", 
33493             "required": true, 
33494             "type": "string"
33495           }
33496         ], 
33497         "produces": [
33498           "application/json", 
33499           "application/xml"
33500         ], 
33501         "responses": {
33502           "default": {
33503             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33504           }
33505         }, 
33506         "summary": "delete an existing relationship", 
33507         "tags": [
33508           "CloudInfrastructure"
33509         ]
33510       }, 
33511       "put": {
33512         "consumes": [
33513           "application/json", 
33514           "application/xml"
33515         ], 
33516         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
33517         "parameters": [
33518           {
33519             "description": "Value from executing hostname on the compute node.", 
33520             "example": "__HOSTNAME__", 
33521             "in": "path", 
33522             "name": "hostname", 
33523             "required": true, 
33524             "type": "string"
33525           }, 
33526           {
33527             "description": "Name that identifies the link aggregate interface", 
33528             "example": "__INTERFACE-NAME__", 
33529             "in": "path", 
33530             "name": "interface-name", 
33531             "required": true, 
33532             "type": "string"
33533           }, 
33534           {
33535             "description": "Name given to the interface", 
33536             "example": "__INTERFACE-NAME__", 
33537             "in": "path", 
33538             "name": "l-interface.interface-name", 
33539             "required": true, 
33540             "type": "string"
33541           }, 
33542           {
33543             "description": "String that identifies the interface", 
33544             "example": "__VLAN-INTERFACE__", 
33545             "in": "path", 
33546             "name": "vlan-interface", 
33547             "required": true, 
33548             "type": "string"
33549           }, 
33550           {
33551             "description": "IP address", 
33552             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
33553             "in": "path", 
33554             "name": "l3-interface-ipv6-address", 
33555             "required": true, 
33556             "type": "string"
33557           }, 
33558           {
33559             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
33560             "in": "body", 
33561             "name": "body", 
33562             "required": true, 
33563             "schema": {
33564               "$ref": "#/definitions/relationship-dict"
33565             }
33566           }
33567         ], 
33568         "produces": [
33569           "application/json", 
33570           "application/xml"
33571         ], 
33572         "responses": {
33573           "default": {
33574             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33575           }
33576         }, 
33577         "summary": "see node definition for valid relationships", 
33578         "tags": [
33579           "CloudInfrastructure"
33580         ]
33581       }
33582     }, 
33583     "/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": {
33584       "delete": {
33585         "consumes": [
33586           "application/json", 
33587           "application/xml"
33588         ], 
33589         "description": "delete an existing relationship", 
33590         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
33591         "parameters": [
33592           {
33593             "description": "Value from executing hostname on the compute node.", 
33594             "example": "__HOSTNAME__", 
33595             "in": "path", 
33596             "name": "hostname", 
33597             "required": true, 
33598             "type": "string"
33599           }, 
33600           {
33601             "description": "Name that identifies the link aggregate interface", 
33602             "example": "__INTERFACE-NAME__", 
33603             "in": "path", 
33604             "name": "interface-name", 
33605             "required": true, 
33606             "type": "string"
33607           }, 
33608           {
33609             "description": "Name given to the interface", 
33610             "example": "__INTERFACE-NAME__", 
33611             "in": "path", 
33612             "name": "l-interface.interface-name", 
33613             "required": true, 
33614             "type": "string"
33615           }, 
33616           {
33617             "description": "String that identifies the interface", 
33618             "example": "__VLAN-INTERFACE__", 
33619             "in": "path", 
33620             "name": "vlan-interface", 
33621             "required": true, 
33622             "type": "string"
33623           }
33624         ], 
33625         "produces": [
33626           "application/json", 
33627           "application/xml"
33628         ], 
33629         "responses": {
33630           "default": {
33631             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33632           }
33633         }, 
33634         "summary": "delete an existing relationship", 
33635         "tags": [
33636           "CloudInfrastructure"
33637         ]
33638       }, 
33639       "put": {
33640         "consumes": [
33641           "application/json", 
33642           "application/xml"
33643         ], 
33644         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
33645         "parameters": [
33646           {
33647             "description": "Value from executing hostname on the compute node.", 
33648             "example": "__HOSTNAME__", 
33649             "in": "path", 
33650             "name": "hostname", 
33651             "required": true, 
33652             "type": "string"
33653           }, 
33654           {
33655             "description": "Name that identifies the link aggregate interface", 
33656             "example": "__INTERFACE-NAME__", 
33657             "in": "path", 
33658             "name": "interface-name", 
33659             "required": true, 
33660             "type": "string"
33661           }, 
33662           {
33663             "description": "Name given to the interface", 
33664             "example": "__INTERFACE-NAME__", 
33665             "in": "path", 
33666             "name": "l-interface.interface-name", 
33667             "required": true, 
33668             "type": "string"
33669           }, 
33670           {
33671             "description": "String that identifies the interface", 
33672             "example": "__VLAN-INTERFACE__", 
33673             "in": "path", 
33674             "name": "vlan-interface", 
33675             "required": true, 
33676             "type": "string"
33677           }, 
33678           {
33679             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
33680             "in": "body", 
33681             "name": "body", 
33682             "required": true, 
33683             "schema": {
33684               "$ref": "#/definitions/relationship-dict"
33685             }
33686           }
33687         ], 
33688         "produces": [
33689           "application/json", 
33690           "application/xml"
33691         ], 
33692         "responses": {
33693           "default": {
33694             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33695           }
33696         }, 
33697         "summary": "see node definition for valid relationships", 
33698         "tags": [
33699           "CloudInfrastructure"
33700         ]
33701       }
33702     }, 
33703     "/cloud-infrastructure/pservers/pserver/{hostname}/lag-interfaces/lag-interface/{interface-name}/relationship-list/relationship": {
33704       "delete": {
33705         "consumes": [
33706           "application/json", 
33707           "application/xml"
33708         ], 
33709         "description": "delete an existing relationship", 
33710         "operationId": "deleteCloudInfrastructurePserversPserverLagInterfacesLagInterfaceRelationshipListRelationship", 
33711         "parameters": [
33712           {
33713             "description": "Value from executing hostname on the compute node.", 
33714             "example": "__HOSTNAME__", 
33715             "in": "path", 
33716             "name": "hostname", 
33717             "required": true, 
33718             "type": "string"
33719           }, 
33720           {
33721             "description": "Name that identifies the link aggregate interface", 
33722             "example": "__INTERFACE-NAME__", 
33723             "in": "path", 
33724             "name": "interface-name", 
33725             "required": true, 
33726             "type": "string"
33727           }
33728         ], 
33729         "produces": [
33730           "application/json", 
33731           "application/xml"
33732         ], 
33733         "responses": {
33734           "default": {
33735             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33736           }
33737         }, 
33738         "summary": "delete an existing relationship", 
33739         "tags": [
33740           "CloudInfrastructure"
33741         ]
33742       }, 
33743       "put": {
33744         "consumes": [
33745           "application/json", 
33746           "application/xml"
33747         ], 
33748         "operationId": "createOrUpdateCloudInfrastructurePserversPserverLagInterfacesLagInterfaceRelationshipListRelationship", 
33749         "parameters": [
33750           {
33751             "description": "Value from executing hostname on the compute node.", 
33752             "example": "__HOSTNAME__", 
33753             "in": "path", 
33754             "name": "hostname", 
33755             "required": true, 
33756             "type": "string"
33757           }, 
33758           {
33759             "description": "Name that identifies the link aggregate interface", 
33760             "example": "__INTERFACE-NAME__", 
33761             "in": "path", 
33762             "name": "interface-name", 
33763             "required": true, 
33764             "type": "string"
33765           }, 
33766           {
33767             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverLagInterfacesLagInterface.json)", 
33768             "in": "body", 
33769             "name": "body", 
33770             "required": true, 
33771             "schema": {
33772               "$ref": "#/definitions/relationship-dict"
33773             }
33774           }
33775         ], 
33776         "produces": [
33777           "application/json", 
33778           "application/xml"
33779         ], 
33780         "responses": {
33781           "default": {
33782             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33783           }
33784         }, 
33785         "summary": "see node definition for valid relationships", 
33786         "tags": [
33787           "CloudInfrastructure"
33788         ]
33789       }
33790     }, 
33791     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces": {
33792       "get": {
33793         "description": "returns p-interfaces", 
33794         "operationId": "getCloudInfrastructurePserversPserverPInterfaces", 
33795         "parameters": [
33796           {
33797             "description": "Value from executing hostname on the compute node.", 
33798             "example": "__HOSTNAME__", 
33799             "in": "path", 
33800             "name": "hostname", 
33801             "required": true, 
33802             "type": "string"
33803           }, 
33804           {
33805             "description": "n/a", 
33806             "in": "query", 
33807             "name": "interface-name", 
33808             "required": false, 
33809             "type": "string"
33810           }, 
33811           {
33812             "description": "n/a", 
33813             "in": "query", 
33814             "name": "prov-status", 
33815             "required": false, 
33816             "type": "string"
33817           }, 
33818           {
33819             "description": "n/a", 
33820             "in": "query", 
33821             "name": "operational-status", 
33822             "required": false, 
33823             "type": "string"
33824           }
33825         ], 
33826         "produces": [
33827           "application/json", 
33828           "application/xml"
33829         ], 
33830         "responses": {
33831           "200": {
33832             "description": "successful operation", 
33833             "schema": {
33834               "$ref": "#/definitions/p-interfaces"
33835             }
33836           }, 
33837           "default": {
33838             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33839           }
33840         }, 
33841         "summary": "returns p-interfaces", 
33842         "tags": [
33843           "CloudInfrastructure"
33844         ]
33845       }
33846     }, 
33847     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}": {
33848       "delete": {
33849         "consumes": [
33850           "application/json", 
33851           "application/xml"
33852         ], 
33853         "description": "delete an existing p-interface", 
33854         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterface", 
33855         "parameters": [
33856           {
33857             "description": "Value from executing hostname on the compute node.", 
33858             "example": "__HOSTNAME__", 
33859             "in": "path", 
33860             "name": "hostname", 
33861             "required": true, 
33862             "type": "string"
33863           }, 
33864           {
33865             "description": "Name that identifies the physical interface", 
33866             "example": "__INTERFACE-NAME__", 
33867             "in": "path", 
33868             "name": "interface-name", 
33869             "required": true, 
33870             "type": "string"
33871           }, 
33872           {
33873             "description": "resource-version for concurrency", 
33874             "in": "query", 
33875             "name": "resource-version", 
33876             "required": true, 
33877             "type": "string"
33878           }
33879         ], 
33880         "produces": [
33881           "application/json", 
33882           "application/xml"
33883         ], 
33884         "responses": {
33885           "default": {
33886             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33887           }
33888         }, 
33889         "summary": "delete an existing p-interface", 
33890         "tags": [
33891           "CloudInfrastructure"
33892         ]
33893       }, 
33894       "get": {
33895         "description": "returns p-interface", 
33896         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterface", 
33897         "parameters": [
33898           {
33899             "description": "Value from executing hostname on the compute node.", 
33900             "example": "__HOSTNAME__", 
33901             "in": "path", 
33902             "name": "hostname", 
33903             "required": true, 
33904             "type": "string"
33905           }, 
33906           {
33907             "description": "Name that identifies the physical interface", 
33908             "example": "__INTERFACE-NAME__", 
33909             "in": "path", 
33910             "name": "interface-name", 
33911             "required": true, 
33912             "type": "string"
33913           }
33914         ], 
33915         "produces": [
33916           "application/json", 
33917           "application/xml"
33918         ], 
33919         "responses": {
33920           "200": {
33921             "description": "successful operation", 
33922             "schema": {
33923               "$ref": "#/definitions/p-interface"
33924             }
33925           }, 
33926           "default": {
33927             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33928           }
33929         }, 
33930         "summary": "returns p-interface", 
33931         "tags": [
33932           "CloudInfrastructure"
33933         ]
33934       }, 
33935       "patch": {
33936         "consumes": [
33937           "application/json"
33938         ], 
33939         "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", 
33940         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterface", 
33941         "parameters": [
33942           {
33943             "description": "Value from executing hostname on the compute node.", 
33944             "example": "__HOSTNAME__", 
33945             "in": "path", 
33946             "name": "hostname", 
33947             "required": true, 
33948             "type": "string"
33949           }, 
33950           {
33951             "description": "Name that identifies the physical interface", 
33952             "example": "__INTERFACE-NAME__", 
33953             "in": "path", 
33954             "name": "interface-name", 
33955             "required": true, 
33956             "type": "string"
33957           }, 
33958           {
33959             "description": "p-interface object that needs to be updated.", 
33960             "in": "body", 
33961             "name": "body", 
33962             "required": true, 
33963             "schema": {
33964               "$ref": "#/definitions/zzzz-patch-p-interface"
33965             }
33966           }
33967         ], 
33968         "produces": [
33969           "application/json"
33970         ], 
33971         "responses": {
33972           "default": {
33973             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
33974           }
33975         }, 
33976         "summary": "update an existing p-interface", 
33977         "tags": [
33978           "CloudInfrastructure"
33979         ]
33980       }, 
33981       "put": {
33982         "consumes": [
33983           "application/json", 
33984           "application/xml"
33985         ], 
33986         "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", 
33987         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterface", 
33988         "parameters": [
33989           {
33990             "description": "Value from executing hostname on the compute node.", 
33991             "example": "__HOSTNAME__", 
33992             "in": "path", 
33993             "name": "hostname", 
33994             "required": true, 
33995             "type": "string"
33996           }, 
33997           {
33998             "description": "Name that identifies the physical interface", 
33999             "example": "__INTERFACE-NAME__", 
34000             "in": "path", 
34001             "name": "interface-name", 
34002             "required": true, 
34003             "type": "string"
34004           }, 
34005           {
34006             "description": "p-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterface.json)", 
34007             "in": "body", 
34008             "name": "body", 
34009             "required": true, 
34010             "schema": {
34011               "$ref": "#/definitions/p-interface"
34012             }
34013           }
34014         ], 
34015         "produces": [
34016           "application/json", 
34017           "application/xml"
34018         ], 
34019         "responses": {
34020           "default": {
34021             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34022           }
34023         }, 
34024         "summary": "create or update an existing p-interface", 
34025         "tags": [
34026           "CloudInfrastructure"
34027         ]
34028       }
34029     }, 
34030     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces": {
34031       "get": {
34032         "description": "returns l-interfaces", 
34033         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfaces", 
34034         "parameters": [
34035           {
34036             "description": "Value from executing hostname on the compute node.", 
34037             "example": "__HOSTNAME__", 
34038             "in": "path", 
34039             "name": "hostname", 
34040             "required": true, 
34041             "type": "string"
34042           }, 
34043           {
34044             "description": "Name that identifies the physical interface", 
34045             "example": "__INTERFACE-NAME__", 
34046             "in": "path", 
34047             "name": "interface-name", 
34048             "required": true, 
34049             "type": "string"
34050           }, 
34051           {
34052             "description": "n/a", 
34053             "in": "query", 
34054             "name": "interface-name", 
34055             "required": false, 
34056             "type": "string"
34057           }, 
34058           {
34059             "description": "n/a", 
34060             "in": "query", 
34061             "name": "interface-id", 
34062             "required": false, 
34063             "type": "string"
34064           }, 
34065           {
34066             "description": "n/a", 
34067             "in": "query", 
34068             "name": "macaddr", 
34069             "required": false, 
34070             "type": "string"
34071           }, 
34072           {
34073             "description": "n/a", 
34074             "in": "query", 
34075             "name": "network-name", 
34076             "required": false, 
34077             "type": "string"
34078           }
34079         ], 
34080         "produces": [
34081           "application/json", 
34082           "application/xml"
34083         ], 
34084         "responses": {
34085           "200": {
34086             "description": "successful operation", 
34087             "schema": {
34088               "$ref": "#/definitions/l-interfaces"
34089             }
34090           }, 
34091           "default": {
34092             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34093           }
34094         }, 
34095         "summary": "returns l-interfaces", 
34096         "tags": [
34097           "CloudInfrastructure"
34098         ]
34099       }
34100     }, 
34101     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
34102       "delete": {
34103         "consumes": [
34104           "application/json", 
34105           "application/xml"
34106         ], 
34107         "description": "delete an existing l-interface", 
34108         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface", 
34109         "parameters": [
34110           {
34111             "description": "Value from executing hostname on the compute node.", 
34112             "example": "__HOSTNAME__", 
34113             "in": "path", 
34114             "name": "hostname", 
34115             "required": true, 
34116             "type": "string"
34117           }, 
34118           {
34119             "description": "Name that identifies the physical interface", 
34120             "example": "__INTERFACE-NAME__", 
34121             "in": "path", 
34122             "name": "interface-name", 
34123             "required": true, 
34124             "type": "string"
34125           }, 
34126           {
34127             "description": "Name given to the interface", 
34128             "example": "__INTERFACE-NAME__", 
34129             "in": "path", 
34130             "name": "l-interface.interface-name", 
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 l-interface", 
34152         "tags": [
34153           "CloudInfrastructure"
34154         ]
34155       }, 
34156       "get": {
34157         "description": "returns l-interface", 
34158         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface", 
34159         "parameters": [
34160           {
34161             "description": "Value from executing hostname on the compute node.", 
34162             "example": "__HOSTNAME__", 
34163             "in": "path", 
34164             "name": "hostname", 
34165             "required": true, 
34166             "type": "string"
34167           }, 
34168           {
34169             "description": "Name that identifies the physical interface", 
34170             "example": "__INTERFACE-NAME__", 
34171             "in": "path", 
34172             "name": "interface-name", 
34173             "required": true, 
34174             "type": "string"
34175           }, 
34176           {
34177             "description": "Name given to the interface", 
34178             "example": "__INTERFACE-NAME__", 
34179             "in": "path", 
34180             "name": "l-interface.interface-name", 
34181             "required": true, 
34182             "type": "string"
34183           }
34184         ], 
34185         "produces": [
34186           "application/json", 
34187           "application/xml"
34188         ], 
34189         "responses": {
34190           "200": {
34191             "description": "successful operation", 
34192             "schema": {
34193               "$ref": "#/definitions/l-interface"
34194             }
34195           }, 
34196           "default": {
34197             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34198           }
34199         }, 
34200         "summary": "returns l-interface", 
34201         "tags": [
34202           "CloudInfrastructure"
34203         ]
34204       }, 
34205       "patch": {
34206         "consumes": [
34207           "application/json"
34208         ], 
34209         "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", 
34210         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface", 
34211         "parameters": [
34212           {
34213             "description": "Value from executing hostname on the compute node.", 
34214             "example": "__HOSTNAME__", 
34215             "in": "path", 
34216             "name": "hostname", 
34217             "required": true, 
34218             "type": "string"
34219           }, 
34220           {
34221             "description": "Name that identifies the physical interface", 
34222             "example": "__INTERFACE-NAME__", 
34223             "in": "path", 
34224             "name": "interface-name", 
34225             "required": true, 
34226             "type": "string"
34227           }, 
34228           {
34229             "description": "Name given to the interface", 
34230             "example": "__INTERFACE-NAME__", 
34231             "in": "path", 
34232             "name": "l-interface.interface-name", 
34233             "required": true, 
34234             "type": "string"
34235           }, 
34236           {
34237             "description": "l-interface object that needs to be updated.", 
34238             "in": "body", 
34239             "name": "body", 
34240             "required": true, 
34241             "schema": {
34242               "$ref": "#/definitions/zzzz-patch-l-interface"
34243             }
34244           }
34245         ], 
34246         "produces": [
34247           "application/json"
34248         ], 
34249         "responses": {
34250           "default": {
34251             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34252           }
34253         }, 
34254         "summary": "update an existing l-interface", 
34255         "tags": [
34256           "CloudInfrastructure"
34257         ]
34258       }, 
34259       "put": {
34260         "consumes": [
34261           "application/json", 
34262           "application/xml"
34263         ], 
34264         "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", 
34265         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface", 
34266         "parameters": [
34267           {
34268             "description": "Value from executing hostname on the compute node.", 
34269             "example": "__HOSTNAME__", 
34270             "in": "path", 
34271             "name": "hostname", 
34272             "required": true, 
34273             "type": "string"
34274           }, 
34275           {
34276             "description": "Name that identifies the physical interface", 
34277             "example": "__INTERFACE-NAME__", 
34278             "in": "path", 
34279             "name": "interface-name", 
34280             "required": true, 
34281             "type": "string"
34282           }, 
34283           {
34284             "description": "Name given to the interface", 
34285             "example": "__INTERFACE-NAME__", 
34286             "in": "path", 
34287             "name": "l-interface.interface-name", 
34288             "required": true, 
34289             "type": "string"
34290           }, 
34291           {
34292             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface.json)", 
34293             "in": "body", 
34294             "name": "body", 
34295             "required": true, 
34296             "schema": {
34297               "$ref": "#/definitions/l-interface"
34298             }
34299           }
34300         ], 
34301         "produces": [
34302           "application/json", 
34303           "application/xml"
34304         ], 
34305         "responses": {
34306           "default": {
34307             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34308           }
34309         }, 
34310         "summary": "create or update an existing l-interface", 
34311         "tags": [
34312           "CloudInfrastructure"
34313         ]
34314       }
34315     }, 
34316     "/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}": {
34317       "delete": {
34318         "consumes": [
34319           "application/json", 
34320           "application/xml"
34321         ], 
34322         "description": "delete an existing l3-interface-ipv4-address-list", 
34323         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
34324         "parameters": [
34325           {
34326             "description": "Value from executing hostname on the compute node.", 
34327             "example": "__HOSTNAME__", 
34328             "in": "path", 
34329             "name": "hostname", 
34330             "required": true, 
34331             "type": "string"
34332           }, 
34333           {
34334             "description": "Name that identifies the physical interface", 
34335             "example": "__INTERFACE-NAME__", 
34336             "in": "path", 
34337             "name": "interface-name", 
34338             "required": true, 
34339             "type": "string"
34340           }, 
34341           {
34342             "description": "Name given to the interface", 
34343             "example": "__INTERFACE-NAME__", 
34344             "in": "path", 
34345             "name": "l-interface.interface-name", 
34346             "required": true, 
34347             "type": "string"
34348           }, 
34349           {
34350             "description": "IP address", 
34351             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
34352             "in": "path", 
34353             "name": "l3-interface-ipv4-address", 
34354             "required": true, 
34355             "type": "string"
34356           }, 
34357           {
34358             "description": "resource-version for concurrency", 
34359             "in": "query", 
34360             "name": "resource-version", 
34361             "required": true, 
34362             "type": "string"
34363           }
34364         ], 
34365         "produces": [
34366           "application/json", 
34367           "application/xml"
34368         ], 
34369         "responses": {
34370           "default": {
34371             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34372           }
34373         }, 
34374         "summary": "delete an existing l3-interface-ipv4-address-list", 
34375         "tags": [
34376           "CloudInfrastructure"
34377         ]
34378       }, 
34379       "get": {
34380         "description": "returns l3-interface-ipv4-address-list", 
34381         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
34382         "parameters": [
34383           {
34384             "description": "Value from executing hostname on the compute node.", 
34385             "example": "__HOSTNAME__", 
34386             "in": "path", 
34387             "name": "hostname", 
34388             "required": true, 
34389             "type": "string"
34390           }, 
34391           {
34392             "description": "Name that identifies the physical interface", 
34393             "example": "__INTERFACE-NAME__", 
34394             "in": "path", 
34395             "name": "interface-name", 
34396             "required": true, 
34397             "type": "string"
34398           }, 
34399           {
34400             "description": "Name given to the interface", 
34401             "example": "__INTERFACE-NAME__", 
34402             "in": "path", 
34403             "name": "l-interface.interface-name", 
34404             "required": true, 
34405             "type": "string"
34406           }, 
34407           {
34408             "description": "IP address", 
34409             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
34410             "in": "path", 
34411             "name": "l3-interface-ipv4-address", 
34412             "required": true, 
34413             "type": "string"
34414           }
34415         ], 
34416         "produces": [
34417           "application/json", 
34418           "application/xml"
34419         ], 
34420         "responses": {
34421           "200": {
34422             "description": "successful operation", 
34423             "schema": {
34424               "$ref": "#/definitions/l3-interface-ipv4-address-list"
34425             }
34426           }, 
34427           "default": {
34428             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34429           }
34430         }, 
34431         "summary": "returns l3-interface-ipv4-address-list", 
34432         "tags": [
34433           "CloudInfrastructure"
34434         ]
34435       }, 
34436       "patch": {
34437         "consumes": [
34438           "application/json"
34439         ], 
34440         "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", 
34441         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
34442         "parameters": [
34443           {
34444             "description": "Value from executing hostname on the compute node.", 
34445             "example": "__HOSTNAME__", 
34446             "in": "path", 
34447             "name": "hostname", 
34448             "required": true, 
34449             "type": "string"
34450           }, 
34451           {
34452             "description": "Name that identifies the physical interface", 
34453             "example": "__INTERFACE-NAME__", 
34454             "in": "path", 
34455             "name": "interface-name", 
34456             "required": true, 
34457             "type": "string"
34458           }, 
34459           {
34460             "description": "Name given to the interface", 
34461             "example": "__INTERFACE-NAME__", 
34462             "in": "path", 
34463             "name": "l-interface.interface-name", 
34464             "required": true, 
34465             "type": "string"
34466           }, 
34467           {
34468             "description": "IP address", 
34469             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
34470             "in": "path", 
34471             "name": "l3-interface-ipv4-address", 
34472             "required": true, 
34473             "type": "string"
34474           }, 
34475           {
34476             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
34477             "in": "body", 
34478             "name": "body", 
34479             "required": true, 
34480             "schema": {
34481               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
34482             }
34483           }
34484         ], 
34485         "produces": [
34486           "application/json"
34487         ], 
34488         "responses": {
34489           "default": {
34490             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34491           }
34492         }, 
34493         "summary": "update an existing l3-interface-ipv4-address-list", 
34494         "tags": [
34495           "CloudInfrastructure"
34496         ]
34497       }, 
34498       "put": {
34499         "consumes": [
34500           "application/json", 
34501           "application/xml"
34502         ], 
34503         "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", 
34504         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
34505         "parameters": [
34506           {
34507             "description": "Value from executing hostname on the compute node.", 
34508             "example": "__HOSTNAME__", 
34509             "in": "path", 
34510             "name": "hostname", 
34511             "required": true, 
34512             "type": "string"
34513           }, 
34514           {
34515             "description": "Name that identifies the physical interface", 
34516             "example": "__INTERFACE-NAME__", 
34517             "in": "path", 
34518             "name": "interface-name", 
34519             "required": true, 
34520             "type": "string"
34521           }, 
34522           {
34523             "description": "Name given to the interface", 
34524             "example": "__INTERFACE-NAME__", 
34525             "in": "path", 
34526             "name": "l-interface.interface-name", 
34527             "required": true, 
34528             "type": "string"
34529           }, 
34530           {
34531             "description": "IP address", 
34532             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
34533             "in": "path", 
34534             "name": "l3-interface-ipv4-address", 
34535             "required": true, 
34536             "type": "string"
34537           }, 
34538           {
34539             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
34540             "in": "body", 
34541             "name": "body", 
34542             "required": true, 
34543             "schema": {
34544               "$ref": "#/definitions/l3-interface-ipv4-address-list"
34545             }
34546           }
34547         ], 
34548         "produces": [
34549           "application/json", 
34550           "application/xml"
34551         ], 
34552         "responses": {
34553           "default": {
34554             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34555           }
34556         }, 
34557         "summary": "create or update an existing l3-interface-ipv4-address-list", 
34558         "tags": [
34559           "CloudInfrastructure"
34560         ]
34561       }
34562     }, 
34563     "/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": {
34564       "delete": {
34565         "consumes": [
34566           "application/json", 
34567           "application/xml"
34568         ], 
34569         "description": "delete an existing relationship", 
34570         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
34571         "parameters": [
34572           {
34573             "description": "Value from executing hostname on the compute node.", 
34574             "example": "__HOSTNAME__", 
34575             "in": "path", 
34576             "name": "hostname", 
34577             "required": true, 
34578             "type": "string"
34579           }, 
34580           {
34581             "description": "Name that identifies the physical interface", 
34582             "example": "__INTERFACE-NAME__", 
34583             "in": "path", 
34584             "name": "interface-name", 
34585             "required": true, 
34586             "type": "string"
34587           }, 
34588           {
34589             "description": "Name given to the interface", 
34590             "example": "__INTERFACE-NAME__", 
34591             "in": "path", 
34592             "name": "l-interface.interface-name", 
34593             "required": true, 
34594             "type": "string"
34595           }, 
34596           {
34597             "description": "IP address", 
34598             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
34599             "in": "path", 
34600             "name": "l3-interface-ipv4-address", 
34601             "required": true, 
34602             "type": "string"
34603           }
34604         ], 
34605         "produces": [
34606           "application/json", 
34607           "application/xml"
34608         ], 
34609         "responses": {
34610           "default": {
34611             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34612           }
34613         }, 
34614         "summary": "delete an existing relationship", 
34615         "tags": [
34616           "CloudInfrastructure"
34617         ]
34618       }, 
34619       "put": {
34620         "consumes": [
34621           "application/json", 
34622           "application/xml"
34623         ], 
34624         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
34625         "parameters": [
34626           {
34627             "description": "Value from executing hostname on the compute node.", 
34628             "example": "__HOSTNAME__", 
34629             "in": "path", 
34630             "name": "hostname", 
34631             "required": true, 
34632             "type": "string"
34633           }, 
34634           {
34635             "description": "Name that identifies the physical interface", 
34636             "example": "__INTERFACE-NAME__", 
34637             "in": "path", 
34638             "name": "interface-name", 
34639             "required": true, 
34640             "type": "string"
34641           }, 
34642           {
34643             "description": "Name given to the interface", 
34644             "example": "__INTERFACE-NAME__", 
34645             "in": "path", 
34646             "name": "l-interface.interface-name", 
34647             "required": true, 
34648             "type": "string"
34649           }, 
34650           {
34651             "description": "IP address", 
34652             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
34653             "in": "path", 
34654             "name": "l3-interface-ipv4-address", 
34655             "required": true, 
34656             "type": "string"
34657           }, 
34658           {
34659             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
34660             "in": "body", 
34661             "name": "body", 
34662             "required": true, 
34663             "schema": {
34664               "$ref": "#/definitions/relationship-dict"
34665             }
34666           }
34667         ], 
34668         "produces": [
34669           "application/json", 
34670           "application/xml"
34671         ], 
34672         "responses": {
34673           "default": {
34674             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34675           }
34676         }, 
34677         "summary": "see node definition for valid relationships", 
34678         "tags": [
34679           "CloudInfrastructure"
34680         ]
34681       }
34682     }, 
34683     "/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}": {
34684       "delete": {
34685         "consumes": [
34686           "application/json", 
34687           "application/xml"
34688         ], 
34689         "description": "delete an existing l3-interface-ipv6-address-list", 
34690         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
34691         "parameters": [
34692           {
34693             "description": "Value from executing hostname on the compute node.", 
34694             "example": "__HOSTNAME__", 
34695             "in": "path", 
34696             "name": "hostname", 
34697             "required": true, 
34698             "type": "string"
34699           }, 
34700           {
34701             "description": "Name that identifies the physical interface", 
34702             "example": "__INTERFACE-NAME__", 
34703             "in": "path", 
34704             "name": "interface-name", 
34705             "required": true, 
34706             "type": "string"
34707           }, 
34708           {
34709             "description": "Name given to the interface", 
34710             "example": "__INTERFACE-NAME__", 
34711             "in": "path", 
34712             "name": "l-interface.interface-name", 
34713             "required": true, 
34714             "type": "string"
34715           }, 
34716           {
34717             "description": "IP address", 
34718             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
34719             "in": "path", 
34720             "name": "l3-interface-ipv6-address", 
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 l3-interface-ipv6-address-list", 
34742         "tags": [
34743           "CloudInfrastructure"
34744         ]
34745       }, 
34746       "get": {
34747         "description": "returns l3-interface-ipv6-address-list", 
34748         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
34749         "parameters": [
34750           {
34751             "description": "Value from executing hostname on the compute node.", 
34752             "example": "__HOSTNAME__", 
34753             "in": "path", 
34754             "name": "hostname", 
34755             "required": true, 
34756             "type": "string"
34757           }, 
34758           {
34759             "description": "Name that identifies the physical interface", 
34760             "example": "__INTERFACE-NAME__", 
34761             "in": "path", 
34762             "name": "interface-name", 
34763             "required": true, 
34764             "type": "string"
34765           }, 
34766           {
34767             "description": "Name given to the interface", 
34768             "example": "__INTERFACE-NAME__", 
34769             "in": "path", 
34770             "name": "l-interface.interface-name", 
34771             "required": true, 
34772             "type": "string"
34773           }, 
34774           {
34775             "description": "IP address", 
34776             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
34777             "in": "path", 
34778             "name": "l3-interface-ipv6-address", 
34779             "required": true, 
34780             "type": "string"
34781           }
34782         ], 
34783         "produces": [
34784           "application/json", 
34785           "application/xml"
34786         ], 
34787         "responses": {
34788           "200": {
34789             "description": "successful operation", 
34790             "schema": {
34791               "$ref": "#/definitions/l3-interface-ipv6-address-list"
34792             }
34793           }, 
34794           "default": {
34795             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34796           }
34797         }, 
34798         "summary": "returns l3-interface-ipv6-address-list", 
34799         "tags": [
34800           "CloudInfrastructure"
34801         ]
34802       }, 
34803       "patch": {
34804         "consumes": [
34805           "application/json"
34806         ], 
34807         "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", 
34808         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
34809         "parameters": [
34810           {
34811             "description": "Value from executing hostname on the compute node.", 
34812             "example": "__HOSTNAME__", 
34813             "in": "path", 
34814             "name": "hostname", 
34815             "required": true, 
34816             "type": "string"
34817           }, 
34818           {
34819             "description": "Name that identifies the physical interface", 
34820             "example": "__INTERFACE-NAME__", 
34821             "in": "path", 
34822             "name": "interface-name", 
34823             "required": true, 
34824             "type": "string"
34825           }, 
34826           {
34827             "description": "Name given to the interface", 
34828             "example": "__INTERFACE-NAME__", 
34829             "in": "path", 
34830             "name": "l-interface.interface-name", 
34831             "required": true, 
34832             "type": "string"
34833           }, 
34834           {
34835             "description": "IP address", 
34836             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
34837             "in": "path", 
34838             "name": "l3-interface-ipv6-address", 
34839             "required": true, 
34840             "type": "string"
34841           }, 
34842           {
34843             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
34844             "in": "body", 
34845             "name": "body", 
34846             "required": true, 
34847             "schema": {
34848               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
34849             }
34850           }
34851         ], 
34852         "produces": [
34853           "application/json"
34854         ], 
34855         "responses": {
34856           "default": {
34857             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34858           }
34859         }, 
34860         "summary": "update an existing l3-interface-ipv6-address-list", 
34861         "tags": [
34862           "CloudInfrastructure"
34863         ]
34864       }, 
34865       "put": {
34866         "consumes": [
34867           "application/json", 
34868           "application/xml"
34869         ], 
34870         "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", 
34871         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
34872         "parameters": [
34873           {
34874             "description": "Value from executing hostname on the compute node.", 
34875             "example": "__HOSTNAME__", 
34876             "in": "path", 
34877             "name": "hostname", 
34878             "required": true, 
34879             "type": "string"
34880           }, 
34881           {
34882             "description": "Name that identifies the physical interface", 
34883             "example": "__INTERFACE-NAME__", 
34884             "in": "path", 
34885             "name": "interface-name", 
34886             "required": true, 
34887             "type": "string"
34888           }, 
34889           {
34890             "description": "Name given to the interface", 
34891             "example": "__INTERFACE-NAME__", 
34892             "in": "path", 
34893             "name": "l-interface.interface-name", 
34894             "required": true, 
34895             "type": "string"
34896           }, 
34897           {
34898             "description": "IP address", 
34899             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
34900             "in": "path", 
34901             "name": "l3-interface-ipv6-address", 
34902             "required": true, 
34903             "type": "string"
34904           }, 
34905           {
34906             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
34907             "in": "body", 
34908             "name": "body", 
34909             "required": true, 
34910             "schema": {
34911               "$ref": "#/definitions/l3-interface-ipv6-address-list"
34912             }
34913           }
34914         ], 
34915         "produces": [
34916           "application/json", 
34917           "application/xml"
34918         ], 
34919         "responses": {
34920           "default": {
34921             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34922           }
34923         }, 
34924         "summary": "create or update an existing l3-interface-ipv6-address-list", 
34925         "tags": [
34926           "CloudInfrastructure"
34927         ]
34928       }
34929     }, 
34930     "/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": {
34931       "delete": {
34932         "consumes": [
34933           "application/json", 
34934           "application/xml"
34935         ], 
34936         "description": "delete an existing relationship", 
34937         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
34938         "parameters": [
34939           {
34940             "description": "Value from executing hostname on the compute node.", 
34941             "example": "__HOSTNAME__", 
34942             "in": "path", 
34943             "name": "hostname", 
34944             "required": true, 
34945             "type": "string"
34946           }, 
34947           {
34948             "description": "Name that identifies the physical interface", 
34949             "example": "__INTERFACE-NAME__", 
34950             "in": "path", 
34951             "name": "interface-name", 
34952             "required": true, 
34953             "type": "string"
34954           }, 
34955           {
34956             "description": "Name given to the interface", 
34957             "example": "__INTERFACE-NAME__", 
34958             "in": "path", 
34959             "name": "l-interface.interface-name", 
34960             "required": true, 
34961             "type": "string"
34962           }, 
34963           {
34964             "description": "IP address", 
34965             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
34966             "in": "path", 
34967             "name": "l3-interface-ipv6-address", 
34968             "required": true, 
34969             "type": "string"
34970           }
34971         ], 
34972         "produces": [
34973           "application/json", 
34974           "application/xml"
34975         ], 
34976         "responses": {
34977           "default": {
34978             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
34979           }
34980         }, 
34981         "summary": "delete an existing relationship", 
34982         "tags": [
34983           "CloudInfrastructure"
34984         ]
34985       }, 
34986       "put": {
34987         "consumes": [
34988           "application/json", 
34989           "application/xml"
34990         ], 
34991         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
34992         "parameters": [
34993           {
34994             "description": "Value from executing hostname on the compute node.", 
34995             "example": "__HOSTNAME__", 
34996             "in": "path", 
34997             "name": "hostname", 
34998             "required": true, 
34999             "type": "string"
35000           }, 
35001           {
35002             "description": "Name that identifies the physical interface", 
35003             "example": "__INTERFACE-NAME__", 
35004             "in": "path", 
35005             "name": "interface-name", 
35006             "required": true, 
35007             "type": "string"
35008           }, 
35009           {
35010             "description": "Name given to the interface", 
35011             "example": "__INTERFACE-NAME__", 
35012             "in": "path", 
35013             "name": "l-interface.interface-name", 
35014             "required": true, 
35015             "type": "string"
35016           }, 
35017           {
35018             "description": "IP address", 
35019             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
35020             "in": "path", 
35021             "name": "l3-interface-ipv6-address", 
35022             "required": true, 
35023             "type": "string"
35024           }, 
35025           {
35026             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
35027             "in": "body", 
35028             "name": "body", 
35029             "required": true, 
35030             "schema": {
35031               "$ref": "#/definitions/relationship-dict"
35032             }
35033           }
35034         ], 
35035         "produces": [
35036           "application/json", 
35037           "application/xml"
35038         ], 
35039         "responses": {
35040           "default": {
35041             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35042           }
35043         }, 
35044         "summary": "see node definition for valid relationships", 
35045         "tags": [
35046           "CloudInfrastructure"
35047         ]
35048       }
35049     }, 
35050     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
35051       "delete": {
35052         "consumes": [
35053           "application/json", 
35054           "application/xml"
35055         ], 
35056         "description": "delete an existing relationship", 
35057         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
35058         "parameters": [
35059           {
35060             "description": "Value from executing hostname on the compute node.", 
35061             "example": "__HOSTNAME__", 
35062             "in": "path", 
35063             "name": "hostname", 
35064             "required": true, 
35065             "type": "string"
35066           }, 
35067           {
35068             "description": "Name that identifies the physical interface", 
35069             "example": "__INTERFACE-NAME__", 
35070             "in": "path", 
35071             "name": "interface-name", 
35072             "required": true, 
35073             "type": "string"
35074           }, 
35075           {
35076             "description": "Name given to the interface", 
35077             "example": "__INTERFACE-NAME__", 
35078             "in": "path", 
35079             "name": "l-interface.interface-name", 
35080             "required": true, 
35081             "type": "string"
35082           }
35083         ], 
35084         "produces": [
35085           "application/json", 
35086           "application/xml"
35087         ], 
35088         "responses": {
35089           "default": {
35090             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35091           }
35092         }, 
35093         "summary": "delete an existing relationship", 
35094         "tags": [
35095           "CloudInfrastructure"
35096         ]
35097       }, 
35098       "put": {
35099         "consumes": [
35100           "application/json", 
35101           "application/xml"
35102         ], 
35103         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
35104         "parameters": [
35105           {
35106             "description": "Value from executing hostname on the compute node.", 
35107             "example": "__HOSTNAME__", 
35108             "in": "path", 
35109             "name": "hostname", 
35110             "required": true, 
35111             "type": "string"
35112           }, 
35113           {
35114             "description": "Name that identifies the physical interface", 
35115             "example": "__INTERFACE-NAME__", 
35116             "in": "path", 
35117             "name": "interface-name", 
35118             "required": true, 
35119             "type": "string"
35120           }, 
35121           {
35122             "description": "Name given to the interface", 
35123             "example": "__INTERFACE-NAME__", 
35124             "in": "path", 
35125             "name": "l-interface.interface-name", 
35126             "required": true, 
35127             "type": "string"
35128           }, 
35129           {
35130             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterface.json)", 
35131             "in": "body", 
35132             "name": "body", 
35133             "required": true, 
35134             "schema": {
35135               "$ref": "#/definitions/relationship-dict"
35136             }
35137           }
35138         ], 
35139         "produces": [
35140           "application/json", 
35141           "application/xml"
35142         ], 
35143         "responses": {
35144           "default": {
35145             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35146           }
35147         }, 
35148         "summary": "see node definition for valid relationships", 
35149         "tags": [
35150           "CloudInfrastructure"
35151         ]
35152       }
35153     }, 
35154     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
35155       "get": {
35156         "description": "returns sriov-vfs", 
35157         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfs", 
35158         "parameters": [
35159           {
35160             "description": "Value from executing hostname on the compute node.", 
35161             "example": "__HOSTNAME__", 
35162             "in": "path", 
35163             "name": "hostname", 
35164             "required": true, 
35165             "type": "string"
35166           }, 
35167           {
35168             "description": "Name that identifies the physical interface", 
35169             "example": "__INTERFACE-NAME__", 
35170             "in": "path", 
35171             "name": "interface-name", 
35172             "required": true, 
35173             "type": "string"
35174           }, 
35175           {
35176             "description": "Name given to the interface", 
35177             "example": "__INTERFACE-NAME__", 
35178             "in": "path", 
35179             "name": "l-interface.interface-name", 
35180             "required": true, 
35181             "type": "string"
35182           }, 
35183           {
35184             "description": "n/a", 
35185             "in": "query", 
35186             "name": "pci-id", 
35187             "required": false, 
35188             "type": "string"
35189           }, 
35190           {
35191             "description": "n/a", 
35192             "in": "query", 
35193             "name": "vf-vlan-filter", 
35194             "required": false, 
35195             "type": "string"
35196           }, 
35197           {
35198             "description": "n/a", 
35199             "in": "query", 
35200             "name": "vf-mac-filter", 
35201             "required": false, 
35202             "type": "string"
35203           }, 
35204           {
35205             "description": "n/a", 
35206             "in": "query", 
35207             "name": "vf-vlan-strip", 
35208             "required": false, 
35209             "type": "boolean"
35210           }, 
35211           {
35212             "description": "n/a", 
35213             "in": "query", 
35214             "name": "neutron-network-id", 
35215             "required": false, 
35216             "type": "string"
35217           }
35218         ], 
35219         "produces": [
35220           "application/json", 
35221           "application/xml"
35222         ], 
35223         "responses": {
35224           "200": {
35225             "description": "successful operation", 
35226             "schema": {
35227               "$ref": "#/definitions/sriov-vfs"
35228             }
35229           }, 
35230           "default": {
35231             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35232           }
35233         }, 
35234         "summary": "returns sriov-vfs", 
35235         "tags": [
35236           "CloudInfrastructure"
35237         ]
35238       }
35239     }, 
35240     "/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}": {
35241       "delete": {
35242         "consumes": [
35243           "application/json", 
35244           "application/xml"
35245         ], 
35246         "description": "delete an existing sriov-vf", 
35247         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
35248         "parameters": [
35249           {
35250             "description": "Value from executing hostname on the compute node.", 
35251             "example": "__HOSTNAME__", 
35252             "in": "path", 
35253             "name": "hostname", 
35254             "required": true, 
35255             "type": "string"
35256           }, 
35257           {
35258             "description": "Name that identifies the physical interface", 
35259             "example": "__INTERFACE-NAME__", 
35260             "in": "path", 
35261             "name": "interface-name", 
35262             "required": true, 
35263             "type": "string"
35264           }, 
35265           {
35266             "description": "Name given to the interface", 
35267             "example": "__INTERFACE-NAME__", 
35268             "in": "path", 
35269             "name": "l-interface.interface-name", 
35270             "required": true, 
35271             "type": "string"
35272           }, 
35273           {
35274             "description": "PCI ID used to identify the sriov-vf", 
35275             "example": "__PCI-ID__", 
35276             "in": "path", 
35277             "name": "pci-id", 
35278             "required": true, 
35279             "type": "string"
35280           }, 
35281           {
35282             "description": "resource-version for concurrency", 
35283             "in": "query", 
35284             "name": "resource-version", 
35285             "required": true, 
35286             "type": "string"
35287           }
35288         ], 
35289         "produces": [
35290           "application/json", 
35291           "application/xml"
35292         ], 
35293         "responses": {
35294           "default": {
35295             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35296           }
35297         }, 
35298         "summary": "delete an existing sriov-vf", 
35299         "tags": [
35300           "CloudInfrastructure"
35301         ]
35302       }, 
35303       "get": {
35304         "description": "returns sriov-vf", 
35305         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
35306         "parameters": [
35307           {
35308             "description": "Value from executing hostname on the compute node.", 
35309             "example": "__HOSTNAME__", 
35310             "in": "path", 
35311             "name": "hostname", 
35312             "required": true, 
35313             "type": "string"
35314           }, 
35315           {
35316             "description": "Name that identifies the physical interface", 
35317             "example": "__INTERFACE-NAME__", 
35318             "in": "path", 
35319             "name": "interface-name", 
35320             "required": true, 
35321             "type": "string"
35322           }, 
35323           {
35324             "description": "Name given to the interface", 
35325             "example": "__INTERFACE-NAME__", 
35326             "in": "path", 
35327             "name": "l-interface.interface-name", 
35328             "required": true, 
35329             "type": "string"
35330           }, 
35331           {
35332             "description": "PCI ID used to identify the sriov-vf", 
35333             "example": "__PCI-ID__", 
35334             "in": "path", 
35335             "name": "pci-id", 
35336             "required": true, 
35337             "type": "string"
35338           }
35339         ], 
35340         "produces": [
35341           "application/json", 
35342           "application/xml"
35343         ], 
35344         "responses": {
35345           "200": {
35346             "description": "successful operation", 
35347             "schema": {
35348               "$ref": "#/definitions/sriov-vf"
35349             }
35350           }, 
35351           "default": {
35352             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35353           }
35354         }, 
35355         "summary": "returns sriov-vf", 
35356         "tags": [
35357           "CloudInfrastructure"
35358         ]
35359       }, 
35360       "patch": {
35361         "consumes": [
35362           "application/json"
35363         ], 
35364         "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", 
35365         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
35366         "parameters": [
35367           {
35368             "description": "Value from executing hostname on the compute node.", 
35369             "example": "__HOSTNAME__", 
35370             "in": "path", 
35371             "name": "hostname", 
35372             "required": true, 
35373             "type": "string"
35374           }, 
35375           {
35376             "description": "Name that identifies the physical interface", 
35377             "example": "__INTERFACE-NAME__", 
35378             "in": "path", 
35379             "name": "interface-name", 
35380             "required": true, 
35381             "type": "string"
35382           }, 
35383           {
35384             "description": "Name given to the interface", 
35385             "example": "__INTERFACE-NAME__", 
35386             "in": "path", 
35387             "name": "l-interface.interface-name", 
35388             "required": true, 
35389             "type": "string"
35390           }, 
35391           {
35392             "description": "PCI ID used to identify the sriov-vf", 
35393             "example": "__PCI-ID__", 
35394             "in": "path", 
35395             "name": "pci-id", 
35396             "required": true, 
35397             "type": "string"
35398           }, 
35399           {
35400             "description": "sriov-vf object that needs to be updated.", 
35401             "in": "body", 
35402             "name": "body", 
35403             "required": true, 
35404             "schema": {
35405               "$ref": "#/definitions/zzzz-patch-sriov-vf"
35406             }
35407           }
35408         ], 
35409         "produces": [
35410           "application/json"
35411         ], 
35412         "responses": {
35413           "default": {
35414             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35415           }
35416         }, 
35417         "summary": "update an existing sriov-vf", 
35418         "tags": [
35419           "CloudInfrastructure"
35420         ]
35421       }, 
35422       "put": {
35423         "consumes": [
35424           "application/json", 
35425           "application/xml"
35426         ], 
35427         "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", 
35428         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
35429         "parameters": [
35430           {
35431             "description": "Value from executing hostname on the compute node.", 
35432             "example": "__HOSTNAME__", 
35433             "in": "path", 
35434             "name": "hostname", 
35435             "required": true, 
35436             "type": "string"
35437           }, 
35438           {
35439             "description": "Name that identifies the physical interface", 
35440             "example": "__INTERFACE-NAME__", 
35441             "in": "path", 
35442             "name": "interface-name", 
35443             "required": true, 
35444             "type": "string"
35445           }, 
35446           {
35447             "description": "Name given to the interface", 
35448             "example": "__INTERFACE-NAME__", 
35449             "in": "path", 
35450             "name": "l-interface.interface-name", 
35451             "required": true, 
35452             "type": "string"
35453           }, 
35454           {
35455             "description": "PCI ID used to identify the sriov-vf", 
35456             "example": "__PCI-ID__", 
35457             "in": "path", 
35458             "name": "pci-id", 
35459             "required": true, 
35460             "type": "string"
35461           }, 
35462           {
35463             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
35464             "in": "body", 
35465             "name": "body", 
35466             "required": true, 
35467             "schema": {
35468               "$ref": "#/definitions/sriov-vf"
35469             }
35470           }
35471         ], 
35472         "produces": [
35473           "application/json", 
35474           "application/xml"
35475         ], 
35476         "responses": {
35477           "default": {
35478             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35479           }
35480         }, 
35481         "summary": "create or update an existing sriov-vf", 
35482         "tags": [
35483           "CloudInfrastructure"
35484         ]
35485       }
35486     }, 
35487     "/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": {
35488       "delete": {
35489         "consumes": [
35490           "application/json", 
35491           "application/xml"
35492         ], 
35493         "description": "delete an existing relationship", 
35494         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
35495         "parameters": [
35496           {
35497             "description": "Value from executing hostname on the compute node.", 
35498             "example": "__HOSTNAME__", 
35499             "in": "path", 
35500             "name": "hostname", 
35501             "required": true, 
35502             "type": "string"
35503           }, 
35504           {
35505             "description": "Name that identifies the physical interface", 
35506             "example": "__INTERFACE-NAME__", 
35507             "in": "path", 
35508             "name": "interface-name", 
35509             "required": true, 
35510             "type": "string"
35511           }, 
35512           {
35513             "description": "Name given to the interface", 
35514             "example": "__INTERFACE-NAME__", 
35515             "in": "path", 
35516             "name": "l-interface.interface-name", 
35517             "required": true, 
35518             "type": "string"
35519           }, 
35520           {
35521             "description": "PCI ID used to identify the sriov-vf", 
35522             "example": "__PCI-ID__", 
35523             "in": "path", 
35524             "name": "pci-id", 
35525             "required": true, 
35526             "type": "string"
35527           }
35528         ], 
35529         "produces": [
35530           "application/json", 
35531           "application/xml"
35532         ], 
35533         "responses": {
35534           "default": {
35535             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35536           }
35537         }, 
35538         "summary": "delete an existing relationship", 
35539         "tags": [
35540           "CloudInfrastructure"
35541         ]
35542       }, 
35543       "put": {
35544         "consumes": [
35545           "application/json", 
35546           "application/xml"
35547         ], 
35548         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
35549         "parameters": [
35550           {
35551             "description": "Value from executing hostname on the compute node.", 
35552             "example": "__HOSTNAME__", 
35553             "in": "path", 
35554             "name": "hostname", 
35555             "required": true, 
35556             "type": "string"
35557           }, 
35558           {
35559             "description": "Name that identifies the physical interface", 
35560             "example": "__INTERFACE-NAME__", 
35561             "in": "path", 
35562             "name": "interface-name", 
35563             "required": true, 
35564             "type": "string"
35565           }, 
35566           {
35567             "description": "Name given to the interface", 
35568             "example": "__INTERFACE-NAME__", 
35569             "in": "path", 
35570             "name": "l-interface.interface-name", 
35571             "required": true, 
35572             "type": "string"
35573           }, 
35574           {
35575             "description": "PCI ID used to identify the sriov-vf", 
35576             "example": "__PCI-ID__", 
35577             "in": "path", 
35578             "name": "pci-id", 
35579             "required": true, 
35580             "type": "string"
35581           }, 
35582           {
35583             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
35584             "in": "body", 
35585             "name": "body", 
35586             "required": true, 
35587             "schema": {
35588               "$ref": "#/definitions/relationship-dict"
35589             }
35590           }
35591         ], 
35592         "produces": [
35593           "application/json", 
35594           "application/xml"
35595         ], 
35596         "responses": {
35597           "default": {
35598             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35599           }
35600         }, 
35601         "summary": "see node definition for valid relationships", 
35602         "tags": [
35603           "CloudInfrastructure"
35604         ]
35605       }
35606     }, 
35607     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
35608       "get": {
35609         "description": "returns vlans", 
35610         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlans", 
35611         "parameters": [
35612           {
35613             "description": "Value from executing hostname on the compute node.", 
35614             "example": "__HOSTNAME__", 
35615             "in": "path", 
35616             "name": "hostname", 
35617             "required": true, 
35618             "type": "string"
35619           }, 
35620           {
35621             "description": "Name that identifies the physical interface", 
35622             "example": "__INTERFACE-NAME__", 
35623             "in": "path", 
35624             "name": "interface-name", 
35625             "required": true, 
35626             "type": "string"
35627           }, 
35628           {
35629             "description": "Name given to the interface", 
35630             "example": "__INTERFACE-NAME__", 
35631             "in": "path", 
35632             "name": "l-interface.interface-name", 
35633             "required": true, 
35634             "type": "string"
35635           }, 
35636           {
35637             "description": "n/a", 
35638             "in": "query", 
35639             "name": "vlan-interface", 
35640             "required": false, 
35641             "type": "string"
35642           }, 
35643           {
35644             "description": "n/a", 
35645             "format": "int64", 
35646             "in": "query", 
35647             "name": "vlan-id-inner", 
35648             "required": false, 
35649             "type": "integer"
35650           }, 
35651           {
35652             "description": "n/a", 
35653             "in": "query", 
35654             "name": "vpn-key", 
35655             "required": false, 
35656             "type": "string"
35657           }
35658         ], 
35659         "produces": [
35660           "application/json", 
35661           "application/xml"
35662         ], 
35663         "responses": {
35664           "200": {
35665             "description": "successful operation", 
35666             "schema": {
35667               "$ref": "#/definitions/vlans"
35668             }
35669           }, 
35670           "default": {
35671             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35672           }
35673         }, 
35674         "summary": "returns vlans", 
35675         "tags": [
35676           "CloudInfrastructure"
35677         ]
35678       }
35679     }, 
35680     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
35681       "delete": {
35682         "consumes": [
35683           "application/json", 
35684           "application/xml"
35685         ], 
35686         "description": "delete an existing vlan", 
35687         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
35688         "parameters": [
35689           {
35690             "description": "Value from executing hostname on the compute node.", 
35691             "example": "__HOSTNAME__", 
35692             "in": "path", 
35693             "name": "hostname", 
35694             "required": true, 
35695             "type": "string"
35696           }, 
35697           {
35698             "description": "Name that identifies the physical interface", 
35699             "example": "__INTERFACE-NAME__", 
35700             "in": "path", 
35701             "name": "interface-name", 
35702             "required": true, 
35703             "type": "string"
35704           }, 
35705           {
35706             "description": "Name given to the interface", 
35707             "example": "__INTERFACE-NAME__", 
35708             "in": "path", 
35709             "name": "l-interface.interface-name", 
35710             "required": true, 
35711             "type": "string"
35712           }, 
35713           {
35714             "description": "String that identifies the interface", 
35715             "example": "__VLAN-INTERFACE__", 
35716             "in": "path", 
35717             "name": "vlan-interface", 
35718             "required": true, 
35719             "type": "string"
35720           }, 
35721           {
35722             "description": "resource-version for concurrency", 
35723             "in": "query", 
35724             "name": "resource-version", 
35725             "required": true, 
35726             "type": "string"
35727           }
35728         ], 
35729         "produces": [
35730           "application/json", 
35731           "application/xml"
35732         ], 
35733         "responses": {
35734           "default": {
35735             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35736           }
35737         }, 
35738         "summary": "delete an existing vlan", 
35739         "tags": [
35740           "CloudInfrastructure"
35741         ]
35742       }, 
35743       "get": {
35744         "description": "returns vlan", 
35745         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
35746         "parameters": [
35747           {
35748             "description": "Value from executing hostname on the compute node.", 
35749             "example": "__HOSTNAME__", 
35750             "in": "path", 
35751             "name": "hostname", 
35752             "required": true, 
35753             "type": "string"
35754           }, 
35755           {
35756             "description": "Name that identifies the physical interface", 
35757             "example": "__INTERFACE-NAME__", 
35758             "in": "path", 
35759             "name": "interface-name", 
35760             "required": true, 
35761             "type": "string"
35762           }, 
35763           {
35764             "description": "Name given to the interface", 
35765             "example": "__INTERFACE-NAME__", 
35766             "in": "path", 
35767             "name": "l-interface.interface-name", 
35768             "required": true, 
35769             "type": "string"
35770           }, 
35771           {
35772             "description": "String that identifies the interface", 
35773             "example": "__VLAN-INTERFACE__", 
35774             "in": "path", 
35775             "name": "vlan-interface", 
35776             "required": true, 
35777             "type": "string"
35778           }
35779         ], 
35780         "produces": [
35781           "application/json", 
35782           "application/xml"
35783         ], 
35784         "responses": {
35785           "200": {
35786             "description": "successful operation", 
35787             "schema": {
35788               "$ref": "#/definitions/vlan"
35789             }
35790           }, 
35791           "default": {
35792             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35793           }
35794         }, 
35795         "summary": "returns vlan", 
35796         "tags": [
35797           "CloudInfrastructure"
35798         ]
35799       }, 
35800       "patch": {
35801         "consumes": [
35802           "application/json"
35803         ], 
35804         "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", 
35805         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
35806         "parameters": [
35807           {
35808             "description": "Value from executing hostname on the compute node.", 
35809             "example": "__HOSTNAME__", 
35810             "in": "path", 
35811             "name": "hostname", 
35812             "required": true, 
35813             "type": "string"
35814           }, 
35815           {
35816             "description": "Name that identifies the physical interface", 
35817             "example": "__INTERFACE-NAME__", 
35818             "in": "path", 
35819             "name": "interface-name", 
35820             "required": true, 
35821             "type": "string"
35822           }, 
35823           {
35824             "description": "Name given to the interface", 
35825             "example": "__INTERFACE-NAME__", 
35826             "in": "path", 
35827             "name": "l-interface.interface-name", 
35828             "required": true, 
35829             "type": "string"
35830           }, 
35831           {
35832             "description": "String that identifies the interface", 
35833             "example": "__VLAN-INTERFACE__", 
35834             "in": "path", 
35835             "name": "vlan-interface", 
35836             "required": true, 
35837             "type": "string"
35838           }, 
35839           {
35840             "description": "vlan object that needs to be updated.", 
35841             "in": "body", 
35842             "name": "body", 
35843             "required": true, 
35844             "schema": {
35845               "$ref": "#/definitions/zzzz-patch-vlan"
35846             }
35847           }
35848         ], 
35849         "produces": [
35850           "application/json"
35851         ], 
35852         "responses": {
35853           "default": {
35854             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35855           }
35856         }, 
35857         "summary": "update an existing vlan", 
35858         "tags": [
35859           "CloudInfrastructure"
35860         ]
35861       }, 
35862       "put": {
35863         "consumes": [
35864           "application/json", 
35865           "application/xml"
35866         ], 
35867         "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", 
35868         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
35869         "parameters": [
35870           {
35871             "description": "Value from executing hostname on the compute node.", 
35872             "example": "__HOSTNAME__", 
35873             "in": "path", 
35874             "name": "hostname", 
35875             "required": true, 
35876             "type": "string"
35877           }, 
35878           {
35879             "description": "Name that identifies the physical interface", 
35880             "example": "__INTERFACE-NAME__", 
35881             "in": "path", 
35882             "name": "interface-name", 
35883             "required": true, 
35884             "type": "string"
35885           }, 
35886           {
35887             "description": "Name given to the interface", 
35888             "example": "__INTERFACE-NAME__", 
35889             "in": "path", 
35890             "name": "l-interface.interface-name", 
35891             "required": true, 
35892             "type": "string"
35893           }, 
35894           {
35895             "description": "String that identifies the interface", 
35896             "example": "__VLAN-INTERFACE__", 
35897             "in": "path", 
35898             "name": "vlan-interface", 
35899             "required": true, 
35900             "type": "string"
35901           }, 
35902           {
35903             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
35904             "in": "body", 
35905             "name": "body", 
35906             "required": true, 
35907             "schema": {
35908               "$ref": "#/definitions/vlan"
35909             }
35910           }
35911         ], 
35912         "produces": [
35913           "application/json", 
35914           "application/xml"
35915         ], 
35916         "responses": {
35917           "default": {
35918             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35919           }
35920         }, 
35921         "summary": "create or update an existing vlan", 
35922         "tags": [
35923           "CloudInfrastructure"
35924         ]
35925       }
35926     }, 
35927     "/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}": {
35928       "delete": {
35929         "consumes": [
35930           "application/json", 
35931           "application/xml"
35932         ], 
35933         "description": "delete an existing l3-interface-ipv4-address-list", 
35934         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
35935         "parameters": [
35936           {
35937             "description": "Value from executing hostname on the compute node.", 
35938             "example": "__HOSTNAME__", 
35939             "in": "path", 
35940             "name": "hostname", 
35941             "required": true, 
35942             "type": "string"
35943           }, 
35944           {
35945             "description": "Name that identifies the physical interface", 
35946             "example": "__INTERFACE-NAME__", 
35947             "in": "path", 
35948             "name": "interface-name", 
35949             "required": true, 
35950             "type": "string"
35951           }, 
35952           {
35953             "description": "Name given to the interface", 
35954             "example": "__INTERFACE-NAME__", 
35955             "in": "path", 
35956             "name": "l-interface.interface-name", 
35957             "required": true, 
35958             "type": "string"
35959           }, 
35960           {
35961             "description": "String that identifies the interface", 
35962             "example": "__VLAN-INTERFACE__", 
35963             "in": "path", 
35964             "name": "vlan-interface", 
35965             "required": true, 
35966             "type": "string"
35967           }, 
35968           {
35969             "description": "IP address", 
35970             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
35971             "in": "path", 
35972             "name": "l3-interface-ipv4-address", 
35973             "required": true, 
35974             "type": "string"
35975           }, 
35976           {
35977             "description": "resource-version for concurrency", 
35978             "in": "query", 
35979             "name": "resource-version", 
35980             "required": true, 
35981             "type": "string"
35982           }
35983         ], 
35984         "produces": [
35985           "application/json", 
35986           "application/xml"
35987         ], 
35988         "responses": {
35989           "default": {
35990             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
35991           }
35992         }, 
35993         "summary": "delete an existing l3-interface-ipv4-address-list", 
35994         "tags": [
35995           "CloudInfrastructure"
35996         ]
35997       }, 
35998       "get": {
35999         "description": "returns l3-interface-ipv4-address-list", 
36000         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
36001         "parameters": [
36002           {
36003             "description": "Value from executing hostname on the compute node.", 
36004             "example": "__HOSTNAME__", 
36005             "in": "path", 
36006             "name": "hostname", 
36007             "required": true, 
36008             "type": "string"
36009           }, 
36010           {
36011             "description": "Name that identifies the physical interface", 
36012             "example": "__INTERFACE-NAME__", 
36013             "in": "path", 
36014             "name": "interface-name", 
36015             "required": true, 
36016             "type": "string"
36017           }, 
36018           {
36019             "description": "Name given to the interface", 
36020             "example": "__INTERFACE-NAME__", 
36021             "in": "path", 
36022             "name": "l-interface.interface-name", 
36023             "required": true, 
36024             "type": "string"
36025           }, 
36026           {
36027             "description": "String that identifies the interface", 
36028             "example": "__VLAN-INTERFACE__", 
36029             "in": "path", 
36030             "name": "vlan-interface", 
36031             "required": true, 
36032             "type": "string"
36033           }, 
36034           {
36035             "description": "IP address", 
36036             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36037             "in": "path", 
36038             "name": "l3-interface-ipv4-address", 
36039             "required": true, 
36040             "type": "string"
36041           }
36042         ], 
36043         "produces": [
36044           "application/json", 
36045           "application/xml"
36046         ], 
36047         "responses": {
36048           "200": {
36049             "description": "successful operation", 
36050             "schema": {
36051               "$ref": "#/definitions/l3-interface-ipv4-address-list"
36052             }
36053           }, 
36054           "default": {
36055             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36056           }
36057         }, 
36058         "summary": "returns l3-interface-ipv4-address-list", 
36059         "tags": [
36060           "CloudInfrastructure"
36061         ]
36062       }, 
36063       "patch": {
36064         "consumes": [
36065           "application/json"
36066         ], 
36067         "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", 
36068         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
36069         "parameters": [
36070           {
36071             "description": "Value from executing hostname on the compute node.", 
36072             "example": "__HOSTNAME__", 
36073             "in": "path", 
36074             "name": "hostname", 
36075             "required": true, 
36076             "type": "string"
36077           }, 
36078           {
36079             "description": "Name that identifies the physical interface", 
36080             "example": "__INTERFACE-NAME__", 
36081             "in": "path", 
36082             "name": "interface-name", 
36083             "required": true, 
36084             "type": "string"
36085           }, 
36086           {
36087             "description": "Name given to the interface", 
36088             "example": "__INTERFACE-NAME__", 
36089             "in": "path", 
36090             "name": "l-interface.interface-name", 
36091             "required": true, 
36092             "type": "string"
36093           }, 
36094           {
36095             "description": "String that identifies the interface", 
36096             "example": "__VLAN-INTERFACE__", 
36097             "in": "path", 
36098             "name": "vlan-interface", 
36099             "required": true, 
36100             "type": "string"
36101           }, 
36102           {
36103             "description": "IP address", 
36104             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36105             "in": "path", 
36106             "name": "l3-interface-ipv4-address", 
36107             "required": true, 
36108             "type": "string"
36109           }, 
36110           {
36111             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
36112             "in": "body", 
36113             "name": "body", 
36114             "required": true, 
36115             "schema": {
36116               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
36117             }
36118           }
36119         ], 
36120         "produces": [
36121           "application/json"
36122         ], 
36123         "responses": {
36124           "default": {
36125             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36126           }
36127         }, 
36128         "summary": "update an existing l3-interface-ipv4-address-list", 
36129         "tags": [
36130           "CloudInfrastructure"
36131         ]
36132       }, 
36133       "put": {
36134         "consumes": [
36135           "application/json", 
36136           "application/xml"
36137         ], 
36138         "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", 
36139         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
36140         "parameters": [
36141           {
36142             "description": "Value from executing hostname on the compute node.", 
36143             "example": "__HOSTNAME__", 
36144             "in": "path", 
36145             "name": "hostname", 
36146             "required": true, 
36147             "type": "string"
36148           }, 
36149           {
36150             "description": "Name that identifies the physical interface", 
36151             "example": "__INTERFACE-NAME__", 
36152             "in": "path", 
36153             "name": "interface-name", 
36154             "required": true, 
36155             "type": "string"
36156           }, 
36157           {
36158             "description": "Name given to the interface", 
36159             "example": "__INTERFACE-NAME__", 
36160             "in": "path", 
36161             "name": "l-interface.interface-name", 
36162             "required": true, 
36163             "type": "string"
36164           }, 
36165           {
36166             "description": "String that identifies the interface", 
36167             "example": "__VLAN-INTERFACE__", 
36168             "in": "path", 
36169             "name": "vlan-interface", 
36170             "required": true, 
36171             "type": "string"
36172           }, 
36173           {
36174             "description": "IP address", 
36175             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36176             "in": "path", 
36177             "name": "l3-interface-ipv4-address", 
36178             "required": true, 
36179             "type": "string"
36180           }, 
36181           {
36182             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
36183             "in": "body", 
36184             "name": "body", 
36185             "required": true, 
36186             "schema": {
36187               "$ref": "#/definitions/l3-interface-ipv4-address-list"
36188             }
36189           }
36190         ], 
36191         "produces": [
36192           "application/json", 
36193           "application/xml"
36194         ], 
36195         "responses": {
36196           "default": {
36197             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36198           }
36199         }, 
36200         "summary": "create or update an existing l3-interface-ipv4-address-list", 
36201         "tags": [
36202           "CloudInfrastructure"
36203         ]
36204       }
36205     }, 
36206     "/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": {
36207       "delete": {
36208         "consumes": [
36209           "application/json", 
36210           "application/xml"
36211         ], 
36212         "description": "delete an existing relationship", 
36213         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
36214         "parameters": [
36215           {
36216             "description": "Value from executing hostname on the compute node.", 
36217             "example": "__HOSTNAME__", 
36218             "in": "path", 
36219             "name": "hostname", 
36220             "required": true, 
36221             "type": "string"
36222           }, 
36223           {
36224             "description": "Name that identifies the physical interface", 
36225             "example": "__INTERFACE-NAME__", 
36226             "in": "path", 
36227             "name": "interface-name", 
36228             "required": true, 
36229             "type": "string"
36230           }, 
36231           {
36232             "description": "Name given to the interface", 
36233             "example": "__INTERFACE-NAME__", 
36234             "in": "path", 
36235             "name": "l-interface.interface-name", 
36236             "required": true, 
36237             "type": "string"
36238           }, 
36239           {
36240             "description": "String that identifies the interface", 
36241             "example": "__VLAN-INTERFACE__", 
36242             "in": "path", 
36243             "name": "vlan-interface", 
36244             "required": true, 
36245             "type": "string"
36246           }, 
36247           {
36248             "description": "IP address", 
36249             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36250             "in": "path", 
36251             "name": "l3-interface-ipv4-address", 
36252             "required": true, 
36253             "type": "string"
36254           }
36255         ], 
36256         "produces": [
36257           "application/json", 
36258           "application/xml"
36259         ], 
36260         "responses": {
36261           "default": {
36262             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36263           }
36264         }, 
36265         "summary": "delete an existing relationship", 
36266         "tags": [
36267           "CloudInfrastructure"
36268         ]
36269       }, 
36270       "put": {
36271         "consumes": [
36272           "application/json", 
36273           "application/xml"
36274         ], 
36275         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
36276         "parameters": [
36277           {
36278             "description": "Value from executing hostname on the compute node.", 
36279             "example": "__HOSTNAME__", 
36280             "in": "path", 
36281             "name": "hostname", 
36282             "required": true, 
36283             "type": "string"
36284           }, 
36285           {
36286             "description": "Name that identifies the physical interface", 
36287             "example": "__INTERFACE-NAME__", 
36288             "in": "path", 
36289             "name": "interface-name", 
36290             "required": true, 
36291             "type": "string"
36292           }, 
36293           {
36294             "description": "Name given to the interface", 
36295             "example": "__INTERFACE-NAME__", 
36296             "in": "path", 
36297             "name": "l-interface.interface-name", 
36298             "required": true, 
36299             "type": "string"
36300           }, 
36301           {
36302             "description": "String that identifies the interface", 
36303             "example": "__VLAN-INTERFACE__", 
36304             "in": "path", 
36305             "name": "vlan-interface", 
36306             "required": true, 
36307             "type": "string"
36308           }, 
36309           {
36310             "description": "IP address", 
36311             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
36312             "in": "path", 
36313             "name": "l3-interface-ipv4-address", 
36314             "required": true, 
36315             "type": "string"
36316           }, 
36317           {
36318             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
36319             "in": "body", 
36320             "name": "body", 
36321             "required": true, 
36322             "schema": {
36323               "$ref": "#/definitions/relationship-dict"
36324             }
36325           }
36326         ], 
36327         "produces": [
36328           "application/json", 
36329           "application/xml"
36330         ], 
36331         "responses": {
36332           "default": {
36333             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36334           }
36335         }, 
36336         "summary": "see node definition for valid relationships", 
36337         "tags": [
36338           "CloudInfrastructure"
36339         ]
36340       }
36341     }, 
36342     "/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}": {
36343       "delete": {
36344         "consumes": [
36345           "application/json", 
36346           "application/xml"
36347         ], 
36348         "description": "delete an existing l3-interface-ipv6-address-list", 
36349         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
36350         "parameters": [
36351           {
36352             "description": "Value from executing hostname on the compute node.", 
36353             "example": "__HOSTNAME__", 
36354             "in": "path", 
36355             "name": "hostname", 
36356             "required": true, 
36357             "type": "string"
36358           }, 
36359           {
36360             "description": "Name that identifies the physical interface", 
36361             "example": "__INTERFACE-NAME__", 
36362             "in": "path", 
36363             "name": "interface-name", 
36364             "required": true, 
36365             "type": "string"
36366           }, 
36367           {
36368             "description": "Name given to the interface", 
36369             "example": "__INTERFACE-NAME__", 
36370             "in": "path", 
36371             "name": "l-interface.interface-name", 
36372             "required": true, 
36373             "type": "string"
36374           }, 
36375           {
36376             "description": "String that identifies the interface", 
36377             "example": "__VLAN-INTERFACE__", 
36378             "in": "path", 
36379             "name": "vlan-interface", 
36380             "required": true, 
36381             "type": "string"
36382           }, 
36383           {
36384             "description": "IP address", 
36385             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36386             "in": "path", 
36387             "name": "l3-interface-ipv6-address", 
36388             "required": true, 
36389             "type": "string"
36390           }, 
36391           {
36392             "description": "resource-version for concurrency", 
36393             "in": "query", 
36394             "name": "resource-version", 
36395             "required": true, 
36396             "type": "string"
36397           }
36398         ], 
36399         "produces": [
36400           "application/json", 
36401           "application/xml"
36402         ], 
36403         "responses": {
36404           "default": {
36405             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36406           }
36407         }, 
36408         "summary": "delete an existing l3-interface-ipv6-address-list", 
36409         "tags": [
36410           "CloudInfrastructure"
36411         ]
36412       }, 
36413       "get": {
36414         "description": "returns l3-interface-ipv6-address-list", 
36415         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
36416         "parameters": [
36417           {
36418             "description": "Value from executing hostname on the compute node.", 
36419             "example": "__HOSTNAME__", 
36420             "in": "path", 
36421             "name": "hostname", 
36422             "required": true, 
36423             "type": "string"
36424           }, 
36425           {
36426             "description": "Name that identifies the physical interface", 
36427             "example": "__INTERFACE-NAME__", 
36428             "in": "path", 
36429             "name": "interface-name", 
36430             "required": true, 
36431             "type": "string"
36432           }, 
36433           {
36434             "description": "Name given to the interface", 
36435             "example": "__INTERFACE-NAME__", 
36436             "in": "path", 
36437             "name": "l-interface.interface-name", 
36438             "required": true, 
36439             "type": "string"
36440           }, 
36441           {
36442             "description": "String that identifies the interface", 
36443             "example": "__VLAN-INTERFACE__", 
36444             "in": "path", 
36445             "name": "vlan-interface", 
36446             "required": true, 
36447             "type": "string"
36448           }, 
36449           {
36450             "description": "IP address", 
36451             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36452             "in": "path", 
36453             "name": "l3-interface-ipv6-address", 
36454             "required": true, 
36455             "type": "string"
36456           }
36457         ], 
36458         "produces": [
36459           "application/json", 
36460           "application/xml"
36461         ], 
36462         "responses": {
36463           "200": {
36464             "description": "successful operation", 
36465             "schema": {
36466               "$ref": "#/definitions/l3-interface-ipv6-address-list"
36467             }
36468           }, 
36469           "default": {
36470             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36471           }
36472         }, 
36473         "summary": "returns l3-interface-ipv6-address-list", 
36474         "tags": [
36475           "CloudInfrastructure"
36476         ]
36477       }, 
36478       "patch": {
36479         "consumes": [
36480           "application/json"
36481         ], 
36482         "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", 
36483         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
36484         "parameters": [
36485           {
36486             "description": "Value from executing hostname on the compute node.", 
36487             "example": "__HOSTNAME__", 
36488             "in": "path", 
36489             "name": "hostname", 
36490             "required": true, 
36491             "type": "string"
36492           }, 
36493           {
36494             "description": "Name that identifies the physical interface", 
36495             "example": "__INTERFACE-NAME__", 
36496             "in": "path", 
36497             "name": "interface-name", 
36498             "required": true, 
36499             "type": "string"
36500           }, 
36501           {
36502             "description": "Name given to the interface", 
36503             "example": "__INTERFACE-NAME__", 
36504             "in": "path", 
36505             "name": "l-interface.interface-name", 
36506             "required": true, 
36507             "type": "string"
36508           }, 
36509           {
36510             "description": "String that identifies the interface", 
36511             "example": "__VLAN-INTERFACE__", 
36512             "in": "path", 
36513             "name": "vlan-interface", 
36514             "required": true, 
36515             "type": "string"
36516           }, 
36517           {
36518             "description": "IP address", 
36519             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36520             "in": "path", 
36521             "name": "l3-interface-ipv6-address", 
36522             "required": true, 
36523             "type": "string"
36524           }, 
36525           {
36526             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
36527             "in": "body", 
36528             "name": "body", 
36529             "required": true, 
36530             "schema": {
36531               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
36532             }
36533           }
36534         ], 
36535         "produces": [
36536           "application/json"
36537         ], 
36538         "responses": {
36539           "default": {
36540             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36541           }
36542         }, 
36543         "summary": "update an existing l3-interface-ipv6-address-list", 
36544         "tags": [
36545           "CloudInfrastructure"
36546         ]
36547       }, 
36548       "put": {
36549         "consumes": [
36550           "application/json", 
36551           "application/xml"
36552         ], 
36553         "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", 
36554         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
36555         "parameters": [
36556           {
36557             "description": "Value from executing hostname on the compute node.", 
36558             "example": "__HOSTNAME__", 
36559             "in": "path", 
36560             "name": "hostname", 
36561             "required": true, 
36562             "type": "string"
36563           }, 
36564           {
36565             "description": "Name that identifies the physical interface", 
36566             "example": "__INTERFACE-NAME__", 
36567             "in": "path", 
36568             "name": "interface-name", 
36569             "required": true, 
36570             "type": "string"
36571           }, 
36572           {
36573             "description": "Name given to the interface", 
36574             "example": "__INTERFACE-NAME__", 
36575             "in": "path", 
36576             "name": "l-interface.interface-name", 
36577             "required": true, 
36578             "type": "string"
36579           }, 
36580           {
36581             "description": "String that identifies the interface", 
36582             "example": "__VLAN-INTERFACE__", 
36583             "in": "path", 
36584             "name": "vlan-interface", 
36585             "required": true, 
36586             "type": "string"
36587           }, 
36588           {
36589             "description": "IP address", 
36590             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36591             "in": "path", 
36592             "name": "l3-interface-ipv6-address", 
36593             "required": true, 
36594             "type": "string"
36595           }, 
36596           {
36597             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
36598             "in": "body", 
36599             "name": "body", 
36600             "required": true, 
36601             "schema": {
36602               "$ref": "#/definitions/l3-interface-ipv6-address-list"
36603             }
36604           }
36605         ], 
36606         "produces": [
36607           "application/json", 
36608           "application/xml"
36609         ], 
36610         "responses": {
36611           "default": {
36612             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36613           }
36614         }, 
36615         "summary": "create or update an existing l3-interface-ipv6-address-list", 
36616         "tags": [
36617           "CloudInfrastructure"
36618         ]
36619       }
36620     }, 
36621     "/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": {
36622       "delete": {
36623         "consumes": [
36624           "application/json", 
36625           "application/xml"
36626         ], 
36627         "description": "delete an existing relationship", 
36628         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
36629         "parameters": [
36630           {
36631             "description": "Value from executing hostname on the compute node.", 
36632             "example": "__HOSTNAME__", 
36633             "in": "path", 
36634             "name": "hostname", 
36635             "required": true, 
36636             "type": "string"
36637           }, 
36638           {
36639             "description": "Name that identifies the physical interface", 
36640             "example": "__INTERFACE-NAME__", 
36641             "in": "path", 
36642             "name": "interface-name", 
36643             "required": true, 
36644             "type": "string"
36645           }, 
36646           {
36647             "description": "Name given to the interface", 
36648             "example": "__INTERFACE-NAME__", 
36649             "in": "path", 
36650             "name": "l-interface.interface-name", 
36651             "required": true, 
36652             "type": "string"
36653           }, 
36654           {
36655             "description": "String that identifies the interface", 
36656             "example": "__VLAN-INTERFACE__", 
36657             "in": "path", 
36658             "name": "vlan-interface", 
36659             "required": true, 
36660             "type": "string"
36661           }, 
36662           {
36663             "description": "IP address", 
36664             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36665             "in": "path", 
36666             "name": "l3-interface-ipv6-address", 
36667             "required": true, 
36668             "type": "string"
36669           }
36670         ], 
36671         "produces": [
36672           "application/json", 
36673           "application/xml"
36674         ], 
36675         "responses": {
36676           "default": {
36677             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36678           }
36679         }, 
36680         "summary": "delete an existing relationship", 
36681         "tags": [
36682           "CloudInfrastructure"
36683         ]
36684       }, 
36685       "put": {
36686         "consumes": [
36687           "application/json", 
36688           "application/xml"
36689         ], 
36690         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
36691         "parameters": [
36692           {
36693             "description": "Value from executing hostname on the compute node.", 
36694             "example": "__HOSTNAME__", 
36695             "in": "path", 
36696             "name": "hostname", 
36697             "required": true, 
36698             "type": "string"
36699           }, 
36700           {
36701             "description": "Name that identifies the physical interface", 
36702             "example": "__INTERFACE-NAME__", 
36703             "in": "path", 
36704             "name": "interface-name", 
36705             "required": true, 
36706             "type": "string"
36707           }, 
36708           {
36709             "description": "Name given to the interface", 
36710             "example": "__INTERFACE-NAME__", 
36711             "in": "path", 
36712             "name": "l-interface.interface-name", 
36713             "required": true, 
36714             "type": "string"
36715           }, 
36716           {
36717             "description": "String that identifies the interface", 
36718             "example": "__VLAN-INTERFACE__", 
36719             "in": "path", 
36720             "name": "vlan-interface", 
36721             "required": true, 
36722             "type": "string"
36723           }, 
36724           {
36725             "description": "IP address", 
36726             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
36727             "in": "path", 
36728             "name": "l3-interface-ipv6-address", 
36729             "required": true, 
36730             "type": "string"
36731           }, 
36732           {
36733             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
36734             "in": "body", 
36735             "name": "body", 
36736             "required": true, 
36737             "schema": {
36738               "$ref": "#/definitions/relationship-dict"
36739             }
36740           }
36741         ], 
36742         "produces": [
36743           "application/json", 
36744           "application/xml"
36745         ], 
36746         "responses": {
36747           "default": {
36748             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36749           }
36750         }, 
36751         "summary": "see node definition for valid relationships", 
36752         "tags": [
36753           "CloudInfrastructure"
36754         ]
36755       }
36756     }, 
36757     "/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": {
36758       "delete": {
36759         "consumes": [
36760           "application/json", 
36761           "application/xml"
36762         ], 
36763         "description": "delete an existing relationship", 
36764         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
36765         "parameters": [
36766           {
36767             "description": "Value from executing hostname on the compute node.", 
36768             "example": "__HOSTNAME__", 
36769             "in": "path", 
36770             "name": "hostname", 
36771             "required": true, 
36772             "type": "string"
36773           }, 
36774           {
36775             "description": "Name that identifies the physical interface", 
36776             "example": "__INTERFACE-NAME__", 
36777             "in": "path", 
36778             "name": "interface-name", 
36779             "required": true, 
36780             "type": "string"
36781           }, 
36782           {
36783             "description": "Name given to the interface", 
36784             "example": "__INTERFACE-NAME__", 
36785             "in": "path", 
36786             "name": "l-interface.interface-name", 
36787             "required": true, 
36788             "type": "string"
36789           }, 
36790           {
36791             "description": "String that identifies the interface", 
36792             "example": "__VLAN-INTERFACE__", 
36793             "in": "path", 
36794             "name": "vlan-interface", 
36795             "required": true, 
36796             "type": "string"
36797           }
36798         ], 
36799         "produces": [
36800           "application/json", 
36801           "application/xml"
36802         ], 
36803         "responses": {
36804           "default": {
36805             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36806           }
36807         }, 
36808         "summary": "delete an existing relationship", 
36809         "tags": [
36810           "CloudInfrastructure"
36811         ]
36812       }, 
36813       "put": {
36814         "consumes": [
36815           "application/json", 
36816           "application/xml"
36817         ], 
36818         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
36819         "parameters": [
36820           {
36821             "description": "Value from executing hostname on the compute node.", 
36822             "example": "__HOSTNAME__", 
36823             "in": "path", 
36824             "name": "hostname", 
36825             "required": true, 
36826             "type": "string"
36827           }, 
36828           {
36829             "description": "Name that identifies the physical interface", 
36830             "example": "__INTERFACE-NAME__", 
36831             "in": "path", 
36832             "name": "interface-name", 
36833             "required": true, 
36834             "type": "string"
36835           }, 
36836           {
36837             "description": "Name given to the interface", 
36838             "example": "__INTERFACE-NAME__", 
36839             "in": "path", 
36840             "name": "l-interface.interface-name", 
36841             "required": true, 
36842             "type": "string"
36843           }, 
36844           {
36845             "description": "String that identifies the interface", 
36846             "example": "__VLAN-INTERFACE__", 
36847             "in": "path", 
36848             "name": "vlan-interface", 
36849             "required": true, 
36850             "type": "string"
36851           }, 
36852           {
36853             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
36854             "in": "body", 
36855             "name": "body", 
36856             "required": true, 
36857             "schema": {
36858               "$ref": "#/definitions/relationship-dict"
36859             }
36860           }
36861         ], 
36862         "produces": [
36863           "application/json", 
36864           "application/xml"
36865         ], 
36866         "responses": {
36867           "default": {
36868             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36869           }
36870         }, 
36871         "summary": "see node definition for valid relationships", 
36872         "tags": [
36873           "CloudInfrastructure"
36874         ]
36875       }
36876     }, 
36877     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/relationship-list/relationship": {
36878       "delete": {
36879         "consumes": [
36880           "application/json", 
36881           "application/xml"
36882         ], 
36883         "description": "delete an existing relationship", 
36884         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceRelationshipListRelationship", 
36885         "parameters": [
36886           {
36887             "description": "Value from executing hostname on the compute node.", 
36888             "example": "__HOSTNAME__", 
36889             "in": "path", 
36890             "name": "hostname", 
36891             "required": true, 
36892             "type": "string"
36893           }, 
36894           {
36895             "description": "Name that identifies the physical interface", 
36896             "example": "__INTERFACE-NAME__", 
36897             "in": "path", 
36898             "name": "interface-name", 
36899             "required": true, 
36900             "type": "string"
36901           }
36902         ], 
36903         "produces": [
36904           "application/json", 
36905           "application/xml"
36906         ], 
36907         "responses": {
36908           "default": {
36909             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36910           }
36911         }, 
36912         "summary": "delete an existing relationship", 
36913         "tags": [
36914           "CloudInfrastructure"
36915         ]
36916       }, 
36917       "put": {
36918         "consumes": [
36919           "application/json", 
36920           "application/xml"
36921         ], 
36922         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceRelationshipListRelationship", 
36923         "parameters": [
36924           {
36925             "description": "Value from executing hostname on the compute node.", 
36926             "example": "__HOSTNAME__", 
36927             "in": "path", 
36928             "name": "hostname", 
36929             "required": true, 
36930             "type": "string"
36931           }, 
36932           {
36933             "description": "Name that identifies the physical interface", 
36934             "example": "__INTERFACE-NAME__", 
36935             "in": "path", 
36936             "name": "interface-name", 
36937             "required": true, 
36938             "type": "string"
36939           }, 
36940           {
36941             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterface.json)", 
36942             "in": "body", 
36943             "name": "body", 
36944             "required": true, 
36945             "schema": {
36946               "$ref": "#/definitions/relationship-dict"
36947             }
36948           }
36949         ], 
36950         "produces": [
36951           "application/json", 
36952           "application/xml"
36953         ], 
36954         "responses": {
36955           "default": {
36956             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
36957           }
36958         }, 
36959         "summary": "see node definition for valid relationships", 
36960         "tags": [
36961           "CloudInfrastructure"
36962         ]
36963       }
36964     }, 
36965     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/sriov-pfs": {
36966       "get": {
36967         "description": "returns sriov-pfs", 
36968         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfs", 
36969         "parameters": [
36970           {
36971             "description": "Value from executing hostname on the compute node.", 
36972             "example": "__HOSTNAME__", 
36973             "in": "path", 
36974             "name": "hostname", 
36975             "required": true, 
36976             "type": "string"
36977           }, 
36978           {
36979             "description": "Name that identifies the physical interface", 
36980             "example": "__INTERFACE-NAME__", 
36981             "in": "path", 
36982             "name": "interface-name", 
36983             "required": true, 
36984             "type": "string"
36985           }, 
36986           {
36987             "description": "n/a", 
36988             "in": "query", 
36989             "name": "pf-pci-id", 
36990             "required": false, 
36991             "type": "string"
36992           }
36993         ], 
36994         "produces": [
36995           "application/json", 
36996           "application/xml"
36997         ], 
36998         "responses": {
36999           "200": {
37000             "description": "successful operation", 
37001             "schema": {
37002               "$ref": "#/definitions/sriov-pfs"
37003             }
37004           }, 
37005           "default": {
37006             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37007           }
37008         }, 
37009         "summary": "returns sriov-pfs", 
37010         "tags": [
37011           "CloudInfrastructure"
37012         ]
37013       }
37014     }, 
37015     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}": {
37016       "delete": {
37017         "consumes": [
37018           "application/json", 
37019           "application/xml"
37020         ], 
37021         "description": "delete an existing sriov-pf", 
37022         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
37023         "parameters": [
37024           {
37025             "description": "Value from executing hostname on the compute node.", 
37026             "example": "__HOSTNAME__", 
37027             "in": "path", 
37028             "name": "hostname", 
37029             "required": true, 
37030             "type": "string"
37031           }, 
37032           {
37033             "description": "Name that identifies the physical interface", 
37034             "example": "__INTERFACE-NAME__", 
37035             "in": "path", 
37036             "name": "interface-name", 
37037             "required": true, 
37038             "type": "string"
37039           }, 
37040           {
37041             "description": "Identifier for the sriov-pf", 
37042             "example": "__PF-PCI-ID__", 
37043             "in": "path", 
37044             "name": "pf-pci-id", 
37045             "required": true, 
37046             "type": "string"
37047           }, 
37048           {
37049             "description": "resource-version for concurrency", 
37050             "in": "query", 
37051             "name": "resource-version", 
37052             "required": true, 
37053             "type": "string"
37054           }
37055         ], 
37056         "produces": [
37057           "application/json", 
37058           "application/xml"
37059         ], 
37060         "responses": {
37061           "default": {
37062             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37063           }
37064         }, 
37065         "summary": "delete an existing sriov-pf", 
37066         "tags": [
37067           "CloudInfrastructure"
37068         ]
37069       }, 
37070       "get": {
37071         "description": "returns sriov-pf", 
37072         "operationId": "getCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
37073         "parameters": [
37074           {
37075             "description": "Value from executing hostname on the compute node.", 
37076             "example": "__HOSTNAME__", 
37077             "in": "path", 
37078             "name": "hostname", 
37079             "required": true, 
37080             "type": "string"
37081           }, 
37082           {
37083             "description": "Name that identifies the physical interface", 
37084             "example": "__INTERFACE-NAME__", 
37085             "in": "path", 
37086             "name": "interface-name", 
37087             "required": true, 
37088             "type": "string"
37089           }, 
37090           {
37091             "description": "Identifier for the sriov-pf", 
37092             "example": "__PF-PCI-ID__", 
37093             "in": "path", 
37094             "name": "pf-pci-id", 
37095             "required": true, 
37096             "type": "string"
37097           }
37098         ], 
37099         "produces": [
37100           "application/json", 
37101           "application/xml"
37102         ], 
37103         "responses": {
37104           "200": {
37105             "description": "successful operation", 
37106             "schema": {
37107               "$ref": "#/definitions/sriov-pf"
37108             }
37109           }, 
37110           "default": {
37111             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37112           }
37113         }, 
37114         "summary": "returns sriov-pf", 
37115         "tags": [
37116           "CloudInfrastructure"
37117         ]
37118       }, 
37119       "patch": {
37120         "consumes": [
37121           "application/json"
37122         ], 
37123         "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", 
37124         "operationId": "UpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
37125         "parameters": [
37126           {
37127             "description": "Value from executing hostname on the compute node.", 
37128             "example": "__HOSTNAME__", 
37129             "in": "path", 
37130             "name": "hostname", 
37131             "required": true, 
37132             "type": "string"
37133           }, 
37134           {
37135             "description": "Name that identifies the physical interface", 
37136             "example": "__INTERFACE-NAME__", 
37137             "in": "path", 
37138             "name": "interface-name", 
37139             "required": true, 
37140             "type": "string"
37141           }, 
37142           {
37143             "description": "Identifier for the sriov-pf", 
37144             "example": "__PF-PCI-ID__", 
37145             "in": "path", 
37146             "name": "pf-pci-id", 
37147             "required": true, 
37148             "type": "string"
37149           }, 
37150           {
37151             "description": "sriov-pf object that needs to be updated.", 
37152             "in": "body", 
37153             "name": "body", 
37154             "required": true, 
37155             "schema": {
37156               "$ref": "#/definitions/zzzz-patch-sriov-pf"
37157             }
37158           }
37159         ], 
37160         "produces": [
37161           "application/json"
37162         ], 
37163         "responses": {
37164           "default": {
37165             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37166           }
37167         }, 
37168         "summary": "update an existing sriov-pf", 
37169         "tags": [
37170           "CloudInfrastructure"
37171         ]
37172       }, 
37173       "put": {
37174         "consumes": [
37175           "application/json", 
37176           "application/xml"
37177         ], 
37178         "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", 
37179         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf", 
37180         "parameters": [
37181           {
37182             "description": "Value from executing hostname on the compute node.", 
37183             "example": "__HOSTNAME__", 
37184             "in": "path", 
37185             "name": "hostname", 
37186             "required": true, 
37187             "type": "string"
37188           }, 
37189           {
37190             "description": "Name that identifies the physical interface", 
37191             "example": "__INTERFACE-NAME__", 
37192             "in": "path", 
37193             "name": "interface-name", 
37194             "required": true, 
37195             "type": "string"
37196           }, 
37197           {
37198             "description": "Identifier for the sriov-pf", 
37199             "example": "__PF-PCI-ID__", 
37200             "in": "path", 
37201             "name": "pf-pci-id", 
37202             "required": true, 
37203             "type": "string"
37204           }, 
37205           {
37206             "description": "sriov-pf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf.json)", 
37207             "in": "body", 
37208             "name": "body", 
37209             "required": true, 
37210             "schema": {
37211               "$ref": "#/definitions/sriov-pf"
37212             }
37213           }
37214         ], 
37215         "produces": [
37216           "application/json", 
37217           "application/xml"
37218         ], 
37219         "responses": {
37220           "default": {
37221             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37222           }
37223         }, 
37224         "summary": "create or update an existing sriov-pf", 
37225         "tags": [
37226           "CloudInfrastructure"
37227         ]
37228       }
37229     }, 
37230     "/cloud-infrastructure/pservers/pserver/{hostname}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}/relationship-list/relationship": {
37231       "delete": {
37232         "consumes": [
37233           "application/json", 
37234           "application/xml"
37235         ], 
37236         "description": "delete an existing relationship", 
37237         "operationId": "deleteCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
37238         "parameters": [
37239           {
37240             "description": "Value from executing hostname on the compute node.", 
37241             "example": "__HOSTNAME__", 
37242             "in": "path", 
37243             "name": "hostname", 
37244             "required": true, 
37245             "type": "string"
37246           }, 
37247           {
37248             "description": "Name that identifies the physical interface", 
37249             "example": "__INTERFACE-NAME__", 
37250             "in": "path", 
37251             "name": "interface-name", 
37252             "required": true, 
37253             "type": "string"
37254           }, 
37255           {
37256             "description": "Identifier for the sriov-pf", 
37257             "example": "__PF-PCI-ID__", 
37258             "in": "path", 
37259             "name": "pf-pci-id", 
37260             "required": true, 
37261             "type": "string"
37262           }
37263         ], 
37264         "produces": [
37265           "application/json", 
37266           "application/xml"
37267         ], 
37268         "responses": {
37269           "default": {
37270             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37271           }
37272         }, 
37273         "summary": "delete an existing relationship", 
37274         "tags": [
37275           "CloudInfrastructure"
37276         ]
37277       }, 
37278       "put": {
37279         "consumes": [
37280           "application/json", 
37281           "application/xml"
37282         ], 
37283         "operationId": "createOrUpdateCloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
37284         "parameters": [
37285           {
37286             "description": "Value from executing hostname on the compute node.", 
37287             "example": "__HOSTNAME__", 
37288             "in": "path", 
37289             "name": "hostname", 
37290             "required": true, 
37291             "type": "string"
37292           }, 
37293           {
37294             "description": "Name that identifies the physical interface", 
37295             "example": "__INTERFACE-NAME__", 
37296             "in": "path", 
37297             "name": "interface-name", 
37298             "required": true, 
37299             "type": "string"
37300           }, 
37301           {
37302             "description": "Identifier for the sriov-pf", 
37303             "example": "__PF-PCI-ID__", 
37304             "in": "path", 
37305             "name": "pf-pci-id", 
37306             "required": true, 
37307             "type": "string"
37308           }, 
37309           {
37310             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserverPInterfacesPInterfaceSriovPfsSriovPf.json)", 
37311             "in": "body", 
37312             "name": "body", 
37313             "required": true, 
37314             "schema": {
37315               "$ref": "#/definitions/relationship-dict"
37316             }
37317           }
37318         ], 
37319         "produces": [
37320           "application/json", 
37321           "application/xml"
37322         ], 
37323         "responses": {
37324           "default": {
37325             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37326           }
37327         }, 
37328         "summary": "see node definition for valid relationships", 
37329         "tags": [
37330           "CloudInfrastructure"
37331         ]
37332       }
37333     }, 
37334     "/cloud-infrastructure/pservers/pserver/{hostname}/relationship-list/relationship": {
37335       "delete": {
37336         "consumes": [
37337           "application/json", 
37338           "application/xml"
37339         ], 
37340         "description": "delete an existing relationship", 
37341         "operationId": "deleteCloudInfrastructurePserversPserverRelationshipListRelationship", 
37342         "parameters": [
37343           {
37344             "description": "Value from executing hostname on the compute node.", 
37345             "example": "__HOSTNAME__", 
37346             "in": "path", 
37347             "name": "hostname", 
37348             "required": true, 
37349             "type": "string"
37350           }
37351         ], 
37352         "produces": [
37353           "application/json", 
37354           "application/xml"
37355         ], 
37356         "responses": {
37357           "default": {
37358             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37359           }
37360         }, 
37361         "summary": "delete an existing relationship", 
37362         "tags": [
37363           "CloudInfrastructure"
37364         ]
37365       }, 
37366       "put": {
37367         "consumes": [
37368           "application/json", 
37369           "application/xml"
37370         ], 
37371         "operationId": "createOrUpdateCloudInfrastructurePserversPserverRelationshipListRelationship", 
37372         "parameters": [
37373           {
37374             "description": "Value from executing hostname on the compute node.", 
37375             "example": "__HOSTNAME__", 
37376             "in": "path", 
37377             "name": "hostname", 
37378             "required": true, 
37379             "type": "string"
37380           }, 
37381           {
37382             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructurePserversPserver.json)", 
37383             "in": "body", 
37384             "name": "body", 
37385             "required": true, 
37386             "schema": {
37387               "$ref": "#/definitions/relationship-dict"
37388             }
37389           }
37390         ], 
37391         "produces": [
37392           "application/json", 
37393           "application/xml"
37394         ], 
37395         "responses": {
37396           "default": {
37397             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37398           }
37399         }, 
37400         "summary": "see node definition for valid relationships", 
37401         "tags": [
37402           "CloudInfrastructure"
37403         ]
37404       }
37405     }, 
37406     "/cloud-infrastructure/virtual-data-centers": {
37407       "get": {
37408         "description": "returns virtual-data-centers", 
37409         "operationId": "getCloudInfrastructureVirtualDataCenters", 
37410         "parameters": [
37411           {
37412             "description": "n/a", 
37413             "in": "query", 
37414             "name": "vdc-id", 
37415             "required": false, 
37416             "type": "string"
37417           }, 
37418           {
37419             "description": "n/a", 
37420             "in": "query", 
37421             "name": "vdc-name", 
37422             "required": false, 
37423             "type": "string"
37424           }
37425         ], 
37426         "produces": [
37427           "application/json", 
37428           "application/xml"
37429         ], 
37430         "responses": {
37431           "200": {
37432             "description": "successful operation", 
37433             "schema": {
37434               "$ref": "#/definitions/virtual-data-centers"
37435             }
37436           }, 
37437           "default": {
37438             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37439           }
37440         }, 
37441         "summary": "returns virtual-data-centers", 
37442         "tags": [
37443           "CloudInfrastructure"
37444         ]
37445       }
37446     }, 
37447     "/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdc-id}": {
37448       "delete": {
37449         "consumes": [
37450           "application/json", 
37451           "application/xml"
37452         ], 
37453         "description": "delete an existing virtual-data-center", 
37454         "operationId": "deleteCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
37455         "parameters": [
37456           {
37457             "description": "Unique ID of the vdc", 
37458             "example": "__VDC-ID__", 
37459             "in": "path", 
37460             "name": "vdc-id", 
37461             "required": true, 
37462             "type": "string"
37463           }, 
37464           {
37465             "description": "resource-version for concurrency", 
37466             "in": "query", 
37467             "name": "resource-version", 
37468             "required": true, 
37469             "type": "string"
37470           }
37471         ], 
37472         "produces": [
37473           "application/json", 
37474           "application/xml"
37475         ], 
37476         "responses": {
37477           "default": {
37478             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37479           }
37480         }, 
37481         "summary": "delete an existing virtual-data-center", 
37482         "tags": [
37483           "CloudInfrastructure"
37484         ]
37485       }, 
37486       "get": {
37487         "description": "returns virtual-data-center", 
37488         "operationId": "getCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
37489         "parameters": [
37490           {
37491             "description": "Unique ID of the vdc", 
37492             "example": "__VDC-ID__", 
37493             "in": "path", 
37494             "name": "vdc-id", 
37495             "required": true, 
37496             "type": "string"
37497           }
37498         ], 
37499         "produces": [
37500           "application/json", 
37501           "application/xml"
37502         ], 
37503         "responses": {
37504           "200": {
37505             "description": "successful operation", 
37506             "schema": {
37507               "$ref": "#/definitions/virtual-data-center"
37508             }
37509           }, 
37510           "default": {
37511             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37512           }
37513         }, 
37514         "summary": "returns virtual-data-center", 
37515         "tags": [
37516           "CloudInfrastructure"
37517         ]
37518       }, 
37519       "patch": {
37520         "consumes": [
37521           "application/json"
37522         ], 
37523         "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", 
37524         "operationId": "UpdateCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
37525         "parameters": [
37526           {
37527             "description": "Unique ID of the vdc", 
37528             "example": "__VDC-ID__", 
37529             "in": "path", 
37530             "name": "vdc-id", 
37531             "required": true, 
37532             "type": "string"
37533           }, 
37534           {
37535             "description": "virtual-data-center object that needs to be updated.", 
37536             "in": "body", 
37537             "name": "body", 
37538             "required": true, 
37539             "schema": {
37540               "$ref": "#/definitions/zzzz-patch-virtual-data-center"
37541             }
37542           }
37543         ], 
37544         "produces": [
37545           "application/json"
37546         ], 
37547         "responses": {
37548           "default": {
37549             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37550           }
37551         }, 
37552         "summary": "update an existing virtual-data-center", 
37553         "tags": [
37554           "CloudInfrastructure"
37555         ]
37556       }, 
37557       "put": {
37558         "consumes": [
37559           "application/json", 
37560           "application/xml"
37561         ], 
37562         "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", 
37563         "operationId": "createOrUpdateCloudInfrastructureVirtualDataCentersVirtualDataCenter", 
37564         "parameters": [
37565           {
37566             "description": "Unique ID of the vdc", 
37567             "example": "__VDC-ID__", 
37568             "in": "path", 
37569             "name": "vdc-id", 
37570             "required": true, 
37571             "type": "string"
37572           }, 
37573           {
37574             "description": "virtual-data-center object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureVirtualDataCentersVirtualDataCenter.json)", 
37575             "in": "body", 
37576             "name": "body", 
37577             "required": true, 
37578             "schema": {
37579               "$ref": "#/definitions/virtual-data-center"
37580             }
37581           }
37582         ], 
37583         "produces": [
37584           "application/json", 
37585           "application/xml"
37586         ], 
37587         "responses": {
37588           "default": {
37589             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37590           }
37591         }, 
37592         "summary": "create or update an existing virtual-data-center", 
37593         "tags": [
37594           "CloudInfrastructure"
37595         ]
37596       }
37597     }, 
37598     "/cloud-infrastructure/virtual-data-centers/virtual-data-center/{vdc-id}/relationship-list/relationship": {
37599       "delete": {
37600         "consumes": [
37601           "application/json", 
37602           "application/xml"
37603         ], 
37604         "description": "delete an existing relationship", 
37605         "operationId": "deleteCloudInfrastructureVirtualDataCentersVirtualDataCenterRelationshipListRelationship", 
37606         "parameters": [
37607           {
37608             "description": "Unique ID of the vdc", 
37609             "example": "__VDC-ID__", 
37610             "in": "path", 
37611             "name": "vdc-id", 
37612             "required": true, 
37613             "type": "string"
37614           }
37615         ], 
37616         "produces": [
37617           "application/json", 
37618           "application/xml"
37619         ], 
37620         "responses": {
37621           "default": {
37622             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37623           }
37624         }, 
37625         "summary": "delete an existing relationship", 
37626         "tags": [
37627           "CloudInfrastructure"
37628         ]
37629       }, 
37630       "put": {
37631         "consumes": [
37632           "application/json", 
37633           "application/xml"
37634         ], 
37635         "operationId": "createOrUpdateCloudInfrastructureVirtualDataCentersVirtualDataCenterRelationshipListRelationship", 
37636         "parameters": [
37637           {
37638             "description": "Unique ID of the vdc", 
37639             "example": "__VDC-ID__", 
37640             "in": "path", 
37641             "name": "vdc-id", 
37642             "required": true, 
37643             "type": "string"
37644           }, 
37645           {
37646             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/CloudInfrastructureVirtualDataCentersVirtualDataCenter.json)", 
37647             "in": "body", 
37648             "name": "body", 
37649             "required": true, 
37650             "schema": {
37651               "$ref": "#/definitions/relationship-dict"
37652             }
37653           }
37654         ], 
37655         "produces": [
37656           "application/json", 
37657           "application/xml"
37658         ], 
37659         "responses": {
37660           "default": {
37661             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37662           }
37663         }, 
37664         "summary": "see node definition for valid relationships", 
37665         "tags": [
37666           "CloudInfrastructure"
37667         ]
37668       }
37669     }, 
37670     "/external-system/esr-ems-list": {
37671       "get": {
37672         "description": "returns esr-ems-list", 
37673         "operationId": "getExternalSystemEsrEmsList", 
37674         "parameters": [
37675           {
37676             "description": "n/a", 
37677             "in": "query", 
37678             "name": "ems-id", 
37679             "required": false, 
37680             "type": "string"
37681           }
37682         ], 
37683         "produces": [
37684           "application/json", 
37685           "application/xml"
37686         ], 
37687         "responses": {
37688           "200": {
37689             "description": "successful operation", 
37690             "schema": {
37691               "$ref": "#/definitions/esr-ems-list"
37692             }
37693           }, 
37694           "default": {
37695             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37696           }
37697         }, 
37698         "summary": "returns esr-ems-list", 
37699         "tags": [
37700           "ExternalSystem"
37701         ]
37702       }
37703     }, 
37704     "/external-system/esr-ems-list/esr-ems/{ems-id}": {
37705       "delete": {
37706         "consumes": [
37707           "application/json", 
37708           "application/xml"
37709         ], 
37710         "description": "delete an existing esr-ems", 
37711         "operationId": "deleteExternalSystemEsrEmsListEsrEms", 
37712         "parameters": [
37713           {
37714             "description": "Unique ID of EMS.", 
37715             "example": "__EMS-ID__", 
37716             "in": "path", 
37717             "name": "ems-id", 
37718             "required": true, 
37719             "type": "string"
37720           }, 
37721           {
37722             "description": "resource-version for concurrency", 
37723             "in": "query", 
37724             "name": "resource-version", 
37725             "required": true, 
37726             "type": "string"
37727           }
37728         ], 
37729         "produces": [
37730           "application/json", 
37731           "application/xml"
37732         ], 
37733         "responses": {
37734           "default": {
37735             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37736           }
37737         }, 
37738         "summary": "delete an existing esr-ems", 
37739         "tags": [
37740           "ExternalSystem"
37741         ]
37742       }, 
37743       "get": {
37744         "description": "returns esr-ems", 
37745         "operationId": "getExternalSystemEsrEmsListEsrEms", 
37746         "parameters": [
37747           {
37748             "description": "Unique ID of EMS.", 
37749             "example": "__EMS-ID__", 
37750             "in": "path", 
37751             "name": "ems-id", 
37752             "required": true, 
37753             "type": "string"
37754           }
37755         ], 
37756         "produces": [
37757           "application/json", 
37758           "application/xml"
37759         ], 
37760         "responses": {
37761           "200": {
37762             "description": "successful operation", 
37763             "schema": {
37764               "$ref": "#/definitions/esr-ems"
37765             }
37766           }, 
37767           "default": {
37768             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37769           }
37770         }, 
37771         "summary": "returns esr-ems", 
37772         "tags": [
37773           "ExternalSystem"
37774         ]
37775       }, 
37776       "patch": {
37777         "consumes": [
37778           "application/json"
37779         ], 
37780         "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", 
37781         "operationId": "UpdateExternalSystemEsrEmsListEsrEms", 
37782         "parameters": [
37783           {
37784             "description": "Unique ID of EMS.", 
37785             "example": "__EMS-ID__", 
37786             "in": "path", 
37787             "name": "ems-id", 
37788             "required": true, 
37789             "type": "string"
37790           }, 
37791           {
37792             "description": "esr-ems object that needs to be updated.", 
37793             "in": "body", 
37794             "name": "body", 
37795             "required": true, 
37796             "schema": {
37797               "$ref": "#/definitions/zzzz-patch-esr-ems"
37798             }
37799           }
37800         ], 
37801         "produces": [
37802           "application/json"
37803         ], 
37804         "responses": {
37805           "default": {
37806             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37807           }
37808         }, 
37809         "summary": "update an existing esr-ems", 
37810         "tags": [
37811           "ExternalSystem"
37812         ]
37813       }, 
37814       "put": {
37815         "consumes": [
37816           "application/json", 
37817           "application/xml"
37818         ], 
37819         "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", 
37820         "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEms", 
37821         "parameters": [
37822           {
37823             "description": "Unique ID of EMS.", 
37824             "example": "__EMS-ID__", 
37825             "in": "path", 
37826             "name": "ems-id", 
37827             "required": true, 
37828             "type": "string"
37829           }, 
37830           {
37831             "description": "esr-ems object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrEmsListEsrEms.json)", 
37832             "in": "body", 
37833             "name": "body", 
37834             "required": true, 
37835             "schema": {
37836               "$ref": "#/definitions/esr-ems"
37837             }
37838           }
37839         ], 
37840         "produces": [
37841           "application/json", 
37842           "application/xml"
37843         ], 
37844         "responses": {
37845           "default": {
37846             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37847           }
37848         }, 
37849         "summary": "create or update an existing esr-ems", 
37850         "tags": [
37851           "ExternalSystem"
37852         ]
37853       }
37854     }, 
37855     "/external-system/esr-ems-list/esr-ems/{ems-id}/esr-system-info-list": {
37856       "get": {
37857         "description": "returns esr-system-info-list", 
37858         "operationId": "getExternalSystemEsrEmsListEsrEmsEsrSystemInfoList", 
37859         "parameters": [
37860           {
37861             "description": "Unique ID of EMS.", 
37862             "example": "__EMS-ID__", 
37863             "in": "path", 
37864             "name": "ems-id", 
37865             "required": true, 
37866             "type": "string"
37867           }, 
37868           {
37869             "description": "n/a", 
37870             "in": "query", 
37871             "name": "esr-system-info-id", 
37872             "required": false, 
37873             "type": "string"
37874           }, 
37875           {
37876             "description": "n/a", 
37877             "in": "query", 
37878             "name": "system-name", 
37879             "required": false, 
37880             "type": "string"
37881           }, 
37882           {
37883             "description": "n/a", 
37884             "in": "query", 
37885             "name": "system-type", 
37886             "required": false, 
37887             "type": "string"
37888           }
37889         ], 
37890         "produces": [
37891           "application/json", 
37892           "application/xml"
37893         ], 
37894         "responses": {
37895           "200": {
37896             "description": "successful operation", 
37897             "schema": {
37898               "$ref": "#/definitions/esr-system-info-list"
37899             }
37900           }, 
37901           "default": {
37902             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37903           }
37904         }, 
37905         "summary": "returns esr-system-info-list", 
37906         "tags": [
37907           "ExternalSystem"
37908         ]
37909       }
37910     }, 
37911     "/external-system/esr-ems-list/esr-ems/{ems-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
37912       "delete": {
37913         "consumes": [
37914           "application/json", 
37915           "application/xml"
37916         ], 
37917         "description": "delete an existing esr-system-info", 
37918         "operationId": "deleteExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo", 
37919         "parameters": [
37920           {
37921             "description": "Unique ID of EMS.", 
37922             "example": "__EMS-ID__", 
37923             "in": "path", 
37924             "name": "ems-id", 
37925             "required": true, 
37926             "type": "string"
37927           }, 
37928           {
37929             "description": "Unique ID of esr system info.", 
37930             "example": "__ESR-SYSTEM-INFO-ID__", 
37931             "in": "path", 
37932             "name": "esr-system-info-id", 
37933             "required": true, 
37934             "type": "string"
37935           }, 
37936           {
37937             "description": "resource-version for concurrency", 
37938             "in": "query", 
37939             "name": "resource-version", 
37940             "required": true, 
37941             "type": "string"
37942           }
37943         ], 
37944         "produces": [
37945           "application/json", 
37946           "application/xml"
37947         ], 
37948         "responses": {
37949           "default": {
37950             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37951           }
37952         }, 
37953         "summary": "delete an existing esr-system-info", 
37954         "tags": [
37955           "ExternalSystem"
37956         ]
37957       }, 
37958       "get": {
37959         "description": "returns esr-system-info", 
37960         "operationId": "getExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo", 
37961         "parameters": [
37962           {
37963             "description": "Unique ID of EMS.", 
37964             "example": "__EMS-ID__", 
37965             "in": "path", 
37966             "name": "ems-id", 
37967             "required": true, 
37968             "type": "string"
37969           }, 
37970           {
37971             "description": "Unique ID of esr system info.", 
37972             "example": "__ESR-SYSTEM-INFO-ID__", 
37973             "in": "path", 
37974             "name": "esr-system-info-id", 
37975             "required": true, 
37976             "type": "string"
37977           }
37978         ], 
37979         "produces": [
37980           "application/json", 
37981           "application/xml"
37982         ], 
37983         "responses": {
37984           "200": {
37985             "description": "successful operation", 
37986             "schema": {
37987               "$ref": "#/definitions/esr-system-info"
37988             }
37989           }, 
37990           "default": {
37991             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
37992           }
37993         }, 
37994         "summary": "returns esr-system-info", 
37995         "tags": [
37996           "ExternalSystem"
37997         ]
37998       }, 
37999       "patch": {
38000         "consumes": [
38001           "application/json"
38002         ], 
38003         "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", 
38004         "operationId": "UpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo", 
38005         "parameters": [
38006           {
38007             "description": "Unique ID of EMS.", 
38008             "example": "__EMS-ID__", 
38009             "in": "path", 
38010             "name": "ems-id", 
38011             "required": true, 
38012             "type": "string"
38013           }, 
38014           {
38015             "description": "Unique ID of esr system info.", 
38016             "example": "__ESR-SYSTEM-INFO-ID__", 
38017             "in": "path", 
38018             "name": "esr-system-info-id", 
38019             "required": true, 
38020             "type": "string"
38021           }, 
38022           {
38023             "description": "esr-system-info object that needs to be updated.", 
38024             "in": "body", 
38025             "name": "body", 
38026             "required": true, 
38027             "schema": {
38028               "$ref": "#/definitions/zzzz-patch-esr-system-info"
38029             }
38030           }
38031         ], 
38032         "produces": [
38033           "application/json"
38034         ], 
38035         "responses": {
38036           "default": {
38037             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38038           }
38039         }, 
38040         "summary": "update an existing esr-system-info", 
38041         "tags": [
38042           "ExternalSystem"
38043         ]
38044       }, 
38045       "put": {
38046         "consumes": [
38047           "application/json", 
38048           "application/xml"
38049         ], 
38050         "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", 
38051         "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo", 
38052         "parameters": [
38053           {
38054             "description": "Unique ID of EMS.", 
38055             "example": "__EMS-ID__", 
38056             "in": "path", 
38057             "name": "ems-id", 
38058             "required": true, 
38059             "type": "string"
38060           }, 
38061           {
38062             "description": "Unique ID of esr system info.", 
38063             "example": "__ESR-SYSTEM-INFO-ID__", 
38064             "in": "path", 
38065             "name": "esr-system-info-id", 
38066             "required": true, 
38067             "type": "string"
38068           }, 
38069           {
38070             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo.json)", 
38071             "in": "body", 
38072             "name": "body", 
38073             "required": true, 
38074             "schema": {
38075               "$ref": "#/definitions/esr-system-info"
38076             }
38077           }
38078         ], 
38079         "produces": [
38080           "application/json", 
38081           "application/xml"
38082         ], 
38083         "responses": {
38084           "default": {
38085             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38086           }
38087         }, 
38088         "summary": "create or update an existing esr-system-info", 
38089         "tags": [
38090           "ExternalSystem"
38091         ]
38092       }
38093     }, 
38094     "/external-system/esr-ems-list/esr-ems/{ems-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}/relationship-list/relationship": {
38095       "delete": {
38096         "consumes": [
38097           "application/json", 
38098           "application/xml"
38099         ], 
38100         "description": "delete an existing relationship", 
38101         "operationId": "deleteExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
38102         "parameters": [
38103           {
38104             "description": "Unique ID of EMS.", 
38105             "example": "__EMS-ID__", 
38106             "in": "path", 
38107             "name": "ems-id", 
38108             "required": true, 
38109             "type": "string"
38110           }, 
38111           {
38112             "description": "Unique ID of esr system info.", 
38113             "example": "__ESR-SYSTEM-INFO-ID__", 
38114             "in": "path", 
38115             "name": "esr-system-info-id", 
38116             "required": true, 
38117             "type": "string"
38118           }
38119         ], 
38120         "produces": [
38121           "application/json", 
38122           "application/xml"
38123         ], 
38124         "responses": {
38125           "default": {
38126             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38127           }
38128         }, 
38129         "summary": "delete an existing relationship", 
38130         "tags": [
38131           "ExternalSystem"
38132         ]
38133       }, 
38134       "put": {
38135         "consumes": [
38136           "application/json", 
38137           "application/xml"
38138         ], 
38139         "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
38140         "parameters": [
38141           {
38142             "description": "Unique ID of EMS.", 
38143             "example": "__EMS-ID__", 
38144             "in": "path", 
38145             "name": "ems-id", 
38146             "required": true, 
38147             "type": "string"
38148           }, 
38149           {
38150             "description": "Unique ID of esr system info.", 
38151             "example": "__ESR-SYSTEM-INFO-ID__", 
38152             "in": "path", 
38153             "name": "esr-system-info-id", 
38154             "required": true, 
38155             "type": "string"
38156           }, 
38157           {
38158             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrEmsListEsrEmsEsrSystemInfoListEsrSystemInfo.json)", 
38159             "in": "body", 
38160             "name": "body", 
38161             "required": true, 
38162             "schema": {
38163               "$ref": "#/definitions/relationship-dict"
38164             }
38165           }
38166         ], 
38167         "produces": [
38168           "application/json", 
38169           "application/xml"
38170         ], 
38171         "responses": {
38172           "default": {
38173             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38174           }
38175         }, 
38176         "summary": "see node definition for valid relationships", 
38177         "tags": [
38178           "ExternalSystem"
38179         ]
38180       }
38181     }, 
38182     "/external-system/esr-ems-list/esr-ems/{ems-id}/relationship-list/relationship": {
38183       "delete": {
38184         "consumes": [
38185           "application/json", 
38186           "application/xml"
38187         ], 
38188         "description": "delete an existing relationship", 
38189         "operationId": "deleteExternalSystemEsrEmsListEsrEmsRelationshipListRelationship", 
38190         "parameters": [
38191           {
38192             "description": "Unique ID of EMS.", 
38193             "example": "__EMS-ID__", 
38194             "in": "path", 
38195             "name": "ems-id", 
38196             "required": true, 
38197             "type": "string"
38198           }
38199         ], 
38200         "produces": [
38201           "application/json", 
38202           "application/xml"
38203         ], 
38204         "responses": {
38205           "default": {
38206             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38207           }
38208         }, 
38209         "summary": "delete an existing relationship", 
38210         "tags": [
38211           "ExternalSystem"
38212         ]
38213       }, 
38214       "put": {
38215         "consumes": [
38216           "application/json", 
38217           "application/xml"
38218         ], 
38219         "operationId": "createOrUpdateExternalSystemEsrEmsListEsrEmsRelationshipListRelationship", 
38220         "parameters": [
38221           {
38222             "description": "Unique ID of EMS.", 
38223             "example": "__EMS-ID__", 
38224             "in": "path", 
38225             "name": "ems-id", 
38226             "required": true, 
38227             "type": "string"
38228           }, 
38229           {
38230             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrEmsListEsrEms.json)", 
38231             "in": "body", 
38232             "name": "body", 
38233             "required": true, 
38234             "schema": {
38235               "$ref": "#/definitions/relationship-dict"
38236             }
38237           }
38238         ], 
38239         "produces": [
38240           "application/json", 
38241           "application/xml"
38242         ], 
38243         "responses": {
38244           "default": {
38245             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38246           }
38247         }, 
38248         "summary": "see node definition for valid relationships", 
38249         "tags": [
38250           "ExternalSystem"
38251         ]
38252       }
38253     }, 
38254     "/external-system/esr-thirdparty-sdnc-list": {
38255       "get": {
38256         "description": "returns esr-thirdparty-sdnc-list", 
38257         "operationId": "getExternalSystemEsrThirdpartySdncList", 
38258         "produces": [
38259           "application/json", 
38260           "application/xml"
38261         ], 
38262         "responses": {
38263           "200": {
38264             "description": "successful operation", 
38265             "schema": {
38266               "$ref": "#/definitions/esr-thirdparty-sdnc-list"
38267             }
38268           }, 
38269           "default": {
38270             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38271           }
38272         }, 
38273         "summary": "returns esr-thirdparty-sdnc-list", 
38274         "tags": [
38275           "ExternalSystem"
38276         ]
38277       }
38278     }, 
38279     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}": {
38280       "delete": {
38281         "consumes": [
38282           "application/json", 
38283           "application/xml"
38284         ], 
38285         "description": "delete an existing esr-thirdparty-sdnc", 
38286         "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
38287         "parameters": [
38288           {
38289             "description": "Unique ID of SDNC.", 
38290             "example": "__THIRDPARTY-SDNC-ID__", 
38291             "in": "path", 
38292             "name": "thirdparty-sdnc-id", 
38293             "required": true, 
38294             "type": "string"
38295           }, 
38296           {
38297             "description": "resource-version for concurrency", 
38298             "in": "query", 
38299             "name": "resource-version", 
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 esr-thirdparty-sdnc", 
38314         "tags": [
38315           "ExternalSystem"
38316         ]
38317       }, 
38318       "get": {
38319         "description": "returns esr-thirdparty-sdnc", 
38320         "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
38321         "parameters": [
38322           {
38323             "description": "Unique ID of SDNC.", 
38324             "example": "__THIRDPARTY-SDNC-ID__", 
38325             "in": "path", 
38326             "name": "thirdparty-sdnc-id", 
38327             "required": true, 
38328             "type": "string"
38329           }
38330         ], 
38331         "produces": [
38332           "application/json", 
38333           "application/xml"
38334         ], 
38335         "responses": {
38336           "200": {
38337             "description": "successful operation", 
38338             "schema": {
38339               "$ref": "#/definitions/esr-thirdparty-sdnc"
38340             }
38341           }, 
38342           "default": {
38343             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38344           }
38345         }, 
38346         "summary": "returns esr-thirdparty-sdnc", 
38347         "tags": [
38348           "ExternalSystem"
38349         ]
38350       }, 
38351       "patch": {
38352         "consumes": [
38353           "application/json"
38354         ], 
38355         "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", 
38356         "operationId": "UpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
38357         "parameters": [
38358           {
38359             "description": "Unique ID of SDNC.", 
38360             "example": "__THIRDPARTY-SDNC-ID__", 
38361             "in": "path", 
38362             "name": "thirdparty-sdnc-id", 
38363             "required": true, 
38364             "type": "string"
38365           }, 
38366           {
38367             "description": "esr-thirdparty-sdnc object that needs to be updated.", 
38368             "in": "body", 
38369             "name": "body", 
38370             "required": true, 
38371             "schema": {
38372               "$ref": "#/definitions/zzzz-patch-esr-thirdparty-sdnc"
38373             }
38374           }
38375         ], 
38376         "produces": [
38377           "application/json"
38378         ], 
38379         "responses": {
38380           "default": {
38381             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38382           }
38383         }, 
38384         "summary": "update an existing esr-thirdparty-sdnc", 
38385         "tags": [
38386           "ExternalSystem"
38387         ]
38388       }, 
38389       "put": {
38390         "consumes": [
38391           "application/json", 
38392           "application/xml"
38393         ], 
38394         "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", 
38395         "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc", 
38396         "parameters": [
38397           {
38398             "description": "Unique ID of SDNC.", 
38399             "example": "__THIRDPARTY-SDNC-ID__", 
38400             "in": "path", 
38401             "name": "thirdparty-sdnc-id", 
38402             "required": true, 
38403             "type": "string"
38404           }, 
38405           {
38406             "description": "esr-thirdparty-sdnc object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc.json)", 
38407             "in": "body", 
38408             "name": "body", 
38409             "required": true, 
38410             "schema": {
38411               "$ref": "#/definitions/esr-thirdparty-sdnc"
38412             }
38413           }
38414         ], 
38415         "produces": [
38416           "application/json", 
38417           "application/xml"
38418         ], 
38419         "responses": {
38420           "default": {
38421             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38422           }
38423         }, 
38424         "summary": "create or update an existing esr-thirdparty-sdnc", 
38425         "tags": [
38426           "ExternalSystem"
38427         ]
38428       }
38429     }, 
38430     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}/esr-system-info-list": {
38431       "get": {
38432         "description": "returns esr-system-info-list", 
38433         "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoList", 
38434         "parameters": [
38435           {
38436             "description": "Unique ID of SDNC.", 
38437             "example": "__THIRDPARTY-SDNC-ID__", 
38438             "in": "path", 
38439             "name": "thirdparty-sdnc-id", 
38440             "required": true, 
38441             "type": "string"
38442           }, 
38443           {
38444             "description": "n/a", 
38445             "in": "query", 
38446             "name": "esr-system-info-id", 
38447             "required": false, 
38448             "type": "string"
38449           }, 
38450           {
38451             "description": "n/a", 
38452             "in": "query", 
38453             "name": "system-name", 
38454             "required": false, 
38455             "type": "string"
38456           }, 
38457           {
38458             "description": "n/a", 
38459             "in": "query", 
38460             "name": "system-type", 
38461             "required": false, 
38462             "type": "string"
38463           }
38464         ], 
38465         "produces": [
38466           "application/json", 
38467           "application/xml"
38468         ], 
38469         "responses": {
38470           "200": {
38471             "description": "successful operation", 
38472             "schema": {
38473               "$ref": "#/definitions/esr-system-info-list"
38474             }
38475           }, 
38476           "default": {
38477             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38478           }
38479         }, 
38480         "summary": "returns esr-system-info-list", 
38481         "tags": [
38482           "ExternalSystem"
38483         ]
38484       }
38485     }, 
38486     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
38487       "delete": {
38488         "consumes": [
38489           "application/json", 
38490           "application/xml"
38491         ], 
38492         "description": "delete an existing esr-system-info", 
38493         "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo", 
38494         "parameters": [
38495           {
38496             "description": "Unique ID of SDNC.", 
38497             "example": "__THIRDPARTY-SDNC-ID__", 
38498             "in": "path", 
38499             "name": "thirdparty-sdnc-id", 
38500             "required": true, 
38501             "type": "string"
38502           }, 
38503           {
38504             "description": "Unique ID of esr system info.", 
38505             "example": "__ESR-SYSTEM-INFO-ID__", 
38506             "in": "path", 
38507             "name": "esr-system-info-id", 
38508             "required": true, 
38509             "type": "string"
38510           }, 
38511           {
38512             "description": "resource-version for concurrency", 
38513             "in": "query", 
38514             "name": "resource-version", 
38515             "required": true, 
38516             "type": "string"
38517           }
38518         ], 
38519         "produces": [
38520           "application/json", 
38521           "application/xml"
38522         ], 
38523         "responses": {
38524           "default": {
38525             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38526           }
38527         }, 
38528         "summary": "delete an existing esr-system-info", 
38529         "tags": [
38530           "ExternalSystem"
38531         ]
38532       }, 
38533       "get": {
38534         "description": "returns esr-system-info", 
38535         "operationId": "getExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo", 
38536         "parameters": [
38537           {
38538             "description": "Unique ID of SDNC.", 
38539             "example": "__THIRDPARTY-SDNC-ID__", 
38540             "in": "path", 
38541             "name": "thirdparty-sdnc-id", 
38542             "required": true, 
38543             "type": "string"
38544           }, 
38545           {
38546             "description": "Unique ID of esr system info.", 
38547             "example": "__ESR-SYSTEM-INFO-ID__", 
38548             "in": "path", 
38549             "name": "esr-system-info-id", 
38550             "required": true, 
38551             "type": "string"
38552           }
38553         ], 
38554         "produces": [
38555           "application/json", 
38556           "application/xml"
38557         ], 
38558         "responses": {
38559           "200": {
38560             "description": "successful operation", 
38561             "schema": {
38562               "$ref": "#/definitions/esr-system-info"
38563             }
38564           }, 
38565           "default": {
38566             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38567           }
38568         }, 
38569         "summary": "returns esr-system-info", 
38570         "tags": [
38571           "ExternalSystem"
38572         ]
38573       }, 
38574       "patch": {
38575         "consumes": [
38576           "application/json"
38577         ], 
38578         "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", 
38579         "operationId": "UpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo", 
38580         "parameters": [
38581           {
38582             "description": "Unique ID of SDNC.", 
38583             "example": "__THIRDPARTY-SDNC-ID__", 
38584             "in": "path", 
38585             "name": "thirdparty-sdnc-id", 
38586             "required": true, 
38587             "type": "string"
38588           }, 
38589           {
38590             "description": "Unique ID of esr system info.", 
38591             "example": "__ESR-SYSTEM-INFO-ID__", 
38592             "in": "path", 
38593             "name": "esr-system-info-id", 
38594             "required": true, 
38595             "type": "string"
38596           }, 
38597           {
38598             "description": "esr-system-info object that needs to be updated.", 
38599             "in": "body", 
38600             "name": "body", 
38601             "required": true, 
38602             "schema": {
38603               "$ref": "#/definitions/zzzz-patch-esr-system-info"
38604             }
38605           }
38606         ], 
38607         "produces": [
38608           "application/json"
38609         ], 
38610         "responses": {
38611           "default": {
38612             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38613           }
38614         }, 
38615         "summary": "update an existing esr-system-info", 
38616         "tags": [
38617           "ExternalSystem"
38618         ]
38619       }, 
38620       "put": {
38621         "consumes": [
38622           "application/json", 
38623           "application/xml"
38624         ], 
38625         "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", 
38626         "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo", 
38627         "parameters": [
38628           {
38629             "description": "Unique ID of SDNC.", 
38630             "example": "__THIRDPARTY-SDNC-ID__", 
38631             "in": "path", 
38632             "name": "thirdparty-sdnc-id", 
38633             "required": true, 
38634             "type": "string"
38635           }, 
38636           {
38637             "description": "Unique ID of esr system info.", 
38638             "example": "__ESR-SYSTEM-INFO-ID__", 
38639             "in": "path", 
38640             "name": "esr-system-info-id", 
38641             "required": true, 
38642             "type": "string"
38643           }, 
38644           {
38645             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo.json)", 
38646             "in": "body", 
38647             "name": "body", 
38648             "required": true, 
38649             "schema": {
38650               "$ref": "#/definitions/esr-system-info"
38651             }
38652           }
38653         ], 
38654         "produces": [
38655           "application/json", 
38656           "application/xml"
38657         ], 
38658         "responses": {
38659           "default": {
38660             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38661           }
38662         }, 
38663         "summary": "create or update an existing esr-system-info", 
38664         "tags": [
38665           "ExternalSystem"
38666         ]
38667       }
38668     }, 
38669     "/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": {
38670       "delete": {
38671         "consumes": [
38672           "application/json", 
38673           "application/xml"
38674         ], 
38675         "description": "delete an existing relationship", 
38676         "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
38677         "parameters": [
38678           {
38679             "description": "Unique ID of SDNC.", 
38680             "example": "__THIRDPARTY-SDNC-ID__", 
38681             "in": "path", 
38682             "name": "thirdparty-sdnc-id", 
38683             "required": true, 
38684             "type": "string"
38685           }, 
38686           {
38687             "description": "Unique ID of esr system info.", 
38688             "example": "__ESR-SYSTEM-INFO-ID__", 
38689             "in": "path", 
38690             "name": "esr-system-info-id", 
38691             "required": true, 
38692             "type": "string"
38693           }
38694         ], 
38695         "produces": [
38696           "application/json", 
38697           "application/xml"
38698         ], 
38699         "responses": {
38700           "default": {
38701             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38702           }
38703         }, 
38704         "summary": "delete an existing relationship", 
38705         "tags": [
38706           "ExternalSystem"
38707         ]
38708       }, 
38709       "put": {
38710         "consumes": [
38711           "application/json", 
38712           "application/xml"
38713         ], 
38714         "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
38715         "parameters": [
38716           {
38717             "description": "Unique ID of SDNC.", 
38718             "example": "__THIRDPARTY-SDNC-ID__", 
38719             "in": "path", 
38720             "name": "thirdparty-sdnc-id", 
38721             "required": true, 
38722             "type": "string"
38723           }, 
38724           {
38725             "description": "Unique ID of esr system info.", 
38726             "example": "__ESR-SYSTEM-INFO-ID__", 
38727             "in": "path", 
38728             "name": "esr-system-info-id", 
38729             "required": true, 
38730             "type": "string"
38731           }, 
38732           {
38733             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrThirdpartySdncListEsrThirdpartySdncEsrSystemInfoListEsrSystemInfo.json)", 
38734             "in": "body", 
38735             "name": "body", 
38736             "required": true, 
38737             "schema": {
38738               "$ref": "#/definitions/relationship-dict"
38739             }
38740           }
38741         ], 
38742         "produces": [
38743           "application/json", 
38744           "application/xml"
38745         ], 
38746         "responses": {
38747           "default": {
38748             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38749           }
38750         }, 
38751         "summary": "see node definition for valid relationships", 
38752         "tags": [
38753           "ExternalSystem"
38754         ]
38755       }
38756     }, 
38757     "/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id}/relationship-list/relationship": {
38758       "delete": {
38759         "consumes": [
38760           "application/json", 
38761           "application/xml"
38762         ], 
38763         "description": "delete an existing relationship", 
38764         "operationId": "deleteExternalSystemEsrThirdpartySdncListEsrThirdpartySdncRelationshipListRelationship", 
38765         "parameters": [
38766           {
38767             "description": "Unique ID of SDNC.", 
38768             "example": "__THIRDPARTY-SDNC-ID__", 
38769             "in": "path", 
38770             "name": "thirdparty-sdnc-id", 
38771             "required": true, 
38772             "type": "string"
38773           }
38774         ], 
38775         "produces": [
38776           "application/json", 
38777           "application/xml"
38778         ], 
38779         "responses": {
38780           "default": {
38781             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38782           }
38783         }, 
38784         "summary": "delete an existing relationship", 
38785         "tags": [
38786           "ExternalSystem"
38787         ]
38788       }, 
38789       "put": {
38790         "consumes": [
38791           "application/json", 
38792           "application/xml"
38793         ], 
38794         "operationId": "createOrUpdateExternalSystemEsrThirdpartySdncListEsrThirdpartySdncRelationshipListRelationship", 
38795         "parameters": [
38796           {
38797             "description": "Unique ID of SDNC.", 
38798             "example": "__THIRDPARTY-SDNC-ID__", 
38799             "in": "path", 
38800             "name": "thirdparty-sdnc-id", 
38801             "required": true, 
38802             "type": "string"
38803           }, 
38804           {
38805             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrThirdpartySdncListEsrThirdpartySdnc.json)", 
38806             "in": "body", 
38807             "name": "body", 
38808             "required": true, 
38809             "schema": {
38810               "$ref": "#/definitions/relationship-dict"
38811             }
38812           }
38813         ], 
38814         "produces": [
38815           "application/json", 
38816           "application/xml"
38817         ], 
38818         "responses": {
38819           "default": {
38820             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38821           }
38822         }, 
38823         "summary": "see node definition for valid relationships", 
38824         "tags": [
38825           "ExternalSystem"
38826         ]
38827       }
38828     }, 
38829     "/external-system/esr-vnfm-list": {
38830       "get": {
38831         "description": "returns esr-vnfm-list", 
38832         "operationId": "getExternalSystemEsrVnfmList", 
38833         "parameters": [
38834           {
38835             "description": "n/a", 
38836             "in": "query", 
38837             "name": "vnfm-id", 
38838             "required": false, 
38839             "type": "string"
38840           }
38841         ], 
38842         "produces": [
38843           "application/json", 
38844           "application/xml"
38845         ], 
38846         "responses": {
38847           "200": {
38848             "description": "successful operation", 
38849             "schema": {
38850               "$ref": "#/definitions/esr-vnfm-list"
38851             }
38852           }, 
38853           "default": {
38854             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38855           }
38856         }, 
38857         "summary": "returns esr-vnfm-list", 
38858         "tags": [
38859           "ExternalSystem"
38860         ]
38861       }
38862     }, 
38863     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}": {
38864       "delete": {
38865         "consumes": [
38866           "application/json", 
38867           "application/xml"
38868         ], 
38869         "description": "delete an existing esr-vnfm", 
38870         "operationId": "deleteExternalSystemEsrVnfmListEsrVnfm", 
38871         "parameters": [
38872           {
38873             "description": "Unique ID of VNFM.", 
38874             "example": "__VNFM-ID__", 
38875             "in": "path", 
38876             "name": "vnfm-id", 
38877             "required": true, 
38878             "type": "string"
38879           }, 
38880           {
38881             "description": "resource-version for concurrency", 
38882             "in": "query", 
38883             "name": "resource-version", 
38884             "required": true, 
38885             "type": "string"
38886           }
38887         ], 
38888         "produces": [
38889           "application/json", 
38890           "application/xml"
38891         ], 
38892         "responses": {
38893           "default": {
38894             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38895           }
38896         }, 
38897         "summary": "delete an existing esr-vnfm", 
38898         "tags": [
38899           "ExternalSystem"
38900         ]
38901       }, 
38902       "get": {
38903         "description": "returns esr-vnfm", 
38904         "operationId": "getExternalSystemEsrVnfmListEsrVnfm", 
38905         "parameters": [
38906           {
38907             "description": "Unique ID of VNFM.", 
38908             "example": "__VNFM-ID__", 
38909             "in": "path", 
38910             "name": "vnfm-id", 
38911             "required": true, 
38912             "type": "string"
38913           }
38914         ], 
38915         "produces": [
38916           "application/json", 
38917           "application/xml"
38918         ], 
38919         "responses": {
38920           "200": {
38921             "description": "successful operation", 
38922             "schema": {
38923               "$ref": "#/definitions/esr-vnfm"
38924             }
38925           }, 
38926           "default": {
38927             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38928           }
38929         }, 
38930         "summary": "returns esr-vnfm", 
38931         "tags": [
38932           "ExternalSystem"
38933         ]
38934       }, 
38935       "patch": {
38936         "consumes": [
38937           "application/json"
38938         ], 
38939         "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", 
38940         "operationId": "UpdateExternalSystemEsrVnfmListEsrVnfm", 
38941         "parameters": [
38942           {
38943             "description": "Unique ID of VNFM.", 
38944             "example": "__VNFM-ID__", 
38945             "in": "path", 
38946             "name": "vnfm-id", 
38947             "required": true, 
38948             "type": "string"
38949           }, 
38950           {
38951             "description": "esr-vnfm object that needs to be updated.", 
38952             "in": "body", 
38953             "name": "body", 
38954             "required": true, 
38955             "schema": {
38956               "$ref": "#/definitions/zzzz-patch-esr-vnfm"
38957             }
38958           }
38959         ], 
38960         "produces": [
38961           "application/json"
38962         ], 
38963         "responses": {
38964           "default": {
38965             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
38966           }
38967         }, 
38968         "summary": "update an existing esr-vnfm", 
38969         "tags": [
38970           "ExternalSystem"
38971         ]
38972       }, 
38973       "put": {
38974         "consumes": [
38975           "application/json", 
38976           "application/xml"
38977         ], 
38978         "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", 
38979         "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfm", 
38980         "parameters": [
38981           {
38982             "description": "Unique ID of VNFM.", 
38983             "example": "__VNFM-ID__", 
38984             "in": "path", 
38985             "name": "vnfm-id", 
38986             "required": true, 
38987             "type": "string"
38988           }, 
38989           {
38990             "description": "esr-vnfm object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrVnfmListEsrVnfm.json)", 
38991             "in": "body", 
38992             "name": "body", 
38993             "required": true, 
38994             "schema": {
38995               "$ref": "#/definitions/esr-vnfm"
38996             }
38997           }
38998         ], 
38999         "produces": [
39000           "application/json", 
39001           "application/xml"
39002         ], 
39003         "responses": {
39004           "default": {
39005             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39006           }
39007         }, 
39008         "summary": "create or update an existing esr-vnfm", 
39009         "tags": [
39010           "ExternalSystem"
39011         ]
39012       }
39013     }, 
39014     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}/esr-system-info-list": {
39015       "get": {
39016         "description": "returns esr-system-info-list", 
39017         "operationId": "getExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoList", 
39018         "parameters": [
39019           {
39020             "description": "Unique ID of VNFM.", 
39021             "example": "__VNFM-ID__", 
39022             "in": "path", 
39023             "name": "vnfm-id", 
39024             "required": true, 
39025             "type": "string"
39026           }, 
39027           {
39028             "description": "n/a", 
39029             "in": "query", 
39030             "name": "esr-system-info-id", 
39031             "required": false, 
39032             "type": "string"
39033           }, 
39034           {
39035             "description": "n/a", 
39036             "in": "query", 
39037             "name": "system-name", 
39038             "required": false, 
39039             "type": "string"
39040           }, 
39041           {
39042             "description": "n/a", 
39043             "in": "query", 
39044             "name": "system-type", 
39045             "required": false, 
39046             "type": "string"
39047           }
39048         ], 
39049         "produces": [
39050           "application/json", 
39051           "application/xml"
39052         ], 
39053         "responses": {
39054           "200": {
39055             "description": "successful operation", 
39056             "schema": {
39057               "$ref": "#/definitions/esr-system-info-list"
39058             }
39059           }, 
39060           "default": {
39061             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39062           }
39063         }, 
39064         "summary": "returns esr-system-info-list", 
39065         "tags": [
39066           "ExternalSystem"
39067         ]
39068       }
39069     }, 
39070     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}": {
39071       "delete": {
39072         "consumes": [
39073           "application/json", 
39074           "application/xml"
39075         ], 
39076         "description": "delete an existing esr-system-info", 
39077         "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo", 
39078         "parameters": [
39079           {
39080             "description": "Unique ID of VNFM.", 
39081             "example": "__VNFM-ID__", 
39082             "in": "path", 
39083             "name": "vnfm-id", 
39084             "required": true, 
39085             "type": "string"
39086           }, 
39087           {
39088             "description": "Unique ID of esr system info.", 
39089             "example": "__ESR-SYSTEM-INFO-ID__", 
39090             "in": "path", 
39091             "name": "esr-system-info-id", 
39092             "required": true, 
39093             "type": "string"
39094           }, 
39095           {
39096             "description": "resource-version for concurrency", 
39097             "in": "query", 
39098             "name": "resource-version", 
39099             "required": true, 
39100             "type": "string"
39101           }
39102         ], 
39103         "produces": [
39104           "application/json", 
39105           "application/xml"
39106         ], 
39107         "responses": {
39108           "default": {
39109             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39110           }
39111         }, 
39112         "summary": "delete an existing esr-system-info", 
39113         "tags": [
39114           "ExternalSystem"
39115         ]
39116       }, 
39117       "get": {
39118         "description": "returns esr-system-info", 
39119         "operationId": "getExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo", 
39120         "parameters": [
39121           {
39122             "description": "Unique ID of VNFM.", 
39123             "example": "__VNFM-ID__", 
39124             "in": "path", 
39125             "name": "vnfm-id", 
39126             "required": true, 
39127             "type": "string"
39128           }, 
39129           {
39130             "description": "Unique ID of esr system info.", 
39131             "example": "__ESR-SYSTEM-INFO-ID__", 
39132             "in": "path", 
39133             "name": "esr-system-info-id", 
39134             "required": true, 
39135             "type": "string"
39136           }
39137         ], 
39138         "produces": [
39139           "application/json", 
39140           "application/xml"
39141         ], 
39142         "responses": {
39143           "200": {
39144             "description": "successful operation", 
39145             "schema": {
39146               "$ref": "#/definitions/esr-system-info"
39147             }
39148           }, 
39149           "default": {
39150             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39151           }
39152         }, 
39153         "summary": "returns esr-system-info", 
39154         "tags": [
39155           "ExternalSystem"
39156         ]
39157       }, 
39158       "patch": {
39159         "consumes": [
39160           "application/json"
39161         ], 
39162         "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", 
39163         "operationId": "UpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo", 
39164         "parameters": [
39165           {
39166             "description": "Unique ID of VNFM.", 
39167             "example": "__VNFM-ID__", 
39168             "in": "path", 
39169             "name": "vnfm-id", 
39170             "required": true, 
39171             "type": "string"
39172           }, 
39173           {
39174             "description": "Unique ID of esr system info.", 
39175             "example": "__ESR-SYSTEM-INFO-ID__", 
39176             "in": "path", 
39177             "name": "esr-system-info-id", 
39178             "required": true, 
39179             "type": "string"
39180           }, 
39181           {
39182             "description": "esr-system-info object that needs to be updated.", 
39183             "in": "body", 
39184             "name": "body", 
39185             "required": true, 
39186             "schema": {
39187               "$ref": "#/definitions/zzzz-patch-esr-system-info"
39188             }
39189           }
39190         ], 
39191         "produces": [
39192           "application/json"
39193         ], 
39194         "responses": {
39195           "default": {
39196             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39197           }
39198         }, 
39199         "summary": "update an existing esr-system-info", 
39200         "tags": [
39201           "ExternalSystem"
39202         ]
39203       }, 
39204       "put": {
39205         "consumes": [
39206           "application/json", 
39207           "application/xml"
39208         ], 
39209         "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", 
39210         "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo", 
39211         "parameters": [
39212           {
39213             "description": "Unique ID of VNFM.", 
39214             "example": "__VNFM-ID__", 
39215             "in": "path", 
39216             "name": "vnfm-id", 
39217             "required": true, 
39218             "type": "string"
39219           }, 
39220           {
39221             "description": "Unique ID of esr system info.", 
39222             "example": "__ESR-SYSTEM-INFO-ID__", 
39223             "in": "path", 
39224             "name": "esr-system-info-id", 
39225             "required": true, 
39226             "type": "string"
39227           }, 
39228           {
39229             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo.json)", 
39230             "in": "body", 
39231             "name": "body", 
39232             "required": true, 
39233             "schema": {
39234               "$ref": "#/definitions/esr-system-info"
39235             }
39236           }
39237         ], 
39238         "produces": [
39239           "application/json", 
39240           "application/xml"
39241         ], 
39242         "responses": {
39243           "default": {
39244             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39245           }
39246         }, 
39247         "summary": "create or update an existing esr-system-info", 
39248         "tags": [
39249           "ExternalSystem"
39250         ]
39251       }
39252     }, 
39253     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}/esr-system-info-list/esr-system-info/{esr-system-info-id}/relationship-list/relationship": {
39254       "delete": {
39255         "consumes": [
39256           "application/json", 
39257           "application/xml"
39258         ], 
39259         "description": "delete an existing relationship", 
39260         "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
39261         "parameters": [
39262           {
39263             "description": "Unique ID of VNFM.", 
39264             "example": "__VNFM-ID__", 
39265             "in": "path", 
39266             "name": "vnfm-id", 
39267             "required": true, 
39268             "type": "string"
39269           }, 
39270           {
39271             "description": "Unique ID of esr system info.", 
39272             "example": "__ESR-SYSTEM-INFO-ID__", 
39273             "in": "path", 
39274             "name": "esr-system-info-id", 
39275             "required": true, 
39276             "type": "string"
39277           }
39278         ], 
39279         "produces": [
39280           "application/json", 
39281           "application/xml"
39282         ], 
39283         "responses": {
39284           "default": {
39285             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39286           }
39287         }, 
39288         "summary": "delete an existing relationship", 
39289         "tags": [
39290           "ExternalSystem"
39291         ]
39292       }, 
39293       "put": {
39294         "consumes": [
39295           "application/json", 
39296           "application/xml"
39297         ], 
39298         "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfoRelationshipListRelationship", 
39299         "parameters": [
39300           {
39301             "description": "Unique ID of VNFM.", 
39302             "example": "__VNFM-ID__", 
39303             "in": "path", 
39304             "name": "vnfm-id", 
39305             "required": true, 
39306             "type": "string"
39307           }, 
39308           {
39309             "description": "Unique ID of esr system info.", 
39310             "example": "__ESR-SYSTEM-INFO-ID__", 
39311             "in": "path", 
39312             "name": "esr-system-info-id", 
39313             "required": true, 
39314             "type": "string"
39315           }, 
39316           {
39317             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrVnfmListEsrVnfmEsrSystemInfoListEsrSystemInfo.json)", 
39318             "in": "body", 
39319             "name": "body", 
39320             "required": true, 
39321             "schema": {
39322               "$ref": "#/definitions/relationship-dict"
39323             }
39324           }
39325         ], 
39326         "produces": [
39327           "application/json", 
39328           "application/xml"
39329         ], 
39330         "responses": {
39331           "default": {
39332             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39333           }
39334         }, 
39335         "summary": "see node definition for valid relationships", 
39336         "tags": [
39337           "ExternalSystem"
39338         ]
39339       }
39340     }, 
39341     "/external-system/esr-vnfm-list/esr-vnfm/{vnfm-id}/relationship-list/relationship": {
39342       "delete": {
39343         "consumes": [
39344           "application/json", 
39345           "application/xml"
39346         ], 
39347         "description": "delete an existing relationship", 
39348         "operationId": "deleteExternalSystemEsrVnfmListEsrVnfmRelationshipListRelationship", 
39349         "parameters": [
39350           {
39351             "description": "Unique ID of VNFM.", 
39352             "example": "__VNFM-ID__", 
39353             "in": "path", 
39354             "name": "vnfm-id", 
39355             "required": true, 
39356             "type": "string"
39357           }
39358         ], 
39359         "produces": [
39360           "application/json", 
39361           "application/xml"
39362         ], 
39363         "responses": {
39364           "default": {
39365             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39366           }
39367         }, 
39368         "summary": "delete an existing relationship", 
39369         "tags": [
39370           "ExternalSystem"
39371         ]
39372       }, 
39373       "put": {
39374         "consumes": [
39375           "application/json", 
39376           "application/xml"
39377         ], 
39378         "operationId": "createOrUpdateExternalSystemEsrVnfmListEsrVnfmRelationshipListRelationship", 
39379         "parameters": [
39380           {
39381             "description": "Unique ID of VNFM.", 
39382             "example": "__VNFM-ID__", 
39383             "in": "path", 
39384             "name": "vnfm-id", 
39385             "required": true, 
39386             "type": "string"
39387           }, 
39388           {
39389             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ExternalSystemEsrVnfmListEsrVnfm.json)", 
39390             "in": "body", 
39391             "name": "body", 
39392             "required": true, 
39393             "schema": {
39394               "$ref": "#/definitions/relationship-dict"
39395             }
39396           }
39397         ], 
39398         "produces": [
39399           "application/json", 
39400           "application/xml"
39401         ], 
39402         "responses": {
39403           "default": {
39404             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39405           }
39406         }, 
39407         "summary": "see node definition for valid relationships", 
39408         "tags": [
39409           "ExternalSystem"
39410         ]
39411       }
39412     }, 
39413     "/network/collections": {
39414       "get": {
39415         "description": "returns collections", 
39416         "operationId": "getNetworkCollections", 
39417         "parameters": [
39418           {
39419             "description": "n/a", 
39420             "in": "query", 
39421             "name": "collection-id", 
39422             "required": false, 
39423             "type": "string"
39424           }, 
39425           {
39426             "description": "n/a", 
39427             "in": "query", 
39428             "name": "model-invariant-id", 
39429             "required": false, 
39430             "type": "string"
39431           }, 
39432           {
39433             "description": "n/a", 
39434             "in": "query", 
39435             "name": "model-version-id", 
39436             "required": false, 
39437             "type": "string"
39438           }
39439         ], 
39440         "produces": [
39441           "application/json", 
39442           "application/xml"
39443         ], 
39444         "responses": {
39445           "200": {
39446             "description": "successful operation", 
39447             "schema": {
39448               "$ref": "#/definitions/collections"
39449             }
39450           }, 
39451           "default": {
39452             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39453           }
39454         }, 
39455         "summary": "returns collections", 
39456         "tags": [
39457           "Network"
39458         ]
39459       }
39460     }, 
39461     "/network/collections/collection/{collection-id}": {
39462       "delete": {
39463         "consumes": [
39464           "application/json", 
39465           "application/xml"
39466         ], 
39467         "description": "delete an existing collection", 
39468         "operationId": "deleteNetworkCollectionsCollection", 
39469         "parameters": [
39470           {
39471             "description": "Collection Object UUID", 
39472             "example": "__COLLECTION-ID__", 
39473             "in": "path", 
39474             "name": "collection-id", 
39475             "required": true, 
39476             "type": "string"
39477           }, 
39478           {
39479             "description": "resource-version for concurrency", 
39480             "in": "query", 
39481             "name": "resource-version", 
39482             "required": true, 
39483             "type": "string"
39484           }
39485         ], 
39486         "produces": [
39487           "application/json", 
39488           "application/xml"
39489         ], 
39490         "responses": {
39491           "default": {
39492             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39493           }
39494         }, 
39495         "summary": "delete an existing collection", 
39496         "tags": [
39497           "Network"
39498         ]
39499       }, 
39500       "get": {
39501         "description": "returns collection", 
39502         "operationId": "getNetworkCollectionsCollection", 
39503         "parameters": [
39504           {
39505             "description": "Collection Object UUID", 
39506             "example": "__COLLECTION-ID__", 
39507             "in": "path", 
39508             "name": "collection-id", 
39509             "required": true, 
39510             "type": "string"
39511           }
39512         ], 
39513         "produces": [
39514           "application/json", 
39515           "application/xml"
39516         ], 
39517         "responses": {
39518           "200": {
39519             "description": "successful operation", 
39520             "schema": {
39521               "$ref": "#/definitions/collection"
39522             }
39523           }, 
39524           "default": {
39525             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39526           }
39527         }, 
39528         "summary": "returns collection", 
39529         "tags": [
39530           "Network"
39531         ]
39532       }, 
39533       "patch": {
39534         "consumes": [
39535           "application/json"
39536         ], 
39537         "description": "Update an existing collection\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", 
39538         "operationId": "UpdateNetworkCollectionsCollection", 
39539         "parameters": [
39540           {
39541             "description": "Collection Object UUID", 
39542             "example": "__COLLECTION-ID__", 
39543             "in": "path", 
39544             "name": "collection-id", 
39545             "required": true, 
39546             "type": "string"
39547           }, 
39548           {
39549             "description": "collection object that needs to be updated.", 
39550             "in": "body", 
39551             "name": "body", 
39552             "required": true, 
39553             "schema": {
39554               "$ref": "#/definitions/zzzz-patch-collection"
39555             }
39556           }
39557         ], 
39558         "produces": [
39559           "application/json"
39560         ], 
39561         "responses": {
39562           "default": {
39563             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39564           }
39565         }, 
39566         "summary": "update an existing collection", 
39567         "tags": [
39568           "Network"
39569         ]
39570       }, 
39571       "put": {
39572         "consumes": [
39573           "application/json", 
39574           "application/xml"
39575         ], 
39576         "description": "Create or update an existing collection.\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", 
39577         "operationId": "createOrUpdateNetworkCollectionsCollection", 
39578         "parameters": [
39579           {
39580             "description": "Collection Object UUID", 
39581             "example": "__COLLECTION-ID__", 
39582             "in": "path", 
39583             "name": "collection-id", 
39584             "required": true, 
39585             "type": "string"
39586           }, 
39587           {
39588             "description": "collection object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkCollectionsCollection.json)", 
39589             "in": "body", 
39590             "name": "body", 
39591             "required": true, 
39592             "schema": {
39593               "$ref": "#/definitions/collection"
39594             }
39595           }
39596         ], 
39597         "produces": [
39598           "application/json", 
39599           "application/xml"
39600         ], 
39601         "responses": {
39602           "default": {
39603             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39604           }
39605         }, 
39606         "summary": "create or update an existing collection", 
39607         "tags": [
39608           "Network"
39609         ]
39610       }
39611     }, 
39612     "/network/collections/collection/{collection-id}/relationship-list/relationship": {
39613       "delete": {
39614         "consumes": [
39615           "application/json", 
39616           "application/xml"
39617         ], 
39618         "description": "delete an existing relationship", 
39619         "operationId": "deleteNetworkCollectionsCollectionRelationshipListRelationship", 
39620         "parameters": [
39621           {
39622             "description": "Collection Object UUID", 
39623             "example": "__COLLECTION-ID__", 
39624             "in": "path", 
39625             "name": "collection-id", 
39626             "required": true, 
39627             "type": "string"
39628           }
39629         ], 
39630         "produces": [
39631           "application/json", 
39632           "application/xml"
39633         ], 
39634         "responses": {
39635           "default": {
39636             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39637           }
39638         }, 
39639         "summary": "delete an existing relationship", 
39640         "tags": [
39641           "Network"
39642         ]
39643       }, 
39644       "put": {
39645         "consumes": [
39646           "application/json", 
39647           "application/xml"
39648         ], 
39649         "operationId": "createOrUpdateNetworkCollectionsCollectionRelationshipListRelationship", 
39650         "parameters": [
39651           {
39652             "description": "Collection Object UUID", 
39653             "example": "__COLLECTION-ID__", 
39654             "in": "path", 
39655             "name": "collection-id", 
39656             "required": true, 
39657             "type": "string"
39658           }, 
39659           {
39660             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkCollectionsCollection.json)", 
39661             "in": "body", 
39662             "name": "body", 
39663             "required": true, 
39664             "schema": {
39665               "$ref": "#/definitions/relationship-dict"
39666             }
39667           }
39668         ], 
39669         "produces": [
39670           "application/json", 
39671           "application/xml"
39672         ], 
39673         "responses": {
39674           "default": {
39675             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39676           }
39677         }, 
39678         "summary": "see node definition for valid relationships", 
39679         "tags": [
39680           "Network"
39681         ]
39682       }
39683     }, 
39684     "/network/configurations": {
39685       "get": {
39686         "description": "returns configurations", 
39687         "operationId": "getNetworkConfigurations", 
39688         "parameters": [
39689           {
39690             "description": "n/a", 
39691             "in": "query", 
39692             "name": "configuration-id", 
39693             "required": false, 
39694             "type": "string"
39695           }, 
39696           {
39697             "description": "n/a", 
39698             "in": "query", 
39699             "name": "model-invariant-id", 
39700             "required": false, 
39701             "type": "string"
39702           }, 
39703           {
39704             "description": "n/a", 
39705             "in": "query", 
39706             "name": "model-version-id", 
39707             "required": false, 
39708             "type": "string"
39709           }
39710         ], 
39711         "produces": [
39712           "application/json", 
39713           "application/xml"
39714         ], 
39715         "responses": {
39716           "200": {
39717             "description": "successful operation", 
39718             "schema": {
39719               "$ref": "#/definitions/configurations"
39720             }
39721           }, 
39722           "default": {
39723             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39724           }
39725         }, 
39726         "summary": "returns configurations", 
39727         "tags": [
39728           "Network"
39729         ]
39730       }
39731     }, 
39732     "/network/configurations/configuration/{configuration-id}": {
39733       "delete": {
39734         "consumes": [
39735           "application/json", 
39736           "application/xml"
39737         ], 
39738         "description": "delete an existing configuration", 
39739         "operationId": "deleteNetworkConfigurationsConfiguration", 
39740         "parameters": [
39741           {
39742             "description": "UUID assigned to configuration.", 
39743             "example": "__CONFIGURATION-ID__", 
39744             "in": "path", 
39745             "name": "configuration-id", 
39746             "required": true, 
39747             "type": "string"
39748           }, 
39749           {
39750             "description": "resource-version for concurrency", 
39751             "in": "query", 
39752             "name": "resource-version", 
39753             "required": true, 
39754             "type": "string"
39755           }
39756         ], 
39757         "produces": [
39758           "application/json", 
39759           "application/xml"
39760         ], 
39761         "responses": {
39762           "default": {
39763             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39764           }
39765         }, 
39766         "summary": "delete an existing configuration", 
39767         "tags": [
39768           "Network"
39769         ]
39770       }, 
39771       "get": {
39772         "description": "returns configuration", 
39773         "operationId": "getNetworkConfigurationsConfiguration", 
39774         "parameters": [
39775           {
39776             "description": "UUID assigned to configuration.", 
39777             "example": "__CONFIGURATION-ID__", 
39778             "in": "path", 
39779             "name": "configuration-id", 
39780             "required": true, 
39781             "type": "string"
39782           }
39783         ], 
39784         "produces": [
39785           "application/json", 
39786           "application/xml"
39787         ], 
39788         "responses": {
39789           "200": {
39790             "description": "successful operation", 
39791             "schema": {
39792               "$ref": "#/definitions/configuration"
39793             }
39794           }, 
39795           "default": {
39796             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39797           }
39798         }, 
39799         "summary": "returns configuration", 
39800         "tags": [
39801           "Network"
39802         ]
39803       }, 
39804       "patch": {
39805         "consumes": [
39806           "application/json"
39807         ], 
39808         "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", 
39809         "operationId": "UpdateNetworkConfigurationsConfiguration", 
39810         "parameters": [
39811           {
39812             "description": "UUID assigned to configuration.", 
39813             "example": "__CONFIGURATION-ID__", 
39814             "in": "path", 
39815             "name": "configuration-id", 
39816             "required": true, 
39817             "type": "string"
39818           }, 
39819           {
39820             "description": "configuration object that needs to be updated.", 
39821             "in": "body", 
39822             "name": "body", 
39823             "required": true, 
39824             "schema": {
39825               "$ref": "#/definitions/zzzz-patch-configuration"
39826             }
39827           }
39828         ], 
39829         "produces": [
39830           "application/json"
39831         ], 
39832         "responses": {
39833           "default": {
39834             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39835           }
39836         }, 
39837         "summary": "update an existing configuration", 
39838         "tags": [
39839           "Network"
39840         ]
39841       }, 
39842       "put": {
39843         "consumes": [
39844           "application/json", 
39845           "application/xml"
39846         ], 
39847         "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", 
39848         "operationId": "createOrUpdateNetworkConfigurationsConfiguration", 
39849         "parameters": [
39850           {
39851             "description": "UUID assigned to configuration.", 
39852             "example": "__CONFIGURATION-ID__", 
39853             "in": "path", 
39854             "name": "configuration-id", 
39855             "required": true, 
39856             "type": "string"
39857           }, 
39858           {
39859             "description": "configuration object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfiguration.json)", 
39860             "in": "body", 
39861             "name": "body", 
39862             "required": true, 
39863             "schema": {
39864               "$ref": "#/definitions/configuration"
39865             }
39866           }
39867         ], 
39868         "produces": [
39869           "application/json", 
39870           "application/xml"
39871         ], 
39872         "responses": {
39873           "default": {
39874             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39875           }
39876         }, 
39877         "summary": "create or update an existing configuration", 
39878         "tags": [
39879           "Network"
39880         ]
39881       }
39882     }, 
39883     "/network/configurations/configuration/{configuration-id}/evcs": {
39884       "get": {
39885         "description": "returns evcs", 
39886         "operationId": "getNetworkConfigurationsConfigurationEvcs", 
39887         "parameters": [
39888           {
39889             "description": "UUID assigned to configuration.", 
39890             "example": "__CONFIGURATION-ID__", 
39891             "in": "path", 
39892             "name": "configuration-id", 
39893             "required": true, 
39894             "type": "string"
39895           }
39896         ], 
39897         "produces": [
39898           "application/json", 
39899           "application/xml"
39900         ], 
39901         "responses": {
39902           "200": {
39903             "description": "successful operation", 
39904             "schema": {
39905               "$ref": "#/definitions/evcs"
39906             }
39907           }, 
39908           "default": {
39909             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39910           }
39911         }, 
39912         "summary": "returns evcs", 
39913         "tags": [
39914           "Network"
39915         ]
39916       }
39917     }, 
39918     "/network/configurations/configuration/{configuration-id}/evcs/evc/{evc-id}": {
39919       "delete": {
39920         "consumes": [
39921           "application/json", 
39922           "application/xml"
39923         ], 
39924         "description": "delete an existing evc", 
39925         "operationId": "deleteNetworkConfigurationsConfigurationEvcsEvc", 
39926         "parameters": [
39927           {
39928             "description": "UUID assigned to configuration.", 
39929             "example": "__CONFIGURATION-ID__", 
39930             "in": "path", 
39931             "name": "configuration-id", 
39932             "required": true, 
39933             "type": "string"
39934           }, 
39935           {
39936             "description": "Unique/key field for the evc object", 
39937             "example": "__EVC-ID__", 
39938             "in": "path", 
39939             "name": "evc-id", 
39940             "required": true, 
39941             "type": "string"
39942           }, 
39943           {
39944             "description": "resource-version for concurrency", 
39945             "in": "query", 
39946             "name": "resource-version", 
39947             "required": true, 
39948             "type": "string"
39949           }
39950         ], 
39951         "produces": [
39952           "application/json", 
39953           "application/xml"
39954         ], 
39955         "responses": {
39956           "default": {
39957             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39958           }
39959         }, 
39960         "summary": "delete an existing evc", 
39961         "tags": [
39962           "Network"
39963         ]
39964       }, 
39965       "get": {
39966         "description": "returns evc", 
39967         "operationId": "getNetworkConfigurationsConfigurationEvcsEvc", 
39968         "parameters": [
39969           {
39970             "description": "UUID assigned to configuration.", 
39971             "example": "__CONFIGURATION-ID__", 
39972             "in": "path", 
39973             "name": "configuration-id", 
39974             "required": true, 
39975             "type": "string"
39976           }, 
39977           {
39978             "description": "Unique/key field for the evc object", 
39979             "example": "__EVC-ID__", 
39980             "in": "path", 
39981             "name": "evc-id", 
39982             "required": true, 
39983             "type": "string"
39984           }
39985         ], 
39986         "produces": [
39987           "application/json", 
39988           "application/xml"
39989         ], 
39990         "responses": {
39991           "200": {
39992             "description": "successful operation", 
39993             "schema": {
39994               "$ref": "#/definitions/evc"
39995             }
39996           }, 
39997           "default": {
39998             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
39999           }
40000         }, 
40001         "summary": "returns evc", 
40002         "tags": [
40003           "Network"
40004         ]
40005       }, 
40006       "patch": {
40007         "consumes": [
40008           "application/json"
40009         ], 
40010         "description": "Update an existing evc\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", 
40011         "operationId": "UpdateNetworkConfigurationsConfigurationEvcsEvc", 
40012         "parameters": [
40013           {
40014             "description": "UUID assigned to configuration.", 
40015             "example": "__CONFIGURATION-ID__", 
40016             "in": "path", 
40017             "name": "configuration-id", 
40018             "required": true, 
40019             "type": "string"
40020           }, 
40021           {
40022             "description": "Unique/key field for the evc object", 
40023             "example": "__EVC-ID__", 
40024             "in": "path", 
40025             "name": "evc-id", 
40026             "required": true, 
40027             "type": "string"
40028           }, 
40029           {
40030             "description": "evc object that needs to be updated.", 
40031             "in": "body", 
40032             "name": "body", 
40033             "required": true, 
40034             "schema": {
40035               "$ref": "#/definitions/zzzz-patch-evc"
40036             }
40037           }
40038         ], 
40039         "produces": [
40040           "application/json"
40041         ], 
40042         "responses": {
40043           "default": {
40044             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40045           }
40046         }, 
40047         "summary": "update an existing evc", 
40048         "tags": [
40049           "Network"
40050         ]
40051       }, 
40052       "put": {
40053         "consumes": [
40054           "application/json", 
40055           "application/xml"
40056         ], 
40057         "description": "Create or update an existing evc.\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", 
40058         "operationId": "createOrUpdateNetworkConfigurationsConfigurationEvcsEvc", 
40059         "parameters": [
40060           {
40061             "description": "UUID assigned to configuration.", 
40062             "example": "__CONFIGURATION-ID__", 
40063             "in": "path", 
40064             "name": "configuration-id", 
40065             "required": true, 
40066             "type": "string"
40067           }, 
40068           {
40069             "description": "Unique/key field for the evc object", 
40070             "example": "__EVC-ID__", 
40071             "in": "path", 
40072             "name": "evc-id", 
40073             "required": true, 
40074             "type": "string"
40075           }, 
40076           {
40077             "description": "evc object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfigurationEvcsEvc.json)", 
40078             "in": "body", 
40079             "name": "body", 
40080             "required": true, 
40081             "schema": {
40082               "$ref": "#/definitions/evc"
40083             }
40084           }
40085         ], 
40086         "produces": [
40087           "application/json", 
40088           "application/xml"
40089         ], 
40090         "responses": {
40091           "default": {
40092             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40093           }
40094         }, 
40095         "summary": "create or update an existing evc", 
40096         "tags": [
40097           "Network"
40098         ]
40099       }
40100     }, 
40101     "/network/configurations/configuration/{configuration-id}/evcs/evc/{evc-id}/relationship-list/relationship": {
40102       "delete": {
40103         "consumes": [
40104           "application/json", 
40105           "application/xml"
40106         ], 
40107         "description": "delete an existing relationship", 
40108         "operationId": "deleteNetworkConfigurationsConfigurationEvcsEvcRelationshipListRelationship", 
40109         "parameters": [
40110           {
40111             "description": "UUID assigned to configuration.", 
40112             "example": "__CONFIGURATION-ID__", 
40113             "in": "path", 
40114             "name": "configuration-id", 
40115             "required": true, 
40116             "type": "string"
40117           }, 
40118           {
40119             "description": "Unique/key field for the evc object", 
40120             "example": "__EVC-ID__", 
40121             "in": "path", 
40122             "name": "evc-id", 
40123             "required": true, 
40124             "type": "string"
40125           }
40126         ], 
40127         "produces": [
40128           "application/json", 
40129           "application/xml"
40130         ], 
40131         "responses": {
40132           "default": {
40133             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40134           }
40135         }, 
40136         "summary": "delete an existing relationship", 
40137         "tags": [
40138           "Network"
40139         ]
40140       }, 
40141       "put": {
40142         "consumes": [
40143           "application/json", 
40144           "application/xml"
40145         ], 
40146         "operationId": "createOrUpdateNetworkConfigurationsConfigurationEvcsEvcRelationshipListRelationship", 
40147         "parameters": [
40148           {
40149             "description": "UUID assigned to configuration.", 
40150             "example": "__CONFIGURATION-ID__", 
40151             "in": "path", 
40152             "name": "configuration-id", 
40153             "required": true, 
40154             "type": "string"
40155           }, 
40156           {
40157             "description": "Unique/key field for the evc object", 
40158             "example": "__EVC-ID__", 
40159             "in": "path", 
40160             "name": "evc-id", 
40161             "required": true, 
40162             "type": "string"
40163           }, 
40164           {
40165             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfigurationEvcsEvc.json)", 
40166             "in": "body", 
40167             "name": "body", 
40168             "required": true, 
40169             "schema": {
40170               "$ref": "#/definitions/relationship-dict"
40171             }
40172           }
40173         ], 
40174         "produces": [
40175           "application/json", 
40176           "application/xml"
40177         ], 
40178         "responses": {
40179           "default": {
40180             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40181           }
40182         }, 
40183         "summary": "see node definition for valid relationships", 
40184         "tags": [
40185           "Network"
40186         ]
40187       }
40188     }, 
40189     "/network/configurations/configuration/{configuration-id}/forwarder-evcs": {
40190       "get": {
40191         "description": "returns forwarder-evcs", 
40192         "operationId": "getNetworkConfigurationsConfigurationForwarderEvcs", 
40193         "parameters": [
40194           {
40195             "description": "UUID assigned to configuration.", 
40196             "example": "__CONFIGURATION-ID__", 
40197             "in": "path", 
40198             "name": "configuration-id", 
40199             "required": true, 
40200             "type": "string"
40201           }
40202         ], 
40203         "produces": [
40204           "application/json", 
40205           "application/xml"
40206         ], 
40207         "responses": {
40208           "200": {
40209             "description": "successful operation", 
40210             "schema": {
40211               "$ref": "#/definitions/forwarder-evcs"
40212             }
40213           }, 
40214           "default": {
40215             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40216           }
40217         }, 
40218         "summary": "returns forwarder-evcs", 
40219         "tags": [
40220           "Network"
40221         ]
40222       }
40223     }, 
40224     "/network/configurations/configuration/{configuration-id}/forwarder-evcs/forwarder-evc/{forwarder-evc-id}": {
40225       "delete": {
40226         "consumes": [
40227           "application/json", 
40228           "application/xml"
40229         ], 
40230         "description": "delete an existing forwarder-evc", 
40231         "operationId": "deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc", 
40232         "parameters": [
40233           {
40234             "description": "UUID assigned to configuration.", 
40235             "example": "__CONFIGURATION-ID__", 
40236             "in": "path", 
40237             "name": "configuration-id", 
40238             "required": true, 
40239             "type": "string"
40240           }, 
40241           {
40242             "description": "Key for forwarder-evc object", 
40243             "example": "__FORWARDER-EVC-ID__", 
40244             "in": "path", 
40245             "name": "forwarder-evc-id", 
40246             "required": true, 
40247             "type": "string"
40248           }, 
40249           {
40250             "description": "resource-version for concurrency", 
40251             "in": "query", 
40252             "name": "resource-version", 
40253             "required": true, 
40254             "type": "string"
40255           }
40256         ], 
40257         "produces": [
40258           "application/json", 
40259           "application/xml"
40260         ], 
40261         "responses": {
40262           "default": {
40263             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40264           }
40265         }, 
40266         "summary": "delete an existing forwarder-evc", 
40267         "tags": [
40268           "Network"
40269         ]
40270       }, 
40271       "get": {
40272         "description": "returns forwarder-evc", 
40273         "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc", 
40274         "parameters": [
40275           {
40276             "description": "UUID assigned to configuration.", 
40277             "example": "__CONFIGURATION-ID__", 
40278             "in": "path", 
40279             "name": "configuration-id", 
40280             "required": true, 
40281             "type": "string"
40282           }, 
40283           {
40284             "description": "Key for forwarder-evc object", 
40285             "example": "__FORWARDER-EVC-ID__", 
40286             "in": "path", 
40287             "name": "forwarder-evc-id", 
40288             "required": true, 
40289             "type": "string"
40290           }
40291         ], 
40292         "produces": [
40293           "application/json", 
40294           "application/xml"
40295         ], 
40296         "responses": {
40297           "200": {
40298             "description": "successful operation", 
40299             "schema": {
40300               "$ref": "#/definitions/forwarder-evc"
40301             }
40302           }, 
40303           "default": {
40304             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40305           }
40306         }, 
40307         "summary": "returns forwarder-evc", 
40308         "tags": [
40309           "Network"
40310         ]
40311       }, 
40312       "patch": {
40313         "consumes": [
40314           "application/json"
40315         ], 
40316         "description": "Update an existing forwarder-evc\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", 
40317         "operationId": "UpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc", 
40318         "parameters": [
40319           {
40320             "description": "UUID assigned to configuration.", 
40321             "example": "__CONFIGURATION-ID__", 
40322             "in": "path", 
40323             "name": "configuration-id", 
40324             "required": true, 
40325             "type": "string"
40326           }, 
40327           {
40328             "description": "Key for forwarder-evc object", 
40329             "example": "__FORWARDER-EVC-ID__", 
40330             "in": "path", 
40331             "name": "forwarder-evc-id", 
40332             "required": true, 
40333             "type": "string"
40334           }, 
40335           {
40336             "description": "forwarder-evc object that needs to be updated.", 
40337             "in": "body", 
40338             "name": "body", 
40339             "required": true, 
40340             "schema": {
40341               "$ref": "#/definitions/zzzz-patch-forwarder-evc"
40342             }
40343           }
40344         ], 
40345         "produces": [
40346           "application/json"
40347         ], 
40348         "responses": {
40349           "default": {
40350             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40351           }
40352         }, 
40353         "summary": "update an existing forwarder-evc", 
40354         "tags": [
40355           "Network"
40356         ]
40357       }, 
40358       "put": {
40359         "consumes": [
40360           "application/json", 
40361           "application/xml"
40362         ], 
40363         "description": "Create or update an existing forwarder-evc.\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", 
40364         "operationId": "createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvc", 
40365         "parameters": [
40366           {
40367             "description": "UUID assigned to configuration.", 
40368             "example": "__CONFIGURATION-ID__", 
40369             "in": "path", 
40370             "name": "configuration-id", 
40371             "required": true, 
40372             "type": "string"
40373           }, 
40374           {
40375             "description": "Key for forwarder-evc object", 
40376             "example": "__FORWARDER-EVC-ID__", 
40377             "in": "path", 
40378             "name": "forwarder-evc-id", 
40379             "required": true, 
40380             "type": "string"
40381           }, 
40382           {
40383             "description": "forwarder-evc object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfigurationForwarderEvcsForwarderEvc.json)", 
40384             "in": "body", 
40385             "name": "body", 
40386             "required": true, 
40387             "schema": {
40388               "$ref": "#/definitions/forwarder-evc"
40389             }
40390           }
40391         ], 
40392         "produces": [
40393           "application/json", 
40394           "application/xml"
40395         ], 
40396         "responses": {
40397           "default": {
40398             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40399           }
40400         }, 
40401         "summary": "create or update an existing forwarder-evc", 
40402         "tags": [
40403           "Network"
40404         ]
40405       }
40406     }, 
40407     "/network/configurations/configuration/{configuration-id}/forwarder-evcs/forwarder-evc/{forwarder-evc-id}/relationship-list/relationship": {
40408       "delete": {
40409         "consumes": [
40410           "application/json", 
40411           "application/xml"
40412         ], 
40413         "description": "delete an existing relationship", 
40414         "operationId": "deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcRelationshipListRelationship", 
40415         "parameters": [
40416           {
40417             "description": "UUID assigned to configuration.", 
40418             "example": "__CONFIGURATION-ID__", 
40419             "in": "path", 
40420             "name": "configuration-id", 
40421             "required": true, 
40422             "type": "string"
40423           }, 
40424           {
40425             "description": "Key for forwarder-evc object", 
40426             "example": "__FORWARDER-EVC-ID__", 
40427             "in": "path", 
40428             "name": "forwarder-evc-id", 
40429             "required": true, 
40430             "type": "string"
40431           }
40432         ], 
40433         "produces": [
40434           "application/json", 
40435           "application/xml"
40436         ], 
40437         "responses": {
40438           "default": {
40439             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40440           }
40441         }, 
40442         "summary": "delete an existing relationship", 
40443         "tags": [
40444           "Network"
40445         ]
40446       }, 
40447       "put": {
40448         "consumes": [
40449           "application/json", 
40450           "application/xml"
40451         ], 
40452         "operationId": "createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcRelationshipListRelationship", 
40453         "parameters": [
40454           {
40455             "description": "UUID assigned to configuration.", 
40456             "example": "__CONFIGURATION-ID__", 
40457             "in": "path", 
40458             "name": "configuration-id", 
40459             "required": true, 
40460             "type": "string"
40461           }, 
40462           {
40463             "description": "Key for forwarder-evc object", 
40464             "example": "__FORWARDER-EVC-ID__", 
40465             "in": "path", 
40466             "name": "forwarder-evc-id", 
40467             "required": true, 
40468             "type": "string"
40469           }, 
40470           {
40471             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfigurationForwarderEvcsForwarderEvc.json)", 
40472             "in": "body", 
40473             "name": "body", 
40474             "required": true, 
40475             "schema": {
40476               "$ref": "#/definitions/relationship-dict"
40477             }
40478           }
40479         ], 
40480         "produces": [
40481           "application/json", 
40482           "application/xml"
40483         ], 
40484         "responses": {
40485           "default": {
40486             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40487           }
40488         }, 
40489         "summary": "see node definition for valid relationships", 
40490         "tags": [
40491           "Network"
40492         ]
40493       }
40494     }, 
40495     "/network/configurations/configuration/{configuration-id}/forwarder-evcs/forwarder-evc/{forwarder-evc-id}/vlan-mappings": {
40496       "get": {
40497         "description": "returns vlan-mappings", 
40498         "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappings", 
40499         "parameters": [
40500           {
40501             "description": "UUID assigned to configuration.", 
40502             "example": "__CONFIGURATION-ID__", 
40503             "in": "path", 
40504             "name": "configuration-id", 
40505             "required": true, 
40506             "type": "string"
40507           }, 
40508           {
40509             "description": "Key for forwarder-evc object", 
40510             "example": "__FORWARDER-EVC-ID__", 
40511             "in": "path", 
40512             "name": "forwarder-evc-id", 
40513             "required": true, 
40514             "type": "string"
40515           }
40516         ], 
40517         "produces": [
40518           "application/json", 
40519           "application/xml"
40520         ], 
40521         "responses": {
40522           "200": {
40523             "description": "successful operation", 
40524             "schema": {
40525               "$ref": "#/definitions/vlan-mappings"
40526             }
40527           }, 
40528           "default": {
40529             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40530           }
40531         }, 
40532         "summary": "returns vlan-mappings", 
40533         "tags": [
40534           "Network"
40535         ]
40536       }
40537     }, 
40538     "/network/configurations/configuration/{configuration-id}/forwarder-evcs/forwarder-evc/{forwarder-evc-id}/vlan-mappings/vlan-mapping/{vlan-mapping-id}": {
40539       "delete": {
40540         "consumes": [
40541           "application/json", 
40542           "application/xml"
40543         ], 
40544         "description": "delete an existing vlan-mapping", 
40545         "operationId": "deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping", 
40546         "parameters": [
40547           {
40548             "description": "UUID assigned to configuration.", 
40549             "example": "__CONFIGURATION-ID__", 
40550             "in": "path", 
40551             "name": "configuration-id", 
40552             "required": true, 
40553             "type": "string"
40554           }, 
40555           {
40556             "description": "Key for forwarder-evc object", 
40557             "example": "__FORWARDER-EVC-ID__", 
40558             "in": "path", 
40559             "name": "forwarder-evc-id", 
40560             "required": true, 
40561             "type": "string"
40562           }, 
40563           {
40564             "description": "Key for vlan-mapping object.", 
40565             "example": "__VLAN-MAPPING-ID__", 
40566             "in": "path", 
40567             "name": "vlan-mapping-id", 
40568             "required": true, 
40569             "type": "string"
40570           }, 
40571           {
40572             "description": "resource-version for concurrency", 
40573             "in": "query", 
40574             "name": "resource-version", 
40575             "required": true, 
40576             "type": "string"
40577           }
40578         ], 
40579         "produces": [
40580           "application/json", 
40581           "application/xml"
40582         ], 
40583         "responses": {
40584           "default": {
40585             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40586           }
40587         }, 
40588         "summary": "delete an existing vlan-mapping", 
40589         "tags": [
40590           "Network"
40591         ]
40592       }, 
40593       "get": {
40594         "description": "returns vlan-mapping", 
40595         "operationId": "getNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping", 
40596         "parameters": [
40597           {
40598             "description": "UUID assigned to configuration.", 
40599             "example": "__CONFIGURATION-ID__", 
40600             "in": "path", 
40601             "name": "configuration-id", 
40602             "required": true, 
40603             "type": "string"
40604           }, 
40605           {
40606             "description": "Key for forwarder-evc object", 
40607             "example": "__FORWARDER-EVC-ID__", 
40608             "in": "path", 
40609             "name": "forwarder-evc-id", 
40610             "required": true, 
40611             "type": "string"
40612           }, 
40613           {
40614             "description": "Key for vlan-mapping object.", 
40615             "example": "__VLAN-MAPPING-ID__", 
40616             "in": "path", 
40617             "name": "vlan-mapping-id", 
40618             "required": true, 
40619             "type": "string"
40620           }
40621         ], 
40622         "produces": [
40623           "application/json", 
40624           "application/xml"
40625         ], 
40626         "responses": {
40627           "200": {
40628             "description": "successful operation", 
40629             "schema": {
40630               "$ref": "#/definitions/vlan-mapping"
40631             }
40632           }, 
40633           "default": {
40634             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40635           }
40636         }, 
40637         "summary": "returns vlan-mapping", 
40638         "tags": [
40639           "Network"
40640         ]
40641       }, 
40642       "patch": {
40643         "consumes": [
40644           "application/json"
40645         ], 
40646         "description": "Update an existing vlan-mapping\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", 
40647         "operationId": "UpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping", 
40648         "parameters": [
40649           {
40650             "description": "UUID assigned to configuration.", 
40651             "example": "__CONFIGURATION-ID__", 
40652             "in": "path", 
40653             "name": "configuration-id", 
40654             "required": true, 
40655             "type": "string"
40656           }, 
40657           {
40658             "description": "Key for forwarder-evc object", 
40659             "example": "__FORWARDER-EVC-ID__", 
40660             "in": "path", 
40661             "name": "forwarder-evc-id", 
40662             "required": true, 
40663             "type": "string"
40664           }, 
40665           {
40666             "description": "Key for vlan-mapping object.", 
40667             "example": "__VLAN-MAPPING-ID__", 
40668             "in": "path", 
40669             "name": "vlan-mapping-id", 
40670             "required": true, 
40671             "type": "string"
40672           }, 
40673           {
40674             "description": "vlan-mapping object that needs to be updated.", 
40675             "in": "body", 
40676             "name": "body", 
40677             "required": true, 
40678             "schema": {
40679               "$ref": "#/definitions/zzzz-patch-vlan-mapping"
40680             }
40681           }
40682         ], 
40683         "produces": [
40684           "application/json"
40685         ], 
40686         "responses": {
40687           "default": {
40688             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40689           }
40690         }, 
40691         "summary": "update an existing vlan-mapping", 
40692         "tags": [
40693           "Network"
40694         ]
40695       }, 
40696       "put": {
40697         "consumes": [
40698           "application/json", 
40699           "application/xml"
40700         ], 
40701         "description": "Create or update an existing vlan-mapping.\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", 
40702         "operationId": "createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping", 
40703         "parameters": [
40704           {
40705             "description": "UUID assigned to configuration.", 
40706             "example": "__CONFIGURATION-ID__", 
40707             "in": "path", 
40708             "name": "configuration-id", 
40709             "required": true, 
40710             "type": "string"
40711           }, 
40712           {
40713             "description": "Key for forwarder-evc object", 
40714             "example": "__FORWARDER-EVC-ID__", 
40715             "in": "path", 
40716             "name": "forwarder-evc-id", 
40717             "required": true, 
40718             "type": "string"
40719           }, 
40720           {
40721             "description": "Key for vlan-mapping object.", 
40722             "example": "__VLAN-MAPPING-ID__", 
40723             "in": "path", 
40724             "name": "vlan-mapping-id", 
40725             "required": true, 
40726             "type": "string"
40727           }, 
40728           {
40729             "description": "vlan-mapping object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping.json)", 
40730             "in": "body", 
40731             "name": "body", 
40732             "required": true, 
40733             "schema": {
40734               "$ref": "#/definitions/vlan-mapping"
40735             }
40736           }
40737         ], 
40738         "produces": [
40739           "application/json", 
40740           "application/xml"
40741         ], 
40742         "responses": {
40743           "default": {
40744             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40745           }
40746         }, 
40747         "summary": "create or update an existing vlan-mapping", 
40748         "tags": [
40749           "Network"
40750         ]
40751       }
40752     }, 
40753     "/network/configurations/configuration/{configuration-id}/forwarder-evcs/forwarder-evc/{forwarder-evc-id}/vlan-mappings/vlan-mapping/{vlan-mapping-id}/relationship-list/relationship": {
40754       "delete": {
40755         "consumes": [
40756           "application/json", 
40757           "application/xml"
40758         ], 
40759         "description": "delete an existing relationship", 
40760         "operationId": "deleteNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMappingRelationshipListRelationship", 
40761         "parameters": [
40762           {
40763             "description": "UUID assigned to configuration.", 
40764             "example": "__CONFIGURATION-ID__", 
40765             "in": "path", 
40766             "name": "configuration-id", 
40767             "required": true, 
40768             "type": "string"
40769           }, 
40770           {
40771             "description": "Key for forwarder-evc object", 
40772             "example": "__FORWARDER-EVC-ID__", 
40773             "in": "path", 
40774             "name": "forwarder-evc-id", 
40775             "required": true, 
40776             "type": "string"
40777           }, 
40778           {
40779             "description": "Key for vlan-mapping object.", 
40780             "example": "__VLAN-MAPPING-ID__", 
40781             "in": "path", 
40782             "name": "vlan-mapping-id", 
40783             "required": true, 
40784             "type": "string"
40785           }
40786         ], 
40787         "produces": [
40788           "application/json", 
40789           "application/xml"
40790         ], 
40791         "responses": {
40792           "default": {
40793             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40794           }
40795         }, 
40796         "summary": "delete an existing relationship", 
40797         "tags": [
40798           "Network"
40799         ]
40800       }, 
40801       "put": {
40802         "consumes": [
40803           "application/json", 
40804           "application/xml"
40805         ], 
40806         "operationId": "createOrUpdateNetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMappingRelationshipListRelationship", 
40807         "parameters": [
40808           {
40809             "description": "UUID assigned to configuration.", 
40810             "example": "__CONFIGURATION-ID__", 
40811             "in": "path", 
40812             "name": "configuration-id", 
40813             "required": true, 
40814             "type": "string"
40815           }, 
40816           {
40817             "description": "Key for forwarder-evc object", 
40818             "example": "__FORWARDER-EVC-ID__", 
40819             "in": "path", 
40820             "name": "forwarder-evc-id", 
40821             "required": true, 
40822             "type": "string"
40823           }, 
40824           {
40825             "description": "Key for vlan-mapping object.", 
40826             "example": "__VLAN-MAPPING-ID__", 
40827             "in": "path", 
40828             "name": "vlan-mapping-id", 
40829             "required": true, 
40830             "type": "string"
40831           }, 
40832           {
40833             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfigurationForwarderEvcsForwarderEvcVlanMappingsVlanMapping.json)", 
40834             "in": "body", 
40835             "name": "body", 
40836             "required": true, 
40837             "schema": {
40838               "$ref": "#/definitions/relationship-dict"
40839             }
40840           }
40841         ], 
40842         "produces": [
40843           "application/json", 
40844           "application/xml"
40845         ], 
40846         "responses": {
40847           "default": {
40848             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40849           }
40850         }, 
40851         "summary": "see node definition for valid relationships", 
40852         "tags": [
40853           "Network"
40854         ]
40855       }
40856     }, 
40857     "/network/configurations/configuration/{configuration-id}/metadata": {
40858       "get": {
40859         "description": "returns metadata", 
40860         "operationId": "getNetworkConfigurationsConfigurationMetadata", 
40861         "parameters": [
40862           {
40863             "description": "UUID assigned to configuration.", 
40864             "example": "__CONFIGURATION-ID__", 
40865             "in": "path", 
40866             "name": "configuration-id", 
40867             "required": true, 
40868             "type": "string"
40869           }, 
40870           {
40871             "description": "n/a", 
40872             "in": "query", 
40873             "name": "metaname", 
40874             "required": false, 
40875             "type": "string"
40876           }
40877         ], 
40878         "produces": [
40879           "application/json", 
40880           "application/xml"
40881         ], 
40882         "responses": {
40883           "200": {
40884             "description": "successful operation", 
40885             "schema": {
40886               "$ref": "#/definitions/metadata"
40887             }
40888           }, 
40889           "default": {
40890             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40891           }
40892         }, 
40893         "summary": "returns metadata", 
40894         "tags": [
40895           "Network"
40896         ]
40897       }
40898     }, 
40899     "/network/configurations/configuration/{configuration-id}/metadata/metadatum/{metaname}": {
40900       "delete": {
40901         "consumes": [
40902           "application/json", 
40903           "application/xml"
40904         ], 
40905         "description": "delete an existing metadatum", 
40906         "operationId": "deleteNetworkConfigurationsConfigurationMetadataMetadatum", 
40907         "parameters": [
40908           {
40909             "description": "UUID assigned to configuration.", 
40910             "example": "__CONFIGURATION-ID__", 
40911             "in": "path", 
40912             "name": "configuration-id", 
40913             "required": true, 
40914             "type": "string"
40915           }, 
40916           {
40917             "example": "__METANAME__", 
40918             "in": "path", 
40919             "name": "metaname", 
40920             "required": true, 
40921             "type": "string"
40922           }, 
40923           {
40924             "description": "resource-version for concurrency", 
40925             "in": "query", 
40926             "name": "resource-version", 
40927             "required": true, 
40928             "type": "string"
40929           }
40930         ], 
40931         "produces": [
40932           "application/json", 
40933           "application/xml"
40934         ], 
40935         "responses": {
40936           "default": {
40937             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40938           }
40939         }, 
40940         "summary": "delete an existing metadatum", 
40941         "tags": [
40942           "Network"
40943         ]
40944       }, 
40945       "get": {
40946         "description": "returns metadatum", 
40947         "operationId": "getNetworkConfigurationsConfigurationMetadataMetadatum", 
40948         "parameters": [
40949           {
40950             "description": "UUID assigned to configuration.", 
40951             "example": "__CONFIGURATION-ID__", 
40952             "in": "path", 
40953             "name": "configuration-id", 
40954             "required": true, 
40955             "type": "string"
40956           }, 
40957           {
40958             "example": "__METANAME__", 
40959             "in": "path", 
40960             "name": "metaname", 
40961             "required": true, 
40962             "type": "string"
40963           }
40964         ], 
40965         "produces": [
40966           "application/json", 
40967           "application/xml"
40968         ], 
40969         "responses": {
40970           "200": {
40971             "description": "successful operation", 
40972             "schema": {
40973               "$ref": "#/definitions/metadatum"
40974             }
40975           }, 
40976           "default": {
40977             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
40978           }
40979         }, 
40980         "summary": "returns metadatum", 
40981         "tags": [
40982           "Network"
40983         ]
40984       }, 
40985       "patch": {
40986         "consumes": [
40987           "application/json"
40988         ], 
40989         "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", 
40990         "operationId": "UpdateNetworkConfigurationsConfigurationMetadataMetadatum", 
40991         "parameters": [
40992           {
40993             "description": "UUID assigned to configuration.", 
40994             "example": "__CONFIGURATION-ID__", 
40995             "in": "path", 
40996             "name": "configuration-id", 
40997             "required": true, 
40998             "type": "string"
40999           }, 
41000           {
41001             "example": "__METANAME__", 
41002             "in": "path", 
41003             "name": "metaname", 
41004             "required": true, 
41005             "type": "string"
41006           }, 
41007           {
41008             "description": "metadatum object that needs to be updated.", 
41009             "in": "body", 
41010             "name": "body", 
41011             "required": true, 
41012             "schema": {
41013               "$ref": "#/definitions/zzzz-patch-metadatum"
41014             }
41015           }
41016         ], 
41017         "produces": [
41018           "application/json"
41019         ], 
41020         "responses": {
41021           "default": {
41022             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41023           }
41024         }, 
41025         "summary": "update an existing metadatum", 
41026         "tags": [
41027           "Network"
41028         ]
41029       }, 
41030       "put": {
41031         "consumes": [
41032           "application/json", 
41033           "application/xml"
41034         ], 
41035         "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", 
41036         "operationId": "createOrUpdateNetworkConfigurationsConfigurationMetadataMetadatum", 
41037         "parameters": [
41038           {
41039             "description": "UUID assigned to configuration.", 
41040             "example": "__CONFIGURATION-ID__", 
41041             "in": "path", 
41042             "name": "configuration-id", 
41043             "required": true, 
41044             "type": "string"
41045           }, 
41046           {
41047             "example": "__METANAME__", 
41048             "in": "path", 
41049             "name": "metaname", 
41050             "required": true, 
41051             "type": "string"
41052           }, 
41053           {
41054             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfigurationMetadataMetadatum.json)", 
41055             "in": "body", 
41056             "name": "body", 
41057             "required": true, 
41058             "schema": {
41059               "$ref": "#/definitions/metadatum"
41060             }
41061           }
41062         ], 
41063         "produces": [
41064           "application/json", 
41065           "application/xml"
41066         ], 
41067         "responses": {
41068           "default": {
41069             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41070           }
41071         }, 
41072         "summary": "create or update an existing metadatum", 
41073         "tags": [
41074           "Network"
41075         ]
41076       }
41077     }, 
41078     "/network/configurations/configuration/{configuration-id}/relationship-list/relationship": {
41079       "delete": {
41080         "consumes": [
41081           "application/json", 
41082           "application/xml"
41083         ], 
41084         "description": "delete an existing relationship", 
41085         "operationId": "deleteNetworkConfigurationsConfigurationRelationshipListRelationship", 
41086         "parameters": [
41087           {
41088             "description": "UUID assigned to configuration.", 
41089             "example": "__CONFIGURATION-ID__", 
41090             "in": "path", 
41091             "name": "configuration-id", 
41092             "required": true, 
41093             "type": "string"
41094           }
41095         ], 
41096         "produces": [
41097           "application/json", 
41098           "application/xml"
41099         ], 
41100         "responses": {
41101           "default": {
41102             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41103           }
41104         }, 
41105         "summary": "delete an existing relationship", 
41106         "tags": [
41107           "Network"
41108         ]
41109       }, 
41110       "put": {
41111         "consumes": [
41112           "application/json", 
41113           "application/xml"
41114         ], 
41115         "operationId": "createOrUpdateNetworkConfigurationsConfigurationRelationshipListRelationship", 
41116         "parameters": [
41117           {
41118             "description": "UUID assigned to configuration.", 
41119             "example": "__CONFIGURATION-ID__", 
41120             "in": "path", 
41121             "name": "configuration-id", 
41122             "required": true, 
41123             "type": "string"
41124           }, 
41125           {
41126             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConfigurationsConfiguration.json)", 
41127             "in": "body", 
41128             "name": "body", 
41129             "required": true, 
41130             "schema": {
41131               "$ref": "#/definitions/relationship-dict"
41132             }
41133           }
41134         ], 
41135         "produces": [
41136           "application/json", 
41137           "application/xml"
41138         ], 
41139         "responses": {
41140           "default": {
41141             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41142           }
41143         }, 
41144         "summary": "see node definition for valid relationships", 
41145         "tags": [
41146           "Network"
41147         ]
41148       }
41149     }, 
41150     "/network/connectivities": {
41151       "get": {
41152         "description": "returns connectivities", 
41153         "operationId": "getNetworkConnectivities", 
41154         "parameters": [
41155           {
41156             "description": "n/a", 
41157             "in": "query", 
41158             "name": "connectivity-id", 
41159             "required": false, 
41160             "type": "string"
41161           }, 
41162           {
41163             "description": "n/a", 
41164             "in": "query", 
41165             "name": "bandwidth-profile-name", 
41166             "required": false, 
41167             "type": "string"
41168           }, 
41169           {
41170             "description": "n/a", 
41171             "in": "query", 
41172             "name": "vpn-type", 
41173             "required": false, 
41174             "type": "string"
41175           }, 
41176           {
41177             "description": "n/a", 
41178             "in": "query", 
41179             "name": "color-aware", 
41180             "required": false, 
41181             "type": "string"
41182           }, 
41183           {
41184             "description": "n/a", 
41185             "in": "query", 
41186             "name": "coupling-flag", 
41187             "required": false, 
41188             "type": "string"
41189           }, 
41190           {
41191             "description": "n/a", 
41192             "in": "query", 
41193             "name": "etht-svc-name", 
41194             "required": false, 
41195             "type": "string"
41196           }, 
41197           {
41198             "description": "n/a", 
41199             "in": "query", 
41200             "name": "access-provider-id", 
41201             "required": false, 
41202             "type": "string"
41203           }, 
41204           {
41205             "description": "n/a", 
41206             "in": "query", 
41207             "name": "access-client-id", 
41208             "required": false, 
41209             "type": "string"
41210           }, 
41211           {
41212             "description": "n/a", 
41213             "in": "query", 
41214             "name": "access-topology-id", 
41215             "required": false, 
41216             "type": "string"
41217           }, 
41218           {
41219             "description": "n/a", 
41220             "in": "query", 
41221             "name": "access-node-id", 
41222             "required": false, 
41223             "type": "string"
41224           }, 
41225           {
41226             "description": "n/a", 
41227             "in": "query", 
41228             "name": "access-ltp-id", 
41229             "required": false, 
41230             "type": "string"
41231           }, 
41232           {
41233             "description": "n/a", 
41234             "in": "query", 
41235             "name": "operational-status", 
41236             "required": false, 
41237             "type": "string"
41238           }
41239         ], 
41240         "produces": [
41241           "application/json", 
41242           "application/xml"
41243         ], 
41244         "responses": {
41245           "200": {
41246             "description": "successful operation", 
41247             "schema": {
41248               "$ref": "#/definitions/connectivities"
41249             }
41250           }, 
41251           "default": {
41252             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41253           }
41254         }, 
41255         "summary": "returns connectivities", 
41256         "tags": [
41257           "Network"
41258         ]
41259       }
41260     }, 
41261     "/network/connectivities/connectivity/{connectivity-id}": {
41262       "delete": {
41263         "consumes": [
41264           "application/json", 
41265           "application/xml"
41266         ], 
41267         "description": "delete an existing connectivity", 
41268         "operationId": "deleteNetworkConnectivitiesConnectivity", 
41269         "parameters": [
41270           {
41271             "description": "Uniquely identifies this connectivity by id", 
41272             "example": "__CONNECTIVITY-ID__", 
41273             "in": "path", 
41274             "name": "connectivity-id", 
41275             "required": true, 
41276             "type": "string"
41277           }, 
41278           {
41279             "description": "resource-version for concurrency", 
41280             "in": "query", 
41281             "name": "resource-version", 
41282             "required": true, 
41283             "type": "string"
41284           }
41285         ], 
41286         "produces": [
41287           "application/json", 
41288           "application/xml"
41289         ], 
41290         "responses": {
41291           "default": {
41292             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41293           }
41294         }, 
41295         "summary": "delete an existing connectivity", 
41296         "tags": [
41297           "Network"
41298         ]
41299       }, 
41300       "get": {
41301         "description": "returns connectivity", 
41302         "operationId": "getNetworkConnectivitiesConnectivity", 
41303         "parameters": [
41304           {
41305             "description": "Uniquely identifies this connectivity by id", 
41306             "example": "__CONNECTIVITY-ID__", 
41307             "in": "path", 
41308             "name": "connectivity-id", 
41309             "required": true, 
41310             "type": "string"
41311           }
41312         ], 
41313         "produces": [
41314           "application/json", 
41315           "application/xml"
41316         ], 
41317         "responses": {
41318           "200": {
41319             "description": "successful operation", 
41320             "schema": {
41321               "$ref": "#/definitions/connectivity"
41322             }
41323           }, 
41324           "default": {
41325             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41326           }
41327         }, 
41328         "summary": "returns connectivity", 
41329         "tags": [
41330           "Network"
41331         ]
41332       }, 
41333       "patch": {
41334         "consumes": [
41335           "application/json"
41336         ], 
41337         "description": "Update an existing connectivity\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", 
41338         "operationId": "UpdateNetworkConnectivitiesConnectivity", 
41339         "parameters": [
41340           {
41341             "description": "Uniquely identifies this connectivity by id", 
41342             "example": "__CONNECTIVITY-ID__", 
41343             "in": "path", 
41344             "name": "connectivity-id", 
41345             "required": true, 
41346             "type": "string"
41347           }, 
41348           {
41349             "description": "connectivity object that needs to be updated.", 
41350             "in": "body", 
41351             "name": "body", 
41352             "required": true, 
41353             "schema": {
41354               "$ref": "#/definitions/zzzz-patch-connectivity"
41355             }
41356           }
41357         ], 
41358         "produces": [
41359           "application/json"
41360         ], 
41361         "responses": {
41362           "default": {
41363             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41364           }
41365         }, 
41366         "summary": "update an existing connectivity", 
41367         "tags": [
41368           "Network"
41369         ]
41370       }, 
41371       "put": {
41372         "consumes": [
41373           "application/json", 
41374           "application/xml"
41375         ], 
41376         "description": "Create or update an existing connectivity.\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", 
41377         "operationId": "createOrUpdateNetworkConnectivitiesConnectivity", 
41378         "parameters": [
41379           {
41380             "description": "Uniquely identifies this connectivity by id", 
41381             "example": "__CONNECTIVITY-ID__", 
41382             "in": "path", 
41383             "name": "connectivity-id", 
41384             "required": true, 
41385             "type": "string"
41386           }, 
41387           {
41388             "description": "connectivity object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConnectivitiesConnectivity.json)", 
41389             "in": "body", 
41390             "name": "body", 
41391             "required": true, 
41392             "schema": {
41393               "$ref": "#/definitions/connectivity"
41394             }
41395           }
41396         ], 
41397         "produces": [
41398           "application/json", 
41399           "application/xml"
41400         ], 
41401         "responses": {
41402           "default": {
41403             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41404           }
41405         }, 
41406         "summary": "create or update an existing connectivity", 
41407         "tags": [
41408           "Network"
41409         ]
41410       }
41411     }, 
41412     "/network/connectivities/connectivity/{connectivity-id}/relationship-list/relationship": {
41413       "delete": {
41414         "consumes": [
41415           "application/json", 
41416           "application/xml"
41417         ], 
41418         "description": "delete an existing relationship", 
41419         "operationId": "deleteNetworkConnectivitiesConnectivityRelationshipListRelationship", 
41420         "parameters": [
41421           {
41422             "description": "Uniquely identifies this connectivity by id", 
41423             "example": "__CONNECTIVITY-ID__", 
41424             "in": "path", 
41425             "name": "connectivity-id", 
41426             "required": true, 
41427             "type": "string"
41428           }
41429         ], 
41430         "produces": [
41431           "application/json", 
41432           "application/xml"
41433         ], 
41434         "responses": {
41435           "default": {
41436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41437           }
41438         }, 
41439         "summary": "delete an existing relationship", 
41440         "tags": [
41441           "Network"
41442         ]
41443       }, 
41444       "put": {
41445         "consumes": [
41446           "application/json", 
41447           "application/xml"
41448         ], 
41449         "operationId": "createOrUpdateNetworkConnectivitiesConnectivityRelationshipListRelationship", 
41450         "parameters": [
41451           {
41452             "description": "Uniquely identifies this connectivity by id", 
41453             "example": "__CONNECTIVITY-ID__", 
41454             "in": "path", 
41455             "name": "connectivity-id", 
41456             "required": true, 
41457             "type": "string"
41458           }, 
41459           {
41460             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkConnectivitiesConnectivity.json)", 
41461             "in": "body", 
41462             "name": "body", 
41463             "required": true, 
41464             "schema": {
41465               "$ref": "#/definitions/relationship-dict"
41466             }
41467           }
41468         ], 
41469         "produces": [
41470           "application/json", 
41471           "application/xml"
41472         ], 
41473         "responses": {
41474           "default": {
41475             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41476           }
41477         }, 
41478         "summary": "see node definition for valid relationships", 
41479         "tags": [
41480           "Network"
41481         ]
41482       }
41483     }, 
41484     "/network/devices": {
41485       "get": {
41486         "description": "returns devices", 
41487         "operationId": "getNetworkDevices", 
41488         "parameters": [
41489           {
41490             "description": "n/a", 
41491             "in": "query", 
41492             "name": "device-id", 
41493             "required": false, 
41494             "type": "string"
41495           }, 
41496           {
41497             "description": "n/a", 
41498             "in": "query", 
41499             "name": "esn", 
41500             "required": false, 
41501             "type": "string"
41502           }, 
41503           {
41504             "description": "n/a", 
41505             "in": "query", 
41506             "name": "device-name", 
41507             "required": false, 
41508             "type": "string"
41509           }, 
41510           {
41511             "description": "n/a", 
41512             "in": "query", 
41513             "name": "vendor", 
41514             "required": false, 
41515             "type": "string"
41516           }, 
41517           {
41518             "description": "n/a", 
41519             "in": "query", 
41520             "name": "class", 
41521             "required": false, 
41522             "type": "string"
41523           }, 
41524           {
41525             "description": "n/a", 
41526             "in": "query", 
41527             "name": "type", 
41528             "required": false, 
41529             "type": "string"
41530           }, 
41531           {
41532             "description": "n/a", 
41533             "in": "query", 
41534             "name": "version", 
41535             "required": false, 
41536             "type": "string"
41537           }, 
41538           {
41539             "description": "n/a", 
41540             "in": "query", 
41541             "name": "system-ip", 
41542             "required": false, 
41543             "type": "string"
41544           }, 
41545           {
41546             "description": "n/a", 
41547             "in": "query", 
41548             "name": "system-ipv4", 
41549             "required": false, 
41550             "type": "string"
41551           }, 
41552           {
41553             "description": "n/a", 
41554             "in": "query", 
41555             "name": "system-ipv6", 
41556             "required": false, 
41557             "type": "string"
41558           }, 
41559           {
41560             "description": "n/a", 
41561             "in": "query", 
41562             "name": "operational-status", 
41563             "required": false, 
41564             "type": "string"
41565           }
41566         ], 
41567         "produces": [
41568           "application/json", 
41569           "application/xml"
41570         ], 
41571         "responses": {
41572           "200": {
41573             "description": "successful operation", 
41574             "schema": {
41575               "$ref": "#/definitions/devices"
41576             }
41577           }, 
41578           "default": {
41579             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41580           }
41581         }, 
41582         "summary": "returns devices", 
41583         "tags": [
41584           "Network"
41585         ]
41586       }
41587     }, 
41588     "/network/devices/device/{device-id}": {
41589       "delete": {
41590         "consumes": [
41591           "application/json", 
41592           "application/xml"
41593         ], 
41594         "description": "delete an existing device", 
41595         "operationId": "deleteNetworkDevicesDevice", 
41596         "parameters": [
41597           {
41598             "description": "Uniquely identifies this device by id", 
41599             "example": "__DEVICE-ID__", 
41600             "in": "path", 
41601             "name": "device-id", 
41602             "required": true, 
41603             "type": "string"
41604           }, 
41605           {
41606             "description": "resource-version for concurrency", 
41607             "in": "query", 
41608             "name": "resource-version", 
41609             "required": true, 
41610             "type": "string"
41611           }
41612         ], 
41613         "produces": [
41614           "application/json", 
41615           "application/xml"
41616         ], 
41617         "responses": {
41618           "default": {
41619             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41620           }
41621         }, 
41622         "summary": "delete an existing device", 
41623         "tags": [
41624           "Network"
41625         ]
41626       }, 
41627       "get": {
41628         "description": "returns device", 
41629         "operationId": "getNetworkDevicesDevice", 
41630         "parameters": [
41631           {
41632             "description": "Uniquely identifies this device by id", 
41633             "example": "__DEVICE-ID__", 
41634             "in": "path", 
41635             "name": "device-id", 
41636             "required": true, 
41637             "type": "string"
41638           }
41639         ], 
41640         "produces": [
41641           "application/json", 
41642           "application/xml"
41643         ], 
41644         "responses": {
41645           "200": {
41646             "description": "successful operation", 
41647             "schema": {
41648               "$ref": "#/definitions/device"
41649             }
41650           }, 
41651           "default": {
41652             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41653           }
41654         }, 
41655         "summary": "returns device", 
41656         "tags": [
41657           "Network"
41658         ]
41659       }, 
41660       "patch": {
41661         "consumes": [
41662           "application/json"
41663         ], 
41664         "description": "Update an existing device\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", 
41665         "operationId": "UpdateNetworkDevicesDevice", 
41666         "parameters": [
41667           {
41668             "description": "Uniquely identifies this device by id", 
41669             "example": "__DEVICE-ID__", 
41670             "in": "path", 
41671             "name": "device-id", 
41672             "required": true, 
41673             "type": "string"
41674           }, 
41675           {
41676             "description": "device object that needs to be updated.", 
41677             "in": "body", 
41678             "name": "body", 
41679             "required": true, 
41680             "schema": {
41681               "$ref": "#/definitions/zzzz-patch-device"
41682             }
41683           }
41684         ], 
41685         "produces": [
41686           "application/json"
41687         ], 
41688         "responses": {
41689           "default": {
41690             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41691           }
41692         }, 
41693         "summary": "update an existing device", 
41694         "tags": [
41695           "Network"
41696         ]
41697       }, 
41698       "put": {
41699         "consumes": [
41700           "application/json", 
41701           "application/xml"
41702         ], 
41703         "description": "Create or update an existing device.\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", 
41704         "operationId": "createOrUpdateNetworkDevicesDevice", 
41705         "parameters": [
41706           {
41707             "description": "Uniquely identifies this device by id", 
41708             "example": "__DEVICE-ID__", 
41709             "in": "path", 
41710             "name": "device-id", 
41711             "required": true, 
41712             "type": "string"
41713           }, 
41714           {
41715             "description": "device object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkDevicesDevice.json)", 
41716             "in": "body", 
41717             "name": "body", 
41718             "required": true, 
41719             "schema": {
41720               "$ref": "#/definitions/device"
41721             }
41722           }
41723         ], 
41724         "produces": [
41725           "application/json", 
41726           "application/xml"
41727         ], 
41728         "responses": {
41729           "default": {
41730             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41731           }
41732         }, 
41733         "summary": "create or update an existing device", 
41734         "tags": [
41735           "Network"
41736         ]
41737       }
41738     }, 
41739     "/network/devices/device/{device-id}/relationship-list/relationship": {
41740       "delete": {
41741         "consumes": [
41742           "application/json", 
41743           "application/xml"
41744         ], 
41745         "description": "delete an existing relationship", 
41746         "operationId": "deleteNetworkDevicesDeviceRelationshipListRelationship", 
41747         "parameters": [
41748           {
41749             "description": "Uniquely identifies this device by id", 
41750             "example": "__DEVICE-ID__", 
41751             "in": "path", 
41752             "name": "device-id", 
41753             "required": true, 
41754             "type": "string"
41755           }
41756         ], 
41757         "produces": [
41758           "application/json", 
41759           "application/xml"
41760         ], 
41761         "responses": {
41762           "default": {
41763             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41764           }
41765         }, 
41766         "summary": "delete an existing relationship", 
41767         "tags": [
41768           "Network"
41769         ]
41770       }, 
41771       "put": {
41772         "consumes": [
41773           "application/json", 
41774           "application/xml"
41775         ], 
41776         "operationId": "createOrUpdateNetworkDevicesDeviceRelationshipListRelationship", 
41777         "parameters": [
41778           {
41779             "description": "Uniquely identifies this device by id", 
41780             "example": "__DEVICE-ID__", 
41781             "in": "path", 
41782             "name": "device-id", 
41783             "required": true, 
41784             "type": "string"
41785           }, 
41786           {
41787             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkDevicesDevice.json)", 
41788             "in": "body", 
41789             "name": "body", 
41790             "required": true, 
41791             "schema": {
41792               "$ref": "#/definitions/relationship-dict"
41793             }
41794           }
41795         ], 
41796         "produces": [
41797           "application/json", 
41798           "application/xml"
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": "see node definition for valid relationships", 
41806         "tags": [
41807           "Network"
41808         ]
41809       }
41810     }, 
41811     "/network/ext-aai-networks": {
41812       "get": {
41813         "description": "returns ext-aai-networks", 
41814         "operationId": "getNetworkExtAaiNetworks", 
41815         "parameters": [
41816           {
41817             "description": "n/a", 
41818             "in": "query", 
41819             "name": "aai-id", 
41820             "required": false, 
41821             "type": "string"
41822           }
41823         ], 
41824         "produces": [
41825           "application/json", 
41826           "application/xml"
41827         ], 
41828         "responses": {
41829           "200": {
41830             "description": "successful operation", 
41831             "schema": {
41832               "$ref": "#/definitions/ext-aai-networks"
41833             }
41834           }, 
41835           "default": {
41836             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41837           }
41838         }, 
41839         "summary": "returns ext-aai-networks", 
41840         "tags": [
41841           "Network"
41842         ]
41843       }
41844     }, 
41845     "/network/ext-aai-networks/ext-aai-network/{aai-id}": {
41846       "delete": {
41847         "consumes": [
41848           "application/json", 
41849           "application/xml"
41850         ], 
41851         "description": "delete an existing ext-aai-network", 
41852         "operationId": "deleteNetworkExtAaiNetworksExtAaiNetwork", 
41853         "parameters": [
41854           {
41855             "description": "Unique ID of the referenced AAI.", 
41856             "example": "__AAI-ID__", 
41857             "in": "path", 
41858             "name": "aai-id", 
41859             "required": true, 
41860             "type": "string"
41861           }, 
41862           {
41863             "description": "resource-version for concurrency", 
41864             "in": "query", 
41865             "name": "resource-version", 
41866             "required": true, 
41867             "type": "string"
41868           }
41869         ], 
41870         "produces": [
41871           "application/json", 
41872           "application/xml"
41873         ], 
41874         "responses": {
41875           "default": {
41876             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41877           }
41878         }, 
41879         "summary": "delete an existing ext-aai-network", 
41880         "tags": [
41881           "Network"
41882         ]
41883       }, 
41884       "get": {
41885         "description": "returns ext-aai-network", 
41886         "operationId": "getNetworkExtAaiNetworksExtAaiNetwork", 
41887         "parameters": [
41888           {
41889             "description": "Unique ID of the referenced AAI.", 
41890             "example": "__AAI-ID__", 
41891             "in": "path", 
41892             "name": "aai-id", 
41893             "required": true, 
41894             "type": "string"
41895           }
41896         ], 
41897         "produces": [
41898           "application/json", 
41899           "application/xml"
41900         ], 
41901         "responses": {
41902           "200": {
41903             "description": "successful operation", 
41904             "schema": {
41905               "$ref": "#/definitions/ext-aai-network"
41906             }
41907           }, 
41908           "default": {
41909             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41910           }
41911         }, 
41912         "summary": "returns ext-aai-network", 
41913         "tags": [
41914           "Network"
41915         ]
41916       }, 
41917       "patch": {
41918         "consumes": [
41919           "application/json"
41920         ], 
41921         "description": "Update an existing ext-aai-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", 
41922         "operationId": "UpdateNetworkExtAaiNetworksExtAaiNetwork", 
41923         "parameters": [
41924           {
41925             "description": "Unique ID of the referenced AAI.", 
41926             "example": "__AAI-ID__", 
41927             "in": "path", 
41928             "name": "aai-id", 
41929             "required": true, 
41930             "type": "string"
41931           }, 
41932           {
41933             "description": "ext-aai-network object that needs to be updated.", 
41934             "in": "body", 
41935             "name": "body", 
41936             "required": true, 
41937             "schema": {
41938               "$ref": "#/definitions/zzzz-patch-ext-aai-network"
41939             }
41940           }
41941         ], 
41942         "produces": [
41943           "application/json"
41944         ], 
41945         "responses": {
41946           "default": {
41947             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41948           }
41949         }, 
41950         "summary": "update an existing ext-aai-network", 
41951         "tags": [
41952           "Network"
41953         ]
41954       }, 
41955       "put": {
41956         "consumes": [
41957           "application/json", 
41958           "application/xml"
41959         ], 
41960         "description": "Create or update an existing ext-aai-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", 
41961         "operationId": "createOrUpdateNetworkExtAaiNetworksExtAaiNetwork", 
41962         "parameters": [
41963           {
41964             "description": "Unique ID of the referenced AAI.", 
41965             "example": "__AAI-ID__", 
41966             "in": "path", 
41967             "name": "aai-id", 
41968             "required": true, 
41969             "type": "string"
41970           }, 
41971           {
41972             "description": "ext-aai-network object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkExtAaiNetworksExtAaiNetwork.json)", 
41973             "in": "body", 
41974             "name": "body", 
41975             "required": true, 
41976             "schema": {
41977               "$ref": "#/definitions/ext-aai-network"
41978             }
41979           }
41980         ], 
41981         "produces": [
41982           "application/json", 
41983           "application/xml"
41984         ], 
41985         "responses": {
41986           "default": {
41987             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
41988           }
41989         }, 
41990         "summary": "create or update an existing ext-aai-network", 
41991         "tags": [
41992           "Network"
41993         ]
41994       }
41995     }, 
41996     "/network/ext-aai-networks/ext-aai-network/{aai-id}/esr-system-info/{esr-system-info-id}": {
41997       "delete": {
41998         "consumes": [
41999           "application/json", 
42000           "application/xml"
42001         ], 
42002         "description": "delete an existing esr-system-info", 
42003         "operationId": "deleteNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo", 
42004         "parameters": [
42005           {
42006             "description": "Unique ID of the referenced AAI.", 
42007             "example": "__AAI-ID__", 
42008             "in": "path", 
42009             "name": "aai-id", 
42010             "required": true, 
42011             "type": "string"
42012           }, 
42013           {
42014             "description": "Unique ID of esr system info.", 
42015             "example": "__ESR-SYSTEM-INFO-ID__", 
42016             "in": "path", 
42017             "name": "esr-system-info-id", 
42018             "required": true, 
42019             "type": "string"
42020           }, 
42021           {
42022             "description": "resource-version for concurrency", 
42023             "in": "query", 
42024             "name": "resource-version", 
42025             "required": true, 
42026             "type": "string"
42027           }
42028         ], 
42029         "produces": [
42030           "application/json", 
42031           "application/xml"
42032         ], 
42033         "responses": {
42034           "default": {
42035             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42036           }
42037         }, 
42038         "summary": "delete an existing esr-system-info", 
42039         "tags": [
42040           "Network"
42041         ]
42042       }, 
42043       "get": {
42044         "description": "returns esr-system-info", 
42045         "operationId": "getNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo", 
42046         "parameters": [
42047           {
42048             "description": "Unique ID of the referenced AAI.", 
42049             "example": "__AAI-ID__", 
42050             "in": "path", 
42051             "name": "aai-id", 
42052             "required": true, 
42053             "type": "string"
42054           }, 
42055           {
42056             "description": "Unique ID of esr system info.", 
42057             "example": "__ESR-SYSTEM-INFO-ID__", 
42058             "in": "path", 
42059             "name": "esr-system-info-id", 
42060             "required": true, 
42061             "type": "string"
42062           }
42063         ], 
42064         "produces": [
42065           "application/json", 
42066           "application/xml"
42067         ], 
42068         "responses": {
42069           "200": {
42070             "description": "successful operation", 
42071             "schema": {
42072               "$ref": "#/definitions/esr-system-info"
42073             }
42074           }, 
42075           "default": {
42076             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42077           }
42078         }, 
42079         "summary": "returns esr-system-info", 
42080         "tags": [
42081           "Network"
42082         ]
42083       }, 
42084       "patch": {
42085         "consumes": [
42086           "application/json"
42087         ], 
42088         "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", 
42089         "operationId": "UpdateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo", 
42090         "parameters": [
42091           {
42092             "description": "Unique ID of the referenced AAI.", 
42093             "example": "__AAI-ID__", 
42094             "in": "path", 
42095             "name": "aai-id", 
42096             "required": true, 
42097             "type": "string"
42098           }, 
42099           {
42100             "description": "Unique ID of esr system info.", 
42101             "example": "__ESR-SYSTEM-INFO-ID__", 
42102             "in": "path", 
42103             "name": "esr-system-info-id", 
42104             "required": true, 
42105             "type": "string"
42106           }, 
42107           {
42108             "description": "esr-system-info object that needs to be updated.", 
42109             "in": "body", 
42110             "name": "body", 
42111             "required": true, 
42112             "schema": {
42113               "$ref": "#/definitions/zzzz-patch-esr-system-info"
42114             }
42115           }
42116         ], 
42117         "produces": [
42118           "application/json"
42119         ], 
42120         "responses": {
42121           "default": {
42122             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42123           }
42124         }, 
42125         "summary": "update an existing esr-system-info", 
42126         "tags": [
42127           "Network"
42128         ]
42129       }, 
42130       "put": {
42131         "consumes": [
42132           "application/json", 
42133           "application/xml"
42134         ], 
42135         "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", 
42136         "operationId": "createOrUpdateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo", 
42137         "parameters": [
42138           {
42139             "description": "Unique ID of the referenced AAI.", 
42140             "example": "__AAI-ID__", 
42141             "in": "path", 
42142             "name": "aai-id", 
42143             "required": true, 
42144             "type": "string"
42145           }, 
42146           {
42147             "description": "Unique ID of esr system info.", 
42148             "example": "__ESR-SYSTEM-INFO-ID__", 
42149             "in": "path", 
42150             "name": "esr-system-info-id", 
42151             "required": true, 
42152             "type": "string"
42153           }, 
42154           {
42155             "description": "esr-system-info object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo.json)", 
42156             "in": "body", 
42157             "name": "body", 
42158             "required": true, 
42159             "schema": {
42160               "$ref": "#/definitions/esr-system-info"
42161             }
42162           }
42163         ], 
42164         "produces": [
42165           "application/json", 
42166           "application/xml"
42167         ], 
42168         "responses": {
42169           "default": {
42170             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42171           }
42172         }, 
42173         "summary": "create or update an existing esr-system-info", 
42174         "tags": [
42175           "Network"
42176         ]
42177       }
42178     }, 
42179     "/network/ext-aai-networks/ext-aai-network/{aai-id}/esr-system-info/{esr-system-info-id}/relationship-list/relationship": {
42180       "delete": {
42181         "consumes": [
42182           "application/json", 
42183           "application/xml"
42184         ], 
42185         "description": "delete an existing relationship", 
42186         "operationId": "deleteNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfoRelationshipListRelationship", 
42187         "parameters": [
42188           {
42189             "description": "Unique ID of the referenced AAI.", 
42190             "example": "__AAI-ID__", 
42191             "in": "path", 
42192             "name": "aai-id", 
42193             "required": true, 
42194             "type": "string"
42195           }, 
42196           {
42197             "description": "Unique ID of esr system info.", 
42198             "example": "__ESR-SYSTEM-INFO-ID__", 
42199             "in": "path", 
42200             "name": "esr-system-info-id", 
42201             "required": true, 
42202             "type": "string"
42203           }
42204         ], 
42205         "produces": [
42206           "application/json", 
42207           "application/xml"
42208         ], 
42209         "responses": {
42210           "default": {
42211             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42212           }
42213         }, 
42214         "summary": "delete an existing relationship", 
42215         "tags": [
42216           "Network"
42217         ]
42218       }, 
42219       "put": {
42220         "consumes": [
42221           "application/json", 
42222           "application/xml"
42223         ], 
42224         "operationId": "createOrUpdateNetworkExtAaiNetworksExtAaiNetworkEsrSystemInfoRelationshipListRelationship", 
42225         "parameters": [
42226           {
42227             "description": "Unique ID of the referenced AAI.", 
42228             "example": "__AAI-ID__", 
42229             "in": "path", 
42230             "name": "aai-id", 
42231             "required": true, 
42232             "type": "string"
42233           }, 
42234           {
42235             "description": "Unique ID of esr system info.", 
42236             "example": "__ESR-SYSTEM-INFO-ID__", 
42237             "in": "path", 
42238             "name": "esr-system-info-id", 
42239             "required": true, 
42240             "type": "string"
42241           }, 
42242           {
42243             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkExtAaiNetworksExtAaiNetworkEsrSystemInfo.json)", 
42244             "in": "body", 
42245             "name": "body", 
42246             "required": true, 
42247             "schema": {
42248               "$ref": "#/definitions/relationship-dict"
42249             }
42250           }
42251         ], 
42252         "produces": [
42253           "application/json", 
42254           "application/xml"
42255         ], 
42256         "responses": {
42257           "default": {
42258             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42259           }
42260         }, 
42261         "summary": "see node definition for valid relationships", 
42262         "tags": [
42263           "Network"
42264         ]
42265       }
42266     }, 
42267     "/network/ext-aai-networks/ext-aai-network/{aai-id}/relationship-list/relationship": {
42268       "delete": {
42269         "consumes": [
42270           "application/json", 
42271           "application/xml"
42272         ], 
42273         "description": "delete an existing relationship", 
42274         "operationId": "deleteNetworkExtAaiNetworksExtAaiNetworkRelationshipListRelationship", 
42275         "parameters": [
42276           {
42277             "description": "Unique ID of the referenced AAI.", 
42278             "example": "__AAI-ID__", 
42279             "in": "path", 
42280             "name": "aai-id", 
42281             "required": true, 
42282             "type": "string"
42283           }
42284         ], 
42285         "produces": [
42286           "application/json", 
42287           "application/xml"
42288         ], 
42289         "responses": {
42290           "default": {
42291             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42292           }
42293         }, 
42294         "summary": "delete an existing relationship", 
42295         "tags": [
42296           "Network"
42297         ]
42298       }, 
42299       "put": {
42300         "consumes": [
42301           "application/json", 
42302           "application/xml"
42303         ], 
42304         "operationId": "createOrUpdateNetworkExtAaiNetworksExtAaiNetworkRelationshipListRelationship", 
42305         "parameters": [
42306           {
42307             "description": "Unique ID of the referenced AAI.", 
42308             "example": "__AAI-ID__", 
42309             "in": "path", 
42310             "name": "aai-id", 
42311             "required": true, 
42312             "type": "string"
42313           }, 
42314           {
42315             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkExtAaiNetworksExtAaiNetwork.json)", 
42316             "in": "body", 
42317             "name": "body", 
42318             "required": true, 
42319             "schema": {
42320               "$ref": "#/definitions/relationship-dict"
42321             }
42322           }
42323         ], 
42324         "produces": [
42325           "application/json", 
42326           "application/xml"
42327         ], 
42328         "responses": {
42329           "default": {
42330             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42331           }
42332         }, 
42333         "summary": "see node definition for valid relationships", 
42334         "tags": [
42335           "Network"
42336         ]
42337       }
42338     }, 
42339     "/network/forwarding-paths": {
42340       "get": {
42341         "description": "returns forwarding-paths", 
42342         "operationId": "getNetworkForwardingPaths", 
42343         "parameters": [
42344           {
42345             "description": "n/a", 
42346             "in": "query", 
42347             "name": "forwarding-path-id", 
42348             "required": false, 
42349             "type": "string"
42350           }, 
42351           {
42352             "description": "n/a", 
42353             "in": "query", 
42354             "name": "forwarding-path-name", 
42355             "required": false, 
42356             "type": "string"
42357           }
42358         ], 
42359         "produces": [
42360           "application/json", 
42361           "application/xml"
42362         ], 
42363         "responses": {
42364           "200": {
42365             "description": "successful operation", 
42366             "schema": {
42367               "$ref": "#/definitions/forwarding-paths"
42368             }
42369           }, 
42370           "default": {
42371             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42372           }
42373         }, 
42374         "summary": "returns forwarding-paths", 
42375         "tags": [
42376           "Network"
42377         ]
42378       }
42379     }, 
42380     "/network/forwarding-paths/forwarding-path/{forwarding-path-id}": {
42381       "delete": {
42382         "consumes": [
42383           "application/json", 
42384           "application/xml"
42385         ], 
42386         "description": "delete an existing forwarding-path", 
42387         "operationId": "deleteNetworkForwardingPathsForwardingPath", 
42388         "parameters": [
42389           {
42390             "description": "Unique ID of this FP", 
42391             "example": "__FORWARDING-PATH-ID__", 
42392             "in": "path", 
42393             "name": "forwarding-path-id", 
42394             "required": true, 
42395             "type": "string"
42396           }, 
42397           {
42398             "description": "resource-version for concurrency", 
42399             "in": "query", 
42400             "name": "resource-version", 
42401             "required": true, 
42402             "type": "string"
42403           }
42404         ], 
42405         "produces": [
42406           "application/json", 
42407           "application/xml"
42408         ], 
42409         "responses": {
42410           "default": {
42411             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42412           }
42413         }, 
42414         "summary": "delete an existing forwarding-path", 
42415         "tags": [
42416           "Network"
42417         ]
42418       }, 
42419       "get": {
42420         "description": "returns forwarding-path", 
42421         "operationId": "getNetworkForwardingPathsForwardingPath", 
42422         "parameters": [
42423           {
42424             "description": "Unique ID of this FP", 
42425             "example": "__FORWARDING-PATH-ID__", 
42426             "in": "path", 
42427             "name": "forwarding-path-id", 
42428             "required": true, 
42429             "type": "string"
42430           }
42431         ], 
42432         "produces": [
42433           "application/json", 
42434           "application/xml"
42435         ], 
42436         "responses": {
42437           "200": {
42438             "description": "successful operation", 
42439             "schema": {
42440               "$ref": "#/definitions/forwarding-path"
42441             }
42442           }, 
42443           "default": {
42444             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42445           }
42446         }, 
42447         "summary": "returns forwarding-path", 
42448         "tags": [
42449           "Network"
42450         ]
42451       }, 
42452       "patch": {
42453         "consumes": [
42454           "application/json"
42455         ], 
42456         "description": "Update an existing forwarding-path\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", 
42457         "operationId": "UpdateNetworkForwardingPathsForwardingPath", 
42458         "parameters": [
42459           {
42460             "description": "Unique ID of this FP", 
42461             "example": "__FORWARDING-PATH-ID__", 
42462             "in": "path", 
42463             "name": "forwarding-path-id", 
42464             "required": true, 
42465             "type": "string"
42466           }, 
42467           {
42468             "description": "forwarding-path object that needs to be updated.", 
42469             "in": "body", 
42470             "name": "body", 
42471             "required": true, 
42472             "schema": {
42473               "$ref": "#/definitions/zzzz-patch-forwarding-path"
42474             }
42475           }
42476         ], 
42477         "produces": [
42478           "application/json"
42479         ], 
42480         "responses": {
42481           "default": {
42482             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42483           }
42484         }, 
42485         "summary": "update an existing forwarding-path", 
42486         "tags": [
42487           "Network"
42488         ]
42489       }, 
42490       "put": {
42491         "consumes": [
42492           "application/json", 
42493           "application/xml"
42494         ], 
42495         "description": "Create or update an existing forwarding-path.\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", 
42496         "operationId": "createOrUpdateNetworkForwardingPathsForwardingPath", 
42497         "parameters": [
42498           {
42499             "description": "Unique ID of this FP", 
42500             "example": "__FORWARDING-PATH-ID__", 
42501             "in": "path", 
42502             "name": "forwarding-path-id", 
42503             "required": true, 
42504             "type": "string"
42505           }, 
42506           {
42507             "description": "forwarding-path object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkForwardingPathsForwardingPath.json)", 
42508             "in": "body", 
42509             "name": "body", 
42510             "required": true, 
42511             "schema": {
42512               "$ref": "#/definitions/forwarding-path"
42513             }
42514           }
42515         ], 
42516         "produces": [
42517           "application/json", 
42518           "application/xml"
42519         ], 
42520         "responses": {
42521           "default": {
42522             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42523           }
42524         }, 
42525         "summary": "create or update an existing forwarding-path", 
42526         "tags": [
42527           "Network"
42528         ]
42529       }
42530     }, 
42531     "/network/forwarding-paths/forwarding-path/{forwarding-path-id}/forwarders": {
42532       "get": {
42533         "description": "returns forwarders", 
42534         "operationId": "getNetworkForwardingPathsForwardingPathForwarders", 
42535         "parameters": [
42536           {
42537             "description": "Unique ID of this FP", 
42538             "example": "__FORWARDING-PATH-ID__", 
42539             "in": "path", 
42540             "name": "forwarding-path-id", 
42541             "required": true, 
42542             "type": "string"
42543           }, 
42544           {
42545             "description": "n/a", 
42546             "format": "int32", 
42547             "in": "query", 
42548             "name": "sequence", 
42549             "required": false, 
42550             "type": "integer"
42551           }
42552         ], 
42553         "produces": [
42554           "application/json", 
42555           "application/xml"
42556         ], 
42557         "responses": {
42558           "200": {
42559             "description": "successful operation", 
42560             "schema": {
42561               "$ref": "#/definitions/forwarders"
42562             }
42563           }, 
42564           "default": {
42565             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42566           }
42567         }, 
42568         "summary": "returns forwarders", 
42569         "tags": [
42570           "Network"
42571         ]
42572       }
42573     }, 
42574     "/network/forwarding-paths/forwarding-path/{forwarding-path-id}/forwarders/forwarder/{sequence}": {
42575       "delete": {
42576         "consumes": [
42577           "application/json", 
42578           "application/xml"
42579         ], 
42580         "description": "delete an existing forwarder", 
42581         "operationId": "deleteNetworkForwardingPathsForwardingPathForwardersForwarder", 
42582         "parameters": [
42583           {
42584             "description": "Unique ID of this FP", 
42585             "example": "__FORWARDING-PATH-ID__", 
42586             "in": "path", 
42587             "name": "forwarding-path-id", 
42588             "required": true, 
42589             "type": "string"
42590           }, 
42591           {
42592             "description": "Unique ID of this segmentation", 
42593             "example": "__SEQUENCE__", 
42594             "format": "int32", 
42595             "in": "path", 
42596             "name": "sequence", 
42597             "required": true, 
42598             "type": "integer"
42599           }, 
42600           {
42601             "description": "resource-version for concurrency", 
42602             "in": "query", 
42603             "name": "resource-version", 
42604             "required": true, 
42605             "type": "string"
42606           }
42607         ], 
42608         "produces": [
42609           "application/json", 
42610           "application/xml"
42611         ], 
42612         "responses": {
42613           "default": {
42614             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42615           }
42616         }, 
42617         "summary": "delete an existing forwarder", 
42618         "tags": [
42619           "Network"
42620         ]
42621       }, 
42622       "get": {
42623         "description": "returns forwarder", 
42624         "operationId": "getNetworkForwardingPathsForwardingPathForwardersForwarder", 
42625         "parameters": [
42626           {
42627             "description": "Unique ID of this FP", 
42628             "example": "__FORWARDING-PATH-ID__", 
42629             "in": "path", 
42630             "name": "forwarding-path-id", 
42631             "required": true, 
42632             "type": "string"
42633           }, 
42634           {
42635             "description": "Unique ID of this segmentation", 
42636             "example": "__SEQUENCE__", 
42637             "format": "int32", 
42638             "in": "path", 
42639             "name": "sequence", 
42640             "required": true, 
42641             "type": "integer"
42642           }
42643         ], 
42644         "produces": [
42645           "application/json", 
42646           "application/xml"
42647         ], 
42648         "responses": {
42649           "200": {
42650             "description": "successful operation", 
42651             "schema": {
42652               "$ref": "#/definitions/forwarder"
42653             }
42654           }, 
42655           "default": {
42656             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42657           }
42658         }, 
42659         "summary": "returns forwarder", 
42660         "tags": [
42661           "Network"
42662         ]
42663       }, 
42664       "patch": {
42665         "consumes": [
42666           "application/json"
42667         ], 
42668         "description": "Update an existing forwarder\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", 
42669         "operationId": "UpdateNetworkForwardingPathsForwardingPathForwardersForwarder", 
42670         "parameters": [
42671           {
42672             "description": "Unique ID of this FP", 
42673             "example": "__FORWARDING-PATH-ID__", 
42674             "in": "path", 
42675             "name": "forwarding-path-id", 
42676             "required": true, 
42677             "type": "string"
42678           }, 
42679           {
42680             "description": "Unique ID of this segmentation", 
42681             "example": "__SEQUENCE__", 
42682             "format": "int32", 
42683             "in": "path", 
42684             "name": "sequence", 
42685             "required": true, 
42686             "type": "integer"
42687           }, 
42688           {
42689             "description": "forwarder object that needs to be updated.", 
42690             "in": "body", 
42691             "name": "body", 
42692             "required": true, 
42693             "schema": {
42694               "$ref": "#/definitions/zzzz-patch-forwarder"
42695             }
42696           }
42697         ], 
42698         "produces": [
42699           "application/json"
42700         ], 
42701         "responses": {
42702           "default": {
42703             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42704           }
42705         }, 
42706         "summary": "update an existing forwarder", 
42707         "tags": [
42708           "Network"
42709         ]
42710       }, 
42711       "put": {
42712         "consumes": [
42713           "application/json", 
42714           "application/xml"
42715         ], 
42716         "description": "Create or update an existing forwarder.\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", 
42717         "operationId": "createOrUpdateNetworkForwardingPathsForwardingPathForwardersForwarder", 
42718         "parameters": [
42719           {
42720             "description": "Unique ID of this FP", 
42721             "example": "__FORWARDING-PATH-ID__", 
42722             "in": "path", 
42723             "name": "forwarding-path-id", 
42724             "required": true, 
42725             "type": "string"
42726           }, 
42727           {
42728             "description": "Unique ID of this segmentation", 
42729             "example": "__SEQUENCE__", 
42730             "format": "int32", 
42731             "in": "path", 
42732             "name": "sequence", 
42733             "required": true, 
42734             "type": "integer"
42735           }, 
42736           {
42737             "description": "forwarder object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkForwardingPathsForwardingPathForwardersForwarder.json)", 
42738             "in": "body", 
42739             "name": "body", 
42740             "required": true, 
42741             "schema": {
42742               "$ref": "#/definitions/forwarder"
42743             }
42744           }
42745         ], 
42746         "produces": [
42747           "application/json", 
42748           "application/xml"
42749         ], 
42750         "responses": {
42751           "default": {
42752             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42753           }
42754         }, 
42755         "summary": "create or update an existing forwarder", 
42756         "tags": [
42757           "Network"
42758         ]
42759       }
42760     }, 
42761     "/network/forwarding-paths/forwarding-path/{forwarding-path-id}/forwarders/forwarder/{sequence}/relationship-list/relationship": {
42762       "delete": {
42763         "consumes": [
42764           "application/json", 
42765           "application/xml"
42766         ], 
42767         "description": "delete an existing relationship", 
42768         "operationId": "deleteNetworkForwardingPathsForwardingPathForwardersForwarderRelationshipListRelationship", 
42769         "parameters": [
42770           {
42771             "description": "Unique ID of this FP", 
42772             "example": "__FORWARDING-PATH-ID__", 
42773             "in": "path", 
42774             "name": "forwarding-path-id", 
42775             "required": true, 
42776             "type": "string"
42777           }, 
42778           {
42779             "description": "Unique ID of this segmentation", 
42780             "example": "__SEQUENCE__", 
42781             "format": "int32", 
42782             "in": "path", 
42783             "name": "sequence", 
42784             "required": true, 
42785             "type": "integer"
42786           }
42787         ], 
42788         "produces": [
42789           "application/json", 
42790           "application/xml"
42791         ], 
42792         "responses": {
42793           "default": {
42794             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42795           }
42796         }, 
42797         "summary": "delete an existing relationship", 
42798         "tags": [
42799           "Network"
42800         ]
42801       }, 
42802       "put": {
42803         "consumes": [
42804           "application/json", 
42805           "application/xml"
42806         ], 
42807         "operationId": "createOrUpdateNetworkForwardingPathsForwardingPathForwardersForwarderRelationshipListRelationship", 
42808         "parameters": [
42809           {
42810             "description": "Unique ID of this FP", 
42811             "example": "__FORWARDING-PATH-ID__", 
42812             "in": "path", 
42813             "name": "forwarding-path-id", 
42814             "required": true, 
42815             "type": "string"
42816           }, 
42817           {
42818             "description": "Unique ID of this segmentation", 
42819             "example": "__SEQUENCE__", 
42820             "format": "int32", 
42821             "in": "path", 
42822             "name": "sequence", 
42823             "required": true, 
42824             "type": "integer"
42825           }, 
42826           {
42827             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkForwardingPathsForwardingPathForwardersForwarder.json)", 
42828             "in": "body", 
42829             "name": "body", 
42830             "required": true, 
42831             "schema": {
42832               "$ref": "#/definitions/relationship-dict"
42833             }
42834           }
42835         ], 
42836         "produces": [
42837           "application/json", 
42838           "application/xml"
42839         ], 
42840         "responses": {
42841           "default": {
42842             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42843           }
42844         }, 
42845         "summary": "see node definition for valid relationships", 
42846         "tags": [
42847           "Network"
42848         ]
42849       }
42850     }, 
42851     "/network/forwarding-paths/forwarding-path/{forwarding-path-id}/relationship-list/relationship": {
42852       "delete": {
42853         "consumes": [
42854           "application/json", 
42855           "application/xml"
42856         ], 
42857         "description": "delete an existing relationship", 
42858         "operationId": "deleteNetworkForwardingPathsForwardingPathRelationshipListRelationship", 
42859         "parameters": [
42860           {
42861             "description": "Unique ID of this FP", 
42862             "example": "__FORWARDING-PATH-ID__", 
42863             "in": "path", 
42864             "name": "forwarding-path-id", 
42865             "required": true, 
42866             "type": "string"
42867           }
42868         ], 
42869         "produces": [
42870           "application/json", 
42871           "application/xml"
42872         ], 
42873         "responses": {
42874           "default": {
42875             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42876           }
42877         }, 
42878         "summary": "delete an existing relationship", 
42879         "tags": [
42880           "Network"
42881         ]
42882       }, 
42883       "put": {
42884         "consumes": [
42885           "application/json", 
42886           "application/xml"
42887         ], 
42888         "operationId": "createOrUpdateNetworkForwardingPathsForwardingPathRelationshipListRelationship", 
42889         "parameters": [
42890           {
42891             "description": "Unique ID of this FP", 
42892             "example": "__FORWARDING-PATH-ID__", 
42893             "in": "path", 
42894             "name": "forwarding-path-id", 
42895             "required": true, 
42896             "type": "string"
42897           }, 
42898           {
42899             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkForwardingPathsForwardingPath.json)", 
42900             "in": "body", 
42901             "name": "body", 
42902             "required": true, 
42903             "schema": {
42904               "$ref": "#/definitions/relationship-dict"
42905             }
42906           }
42907         ], 
42908         "produces": [
42909           "application/json", 
42910           "application/xml"
42911         ], 
42912         "responses": {
42913           "default": {
42914             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
42915           }
42916         }, 
42917         "summary": "see node definition for valid relationships", 
42918         "tags": [
42919           "Network"
42920         ]
42921       }
42922     }, 
42923     "/network/generic-vnfs": {
42924       "get": {
42925         "description": "returns generic-vnfs", 
42926         "operationId": "getNetworkGenericVnfs", 
42927         "parameters": [
42928           {
42929             "description": "n/a", 
42930             "in": "query", 
42931             "name": "vnf-id", 
42932             "required": false, 
42933             "type": "string"
42934           }, 
42935           {
42936             "description": "n/a", 
42937             "in": "query", 
42938             "name": "vnf-name", 
42939             "required": false, 
42940             "type": "string"
42941           }, 
42942           {
42943             "description": "n/a", 
42944             "in": "query", 
42945             "name": "vnf-name2", 
42946             "required": false, 
42947             "type": "string"
42948           }, 
42949           {
42950             "description": "n/a", 
42951             "in": "query", 
42952             "name": "vnf-type", 
42953             "required": false, 
42954             "type": "string"
42955           }, 
42956           {
42957             "description": "n/a", 
42958             "in": "query", 
42959             "name": "service-id", 
42960             "required": false, 
42961             "type": "string"
42962           }, 
42963           {
42964             "description": "n/a", 
42965             "in": "query", 
42966             "name": "regional-resource-zone", 
42967             "required": false, 
42968             "type": "string"
42969           }, 
42970           {
42971             "description": "n/a", 
42972             "in": "query", 
42973             "name": "prov-status", 
42974             "required": false, 
42975             "type": "string"
42976           }, 
42977           {
42978             "description": "n/a", 
42979             "in": "query", 
42980             "name": "heat-stack-id", 
42981             "required": false, 
42982             "type": "string"
42983           }, 
42984           {
42985             "description": "n/a", 
42986             "in": "query", 
42987             "name": "in-maint", 
42988             "required": false, 
42989             "type": "boolean"
42990           }, 
42991           {
42992             "description": "n/a", 
42993             "in": "query", 
42994             "name": "is-closed-loop-disabled", 
42995             "required": false, 
42996             "type": "boolean"
42997           }, 
42998           {
42999             "description": "n/a", 
43000             "in": "query", 
43001             "name": "model-invariant-id", 
43002             "required": false, 
43003             "type": "string"
43004           }, 
43005           {
43006             "description": "n/a", 
43007             "in": "query", 
43008             "name": "model-version-id", 
43009             "required": false, 
43010             "type": "string"
43011           }, 
43012           {
43013             "description": "n/a", 
43014             "in": "query", 
43015             "name": "widget-model-id", 
43016             "required": false, 
43017             "type": "string"
43018           }, 
43019           {
43020             "description": "n/a", 
43021             "in": "query", 
43022             "name": "widget-model-version", 
43023             "required": false, 
43024             "type": "string"
43025           }, 
43026           {
43027             "description": "n/a", 
43028             "in": "query", 
43029             "name": "nf-type", 
43030             "required": false, 
43031             "type": "string"
43032           }, 
43033           {
43034             "description": "n/a", 
43035             "in": "query", 
43036             "name": "nf-function", 
43037             "required": false, 
43038             "type": "string"
43039           }, 
43040           {
43041             "description": "n/a", 
43042             "in": "query", 
43043             "name": "nf-role", 
43044             "required": false, 
43045             "type": "string"
43046           }, 
43047           {
43048             "description": "n/a", 
43049             "in": "query", 
43050             "name": "nf-naming-code", 
43051             "required": false, 
43052             "type": "string"
43053           }
43054         ], 
43055         "produces": [
43056           "application/json", 
43057           "application/xml"
43058         ], 
43059         "responses": {
43060           "200": {
43061             "description": "successful operation", 
43062             "schema": {
43063               "$ref": "#/definitions/generic-vnfs"
43064             }
43065           }, 
43066           "default": {
43067             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43068           }
43069         }, 
43070         "summary": "returns generic-vnfs", 
43071         "tags": [
43072           "Network"
43073         ]
43074       }
43075     }, 
43076     "/network/generic-vnfs/generic-vnf/{vnf-id}": {
43077       "delete": {
43078         "consumes": [
43079           "application/json", 
43080           "application/xml"
43081         ], 
43082         "description": "delete an existing generic-vnf", 
43083         "operationId": "deleteNetworkGenericVnfsGenericVnf", 
43084         "parameters": [
43085           {
43086             "description": "Unique id of VNF.  This is unique across the graph.", 
43087             "example": "__VNF-ID__", 
43088             "in": "path", 
43089             "name": "vnf-id", 
43090             "required": true, 
43091             "type": "string"
43092           }, 
43093           {
43094             "description": "resource-version for concurrency", 
43095             "in": "query", 
43096             "name": "resource-version", 
43097             "required": true, 
43098             "type": "string"
43099           }
43100         ], 
43101         "produces": [
43102           "application/json", 
43103           "application/xml"
43104         ], 
43105         "responses": {
43106           "default": {
43107             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43108           }
43109         }, 
43110         "summary": "delete an existing generic-vnf", 
43111         "tags": [
43112           "Network"
43113         ]
43114       }, 
43115       "get": {
43116         "description": "returns generic-vnf", 
43117         "operationId": "getNetworkGenericVnfsGenericVnf", 
43118         "parameters": [
43119           {
43120             "description": "Unique id of VNF.  This is unique across the graph.", 
43121             "example": "__VNF-ID__", 
43122             "in": "path", 
43123             "name": "vnf-id", 
43124             "required": true, 
43125             "type": "string"
43126           }
43127         ], 
43128         "produces": [
43129           "application/json", 
43130           "application/xml"
43131         ], 
43132         "responses": {
43133           "200": {
43134             "description": "successful operation", 
43135             "schema": {
43136               "$ref": "#/definitions/generic-vnf"
43137             }
43138           }, 
43139           "default": {
43140             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43141           }
43142         }, 
43143         "summary": "returns generic-vnf", 
43144         "tags": [
43145           "Network"
43146         ]
43147       }, 
43148       "patch": {
43149         "consumes": [
43150           "application/json"
43151         ], 
43152         "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", 
43153         "operationId": "UpdateNetworkGenericVnfsGenericVnf", 
43154         "parameters": [
43155           {
43156             "description": "Unique id of VNF.  This is unique across the graph.", 
43157             "example": "__VNF-ID__", 
43158             "in": "path", 
43159             "name": "vnf-id", 
43160             "required": true, 
43161             "type": "string"
43162           }, 
43163           {
43164             "description": "generic-vnf object that needs to be updated.", 
43165             "in": "body", 
43166             "name": "body", 
43167             "required": true, 
43168             "schema": {
43169               "$ref": "#/definitions/zzzz-patch-generic-vnf"
43170             }
43171           }
43172         ], 
43173         "produces": [
43174           "application/json"
43175         ], 
43176         "responses": {
43177           "default": {
43178             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43179           }
43180         }, 
43181         "summary": "update an existing generic-vnf", 
43182         "tags": [
43183           "Network"
43184         ]
43185       }, 
43186       "put": {
43187         "consumes": [
43188           "application/json", 
43189           "application/xml"
43190         ], 
43191         "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", 
43192         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnf", 
43193         "parameters": [
43194           {
43195             "description": "Unique id of VNF.  This is unique across the graph.", 
43196             "example": "__VNF-ID__", 
43197             "in": "path", 
43198             "name": "vnf-id", 
43199             "required": true, 
43200             "type": "string"
43201           }, 
43202           {
43203             "description": "generic-vnf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnf.json)", 
43204             "in": "body", 
43205             "name": "body", 
43206             "required": true, 
43207             "schema": {
43208               "$ref": "#/definitions/generic-vnf"
43209             }
43210           }
43211         ], 
43212         "produces": [
43213           "application/json", 
43214           "application/xml"
43215         ], 
43216         "responses": {
43217           "default": {
43218             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43219           }
43220         }, 
43221         "summary": "create or update an existing generic-vnf", 
43222         "tags": [
43223           "Network"
43224         ]
43225       }
43226     }, 
43227     "/network/generic-vnfs/generic-vnf/{vnf-id}/entitlements": {
43228       "get": {
43229         "description": "returns entitlements", 
43230         "operationId": "getNetworkGenericVnfsGenericVnfEntitlements", 
43231         "parameters": [
43232           {
43233             "description": "Unique id of VNF.  This is unique across the graph.", 
43234             "example": "__VNF-ID__", 
43235             "in": "path", 
43236             "name": "vnf-id", 
43237             "required": true, 
43238             "type": "string"
43239           }, 
43240           {
43241             "description": "n/a", 
43242             "in": "query", 
43243             "name": "group-uuid", 
43244             "required": false, 
43245             "type": "string"
43246           }, 
43247           {
43248             "description": "n/a", 
43249             "in": "query", 
43250             "name": "resource-uuid", 
43251             "required": false, 
43252             "type": "string"
43253           }
43254         ], 
43255         "produces": [
43256           "application/json", 
43257           "application/xml"
43258         ], 
43259         "responses": {
43260           "200": {
43261             "description": "successful operation", 
43262             "schema": {
43263               "$ref": "#/definitions/entitlements"
43264             }
43265           }, 
43266           "default": {
43267             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43268           }
43269         }, 
43270         "summary": "returns entitlements", 
43271         "tags": [
43272           "Network"
43273         ]
43274       }
43275     }, 
43276     "/network/generic-vnfs/generic-vnf/{vnf-id}/entitlements/entitlement/{group-uuid}/{resource-uuid}": {
43277       "delete": {
43278         "consumes": [
43279           "application/json", 
43280           "application/xml"
43281         ], 
43282         "description": "delete an existing entitlement", 
43283         "operationId": "deleteNetworkGenericVnfsGenericVnfEntitlementsEntitlement", 
43284         "parameters": [
43285           {
43286             "description": "Unique id of VNF.  This is unique across the graph.", 
43287             "example": "__VNF-ID__", 
43288             "in": "path", 
43289             "name": "vnf-id", 
43290             "required": true, 
43291             "type": "string"
43292           }, 
43293           {
43294             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
43295             "example": "__GROUP-UUID__", 
43296             "in": "path", 
43297             "name": "group-uuid", 
43298             "required": true, 
43299             "type": "string"
43300           }, 
43301           {
43302             "description": "Unique ID of an entitlement resource.", 
43303             "example": "__RESOURCE-UUID__", 
43304             "in": "path", 
43305             "name": "resource-uuid", 
43306             "required": true, 
43307             "type": "string"
43308           }, 
43309           {
43310             "description": "resource-version for concurrency", 
43311             "in": "query", 
43312             "name": "resource-version", 
43313             "required": true, 
43314             "type": "string"
43315           }
43316         ], 
43317         "produces": [
43318           "application/json", 
43319           "application/xml"
43320         ], 
43321         "responses": {
43322           "default": {
43323             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43324           }
43325         }, 
43326         "summary": "delete an existing entitlement", 
43327         "tags": [
43328           "Network"
43329         ]
43330       }, 
43331       "get": {
43332         "description": "returns entitlement", 
43333         "operationId": "getNetworkGenericVnfsGenericVnfEntitlementsEntitlement", 
43334         "parameters": [
43335           {
43336             "description": "Unique id of VNF.  This is unique across the graph.", 
43337             "example": "__VNF-ID__", 
43338             "in": "path", 
43339             "name": "vnf-id", 
43340             "required": true, 
43341             "type": "string"
43342           }, 
43343           {
43344             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
43345             "example": "__GROUP-UUID__", 
43346             "in": "path", 
43347             "name": "group-uuid", 
43348             "required": true, 
43349             "type": "string"
43350           }, 
43351           {
43352             "description": "Unique ID of an entitlement resource.", 
43353             "example": "__RESOURCE-UUID__", 
43354             "in": "path", 
43355             "name": "resource-uuid", 
43356             "required": true, 
43357             "type": "string"
43358           }
43359         ], 
43360         "produces": [
43361           "application/json", 
43362           "application/xml"
43363         ], 
43364         "responses": {
43365           "200": {
43366             "description": "successful operation", 
43367             "schema": {
43368               "$ref": "#/definitions/entitlement"
43369             }
43370           }, 
43371           "default": {
43372             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43373           }
43374         }, 
43375         "summary": "returns entitlement", 
43376         "tags": [
43377           "Network"
43378         ]
43379       }, 
43380       "patch": {
43381         "consumes": [
43382           "application/json"
43383         ], 
43384         "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", 
43385         "operationId": "UpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlement", 
43386         "parameters": [
43387           {
43388             "description": "Unique id of VNF.  This is unique across the graph.", 
43389             "example": "__VNF-ID__", 
43390             "in": "path", 
43391             "name": "vnf-id", 
43392             "required": true, 
43393             "type": "string"
43394           }, 
43395           {
43396             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
43397             "example": "__GROUP-UUID__", 
43398             "in": "path", 
43399             "name": "group-uuid", 
43400             "required": true, 
43401             "type": "string"
43402           }, 
43403           {
43404             "description": "Unique ID of an entitlement resource.", 
43405             "example": "__RESOURCE-UUID__", 
43406             "in": "path", 
43407             "name": "resource-uuid", 
43408             "required": true, 
43409             "type": "string"
43410           }, 
43411           {
43412             "description": "entitlement object that needs to be updated.", 
43413             "in": "body", 
43414             "name": "body", 
43415             "required": true, 
43416             "schema": {
43417               "$ref": "#/definitions/zzzz-patch-entitlement"
43418             }
43419           }
43420         ], 
43421         "produces": [
43422           "application/json"
43423         ], 
43424         "responses": {
43425           "default": {
43426             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43427           }
43428         }, 
43429         "summary": "update an existing entitlement", 
43430         "tags": [
43431           "Network"
43432         ]
43433       }, 
43434       "put": {
43435         "consumes": [
43436           "application/json", 
43437           "application/xml"
43438         ], 
43439         "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", 
43440         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlement", 
43441         "parameters": [
43442           {
43443             "description": "Unique id of VNF.  This is unique across the graph.", 
43444             "example": "__VNF-ID__", 
43445             "in": "path", 
43446             "name": "vnf-id", 
43447             "required": true, 
43448             "type": "string"
43449           }, 
43450           {
43451             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
43452             "example": "__GROUP-UUID__", 
43453             "in": "path", 
43454             "name": "group-uuid", 
43455             "required": true, 
43456             "type": "string"
43457           }, 
43458           {
43459             "description": "Unique ID of an entitlement resource.", 
43460             "example": "__RESOURCE-UUID__", 
43461             "in": "path", 
43462             "name": "resource-uuid", 
43463             "required": true, 
43464             "type": "string"
43465           }, 
43466           {
43467             "description": "entitlement object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfEntitlementsEntitlement.json)", 
43468             "in": "body", 
43469             "name": "body", 
43470             "required": true, 
43471             "schema": {
43472               "$ref": "#/definitions/entitlement"
43473             }
43474           }
43475         ], 
43476         "produces": [
43477           "application/json", 
43478           "application/xml"
43479         ], 
43480         "responses": {
43481           "default": {
43482             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43483           }
43484         }, 
43485         "summary": "create or update an existing entitlement", 
43486         "tags": [
43487           "Network"
43488         ]
43489       }
43490     }, 
43491     "/network/generic-vnfs/generic-vnf/{vnf-id}/entitlements/entitlement/{group-uuid}/{resource-uuid}/relationship-list/relationship": {
43492       "delete": {
43493         "consumes": [
43494           "application/json", 
43495           "application/xml"
43496         ], 
43497         "description": "delete an existing relationship", 
43498         "operationId": "deleteNetworkGenericVnfsGenericVnfEntitlementsEntitlementRelationshipListRelationship", 
43499         "parameters": [
43500           {
43501             "description": "Unique id of VNF.  This is unique across the graph.", 
43502             "example": "__VNF-ID__", 
43503             "in": "path", 
43504             "name": "vnf-id", 
43505             "required": true, 
43506             "type": "string"
43507           }, 
43508           {
43509             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
43510             "example": "__GROUP-UUID__", 
43511             "in": "path", 
43512             "name": "group-uuid", 
43513             "required": true, 
43514             "type": "string"
43515           }, 
43516           {
43517             "description": "Unique ID of an entitlement resource.", 
43518             "example": "__RESOURCE-UUID__", 
43519             "in": "path", 
43520             "name": "resource-uuid", 
43521             "required": true, 
43522             "type": "string"
43523           }
43524         ], 
43525         "produces": [
43526           "application/json", 
43527           "application/xml"
43528         ], 
43529         "responses": {
43530           "default": {
43531             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43532           }
43533         }, 
43534         "summary": "delete an existing relationship", 
43535         "tags": [
43536           "Network"
43537         ]
43538       }, 
43539       "put": {
43540         "consumes": [
43541           "application/json", 
43542           "application/xml"
43543         ], 
43544         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfEntitlementsEntitlementRelationshipListRelationship", 
43545         "parameters": [
43546           {
43547             "description": "Unique id of VNF.  This is unique across the graph.", 
43548             "example": "__VNF-ID__", 
43549             "in": "path", 
43550             "name": "vnf-id", 
43551             "required": true, 
43552             "type": "string"
43553           }, 
43554           {
43555             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
43556             "example": "__GROUP-UUID__", 
43557             "in": "path", 
43558             "name": "group-uuid", 
43559             "required": true, 
43560             "type": "string"
43561           }, 
43562           {
43563             "description": "Unique ID of an entitlement resource.", 
43564             "example": "__RESOURCE-UUID__", 
43565             "in": "path", 
43566             "name": "resource-uuid", 
43567             "required": true, 
43568             "type": "string"
43569           }, 
43570           {
43571             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfEntitlementsEntitlement.json)", 
43572             "in": "body", 
43573             "name": "body", 
43574             "required": true, 
43575             "schema": {
43576               "$ref": "#/definitions/relationship-dict"
43577             }
43578           }
43579         ], 
43580         "produces": [
43581           "application/json", 
43582           "application/xml"
43583         ], 
43584         "responses": {
43585           "default": {
43586             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43587           }
43588         }, 
43589         "summary": "see node definition for valid relationships", 
43590         "tags": [
43591           "Network"
43592         ]
43593       }
43594     }, 
43595     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces": {
43596       "get": {
43597         "description": "returns l-interfaces", 
43598         "operationId": "getNetworkGenericVnfsGenericVnfLInterfaces", 
43599         "parameters": [
43600           {
43601             "description": "Unique id of VNF.  This is unique across the graph.", 
43602             "example": "__VNF-ID__", 
43603             "in": "path", 
43604             "name": "vnf-id", 
43605             "required": true, 
43606             "type": "string"
43607           }, 
43608           {
43609             "description": "n/a", 
43610             "in": "query", 
43611             "name": "interface-name", 
43612             "required": false, 
43613             "type": "string"
43614           }, 
43615           {
43616             "description": "n/a", 
43617             "in": "query", 
43618             "name": "interface-id", 
43619             "required": false, 
43620             "type": "string"
43621           }, 
43622           {
43623             "description": "n/a", 
43624             "in": "query", 
43625             "name": "macaddr", 
43626             "required": false, 
43627             "type": "string"
43628           }, 
43629           {
43630             "description": "n/a", 
43631             "in": "query", 
43632             "name": "network-name", 
43633             "required": false, 
43634             "type": "string"
43635           }
43636         ], 
43637         "produces": [
43638           "application/json", 
43639           "application/xml"
43640         ], 
43641         "responses": {
43642           "200": {
43643             "description": "successful operation", 
43644             "schema": {
43645               "$ref": "#/definitions/l-interfaces"
43646             }
43647           }, 
43648           "default": {
43649             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43650           }
43651         }, 
43652         "summary": "returns l-interfaces", 
43653         "tags": [
43654           "Network"
43655         ]
43656       }
43657     }, 
43658     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}": {
43659       "delete": {
43660         "consumes": [
43661           "application/json", 
43662           "application/xml"
43663         ], 
43664         "description": "delete an existing l-interface", 
43665         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterface", 
43666         "parameters": [
43667           {
43668             "description": "Unique id of VNF.  This is unique across the graph.", 
43669             "example": "__VNF-ID__", 
43670             "in": "path", 
43671             "name": "vnf-id", 
43672             "required": true, 
43673             "type": "string"
43674           }, 
43675           {
43676             "description": "Name given to the interface", 
43677             "example": "__INTERFACE-NAME__", 
43678             "in": "path", 
43679             "name": "interface-name", 
43680             "required": true, 
43681             "type": "string"
43682           }, 
43683           {
43684             "description": "resource-version for concurrency", 
43685             "in": "query", 
43686             "name": "resource-version", 
43687             "required": true, 
43688             "type": "string"
43689           }
43690         ], 
43691         "produces": [
43692           "application/json", 
43693           "application/xml"
43694         ], 
43695         "responses": {
43696           "default": {
43697             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43698           }
43699         }, 
43700         "summary": "delete an existing l-interface", 
43701         "tags": [
43702           "Network"
43703         ]
43704       }, 
43705       "get": {
43706         "description": "returns l-interface", 
43707         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterface", 
43708         "parameters": [
43709           {
43710             "description": "Unique id of VNF.  This is unique across the graph.", 
43711             "example": "__VNF-ID__", 
43712             "in": "path", 
43713             "name": "vnf-id", 
43714             "required": true, 
43715             "type": "string"
43716           }, 
43717           {
43718             "description": "Name given to the interface", 
43719             "example": "__INTERFACE-NAME__", 
43720             "in": "path", 
43721             "name": "interface-name", 
43722             "required": true, 
43723             "type": "string"
43724           }
43725         ], 
43726         "produces": [
43727           "application/json", 
43728           "application/xml"
43729         ], 
43730         "responses": {
43731           "200": {
43732             "description": "successful operation", 
43733             "schema": {
43734               "$ref": "#/definitions/l-interface"
43735             }
43736           }, 
43737           "default": {
43738             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43739           }
43740         }, 
43741         "summary": "returns l-interface", 
43742         "tags": [
43743           "Network"
43744         ]
43745       }, 
43746       "patch": {
43747         "consumes": [
43748           "application/json"
43749         ], 
43750         "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", 
43751         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterface", 
43752         "parameters": [
43753           {
43754             "description": "Unique id of VNF.  This is unique across the graph.", 
43755             "example": "__VNF-ID__", 
43756             "in": "path", 
43757             "name": "vnf-id", 
43758             "required": true, 
43759             "type": "string"
43760           }, 
43761           {
43762             "description": "Name given to the interface", 
43763             "example": "__INTERFACE-NAME__", 
43764             "in": "path", 
43765             "name": "interface-name", 
43766             "required": true, 
43767             "type": "string"
43768           }, 
43769           {
43770             "description": "l-interface object that needs to be updated.", 
43771             "in": "body", 
43772             "name": "body", 
43773             "required": true, 
43774             "schema": {
43775               "$ref": "#/definitions/zzzz-patch-l-interface"
43776             }
43777           }
43778         ], 
43779         "produces": [
43780           "application/json"
43781         ], 
43782         "responses": {
43783           "default": {
43784             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43785           }
43786         }, 
43787         "summary": "update an existing l-interface", 
43788         "tags": [
43789           "Network"
43790         ]
43791       }, 
43792       "put": {
43793         "consumes": [
43794           "application/json", 
43795           "application/xml"
43796         ], 
43797         "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", 
43798         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterface", 
43799         "parameters": [
43800           {
43801             "description": "Unique id of VNF.  This is unique across the graph.", 
43802             "example": "__VNF-ID__", 
43803             "in": "path", 
43804             "name": "vnf-id", 
43805             "required": true, 
43806             "type": "string"
43807           }, 
43808           {
43809             "description": "Name given to the interface", 
43810             "example": "__INTERFACE-NAME__", 
43811             "in": "path", 
43812             "name": "interface-name", 
43813             "required": true, 
43814             "type": "string"
43815           }, 
43816           {
43817             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterface.json)", 
43818             "in": "body", 
43819             "name": "body", 
43820             "required": true, 
43821             "schema": {
43822               "$ref": "#/definitions/l-interface"
43823             }
43824           }
43825         ], 
43826         "produces": [
43827           "application/json", 
43828           "application/xml"
43829         ], 
43830         "responses": {
43831           "default": {
43832             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43833           }
43834         }, 
43835         "summary": "create or update an existing l-interface", 
43836         "tags": [
43837           "Network"
43838         ]
43839       }
43840     }, 
43841     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
43842       "delete": {
43843         "consumes": [
43844           "application/json", 
43845           "application/xml"
43846         ], 
43847         "description": "delete an existing l3-interface-ipv4-address-list", 
43848         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
43849         "parameters": [
43850           {
43851             "description": "Unique id of VNF.  This is unique across the graph.", 
43852             "example": "__VNF-ID__", 
43853             "in": "path", 
43854             "name": "vnf-id", 
43855             "required": true, 
43856             "type": "string"
43857           }, 
43858           {
43859             "description": "Name given to the interface", 
43860             "example": "__INTERFACE-NAME__", 
43861             "in": "path", 
43862             "name": "interface-name", 
43863             "required": true, 
43864             "type": "string"
43865           }, 
43866           {
43867             "description": "IP address", 
43868             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
43869             "in": "path", 
43870             "name": "l3-interface-ipv4-address", 
43871             "required": true, 
43872             "type": "string"
43873           }, 
43874           {
43875             "description": "resource-version for concurrency", 
43876             "in": "query", 
43877             "name": "resource-version", 
43878             "required": true, 
43879             "type": "string"
43880           }
43881         ], 
43882         "produces": [
43883           "application/json", 
43884           "application/xml"
43885         ], 
43886         "responses": {
43887           "default": {
43888             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43889           }
43890         }, 
43891         "summary": "delete an existing l3-interface-ipv4-address-list", 
43892         "tags": [
43893           "Network"
43894         ]
43895       }, 
43896       "get": {
43897         "description": "returns l3-interface-ipv4-address-list", 
43898         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
43899         "parameters": [
43900           {
43901             "description": "Unique id of VNF.  This is unique across the graph.", 
43902             "example": "__VNF-ID__", 
43903             "in": "path", 
43904             "name": "vnf-id", 
43905             "required": true, 
43906             "type": "string"
43907           }, 
43908           {
43909             "description": "Name given to the interface", 
43910             "example": "__INTERFACE-NAME__", 
43911             "in": "path", 
43912             "name": "interface-name", 
43913             "required": true, 
43914             "type": "string"
43915           }, 
43916           {
43917             "description": "IP address", 
43918             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
43919             "in": "path", 
43920             "name": "l3-interface-ipv4-address", 
43921             "required": true, 
43922             "type": "string"
43923           }
43924         ], 
43925         "produces": [
43926           "application/json", 
43927           "application/xml"
43928         ], 
43929         "responses": {
43930           "200": {
43931             "description": "successful operation", 
43932             "schema": {
43933               "$ref": "#/definitions/l3-interface-ipv4-address-list"
43934             }
43935           }, 
43936           "default": {
43937             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43938           }
43939         }, 
43940         "summary": "returns l3-interface-ipv4-address-list", 
43941         "tags": [
43942           "Network"
43943         ]
43944       }, 
43945       "patch": {
43946         "consumes": [
43947           "application/json"
43948         ], 
43949         "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", 
43950         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
43951         "parameters": [
43952           {
43953             "description": "Unique id of VNF.  This is unique across the graph.", 
43954             "example": "__VNF-ID__", 
43955             "in": "path", 
43956             "name": "vnf-id", 
43957             "required": true, 
43958             "type": "string"
43959           }, 
43960           {
43961             "description": "Name given to the interface", 
43962             "example": "__INTERFACE-NAME__", 
43963             "in": "path", 
43964             "name": "interface-name", 
43965             "required": true, 
43966             "type": "string"
43967           }, 
43968           {
43969             "description": "IP address", 
43970             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
43971             "in": "path", 
43972             "name": "l3-interface-ipv4-address", 
43973             "required": true, 
43974             "type": "string"
43975           }, 
43976           {
43977             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
43978             "in": "body", 
43979             "name": "body", 
43980             "required": true, 
43981             "schema": {
43982               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
43983             }
43984           }
43985         ], 
43986         "produces": [
43987           "application/json"
43988         ], 
43989         "responses": {
43990           "default": {
43991             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
43992           }
43993         }, 
43994         "summary": "update an existing l3-interface-ipv4-address-list", 
43995         "tags": [
43996           "Network"
43997         ]
43998       }, 
43999       "put": {
44000         "consumes": [
44001           "application/json", 
44002           "application/xml"
44003         ], 
44004         "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", 
44005         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
44006         "parameters": [
44007           {
44008             "description": "Unique id of VNF.  This is unique across the graph.", 
44009             "example": "__VNF-ID__", 
44010             "in": "path", 
44011             "name": "vnf-id", 
44012             "required": true, 
44013             "type": "string"
44014           }, 
44015           {
44016             "description": "Name given to the interface", 
44017             "example": "__INTERFACE-NAME__", 
44018             "in": "path", 
44019             "name": "interface-name", 
44020             "required": true, 
44021             "type": "string"
44022           }, 
44023           {
44024             "description": "IP address", 
44025             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
44026             "in": "path", 
44027             "name": "l3-interface-ipv4-address", 
44028             "required": true, 
44029             "type": "string"
44030           }, 
44031           {
44032             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
44033             "in": "body", 
44034             "name": "body", 
44035             "required": true, 
44036             "schema": {
44037               "$ref": "#/definitions/l3-interface-ipv4-address-list"
44038             }
44039           }
44040         ], 
44041         "produces": [
44042           "application/json", 
44043           "application/xml"
44044         ], 
44045         "responses": {
44046           "default": {
44047             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44048           }
44049         }, 
44050         "summary": "create or update an existing l3-interface-ipv4-address-list", 
44051         "tags": [
44052           "Network"
44053         ]
44054       }
44055     }, 
44056     "/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": {
44057       "delete": {
44058         "consumes": [
44059           "application/json", 
44060           "application/xml"
44061         ], 
44062         "description": "delete an existing relationship", 
44063         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
44064         "parameters": [
44065           {
44066             "description": "Unique id of VNF.  This is unique across the graph.", 
44067             "example": "__VNF-ID__", 
44068             "in": "path", 
44069             "name": "vnf-id", 
44070             "required": true, 
44071             "type": "string"
44072           }, 
44073           {
44074             "description": "Name given to the interface", 
44075             "example": "__INTERFACE-NAME__", 
44076             "in": "path", 
44077             "name": "interface-name", 
44078             "required": true, 
44079             "type": "string"
44080           }, 
44081           {
44082             "description": "IP address", 
44083             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
44084             "in": "path", 
44085             "name": "l3-interface-ipv4-address", 
44086             "required": true, 
44087             "type": "string"
44088           }
44089         ], 
44090         "produces": [
44091           "application/json", 
44092           "application/xml"
44093         ], 
44094         "responses": {
44095           "default": {
44096             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44097           }
44098         }, 
44099         "summary": "delete an existing relationship", 
44100         "tags": [
44101           "Network"
44102         ]
44103       }, 
44104       "put": {
44105         "consumes": [
44106           "application/json", 
44107           "application/xml"
44108         ], 
44109         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
44110         "parameters": [
44111           {
44112             "description": "Unique id of VNF.  This is unique across the graph.", 
44113             "example": "__VNF-ID__", 
44114             "in": "path", 
44115             "name": "vnf-id", 
44116             "required": true, 
44117             "type": "string"
44118           }, 
44119           {
44120             "description": "Name given to the interface", 
44121             "example": "__INTERFACE-NAME__", 
44122             "in": "path", 
44123             "name": "interface-name", 
44124             "required": true, 
44125             "type": "string"
44126           }, 
44127           {
44128             "description": "IP address", 
44129             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
44130             "in": "path", 
44131             "name": "l3-interface-ipv4-address", 
44132             "required": true, 
44133             "type": "string"
44134           }, 
44135           {
44136             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
44137             "in": "body", 
44138             "name": "body", 
44139             "required": true, 
44140             "schema": {
44141               "$ref": "#/definitions/relationship-dict"
44142             }
44143           }
44144         ], 
44145         "produces": [
44146           "application/json", 
44147           "application/xml"
44148         ], 
44149         "responses": {
44150           "default": {
44151             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44152           }
44153         }, 
44154         "summary": "see node definition for valid relationships", 
44155         "tags": [
44156           "Network"
44157         ]
44158       }
44159     }, 
44160     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
44161       "delete": {
44162         "consumes": [
44163           "application/json", 
44164           "application/xml"
44165         ], 
44166         "description": "delete an existing l3-interface-ipv6-address-list", 
44167         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
44168         "parameters": [
44169           {
44170             "description": "Unique id of VNF.  This is unique across the graph.", 
44171             "example": "__VNF-ID__", 
44172             "in": "path", 
44173             "name": "vnf-id", 
44174             "required": true, 
44175             "type": "string"
44176           }, 
44177           {
44178             "description": "Name given to the interface", 
44179             "example": "__INTERFACE-NAME__", 
44180             "in": "path", 
44181             "name": "interface-name", 
44182             "required": true, 
44183             "type": "string"
44184           }, 
44185           {
44186             "description": "IP address", 
44187             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
44188             "in": "path", 
44189             "name": "l3-interface-ipv6-address", 
44190             "required": true, 
44191             "type": "string"
44192           }, 
44193           {
44194             "description": "resource-version for concurrency", 
44195             "in": "query", 
44196             "name": "resource-version", 
44197             "required": true, 
44198             "type": "string"
44199           }
44200         ], 
44201         "produces": [
44202           "application/json", 
44203           "application/xml"
44204         ], 
44205         "responses": {
44206           "default": {
44207             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44208           }
44209         }, 
44210         "summary": "delete an existing l3-interface-ipv6-address-list", 
44211         "tags": [
44212           "Network"
44213         ]
44214       }, 
44215       "get": {
44216         "description": "returns l3-interface-ipv6-address-list", 
44217         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
44218         "parameters": [
44219           {
44220             "description": "Unique id of VNF.  This is unique across the graph.", 
44221             "example": "__VNF-ID__", 
44222             "in": "path", 
44223             "name": "vnf-id", 
44224             "required": true, 
44225             "type": "string"
44226           }, 
44227           {
44228             "description": "Name given to the interface", 
44229             "example": "__INTERFACE-NAME__", 
44230             "in": "path", 
44231             "name": "interface-name", 
44232             "required": true, 
44233             "type": "string"
44234           }, 
44235           {
44236             "description": "IP address", 
44237             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
44238             "in": "path", 
44239             "name": "l3-interface-ipv6-address", 
44240             "required": true, 
44241             "type": "string"
44242           }
44243         ], 
44244         "produces": [
44245           "application/json", 
44246           "application/xml"
44247         ], 
44248         "responses": {
44249           "200": {
44250             "description": "successful operation", 
44251             "schema": {
44252               "$ref": "#/definitions/l3-interface-ipv6-address-list"
44253             }
44254           }, 
44255           "default": {
44256             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44257           }
44258         }, 
44259         "summary": "returns l3-interface-ipv6-address-list", 
44260         "tags": [
44261           "Network"
44262         ]
44263       }, 
44264       "patch": {
44265         "consumes": [
44266           "application/json"
44267         ], 
44268         "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", 
44269         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
44270         "parameters": [
44271           {
44272             "description": "Unique id of VNF.  This is unique across the graph.", 
44273             "example": "__VNF-ID__", 
44274             "in": "path", 
44275             "name": "vnf-id", 
44276             "required": true, 
44277             "type": "string"
44278           }, 
44279           {
44280             "description": "Name given to the interface", 
44281             "example": "__INTERFACE-NAME__", 
44282             "in": "path", 
44283             "name": "interface-name", 
44284             "required": true, 
44285             "type": "string"
44286           }, 
44287           {
44288             "description": "IP address", 
44289             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
44290             "in": "path", 
44291             "name": "l3-interface-ipv6-address", 
44292             "required": true, 
44293             "type": "string"
44294           }, 
44295           {
44296             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
44297             "in": "body", 
44298             "name": "body", 
44299             "required": true, 
44300             "schema": {
44301               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
44302             }
44303           }
44304         ], 
44305         "produces": [
44306           "application/json"
44307         ], 
44308         "responses": {
44309           "default": {
44310             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44311           }
44312         }, 
44313         "summary": "update an existing l3-interface-ipv6-address-list", 
44314         "tags": [
44315           "Network"
44316         ]
44317       }, 
44318       "put": {
44319         "consumes": [
44320           "application/json", 
44321           "application/xml"
44322         ], 
44323         "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", 
44324         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
44325         "parameters": [
44326           {
44327             "description": "Unique id of VNF.  This is unique across the graph.", 
44328             "example": "__VNF-ID__", 
44329             "in": "path", 
44330             "name": "vnf-id", 
44331             "required": true, 
44332             "type": "string"
44333           }, 
44334           {
44335             "description": "Name given to the interface", 
44336             "example": "__INTERFACE-NAME__", 
44337             "in": "path", 
44338             "name": "interface-name", 
44339             "required": true, 
44340             "type": "string"
44341           }, 
44342           {
44343             "description": "IP address", 
44344             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
44345             "in": "path", 
44346             "name": "l3-interface-ipv6-address", 
44347             "required": true, 
44348             "type": "string"
44349           }, 
44350           {
44351             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
44352             "in": "body", 
44353             "name": "body", 
44354             "required": true, 
44355             "schema": {
44356               "$ref": "#/definitions/l3-interface-ipv6-address-list"
44357             }
44358           }
44359         ], 
44360         "produces": [
44361           "application/json", 
44362           "application/xml"
44363         ], 
44364         "responses": {
44365           "default": {
44366             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44367           }
44368         }, 
44369         "summary": "create or update an existing l3-interface-ipv6-address-list", 
44370         "tags": [
44371           "Network"
44372         ]
44373       }
44374     }, 
44375     "/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": {
44376       "delete": {
44377         "consumes": [
44378           "application/json", 
44379           "application/xml"
44380         ], 
44381         "description": "delete an existing relationship", 
44382         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
44383         "parameters": [
44384           {
44385             "description": "Unique id of VNF.  This is unique across the graph.", 
44386             "example": "__VNF-ID__", 
44387             "in": "path", 
44388             "name": "vnf-id", 
44389             "required": true, 
44390             "type": "string"
44391           }, 
44392           {
44393             "description": "Name given to the interface", 
44394             "example": "__INTERFACE-NAME__", 
44395             "in": "path", 
44396             "name": "interface-name", 
44397             "required": true, 
44398             "type": "string"
44399           }, 
44400           {
44401             "description": "IP address", 
44402             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
44403             "in": "path", 
44404             "name": "l3-interface-ipv6-address", 
44405             "required": true, 
44406             "type": "string"
44407           }
44408         ], 
44409         "produces": [
44410           "application/json", 
44411           "application/xml"
44412         ], 
44413         "responses": {
44414           "default": {
44415             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44416           }
44417         }, 
44418         "summary": "delete an existing relationship", 
44419         "tags": [
44420           "Network"
44421         ]
44422       }, 
44423       "put": {
44424         "consumes": [
44425           "application/json", 
44426           "application/xml"
44427         ], 
44428         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
44429         "parameters": [
44430           {
44431             "description": "Unique id of VNF.  This is unique across the graph.", 
44432             "example": "__VNF-ID__", 
44433             "in": "path", 
44434             "name": "vnf-id", 
44435             "required": true, 
44436             "type": "string"
44437           }, 
44438           {
44439             "description": "Name given to the interface", 
44440             "example": "__INTERFACE-NAME__", 
44441             "in": "path", 
44442             "name": "interface-name", 
44443             "required": true, 
44444             "type": "string"
44445           }, 
44446           {
44447             "description": "IP address", 
44448             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
44449             "in": "path", 
44450             "name": "l3-interface-ipv6-address", 
44451             "required": true, 
44452             "type": "string"
44453           }, 
44454           {
44455             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
44456             "in": "body", 
44457             "name": "body", 
44458             "required": true, 
44459             "schema": {
44460               "$ref": "#/definitions/relationship-dict"
44461             }
44462           }
44463         ], 
44464         "produces": [
44465           "application/json", 
44466           "application/xml"
44467         ], 
44468         "responses": {
44469           "default": {
44470             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44471           }
44472         }, 
44473         "summary": "see node definition for valid relationships", 
44474         "tags": [
44475           "Network"
44476         ]
44477       }
44478     }, 
44479     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/relationship-list/relationship": {
44480       "delete": {
44481         "consumes": [
44482           "application/json", 
44483           "application/xml"
44484         ], 
44485         "description": "delete an existing relationship", 
44486         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceRelationshipListRelationship", 
44487         "parameters": [
44488           {
44489             "description": "Unique id of VNF.  This is unique across the graph.", 
44490             "example": "__VNF-ID__", 
44491             "in": "path", 
44492             "name": "vnf-id", 
44493             "required": true, 
44494             "type": "string"
44495           }, 
44496           {
44497             "description": "Name given to the interface", 
44498             "example": "__INTERFACE-NAME__", 
44499             "in": "path", 
44500             "name": "interface-name", 
44501             "required": true, 
44502             "type": "string"
44503           }
44504         ], 
44505         "produces": [
44506           "application/json", 
44507           "application/xml"
44508         ], 
44509         "responses": {
44510           "default": {
44511             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44512           }
44513         }, 
44514         "summary": "delete an existing relationship", 
44515         "tags": [
44516           "Network"
44517         ]
44518       }, 
44519       "put": {
44520         "consumes": [
44521           "application/json", 
44522           "application/xml"
44523         ], 
44524         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceRelationshipListRelationship", 
44525         "parameters": [
44526           {
44527             "description": "Unique id of VNF.  This is unique across the graph.", 
44528             "example": "__VNF-ID__", 
44529             "in": "path", 
44530             "name": "vnf-id", 
44531             "required": true, 
44532             "type": "string"
44533           }, 
44534           {
44535             "description": "Name given to the interface", 
44536             "example": "__INTERFACE-NAME__", 
44537             "in": "path", 
44538             "name": "interface-name", 
44539             "required": true, 
44540             "type": "string"
44541           }, 
44542           {
44543             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterface.json)", 
44544             "in": "body", 
44545             "name": "body", 
44546             "required": true, 
44547             "schema": {
44548               "$ref": "#/definitions/relationship-dict"
44549             }
44550           }
44551         ], 
44552         "produces": [
44553           "application/json", 
44554           "application/xml"
44555         ], 
44556         "responses": {
44557           "default": {
44558             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44559           }
44560         }, 
44561         "summary": "see node definition for valid relationships", 
44562         "tags": [
44563           "Network"
44564         ]
44565       }
44566     }, 
44567     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs": {
44568       "get": {
44569         "description": "returns sriov-vfs", 
44570         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfs", 
44571         "parameters": [
44572           {
44573             "description": "Unique id of VNF.  This is unique across the graph.", 
44574             "example": "__VNF-ID__", 
44575             "in": "path", 
44576             "name": "vnf-id", 
44577             "required": true, 
44578             "type": "string"
44579           }, 
44580           {
44581             "description": "Name given to the interface", 
44582             "example": "__INTERFACE-NAME__", 
44583             "in": "path", 
44584             "name": "interface-name", 
44585             "required": true, 
44586             "type": "string"
44587           }, 
44588           {
44589             "description": "n/a", 
44590             "in": "query", 
44591             "name": "pci-id", 
44592             "required": false, 
44593             "type": "string"
44594           }, 
44595           {
44596             "description": "n/a", 
44597             "in": "query", 
44598             "name": "vf-vlan-filter", 
44599             "required": false, 
44600             "type": "string"
44601           }, 
44602           {
44603             "description": "n/a", 
44604             "in": "query", 
44605             "name": "vf-mac-filter", 
44606             "required": false, 
44607             "type": "string"
44608           }, 
44609           {
44610             "description": "n/a", 
44611             "in": "query", 
44612             "name": "vf-vlan-strip", 
44613             "required": false, 
44614             "type": "boolean"
44615           }, 
44616           {
44617             "description": "n/a", 
44618             "in": "query", 
44619             "name": "neutron-network-id", 
44620             "required": false, 
44621             "type": "string"
44622           }
44623         ], 
44624         "produces": [
44625           "application/json", 
44626           "application/xml"
44627         ], 
44628         "responses": {
44629           "200": {
44630             "description": "successful operation", 
44631             "schema": {
44632               "$ref": "#/definitions/sriov-vfs"
44633             }
44634           }, 
44635           "default": {
44636             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44637           }
44638         }, 
44639         "summary": "returns sriov-vfs", 
44640         "tags": [
44641           "Network"
44642         ]
44643       }
44644     }, 
44645     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
44646       "delete": {
44647         "consumes": [
44648           "application/json", 
44649           "application/xml"
44650         ], 
44651         "description": "delete an existing sriov-vf", 
44652         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf", 
44653         "parameters": [
44654           {
44655             "description": "Unique id of VNF.  This is unique across the graph.", 
44656             "example": "__VNF-ID__", 
44657             "in": "path", 
44658             "name": "vnf-id", 
44659             "required": true, 
44660             "type": "string"
44661           }, 
44662           {
44663             "description": "Name given to the interface", 
44664             "example": "__INTERFACE-NAME__", 
44665             "in": "path", 
44666             "name": "interface-name", 
44667             "required": true, 
44668             "type": "string"
44669           }, 
44670           {
44671             "description": "PCI ID used to identify the sriov-vf", 
44672             "example": "__PCI-ID__", 
44673             "in": "path", 
44674             "name": "pci-id", 
44675             "required": true, 
44676             "type": "string"
44677           }, 
44678           {
44679             "description": "resource-version for concurrency", 
44680             "in": "query", 
44681             "name": "resource-version", 
44682             "required": true, 
44683             "type": "string"
44684           }
44685         ], 
44686         "produces": [
44687           "application/json", 
44688           "application/xml"
44689         ], 
44690         "responses": {
44691           "default": {
44692             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44693           }
44694         }, 
44695         "summary": "delete an existing sriov-vf", 
44696         "tags": [
44697           "Network"
44698         ]
44699       }, 
44700       "get": {
44701         "description": "returns sriov-vf", 
44702         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf", 
44703         "parameters": [
44704           {
44705             "description": "Unique id of VNF.  This is unique across the graph.", 
44706             "example": "__VNF-ID__", 
44707             "in": "path", 
44708             "name": "vnf-id", 
44709             "required": true, 
44710             "type": "string"
44711           }, 
44712           {
44713             "description": "Name given to the interface", 
44714             "example": "__INTERFACE-NAME__", 
44715             "in": "path", 
44716             "name": "interface-name", 
44717             "required": true, 
44718             "type": "string"
44719           }, 
44720           {
44721             "description": "PCI ID used to identify the sriov-vf", 
44722             "example": "__PCI-ID__", 
44723             "in": "path", 
44724             "name": "pci-id", 
44725             "required": true, 
44726             "type": "string"
44727           }
44728         ], 
44729         "produces": [
44730           "application/json", 
44731           "application/xml"
44732         ], 
44733         "responses": {
44734           "200": {
44735             "description": "successful operation", 
44736             "schema": {
44737               "$ref": "#/definitions/sriov-vf"
44738             }
44739           }, 
44740           "default": {
44741             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44742           }
44743         }, 
44744         "summary": "returns sriov-vf", 
44745         "tags": [
44746           "Network"
44747         ]
44748       }, 
44749       "patch": {
44750         "consumes": [
44751           "application/json"
44752         ], 
44753         "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", 
44754         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf", 
44755         "parameters": [
44756           {
44757             "description": "Unique id of VNF.  This is unique across the graph.", 
44758             "example": "__VNF-ID__", 
44759             "in": "path", 
44760             "name": "vnf-id", 
44761             "required": true, 
44762             "type": "string"
44763           }, 
44764           {
44765             "description": "Name given to the interface", 
44766             "example": "__INTERFACE-NAME__", 
44767             "in": "path", 
44768             "name": "interface-name", 
44769             "required": true, 
44770             "type": "string"
44771           }, 
44772           {
44773             "description": "PCI ID used to identify the sriov-vf", 
44774             "example": "__PCI-ID__", 
44775             "in": "path", 
44776             "name": "pci-id", 
44777             "required": true, 
44778             "type": "string"
44779           }, 
44780           {
44781             "description": "sriov-vf object that needs to be updated.", 
44782             "in": "body", 
44783             "name": "body", 
44784             "required": true, 
44785             "schema": {
44786               "$ref": "#/definitions/zzzz-patch-sriov-vf"
44787             }
44788           }
44789         ], 
44790         "produces": [
44791           "application/json"
44792         ], 
44793         "responses": {
44794           "default": {
44795             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44796           }
44797         }, 
44798         "summary": "update an existing sriov-vf", 
44799         "tags": [
44800           "Network"
44801         ]
44802       }, 
44803       "put": {
44804         "consumes": [
44805           "application/json", 
44806           "application/xml"
44807         ], 
44808         "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", 
44809         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf", 
44810         "parameters": [
44811           {
44812             "description": "Unique id of VNF.  This is unique across the graph.", 
44813             "example": "__VNF-ID__", 
44814             "in": "path", 
44815             "name": "vnf-id", 
44816             "required": true, 
44817             "type": "string"
44818           }, 
44819           {
44820             "description": "Name given to the interface", 
44821             "example": "__INTERFACE-NAME__", 
44822             "in": "path", 
44823             "name": "interface-name", 
44824             "required": true, 
44825             "type": "string"
44826           }, 
44827           {
44828             "description": "PCI ID used to identify the sriov-vf", 
44829             "example": "__PCI-ID__", 
44830             "in": "path", 
44831             "name": "pci-id", 
44832             "required": true, 
44833             "type": "string"
44834           }, 
44835           {
44836             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf.json)", 
44837             "in": "body", 
44838             "name": "body", 
44839             "required": true, 
44840             "schema": {
44841               "$ref": "#/definitions/sriov-vf"
44842             }
44843           }
44844         ], 
44845         "produces": [
44846           "application/json", 
44847           "application/xml"
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": "create or update an existing sriov-vf", 
44855         "tags": [
44856           "Network"
44857         ]
44858       }
44859     }, 
44860     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
44861       "delete": {
44862         "consumes": [
44863           "application/json", 
44864           "application/xml"
44865         ], 
44866         "description": "delete an existing relationship", 
44867         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
44868         "parameters": [
44869           {
44870             "description": "Unique id of VNF.  This is unique across the graph.", 
44871             "example": "__VNF-ID__", 
44872             "in": "path", 
44873             "name": "vnf-id", 
44874             "required": true, 
44875             "type": "string"
44876           }, 
44877           {
44878             "description": "Name given to the interface", 
44879             "example": "__INTERFACE-NAME__", 
44880             "in": "path", 
44881             "name": "interface-name", 
44882             "required": true, 
44883             "type": "string"
44884           }, 
44885           {
44886             "description": "PCI ID used to identify the sriov-vf", 
44887             "example": "__PCI-ID__", 
44888             "in": "path", 
44889             "name": "pci-id", 
44890             "required": true, 
44891             "type": "string"
44892           }
44893         ], 
44894         "produces": [
44895           "application/json", 
44896           "application/xml"
44897         ], 
44898         "responses": {
44899           "default": {
44900             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44901           }
44902         }, 
44903         "summary": "delete an existing relationship", 
44904         "tags": [
44905           "Network"
44906         ]
44907       }, 
44908       "put": {
44909         "consumes": [
44910           "application/json", 
44911           "application/xml"
44912         ], 
44913         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
44914         "parameters": [
44915           {
44916             "description": "Unique id of VNF.  This is unique across the graph.", 
44917             "example": "__VNF-ID__", 
44918             "in": "path", 
44919             "name": "vnf-id", 
44920             "required": true, 
44921             "type": "string"
44922           }, 
44923           {
44924             "description": "Name given to the interface", 
44925             "example": "__INTERFACE-NAME__", 
44926             "in": "path", 
44927             "name": "interface-name", 
44928             "required": true, 
44929             "type": "string"
44930           }, 
44931           {
44932             "description": "PCI ID used to identify the sriov-vf", 
44933             "example": "__PCI-ID__", 
44934             "in": "path", 
44935             "name": "pci-id", 
44936             "required": true, 
44937             "type": "string"
44938           }, 
44939           {
44940             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceSriovVfsSriovVf.json)", 
44941             "in": "body", 
44942             "name": "body", 
44943             "required": true, 
44944             "schema": {
44945               "$ref": "#/definitions/relationship-dict"
44946             }
44947           }
44948         ], 
44949         "produces": [
44950           "application/json", 
44951           "application/xml"
44952         ], 
44953         "responses": {
44954           "default": {
44955             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
44956           }
44957         }, 
44958         "summary": "see node definition for valid relationships", 
44959         "tags": [
44960           "Network"
44961         ]
44962       }
44963     }, 
44964     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans": {
44965       "get": {
44966         "description": "returns vlans", 
44967         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlans", 
44968         "parameters": [
44969           {
44970             "description": "Unique id of VNF.  This is unique across the graph.", 
44971             "example": "__VNF-ID__", 
44972             "in": "path", 
44973             "name": "vnf-id", 
44974             "required": true, 
44975             "type": "string"
44976           }, 
44977           {
44978             "description": "Name given to the interface", 
44979             "example": "__INTERFACE-NAME__", 
44980             "in": "path", 
44981             "name": "interface-name", 
44982             "required": true, 
44983             "type": "string"
44984           }, 
44985           {
44986             "description": "n/a", 
44987             "in": "query", 
44988             "name": "vlan-interface", 
44989             "required": false, 
44990             "type": "string"
44991           }, 
44992           {
44993             "description": "n/a", 
44994             "format": "int64", 
44995             "in": "query", 
44996             "name": "vlan-id-inner", 
44997             "required": false, 
44998             "type": "integer"
44999           }, 
45000           {
45001             "description": "n/a", 
45002             "in": "query", 
45003             "name": "vpn-key", 
45004             "required": false, 
45005             "type": "string"
45006           }
45007         ], 
45008         "produces": [
45009           "application/json", 
45010           "application/xml"
45011         ], 
45012         "responses": {
45013           "200": {
45014             "description": "successful operation", 
45015             "schema": {
45016               "$ref": "#/definitions/vlans"
45017             }
45018           }, 
45019           "default": {
45020             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45021           }
45022         }, 
45023         "summary": "returns vlans", 
45024         "tags": [
45025           "Network"
45026         ]
45027       }
45028     }, 
45029     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}": {
45030       "delete": {
45031         "consumes": [
45032           "application/json", 
45033           "application/xml"
45034         ], 
45035         "description": "delete an existing vlan", 
45036         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan", 
45037         "parameters": [
45038           {
45039             "description": "Unique id of VNF.  This is unique across the graph.", 
45040             "example": "__VNF-ID__", 
45041             "in": "path", 
45042             "name": "vnf-id", 
45043             "required": true, 
45044             "type": "string"
45045           }, 
45046           {
45047             "description": "Name given to the interface", 
45048             "example": "__INTERFACE-NAME__", 
45049             "in": "path", 
45050             "name": "interface-name", 
45051             "required": true, 
45052             "type": "string"
45053           }, 
45054           {
45055             "description": "String that identifies the interface", 
45056             "example": "__VLAN-INTERFACE__", 
45057             "in": "path", 
45058             "name": "vlan-interface", 
45059             "required": true, 
45060             "type": "string"
45061           }, 
45062           {
45063             "description": "resource-version for concurrency", 
45064             "in": "query", 
45065             "name": "resource-version", 
45066             "required": true, 
45067             "type": "string"
45068           }
45069         ], 
45070         "produces": [
45071           "application/json", 
45072           "application/xml"
45073         ], 
45074         "responses": {
45075           "default": {
45076             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45077           }
45078         }, 
45079         "summary": "delete an existing vlan", 
45080         "tags": [
45081           "Network"
45082         ]
45083       }, 
45084       "get": {
45085         "description": "returns vlan", 
45086         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan", 
45087         "parameters": [
45088           {
45089             "description": "Unique id of VNF.  This is unique across the graph.", 
45090             "example": "__VNF-ID__", 
45091             "in": "path", 
45092             "name": "vnf-id", 
45093             "required": true, 
45094             "type": "string"
45095           }, 
45096           {
45097             "description": "Name given to the interface", 
45098             "example": "__INTERFACE-NAME__", 
45099             "in": "path", 
45100             "name": "interface-name", 
45101             "required": true, 
45102             "type": "string"
45103           }, 
45104           {
45105             "description": "String that identifies the interface", 
45106             "example": "__VLAN-INTERFACE__", 
45107             "in": "path", 
45108             "name": "vlan-interface", 
45109             "required": true, 
45110             "type": "string"
45111           }
45112         ], 
45113         "produces": [
45114           "application/json", 
45115           "application/xml"
45116         ], 
45117         "responses": {
45118           "200": {
45119             "description": "successful operation", 
45120             "schema": {
45121               "$ref": "#/definitions/vlan"
45122             }
45123           }, 
45124           "default": {
45125             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45126           }
45127         }, 
45128         "summary": "returns vlan", 
45129         "tags": [
45130           "Network"
45131         ]
45132       }, 
45133       "patch": {
45134         "consumes": [
45135           "application/json"
45136         ], 
45137         "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", 
45138         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan", 
45139         "parameters": [
45140           {
45141             "description": "Unique id of VNF.  This is unique across the graph.", 
45142             "example": "__VNF-ID__", 
45143             "in": "path", 
45144             "name": "vnf-id", 
45145             "required": true, 
45146             "type": "string"
45147           }, 
45148           {
45149             "description": "Name given to the interface", 
45150             "example": "__INTERFACE-NAME__", 
45151             "in": "path", 
45152             "name": "interface-name", 
45153             "required": true, 
45154             "type": "string"
45155           }, 
45156           {
45157             "description": "String that identifies the interface", 
45158             "example": "__VLAN-INTERFACE__", 
45159             "in": "path", 
45160             "name": "vlan-interface", 
45161             "required": true, 
45162             "type": "string"
45163           }, 
45164           {
45165             "description": "vlan object that needs to be updated.", 
45166             "in": "body", 
45167             "name": "body", 
45168             "required": true, 
45169             "schema": {
45170               "$ref": "#/definitions/zzzz-patch-vlan"
45171             }
45172           }
45173         ], 
45174         "produces": [
45175           "application/json"
45176         ], 
45177         "responses": {
45178           "default": {
45179             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45180           }
45181         }, 
45182         "summary": "update an existing vlan", 
45183         "tags": [
45184           "Network"
45185         ]
45186       }, 
45187       "put": {
45188         "consumes": [
45189           "application/json", 
45190           "application/xml"
45191         ], 
45192         "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", 
45193         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan", 
45194         "parameters": [
45195           {
45196             "description": "Unique id of VNF.  This is unique across the graph.", 
45197             "example": "__VNF-ID__", 
45198             "in": "path", 
45199             "name": "vnf-id", 
45200             "required": true, 
45201             "type": "string"
45202           }, 
45203           {
45204             "description": "Name given to the interface", 
45205             "example": "__INTERFACE-NAME__", 
45206             "in": "path", 
45207             "name": "interface-name", 
45208             "required": true, 
45209             "type": "string"
45210           }, 
45211           {
45212             "description": "String that identifies the interface", 
45213             "example": "__VLAN-INTERFACE__", 
45214             "in": "path", 
45215             "name": "vlan-interface", 
45216             "required": true, 
45217             "type": "string"
45218           }, 
45219           {
45220             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan.json)", 
45221             "in": "body", 
45222             "name": "body", 
45223             "required": true, 
45224             "schema": {
45225               "$ref": "#/definitions/vlan"
45226             }
45227           }
45228         ], 
45229         "produces": [
45230           "application/json", 
45231           "application/xml"
45232         ], 
45233         "responses": {
45234           "default": {
45235             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45236           }
45237         }, 
45238         "summary": "create or update an existing vlan", 
45239         "tags": [
45240           "Network"
45241         ]
45242       }
45243     }, 
45244     "/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}": {
45245       "delete": {
45246         "consumes": [
45247           "application/json", 
45248           "application/xml"
45249         ], 
45250         "description": "delete an existing l3-interface-ipv4-address-list", 
45251         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
45252         "parameters": [
45253           {
45254             "description": "Unique id of VNF.  This is unique across the graph.", 
45255             "example": "__VNF-ID__", 
45256             "in": "path", 
45257             "name": "vnf-id", 
45258             "required": true, 
45259             "type": "string"
45260           }, 
45261           {
45262             "description": "Name given to the interface", 
45263             "example": "__INTERFACE-NAME__", 
45264             "in": "path", 
45265             "name": "interface-name", 
45266             "required": true, 
45267             "type": "string"
45268           }, 
45269           {
45270             "description": "String that identifies the interface", 
45271             "example": "__VLAN-INTERFACE__", 
45272             "in": "path", 
45273             "name": "vlan-interface", 
45274             "required": true, 
45275             "type": "string"
45276           }, 
45277           {
45278             "description": "IP address", 
45279             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45280             "in": "path", 
45281             "name": "l3-interface-ipv4-address", 
45282             "required": true, 
45283             "type": "string"
45284           }, 
45285           {
45286             "description": "resource-version for concurrency", 
45287             "in": "query", 
45288             "name": "resource-version", 
45289             "required": true, 
45290             "type": "string"
45291           }
45292         ], 
45293         "produces": [
45294           "application/json", 
45295           "application/xml"
45296         ], 
45297         "responses": {
45298           "default": {
45299             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45300           }
45301         }, 
45302         "summary": "delete an existing l3-interface-ipv4-address-list", 
45303         "tags": [
45304           "Network"
45305         ]
45306       }, 
45307       "get": {
45308         "description": "returns l3-interface-ipv4-address-list", 
45309         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
45310         "parameters": [
45311           {
45312             "description": "Unique id of VNF.  This is unique across the graph.", 
45313             "example": "__VNF-ID__", 
45314             "in": "path", 
45315             "name": "vnf-id", 
45316             "required": true, 
45317             "type": "string"
45318           }, 
45319           {
45320             "description": "Name given to the interface", 
45321             "example": "__INTERFACE-NAME__", 
45322             "in": "path", 
45323             "name": "interface-name", 
45324             "required": true, 
45325             "type": "string"
45326           }, 
45327           {
45328             "description": "String that identifies the interface", 
45329             "example": "__VLAN-INTERFACE__", 
45330             "in": "path", 
45331             "name": "vlan-interface", 
45332             "required": true, 
45333             "type": "string"
45334           }, 
45335           {
45336             "description": "IP address", 
45337             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45338             "in": "path", 
45339             "name": "l3-interface-ipv4-address", 
45340             "required": true, 
45341             "type": "string"
45342           }
45343         ], 
45344         "produces": [
45345           "application/json", 
45346           "application/xml"
45347         ], 
45348         "responses": {
45349           "200": {
45350             "description": "successful operation", 
45351             "schema": {
45352               "$ref": "#/definitions/l3-interface-ipv4-address-list"
45353             }
45354           }, 
45355           "default": {
45356             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45357           }
45358         }, 
45359         "summary": "returns l3-interface-ipv4-address-list", 
45360         "tags": [
45361           "Network"
45362         ]
45363       }, 
45364       "patch": {
45365         "consumes": [
45366           "application/json"
45367         ], 
45368         "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", 
45369         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
45370         "parameters": [
45371           {
45372             "description": "Unique id of VNF.  This is unique across the graph.", 
45373             "example": "__VNF-ID__", 
45374             "in": "path", 
45375             "name": "vnf-id", 
45376             "required": true, 
45377             "type": "string"
45378           }, 
45379           {
45380             "description": "Name given to the interface", 
45381             "example": "__INTERFACE-NAME__", 
45382             "in": "path", 
45383             "name": "interface-name", 
45384             "required": true, 
45385             "type": "string"
45386           }, 
45387           {
45388             "description": "String that identifies the interface", 
45389             "example": "__VLAN-INTERFACE__", 
45390             "in": "path", 
45391             "name": "vlan-interface", 
45392             "required": true, 
45393             "type": "string"
45394           }, 
45395           {
45396             "description": "IP address", 
45397             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45398             "in": "path", 
45399             "name": "l3-interface-ipv4-address", 
45400             "required": true, 
45401             "type": "string"
45402           }, 
45403           {
45404             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
45405             "in": "body", 
45406             "name": "body", 
45407             "required": true, 
45408             "schema": {
45409               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
45410             }
45411           }
45412         ], 
45413         "produces": [
45414           "application/json"
45415         ], 
45416         "responses": {
45417           "default": {
45418             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45419           }
45420         }, 
45421         "summary": "update an existing l3-interface-ipv4-address-list", 
45422         "tags": [
45423           "Network"
45424         ]
45425       }, 
45426       "put": {
45427         "consumes": [
45428           "application/json", 
45429           "application/xml"
45430         ], 
45431         "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", 
45432         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
45433         "parameters": [
45434           {
45435             "description": "Unique id of VNF.  This is unique across the graph.", 
45436             "example": "__VNF-ID__", 
45437             "in": "path", 
45438             "name": "vnf-id", 
45439             "required": true, 
45440             "type": "string"
45441           }, 
45442           {
45443             "description": "Name given to the interface", 
45444             "example": "__INTERFACE-NAME__", 
45445             "in": "path", 
45446             "name": "interface-name", 
45447             "required": true, 
45448             "type": "string"
45449           }, 
45450           {
45451             "description": "String that identifies the interface", 
45452             "example": "__VLAN-INTERFACE__", 
45453             "in": "path", 
45454             "name": "vlan-interface", 
45455             "required": true, 
45456             "type": "string"
45457           }, 
45458           {
45459             "description": "IP address", 
45460             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45461             "in": "path", 
45462             "name": "l3-interface-ipv4-address", 
45463             "required": true, 
45464             "type": "string"
45465           }, 
45466           {
45467             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
45468             "in": "body", 
45469             "name": "body", 
45470             "required": true, 
45471             "schema": {
45472               "$ref": "#/definitions/l3-interface-ipv4-address-list"
45473             }
45474           }
45475         ], 
45476         "produces": [
45477           "application/json", 
45478           "application/xml"
45479         ], 
45480         "responses": {
45481           "default": {
45482             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45483           }
45484         }, 
45485         "summary": "create or update an existing l3-interface-ipv4-address-list", 
45486         "tags": [
45487           "Network"
45488         ]
45489       }
45490     }, 
45491     "/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": {
45492       "delete": {
45493         "consumes": [
45494           "application/json", 
45495           "application/xml"
45496         ], 
45497         "description": "delete an existing relationship", 
45498         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
45499         "parameters": [
45500           {
45501             "description": "Unique id of VNF.  This is unique across the graph.", 
45502             "example": "__VNF-ID__", 
45503             "in": "path", 
45504             "name": "vnf-id", 
45505             "required": true, 
45506             "type": "string"
45507           }, 
45508           {
45509             "description": "Name given to the interface", 
45510             "example": "__INTERFACE-NAME__", 
45511             "in": "path", 
45512             "name": "interface-name", 
45513             "required": true, 
45514             "type": "string"
45515           }, 
45516           {
45517             "description": "String that identifies the interface", 
45518             "example": "__VLAN-INTERFACE__", 
45519             "in": "path", 
45520             "name": "vlan-interface", 
45521             "required": true, 
45522             "type": "string"
45523           }, 
45524           {
45525             "description": "IP address", 
45526             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45527             "in": "path", 
45528             "name": "l3-interface-ipv4-address", 
45529             "required": true, 
45530             "type": "string"
45531           }
45532         ], 
45533         "produces": [
45534           "application/json", 
45535           "application/xml"
45536         ], 
45537         "responses": {
45538           "default": {
45539             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45540           }
45541         }, 
45542         "summary": "delete an existing relationship", 
45543         "tags": [
45544           "Network"
45545         ]
45546       }, 
45547       "put": {
45548         "consumes": [
45549           "application/json", 
45550           "application/xml"
45551         ], 
45552         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
45553         "parameters": [
45554           {
45555             "description": "Unique id of VNF.  This is unique across the graph.", 
45556             "example": "__VNF-ID__", 
45557             "in": "path", 
45558             "name": "vnf-id", 
45559             "required": true, 
45560             "type": "string"
45561           }, 
45562           {
45563             "description": "Name given to the interface", 
45564             "example": "__INTERFACE-NAME__", 
45565             "in": "path", 
45566             "name": "interface-name", 
45567             "required": true, 
45568             "type": "string"
45569           }, 
45570           {
45571             "description": "String that identifies the interface", 
45572             "example": "__VLAN-INTERFACE__", 
45573             "in": "path", 
45574             "name": "vlan-interface", 
45575             "required": true, 
45576             "type": "string"
45577           }, 
45578           {
45579             "description": "IP address", 
45580             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
45581             "in": "path", 
45582             "name": "l3-interface-ipv4-address", 
45583             "required": true, 
45584             "type": "string"
45585           }, 
45586           {
45587             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
45588             "in": "body", 
45589             "name": "body", 
45590             "required": true, 
45591             "schema": {
45592               "$ref": "#/definitions/relationship-dict"
45593             }
45594           }
45595         ], 
45596         "produces": [
45597           "application/json", 
45598           "application/xml"
45599         ], 
45600         "responses": {
45601           "default": {
45602             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45603           }
45604         }, 
45605         "summary": "see node definition for valid relationships", 
45606         "tags": [
45607           "Network"
45608         ]
45609       }
45610     }, 
45611     "/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}": {
45612       "delete": {
45613         "consumes": [
45614           "application/json", 
45615           "application/xml"
45616         ], 
45617         "description": "delete an existing l3-interface-ipv6-address-list", 
45618         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
45619         "parameters": [
45620           {
45621             "description": "Unique id of VNF.  This is unique across the graph.", 
45622             "example": "__VNF-ID__", 
45623             "in": "path", 
45624             "name": "vnf-id", 
45625             "required": true, 
45626             "type": "string"
45627           }, 
45628           {
45629             "description": "Name given to the interface", 
45630             "example": "__INTERFACE-NAME__", 
45631             "in": "path", 
45632             "name": "interface-name", 
45633             "required": true, 
45634             "type": "string"
45635           }, 
45636           {
45637             "description": "String that identifies the interface", 
45638             "example": "__VLAN-INTERFACE__", 
45639             "in": "path", 
45640             "name": "vlan-interface", 
45641             "required": true, 
45642             "type": "string"
45643           }, 
45644           {
45645             "description": "IP address", 
45646             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45647             "in": "path", 
45648             "name": "l3-interface-ipv6-address", 
45649             "required": true, 
45650             "type": "string"
45651           }, 
45652           {
45653             "description": "resource-version for concurrency", 
45654             "in": "query", 
45655             "name": "resource-version", 
45656             "required": true, 
45657             "type": "string"
45658           }
45659         ], 
45660         "produces": [
45661           "application/json", 
45662           "application/xml"
45663         ], 
45664         "responses": {
45665           "default": {
45666             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45667           }
45668         }, 
45669         "summary": "delete an existing l3-interface-ipv6-address-list", 
45670         "tags": [
45671           "Network"
45672         ]
45673       }, 
45674       "get": {
45675         "description": "returns l3-interface-ipv6-address-list", 
45676         "operationId": "getNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
45677         "parameters": [
45678           {
45679             "description": "Unique id of VNF.  This is unique across the graph.", 
45680             "example": "__VNF-ID__", 
45681             "in": "path", 
45682             "name": "vnf-id", 
45683             "required": true, 
45684             "type": "string"
45685           }, 
45686           {
45687             "description": "Name given to the interface", 
45688             "example": "__INTERFACE-NAME__", 
45689             "in": "path", 
45690             "name": "interface-name", 
45691             "required": true, 
45692             "type": "string"
45693           }, 
45694           {
45695             "description": "String that identifies the interface", 
45696             "example": "__VLAN-INTERFACE__", 
45697             "in": "path", 
45698             "name": "vlan-interface", 
45699             "required": true, 
45700             "type": "string"
45701           }, 
45702           {
45703             "description": "IP address", 
45704             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45705             "in": "path", 
45706             "name": "l3-interface-ipv6-address", 
45707             "required": true, 
45708             "type": "string"
45709           }
45710         ], 
45711         "produces": [
45712           "application/json", 
45713           "application/xml"
45714         ], 
45715         "responses": {
45716           "200": {
45717             "description": "successful operation", 
45718             "schema": {
45719               "$ref": "#/definitions/l3-interface-ipv6-address-list"
45720             }
45721           }, 
45722           "default": {
45723             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45724           }
45725         }, 
45726         "summary": "returns l3-interface-ipv6-address-list", 
45727         "tags": [
45728           "Network"
45729         ]
45730       }, 
45731       "patch": {
45732         "consumes": [
45733           "application/json"
45734         ], 
45735         "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", 
45736         "operationId": "UpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
45737         "parameters": [
45738           {
45739             "description": "Unique id of VNF.  This is unique across the graph.", 
45740             "example": "__VNF-ID__", 
45741             "in": "path", 
45742             "name": "vnf-id", 
45743             "required": true, 
45744             "type": "string"
45745           }, 
45746           {
45747             "description": "Name given to the interface", 
45748             "example": "__INTERFACE-NAME__", 
45749             "in": "path", 
45750             "name": "interface-name", 
45751             "required": true, 
45752             "type": "string"
45753           }, 
45754           {
45755             "description": "String that identifies the interface", 
45756             "example": "__VLAN-INTERFACE__", 
45757             "in": "path", 
45758             "name": "vlan-interface", 
45759             "required": true, 
45760             "type": "string"
45761           }, 
45762           {
45763             "description": "IP address", 
45764             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45765             "in": "path", 
45766             "name": "l3-interface-ipv6-address", 
45767             "required": true, 
45768             "type": "string"
45769           }, 
45770           {
45771             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
45772             "in": "body", 
45773             "name": "body", 
45774             "required": true, 
45775             "schema": {
45776               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
45777             }
45778           }
45779         ], 
45780         "produces": [
45781           "application/json"
45782         ], 
45783         "responses": {
45784           "default": {
45785             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45786           }
45787         }, 
45788         "summary": "update an existing l3-interface-ipv6-address-list", 
45789         "tags": [
45790           "Network"
45791         ]
45792       }, 
45793       "put": {
45794         "consumes": [
45795           "application/json", 
45796           "application/xml"
45797         ], 
45798         "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", 
45799         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
45800         "parameters": [
45801           {
45802             "description": "Unique id of VNF.  This is unique across the graph.", 
45803             "example": "__VNF-ID__", 
45804             "in": "path", 
45805             "name": "vnf-id", 
45806             "required": true, 
45807             "type": "string"
45808           }, 
45809           {
45810             "description": "Name given to the interface", 
45811             "example": "__INTERFACE-NAME__", 
45812             "in": "path", 
45813             "name": "interface-name", 
45814             "required": true, 
45815             "type": "string"
45816           }, 
45817           {
45818             "description": "String that identifies the interface", 
45819             "example": "__VLAN-INTERFACE__", 
45820             "in": "path", 
45821             "name": "vlan-interface", 
45822             "required": true, 
45823             "type": "string"
45824           }, 
45825           {
45826             "description": "IP address", 
45827             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45828             "in": "path", 
45829             "name": "l3-interface-ipv6-address", 
45830             "required": true, 
45831             "type": "string"
45832           }, 
45833           {
45834             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
45835             "in": "body", 
45836             "name": "body", 
45837             "required": true, 
45838             "schema": {
45839               "$ref": "#/definitions/l3-interface-ipv6-address-list"
45840             }
45841           }
45842         ], 
45843         "produces": [
45844           "application/json", 
45845           "application/xml"
45846         ], 
45847         "responses": {
45848           "default": {
45849             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45850           }
45851         }, 
45852         "summary": "create or update an existing l3-interface-ipv6-address-list", 
45853         "tags": [
45854           "Network"
45855         ]
45856       }
45857     }, 
45858     "/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": {
45859       "delete": {
45860         "consumes": [
45861           "application/json", 
45862           "application/xml"
45863         ], 
45864         "description": "delete an existing relationship", 
45865         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
45866         "parameters": [
45867           {
45868             "description": "Unique id of VNF.  This is unique across the graph.", 
45869             "example": "__VNF-ID__", 
45870             "in": "path", 
45871             "name": "vnf-id", 
45872             "required": true, 
45873             "type": "string"
45874           }, 
45875           {
45876             "description": "Name given to the interface", 
45877             "example": "__INTERFACE-NAME__", 
45878             "in": "path", 
45879             "name": "interface-name", 
45880             "required": true, 
45881             "type": "string"
45882           }, 
45883           {
45884             "description": "String that identifies the interface", 
45885             "example": "__VLAN-INTERFACE__", 
45886             "in": "path", 
45887             "name": "vlan-interface", 
45888             "required": true, 
45889             "type": "string"
45890           }, 
45891           {
45892             "description": "IP address", 
45893             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45894             "in": "path", 
45895             "name": "l3-interface-ipv6-address", 
45896             "required": true, 
45897             "type": "string"
45898           }
45899         ], 
45900         "produces": [
45901           "application/json", 
45902           "application/xml"
45903         ], 
45904         "responses": {
45905           "default": {
45906             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45907           }
45908         }, 
45909         "summary": "delete an existing relationship", 
45910         "tags": [
45911           "Network"
45912         ]
45913       }, 
45914       "put": {
45915         "consumes": [
45916           "application/json", 
45917           "application/xml"
45918         ], 
45919         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
45920         "parameters": [
45921           {
45922             "description": "Unique id of VNF.  This is unique across the graph.", 
45923             "example": "__VNF-ID__", 
45924             "in": "path", 
45925             "name": "vnf-id", 
45926             "required": true, 
45927             "type": "string"
45928           }, 
45929           {
45930             "description": "Name given to the interface", 
45931             "example": "__INTERFACE-NAME__", 
45932             "in": "path", 
45933             "name": "interface-name", 
45934             "required": true, 
45935             "type": "string"
45936           }, 
45937           {
45938             "description": "String that identifies the interface", 
45939             "example": "__VLAN-INTERFACE__", 
45940             "in": "path", 
45941             "name": "vlan-interface", 
45942             "required": true, 
45943             "type": "string"
45944           }, 
45945           {
45946             "description": "IP address", 
45947             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
45948             "in": "path", 
45949             "name": "l3-interface-ipv6-address", 
45950             "required": true, 
45951             "type": "string"
45952           }, 
45953           {
45954             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
45955             "in": "body", 
45956             "name": "body", 
45957             "required": true, 
45958             "schema": {
45959               "$ref": "#/definitions/relationship-dict"
45960             }
45961           }
45962         ], 
45963         "produces": [
45964           "application/json", 
45965           "application/xml"
45966         ], 
45967         "responses": {
45968           "default": {
45969             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
45970           }
45971         }, 
45972         "summary": "see node definition for valid relationships", 
45973         "tags": [
45974           "Network"
45975         ]
45976       }
45977     }, 
45978     "/network/generic-vnfs/generic-vnf/{vnf-id}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
45979       "delete": {
45980         "consumes": [
45981           "application/json", 
45982           "application/xml"
45983         ], 
45984         "description": "delete an existing relationship", 
45985         "operationId": "deleteNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
45986         "parameters": [
45987           {
45988             "description": "Unique id of VNF.  This is unique across the graph.", 
45989             "example": "__VNF-ID__", 
45990             "in": "path", 
45991             "name": "vnf-id", 
45992             "required": true, 
45993             "type": "string"
45994           }, 
45995           {
45996             "description": "Name given to the interface", 
45997             "example": "__INTERFACE-NAME__", 
45998             "in": "path", 
45999             "name": "interface-name", 
46000             "required": true, 
46001             "type": "string"
46002           }, 
46003           {
46004             "description": "String that identifies the interface", 
46005             "example": "__VLAN-INTERFACE__", 
46006             "in": "path", 
46007             "name": "vlan-interface", 
46008             "required": true, 
46009             "type": "string"
46010           }
46011         ], 
46012         "produces": [
46013           "application/json", 
46014           "application/xml"
46015         ], 
46016         "responses": {
46017           "default": {
46018             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46019           }
46020         }, 
46021         "summary": "delete an existing relationship", 
46022         "tags": [
46023           "Network"
46024         ]
46025       }, 
46026       "put": {
46027         "consumes": [
46028           "application/json", 
46029           "application/xml"
46030         ], 
46031         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
46032         "parameters": [
46033           {
46034             "description": "Unique id of VNF.  This is unique across the graph.", 
46035             "example": "__VNF-ID__", 
46036             "in": "path", 
46037             "name": "vnf-id", 
46038             "required": true, 
46039             "type": "string"
46040           }, 
46041           {
46042             "description": "Name given to the interface", 
46043             "example": "__INTERFACE-NAME__", 
46044             "in": "path", 
46045             "name": "interface-name", 
46046             "required": true, 
46047             "type": "string"
46048           }, 
46049           {
46050             "description": "String that identifies the interface", 
46051             "example": "__VLAN-INTERFACE__", 
46052             "in": "path", 
46053             "name": "vlan-interface", 
46054             "required": true, 
46055             "type": "string"
46056           }, 
46057           {
46058             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLInterfacesLInterfaceVlansVlan.json)", 
46059             "in": "body", 
46060             "name": "body", 
46061             "required": true, 
46062             "schema": {
46063               "$ref": "#/definitions/relationship-dict"
46064             }
46065           }
46066         ], 
46067         "produces": [
46068           "application/json", 
46069           "application/xml"
46070         ], 
46071         "responses": {
46072           "default": {
46073             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46074           }
46075         }, 
46076         "summary": "see node definition for valid relationships", 
46077         "tags": [
46078           "Network"
46079         ]
46080       }
46081     }, 
46082     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces": {
46083       "get": {
46084         "description": "returns lag-interfaces", 
46085         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfaces", 
46086         "parameters": [
46087           {
46088             "description": "Unique id of VNF.  This is unique across the graph.", 
46089             "example": "__VNF-ID__", 
46090             "in": "path", 
46091             "name": "vnf-id", 
46092             "required": true, 
46093             "type": "string"
46094           }, 
46095           {
46096             "description": "n/a", 
46097             "in": "query", 
46098             "name": "interface-name", 
46099             "required": false, 
46100             "type": "string"
46101           }, 
46102           {
46103             "description": "n/a", 
46104             "in": "query", 
46105             "name": "interface-id", 
46106             "required": false, 
46107             "type": "string"
46108           }, 
46109           {
46110             "description": "n/a", 
46111             "in": "query", 
46112             "name": "interface-role", 
46113             "required": false, 
46114             "type": "string"
46115           }
46116         ], 
46117         "produces": [
46118           "application/json", 
46119           "application/xml"
46120         ], 
46121         "responses": {
46122           "200": {
46123             "description": "successful operation", 
46124             "schema": {
46125               "$ref": "#/definitions/lag-interfaces"
46126             }
46127           }, 
46128           "default": {
46129             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46130           }
46131         }, 
46132         "summary": "returns lag-interfaces", 
46133         "tags": [
46134           "Network"
46135         ]
46136       }
46137     }, 
46138     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}": {
46139       "delete": {
46140         "consumes": [
46141           "application/json", 
46142           "application/xml"
46143         ], 
46144         "description": "delete an existing lag-interface", 
46145         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterface", 
46146         "parameters": [
46147           {
46148             "description": "Unique id of VNF.  This is unique across the graph.", 
46149             "example": "__VNF-ID__", 
46150             "in": "path", 
46151             "name": "vnf-id", 
46152             "required": true, 
46153             "type": "string"
46154           }, 
46155           {
46156             "description": "Name that identifies the link aggregate interface", 
46157             "example": "__INTERFACE-NAME__", 
46158             "in": "path", 
46159             "name": "interface-name", 
46160             "required": true, 
46161             "type": "string"
46162           }, 
46163           {
46164             "description": "resource-version for concurrency", 
46165             "in": "query", 
46166             "name": "resource-version", 
46167             "required": true, 
46168             "type": "string"
46169           }
46170         ], 
46171         "produces": [
46172           "application/json", 
46173           "application/xml"
46174         ], 
46175         "responses": {
46176           "default": {
46177             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46178           }
46179         }, 
46180         "summary": "delete an existing lag-interface", 
46181         "tags": [
46182           "Network"
46183         ]
46184       }, 
46185       "get": {
46186         "description": "returns lag-interface", 
46187         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterface", 
46188         "parameters": [
46189           {
46190             "description": "Unique id of VNF.  This is unique across the graph.", 
46191             "example": "__VNF-ID__", 
46192             "in": "path", 
46193             "name": "vnf-id", 
46194             "required": true, 
46195             "type": "string"
46196           }, 
46197           {
46198             "description": "Name that identifies the link aggregate interface", 
46199             "example": "__INTERFACE-NAME__", 
46200             "in": "path", 
46201             "name": "interface-name", 
46202             "required": true, 
46203             "type": "string"
46204           }
46205         ], 
46206         "produces": [
46207           "application/json", 
46208           "application/xml"
46209         ], 
46210         "responses": {
46211           "200": {
46212             "description": "successful operation", 
46213             "schema": {
46214               "$ref": "#/definitions/lag-interface"
46215             }
46216           }, 
46217           "default": {
46218             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46219           }
46220         }, 
46221         "summary": "returns lag-interface", 
46222         "tags": [
46223           "Network"
46224         ]
46225       }, 
46226       "patch": {
46227         "consumes": [
46228           "application/json"
46229         ], 
46230         "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", 
46231         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterface", 
46232         "parameters": [
46233           {
46234             "description": "Unique id of VNF.  This is unique across the graph.", 
46235             "example": "__VNF-ID__", 
46236             "in": "path", 
46237             "name": "vnf-id", 
46238             "required": true, 
46239             "type": "string"
46240           }, 
46241           {
46242             "description": "Name that identifies the link aggregate interface", 
46243             "example": "__INTERFACE-NAME__", 
46244             "in": "path", 
46245             "name": "interface-name", 
46246             "required": true, 
46247             "type": "string"
46248           }, 
46249           {
46250             "description": "lag-interface object that needs to be updated.", 
46251             "in": "body", 
46252             "name": "body", 
46253             "required": true, 
46254             "schema": {
46255               "$ref": "#/definitions/zzzz-patch-lag-interface"
46256             }
46257           }
46258         ], 
46259         "produces": [
46260           "application/json"
46261         ], 
46262         "responses": {
46263           "default": {
46264             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46265           }
46266         }, 
46267         "summary": "update an existing lag-interface", 
46268         "tags": [
46269           "Network"
46270         ]
46271       }, 
46272       "put": {
46273         "consumes": [
46274           "application/json", 
46275           "application/xml"
46276         ], 
46277         "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", 
46278         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterface", 
46279         "parameters": [
46280           {
46281             "description": "Unique id of VNF.  This is unique across the graph.", 
46282             "example": "__VNF-ID__", 
46283             "in": "path", 
46284             "name": "vnf-id", 
46285             "required": true, 
46286             "type": "string"
46287           }, 
46288           {
46289             "description": "Name that identifies the link aggregate interface", 
46290             "example": "__INTERFACE-NAME__", 
46291             "in": "path", 
46292             "name": "interface-name", 
46293             "required": true, 
46294             "type": "string"
46295           }, 
46296           {
46297             "description": "lag-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterface.json)", 
46298             "in": "body", 
46299             "name": "body", 
46300             "required": true, 
46301             "schema": {
46302               "$ref": "#/definitions/lag-interface"
46303             }
46304           }
46305         ], 
46306         "produces": [
46307           "application/json", 
46308           "application/xml"
46309         ], 
46310         "responses": {
46311           "default": {
46312             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46313           }
46314         }, 
46315         "summary": "create or update an existing lag-interface", 
46316         "tags": [
46317           "Network"
46318         ]
46319       }
46320     }, 
46321     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces": {
46322       "get": {
46323         "description": "returns l-interfaces", 
46324         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfaces", 
46325         "parameters": [
46326           {
46327             "description": "Unique id of VNF.  This is unique across the graph.", 
46328             "example": "__VNF-ID__", 
46329             "in": "path", 
46330             "name": "vnf-id", 
46331             "required": true, 
46332             "type": "string"
46333           }, 
46334           {
46335             "description": "Name that identifies the link aggregate interface", 
46336             "example": "__INTERFACE-NAME__", 
46337             "in": "path", 
46338             "name": "interface-name", 
46339             "required": true, 
46340             "type": "string"
46341           }, 
46342           {
46343             "description": "n/a", 
46344             "in": "query", 
46345             "name": "interface-name", 
46346             "required": false, 
46347             "type": "string"
46348           }, 
46349           {
46350             "description": "n/a", 
46351             "in": "query", 
46352             "name": "interface-id", 
46353             "required": false, 
46354             "type": "string"
46355           }, 
46356           {
46357             "description": "n/a", 
46358             "in": "query", 
46359             "name": "macaddr", 
46360             "required": false, 
46361             "type": "string"
46362           }, 
46363           {
46364             "description": "n/a", 
46365             "in": "query", 
46366             "name": "network-name", 
46367             "required": false, 
46368             "type": "string"
46369           }
46370         ], 
46371         "produces": [
46372           "application/json", 
46373           "application/xml"
46374         ], 
46375         "responses": {
46376           "200": {
46377             "description": "successful operation", 
46378             "schema": {
46379               "$ref": "#/definitions/l-interfaces"
46380             }
46381           }, 
46382           "default": {
46383             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46384           }
46385         }, 
46386         "summary": "returns l-interfaces", 
46387         "tags": [
46388           "Network"
46389         ]
46390       }
46391     }, 
46392     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
46393       "delete": {
46394         "consumes": [
46395           "application/json", 
46396           "application/xml"
46397         ], 
46398         "description": "delete an existing l-interface", 
46399         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface", 
46400         "parameters": [
46401           {
46402             "description": "Unique id of VNF.  This is unique across the graph.", 
46403             "example": "__VNF-ID__", 
46404             "in": "path", 
46405             "name": "vnf-id", 
46406             "required": true, 
46407             "type": "string"
46408           }, 
46409           {
46410             "description": "Name that identifies the link aggregate interface", 
46411             "example": "__INTERFACE-NAME__", 
46412             "in": "path", 
46413             "name": "interface-name", 
46414             "required": true, 
46415             "type": "string"
46416           }, 
46417           {
46418             "description": "Name given to the interface", 
46419             "example": "__INTERFACE-NAME__", 
46420             "in": "path", 
46421             "name": "l-interface.interface-name", 
46422             "required": true, 
46423             "type": "string"
46424           }, 
46425           {
46426             "description": "resource-version for concurrency", 
46427             "in": "query", 
46428             "name": "resource-version", 
46429             "required": true, 
46430             "type": "string"
46431           }
46432         ], 
46433         "produces": [
46434           "application/json", 
46435           "application/xml"
46436         ], 
46437         "responses": {
46438           "default": {
46439             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46440           }
46441         }, 
46442         "summary": "delete an existing l-interface", 
46443         "tags": [
46444           "Network"
46445         ]
46446       }, 
46447       "get": {
46448         "description": "returns l-interface", 
46449         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface", 
46450         "parameters": [
46451           {
46452             "description": "Unique id of VNF.  This is unique across the graph.", 
46453             "example": "__VNF-ID__", 
46454             "in": "path", 
46455             "name": "vnf-id", 
46456             "required": true, 
46457             "type": "string"
46458           }, 
46459           {
46460             "description": "Name that identifies the link aggregate interface", 
46461             "example": "__INTERFACE-NAME__", 
46462             "in": "path", 
46463             "name": "interface-name", 
46464             "required": true, 
46465             "type": "string"
46466           }, 
46467           {
46468             "description": "Name given to the interface", 
46469             "example": "__INTERFACE-NAME__", 
46470             "in": "path", 
46471             "name": "l-interface.interface-name", 
46472             "required": true, 
46473             "type": "string"
46474           }
46475         ], 
46476         "produces": [
46477           "application/json", 
46478           "application/xml"
46479         ], 
46480         "responses": {
46481           "200": {
46482             "description": "successful operation", 
46483             "schema": {
46484               "$ref": "#/definitions/l-interface"
46485             }
46486           }, 
46487           "default": {
46488             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46489           }
46490         }, 
46491         "summary": "returns l-interface", 
46492         "tags": [
46493           "Network"
46494         ]
46495       }, 
46496       "patch": {
46497         "consumes": [
46498           "application/json"
46499         ], 
46500         "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", 
46501         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface", 
46502         "parameters": [
46503           {
46504             "description": "Unique id of VNF.  This is unique across the graph.", 
46505             "example": "__VNF-ID__", 
46506             "in": "path", 
46507             "name": "vnf-id", 
46508             "required": true, 
46509             "type": "string"
46510           }, 
46511           {
46512             "description": "Name that identifies the link aggregate interface", 
46513             "example": "__INTERFACE-NAME__", 
46514             "in": "path", 
46515             "name": "interface-name", 
46516             "required": true, 
46517             "type": "string"
46518           }, 
46519           {
46520             "description": "Name given to the interface", 
46521             "example": "__INTERFACE-NAME__", 
46522             "in": "path", 
46523             "name": "l-interface.interface-name", 
46524             "required": true, 
46525             "type": "string"
46526           }, 
46527           {
46528             "description": "l-interface object that needs to be updated.", 
46529             "in": "body", 
46530             "name": "body", 
46531             "required": true, 
46532             "schema": {
46533               "$ref": "#/definitions/zzzz-patch-l-interface"
46534             }
46535           }
46536         ], 
46537         "produces": [
46538           "application/json"
46539         ], 
46540         "responses": {
46541           "default": {
46542             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46543           }
46544         }, 
46545         "summary": "update an existing l-interface", 
46546         "tags": [
46547           "Network"
46548         ]
46549       }, 
46550       "put": {
46551         "consumes": [
46552           "application/json", 
46553           "application/xml"
46554         ], 
46555         "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", 
46556         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface", 
46557         "parameters": [
46558           {
46559             "description": "Unique id of VNF.  This is unique across the graph.", 
46560             "example": "__VNF-ID__", 
46561             "in": "path", 
46562             "name": "vnf-id", 
46563             "required": true, 
46564             "type": "string"
46565           }, 
46566           {
46567             "description": "Name that identifies the link aggregate interface", 
46568             "example": "__INTERFACE-NAME__", 
46569             "in": "path", 
46570             "name": "interface-name", 
46571             "required": true, 
46572             "type": "string"
46573           }, 
46574           {
46575             "description": "Name given to the interface", 
46576             "example": "__INTERFACE-NAME__", 
46577             "in": "path", 
46578             "name": "l-interface.interface-name", 
46579             "required": true, 
46580             "type": "string"
46581           }, 
46582           {
46583             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
46584             "in": "body", 
46585             "name": "body", 
46586             "required": true, 
46587             "schema": {
46588               "$ref": "#/definitions/l-interface"
46589             }
46590           }
46591         ], 
46592         "produces": [
46593           "application/json", 
46594           "application/xml"
46595         ], 
46596         "responses": {
46597           "default": {
46598             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46599           }
46600         }, 
46601         "summary": "create or update an existing l-interface", 
46602         "tags": [
46603           "Network"
46604         ]
46605       }
46606     }, 
46607     "/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}": {
46608       "delete": {
46609         "consumes": [
46610           "application/json", 
46611           "application/xml"
46612         ], 
46613         "description": "delete an existing l3-interface-ipv4-address-list", 
46614         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
46615         "parameters": [
46616           {
46617             "description": "Unique id of VNF.  This is unique across the graph.", 
46618             "example": "__VNF-ID__", 
46619             "in": "path", 
46620             "name": "vnf-id", 
46621             "required": true, 
46622             "type": "string"
46623           }, 
46624           {
46625             "description": "Name that identifies the link aggregate interface", 
46626             "example": "__INTERFACE-NAME__", 
46627             "in": "path", 
46628             "name": "interface-name", 
46629             "required": true, 
46630             "type": "string"
46631           }, 
46632           {
46633             "description": "Name given to the interface", 
46634             "example": "__INTERFACE-NAME__", 
46635             "in": "path", 
46636             "name": "l-interface.interface-name", 
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             "description": "resource-version for concurrency", 
46650             "in": "query", 
46651             "name": "resource-version", 
46652             "required": true, 
46653             "type": "string"
46654           }
46655         ], 
46656         "produces": [
46657           "application/json", 
46658           "application/xml"
46659         ], 
46660         "responses": {
46661           "default": {
46662             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46663           }
46664         }, 
46665         "summary": "delete an existing l3-interface-ipv4-address-list", 
46666         "tags": [
46667           "Network"
46668         ]
46669       }, 
46670       "get": {
46671         "description": "returns l3-interface-ipv4-address-list", 
46672         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
46673         "parameters": [
46674           {
46675             "description": "Unique id of VNF.  This is unique across the graph.", 
46676             "example": "__VNF-ID__", 
46677             "in": "path", 
46678             "name": "vnf-id", 
46679             "required": true, 
46680             "type": "string"
46681           }, 
46682           {
46683             "description": "Name that identifies the link aggregate interface", 
46684             "example": "__INTERFACE-NAME__", 
46685             "in": "path", 
46686             "name": "interface-name", 
46687             "required": true, 
46688             "type": "string"
46689           }, 
46690           {
46691             "description": "Name given to the interface", 
46692             "example": "__INTERFACE-NAME__", 
46693             "in": "path", 
46694             "name": "l-interface.interface-name", 
46695             "required": true, 
46696             "type": "string"
46697           }, 
46698           {
46699             "description": "IP address", 
46700             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46701             "in": "path", 
46702             "name": "l3-interface-ipv4-address", 
46703             "required": true, 
46704             "type": "string"
46705           }
46706         ], 
46707         "produces": [
46708           "application/json", 
46709           "application/xml"
46710         ], 
46711         "responses": {
46712           "200": {
46713             "description": "successful operation", 
46714             "schema": {
46715               "$ref": "#/definitions/l3-interface-ipv4-address-list"
46716             }
46717           }, 
46718           "default": {
46719             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46720           }
46721         }, 
46722         "summary": "returns l3-interface-ipv4-address-list", 
46723         "tags": [
46724           "Network"
46725         ]
46726       }, 
46727       "patch": {
46728         "consumes": [
46729           "application/json"
46730         ], 
46731         "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", 
46732         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
46733         "parameters": [
46734           {
46735             "description": "Unique id of VNF.  This is unique across the graph.", 
46736             "example": "__VNF-ID__", 
46737             "in": "path", 
46738             "name": "vnf-id", 
46739             "required": true, 
46740             "type": "string"
46741           }, 
46742           {
46743             "description": "Name that identifies the link aggregate interface", 
46744             "example": "__INTERFACE-NAME__", 
46745             "in": "path", 
46746             "name": "interface-name", 
46747             "required": true, 
46748             "type": "string"
46749           }, 
46750           {
46751             "description": "Name given to the interface", 
46752             "example": "__INTERFACE-NAME__", 
46753             "in": "path", 
46754             "name": "l-interface.interface-name", 
46755             "required": true, 
46756             "type": "string"
46757           }, 
46758           {
46759             "description": "IP address", 
46760             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46761             "in": "path", 
46762             "name": "l3-interface-ipv4-address", 
46763             "required": true, 
46764             "type": "string"
46765           }, 
46766           {
46767             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
46768             "in": "body", 
46769             "name": "body", 
46770             "required": true, 
46771             "schema": {
46772               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
46773             }
46774           }
46775         ], 
46776         "produces": [
46777           "application/json"
46778         ], 
46779         "responses": {
46780           "default": {
46781             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46782           }
46783         }, 
46784         "summary": "update an existing l3-interface-ipv4-address-list", 
46785         "tags": [
46786           "Network"
46787         ]
46788       }, 
46789       "put": {
46790         "consumes": [
46791           "application/json", 
46792           "application/xml"
46793         ], 
46794         "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", 
46795         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
46796         "parameters": [
46797           {
46798             "description": "Unique id of VNF.  This is unique across the graph.", 
46799             "example": "__VNF-ID__", 
46800             "in": "path", 
46801             "name": "vnf-id", 
46802             "required": true, 
46803             "type": "string"
46804           }, 
46805           {
46806             "description": "Name that identifies the link aggregate interface", 
46807             "example": "__INTERFACE-NAME__", 
46808             "in": "path", 
46809             "name": "interface-name", 
46810             "required": true, 
46811             "type": "string"
46812           }, 
46813           {
46814             "description": "Name given to the interface", 
46815             "example": "__INTERFACE-NAME__", 
46816             "in": "path", 
46817             "name": "l-interface.interface-name", 
46818             "required": true, 
46819             "type": "string"
46820           }, 
46821           {
46822             "description": "IP address", 
46823             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46824             "in": "path", 
46825             "name": "l3-interface-ipv4-address", 
46826             "required": true, 
46827             "type": "string"
46828           }, 
46829           {
46830             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
46831             "in": "body", 
46832             "name": "body", 
46833             "required": true, 
46834             "schema": {
46835               "$ref": "#/definitions/l3-interface-ipv4-address-list"
46836             }
46837           }
46838         ], 
46839         "produces": [
46840           "application/json", 
46841           "application/xml"
46842         ], 
46843         "responses": {
46844           "default": {
46845             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46846           }
46847         }, 
46848         "summary": "create or update an existing l3-interface-ipv4-address-list", 
46849         "tags": [
46850           "Network"
46851         ]
46852       }
46853     }, 
46854     "/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": {
46855       "delete": {
46856         "consumes": [
46857           "application/json", 
46858           "application/xml"
46859         ], 
46860         "description": "delete an existing relationship", 
46861         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
46862         "parameters": [
46863           {
46864             "description": "Unique id of VNF.  This is unique across the graph.", 
46865             "example": "__VNF-ID__", 
46866             "in": "path", 
46867             "name": "vnf-id", 
46868             "required": true, 
46869             "type": "string"
46870           }, 
46871           {
46872             "description": "Name that identifies the link aggregate interface", 
46873             "example": "__INTERFACE-NAME__", 
46874             "in": "path", 
46875             "name": "interface-name", 
46876             "required": true, 
46877             "type": "string"
46878           }, 
46879           {
46880             "description": "Name given to the interface", 
46881             "example": "__INTERFACE-NAME__", 
46882             "in": "path", 
46883             "name": "l-interface.interface-name", 
46884             "required": true, 
46885             "type": "string"
46886           }, 
46887           {
46888             "description": "IP address", 
46889             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46890             "in": "path", 
46891             "name": "l3-interface-ipv4-address", 
46892             "required": true, 
46893             "type": "string"
46894           }
46895         ], 
46896         "produces": [
46897           "application/json", 
46898           "application/xml"
46899         ], 
46900         "responses": {
46901           "default": {
46902             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46903           }
46904         }, 
46905         "summary": "delete an existing relationship", 
46906         "tags": [
46907           "Network"
46908         ]
46909       }, 
46910       "put": {
46911         "consumes": [
46912           "application/json", 
46913           "application/xml"
46914         ], 
46915         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
46916         "parameters": [
46917           {
46918             "description": "Unique id of VNF.  This is unique across the graph.", 
46919             "example": "__VNF-ID__", 
46920             "in": "path", 
46921             "name": "vnf-id", 
46922             "required": true, 
46923             "type": "string"
46924           }, 
46925           {
46926             "description": "Name that identifies the link aggregate interface", 
46927             "example": "__INTERFACE-NAME__", 
46928             "in": "path", 
46929             "name": "interface-name", 
46930             "required": true, 
46931             "type": "string"
46932           }, 
46933           {
46934             "description": "Name given to the interface", 
46935             "example": "__INTERFACE-NAME__", 
46936             "in": "path", 
46937             "name": "l-interface.interface-name", 
46938             "required": true, 
46939             "type": "string"
46940           }, 
46941           {
46942             "description": "IP address", 
46943             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
46944             "in": "path", 
46945             "name": "l3-interface-ipv4-address", 
46946             "required": true, 
46947             "type": "string"
46948           }, 
46949           {
46950             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
46951             "in": "body", 
46952             "name": "body", 
46953             "required": true, 
46954             "schema": {
46955               "$ref": "#/definitions/relationship-dict"
46956             }
46957           }
46958         ], 
46959         "produces": [
46960           "application/json", 
46961           "application/xml"
46962         ], 
46963         "responses": {
46964           "default": {
46965             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
46966           }
46967         }, 
46968         "summary": "see node definition for valid relationships", 
46969         "tags": [
46970           "Network"
46971         ]
46972       }
46973     }, 
46974     "/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}": {
46975       "delete": {
46976         "consumes": [
46977           "application/json", 
46978           "application/xml"
46979         ], 
46980         "description": "delete an existing l3-interface-ipv6-address-list", 
46981         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
46982         "parameters": [
46983           {
46984             "description": "Unique id of VNF.  This is unique across the graph.", 
46985             "example": "__VNF-ID__", 
46986             "in": "path", 
46987             "name": "vnf-id", 
46988             "required": true, 
46989             "type": "string"
46990           }, 
46991           {
46992             "description": "Name that identifies the link aggregate interface", 
46993             "example": "__INTERFACE-NAME__", 
46994             "in": "path", 
46995             "name": "interface-name", 
46996             "required": true, 
46997             "type": "string"
46998           }, 
46999           {
47000             "description": "Name given to the interface", 
47001             "example": "__INTERFACE-NAME__", 
47002             "in": "path", 
47003             "name": "l-interface.interface-name", 
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             "description": "resource-version for concurrency", 
47017             "in": "query", 
47018             "name": "resource-version", 
47019             "required": true, 
47020             "type": "string"
47021           }
47022         ], 
47023         "produces": [
47024           "application/json", 
47025           "application/xml"
47026         ], 
47027         "responses": {
47028           "default": {
47029             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47030           }
47031         }, 
47032         "summary": "delete an existing l3-interface-ipv6-address-list", 
47033         "tags": [
47034           "Network"
47035         ]
47036       }, 
47037       "get": {
47038         "description": "returns l3-interface-ipv6-address-list", 
47039         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
47040         "parameters": [
47041           {
47042             "description": "Unique id of VNF.  This is unique across the graph.", 
47043             "example": "__VNF-ID__", 
47044             "in": "path", 
47045             "name": "vnf-id", 
47046             "required": true, 
47047             "type": "string"
47048           }, 
47049           {
47050             "description": "Name that identifies the link aggregate interface", 
47051             "example": "__INTERFACE-NAME__", 
47052             "in": "path", 
47053             "name": "interface-name", 
47054             "required": true, 
47055             "type": "string"
47056           }, 
47057           {
47058             "description": "Name given to the interface", 
47059             "example": "__INTERFACE-NAME__", 
47060             "in": "path", 
47061             "name": "l-interface.interface-name", 
47062             "required": true, 
47063             "type": "string"
47064           }, 
47065           {
47066             "description": "IP address", 
47067             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47068             "in": "path", 
47069             "name": "l3-interface-ipv6-address", 
47070             "required": true, 
47071             "type": "string"
47072           }
47073         ], 
47074         "produces": [
47075           "application/json", 
47076           "application/xml"
47077         ], 
47078         "responses": {
47079           "200": {
47080             "description": "successful operation", 
47081             "schema": {
47082               "$ref": "#/definitions/l3-interface-ipv6-address-list"
47083             }
47084           }, 
47085           "default": {
47086             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47087           }
47088         }, 
47089         "summary": "returns l3-interface-ipv6-address-list", 
47090         "tags": [
47091           "Network"
47092         ]
47093       }, 
47094       "patch": {
47095         "consumes": [
47096           "application/json"
47097         ], 
47098         "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", 
47099         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
47100         "parameters": [
47101           {
47102             "description": "Unique id of VNF.  This is unique across the graph.", 
47103             "example": "__VNF-ID__", 
47104             "in": "path", 
47105             "name": "vnf-id", 
47106             "required": true, 
47107             "type": "string"
47108           }, 
47109           {
47110             "description": "Name that identifies the link aggregate interface", 
47111             "example": "__INTERFACE-NAME__", 
47112             "in": "path", 
47113             "name": "interface-name", 
47114             "required": true, 
47115             "type": "string"
47116           }, 
47117           {
47118             "description": "Name given to the interface", 
47119             "example": "__INTERFACE-NAME__", 
47120             "in": "path", 
47121             "name": "l-interface.interface-name", 
47122             "required": true, 
47123             "type": "string"
47124           }, 
47125           {
47126             "description": "IP address", 
47127             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47128             "in": "path", 
47129             "name": "l3-interface-ipv6-address", 
47130             "required": true, 
47131             "type": "string"
47132           }, 
47133           {
47134             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
47135             "in": "body", 
47136             "name": "body", 
47137             "required": true, 
47138             "schema": {
47139               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
47140             }
47141           }
47142         ], 
47143         "produces": [
47144           "application/json"
47145         ], 
47146         "responses": {
47147           "default": {
47148             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47149           }
47150         }, 
47151         "summary": "update an existing l3-interface-ipv6-address-list", 
47152         "tags": [
47153           "Network"
47154         ]
47155       }, 
47156       "put": {
47157         "consumes": [
47158           "application/json", 
47159           "application/xml"
47160         ], 
47161         "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", 
47162         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
47163         "parameters": [
47164           {
47165             "description": "Unique id of VNF.  This is unique across the graph.", 
47166             "example": "__VNF-ID__", 
47167             "in": "path", 
47168             "name": "vnf-id", 
47169             "required": true, 
47170             "type": "string"
47171           }, 
47172           {
47173             "description": "Name that identifies the link aggregate interface", 
47174             "example": "__INTERFACE-NAME__", 
47175             "in": "path", 
47176             "name": "interface-name", 
47177             "required": true, 
47178             "type": "string"
47179           }, 
47180           {
47181             "description": "Name given to the interface", 
47182             "example": "__INTERFACE-NAME__", 
47183             "in": "path", 
47184             "name": "l-interface.interface-name", 
47185             "required": true, 
47186             "type": "string"
47187           }, 
47188           {
47189             "description": "IP address", 
47190             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47191             "in": "path", 
47192             "name": "l3-interface-ipv6-address", 
47193             "required": true, 
47194             "type": "string"
47195           }, 
47196           {
47197             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
47198             "in": "body", 
47199             "name": "body", 
47200             "required": true, 
47201             "schema": {
47202               "$ref": "#/definitions/l3-interface-ipv6-address-list"
47203             }
47204           }
47205         ], 
47206         "produces": [
47207           "application/json", 
47208           "application/xml"
47209         ], 
47210         "responses": {
47211           "default": {
47212             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47213           }
47214         }, 
47215         "summary": "create or update an existing l3-interface-ipv6-address-list", 
47216         "tags": [
47217           "Network"
47218         ]
47219       }
47220     }, 
47221     "/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": {
47222       "delete": {
47223         "consumes": [
47224           "application/json", 
47225           "application/xml"
47226         ], 
47227         "description": "delete an existing relationship", 
47228         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
47229         "parameters": [
47230           {
47231             "description": "Unique id of VNF.  This is unique across the graph.", 
47232             "example": "__VNF-ID__", 
47233             "in": "path", 
47234             "name": "vnf-id", 
47235             "required": true, 
47236             "type": "string"
47237           }, 
47238           {
47239             "description": "Name that identifies the link aggregate interface", 
47240             "example": "__INTERFACE-NAME__", 
47241             "in": "path", 
47242             "name": "interface-name", 
47243             "required": true, 
47244             "type": "string"
47245           }, 
47246           {
47247             "description": "Name given to the interface", 
47248             "example": "__INTERFACE-NAME__", 
47249             "in": "path", 
47250             "name": "l-interface.interface-name", 
47251             "required": true, 
47252             "type": "string"
47253           }, 
47254           {
47255             "description": "IP address", 
47256             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47257             "in": "path", 
47258             "name": "l3-interface-ipv6-address", 
47259             "required": true, 
47260             "type": "string"
47261           }
47262         ], 
47263         "produces": [
47264           "application/json", 
47265           "application/xml"
47266         ], 
47267         "responses": {
47268           "default": {
47269             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47270           }
47271         }, 
47272         "summary": "delete an existing relationship", 
47273         "tags": [
47274           "Network"
47275         ]
47276       }, 
47277       "put": {
47278         "consumes": [
47279           "application/json", 
47280           "application/xml"
47281         ], 
47282         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
47283         "parameters": [
47284           {
47285             "description": "Unique id of VNF.  This is unique across the graph.", 
47286             "example": "__VNF-ID__", 
47287             "in": "path", 
47288             "name": "vnf-id", 
47289             "required": true, 
47290             "type": "string"
47291           }, 
47292           {
47293             "description": "Name that identifies the link aggregate interface", 
47294             "example": "__INTERFACE-NAME__", 
47295             "in": "path", 
47296             "name": "interface-name", 
47297             "required": true, 
47298             "type": "string"
47299           }, 
47300           {
47301             "description": "Name given to the interface", 
47302             "example": "__INTERFACE-NAME__", 
47303             "in": "path", 
47304             "name": "l-interface.interface-name", 
47305             "required": true, 
47306             "type": "string"
47307           }, 
47308           {
47309             "description": "IP address", 
47310             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
47311             "in": "path", 
47312             "name": "l3-interface-ipv6-address", 
47313             "required": true, 
47314             "type": "string"
47315           }, 
47316           {
47317             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
47318             "in": "body", 
47319             "name": "body", 
47320             "required": true, 
47321             "schema": {
47322               "$ref": "#/definitions/relationship-dict"
47323             }
47324           }
47325         ], 
47326         "produces": [
47327           "application/json", 
47328           "application/xml"
47329         ], 
47330         "responses": {
47331           "default": {
47332             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47333           }
47334         }, 
47335         "summary": "see node definition for valid relationships", 
47336         "tags": [
47337           "Network"
47338         ]
47339       }
47340     }, 
47341     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
47342       "delete": {
47343         "consumes": [
47344           "application/json", 
47345           "application/xml"
47346         ], 
47347         "description": "delete an existing relationship", 
47348         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
47349         "parameters": [
47350           {
47351             "description": "Unique id of VNF.  This is unique across the graph.", 
47352             "example": "__VNF-ID__", 
47353             "in": "path", 
47354             "name": "vnf-id", 
47355             "required": true, 
47356             "type": "string"
47357           }, 
47358           {
47359             "description": "Name that identifies the link aggregate interface", 
47360             "example": "__INTERFACE-NAME__", 
47361             "in": "path", 
47362             "name": "interface-name", 
47363             "required": true, 
47364             "type": "string"
47365           }, 
47366           {
47367             "description": "Name given to the interface", 
47368             "example": "__INTERFACE-NAME__", 
47369             "in": "path", 
47370             "name": "l-interface.interface-name", 
47371             "required": true, 
47372             "type": "string"
47373           }
47374         ], 
47375         "produces": [
47376           "application/json", 
47377           "application/xml"
47378         ], 
47379         "responses": {
47380           "default": {
47381             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47382           }
47383         }, 
47384         "summary": "delete an existing relationship", 
47385         "tags": [
47386           "Network"
47387         ]
47388       }, 
47389       "put": {
47390         "consumes": [
47391           "application/json", 
47392           "application/xml"
47393         ], 
47394         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
47395         "parameters": [
47396           {
47397             "description": "Unique id of VNF.  This is unique across the graph.", 
47398             "example": "__VNF-ID__", 
47399             "in": "path", 
47400             "name": "vnf-id", 
47401             "required": true, 
47402             "type": "string"
47403           }, 
47404           {
47405             "description": "Name that identifies the link aggregate interface", 
47406             "example": "__INTERFACE-NAME__", 
47407             "in": "path", 
47408             "name": "interface-name", 
47409             "required": true, 
47410             "type": "string"
47411           }, 
47412           {
47413             "description": "Name given to the interface", 
47414             "example": "__INTERFACE-NAME__", 
47415             "in": "path", 
47416             "name": "l-interface.interface-name", 
47417             "required": true, 
47418             "type": "string"
47419           }, 
47420           {
47421             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
47422             "in": "body", 
47423             "name": "body", 
47424             "required": true, 
47425             "schema": {
47426               "$ref": "#/definitions/relationship-dict"
47427             }
47428           }
47429         ], 
47430         "produces": [
47431           "application/json", 
47432           "application/xml"
47433         ], 
47434         "responses": {
47435           "default": {
47436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47437           }
47438         }, 
47439         "summary": "see node definition for valid relationships", 
47440         "tags": [
47441           "Network"
47442         ]
47443       }
47444     }, 
47445     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
47446       "get": {
47447         "description": "returns sriov-vfs", 
47448         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs", 
47449         "parameters": [
47450           {
47451             "description": "Unique id of VNF.  This is unique across the graph.", 
47452             "example": "__VNF-ID__", 
47453             "in": "path", 
47454             "name": "vnf-id", 
47455             "required": true, 
47456             "type": "string"
47457           }, 
47458           {
47459             "description": "Name that identifies the link aggregate interface", 
47460             "example": "__INTERFACE-NAME__", 
47461             "in": "path", 
47462             "name": "interface-name", 
47463             "required": true, 
47464             "type": "string"
47465           }, 
47466           {
47467             "description": "Name given to the interface", 
47468             "example": "__INTERFACE-NAME__", 
47469             "in": "path", 
47470             "name": "l-interface.interface-name", 
47471             "required": true, 
47472             "type": "string"
47473           }, 
47474           {
47475             "description": "n/a", 
47476             "in": "query", 
47477             "name": "pci-id", 
47478             "required": false, 
47479             "type": "string"
47480           }, 
47481           {
47482             "description": "n/a", 
47483             "in": "query", 
47484             "name": "vf-vlan-filter", 
47485             "required": false, 
47486             "type": "string"
47487           }, 
47488           {
47489             "description": "n/a", 
47490             "in": "query", 
47491             "name": "vf-mac-filter", 
47492             "required": false, 
47493             "type": "string"
47494           }, 
47495           {
47496             "description": "n/a", 
47497             "in": "query", 
47498             "name": "vf-vlan-strip", 
47499             "required": false, 
47500             "type": "boolean"
47501           }, 
47502           {
47503             "description": "n/a", 
47504             "in": "query", 
47505             "name": "neutron-network-id", 
47506             "required": false, 
47507             "type": "string"
47508           }
47509         ], 
47510         "produces": [
47511           "application/json", 
47512           "application/xml"
47513         ], 
47514         "responses": {
47515           "200": {
47516             "description": "successful operation", 
47517             "schema": {
47518               "$ref": "#/definitions/sriov-vfs"
47519             }
47520           }, 
47521           "default": {
47522             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47523           }
47524         }, 
47525         "summary": "returns sriov-vfs", 
47526         "tags": [
47527           "Network"
47528         ]
47529       }
47530     }, 
47531     "/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}": {
47532       "delete": {
47533         "consumes": [
47534           "application/json", 
47535           "application/xml"
47536         ], 
47537         "description": "delete an existing sriov-vf", 
47538         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
47539         "parameters": [
47540           {
47541             "description": "Unique id of VNF.  This is unique across the graph.", 
47542             "example": "__VNF-ID__", 
47543             "in": "path", 
47544             "name": "vnf-id", 
47545             "required": true, 
47546             "type": "string"
47547           }, 
47548           {
47549             "description": "Name that identifies the link aggregate interface", 
47550             "example": "__INTERFACE-NAME__", 
47551             "in": "path", 
47552             "name": "interface-name", 
47553             "required": true, 
47554             "type": "string"
47555           }, 
47556           {
47557             "description": "Name given to the interface", 
47558             "example": "__INTERFACE-NAME__", 
47559             "in": "path", 
47560             "name": "l-interface.interface-name", 
47561             "required": true, 
47562             "type": "string"
47563           }, 
47564           {
47565             "description": "PCI ID used to identify the sriov-vf", 
47566             "example": "__PCI-ID__", 
47567             "in": "path", 
47568             "name": "pci-id", 
47569             "required": true, 
47570             "type": "string"
47571           }, 
47572           {
47573             "description": "resource-version for concurrency", 
47574             "in": "query", 
47575             "name": "resource-version", 
47576             "required": true, 
47577             "type": "string"
47578           }
47579         ], 
47580         "produces": [
47581           "application/json", 
47582           "application/xml"
47583         ], 
47584         "responses": {
47585           "default": {
47586             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47587           }
47588         }, 
47589         "summary": "delete an existing sriov-vf", 
47590         "tags": [
47591           "Network"
47592         ]
47593       }, 
47594       "get": {
47595         "description": "returns sriov-vf", 
47596         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
47597         "parameters": [
47598           {
47599             "description": "Unique id of VNF.  This is unique across the graph.", 
47600             "example": "__VNF-ID__", 
47601             "in": "path", 
47602             "name": "vnf-id", 
47603             "required": true, 
47604             "type": "string"
47605           }, 
47606           {
47607             "description": "Name that identifies the link aggregate interface", 
47608             "example": "__INTERFACE-NAME__", 
47609             "in": "path", 
47610             "name": "interface-name", 
47611             "required": true, 
47612             "type": "string"
47613           }, 
47614           {
47615             "description": "Name given to the interface", 
47616             "example": "__INTERFACE-NAME__", 
47617             "in": "path", 
47618             "name": "l-interface.interface-name", 
47619             "required": true, 
47620             "type": "string"
47621           }, 
47622           {
47623             "description": "PCI ID used to identify the sriov-vf", 
47624             "example": "__PCI-ID__", 
47625             "in": "path", 
47626             "name": "pci-id", 
47627             "required": true, 
47628             "type": "string"
47629           }
47630         ], 
47631         "produces": [
47632           "application/json", 
47633           "application/xml"
47634         ], 
47635         "responses": {
47636           "200": {
47637             "description": "successful operation", 
47638             "schema": {
47639               "$ref": "#/definitions/sriov-vf"
47640             }
47641           }, 
47642           "default": {
47643             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47644           }
47645         }, 
47646         "summary": "returns sriov-vf", 
47647         "tags": [
47648           "Network"
47649         ]
47650       }, 
47651       "patch": {
47652         "consumes": [
47653           "application/json"
47654         ], 
47655         "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", 
47656         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
47657         "parameters": [
47658           {
47659             "description": "Unique id of VNF.  This is unique across the graph.", 
47660             "example": "__VNF-ID__", 
47661             "in": "path", 
47662             "name": "vnf-id", 
47663             "required": true, 
47664             "type": "string"
47665           }, 
47666           {
47667             "description": "Name that identifies the link aggregate interface", 
47668             "example": "__INTERFACE-NAME__", 
47669             "in": "path", 
47670             "name": "interface-name", 
47671             "required": true, 
47672             "type": "string"
47673           }, 
47674           {
47675             "description": "Name given to the interface", 
47676             "example": "__INTERFACE-NAME__", 
47677             "in": "path", 
47678             "name": "l-interface.interface-name", 
47679             "required": true, 
47680             "type": "string"
47681           }, 
47682           {
47683             "description": "PCI ID used to identify the sriov-vf", 
47684             "example": "__PCI-ID__", 
47685             "in": "path", 
47686             "name": "pci-id", 
47687             "required": true, 
47688             "type": "string"
47689           }, 
47690           {
47691             "description": "sriov-vf object that needs to be updated.", 
47692             "in": "body", 
47693             "name": "body", 
47694             "required": true, 
47695             "schema": {
47696               "$ref": "#/definitions/zzzz-patch-sriov-vf"
47697             }
47698           }
47699         ], 
47700         "produces": [
47701           "application/json"
47702         ], 
47703         "responses": {
47704           "default": {
47705             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47706           }
47707         }, 
47708         "summary": "update an existing sriov-vf", 
47709         "tags": [
47710           "Network"
47711         ]
47712       }, 
47713       "put": {
47714         "consumes": [
47715           "application/json", 
47716           "application/xml"
47717         ], 
47718         "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", 
47719         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
47720         "parameters": [
47721           {
47722             "description": "Unique id of VNF.  This is unique across the graph.", 
47723             "example": "__VNF-ID__", 
47724             "in": "path", 
47725             "name": "vnf-id", 
47726             "required": true, 
47727             "type": "string"
47728           }, 
47729           {
47730             "description": "Name that identifies the link aggregate interface", 
47731             "example": "__INTERFACE-NAME__", 
47732             "in": "path", 
47733             "name": "interface-name", 
47734             "required": true, 
47735             "type": "string"
47736           }, 
47737           {
47738             "description": "Name given to the interface", 
47739             "example": "__INTERFACE-NAME__", 
47740             "in": "path", 
47741             "name": "l-interface.interface-name", 
47742             "required": true, 
47743             "type": "string"
47744           }, 
47745           {
47746             "description": "PCI ID used to identify the sriov-vf", 
47747             "example": "__PCI-ID__", 
47748             "in": "path", 
47749             "name": "pci-id", 
47750             "required": true, 
47751             "type": "string"
47752           }, 
47753           {
47754             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
47755             "in": "body", 
47756             "name": "body", 
47757             "required": true, 
47758             "schema": {
47759               "$ref": "#/definitions/sriov-vf"
47760             }
47761           }
47762         ], 
47763         "produces": [
47764           "application/json", 
47765           "application/xml"
47766         ], 
47767         "responses": {
47768           "default": {
47769             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47770           }
47771         }, 
47772         "summary": "create or update an existing sriov-vf", 
47773         "tags": [
47774           "Network"
47775         ]
47776       }
47777     }, 
47778     "/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": {
47779       "delete": {
47780         "consumes": [
47781           "application/json", 
47782           "application/xml"
47783         ], 
47784         "description": "delete an existing relationship", 
47785         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
47786         "parameters": [
47787           {
47788             "description": "Unique id of VNF.  This is unique across the graph.", 
47789             "example": "__VNF-ID__", 
47790             "in": "path", 
47791             "name": "vnf-id", 
47792             "required": true, 
47793             "type": "string"
47794           }, 
47795           {
47796             "description": "Name that identifies the link aggregate interface", 
47797             "example": "__INTERFACE-NAME__", 
47798             "in": "path", 
47799             "name": "interface-name", 
47800             "required": true, 
47801             "type": "string"
47802           }, 
47803           {
47804             "description": "Name given to the interface", 
47805             "example": "__INTERFACE-NAME__", 
47806             "in": "path", 
47807             "name": "l-interface.interface-name", 
47808             "required": true, 
47809             "type": "string"
47810           }, 
47811           {
47812             "description": "PCI ID used to identify the sriov-vf", 
47813             "example": "__PCI-ID__", 
47814             "in": "path", 
47815             "name": "pci-id", 
47816             "required": true, 
47817             "type": "string"
47818           }
47819         ], 
47820         "produces": [
47821           "application/json", 
47822           "application/xml"
47823         ], 
47824         "responses": {
47825           "default": {
47826             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47827           }
47828         }, 
47829         "summary": "delete an existing relationship", 
47830         "tags": [
47831           "Network"
47832         ]
47833       }, 
47834       "put": {
47835         "consumes": [
47836           "application/json", 
47837           "application/xml"
47838         ], 
47839         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
47840         "parameters": [
47841           {
47842             "description": "Unique id of VNF.  This is unique across the graph.", 
47843             "example": "__VNF-ID__", 
47844             "in": "path", 
47845             "name": "vnf-id", 
47846             "required": true, 
47847             "type": "string"
47848           }, 
47849           {
47850             "description": "Name that identifies the link aggregate interface", 
47851             "example": "__INTERFACE-NAME__", 
47852             "in": "path", 
47853             "name": "interface-name", 
47854             "required": true, 
47855             "type": "string"
47856           }, 
47857           {
47858             "description": "Name given to the interface", 
47859             "example": "__INTERFACE-NAME__", 
47860             "in": "path", 
47861             "name": "l-interface.interface-name", 
47862             "required": true, 
47863             "type": "string"
47864           }, 
47865           {
47866             "description": "PCI ID used to identify the sriov-vf", 
47867             "example": "__PCI-ID__", 
47868             "in": "path", 
47869             "name": "pci-id", 
47870             "required": true, 
47871             "type": "string"
47872           }, 
47873           {
47874             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
47875             "in": "body", 
47876             "name": "body", 
47877             "required": true, 
47878             "schema": {
47879               "$ref": "#/definitions/relationship-dict"
47880             }
47881           }
47882         ], 
47883         "produces": [
47884           "application/json", 
47885           "application/xml"
47886         ], 
47887         "responses": {
47888           "default": {
47889             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
47890           }
47891         }, 
47892         "summary": "see node definition for valid relationships", 
47893         "tags": [
47894           "Network"
47895         ]
47896       }
47897     }, 
47898     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
47899       "get": {
47900         "description": "returns vlans", 
47901         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlans", 
47902         "parameters": [
47903           {
47904             "description": "Unique id of VNF.  This is unique across the graph.", 
47905             "example": "__VNF-ID__", 
47906             "in": "path", 
47907             "name": "vnf-id", 
47908             "required": true, 
47909             "type": "string"
47910           }, 
47911           {
47912             "description": "Name that identifies the link aggregate interface", 
47913             "example": "__INTERFACE-NAME__", 
47914             "in": "path", 
47915             "name": "interface-name", 
47916             "required": true, 
47917             "type": "string"
47918           }, 
47919           {
47920             "description": "Name given to the interface", 
47921             "example": "__INTERFACE-NAME__", 
47922             "in": "path", 
47923             "name": "l-interface.interface-name", 
47924             "required": true, 
47925             "type": "string"
47926           }, 
47927           {
47928             "description": "n/a", 
47929             "in": "query", 
47930             "name": "vlan-interface", 
47931             "required": false, 
47932             "type": "string"
47933           }, 
47934           {
47935             "description": "n/a", 
47936             "format": "int64", 
47937             "in": "query", 
47938             "name": "vlan-id-inner", 
47939             "required": false, 
47940             "type": "integer"
47941           }, 
47942           {
47943             "description": "n/a", 
47944             "in": "query", 
47945             "name": "vpn-key", 
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/vlans"
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 vlans", 
47966         "tags": [
47967           "Network"
47968         ]
47969       }
47970     }, 
47971     "/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}": {
47972       "delete": {
47973         "consumes": [
47974           "application/json", 
47975           "application/xml"
47976         ], 
47977         "description": "delete an existing vlan", 
47978         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
47979         "parameters": [
47980           {
47981             "description": "Unique id of VNF.  This is unique across the graph.", 
47982             "example": "__VNF-ID__", 
47983             "in": "path", 
47984             "name": "vnf-id", 
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": "Name given to the interface", 
47998             "example": "__INTERFACE-NAME__", 
47999             "in": "path", 
48000             "name": "l-interface.interface-name", 
48001             "required": true, 
48002             "type": "string"
48003           }, 
48004           {
48005             "description": "String that identifies the interface", 
48006             "example": "__VLAN-INTERFACE__", 
48007             "in": "path", 
48008             "name": "vlan-interface", 
48009             "required": true, 
48010             "type": "string"
48011           }, 
48012           {
48013             "description": "resource-version for concurrency", 
48014             "in": "query", 
48015             "name": "resource-version", 
48016             "required": true, 
48017             "type": "string"
48018           }
48019         ], 
48020         "produces": [
48021           "application/json", 
48022           "application/xml"
48023         ], 
48024         "responses": {
48025           "default": {
48026             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48027           }
48028         }, 
48029         "summary": "delete an existing vlan", 
48030         "tags": [
48031           "Network"
48032         ]
48033       }, 
48034       "get": {
48035         "description": "returns vlan", 
48036         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
48037         "parameters": [
48038           {
48039             "description": "Unique id of VNF.  This is unique across the graph.", 
48040             "example": "__VNF-ID__", 
48041             "in": "path", 
48042             "name": "vnf-id", 
48043             "required": true, 
48044             "type": "string"
48045           }, 
48046           {
48047             "description": "Name that identifies the link aggregate interface", 
48048             "example": "__INTERFACE-NAME__", 
48049             "in": "path", 
48050             "name": "interface-name", 
48051             "required": true, 
48052             "type": "string"
48053           }, 
48054           {
48055             "description": "Name given to the interface", 
48056             "example": "__INTERFACE-NAME__", 
48057             "in": "path", 
48058             "name": "l-interface.interface-name", 
48059             "required": true, 
48060             "type": "string"
48061           }, 
48062           {
48063             "description": "String that identifies the interface", 
48064             "example": "__VLAN-INTERFACE__", 
48065             "in": "path", 
48066             "name": "vlan-interface", 
48067             "required": true, 
48068             "type": "string"
48069           }
48070         ], 
48071         "produces": [
48072           "application/json", 
48073           "application/xml"
48074         ], 
48075         "responses": {
48076           "200": {
48077             "description": "successful operation", 
48078             "schema": {
48079               "$ref": "#/definitions/vlan"
48080             }
48081           }, 
48082           "default": {
48083             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48084           }
48085         }, 
48086         "summary": "returns vlan", 
48087         "tags": [
48088           "Network"
48089         ]
48090       }, 
48091       "patch": {
48092         "consumes": [
48093           "application/json"
48094         ], 
48095         "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", 
48096         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
48097         "parameters": [
48098           {
48099             "description": "Unique id of VNF.  This is unique across the graph.", 
48100             "example": "__VNF-ID__", 
48101             "in": "path", 
48102             "name": "vnf-id", 
48103             "required": true, 
48104             "type": "string"
48105           }, 
48106           {
48107             "description": "Name that identifies the link aggregate interface", 
48108             "example": "__INTERFACE-NAME__", 
48109             "in": "path", 
48110             "name": "interface-name", 
48111             "required": true, 
48112             "type": "string"
48113           }, 
48114           {
48115             "description": "Name given to the interface", 
48116             "example": "__INTERFACE-NAME__", 
48117             "in": "path", 
48118             "name": "l-interface.interface-name", 
48119             "required": true, 
48120             "type": "string"
48121           }, 
48122           {
48123             "description": "String that identifies the interface", 
48124             "example": "__VLAN-INTERFACE__", 
48125             "in": "path", 
48126             "name": "vlan-interface", 
48127             "required": true, 
48128             "type": "string"
48129           }, 
48130           {
48131             "description": "vlan object that needs to be updated.", 
48132             "in": "body", 
48133             "name": "body", 
48134             "required": true, 
48135             "schema": {
48136               "$ref": "#/definitions/zzzz-patch-vlan"
48137             }
48138           }
48139         ], 
48140         "produces": [
48141           "application/json"
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": "update an existing vlan", 
48149         "tags": [
48150           "Network"
48151         ]
48152       }, 
48153       "put": {
48154         "consumes": [
48155           "application/json", 
48156           "application/xml"
48157         ], 
48158         "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", 
48159         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
48160         "parameters": [
48161           {
48162             "description": "Unique id of VNF.  This is unique across the graph.", 
48163             "example": "__VNF-ID__", 
48164             "in": "path", 
48165             "name": "vnf-id", 
48166             "required": true, 
48167             "type": "string"
48168           }, 
48169           {
48170             "description": "Name that identifies the link aggregate interface", 
48171             "example": "__INTERFACE-NAME__", 
48172             "in": "path", 
48173             "name": "interface-name", 
48174             "required": true, 
48175             "type": "string"
48176           }, 
48177           {
48178             "description": "Name given to the interface", 
48179             "example": "__INTERFACE-NAME__", 
48180             "in": "path", 
48181             "name": "l-interface.interface-name", 
48182             "required": true, 
48183             "type": "string"
48184           }, 
48185           {
48186             "description": "String that identifies the interface", 
48187             "example": "__VLAN-INTERFACE__", 
48188             "in": "path", 
48189             "name": "vlan-interface", 
48190             "required": true, 
48191             "type": "string"
48192           }, 
48193           {
48194             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
48195             "in": "body", 
48196             "name": "body", 
48197             "required": true, 
48198             "schema": {
48199               "$ref": "#/definitions/vlan"
48200             }
48201           }
48202         ], 
48203         "produces": [
48204           "application/json", 
48205           "application/xml"
48206         ], 
48207         "responses": {
48208           "default": {
48209             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48210           }
48211         }, 
48212         "summary": "create or update an existing vlan", 
48213         "tags": [
48214           "Network"
48215         ]
48216       }
48217     }, 
48218     "/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}": {
48219       "delete": {
48220         "consumes": [
48221           "application/json", 
48222           "application/xml"
48223         ], 
48224         "description": "delete an existing l3-interface-ipv4-address-list", 
48225         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
48226         "parameters": [
48227           {
48228             "description": "Unique id of VNF.  This is unique across the graph.", 
48229             "example": "__VNF-ID__", 
48230             "in": "path", 
48231             "name": "vnf-id", 
48232             "required": true, 
48233             "type": "string"
48234           }, 
48235           {
48236             "description": "Name that identifies the link aggregate interface", 
48237             "example": "__INTERFACE-NAME__", 
48238             "in": "path", 
48239             "name": "interface-name", 
48240             "required": true, 
48241             "type": "string"
48242           }, 
48243           {
48244             "description": "Name given to the interface", 
48245             "example": "__INTERFACE-NAME__", 
48246             "in": "path", 
48247             "name": "l-interface.interface-name", 
48248             "required": true, 
48249             "type": "string"
48250           }, 
48251           {
48252             "description": "String that identifies the interface", 
48253             "example": "__VLAN-INTERFACE__", 
48254             "in": "path", 
48255             "name": "vlan-interface", 
48256             "required": true, 
48257             "type": "string"
48258           }, 
48259           {
48260             "description": "IP address", 
48261             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48262             "in": "path", 
48263             "name": "l3-interface-ipv4-address", 
48264             "required": true, 
48265             "type": "string"
48266           }, 
48267           {
48268             "description": "resource-version for concurrency", 
48269             "in": "query", 
48270             "name": "resource-version", 
48271             "required": true, 
48272             "type": "string"
48273           }
48274         ], 
48275         "produces": [
48276           "application/json", 
48277           "application/xml"
48278         ], 
48279         "responses": {
48280           "default": {
48281             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48282           }
48283         }, 
48284         "summary": "delete an existing l3-interface-ipv4-address-list", 
48285         "tags": [
48286           "Network"
48287         ]
48288       }, 
48289       "get": {
48290         "description": "returns l3-interface-ipv4-address-list", 
48291         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
48292         "parameters": [
48293           {
48294             "description": "Unique id of VNF.  This is unique across the graph.", 
48295             "example": "__VNF-ID__", 
48296             "in": "path", 
48297             "name": "vnf-id", 
48298             "required": true, 
48299             "type": "string"
48300           }, 
48301           {
48302             "description": "Name that identifies the link aggregate interface", 
48303             "example": "__INTERFACE-NAME__", 
48304             "in": "path", 
48305             "name": "interface-name", 
48306             "required": true, 
48307             "type": "string"
48308           }, 
48309           {
48310             "description": "Name given to the interface", 
48311             "example": "__INTERFACE-NAME__", 
48312             "in": "path", 
48313             "name": "l-interface.interface-name", 
48314             "required": true, 
48315             "type": "string"
48316           }, 
48317           {
48318             "description": "String that identifies the interface", 
48319             "example": "__VLAN-INTERFACE__", 
48320             "in": "path", 
48321             "name": "vlan-interface", 
48322             "required": true, 
48323             "type": "string"
48324           }, 
48325           {
48326             "description": "IP address", 
48327             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48328             "in": "path", 
48329             "name": "l3-interface-ipv4-address", 
48330             "required": true, 
48331             "type": "string"
48332           }
48333         ], 
48334         "produces": [
48335           "application/json", 
48336           "application/xml"
48337         ], 
48338         "responses": {
48339           "200": {
48340             "description": "successful operation", 
48341             "schema": {
48342               "$ref": "#/definitions/l3-interface-ipv4-address-list"
48343             }
48344           }, 
48345           "default": {
48346             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48347           }
48348         }, 
48349         "summary": "returns l3-interface-ipv4-address-list", 
48350         "tags": [
48351           "Network"
48352         ]
48353       }, 
48354       "patch": {
48355         "consumes": [
48356           "application/json"
48357         ], 
48358         "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", 
48359         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
48360         "parameters": [
48361           {
48362             "description": "Unique id of VNF.  This is unique across the graph.", 
48363             "example": "__VNF-ID__", 
48364             "in": "path", 
48365             "name": "vnf-id", 
48366             "required": true, 
48367             "type": "string"
48368           }, 
48369           {
48370             "description": "Name that identifies the link aggregate interface", 
48371             "example": "__INTERFACE-NAME__", 
48372             "in": "path", 
48373             "name": "interface-name", 
48374             "required": true, 
48375             "type": "string"
48376           }, 
48377           {
48378             "description": "Name given to the interface", 
48379             "example": "__INTERFACE-NAME__", 
48380             "in": "path", 
48381             "name": "l-interface.interface-name", 
48382             "required": true, 
48383             "type": "string"
48384           }, 
48385           {
48386             "description": "String that identifies the interface", 
48387             "example": "__VLAN-INTERFACE__", 
48388             "in": "path", 
48389             "name": "vlan-interface", 
48390             "required": true, 
48391             "type": "string"
48392           }, 
48393           {
48394             "description": "IP address", 
48395             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48396             "in": "path", 
48397             "name": "l3-interface-ipv4-address", 
48398             "required": true, 
48399             "type": "string"
48400           }, 
48401           {
48402             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
48403             "in": "body", 
48404             "name": "body", 
48405             "required": true, 
48406             "schema": {
48407               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
48408             }
48409           }
48410         ], 
48411         "produces": [
48412           "application/json"
48413         ], 
48414         "responses": {
48415           "default": {
48416             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48417           }
48418         }, 
48419         "summary": "update an existing l3-interface-ipv4-address-list", 
48420         "tags": [
48421           "Network"
48422         ]
48423       }, 
48424       "put": {
48425         "consumes": [
48426           "application/json", 
48427           "application/xml"
48428         ], 
48429         "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", 
48430         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
48431         "parameters": [
48432           {
48433             "description": "Unique id of VNF.  This is unique across the graph.", 
48434             "example": "__VNF-ID__", 
48435             "in": "path", 
48436             "name": "vnf-id", 
48437             "required": true, 
48438             "type": "string"
48439           }, 
48440           {
48441             "description": "Name that identifies the link aggregate interface", 
48442             "example": "__INTERFACE-NAME__", 
48443             "in": "path", 
48444             "name": "interface-name", 
48445             "required": true, 
48446             "type": "string"
48447           }, 
48448           {
48449             "description": "Name given to the interface", 
48450             "example": "__INTERFACE-NAME__", 
48451             "in": "path", 
48452             "name": "l-interface.interface-name", 
48453             "required": true, 
48454             "type": "string"
48455           }, 
48456           {
48457             "description": "String that identifies the interface", 
48458             "example": "__VLAN-INTERFACE__", 
48459             "in": "path", 
48460             "name": "vlan-interface", 
48461             "required": true, 
48462             "type": "string"
48463           }, 
48464           {
48465             "description": "IP address", 
48466             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48467             "in": "path", 
48468             "name": "l3-interface-ipv4-address", 
48469             "required": true, 
48470             "type": "string"
48471           }, 
48472           {
48473             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
48474             "in": "body", 
48475             "name": "body", 
48476             "required": true, 
48477             "schema": {
48478               "$ref": "#/definitions/l3-interface-ipv4-address-list"
48479             }
48480           }
48481         ], 
48482         "produces": [
48483           "application/json", 
48484           "application/xml"
48485         ], 
48486         "responses": {
48487           "default": {
48488             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48489           }
48490         }, 
48491         "summary": "create or update an existing l3-interface-ipv4-address-list", 
48492         "tags": [
48493           "Network"
48494         ]
48495       }
48496     }, 
48497     "/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": {
48498       "delete": {
48499         "consumes": [
48500           "application/json", 
48501           "application/xml"
48502         ], 
48503         "description": "delete an existing relationship", 
48504         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
48505         "parameters": [
48506           {
48507             "description": "Unique id of VNF.  This is unique across the graph.", 
48508             "example": "__VNF-ID__", 
48509             "in": "path", 
48510             "name": "vnf-id", 
48511             "required": true, 
48512             "type": "string"
48513           }, 
48514           {
48515             "description": "Name that identifies the link aggregate interface", 
48516             "example": "__INTERFACE-NAME__", 
48517             "in": "path", 
48518             "name": "interface-name", 
48519             "required": true, 
48520             "type": "string"
48521           }, 
48522           {
48523             "description": "Name given to the interface", 
48524             "example": "__INTERFACE-NAME__", 
48525             "in": "path", 
48526             "name": "l-interface.interface-name", 
48527             "required": true, 
48528             "type": "string"
48529           }, 
48530           {
48531             "description": "String that identifies the interface", 
48532             "example": "__VLAN-INTERFACE__", 
48533             "in": "path", 
48534             "name": "vlan-interface", 
48535             "required": true, 
48536             "type": "string"
48537           }, 
48538           {
48539             "description": "IP address", 
48540             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48541             "in": "path", 
48542             "name": "l3-interface-ipv4-address", 
48543             "required": true, 
48544             "type": "string"
48545           }
48546         ], 
48547         "produces": [
48548           "application/json", 
48549           "application/xml"
48550         ], 
48551         "responses": {
48552           "default": {
48553             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48554           }
48555         }, 
48556         "summary": "delete an existing relationship", 
48557         "tags": [
48558           "Network"
48559         ]
48560       }, 
48561       "put": {
48562         "consumes": [
48563           "application/json", 
48564           "application/xml"
48565         ], 
48566         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
48567         "parameters": [
48568           {
48569             "description": "Unique id of VNF.  This is unique across the graph.", 
48570             "example": "__VNF-ID__", 
48571             "in": "path", 
48572             "name": "vnf-id", 
48573             "required": true, 
48574             "type": "string"
48575           }, 
48576           {
48577             "description": "Name that identifies the link aggregate interface", 
48578             "example": "__INTERFACE-NAME__", 
48579             "in": "path", 
48580             "name": "interface-name", 
48581             "required": true, 
48582             "type": "string"
48583           }, 
48584           {
48585             "description": "Name given to the interface", 
48586             "example": "__INTERFACE-NAME__", 
48587             "in": "path", 
48588             "name": "l-interface.interface-name", 
48589             "required": true, 
48590             "type": "string"
48591           }, 
48592           {
48593             "description": "String that identifies the interface", 
48594             "example": "__VLAN-INTERFACE__", 
48595             "in": "path", 
48596             "name": "vlan-interface", 
48597             "required": true, 
48598             "type": "string"
48599           }, 
48600           {
48601             "description": "IP address", 
48602             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
48603             "in": "path", 
48604             "name": "l3-interface-ipv4-address", 
48605             "required": true, 
48606             "type": "string"
48607           }, 
48608           {
48609             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
48610             "in": "body", 
48611             "name": "body", 
48612             "required": true, 
48613             "schema": {
48614               "$ref": "#/definitions/relationship-dict"
48615             }
48616           }
48617         ], 
48618         "produces": [
48619           "application/json", 
48620           "application/xml"
48621         ], 
48622         "responses": {
48623           "default": {
48624             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48625           }
48626         }, 
48627         "summary": "see node definition for valid relationships", 
48628         "tags": [
48629           "Network"
48630         ]
48631       }
48632     }, 
48633     "/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}": {
48634       "delete": {
48635         "consumes": [
48636           "application/json", 
48637           "application/xml"
48638         ], 
48639         "description": "delete an existing l3-interface-ipv6-address-list", 
48640         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
48641         "parameters": [
48642           {
48643             "description": "Unique id of VNF.  This is unique across the graph.", 
48644             "example": "__VNF-ID__", 
48645             "in": "path", 
48646             "name": "vnf-id", 
48647             "required": true, 
48648             "type": "string"
48649           }, 
48650           {
48651             "description": "Name that identifies the link aggregate interface", 
48652             "example": "__INTERFACE-NAME__", 
48653             "in": "path", 
48654             "name": "interface-name", 
48655             "required": true, 
48656             "type": "string"
48657           }, 
48658           {
48659             "description": "Name given to the interface", 
48660             "example": "__INTERFACE-NAME__", 
48661             "in": "path", 
48662             "name": "l-interface.interface-name", 
48663             "required": true, 
48664             "type": "string"
48665           }, 
48666           {
48667             "description": "String that identifies the interface", 
48668             "example": "__VLAN-INTERFACE__", 
48669             "in": "path", 
48670             "name": "vlan-interface", 
48671             "required": true, 
48672             "type": "string"
48673           }, 
48674           {
48675             "description": "IP address", 
48676             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
48677             "in": "path", 
48678             "name": "l3-interface-ipv6-address", 
48679             "required": true, 
48680             "type": "string"
48681           }, 
48682           {
48683             "description": "resource-version for concurrency", 
48684             "in": "query", 
48685             "name": "resource-version", 
48686             "required": true, 
48687             "type": "string"
48688           }
48689         ], 
48690         "produces": [
48691           "application/json", 
48692           "application/xml"
48693         ], 
48694         "responses": {
48695           "default": {
48696             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48697           }
48698         }, 
48699         "summary": "delete an existing l3-interface-ipv6-address-list", 
48700         "tags": [
48701           "Network"
48702         ]
48703       }, 
48704       "get": {
48705         "description": "returns l3-interface-ipv6-address-list", 
48706         "operationId": "getNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
48707         "parameters": [
48708           {
48709             "description": "Unique id of VNF.  This is unique across the graph.", 
48710             "example": "__VNF-ID__", 
48711             "in": "path", 
48712             "name": "vnf-id", 
48713             "required": true, 
48714             "type": "string"
48715           }, 
48716           {
48717             "description": "Name that identifies the link aggregate interface", 
48718             "example": "__INTERFACE-NAME__", 
48719             "in": "path", 
48720             "name": "interface-name", 
48721             "required": true, 
48722             "type": "string"
48723           }, 
48724           {
48725             "description": "Name given to the interface", 
48726             "example": "__INTERFACE-NAME__", 
48727             "in": "path", 
48728             "name": "l-interface.interface-name", 
48729             "required": true, 
48730             "type": "string"
48731           }, 
48732           {
48733             "description": "String that identifies the interface", 
48734             "example": "__VLAN-INTERFACE__", 
48735             "in": "path", 
48736             "name": "vlan-interface", 
48737             "required": true, 
48738             "type": "string"
48739           }, 
48740           {
48741             "description": "IP address", 
48742             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
48743             "in": "path", 
48744             "name": "l3-interface-ipv6-address", 
48745             "required": true, 
48746             "type": "string"
48747           }
48748         ], 
48749         "produces": [
48750           "application/json", 
48751           "application/xml"
48752         ], 
48753         "responses": {
48754           "200": {
48755             "description": "successful operation", 
48756             "schema": {
48757               "$ref": "#/definitions/l3-interface-ipv6-address-list"
48758             }
48759           }, 
48760           "default": {
48761             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48762           }
48763         }, 
48764         "summary": "returns l3-interface-ipv6-address-list", 
48765         "tags": [
48766           "Network"
48767         ]
48768       }, 
48769       "patch": {
48770         "consumes": [
48771           "application/json"
48772         ], 
48773         "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", 
48774         "operationId": "UpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
48775         "parameters": [
48776           {
48777             "description": "Unique id of VNF.  This is unique across the graph.", 
48778             "example": "__VNF-ID__", 
48779             "in": "path", 
48780             "name": "vnf-id", 
48781             "required": true, 
48782             "type": "string"
48783           }, 
48784           {
48785             "description": "Name that identifies the link aggregate interface", 
48786             "example": "__INTERFACE-NAME__", 
48787             "in": "path", 
48788             "name": "interface-name", 
48789             "required": true, 
48790             "type": "string"
48791           }, 
48792           {
48793             "description": "Name given to the interface", 
48794             "example": "__INTERFACE-NAME__", 
48795             "in": "path", 
48796             "name": "l-interface.interface-name", 
48797             "required": true, 
48798             "type": "string"
48799           }, 
48800           {
48801             "description": "String that identifies the interface", 
48802             "example": "__VLAN-INTERFACE__", 
48803             "in": "path", 
48804             "name": "vlan-interface", 
48805             "required": true, 
48806             "type": "string"
48807           }, 
48808           {
48809             "description": "IP address", 
48810             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
48811             "in": "path", 
48812             "name": "l3-interface-ipv6-address", 
48813             "required": true, 
48814             "type": "string"
48815           }, 
48816           {
48817             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
48818             "in": "body", 
48819             "name": "body", 
48820             "required": true, 
48821             "schema": {
48822               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
48823             }
48824           }
48825         ], 
48826         "produces": [
48827           "application/json"
48828         ], 
48829         "responses": {
48830           "default": {
48831             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48832           }
48833         }, 
48834         "summary": "update an existing l3-interface-ipv6-address-list", 
48835         "tags": [
48836           "Network"
48837         ]
48838       }, 
48839       "put": {
48840         "consumes": [
48841           "application/json", 
48842           "application/xml"
48843         ], 
48844         "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", 
48845         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
48846         "parameters": [
48847           {
48848             "description": "Unique id of VNF.  This is unique across the graph.", 
48849             "example": "__VNF-ID__", 
48850             "in": "path", 
48851             "name": "vnf-id", 
48852             "required": true, 
48853             "type": "string"
48854           }, 
48855           {
48856             "description": "Name that identifies the link aggregate interface", 
48857             "example": "__INTERFACE-NAME__", 
48858             "in": "path", 
48859             "name": "interface-name", 
48860             "required": true, 
48861             "type": "string"
48862           }, 
48863           {
48864             "description": "Name given to the interface", 
48865             "example": "__INTERFACE-NAME__", 
48866             "in": "path", 
48867             "name": "l-interface.interface-name", 
48868             "required": true, 
48869             "type": "string"
48870           }, 
48871           {
48872             "description": "String that identifies the interface", 
48873             "example": "__VLAN-INTERFACE__", 
48874             "in": "path", 
48875             "name": "vlan-interface", 
48876             "required": true, 
48877             "type": "string"
48878           }, 
48879           {
48880             "description": "IP address", 
48881             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
48882             "in": "path", 
48883             "name": "l3-interface-ipv6-address", 
48884             "required": true, 
48885             "type": "string"
48886           }, 
48887           {
48888             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
48889             "in": "body", 
48890             "name": "body", 
48891             "required": true, 
48892             "schema": {
48893               "$ref": "#/definitions/l3-interface-ipv6-address-list"
48894             }
48895           }
48896         ], 
48897         "produces": [
48898           "application/json", 
48899           "application/xml"
48900         ], 
48901         "responses": {
48902           "default": {
48903             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48904           }
48905         }, 
48906         "summary": "create or update an existing l3-interface-ipv6-address-list", 
48907         "tags": [
48908           "Network"
48909         ]
48910       }
48911     }, 
48912     "/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": {
48913       "delete": {
48914         "consumes": [
48915           "application/json", 
48916           "application/xml"
48917         ], 
48918         "description": "delete an existing relationship", 
48919         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
48920         "parameters": [
48921           {
48922             "description": "Unique id of VNF.  This is unique across the graph.", 
48923             "example": "__VNF-ID__", 
48924             "in": "path", 
48925             "name": "vnf-id", 
48926             "required": true, 
48927             "type": "string"
48928           }, 
48929           {
48930             "description": "Name that identifies the link aggregate interface", 
48931             "example": "__INTERFACE-NAME__", 
48932             "in": "path", 
48933             "name": "interface-name", 
48934             "required": true, 
48935             "type": "string"
48936           }, 
48937           {
48938             "description": "Name given to the interface", 
48939             "example": "__INTERFACE-NAME__", 
48940             "in": "path", 
48941             "name": "l-interface.interface-name", 
48942             "required": true, 
48943             "type": "string"
48944           }, 
48945           {
48946             "description": "String that identifies the interface", 
48947             "example": "__VLAN-INTERFACE__", 
48948             "in": "path", 
48949             "name": "vlan-interface", 
48950             "required": true, 
48951             "type": "string"
48952           }, 
48953           {
48954             "description": "IP address", 
48955             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
48956             "in": "path", 
48957             "name": "l3-interface-ipv6-address", 
48958             "required": true, 
48959             "type": "string"
48960           }
48961         ], 
48962         "produces": [
48963           "application/json", 
48964           "application/xml"
48965         ], 
48966         "responses": {
48967           "default": {
48968             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
48969           }
48970         }, 
48971         "summary": "delete an existing relationship", 
48972         "tags": [
48973           "Network"
48974         ]
48975       }, 
48976       "put": {
48977         "consumes": [
48978           "application/json", 
48979           "application/xml"
48980         ], 
48981         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
48982         "parameters": [
48983           {
48984             "description": "Unique id of VNF.  This is unique across the graph.", 
48985             "example": "__VNF-ID__", 
48986             "in": "path", 
48987             "name": "vnf-id", 
48988             "required": true, 
48989             "type": "string"
48990           }, 
48991           {
48992             "description": "Name that identifies the link aggregate interface", 
48993             "example": "__INTERFACE-NAME__", 
48994             "in": "path", 
48995             "name": "interface-name", 
48996             "required": true, 
48997             "type": "string"
48998           }, 
48999           {
49000             "description": "Name given to the interface", 
49001             "example": "__INTERFACE-NAME__", 
49002             "in": "path", 
49003             "name": "l-interface.interface-name", 
49004             "required": true, 
49005             "type": "string"
49006           }, 
49007           {
49008             "description": "String that identifies the interface", 
49009             "example": "__VLAN-INTERFACE__", 
49010             "in": "path", 
49011             "name": "vlan-interface", 
49012             "required": true, 
49013             "type": "string"
49014           }, 
49015           {
49016             "description": "IP address", 
49017             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
49018             "in": "path", 
49019             "name": "l3-interface-ipv6-address", 
49020             "required": true, 
49021             "type": "string"
49022           }, 
49023           {
49024             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
49025             "in": "body", 
49026             "name": "body", 
49027             "required": true, 
49028             "schema": {
49029               "$ref": "#/definitions/relationship-dict"
49030             }
49031           }
49032         ], 
49033         "produces": [
49034           "application/json", 
49035           "application/xml"
49036         ], 
49037         "responses": {
49038           "default": {
49039             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49040           }
49041         }, 
49042         "summary": "see node definition for valid relationships", 
49043         "tags": [
49044           "Network"
49045         ]
49046       }
49047     }, 
49048     "/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": {
49049       "delete": {
49050         "consumes": [
49051           "application/json", 
49052           "application/xml"
49053         ], 
49054         "description": "delete an existing relationship", 
49055         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
49056         "parameters": [
49057           {
49058             "description": "Unique id of VNF.  This is unique across the graph.", 
49059             "example": "__VNF-ID__", 
49060             "in": "path", 
49061             "name": "vnf-id", 
49062             "required": true, 
49063             "type": "string"
49064           }, 
49065           {
49066             "description": "Name that identifies the link aggregate interface", 
49067             "example": "__INTERFACE-NAME__", 
49068             "in": "path", 
49069             "name": "interface-name", 
49070             "required": true, 
49071             "type": "string"
49072           }, 
49073           {
49074             "description": "Name given to the interface", 
49075             "example": "__INTERFACE-NAME__", 
49076             "in": "path", 
49077             "name": "l-interface.interface-name", 
49078             "required": true, 
49079             "type": "string"
49080           }, 
49081           {
49082             "description": "String that identifies the interface", 
49083             "example": "__VLAN-INTERFACE__", 
49084             "in": "path", 
49085             "name": "vlan-interface", 
49086             "required": true, 
49087             "type": "string"
49088           }
49089         ], 
49090         "produces": [
49091           "application/json", 
49092           "application/xml"
49093         ], 
49094         "responses": {
49095           "default": {
49096             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49097           }
49098         }, 
49099         "summary": "delete an existing relationship", 
49100         "tags": [
49101           "Network"
49102         ]
49103       }, 
49104       "put": {
49105         "consumes": [
49106           "application/json", 
49107           "application/xml"
49108         ], 
49109         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
49110         "parameters": [
49111           {
49112             "description": "Unique id of VNF.  This is unique across the graph.", 
49113             "example": "__VNF-ID__", 
49114             "in": "path", 
49115             "name": "vnf-id", 
49116             "required": true, 
49117             "type": "string"
49118           }, 
49119           {
49120             "description": "Name that identifies the link aggregate interface", 
49121             "example": "__INTERFACE-NAME__", 
49122             "in": "path", 
49123             "name": "interface-name", 
49124             "required": true, 
49125             "type": "string"
49126           }, 
49127           {
49128             "description": "Name given to the interface", 
49129             "example": "__INTERFACE-NAME__", 
49130             "in": "path", 
49131             "name": "l-interface.interface-name", 
49132             "required": true, 
49133             "type": "string"
49134           }, 
49135           {
49136             "description": "String that identifies the interface", 
49137             "example": "__VLAN-INTERFACE__", 
49138             "in": "path", 
49139             "name": "vlan-interface", 
49140             "required": true, 
49141             "type": "string"
49142           }, 
49143           {
49144             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
49145             "in": "body", 
49146             "name": "body", 
49147             "required": true, 
49148             "schema": {
49149               "$ref": "#/definitions/relationship-dict"
49150             }
49151           }
49152         ], 
49153         "produces": [
49154           "application/json", 
49155           "application/xml"
49156         ], 
49157         "responses": {
49158           "default": {
49159             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49160           }
49161         }, 
49162         "summary": "see node definition for valid relationships", 
49163         "tags": [
49164           "Network"
49165         ]
49166       }
49167     }, 
49168     "/network/generic-vnfs/generic-vnf/{vnf-id}/lag-interfaces/lag-interface/{interface-name}/relationship-list/relationship": {
49169       "delete": {
49170         "consumes": [
49171           "application/json", 
49172           "application/xml"
49173         ], 
49174         "description": "delete an existing relationship", 
49175         "operationId": "deleteNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceRelationshipListRelationship", 
49176         "parameters": [
49177           {
49178             "description": "Unique id of VNF.  This is unique across the graph.", 
49179             "example": "__VNF-ID__", 
49180             "in": "path", 
49181             "name": "vnf-id", 
49182             "required": true, 
49183             "type": "string"
49184           }, 
49185           {
49186             "description": "Name that identifies the link aggregate interface", 
49187             "example": "__INTERFACE-NAME__", 
49188             "in": "path", 
49189             "name": "interface-name", 
49190             "required": true, 
49191             "type": "string"
49192           }
49193         ], 
49194         "produces": [
49195           "application/json", 
49196           "application/xml"
49197         ], 
49198         "responses": {
49199           "default": {
49200             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49201           }
49202         }, 
49203         "summary": "delete an existing relationship", 
49204         "tags": [
49205           "Network"
49206         ]
49207       }, 
49208       "put": {
49209         "consumes": [
49210           "application/json", 
49211           "application/xml"
49212         ], 
49213         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLagInterfacesLagInterfaceRelationshipListRelationship", 
49214         "parameters": [
49215           {
49216             "description": "Unique id of VNF.  This is unique across the graph.", 
49217             "example": "__VNF-ID__", 
49218             "in": "path", 
49219             "name": "vnf-id", 
49220             "required": true, 
49221             "type": "string"
49222           }, 
49223           {
49224             "description": "Name that identifies the link aggregate interface", 
49225             "example": "__INTERFACE-NAME__", 
49226             "in": "path", 
49227             "name": "interface-name", 
49228             "required": true, 
49229             "type": "string"
49230           }, 
49231           {
49232             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLagInterfacesLagInterface.json)", 
49233             "in": "body", 
49234             "name": "body", 
49235             "required": true, 
49236             "schema": {
49237               "$ref": "#/definitions/relationship-dict"
49238             }
49239           }
49240         ], 
49241         "produces": [
49242           "application/json", 
49243           "application/xml"
49244         ], 
49245         "responses": {
49246           "default": {
49247             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49248           }
49249         }, 
49250         "summary": "see node definition for valid relationships", 
49251         "tags": [
49252           "Network"
49253         ]
49254       }
49255     }, 
49256     "/network/generic-vnfs/generic-vnf/{vnf-id}/licenses": {
49257       "get": {
49258         "description": "returns licenses", 
49259         "operationId": "getNetworkGenericVnfsGenericVnfLicenses", 
49260         "parameters": [
49261           {
49262             "description": "Unique id of VNF.  This is unique across the graph.", 
49263             "example": "__VNF-ID__", 
49264             "in": "path", 
49265             "name": "vnf-id", 
49266             "required": true, 
49267             "type": "string"
49268           }, 
49269           {
49270             "description": "n/a", 
49271             "in": "query", 
49272             "name": "group-uuid", 
49273             "required": false, 
49274             "type": "string"
49275           }, 
49276           {
49277             "description": "n/a", 
49278             "in": "query", 
49279             "name": "resource-uuid", 
49280             "required": false, 
49281             "type": "string"
49282           }
49283         ], 
49284         "produces": [
49285           "application/json", 
49286           "application/xml"
49287         ], 
49288         "responses": {
49289           "200": {
49290             "description": "successful operation", 
49291             "schema": {
49292               "$ref": "#/definitions/licenses"
49293             }
49294           }, 
49295           "default": {
49296             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49297           }
49298         }, 
49299         "summary": "returns licenses", 
49300         "tags": [
49301           "Network"
49302         ]
49303       }
49304     }, 
49305     "/network/generic-vnfs/generic-vnf/{vnf-id}/licenses/license/{group-uuid}/{resource-uuid}": {
49306       "delete": {
49307         "consumes": [
49308           "application/json", 
49309           "application/xml"
49310         ], 
49311         "description": "delete an existing license", 
49312         "operationId": "deleteNetworkGenericVnfsGenericVnfLicensesLicense", 
49313         "parameters": [
49314           {
49315             "description": "Unique id of VNF.  This is unique across the graph.", 
49316             "example": "__VNF-ID__", 
49317             "in": "path", 
49318             "name": "vnf-id", 
49319             "required": true, 
49320             "type": "string"
49321           }, 
49322           {
49323             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
49324             "example": "__GROUP-UUID__", 
49325             "in": "path", 
49326             "name": "group-uuid", 
49327             "required": true, 
49328             "type": "string"
49329           }, 
49330           {
49331             "description": "Unique ID of a license resource.", 
49332             "example": "__RESOURCE-UUID__", 
49333             "in": "path", 
49334             "name": "resource-uuid", 
49335             "required": true, 
49336             "type": "string"
49337           }, 
49338           {
49339             "description": "resource-version for concurrency", 
49340             "in": "query", 
49341             "name": "resource-version", 
49342             "required": true, 
49343             "type": "string"
49344           }
49345         ], 
49346         "produces": [
49347           "application/json", 
49348           "application/xml"
49349         ], 
49350         "responses": {
49351           "default": {
49352             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49353           }
49354         }, 
49355         "summary": "delete an existing license", 
49356         "tags": [
49357           "Network"
49358         ]
49359       }, 
49360       "get": {
49361         "description": "returns license", 
49362         "operationId": "getNetworkGenericVnfsGenericVnfLicensesLicense", 
49363         "parameters": [
49364           {
49365             "description": "Unique id of VNF.  This is unique across the graph.", 
49366             "example": "__VNF-ID__", 
49367             "in": "path", 
49368             "name": "vnf-id", 
49369             "required": true, 
49370             "type": "string"
49371           }, 
49372           {
49373             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
49374             "example": "__GROUP-UUID__", 
49375             "in": "path", 
49376             "name": "group-uuid", 
49377             "required": true, 
49378             "type": "string"
49379           }, 
49380           {
49381             "description": "Unique ID of a license resource.", 
49382             "example": "__RESOURCE-UUID__", 
49383             "in": "path", 
49384             "name": "resource-uuid", 
49385             "required": true, 
49386             "type": "string"
49387           }
49388         ], 
49389         "produces": [
49390           "application/json", 
49391           "application/xml"
49392         ], 
49393         "responses": {
49394           "200": {
49395             "description": "successful operation", 
49396             "schema": {
49397               "$ref": "#/definitions/license"
49398             }
49399           }, 
49400           "default": {
49401             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49402           }
49403         }, 
49404         "summary": "returns license", 
49405         "tags": [
49406           "Network"
49407         ]
49408       }, 
49409       "patch": {
49410         "consumes": [
49411           "application/json"
49412         ], 
49413         "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", 
49414         "operationId": "UpdateNetworkGenericVnfsGenericVnfLicensesLicense", 
49415         "parameters": [
49416           {
49417             "description": "Unique id of VNF.  This is unique across the graph.", 
49418             "example": "__VNF-ID__", 
49419             "in": "path", 
49420             "name": "vnf-id", 
49421             "required": true, 
49422             "type": "string"
49423           }, 
49424           {
49425             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
49426             "example": "__GROUP-UUID__", 
49427             "in": "path", 
49428             "name": "group-uuid", 
49429             "required": true, 
49430             "type": "string"
49431           }, 
49432           {
49433             "description": "Unique ID of a license resource.", 
49434             "example": "__RESOURCE-UUID__", 
49435             "in": "path", 
49436             "name": "resource-uuid", 
49437             "required": true, 
49438             "type": "string"
49439           }, 
49440           {
49441             "description": "license object that needs to be updated.", 
49442             "in": "body", 
49443             "name": "body", 
49444             "required": true, 
49445             "schema": {
49446               "$ref": "#/definitions/zzzz-patch-license"
49447             }
49448           }
49449         ], 
49450         "produces": [
49451           "application/json"
49452         ], 
49453         "responses": {
49454           "default": {
49455             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49456           }
49457         }, 
49458         "summary": "update an existing license", 
49459         "tags": [
49460           "Network"
49461         ]
49462       }, 
49463       "put": {
49464         "consumes": [
49465           "application/json", 
49466           "application/xml"
49467         ], 
49468         "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", 
49469         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLicensesLicense", 
49470         "parameters": [
49471           {
49472             "description": "Unique id of VNF.  This is unique across the graph.", 
49473             "example": "__VNF-ID__", 
49474             "in": "path", 
49475             "name": "vnf-id", 
49476             "required": true, 
49477             "type": "string"
49478           }, 
49479           {
49480             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
49481             "example": "__GROUP-UUID__", 
49482             "in": "path", 
49483             "name": "group-uuid", 
49484             "required": true, 
49485             "type": "string"
49486           }, 
49487           {
49488             "description": "Unique ID of a license resource.", 
49489             "example": "__RESOURCE-UUID__", 
49490             "in": "path", 
49491             "name": "resource-uuid", 
49492             "required": true, 
49493             "type": "string"
49494           }, 
49495           {
49496             "description": "license object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLicensesLicense.json)", 
49497             "in": "body", 
49498             "name": "body", 
49499             "required": true, 
49500             "schema": {
49501               "$ref": "#/definitions/license"
49502             }
49503           }
49504         ], 
49505         "produces": [
49506           "application/json", 
49507           "application/xml"
49508         ], 
49509         "responses": {
49510           "default": {
49511             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49512           }
49513         }, 
49514         "summary": "create or update an existing license", 
49515         "tags": [
49516           "Network"
49517         ]
49518       }
49519     }, 
49520     "/network/generic-vnfs/generic-vnf/{vnf-id}/licenses/license/{group-uuid}/{resource-uuid}/relationship-list/relationship": {
49521       "delete": {
49522         "consumes": [
49523           "application/json", 
49524           "application/xml"
49525         ], 
49526         "description": "delete an existing relationship", 
49527         "operationId": "deleteNetworkGenericVnfsGenericVnfLicensesLicenseRelationshipListRelationship", 
49528         "parameters": [
49529           {
49530             "description": "Unique id of VNF.  This is unique across the graph.", 
49531             "example": "__VNF-ID__", 
49532             "in": "path", 
49533             "name": "vnf-id", 
49534             "required": true, 
49535             "type": "string"
49536           }, 
49537           {
49538             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
49539             "example": "__GROUP-UUID__", 
49540             "in": "path", 
49541             "name": "group-uuid", 
49542             "required": true, 
49543             "type": "string"
49544           }, 
49545           {
49546             "description": "Unique ID of a license resource.", 
49547             "example": "__RESOURCE-UUID__", 
49548             "in": "path", 
49549             "name": "resource-uuid", 
49550             "required": true, 
49551             "type": "string"
49552           }
49553         ], 
49554         "produces": [
49555           "application/json", 
49556           "application/xml"
49557         ], 
49558         "responses": {
49559           "default": {
49560             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49561           }
49562         }, 
49563         "summary": "delete an existing relationship", 
49564         "tags": [
49565           "Network"
49566         ]
49567       }, 
49568       "put": {
49569         "consumes": [
49570           "application/json", 
49571           "application/xml"
49572         ], 
49573         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfLicensesLicenseRelationshipListRelationship", 
49574         "parameters": [
49575           {
49576             "description": "Unique id of VNF.  This is unique across the graph.", 
49577             "example": "__VNF-ID__", 
49578             "in": "path", 
49579             "name": "vnf-id", 
49580             "required": true, 
49581             "type": "string"
49582           }, 
49583           {
49584             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
49585             "example": "__GROUP-UUID__", 
49586             "in": "path", 
49587             "name": "group-uuid", 
49588             "required": true, 
49589             "type": "string"
49590           }, 
49591           {
49592             "description": "Unique ID of a license resource.", 
49593             "example": "__RESOURCE-UUID__", 
49594             "in": "path", 
49595             "name": "resource-uuid", 
49596             "required": true, 
49597             "type": "string"
49598           }, 
49599           {
49600             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfLicensesLicense.json)", 
49601             "in": "body", 
49602             "name": "body", 
49603             "required": true, 
49604             "schema": {
49605               "$ref": "#/definitions/relationship-dict"
49606             }
49607           }
49608         ], 
49609         "produces": [
49610           "application/json", 
49611           "application/xml"
49612         ], 
49613         "responses": {
49614           "default": {
49615             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49616           }
49617         }, 
49618         "summary": "see node definition for valid relationships", 
49619         "tags": [
49620           "Network"
49621         ]
49622       }
49623     }, 
49624     "/network/generic-vnfs/generic-vnf/{vnf-id}/relationship-list/relationship": {
49625       "delete": {
49626         "consumes": [
49627           "application/json", 
49628           "application/xml"
49629         ], 
49630         "description": "delete an existing relationship", 
49631         "operationId": "deleteNetworkGenericVnfsGenericVnfRelationshipListRelationship", 
49632         "parameters": [
49633           {
49634             "description": "Unique id of VNF.  This is unique across the graph.", 
49635             "example": "__VNF-ID__", 
49636             "in": "path", 
49637             "name": "vnf-id", 
49638             "required": true, 
49639             "type": "string"
49640           }
49641         ], 
49642         "produces": [
49643           "application/json", 
49644           "application/xml"
49645         ], 
49646         "responses": {
49647           "default": {
49648             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49649           }
49650         }, 
49651         "summary": "delete an existing relationship", 
49652         "tags": [
49653           "Network"
49654         ]
49655       }, 
49656       "put": {
49657         "consumes": [
49658           "application/json", 
49659           "application/xml"
49660         ], 
49661         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfRelationshipListRelationship", 
49662         "parameters": [
49663           {
49664             "description": "Unique id of VNF.  This is unique across the graph.", 
49665             "example": "__VNF-ID__", 
49666             "in": "path", 
49667             "name": "vnf-id", 
49668             "required": true, 
49669             "type": "string"
49670           }, 
49671           {
49672             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnf.json)", 
49673             "in": "body", 
49674             "name": "body", 
49675             "required": true, 
49676             "schema": {
49677               "$ref": "#/definitions/relationship-dict"
49678             }
49679           }
49680         ], 
49681         "produces": [
49682           "application/json", 
49683           "application/xml"
49684         ], 
49685         "responses": {
49686           "default": {
49687             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49688           }
49689         }, 
49690         "summary": "see node definition for valid relationships", 
49691         "tags": [
49692           "Network"
49693         ]
49694       }
49695     }, 
49696     "/network/generic-vnfs/generic-vnf/{vnf-id}/vf-modules": {
49697       "get": {
49698         "description": "returns vf-modules", 
49699         "operationId": "getNetworkGenericVnfsGenericVnfVfModules", 
49700         "parameters": [
49701           {
49702             "description": "Unique id of VNF.  This is unique across the graph.", 
49703             "example": "__VNF-ID__", 
49704             "in": "path", 
49705             "name": "vnf-id", 
49706             "required": true, 
49707             "type": "string"
49708           }, 
49709           {
49710             "description": "n/a", 
49711             "in": "query", 
49712             "name": "vf-module-id", 
49713             "required": false, 
49714             "type": "string"
49715           }, 
49716           {
49717             "description": "n/a", 
49718             "in": "query", 
49719             "name": "vf-module-name", 
49720             "required": false, 
49721             "type": "string"
49722           }, 
49723           {
49724             "description": "n/a", 
49725             "in": "query", 
49726             "name": "heat-stack-id", 
49727             "required": false, 
49728             "type": "string"
49729           }, 
49730           {
49731             "description": "n/a", 
49732             "in": "query", 
49733             "name": "model-invariant-id", 
49734             "required": false, 
49735             "type": "string"
49736           }, 
49737           {
49738             "description": "n/a", 
49739             "in": "query", 
49740             "name": "model-version-id", 
49741             "required": false, 
49742             "type": "string"
49743           }, 
49744           {
49745             "description": "n/a", 
49746             "in": "query", 
49747             "name": "widget-model-id", 
49748             "required": false, 
49749             "type": "string"
49750           }, 
49751           {
49752             "description": "n/a", 
49753             "in": "query", 
49754             "name": "widget-model-version", 
49755             "required": false, 
49756             "type": "string"
49757           }, 
49758           {
49759             "description": "n/a", 
49760             "in": "query", 
49761             "name": "contrail-service-instance-fqdn", 
49762             "required": false, 
49763             "type": "string"
49764           }
49765         ], 
49766         "produces": [
49767           "application/json", 
49768           "application/xml"
49769         ], 
49770         "responses": {
49771           "200": {
49772             "description": "successful operation", 
49773             "schema": {
49774               "$ref": "#/definitions/vf-modules"
49775             }
49776           }, 
49777           "default": {
49778             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49779           }
49780         }, 
49781         "summary": "returns vf-modules", 
49782         "tags": [
49783           "Network"
49784         ]
49785       }
49786     }, 
49787     "/network/generic-vnfs/generic-vnf/{vnf-id}/vf-modules/vf-module/{vf-module-id}": {
49788       "delete": {
49789         "consumes": [
49790           "application/json", 
49791           "application/xml"
49792         ], 
49793         "description": "delete an existing vf-module", 
49794         "operationId": "deleteNetworkGenericVnfsGenericVnfVfModulesVfModule", 
49795         "parameters": [
49796           {
49797             "description": "Unique id of VNF.  This is unique across the graph.", 
49798             "example": "__VNF-ID__", 
49799             "in": "path", 
49800             "name": "vnf-id", 
49801             "required": true, 
49802             "type": "string"
49803           }, 
49804           {
49805             "description": "Unique ID of vf-module.", 
49806             "example": "__VF-MODULE-ID__", 
49807             "in": "path", 
49808             "name": "vf-module-id", 
49809             "required": true, 
49810             "type": "string"
49811           }, 
49812           {
49813             "description": "resource-version for concurrency", 
49814             "in": "query", 
49815             "name": "resource-version", 
49816             "required": true, 
49817             "type": "string"
49818           }
49819         ], 
49820         "produces": [
49821           "application/json", 
49822           "application/xml"
49823         ], 
49824         "responses": {
49825           "default": {
49826             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49827           }
49828         }, 
49829         "summary": "delete an existing vf-module", 
49830         "tags": [
49831           "Network"
49832         ]
49833       }, 
49834       "get": {
49835         "description": "returns vf-module", 
49836         "operationId": "getNetworkGenericVnfsGenericVnfVfModulesVfModule", 
49837         "parameters": [
49838           {
49839             "description": "Unique id of VNF.  This is unique across the graph.", 
49840             "example": "__VNF-ID__", 
49841             "in": "path", 
49842             "name": "vnf-id", 
49843             "required": true, 
49844             "type": "string"
49845           }, 
49846           {
49847             "description": "Unique ID of vf-module.", 
49848             "example": "__VF-MODULE-ID__", 
49849             "in": "path", 
49850             "name": "vf-module-id", 
49851             "required": true, 
49852             "type": "string"
49853           }
49854         ], 
49855         "produces": [
49856           "application/json", 
49857           "application/xml"
49858         ], 
49859         "responses": {
49860           "200": {
49861             "description": "successful operation", 
49862             "schema": {
49863               "$ref": "#/definitions/vf-module"
49864             }
49865           }, 
49866           "default": {
49867             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49868           }
49869         }, 
49870         "summary": "returns vf-module", 
49871         "tags": [
49872           "Network"
49873         ]
49874       }, 
49875       "patch": {
49876         "consumes": [
49877           "application/json"
49878         ], 
49879         "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", 
49880         "operationId": "UpdateNetworkGenericVnfsGenericVnfVfModulesVfModule", 
49881         "parameters": [
49882           {
49883             "description": "Unique id of VNF.  This is unique across the graph.", 
49884             "example": "__VNF-ID__", 
49885             "in": "path", 
49886             "name": "vnf-id", 
49887             "required": true, 
49888             "type": "string"
49889           }, 
49890           {
49891             "description": "Unique ID of vf-module.", 
49892             "example": "__VF-MODULE-ID__", 
49893             "in": "path", 
49894             "name": "vf-module-id", 
49895             "required": true, 
49896             "type": "string"
49897           }, 
49898           {
49899             "description": "vf-module object that needs to be updated.", 
49900             "in": "body", 
49901             "name": "body", 
49902             "required": true, 
49903             "schema": {
49904               "$ref": "#/definitions/zzzz-patch-vf-module"
49905             }
49906           }
49907         ], 
49908         "produces": [
49909           "application/json"
49910         ], 
49911         "responses": {
49912           "default": {
49913             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49914           }
49915         }, 
49916         "summary": "update an existing vf-module", 
49917         "tags": [
49918           "Network"
49919         ]
49920       }, 
49921       "put": {
49922         "consumes": [
49923           "application/json", 
49924           "application/xml"
49925         ], 
49926         "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", 
49927         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfVfModulesVfModule", 
49928         "parameters": [
49929           {
49930             "description": "Unique id of VNF.  This is unique across the graph.", 
49931             "example": "__VNF-ID__", 
49932             "in": "path", 
49933             "name": "vnf-id", 
49934             "required": true, 
49935             "type": "string"
49936           }, 
49937           {
49938             "description": "Unique ID of vf-module.", 
49939             "example": "__VF-MODULE-ID__", 
49940             "in": "path", 
49941             "name": "vf-module-id", 
49942             "required": true, 
49943             "type": "string"
49944           }, 
49945           {
49946             "description": "vf-module object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfVfModulesVfModule.json)", 
49947             "in": "body", 
49948             "name": "body", 
49949             "required": true, 
49950             "schema": {
49951               "$ref": "#/definitions/vf-module"
49952             }
49953           }
49954         ], 
49955         "produces": [
49956           "application/json", 
49957           "application/xml"
49958         ], 
49959         "responses": {
49960           "default": {
49961             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
49962           }
49963         }, 
49964         "summary": "create or update an existing vf-module", 
49965         "tags": [
49966           "Network"
49967         ]
49968       }
49969     }, 
49970     "/network/generic-vnfs/generic-vnf/{vnf-id}/vf-modules/vf-module/{vf-module-id}/relationship-list/relationship": {
49971       "delete": {
49972         "consumes": [
49973           "application/json", 
49974           "application/xml"
49975         ], 
49976         "description": "delete an existing relationship", 
49977         "operationId": "deleteNetworkGenericVnfsGenericVnfVfModulesVfModuleRelationshipListRelationship", 
49978         "parameters": [
49979           {
49980             "description": "Unique id of VNF.  This is unique across the graph.", 
49981             "example": "__VNF-ID__", 
49982             "in": "path", 
49983             "name": "vnf-id", 
49984             "required": true, 
49985             "type": "string"
49986           }, 
49987           {
49988             "description": "Unique ID of vf-module.", 
49989             "example": "__VF-MODULE-ID__", 
49990             "in": "path", 
49991             "name": "vf-module-id", 
49992             "required": true, 
49993             "type": "string"
49994           }
49995         ], 
49996         "produces": [
49997           "application/json", 
49998           "application/xml"
49999         ], 
50000         "responses": {
50001           "default": {
50002             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50003           }
50004         }, 
50005         "summary": "delete an existing relationship", 
50006         "tags": [
50007           "Network"
50008         ]
50009       }, 
50010       "put": {
50011         "consumes": [
50012           "application/json", 
50013           "application/xml"
50014         ], 
50015         "operationId": "createOrUpdateNetworkGenericVnfsGenericVnfVfModulesVfModuleRelationshipListRelationship", 
50016         "parameters": [
50017           {
50018             "description": "Unique id of VNF.  This is unique across the graph.", 
50019             "example": "__VNF-ID__", 
50020             "in": "path", 
50021             "name": "vnf-id", 
50022             "required": true, 
50023             "type": "string"
50024           }, 
50025           {
50026             "description": "Unique ID of vf-module.", 
50027             "example": "__VF-MODULE-ID__", 
50028             "in": "path", 
50029             "name": "vf-module-id", 
50030             "required": true, 
50031             "type": "string"
50032           }, 
50033           {
50034             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkGenericVnfsGenericVnfVfModulesVfModule.json)", 
50035             "in": "body", 
50036             "name": "body", 
50037             "required": true, 
50038             "schema": {
50039               "$ref": "#/definitions/relationship-dict"
50040             }
50041           }
50042         ], 
50043         "produces": [
50044           "application/json", 
50045           "application/xml"
50046         ], 
50047         "responses": {
50048           "default": {
50049             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50050           }
50051         }, 
50052         "summary": "see node definition for valid relationships", 
50053         "tags": [
50054           "Network"
50055         ]
50056       }
50057     }, 
50058     "/network/instance-groups": {
50059       "get": {
50060         "description": "returns instance-groups", 
50061         "operationId": "getNetworkInstanceGroups", 
50062         "parameters": [
50063           {
50064             "description": "n/a", 
50065             "in": "query", 
50066             "name": "id", 
50067             "required": false, 
50068             "type": "string"
50069           }, 
50070           {
50071             "description": "n/a", 
50072             "in": "query", 
50073             "name": "model-invariant-id", 
50074             "required": false, 
50075             "type": "string"
50076           }, 
50077           {
50078             "description": "n/a", 
50079             "in": "query", 
50080             "name": "model-version-id", 
50081             "required": false, 
50082             "type": "string"
50083           }
50084         ], 
50085         "produces": [
50086           "application/json", 
50087           "application/xml"
50088         ], 
50089         "responses": {
50090           "200": {
50091             "description": "successful operation", 
50092             "schema": {
50093               "$ref": "#/definitions/instance-groups"
50094             }
50095           }, 
50096           "default": {
50097             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50098           }
50099         }, 
50100         "summary": "returns instance-groups", 
50101         "tags": [
50102           "Network"
50103         ]
50104       }
50105     }, 
50106     "/network/instance-groups/instance-group/{id}": {
50107       "delete": {
50108         "consumes": [
50109           "application/json", 
50110           "application/xml"
50111         ], 
50112         "description": "delete an existing instance-group", 
50113         "operationId": "deleteNetworkInstanceGroupsInstanceGroup", 
50114         "parameters": [
50115           {
50116             "description": "Instance Group ID, UUID assigned to this instance.", 
50117             "example": "__ID__", 
50118             "in": "path", 
50119             "name": "id", 
50120             "required": true, 
50121             "type": "string"
50122           }, 
50123           {
50124             "description": "resource-version for concurrency", 
50125             "in": "query", 
50126             "name": "resource-version", 
50127             "required": true, 
50128             "type": "string"
50129           }
50130         ], 
50131         "produces": [
50132           "application/json", 
50133           "application/xml"
50134         ], 
50135         "responses": {
50136           "default": {
50137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50138           }
50139         }, 
50140         "summary": "delete an existing instance-group", 
50141         "tags": [
50142           "Network"
50143         ]
50144       }, 
50145       "get": {
50146         "description": "returns instance-group", 
50147         "operationId": "getNetworkInstanceGroupsInstanceGroup", 
50148         "parameters": [
50149           {
50150             "description": "Instance Group ID, UUID assigned to this instance.", 
50151             "example": "__ID__", 
50152             "in": "path", 
50153             "name": "id", 
50154             "required": true, 
50155             "type": "string"
50156           }
50157         ], 
50158         "produces": [
50159           "application/json", 
50160           "application/xml"
50161         ], 
50162         "responses": {
50163           "200": {
50164             "description": "successful operation", 
50165             "schema": {
50166               "$ref": "#/definitions/instance-group"
50167             }
50168           }, 
50169           "default": {
50170             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50171           }
50172         }, 
50173         "summary": "returns instance-group", 
50174         "tags": [
50175           "Network"
50176         ]
50177       }, 
50178       "patch": {
50179         "consumes": [
50180           "application/json"
50181         ], 
50182         "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", 
50183         "operationId": "UpdateNetworkInstanceGroupsInstanceGroup", 
50184         "parameters": [
50185           {
50186             "description": "Instance Group ID, UUID assigned to this instance.", 
50187             "example": "__ID__", 
50188             "in": "path", 
50189             "name": "id", 
50190             "required": true, 
50191             "type": "string"
50192           }, 
50193           {
50194             "description": "instance-group object that needs to be updated.", 
50195             "in": "body", 
50196             "name": "body", 
50197             "required": true, 
50198             "schema": {
50199               "$ref": "#/definitions/zzzz-patch-instance-group"
50200             }
50201           }
50202         ], 
50203         "produces": [
50204           "application/json"
50205         ], 
50206         "responses": {
50207           "default": {
50208             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50209           }
50210         }, 
50211         "summary": "update an existing instance-group", 
50212         "tags": [
50213           "Network"
50214         ]
50215       }, 
50216       "put": {
50217         "consumes": [
50218           "application/json", 
50219           "application/xml"
50220         ], 
50221         "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", 
50222         "operationId": "createOrUpdateNetworkInstanceGroupsInstanceGroup", 
50223         "parameters": [
50224           {
50225             "description": "Instance Group ID, UUID assigned to this instance.", 
50226             "example": "__ID__", 
50227             "in": "path", 
50228             "name": "id", 
50229             "required": true, 
50230             "type": "string"
50231           }, 
50232           {
50233             "description": "instance-group object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkInstanceGroupsInstanceGroup.json)", 
50234             "in": "body", 
50235             "name": "body", 
50236             "required": true, 
50237             "schema": {
50238               "$ref": "#/definitions/instance-group"
50239             }
50240           }
50241         ], 
50242         "produces": [
50243           "application/json", 
50244           "application/xml"
50245         ], 
50246         "responses": {
50247           "default": {
50248             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50249           }
50250         }, 
50251         "summary": "create or update an existing instance-group", 
50252         "tags": [
50253           "Network"
50254         ]
50255       }
50256     }, 
50257     "/network/instance-groups/instance-group/{id}/relationship-list/relationship": {
50258       "delete": {
50259         "consumes": [
50260           "application/json", 
50261           "application/xml"
50262         ], 
50263         "description": "delete an existing relationship", 
50264         "operationId": "deleteNetworkInstanceGroupsInstanceGroupRelationshipListRelationship", 
50265         "parameters": [
50266           {
50267             "description": "Instance Group ID, UUID assigned to this instance.", 
50268             "example": "__ID__", 
50269             "in": "path", 
50270             "name": "id", 
50271             "required": true, 
50272             "type": "string"
50273           }
50274         ], 
50275         "produces": [
50276           "application/json", 
50277           "application/xml"
50278         ], 
50279         "responses": {
50280           "default": {
50281             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50282           }
50283         }, 
50284         "summary": "delete an existing relationship", 
50285         "tags": [
50286           "Network"
50287         ]
50288       }, 
50289       "put": {
50290         "consumes": [
50291           "application/json", 
50292           "application/xml"
50293         ], 
50294         "operationId": "createOrUpdateNetworkInstanceGroupsInstanceGroupRelationshipListRelationship", 
50295         "parameters": [
50296           {
50297             "description": "Instance Group ID, UUID assigned to this instance.", 
50298             "example": "__ID__", 
50299             "in": "path", 
50300             "name": "id", 
50301             "required": true, 
50302             "type": "string"
50303           }, 
50304           {
50305             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkInstanceGroupsInstanceGroup.json)", 
50306             "in": "body", 
50307             "name": "body", 
50308             "required": true, 
50309             "schema": {
50310               "$ref": "#/definitions/relationship-dict"
50311             }
50312           }
50313         ], 
50314         "produces": [
50315           "application/json", 
50316           "application/xml"
50317         ], 
50318         "responses": {
50319           "default": {
50320             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50321           }
50322         }, 
50323         "summary": "see node definition for valid relationships", 
50324         "tags": [
50325           "Network"
50326         ]
50327       }
50328     }, 
50329     "/network/ipsec-configurations": {
50330       "get": {
50331         "description": "returns ipsec-configurations", 
50332         "operationId": "getNetworkIpsecConfigurations", 
50333         "parameters": [
50334           {
50335             "description": "n/a", 
50336             "in": "query", 
50337             "name": "ipsec-configuration-id", 
50338             "required": false, 
50339             "type": "string"
50340           }
50341         ], 
50342         "produces": [
50343           "application/json", 
50344           "application/xml"
50345         ], 
50346         "responses": {
50347           "200": {
50348             "description": "successful operation", 
50349             "schema": {
50350               "$ref": "#/definitions/ipsec-configurations"
50351             }
50352           }, 
50353           "default": {
50354             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50355           }
50356         }, 
50357         "summary": "returns ipsec-configurations", 
50358         "tags": [
50359           "Network"
50360         ]
50361       }
50362     }, 
50363     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}": {
50364       "delete": {
50365         "consumes": [
50366           "application/json", 
50367           "application/xml"
50368         ], 
50369         "description": "delete an existing ipsec-configuration", 
50370         "operationId": "deleteNetworkIpsecConfigurationsIpsecConfiguration", 
50371         "parameters": [
50372           {
50373             "description": "UUID of this configuration", 
50374             "example": "__IPSEC-CONFIGURATION-ID__", 
50375             "in": "path", 
50376             "name": "ipsec-configuration-id", 
50377             "required": true, 
50378             "type": "string"
50379           }, 
50380           {
50381             "description": "resource-version for concurrency", 
50382             "in": "query", 
50383             "name": "resource-version", 
50384             "required": true, 
50385             "type": "string"
50386           }
50387         ], 
50388         "produces": [
50389           "application/json", 
50390           "application/xml"
50391         ], 
50392         "responses": {
50393           "default": {
50394             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50395           }
50396         }, 
50397         "summary": "delete an existing ipsec-configuration", 
50398         "tags": [
50399           "Network"
50400         ]
50401       }, 
50402       "get": {
50403         "description": "returns ipsec-configuration", 
50404         "operationId": "getNetworkIpsecConfigurationsIpsecConfiguration", 
50405         "parameters": [
50406           {
50407             "description": "UUID of this configuration", 
50408             "example": "__IPSEC-CONFIGURATION-ID__", 
50409             "in": "path", 
50410             "name": "ipsec-configuration-id", 
50411             "required": true, 
50412             "type": "string"
50413           }
50414         ], 
50415         "produces": [
50416           "application/json", 
50417           "application/xml"
50418         ], 
50419         "responses": {
50420           "200": {
50421             "description": "successful operation", 
50422             "schema": {
50423               "$ref": "#/definitions/ipsec-configuration"
50424             }
50425           }, 
50426           "default": {
50427             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50428           }
50429         }, 
50430         "summary": "returns ipsec-configuration", 
50431         "tags": [
50432           "Network"
50433         ]
50434       }, 
50435       "patch": {
50436         "consumes": [
50437           "application/json"
50438         ], 
50439         "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", 
50440         "operationId": "UpdateNetworkIpsecConfigurationsIpsecConfiguration", 
50441         "parameters": [
50442           {
50443             "description": "UUID of this configuration", 
50444             "example": "__IPSEC-CONFIGURATION-ID__", 
50445             "in": "path", 
50446             "name": "ipsec-configuration-id", 
50447             "required": true, 
50448             "type": "string"
50449           }, 
50450           {
50451             "description": "ipsec-configuration object that needs to be updated.", 
50452             "in": "body", 
50453             "name": "body", 
50454             "required": true, 
50455             "schema": {
50456               "$ref": "#/definitions/zzzz-patch-ipsec-configuration"
50457             }
50458           }
50459         ], 
50460         "produces": [
50461           "application/json"
50462         ], 
50463         "responses": {
50464           "default": {
50465             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50466           }
50467         }, 
50468         "summary": "update an existing ipsec-configuration", 
50469         "tags": [
50470           "Network"
50471         ]
50472       }, 
50473       "put": {
50474         "consumes": [
50475           "application/json", 
50476           "application/xml"
50477         ], 
50478         "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", 
50479         "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfiguration", 
50480         "parameters": [
50481           {
50482             "description": "UUID of this configuration", 
50483             "example": "__IPSEC-CONFIGURATION-ID__", 
50484             "in": "path", 
50485             "name": "ipsec-configuration-id", 
50486             "required": true, 
50487             "type": "string"
50488           }, 
50489           {
50490             "description": "ipsec-configuration object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkIpsecConfigurationsIpsecConfiguration.json)", 
50491             "in": "body", 
50492             "name": "body", 
50493             "required": true, 
50494             "schema": {
50495               "$ref": "#/definitions/ipsec-configuration"
50496             }
50497           }
50498         ], 
50499         "produces": [
50500           "application/json", 
50501           "application/xml"
50502         ], 
50503         "responses": {
50504           "default": {
50505             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50506           }
50507         }, 
50508         "summary": "create or update an existing ipsec-configuration", 
50509         "tags": [
50510           "Network"
50511         ]
50512       }
50513     }, 
50514     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}/relationship-list/relationship": {
50515       "delete": {
50516         "consumes": [
50517           "application/json", 
50518           "application/xml"
50519         ], 
50520         "description": "delete an existing relationship", 
50521         "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationRelationshipListRelationship", 
50522         "parameters": [
50523           {
50524             "description": "UUID of this configuration", 
50525             "example": "__IPSEC-CONFIGURATION-ID__", 
50526             "in": "path", 
50527             "name": "ipsec-configuration-id", 
50528             "required": true, 
50529             "type": "string"
50530           }
50531         ], 
50532         "produces": [
50533           "application/json", 
50534           "application/xml"
50535         ], 
50536         "responses": {
50537           "default": {
50538             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50539           }
50540         }, 
50541         "summary": "delete an existing relationship", 
50542         "tags": [
50543           "Network"
50544         ]
50545       }, 
50546       "put": {
50547         "consumes": [
50548           "application/json", 
50549           "application/xml"
50550         ], 
50551         "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationRelationshipListRelationship", 
50552         "parameters": [
50553           {
50554             "description": "UUID of this configuration", 
50555             "example": "__IPSEC-CONFIGURATION-ID__", 
50556             "in": "path", 
50557             "name": "ipsec-configuration-id", 
50558             "required": true, 
50559             "type": "string"
50560           }, 
50561           {
50562             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkIpsecConfigurationsIpsecConfiguration.json)", 
50563             "in": "body", 
50564             "name": "body", 
50565             "required": true, 
50566             "schema": {
50567               "$ref": "#/definitions/relationship-dict"
50568             }
50569           }
50570         ], 
50571         "produces": [
50572           "application/json", 
50573           "application/xml"
50574         ], 
50575         "responses": {
50576           "default": {
50577             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50578           }
50579         }, 
50580         "summary": "see node definition for valid relationships", 
50581         "tags": [
50582           "Network"
50583         ]
50584       }
50585     }, 
50586     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}/vig-servers": {
50587       "get": {
50588         "description": "returns vig-servers", 
50589         "operationId": "getNetworkIpsecConfigurationsIpsecConfigurationVigServers", 
50590         "parameters": [
50591           {
50592             "description": "UUID of this configuration", 
50593             "example": "__IPSEC-CONFIGURATION-ID__", 
50594             "in": "path", 
50595             "name": "ipsec-configuration-id", 
50596             "required": true, 
50597             "type": "string"
50598           }, 
50599           {
50600             "description": "n/a", 
50601             "in": "query", 
50602             "name": "vig-address-type", 
50603             "required": false, 
50604             "type": "string"
50605           }
50606         ], 
50607         "produces": [
50608           "application/json", 
50609           "application/xml"
50610         ], 
50611         "responses": {
50612           "200": {
50613             "description": "successful operation", 
50614             "schema": {
50615               "$ref": "#/definitions/vig-servers"
50616             }
50617           }, 
50618           "default": {
50619             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50620           }
50621         }, 
50622         "summary": "returns vig-servers", 
50623         "tags": [
50624           "Network"
50625         ]
50626       }
50627     }, 
50628     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}/vig-servers/vig-server/{vig-address-type}": {
50629       "delete": {
50630         "consumes": [
50631           "application/json", 
50632           "application/xml"
50633         ], 
50634         "description": "delete an existing vig-server", 
50635         "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
50636         "parameters": [
50637           {
50638             "description": "UUID of this configuration", 
50639             "example": "__IPSEC-CONFIGURATION-ID__", 
50640             "in": "path", 
50641             "name": "ipsec-configuration-id", 
50642             "required": true, 
50643             "type": "string"
50644           }, 
50645           {
50646             "description": "indicates whether the VIG is for AVPN or INTERNET", 
50647             "example": "__VIG-ADDRESS-TYPE__", 
50648             "in": "path", 
50649             "name": "vig-address-type", 
50650             "required": true, 
50651             "type": "string"
50652           }, 
50653           {
50654             "description": "resource-version for concurrency", 
50655             "in": "query", 
50656             "name": "resource-version", 
50657             "required": true, 
50658             "type": "string"
50659           }
50660         ], 
50661         "produces": [
50662           "application/json", 
50663           "application/xml"
50664         ], 
50665         "responses": {
50666           "default": {
50667             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50668           }
50669         }, 
50670         "summary": "delete an existing vig-server", 
50671         "tags": [
50672           "Network"
50673         ]
50674       }, 
50675       "get": {
50676         "description": "returns vig-server", 
50677         "operationId": "getNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
50678         "parameters": [
50679           {
50680             "description": "UUID of this configuration", 
50681             "example": "__IPSEC-CONFIGURATION-ID__", 
50682             "in": "path", 
50683             "name": "ipsec-configuration-id", 
50684             "required": true, 
50685             "type": "string"
50686           }, 
50687           {
50688             "description": "indicates whether the VIG is for AVPN or INTERNET", 
50689             "example": "__VIG-ADDRESS-TYPE__", 
50690             "in": "path", 
50691             "name": "vig-address-type", 
50692             "required": true, 
50693             "type": "string"
50694           }
50695         ], 
50696         "produces": [
50697           "application/json", 
50698           "application/xml"
50699         ], 
50700         "responses": {
50701           "200": {
50702             "description": "successful operation", 
50703             "schema": {
50704               "$ref": "#/definitions/vig-server"
50705             }
50706           }, 
50707           "default": {
50708             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50709           }
50710         }, 
50711         "summary": "returns vig-server", 
50712         "tags": [
50713           "Network"
50714         ]
50715       }, 
50716       "patch": {
50717         "consumes": [
50718           "application/json"
50719         ], 
50720         "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", 
50721         "operationId": "UpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
50722         "parameters": [
50723           {
50724             "description": "UUID of this configuration", 
50725             "example": "__IPSEC-CONFIGURATION-ID__", 
50726             "in": "path", 
50727             "name": "ipsec-configuration-id", 
50728             "required": true, 
50729             "type": "string"
50730           }, 
50731           {
50732             "description": "indicates whether the VIG is for AVPN or INTERNET", 
50733             "example": "__VIG-ADDRESS-TYPE__", 
50734             "in": "path", 
50735             "name": "vig-address-type", 
50736             "required": true, 
50737             "type": "string"
50738           }, 
50739           {
50740             "description": "vig-server object that needs to be updated.", 
50741             "in": "body", 
50742             "name": "body", 
50743             "required": true, 
50744             "schema": {
50745               "$ref": "#/definitions/zzzz-patch-vig-server"
50746             }
50747           }
50748         ], 
50749         "produces": [
50750           "application/json"
50751         ], 
50752         "responses": {
50753           "default": {
50754             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50755           }
50756         }, 
50757         "summary": "update an existing vig-server", 
50758         "tags": [
50759           "Network"
50760         ]
50761       }, 
50762       "put": {
50763         "consumes": [
50764           "application/json", 
50765           "application/xml"
50766         ], 
50767         "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", 
50768         "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer", 
50769         "parameters": [
50770           {
50771             "description": "UUID of this configuration", 
50772             "example": "__IPSEC-CONFIGURATION-ID__", 
50773             "in": "path", 
50774             "name": "ipsec-configuration-id", 
50775             "required": true, 
50776             "type": "string"
50777           }, 
50778           {
50779             "description": "indicates whether the VIG is for AVPN or INTERNET", 
50780             "example": "__VIG-ADDRESS-TYPE__", 
50781             "in": "path", 
50782             "name": "vig-address-type", 
50783             "required": true, 
50784             "type": "string"
50785           }, 
50786           {
50787             "description": "vig-server object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer.json)", 
50788             "in": "body", 
50789             "name": "body", 
50790             "required": true, 
50791             "schema": {
50792               "$ref": "#/definitions/vig-server"
50793             }
50794           }
50795         ], 
50796         "produces": [
50797           "application/json", 
50798           "application/xml"
50799         ], 
50800         "responses": {
50801           "default": {
50802             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50803           }
50804         }, 
50805         "summary": "create or update an existing vig-server", 
50806         "tags": [
50807           "Network"
50808         ]
50809       }
50810     }, 
50811     "/network/ipsec-configurations/ipsec-configuration/{ipsec-configuration-id}/vig-servers/vig-server/{vig-address-type}/relationship-list/relationship": {
50812       "delete": {
50813         "consumes": [
50814           "application/json", 
50815           "application/xml"
50816         ], 
50817         "description": "delete an existing relationship", 
50818         "operationId": "deleteNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServerRelationshipListRelationship", 
50819         "parameters": [
50820           {
50821             "description": "UUID of this configuration", 
50822             "example": "__IPSEC-CONFIGURATION-ID__", 
50823             "in": "path", 
50824             "name": "ipsec-configuration-id", 
50825             "required": true, 
50826             "type": "string"
50827           }, 
50828           {
50829             "description": "indicates whether the VIG is for AVPN or INTERNET", 
50830             "example": "__VIG-ADDRESS-TYPE__", 
50831             "in": "path", 
50832             "name": "vig-address-type", 
50833             "required": true, 
50834             "type": "string"
50835           }
50836         ], 
50837         "produces": [
50838           "application/json", 
50839           "application/xml"
50840         ], 
50841         "responses": {
50842           "default": {
50843             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50844           }
50845         }, 
50846         "summary": "delete an existing relationship", 
50847         "tags": [
50848           "Network"
50849         ]
50850       }, 
50851       "put": {
50852         "consumes": [
50853           "application/json", 
50854           "application/xml"
50855         ], 
50856         "operationId": "createOrUpdateNetworkIpsecConfigurationsIpsecConfigurationVigServersVigServerRelationshipListRelationship", 
50857         "parameters": [
50858           {
50859             "description": "UUID of this configuration", 
50860             "example": "__IPSEC-CONFIGURATION-ID__", 
50861             "in": "path", 
50862             "name": "ipsec-configuration-id", 
50863             "required": true, 
50864             "type": "string"
50865           }, 
50866           {
50867             "description": "indicates whether the VIG is for AVPN or INTERNET", 
50868             "example": "__VIG-ADDRESS-TYPE__", 
50869             "in": "path", 
50870             "name": "vig-address-type", 
50871             "required": true, 
50872             "type": "string"
50873           }, 
50874           {
50875             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkIpsecConfigurationsIpsecConfigurationVigServersVigServer.json)", 
50876             "in": "body", 
50877             "name": "body", 
50878             "required": true, 
50879             "schema": {
50880               "$ref": "#/definitions/relationship-dict"
50881             }
50882           }
50883         ], 
50884         "produces": [
50885           "application/json", 
50886           "application/xml"
50887         ], 
50888         "responses": {
50889           "default": {
50890             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50891           }
50892         }, 
50893         "summary": "see node definition for valid relationships", 
50894         "tags": [
50895           "Network"
50896         ]
50897       }
50898     }, 
50899     "/network/l3-networks": {
50900       "get": {
50901         "description": "returns l3-networks", 
50902         "operationId": "getNetworkL3Networks", 
50903         "parameters": [
50904           {
50905             "description": "n/a", 
50906             "in": "query", 
50907             "name": "network-id", 
50908             "required": false, 
50909             "type": "string"
50910           }, 
50911           {
50912             "description": "n/a", 
50913             "in": "query", 
50914             "name": "network-name", 
50915             "required": false, 
50916             "type": "string"
50917           }, 
50918           {
50919             "description": "n/a", 
50920             "in": "query", 
50921             "name": "network-role", 
50922             "required": false, 
50923             "type": "string"
50924           }, 
50925           {
50926             "description": "n/a", 
50927             "in": "query", 
50928             "name": "service-id", 
50929             "required": false, 
50930             "type": "string"
50931           }, 
50932           {
50933             "description": "n/a", 
50934             "in": "query", 
50935             "name": "heat-stack-id", 
50936             "required": false, 
50937             "type": "string"
50938           }, 
50939           {
50940             "description": "n/a", 
50941             "in": "query", 
50942             "name": "contrail-network-fqdn", 
50943             "required": false, 
50944             "type": "string"
50945           }, 
50946           {
50947             "description": "n/a", 
50948             "in": "query", 
50949             "name": "model-invariant-id", 
50950             "required": false, 
50951             "type": "string"
50952           }, 
50953           {
50954             "description": "n/a", 
50955             "in": "query", 
50956             "name": "model-version-id", 
50957             "required": false, 
50958             "type": "string"
50959           }, 
50960           {
50961             "description": "n/a", 
50962             "in": "query", 
50963             "name": "widget-model-id", 
50964             "required": false, 
50965             "type": "string"
50966           }, 
50967           {
50968             "description": "n/a", 
50969             "in": "query", 
50970             "name": "widget-model-version", 
50971             "required": false, 
50972             "type": "string"
50973           }
50974         ], 
50975         "produces": [
50976           "application/json", 
50977           "application/xml"
50978         ], 
50979         "responses": {
50980           "200": {
50981             "description": "successful operation", 
50982             "schema": {
50983               "$ref": "#/definitions/l3-networks"
50984             }
50985           }, 
50986           "default": {
50987             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
50988           }
50989         }, 
50990         "summary": "returns l3-networks", 
50991         "tags": [
50992           "Network"
50993         ]
50994       }
50995     }, 
50996     "/network/l3-networks/l3-network/{network-id}": {
50997       "delete": {
50998         "consumes": [
50999           "application/json", 
51000           "application/xml"
51001         ], 
51002         "description": "delete an existing l3-network", 
51003         "operationId": "deleteNetworkL3NetworksL3Network", 
51004         "parameters": [
51005           {
51006             "description": "Network ID, should be uuid. Unique across A&AI.", 
51007             "example": "__NETWORK-ID__", 
51008             "in": "path", 
51009             "name": "network-id", 
51010             "required": true, 
51011             "type": "string"
51012           }, 
51013           {
51014             "description": "resource-version for concurrency", 
51015             "in": "query", 
51016             "name": "resource-version", 
51017             "required": true, 
51018             "type": "string"
51019           }
51020         ], 
51021         "produces": [
51022           "application/json", 
51023           "application/xml"
51024         ], 
51025         "responses": {
51026           "default": {
51027             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51028           }
51029         }, 
51030         "summary": "delete an existing l3-network", 
51031         "tags": [
51032           "Network"
51033         ]
51034       }, 
51035       "get": {
51036         "description": "returns l3-network", 
51037         "operationId": "getNetworkL3NetworksL3Network", 
51038         "parameters": [
51039           {
51040             "description": "Network ID, should be uuid. Unique across A&AI.", 
51041             "example": "__NETWORK-ID__", 
51042             "in": "path", 
51043             "name": "network-id", 
51044             "required": true, 
51045             "type": "string"
51046           }
51047         ], 
51048         "produces": [
51049           "application/json", 
51050           "application/xml"
51051         ], 
51052         "responses": {
51053           "200": {
51054             "description": "successful operation", 
51055             "schema": {
51056               "$ref": "#/definitions/l3-network"
51057             }
51058           }, 
51059           "default": {
51060             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51061           }
51062         }, 
51063         "summary": "returns l3-network", 
51064         "tags": [
51065           "Network"
51066         ]
51067       }, 
51068       "patch": {
51069         "consumes": [
51070           "application/json"
51071         ], 
51072         "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", 
51073         "operationId": "UpdateNetworkL3NetworksL3Network", 
51074         "parameters": [
51075           {
51076             "description": "Network ID, should be uuid. Unique across A&AI.", 
51077             "example": "__NETWORK-ID__", 
51078             "in": "path", 
51079             "name": "network-id", 
51080             "required": true, 
51081             "type": "string"
51082           }, 
51083           {
51084             "description": "l3-network object that needs to be updated.", 
51085             "in": "body", 
51086             "name": "body", 
51087             "required": true, 
51088             "schema": {
51089               "$ref": "#/definitions/zzzz-patch-l3-network"
51090             }
51091           }
51092         ], 
51093         "produces": [
51094           "application/json"
51095         ], 
51096         "responses": {
51097           "default": {
51098             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51099           }
51100         }, 
51101         "summary": "update an existing l3-network", 
51102         "tags": [
51103           "Network"
51104         ]
51105       }, 
51106       "put": {
51107         "consumes": [
51108           "application/json", 
51109           "application/xml"
51110         ], 
51111         "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", 
51112         "operationId": "createOrUpdateNetworkL3NetworksL3Network", 
51113         "parameters": [
51114           {
51115             "description": "Network ID, should be uuid. Unique across A&AI.", 
51116             "example": "__NETWORK-ID__", 
51117             "in": "path", 
51118             "name": "network-id", 
51119             "required": true, 
51120             "type": "string"
51121           }, 
51122           {
51123             "description": "l3-network object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3Network.json)", 
51124             "in": "body", 
51125             "name": "body", 
51126             "required": true, 
51127             "schema": {
51128               "$ref": "#/definitions/l3-network"
51129             }
51130           }
51131         ], 
51132         "produces": [
51133           "application/json", 
51134           "application/xml"
51135         ], 
51136         "responses": {
51137           "default": {
51138             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51139           }
51140         }, 
51141         "summary": "create or update an existing l3-network", 
51142         "tags": [
51143           "Network"
51144         ]
51145       }
51146     }, 
51147     "/network/l3-networks/l3-network/{network-id}/ctag-assignments": {
51148       "get": {
51149         "description": "returns ctag-assignments", 
51150         "operationId": "getNetworkL3NetworksL3NetworkCtagAssignments", 
51151         "parameters": [
51152           {
51153             "description": "Network ID, should be uuid. Unique across A&AI.", 
51154             "example": "__NETWORK-ID__", 
51155             "in": "path", 
51156             "name": "network-id", 
51157             "required": true, 
51158             "type": "string"
51159           }, 
51160           {
51161             "description": "n/a", 
51162             "format": "int64", 
51163             "in": "query", 
51164             "name": "vlan-id-inner", 
51165             "required": false, 
51166             "type": "integer"
51167           }
51168         ], 
51169         "produces": [
51170           "application/json", 
51171           "application/xml"
51172         ], 
51173         "responses": {
51174           "200": {
51175             "description": "successful operation", 
51176             "schema": {
51177               "$ref": "#/definitions/ctag-assignments"
51178             }
51179           }, 
51180           "default": {
51181             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51182           }
51183         }, 
51184         "summary": "returns ctag-assignments", 
51185         "tags": [
51186           "Network"
51187         ]
51188       }
51189     }, 
51190     "/network/l3-networks/l3-network/{network-id}/ctag-assignments/ctag-assignment/{vlan-id-inner}": {
51191       "delete": {
51192         "consumes": [
51193           "application/json", 
51194           "application/xml"
51195         ], 
51196         "description": "delete an existing ctag-assignment", 
51197         "operationId": "deleteNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
51198         "parameters": [
51199           {
51200             "description": "Network ID, should be uuid. Unique across A&AI.", 
51201             "example": "__NETWORK-ID__", 
51202             "in": "path", 
51203             "name": "network-id", 
51204             "required": true, 
51205             "type": "string"
51206           }, 
51207           {
51208             "description": "id.", 
51209             "example": "__VLAN-ID-INNER__", 
51210             "format": "int64", 
51211             "in": "path", 
51212             "name": "vlan-id-inner", 
51213             "required": true, 
51214             "type": "integer"
51215           }, 
51216           {
51217             "description": "resource-version for concurrency", 
51218             "in": "query", 
51219             "name": "resource-version", 
51220             "required": true, 
51221             "type": "string"
51222           }
51223         ], 
51224         "produces": [
51225           "application/json", 
51226           "application/xml"
51227         ], 
51228         "responses": {
51229           "default": {
51230             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51231           }
51232         }, 
51233         "summary": "delete an existing ctag-assignment", 
51234         "tags": [
51235           "Network"
51236         ]
51237       }, 
51238       "get": {
51239         "description": "returns ctag-assignment", 
51240         "operationId": "getNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
51241         "parameters": [
51242           {
51243             "description": "Network ID, should be uuid. Unique across A&AI.", 
51244             "example": "__NETWORK-ID__", 
51245             "in": "path", 
51246             "name": "network-id", 
51247             "required": true, 
51248             "type": "string"
51249           }, 
51250           {
51251             "description": "id.", 
51252             "example": "__VLAN-ID-INNER__", 
51253             "format": "int64", 
51254             "in": "path", 
51255             "name": "vlan-id-inner", 
51256             "required": true, 
51257             "type": "integer"
51258           }
51259         ], 
51260         "produces": [
51261           "application/json", 
51262           "application/xml"
51263         ], 
51264         "responses": {
51265           "200": {
51266             "description": "successful operation", 
51267             "schema": {
51268               "$ref": "#/definitions/ctag-assignment"
51269             }
51270           }, 
51271           "default": {
51272             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51273           }
51274         }, 
51275         "summary": "returns ctag-assignment", 
51276         "tags": [
51277           "Network"
51278         ]
51279       }, 
51280       "patch": {
51281         "consumes": [
51282           "application/json"
51283         ], 
51284         "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", 
51285         "operationId": "UpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
51286         "parameters": [
51287           {
51288             "description": "Network ID, should be uuid. Unique across A&AI.", 
51289             "example": "__NETWORK-ID__", 
51290             "in": "path", 
51291             "name": "network-id", 
51292             "required": true, 
51293             "type": "string"
51294           }, 
51295           {
51296             "description": "id.", 
51297             "example": "__VLAN-ID-INNER__", 
51298             "format": "int64", 
51299             "in": "path", 
51300             "name": "vlan-id-inner", 
51301             "required": true, 
51302             "type": "integer"
51303           }, 
51304           {
51305             "description": "ctag-assignment object that needs to be updated.", 
51306             "in": "body", 
51307             "name": "body", 
51308             "required": true, 
51309             "schema": {
51310               "$ref": "#/definitions/zzzz-patch-ctag-assignment"
51311             }
51312           }
51313         ], 
51314         "produces": [
51315           "application/json"
51316         ], 
51317         "responses": {
51318           "default": {
51319             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51320           }
51321         }, 
51322         "summary": "update an existing ctag-assignment", 
51323         "tags": [
51324           "Network"
51325         ]
51326       }, 
51327       "put": {
51328         "consumes": [
51329           "application/json", 
51330           "application/xml"
51331         ], 
51332         "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", 
51333         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment", 
51334         "parameters": [
51335           {
51336             "description": "Network ID, should be uuid. Unique across A&AI.", 
51337             "example": "__NETWORK-ID__", 
51338             "in": "path", 
51339             "name": "network-id", 
51340             "required": true, 
51341             "type": "string"
51342           }, 
51343           {
51344             "description": "id.", 
51345             "example": "__VLAN-ID-INNER__", 
51346             "format": "int64", 
51347             "in": "path", 
51348             "name": "vlan-id-inner", 
51349             "required": true, 
51350             "type": "integer"
51351           }, 
51352           {
51353             "description": "ctag-assignment object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment.json)", 
51354             "in": "body", 
51355             "name": "body", 
51356             "required": true, 
51357             "schema": {
51358               "$ref": "#/definitions/ctag-assignment"
51359             }
51360           }
51361         ], 
51362         "produces": [
51363           "application/json", 
51364           "application/xml"
51365         ], 
51366         "responses": {
51367           "default": {
51368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51369           }
51370         }, 
51371         "summary": "create or update an existing ctag-assignment", 
51372         "tags": [
51373           "Network"
51374         ]
51375       }
51376     }, 
51377     "/network/l3-networks/l3-network/{network-id}/ctag-assignments/ctag-assignment/{vlan-id-inner}/relationship-list/relationship": {
51378       "delete": {
51379         "consumes": [
51380           "application/json", 
51381           "application/xml"
51382         ], 
51383         "description": "delete an existing relationship", 
51384         "operationId": "deleteNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignmentRelationshipListRelationship", 
51385         "parameters": [
51386           {
51387             "description": "Network ID, should be uuid. Unique across A&AI.", 
51388             "example": "__NETWORK-ID__", 
51389             "in": "path", 
51390             "name": "network-id", 
51391             "required": true, 
51392             "type": "string"
51393           }, 
51394           {
51395             "description": "id.", 
51396             "example": "__VLAN-ID-INNER__", 
51397             "format": "int64", 
51398             "in": "path", 
51399             "name": "vlan-id-inner", 
51400             "required": true, 
51401             "type": "integer"
51402           }
51403         ], 
51404         "produces": [
51405           "application/json", 
51406           "application/xml"
51407         ], 
51408         "responses": {
51409           "default": {
51410             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51411           }
51412         }, 
51413         "summary": "delete an existing relationship", 
51414         "tags": [
51415           "Network"
51416         ]
51417       }, 
51418       "put": {
51419         "consumes": [
51420           "application/json", 
51421           "application/xml"
51422         ], 
51423         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignmentRelationshipListRelationship", 
51424         "parameters": [
51425           {
51426             "description": "Network ID, should be uuid. Unique across A&AI.", 
51427             "example": "__NETWORK-ID__", 
51428             "in": "path", 
51429             "name": "network-id", 
51430             "required": true, 
51431             "type": "string"
51432           }, 
51433           {
51434             "description": "id.", 
51435             "example": "__VLAN-ID-INNER__", 
51436             "format": "int64", 
51437             "in": "path", 
51438             "name": "vlan-id-inner", 
51439             "required": true, 
51440             "type": "integer"
51441           }, 
51442           {
51443             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3NetworkCtagAssignmentsCtagAssignment.json)", 
51444             "in": "body", 
51445             "name": "body", 
51446             "required": true, 
51447             "schema": {
51448               "$ref": "#/definitions/relationship-dict"
51449             }
51450           }
51451         ], 
51452         "produces": [
51453           "application/json", 
51454           "application/xml"
51455         ], 
51456         "responses": {
51457           "default": {
51458             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51459           }
51460         }, 
51461         "summary": "see node definition for valid relationships", 
51462         "tags": [
51463           "Network"
51464         ]
51465       }
51466     }, 
51467     "/network/l3-networks/l3-network/{network-id}/relationship-list/relationship": {
51468       "delete": {
51469         "consumes": [
51470           "application/json", 
51471           "application/xml"
51472         ], 
51473         "description": "delete an existing relationship", 
51474         "operationId": "deleteNetworkL3NetworksL3NetworkRelationshipListRelationship", 
51475         "parameters": [
51476           {
51477             "description": "Network ID, should be uuid. Unique across A&AI.", 
51478             "example": "__NETWORK-ID__", 
51479             "in": "path", 
51480             "name": "network-id", 
51481             "required": true, 
51482             "type": "string"
51483           }
51484         ], 
51485         "produces": [
51486           "application/json", 
51487           "application/xml"
51488         ], 
51489         "responses": {
51490           "default": {
51491             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51492           }
51493         }, 
51494         "summary": "delete an existing relationship", 
51495         "tags": [
51496           "Network"
51497         ]
51498       }, 
51499       "put": {
51500         "consumes": [
51501           "application/json", 
51502           "application/xml"
51503         ], 
51504         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkRelationshipListRelationship", 
51505         "parameters": [
51506           {
51507             "description": "Network ID, should be uuid. Unique across A&AI.", 
51508             "example": "__NETWORK-ID__", 
51509             "in": "path", 
51510             "name": "network-id", 
51511             "required": true, 
51512             "type": "string"
51513           }, 
51514           {
51515             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3Network.json)", 
51516             "in": "body", 
51517             "name": "body", 
51518             "required": true, 
51519             "schema": {
51520               "$ref": "#/definitions/relationship-dict"
51521             }
51522           }
51523         ], 
51524         "produces": [
51525           "application/json", 
51526           "application/xml"
51527         ], 
51528         "responses": {
51529           "default": {
51530             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51531           }
51532         }, 
51533         "summary": "see node definition for valid relationships", 
51534         "tags": [
51535           "Network"
51536         ]
51537       }
51538     }, 
51539     "/network/l3-networks/l3-network/{network-id}/segmentation-assignments": {
51540       "get": {
51541         "description": "returns segmentation-assignments", 
51542         "operationId": "getNetworkL3NetworksL3NetworkSegmentationAssignments", 
51543         "parameters": [
51544           {
51545             "description": "Network ID, should be uuid. Unique across A&AI.", 
51546             "example": "__NETWORK-ID__", 
51547             "in": "path", 
51548             "name": "network-id", 
51549             "required": true, 
51550             "type": "string"
51551           }, 
51552           {
51553             "description": "n/a", 
51554             "in": "query", 
51555             "name": "segmentation-id", 
51556             "required": false, 
51557             "type": "string"
51558           }
51559         ], 
51560         "produces": [
51561           "application/json", 
51562           "application/xml"
51563         ], 
51564         "responses": {
51565           "200": {
51566             "description": "successful operation", 
51567             "schema": {
51568               "$ref": "#/definitions/segmentation-assignments"
51569             }
51570           }, 
51571           "default": {
51572             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51573           }
51574         }, 
51575         "summary": "returns segmentation-assignments", 
51576         "tags": [
51577           "Network"
51578         ]
51579       }
51580     }, 
51581     "/network/l3-networks/l3-network/{network-id}/segmentation-assignments/segmentation-assignment/{segmentation-id}": {
51582       "delete": {
51583         "consumes": [
51584           "application/json", 
51585           "application/xml"
51586         ], 
51587         "description": "delete an existing segmentation-assignment", 
51588         "operationId": "deleteNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
51589         "parameters": [
51590           {
51591             "description": "Network ID, should be uuid. Unique across A&AI.", 
51592             "example": "__NETWORK-ID__", 
51593             "in": "path", 
51594             "name": "network-id", 
51595             "required": true, 
51596             "type": "string"
51597           }, 
51598           {
51599             "description": "Route Table Reference id, UUID assigned to this instance.", 
51600             "example": "__SEGMENTATION-ID__", 
51601             "in": "path", 
51602             "name": "segmentation-id", 
51603             "required": true, 
51604             "type": "string"
51605           }, 
51606           {
51607             "description": "resource-version for concurrency", 
51608             "in": "query", 
51609             "name": "resource-version", 
51610             "required": true, 
51611             "type": "string"
51612           }
51613         ], 
51614         "produces": [
51615           "application/json", 
51616           "application/xml"
51617         ], 
51618         "responses": {
51619           "default": {
51620             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51621           }
51622         }, 
51623         "summary": "delete an existing segmentation-assignment", 
51624         "tags": [
51625           "Network"
51626         ]
51627       }, 
51628       "get": {
51629         "description": "returns segmentation-assignment", 
51630         "operationId": "getNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
51631         "parameters": [
51632           {
51633             "description": "Network ID, should be uuid. Unique across A&AI.", 
51634             "example": "__NETWORK-ID__", 
51635             "in": "path", 
51636             "name": "network-id", 
51637             "required": true, 
51638             "type": "string"
51639           }, 
51640           {
51641             "description": "Route Table Reference id, UUID assigned to this instance.", 
51642             "example": "__SEGMENTATION-ID__", 
51643             "in": "path", 
51644             "name": "segmentation-id", 
51645             "required": true, 
51646             "type": "string"
51647           }
51648         ], 
51649         "produces": [
51650           "application/json", 
51651           "application/xml"
51652         ], 
51653         "responses": {
51654           "200": {
51655             "description": "successful operation", 
51656             "schema": {
51657               "$ref": "#/definitions/segmentation-assignment"
51658             }
51659           }, 
51660           "default": {
51661             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51662           }
51663         }, 
51664         "summary": "returns segmentation-assignment", 
51665         "tags": [
51666           "Network"
51667         ]
51668       }, 
51669       "patch": {
51670         "consumes": [
51671           "application/json"
51672         ], 
51673         "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", 
51674         "operationId": "UpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
51675         "parameters": [
51676           {
51677             "description": "Network ID, should be uuid. Unique across A&AI.", 
51678             "example": "__NETWORK-ID__", 
51679             "in": "path", 
51680             "name": "network-id", 
51681             "required": true, 
51682             "type": "string"
51683           }, 
51684           {
51685             "description": "Route Table Reference id, UUID assigned to this instance.", 
51686             "example": "__SEGMENTATION-ID__", 
51687             "in": "path", 
51688             "name": "segmentation-id", 
51689             "required": true, 
51690             "type": "string"
51691           }, 
51692           {
51693             "description": "segmentation-assignment object that needs to be updated.", 
51694             "in": "body", 
51695             "name": "body", 
51696             "required": true, 
51697             "schema": {
51698               "$ref": "#/definitions/zzzz-patch-segmentation-assignment"
51699             }
51700           }
51701         ], 
51702         "produces": [
51703           "application/json"
51704         ], 
51705         "responses": {
51706           "default": {
51707             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51708           }
51709         }, 
51710         "summary": "update an existing segmentation-assignment", 
51711         "tags": [
51712           "Network"
51713         ]
51714       }, 
51715       "put": {
51716         "consumes": [
51717           "application/json", 
51718           "application/xml"
51719         ], 
51720         "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", 
51721         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment", 
51722         "parameters": [
51723           {
51724             "description": "Network ID, should be uuid. Unique across A&AI.", 
51725             "example": "__NETWORK-ID__", 
51726             "in": "path", 
51727             "name": "network-id", 
51728             "required": true, 
51729             "type": "string"
51730           }, 
51731           {
51732             "description": "Route Table Reference id, UUID assigned to this instance.", 
51733             "example": "__SEGMENTATION-ID__", 
51734             "in": "path", 
51735             "name": "segmentation-id", 
51736             "required": true, 
51737             "type": "string"
51738           }, 
51739           {
51740             "description": "segmentation-assignment object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment.json)", 
51741             "in": "body", 
51742             "name": "body", 
51743             "required": true, 
51744             "schema": {
51745               "$ref": "#/definitions/segmentation-assignment"
51746             }
51747           }
51748         ], 
51749         "produces": [
51750           "application/json", 
51751           "application/xml"
51752         ], 
51753         "responses": {
51754           "default": {
51755             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51756           }
51757         }, 
51758         "summary": "create or update an existing segmentation-assignment", 
51759         "tags": [
51760           "Network"
51761         ]
51762       }
51763     }, 
51764     "/network/l3-networks/l3-network/{network-id}/segmentation-assignments/segmentation-assignment/{segmentation-id}/relationship-list/relationship": {
51765       "delete": {
51766         "consumes": [
51767           "application/json", 
51768           "application/xml"
51769         ], 
51770         "description": "delete an existing relationship", 
51771         "operationId": "deleteNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignmentRelationshipListRelationship", 
51772         "parameters": [
51773           {
51774             "description": "Network ID, should be uuid. Unique across A&AI.", 
51775             "example": "__NETWORK-ID__", 
51776             "in": "path", 
51777             "name": "network-id", 
51778             "required": true, 
51779             "type": "string"
51780           }, 
51781           {
51782             "description": "Route Table Reference id, UUID assigned to this instance.", 
51783             "example": "__SEGMENTATION-ID__", 
51784             "in": "path", 
51785             "name": "segmentation-id", 
51786             "required": true, 
51787             "type": "string"
51788           }
51789         ], 
51790         "produces": [
51791           "application/json", 
51792           "application/xml"
51793         ], 
51794         "responses": {
51795           "default": {
51796             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51797           }
51798         }, 
51799         "summary": "delete an existing relationship", 
51800         "tags": [
51801           "Network"
51802         ]
51803       }, 
51804       "put": {
51805         "consumes": [
51806           "application/json", 
51807           "application/xml"
51808         ], 
51809         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignmentRelationshipListRelationship", 
51810         "parameters": [
51811           {
51812             "description": "Network ID, should be uuid. Unique across A&AI.", 
51813             "example": "__NETWORK-ID__", 
51814             "in": "path", 
51815             "name": "network-id", 
51816             "required": true, 
51817             "type": "string"
51818           }, 
51819           {
51820             "description": "Route Table Reference id, UUID assigned to this instance.", 
51821             "example": "__SEGMENTATION-ID__", 
51822             "in": "path", 
51823             "name": "segmentation-id", 
51824             "required": true, 
51825             "type": "string"
51826           }, 
51827           {
51828             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3NetworkSegmentationAssignmentsSegmentationAssignment.json)", 
51829             "in": "body", 
51830             "name": "body", 
51831             "required": true, 
51832             "schema": {
51833               "$ref": "#/definitions/relationship-dict"
51834             }
51835           }
51836         ], 
51837         "produces": [
51838           "application/json", 
51839           "application/xml"
51840         ], 
51841         "responses": {
51842           "default": {
51843             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51844           }
51845         }, 
51846         "summary": "see node definition for valid relationships", 
51847         "tags": [
51848           "Network"
51849         ]
51850       }
51851     }, 
51852     "/network/l3-networks/l3-network/{network-id}/subnets": {
51853       "get": {
51854         "description": "returns subnets", 
51855         "operationId": "getNetworkL3NetworksL3NetworkSubnets", 
51856         "parameters": [
51857           {
51858             "description": "Network ID, should be uuid. Unique across A&AI.", 
51859             "example": "__NETWORK-ID__", 
51860             "in": "path", 
51861             "name": "network-id", 
51862             "required": true, 
51863             "type": "string"
51864           }, 
51865           {
51866             "description": "n/a", 
51867             "in": "query", 
51868             "name": "subnet-id", 
51869             "required": false, 
51870             "type": "string"
51871           }, 
51872           {
51873             "description": "n/a", 
51874             "in": "query", 
51875             "name": "subnet-name", 
51876             "required": false, 
51877             "type": "string"
51878           }
51879         ], 
51880         "produces": [
51881           "application/json", 
51882           "application/xml"
51883         ], 
51884         "responses": {
51885           "200": {
51886             "description": "successful operation", 
51887             "schema": {
51888               "$ref": "#/definitions/subnets"
51889             }
51890           }, 
51891           "default": {
51892             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51893           }
51894         }, 
51895         "summary": "returns subnets", 
51896         "tags": [
51897           "Network"
51898         ]
51899       }
51900     }, 
51901     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}": {
51902       "delete": {
51903         "consumes": [
51904           "application/json", 
51905           "application/xml"
51906         ], 
51907         "description": "delete an existing subnet", 
51908         "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnet", 
51909         "parameters": [
51910           {
51911             "description": "Network ID, should be uuid. Unique across A&AI.", 
51912             "example": "__NETWORK-ID__", 
51913             "in": "path", 
51914             "name": "network-id", 
51915             "required": true, 
51916             "type": "string"
51917           }, 
51918           {
51919             "description": "Subnet ID, should be UUID.", 
51920             "example": "__SUBNET-ID__", 
51921             "in": "path", 
51922             "name": "subnet-id", 
51923             "required": true, 
51924             "type": "string"
51925           }, 
51926           {
51927             "description": "resource-version for concurrency", 
51928             "in": "query", 
51929             "name": "resource-version", 
51930             "required": true, 
51931             "type": "string"
51932           }
51933         ], 
51934         "produces": [
51935           "application/json", 
51936           "application/xml"
51937         ], 
51938         "responses": {
51939           "default": {
51940             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51941           }
51942         }, 
51943         "summary": "delete an existing subnet", 
51944         "tags": [
51945           "Network"
51946         ]
51947       }, 
51948       "get": {
51949         "description": "returns subnet", 
51950         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnet", 
51951         "parameters": [
51952           {
51953             "description": "Network ID, should be uuid. Unique across A&AI.", 
51954             "example": "__NETWORK-ID__", 
51955             "in": "path", 
51956             "name": "network-id", 
51957             "required": true, 
51958             "type": "string"
51959           }, 
51960           {
51961             "description": "Subnet ID, should be UUID.", 
51962             "example": "__SUBNET-ID__", 
51963             "in": "path", 
51964             "name": "subnet-id", 
51965             "required": true, 
51966             "type": "string"
51967           }
51968         ], 
51969         "produces": [
51970           "application/json", 
51971           "application/xml"
51972         ], 
51973         "responses": {
51974           "200": {
51975             "description": "successful operation", 
51976             "schema": {
51977               "$ref": "#/definitions/subnet"
51978             }
51979           }, 
51980           "default": {
51981             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
51982           }
51983         }, 
51984         "summary": "returns subnet", 
51985         "tags": [
51986           "Network"
51987         ]
51988       }, 
51989       "patch": {
51990         "consumes": [
51991           "application/json"
51992         ], 
51993         "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", 
51994         "operationId": "UpdateNetworkL3NetworksL3NetworkSubnetsSubnet", 
51995         "parameters": [
51996           {
51997             "description": "Network ID, should be uuid. Unique across A&AI.", 
51998             "example": "__NETWORK-ID__", 
51999             "in": "path", 
52000             "name": "network-id", 
52001             "required": true, 
52002             "type": "string"
52003           }, 
52004           {
52005             "description": "Subnet ID, should be UUID.", 
52006             "example": "__SUBNET-ID__", 
52007             "in": "path", 
52008             "name": "subnet-id", 
52009             "required": true, 
52010             "type": "string"
52011           }, 
52012           {
52013             "description": "subnet object that needs to be updated.", 
52014             "in": "body", 
52015             "name": "body", 
52016             "required": true, 
52017             "schema": {
52018               "$ref": "#/definitions/zzzz-patch-subnet"
52019             }
52020           }
52021         ], 
52022         "produces": [
52023           "application/json"
52024         ], 
52025         "responses": {
52026           "default": {
52027             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52028           }
52029         }, 
52030         "summary": "update an existing subnet", 
52031         "tags": [
52032           "Network"
52033         ]
52034       }, 
52035       "put": {
52036         "consumes": [
52037           "application/json", 
52038           "application/xml"
52039         ], 
52040         "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", 
52041         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnet", 
52042         "parameters": [
52043           {
52044             "description": "Network ID, should be uuid. Unique across A&AI.", 
52045             "example": "__NETWORK-ID__", 
52046             "in": "path", 
52047             "name": "network-id", 
52048             "required": true, 
52049             "type": "string"
52050           }, 
52051           {
52052             "description": "Subnet ID, should be UUID.", 
52053             "example": "__SUBNET-ID__", 
52054             "in": "path", 
52055             "name": "subnet-id", 
52056             "required": true, 
52057             "type": "string"
52058           }, 
52059           {
52060             "description": "subnet object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3NetworkSubnetsSubnet.json)", 
52061             "in": "body", 
52062             "name": "body", 
52063             "required": true, 
52064             "schema": {
52065               "$ref": "#/definitions/subnet"
52066             }
52067           }
52068         ], 
52069         "produces": [
52070           "application/json", 
52071           "application/xml"
52072         ], 
52073         "responses": {
52074           "default": {
52075             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52076           }
52077         }, 
52078         "summary": "create or update an existing subnet", 
52079         "tags": [
52080           "Network"
52081         ]
52082       }
52083     }, 
52084     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}/host-routes": {
52085       "get": {
52086         "description": "returns host-routes", 
52087         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutes", 
52088         "parameters": [
52089           {
52090             "description": "Network ID, should be uuid. Unique across A&AI.", 
52091             "example": "__NETWORK-ID__", 
52092             "in": "path", 
52093             "name": "network-id", 
52094             "required": true, 
52095             "type": "string"
52096           }, 
52097           {
52098             "description": "Subnet ID, should be UUID.", 
52099             "example": "__SUBNET-ID__", 
52100             "in": "path", 
52101             "name": "subnet-id", 
52102             "required": true, 
52103             "type": "string"
52104           }, 
52105           {
52106             "description": "n/a", 
52107             "in": "query", 
52108             "name": "host-route-id", 
52109             "required": false, 
52110             "type": "string"
52111           }
52112         ], 
52113         "produces": [
52114           "application/json", 
52115           "application/xml"
52116         ], 
52117         "responses": {
52118           "200": {
52119             "description": "successful operation", 
52120             "schema": {
52121               "$ref": "#/definitions/host-routes"
52122             }
52123           }, 
52124           "default": {
52125             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52126           }
52127         }, 
52128         "summary": "returns host-routes", 
52129         "tags": [
52130           "Network"
52131         ]
52132       }
52133     }, 
52134     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}/host-routes/host-route/{host-route-id}": {
52135       "delete": {
52136         "consumes": [
52137           "application/json", 
52138           "application/xml"
52139         ], 
52140         "description": "delete an existing host-route", 
52141         "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
52142         "parameters": [
52143           {
52144             "description": "Network ID, should be uuid. Unique across A&AI.", 
52145             "example": "__NETWORK-ID__", 
52146             "in": "path", 
52147             "name": "network-id", 
52148             "required": true, 
52149             "type": "string"
52150           }, 
52151           {
52152             "description": "Subnet ID, should be UUID.", 
52153             "example": "__SUBNET-ID__", 
52154             "in": "path", 
52155             "name": "subnet-id", 
52156             "required": true, 
52157             "type": "string"
52158           }, 
52159           {
52160             "description": "host-route id", 
52161             "example": "__HOST-ROUTE-ID__", 
52162             "in": "path", 
52163             "name": "host-route-id", 
52164             "required": true, 
52165             "type": "string"
52166           }, 
52167           {
52168             "description": "resource-version for concurrency", 
52169             "in": "query", 
52170             "name": "resource-version", 
52171             "required": true, 
52172             "type": "string"
52173           }
52174         ], 
52175         "produces": [
52176           "application/json", 
52177           "application/xml"
52178         ], 
52179         "responses": {
52180           "default": {
52181             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52182           }
52183         }, 
52184         "summary": "delete an existing host-route", 
52185         "tags": [
52186           "Network"
52187         ]
52188       }, 
52189       "get": {
52190         "description": "returns host-route", 
52191         "operationId": "getNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
52192         "parameters": [
52193           {
52194             "description": "Network ID, should be uuid. Unique across A&AI.", 
52195             "example": "__NETWORK-ID__", 
52196             "in": "path", 
52197             "name": "network-id", 
52198             "required": true, 
52199             "type": "string"
52200           }, 
52201           {
52202             "description": "Subnet ID, should be UUID.", 
52203             "example": "__SUBNET-ID__", 
52204             "in": "path", 
52205             "name": "subnet-id", 
52206             "required": true, 
52207             "type": "string"
52208           }, 
52209           {
52210             "description": "host-route id", 
52211             "example": "__HOST-ROUTE-ID__", 
52212             "in": "path", 
52213             "name": "host-route-id", 
52214             "required": true, 
52215             "type": "string"
52216           }
52217         ], 
52218         "produces": [
52219           "application/json", 
52220           "application/xml"
52221         ], 
52222         "responses": {
52223           "200": {
52224             "description": "successful operation", 
52225             "schema": {
52226               "$ref": "#/definitions/host-route"
52227             }
52228           }, 
52229           "default": {
52230             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52231           }
52232         }, 
52233         "summary": "returns host-route", 
52234         "tags": [
52235           "Network"
52236         ]
52237       }, 
52238       "patch": {
52239         "consumes": [
52240           "application/json"
52241         ], 
52242         "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", 
52243         "operationId": "UpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
52244         "parameters": [
52245           {
52246             "description": "Network ID, should be uuid. Unique across A&AI.", 
52247             "example": "__NETWORK-ID__", 
52248             "in": "path", 
52249             "name": "network-id", 
52250             "required": true, 
52251             "type": "string"
52252           }, 
52253           {
52254             "description": "Subnet ID, should be UUID.", 
52255             "example": "__SUBNET-ID__", 
52256             "in": "path", 
52257             "name": "subnet-id", 
52258             "required": true, 
52259             "type": "string"
52260           }, 
52261           {
52262             "description": "host-route id", 
52263             "example": "__HOST-ROUTE-ID__", 
52264             "in": "path", 
52265             "name": "host-route-id", 
52266             "required": true, 
52267             "type": "string"
52268           }, 
52269           {
52270             "description": "host-route object that needs to be updated.", 
52271             "in": "body", 
52272             "name": "body", 
52273             "required": true, 
52274             "schema": {
52275               "$ref": "#/definitions/zzzz-patch-host-route"
52276             }
52277           }
52278         ], 
52279         "produces": [
52280           "application/json"
52281         ], 
52282         "responses": {
52283           "default": {
52284             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52285           }
52286         }, 
52287         "summary": "update an existing host-route", 
52288         "tags": [
52289           "Network"
52290         ]
52291       }, 
52292       "put": {
52293         "consumes": [
52294           "application/json", 
52295           "application/xml"
52296         ], 
52297         "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", 
52298         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute", 
52299         "parameters": [
52300           {
52301             "description": "Network ID, should be uuid. Unique across A&AI.", 
52302             "example": "__NETWORK-ID__", 
52303             "in": "path", 
52304             "name": "network-id", 
52305             "required": true, 
52306             "type": "string"
52307           }, 
52308           {
52309             "description": "Subnet ID, should be UUID.", 
52310             "example": "__SUBNET-ID__", 
52311             "in": "path", 
52312             "name": "subnet-id", 
52313             "required": true, 
52314             "type": "string"
52315           }, 
52316           {
52317             "description": "host-route id", 
52318             "example": "__HOST-ROUTE-ID__", 
52319             "in": "path", 
52320             "name": "host-route-id", 
52321             "required": true, 
52322             "type": "string"
52323           }, 
52324           {
52325             "description": "host-route object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute.json)", 
52326             "in": "body", 
52327             "name": "body", 
52328             "required": true, 
52329             "schema": {
52330               "$ref": "#/definitions/host-route"
52331             }
52332           }
52333         ], 
52334         "produces": [
52335           "application/json", 
52336           "application/xml"
52337         ], 
52338         "responses": {
52339           "default": {
52340             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52341           }
52342         }, 
52343         "summary": "create or update an existing host-route", 
52344         "tags": [
52345           "Network"
52346         ]
52347       }
52348     }, 
52349     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}/host-routes/host-route/{host-route-id}/relationship-list/relationship": {
52350       "delete": {
52351         "consumes": [
52352           "application/json", 
52353           "application/xml"
52354         ], 
52355         "description": "delete an existing relationship", 
52356         "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRouteRelationshipListRelationship", 
52357         "parameters": [
52358           {
52359             "description": "Network ID, should be uuid. Unique across A&AI.", 
52360             "example": "__NETWORK-ID__", 
52361             "in": "path", 
52362             "name": "network-id", 
52363             "required": true, 
52364             "type": "string"
52365           }, 
52366           {
52367             "description": "Subnet ID, should be UUID.", 
52368             "example": "__SUBNET-ID__", 
52369             "in": "path", 
52370             "name": "subnet-id", 
52371             "required": true, 
52372             "type": "string"
52373           }, 
52374           {
52375             "description": "host-route id", 
52376             "example": "__HOST-ROUTE-ID__", 
52377             "in": "path", 
52378             "name": "host-route-id", 
52379             "required": true, 
52380             "type": "string"
52381           }
52382         ], 
52383         "produces": [
52384           "application/json", 
52385           "application/xml"
52386         ], 
52387         "responses": {
52388           "default": {
52389             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52390           }
52391         }, 
52392         "summary": "delete an existing relationship", 
52393         "tags": [
52394           "Network"
52395         ]
52396       }, 
52397       "put": {
52398         "consumes": [
52399           "application/json", 
52400           "application/xml"
52401         ], 
52402         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRouteRelationshipListRelationship", 
52403         "parameters": [
52404           {
52405             "description": "Network ID, should be uuid. Unique across A&AI.", 
52406             "example": "__NETWORK-ID__", 
52407             "in": "path", 
52408             "name": "network-id", 
52409             "required": true, 
52410             "type": "string"
52411           }, 
52412           {
52413             "description": "Subnet ID, should be UUID.", 
52414             "example": "__SUBNET-ID__", 
52415             "in": "path", 
52416             "name": "subnet-id", 
52417             "required": true, 
52418             "type": "string"
52419           }, 
52420           {
52421             "description": "host-route id", 
52422             "example": "__HOST-ROUTE-ID__", 
52423             "in": "path", 
52424             "name": "host-route-id", 
52425             "required": true, 
52426             "type": "string"
52427           }, 
52428           {
52429             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3NetworkSubnetsSubnetHostRoutesHostRoute.json)", 
52430             "in": "body", 
52431             "name": "body", 
52432             "required": true, 
52433             "schema": {
52434               "$ref": "#/definitions/relationship-dict"
52435             }
52436           }
52437         ], 
52438         "produces": [
52439           "application/json", 
52440           "application/xml"
52441         ], 
52442         "responses": {
52443           "default": {
52444             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52445           }
52446         }, 
52447         "summary": "see node definition for valid relationships", 
52448         "tags": [
52449           "Network"
52450         ]
52451       }
52452     }, 
52453     "/network/l3-networks/l3-network/{network-id}/subnets/subnet/{subnet-id}/relationship-list/relationship": {
52454       "delete": {
52455         "consumes": [
52456           "application/json", 
52457           "application/xml"
52458         ], 
52459         "description": "delete an existing relationship", 
52460         "operationId": "deleteNetworkL3NetworksL3NetworkSubnetsSubnetRelationshipListRelationship", 
52461         "parameters": [
52462           {
52463             "description": "Network ID, should be uuid. Unique across A&AI.", 
52464             "example": "__NETWORK-ID__", 
52465             "in": "path", 
52466             "name": "network-id", 
52467             "required": true, 
52468             "type": "string"
52469           }, 
52470           {
52471             "description": "Subnet ID, should be UUID.", 
52472             "example": "__SUBNET-ID__", 
52473             "in": "path", 
52474             "name": "subnet-id", 
52475             "required": true, 
52476             "type": "string"
52477           }
52478         ], 
52479         "produces": [
52480           "application/json", 
52481           "application/xml"
52482         ], 
52483         "responses": {
52484           "default": {
52485             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52486           }
52487         }, 
52488         "summary": "delete an existing relationship", 
52489         "tags": [
52490           "Network"
52491         ]
52492       }, 
52493       "put": {
52494         "consumes": [
52495           "application/json", 
52496           "application/xml"
52497         ], 
52498         "operationId": "createOrUpdateNetworkL3NetworksL3NetworkSubnetsSubnetRelationshipListRelationship", 
52499         "parameters": [
52500           {
52501             "description": "Network ID, should be uuid. Unique across A&AI.", 
52502             "example": "__NETWORK-ID__", 
52503             "in": "path", 
52504             "name": "network-id", 
52505             "required": true, 
52506             "type": "string"
52507           }, 
52508           {
52509             "description": "Subnet ID, should be UUID.", 
52510             "example": "__SUBNET-ID__", 
52511             "in": "path", 
52512             "name": "subnet-id", 
52513             "required": true, 
52514             "type": "string"
52515           }, 
52516           {
52517             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkL3NetworksL3NetworkSubnetsSubnet.json)", 
52518             "in": "body", 
52519             "name": "body", 
52520             "required": true, 
52521             "schema": {
52522               "$ref": "#/definitions/relationship-dict"
52523             }
52524           }
52525         ], 
52526         "produces": [
52527           "application/json", 
52528           "application/xml"
52529         ], 
52530         "responses": {
52531           "default": {
52532             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52533           }
52534         }, 
52535         "summary": "see node definition for valid relationships", 
52536         "tags": [
52537           "Network"
52538         ]
52539       }
52540     }, 
52541     "/network/lag-links": {
52542       "get": {
52543         "description": "returns lag-links", 
52544         "operationId": "getNetworkLagLinks", 
52545         "parameters": [
52546           {
52547             "description": "n/a", 
52548             "in": "query", 
52549             "name": "link-name", 
52550             "required": false, 
52551             "type": "string"
52552           }
52553         ], 
52554         "produces": [
52555           "application/json", 
52556           "application/xml"
52557         ], 
52558         "responses": {
52559           "200": {
52560             "description": "successful operation", 
52561             "schema": {
52562               "$ref": "#/definitions/lag-links"
52563             }
52564           }, 
52565           "default": {
52566             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52567           }
52568         }, 
52569         "summary": "returns lag-links", 
52570         "tags": [
52571           "Network"
52572         ]
52573       }
52574     }, 
52575     "/network/lag-links/lag-link/{link-name}": {
52576       "delete": {
52577         "consumes": [
52578           "application/json", 
52579           "application/xml"
52580         ], 
52581         "description": "delete an existing lag-link", 
52582         "operationId": "deleteNetworkLagLinksLagLink", 
52583         "parameters": [
52584           {
52585             "description": "Alphabetical concatenation of lag-interface names", 
52586             "example": "__LINK-NAME__", 
52587             "in": "path", 
52588             "name": "link-name", 
52589             "required": true, 
52590             "type": "string"
52591           }, 
52592           {
52593             "description": "resource-version for concurrency", 
52594             "in": "query", 
52595             "name": "resource-version", 
52596             "required": true, 
52597             "type": "string"
52598           }
52599         ], 
52600         "produces": [
52601           "application/json", 
52602           "application/xml"
52603         ], 
52604         "responses": {
52605           "default": {
52606             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52607           }
52608         }, 
52609         "summary": "delete an existing lag-link", 
52610         "tags": [
52611           "Network"
52612         ]
52613       }, 
52614       "get": {
52615         "description": "returns lag-link", 
52616         "operationId": "getNetworkLagLinksLagLink", 
52617         "parameters": [
52618           {
52619             "description": "Alphabetical concatenation of lag-interface names", 
52620             "example": "__LINK-NAME__", 
52621             "in": "path", 
52622             "name": "link-name", 
52623             "required": true, 
52624             "type": "string"
52625           }
52626         ], 
52627         "produces": [
52628           "application/json", 
52629           "application/xml"
52630         ], 
52631         "responses": {
52632           "200": {
52633             "description": "successful operation", 
52634             "schema": {
52635               "$ref": "#/definitions/lag-link"
52636             }
52637           }, 
52638           "default": {
52639             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52640           }
52641         }, 
52642         "summary": "returns lag-link", 
52643         "tags": [
52644           "Network"
52645         ]
52646       }, 
52647       "patch": {
52648         "consumes": [
52649           "application/json"
52650         ], 
52651         "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", 
52652         "operationId": "UpdateNetworkLagLinksLagLink", 
52653         "parameters": [
52654           {
52655             "description": "Alphabetical concatenation of lag-interface names", 
52656             "example": "__LINK-NAME__", 
52657             "in": "path", 
52658             "name": "link-name", 
52659             "required": true, 
52660             "type": "string"
52661           }, 
52662           {
52663             "description": "lag-link object that needs to be updated.", 
52664             "in": "body", 
52665             "name": "body", 
52666             "required": true, 
52667             "schema": {
52668               "$ref": "#/definitions/zzzz-patch-lag-link"
52669             }
52670           }
52671         ], 
52672         "produces": [
52673           "application/json"
52674         ], 
52675         "responses": {
52676           "default": {
52677             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52678           }
52679         }, 
52680         "summary": "update an existing lag-link", 
52681         "tags": [
52682           "Network"
52683         ]
52684       }, 
52685       "put": {
52686         "consumes": [
52687           "application/json", 
52688           "application/xml"
52689         ], 
52690         "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", 
52691         "operationId": "createOrUpdateNetworkLagLinksLagLink", 
52692         "parameters": [
52693           {
52694             "description": "Alphabetical concatenation of lag-interface names", 
52695             "example": "__LINK-NAME__", 
52696             "in": "path", 
52697             "name": "link-name", 
52698             "required": true, 
52699             "type": "string"
52700           }, 
52701           {
52702             "description": "lag-link object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkLagLinksLagLink.json)", 
52703             "in": "body", 
52704             "name": "body", 
52705             "required": true, 
52706             "schema": {
52707               "$ref": "#/definitions/lag-link"
52708             }
52709           }
52710         ], 
52711         "produces": [
52712           "application/json", 
52713           "application/xml"
52714         ], 
52715         "responses": {
52716           "default": {
52717             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52718           }
52719         }, 
52720         "summary": "create or update an existing lag-link", 
52721         "tags": [
52722           "Network"
52723         ]
52724       }
52725     }, 
52726     "/network/lag-links/lag-link/{link-name}/relationship-list/relationship": {
52727       "delete": {
52728         "consumes": [
52729           "application/json", 
52730           "application/xml"
52731         ], 
52732         "description": "delete an existing relationship", 
52733         "operationId": "deleteNetworkLagLinksLagLinkRelationshipListRelationship", 
52734         "parameters": [
52735           {
52736             "description": "Alphabetical concatenation of lag-interface names", 
52737             "example": "__LINK-NAME__", 
52738             "in": "path", 
52739             "name": "link-name", 
52740             "required": true, 
52741             "type": "string"
52742           }
52743         ], 
52744         "produces": [
52745           "application/json", 
52746           "application/xml"
52747         ], 
52748         "responses": {
52749           "default": {
52750             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52751           }
52752         }, 
52753         "summary": "delete an existing relationship", 
52754         "tags": [
52755           "Network"
52756         ]
52757       }, 
52758       "put": {
52759         "consumes": [
52760           "application/json", 
52761           "application/xml"
52762         ], 
52763         "operationId": "createOrUpdateNetworkLagLinksLagLinkRelationshipListRelationship", 
52764         "parameters": [
52765           {
52766             "description": "Alphabetical concatenation of lag-interface names", 
52767             "example": "__LINK-NAME__", 
52768             "in": "path", 
52769             "name": "link-name", 
52770             "required": true, 
52771             "type": "string"
52772           }, 
52773           {
52774             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkLagLinksLagLink.json)", 
52775             "in": "body", 
52776             "name": "body", 
52777             "required": true, 
52778             "schema": {
52779               "$ref": "#/definitions/relationship-dict"
52780             }
52781           }
52782         ], 
52783         "produces": [
52784           "application/json", 
52785           "application/xml"
52786         ], 
52787         "responses": {
52788           "default": {
52789             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52790           }
52791         }, 
52792         "summary": "see node definition for valid relationships", 
52793         "tags": [
52794           "Network"
52795         ]
52796       }
52797     }, 
52798     "/network/lan-port-configs": {
52799       "get": {
52800         "description": "returns lan-port-configs", 
52801         "operationId": "getNetworkLanPortConfigs", 
52802         "parameters": [
52803           {
52804             "description": "n/a", 
52805             "in": "query", 
52806             "name": "lan-port-config-id", 
52807             "required": false, 
52808             "type": "string"
52809           }, 
52810           {
52811             "description": "n/a", 
52812             "in": "query", 
52813             "name": "lan-port-config-name", 
52814             "required": false, 
52815             "type": "string"
52816           }, 
52817           {
52818             "description": "n/a", 
52819             "in": "query", 
52820             "name": "device-id", 
52821             "required": false, 
52822             "type": "string"
52823           }, 
52824           {
52825             "description": "n/a", 
52826             "in": "query", 
52827             "name": "port-id", 
52828             "required": false, 
52829             "type": "string"
52830           }, 
52831           {
52832             "description": "n/a", 
52833             "in": "query", 
52834             "name": "ipv4-address", 
52835             "required": false, 
52836             "type": "string"
52837           }, 
52838           {
52839             "description": "n/a", 
52840             "in": "query", 
52841             "name": "ipv6-address", 
52842             "required": false, 
52843             "type": "string"
52844           }, 
52845           {
52846             "description": "n/a", 
52847             "in": "query", 
52848             "name": "vlan-tag", 
52849             "required": false, 
52850             "type": "string"
52851           }
52852         ], 
52853         "produces": [
52854           "application/json", 
52855           "application/xml"
52856         ], 
52857         "responses": {
52858           "200": {
52859             "description": "successful operation", 
52860             "schema": {
52861               "$ref": "#/definitions/lan-port-configs"
52862             }
52863           }, 
52864           "default": {
52865             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52866           }
52867         }, 
52868         "summary": "returns lan-port-configs", 
52869         "tags": [
52870           "Network"
52871         ]
52872       }
52873     }, 
52874     "/network/lan-port-configs/lan-port-config/{lan-port-config-id}": {
52875       "delete": {
52876         "consumes": [
52877           "application/json", 
52878           "application/xml"
52879         ], 
52880         "description": "delete an existing lan-port-config", 
52881         "operationId": "deleteNetworkLanPortConfigsLanPortConfig", 
52882         "parameters": [
52883           {
52884             "description": "Uniquely identifies this lan-port-config by id", 
52885             "example": "__LAN-PORT-CONFIG-ID__", 
52886             "in": "path", 
52887             "name": "lan-port-config-id", 
52888             "required": true, 
52889             "type": "string"
52890           }, 
52891           {
52892             "description": "resource-version for concurrency", 
52893             "in": "query", 
52894             "name": "resource-version", 
52895             "required": true, 
52896             "type": "string"
52897           }
52898         ], 
52899         "produces": [
52900           "application/json", 
52901           "application/xml"
52902         ], 
52903         "responses": {
52904           "default": {
52905             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52906           }
52907         }, 
52908         "summary": "delete an existing lan-port-config", 
52909         "tags": [
52910           "Network"
52911         ]
52912       }, 
52913       "get": {
52914         "description": "returns lan-port-config", 
52915         "operationId": "getNetworkLanPortConfigsLanPortConfig", 
52916         "parameters": [
52917           {
52918             "description": "Uniquely identifies this lan-port-config by id", 
52919             "example": "__LAN-PORT-CONFIG-ID__", 
52920             "in": "path", 
52921             "name": "lan-port-config-id", 
52922             "required": true, 
52923             "type": "string"
52924           }
52925         ], 
52926         "produces": [
52927           "application/json", 
52928           "application/xml"
52929         ], 
52930         "responses": {
52931           "200": {
52932             "description": "successful operation", 
52933             "schema": {
52934               "$ref": "#/definitions/lan-port-config"
52935             }
52936           }, 
52937           "default": {
52938             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52939           }
52940         }, 
52941         "summary": "returns lan-port-config", 
52942         "tags": [
52943           "Network"
52944         ]
52945       }, 
52946       "patch": {
52947         "consumes": [
52948           "application/json"
52949         ], 
52950         "description": "Update an existing lan-port-config\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", 
52951         "operationId": "UpdateNetworkLanPortConfigsLanPortConfig", 
52952         "parameters": [
52953           {
52954             "description": "Uniquely identifies this lan-port-config by id", 
52955             "example": "__LAN-PORT-CONFIG-ID__", 
52956             "in": "path", 
52957             "name": "lan-port-config-id", 
52958             "required": true, 
52959             "type": "string"
52960           }, 
52961           {
52962             "description": "lan-port-config object that needs to be updated.", 
52963             "in": "body", 
52964             "name": "body", 
52965             "required": true, 
52966             "schema": {
52967               "$ref": "#/definitions/zzzz-patch-lan-port-config"
52968             }
52969           }
52970         ], 
52971         "produces": [
52972           "application/json"
52973         ], 
52974         "responses": {
52975           "default": {
52976             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
52977           }
52978         }, 
52979         "summary": "update an existing lan-port-config", 
52980         "tags": [
52981           "Network"
52982         ]
52983       }, 
52984       "put": {
52985         "consumes": [
52986           "application/json", 
52987           "application/xml"
52988         ], 
52989         "description": "Create or update an existing lan-port-config.\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", 
52990         "operationId": "createOrUpdateNetworkLanPortConfigsLanPortConfig", 
52991         "parameters": [
52992           {
52993             "description": "Uniquely identifies this lan-port-config by id", 
52994             "example": "__LAN-PORT-CONFIG-ID__", 
52995             "in": "path", 
52996             "name": "lan-port-config-id", 
52997             "required": true, 
52998             "type": "string"
52999           }, 
53000           {
53001             "description": "lan-port-config object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkLanPortConfigsLanPortConfig.json)", 
53002             "in": "body", 
53003             "name": "body", 
53004             "required": true, 
53005             "schema": {
53006               "$ref": "#/definitions/lan-port-config"
53007             }
53008           }
53009         ], 
53010         "produces": [
53011           "application/json", 
53012           "application/xml"
53013         ], 
53014         "responses": {
53015           "default": {
53016             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53017           }
53018         }, 
53019         "summary": "create or update an existing lan-port-config", 
53020         "tags": [
53021           "Network"
53022         ]
53023       }
53024     }, 
53025     "/network/lan-port-configs/lan-port-config/{lan-port-config-id}/dhcp-services": {
53026       "get": {
53027         "description": "returns dhcp-services", 
53028         "operationId": "getNetworkLanPortConfigsLanPortConfigDhcpServices", 
53029         "parameters": [
53030           {
53031             "description": "Uniquely identifies this lan-port-config by id", 
53032             "example": "__LAN-PORT-CONFIG-ID__", 
53033             "in": "path", 
53034             "name": "lan-port-config-id", 
53035             "required": true, 
53036             "type": "string"
53037           }, 
53038           {
53039             "description": "n/a", 
53040             "in": "query", 
53041             "name": "dhcp-service-id", 
53042             "required": false, 
53043             "type": "string"
53044           }, 
53045           {
53046             "description": "n/a", 
53047             "in": "query", 
53048             "name": "server-ipv4-address", 
53049             "required": false, 
53050             "type": "string"
53051           }, 
53052           {
53053             "description": "n/a", 
53054             "in": "query", 
53055             "name": "server-ipv6-address", 
53056             "required": false, 
53057             "type": "string"
53058           }, 
53059           {
53060             "description": "n/a", 
53061             "in": "query", 
53062             "name": "dhcp-service-type", 
53063             "required": false, 
53064             "type": "string"
53065           }, 
53066           {
53067             "description": "n/a", 
53068             "in": "query", 
53069             "name": "domain-name", 
53070             "required": false, 
53071             "type": "string"
53072           }
53073         ], 
53074         "produces": [
53075           "application/json", 
53076           "application/xml"
53077         ], 
53078         "responses": {
53079           "200": {
53080             "description": "successful operation", 
53081             "schema": {
53082               "$ref": "#/definitions/dhcp-services"
53083             }
53084           }, 
53085           "default": {
53086             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53087           }
53088         }, 
53089         "summary": "returns dhcp-services", 
53090         "tags": [
53091           "Network"
53092         ]
53093       }
53094     }, 
53095     "/network/lan-port-configs/lan-port-config/{lan-port-config-id}/dhcp-services/dhcp-service/{dhcp-service-id}": {
53096       "delete": {
53097         "consumes": [
53098           "application/json", 
53099           "application/xml"
53100         ], 
53101         "description": "delete an existing dhcp-service", 
53102         "operationId": "deleteNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService", 
53103         "parameters": [
53104           {
53105             "description": "Uniquely identifies this lan-port-config by id", 
53106             "example": "__LAN-PORT-CONFIG-ID__", 
53107             "in": "path", 
53108             "name": "lan-port-config-id", 
53109             "required": true, 
53110             "type": "string"
53111           }, 
53112           {
53113             "description": "Uniquely identifies this dhcp-service by id", 
53114             "example": "__DHCP-SERVICE-ID__", 
53115             "in": "path", 
53116             "name": "dhcp-service-id", 
53117             "required": true, 
53118             "type": "string"
53119           }, 
53120           {
53121             "description": "resource-version for concurrency", 
53122             "in": "query", 
53123             "name": "resource-version", 
53124             "required": true, 
53125             "type": "string"
53126           }
53127         ], 
53128         "produces": [
53129           "application/json", 
53130           "application/xml"
53131         ], 
53132         "responses": {
53133           "default": {
53134             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53135           }
53136         }, 
53137         "summary": "delete an existing dhcp-service", 
53138         "tags": [
53139           "Network"
53140         ]
53141       }, 
53142       "get": {
53143         "description": "returns dhcp-service", 
53144         "operationId": "getNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService", 
53145         "parameters": [
53146           {
53147             "description": "Uniquely identifies this lan-port-config by id", 
53148             "example": "__LAN-PORT-CONFIG-ID__", 
53149             "in": "path", 
53150             "name": "lan-port-config-id", 
53151             "required": true, 
53152             "type": "string"
53153           }, 
53154           {
53155             "description": "Uniquely identifies this dhcp-service by id", 
53156             "example": "__DHCP-SERVICE-ID__", 
53157             "in": "path", 
53158             "name": "dhcp-service-id", 
53159             "required": true, 
53160             "type": "string"
53161           }
53162         ], 
53163         "produces": [
53164           "application/json", 
53165           "application/xml"
53166         ], 
53167         "responses": {
53168           "200": {
53169             "description": "successful operation", 
53170             "schema": {
53171               "$ref": "#/definitions/dhcp-service"
53172             }
53173           }, 
53174           "default": {
53175             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53176           }
53177         }, 
53178         "summary": "returns dhcp-service", 
53179         "tags": [
53180           "Network"
53181         ]
53182       }, 
53183       "patch": {
53184         "consumes": [
53185           "application/json"
53186         ], 
53187         "description": "Update an existing dhcp-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", 
53188         "operationId": "UpdateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService", 
53189         "parameters": [
53190           {
53191             "description": "Uniquely identifies this lan-port-config by id", 
53192             "example": "__LAN-PORT-CONFIG-ID__", 
53193             "in": "path", 
53194             "name": "lan-port-config-id", 
53195             "required": true, 
53196             "type": "string"
53197           }, 
53198           {
53199             "description": "Uniquely identifies this dhcp-service by id", 
53200             "example": "__DHCP-SERVICE-ID__", 
53201             "in": "path", 
53202             "name": "dhcp-service-id", 
53203             "required": true, 
53204             "type": "string"
53205           }, 
53206           {
53207             "description": "dhcp-service object that needs to be updated.", 
53208             "in": "body", 
53209             "name": "body", 
53210             "required": true, 
53211             "schema": {
53212               "$ref": "#/definitions/zzzz-patch-dhcp-service"
53213             }
53214           }
53215         ], 
53216         "produces": [
53217           "application/json"
53218         ], 
53219         "responses": {
53220           "default": {
53221             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53222           }
53223         }, 
53224         "summary": "update an existing dhcp-service", 
53225         "tags": [
53226           "Network"
53227         ]
53228       }, 
53229       "put": {
53230         "consumes": [
53231           "application/json", 
53232           "application/xml"
53233         ], 
53234         "description": "Create or update an existing dhcp-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", 
53235         "operationId": "createOrUpdateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService", 
53236         "parameters": [
53237           {
53238             "description": "Uniquely identifies this lan-port-config by id", 
53239             "example": "__LAN-PORT-CONFIG-ID__", 
53240             "in": "path", 
53241             "name": "lan-port-config-id", 
53242             "required": true, 
53243             "type": "string"
53244           }, 
53245           {
53246             "description": "Uniquely identifies this dhcp-service by id", 
53247             "example": "__DHCP-SERVICE-ID__", 
53248             "in": "path", 
53249             "name": "dhcp-service-id", 
53250             "required": true, 
53251             "type": "string"
53252           }, 
53253           {
53254             "description": "dhcp-service object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService.json)", 
53255             "in": "body", 
53256             "name": "body", 
53257             "required": true, 
53258             "schema": {
53259               "$ref": "#/definitions/dhcp-service"
53260             }
53261           }
53262         ], 
53263         "produces": [
53264           "application/json", 
53265           "application/xml"
53266         ], 
53267         "responses": {
53268           "default": {
53269             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53270           }
53271         }, 
53272         "summary": "create or update an existing dhcp-service", 
53273         "tags": [
53274           "Network"
53275         ]
53276       }
53277     }, 
53278     "/network/lan-port-configs/lan-port-config/{lan-port-config-id}/dhcp-services/dhcp-service/{dhcp-service-id}/relationship-list/relationship": {
53279       "delete": {
53280         "consumes": [
53281           "application/json", 
53282           "application/xml"
53283         ], 
53284         "description": "delete an existing relationship", 
53285         "operationId": "deleteNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpServiceRelationshipListRelationship", 
53286         "parameters": [
53287           {
53288             "description": "Uniquely identifies this lan-port-config by id", 
53289             "example": "__LAN-PORT-CONFIG-ID__", 
53290             "in": "path", 
53291             "name": "lan-port-config-id", 
53292             "required": true, 
53293             "type": "string"
53294           }, 
53295           {
53296             "description": "Uniquely identifies this dhcp-service by id", 
53297             "example": "__DHCP-SERVICE-ID__", 
53298             "in": "path", 
53299             "name": "dhcp-service-id", 
53300             "required": true, 
53301             "type": "string"
53302           }
53303         ], 
53304         "produces": [
53305           "application/json", 
53306           "application/xml"
53307         ], 
53308         "responses": {
53309           "default": {
53310             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53311           }
53312         }, 
53313         "summary": "delete an existing relationship", 
53314         "tags": [
53315           "Network"
53316         ]
53317       }, 
53318       "put": {
53319         "consumes": [
53320           "application/json", 
53321           "application/xml"
53322         ], 
53323         "operationId": "createOrUpdateNetworkLanPortConfigsLanPortConfigDhcpServicesDhcpServiceRelationshipListRelationship", 
53324         "parameters": [
53325           {
53326             "description": "Uniquely identifies this lan-port-config by id", 
53327             "example": "__LAN-PORT-CONFIG-ID__", 
53328             "in": "path", 
53329             "name": "lan-port-config-id", 
53330             "required": true, 
53331             "type": "string"
53332           }, 
53333           {
53334             "description": "Uniquely identifies this dhcp-service by id", 
53335             "example": "__DHCP-SERVICE-ID__", 
53336             "in": "path", 
53337             "name": "dhcp-service-id", 
53338             "required": true, 
53339             "type": "string"
53340           }, 
53341           {
53342             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkLanPortConfigsLanPortConfigDhcpServicesDhcpService.json)", 
53343             "in": "body", 
53344             "name": "body", 
53345             "required": true, 
53346             "schema": {
53347               "$ref": "#/definitions/relationship-dict"
53348             }
53349           }
53350         ], 
53351         "produces": [
53352           "application/json", 
53353           "application/xml"
53354         ], 
53355         "responses": {
53356           "default": {
53357             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53358           }
53359         }, 
53360         "summary": "see node definition for valid relationships", 
53361         "tags": [
53362           "Network"
53363         ]
53364       }
53365     }, 
53366     "/network/lan-port-configs/lan-port-config/{lan-port-config-id}/relationship-list/relationship": {
53367       "delete": {
53368         "consumes": [
53369           "application/json", 
53370           "application/xml"
53371         ], 
53372         "description": "delete an existing relationship", 
53373         "operationId": "deleteNetworkLanPortConfigsLanPortConfigRelationshipListRelationship", 
53374         "parameters": [
53375           {
53376             "description": "Uniquely identifies this lan-port-config by id", 
53377             "example": "__LAN-PORT-CONFIG-ID__", 
53378             "in": "path", 
53379             "name": "lan-port-config-id", 
53380             "required": true, 
53381             "type": "string"
53382           }
53383         ], 
53384         "produces": [
53385           "application/json", 
53386           "application/xml"
53387         ], 
53388         "responses": {
53389           "default": {
53390             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53391           }
53392         }, 
53393         "summary": "delete an existing relationship", 
53394         "tags": [
53395           "Network"
53396         ]
53397       }, 
53398       "put": {
53399         "consumes": [
53400           "application/json", 
53401           "application/xml"
53402         ], 
53403         "operationId": "createOrUpdateNetworkLanPortConfigsLanPortConfigRelationshipListRelationship", 
53404         "parameters": [
53405           {
53406             "description": "Uniquely identifies this lan-port-config by id", 
53407             "example": "__LAN-PORT-CONFIG-ID__", 
53408             "in": "path", 
53409             "name": "lan-port-config-id", 
53410             "required": true, 
53411             "type": "string"
53412           }, 
53413           {
53414             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkLanPortConfigsLanPortConfig.json)", 
53415             "in": "body", 
53416             "name": "body", 
53417             "required": true, 
53418             "schema": {
53419               "$ref": "#/definitions/relationship-dict"
53420             }
53421           }
53422         ], 
53423         "produces": [
53424           "application/json", 
53425           "application/xml"
53426         ], 
53427         "responses": {
53428           "default": {
53429             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53430           }
53431         }, 
53432         "summary": "see node definition for valid relationships", 
53433         "tags": [
53434           "Network"
53435         ]
53436       }
53437     }, 
53438     "/network/logical-links": {
53439       "get": {
53440         "description": "returns logical-links", 
53441         "operationId": "getNetworkLogicalLinks", 
53442         "parameters": [
53443           {
53444             "description": "n/a", 
53445             "in": "query", 
53446             "name": "link-name", 
53447             "required": false, 
53448             "type": "string"
53449           }, 
53450           {
53451             "description": "n/a", 
53452             "in": "query", 
53453             "name": "model-invariant-id", 
53454             "required": false, 
53455             "type": "string"
53456           }, 
53457           {
53458             "description": "n/a", 
53459             "in": "query", 
53460             "name": "model-version-id", 
53461             "required": false, 
53462             "type": "string"
53463           }, 
53464           {
53465             "description": "n/a", 
53466             "in": "query", 
53467             "name": "widget-model-id", 
53468             "required": false, 
53469             "type": "string"
53470           }, 
53471           {
53472             "description": "n/a", 
53473             "in": "query", 
53474             "name": "widget-model-version", 
53475             "required": false, 
53476             "type": "string"
53477           }, 
53478           {
53479             "description": "n/a", 
53480             "in": "query", 
53481             "name": "operational-status", 
53482             "required": false, 
53483             "type": "string"
53484           }, 
53485           {
53486             "description": "n/a", 
53487             "in": "query", 
53488             "name": "prov-status", 
53489             "required": false, 
53490             "type": "string"
53491           }, 
53492           {
53493             "description": "n/a", 
53494             "in": "query", 
53495             "name": "link-id", 
53496             "required": false, 
53497             "type": "string"
53498           }, 
53499           {
53500             "description": "n/a", 
53501             "in": "query", 
53502             "name": "circuit-id", 
53503             "required": false, 
53504             "type": "string"
53505           }, 
53506           {
53507             "description": "n/a", 
53508             "in": "query", 
53509             "name": "purpose", 
53510             "required": false, 
53511             "type": "string"
53512           }
53513         ], 
53514         "produces": [
53515           "application/json", 
53516           "application/xml"
53517         ], 
53518         "responses": {
53519           "200": {
53520             "description": "successful operation", 
53521             "schema": {
53522               "$ref": "#/definitions/logical-links"
53523             }
53524           }, 
53525           "default": {
53526             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53527           }
53528         }, 
53529         "summary": "returns logical-links", 
53530         "tags": [
53531           "Network"
53532         ]
53533       }
53534     }, 
53535     "/network/logical-links/logical-link/{link-name}": {
53536       "delete": {
53537         "consumes": [
53538           "application/json", 
53539           "application/xml"
53540         ], 
53541         "description": "delete an existing logical-link", 
53542         "operationId": "deleteNetworkLogicalLinksLogicalLink", 
53543         "parameters": [
53544           {
53545             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
53546             "example": "__LINK-NAME__", 
53547             "in": "path", 
53548             "name": "link-name", 
53549             "required": true, 
53550             "type": "string"
53551           }, 
53552           {
53553             "description": "resource-version for concurrency", 
53554             "in": "query", 
53555             "name": "resource-version", 
53556             "required": true, 
53557             "type": "string"
53558           }
53559         ], 
53560         "produces": [
53561           "application/json", 
53562           "application/xml"
53563         ], 
53564         "responses": {
53565           "default": {
53566             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53567           }
53568         }, 
53569         "summary": "delete an existing logical-link", 
53570         "tags": [
53571           "Network"
53572         ]
53573       }, 
53574       "get": {
53575         "description": "returns logical-link", 
53576         "operationId": "getNetworkLogicalLinksLogicalLink", 
53577         "parameters": [
53578           {
53579             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
53580             "example": "__LINK-NAME__", 
53581             "in": "path", 
53582             "name": "link-name", 
53583             "required": true, 
53584             "type": "string"
53585           }
53586         ], 
53587         "produces": [
53588           "application/json", 
53589           "application/xml"
53590         ], 
53591         "responses": {
53592           "200": {
53593             "description": "successful operation", 
53594             "schema": {
53595               "$ref": "#/definitions/logical-link"
53596             }
53597           }, 
53598           "default": {
53599             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53600           }
53601         }, 
53602         "summary": "returns logical-link", 
53603         "tags": [
53604           "Network"
53605         ]
53606       }, 
53607       "patch": {
53608         "consumes": [
53609           "application/json"
53610         ], 
53611         "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", 
53612         "operationId": "UpdateNetworkLogicalLinksLogicalLink", 
53613         "parameters": [
53614           {
53615             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
53616             "example": "__LINK-NAME__", 
53617             "in": "path", 
53618             "name": "link-name", 
53619             "required": true, 
53620             "type": "string"
53621           }, 
53622           {
53623             "description": "logical-link object that needs to be updated.", 
53624             "in": "body", 
53625             "name": "body", 
53626             "required": true, 
53627             "schema": {
53628               "$ref": "#/definitions/zzzz-patch-logical-link"
53629             }
53630           }
53631         ], 
53632         "produces": [
53633           "application/json"
53634         ], 
53635         "responses": {
53636           "default": {
53637             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53638           }
53639         }, 
53640         "summary": "update an existing logical-link", 
53641         "tags": [
53642           "Network"
53643         ]
53644       }, 
53645       "put": {
53646         "consumes": [
53647           "application/json", 
53648           "application/xml"
53649         ], 
53650         "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", 
53651         "operationId": "createOrUpdateNetworkLogicalLinksLogicalLink", 
53652         "parameters": [
53653           {
53654             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
53655             "example": "__LINK-NAME__", 
53656             "in": "path", 
53657             "name": "link-name", 
53658             "required": true, 
53659             "type": "string"
53660           }, 
53661           {
53662             "description": "logical-link object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkLogicalLinksLogicalLink.json)", 
53663             "in": "body", 
53664             "name": "body", 
53665             "required": true, 
53666             "schema": {
53667               "$ref": "#/definitions/logical-link"
53668             }
53669           }
53670         ], 
53671         "produces": [
53672           "application/json", 
53673           "application/xml"
53674         ], 
53675         "responses": {
53676           "default": {
53677             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53678           }
53679         }, 
53680         "summary": "create or update an existing logical-link", 
53681         "tags": [
53682           "Network"
53683         ]
53684       }
53685     }, 
53686     "/network/logical-links/logical-link/{link-name}/relationship-list/relationship": {
53687       "delete": {
53688         "consumes": [
53689           "application/json", 
53690           "application/xml"
53691         ], 
53692         "description": "delete an existing relationship", 
53693         "operationId": "deleteNetworkLogicalLinksLogicalLinkRelationshipListRelationship", 
53694         "parameters": [
53695           {
53696             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
53697             "example": "__LINK-NAME__", 
53698             "in": "path", 
53699             "name": "link-name", 
53700             "required": true, 
53701             "type": "string"
53702           }
53703         ], 
53704         "produces": [
53705           "application/json", 
53706           "application/xml"
53707         ], 
53708         "responses": {
53709           "default": {
53710             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53711           }
53712         }, 
53713         "summary": "delete an existing relationship", 
53714         "tags": [
53715           "Network"
53716         ]
53717       }, 
53718       "put": {
53719         "consumes": [
53720           "application/json", 
53721           "application/xml"
53722         ], 
53723         "operationId": "createOrUpdateNetworkLogicalLinksLogicalLinkRelationshipListRelationship", 
53724         "parameters": [
53725           {
53726             "description": "e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ", 
53727             "example": "__LINK-NAME__", 
53728             "in": "path", 
53729             "name": "link-name", 
53730             "required": true, 
53731             "type": "string"
53732           }, 
53733           {
53734             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkLogicalLinksLogicalLink.json)", 
53735             "in": "body", 
53736             "name": "body", 
53737             "required": true, 
53738             "schema": {
53739               "$ref": "#/definitions/relationship-dict"
53740             }
53741           }
53742         ], 
53743         "produces": [
53744           "application/json", 
53745           "application/xml"
53746         ], 
53747         "responses": {
53748           "default": {
53749             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53750           }
53751         }, 
53752         "summary": "see node definition for valid relationships", 
53753         "tags": [
53754           "Network"
53755         ]
53756       }
53757     }, 
53758     "/network/multicast-configurations": {
53759       "get": {
53760         "description": "returns multicast-configurations", 
53761         "operationId": "getNetworkMulticastConfigurations", 
53762         "parameters": [
53763           {
53764             "description": "n/a", 
53765             "in": "query", 
53766             "name": "multicast-configuration-id", 
53767             "required": false, 
53768             "type": "string"
53769           }
53770         ], 
53771         "produces": [
53772           "application/json", 
53773           "application/xml"
53774         ], 
53775         "responses": {
53776           "200": {
53777             "description": "successful operation", 
53778             "schema": {
53779               "$ref": "#/definitions/multicast-configurations"
53780             }
53781           }, 
53782           "default": {
53783             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53784           }
53785         }, 
53786         "summary": "returns multicast-configurations", 
53787         "tags": [
53788           "Network"
53789         ]
53790       }
53791     }, 
53792     "/network/multicast-configurations/multicast-configuration/{multicast-configuration-id}": {
53793       "delete": {
53794         "consumes": [
53795           "application/json", 
53796           "application/xml"
53797         ], 
53798         "description": "delete an existing multicast-configuration", 
53799         "operationId": "deleteNetworkMulticastConfigurationsMulticastConfiguration", 
53800         "parameters": [
53801           {
53802             "description": "Unique id of multicast configuration.", 
53803             "example": "__MULTICAST-CONFIGURATION-ID__", 
53804             "in": "path", 
53805             "name": "multicast-configuration-id", 
53806             "required": true, 
53807             "type": "string"
53808           }, 
53809           {
53810             "description": "resource-version for concurrency", 
53811             "in": "query", 
53812             "name": "resource-version", 
53813             "required": true, 
53814             "type": "string"
53815           }
53816         ], 
53817         "produces": [
53818           "application/json", 
53819           "application/xml"
53820         ], 
53821         "responses": {
53822           "default": {
53823             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53824           }
53825         }, 
53826         "summary": "delete an existing multicast-configuration", 
53827         "tags": [
53828           "Network"
53829         ]
53830       }, 
53831       "get": {
53832         "description": "returns multicast-configuration", 
53833         "operationId": "getNetworkMulticastConfigurationsMulticastConfiguration", 
53834         "parameters": [
53835           {
53836             "description": "Unique id of multicast configuration.", 
53837             "example": "__MULTICAST-CONFIGURATION-ID__", 
53838             "in": "path", 
53839             "name": "multicast-configuration-id", 
53840             "required": true, 
53841             "type": "string"
53842           }
53843         ], 
53844         "produces": [
53845           "application/json", 
53846           "application/xml"
53847         ], 
53848         "responses": {
53849           "200": {
53850             "description": "successful operation", 
53851             "schema": {
53852               "$ref": "#/definitions/multicast-configuration"
53853             }
53854           }, 
53855           "default": {
53856             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53857           }
53858         }, 
53859         "summary": "returns multicast-configuration", 
53860         "tags": [
53861           "Network"
53862         ]
53863       }, 
53864       "patch": {
53865         "consumes": [
53866           "application/json"
53867         ], 
53868         "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", 
53869         "operationId": "UpdateNetworkMulticastConfigurationsMulticastConfiguration", 
53870         "parameters": [
53871           {
53872             "description": "Unique id of multicast configuration.", 
53873             "example": "__MULTICAST-CONFIGURATION-ID__", 
53874             "in": "path", 
53875             "name": "multicast-configuration-id", 
53876             "required": true, 
53877             "type": "string"
53878           }, 
53879           {
53880             "description": "multicast-configuration object that needs to be updated.", 
53881             "in": "body", 
53882             "name": "body", 
53883             "required": true, 
53884             "schema": {
53885               "$ref": "#/definitions/zzzz-patch-multicast-configuration"
53886             }
53887           }
53888         ], 
53889         "produces": [
53890           "application/json"
53891         ], 
53892         "responses": {
53893           "default": {
53894             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53895           }
53896         }, 
53897         "summary": "update an existing multicast-configuration", 
53898         "tags": [
53899           "Network"
53900         ]
53901       }, 
53902       "put": {
53903         "consumes": [
53904           "application/json", 
53905           "application/xml"
53906         ], 
53907         "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", 
53908         "operationId": "createOrUpdateNetworkMulticastConfigurationsMulticastConfiguration", 
53909         "parameters": [
53910           {
53911             "description": "Unique id of multicast configuration.", 
53912             "example": "__MULTICAST-CONFIGURATION-ID__", 
53913             "in": "path", 
53914             "name": "multicast-configuration-id", 
53915             "required": true, 
53916             "type": "string"
53917           }, 
53918           {
53919             "description": "multicast-configuration object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkMulticastConfigurationsMulticastConfiguration.json)", 
53920             "in": "body", 
53921             "name": "body", 
53922             "required": true, 
53923             "schema": {
53924               "$ref": "#/definitions/multicast-configuration"
53925             }
53926           }
53927         ], 
53928         "produces": [
53929           "application/json", 
53930           "application/xml"
53931         ], 
53932         "responses": {
53933           "default": {
53934             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53935           }
53936         }, 
53937         "summary": "create or update an existing multicast-configuration", 
53938         "tags": [
53939           "Network"
53940         ]
53941       }
53942     }, 
53943     "/network/multicast-configurations/multicast-configuration/{multicast-configuration-id}/relationship-list/relationship": {
53944       "delete": {
53945         "consumes": [
53946           "application/json", 
53947           "application/xml"
53948         ], 
53949         "description": "delete an existing relationship", 
53950         "operationId": "deleteNetworkMulticastConfigurationsMulticastConfigurationRelationshipListRelationship", 
53951         "parameters": [
53952           {
53953             "description": "Unique id of multicast configuration.", 
53954             "example": "__MULTICAST-CONFIGURATION-ID__", 
53955             "in": "path", 
53956             "name": "multicast-configuration-id", 
53957             "required": true, 
53958             "type": "string"
53959           }
53960         ], 
53961         "produces": [
53962           "application/json", 
53963           "application/xml"
53964         ], 
53965         "responses": {
53966           "default": {
53967             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
53968           }
53969         }, 
53970         "summary": "delete an existing relationship", 
53971         "tags": [
53972           "Network"
53973         ]
53974       }, 
53975       "put": {
53976         "consumes": [
53977           "application/json", 
53978           "application/xml"
53979         ], 
53980         "operationId": "createOrUpdateNetworkMulticastConfigurationsMulticastConfigurationRelationshipListRelationship", 
53981         "parameters": [
53982           {
53983             "description": "Unique id of multicast configuration.", 
53984             "example": "__MULTICAST-CONFIGURATION-ID__", 
53985             "in": "path", 
53986             "name": "multicast-configuration-id", 
53987             "required": true, 
53988             "type": "string"
53989           }, 
53990           {
53991             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkMulticastConfigurationsMulticastConfiguration.json)", 
53992             "in": "body", 
53993             "name": "body", 
53994             "required": true, 
53995             "schema": {
53996               "$ref": "#/definitions/relationship-dict"
53997             }
53998           }
53999         ], 
54000         "produces": [
54001           "application/json", 
54002           "application/xml"
54003         ], 
54004         "responses": {
54005           "default": {
54006             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54007           }
54008         }, 
54009         "summary": "see node definition for valid relationships", 
54010         "tags": [
54011           "Network"
54012         ]
54013       }
54014     }, 
54015     "/network/network-policies": {
54016       "get": {
54017         "description": "returns network-policies", 
54018         "operationId": "getNetworkNetworkPolicies", 
54019         "parameters": [
54020           {
54021             "description": "n/a", 
54022             "in": "query", 
54023             "name": "network-policy-id", 
54024             "required": false, 
54025             "type": "string"
54026           }, 
54027           {
54028             "description": "n/a", 
54029             "in": "query", 
54030             "name": "network-policy-fqdn", 
54031             "required": false, 
54032             "type": "string"
54033           }
54034         ], 
54035         "produces": [
54036           "application/json", 
54037           "application/xml"
54038         ], 
54039         "responses": {
54040           "200": {
54041             "description": "successful operation", 
54042             "schema": {
54043               "$ref": "#/definitions/network-policies"
54044             }
54045           }, 
54046           "default": {
54047             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54048           }
54049         }, 
54050         "summary": "returns network-policies", 
54051         "tags": [
54052           "Network"
54053         ]
54054       }
54055     }, 
54056     "/network/network-policies/network-policy/{network-policy-id}": {
54057       "delete": {
54058         "consumes": [
54059           "application/json", 
54060           "application/xml"
54061         ], 
54062         "description": "delete an existing network-policy", 
54063         "operationId": "deleteNetworkNetworkPoliciesNetworkPolicy", 
54064         "parameters": [
54065           {
54066             "description": "UUID representing unique key to this instance", 
54067             "example": "__NETWORK-POLICY-ID__", 
54068             "in": "path", 
54069             "name": "network-policy-id", 
54070             "required": true, 
54071             "type": "string"
54072           }, 
54073           {
54074             "description": "resource-version for concurrency", 
54075             "in": "query", 
54076             "name": "resource-version", 
54077             "required": true, 
54078             "type": "string"
54079           }
54080         ], 
54081         "produces": [
54082           "application/json", 
54083           "application/xml"
54084         ], 
54085         "responses": {
54086           "default": {
54087             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54088           }
54089         }, 
54090         "summary": "delete an existing network-policy", 
54091         "tags": [
54092           "Network"
54093         ]
54094       }, 
54095       "get": {
54096         "description": "returns network-policy", 
54097         "operationId": "getNetworkNetworkPoliciesNetworkPolicy", 
54098         "parameters": [
54099           {
54100             "description": "UUID representing unique key to this instance", 
54101             "example": "__NETWORK-POLICY-ID__", 
54102             "in": "path", 
54103             "name": "network-policy-id", 
54104             "required": true, 
54105             "type": "string"
54106           }
54107         ], 
54108         "produces": [
54109           "application/json", 
54110           "application/xml"
54111         ], 
54112         "responses": {
54113           "200": {
54114             "description": "successful operation", 
54115             "schema": {
54116               "$ref": "#/definitions/network-policy"
54117             }
54118           }, 
54119           "default": {
54120             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54121           }
54122         }, 
54123         "summary": "returns network-policy", 
54124         "tags": [
54125           "Network"
54126         ]
54127       }, 
54128       "patch": {
54129         "consumes": [
54130           "application/json"
54131         ], 
54132         "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", 
54133         "operationId": "UpdateNetworkNetworkPoliciesNetworkPolicy", 
54134         "parameters": [
54135           {
54136             "description": "UUID representing unique key to this instance", 
54137             "example": "__NETWORK-POLICY-ID__", 
54138             "in": "path", 
54139             "name": "network-policy-id", 
54140             "required": true, 
54141             "type": "string"
54142           }, 
54143           {
54144             "description": "network-policy object that needs to be updated.", 
54145             "in": "body", 
54146             "name": "body", 
54147             "required": true, 
54148             "schema": {
54149               "$ref": "#/definitions/zzzz-patch-network-policy"
54150             }
54151           }
54152         ], 
54153         "produces": [
54154           "application/json"
54155         ], 
54156         "responses": {
54157           "default": {
54158             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54159           }
54160         }, 
54161         "summary": "update an existing network-policy", 
54162         "tags": [
54163           "Network"
54164         ]
54165       }, 
54166       "put": {
54167         "consumes": [
54168           "application/json", 
54169           "application/xml"
54170         ], 
54171         "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", 
54172         "operationId": "createOrUpdateNetworkNetworkPoliciesNetworkPolicy", 
54173         "parameters": [
54174           {
54175             "description": "UUID representing unique key to this instance", 
54176             "example": "__NETWORK-POLICY-ID__", 
54177             "in": "path", 
54178             "name": "network-policy-id", 
54179             "required": true, 
54180             "type": "string"
54181           }, 
54182           {
54183             "description": "network-policy object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNetworkPoliciesNetworkPolicy.json)", 
54184             "in": "body", 
54185             "name": "body", 
54186             "required": true, 
54187             "schema": {
54188               "$ref": "#/definitions/network-policy"
54189             }
54190           }
54191         ], 
54192         "produces": [
54193           "application/json", 
54194           "application/xml"
54195         ], 
54196         "responses": {
54197           "default": {
54198             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54199           }
54200         }, 
54201         "summary": "create or update an existing network-policy", 
54202         "tags": [
54203           "Network"
54204         ]
54205       }
54206     }, 
54207     "/network/network-policies/network-policy/{network-policy-id}/relationship-list/relationship": {
54208       "delete": {
54209         "consumes": [
54210           "application/json", 
54211           "application/xml"
54212         ], 
54213         "description": "delete an existing relationship", 
54214         "operationId": "deleteNetworkNetworkPoliciesNetworkPolicyRelationshipListRelationship", 
54215         "parameters": [
54216           {
54217             "description": "UUID representing unique key to this instance", 
54218             "example": "__NETWORK-POLICY-ID__", 
54219             "in": "path", 
54220             "name": "network-policy-id", 
54221             "required": true, 
54222             "type": "string"
54223           }
54224         ], 
54225         "produces": [
54226           "application/json", 
54227           "application/xml"
54228         ], 
54229         "responses": {
54230           "default": {
54231             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54232           }
54233         }, 
54234         "summary": "delete an existing relationship", 
54235         "tags": [
54236           "Network"
54237         ]
54238       }, 
54239       "put": {
54240         "consumes": [
54241           "application/json", 
54242           "application/xml"
54243         ], 
54244         "operationId": "createOrUpdateNetworkNetworkPoliciesNetworkPolicyRelationshipListRelationship", 
54245         "parameters": [
54246           {
54247             "description": "UUID representing unique key to this instance", 
54248             "example": "__NETWORK-POLICY-ID__", 
54249             "in": "path", 
54250             "name": "network-policy-id", 
54251             "required": true, 
54252             "type": "string"
54253           }, 
54254           {
54255             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNetworkPoliciesNetworkPolicy.json)", 
54256             "in": "body", 
54257             "name": "body", 
54258             "required": true, 
54259             "schema": {
54260               "$ref": "#/definitions/relationship-dict"
54261             }
54262           }
54263         ], 
54264         "produces": [
54265           "application/json", 
54266           "application/xml"
54267         ], 
54268         "responses": {
54269           "default": {
54270             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54271           }
54272         }, 
54273         "summary": "see node definition for valid relationships", 
54274         "tags": [
54275           "Network"
54276         ]
54277       }
54278     }, 
54279     "/network/network-resources": {
54280       "get": {
54281         "description": "returns network-resources", 
54282         "operationId": "getNetworkNetworkResources", 
54283         "parameters": [
54284           {
54285             "description": "n/a", 
54286             "in": "query", 
54287             "name": "network-id", 
54288             "required": false, 
54289             "type": "string"
54290           }, 
54291           {
54292             "description": "n/a", 
54293             "in": "query", 
54294             "name": "provider-id", 
54295             "required": false, 
54296             "type": "string"
54297           }, 
54298           {
54299             "description": "n/a", 
54300             "in": "query", 
54301             "name": "client-id", 
54302             "required": false, 
54303             "type": "string"
54304           }, 
54305           {
54306             "description": "n/a", 
54307             "in": "query", 
54308             "name": "te-topo-id", 
54309             "required": false, 
54310             "type": "string"
54311           }
54312         ], 
54313         "produces": [
54314           "application/json", 
54315           "application/xml"
54316         ], 
54317         "responses": {
54318           "200": {
54319             "description": "successful operation", 
54320             "schema": {
54321               "$ref": "#/definitions/network-resources"
54322             }
54323           }, 
54324           "default": {
54325             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54326           }
54327         }, 
54328         "summary": "returns network-resources", 
54329         "tags": [
54330           "Network"
54331         ]
54332       }
54333     }, 
54334     "/network/network-resources/network-resource/{network-id}": {
54335       "delete": {
54336         "consumes": [
54337           "application/json", 
54338           "application/xml"
54339         ], 
54340         "description": "delete an existing network-resource", 
54341         "operationId": "deleteNetworkNetworkResourcesNetworkResource", 
54342         "parameters": [
54343           {
54344             "description": "Uniquely identifies this network-resource by id", 
54345             "example": "__NETWORK-ID__", 
54346             "in": "path", 
54347             "name": "network-id", 
54348             "required": true, 
54349             "type": "string"
54350           }, 
54351           {
54352             "description": "resource-version for concurrency", 
54353             "in": "query", 
54354             "name": "resource-version", 
54355             "required": true, 
54356             "type": "string"
54357           }
54358         ], 
54359         "produces": [
54360           "application/json", 
54361           "application/xml"
54362         ], 
54363         "responses": {
54364           "default": {
54365             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54366           }
54367         }, 
54368         "summary": "delete an existing network-resource", 
54369         "tags": [
54370           "Network"
54371         ]
54372       }, 
54373       "get": {
54374         "description": "returns network-resource", 
54375         "operationId": "getNetworkNetworkResourcesNetworkResource", 
54376         "parameters": [
54377           {
54378             "description": "Uniquely identifies this network-resource by id", 
54379             "example": "__NETWORK-ID__", 
54380             "in": "path", 
54381             "name": "network-id", 
54382             "required": true, 
54383             "type": "string"
54384           }
54385         ], 
54386         "produces": [
54387           "application/json", 
54388           "application/xml"
54389         ], 
54390         "responses": {
54391           "200": {
54392             "description": "successful operation", 
54393             "schema": {
54394               "$ref": "#/definitions/network-resource"
54395             }
54396           }, 
54397           "default": {
54398             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54399           }
54400         }, 
54401         "summary": "returns network-resource", 
54402         "tags": [
54403           "Network"
54404         ]
54405       }, 
54406       "patch": {
54407         "consumes": [
54408           "application/json"
54409         ], 
54410         "description": "Update an existing network-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", 
54411         "operationId": "UpdateNetworkNetworkResourcesNetworkResource", 
54412         "parameters": [
54413           {
54414             "description": "Uniquely identifies this network-resource by id", 
54415             "example": "__NETWORK-ID__", 
54416             "in": "path", 
54417             "name": "network-id", 
54418             "required": true, 
54419             "type": "string"
54420           }, 
54421           {
54422             "description": "network-resource object that needs to be updated.", 
54423             "in": "body", 
54424             "name": "body", 
54425             "required": true, 
54426             "schema": {
54427               "$ref": "#/definitions/zzzz-patch-network-resource"
54428             }
54429           }
54430         ], 
54431         "produces": [
54432           "application/json"
54433         ], 
54434         "responses": {
54435           "default": {
54436             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54437           }
54438         }, 
54439         "summary": "update an existing network-resource", 
54440         "tags": [
54441           "Network"
54442         ]
54443       }, 
54444       "put": {
54445         "consumes": [
54446           "application/json", 
54447           "application/xml"
54448         ], 
54449         "description": "Create or update an existing network-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", 
54450         "operationId": "createOrUpdateNetworkNetworkResourcesNetworkResource", 
54451         "parameters": [
54452           {
54453             "description": "Uniquely identifies this network-resource by id", 
54454             "example": "__NETWORK-ID__", 
54455             "in": "path", 
54456             "name": "network-id", 
54457             "required": true, 
54458             "type": "string"
54459           }, 
54460           {
54461             "description": "network-resource object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNetworkResourcesNetworkResource.json)", 
54462             "in": "body", 
54463             "name": "body", 
54464             "required": true, 
54465             "schema": {
54466               "$ref": "#/definitions/network-resource"
54467             }
54468           }
54469         ], 
54470         "produces": [
54471           "application/json", 
54472           "application/xml"
54473         ], 
54474         "responses": {
54475           "default": {
54476             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54477           }
54478         }, 
54479         "summary": "create or update an existing network-resource", 
54480         "tags": [
54481           "Network"
54482         ]
54483       }
54484     }, 
54485     "/network/network-resources/network-resource/{network-id}/relationship-list/relationship": {
54486       "delete": {
54487         "consumes": [
54488           "application/json", 
54489           "application/xml"
54490         ], 
54491         "description": "delete an existing relationship", 
54492         "operationId": "deleteNetworkNetworkResourcesNetworkResourceRelationshipListRelationship", 
54493         "parameters": [
54494           {
54495             "description": "Uniquely identifies this network-resource by id", 
54496             "example": "__NETWORK-ID__", 
54497             "in": "path", 
54498             "name": "network-id", 
54499             "required": true, 
54500             "type": "string"
54501           }
54502         ], 
54503         "produces": [
54504           "application/json", 
54505           "application/xml"
54506         ], 
54507         "responses": {
54508           "default": {
54509             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54510           }
54511         }, 
54512         "summary": "delete an existing relationship", 
54513         "tags": [
54514           "Network"
54515         ]
54516       }, 
54517       "put": {
54518         "consumes": [
54519           "application/json", 
54520           "application/xml"
54521         ], 
54522         "operationId": "createOrUpdateNetworkNetworkResourcesNetworkResourceRelationshipListRelationship", 
54523         "parameters": [
54524           {
54525             "description": "Uniquely identifies this network-resource by id", 
54526             "example": "__NETWORK-ID__", 
54527             "in": "path", 
54528             "name": "network-id", 
54529             "required": true, 
54530             "type": "string"
54531           }, 
54532           {
54533             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNetworkResourcesNetworkResource.json)", 
54534             "in": "body", 
54535             "name": "body", 
54536             "required": true, 
54537             "schema": {
54538               "$ref": "#/definitions/relationship-dict"
54539             }
54540           }
54541         ], 
54542         "produces": [
54543           "application/json", 
54544           "application/xml"
54545         ], 
54546         "responses": {
54547           "default": {
54548             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54549           }
54550         }, 
54551         "summary": "see node definition for valid relationships", 
54552         "tags": [
54553           "Network"
54554         ]
54555       }
54556     }, 
54557     "/network/newvces": {
54558       "get": {
54559         "description": "returns newvces", 
54560         "operationId": "getNetworkNewvces", 
54561         "parameters": [
54562           {
54563             "description": "n/a", 
54564             "in": "query", 
54565             "name": "vnf-id2", 
54566             "required": false, 
54567             "type": "string"
54568           }, 
54569           {
54570             "description": "n/a", 
54571             "in": "query", 
54572             "name": "vnf-name", 
54573             "required": false, 
54574             "type": "string"
54575           }, 
54576           {
54577             "description": "n/a", 
54578             "in": "query", 
54579             "name": "vnf-name2", 
54580             "required": false, 
54581             "type": "string"
54582           }, 
54583           {
54584             "description": "n/a", 
54585             "in": "query", 
54586             "name": "vnf-type", 
54587             "required": false, 
54588             "type": "string"
54589           }, 
54590           {
54591             "description": "n/a", 
54592             "in": "query", 
54593             "name": "prov-status", 
54594             "required": false, 
54595             "type": "string"
54596           }, 
54597           {
54598             "description": "n/a", 
54599             "in": "query", 
54600             "name": "heat-stack-id", 
54601             "required": false, 
54602             "type": "string"
54603           }
54604         ], 
54605         "produces": [
54606           "application/json", 
54607           "application/xml"
54608         ], 
54609         "responses": {
54610           "200": {
54611             "description": "successful operation", 
54612             "schema": {
54613               "$ref": "#/definitions/newvces"
54614             }
54615           }, 
54616           "default": {
54617             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54618           }
54619         }, 
54620         "summary": "returns newvces", 
54621         "tags": [
54622           "Network"
54623         ]
54624       }
54625     }, 
54626     "/network/newvces/newvce/{vnf-id2}": {
54627       "delete": {
54628         "consumes": [
54629           "application/json", 
54630           "application/xml"
54631         ], 
54632         "description": "delete an existing newvce", 
54633         "operationId": "deleteNetworkNewvcesNewvce", 
54634         "parameters": [
54635           {
54636             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54637             "example": "__VNF-ID2__", 
54638             "in": "path", 
54639             "name": "vnf-id2", 
54640             "required": true, 
54641             "type": "string"
54642           }, 
54643           {
54644             "description": "resource-version for concurrency", 
54645             "in": "query", 
54646             "name": "resource-version", 
54647             "required": true, 
54648             "type": "string"
54649           }
54650         ], 
54651         "produces": [
54652           "application/json", 
54653           "application/xml"
54654         ], 
54655         "responses": {
54656           "default": {
54657             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54658           }
54659         }, 
54660         "summary": "delete an existing newvce", 
54661         "tags": [
54662           "Network"
54663         ]
54664       }, 
54665       "get": {
54666         "description": "returns newvce", 
54667         "operationId": "getNetworkNewvcesNewvce", 
54668         "parameters": [
54669           {
54670             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54671             "example": "__VNF-ID2__", 
54672             "in": "path", 
54673             "name": "vnf-id2", 
54674             "required": true, 
54675             "type": "string"
54676           }
54677         ], 
54678         "produces": [
54679           "application/json", 
54680           "application/xml"
54681         ], 
54682         "responses": {
54683           "200": {
54684             "description": "successful operation", 
54685             "schema": {
54686               "$ref": "#/definitions/newvce"
54687             }
54688           }, 
54689           "default": {
54690             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54691           }
54692         }, 
54693         "summary": "returns newvce", 
54694         "tags": [
54695           "Network"
54696         ]
54697       }, 
54698       "patch": {
54699         "consumes": [
54700           "application/json"
54701         ], 
54702         "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", 
54703         "operationId": "UpdateNetworkNewvcesNewvce", 
54704         "parameters": [
54705           {
54706             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54707             "example": "__VNF-ID2__", 
54708             "in": "path", 
54709             "name": "vnf-id2", 
54710             "required": true, 
54711             "type": "string"
54712           }, 
54713           {
54714             "description": "newvce object that needs to be updated.", 
54715             "in": "body", 
54716             "name": "body", 
54717             "required": true, 
54718             "schema": {
54719               "$ref": "#/definitions/zzzz-patch-newvce"
54720             }
54721           }
54722         ], 
54723         "produces": [
54724           "application/json"
54725         ], 
54726         "responses": {
54727           "default": {
54728             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54729           }
54730         }, 
54731         "summary": "update an existing newvce", 
54732         "tags": [
54733           "Network"
54734         ]
54735       }, 
54736       "put": {
54737         "consumes": [
54738           "application/json", 
54739           "application/xml"
54740         ], 
54741         "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", 
54742         "operationId": "createOrUpdateNetworkNewvcesNewvce", 
54743         "parameters": [
54744           {
54745             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54746             "example": "__VNF-ID2__", 
54747             "in": "path", 
54748             "name": "vnf-id2", 
54749             "required": true, 
54750             "type": "string"
54751           }, 
54752           {
54753             "description": "newvce object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvce.json)", 
54754             "in": "body", 
54755             "name": "body", 
54756             "required": true, 
54757             "schema": {
54758               "$ref": "#/definitions/newvce"
54759             }
54760           }
54761         ], 
54762         "produces": [
54763           "application/json", 
54764           "application/xml"
54765         ], 
54766         "responses": {
54767           "default": {
54768             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54769           }
54770         }, 
54771         "summary": "create or update an existing newvce", 
54772         "tags": [
54773           "Network"
54774         ]
54775       }
54776     }, 
54777     "/network/newvces/newvce/{vnf-id2}/l-interfaces": {
54778       "get": {
54779         "description": "returns l-interfaces", 
54780         "operationId": "getNetworkNewvcesNewvceLInterfaces", 
54781         "parameters": [
54782           {
54783             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54784             "example": "__VNF-ID2__", 
54785             "in": "path", 
54786             "name": "vnf-id2", 
54787             "required": true, 
54788             "type": "string"
54789           }, 
54790           {
54791             "description": "n/a", 
54792             "in": "query", 
54793             "name": "interface-name", 
54794             "required": false, 
54795             "type": "string"
54796           }, 
54797           {
54798             "description": "n/a", 
54799             "in": "query", 
54800             "name": "interface-id", 
54801             "required": false, 
54802             "type": "string"
54803           }, 
54804           {
54805             "description": "n/a", 
54806             "in": "query", 
54807             "name": "macaddr", 
54808             "required": false, 
54809             "type": "string"
54810           }, 
54811           {
54812             "description": "n/a", 
54813             "in": "query", 
54814             "name": "network-name", 
54815             "required": false, 
54816             "type": "string"
54817           }
54818         ], 
54819         "produces": [
54820           "application/json", 
54821           "application/xml"
54822         ], 
54823         "responses": {
54824           "200": {
54825             "description": "successful operation", 
54826             "schema": {
54827               "$ref": "#/definitions/l-interfaces"
54828             }
54829           }, 
54830           "default": {
54831             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54832           }
54833         }, 
54834         "summary": "returns l-interfaces", 
54835         "tags": [
54836           "Network"
54837         ]
54838       }
54839     }, 
54840     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}": {
54841       "delete": {
54842         "consumes": [
54843           "application/json", 
54844           "application/xml"
54845         ], 
54846         "description": "delete an existing l-interface", 
54847         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterface", 
54848         "parameters": [
54849           {
54850             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54851             "example": "__VNF-ID2__", 
54852             "in": "path", 
54853             "name": "vnf-id2", 
54854             "required": true, 
54855             "type": "string"
54856           }, 
54857           {
54858             "description": "Name given to the interface", 
54859             "example": "__INTERFACE-NAME__", 
54860             "in": "path", 
54861             "name": "interface-name", 
54862             "required": true, 
54863             "type": "string"
54864           }, 
54865           {
54866             "description": "resource-version for concurrency", 
54867             "in": "query", 
54868             "name": "resource-version", 
54869             "required": true, 
54870             "type": "string"
54871           }
54872         ], 
54873         "produces": [
54874           "application/json", 
54875           "application/xml"
54876         ], 
54877         "responses": {
54878           "default": {
54879             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54880           }
54881         }, 
54882         "summary": "delete an existing l-interface", 
54883         "tags": [
54884           "Network"
54885         ]
54886       }, 
54887       "get": {
54888         "description": "returns l-interface", 
54889         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterface", 
54890         "parameters": [
54891           {
54892             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54893             "example": "__VNF-ID2__", 
54894             "in": "path", 
54895             "name": "vnf-id2", 
54896             "required": true, 
54897             "type": "string"
54898           }, 
54899           {
54900             "description": "Name given to the interface", 
54901             "example": "__INTERFACE-NAME__", 
54902             "in": "path", 
54903             "name": "interface-name", 
54904             "required": true, 
54905             "type": "string"
54906           }
54907         ], 
54908         "produces": [
54909           "application/json", 
54910           "application/xml"
54911         ], 
54912         "responses": {
54913           "200": {
54914             "description": "successful operation", 
54915             "schema": {
54916               "$ref": "#/definitions/l-interface"
54917             }
54918           }, 
54919           "default": {
54920             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54921           }
54922         }, 
54923         "summary": "returns l-interface", 
54924         "tags": [
54925           "Network"
54926         ]
54927       }, 
54928       "patch": {
54929         "consumes": [
54930           "application/json"
54931         ], 
54932         "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", 
54933         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterface", 
54934         "parameters": [
54935           {
54936             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54937             "example": "__VNF-ID2__", 
54938             "in": "path", 
54939             "name": "vnf-id2", 
54940             "required": true, 
54941             "type": "string"
54942           }, 
54943           {
54944             "description": "Name given to the interface", 
54945             "example": "__INTERFACE-NAME__", 
54946             "in": "path", 
54947             "name": "interface-name", 
54948             "required": true, 
54949             "type": "string"
54950           }, 
54951           {
54952             "description": "l-interface object that needs to be updated.", 
54953             "in": "body", 
54954             "name": "body", 
54955             "required": true, 
54956             "schema": {
54957               "$ref": "#/definitions/zzzz-patch-l-interface"
54958             }
54959           }
54960         ], 
54961         "produces": [
54962           "application/json"
54963         ], 
54964         "responses": {
54965           "default": {
54966             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
54967           }
54968         }, 
54969         "summary": "update an existing l-interface", 
54970         "tags": [
54971           "Network"
54972         ]
54973       }, 
54974       "put": {
54975         "consumes": [
54976           "application/json", 
54977           "application/xml"
54978         ], 
54979         "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", 
54980         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterface", 
54981         "parameters": [
54982           {
54983             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
54984             "example": "__VNF-ID2__", 
54985             "in": "path", 
54986             "name": "vnf-id2", 
54987             "required": true, 
54988             "type": "string"
54989           }, 
54990           {
54991             "description": "Name given to the interface", 
54992             "example": "__INTERFACE-NAME__", 
54993             "in": "path", 
54994             "name": "interface-name", 
54995             "required": true, 
54996             "type": "string"
54997           }, 
54998           {
54999             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterface.json)", 
55000             "in": "body", 
55001             "name": "body", 
55002             "required": true, 
55003             "schema": {
55004               "$ref": "#/definitions/l-interface"
55005             }
55006           }
55007         ], 
55008         "produces": [
55009           "application/json", 
55010           "application/xml"
55011         ], 
55012         "responses": {
55013           "default": {
55014             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55015           }
55016         }, 
55017         "summary": "create or update an existing l-interface", 
55018         "tags": [
55019           "Network"
55020         ]
55021       }
55022     }, 
55023     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
55024       "delete": {
55025         "consumes": [
55026           "application/json", 
55027           "application/xml"
55028         ], 
55029         "description": "delete an existing l3-interface-ipv4-address-list", 
55030         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
55031         "parameters": [
55032           {
55033             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55034             "example": "__VNF-ID2__", 
55035             "in": "path", 
55036             "name": "vnf-id2", 
55037             "required": true, 
55038             "type": "string"
55039           }, 
55040           {
55041             "description": "Name given to the interface", 
55042             "example": "__INTERFACE-NAME__", 
55043             "in": "path", 
55044             "name": "interface-name", 
55045             "required": true, 
55046             "type": "string"
55047           }, 
55048           {
55049             "description": "IP address", 
55050             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
55051             "in": "path", 
55052             "name": "l3-interface-ipv4-address", 
55053             "required": true, 
55054             "type": "string"
55055           }, 
55056           {
55057             "description": "resource-version for concurrency", 
55058             "in": "query", 
55059             "name": "resource-version", 
55060             "required": true, 
55061             "type": "string"
55062           }
55063         ], 
55064         "produces": [
55065           "application/json", 
55066           "application/xml"
55067         ], 
55068         "responses": {
55069           "default": {
55070             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55071           }
55072         }, 
55073         "summary": "delete an existing l3-interface-ipv4-address-list", 
55074         "tags": [
55075           "Network"
55076         ]
55077       }, 
55078       "get": {
55079         "description": "returns l3-interface-ipv4-address-list", 
55080         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
55081         "parameters": [
55082           {
55083             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55084             "example": "__VNF-ID2__", 
55085             "in": "path", 
55086             "name": "vnf-id2", 
55087             "required": true, 
55088             "type": "string"
55089           }, 
55090           {
55091             "description": "Name given to the interface", 
55092             "example": "__INTERFACE-NAME__", 
55093             "in": "path", 
55094             "name": "interface-name", 
55095             "required": true, 
55096             "type": "string"
55097           }, 
55098           {
55099             "description": "IP address", 
55100             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
55101             "in": "path", 
55102             "name": "l3-interface-ipv4-address", 
55103             "required": true, 
55104             "type": "string"
55105           }
55106         ], 
55107         "produces": [
55108           "application/json", 
55109           "application/xml"
55110         ], 
55111         "responses": {
55112           "200": {
55113             "description": "successful operation", 
55114             "schema": {
55115               "$ref": "#/definitions/l3-interface-ipv4-address-list"
55116             }
55117           }, 
55118           "default": {
55119             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55120           }
55121         }, 
55122         "summary": "returns l3-interface-ipv4-address-list", 
55123         "tags": [
55124           "Network"
55125         ]
55126       }, 
55127       "patch": {
55128         "consumes": [
55129           "application/json"
55130         ], 
55131         "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", 
55132         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
55133         "parameters": [
55134           {
55135             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55136             "example": "__VNF-ID2__", 
55137             "in": "path", 
55138             "name": "vnf-id2", 
55139             "required": true, 
55140             "type": "string"
55141           }, 
55142           {
55143             "description": "Name given to the interface", 
55144             "example": "__INTERFACE-NAME__", 
55145             "in": "path", 
55146             "name": "interface-name", 
55147             "required": true, 
55148             "type": "string"
55149           }, 
55150           {
55151             "description": "IP address", 
55152             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
55153             "in": "path", 
55154             "name": "l3-interface-ipv4-address", 
55155             "required": true, 
55156             "type": "string"
55157           }, 
55158           {
55159             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
55160             "in": "body", 
55161             "name": "body", 
55162             "required": true, 
55163             "schema": {
55164               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
55165             }
55166           }
55167         ], 
55168         "produces": [
55169           "application/json"
55170         ], 
55171         "responses": {
55172           "default": {
55173             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55174           }
55175         }, 
55176         "summary": "update an existing l3-interface-ipv4-address-list", 
55177         "tags": [
55178           "Network"
55179         ]
55180       }, 
55181       "put": {
55182         "consumes": [
55183           "application/json", 
55184           "application/xml"
55185         ], 
55186         "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", 
55187         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
55188         "parameters": [
55189           {
55190             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55191             "example": "__VNF-ID2__", 
55192             "in": "path", 
55193             "name": "vnf-id2", 
55194             "required": true, 
55195             "type": "string"
55196           }, 
55197           {
55198             "description": "Name given to the interface", 
55199             "example": "__INTERFACE-NAME__", 
55200             "in": "path", 
55201             "name": "interface-name", 
55202             "required": true, 
55203             "type": "string"
55204           }, 
55205           {
55206             "description": "IP address", 
55207             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
55208             "in": "path", 
55209             "name": "l3-interface-ipv4-address", 
55210             "required": true, 
55211             "type": "string"
55212           }, 
55213           {
55214             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
55215             "in": "body", 
55216             "name": "body", 
55217             "required": true, 
55218             "schema": {
55219               "$ref": "#/definitions/l3-interface-ipv4-address-list"
55220             }
55221           }
55222         ], 
55223         "produces": [
55224           "application/json", 
55225           "application/xml"
55226         ], 
55227         "responses": {
55228           "default": {
55229             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55230           }
55231         }, 
55232         "summary": "create or update an existing l3-interface-ipv4-address-list", 
55233         "tags": [
55234           "Network"
55235         ]
55236       }
55237     }, 
55238     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
55239       "delete": {
55240         "consumes": [
55241           "application/json", 
55242           "application/xml"
55243         ], 
55244         "description": "delete an existing relationship", 
55245         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
55246         "parameters": [
55247           {
55248             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55249             "example": "__VNF-ID2__", 
55250             "in": "path", 
55251             "name": "vnf-id2", 
55252             "required": true, 
55253             "type": "string"
55254           }, 
55255           {
55256             "description": "Name given to the interface", 
55257             "example": "__INTERFACE-NAME__", 
55258             "in": "path", 
55259             "name": "interface-name", 
55260             "required": true, 
55261             "type": "string"
55262           }, 
55263           {
55264             "description": "IP address", 
55265             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
55266             "in": "path", 
55267             "name": "l3-interface-ipv4-address", 
55268             "required": true, 
55269             "type": "string"
55270           }
55271         ], 
55272         "produces": [
55273           "application/json", 
55274           "application/xml"
55275         ], 
55276         "responses": {
55277           "default": {
55278             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55279           }
55280         }, 
55281         "summary": "delete an existing relationship", 
55282         "tags": [
55283           "Network"
55284         ]
55285       }, 
55286       "put": {
55287         "consumes": [
55288           "application/json", 
55289           "application/xml"
55290         ], 
55291         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
55292         "parameters": [
55293           {
55294             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55295             "example": "__VNF-ID2__", 
55296             "in": "path", 
55297             "name": "vnf-id2", 
55298             "required": true, 
55299             "type": "string"
55300           }, 
55301           {
55302             "description": "Name given to the interface", 
55303             "example": "__INTERFACE-NAME__", 
55304             "in": "path", 
55305             "name": "interface-name", 
55306             "required": true, 
55307             "type": "string"
55308           }, 
55309           {
55310             "description": "IP address", 
55311             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
55312             "in": "path", 
55313             "name": "l3-interface-ipv4-address", 
55314             "required": true, 
55315             "type": "string"
55316           }, 
55317           {
55318             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
55319             "in": "body", 
55320             "name": "body", 
55321             "required": true, 
55322             "schema": {
55323               "$ref": "#/definitions/relationship-dict"
55324             }
55325           }
55326         ], 
55327         "produces": [
55328           "application/json", 
55329           "application/xml"
55330         ], 
55331         "responses": {
55332           "default": {
55333             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55334           }
55335         }, 
55336         "summary": "see node definition for valid relationships", 
55337         "tags": [
55338           "Network"
55339         ]
55340       }
55341     }, 
55342     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
55343       "delete": {
55344         "consumes": [
55345           "application/json", 
55346           "application/xml"
55347         ], 
55348         "description": "delete an existing l3-interface-ipv6-address-list", 
55349         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
55350         "parameters": [
55351           {
55352             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55353             "example": "__VNF-ID2__", 
55354             "in": "path", 
55355             "name": "vnf-id2", 
55356             "required": true, 
55357             "type": "string"
55358           }, 
55359           {
55360             "description": "Name given to the interface", 
55361             "example": "__INTERFACE-NAME__", 
55362             "in": "path", 
55363             "name": "interface-name", 
55364             "required": true, 
55365             "type": "string"
55366           }, 
55367           {
55368             "description": "IP address", 
55369             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
55370             "in": "path", 
55371             "name": "l3-interface-ipv6-address", 
55372             "required": true, 
55373             "type": "string"
55374           }, 
55375           {
55376             "description": "resource-version for concurrency", 
55377             "in": "query", 
55378             "name": "resource-version", 
55379             "required": true, 
55380             "type": "string"
55381           }
55382         ], 
55383         "produces": [
55384           "application/json", 
55385           "application/xml"
55386         ], 
55387         "responses": {
55388           "default": {
55389             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55390           }
55391         }, 
55392         "summary": "delete an existing l3-interface-ipv6-address-list", 
55393         "tags": [
55394           "Network"
55395         ]
55396       }, 
55397       "get": {
55398         "description": "returns l3-interface-ipv6-address-list", 
55399         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
55400         "parameters": [
55401           {
55402             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55403             "example": "__VNF-ID2__", 
55404             "in": "path", 
55405             "name": "vnf-id2", 
55406             "required": true, 
55407             "type": "string"
55408           }, 
55409           {
55410             "description": "Name given to the interface", 
55411             "example": "__INTERFACE-NAME__", 
55412             "in": "path", 
55413             "name": "interface-name", 
55414             "required": true, 
55415             "type": "string"
55416           }, 
55417           {
55418             "description": "IP address", 
55419             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
55420             "in": "path", 
55421             "name": "l3-interface-ipv6-address", 
55422             "required": true, 
55423             "type": "string"
55424           }
55425         ], 
55426         "produces": [
55427           "application/json", 
55428           "application/xml"
55429         ], 
55430         "responses": {
55431           "200": {
55432             "description": "successful operation", 
55433             "schema": {
55434               "$ref": "#/definitions/l3-interface-ipv6-address-list"
55435             }
55436           }, 
55437           "default": {
55438             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55439           }
55440         }, 
55441         "summary": "returns l3-interface-ipv6-address-list", 
55442         "tags": [
55443           "Network"
55444         ]
55445       }, 
55446       "patch": {
55447         "consumes": [
55448           "application/json"
55449         ], 
55450         "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", 
55451         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
55452         "parameters": [
55453           {
55454             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55455             "example": "__VNF-ID2__", 
55456             "in": "path", 
55457             "name": "vnf-id2", 
55458             "required": true, 
55459             "type": "string"
55460           }, 
55461           {
55462             "description": "Name given to the interface", 
55463             "example": "__INTERFACE-NAME__", 
55464             "in": "path", 
55465             "name": "interface-name", 
55466             "required": true, 
55467             "type": "string"
55468           }, 
55469           {
55470             "description": "IP address", 
55471             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
55472             "in": "path", 
55473             "name": "l3-interface-ipv6-address", 
55474             "required": true, 
55475             "type": "string"
55476           }, 
55477           {
55478             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
55479             "in": "body", 
55480             "name": "body", 
55481             "required": true, 
55482             "schema": {
55483               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
55484             }
55485           }
55486         ], 
55487         "produces": [
55488           "application/json"
55489         ], 
55490         "responses": {
55491           "default": {
55492             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55493           }
55494         }, 
55495         "summary": "update an existing l3-interface-ipv6-address-list", 
55496         "tags": [
55497           "Network"
55498         ]
55499       }, 
55500       "put": {
55501         "consumes": [
55502           "application/json", 
55503           "application/xml"
55504         ], 
55505         "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", 
55506         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
55507         "parameters": [
55508           {
55509             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55510             "example": "__VNF-ID2__", 
55511             "in": "path", 
55512             "name": "vnf-id2", 
55513             "required": true, 
55514             "type": "string"
55515           }, 
55516           {
55517             "description": "Name given to the interface", 
55518             "example": "__INTERFACE-NAME__", 
55519             "in": "path", 
55520             "name": "interface-name", 
55521             "required": true, 
55522             "type": "string"
55523           }, 
55524           {
55525             "description": "IP address", 
55526             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
55527             "in": "path", 
55528             "name": "l3-interface-ipv6-address", 
55529             "required": true, 
55530             "type": "string"
55531           }, 
55532           {
55533             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
55534             "in": "body", 
55535             "name": "body", 
55536             "required": true, 
55537             "schema": {
55538               "$ref": "#/definitions/l3-interface-ipv6-address-list"
55539             }
55540           }
55541         ], 
55542         "produces": [
55543           "application/json", 
55544           "application/xml"
55545         ], 
55546         "responses": {
55547           "default": {
55548             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55549           }
55550         }, 
55551         "summary": "create or update an existing l3-interface-ipv6-address-list", 
55552         "tags": [
55553           "Network"
55554         ]
55555       }
55556     }, 
55557     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
55558       "delete": {
55559         "consumes": [
55560           "application/json", 
55561           "application/xml"
55562         ], 
55563         "description": "delete an existing relationship", 
55564         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
55565         "parameters": [
55566           {
55567             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55568             "example": "__VNF-ID2__", 
55569             "in": "path", 
55570             "name": "vnf-id2", 
55571             "required": true, 
55572             "type": "string"
55573           }, 
55574           {
55575             "description": "Name given to the interface", 
55576             "example": "__INTERFACE-NAME__", 
55577             "in": "path", 
55578             "name": "interface-name", 
55579             "required": true, 
55580             "type": "string"
55581           }, 
55582           {
55583             "description": "IP address", 
55584             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
55585             "in": "path", 
55586             "name": "l3-interface-ipv6-address", 
55587             "required": true, 
55588             "type": "string"
55589           }
55590         ], 
55591         "produces": [
55592           "application/json", 
55593           "application/xml"
55594         ], 
55595         "responses": {
55596           "default": {
55597             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55598           }
55599         }, 
55600         "summary": "delete an existing relationship", 
55601         "tags": [
55602           "Network"
55603         ]
55604       }, 
55605       "put": {
55606         "consumes": [
55607           "application/json", 
55608           "application/xml"
55609         ], 
55610         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
55611         "parameters": [
55612           {
55613             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55614             "example": "__VNF-ID2__", 
55615             "in": "path", 
55616             "name": "vnf-id2", 
55617             "required": true, 
55618             "type": "string"
55619           }, 
55620           {
55621             "description": "Name given to the interface", 
55622             "example": "__INTERFACE-NAME__", 
55623             "in": "path", 
55624             "name": "interface-name", 
55625             "required": true, 
55626             "type": "string"
55627           }, 
55628           {
55629             "description": "IP address", 
55630             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
55631             "in": "path", 
55632             "name": "l3-interface-ipv6-address", 
55633             "required": true, 
55634             "type": "string"
55635           }, 
55636           {
55637             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
55638             "in": "body", 
55639             "name": "body", 
55640             "required": true, 
55641             "schema": {
55642               "$ref": "#/definitions/relationship-dict"
55643             }
55644           }
55645         ], 
55646         "produces": [
55647           "application/json", 
55648           "application/xml"
55649         ], 
55650         "responses": {
55651           "default": {
55652             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55653           }
55654         }, 
55655         "summary": "see node definition for valid relationships", 
55656         "tags": [
55657           "Network"
55658         ]
55659       }
55660     }, 
55661     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/relationship-list/relationship": {
55662       "delete": {
55663         "consumes": [
55664           "application/json", 
55665           "application/xml"
55666         ], 
55667         "description": "delete an existing relationship", 
55668         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceRelationshipListRelationship", 
55669         "parameters": [
55670           {
55671             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55672             "example": "__VNF-ID2__", 
55673             "in": "path", 
55674             "name": "vnf-id2", 
55675             "required": true, 
55676             "type": "string"
55677           }, 
55678           {
55679             "description": "Name given to the interface", 
55680             "example": "__INTERFACE-NAME__", 
55681             "in": "path", 
55682             "name": "interface-name", 
55683             "required": true, 
55684             "type": "string"
55685           }
55686         ], 
55687         "produces": [
55688           "application/json", 
55689           "application/xml"
55690         ], 
55691         "responses": {
55692           "default": {
55693             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55694           }
55695         }, 
55696         "summary": "delete an existing relationship", 
55697         "tags": [
55698           "Network"
55699         ]
55700       }, 
55701       "put": {
55702         "consumes": [
55703           "application/json", 
55704           "application/xml"
55705         ], 
55706         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceRelationshipListRelationship", 
55707         "parameters": [
55708           {
55709             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55710             "example": "__VNF-ID2__", 
55711             "in": "path", 
55712             "name": "vnf-id2", 
55713             "required": true, 
55714             "type": "string"
55715           }, 
55716           {
55717             "description": "Name given to the interface", 
55718             "example": "__INTERFACE-NAME__", 
55719             "in": "path", 
55720             "name": "interface-name", 
55721             "required": true, 
55722             "type": "string"
55723           }, 
55724           {
55725             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterface.json)", 
55726             "in": "body", 
55727             "name": "body", 
55728             "required": true, 
55729             "schema": {
55730               "$ref": "#/definitions/relationship-dict"
55731             }
55732           }
55733         ], 
55734         "produces": [
55735           "application/json", 
55736           "application/xml"
55737         ], 
55738         "responses": {
55739           "default": {
55740             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55741           }
55742         }, 
55743         "summary": "see node definition for valid relationships", 
55744         "tags": [
55745           "Network"
55746         ]
55747       }
55748     }, 
55749     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/sriov-vfs": {
55750       "get": {
55751         "description": "returns sriov-vfs", 
55752         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfs", 
55753         "parameters": [
55754           {
55755             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55756             "example": "__VNF-ID2__", 
55757             "in": "path", 
55758             "name": "vnf-id2", 
55759             "required": true, 
55760             "type": "string"
55761           }, 
55762           {
55763             "description": "Name given to the interface", 
55764             "example": "__INTERFACE-NAME__", 
55765             "in": "path", 
55766             "name": "interface-name", 
55767             "required": true, 
55768             "type": "string"
55769           }, 
55770           {
55771             "description": "n/a", 
55772             "in": "query", 
55773             "name": "pci-id", 
55774             "required": false, 
55775             "type": "string"
55776           }, 
55777           {
55778             "description": "n/a", 
55779             "in": "query", 
55780             "name": "vf-vlan-filter", 
55781             "required": false, 
55782             "type": "string"
55783           }, 
55784           {
55785             "description": "n/a", 
55786             "in": "query", 
55787             "name": "vf-mac-filter", 
55788             "required": false, 
55789             "type": "string"
55790           }, 
55791           {
55792             "description": "n/a", 
55793             "in": "query", 
55794             "name": "vf-vlan-strip", 
55795             "required": false, 
55796             "type": "boolean"
55797           }, 
55798           {
55799             "description": "n/a", 
55800             "in": "query", 
55801             "name": "neutron-network-id", 
55802             "required": false, 
55803             "type": "string"
55804           }
55805         ], 
55806         "produces": [
55807           "application/json", 
55808           "application/xml"
55809         ], 
55810         "responses": {
55811           "200": {
55812             "description": "successful operation", 
55813             "schema": {
55814               "$ref": "#/definitions/sriov-vfs"
55815             }
55816           }, 
55817           "default": {
55818             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55819           }
55820         }, 
55821         "summary": "returns sriov-vfs", 
55822         "tags": [
55823           "Network"
55824         ]
55825       }
55826     }, 
55827     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}": {
55828       "delete": {
55829         "consumes": [
55830           "application/json", 
55831           "application/xml"
55832         ], 
55833         "description": "delete an existing sriov-vf", 
55834         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf", 
55835         "parameters": [
55836           {
55837             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55838             "example": "__VNF-ID2__", 
55839             "in": "path", 
55840             "name": "vnf-id2", 
55841             "required": true, 
55842             "type": "string"
55843           }, 
55844           {
55845             "description": "Name given to the interface", 
55846             "example": "__INTERFACE-NAME__", 
55847             "in": "path", 
55848             "name": "interface-name", 
55849             "required": true, 
55850             "type": "string"
55851           }, 
55852           {
55853             "description": "PCI ID used to identify the sriov-vf", 
55854             "example": "__PCI-ID__", 
55855             "in": "path", 
55856             "name": "pci-id", 
55857             "required": true, 
55858             "type": "string"
55859           }, 
55860           {
55861             "description": "resource-version for concurrency", 
55862             "in": "query", 
55863             "name": "resource-version", 
55864             "required": true, 
55865             "type": "string"
55866           }
55867         ], 
55868         "produces": [
55869           "application/json", 
55870           "application/xml"
55871         ], 
55872         "responses": {
55873           "default": {
55874             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55875           }
55876         }, 
55877         "summary": "delete an existing sriov-vf", 
55878         "tags": [
55879           "Network"
55880         ]
55881       }, 
55882       "get": {
55883         "description": "returns sriov-vf", 
55884         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf", 
55885         "parameters": [
55886           {
55887             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55888             "example": "__VNF-ID2__", 
55889             "in": "path", 
55890             "name": "vnf-id2", 
55891             "required": true, 
55892             "type": "string"
55893           }, 
55894           {
55895             "description": "Name given to the interface", 
55896             "example": "__INTERFACE-NAME__", 
55897             "in": "path", 
55898             "name": "interface-name", 
55899             "required": true, 
55900             "type": "string"
55901           }, 
55902           {
55903             "description": "PCI ID used to identify the sriov-vf", 
55904             "example": "__PCI-ID__", 
55905             "in": "path", 
55906             "name": "pci-id", 
55907             "required": true, 
55908             "type": "string"
55909           }
55910         ], 
55911         "produces": [
55912           "application/json", 
55913           "application/xml"
55914         ], 
55915         "responses": {
55916           "200": {
55917             "description": "successful operation", 
55918             "schema": {
55919               "$ref": "#/definitions/sriov-vf"
55920             }
55921           }, 
55922           "default": {
55923             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55924           }
55925         }, 
55926         "summary": "returns sriov-vf", 
55927         "tags": [
55928           "Network"
55929         ]
55930       }, 
55931       "patch": {
55932         "consumes": [
55933           "application/json"
55934         ], 
55935         "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", 
55936         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf", 
55937         "parameters": [
55938           {
55939             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55940             "example": "__VNF-ID2__", 
55941             "in": "path", 
55942             "name": "vnf-id2", 
55943             "required": true, 
55944             "type": "string"
55945           }, 
55946           {
55947             "description": "Name given to the interface", 
55948             "example": "__INTERFACE-NAME__", 
55949             "in": "path", 
55950             "name": "interface-name", 
55951             "required": true, 
55952             "type": "string"
55953           }, 
55954           {
55955             "description": "PCI ID used to identify the sriov-vf", 
55956             "example": "__PCI-ID__", 
55957             "in": "path", 
55958             "name": "pci-id", 
55959             "required": true, 
55960             "type": "string"
55961           }, 
55962           {
55963             "description": "sriov-vf object that needs to be updated.", 
55964             "in": "body", 
55965             "name": "body", 
55966             "required": true, 
55967             "schema": {
55968               "$ref": "#/definitions/zzzz-patch-sriov-vf"
55969             }
55970           }
55971         ], 
55972         "produces": [
55973           "application/json"
55974         ], 
55975         "responses": {
55976           "default": {
55977             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
55978           }
55979         }, 
55980         "summary": "update an existing sriov-vf", 
55981         "tags": [
55982           "Network"
55983         ]
55984       }, 
55985       "put": {
55986         "consumes": [
55987           "application/json", 
55988           "application/xml"
55989         ], 
55990         "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", 
55991         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf", 
55992         "parameters": [
55993           {
55994             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
55995             "example": "__VNF-ID2__", 
55996             "in": "path", 
55997             "name": "vnf-id2", 
55998             "required": true, 
55999             "type": "string"
56000           }, 
56001           {
56002             "description": "Name given to the interface", 
56003             "example": "__INTERFACE-NAME__", 
56004             "in": "path", 
56005             "name": "interface-name", 
56006             "required": true, 
56007             "type": "string"
56008           }, 
56009           {
56010             "description": "PCI ID used to identify the sriov-vf", 
56011             "example": "__PCI-ID__", 
56012             "in": "path", 
56013             "name": "pci-id", 
56014             "required": true, 
56015             "type": "string"
56016           }, 
56017           {
56018             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
56019             "in": "body", 
56020             "name": "body", 
56021             "required": true, 
56022             "schema": {
56023               "$ref": "#/definitions/sriov-vf"
56024             }
56025           }
56026         ], 
56027         "produces": [
56028           "application/json", 
56029           "application/xml"
56030         ], 
56031         "responses": {
56032           "default": {
56033             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56034           }
56035         }, 
56036         "summary": "create or update an existing sriov-vf", 
56037         "tags": [
56038           "Network"
56039         ]
56040       }
56041     }, 
56042     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/sriov-vfs/sriov-vf/{pci-id}/relationship-list/relationship": {
56043       "delete": {
56044         "consumes": [
56045           "application/json", 
56046           "application/xml"
56047         ], 
56048         "description": "delete an existing relationship", 
56049         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
56050         "parameters": [
56051           {
56052             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56053             "example": "__VNF-ID2__", 
56054             "in": "path", 
56055             "name": "vnf-id2", 
56056             "required": true, 
56057             "type": "string"
56058           }, 
56059           {
56060             "description": "Name given to the interface", 
56061             "example": "__INTERFACE-NAME__", 
56062             "in": "path", 
56063             "name": "interface-name", 
56064             "required": true, 
56065             "type": "string"
56066           }, 
56067           {
56068             "description": "PCI ID used to identify the sriov-vf", 
56069             "example": "__PCI-ID__", 
56070             "in": "path", 
56071             "name": "pci-id", 
56072             "required": true, 
56073             "type": "string"
56074           }
56075         ], 
56076         "produces": [
56077           "application/json", 
56078           "application/xml"
56079         ], 
56080         "responses": {
56081           "default": {
56082             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56083           }
56084         }, 
56085         "summary": "delete an existing relationship", 
56086         "tags": [
56087           "Network"
56088         ]
56089       }, 
56090       "put": {
56091         "consumes": [
56092           "application/json", 
56093           "application/xml"
56094         ], 
56095         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
56096         "parameters": [
56097           {
56098             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56099             "example": "__VNF-ID2__", 
56100             "in": "path", 
56101             "name": "vnf-id2", 
56102             "required": true, 
56103             "type": "string"
56104           }, 
56105           {
56106             "description": "Name given to the interface", 
56107             "example": "__INTERFACE-NAME__", 
56108             "in": "path", 
56109             "name": "interface-name", 
56110             "required": true, 
56111             "type": "string"
56112           }, 
56113           {
56114             "description": "PCI ID used to identify the sriov-vf", 
56115             "example": "__PCI-ID__", 
56116             "in": "path", 
56117             "name": "pci-id", 
56118             "required": true, 
56119             "type": "string"
56120           }, 
56121           {
56122             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
56123             "in": "body", 
56124             "name": "body", 
56125             "required": true, 
56126             "schema": {
56127               "$ref": "#/definitions/relationship-dict"
56128             }
56129           }
56130         ], 
56131         "produces": [
56132           "application/json", 
56133           "application/xml"
56134         ], 
56135         "responses": {
56136           "default": {
56137             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56138           }
56139         }, 
56140         "summary": "see node definition for valid relationships", 
56141         "tags": [
56142           "Network"
56143         ]
56144       }
56145     }, 
56146     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans": {
56147       "get": {
56148         "description": "returns vlans", 
56149         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlans", 
56150         "parameters": [
56151           {
56152             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56153             "example": "__VNF-ID2__", 
56154             "in": "path", 
56155             "name": "vnf-id2", 
56156             "required": true, 
56157             "type": "string"
56158           }, 
56159           {
56160             "description": "Name given to the interface", 
56161             "example": "__INTERFACE-NAME__", 
56162             "in": "path", 
56163             "name": "interface-name", 
56164             "required": true, 
56165             "type": "string"
56166           }, 
56167           {
56168             "description": "n/a", 
56169             "in": "query", 
56170             "name": "vlan-interface", 
56171             "required": false, 
56172             "type": "string"
56173           }, 
56174           {
56175             "description": "n/a", 
56176             "format": "int64", 
56177             "in": "query", 
56178             "name": "vlan-id-inner", 
56179             "required": false, 
56180             "type": "integer"
56181           }, 
56182           {
56183             "description": "n/a", 
56184             "in": "query", 
56185             "name": "vpn-key", 
56186             "required": false, 
56187             "type": "string"
56188           }
56189         ], 
56190         "produces": [
56191           "application/json", 
56192           "application/xml"
56193         ], 
56194         "responses": {
56195           "200": {
56196             "description": "successful operation", 
56197             "schema": {
56198               "$ref": "#/definitions/vlans"
56199             }
56200           }, 
56201           "default": {
56202             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56203           }
56204         }, 
56205         "summary": "returns vlans", 
56206         "tags": [
56207           "Network"
56208         ]
56209       }
56210     }, 
56211     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}": {
56212       "delete": {
56213         "consumes": [
56214           "application/json", 
56215           "application/xml"
56216         ], 
56217         "description": "delete an existing vlan", 
56218         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan", 
56219         "parameters": [
56220           {
56221             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56222             "example": "__VNF-ID2__", 
56223             "in": "path", 
56224             "name": "vnf-id2", 
56225             "required": true, 
56226             "type": "string"
56227           }, 
56228           {
56229             "description": "Name given to the interface", 
56230             "example": "__INTERFACE-NAME__", 
56231             "in": "path", 
56232             "name": "interface-name", 
56233             "required": true, 
56234             "type": "string"
56235           }, 
56236           {
56237             "description": "String that identifies the interface", 
56238             "example": "__VLAN-INTERFACE__", 
56239             "in": "path", 
56240             "name": "vlan-interface", 
56241             "required": true, 
56242             "type": "string"
56243           }, 
56244           {
56245             "description": "resource-version for concurrency", 
56246             "in": "query", 
56247             "name": "resource-version", 
56248             "required": true, 
56249             "type": "string"
56250           }
56251         ], 
56252         "produces": [
56253           "application/json", 
56254           "application/xml"
56255         ], 
56256         "responses": {
56257           "default": {
56258             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56259           }
56260         }, 
56261         "summary": "delete an existing vlan", 
56262         "tags": [
56263           "Network"
56264         ]
56265       }, 
56266       "get": {
56267         "description": "returns vlan", 
56268         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan", 
56269         "parameters": [
56270           {
56271             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56272             "example": "__VNF-ID2__", 
56273             "in": "path", 
56274             "name": "vnf-id2", 
56275             "required": true, 
56276             "type": "string"
56277           }, 
56278           {
56279             "description": "Name given to the interface", 
56280             "example": "__INTERFACE-NAME__", 
56281             "in": "path", 
56282             "name": "interface-name", 
56283             "required": true, 
56284             "type": "string"
56285           }, 
56286           {
56287             "description": "String that identifies the interface", 
56288             "example": "__VLAN-INTERFACE__", 
56289             "in": "path", 
56290             "name": "vlan-interface", 
56291             "required": true, 
56292             "type": "string"
56293           }
56294         ], 
56295         "produces": [
56296           "application/json", 
56297           "application/xml"
56298         ], 
56299         "responses": {
56300           "200": {
56301             "description": "successful operation", 
56302             "schema": {
56303               "$ref": "#/definitions/vlan"
56304             }
56305           }, 
56306           "default": {
56307             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56308           }
56309         }, 
56310         "summary": "returns vlan", 
56311         "tags": [
56312           "Network"
56313         ]
56314       }, 
56315       "patch": {
56316         "consumes": [
56317           "application/json"
56318         ], 
56319         "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", 
56320         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan", 
56321         "parameters": [
56322           {
56323             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56324             "example": "__VNF-ID2__", 
56325             "in": "path", 
56326             "name": "vnf-id2", 
56327             "required": true, 
56328             "type": "string"
56329           }, 
56330           {
56331             "description": "Name given to the interface", 
56332             "example": "__INTERFACE-NAME__", 
56333             "in": "path", 
56334             "name": "interface-name", 
56335             "required": true, 
56336             "type": "string"
56337           }, 
56338           {
56339             "description": "String that identifies the interface", 
56340             "example": "__VLAN-INTERFACE__", 
56341             "in": "path", 
56342             "name": "vlan-interface", 
56343             "required": true, 
56344             "type": "string"
56345           }, 
56346           {
56347             "description": "vlan object that needs to be updated.", 
56348             "in": "body", 
56349             "name": "body", 
56350             "required": true, 
56351             "schema": {
56352               "$ref": "#/definitions/zzzz-patch-vlan"
56353             }
56354           }
56355         ], 
56356         "produces": [
56357           "application/json"
56358         ], 
56359         "responses": {
56360           "default": {
56361             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56362           }
56363         }, 
56364         "summary": "update an existing vlan", 
56365         "tags": [
56366           "Network"
56367         ]
56368       }, 
56369       "put": {
56370         "consumes": [
56371           "application/json", 
56372           "application/xml"
56373         ], 
56374         "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", 
56375         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan", 
56376         "parameters": [
56377           {
56378             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56379             "example": "__VNF-ID2__", 
56380             "in": "path", 
56381             "name": "vnf-id2", 
56382             "required": true, 
56383             "type": "string"
56384           }, 
56385           {
56386             "description": "Name given to the interface", 
56387             "example": "__INTERFACE-NAME__", 
56388             "in": "path", 
56389             "name": "interface-name", 
56390             "required": true, 
56391             "type": "string"
56392           }, 
56393           {
56394             "description": "String that identifies the interface", 
56395             "example": "__VLAN-INTERFACE__", 
56396             "in": "path", 
56397             "name": "vlan-interface", 
56398             "required": true, 
56399             "type": "string"
56400           }, 
56401           {
56402             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan.json)", 
56403             "in": "body", 
56404             "name": "body", 
56405             "required": true, 
56406             "schema": {
56407               "$ref": "#/definitions/vlan"
56408             }
56409           }
56410         ], 
56411         "produces": [
56412           "application/json", 
56413           "application/xml"
56414         ], 
56415         "responses": {
56416           "default": {
56417             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56418           }
56419         }, 
56420         "summary": "create or update an existing vlan", 
56421         "tags": [
56422           "Network"
56423         ]
56424       }
56425     }, 
56426     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
56427       "delete": {
56428         "consumes": [
56429           "application/json", 
56430           "application/xml"
56431         ], 
56432         "description": "delete an existing l3-interface-ipv4-address-list", 
56433         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
56434         "parameters": [
56435           {
56436             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56437             "example": "__VNF-ID2__", 
56438             "in": "path", 
56439             "name": "vnf-id2", 
56440             "required": true, 
56441             "type": "string"
56442           }, 
56443           {
56444             "description": "Name given to the interface", 
56445             "example": "__INTERFACE-NAME__", 
56446             "in": "path", 
56447             "name": "interface-name", 
56448             "required": true, 
56449             "type": "string"
56450           }, 
56451           {
56452             "description": "String that identifies the interface", 
56453             "example": "__VLAN-INTERFACE__", 
56454             "in": "path", 
56455             "name": "vlan-interface", 
56456             "required": true, 
56457             "type": "string"
56458           }, 
56459           {
56460             "description": "IP address", 
56461             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
56462             "in": "path", 
56463             "name": "l3-interface-ipv4-address", 
56464             "required": true, 
56465             "type": "string"
56466           }, 
56467           {
56468             "description": "resource-version for concurrency", 
56469             "in": "query", 
56470             "name": "resource-version", 
56471             "required": true, 
56472             "type": "string"
56473           }
56474         ], 
56475         "produces": [
56476           "application/json", 
56477           "application/xml"
56478         ], 
56479         "responses": {
56480           "default": {
56481             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56482           }
56483         }, 
56484         "summary": "delete an existing l3-interface-ipv4-address-list", 
56485         "tags": [
56486           "Network"
56487         ]
56488       }, 
56489       "get": {
56490         "description": "returns l3-interface-ipv4-address-list", 
56491         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
56492         "parameters": [
56493           {
56494             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56495             "example": "__VNF-ID2__", 
56496             "in": "path", 
56497             "name": "vnf-id2", 
56498             "required": true, 
56499             "type": "string"
56500           }, 
56501           {
56502             "description": "Name given to the interface", 
56503             "example": "__INTERFACE-NAME__", 
56504             "in": "path", 
56505             "name": "interface-name", 
56506             "required": true, 
56507             "type": "string"
56508           }, 
56509           {
56510             "description": "String that identifies the interface", 
56511             "example": "__VLAN-INTERFACE__", 
56512             "in": "path", 
56513             "name": "vlan-interface", 
56514             "required": true, 
56515             "type": "string"
56516           }, 
56517           {
56518             "description": "IP address", 
56519             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
56520             "in": "path", 
56521             "name": "l3-interface-ipv4-address", 
56522             "required": true, 
56523             "type": "string"
56524           }
56525         ], 
56526         "produces": [
56527           "application/json", 
56528           "application/xml"
56529         ], 
56530         "responses": {
56531           "200": {
56532             "description": "successful operation", 
56533             "schema": {
56534               "$ref": "#/definitions/l3-interface-ipv4-address-list"
56535             }
56536           }, 
56537           "default": {
56538             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56539           }
56540         }, 
56541         "summary": "returns l3-interface-ipv4-address-list", 
56542         "tags": [
56543           "Network"
56544         ]
56545       }, 
56546       "patch": {
56547         "consumes": [
56548           "application/json"
56549         ], 
56550         "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", 
56551         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
56552         "parameters": [
56553           {
56554             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56555             "example": "__VNF-ID2__", 
56556             "in": "path", 
56557             "name": "vnf-id2", 
56558             "required": true, 
56559             "type": "string"
56560           }, 
56561           {
56562             "description": "Name given to the interface", 
56563             "example": "__INTERFACE-NAME__", 
56564             "in": "path", 
56565             "name": "interface-name", 
56566             "required": true, 
56567             "type": "string"
56568           }, 
56569           {
56570             "description": "String that identifies the interface", 
56571             "example": "__VLAN-INTERFACE__", 
56572             "in": "path", 
56573             "name": "vlan-interface", 
56574             "required": true, 
56575             "type": "string"
56576           }, 
56577           {
56578             "description": "IP address", 
56579             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
56580             "in": "path", 
56581             "name": "l3-interface-ipv4-address", 
56582             "required": true, 
56583             "type": "string"
56584           }, 
56585           {
56586             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
56587             "in": "body", 
56588             "name": "body", 
56589             "required": true, 
56590             "schema": {
56591               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
56592             }
56593           }
56594         ], 
56595         "produces": [
56596           "application/json"
56597         ], 
56598         "responses": {
56599           "default": {
56600             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56601           }
56602         }, 
56603         "summary": "update an existing l3-interface-ipv4-address-list", 
56604         "tags": [
56605           "Network"
56606         ]
56607       }, 
56608       "put": {
56609         "consumes": [
56610           "application/json", 
56611           "application/xml"
56612         ], 
56613         "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", 
56614         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
56615         "parameters": [
56616           {
56617             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56618             "example": "__VNF-ID2__", 
56619             "in": "path", 
56620             "name": "vnf-id2", 
56621             "required": true, 
56622             "type": "string"
56623           }, 
56624           {
56625             "description": "Name given to the interface", 
56626             "example": "__INTERFACE-NAME__", 
56627             "in": "path", 
56628             "name": "interface-name", 
56629             "required": true, 
56630             "type": "string"
56631           }, 
56632           {
56633             "description": "String that identifies the interface", 
56634             "example": "__VLAN-INTERFACE__", 
56635             "in": "path", 
56636             "name": "vlan-interface", 
56637             "required": true, 
56638             "type": "string"
56639           }, 
56640           {
56641             "description": "IP address", 
56642             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
56643             "in": "path", 
56644             "name": "l3-interface-ipv4-address", 
56645             "required": true, 
56646             "type": "string"
56647           }, 
56648           {
56649             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
56650             "in": "body", 
56651             "name": "body", 
56652             "required": true, 
56653             "schema": {
56654               "$ref": "#/definitions/l3-interface-ipv4-address-list"
56655             }
56656           }
56657         ], 
56658         "produces": [
56659           "application/json", 
56660           "application/xml"
56661         ], 
56662         "responses": {
56663           "default": {
56664             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56665           }
56666         }, 
56667         "summary": "create or update an existing l3-interface-ipv4-address-list", 
56668         "tags": [
56669           "Network"
56670         ]
56671       }
56672     }, 
56673     "/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": {
56674       "delete": {
56675         "consumes": [
56676           "application/json", 
56677           "application/xml"
56678         ], 
56679         "description": "delete an existing relationship", 
56680         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
56681         "parameters": [
56682           {
56683             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56684             "example": "__VNF-ID2__", 
56685             "in": "path", 
56686             "name": "vnf-id2", 
56687             "required": true, 
56688             "type": "string"
56689           }, 
56690           {
56691             "description": "Name given to the interface", 
56692             "example": "__INTERFACE-NAME__", 
56693             "in": "path", 
56694             "name": "interface-name", 
56695             "required": true, 
56696             "type": "string"
56697           }, 
56698           {
56699             "description": "String that identifies the interface", 
56700             "example": "__VLAN-INTERFACE__", 
56701             "in": "path", 
56702             "name": "vlan-interface", 
56703             "required": true, 
56704             "type": "string"
56705           }, 
56706           {
56707             "description": "IP address", 
56708             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
56709             "in": "path", 
56710             "name": "l3-interface-ipv4-address", 
56711             "required": true, 
56712             "type": "string"
56713           }
56714         ], 
56715         "produces": [
56716           "application/json", 
56717           "application/xml"
56718         ], 
56719         "responses": {
56720           "default": {
56721             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56722           }
56723         }, 
56724         "summary": "delete an existing relationship", 
56725         "tags": [
56726           "Network"
56727         ]
56728       }, 
56729       "put": {
56730         "consumes": [
56731           "application/json", 
56732           "application/xml"
56733         ], 
56734         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
56735         "parameters": [
56736           {
56737             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56738             "example": "__VNF-ID2__", 
56739             "in": "path", 
56740             "name": "vnf-id2", 
56741             "required": true, 
56742             "type": "string"
56743           }, 
56744           {
56745             "description": "Name given to the interface", 
56746             "example": "__INTERFACE-NAME__", 
56747             "in": "path", 
56748             "name": "interface-name", 
56749             "required": true, 
56750             "type": "string"
56751           }, 
56752           {
56753             "description": "String that identifies the interface", 
56754             "example": "__VLAN-INTERFACE__", 
56755             "in": "path", 
56756             "name": "vlan-interface", 
56757             "required": true, 
56758             "type": "string"
56759           }, 
56760           {
56761             "description": "IP address", 
56762             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
56763             "in": "path", 
56764             "name": "l3-interface-ipv4-address", 
56765             "required": true, 
56766             "type": "string"
56767           }, 
56768           {
56769             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
56770             "in": "body", 
56771             "name": "body", 
56772             "required": true, 
56773             "schema": {
56774               "$ref": "#/definitions/relationship-dict"
56775             }
56776           }
56777         ], 
56778         "produces": [
56779           "application/json", 
56780           "application/xml"
56781         ], 
56782         "responses": {
56783           "default": {
56784             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56785           }
56786         }, 
56787         "summary": "see node definition for valid relationships", 
56788         "tags": [
56789           "Network"
56790         ]
56791       }
56792     }, 
56793     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
56794       "delete": {
56795         "consumes": [
56796           "application/json", 
56797           "application/xml"
56798         ], 
56799         "description": "delete an existing l3-interface-ipv6-address-list", 
56800         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
56801         "parameters": [
56802           {
56803             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56804             "example": "__VNF-ID2__", 
56805             "in": "path", 
56806             "name": "vnf-id2", 
56807             "required": true, 
56808             "type": "string"
56809           }, 
56810           {
56811             "description": "Name given to the interface", 
56812             "example": "__INTERFACE-NAME__", 
56813             "in": "path", 
56814             "name": "interface-name", 
56815             "required": true, 
56816             "type": "string"
56817           }, 
56818           {
56819             "description": "String that identifies the interface", 
56820             "example": "__VLAN-INTERFACE__", 
56821             "in": "path", 
56822             "name": "vlan-interface", 
56823             "required": true, 
56824             "type": "string"
56825           }, 
56826           {
56827             "description": "IP address", 
56828             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
56829             "in": "path", 
56830             "name": "l3-interface-ipv6-address", 
56831             "required": true, 
56832             "type": "string"
56833           }, 
56834           {
56835             "description": "resource-version for concurrency", 
56836             "in": "query", 
56837             "name": "resource-version", 
56838             "required": true, 
56839             "type": "string"
56840           }
56841         ], 
56842         "produces": [
56843           "application/json", 
56844           "application/xml"
56845         ], 
56846         "responses": {
56847           "default": {
56848             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56849           }
56850         }, 
56851         "summary": "delete an existing l3-interface-ipv6-address-list", 
56852         "tags": [
56853           "Network"
56854         ]
56855       }, 
56856       "get": {
56857         "description": "returns l3-interface-ipv6-address-list", 
56858         "operationId": "getNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
56859         "parameters": [
56860           {
56861             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56862             "example": "__VNF-ID2__", 
56863             "in": "path", 
56864             "name": "vnf-id2", 
56865             "required": true, 
56866             "type": "string"
56867           }, 
56868           {
56869             "description": "Name given to the interface", 
56870             "example": "__INTERFACE-NAME__", 
56871             "in": "path", 
56872             "name": "interface-name", 
56873             "required": true, 
56874             "type": "string"
56875           }, 
56876           {
56877             "description": "String that identifies the interface", 
56878             "example": "__VLAN-INTERFACE__", 
56879             "in": "path", 
56880             "name": "vlan-interface", 
56881             "required": true, 
56882             "type": "string"
56883           }, 
56884           {
56885             "description": "IP address", 
56886             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
56887             "in": "path", 
56888             "name": "l3-interface-ipv6-address", 
56889             "required": true, 
56890             "type": "string"
56891           }
56892         ], 
56893         "produces": [
56894           "application/json", 
56895           "application/xml"
56896         ], 
56897         "responses": {
56898           "200": {
56899             "description": "successful operation", 
56900             "schema": {
56901               "$ref": "#/definitions/l3-interface-ipv6-address-list"
56902             }
56903           }, 
56904           "default": {
56905             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56906           }
56907         }, 
56908         "summary": "returns l3-interface-ipv6-address-list", 
56909         "tags": [
56910           "Network"
56911         ]
56912       }, 
56913       "patch": {
56914         "consumes": [
56915           "application/json"
56916         ], 
56917         "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", 
56918         "operationId": "UpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
56919         "parameters": [
56920           {
56921             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56922             "example": "__VNF-ID2__", 
56923             "in": "path", 
56924             "name": "vnf-id2", 
56925             "required": true, 
56926             "type": "string"
56927           }, 
56928           {
56929             "description": "Name given to the interface", 
56930             "example": "__INTERFACE-NAME__", 
56931             "in": "path", 
56932             "name": "interface-name", 
56933             "required": true, 
56934             "type": "string"
56935           }, 
56936           {
56937             "description": "String that identifies the interface", 
56938             "example": "__VLAN-INTERFACE__", 
56939             "in": "path", 
56940             "name": "vlan-interface", 
56941             "required": true, 
56942             "type": "string"
56943           }, 
56944           {
56945             "description": "IP address", 
56946             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
56947             "in": "path", 
56948             "name": "l3-interface-ipv6-address", 
56949             "required": true, 
56950             "type": "string"
56951           }, 
56952           {
56953             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
56954             "in": "body", 
56955             "name": "body", 
56956             "required": true, 
56957             "schema": {
56958               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
56959             }
56960           }
56961         ], 
56962         "produces": [
56963           "application/json"
56964         ], 
56965         "responses": {
56966           "default": {
56967             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
56968           }
56969         }, 
56970         "summary": "update an existing l3-interface-ipv6-address-list", 
56971         "tags": [
56972           "Network"
56973         ]
56974       }, 
56975       "put": {
56976         "consumes": [
56977           "application/json", 
56978           "application/xml"
56979         ], 
56980         "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", 
56981         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
56982         "parameters": [
56983           {
56984             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
56985             "example": "__VNF-ID2__", 
56986             "in": "path", 
56987             "name": "vnf-id2", 
56988             "required": true, 
56989             "type": "string"
56990           }, 
56991           {
56992             "description": "Name given to the interface", 
56993             "example": "__INTERFACE-NAME__", 
56994             "in": "path", 
56995             "name": "interface-name", 
56996             "required": true, 
56997             "type": "string"
56998           }, 
56999           {
57000             "description": "String that identifies the interface", 
57001             "example": "__VLAN-INTERFACE__", 
57002             "in": "path", 
57003             "name": "vlan-interface", 
57004             "required": true, 
57005             "type": "string"
57006           }, 
57007           {
57008             "description": "IP address", 
57009             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
57010             "in": "path", 
57011             "name": "l3-interface-ipv6-address", 
57012             "required": true, 
57013             "type": "string"
57014           }, 
57015           {
57016             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
57017             "in": "body", 
57018             "name": "body", 
57019             "required": true, 
57020             "schema": {
57021               "$ref": "#/definitions/l3-interface-ipv6-address-list"
57022             }
57023           }
57024         ], 
57025         "produces": [
57026           "application/json", 
57027           "application/xml"
57028         ], 
57029         "responses": {
57030           "default": {
57031             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57032           }
57033         }, 
57034         "summary": "create or update an existing l3-interface-ipv6-address-list", 
57035         "tags": [
57036           "Network"
57037         ]
57038       }
57039     }, 
57040     "/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": {
57041       "delete": {
57042         "consumes": [
57043           "application/json", 
57044           "application/xml"
57045         ], 
57046         "description": "delete an existing relationship", 
57047         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
57048         "parameters": [
57049           {
57050             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
57051             "example": "__VNF-ID2__", 
57052             "in": "path", 
57053             "name": "vnf-id2", 
57054             "required": true, 
57055             "type": "string"
57056           }, 
57057           {
57058             "description": "Name given to the interface", 
57059             "example": "__INTERFACE-NAME__", 
57060             "in": "path", 
57061             "name": "interface-name", 
57062             "required": true, 
57063             "type": "string"
57064           }, 
57065           {
57066             "description": "String that identifies the interface", 
57067             "example": "__VLAN-INTERFACE__", 
57068             "in": "path", 
57069             "name": "vlan-interface", 
57070             "required": true, 
57071             "type": "string"
57072           }, 
57073           {
57074             "description": "IP address", 
57075             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
57076             "in": "path", 
57077             "name": "l3-interface-ipv6-address", 
57078             "required": true, 
57079             "type": "string"
57080           }
57081         ], 
57082         "produces": [
57083           "application/json", 
57084           "application/xml"
57085         ], 
57086         "responses": {
57087           "default": {
57088             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57089           }
57090         }, 
57091         "summary": "delete an existing relationship", 
57092         "tags": [
57093           "Network"
57094         ]
57095       }, 
57096       "put": {
57097         "consumes": [
57098           "application/json", 
57099           "application/xml"
57100         ], 
57101         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
57102         "parameters": [
57103           {
57104             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
57105             "example": "__VNF-ID2__", 
57106             "in": "path", 
57107             "name": "vnf-id2", 
57108             "required": true, 
57109             "type": "string"
57110           }, 
57111           {
57112             "description": "Name given to the interface", 
57113             "example": "__INTERFACE-NAME__", 
57114             "in": "path", 
57115             "name": "interface-name", 
57116             "required": true, 
57117             "type": "string"
57118           }, 
57119           {
57120             "description": "String that identifies the interface", 
57121             "example": "__VLAN-INTERFACE__", 
57122             "in": "path", 
57123             "name": "vlan-interface", 
57124             "required": true, 
57125             "type": "string"
57126           }, 
57127           {
57128             "description": "IP address", 
57129             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
57130             "in": "path", 
57131             "name": "l3-interface-ipv6-address", 
57132             "required": true, 
57133             "type": "string"
57134           }, 
57135           {
57136             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
57137             "in": "body", 
57138             "name": "body", 
57139             "required": true, 
57140             "schema": {
57141               "$ref": "#/definitions/relationship-dict"
57142             }
57143           }
57144         ], 
57145         "produces": [
57146           "application/json", 
57147           "application/xml"
57148         ], 
57149         "responses": {
57150           "default": {
57151             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57152           }
57153         }, 
57154         "summary": "see node definition for valid relationships", 
57155         "tags": [
57156           "Network"
57157         ]
57158       }
57159     }, 
57160     "/network/newvces/newvce/{vnf-id2}/l-interfaces/l-interface/{interface-name}/vlans/vlan/{vlan-interface}/relationship-list/relationship": {
57161       "delete": {
57162         "consumes": [
57163           "application/json", 
57164           "application/xml"
57165         ], 
57166         "description": "delete an existing relationship", 
57167         "operationId": "deleteNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
57168         "parameters": [
57169           {
57170             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
57171             "example": "__VNF-ID2__", 
57172             "in": "path", 
57173             "name": "vnf-id2", 
57174             "required": true, 
57175             "type": "string"
57176           }, 
57177           {
57178             "description": "Name given to the interface", 
57179             "example": "__INTERFACE-NAME__", 
57180             "in": "path", 
57181             "name": "interface-name", 
57182             "required": true, 
57183             "type": "string"
57184           }, 
57185           {
57186             "description": "String that identifies the interface", 
57187             "example": "__VLAN-INTERFACE__", 
57188             "in": "path", 
57189             "name": "vlan-interface", 
57190             "required": true, 
57191             "type": "string"
57192           }
57193         ], 
57194         "produces": [
57195           "application/json", 
57196           "application/xml"
57197         ], 
57198         "responses": {
57199           "default": {
57200             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57201           }
57202         }, 
57203         "summary": "delete an existing relationship", 
57204         "tags": [
57205           "Network"
57206         ]
57207       }, 
57208       "put": {
57209         "consumes": [
57210           "application/json", 
57211           "application/xml"
57212         ], 
57213         "operationId": "createOrUpdateNetworkNewvcesNewvceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
57214         "parameters": [
57215           {
57216             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
57217             "example": "__VNF-ID2__", 
57218             "in": "path", 
57219             "name": "vnf-id2", 
57220             "required": true, 
57221             "type": "string"
57222           }, 
57223           {
57224             "description": "Name given to the interface", 
57225             "example": "__INTERFACE-NAME__", 
57226             "in": "path", 
57227             "name": "interface-name", 
57228             "required": true, 
57229             "type": "string"
57230           }, 
57231           {
57232             "description": "String that identifies the interface", 
57233             "example": "__VLAN-INTERFACE__", 
57234             "in": "path", 
57235             "name": "vlan-interface", 
57236             "required": true, 
57237             "type": "string"
57238           }, 
57239           {
57240             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvceLInterfacesLInterfaceVlansVlan.json)", 
57241             "in": "body", 
57242             "name": "body", 
57243             "required": true, 
57244             "schema": {
57245               "$ref": "#/definitions/relationship-dict"
57246             }
57247           }
57248         ], 
57249         "produces": [
57250           "application/json", 
57251           "application/xml"
57252         ], 
57253         "responses": {
57254           "default": {
57255             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57256           }
57257         }, 
57258         "summary": "see node definition for valid relationships", 
57259         "tags": [
57260           "Network"
57261         ]
57262       }
57263     }, 
57264     "/network/newvces/newvce/{vnf-id2}/relationship-list/relationship": {
57265       "delete": {
57266         "consumes": [
57267           "application/json", 
57268           "application/xml"
57269         ], 
57270         "description": "delete an existing relationship", 
57271         "operationId": "deleteNetworkNewvcesNewvceRelationshipListRelationship", 
57272         "parameters": [
57273           {
57274             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
57275             "example": "__VNF-ID2__", 
57276             "in": "path", 
57277             "name": "vnf-id2", 
57278             "required": true, 
57279             "type": "string"
57280           }
57281         ], 
57282         "produces": [
57283           "application/json", 
57284           "application/xml"
57285         ], 
57286         "responses": {
57287           "default": {
57288             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57289           }
57290         }, 
57291         "summary": "delete an existing relationship", 
57292         "tags": [
57293           "Network"
57294         ]
57295       }, 
57296       "put": {
57297         "consumes": [
57298           "application/json", 
57299           "application/xml"
57300         ], 
57301         "operationId": "createOrUpdateNetworkNewvcesNewvceRelationshipListRelationship", 
57302         "parameters": [
57303           {
57304             "description": "Unique id of VNF, can't use same attribute name right now until we promote this new object", 
57305             "example": "__VNF-ID2__", 
57306             "in": "path", 
57307             "name": "vnf-id2", 
57308             "required": true, 
57309             "type": "string"
57310           }, 
57311           {
57312             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkNewvcesNewvce.json)", 
57313             "in": "body", 
57314             "name": "body", 
57315             "required": true, 
57316             "schema": {
57317               "$ref": "#/definitions/relationship-dict"
57318             }
57319           }
57320         ], 
57321         "produces": [
57322           "application/json", 
57323           "application/xml"
57324         ], 
57325         "responses": {
57326           "default": {
57327             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57328           }
57329         }, 
57330         "summary": "see node definition for valid relationships", 
57331         "tags": [
57332           "Network"
57333         ]
57334       }
57335     }, 
57336     "/network/physical-links": {
57337       "get": {
57338         "description": "returns physical-links", 
57339         "operationId": "getNetworkPhysicalLinks", 
57340         "parameters": [
57341           {
57342             "description": "n/a", 
57343             "in": "query", 
57344             "name": "link-name", 
57345             "required": false, 
57346             "type": "string"
57347           }, 
57348           {
57349             "description": "n/a", 
57350             "in": "query", 
57351             "name": "circuit-id", 
57352             "required": false, 
57353             "type": "string"
57354           }
57355         ], 
57356         "produces": [
57357           "application/json", 
57358           "application/xml"
57359         ], 
57360         "responses": {
57361           "200": {
57362             "description": "successful operation", 
57363             "schema": {
57364               "$ref": "#/definitions/physical-links"
57365             }
57366           }, 
57367           "default": {
57368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57369           }
57370         }, 
57371         "summary": "returns physical-links", 
57372         "tags": [
57373           "Network"
57374         ]
57375       }
57376     }, 
57377     "/network/physical-links/physical-link/{link-name}": {
57378       "delete": {
57379         "consumes": [
57380           "application/json", 
57381           "application/xml"
57382         ], 
57383         "description": "delete an existing physical-link", 
57384         "operationId": "deleteNetworkPhysicalLinksPhysicalLink", 
57385         "parameters": [
57386           {
57387             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
57388             "example": "__LINK-NAME__", 
57389             "in": "path", 
57390             "name": "link-name", 
57391             "required": true, 
57392             "type": "string"
57393           }, 
57394           {
57395             "description": "resource-version for concurrency", 
57396             "in": "query", 
57397             "name": "resource-version", 
57398             "required": true, 
57399             "type": "string"
57400           }
57401         ], 
57402         "produces": [
57403           "application/json", 
57404           "application/xml"
57405         ], 
57406         "responses": {
57407           "default": {
57408             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57409           }
57410         }, 
57411         "summary": "delete an existing physical-link", 
57412         "tags": [
57413           "Network"
57414         ]
57415       }, 
57416       "get": {
57417         "description": "returns physical-link", 
57418         "operationId": "getNetworkPhysicalLinksPhysicalLink", 
57419         "parameters": [
57420           {
57421             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
57422             "example": "__LINK-NAME__", 
57423             "in": "path", 
57424             "name": "link-name", 
57425             "required": true, 
57426             "type": "string"
57427           }
57428         ], 
57429         "produces": [
57430           "application/json", 
57431           "application/xml"
57432         ], 
57433         "responses": {
57434           "200": {
57435             "description": "successful operation", 
57436             "schema": {
57437               "$ref": "#/definitions/physical-link"
57438             }
57439           }, 
57440           "default": {
57441             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57442           }
57443         }, 
57444         "summary": "returns physical-link", 
57445         "tags": [
57446           "Network"
57447         ]
57448       }, 
57449       "patch": {
57450         "consumes": [
57451           "application/json"
57452         ], 
57453         "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", 
57454         "operationId": "UpdateNetworkPhysicalLinksPhysicalLink", 
57455         "parameters": [
57456           {
57457             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
57458             "example": "__LINK-NAME__", 
57459             "in": "path", 
57460             "name": "link-name", 
57461             "required": true, 
57462             "type": "string"
57463           }, 
57464           {
57465             "description": "physical-link object that needs to be updated.", 
57466             "in": "body", 
57467             "name": "body", 
57468             "required": true, 
57469             "schema": {
57470               "$ref": "#/definitions/zzzz-patch-physical-link"
57471             }
57472           }
57473         ], 
57474         "produces": [
57475           "application/json"
57476         ], 
57477         "responses": {
57478           "default": {
57479             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57480           }
57481         }, 
57482         "summary": "update an existing physical-link", 
57483         "tags": [
57484           "Network"
57485         ]
57486       }, 
57487       "put": {
57488         "consumes": [
57489           "application/json", 
57490           "application/xml"
57491         ], 
57492         "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", 
57493         "operationId": "createOrUpdateNetworkPhysicalLinksPhysicalLink", 
57494         "parameters": [
57495           {
57496             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
57497             "example": "__LINK-NAME__", 
57498             "in": "path", 
57499             "name": "link-name", 
57500             "required": true, 
57501             "type": "string"
57502           }, 
57503           {
57504             "description": "physical-link object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPhysicalLinksPhysicalLink.json)", 
57505             "in": "body", 
57506             "name": "body", 
57507             "required": true, 
57508             "schema": {
57509               "$ref": "#/definitions/physical-link"
57510             }
57511           }
57512         ], 
57513         "produces": [
57514           "application/json", 
57515           "application/xml"
57516         ], 
57517         "responses": {
57518           "default": {
57519             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57520           }
57521         }, 
57522         "summary": "create or update an existing physical-link", 
57523         "tags": [
57524           "Network"
57525         ]
57526       }
57527     }, 
57528     "/network/physical-links/physical-link/{link-name}/relationship-list/relationship": {
57529       "delete": {
57530         "consumes": [
57531           "application/json", 
57532           "application/xml"
57533         ], 
57534         "description": "delete an existing relationship", 
57535         "operationId": "deleteNetworkPhysicalLinksPhysicalLinkRelationshipListRelationship", 
57536         "parameters": [
57537           {
57538             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
57539             "example": "__LINK-NAME__", 
57540             "in": "path", 
57541             "name": "link-name", 
57542             "required": true, 
57543             "type": "string"
57544           }
57545         ], 
57546         "produces": [
57547           "application/json", 
57548           "application/xml"
57549         ], 
57550         "responses": {
57551           "default": {
57552             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57553           }
57554         }, 
57555         "summary": "delete an existing relationship", 
57556         "tags": [
57557           "Network"
57558         ]
57559       }, 
57560       "put": {
57561         "consumes": [
57562           "application/json", 
57563           "application/xml"
57564         ], 
57565         "operationId": "createOrUpdateNetworkPhysicalLinksPhysicalLinkRelationshipListRelationship", 
57566         "parameters": [
57567           {
57568             "description": "e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ", 
57569             "example": "__LINK-NAME__", 
57570             "in": "path", 
57571             "name": "link-name", 
57572             "required": true, 
57573             "type": "string"
57574           }, 
57575           {
57576             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPhysicalLinksPhysicalLink.json)", 
57577             "in": "body", 
57578             "name": "body", 
57579             "required": true, 
57580             "schema": {
57581               "$ref": "#/definitions/relationship-dict"
57582             }
57583           }
57584         ], 
57585         "produces": [
57586           "application/json", 
57587           "application/xml"
57588         ], 
57589         "responses": {
57590           "default": {
57591             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57592           }
57593         }, 
57594         "summary": "see node definition for valid relationships", 
57595         "tags": [
57596           "Network"
57597         ]
57598       }
57599     }, 
57600     "/network/pnfs": {
57601       "get": {
57602         "description": "returns pnfs", 
57603         "operationId": "getNetworkPnfs", 
57604         "parameters": [
57605           {
57606             "description": "n/a", 
57607             "in": "query", 
57608             "name": "pnf-name", 
57609             "required": false, 
57610             "type": "string"
57611           }, 
57612           {
57613             "description": "n/a", 
57614             "in": "query", 
57615             "name": "inv-status", 
57616             "required": false, 
57617             "type": "string"
57618           }, 
57619           {
57620             "description": "n/a", 
57621             "in": "query", 
57622             "name": "admin-status", 
57623             "required": false, 
57624             "type": "string"
57625           }, 
57626           {
57627             "description": "n/a", 
57628             "in": "query", 
57629             "name": "operational-status", 
57630             "required": false, 
57631             "type": "string"
57632           }, 
57633           {
57634             "description": "n/a", 
57635             "in": "query", 
57636             "name": "model-invariant-id", 
57637             "required": false, 
57638             "type": "string"
57639           }, 
57640           {
57641             "description": "n/a", 
57642             "in": "query", 
57643             "name": "model-version-id", 
57644             "required": false, 
57645             "type": "string"
57646           }
57647         ], 
57648         "produces": [
57649           "application/json", 
57650           "application/xml"
57651         ], 
57652         "responses": {
57653           "200": {
57654             "description": "successful operation", 
57655             "schema": {
57656               "$ref": "#/definitions/pnfs"
57657             }
57658           }, 
57659           "default": {
57660             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57661           }
57662         }, 
57663         "summary": "returns pnfs", 
57664         "tags": [
57665           "Network"
57666         ]
57667       }
57668     }, 
57669     "/network/pnfs/pnf/{pnf-name}": {
57670       "delete": {
57671         "consumes": [
57672           "application/json", 
57673           "application/xml"
57674         ], 
57675         "description": "delete an existing pnf", 
57676         "operationId": "deleteNetworkPnfsPnf", 
57677         "parameters": [
57678           {
57679             "description": "unique name of Physical Network Function.", 
57680             "example": "__PNF-NAME__", 
57681             "in": "path", 
57682             "name": "pnf-name", 
57683             "required": true, 
57684             "type": "string"
57685           }, 
57686           {
57687             "description": "resource-version for concurrency", 
57688             "in": "query", 
57689             "name": "resource-version", 
57690             "required": true, 
57691             "type": "string"
57692           }
57693         ], 
57694         "produces": [
57695           "application/json", 
57696           "application/xml"
57697         ], 
57698         "responses": {
57699           "default": {
57700             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57701           }
57702         }, 
57703         "summary": "delete an existing pnf", 
57704         "tags": [
57705           "Network"
57706         ]
57707       }, 
57708       "get": {
57709         "description": "returns pnf", 
57710         "operationId": "getNetworkPnfsPnf", 
57711         "parameters": [
57712           {
57713             "description": "unique name of Physical Network Function.", 
57714             "example": "__PNF-NAME__", 
57715             "in": "path", 
57716             "name": "pnf-name", 
57717             "required": true, 
57718             "type": "string"
57719           }
57720         ], 
57721         "produces": [
57722           "application/json", 
57723           "application/xml"
57724         ], 
57725         "responses": {
57726           "200": {
57727             "description": "successful operation", 
57728             "schema": {
57729               "$ref": "#/definitions/pnf"
57730             }
57731           }, 
57732           "default": {
57733             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57734           }
57735         }, 
57736         "summary": "returns pnf", 
57737         "tags": [
57738           "Network"
57739         ]
57740       }, 
57741       "patch": {
57742         "consumes": [
57743           "application/json"
57744         ], 
57745         "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", 
57746         "operationId": "UpdateNetworkPnfsPnf", 
57747         "parameters": [
57748           {
57749             "description": "unique name of Physical Network Function.", 
57750             "example": "__PNF-NAME__", 
57751             "in": "path", 
57752             "name": "pnf-name", 
57753             "required": true, 
57754             "type": "string"
57755           }, 
57756           {
57757             "description": "pnf object that needs to be updated.", 
57758             "in": "body", 
57759             "name": "body", 
57760             "required": true, 
57761             "schema": {
57762               "$ref": "#/definitions/zzzz-patch-pnf"
57763             }
57764           }
57765         ], 
57766         "produces": [
57767           "application/json"
57768         ], 
57769         "responses": {
57770           "default": {
57771             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57772           }
57773         }, 
57774         "summary": "update an existing pnf", 
57775         "tags": [
57776           "Network"
57777         ]
57778       }, 
57779       "put": {
57780         "consumes": [
57781           "application/json", 
57782           "application/xml"
57783         ], 
57784         "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", 
57785         "operationId": "createOrUpdateNetworkPnfsPnf", 
57786         "parameters": [
57787           {
57788             "description": "unique name of Physical Network Function.", 
57789             "example": "__PNF-NAME__", 
57790             "in": "path", 
57791             "name": "pnf-name", 
57792             "required": true, 
57793             "type": "string"
57794           }, 
57795           {
57796             "description": "pnf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnf.json)", 
57797             "in": "body", 
57798             "name": "body", 
57799             "required": true, 
57800             "schema": {
57801               "$ref": "#/definitions/pnf"
57802             }
57803           }
57804         ], 
57805         "produces": [
57806           "application/json", 
57807           "application/xml"
57808         ], 
57809         "responses": {
57810           "default": {
57811             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57812           }
57813         }, 
57814         "summary": "create or update an existing pnf", 
57815         "tags": [
57816           "Network"
57817         ]
57818       }
57819     }, 
57820     "/network/pnfs/pnf/{pnf-name}/lag-interfaces": {
57821       "get": {
57822         "description": "returns lag-interfaces", 
57823         "operationId": "getNetworkPnfsPnfLagInterfaces", 
57824         "parameters": [
57825           {
57826             "description": "unique name of Physical Network Function.", 
57827             "example": "__PNF-NAME__", 
57828             "in": "path", 
57829             "name": "pnf-name", 
57830             "required": true, 
57831             "type": "string"
57832           }, 
57833           {
57834             "description": "n/a", 
57835             "in": "query", 
57836             "name": "interface-name", 
57837             "required": false, 
57838             "type": "string"
57839           }, 
57840           {
57841             "description": "n/a", 
57842             "in": "query", 
57843             "name": "interface-id", 
57844             "required": false, 
57845             "type": "string"
57846           }, 
57847           {
57848             "description": "n/a", 
57849             "in": "query", 
57850             "name": "interface-role", 
57851             "required": false, 
57852             "type": "string"
57853           }
57854         ], 
57855         "produces": [
57856           "application/json", 
57857           "application/xml"
57858         ], 
57859         "responses": {
57860           "200": {
57861             "description": "successful operation", 
57862             "schema": {
57863               "$ref": "#/definitions/lag-interfaces"
57864             }
57865           }, 
57866           "default": {
57867             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57868           }
57869         }, 
57870         "summary": "returns lag-interfaces", 
57871         "tags": [
57872           "Network"
57873         ]
57874       }
57875     }, 
57876     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}": {
57877       "delete": {
57878         "consumes": [
57879           "application/json", 
57880           "application/xml"
57881         ], 
57882         "description": "delete an existing lag-interface", 
57883         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterface", 
57884         "parameters": [
57885           {
57886             "description": "unique name of Physical Network Function.", 
57887             "example": "__PNF-NAME__", 
57888             "in": "path", 
57889             "name": "pnf-name", 
57890             "required": true, 
57891             "type": "string"
57892           }, 
57893           {
57894             "description": "Name that identifies the link aggregate interface", 
57895             "example": "__INTERFACE-NAME__", 
57896             "in": "path", 
57897             "name": "interface-name", 
57898             "required": true, 
57899             "type": "string"
57900           }, 
57901           {
57902             "description": "resource-version for concurrency", 
57903             "in": "query", 
57904             "name": "resource-version", 
57905             "required": true, 
57906             "type": "string"
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": "delete an existing lag-interface", 
57919         "tags": [
57920           "Network"
57921         ]
57922       }, 
57923       "get": {
57924         "description": "returns lag-interface", 
57925         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterface", 
57926         "parameters": [
57927           {
57928             "description": "unique name of Physical Network Function.", 
57929             "example": "__PNF-NAME__", 
57930             "in": "path", 
57931             "name": "pnf-name", 
57932             "required": true, 
57933             "type": "string"
57934           }, 
57935           {
57936             "description": "Name that identifies the link aggregate interface", 
57937             "example": "__INTERFACE-NAME__", 
57938             "in": "path", 
57939             "name": "interface-name", 
57940             "required": true, 
57941             "type": "string"
57942           }
57943         ], 
57944         "produces": [
57945           "application/json", 
57946           "application/xml"
57947         ], 
57948         "responses": {
57949           "200": {
57950             "description": "successful operation", 
57951             "schema": {
57952               "$ref": "#/definitions/lag-interface"
57953             }
57954           }, 
57955           "default": {
57956             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
57957           }
57958         }, 
57959         "summary": "returns lag-interface", 
57960         "tags": [
57961           "Network"
57962         ]
57963       }, 
57964       "patch": {
57965         "consumes": [
57966           "application/json"
57967         ], 
57968         "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", 
57969         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterface", 
57970         "parameters": [
57971           {
57972             "description": "unique name of Physical Network Function.", 
57973             "example": "__PNF-NAME__", 
57974             "in": "path", 
57975             "name": "pnf-name", 
57976             "required": true, 
57977             "type": "string"
57978           }, 
57979           {
57980             "description": "Name that identifies the link aggregate interface", 
57981             "example": "__INTERFACE-NAME__", 
57982             "in": "path", 
57983             "name": "interface-name", 
57984             "required": true, 
57985             "type": "string"
57986           }, 
57987           {
57988             "description": "lag-interface object that needs to be updated.", 
57989             "in": "body", 
57990             "name": "body", 
57991             "required": true, 
57992             "schema": {
57993               "$ref": "#/definitions/zzzz-patch-lag-interface"
57994             }
57995           }
57996         ], 
57997         "produces": [
57998           "application/json"
57999         ], 
58000         "responses": {
58001           "default": {
58002             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58003           }
58004         }, 
58005         "summary": "update an existing lag-interface", 
58006         "tags": [
58007           "Network"
58008         ]
58009       }, 
58010       "put": {
58011         "consumes": [
58012           "application/json", 
58013           "application/xml"
58014         ], 
58015         "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", 
58016         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterface", 
58017         "parameters": [
58018           {
58019             "description": "unique name of Physical Network Function.", 
58020             "example": "__PNF-NAME__", 
58021             "in": "path", 
58022             "name": "pnf-name", 
58023             "required": true, 
58024             "type": "string"
58025           }, 
58026           {
58027             "description": "Name that identifies the link aggregate interface", 
58028             "example": "__INTERFACE-NAME__", 
58029             "in": "path", 
58030             "name": "interface-name", 
58031             "required": true, 
58032             "type": "string"
58033           }, 
58034           {
58035             "description": "lag-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterface.json)", 
58036             "in": "body", 
58037             "name": "body", 
58038             "required": true, 
58039             "schema": {
58040               "$ref": "#/definitions/lag-interface"
58041             }
58042           }
58043         ], 
58044         "produces": [
58045           "application/json", 
58046           "application/xml"
58047         ], 
58048         "responses": {
58049           "default": {
58050             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58051           }
58052         }, 
58053         "summary": "create or update an existing lag-interface", 
58054         "tags": [
58055           "Network"
58056         ]
58057       }
58058     }, 
58059     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces": {
58060       "get": {
58061         "description": "returns l-interfaces", 
58062         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfaces", 
58063         "parameters": [
58064           {
58065             "description": "unique name of Physical Network Function.", 
58066             "example": "__PNF-NAME__", 
58067             "in": "path", 
58068             "name": "pnf-name", 
58069             "required": true, 
58070             "type": "string"
58071           }, 
58072           {
58073             "description": "Name that identifies the link aggregate interface", 
58074             "example": "__INTERFACE-NAME__", 
58075             "in": "path", 
58076             "name": "interface-name", 
58077             "required": true, 
58078             "type": "string"
58079           }, 
58080           {
58081             "description": "n/a", 
58082             "in": "query", 
58083             "name": "interface-name", 
58084             "required": false, 
58085             "type": "string"
58086           }, 
58087           {
58088             "description": "n/a", 
58089             "in": "query", 
58090             "name": "interface-id", 
58091             "required": false, 
58092             "type": "string"
58093           }, 
58094           {
58095             "description": "n/a", 
58096             "in": "query", 
58097             "name": "macaddr", 
58098             "required": false, 
58099             "type": "string"
58100           }, 
58101           {
58102             "description": "n/a", 
58103             "in": "query", 
58104             "name": "network-name", 
58105             "required": false, 
58106             "type": "string"
58107           }
58108         ], 
58109         "produces": [
58110           "application/json", 
58111           "application/xml"
58112         ], 
58113         "responses": {
58114           "200": {
58115             "description": "successful operation", 
58116             "schema": {
58117               "$ref": "#/definitions/l-interfaces"
58118             }
58119           }, 
58120           "default": {
58121             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58122           }
58123         }, 
58124         "summary": "returns l-interfaces", 
58125         "tags": [
58126           "Network"
58127         ]
58128       }
58129     }, 
58130     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
58131       "delete": {
58132         "consumes": [
58133           "application/json", 
58134           "application/xml"
58135         ], 
58136         "description": "delete an existing l-interface", 
58137         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface", 
58138         "parameters": [
58139           {
58140             "description": "unique name of Physical Network Function.", 
58141             "example": "__PNF-NAME__", 
58142             "in": "path", 
58143             "name": "pnf-name", 
58144             "required": true, 
58145             "type": "string"
58146           }, 
58147           {
58148             "description": "Name that identifies the link aggregate interface", 
58149             "example": "__INTERFACE-NAME__", 
58150             "in": "path", 
58151             "name": "interface-name", 
58152             "required": true, 
58153             "type": "string"
58154           }, 
58155           {
58156             "description": "Name given to the interface", 
58157             "example": "__INTERFACE-NAME__", 
58158             "in": "path", 
58159             "name": "l-interface.interface-name", 
58160             "required": true, 
58161             "type": "string"
58162           }, 
58163           {
58164             "description": "resource-version for concurrency", 
58165             "in": "query", 
58166             "name": "resource-version", 
58167             "required": true, 
58168             "type": "string"
58169           }
58170         ], 
58171         "produces": [
58172           "application/json", 
58173           "application/xml"
58174         ], 
58175         "responses": {
58176           "default": {
58177             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58178           }
58179         }, 
58180         "summary": "delete an existing l-interface", 
58181         "tags": [
58182           "Network"
58183         ]
58184       }, 
58185       "get": {
58186         "description": "returns l-interface", 
58187         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface", 
58188         "parameters": [
58189           {
58190             "description": "unique name of Physical Network Function.", 
58191             "example": "__PNF-NAME__", 
58192             "in": "path", 
58193             "name": "pnf-name", 
58194             "required": true, 
58195             "type": "string"
58196           }, 
58197           {
58198             "description": "Name that identifies the link aggregate interface", 
58199             "example": "__INTERFACE-NAME__", 
58200             "in": "path", 
58201             "name": "interface-name", 
58202             "required": true, 
58203             "type": "string"
58204           }, 
58205           {
58206             "description": "Name given to the interface", 
58207             "example": "__INTERFACE-NAME__", 
58208             "in": "path", 
58209             "name": "l-interface.interface-name", 
58210             "required": true, 
58211             "type": "string"
58212           }
58213         ], 
58214         "produces": [
58215           "application/json", 
58216           "application/xml"
58217         ], 
58218         "responses": {
58219           "200": {
58220             "description": "successful operation", 
58221             "schema": {
58222               "$ref": "#/definitions/l-interface"
58223             }
58224           }, 
58225           "default": {
58226             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58227           }
58228         }, 
58229         "summary": "returns l-interface", 
58230         "tags": [
58231           "Network"
58232         ]
58233       }, 
58234       "patch": {
58235         "consumes": [
58236           "application/json"
58237         ], 
58238         "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", 
58239         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface", 
58240         "parameters": [
58241           {
58242             "description": "unique name of Physical Network Function.", 
58243             "example": "__PNF-NAME__", 
58244             "in": "path", 
58245             "name": "pnf-name", 
58246             "required": true, 
58247             "type": "string"
58248           }, 
58249           {
58250             "description": "Name that identifies the link aggregate interface", 
58251             "example": "__INTERFACE-NAME__", 
58252             "in": "path", 
58253             "name": "interface-name", 
58254             "required": true, 
58255             "type": "string"
58256           }, 
58257           {
58258             "description": "Name given to the interface", 
58259             "example": "__INTERFACE-NAME__", 
58260             "in": "path", 
58261             "name": "l-interface.interface-name", 
58262             "required": true, 
58263             "type": "string"
58264           }, 
58265           {
58266             "description": "l-interface object that needs to be updated.", 
58267             "in": "body", 
58268             "name": "body", 
58269             "required": true, 
58270             "schema": {
58271               "$ref": "#/definitions/zzzz-patch-l-interface"
58272             }
58273           }
58274         ], 
58275         "produces": [
58276           "application/json"
58277         ], 
58278         "responses": {
58279           "default": {
58280             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58281           }
58282         }, 
58283         "summary": "update an existing l-interface", 
58284         "tags": [
58285           "Network"
58286         ]
58287       }, 
58288       "put": {
58289         "consumes": [
58290           "application/json", 
58291           "application/xml"
58292         ], 
58293         "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", 
58294         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface", 
58295         "parameters": [
58296           {
58297             "description": "unique name of Physical Network Function.", 
58298             "example": "__PNF-NAME__", 
58299             "in": "path", 
58300             "name": "pnf-name", 
58301             "required": true, 
58302             "type": "string"
58303           }, 
58304           {
58305             "description": "Name that identifies the link aggregate interface", 
58306             "example": "__INTERFACE-NAME__", 
58307             "in": "path", 
58308             "name": "interface-name", 
58309             "required": true, 
58310             "type": "string"
58311           }, 
58312           {
58313             "description": "Name given to the interface", 
58314             "example": "__INTERFACE-NAME__", 
58315             "in": "path", 
58316             "name": "l-interface.interface-name", 
58317             "required": true, 
58318             "type": "string"
58319           }, 
58320           {
58321             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
58322             "in": "body", 
58323             "name": "body", 
58324             "required": true, 
58325             "schema": {
58326               "$ref": "#/definitions/l-interface"
58327             }
58328           }
58329         ], 
58330         "produces": [
58331           "application/json", 
58332           "application/xml"
58333         ], 
58334         "responses": {
58335           "default": {
58336             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58337           }
58338         }, 
58339         "summary": "create or update an existing l-interface", 
58340         "tags": [
58341           "Network"
58342         ]
58343       }
58344     }, 
58345     "/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}": {
58346       "delete": {
58347         "consumes": [
58348           "application/json", 
58349           "application/xml"
58350         ], 
58351         "description": "delete an existing l3-interface-ipv4-address-list", 
58352         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
58353         "parameters": [
58354           {
58355             "description": "unique name of Physical Network Function.", 
58356             "example": "__PNF-NAME__", 
58357             "in": "path", 
58358             "name": "pnf-name", 
58359             "required": true, 
58360             "type": "string"
58361           }, 
58362           {
58363             "description": "Name that identifies the link aggregate interface", 
58364             "example": "__INTERFACE-NAME__", 
58365             "in": "path", 
58366             "name": "interface-name", 
58367             "required": true, 
58368             "type": "string"
58369           }, 
58370           {
58371             "description": "Name given to the interface", 
58372             "example": "__INTERFACE-NAME__", 
58373             "in": "path", 
58374             "name": "l-interface.interface-name", 
58375             "required": true, 
58376             "type": "string"
58377           }, 
58378           {
58379             "description": "IP address", 
58380             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58381             "in": "path", 
58382             "name": "l3-interface-ipv4-address", 
58383             "required": true, 
58384             "type": "string"
58385           }, 
58386           {
58387             "description": "resource-version for concurrency", 
58388             "in": "query", 
58389             "name": "resource-version", 
58390             "required": true, 
58391             "type": "string"
58392           }
58393         ], 
58394         "produces": [
58395           "application/json", 
58396           "application/xml"
58397         ], 
58398         "responses": {
58399           "default": {
58400             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58401           }
58402         }, 
58403         "summary": "delete an existing l3-interface-ipv4-address-list", 
58404         "tags": [
58405           "Network"
58406         ]
58407       }, 
58408       "get": {
58409         "description": "returns l3-interface-ipv4-address-list", 
58410         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
58411         "parameters": [
58412           {
58413             "description": "unique name of Physical Network Function.", 
58414             "example": "__PNF-NAME__", 
58415             "in": "path", 
58416             "name": "pnf-name", 
58417             "required": true, 
58418             "type": "string"
58419           }, 
58420           {
58421             "description": "Name that identifies the link aggregate interface", 
58422             "example": "__INTERFACE-NAME__", 
58423             "in": "path", 
58424             "name": "interface-name", 
58425             "required": true, 
58426             "type": "string"
58427           }, 
58428           {
58429             "description": "Name given to the interface", 
58430             "example": "__INTERFACE-NAME__", 
58431             "in": "path", 
58432             "name": "l-interface.interface-name", 
58433             "required": true, 
58434             "type": "string"
58435           }, 
58436           {
58437             "description": "IP address", 
58438             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58439             "in": "path", 
58440             "name": "l3-interface-ipv4-address", 
58441             "required": true, 
58442             "type": "string"
58443           }
58444         ], 
58445         "produces": [
58446           "application/json", 
58447           "application/xml"
58448         ], 
58449         "responses": {
58450           "200": {
58451             "description": "successful operation", 
58452             "schema": {
58453               "$ref": "#/definitions/l3-interface-ipv4-address-list"
58454             }
58455           }, 
58456           "default": {
58457             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58458           }
58459         }, 
58460         "summary": "returns l3-interface-ipv4-address-list", 
58461         "tags": [
58462           "Network"
58463         ]
58464       }, 
58465       "patch": {
58466         "consumes": [
58467           "application/json"
58468         ], 
58469         "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", 
58470         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
58471         "parameters": [
58472           {
58473             "description": "unique name of Physical Network Function.", 
58474             "example": "__PNF-NAME__", 
58475             "in": "path", 
58476             "name": "pnf-name", 
58477             "required": true, 
58478             "type": "string"
58479           }, 
58480           {
58481             "description": "Name that identifies the link aggregate interface", 
58482             "example": "__INTERFACE-NAME__", 
58483             "in": "path", 
58484             "name": "interface-name", 
58485             "required": true, 
58486             "type": "string"
58487           }, 
58488           {
58489             "description": "Name given to the interface", 
58490             "example": "__INTERFACE-NAME__", 
58491             "in": "path", 
58492             "name": "l-interface.interface-name", 
58493             "required": true, 
58494             "type": "string"
58495           }, 
58496           {
58497             "description": "IP address", 
58498             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58499             "in": "path", 
58500             "name": "l3-interface-ipv4-address", 
58501             "required": true, 
58502             "type": "string"
58503           }, 
58504           {
58505             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
58506             "in": "body", 
58507             "name": "body", 
58508             "required": true, 
58509             "schema": {
58510               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
58511             }
58512           }
58513         ], 
58514         "produces": [
58515           "application/json"
58516         ], 
58517         "responses": {
58518           "default": {
58519             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58520           }
58521         }, 
58522         "summary": "update an existing l3-interface-ipv4-address-list", 
58523         "tags": [
58524           "Network"
58525         ]
58526       }, 
58527       "put": {
58528         "consumes": [
58529           "application/json", 
58530           "application/xml"
58531         ], 
58532         "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", 
58533         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
58534         "parameters": [
58535           {
58536             "description": "unique name of Physical Network Function.", 
58537             "example": "__PNF-NAME__", 
58538             "in": "path", 
58539             "name": "pnf-name", 
58540             "required": true, 
58541             "type": "string"
58542           }, 
58543           {
58544             "description": "Name that identifies the link aggregate interface", 
58545             "example": "__INTERFACE-NAME__", 
58546             "in": "path", 
58547             "name": "interface-name", 
58548             "required": true, 
58549             "type": "string"
58550           }, 
58551           {
58552             "description": "Name given to the interface", 
58553             "example": "__INTERFACE-NAME__", 
58554             "in": "path", 
58555             "name": "l-interface.interface-name", 
58556             "required": true, 
58557             "type": "string"
58558           }, 
58559           {
58560             "description": "IP address", 
58561             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58562             "in": "path", 
58563             "name": "l3-interface-ipv4-address", 
58564             "required": true, 
58565             "type": "string"
58566           }, 
58567           {
58568             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
58569             "in": "body", 
58570             "name": "body", 
58571             "required": true, 
58572             "schema": {
58573               "$ref": "#/definitions/l3-interface-ipv4-address-list"
58574             }
58575           }
58576         ], 
58577         "produces": [
58578           "application/json", 
58579           "application/xml"
58580         ], 
58581         "responses": {
58582           "default": {
58583             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58584           }
58585         }, 
58586         "summary": "create or update an existing l3-interface-ipv4-address-list", 
58587         "tags": [
58588           "Network"
58589         ]
58590       }
58591     }, 
58592     "/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": {
58593       "delete": {
58594         "consumes": [
58595           "application/json", 
58596           "application/xml"
58597         ], 
58598         "description": "delete an existing relationship", 
58599         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
58600         "parameters": [
58601           {
58602             "description": "unique name of Physical Network Function.", 
58603             "example": "__PNF-NAME__", 
58604             "in": "path", 
58605             "name": "pnf-name", 
58606             "required": true, 
58607             "type": "string"
58608           }, 
58609           {
58610             "description": "Name that identifies the link aggregate interface", 
58611             "example": "__INTERFACE-NAME__", 
58612             "in": "path", 
58613             "name": "interface-name", 
58614             "required": true, 
58615             "type": "string"
58616           }, 
58617           {
58618             "description": "Name given to the interface", 
58619             "example": "__INTERFACE-NAME__", 
58620             "in": "path", 
58621             "name": "l-interface.interface-name", 
58622             "required": true, 
58623             "type": "string"
58624           }, 
58625           {
58626             "description": "IP address", 
58627             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58628             "in": "path", 
58629             "name": "l3-interface-ipv4-address", 
58630             "required": true, 
58631             "type": "string"
58632           }
58633         ], 
58634         "produces": [
58635           "application/json", 
58636           "application/xml"
58637         ], 
58638         "responses": {
58639           "default": {
58640             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58641           }
58642         }, 
58643         "summary": "delete an existing relationship", 
58644         "tags": [
58645           "Network"
58646         ]
58647       }, 
58648       "put": {
58649         "consumes": [
58650           "application/json", 
58651           "application/xml"
58652         ], 
58653         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
58654         "parameters": [
58655           {
58656             "description": "unique name of Physical Network Function.", 
58657             "example": "__PNF-NAME__", 
58658             "in": "path", 
58659             "name": "pnf-name", 
58660             "required": true, 
58661             "type": "string"
58662           }, 
58663           {
58664             "description": "Name that identifies the link aggregate interface", 
58665             "example": "__INTERFACE-NAME__", 
58666             "in": "path", 
58667             "name": "interface-name", 
58668             "required": true, 
58669             "type": "string"
58670           }, 
58671           {
58672             "description": "Name given to the interface", 
58673             "example": "__INTERFACE-NAME__", 
58674             "in": "path", 
58675             "name": "l-interface.interface-name", 
58676             "required": true, 
58677             "type": "string"
58678           }, 
58679           {
58680             "description": "IP address", 
58681             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
58682             "in": "path", 
58683             "name": "l3-interface-ipv4-address", 
58684             "required": true, 
58685             "type": "string"
58686           }, 
58687           {
58688             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
58689             "in": "body", 
58690             "name": "body", 
58691             "required": true, 
58692             "schema": {
58693               "$ref": "#/definitions/relationship-dict"
58694             }
58695           }
58696         ], 
58697         "produces": [
58698           "application/json", 
58699           "application/xml"
58700         ], 
58701         "responses": {
58702           "default": {
58703             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58704           }
58705         }, 
58706         "summary": "see node definition for valid relationships", 
58707         "tags": [
58708           "Network"
58709         ]
58710       }
58711     }, 
58712     "/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}": {
58713       "delete": {
58714         "consumes": [
58715           "application/json", 
58716           "application/xml"
58717         ], 
58718         "description": "delete an existing l3-interface-ipv6-address-list", 
58719         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
58720         "parameters": [
58721           {
58722             "description": "unique name of Physical Network Function.", 
58723             "example": "__PNF-NAME__", 
58724             "in": "path", 
58725             "name": "pnf-name", 
58726             "required": true, 
58727             "type": "string"
58728           }, 
58729           {
58730             "description": "Name that identifies the link aggregate interface", 
58731             "example": "__INTERFACE-NAME__", 
58732             "in": "path", 
58733             "name": "interface-name", 
58734             "required": true, 
58735             "type": "string"
58736           }, 
58737           {
58738             "description": "Name given to the interface", 
58739             "example": "__INTERFACE-NAME__", 
58740             "in": "path", 
58741             "name": "l-interface.interface-name", 
58742             "required": true, 
58743             "type": "string"
58744           }, 
58745           {
58746             "description": "IP address", 
58747             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58748             "in": "path", 
58749             "name": "l3-interface-ipv6-address", 
58750             "required": true, 
58751             "type": "string"
58752           }, 
58753           {
58754             "description": "resource-version for concurrency", 
58755             "in": "query", 
58756             "name": "resource-version", 
58757             "required": true, 
58758             "type": "string"
58759           }
58760         ], 
58761         "produces": [
58762           "application/json", 
58763           "application/xml"
58764         ], 
58765         "responses": {
58766           "default": {
58767             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58768           }
58769         }, 
58770         "summary": "delete an existing l3-interface-ipv6-address-list", 
58771         "tags": [
58772           "Network"
58773         ]
58774       }, 
58775       "get": {
58776         "description": "returns l3-interface-ipv6-address-list", 
58777         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
58778         "parameters": [
58779           {
58780             "description": "unique name of Physical Network Function.", 
58781             "example": "__PNF-NAME__", 
58782             "in": "path", 
58783             "name": "pnf-name", 
58784             "required": true, 
58785             "type": "string"
58786           }, 
58787           {
58788             "description": "Name that identifies the link aggregate interface", 
58789             "example": "__INTERFACE-NAME__", 
58790             "in": "path", 
58791             "name": "interface-name", 
58792             "required": true, 
58793             "type": "string"
58794           }, 
58795           {
58796             "description": "Name given to the interface", 
58797             "example": "__INTERFACE-NAME__", 
58798             "in": "path", 
58799             "name": "l-interface.interface-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           "200": {
58818             "description": "successful operation", 
58819             "schema": {
58820               "$ref": "#/definitions/l3-interface-ipv6-address-list"
58821             }
58822           }, 
58823           "default": {
58824             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58825           }
58826         }, 
58827         "summary": "returns l3-interface-ipv6-address-list", 
58828         "tags": [
58829           "Network"
58830         ]
58831       }, 
58832       "patch": {
58833         "consumes": [
58834           "application/json"
58835         ], 
58836         "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", 
58837         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
58838         "parameters": [
58839           {
58840             "description": "unique name of Physical Network Function.", 
58841             "example": "__PNF-NAME__", 
58842             "in": "path", 
58843             "name": "pnf-name", 
58844             "required": true, 
58845             "type": "string"
58846           }, 
58847           {
58848             "description": "Name that identifies the link aggregate interface", 
58849             "example": "__INTERFACE-NAME__", 
58850             "in": "path", 
58851             "name": "interface-name", 
58852             "required": true, 
58853             "type": "string"
58854           }, 
58855           {
58856             "description": "Name given to the interface", 
58857             "example": "__INTERFACE-NAME__", 
58858             "in": "path", 
58859             "name": "l-interface.interface-name", 
58860             "required": true, 
58861             "type": "string"
58862           }, 
58863           {
58864             "description": "IP address", 
58865             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58866             "in": "path", 
58867             "name": "l3-interface-ipv6-address", 
58868             "required": true, 
58869             "type": "string"
58870           }, 
58871           {
58872             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
58873             "in": "body", 
58874             "name": "body", 
58875             "required": true, 
58876             "schema": {
58877               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
58878             }
58879           }
58880         ], 
58881         "produces": [
58882           "application/json"
58883         ], 
58884         "responses": {
58885           "default": {
58886             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58887           }
58888         }, 
58889         "summary": "update an existing l3-interface-ipv6-address-list", 
58890         "tags": [
58891           "Network"
58892         ]
58893       }, 
58894       "put": {
58895         "consumes": [
58896           "application/json", 
58897           "application/xml"
58898         ], 
58899         "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", 
58900         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
58901         "parameters": [
58902           {
58903             "description": "unique name of Physical Network Function.", 
58904             "example": "__PNF-NAME__", 
58905             "in": "path", 
58906             "name": "pnf-name", 
58907             "required": true, 
58908             "type": "string"
58909           }, 
58910           {
58911             "description": "Name that identifies the link aggregate interface", 
58912             "example": "__INTERFACE-NAME__", 
58913             "in": "path", 
58914             "name": "interface-name", 
58915             "required": true, 
58916             "type": "string"
58917           }, 
58918           {
58919             "description": "Name given to the interface", 
58920             "example": "__INTERFACE-NAME__", 
58921             "in": "path", 
58922             "name": "l-interface.interface-name", 
58923             "required": true, 
58924             "type": "string"
58925           }, 
58926           {
58927             "description": "IP address", 
58928             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58929             "in": "path", 
58930             "name": "l3-interface-ipv6-address", 
58931             "required": true, 
58932             "type": "string"
58933           }, 
58934           {
58935             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
58936             "in": "body", 
58937             "name": "body", 
58938             "required": true, 
58939             "schema": {
58940               "$ref": "#/definitions/l3-interface-ipv6-address-list"
58941             }
58942           }
58943         ], 
58944         "produces": [
58945           "application/json", 
58946           "application/xml"
58947         ], 
58948         "responses": {
58949           "default": {
58950             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
58951           }
58952         }, 
58953         "summary": "create or update an existing l3-interface-ipv6-address-list", 
58954         "tags": [
58955           "Network"
58956         ]
58957       }
58958     }, 
58959     "/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": {
58960       "delete": {
58961         "consumes": [
58962           "application/json", 
58963           "application/xml"
58964         ], 
58965         "description": "delete an existing relationship", 
58966         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
58967         "parameters": [
58968           {
58969             "description": "unique name of Physical Network Function.", 
58970             "example": "__PNF-NAME__", 
58971             "in": "path", 
58972             "name": "pnf-name", 
58973             "required": true, 
58974             "type": "string"
58975           }, 
58976           {
58977             "description": "Name that identifies the link aggregate interface", 
58978             "example": "__INTERFACE-NAME__", 
58979             "in": "path", 
58980             "name": "interface-name", 
58981             "required": true, 
58982             "type": "string"
58983           }, 
58984           {
58985             "description": "Name given to the interface", 
58986             "example": "__INTERFACE-NAME__", 
58987             "in": "path", 
58988             "name": "l-interface.interface-name", 
58989             "required": true, 
58990             "type": "string"
58991           }, 
58992           {
58993             "description": "IP address", 
58994             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
58995             "in": "path", 
58996             "name": "l3-interface-ipv6-address", 
58997             "required": true, 
58998             "type": "string"
58999           }
59000         ], 
59001         "produces": [
59002           "application/json", 
59003           "application/xml"
59004         ], 
59005         "responses": {
59006           "default": {
59007             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59008           }
59009         }, 
59010         "summary": "delete an existing relationship", 
59011         "tags": [
59012           "Network"
59013         ]
59014       }, 
59015       "put": {
59016         "consumes": [
59017           "application/json", 
59018           "application/xml"
59019         ], 
59020         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
59021         "parameters": [
59022           {
59023             "description": "unique name of Physical Network Function.", 
59024             "example": "__PNF-NAME__", 
59025             "in": "path", 
59026             "name": "pnf-name", 
59027             "required": true, 
59028             "type": "string"
59029           }, 
59030           {
59031             "description": "Name that identifies the link aggregate interface", 
59032             "example": "__INTERFACE-NAME__", 
59033             "in": "path", 
59034             "name": "interface-name", 
59035             "required": true, 
59036             "type": "string"
59037           }, 
59038           {
59039             "description": "Name given to the interface", 
59040             "example": "__INTERFACE-NAME__", 
59041             "in": "path", 
59042             "name": "l-interface.interface-name", 
59043             "required": true, 
59044             "type": "string"
59045           }, 
59046           {
59047             "description": "IP address", 
59048             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
59049             "in": "path", 
59050             "name": "l3-interface-ipv6-address", 
59051             "required": true, 
59052             "type": "string"
59053           }, 
59054           {
59055             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
59056             "in": "body", 
59057             "name": "body", 
59058             "required": true, 
59059             "schema": {
59060               "$ref": "#/definitions/relationship-dict"
59061             }
59062           }
59063         ], 
59064         "produces": [
59065           "application/json", 
59066           "application/xml"
59067         ], 
59068         "responses": {
59069           "default": {
59070             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59071           }
59072         }, 
59073         "summary": "see node definition for valid relationships", 
59074         "tags": [
59075           "Network"
59076         ]
59077       }
59078     }, 
59079     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
59080       "delete": {
59081         "consumes": [
59082           "application/json", 
59083           "application/xml"
59084         ], 
59085         "description": "delete an existing relationship", 
59086         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
59087         "parameters": [
59088           {
59089             "description": "unique name of Physical Network Function.", 
59090             "example": "__PNF-NAME__", 
59091             "in": "path", 
59092             "name": "pnf-name", 
59093             "required": true, 
59094             "type": "string"
59095           }, 
59096           {
59097             "description": "Name that identifies the link aggregate interface", 
59098             "example": "__INTERFACE-NAME__", 
59099             "in": "path", 
59100             "name": "interface-name", 
59101             "required": true, 
59102             "type": "string"
59103           }, 
59104           {
59105             "description": "Name given to the interface", 
59106             "example": "__INTERFACE-NAME__", 
59107             "in": "path", 
59108             "name": "l-interface.interface-name", 
59109             "required": true, 
59110             "type": "string"
59111           }
59112         ], 
59113         "produces": [
59114           "application/json", 
59115           "application/xml"
59116         ], 
59117         "responses": {
59118           "default": {
59119             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59120           }
59121         }, 
59122         "summary": "delete an existing relationship", 
59123         "tags": [
59124           "Network"
59125         ]
59126       }, 
59127       "put": {
59128         "consumes": [
59129           "application/json", 
59130           "application/xml"
59131         ], 
59132         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
59133         "parameters": [
59134           {
59135             "description": "unique name of Physical Network Function.", 
59136             "example": "__PNF-NAME__", 
59137             "in": "path", 
59138             "name": "pnf-name", 
59139             "required": true, 
59140             "type": "string"
59141           }, 
59142           {
59143             "description": "Name that identifies the link aggregate interface", 
59144             "example": "__INTERFACE-NAME__", 
59145             "in": "path", 
59146             "name": "interface-name", 
59147             "required": true, 
59148             "type": "string"
59149           }, 
59150           {
59151             "description": "Name given to the interface", 
59152             "example": "__INTERFACE-NAME__", 
59153             "in": "path", 
59154             "name": "l-interface.interface-name", 
59155             "required": true, 
59156             "type": "string"
59157           }, 
59158           {
59159             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
59160             "in": "body", 
59161             "name": "body", 
59162             "required": true, 
59163             "schema": {
59164               "$ref": "#/definitions/relationship-dict"
59165             }
59166           }
59167         ], 
59168         "produces": [
59169           "application/json", 
59170           "application/xml"
59171         ], 
59172         "responses": {
59173           "default": {
59174             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59175           }
59176         }, 
59177         "summary": "see node definition for valid relationships", 
59178         "tags": [
59179           "Network"
59180         ]
59181       }
59182     }, 
59183     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
59184       "get": {
59185         "description": "returns sriov-vfs", 
59186         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs", 
59187         "parameters": [
59188           {
59189             "description": "unique name of Physical Network Function.", 
59190             "example": "__PNF-NAME__", 
59191             "in": "path", 
59192             "name": "pnf-name", 
59193             "required": true, 
59194             "type": "string"
59195           }, 
59196           {
59197             "description": "Name that identifies the link aggregate interface", 
59198             "example": "__INTERFACE-NAME__", 
59199             "in": "path", 
59200             "name": "interface-name", 
59201             "required": true, 
59202             "type": "string"
59203           }, 
59204           {
59205             "description": "Name given to the interface", 
59206             "example": "__INTERFACE-NAME__", 
59207             "in": "path", 
59208             "name": "l-interface.interface-name", 
59209             "required": true, 
59210             "type": "string"
59211           }, 
59212           {
59213             "description": "n/a", 
59214             "in": "query", 
59215             "name": "pci-id", 
59216             "required": false, 
59217             "type": "string"
59218           }, 
59219           {
59220             "description": "n/a", 
59221             "in": "query", 
59222             "name": "vf-vlan-filter", 
59223             "required": false, 
59224             "type": "string"
59225           }, 
59226           {
59227             "description": "n/a", 
59228             "in": "query", 
59229             "name": "vf-mac-filter", 
59230             "required": false, 
59231             "type": "string"
59232           }, 
59233           {
59234             "description": "n/a", 
59235             "in": "query", 
59236             "name": "vf-vlan-strip", 
59237             "required": false, 
59238             "type": "boolean"
59239           }, 
59240           {
59241             "description": "n/a", 
59242             "in": "query", 
59243             "name": "neutron-network-id", 
59244             "required": false, 
59245             "type": "string"
59246           }
59247         ], 
59248         "produces": [
59249           "application/json", 
59250           "application/xml"
59251         ], 
59252         "responses": {
59253           "200": {
59254             "description": "successful operation", 
59255             "schema": {
59256               "$ref": "#/definitions/sriov-vfs"
59257             }
59258           }, 
59259           "default": {
59260             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59261           }
59262         }, 
59263         "summary": "returns sriov-vfs", 
59264         "tags": [
59265           "Network"
59266         ]
59267       }
59268     }, 
59269     "/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}": {
59270       "delete": {
59271         "consumes": [
59272           "application/json", 
59273           "application/xml"
59274         ], 
59275         "description": "delete an existing sriov-vf", 
59276         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
59277         "parameters": [
59278           {
59279             "description": "unique name of Physical Network Function.", 
59280             "example": "__PNF-NAME__", 
59281             "in": "path", 
59282             "name": "pnf-name", 
59283             "required": true, 
59284             "type": "string"
59285           }, 
59286           {
59287             "description": "Name that identifies the link aggregate interface", 
59288             "example": "__INTERFACE-NAME__", 
59289             "in": "path", 
59290             "name": "interface-name", 
59291             "required": true, 
59292             "type": "string"
59293           }, 
59294           {
59295             "description": "Name given to the interface", 
59296             "example": "__INTERFACE-NAME__", 
59297             "in": "path", 
59298             "name": "l-interface.interface-name", 
59299             "required": true, 
59300             "type": "string"
59301           }, 
59302           {
59303             "description": "PCI ID used to identify the sriov-vf", 
59304             "example": "__PCI-ID__", 
59305             "in": "path", 
59306             "name": "pci-id", 
59307             "required": true, 
59308             "type": "string"
59309           }, 
59310           {
59311             "description": "resource-version for concurrency", 
59312             "in": "query", 
59313             "name": "resource-version", 
59314             "required": true, 
59315             "type": "string"
59316           }
59317         ], 
59318         "produces": [
59319           "application/json", 
59320           "application/xml"
59321         ], 
59322         "responses": {
59323           "default": {
59324             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59325           }
59326         }, 
59327         "summary": "delete an existing sriov-vf", 
59328         "tags": [
59329           "Network"
59330         ]
59331       }, 
59332       "get": {
59333         "description": "returns sriov-vf", 
59334         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
59335         "parameters": [
59336           {
59337             "description": "unique name of Physical Network Function.", 
59338             "example": "__PNF-NAME__", 
59339             "in": "path", 
59340             "name": "pnf-name", 
59341             "required": true, 
59342             "type": "string"
59343           }, 
59344           {
59345             "description": "Name that identifies the link aggregate interface", 
59346             "example": "__INTERFACE-NAME__", 
59347             "in": "path", 
59348             "name": "interface-name", 
59349             "required": true, 
59350             "type": "string"
59351           }, 
59352           {
59353             "description": "Name given to the interface", 
59354             "example": "__INTERFACE-NAME__", 
59355             "in": "path", 
59356             "name": "l-interface.interface-name", 
59357             "required": true, 
59358             "type": "string"
59359           }, 
59360           {
59361             "description": "PCI ID used to identify the sriov-vf", 
59362             "example": "__PCI-ID__", 
59363             "in": "path", 
59364             "name": "pci-id", 
59365             "required": true, 
59366             "type": "string"
59367           }
59368         ], 
59369         "produces": [
59370           "application/json", 
59371           "application/xml"
59372         ], 
59373         "responses": {
59374           "200": {
59375             "description": "successful operation", 
59376             "schema": {
59377               "$ref": "#/definitions/sriov-vf"
59378             }
59379           }, 
59380           "default": {
59381             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59382           }
59383         }, 
59384         "summary": "returns sriov-vf", 
59385         "tags": [
59386           "Network"
59387         ]
59388       }, 
59389       "patch": {
59390         "consumes": [
59391           "application/json"
59392         ], 
59393         "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", 
59394         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
59395         "parameters": [
59396           {
59397             "description": "unique name of Physical Network Function.", 
59398             "example": "__PNF-NAME__", 
59399             "in": "path", 
59400             "name": "pnf-name", 
59401             "required": true, 
59402             "type": "string"
59403           }, 
59404           {
59405             "description": "Name that identifies the link aggregate interface", 
59406             "example": "__INTERFACE-NAME__", 
59407             "in": "path", 
59408             "name": "interface-name", 
59409             "required": true, 
59410             "type": "string"
59411           }, 
59412           {
59413             "description": "Name given to the interface", 
59414             "example": "__INTERFACE-NAME__", 
59415             "in": "path", 
59416             "name": "l-interface.interface-name", 
59417             "required": true, 
59418             "type": "string"
59419           }, 
59420           {
59421             "description": "PCI ID used to identify the sriov-vf", 
59422             "example": "__PCI-ID__", 
59423             "in": "path", 
59424             "name": "pci-id", 
59425             "required": true, 
59426             "type": "string"
59427           }, 
59428           {
59429             "description": "sriov-vf object that needs to be updated.", 
59430             "in": "body", 
59431             "name": "body", 
59432             "required": true, 
59433             "schema": {
59434               "$ref": "#/definitions/zzzz-patch-sriov-vf"
59435             }
59436           }
59437         ], 
59438         "produces": [
59439           "application/json"
59440         ], 
59441         "responses": {
59442           "default": {
59443             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59444           }
59445         }, 
59446         "summary": "update an existing sriov-vf", 
59447         "tags": [
59448           "Network"
59449         ]
59450       }, 
59451       "put": {
59452         "consumes": [
59453           "application/json", 
59454           "application/xml"
59455         ], 
59456         "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", 
59457         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
59458         "parameters": [
59459           {
59460             "description": "unique name of Physical Network Function.", 
59461             "example": "__PNF-NAME__", 
59462             "in": "path", 
59463             "name": "pnf-name", 
59464             "required": true, 
59465             "type": "string"
59466           }, 
59467           {
59468             "description": "Name that identifies the link aggregate interface", 
59469             "example": "__INTERFACE-NAME__", 
59470             "in": "path", 
59471             "name": "interface-name", 
59472             "required": true, 
59473             "type": "string"
59474           }, 
59475           {
59476             "description": "Name given to the interface", 
59477             "example": "__INTERFACE-NAME__", 
59478             "in": "path", 
59479             "name": "l-interface.interface-name", 
59480             "required": true, 
59481             "type": "string"
59482           }, 
59483           {
59484             "description": "PCI ID used to identify the sriov-vf", 
59485             "example": "__PCI-ID__", 
59486             "in": "path", 
59487             "name": "pci-id", 
59488             "required": true, 
59489             "type": "string"
59490           }, 
59491           {
59492             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
59493             "in": "body", 
59494             "name": "body", 
59495             "required": true, 
59496             "schema": {
59497               "$ref": "#/definitions/sriov-vf"
59498             }
59499           }
59500         ], 
59501         "produces": [
59502           "application/json", 
59503           "application/xml"
59504         ], 
59505         "responses": {
59506           "default": {
59507             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59508           }
59509         }, 
59510         "summary": "create or update an existing sriov-vf", 
59511         "tags": [
59512           "Network"
59513         ]
59514       }
59515     }, 
59516     "/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": {
59517       "delete": {
59518         "consumes": [
59519           "application/json", 
59520           "application/xml"
59521         ], 
59522         "description": "delete an existing relationship", 
59523         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
59524         "parameters": [
59525           {
59526             "description": "unique name of Physical Network Function.", 
59527             "example": "__PNF-NAME__", 
59528             "in": "path", 
59529             "name": "pnf-name", 
59530             "required": true, 
59531             "type": "string"
59532           }, 
59533           {
59534             "description": "Name that identifies the link aggregate interface", 
59535             "example": "__INTERFACE-NAME__", 
59536             "in": "path", 
59537             "name": "interface-name", 
59538             "required": true, 
59539             "type": "string"
59540           }, 
59541           {
59542             "description": "Name given to the interface", 
59543             "example": "__INTERFACE-NAME__", 
59544             "in": "path", 
59545             "name": "l-interface.interface-name", 
59546             "required": true, 
59547             "type": "string"
59548           }, 
59549           {
59550             "description": "PCI ID used to identify the sriov-vf", 
59551             "example": "__PCI-ID__", 
59552             "in": "path", 
59553             "name": "pci-id", 
59554             "required": true, 
59555             "type": "string"
59556           }
59557         ], 
59558         "produces": [
59559           "application/json", 
59560           "application/xml"
59561         ], 
59562         "responses": {
59563           "default": {
59564             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59565           }
59566         }, 
59567         "summary": "delete an existing relationship", 
59568         "tags": [
59569           "Network"
59570         ]
59571       }, 
59572       "put": {
59573         "consumes": [
59574           "application/json", 
59575           "application/xml"
59576         ], 
59577         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
59578         "parameters": [
59579           {
59580             "description": "unique name of Physical Network Function.", 
59581             "example": "__PNF-NAME__", 
59582             "in": "path", 
59583             "name": "pnf-name", 
59584             "required": true, 
59585             "type": "string"
59586           }, 
59587           {
59588             "description": "Name that identifies the link aggregate interface", 
59589             "example": "__INTERFACE-NAME__", 
59590             "in": "path", 
59591             "name": "interface-name", 
59592             "required": true, 
59593             "type": "string"
59594           }, 
59595           {
59596             "description": "Name given to the interface", 
59597             "example": "__INTERFACE-NAME__", 
59598             "in": "path", 
59599             "name": "l-interface.interface-name", 
59600             "required": true, 
59601             "type": "string"
59602           }, 
59603           {
59604             "description": "PCI ID used to identify the sriov-vf", 
59605             "example": "__PCI-ID__", 
59606             "in": "path", 
59607             "name": "pci-id", 
59608             "required": true, 
59609             "type": "string"
59610           }, 
59611           {
59612             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
59613             "in": "body", 
59614             "name": "body", 
59615             "required": true, 
59616             "schema": {
59617               "$ref": "#/definitions/relationship-dict"
59618             }
59619           }
59620         ], 
59621         "produces": [
59622           "application/json", 
59623           "application/xml"
59624         ], 
59625         "responses": {
59626           "default": {
59627             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59628           }
59629         }, 
59630         "summary": "see node definition for valid relationships", 
59631         "tags": [
59632           "Network"
59633         ]
59634       }
59635     }, 
59636     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
59637       "get": {
59638         "description": "returns vlans", 
59639         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlans", 
59640         "parameters": [
59641           {
59642             "description": "unique name of Physical Network Function.", 
59643             "example": "__PNF-NAME__", 
59644             "in": "path", 
59645             "name": "pnf-name", 
59646             "required": true, 
59647             "type": "string"
59648           }, 
59649           {
59650             "description": "Name that identifies the link aggregate interface", 
59651             "example": "__INTERFACE-NAME__", 
59652             "in": "path", 
59653             "name": "interface-name", 
59654             "required": true, 
59655             "type": "string"
59656           }, 
59657           {
59658             "description": "Name given to the interface", 
59659             "example": "__INTERFACE-NAME__", 
59660             "in": "path", 
59661             "name": "l-interface.interface-name", 
59662             "required": true, 
59663             "type": "string"
59664           }, 
59665           {
59666             "description": "n/a", 
59667             "in": "query", 
59668             "name": "vlan-interface", 
59669             "required": false, 
59670             "type": "string"
59671           }, 
59672           {
59673             "description": "n/a", 
59674             "format": "int64", 
59675             "in": "query", 
59676             "name": "vlan-id-inner", 
59677             "required": false, 
59678             "type": "integer"
59679           }, 
59680           {
59681             "description": "n/a", 
59682             "in": "query", 
59683             "name": "vpn-key", 
59684             "required": false, 
59685             "type": "string"
59686           }
59687         ], 
59688         "produces": [
59689           "application/json", 
59690           "application/xml"
59691         ], 
59692         "responses": {
59693           "200": {
59694             "description": "successful operation", 
59695             "schema": {
59696               "$ref": "#/definitions/vlans"
59697             }
59698           }, 
59699           "default": {
59700             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59701           }
59702         }, 
59703         "summary": "returns vlans", 
59704         "tags": [
59705           "Network"
59706         ]
59707       }
59708     }, 
59709     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
59710       "delete": {
59711         "consumes": [
59712           "application/json", 
59713           "application/xml"
59714         ], 
59715         "description": "delete an existing vlan", 
59716         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
59717         "parameters": [
59718           {
59719             "description": "unique name of Physical Network Function.", 
59720             "example": "__PNF-NAME__", 
59721             "in": "path", 
59722             "name": "pnf-name", 
59723             "required": true, 
59724             "type": "string"
59725           }, 
59726           {
59727             "description": "Name that identifies the link aggregate interface", 
59728             "example": "__INTERFACE-NAME__", 
59729             "in": "path", 
59730             "name": "interface-name", 
59731             "required": true, 
59732             "type": "string"
59733           }, 
59734           {
59735             "description": "Name given to the interface", 
59736             "example": "__INTERFACE-NAME__", 
59737             "in": "path", 
59738             "name": "l-interface.interface-name", 
59739             "required": true, 
59740             "type": "string"
59741           }, 
59742           {
59743             "description": "String that identifies the interface", 
59744             "example": "__VLAN-INTERFACE__", 
59745             "in": "path", 
59746             "name": "vlan-interface", 
59747             "required": true, 
59748             "type": "string"
59749           }, 
59750           {
59751             "description": "resource-version for concurrency", 
59752             "in": "query", 
59753             "name": "resource-version", 
59754             "required": true, 
59755             "type": "string"
59756           }
59757         ], 
59758         "produces": [
59759           "application/json", 
59760           "application/xml"
59761         ], 
59762         "responses": {
59763           "default": {
59764             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59765           }
59766         }, 
59767         "summary": "delete an existing vlan", 
59768         "tags": [
59769           "Network"
59770         ]
59771       }, 
59772       "get": {
59773         "description": "returns vlan", 
59774         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
59775         "parameters": [
59776           {
59777             "description": "unique name of Physical Network Function.", 
59778             "example": "__PNF-NAME__", 
59779             "in": "path", 
59780             "name": "pnf-name", 
59781             "required": true, 
59782             "type": "string"
59783           }, 
59784           {
59785             "description": "Name that identifies the link aggregate interface", 
59786             "example": "__INTERFACE-NAME__", 
59787             "in": "path", 
59788             "name": "interface-name", 
59789             "required": true, 
59790             "type": "string"
59791           }, 
59792           {
59793             "description": "Name given to the interface", 
59794             "example": "__INTERFACE-NAME__", 
59795             "in": "path", 
59796             "name": "l-interface.interface-name", 
59797             "required": true, 
59798             "type": "string"
59799           }, 
59800           {
59801             "description": "String that identifies the interface", 
59802             "example": "__VLAN-INTERFACE__", 
59803             "in": "path", 
59804             "name": "vlan-interface", 
59805             "required": true, 
59806             "type": "string"
59807           }
59808         ], 
59809         "produces": [
59810           "application/json", 
59811           "application/xml"
59812         ], 
59813         "responses": {
59814           "200": {
59815             "description": "successful operation", 
59816             "schema": {
59817               "$ref": "#/definitions/vlan"
59818             }
59819           }, 
59820           "default": {
59821             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59822           }
59823         }, 
59824         "summary": "returns vlan", 
59825         "tags": [
59826           "Network"
59827         ]
59828       }, 
59829       "patch": {
59830         "consumes": [
59831           "application/json"
59832         ], 
59833         "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", 
59834         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
59835         "parameters": [
59836           {
59837             "description": "unique name of Physical Network Function.", 
59838             "example": "__PNF-NAME__", 
59839             "in": "path", 
59840             "name": "pnf-name", 
59841             "required": true, 
59842             "type": "string"
59843           }, 
59844           {
59845             "description": "Name that identifies the link aggregate interface", 
59846             "example": "__INTERFACE-NAME__", 
59847             "in": "path", 
59848             "name": "interface-name", 
59849             "required": true, 
59850             "type": "string"
59851           }, 
59852           {
59853             "description": "Name given to the interface", 
59854             "example": "__INTERFACE-NAME__", 
59855             "in": "path", 
59856             "name": "l-interface.interface-name", 
59857             "required": true, 
59858             "type": "string"
59859           }, 
59860           {
59861             "description": "String that identifies the interface", 
59862             "example": "__VLAN-INTERFACE__", 
59863             "in": "path", 
59864             "name": "vlan-interface", 
59865             "required": true, 
59866             "type": "string"
59867           }, 
59868           {
59869             "description": "vlan object that needs to be updated.", 
59870             "in": "body", 
59871             "name": "body", 
59872             "required": true, 
59873             "schema": {
59874               "$ref": "#/definitions/zzzz-patch-vlan"
59875             }
59876           }
59877         ], 
59878         "produces": [
59879           "application/json"
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": "update an existing vlan", 
59887         "tags": [
59888           "Network"
59889         ]
59890       }, 
59891       "put": {
59892         "consumes": [
59893           "application/json", 
59894           "application/xml"
59895         ], 
59896         "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", 
59897         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
59898         "parameters": [
59899           {
59900             "description": "unique name of Physical Network Function.", 
59901             "example": "__PNF-NAME__", 
59902             "in": "path", 
59903             "name": "pnf-name", 
59904             "required": true, 
59905             "type": "string"
59906           }, 
59907           {
59908             "description": "Name that identifies the link aggregate interface", 
59909             "example": "__INTERFACE-NAME__", 
59910             "in": "path", 
59911             "name": "interface-name", 
59912             "required": true, 
59913             "type": "string"
59914           }, 
59915           {
59916             "description": "Name given to the interface", 
59917             "example": "__INTERFACE-NAME__", 
59918             "in": "path", 
59919             "name": "l-interface.interface-name", 
59920             "required": true, 
59921             "type": "string"
59922           }, 
59923           {
59924             "description": "String that identifies the interface", 
59925             "example": "__VLAN-INTERFACE__", 
59926             "in": "path", 
59927             "name": "vlan-interface", 
59928             "required": true, 
59929             "type": "string"
59930           }, 
59931           {
59932             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
59933             "in": "body", 
59934             "name": "body", 
59935             "required": true, 
59936             "schema": {
59937               "$ref": "#/definitions/vlan"
59938             }
59939           }
59940         ], 
59941         "produces": [
59942           "application/json", 
59943           "application/xml"
59944         ], 
59945         "responses": {
59946           "default": {
59947             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
59948           }
59949         }, 
59950         "summary": "create or update an existing vlan", 
59951         "tags": [
59952           "Network"
59953         ]
59954       }
59955     }, 
59956     "/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}": {
59957       "delete": {
59958         "consumes": [
59959           "application/json", 
59960           "application/xml"
59961         ], 
59962         "description": "delete an existing l3-interface-ipv4-address-list", 
59963         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
59964         "parameters": [
59965           {
59966             "description": "unique name of Physical Network Function.", 
59967             "example": "__PNF-NAME__", 
59968             "in": "path", 
59969             "name": "pnf-name", 
59970             "required": true, 
59971             "type": "string"
59972           }, 
59973           {
59974             "description": "Name that identifies the link aggregate interface", 
59975             "example": "__INTERFACE-NAME__", 
59976             "in": "path", 
59977             "name": "interface-name", 
59978             "required": true, 
59979             "type": "string"
59980           }, 
59981           {
59982             "description": "Name given to the interface", 
59983             "example": "__INTERFACE-NAME__", 
59984             "in": "path", 
59985             "name": "l-interface.interface-name", 
59986             "required": true, 
59987             "type": "string"
59988           }, 
59989           {
59990             "description": "String that identifies the interface", 
59991             "example": "__VLAN-INTERFACE__", 
59992             "in": "path", 
59993             "name": "vlan-interface", 
59994             "required": true, 
59995             "type": "string"
59996           }, 
59997           {
59998             "description": "IP address", 
59999             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
60000             "in": "path", 
60001             "name": "l3-interface-ipv4-address", 
60002             "required": true, 
60003             "type": "string"
60004           }, 
60005           {
60006             "description": "resource-version for concurrency", 
60007             "in": "query", 
60008             "name": "resource-version", 
60009             "required": true, 
60010             "type": "string"
60011           }
60012         ], 
60013         "produces": [
60014           "application/json", 
60015           "application/xml"
60016         ], 
60017         "responses": {
60018           "default": {
60019             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60020           }
60021         }, 
60022         "summary": "delete an existing l3-interface-ipv4-address-list", 
60023         "tags": [
60024           "Network"
60025         ]
60026       }, 
60027       "get": {
60028         "description": "returns l3-interface-ipv4-address-list", 
60029         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
60030         "parameters": [
60031           {
60032             "description": "unique name of Physical Network Function.", 
60033             "example": "__PNF-NAME__", 
60034             "in": "path", 
60035             "name": "pnf-name", 
60036             "required": true, 
60037             "type": "string"
60038           }, 
60039           {
60040             "description": "Name that identifies the link aggregate interface", 
60041             "example": "__INTERFACE-NAME__", 
60042             "in": "path", 
60043             "name": "interface-name", 
60044             "required": true, 
60045             "type": "string"
60046           }, 
60047           {
60048             "description": "Name given to the interface", 
60049             "example": "__INTERFACE-NAME__", 
60050             "in": "path", 
60051             "name": "l-interface.interface-name", 
60052             "required": true, 
60053             "type": "string"
60054           }, 
60055           {
60056             "description": "String that identifies the interface", 
60057             "example": "__VLAN-INTERFACE__", 
60058             "in": "path", 
60059             "name": "vlan-interface", 
60060             "required": true, 
60061             "type": "string"
60062           }, 
60063           {
60064             "description": "IP address", 
60065             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
60066             "in": "path", 
60067             "name": "l3-interface-ipv4-address", 
60068             "required": true, 
60069             "type": "string"
60070           }
60071         ], 
60072         "produces": [
60073           "application/json", 
60074           "application/xml"
60075         ], 
60076         "responses": {
60077           "200": {
60078             "description": "successful operation", 
60079             "schema": {
60080               "$ref": "#/definitions/l3-interface-ipv4-address-list"
60081             }
60082           }, 
60083           "default": {
60084             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60085           }
60086         }, 
60087         "summary": "returns l3-interface-ipv4-address-list", 
60088         "tags": [
60089           "Network"
60090         ]
60091       }, 
60092       "patch": {
60093         "consumes": [
60094           "application/json"
60095         ], 
60096         "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", 
60097         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
60098         "parameters": [
60099           {
60100             "description": "unique name of Physical Network Function.", 
60101             "example": "__PNF-NAME__", 
60102             "in": "path", 
60103             "name": "pnf-name", 
60104             "required": true, 
60105             "type": "string"
60106           }, 
60107           {
60108             "description": "Name that identifies the link aggregate interface", 
60109             "example": "__INTERFACE-NAME__", 
60110             "in": "path", 
60111             "name": "interface-name", 
60112             "required": true, 
60113             "type": "string"
60114           }, 
60115           {
60116             "description": "Name given to the interface", 
60117             "example": "__INTERFACE-NAME__", 
60118             "in": "path", 
60119             "name": "l-interface.interface-name", 
60120             "required": true, 
60121             "type": "string"
60122           }, 
60123           {
60124             "description": "String that identifies the interface", 
60125             "example": "__VLAN-INTERFACE__", 
60126             "in": "path", 
60127             "name": "vlan-interface", 
60128             "required": true, 
60129             "type": "string"
60130           }, 
60131           {
60132             "description": "IP address", 
60133             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
60134             "in": "path", 
60135             "name": "l3-interface-ipv4-address", 
60136             "required": true, 
60137             "type": "string"
60138           }, 
60139           {
60140             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
60141             "in": "body", 
60142             "name": "body", 
60143             "required": true, 
60144             "schema": {
60145               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
60146             }
60147           }
60148         ], 
60149         "produces": [
60150           "application/json"
60151         ], 
60152         "responses": {
60153           "default": {
60154             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60155           }
60156         }, 
60157         "summary": "update an existing l3-interface-ipv4-address-list", 
60158         "tags": [
60159           "Network"
60160         ]
60161       }, 
60162       "put": {
60163         "consumes": [
60164           "application/json", 
60165           "application/xml"
60166         ], 
60167         "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", 
60168         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
60169         "parameters": [
60170           {
60171             "description": "unique name of Physical Network Function.", 
60172             "example": "__PNF-NAME__", 
60173             "in": "path", 
60174             "name": "pnf-name", 
60175             "required": true, 
60176             "type": "string"
60177           }, 
60178           {
60179             "description": "Name that identifies the link aggregate interface", 
60180             "example": "__INTERFACE-NAME__", 
60181             "in": "path", 
60182             "name": "interface-name", 
60183             "required": true, 
60184             "type": "string"
60185           }, 
60186           {
60187             "description": "Name given to the interface", 
60188             "example": "__INTERFACE-NAME__", 
60189             "in": "path", 
60190             "name": "l-interface.interface-name", 
60191             "required": true, 
60192             "type": "string"
60193           }, 
60194           {
60195             "description": "String that identifies the interface", 
60196             "example": "__VLAN-INTERFACE__", 
60197             "in": "path", 
60198             "name": "vlan-interface", 
60199             "required": true, 
60200             "type": "string"
60201           }, 
60202           {
60203             "description": "IP address", 
60204             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
60205             "in": "path", 
60206             "name": "l3-interface-ipv4-address", 
60207             "required": true, 
60208             "type": "string"
60209           }, 
60210           {
60211             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
60212             "in": "body", 
60213             "name": "body", 
60214             "required": true, 
60215             "schema": {
60216               "$ref": "#/definitions/l3-interface-ipv4-address-list"
60217             }
60218           }
60219         ], 
60220         "produces": [
60221           "application/json", 
60222           "application/xml"
60223         ], 
60224         "responses": {
60225           "default": {
60226             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60227           }
60228         }, 
60229         "summary": "create or update an existing l3-interface-ipv4-address-list", 
60230         "tags": [
60231           "Network"
60232         ]
60233       }
60234     }, 
60235     "/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": {
60236       "delete": {
60237         "consumes": [
60238           "application/json", 
60239           "application/xml"
60240         ], 
60241         "description": "delete an existing relationship", 
60242         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
60243         "parameters": [
60244           {
60245             "description": "unique name of Physical Network Function.", 
60246             "example": "__PNF-NAME__", 
60247             "in": "path", 
60248             "name": "pnf-name", 
60249             "required": true, 
60250             "type": "string"
60251           }, 
60252           {
60253             "description": "Name that identifies the link aggregate interface", 
60254             "example": "__INTERFACE-NAME__", 
60255             "in": "path", 
60256             "name": "interface-name", 
60257             "required": true, 
60258             "type": "string"
60259           }, 
60260           {
60261             "description": "Name given to the interface", 
60262             "example": "__INTERFACE-NAME__", 
60263             "in": "path", 
60264             "name": "l-interface.interface-name", 
60265             "required": true, 
60266             "type": "string"
60267           }, 
60268           {
60269             "description": "String that identifies the interface", 
60270             "example": "__VLAN-INTERFACE__", 
60271             "in": "path", 
60272             "name": "vlan-interface", 
60273             "required": true, 
60274             "type": "string"
60275           }, 
60276           {
60277             "description": "IP address", 
60278             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
60279             "in": "path", 
60280             "name": "l3-interface-ipv4-address", 
60281             "required": true, 
60282             "type": "string"
60283           }
60284         ], 
60285         "produces": [
60286           "application/json", 
60287           "application/xml"
60288         ], 
60289         "responses": {
60290           "default": {
60291             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60292           }
60293         }, 
60294         "summary": "delete an existing relationship", 
60295         "tags": [
60296           "Network"
60297         ]
60298       }, 
60299       "put": {
60300         "consumes": [
60301           "application/json", 
60302           "application/xml"
60303         ], 
60304         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
60305         "parameters": [
60306           {
60307             "description": "unique name of Physical Network Function.", 
60308             "example": "__PNF-NAME__", 
60309             "in": "path", 
60310             "name": "pnf-name", 
60311             "required": true, 
60312             "type": "string"
60313           }, 
60314           {
60315             "description": "Name that identifies the link aggregate interface", 
60316             "example": "__INTERFACE-NAME__", 
60317             "in": "path", 
60318             "name": "interface-name", 
60319             "required": true, 
60320             "type": "string"
60321           }, 
60322           {
60323             "description": "Name given to the interface", 
60324             "example": "__INTERFACE-NAME__", 
60325             "in": "path", 
60326             "name": "l-interface.interface-name", 
60327             "required": true, 
60328             "type": "string"
60329           }, 
60330           {
60331             "description": "String that identifies the interface", 
60332             "example": "__VLAN-INTERFACE__", 
60333             "in": "path", 
60334             "name": "vlan-interface", 
60335             "required": true, 
60336             "type": "string"
60337           }, 
60338           {
60339             "description": "IP address", 
60340             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
60341             "in": "path", 
60342             "name": "l3-interface-ipv4-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/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.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/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}": {
60372       "delete": {
60373         "consumes": [
60374           "application/json", 
60375           "application/xml"
60376         ], 
60377         "description": "delete an existing l3-interface-ipv6-address-list", 
60378         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
60379         "parameters": [
60380           {
60381             "description": "unique name of Physical Network Function.", 
60382             "example": "__PNF-NAME__", 
60383             "in": "path", 
60384             "name": "pnf-name", 
60385             "required": true, 
60386             "type": "string"
60387           }, 
60388           {
60389             "description": "Name that identifies the link aggregate interface", 
60390             "example": "__INTERFACE-NAME__", 
60391             "in": "path", 
60392             "name": "interface-name", 
60393             "required": true, 
60394             "type": "string"
60395           }, 
60396           {
60397             "description": "Name given to the interface", 
60398             "example": "__INTERFACE-NAME__", 
60399             "in": "path", 
60400             "name": "l-interface.interface-name", 
60401             "required": true, 
60402             "type": "string"
60403           }, 
60404           {
60405             "description": "String that identifies the interface", 
60406             "example": "__VLAN-INTERFACE__", 
60407             "in": "path", 
60408             "name": "vlan-interface", 
60409             "required": true, 
60410             "type": "string"
60411           }, 
60412           {
60413             "description": "IP address", 
60414             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60415             "in": "path", 
60416             "name": "l3-interface-ipv6-address", 
60417             "required": true, 
60418             "type": "string"
60419           }, 
60420           {
60421             "description": "resource-version for concurrency", 
60422             "in": "query", 
60423             "name": "resource-version", 
60424             "required": true, 
60425             "type": "string"
60426           }
60427         ], 
60428         "produces": [
60429           "application/json", 
60430           "application/xml"
60431         ], 
60432         "responses": {
60433           "default": {
60434             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60435           }
60436         }, 
60437         "summary": "delete an existing l3-interface-ipv6-address-list", 
60438         "tags": [
60439           "Network"
60440         ]
60441       }, 
60442       "get": {
60443         "description": "returns l3-interface-ipv6-address-list", 
60444         "operationId": "getNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
60445         "parameters": [
60446           {
60447             "description": "unique name of Physical Network Function.", 
60448             "example": "__PNF-NAME__", 
60449             "in": "path", 
60450             "name": "pnf-name", 
60451             "required": true, 
60452             "type": "string"
60453           }, 
60454           {
60455             "description": "Name that identifies the link aggregate interface", 
60456             "example": "__INTERFACE-NAME__", 
60457             "in": "path", 
60458             "name": "interface-name", 
60459             "required": true, 
60460             "type": "string"
60461           }, 
60462           {
60463             "description": "Name given to the interface", 
60464             "example": "__INTERFACE-NAME__", 
60465             "in": "path", 
60466             "name": "l-interface.interface-name", 
60467             "required": true, 
60468             "type": "string"
60469           }, 
60470           {
60471             "description": "String that identifies the interface", 
60472             "example": "__VLAN-INTERFACE__", 
60473             "in": "path", 
60474             "name": "vlan-interface", 
60475             "required": true, 
60476             "type": "string"
60477           }, 
60478           {
60479             "description": "IP address", 
60480             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60481             "in": "path", 
60482             "name": "l3-interface-ipv6-address", 
60483             "required": true, 
60484             "type": "string"
60485           }
60486         ], 
60487         "produces": [
60488           "application/json", 
60489           "application/xml"
60490         ], 
60491         "responses": {
60492           "200": {
60493             "description": "successful operation", 
60494             "schema": {
60495               "$ref": "#/definitions/l3-interface-ipv6-address-list"
60496             }
60497           }, 
60498           "default": {
60499             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60500           }
60501         }, 
60502         "summary": "returns l3-interface-ipv6-address-list", 
60503         "tags": [
60504           "Network"
60505         ]
60506       }, 
60507       "patch": {
60508         "consumes": [
60509           "application/json"
60510         ], 
60511         "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", 
60512         "operationId": "UpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
60513         "parameters": [
60514           {
60515             "description": "unique name of Physical Network Function.", 
60516             "example": "__PNF-NAME__", 
60517             "in": "path", 
60518             "name": "pnf-name", 
60519             "required": true, 
60520             "type": "string"
60521           }, 
60522           {
60523             "description": "Name that identifies the link aggregate interface", 
60524             "example": "__INTERFACE-NAME__", 
60525             "in": "path", 
60526             "name": "interface-name", 
60527             "required": true, 
60528             "type": "string"
60529           }, 
60530           {
60531             "description": "Name given to the interface", 
60532             "example": "__INTERFACE-NAME__", 
60533             "in": "path", 
60534             "name": "l-interface.interface-name", 
60535             "required": true, 
60536             "type": "string"
60537           }, 
60538           {
60539             "description": "String that identifies the interface", 
60540             "example": "__VLAN-INTERFACE__", 
60541             "in": "path", 
60542             "name": "vlan-interface", 
60543             "required": true, 
60544             "type": "string"
60545           }, 
60546           {
60547             "description": "IP address", 
60548             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60549             "in": "path", 
60550             "name": "l3-interface-ipv6-address", 
60551             "required": true, 
60552             "type": "string"
60553           }, 
60554           {
60555             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
60556             "in": "body", 
60557             "name": "body", 
60558             "required": true, 
60559             "schema": {
60560               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
60561             }
60562           }
60563         ], 
60564         "produces": [
60565           "application/json"
60566         ], 
60567         "responses": {
60568           "default": {
60569             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60570           }
60571         }, 
60572         "summary": "update an existing l3-interface-ipv6-address-list", 
60573         "tags": [
60574           "Network"
60575         ]
60576       }, 
60577       "put": {
60578         "consumes": [
60579           "application/json", 
60580           "application/xml"
60581         ], 
60582         "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", 
60583         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
60584         "parameters": [
60585           {
60586             "description": "unique name of Physical Network Function.", 
60587             "example": "__PNF-NAME__", 
60588             "in": "path", 
60589             "name": "pnf-name", 
60590             "required": true, 
60591             "type": "string"
60592           }, 
60593           {
60594             "description": "Name that identifies the link aggregate interface", 
60595             "example": "__INTERFACE-NAME__", 
60596             "in": "path", 
60597             "name": "interface-name", 
60598             "required": true, 
60599             "type": "string"
60600           }, 
60601           {
60602             "description": "Name given to the interface", 
60603             "example": "__INTERFACE-NAME__", 
60604             "in": "path", 
60605             "name": "l-interface.interface-name", 
60606             "required": true, 
60607             "type": "string"
60608           }, 
60609           {
60610             "description": "String that identifies the interface", 
60611             "example": "__VLAN-INTERFACE__", 
60612             "in": "path", 
60613             "name": "vlan-interface", 
60614             "required": true, 
60615             "type": "string"
60616           }, 
60617           {
60618             "description": "IP address", 
60619             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60620             "in": "path", 
60621             "name": "l3-interface-ipv6-address", 
60622             "required": true, 
60623             "type": "string"
60624           }, 
60625           {
60626             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
60627             "in": "body", 
60628             "name": "body", 
60629             "required": true, 
60630             "schema": {
60631               "$ref": "#/definitions/l3-interface-ipv6-address-list"
60632             }
60633           }
60634         ], 
60635         "produces": [
60636           "application/json", 
60637           "application/xml"
60638         ], 
60639         "responses": {
60640           "default": {
60641             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60642           }
60643         }, 
60644         "summary": "create or update an existing l3-interface-ipv6-address-list", 
60645         "tags": [
60646           "Network"
60647         ]
60648       }
60649     }, 
60650     "/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": {
60651       "delete": {
60652         "consumes": [
60653           "application/json", 
60654           "application/xml"
60655         ], 
60656         "description": "delete an existing relationship", 
60657         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
60658         "parameters": [
60659           {
60660             "description": "unique name of Physical Network Function.", 
60661             "example": "__PNF-NAME__", 
60662             "in": "path", 
60663             "name": "pnf-name", 
60664             "required": true, 
60665             "type": "string"
60666           }, 
60667           {
60668             "description": "Name that identifies the link aggregate interface", 
60669             "example": "__INTERFACE-NAME__", 
60670             "in": "path", 
60671             "name": "interface-name", 
60672             "required": true, 
60673             "type": "string"
60674           }, 
60675           {
60676             "description": "Name given to the interface", 
60677             "example": "__INTERFACE-NAME__", 
60678             "in": "path", 
60679             "name": "l-interface.interface-name", 
60680             "required": true, 
60681             "type": "string"
60682           }, 
60683           {
60684             "description": "String that identifies the interface", 
60685             "example": "__VLAN-INTERFACE__", 
60686             "in": "path", 
60687             "name": "vlan-interface", 
60688             "required": true, 
60689             "type": "string"
60690           }, 
60691           {
60692             "description": "IP address", 
60693             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60694             "in": "path", 
60695             "name": "l3-interface-ipv6-address", 
60696             "required": true, 
60697             "type": "string"
60698           }
60699         ], 
60700         "produces": [
60701           "application/json", 
60702           "application/xml"
60703         ], 
60704         "responses": {
60705           "default": {
60706             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60707           }
60708         }, 
60709         "summary": "delete an existing relationship", 
60710         "tags": [
60711           "Network"
60712         ]
60713       }, 
60714       "put": {
60715         "consumes": [
60716           "application/json", 
60717           "application/xml"
60718         ], 
60719         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
60720         "parameters": [
60721           {
60722             "description": "unique name of Physical Network Function.", 
60723             "example": "__PNF-NAME__", 
60724             "in": "path", 
60725             "name": "pnf-name", 
60726             "required": true, 
60727             "type": "string"
60728           }, 
60729           {
60730             "description": "Name that identifies the link aggregate interface", 
60731             "example": "__INTERFACE-NAME__", 
60732             "in": "path", 
60733             "name": "interface-name", 
60734             "required": true, 
60735             "type": "string"
60736           }, 
60737           {
60738             "description": "Name given to the interface", 
60739             "example": "__INTERFACE-NAME__", 
60740             "in": "path", 
60741             "name": "l-interface.interface-name", 
60742             "required": true, 
60743             "type": "string"
60744           }, 
60745           {
60746             "description": "String that identifies the interface", 
60747             "example": "__VLAN-INTERFACE__", 
60748             "in": "path", 
60749             "name": "vlan-interface", 
60750             "required": true, 
60751             "type": "string"
60752           }, 
60753           {
60754             "description": "IP address", 
60755             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
60756             "in": "path", 
60757             "name": "l3-interface-ipv6-address", 
60758             "required": true, 
60759             "type": "string"
60760           }, 
60761           {
60762             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
60763             "in": "body", 
60764             "name": "body", 
60765             "required": true, 
60766             "schema": {
60767               "$ref": "#/definitions/relationship-dict"
60768             }
60769           }
60770         ], 
60771         "produces": [
60772           "application/json", 
60773           "application/xml"
60774         ], 
60775         "responses": {
60776           "default": {
60777             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60778           }
60779         }, 
60780         "summary": "see node definition for valid relationships", 
60781         "tags": [
60782           "Network"
60783         ]
60784       }
60785     }, 
60786     "/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": {
60787       "delete": {
60788         "consumes": [
60789           "application/json", 
60790           "application/xml"
60791         ], 
60792         "description": "delete an existing relationship", 
60793         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
60794         "parameters": [
60795           {
60796             "description": "unique name of Physical Network Function.", 
60797             "example": "__PNF-NAME__", 
60798             "in": "path", 
60799             "name": "pnf-name", 
60800             "required": true, 
60801             "type": "string"
60802           }, 
60803           {
60804             "description": "Name that identifies the link aggregate interface", 
60805             "example": "__INTERFACE-NAME__", 
60806             "in": "path", 
60807             "name": "interface-name", 
60808             "required": true, 
60809             "type": "string"
60810           }, 
60811           {
60812             "description": "Name given to the interface", 
60813             "example": "__INTERFACE-NAME__", 
60814             "in": "path", 
60815             "name": "l-interface.interface-name", 
60816             "required": true, 
60817             "type": "string"
60818           }, 
60819           {
60820             "description": "String that identifies the interface", 
60821             "example": "__VLAN-INTERFACE__", 
60822             "in": "path", 
60823             "name": "vlan-interface", 
60824             "required": true, 
60825             "type": "string"
60826           }
60827         ], 
60828         "produces": [
60829           "application/json", 
60830           "application/xml"
60831         ], 
60832         "responses": {
60833           "default": {
60834             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60835           }
60836         }, 
60837         "summary": "delete an existing relationship", 
60838         "tags": [
60839           "Network"
60840         ]
60841       }, 
60842       "put": {
60843         "consumes": [
60844           "application/json", 
60845           "application/xml"
60846         ], 
60847         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
60848         "parameters": [
60849           {
60850             "description": "unique name of Physical Network Function.", 
60851             "example": "__PNF-NAME__", 
60852             "in": "path", 
60853             "name": "pnf-name", 
60854             "required": true, 
60855             "type": "string"
60856           }, 
60857           {
60858             "description": "Name that identifies the link aggregate interface", 
60859             "example": "__INTERFACE-NAME__", 
60860             "in": "path", 
60861             "name": "interface-name", 
60862             "required": true, 
60863             "type": "string"
60864           }, 
60865           {
60866             "description": "Name given to the interface", 
60867             "example": "__INTERFACE-NAME__", 
60868             "in": "path", 
60869             "name": "l-interface.interface-name", 
60870             "required": true, 
60871             "type": "string"
60872           }, 
60873           {
60874             "description": "String that identifies the interface", 
60875             "example": "__VLAN-INTERFACE__", 
60876             "in": "path", 
60877             "name": "vlan-interface", 
60878             "required": true, 
60879             "type": "string"
60880           }, 
60881           {
60882             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
60883             "in": "body", 
60884             "name": "body", 
60885             "required": true, 
60886             "schema": {
60887               "$ref": "#/definitions/relationship-dict"
60888             }
60889           }
60890         ], 
60891         "produces": [
60892           "application/json", 
60893           "application/xml"
60894         ], 
60895         "responses": {
60896           "default": {
60897             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60898           }
60899         }, 
60900         "summary": "see node definition for valid relationships", 
60901         "tags": [
60902           "Network"
60903         ]
60904       }
60905     }, 
60906     "/network/pnfs/pnf/{pnf-name}/lag-interfaces/lag-interface/{interface-name}/relationship-list/relationship": {
60907       "delete": {
60908         "consumes": [
60909           "application/json", 
60910           "application/xml"
60911         ], 
60912         "description": "delete an existing relationship", 
60913         "operationId": "deleteNetworkPnfsPnfLagInterfacesLagInterfaceRelationshipListRelationship", 
60914         "parameters": [
60915           {
60916             "description": "unique name of Physical Network Function.", 
60917             "example": "__PNF-NAME__", 
60918             "in": "path", 
60919             "name": "pnf-name", 
60920             "required": true, 
60921             "type": "string"
60922           }, 
60923           {
60924             "description": "Name that identifies the link aggregate interface", 
60925             "example": "__INTERFACE-NAME__", 
60926             "in": "path", 
60927             "name": "interface-name", 
60928             "required": true, 
60929             "type": "string"
60930           }
60931         ], 
60932         "produces": [
60933           "application/json", 
60934           "application/xml"
60935         ], 
60936         "responses": {
60937           "default": {
60938             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60939           }
60940         }, 
60941         "summary": "delete an existing relationship", 
60942         "tags": [
60943           "Network"
60944         ]
60945       }, 
60946       "put": {
60947         "consumes": [
60948           "application/json", 
60949           "application/xml"
60950         ], 
60951         "operationId": "createOrUpdateNetworkPnfsPnfLagInterfacesLagInterfaceRelationshipListRelationship", 
60952         "parameters": [
60953           {
60954             "description": "unique name of Physical Network Function.", 
60955             "example": "__PNF-NAME__", 
60956             "in": "path", 
60957             "name": "pnf-name", 
60958             "required": true, 
60959             "type": "string"
60960           }, 
60961           {
60962             "description": "Name that identifies the link aggregate interface", 
60963             "example": "__INTERFACE-NAME__", 
60964             "in": "path", 
60965             "name": "interface-name", 
60966             "required": true, 
60967             "type": "string"
60968           }, 
60969           {
60970             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfLagInterfacesLagInterface.json)", 
60971             "in": "body", 
60972             "name": "body", 
60973             "required": true, 
60974             "schema": {
60975               "$ref": "#/definitions/relationship-dict"
60976             }
60977           }
60978         ], 
60979         "produces": [
60980           "application/json", 
60981           "application/xml"
60982         ], 
60983         "responses": {
60984           "default": {
60985             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
60986           }
60987         }, 
60988         "summary": "see node definition for valid relationships", 
60989         "tags": [
60990           "Network"
60991         ]
60992       }
60993     }, 
60994     "/network/pnfs/pnf/{pnf-name}/p-interfaces": {
60995       "get": {
60996         "description": "returns p-interfaces", 
60997         "operationId": "getNetworkPnfsPnfPInterfaces", 
60998         "parameters": [
60999           {
61000             "description": "unique name of Physical Network Function.", 
61001             "example": "__PNF-NAME__", 
61002             "in": "path", 
61003             "name": "pnf-name", 
61004             "required": true, 
61005             "type": "string"
61006           }, 
61007           {
61008             "description": "n/a", 
61009             "in": "query", 
61010             "name": "interface-name", 
61011             "required": false, 
61012             "type": "string"
61013           }, 
61014           {
61015             "description": "n/a", 
61016             "in": "query", 
61017             "name": "prov-status", 
61018             "required": false, 
61019             "type": "string"
61020           }, 
61021           {
61022             "description": "n/a", 
61023             "in": "query", 
61024             "name": "operational-status", 
61025             "required": false, 
61026             "type": "string"
61027           }
61028         ], 
61029         "produces": [
61030           "application/json", 
61031           "application/xml"
61032         ], 
61033         "responses": {
61034           "200": {
61035             "description": "successful operation", 
61036             "schema": {
61037               "$ref": "#/definitions/p-interfaces"
61038             }
61039           }, 
61040           "default": {
61041             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61042           }
61043         }, 
61044         "summary": "returns p-interfaces", 
61045         "tags": [
61046           "Network"
61047         ]
61048       }
61049     }, 
61050     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}": {
61051       "delete": {
61052         "consumes": [
61053           "application/json", 
61054           "application/xml"
61055         ], 
61056         "description": "delete an existing p-interface", 
61057         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterface", 
61058         "parameters": [
61059           {
61060             "description": "unique name of Physical Network Function.", 
61061             "example": "__PNF-NAME__", 
61062             "in": "path", 
61063             "name": "pnf-name", 
61064             "required": true, 
61065             "type": "string"
61066           }, 
61067           {
61068             "description": "Name that identifies the physical interface", 
61069             "example": "__INTERFACE-NAME__", 
61070             "in": "path", 
61071             "name": "interface-name", 
61072             "required": true, 
61073             "type": "string"
61074           }, 
61075           {
61076             "description": "resource-version for concurrency", 
61077             "in": "query", 
61078             "name": "resource-version", 
61079             "required": true, 
61080             "type": "string"
61081           }
61082         ], 
61083         "produces": [
61084           "application/json", 
61085           "application/xml"
61086         ], 
61087         "responses": {
61088           "default": {
61089             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61090           }
61091         }, 
61092         "summary": "delete an existing p-interface", 
61093         "tags": [
61094           "Network"
61095         ]
61096       }, 
61097       "get": {
61098         "description": "returns p-interface", 
61099         "operationId": "getNetworkPnfsPnfPInterfacesPInterface", 
61100         "parameters": [
61101           {
61102             "description": "unique name of Physical Network Function.", 
61103             "example": "__PNF-NAME__", 
61104             "in": "path", 
61105             "name": "pnf-name", 
61106             "required": true, 
61107             "type": "string"
61108           }, 
61109           {
61110             "description": "Name that identifies the physical interface", 
61111             "example": "__INTERFACE-NAME__", 
61112             "in": "path", 
61113             "name": "interface-name", 
61114             "required": true, 
61115             "type": "string"
61116           }
61117         ], 
61118         "produces": [
61119           "application/json", 
61120           "application/xml"
61121         ], 
61122         "responses": {
61123           "200": {
61124             "description": "successful operation", 
61125             "schema": {
61126               "$ref": "#/definitions/p-interface"
61127             }
61128           }, 
61129           "default": {
61130             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61131           }
61132         }, 
61133         "summary": "returns p-interface", 
61134         "tags": [
61135           "Network"
61136         ]
61137       }, 
61138       "patch": {
61139         "consumes": [
61140           "application/json"
61141         ], 
61142         "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", 
61143         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterface", 
61144         "parameters": [
61145           {
61146             "description": "unique name of Physical Network Function.", 
61147             "example": "__PNF-NAME__", 
61148             "in": "path", 
61149             "name": "pnf-name", 
61150             "required": true, 
61151             "type": "string"
61152           }, 
61153           {
61154             "description": "Name that identifies the physical interface", 
61155             "example": "__INTERFACE-NAME__", 
61156             "in": "path", 
61157             "name": "interface-name", 
61158             "required": true, 
61159             "type": "string"
61160           }, 
61161           {
61162             "description": "p-interface object that needs to be updated.", 
61163             "in": "body", 
61164             "name": "body", 
61165             "required": true, 
61166             "schema": {
61167               "$ref": "#/definitions/zzzz-patch-p-interface"
61168             }
61169           }
61170         ], 
61171         "produces": [
61172           "application/json"
61173         ], 
61174         "responses": {
61175           "default": {
61176             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61177           }
61178         }, 
61179         "summary": "update an existing p-interface", 
61180         "tags": [
61181           "Network"
61182         ]
61183       }, 
61184       "put": {
61185         "consumes": [
61186           "application/json", 
61187           "application/xml"
61188         ], 
61189         "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", 
61190         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterface", 
61191         "parameters": [
61192           {
61193             "description": "unique name of Physical Network Function.", 
61194             "example": "__PNF-NAME__", 
61195             "in": "path", 
61196             "name": "pnf-name", 
61197             "required": true, 
61198             "type": "string"
61199           }, 
61200           {
61201             "description": "Name that identifies the physical interface", 
61202             "example": "__INTERFACE-NAME__", 
61203             "in": "path", 
61204             "name": "interface-name", 
61205             "required": true, 
61206             "type": "string"
61207           }, 
61208           {
61209             "description": "p-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterface.json)", 
61210             "in": "body", 
61211             "name": "body", 
61212             "required": true, 
61213             "schema": {
61214               "$ref": "#/definitions/p-interface"
61215             }
61216           }
61217         ], 
61218         "produces": [
61219           "application/json", 
61220           "application/xml"
61221         ], 
61222         "responses": {
61223           "default": {
61224             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61225           }
61226         }, 
61227         "summary": "create or update an existing p-interface", 
61228         "tags": [
61229           "Network"
61230         ]
61231       }
61232     }, 
61233     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces": {
61234       "get": {
61235         "description": "returns l-interfaces", 
61236         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfaces", 
61237         "parameters": [
61238           {
61239             "description": "unique name of Physical Network Function.", 
61240             "example": "__PNF-NAME__", 
61241             "in": "path", 
61242             "name": "pnf-name", 
61243             "required": true, 
61244             "type": "string"
61245           }, 
61246           {
61247             "description": "Name that identifies the physical interface", 
61248             "example": "__INTERFACE-NAME__", 
61249             "in": "path", 
61250             "name": "interface-name", 
61251             "required": true, 
61252             "type": "string"
61253           }, 
61254           {
61255             "description": "n/a", 
61256             "in": "query", 
61257             "name": "interface-name", 
61258             "required": false, 
61259             "type": "string"
61260           }, 
61261           {
61262             "description": "n/a", 
61263             "in": "query", 
61264             "name": "interface-id", 
61265             "required": false, 
61266             "type": "string"
61267           }, 
61268           {
61269             "description": "n/a", 
61270             "in": "query", 
61271             "name": "macaddr", 
61272             "required": false, 
61273             "type": "string"
61274           }, 
61275           {
61276             "description": "n/a", 
61277             "in": "query", 
61278             "name": "network-name", 
61279             "required": false, 
61280             "type": "string"
61281           }
61282         ], 
61283         "produces": [
61284           "application/json", 
61285           "application/xml"
61286         ], 
61287         "responses": {
61288           "200": {
61289             "description": "successful operation", 
61290             "schema": {
61291               "$ref": "#/definitions/l-interfaces"
61292             }
61293           }, 
61294           "default": {
61295             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61296           }
61297         }, 
61298         "summary": "returns l-interfaces", 
61299         "tags": [
61300           "Network"
61301         ]
61302       }
61303     }, 
61304     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
61305       "delete": {
61306         "consumes": [
61307           "application/json", 
61308           "application/xml"
61309         ], 
61310         "description": "delete an existing l-interface", 
61311         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface", 
61312         "parameters": [
61313           {
61314             "description": "unique name of Physical Network Function.", 
61315             "example": "__PNF-NAME__", 
61316             "in": "path", 
61317             "name": "pnf-name", 
61318             "required": true, 
61319             "type": "string"
61320           }, 
61321           {
61322             "description": "Name that identifies the physical interface", 
61323             "example": "__INTERFACE-NAME__", 
61324             "in": "path", 
61325             "name": "interface-name", 
61326             "required": true, 
61327             "type": "string"
61328           }, 
61329           {
61330             "description": "Name given to the interface", 
61331             "example": "__INTERFACE-NAME__", 
61332             "in": "path", 
61333             "name": "l-interface.interface-name", 
61334             "required": true, 
61335             "type": "string"
61336           }, 
61337           {
61338             "description": "resource-version for concurrency", 
61339             "in": "query", 
61340             "name": "resource-version", 
61341             "required": true, 
61342             "type": "string"
61343           }
61344         ], 
61345         "produces": [
61346           "application/json", 
61347           "application/xml"
61348         ], 
61349         "responses": {
61350           "default": {
61351             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61352           }
61353         }, 
61354         "summary": "delete an existing l-interface", 
61355         "tags": [
61356           "Network"
61357         ]
61358       }, 
61359       "get": {
61360         "description": "returns l-interface", 
61361         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface", 
61362         "parameters": [
61363           {
61364             "description": "unique name of Physical Network Function.", 
61365             "example": "__PNF-NAME__", 
61366             "in": "path", 
61367             "name": "pnf-name", 
61368             "required": true, 
61369             "type": "string"
61370           }, 
61371           {
61372             "description": "Name that identifies the physical interface", 
61373             "example": "__INTERFACE-NAME__", 
61374             "in": "path", 
61375             "name": "interface-name", 
61376             "required": true, 
61377             "type": "string"
61378           }, 
61379           {
61380             "description": "Name given to the interface", 
61381             "example": "__INTERFACE-NAME__", 
61382             "in": "path", 
61383             "name": "l-interface.interface-name", 
61384             "required": true, 
61385             "type": "string"
61386           }
61387         ], 
61388         "produces": [
61389           "application/json", 
61390           "application/xml"
61391         ], 
61392         "responses": {
61393           "200": {
61394             "description": "successful operation", 
61395             "schema": {
61396               "$ref": "#/definitions/l-interface"
61397             }
61398           }, 
61399           "default": {
61400             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61401           }
61402         }, 
61403         "summary": "returns l-interface", 
61404         "tags": [
61405           "Network"
61406         ]
61407       }, 
61408       "patch": {
61409         "consumes": [
61410           "application/json"
61411         ], 
61412         "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", 
61413         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface", 
61414         "parameters": [
61415           {
61416             "description": "unique name of Physical Network Function.", 
61417             "example": "__PNF-NAME__", 
61418             "in": "path", 
61419             "name": "pnf-name", 
61420             "required": true, 
61421             "type": "string"
61422           }, 
61423           {
61424             "description": "Name that identifies the physical interface", 
61425             "example": "__INTERFACE-NAME__", 
61426             "in": "path", 
61427             "name": "interface-name", 
61428             "required": true, 
61429             "type": "string"
61430           }, 
61431           {
61432             "description": "Name given to the interface", 
61433             "example": "__INTERFACE-NAME__", 
61434             "in": "path", 
61435             "name": "l-interface.interface-name", 
61436             "required": true, 
61437             "type": "string"
61438           }, 
61439           {
61440             "description": "l-interface object that needs to be updated.", 
61441             "in": "body", 
61442             "name": "body", 
61443             "required": true, 
61444             "schema": {
61445               "$ref": "#/definitions/zzzz-patch-l-interface"
61446             }
61447           }
61448         ], 
61449         "produces": [
61450           "application/json"
61451         ], 
61452         "responses": {
61453           "default": {
61454             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61455           }
61456         }, 
61457         "summary": "update an existing l-interface", 
61458         "tags": [
61459           "Network"
61460         ]
61461       }, 
61462       "put": {
61463         "consumes": [
61464           "application/json", 
61465           "application/xml"
61466         ], 
61467         "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", 
61468         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface", 
61469         "parameters": [
61470           {
61471             "description": "unique name of Physical Network Function.", 
61472             "example": "__PNF-NAME__", 
61473             "in": "path", 
61474             "name": "pnf-name", 
61475             "required": true, 
61476             "type": "string"
61477           }, 
61478           {
61479             "description": "Name that identifies the physical interface", 
61480             "example": "__INTERFACE-NAME__", 
61481             "in": "path", 
61482             "name": "interface-name", 
61483             "required": true, 
61484             "type": "string"
61485           }, 
61486           {
61487             "description": "Name given to the interface", 
61488             "example": "__INTERFACE-NAME__", 
61489             "in": "path", 
61490             "name": "l-interface.interface-name", 
61491             "required": true, 
61492             "type": "string"
61493           }, 
61494           {
61495             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface.json)", 
61496             "in": "body", 
61497             "name": "body", 
61498             "required": true, 
61499             "schema": {
61500               "$ref": "#/definitions/l-interface"
61501             }
61502           }
61503         ], 
61504         "produces": [
61505           "application/json", 
61506           "application/xml"
61507         ], 
61508         "responses": {
61509           "default": {
61510             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61511           }
61512         }, 
61513         "summary": "create or update an existing l-interface", 
61514         "tags": [
61515           "Network"
61516         ]
61517       }
61518     }, 
61519     "/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}": {
61520       "delete": {
61521         "consumes": [
61522           "application/json", 
61523           "application/xml"
61524         ], 
61525         "description": "delete an existing l3-interface-ipv4-address-list", 
61526         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
61527         "parameters": [
61528           {
61529             "description": "unique name of Physical Network Function.", 
61530             "example": "__PNF-NAME__", 
61531             "in": "path", 
61532             "name": "pnf-name", 
61533             "required": true, 
61534             "type": "string"
61535           }, 
61536           {
61537             "description": "Name that identifies the physical interface", 
61538             "example": "__INTERFACE-NAME__", 
61539             "in": "path", 
61540             "name": "interface-name", 
61541             "required": true, 
61542             "type": "string"
61543           }, 
61544           {
61545             "description": "Name given to the interface", 
61546             "example": "__INTERFACE-NAME__", 
61547             "in": "path", 
61548             "name": "l-interface.interface-name", 
61549             "required": true, 
61550             "type": "string"
61551           }, 
61552           {
61553             "description": "IP address", 
61554             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61555             "in": "path", 
61556             "name": "l3-interface-ipv4-address", 
61557             "required": true, 
61558             "type": "string"
61559           }, 
61560           {
61561             "description": "resource-version for concurrency", 
61562             "in": "query", 
61563             "name": "resource-version", 
61564             "required": true, 
61565             "type": "string"
61566           }
61567         ], 
61568         "produces": [
61569           "application/json", 
61570           "application/xml"
61571         ], 
61572         "responses": {
61573           "default": {
61574             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61575           }
61576         }, 
61577         "summary": "delete an existing l3-interface-ipv4-address-list", 
61578         "tags": [
61579           "Network"
61580         ]
61581       }, 
61582       "get": {
61583         "description": "returns l3-interface-ipv4-address-list", 
61584         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
61585         "parameters": [
61586           {
61587             "description": "unique name of Physical Network Function.", 
61588             "example": "__PNF-NAME__", 
61589             "in": "path", 
61590             "name": "pnf-name", 
61591             "required": true, 
61592             "type": "string"
61593           }, 
61594           {
61595             "description": "Name that identifies the physical interface", 
61596             "example": "__INTERFACE-NAME__", 
61597             "in": "path", 
61598             "name": "interface-name", 
61599             "required": true, 
61600             "type": "string"
61601           }, 
61602           {
61603             "description": "Name given to the interface", 
61604             "example": "__INTERFACE-NAME__", 
61605             "in": "path", 
61606             "name": "l-interface.interface-name", 
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         "produces": [
61620           "application/json", 
61621           "application/xml"
61622         ], 
61623         "responses": {
61624           "200": {
61625             "description": "successful operation", 
61626             "schema": {
61627               "$ref": "#/definitions/l3-interface-ipv4-address-list"
61628             }
61629           }, 
61630           "default": {
61631             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61632           }
61633         }, 
61634         "summary": "returns l3-interface-ipv4-address-list", 
61635         "tags": [
61636           "Network"
61637         ]
61638       }, 
61639       "patch": {
61640         "consumes": [
61641           "application/json"
61642         ], 
61643         "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", 
61644         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
61645         "parameters": [
61646           {
61647             "description": "unique name of Physical Network Function.", 
61648             "example": "__PNF-NAME__", 
61649             "in": "path", 
61650             "name": "pnf-name", 
61651             "required": true, 
61652             "type": "string"
61653           }, 
61654           {
61655             "description": "Name that identifies the physical interface", 
61656             "example": "__INTERFACE-NAME__", 
61657             "in": "path", 
61658             "name": "interface-name", 
61659             "required": true, 
61660             "type": "string"
61661           }, 
61662           {
61663             "description": "Name given to the interface", 
61664             "example": "__INTERFACE-NAME__", 
61665             "in": "path", 
61666             "name": "l-interface.interface-name", 
61667             "required": true, 
61668             "type": "string"
61669           }, 
61670           {
61671             "description": "IP address", 
61672             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61673             "in": "path", 
61674             "name": "l3-interface-ipv4-address", 
61675             "required": true, 
61676             "type": "string"
61677           }, 
61678           {
61679             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
61680             "in": "body", 
61681             "name": "body", 
61682             "required": true, 
61683             "schema": {
61684               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
61685             }
61686           }
61687         ], 
61688         "produces": [
61689           "application/json"
61690         ], 
61691         "responses": {
61692           "default": {
61693             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61694           }
61695         }, 
61696         "summary": "update an existing l3-interface-ipv4-address-list", 
61697         "tags": [
61698           "Network"
61699         ]
61700       }, 
61701       "put": {
61702         "consumes": [
61703           "application/json", 
61704           "application/xml"
61705         ], 
61706         "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", 
61707         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
61708         "parameters": [
61709           {
61710             "description": "unique name of Physical Network Function.", 
61711             "example": "__PNF-NAME__", 
61712             "in": "path", 
61713             "name": "pnf-name", 
61714             "required": true, 
61715             "type": "string"
61716           }, 
61717           {
61718             "description": "Name that identifies the physical interface", 
61719             "example": "__INTERFACE-NAME__", 
61720             "in": "path", 
61721             "name": "interface-name", 
61722             "required": true, 
61723             "type": "string"
61724           }, 
61725           {
61726             "description": "Name given to the interface", 
61727             "example": "__INTERFACE-NAME__", 
61728             "in": "path", 
61729             "name": "l-interface.interface-name", 
61730             "required": true, 
61731             "type": "string"
61732           }, 
61733           {
61734             "description": "IP address", 
61735             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61736             "in": "path", 
61737             "name": "l3-interface-ipv4-address", 
61738             "required": true, 
61739             "type": "string"
61740           }, 
61741           {
61742             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
61743             "in": "body", 
61744             "name": "body", 
61745             "required": true, 
61746             "schema": {
61747               "$ref": "#/definitions/l3-interface-ipv4-address-list"
61748             }
61749           }
61750         ], 
61751         "produces": [
61752           "application/json", 
61753           "application/xml"
61754         ], 
61755         "responses": {
61756           "default": {
61757             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61758           }
61759         }, 
61760         "summary": "create or update an existing l3-interface-ipv4-address-list", 
61761         "tags": [
61762           "Network"
61763         ]
61764       }
61765     }, 
61766     "/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": {
61767       "delete": {
61768         "consumes": [
61769           "application/json", 
61770           "application/xml"
61771         ], 
61772         "description": "delete an existing relationship", 
61773         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
61774         "parameters": [
61775           {
61776             "description": "unique name of Physical Network Function.", 
61777             "example": "__PNF-NAME__", 
61778             "in": "path", 
61779             "name": "pnf-name", 
61780             "required": true, 
61781             "type": "string"
61782           }, 
61783           {
61784             "description": "Name that identifies the physical interface", 
61785             "example": "__INTERFACE-NAME__", 
61786             "in": "path", 
61787             "name": "interface-name", 
61788             "required": true, 
61789             "type": "string"
61790           }, 
61791           {
61792             "description": "Name given to the interface", 
61793             "example": "__INTERFACE-NAME__", 
61794             "in": "path", 
61795             "name": "l-interface.interface-name", 
61796             "required": true, 
61797             "type": "string"
61798           }, 
61799           {
61800             "description": "IP address", 
61801             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61802             "in": "path", 
61803             "name": "l3-interface-ipv4-address", 
61804             "required": true, 
61805             "type": "string"
61806           }
61807         ], 
61808         "produces": [
61809           "application/json", 
61810           "application/xml"
61811         ], 
61812         "responses": {
61813           "default": {
61814             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61815           }
61816         }, 
61817         "summary": "delete an existing relationship", 
61818         "tags": [
61819           "Network"
61820         ]
61821       }, 
61822       "put": {
61823         "consumes": [
61824           "application/json", 
61825           "application/xml"
61826         ], 
61827         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
61828         "parameters": [
61829           {
61830             "description": "unique name of Physical Network Function.", 
61831             "example": "__PNF-NAME__", 
61832             "in": "path", 
61833             "name": "pnf-name", 
61834             "required": true, 
61835             "type": "string"
61836           }, 
61837           {
61838             "description": "Name that identifies the physical interface", 
61839             "example": "__INTERFACE-NAME__", 
61840             "in": "path", 
61841             "name": "interface-name", 
61842             "required": true, 
61843             "type": "string"
61844           }, 
61845           {
61846             "description": "Name given to the interface", 
61847             "example": "__INTERFACE-NAME__", 
61848             "in": "path", 
61849             "name": "l-interface.interface-name", 
61850             "required": true, 
61851             "type": "string"
61852           }, 
61853           {
61854             "description": "IP address", 
61855             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
61856             "in": "path", 
61857             "name": "l3-interface-ipv4-address", 
61858             "required": true, 
61859             "type": "string"
61860           }, 
61861           {
61862             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
61863             "in": "body", 
61864             "name": "body", 
61865             "required": true, 
61866             "schema": {
61867               "$ref": "#/definitions/relationship-dict"
61868             }
61869           }
61870         ], 
61871         "produces": [
61872           "application/json", 
61873           "application/xml"
61874         ], 
61875         "responses": {
61876           "default": {
61877             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61878           }
61879         }, 
61880         "summary": "see node definition for valid relationships", 
61881         "tags": [
61882           "Network"
61883         ]
61884       }
61885     }, 
61886     "/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}": {
61887       "delete": {
61888         "consumes": [
61889           "application/json", 
61890           "application/xml"
61891         ], 
61892         "description": "delete an existing l3-interface-ipv6-address-list", 
61893         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
61894         "parameters": [
61895           {
61896             "description": "unique name of Physical Network Function.", 
61897             "example": "__PNF-NAME__", 
61898             "in": "path", 
61899             "name": "pnf-name", 
61900             "required": true, 
61901             "type": "string"
61902           }, 
61903           {
61904             "description": "Name that identifies the physical interface", 
61905             "example": "__INTERFACE-NAME__", 
61906             "in": "path", 
61907             "name": "interface-name", 
61908             "required": true, 
61909             "type": "string"
61910           }, 
61911           {
61912             "description": "Name given to the interface", 
61913             "example": "__INTERFACE-NAME__", 
61914             "in": "path", 
61915             "name": "l-interface.interface-name", 
61916             "required": true, 
61917             "type": "string"
61918           }, 
61919           {
61920             "description": "IP address", 
61921             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
61922             "in": "path", 
61923             "name": "l3-interface-ipv6-address", 
61924             "required": true, 
61925             "type": "string"
61926           }, 
61927           {
61928             "description": "resource-version for concurrency", 
61929             "in": "query", 
61930             "name": "resource-version", 
61931             "required": true, 
61932             "type": "string"
61933           }
61934         ], 
61935         "produces": [
61936           "application/json", 
61937           "application/xml"
61938         ], 
61939         "responses": {
61940           "default": {
61941             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61942           }
61943         }, 
61944         "summary": "delete an existing l3-interface-ipv6-address-list", 
61945         "tags": [
61946           "Network"
61947         ]
61948       }, 
61949       "get": {
61950         "description": "returns l3-interface-ipv6-address-list", 
61951         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
61952         "parameters": [
61953           {
61954             "description": "unique name of Physical Network Function.", 
61955             "example": "__PNF-NAME__", 
61956             "in": "path", 
61957             "name": "pnf-name", 
61958             "required": true, 
61959             "type": "string"
61960           }, 
61961           {
61962             "description": "Name that identifies the physical interface", 
61963             "example": "__INTERFACE-NAME__", 
61964             "in": "path", 
61965             "name": "interface-name", 
61966             "required": true, 
61967             "type": "string"
61968           }, 
61969           {
61970             "description": "Name given to the interface", 
61971             "example": "__INTERFACE-NAME__", 
61972             "in": "path", 
61973             "name": "l-interface.interface-name", 
61974             "required": true, 
61975             "type": "string"
61976           }, 
61977           {
61978             "description": "IP address", 
61979             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
61980             "in": "path", 
61981             "name": "l3-interface-ipv6-address", 
61982             "required": true, 
61983             "type": "string"
61984           }
61985         ], 
61986         "produces": [
61987           "application/json", 
61988           "application/xml"
61989         ], 
61990         "responses": {
61991           "200": {
61992             "description": "successful operation", 
61993             "schema": {
61994               "$ref": "#/definitions/l3-interface-ipv6-address-list"
61995             }
61996           }, 
61997           "default": {
61998             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
61999           }
62000         }, 
62001         "summary": "returns l3-interface-ipv6-address-list", 
62002         "tags": [
62003           "Network"
62004         ]
62005       }, 
62006       "patch": {
62007         "consumes": [
62008           "application/json"
62009         ], 
62010         "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", 
62011         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
62012         "parameters": [
62013           {
62014             "description": "unique name of Physical Network Function.", 
62015             "example": "__PNF-NAME__", 
62016             "in": "path", 
62017             "name": "pnf-name", 
62018             "required": true, 
62019             "type": "string"
62020           }, 
62021           {
62022             "description": "Name that identifies the physical interface", 
62023             "example": "__INTERFACE-NAME__", 
62024             "in": "path", 
62025             "name": "interface-name", 
62026             "required": true, 
62027             "type": "string"
62028           }, 
62029           {
62030             "description": "Name given to the interface", 
62031             "example": "__INTERFACE-NAME__", 
62032             "in": "path", 
62033             "name": "l-interface.interface-name", 
62034             "required": true, 
62035             "type": "string"
62036           }, 
62037           {
62038             "description": "IP address", 
62039             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
62040             "in": "path", 
62041             "name": "l3-interface-ipv6-address", 
62042             "required": true, 
62043             "type": "string"
62044           }, 
62045           {
62046             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
62047             "in": "body", 
62048             "name": "body", 
62049             "required": true, 
62050             "schema": {
62051               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
62052             }
62053           }
62054         ], 
62055         "produces": [
62056           "application/json"
62057         ], 
62058         "responses": {
62059           "default": {
62060             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62061           }
62062         }, 
62063         "summary": "update an existing l3-interface-ipv6-address-list", 
62064         "tags": [
62065           "Network"
62066         ]
62067       }, 
62068       "put": {
62069         "consumes": [
62070           "application/json", 
62071           "application/xml"
62072         ], 
62073         "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", 
62074         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
62075         "parameters": [
62076           {
62077             "description": "unique name of Physical Network Function.", 
62078             "example": "__PNF-NAME__", 
62079             "in": "path", 
62080             "name": "pnf-name", 
62081             "required": true, 
62082             "type": "string"
62083           }, 
62084           {
62085             "description": "Name that identifies the physical interface", 
62086             "example": "__INTERFACE-NAME__", 
62087             "in": "path", 
62088             "name": "interface-name", 
62089             "required": true, 
62090             "type": "string"
62091           }, 
62092           {
62093             "description": "Name given to the interface", 
62094             "example": "__INTERFACE-NAME__", 
62095             "in": "path", 
62096             "name": "l-interface.interface-name", 
62097             "required": true, 
62098             "type": "string"
62099           }, 
62100           {
62101             "description": "IP address", 
62102             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
62103             "in": "path", 
62104             "name": "l3-interface-ipv6-address", 
62105             "required": true, 
62106             "type": "string"
62107           }, 
62108           {
62109             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
62110             "in": "body", 
62111             "name": "body", 
62112             "required": true, 
62113             "schema": {
62114               "$ref": "#/definitions/l3-interface-ipv6-address-list"
62115             }
62116           }
62117         ], 
62118         "produces": [
62119           "application/json", 
62120           "application/xml"
62121         ], 
62122         "responses": {
62123           "default": {
62124             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62125           }
62126         }, 
62127         "summary": "create or update an existing l3-interface-ipv6-address-list", 
62128         "tags": [
62129           "Network"
62130         ]
62131       }
62132     }, 
62133     "/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": {
62134       "delete": {
62135         "consumes": [
62136           "application/json", 
62137           "application/xml"
62138         ], 
62139         "description": "delete an existing relationship", 
62140         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
62141         "parameters": [
62142           {
62143             "description": "unique name of Physical Network Function.", 
62144             "example": "__PNF-NAME__", 
62145             "in": "path", 
62146             "name": "pnf-name", 
62147             "required": true, 
62148             "type": "string"
62149           }, 
62150           {
62151             "description": "Name that identifies the physical interface", 
62152             "example": "__INTERFACE-NAME__", 
62153             "in": "path", 
62154             "name": "interface-name", 
62155             "required": true, 
62156             "type": "string"
62157           }, 
62158           {
62159             "description": "Name given to the interface", 
62160             "example": "__INTERFACE-NAME__", 
62161             "in": "path", 
62162             "name": "l-interface.interface-name", 
62163             "required": true, 
62164             "type": "string"
62165           }, 
62166           {
62167             "description": "IP address", 
62168             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
62169             "in": "path", 
62170             "name": "l3-interface-ipv6-address", 
62171             "required": true, 
62172             "type": "string"
62173           }
62174         ], 
62175         "produces": [
62176           "application/json", 
62177           "application/xml"
62178         ], 
62179         "responses": {
62180           "default": {
62181             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62182           }
62183         }, 
62184         "summary": "delete an existing relationship", 
62185         "tags": [
62186           "Network"
62187         ]
62188       }, 
62189       "put": {
62190         "consumes": [
62191           "application/json", 
62192           "application/xml"
62193         ], 
62194         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
62195         "parameters": [
62196           {
62197             "description": "unique name of Physical Network Function.", 
62198             "example": "__PNF-NAME__", 
62199             "in": "path", 
62200             "name": "pnf-name", 
62201             "required": true, 
62202             "type": "string"
62203           }, 
62204           {
62205             "description": "Name that identifies the physical interface", 
62206             "example": "__INTERFACE-NAME__", 
62207             "in": "path", 
62208             "name": "interface-name", 
62209             "required": true, 
62210             "type": "string"
62211           }, 
62212           {
62213             "description": "Name given to the interface", 
62214             "example": "__INTERFACE-NAME__", 
62215             "in": "path", 
62216             "name": "l-interface.interface-name", 
62217             "required": true, 
62218             "type": "string"
62219           }, 
62220           {
62221             "description": "IP address", 
62222             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
62223             "in": "path", 
62224             "name": "l3-interface-ipv6-address", 
62225             "required": true, 
62226             "type": "string"
62227           }, 
62228           {
62229             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
62230             "in": "body", 
62231             "name": "body", 
62232             "required": true, 
62233             "schema": {
62234               "$ref": "#/definitions/relationship-dict"
62235             }
62236           }
62237         ], 
62238         "produces": [
62239           "application/json", 
62240           "application/xml"
62241         ], 
62242         "responses": {
62243           "default": {
62244             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62245           }
62246         }, 
62247         "summary": "see node definition for valid relationships", 
62248         "tags": [
62249           "Network"
62250         ]
62251       }
62252     }, 
62253     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
62254       "delete": {
62255         "consumes": [
62256           "application/json", 
62257           "application/xml"
62258         ], 
62259         "description": "delete an existing relationship", 
62260         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
62261         "parameters": [
62262           {
62263             "description": "unique name of Physical Network Function.", 
62264             "example": "__PNF-NAME__", 
62265             "in": "path", 
62266             "name": "pnf-name", 
62267             "required": true, 
62268             "type": "string"
62269           }, 
62270           {
62271             "description": "Name that identifies the physical interface", 
62272             "example": "__INTERFACE-NAME__", 
62273             "in": "path", 
62274             "name": "interface-name", 
62275             "required": true, 
62276             "type": "string"
62277           }, 
62278           {
62279             "description": "Name given to the interface", 
62280             "example": "__INTERFACE-NAME__", 
62281             "in": "path", 
62282             "name": "l-interface.interface-name", 
62283             "required": true, 
62284             "type": "string"
62285           }
62286         ], 
62287         "produces": [
62288           "application/json", 
62289           "application/xml"
62290         ], 
62291         "responses": {
62292           "default": {
62293             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62294           }
62295         }, 
62296         "summary": "delete an existing relationship", 
62297         "tags": [
62298           "Network"
62299         ]
62300       }, 
62301       "put": {
62302         "consumes": [
62303           "application/json", 
62304           "application/xml"
62305         ], 
62306         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
62307         "parameters": [
62308           {
62309             "description": "unique name of Physical Network Function.", 
62310             "example": "__PNF-NAME__", 
62311             "in": "path", 
62312             "name": "pnf-name", 
62313             "required": true, 
62314             "type": "string"
62315           }, 
62316           {
62317             "description": "Name that identifies the physical interface", 
62318             "example": "__INTERFACE-NAME__", 
62319             "in": "path", 
62320             "name": "interface-name", 
62321             "required": true, 
62322             "type": "string"
62323           }, 
62324           {
62325             "description": "Name given to the interface", 
62326             "example": "__INTERFACE-NAME__", 
62327             "in": "path", 
62328             "name": "l-interface.interface-name", 
62329             "required": true, 
62330             "type": "string"
62331           }, 
62332           {
62333             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterface.json)", 
62334             "in": "body", 
62335             "name": "body", 
62336             "required": true, 
62337             "schema": {
62338               "$ref": "#/definitions/relationship-dict"
62339             }
62340           }
62341         ], 
62342         "produces": [
62343           "application/json", 
62344           "application/xml"
62345         ], 
62346         "responses": {
62347           "default": {
62348             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62349           }
62350         }, 
62351         "summary": "see node definition for valid relationships", 
62352         "tags": [
62353           "Network"
62354         ]
62355       }
62356     }, 
62357     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
62358       "get": {
62359         "description": "returns sriov-vfs", 
62360         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfs", 
62361         "parameters": [
62362           {
62363             "description": "unique name of Physical Network Function.", 
62364             "example": "__PNF-NAME__", 
62365             "in": "path", 
62366             "name": "pnf-name", 
62367             "required": true, 
62368             "type": "string"
62369           }, 
62370           {
62371             "description": "Name that identifies the physical interface", 
62372             "example": "__INTERFACE-NAME__", 
62373             "in": "path", 
62374             "name": "interface-name", 
62375             "required": true, 
62376             "type": "string"
62377           }, 
62378           {
62379             "description": "Name given to the interface", 
62380             "example": "__INTERFACE-NAME__", 
62381             "in": "path", 
62382             "name": "l-interface.interface-name", 
62383             "required": true, 
62384             "type": "string"
62385           }, 
62386           {
62387             "description": "n/a", 
62388             "in": "query", 
62389             "name": "pci-id", 
62390             "required": false, 
62391             "type": "string"
62392           }, 
62393           {
62394             "description": "n/a", 
62395             "in": "query", 
62396             "name": "vf-vlan-filter", 
62397             "required": false, 
62398             "type": "string"
62399           }, 
62400           {
62401             "description": "n/a", 
62402             "in": "query", 
62403             "name": "vf-mac-filter", 
62404             "required": false, 
62405             "type": "string"
62406           }, 
62407           {
62408             "description": "n/a", 
62409             "in": "query", 
62410             "name": "vf-vlan-strip", 
62411             "required": false, 
62412             "type": "boolean"
62413           }, 
62414           {
62415             "description": "n/a", 
62416             "in": "query", 
62417             "name": "neutron-network-id", 
62418             "required": false, 
62419             "type": "string"
62420           }
62421         ], 
62422         "produces": [
62423           "application/json", 
62424           "application/xml"
62425         ], 
62426         "responses": {
62427           "200": {
62428             "description": "successful operation", 
62429             "schema": {
62430               "$ref": "#/definitions/sriov-vfs"
62431             }
62432           }, 
62433           "default": {
62434             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62435           }
62436         }, 
62437         "summary": "returns sriov-vfs", 
62438         "tags": [
62439           "Network"
62440         ]
62441       }
62442     }, 
62443     "/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}": {
62444       "delete": {
62445         "consumes": [
62446           "application/json", 
62447           "application/xml"
62448         ], 
62449         "description": "delete an existing sriov-vf", 
62450         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
62451         "parameters": [
62452           {
62453             "description": "unique name of Physical Network Function.", 
62454             "example": "__PNF-NAME__", 
62455             "in": "path", 
62456             "name": "pnf-name", 
62457             "required": true, 
62458             "type": "string"
62459           }, 
62460           {
62461             "description": "Name that identifies the physical interface", 
62462             "example": "__INTERFACE-NAME__", 
62463             "in": "path", 
62464             "name": "interface-name", 
62465             "required": true, 
62466             "type": "string"
62467           }, 
62468           {
62469             "description": "Name given to the interface", 
62470             "example": "__INTERFACE-NAME__", 
62471             "in": "path", 
62472             "name": "l-interface.interface-name", 
62473             "required": true, 
62474             "type": "string"
62475           }, 
62476           {
62477             "description": "PCI ID used to identify the sriov-vf", 
62478             "example": "__PCI-ID__", 
62479             "in": "path", 
62480             "name": "pci-id", 
62481             "required": true, 
62482             "type": "string"
62483           }, 
62484           {
62485             "description": "resource-version for concurrency", 
62486             "in": "query", 
62487             "name": "resource-version", 
62488             "required": true, 
62489             "type": "string"
62490           }
62491         ], 
62492         "produces": [
62493           "application/json", 
62494           "application/xml"
62495         ], 
62496         "responses": {
62497           "default": {
62498             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62499           }
62500         }, 
62501         "summary": "delete an existing sriov-vf", 
62502         "tags": [
62503           "Network"
62504         ]
62505       }, 
62506       "get": {
62507         "description": "returns sriov-vf", 
62508         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
62509         "parameters": [
62510           {
62511             "description": "unique name of Physical Network Function.", 
62512             "example": "__PNF-NAME__", 
62513             "in": "path", 
62514             "name": "pnf-name", 
62515             "required": true, 
62516             "type": "string"
62517           }, 
62518           {
62519             "description": "Name that identifies the physical interface", 
62520             "example": "__INTERFACE-NAME__", 
62521             "in": "path", 
62522             "name": "interface-name", 
62523             "required": true, 
62524             "type": "string"
62525           }, 
62526           {
62527             "description": "Name given to the interface", 
62528             "example": "__INTERFACE-NAME__", 
62529             "in": "path", 
62530             "name": "l-interface.interface-name", 
62531             "required": true, 
62532             "type": "string"
62533           }, 
62534           {
62535             "description": "PCI ID used to identify the sriov-vf", 
62536             "example": "__PCI-ID__", 
62537             "in": "path", 
62538             "name": "pci-id", 
62539             "required": true, 
62540             "type": "string"
62541           }
62542         ], 
62543         "produces": [
62544           "application/json", 
62545           "application/xml"
62546         ], 
62547         "responses": {
62548           "200": {
62549             "description": "successful operation", 
62550             "schema": {
62551               "$ref": "#/definitions/sriov-vf"
62552             }
62553           }, 
62554           "default": {
62555             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62556           }
62557         }, 
62558         "summary": "returns sriov-vf", 
62559         "tags": [
62560           "Network"
62561         ]
62562       }, 
62563       "patch": {
62564         "consumes": [
62565           "application/json"
62566         ], 
62567         "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", 
62568         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
62569         "parameters": [
62570           {
62571             "description": "unique name of Physical Network Function.", 
62572             "example": "__PNF-NAME__", 
62573             "in": "path", 
62574             "name": "pnf-name", 
62575             "required": true, 
62576             "type": "string"
62577           }, 
62578           {
62579             "description": "Name that identifies the physical interface", 
62580             "example": "__INTERFACE-NAME__", 
62581             "in": "path", 
62582             "name": "interface-name", 
62583             "required": true, 
62584             "type": "string"
62585           }, 
62586           {
62587             "description": "Name given to the interface", 
62588             "example": "__INTERFACE-NAME__", 
62589             "in": "path", 
62590             "name": "l-interface.interface-name", 
62591             "required": true, 
62592             "type": "string"
62593           }, 
62594           {
62595             "description": "PCI ID used to identify the sriov-vf", 
62596             "example": "__PCI-ID__", 
62597             "in": "path", 
62598             "name": "pci-id", 
62599             "required": true, 
62600             "type": "string"
62601           }, 
62602           {
62603             "description": "sriov-vf object that needs to be updated.", 
62604             "in": "body", 
62605             "name": "body", 
62606             "required": true, 
62607             "schema": {
62608               "$ref": "#/definitions/zzzz-patch-sriov-vf"
62609             }
62610           }
62611         ], 
62612         "produces": [
62613           "application/json"
62614         ], 
62615         "responses": {
62616           "default": {
62617             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62618           }
62619         }, 
62620         "summary": "update an existing sriov-vf", 
62621         "tags": [
62622           "Network"
62623         ]
62624       }, 
62625       "put": {
62626         "consumes": [
62627           "application/json", 
62628           "application/xml"
62629         ], 
62630         "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", 
62631         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
62632         "parameters": [
62633           {
62634             "description": "unique name of Physical Network Function.", 
62635             "example": "__PNF-NAME__", 
62636             "in": "path", 
62637             "name": "pnf-name", 
62638             "required": true, 
62639             "type": "string"
62640           }, 
62641           {
62642             "description": "Name that identifies the physical interface", 
62643             "example": "__INTERFACE-NAME__", 
62644             "in": "path", 
62645             "name": "interface-name", 
62646             "required": true, 
62647             "type": "string"
62648           }, 
62649           {
62650             "description": "Name given to the interface", 
62651             "example": "__INTERFACE-NAME__", 
62652             "in": "path", 
62653             "name": "l-interface.interface-name", 
62654             "required": true, 
62655             "type": "string"
62656           }, 
62657           {
62658             "description": "PCI ID used to identify the sriov-vf", 
62659             "example": "__PCI-ID__", 
62660             "in": "path", 
62661             "name": "pci-id", 
62662             "required": true, 
62663             "type": "string"
62664           }, 
62665           {
62666             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
62667             "in": "body", 
62668             "name": "body", 
62669             "required": true, 
62670             "schema": {
62671               "$ref": "#/definitions/sriov-vf"
62672             }
62673           }
62674         ], 
62675         "produces": [
62676           "application/json", 
62677           "application/xml"
62678         ], 
62679         "responses": {
62680           "default": {
62681             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62682           }
62683         }, 
62684         "summary": "create or update an existing sriov-vf", 
62685         "tags": [
62686           "Network"
62687         ]
62688       }
62689     }, 
62690     "/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": {
62691       "delete": {
62692         "consumes": [
62693           "application/json", 
62694           "application/xml"
62695         ], 
62696         "description": "delete an existing relationship", 
62697         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
62698         "parameters": [
62699           {
62700             "description": "unique name of Physical Network Function.", 
62701             "example": "__PNF-NAME__", 
62702             "in": "path", 
62703             "name": "pnf-name", 
62704             "required": true, 
62705             "type": "string"
62706           }, 
62707           {
62708             "description": "Name that identifies the physical interface", 
62709             "example": "__INTERFACE-NAME__", 
62710             "in": "path", 
62711             "name": "interface-name", 
62712             "required": true, 
62713             "type": "string"
62714           }, 
62715           {
62716             "description": "Name given to the interface", 
62717             "example": "__INTERFACE-NAME__", 
62718             "in": "path", 
62719             "name": "l-interface.interface-name", 
62720             "required": true, 
62721             "type": "string"
62722           }, 
62723           {
62724             "description": "PCI ID used to identify the sriov-vf", 
62725             "example": "__PCI-ID__", 
62726             "in": "path", 
62727             "name": "pci-id", 
62728             "required": true, 
62729             "type": "string"
62730           }
62731         ], 
62732         "produces": [
62733           "application/json", 
62734           "application/xml"
62735         ], 
62736         "responses": {
62737           "default": {
62738             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62739           }
62740         }, 
62741         "summary": "delete an existing relationship", 
62742         "tags": [
62743           "Network"
62744         ]
62745       }, 
62746       "put": {
62747         "consumes": [
62748           "application/json", 
62749           "application/xml"
62750         ], 
62751         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
62752         "parameters": [
62753           {
62754             "description": "unique name of Physical Network Function.", 
62755             "example": "__PNF-NAME__", 
62756             "in": "path", 
62757             "name": "pnf-name", 
62758             "required": true, 
62759             "type": "string"
62760           }, 
62761           {
62762             "description": "Name that identifies the physical interface", 
62763             "example": "__INTERFACE-NAME__", 
62764             "in": "path", 
62765             "name": "interface-name", 
62766             "required": true, 
62767             "type": "string"
62768           }, 
62769           {
62770             "description": "Name given to the interface", 
62771             "example": "__INTERFACE-NAME__", 
62772             "in": "path", 
62773             "name": "l-interface.interface-name", 
62774             "required": true, 
62775             "type": "string"
62776           }, 
62777           {
62778             "description": "PCI ID used to identify the sriov-vf", 
62779             "example": "__PCI-ID__", 
62780             "in": "path", 
62781             "name": "pci-id", 
62782             "required": true, 
62783             "type": "string"
62784           }, 
62785           {
62786             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
62787             "in": "body", 
62788             "name": "body", 
62789             "required": true, 
62790             "schema": {
62791               "$ref": "#/definitions/relationship-dict"
62792             }
62793           }
62794         ], 
62795         "produces": [
62796           "application/json", 
62797           "application/xml"
62798         ], 
62799         "responses": {
62800           "default": {
62801             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62802           }
62803         }, 
62804         "summary": "see node definition for valid relationships", 
62805         "tags": [
62806           "Network"
62807         ]
62808       }
62809     }, 
62810     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
62811       "get": {
62812         "description": "returns vlans", 
62813         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlans", 
62814         "parameters": [
62815           {
62816             "description": "unique name of Physical Network Function.", 
62817             "example": "__PNF-NAME__", 
62818             "in": "path", 
62819             "name": "pnf-name", 
62820             "required": true, 
62821             "type": "string"
62822           }, 
62823           {
62824             "description": "Name that identifies the physical interface", 
62825             "example": "__INTERFACE-NAME__", 
62826             "in": "path", 
62827             "name": "interface-name", 
62828             "required": true, 
62829             "type": "string"
62830           }, 
62831           {
62832             "description": "Name given to the interface", 
62833             "example": "__INTERFACE-NAME__", 
62834             "in": "path", 
62835             "name": "l-interface.interface-name", 
62836             "required": true, 
62837             "type": "string"
62838           }, 
62839           {
62840             "description": "n/a", 
62841             "in": "query", 
62842             "name": "vlan-interface", 
62843             "required": false, 
62844             "type": "string"
62845           }, 
62846           {
62847             "description": "n/a", 
62848             "format": "int64", 
62849             "in": "query", 
62850             "name": "vlan-id-inner", 
62851             "required": false, 
62852             "type": "integer"
62853           }, 
62854           {
62855             "description": "n/a", 
62856             "in": "query", 
62857             "name": "vpn-key", 
62858             "required": false, 
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/vlans"
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 vlans", 
62878         "tags": [
62879           "Network"
62880         ]
62881       }
62882     }, 
62883     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans/vlan/{vlan-interface}": {
62884       "delete": {
62885         "consumes": [
62886           "application/json", 
62887           "application/xml"
62888         ], 
62889         "description": "delete an existing vlan", 
62890         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
62891         "parameters": [
62892           {
62893             "description": "unique name of Physical Network Function.", 
62894             "example": "__PNF-NAME__", 
62895             "in": "path", 
62896             "name": "pnf-name", 
62897             "required": true, 
62898             "type": "string"
62899           }, 
62900           {
62901             "description": "Name that identifies the physical interface", 
62902             "example": "__INTERFACE-NAME__", 
62903             "in": "path", 
62904             "name": "interface-name", 
62905             "required": true, 
62906             "type": "string"
62907           }, 
62908           {
62909             "description": "Name given to the interface", 
62910             "example": "__INTERFACE-NAME__", 
62911             "in": "path", 
62912             "name": "l-interface.interface-name", 
62913             "required": true, 
62914             "type": "string"
62915           }, 
62916           {
62917             "description": "String that identifies the interface", 
62918             "example": "__VLAN-INTERFACE__", 
62919             "in": "path", 
62920             "name": "vlan-interface", 
62921             "required": true, 
62922             "type": "string"
62923           }, 
62924           {
62925             "description": "resource-version for concurrency", 
62926             "in": "query", 
62927             "name": "resource-version", 
62928             "required": true, 
62929             "type": "string"
62930           }
62931         ], 
62932         "produces": [
62933           "application/json", 
62934           "application/xml"
62935         ], 
62936         "responses": {
62937           "default": {
62938             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62939           }
62940         }, 
62941         "summary": "delete an existing vlan", 
62942         "tags": [
62943           "Network"
62944         ]
62945       }, 
62946       "get": {
62947         "description": "returns vlan", 
62948         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
62949         "parameters": [
62950           {
62951             "description": "unique name of Physical Network Function.", 
62952             "example": "__PNF-NAME__", 
62953             "in": "path", 
62954             "name": "pnf-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": "String that identifies the interface", 
62976             "example": "__VLAN-INTERFACE__", 
62977             "in": "path", 
62978             "name": "vlan-interface", 
62979             "required": true, 
62980             "type": "string"
62981           }
62982         ], 
62983         "produces": [
62984           "application/json", 
62985           "application/xml"
62986         ], 
62987         "responses": {
62988           "200": {
62989             "description": "successful operation", 
62990             "schema": {
62991               "$ref": "#/definitions/vlan"
62992             }
62993           }, 
62994           "default": {
62995             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
62996           }
62997         }, 
62998         "summary": "returns vlan", 
62999         "tags": [
63000           "Network"
63001         ]
63002       }, 
63003       "patch": {
63004         "consumes": [
63005           "application/json"
63006         ], 
63007         "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", 
63008         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
63009         "parameters": [
63010           {
63011             "description": "unique name of Physical Network Function.", 
63012             "example": "__PNF-NAME__", 
63013             "in": "path", 
63014             "name": "pnf-name", 
63015             "required": true, 
63016             "type": "string"
63017           }, 
63018           {
63019             "description": "Name that identifies the physical interface", 
63020             "example": "__INTERFACE-NAME__", 
63021             "in": "path", 
63022             "name": "interface-name", 
63023             "required": true, 
63024             "type": "string"
63025           }, 
63026           {
63027             "description": "Name given to the interface", 
63028             "example": "__INTERFACE-NAME__", 
63029             "in": "path", 
63030             "name": "l-interface.interface-name", 
63031             "required": true, 
63032             "type": "string"
63033           }, 
63034           {
63035             "description": "String that identifies the interface", 
63036             "example": "__VLAN-INTERFACE__", 
63037             "in": "path", 
63038             "name": "vlan-interface", 
63039             "required": true, 
63040             "type": "string"
63041           }, 
63042           {
63043             "description": "vlan object that needs to be updated.", 
63044             "in": "body", 
63045             "name": "body", 
63046             "required": true, 
63047             "schema": {
63048               "$ref": "#/definitions/zzzz-patch-vlan"
63049             }
63050           }
63051         ], 
63052         "produces": [
63053           "application/json"
63054         ], 
63055         "responses": {
63056           "default": {
63057             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63058           }
63059         }, 
63060         "summary": "update an existing vlan", 
63061         "tags": [
63062           "Network"
63063         ]
63064       }, 
63065       "put": {
63066         "consumes": [
63067           "application/json", 
63068           "application/xml"
63069         ], 
63070         "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", 
63071         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
63072         "parameters": [
63073           {
63074             "description": "unique name of Physical Network Function.", 
63075             "example": "__PNF-NAME__", 
63076             "in": "path", 
63077             "name": "pnf-name", 
63078             "required": true, 
63079             "type": "string"
63080           }, 
63081           {
63082             "description": "Name that identifies the physical interface", 
63083             "example": "__INTERFACE-NAME__", 
63084             "in": "path", 
63085             "name": "interface-name", 
63086             "required": true, 
63087             "type": "string"
63088           }, 
63089           {
63090             "description": "Name given to the interface", 
63091             "example": "__INTERFACE-NAME__", 
63092             "in": "path", 
63093             "name": "l-interface.interface-name", 
63094             "required": true, 
63095             "type": "string"
63096           }, 
63097           {
63098             "description": "String that identifies the interface", 
63099             "example": "__VLAN-INTERFACE__", 
63100             "in": "path", 
63101             "name": "vlan-interface", 
63102             "required": true, 
63103             "type": "string"
63104           }, 
63105           {
63106             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
63107             "in": "body", 
63108             "name": "body", 
63109             "required": true, 
63110             "schema": {
63111               "$ref": "#/definitions/vlan"
63112             }
63113           }
63114         ], 
63115         "produces": [
63116           "application/json", 
63117           "application/xml"
63118         ], 
63119         "responses": {
63120           "default": {
63121             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63122           }
63123         }, 
63124         "summary": "create or update an existing vlan", 
63125         "tags": [
63126           "Network"
63127         ]
63128       }
63129     }, 
63130     "/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}": {
63131       "delete": {
63132         "consumes": [
63133           "application/json", 
63134           "application/xml"
63135         ], 
63136         "description": "delete an existing l3-interface-ipv4-address-list", 
63137         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
63138         "parameters": [
63139           {
63140             "description": "unique name of Physical Network Function.", 
63141             "example": "__PNF-NAME__", 
63142             "in": "path", 
63143             "name": "pnf-name", 
63144             "required": true, 
63145             "type": "string"
63146           }, 
63147           {
63148             "description": "Name that identifies the physical interface", 
63149             "example": "__INTERFACE-NAME__", 
63150             "in": "path", 
63151             "name": "interface-name", 
63152             "required": true, 
63153             "type": "string"
63154           }, 
63155           {
63156             "description": "Name given to the interface", 
63157             "example": "__INTERFACE-NAME__", 
63158             "in": "path", 
63159             "name": "l-interface.interface-name", 
63160             "required": true, 
63161             "type": "string"
63162           }, 
63163           {
63164             "description": "String that identifies the interface", 
63165             "example": "__VLAN-INTERFACE__", 
63166             "in": "path", 
63167             "name": "vlan-interface", 
63168             "required": true, 
63169             "type": "string"
63170           }, 
63171           {
63172             "description": "IP address", 
63173             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
63174             "in": "path", 
63175             "name": "l3-interface-ipv4-address", 
63176             "required": true, 
63177             "type": "string"
63178           }, 
63179           {
63180             "description": "resource-version for concurrency", 
63181             "in": "query", 
63182             "name": "resource-version", 
63183             "required": true, 
63184             "type": "string"
63185           }
63186         ], 
63187         "produces": [
63188           "application/json", 
63189           "application/xml"
63190         ], 
63191         "responses": {
63192           "default": {
63193             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63194           }
63195         }, 
63196         "summary": "delete an existing l3-interface-ipv4-address-list", 
63197         "tags": [
63198           "Network"
63199         ]
63200       }, 
63201       "get": {
63202         "description": "returns l3-interface-ipv4-address-list", 
63203         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
63204         "parameters": [
63205           {
63206             "description": "unique name of Physical Network Function.", 
63207             "example": "__PNF-NAME__", 
63208             "in": "path", 
63209             "name": "pnf-name", 
63210             "required": true, 
63211             "type": "string"
63212           }, 
63213           {
63214             "description": "Name that identifies the physical interface", 
63215             "example": "__INTERFACE-NAME__", 
63216             "in": "path", 
63217             "name": "interface-name", 
63218             "required": true, 
63219             "type": "string"
63220           }, 
63221           {
63222             "description": "Name given to the interface", 
63223             "example": "__INTERFACE-NAME__", 
63224             "in": "path", 
63225             "name": "l-interface.interface-name", 
63226             "required": true, 
63227             "type": "string"
63228           }, 
63229           {
63230             "description": "String that identifies the interface", 
63231             "example": "__VLAN-INTERFACE__", 
63232             "in": "path", 
63233             "name": "vlan-interface", 
63234             "required": true, 
63235             "type": "string"
63236           }, 
63237           {
63238             "description": "IP address", 
63239             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
63240             "in": "path", 
63241             "name": "l3-interface-ipv4-address", 
63242             "required": true, 
63243             "type": "string"
63244           }
63245         ], 
63246         "produces": [
63247           "application/json", 
63248           "application/xml"
63249         ], 
63250         "responses": {
63251           "200": {
63252             "description": "successful operation", 
63253             "schema": {
63254               "$ref": "#/definitions/l3-interface-ipv4-address-list"
63255             }
63256           }, 
63257           "default": {
63258             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63259           }
63260         }, 
63261         "summary": "returns l3-interface-ipv4-address-list", 
63262         "tags": [
63263           "Network"
63264         ]
63265       }, 
63266       "patch": {
63267         "consumes": [
63268           "application/json"
63269         ], 
63270         "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", 
63271         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
63272         "parameters": [
63273           {
63274             "description": "unique name of Physical Network Function.", 
63275             "example": "__PNF-NAME__", 
63276             "in": "path", 
63277             "name": "pnf-name", 
63278             "required": true, 
63279             "type": "string"
63280           }, 
63281           {
63282             "description": "Name that identifies the physical interface", 
63283             "example": "__INTERFACE-NAME__", 
63284             "in": "path", 
63285             "name": "interface-name", 
63286             "required": true, 
63287             "type": "string"
63288           }, 
63289           {
63290             "description": "Name given to the interface", 
63291             "example": "__INTERFACE-NAME__", 
63292             "in": "path", 
63293             "name": "l-interface.interface-name", 
63294             "required": true, 
63295             "type": "string"
63296           }, 
63297           {
63298             "description": "String that identifies the interface", 
63299             "example": "__VLAN-INTERFACE__", 
63300             "in": "path", 
63301             "name": "vlan-interface", 
63302             "required": true, 
63303             "type": "string"
63304           }, 
63305           {
63306             "description": "IP address", 
63307             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
63308             "in": "path", 
63309             "name": "l3-interface-ipv4-address", 
63310             "required": true, 
63311             "type": "string"
63312           }, 
63313           {
63314             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
63315             "in": "body", 
63316             "name": "body", 
63317             "required": true, 
63318             "schema": {
63319               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
63320             }
63321           }
63322         ], 
63323         "produces": [
63324           "application/json"
63325         ], 
63326         "responses": {
63327           "default": {
63328             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63329           }
63330         }, 
63331         "summary": "update an existing l3-interface-ipv4-address-list", 
63332         "tags": [
63333           "Network"
63334         ]
63335       }, 
63336       "put": {
63337         "consumes": [
63338           "application/json", 
63339           "application/xml"
63340         ], 
63341         "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", 
63342         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
63343         "parameters": [
63344           {
63345             "description": "unique name of Physical Network Function.", 
63346             "example": "__PNF-NAME__", 
63347             "in": "path", 
63348             "name": "pnf-name", 
63349             "required": true, 
63350             "type": "string"
63351           }, 
63352           {
63353             "description": "Name that identifies the physical interface", 
63354             "example": "__INTERFACE-NAME__", 
63355             "in": "path", 
63356             "name": "interface-name", 
63357             "required": true, 
63358             "type": "string"
63359           }, 
63360           {
63361             "description": "Name given to the interface", 
63362             "example": "__INTERFACE-NAME__", 
63363             "in": "path", 
63364             "name": "l-interface.interface-name", 
63365             "required": true, 
63366             "type": "string"
63367           }, 
63368           {
63369             "description": "String that identifies the interface", 
63370             "example": "__VLAN-INTERFACE__", 
63371             "in": "path", 
63372             "name": "vlan-interface", 
63373             "required": true, 
63374             "type": "string"
63375           }, 
63376           {
63377             "description": "IP address", 
63378             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
63379             "in": "path", 
63380             "name": "l3-interface-ipv4-address", 
63381             "required": true, 
63382             "type": "string"
63383           }, 
63384           {
63385             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
63386             "in": "body", 
63387             "name": "body", 
63388             "required": true, 
63389             "schema": {
63390               "$ref": "#/definitions/l3-interface-ipv4-address-list"
63391             }
63392           }
63393         ], 
63394         "produces": [
63395           "application/json", 
63396           "application/xml"
63397         ], 
63398         "responses": {
63399           "default": {
63400             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63401           }
63402         }, 
63403         "summary": "create or update an existing l3-interface-ipv4-address-list", 
63404         "tags": [
63405           "Network"
63406         ]
63407       }
63408     }, 
63409     "/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": {
63410       "delete": {
63411         "consumes": [
63412           "application/json", 
63413           "application/xml"
63414         ], 
63415         "description": "delete an existing relationship", 
63416         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
63417         "parameters": [
63418           {
63419             "description": "unique name of Physical Network Function.", 
63420             "example": "__PNF-NAME__", 
63421             "in": "path", 
63422             "name": "pnf-name", 
63423             "required": true, 
63424             "type": "string"
63425           }, 
63426           {
63427             "description": "Name that identifies the physical interface", 
63428             "example": "__INTERFACE-NAME__", 
63429             "in": "path", 
63430             "name": "interface-name", 
63431             "required": true, 
63432             "type": "string"
63433           }, 
63434           {
63435             "description": "Name given to the interface", 
63436             "example": "__INTERFACE-NAME__", 
63437             "in": "path", 
63438             "name": "l-interface.interface-name", 
63439             "required": true, 
63440             "type": "string"
63441           }, 
63442           {
63443             "description": "String that identifies the interface", 
63444             "example": "__VLAN-INTERFACE__", 
63445             "in": "path", 
63446             "name": "vlan-interface", 
63447             "required": true, 
63448             "type": "string"
63449           }, 
63450           {
63451             "description": "IP address", 
63452             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
63453             "in": "path", 
63454             "name": "l3-interface-ipv4-address", 
63455             "required": true, 
63456             "type": "string"
63457           }
63458         ], 
63459         "produces": [
63460           "application/json", 
63461           "application/xml"
63462         ], 
63463         "responses": {
63464           "default": {
63465             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63466           }
63467         }, 
63468         "summary": "delete an existing relationship", 
63469         "tags": [
63470           "Network"
63471         ]
63472       }, 
63473       "put": {
63474         "consumes": [
63475           "application/json", 
63476           "application/xml"
63477         ], 
63478         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
63479         "parameters": [
63480           {
63481             "description": "unique name of Physical Network Function.", 
63482             "example": "__PNF-NAME__", 
63483             "in": "path", 
63484             "name": "pnf-name", 
63485             "required": true, 
63486             "type": "string"
63487           }, 
63488           {
63489             "description": "Name that identifies the physical interface", 
63490             "example": "__INTERFACE-NAME__", 
63491             "in": "path", 
63492             "name": "interface-name", 
63493             "required": true, 
63494             "type": "string"
63495           }, 
63496           {
63497             "description": "Name given to the interface", 
63498             "example": "__INTERFACE-NAME__", 
63499             "in": "path", 
63500             "name": "l-interface.interface-name", 
63501             "required": true, 
63502             "type": "string"
63503           }, 
63504           {
63505             "description": "String that identifies the interface", 
63506             "example": "__VLAN-INTERFACE__", 
63507             "in": "path", 
63508             "name": "vlan-interface", 
63509             "required": true, 
63510             "type": "string"
63511           }, 
63512           {
63513             "description": "IP address", 
63514             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
63515             "in": "path", 
63516             "name": "l3-interface-ipv4-address", 
63517             "required": true, 
63518             "type": "string"
63519           }, 
63520           {
63521             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
63522             "in": "body", 
63523             "name": "body", 
63524             "required": true, 
63525             "schema": {
63526               "$ref": "#/definitions/relationship-dict"
63527             }
63528           }
63529         ], 
63530         "produces": [
63531           "application/json", 
63532           "application/xml"
63533         ], 
63534         "responses": {
63535           "default": {
63536             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63537           }
63538         }, 
63539         "summary": "see node definition for valid relationships", 
63540         "tags": [
63541           "Network"
63542         ]
63543       }
63544     }, 
63545     "/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}": {
63546       "delete": {
63547         "consumes": [
63548           "application/json", 
63549           "application/xml"
63550         ], 
63551         "description": "delete an existing l3-interface-ipv6-address-list", 
63552         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
63553         "parameters": [
63554           {
63555             "description": "unique name of Physical Network Function.", 
63556             "example": "__PNF-NAME__", 
63557             "in": "path", 
63558             "name": "pnf-name", 
63559             "required": true, 
63560             "type": "string"
63561           }, 
63562           {
63563             "description": "Name that identifies the physical interface", 
63564             "example": "__INTERFACE-NAME__", 
63565             "in": "path", 
63566             "name": "interface-name", 
63567             "required": true, 
63568             "type": "string"
63569           }, 
63570           {
63571             "description": "Name given to the interface", 
63572             "example": "__INTERFACE-NAME__", 
63573             "in": "path", 
63574             "name": "l-interface.interface-name", 
63575             "required": true, 
63576             "type": "string"
63577           }, 
63578           {
63579             "description": "String that identifies the interface", 
63580             "example": "__VLAN-INTERFACE__", 
63581             "in": "path", 
63582             "name": "vlan-interface", 
63583             "required": true, 
63584             "type": "string"
63585           }, 
63586           {
63587             "description": "IP address", 
63588             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63589             "in": "path", 
63590             "name": "l3-interface-ipv6-address", 
63591             "required": true, 
63592             "type": "string"
63593           }, 
63594           {
63595             "description": "resource-version for concurrency", 
63596             "in": "query", 
63597             "name": "resource-version", 
63598             "required": true, 
63599             "type": "string"
63600           }
63601         ], 
63602         "produces": [
63603           "application/json", 
63604           "application/xml"
63605         ], 
63606         "responses": {
63607           "default": {
63608             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63609           }
63610         }, 
63611         "summary": "delete an existing l3-interface-ipv6-address-list", 
63612         "tags": [
63613           "Network"
63614         ]
63615       }, 
63616       "get": {
63617         "description": "returns l3-interface-ipv6-address-list", 
63618         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
63619         "parameters": [
63620           {
63621             "description": "unique name of Physical Network Function.", 
63622             "example": "__PNF-NAME__", 
63623             "in": "path", 
63624             "name": "pnf-name", 
63625             "required": true, 
63626             "type": "string"
63627           }, 
63628           {
63629             "description": "Name that identifies the physical interface", 
63630             "example": "__INTERFACE-NAME__", 
63631             "in": "path", 
63632             "name": "interface-name", 
63633             "required": true, 
63634             "type": "string"
63635           }, 
63636           {
63637             "description": "Name given to the interface", 
63638             "example": "__INTERFACE-NAME__", 
63639             "in": "path", 
63640             "name": "l-interface.interface-name", 
63641             "required": true, 
63642             "type": "string"
63643           }, 
63644           {
63645             "description": "String that identifies the interface", 
63646             "example": "__VLAN-INTERFACE__", 
63647             "in": "path", 
63648             "name": "vlan-interface", 
63649             "required": true, 
63650             "type": "string"
63651           }, 
63652           {
63653             "description": "IP address", 
63654             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63655             "in": "path", 
63656             "name": "l3-interface-ipv6-address", 
63657             "required": true, 
63658             "type": "string"
63659           }
63660         ], 
63661         "produces": [
63662           "application/json", 
63663           "application/xml"
63664         ], 
63665         "responses": {
63666           "200": {
63667             "description": "successful operation", 
63668             "schema": {
63669               "$ref": "#/definitions/l3-interface-ipv6-address-list"
63670             }
63671           }, 
63672           "default": {
63673             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63674           }
63675         }, 
63676         "summary": "returns l3-interface-ipv6-address-list", 
63677         "tags": [
63678           "Network"
63679         ]
63680       }, 
63681       "patch": {
63682         "consumes": [
63683           "application/json"
63684         ], 
63685         "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", 
63686         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
63687         "parameters": [
63688           {
63689             "description": "unique name of Physical Network Function.", 
63690             "example": "__PNF-NAME__", 
63691             "in": "path", 
63692             "name": "pnf-name", 
63693             "required": true, 
63694             "type": "string"
63695           }, 
63696           {
63697             "description": "Name that identifies the physical interface", 
63698             "example": "__INTERFACE-NAME__", 
63699             "in": "path", 
63700             "name": "interface-name", 
63701             "required": true, 
63702             "type": "string"
63703           }, 
63704           {
63705             "description": "Name given to the interface", 
63706             "example": "__INTERFACE-NAME__", 
63707             "in": "path", 
63708             "name": "l-interface.interface-name", 
63709             "required": true, 
63710             "type": "string"
63711           }, 
63712           {
63713             "description": "String that identifies the interface", 
63714             "example": "__VLAN-INTERFACE__", 
63715             "in": "path", 
63716             "name": "vlan-interface", 
63717             "required": true, 
63718             "type": "string"
63719           }, 
63720           {
63721             "description": "IP address", 
63722             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63723             "in": "path", 
63724             "name": "l3-interface-ipv6-address", 
63725             "required": true, 
63726             "type": "string"
63727           }, 
63728           {
63729             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
63730             "in": "body", 
63731             "name": "body", 
63732             "required": true, 
63733             "schema": {
63734               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
63735             }
63736           }
63737         ], 
63738         "produces": [
63739           "application/json"
63740         ], 
63741         "responses": {
63742           "default": {
63743             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63744           }
63745         }, 
63746         "summary": "update an existing l3-interface-ipv6-address-list", 
63747         "tags": [
63748           "Network"
63749         ]
63750       }, 
63751       "put": {
63752         "consumes": [
63753           "application/json", 
63754           "application/xml"
63755         ], 
63756         "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", 
63757         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
63758         "parameters": [
63759           {
63760             "description": "unique name of Physical Network Function.", 
63761             "example": "__PNF-NAME__", 
63762             "in": "path", 
63763             "name": "pnf-name", 
63764             "required": true, 
63765             "type": "string"
63766           }, 
63767           {
63768             "description": "Name that identifies the physical interface", 
63769             "example": "__INTERFACE-NAME__", 
63770             "in": "path", 
63771             "name": "interface-name", 
63772             "required": true, 
63773             "type": "string"
63774           }, 
63775           {
63776             "description": "Name given to the interface", 
63777             "example": "__INTERFACE-NAME__", 
63778             "in": "path", 
63779             "name": "l-interface.interface-name", 
63780             "required": true, 
63781             "type": "string"
63782           }, 
63783           {
63784             "description": "String that identifies the interface", 
63785             "example": "__VLAN-INTERFACE__", 
63786             "in": "path", 
63787             "name": "vlan-interface", 
63788             "required": true, 
63789             "type": "string"
63790           }, 
63791           {
63792             "description": "IP address", 
63793             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63794             "in": "path", 
63795             "name": "l3-interface-ipv6-address", 
63796             "required": true, 
63797             "type": "string"
63798           }, 
63799           {
63800             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
63801             "in": "body", 
63802             "name": "body", 
63803             "required": true, 
63804             "schema": {
63805               "$ref": "#/definitions/l3-interface-ipv6-address-list"
63806             }
63807           }
63808         ], 
63809         "produces": [
63810           "application/json", 
63811           "application/xml"
63812         ], 
63813         "responses": {
63814           "default": {
63815             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63816           }
63817         }, 
63818         "summary": "create or update an existing l3-interface-ipv6-address-list", 
63819         "tags": [
63820           "Network"
63821         ]
63822       }
63823     }, 
63824     "/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": {
63825       "delete": {
63826         "consumes": [
63827           "application/json", 
63828           "application/xml"
63829         ], 
63830         "description": "delete an existing relationship", 
63831         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
63832         "parameters": [
63833           {
63834             "description": "unique name of Physical Network Function.", 
63835             "example": "__PNF-NAME__", 
63836             "in": "path", 
63837             "name": "pnf-name", 
63838             "required": true, 
63839             "type": "string"
63840           }, 
63841           {
63842             "description": "Name that identifies the physical interface", 
63843             "example": "__INTERFACE-NAME__", 
63844             "in": "path", 
63845             "name": "interface-name", 
63846             "required": true, 
63847             "type": "string"
63848           }, 
63849           {
63850             "description": "Name given to the interface", 
63851             "example": "__INTERFACE-NAME__", 
63852             "in": "path", 
63853             "name": "l-interface.interface-name", 
63854             "required": true, 
63855             "type": "string"
63856           }, 
63857           {
63858             "description": "String that identifies the interface", 
63859             "example": "__VLAN-INTERFACE__", 
63860             "in": "path", 
63861             "name": "vlan-interface", 
63862             "required": true, 
63863             "type": "string"
63864           }, 
63865           {
63866             "description": "IP address", 
63867             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63868             "in": "path", 
63869             "name": "l3-interface-ipv6-address", 
63870             "required": true, 
63871             "type": "string"
63872           }
63873         ], 
63874         "produces": [
63875           "application/json", 
63876           "application/xml"
63877         ], 
63878         "responses": {
63879           "default": {
63880             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63881           }
63882         }, 
63883         "summary": "delete an existing relationship", 
63884         "tags": [
63885           "Network"
63886         ]
63887       }, 
63888       "put": {
63889         "consumes": [
63890           "application/json", 
63891           "application/xml"
63892         ], 
63893         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
63894         "parameters": [
63895           {
63896             "description": "unique name of Physical Network Function.", 
63897             "example": "__PNF-NAME__", 
63898             "in": "path", 
63899             "name": "pnf-name", 
63900             "required": true, 
63901             "type": "string"
63902           }, 
63903           {
63904             "description": "Name that identifies the physical interface", 
63905             "example": "__INTERFACE-NAME__", 
63906             "in": "path", 
63907             "name": "interface-name", 
63908             "required": true, 
63909             "type": "string"
63910           }, 
63911           {
63912             "description": "Name given to the interface", 
63913             "example": "__INTERFACE-NAME__", 
63914             "in": "path", 
63915             "name": "l-interface.interface-name", 
63916             "required": true, 
63917             "type": "string"
63918           }, 
63919           {
63920             "description": "String that identifies the interface", 
63921             "example": "__VLAN-INTERFACE__", 
63922             "in": "path", 
63923             "name": "vlan-interface", 
63924             "required": true, 
63925             "type": "string"
63926           }, 
63927           {
63928             "description": "IP address", 
63929             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
63930             "in": "path", 
63931             "name": "l3-interface-ipv6-address", 
63932             "required": true, 
63933             "type": "string"
63934           }, 
63935           {
63936             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
63937             "in": "body", 
63938             "name": "body", 
63939             "required": true, 
63940             "schema": {
63941               "$ref": "#/definitions/relationship-dict"
63942             }
63943           }
63944         ], 
63945         "produces": [
63946           "application/json", 
63947           "application/xml"
63948         ], 
63949         "responses": {
63950           "default": {
63951             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
63952           }
63953         }, 
63954         "summary": "see node definition for valid relationships", 
63955         "tags": [
63956           "Network"
63957         ]
63958       }
63959     }, 
63960     "/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": {
63961       "delete": {
63962         "consumes": [
63963           "application/json", 
63964           "application/xml"
63965         ], 
63966         "description": "delete an existing relationship", 
63967         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
63968         "parameters": [
63969           {
63970             "description": "unique name of Physical Network Function.", 
63971             "example": "__PNF-NAME__", 
63972             "in": "path", 
63973             "name": "pnf-name", 
63974             "required": true, 
63975             "type": "string"
63976           }, 
63977           {
63978             "description": "Name that identifies the physical interface", 
63979             "example": "__INTERFACE-NAME__", 
63980             "in": "path", 
63981             "name": "interface-name", 
63982             "required": true, 
63983             "type": "string"
63984           }, 
63985           {
63986             "description": "Name given to the interface", 
63987             "example": "__INTERFACE-NAME__", 
63988             "in": "path", 
63989             "name": "l-interface.interface-name", 
63990             "required": true, 
63991             "type": "string"
63992           }, 
63993           {
63994             "description": "String that identifies the interface", 
63995             "example": "__VLAN-INTERFACE__", 
63996             "in": "path", 
63997             "name": "vlan-interface", 
63998             "required": true, 
63999             "type": "string"
64000           }
64001         ], 
64002         "produces": [
64003           "application/json", 
64004           "application/xml"
64005         ], 
64006         "responses": {
64007           "default": {
64008             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64009           }
64010         }, 
64011         "summary": "delete an existing relationship", 
64012         "tags": [
64013           "Network"
64014         ]
64015       }, 
64016       "put": {
64017         "consumes": [
64018           "application/json", 
64019           "application/xml"
64020         ], 
64021         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
64022         "parameters": [
64023           {
64024             "description": "unique name of Physical Network Function.", 
64025             "example": "__PNF-NAME__", 
64026             "in": "path", 
64027             "name": "pnf-name", 
64028             "required": true, 
64029             "type": "string"
64030           }, 
64031           {
64032             "description": "Name that identifies the physical interface", 
64033             "example": "__INTERFACE-NAME__", 
64034             "in": "path", 
64035             "name": "interface-name", 
64036             "required": true, 
64037             "type": "string"
64038           }, 
64039           {
64040             "description": "Name given to the interface", 
64041             "example": "__INTERFACE-NAME__", 
64042             "in": "path", 
64043             "name": "l-interface.interface-name", 
64044             "required": true, 
64045             "type": "string"
64046           }, 
64047           {
64048             "description": "String that identifies the interface", 
64049             "example": "__VLAN-INTERFACE__", 
64050             "in": "path", 
64051             "name": "vlan-interface", 
64052             "required": true, 
64053             "type": "string"
64054           }, 
64055           {
64056             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
64057             "in": "body", 
64058             "name": "body", 
64059             "required": true, 
64060             "schema": {
64061               "$ref": "#/definitions/relationship-dict"
64062             }
64063           }
64064         ], 
64065         "produces": [
64066           "application/json", 
64067           "application/xml"
64068         ], 
64069         "responses": {
64070           "default": {
64071             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64072           }
64073         }, 
64074         "summary": "see node definition for valid relationships", 
64075         "tags": [
64076           "Network"
64077         ]
64078       }
64079     }, 
64080     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/relationship-list/relationship": {
64081       "delete": {
64082         "consumes": [
64083           "application/json", 
64084           "application/xml"
64085         ], 
64086         "description": "delete an existing relationship", 
64087         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceRelationshipListRelationship", 
64088         "parameters": [
64089           {
64090             "description": "unique name of Physical Network Function.", 
64091             "example": "__PNF-NAME__", 
64092             "in": "path", 
64093             "name": "pnf-name", 
64094             "required": true, 
64095             "type": "string"
64096           }, 
64097           {
64098             "description": "Name that identifies the physical interface", 
64099             "example": "__INTERFACE-NAME__", 
64100             "in": "path", 
64101             "name": "interface-name", 
64102             "required": true, 
64103             "type": "string"
64104           }
64105         ], 
64106         "produces": [
64107           "application/json", 
64108           "application/xml"
64109         ], 
64110         "responses": {
64111           "default": {
64112             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64113           }
64114         }, 
64115         "summary": "delete an existing relationship", 
64116         "tags": [
64117           "Network"
64118         ]
64119       }, 
64120       "put": {
64121         "consumes": [
64122           "application/json", 
64123           "application/xml"
64124         ], 
64125         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceRelationshipListRelationship", 
64126         "parameters": [
64127           {
64128             "description": "unique name of Physical Network Function.", 
64129             "example": "__PNF-NAME__", 
64130             "in": "path", 
64131             "name": "pnf-name", 
64132             "required": true, 
64133             "type": "string"
64134           }, 
64135           {
64136             "description": "Name that identifies the physical interface", 
64137             "example": "__INTERFACE-NAME__", 
64138             "in": "path", 
64139             "name": "interface-name", 
64140             "required": true, 
64141             "type": "string"
64142           }, 
64143           {
64144             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterface.json)", 
64145             "in": "body", 
64146             "name": "body", 
64147             "required": true, 
64148             "schema": {
64149               "$ref": "#/definitions/relationship-dict"
64150             }
64151           }
64152         ], 
64153         "produces": [
64154           "application/json", 
64155           "application/xml"
64156         ], 
64157         "responses": {
64158           "default": {
64159             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64160           }
64161         }, 
64162         "summary": "see node definition for valid relationships", 
64163         "tags": [
64164           "Network"
64165         ]
64166       }
64167     }, 
64168     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs": {
64169       "get": {
64170         "description": "returns sriov-pfs", 
64171         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceSriovPfs", 
64172         "parameters": [
64173           {
64174             "description": "unique name of Physical Network Function.", 
64175             "example": "__PNF-NAME__", 
64176             "in": "path", 
64177             "name": "pnf-name", 
64178             "required": true, 
64179             "type": "string"
64180           }, 
64181           {
64182             "description": "Name that identifies the physical interface", 
64183             "example": "__INTERFACE-NAME__", 
64184             "in": "path", 
64185             "name": "interface-name", 
64186             "required": true, 
64187             "type": "string"
64188           }, 
64189           {
64190             "description": "n/a", 
64191             "in": "query", 
64192             "name": "pf-pci-id", 
64193             "required": false, 
64194             "type": "string"
64195           }
64196         ], 
64197         "produces": [
64198           "application/json", 
64199           "application/xml"
64200         ], 
64201         "responses": {
64202           "200": {
64203             "description": "successful operation", 
64204             "schema": {
64205               "$ref": "#/definitions/sriov-pfs"
64206             }
64207           }, 
64208           "default": {
64209             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64210           }
64211         }, 
64212         "summary": "returns sriov-pfs", 
64213         "tags": [
64214           "Network"
64215         ]
64216       }
64217     }, 
64218     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}": {
64219       "delete": {
64220         "consumes": [
64221           "application/json", 
64222           "application/xml"
64223         ], 
64224         "description": "delete an existing sriov-pf", 
64225         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf", 
64226         "parameters": [
64227           {
64228             "description": "unique name of Physical Network Function.", 
64229             "example": "__PNF-NAME__", 
64230             "in": "path", 
64231             "name": "pnf-name", 
64232             "required": true, 
64233             "type": "string"
64234           }, 
64235           {
64236             "description": "Name that identifies the physical interface", 
64237             "example": "__INTERFACE-NAME__", 
64238             "in": "path", 
64239             "name": "interface-name", 
64240             "required": true, 
64241             "type": "string"
64242           }, 
64243           {
64244             "description": "Identifier for the sriov-pf", 
64245             "example": "__PF-PCI-ID__", 
64246             "in": "path", 
64247             "name": "pf-pci-id", 
64248             "required": true, 
64249             "type": "string"
64250           }, 
64251           {
64252             "description": "resource-version for concurrency", 
64253             "in": "query", 
64254             "name": "resource-version", 
64255             "required": true, 
64256             "type": "string"
64257           }
64258         ], 
64259         "produces": [
64260           "application/json", 
64261           "application/xml"
64262         ], 
64263         "responses": {
64264           "default": {
64265             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64266           }
64267         }, 
64268         "summary": "delete an existing sriov-pf", 
64269         "tags": [
64270           "Network"
64271         ]
64272       }, 
64273       "get": {
64274         "description": "returns sriov-pf", 
64275         "operationId": "getNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf", 
64276         "parameters": [
64277           {
64278             "description": "unique name of Physical Network Function.", 
64279             "example": "__PNF-NAME__", 
64280             "in": "path", 
64281             "name": "pnf-name", 
64282             "required": true, 
64283             "type": "string"
64284           }, 
64285           {
64286             "description": "Name that identifies the physical interface", 
64287             "example": "__INTERFACE-NAME__", 
64288             "in": "path", 
64289             "name": "interface-name", 
64290             "required": true, 
64291             "type": "string"
64292           }, 
64293           {
64294             "description": "Identifier for the sriov-pf", 
64295             "example": "__PF-PCI-ID__", 
64296             "in": "path", 
64297             "name": "pf-pci-id", 
64298             "required": true, 
64299             "type": "string"
64300           }
64301         ], 
64302         "produces": [
64303           "application/json", 
64304           "application/xml"
64305         ], 
64306         "responses": {
64307           "200": {
64308             "description": "successful operation", 
64309             "schema": {
64310               "$ref": "#/definitions/sriov-pf"
64311             }
64312           }, 
64313           "default": {
64314             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64315           }
64316         }, 
64317         "summary": "returns sriov-pf", 
64318         "tags": [
64319           "Network"
64320         ]
64321       }, 
64322       "patch": {
64323         "consumes": [
64324           "application/json"
64325         ], 
64326         "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", 
64327         "operationId": "UpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf", 
64328         "parameters": [
64329           {
64330             "description": "unique name of Physical Network Function.", 
64331             "example": "__PNF-NAME__", 
64332             "in": "path", 
64333             "name": "pnf-name", 
64334             "required": true, 
64335             "type": "string"
64336           }, 
64337           {
64338             "description": "Name that identifies the physical interface", 
64339             "example": "__INTERFACE-NAME__", 
64340             "in": "path", 
64341             "name": "interface-name", 
64342             "required": true, 
64343             "type": "string"
64344           }, 
64345           {
64346             "description": "Identifier for the sriov-pf", 
64347             "example": "__PF-PCI-ID__", 
64348             "in": "path", 
64349             "name": "pf-pci-id", 
64350             "required": true, 
64351             "type": "string"
64352           }, 
64353           {
64354             "description": "sriov-pf object that needs to be updated.", 
64355             "in": "body", 
64356             "name": "body", 
64357             "required": true, 
64358             "schema": {
64359               "$ref": "#/definitions/zzzz-patch-sriov-pf"
64360             }
64361           }
64362         ], 
64363         "produces": [
64364           "application/json"
64365         ], 
64366         "responses": {
64367           "default": {
64368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64369           }
64370         }, 
64371         "summary": "update an existing sriov-pf", 
64372         "tags": [
64373           "Network"
64374         ]
64375       }, 
64376       "put": {
64377         "consumes": [
64378           "application/json", 
64379           "application/xml"
64380         ], 
64381         "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", 
64382         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf", 
64383         "parameters": [
64384           {
64385             "description": "unique name of Physical Network Function.", 
64386             "example": "__PNF-NAME__", 
64387             "in": "path", 
64388             "name": "pnf-name", 
64389             "required": true, 
64390             "type": "string"
64391           }, 
64392           {
64393             "description": "Name that identifies the physical interface", 
64394             "example": "__INTERFACE-NAME__", 
64395             "in": "path", 
64396             "name": "interface-name", 
64397             "required": true, 
64398             "type": "string"
64399           }, 
64400           {
64401             "description": "Identifier for the sriov-pf", 
64402             "example": "__PF-PCI-ID__", 
64403             "in": "path", 
64404             "name": "pf-pci-id", 
64405             "required": true, 
64406             "type": "string"
64407           }, 
64408           {
64409             "description": "sriov-pf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf.json)", 
64410             "in": "body", 
64411             "name": "body", 
64412             "required": true, 
64413             "schema": {
64414               "$ref": "#/definitions/sriov-pf"
64415             }
64416           }
64417         ], 
64418         "produces": [
64419           "application/json", 
64420           "application/xml"
64421         ], 
64422         "responses": {
64423           "default": {
64424             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64425           }
64426         }, 
64427         "summary": "create or update an existing sriov-pf", 
64428         "tags": [
64429           "Network"
64430         ]
64431       }
64432     }, 
64433     "/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}/relationship-list/relationship": {
64434       "delete": {
64435         "consumes": [
64436           "application/json", 
64437           "application/xml"
64438         ], 
64439         "description": "delete an existing relationship", 
64440         "operationId": "deleteNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
64441         "parameters": [
64442           {
64443             "description": "unique name of Physical Network Function.", 
64444             "example": "__PNF-NAME__", 
64445             "in": "path", 
64446             "name": "pnf-name", 
64447             "required": true, 
64448             "type": "string"
64449           }, 
64450           {
64451             "description": "Name that identifies the physical interface", 
64452             "example": "__INTERFACE-NAME__", 
64453             "in": "path", 
64454             "name": "interface-name", 
64455             "required": true, 
64456             "type": "string"
64457           }, 
64458           {
64459             "description": "Identifier for the sriov-pf", 
64460             "example": "__PF-PCI-ID__", 
64461             "in": "path", 
64462             "name": "pf-pci-id", 
64463             "required": true, 
64464             "type": "string"
64465           }
64466         ], 
64467         "produces": [
64468           "application/json", 
64469           "application/xml"
64470         ], 
64471         "responses": {
64472           "default": {
64473             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64474           }
64475         }, 
64476         "summary": "delete an existing relationship", 
64477         "tags": [
64478           "Network"
64479         ]
64480       }, 
64481       "put": {
64482         "consumes": [
64483           "application/json", 
64484           "application/xml"
64485         ], 
64486         "operationId": "createOrUpdateNetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
64487         "parameters": [
64488           {
64489             "description": "unique name of Physical Network Function.", 
64490             "example": "__PNF-NAME__", 
64491             "in": "path", 
64492             "name": "pnf-name", 
64493             "required": true, 
64494             "type": "string"
64495           }, 
64496           {
64497             "description": "Name that identifies the physical interface", 
64498             "example": "__INTERFACE-NAME__", 
64499             "in": "path", 
64500             "name": "interface-name", 
64501             "required": true, 
64502             "type": "string"
64503           }, 
64504           {
64505             "description": "Identifier for the sriov-pf", 
64506             "example": "__PF-PCI-ID__", 
64507             "in": "path", 
64508             "name": "pf-pci-id", 
64509             "required": true, 
64510             "type": "string"
64511           }, 
64512           {
64513             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfPInterfacesPInterfaceSriovPfsSriovPf.json)", 
64514             "in": "body", 
64515             "name": "body", 
64516             "required": true, 
64517             "schema": {
64518               "$ref": "#/definitions/relationship-dict"
64519             }
64520           }
64521         ], 
64522         "produces": [
64523           "application/json", 
64524           "application/xml"
64525         ], 
64526         "responses": {
64527           "default": {
64528             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64529           }
64530         }, 
64531         "summary": "see node definition for valid relationships", 
64532         "tags": [
64533           "Network"
64534         ]
64535       }
64536     }, 
64537     "/network/pnfs/pnf/{pnf-name}/relationship-list/relationship": {
64538       "delete": {
64539         "consumes": [
64540           "application/json", 
64541           "application/xml"
64542         ], 
64543         "description": "delete an existing relationship", 
64544         "operationId": "deleteNetworkPnfsPnfRelationshipListRelationship", 
64545         "parameters": [
64546           {
64547             "description": "unique name of Physical Network Function.", 
64548             "example": "__PNF-NAME__", 
64549             "in": "path", 
64550             "name": "pnf-name", 
64551             "required": true, 
64552             "type": "string"
64553           }
64554         ], 
64555         "produces": [
64556           "application/json", 
64557           "application/xml"
64558         ], 
64559         "responses": {
64560           "default": {
64561             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64562           }
64563         }, 
64564         "summary": "delete an existing relationship", 
64565         "tags": [
64566           "Network"
64567         ]
64568       }, 
64569       "put": {
64570         "consumes": [
64571           "application/json", 
64572           "application/xml"
64573         ], 
64574         "operationId": "createOrUpdateNetworkPnfsPnfRelationshipListRelationship", 
64575         "parameters": [
64576           {
64577             "description": "unique name of Physical Network Function.", 
64578             "example": "__PNF-NAME__", 
64579             "in": "path", 
64580             "name": "pnf-name", 
64581             "required": true, 
64582             "type": "string"
64583           }, 
64584           {
64585             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnf.json)", 
64586             "in": "body", 
64587             "name": "body", 
64588             "required": true, 
64589             "schema": {
64590               "$ref": "#/definitions/relationship-dict"
64591             }
64592           }
64593         ], 
64594         "produces": [
64595           "application/json", 
64596           "application/xml"
64597         ], 
64598         "responses": {
64599           "default": {
64600             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64601           }
64602         }, 
64603         "summary": "see node definition for valid relationships", 
64604         "tags": [
64605           "Network"
64606         ]
64607       }
64608     }, 
64609     "/network/pnfs/pnf/{pnf-name}/software-versions": {
64610       "get": {
64611         "description": "returns software-versions", 
64612         "operationId": "getNetworkPnfsPnfSoftwareVersions", 
64613         "parameters": [
64614           {
64615             "description": "unique name of Physical Network Function.", 
64616             "example": "__PNF-NAME__", 
64617             "in": "path", 
64618             "name": "pnf-name", 
64619             "required": true, 
64620             "type": "string"
64621           }
64622         ], 
64623         "produces": [
64624           "application/json", 
64625           "application/xml"
64626         ], 
64627         "responses": {
64628           "200": {
64629             "description": "successful operation", 
64630             "schema": {
64631               "$ref": "#/definitions/software-versions"
64632             }
64633           }, 
64634           "default": {
64635             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64636           }
64637         }, 
64638         "summary": "returns software-versions", 
64639         "tags": [
64640           "Network"
64641         ]
64642       }
64643     }, 
64644     "/network/pnfs/pnf/{pnf-name}/software-versions/software-version/{software-version-id}": {
64645       "delete": {
64646         "consumes": [
64647           "application/json", 
64648           "application/xml"
64649         ], 
64650         "description": "delete an existing software-version", 
64651         "operationId": "deleteNetworkPnfsPnfSoftwareVersionsSoftwareVersion", 
64652         "parameters": [
64653           {
64654             "description": "unique name of Physical Network Function.", 
64655             "example": "__PNF-NAME__", 
64656             "in": "path", 
64657             "name": "pnf-name", 
64658             "required": true, 
64659             "type": "string"
64660           }, 
64661           {
64662             "description": "Identifier of the software version", 
64663             "example": "__SOFTWARE-VERSION-ID__", 
64664             "in": "path", 
64665             "name": "software-version-id", 
64666             "required": true, 
64667             "type": "string"
64668           }, 
64669           {
64670             "description": "resource-version for concurrency", 
64671             "in": "query", 
64672             "name": "resource-version", 
64673             "required": true, 
64674             "type": "string"
64675           }
64676         ], 
64677         "produces": [
64678           "application/json", 
64679           "application/xml"
64680         ], 
64681         "responses": {
64682           "default": {
64683             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64684           }
64685         }, 
64686         "summary": "delete an existing software-version", 
64687         "tags": [
64688           "Network"
64689         ]
64690       }, 
64691       "get": {
64692         "description": "returns software-version", 
64693         "operationId": "getNetworkPnfsPnfSoftwareVersionsSoftwareVersion", 
64694         "parameters": [
64695           {
64696             "description": "unique name of Physical Network Function.", 
64697             "example": "__PNF-NAME__", 
64698             "in": "path", 
64699             "name": "pnf-name", 
64700             "required": true, 
64701             "type": "string"
64702           }, 
64703           {
64704             "description": "Identifier of the software version", 
64705             "example": "__SOFTWARE-VERSION-ID__", 
64706             "in": "path", 
64707             "name": "software-version-id", 
64708             "required": true, 
64709             "type": "string"
64710           }
64711         ], 
64712         "produces": [
64713           "application/json", 
64714           "application/xml"
64715         ], 
64716         "responses": {
64717           "200": {
64718             "description": "successful operation", 
64719             "schema": {
64720               "$ref": "#/definitions/software-version"
64721             }
64722           }, 
64723           "default": {
64724             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64725           }
64726         }, 
64727         "summary": "returns software-version", 
64728         "tags": [
64729           "Network"
64730         ]
64731       }, 
64732       "patch": {
64733         "consumes": [
64734           "application/json"
64735         ], 
64736         "description": "Update an existing software-version\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", 
64737         "operationId": "UpdateNetworkPnfsPnfSoftwareVersionsSoftwareVersion", 
64738         "parameters": [
64739           {
64740             "description": "unique name of Physical Network Function.", 
64741             "example": "__PNF-NAME__", 
64742             "in": "path", 
64743             "name": "pnf-name", 
64744             "required": true, 
64745             "type": "string"
64746           }, 
64747           {
64748             "description": "Identifier of the software version", 
64749             "example": "__SOFTWARE-VERSION-ID__", 
64750             "in": "path", 
64751             "name": "software-version-id", 
64752             "required": true, 
64753             "type": "string"
64754           }, 
64755           {
64756             "description": "software-version object that needs to be updated.", 
64757             "in": "body", 
64758             "name": "body", 
64759             "required": true, 
64760             "schema": {
64761               "$ref": "#/definitions/zzzz-patch-software-version"
64762             }
64763           }
64764         ], 
64765         "produces": [
64766           "application/json"
64767         ], 
64768         "responses": {
64769           "default": {
64770             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64771           }
64772         }, 
64773         "summary": "update an existing software-version", 
64774         "tags": [
64775           "Network"
64776         ]
64777       }, 
64778       "put": {
64779         "consumes": [
64780           "application/json", 
64781           "application/xml"
64782         ], 
64783         "description": "Create or update an existing software-version.\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", 
64784         "operationId": "createOrUpdateNetworkPnfsPnfSoftwareVersionsSoftwareVersion", 
64785         "parameters": [
64786           {
64787             "description": "unique name of Physical Network Function.", 
64788             "example": "__PNF-NAME__", 
64789             "in": "path", 
64790             "name": "pnf-name", 
64791             "required": true, 
64792             "type": "string"
64793           }, 
64794           {
64795             "description": "Identifier of the software version", 
64796             "example": "__SOFTWARE-VERSION-ID__", 
64797             "in": "path", 
64798             "name": "software-version-id", 
64799             "required": true, 
64800             "type": "string"
64801           }, 
64802           {
64803             "description": "software-version object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkPnfsPnfSoftwareVersionsSoftwareVersion.json)", 
64804             "in": "body", 
64805             "name": "body", 
64806             "required": true, 
64807             "schema": {
64808               "$ref": "#/definitions/software-version"
64809             }
64810           }
64811         ], 
64812         "produces": [
64813           "application/json", 
64814           "application/xml"
64815         ], 
64816         "responses": {
64817           "default": {
64818             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64819           }
64820         }, 
64821         "summary": "create or update an existing software-version", 
64822         "tags": [
64823           "Network"
64824         ]
64825       }
64826     }, 
64827     "/network/route-table-references": {
64828       "get": {
64829         "description": "returns route-table-references", 
64830         "operationId": "getNetworkRouteTableReferences", 
64831         "parameters": [
64832           {
64833             "description": "n/a", 
64834             "in": "query", 
64835             "name": "route-table-reference-id", 
64836             "required": false, 
64837             "type": "string"
64838           }, 
64839           {
64840             "description": "n/a", 
64841             "in": "query", 
64842             "name": "route-table-reference-fqdn", 
64843             "required": false, 
64844             "type": "string"
64845           }
64846         ], 
64847         "produces": [
64848           "application/json", 
64849           "application/xml"
64850         ], 
64851         "responses": {
64852           "200": {
64853             "description": "successful operation", 
64854             "schema": {
64855               "$ref": "#/definitions/route-table-references"
64856             }
64857           }, 
64858           "default": {
64859             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64860           }
64861         }, 
64862         "summary": "returns route-table-references", 
64863         "tags": [
64864           "Network"
64865         ]
64866       }
64867     }, 
64868     "/network/route-table-references/route-table-reference/{route-table-reference-id}": {
64869       "delete": {
64870         "consumes": [
64871           "application/json", 
64872           "application/xml"
64873         ], 
64874         "description": "delete an existing route-table-reference", 
64875         "operationId": "deleteNetworkRouteTableReferencesRouteTableReference", 
64876         "parameters": [
64877           {
64878             "description": "Route Table Reference id, UUID assigned to this instance.", 
64879             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
64880             "in": "path", 
64881             "name": "route-table-reference-id", 
64882             "required": true, 
64883             "type": "string"
64884           }, 
64885           {
64886             "description": "resource-version for concurrency", 
64887             "in": "query", 
64888             "name": "resource-version", 
64889             "required": true, 
64890             "type": "string"
64891           }
64892         ], 
64893         "produces": [
64894           "application/json", 
64895           "application/xml"
64896         ], 
64897         "responses": {
64898           "default": {
64899             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64900           }
64901         }, 
64902         "summary": "delete an existing route-table-reference", 
64903         "tags": [
64904           "Network"
64905         ]
64906       }, 
64907       "get": {
64908         "description": "returns route-table-reference", 
64909         "operationId": "getNetworkRouteTableReferencesRouteTableReference", 
64910         "parameters": [
64911           {
64912             "description": "Route Table Reference id, UUID assigned to this instance.", 
64913             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
64914             "in": "path", 
64915             "name": "route-table-reference-id", 
64916             "required": true, 
64917             "type": "string"
64918           }
64919         ], 
64920         "produces": [
64921           "application/json", 
64922           "application/xml"
64923         ], 
64924         "responses": {
64925           "200": {
64926             "description": "successful operation", 
64927             "schema": {
64928               "$ref": "#/definitions/route-table-reference"
64929             }
64930           }, 
64931           "default": {
64932             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64933           }
64934         }, 
64935         "summary": "returns route-table-reference", 
64936         "tags": [
64937           "Network"
64938         ]
64939       }, 
64940       "patch": {
64941         "consumes": [
64942           "application/json"
64943         ], 
64944         "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", 
64945         "operationId": "UpdateNetworkRouteTableReferencesRouteTableReference", 
64946         "parameters": [
64947           {
64948             "description": "Route Table Reference id, UUID assigned to this instance.", 
64949             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
64950             "in": "path", 
64951             "name": "route-table-reference-id", 
64952             "required": true, 
64953             "type": "string"
64954           }, 
64955           {
64956             "description": "route-table-reference object that needs to be updated.", 
64957             "in": "body", 
64958             "name": "body", 
64959             "required": true, 
64960             "schema": {
64961               "$ref": "#/definitions/zzzz-patch-route-table-reference"
64962             }
64963           }
64964         ], 
64965         "produces": [
64966           "application/json"
64967         ], 
64968         "responses": {
64969           "default": {
64970             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
64971           }
64972         }, 
64973         "summary": "update an existing route-table-reference", 
64974         "tags": [
64975           "Network"
64976         ]
64977       }, 
64978       "put": {
64979         "consumes": [
64980           "application/json", 
64981           "application/xml"
64982         ], 
64983         "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", 
64984         "operationId": "createOrUpdateNetworkRouteTableReferencesRouteTableReference", 
64985         "parameters": [
64986           {
64987             "description": "Route Table Reference id, UUID assigned to this instance.", 
64988             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
64989             "in": "path", 
64990             "name": "route-table-reference-id", 
64991             "required": true, 
64992             "type": "string"
64993           }, 
64994           {
64995             "description": "route-table-reference object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkRouteTableReferencesRouteTableReference.json)", 
64996             "in": "body", 
64997             "name": "body", 
64998             "required": true, 
64999             "schema": {
65000               "$ref": "#/definitions/route-table-reference"
65001             }
65002           }
65003         ], 
65004         "produces": [
65005           "application/json", 
65006           "application/xml"
65007         ], 
65008         "responses": {
65009           "default": {
65010             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65011           }
65012         }, 
65013         "summary": "create or update an existing route-table-reference", 
65014         "tags": [
65015           "Network"
65016         ]
65017       }
65018     }, 
65019     "/network/route-table-references/route-table-reference/{route-table-reference-id}/relationship-list/relationship": {
65020       "delete": {
65021         "consumes": [
65022           "application/json", 
65023           "application/xml"
65024         ], 
65025         "description": "delete an existing relationship", 
65026         "operationId": "deleteNetworkRouteTableReferencesRouteTableReferenceRelationshipListRelationship", 
65027         "parameters": [
65028           {
65029             "description": "Route Table Reference id, UUID assigned to this instance.", 
65030             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
65031             "in": "path", 
65032             "name": "route-table-reference-id", 
65033             "required": true, 
65034             "type": "string"
65035           }
65036         ], 
65037         "produces": [
65038           "application/json", 
65039           "application/xml"
65040         ], 
65041         "responses": {
65042           "default": {
65043             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65044           }
65045         }, 
65046         "summary": "delete an existing relationship", 
65047         "tags": [
65048           "Network"
65049         ]
65050       }, 
65051       "put": {
65052         "consumes": [
65053           "application/json", 
65054           "application/xml"
65055         ], 
65056         "operationId": "createOrUpdateNetworkRouteTableReferencesRouteTableReferenceRelationshipListRelationship", 
65057         "parameters": [
65058           {
65059             "description": "Route Table Reference id, UUID assigned to this instance.", 
65060             "example": "__ROUTE-TABLE-REFERENCE-ID__", 
65061             "in": "path", 
65062             "name": "route-table-reference-id", 
65063             "required": true, 
65064             "type": "string"
65065           }, 
65066           {
65067             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkRouteTableReferencesRouteTableReference.json)", 
65068             "in": "body", 
65069             "name": "body", 
65070             "required": true, 
65071             "schema": {
65072               "$ref": "#/definitions/relationship-dict"
65073             }
65074           }
65075         ], 
65076         "produces": [
65077           "application/json", 
65078           "application/xml"
65079         ], 
65080         "responses": {
65081           "default": {
65082             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65083           }
65084         }, 
65085         "summary": "see node definition for valid relationships", 
65086         "tags": [
65087           "Network"
65088         ]
65089       }
65090     }, 
65091     "/network/sdwan-vpns": {
65092       "get": {
65093         "description": "returns sdwan-vpns", 
65094         "operationId": "getNetworkSdwanVpns", 
65095         "parameters": [
65096           {
65097             "description": "n/a", 
65098             "in": "query", 
65099             "name": "sdwan-vpn-id", 
65100             "required": false, 
65101             "type": "string"
65102           }, 
65103           {
65104             "description": "n/a", 
65105             "in": "query", 
65106             "name": "sdwan-vpn-name", 
65107             "required": false, 
65108             "type": "string"
65109           }, 
65110           {
65111             "description": "n/a", 
65112             "in": "query", 
65113             "name": "vxlan-id", 
65114             "required": false, 
65115             "type": "string"
65116           }, 
65117           {
65118             "description": "n/a", 
65119             "in": "query", 
65120             "name": "topology", 
65121             "required": false, 
65122             "type": "string"
65123           }, 
65124           {
65125             "description": "n/a", 
65126             "in": "query", 
65127             "name": "operational-status", 
65128             "required": false, 
65129             "type": "string"
65130           }
65131         ], 
65132         "produces": [
65133           "application/json", 
65134           "application/xml"
65135         ], 
65136         "responses": {
65137           "200": {
65138             "description": "successful operation", 
65139             "schema": {
65140               "$ref": "#/definitions/sdwan-vpns"
65141             }
65142           }, 
65143           "default": {
65144             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65145           }
65146         }, 
65147         "summary": "returns sdwan-vpns", 
65148         "tags": [
65149           "Network"
65150         ]
65151       }
65152     }, 
65153     "/network/sdwan-vpns/sdwan-vpn/{sdwan-vpn-id}": {
65154       "delete": {
65155         "consumes": [
65156           "application/json", 
65157           "application/xml"
65158         ], 
65159         "description": "delete an existing sdwan-vpn", 
65160         "operationId": "deleteNetworkSdwanVpnsSdwanVpn", 
65161         "parameters": [
65162           {
65163             "description": "Uniquely identifies this sdwan-vpn by id", 
65164             "example": "__SDWAN-VPN-ID__", 
65165             "in": "path", 
65166             "name": "sdwan-vpn-id", 
65167             "required": true, 
65168             "type": "string"
65169           }, 
65170           {
65171             "description": "resource-version for concurrency", 
65172             "in": "query", 
65173             "name": "resource-version", 
65174             "required": true, 
65175             "type": "string"
65176           }
65177         ], 
65178         "produces": [
65179           "application/json", 
65180           "application/xml"
65181         ], 
65182         "responses": {
65183           "default": {
65184             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65185           }
65186         }, 
65187         "summary": "delete an existing sdwan-vpn", 
65188         "tags": [
65189           "Network"
65190         ]
65191       }, 
65192       "get": {
65193         "description": "returns sdwan-vpn", 
65194         "operationId": "getNetworkSdwanVpnsSdwanVpn", 
65195         "parameters": [
65196           {
65197             "description": "Uniquely identifies this sdwan-vpn by id", 
65198             "example": "__SDWAN-VPN-ID__", 
65199             "in": "path", 
65200             "name": "sdwan-vpn-id", 
65201             "required": true, 
65202             "type": "string"
65203           }
65204         ], 
65205         "produces": [
65206           "application/json", 
65207           "application/xml"
65208         ], 
65209         "responses": {
65210           "200": {
65211             "description": "successful operation", 
65212             "schema": {
65213               "$ref": "#/definitions/sdwan-vpn"
65214             }
65215           }, 
65216           "default": {
65217             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65218           }
65219         }, 
65220         "summary": "returns sdwan-vpn", 
65221         "tags": [
65222           "Network"
65223         ]
65224       }, 
65225       "patch": {
65226         "consumes": [
65227           "application/json"
65228         ], 
65229         "description": "Update an existing sdwan-vpn\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", 
65230         "operationId": "UpdateNetworkSdwanVpnsSdwanVpn", 
65231         "parameters": [
65232           {
65233             "description": "Uniquely identifies this sdwan-vpn by id", 
65234             "example": "__SDWAN-VPN-ID__", 
65235             "in": "path", 
65236             "name": "sdwan-vpn-id", 
65237             "required": true, 
65238             "type": "string"
65239           }, 
65240           {
65241             "description": "sdwan-vpn object that needs to be updated.", 
65242             "in": "body", 
65243             "name": "body", 
65244             "required": true, 
65245             "schema": {
65246               "$ref": "#/definitions/zzzz-patch-sdwan-vpn"
65247             }
65248           }
65249         ], 
65250         "produces": [
65251           "application/json"
65252         ], 
65253         "responses": {
65254           "default": {
65255             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65256           }
65257         }, 
65258         "summary": "update an existing sdwan-vpn", 
65259         "tags": [
65260           "Network"
65261         ]
65262       }, 
65263       "put": {
65264         "consumes": [
65265           "application/json", 
65266           "application/xml"
65267         ], 
65268         "description": "Create or update an existing sdwan-vpn.\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", 
65269         "operationId": "createOrUpdateNetworkSdwanVpnsSdwanVpn", 
65270         "parameters": [
65271           {
65272             "description": "Uniquely identifies this sdwan-vpn by id", 
65273             "example": "__SDWAN-VPN-ID__", 
65274             "in": "path", 
65275             "name": "sdwan-vpn-id", 
65276             "required": true, 
65277             "type": "string"
65278           }, 
65279           {
65280             "description": "sdwan-vpn object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSdwanVpnsSdwanVpn.json)", 
65281             "in": "body", 
65282             "name": "body", 
65283             "required": true, 
65284             "schema": {
65285               "$ref": "#/definitions/sdwan-vpn"
65286             }
65287           }
65288         ], 
65289         "produces": [
65290           "application/json", 
65291           "application/xml"
65292         ], 
65293         "responses": {
65294           "default": {
65295             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65296           }
65297         }, 
65298         "summary": "create or update an existing sdwan-vpn", 
65299         "tags": [
65300           "Network"
65301         ]
65302       }
65303     }, 
65304     "/network/sdwan-vpns/sdwan-vpn/{sdwan-vpn-id}/relationship-list/relationship": {
65305       "delete": {
65306         "consumes": [
65307           "application/json", 
65308           "application/xml"
65309         ], 
65310         "description": "delete an existing relationship", 
65311         "operationId": "deleteNetworkSdwanVpnsSdwanVpnRelationshipListRelationship", 
65312         "parameters": [
65313           {
65314             "description": "Uniquely identifies this sdwan-vpn by id", 
65315             "example": "__SDWAN-VPN-ID__", 
65316             "in": "path", 
65317             "name": "sdwan-vpn-id", 
65318             "required": true, 
65319             "type": "string"
65320           }
65321         ], 
65322         "produces": [
65323           "application/json", 
65324           "application/xml"
65325         ], 
65326         "responses": {
65327           "default": {
65328             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65329           }
65330         }, 
65331         "summary": "delete an existing relationship", 
65332         "tags": [
65333           "Network"
65334         ]
65335       }, 
65336       "put": {
65337         "consumes": [
65338           "application/json", 
65339           "application/xml"
65340         ], 
65341         "operationId": "createOrUpdateNetworkSdwanVpnsSdwanVpnRelationshipListRelationship", 
65342         "parameters": [
65343           {
65344             "description": "Uniquely identifies this sdwan-vpn by id", 
65345             "example": "__SDWAN-VPN-ID__", 
65346             "in": "path", 
65347             "name": "sdwan-vpn-id", 
65348             "required": true, 
65349             "type": "string"
65350           }, 
65351           {
65352             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSdwanVpnsSdwanVpn.json)", 
65353             "in": "body", 
65354             "name": "body", 
65355             "required": true, 
65356             "schema": {
65357               "$ref": "#/definitions/relationship-dict"
65358             }
65359           }
65360         ], 
65361         "produces": [
65362           "application/json", 
65363           "application/xml"
65364         ], 
65365         "responses": {
65366           "default": {
65367             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65368           }
65369         }, 
65370         "summary": "see node definition for valid relationships", 
65371         "tags": [
65372           "Network"
65373         ]
65374       }
65375     }, 
65376     "/network/site-pair-sets": {
65377       "get": {
65378         "description": "returns site-pair-sets", 
65379         "operationId": "getNetworkSitePairSets", 
65380         "parameters": [
65381           {
65382             "description": "n/a", 
65383             "in": "query", 
65384             "name": "site-pair-set-id", 
65385             "required": false, 
65386             "type": "string"
65387           }
65388         ], 
65389         "produces": [
65390           "application/json", 
65391           "application/xml"
65392         ], 
65393         "responses": {
65394           "200": {
65395             "description": "successful operation", 
65396             "schema": {
65397               "$ref": "#/definitions/site-pair-sets"
65398             }
65399           }, 
65400           "default": {
65401             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65402           }
65403         }, 
65404         "summary": "returns site-pair-sets", 
65405         "tags": [
65406           "Network"
65407         ]
65408       }
65409     }, 
65410     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}": {
65411       "delete": {
65412         "consumes": [
65413           "application/json", 
65414           "application/xml"
65415         ], 
65416         "description": "delete an existing site-pair-set", 
65417         "operationId": "deleteNetworkSitePairSetsSitePairSet", 
65418         "parameters": [
65419           {
65420             "description": "Unique id of site pair set.", 
65421             "example": "__SITE-PAIR-SET-ID__", 
65422             "in": "path", 
65423             "name": "site-pair-set-id", 
65424             "required": true, 
65425             "type": "string"
65426           }, 
65427           {
65428             "description": "resource-version for concurrency", 
65429             "in": "query", 
65430             "name": "resource-version", 
65431             "required": true, 
65432             "type": "string"
65433           }
65434         ], 
65435         "produces": [
65436           "application/json", 
65437           "application/xml"
65438         ], 
65439         "responses": {
65440           "default": {
65441             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65442           }
65443         }, 
65444         "summary": "delete an existing site-pair-set", 
65445         "tags": [
65446           "Network"
65447         ]
65448       }, 
65449       "get": {
65450         "description": "returns site-pair-set", 
65451         "operationId": "getNetworkSitePairSetsSitePairSet", 
65452         "parameters": [
65453           {
65454             "description": "Unique id of site pair set.", 
65455             "example": "__SITE-PAIR-SET-ID__", 
65456             "in": "path", 
65457             "name": "site-pair-set-id", 
65458             "required": true, 
65459             "type": "string"
65460           }
65461         ], 
65462         "produces": [
65463           "application/json", 
65464           "application/xml"
65465         ], 
65466         "responses": {
65467           "200": {
65468             "description": "successful operation", 
65469             "schema": {
65470               "$ref": "#/definitions/site-pair-set"
65471             }
65472           }, 
65473           "default": {
65474             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65475           }
65476         }, 
65477         "summary": "returns site-pair-set", 
65478         "tags": [
65479           "Network"
65480         ]
65481       }, 
65482       "patch": {
65483         "consumes": [
65484           "application/json"
65485         ], 
65486         "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", 
65487         "operationId": "UpdateNetworkSitePairSetsSitePairSet", 
65488         "parameters": [
65489           {
65490             "description": "Unique id of site pair set.", 
65491             "example": "__SITE-PAIR-SET-ID__", 
65492             "in": "path", 
65493             "name": "site-pair-set-id", 
65494             "required": true, 
65495             "type": "string"
65496           }, 
65497           {
65498             "description": "site-pair-set object that needs to be updated.", 
65499             "in": "body", 
65500             "name": "body", 
65501             "required": true, 
65502             "schema": {
65503               "$ref": "#/definitions/zzzz-patch-site-pair-set"
65504             }
65505           }
65506         ], 
65507         "produces": [
65508           "application/json"
65509         ], 
65510         "responses": {
65511           "default": {
65512             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65513           }
65514         }, 
65515         "summary": "update an existing site-pair-set", 
65516         "tags": [
65517           "Network"
65518         ]
65519       }, 
65520       "put": {
65521         "consumes": [
65522           "application/json", 
65523           "application/xml"
65524         ], 
65525         "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", 
65526         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSet", 
65527         "parameters": [
65528           {
65529             "description": "Unique id of site pair set.", 
65530             "example": "__SITE-PAIR-SET-ID__", 
65531             "in": "path", 
65532             "name": "site-pair-set-id", 
65533             "required": true, 
65534             "type": "string"
65535           }, 
65536           {
65537             "description": "site-pair-set object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSitePairSetsSitePairSet.json)", 
65538             "in": "body", 
65539             "name": "body", 
65540             "required": true, 
65541             "schema": {
65542               "$ref": "#/definitions/site-pair-set"
65543             }
65544           }
65545         ], 
65546         "produces": [
65547           "application/json", 
65548           "application/xml"
65549         ], 
65550         "responses": {
65551           "default": {
65552             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65553           }
65554         }, 
65555         "summary": "create or update an existing site-pair-set", 
65556         "tags": [
65557           "Network"
65558         ]
65559       }
65560     }, 
65561     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/relationship-list/relationship": {
65562       "delete": {
65563         "consumes": [
65564           "application/json", 
65565           "application/xml"
65566         ], 
65567         "description": "delete an existing relationship", 
65568         "operationId": "deleteNetworkSitePairSetsSitePairSetRelationshipListRelationship", 
65569         "parameters": [
65570           {
65571             "description": "Unique id of site pair set.", 
65572             "example": "__SITE-PAIR-SET-ID__", 
65573             "in": "path", 
65574             "name": "site-pair-set-id", 
65575             "required": true, 
65576             "type": "string"
65577           }
65578         ], 
65579         "produces": [
65580           "application/json", 
65581           "application/xml"
65582         ], 
65583         "responses": {
65584           "default": {
65585             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65586           }
65587         }, 
65588         "summary": "delete an existing relationship", 
65589         "tags": [
65590           "Network"
65591         ]
65592       }, 
65593       "put": {
65594         "consumes": [
65595           "application/json", 
65596           "application/xml"
65597         ], 
65598         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRelationshipListRelationship", 
65599         "parameters": [
65600           {
65601             "description": "Unique id of site pair set.", 
65602             "example": "__SITE-PAIR-SET-ID__", 
65603             "in": "path", 
65604             "name": "site-pair-set-id", 
65605             "required": true, 
65606             "type": "string"
65607           }, 
65608           {
65609             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSitePairSetsSitePairSet.json)", 
65610             "in": "body", 
65611             "name": "body", 
65612             "required": true, 
65613             "schema": {
65614               "$ref": "#/definitions/relationship-dict"
65615             }
65616           }
65617         ], 
65618         "produces": [
65619           "application/json", 
65620           "application/xml"
65621         ], 
65622         "responses": {
65623           "default": {
65624             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65625           }
65626         }, 
65627         "summary": "see node definition for valid relationships", 
65628         "tags": [
65629           "Network"
65630         ]
65631       }
65632     }, 
65633     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances": {
65634       "get": {
65635         "description": "returns routing-instances", 
65636         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstances", 
65637         "parameters": [
65638           {
65639             "description": "Unique id of site pair set.", 
65640             "example": "__SITE-PAIR-SET-ID__", 
65641             "in": "path", 
65642             "name": "site-pair-set-id", 
65643             "required": true, 
65644             "type": "string"
65645           }, 
65646           {
65647             "description": "n/a", 
65648             "in": "query", 
65649             "name": "routing-instance-id", 
65650             "required": false, 
65651             "type": "string"
65652           }
65653         ], 
65654         "produces": [
65655           "application/json", 
65656           "application/xml"
65657         ], 
65658         "responses": {
65659           "200": {
65660             "description": "successful operation", 
65661             "schema": {
65662               "$ref": "#/definitions/routing-instances"
65663             }
65664           }, 
65665           "default": {
65666             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65667           }
65668         }, 
65669         "summary": "returns routing-instances", 
65670         "tags": [
65671           "Network"
65672         ]
65673       }
65674     }, 
65675     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}": {
65676       "delete": {
65677         "consumes": [
65678           "application/json", 
65679           "application/xml"
65680         ], 
65681         "description": "delete an existing routing-instance", 
65682         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
65683         "parameters": [
65684           {
65685             "description": "Unique id of site pair set.", 
65686             "example": "__SITE-PAIR-SET-ID__", 
65687             "in": "path", 
65688             "name": "site-pair-set-id", 
65689             "required": true, 
65690             "type": "string"
65691           }, 
65692           {
65693             "description": "Unique id of routing instance", 
65694             "example": "__ROUTING-INSTANCE-ID__", 
65695             "in": "path", 
65696             "name": "routing-instance-id", 
65697             "required": true, 
65698             "type": "string"
65699           }, 
65700           {
65701             "description": "resource-version for concurrency", 
65702             "in": "query", 
65703             "name": "resource-version", 
65704             "required": true, 
65705             "type": "string"
65706           }
65707         ], 
65708         "produces": [
65709           "application/json", 
65710           "application/xml"
65711         ], 
65712         "responses": {
65713           "default": {
65714             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65715           }
65716         }, 
65717         "summary": "delete an existing routing-instance", 
65718         "tags": [
65719           "Network"
65720         ]
65721       }, 
65722       "get": {
65723         "description": "returns routing-instance", 
65724         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
65725         "parameters": [
65726           {
65727             "description": "Unique id of site pair set.", 
65728             "example": "__SITE-PAIR-SET-ID__", 
65729             "in": "path", 
65730             "name": "site-pair-set-id", 
65731             "required": true, 
65732             "type": "string"
65733           }, 
65734           {
65735             "description": "Unique id of routing instance", 
65736             "example": "__ROUTING-INSTANCE-ID__", 
65737             "in": "path", 
65738             "name": "routing-instance-id", 
65739             "required": true, 
65740             "type": "string"
65741           }
65742         ], 
65743         "produces": [
65744           "application/json", 
65745           "application/xml"
65746         ], 
65747         "responses": {
65748           "200": {
65749             "description": "successful operation", 
65750             "schema": {
65751               "$ref": "#/definitions/routing-instance"
65752             }
65753           }, 
65754           "default": {
65755             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65756           }
65757         }, 
65758         "summary": "returns routing-instance", 
65759         "tags": [
65760           "Network"
65761         ]
65762       }, 
65763       "patch": {
65764         "consumes": [
65765           "application/json"
65766         ], 
65767         "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", 
65768         "operationId": "UpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
65769         "parameters": [
65770           {
65771             "description": "Unique id of site pair set.", 
65772             "example": "__SITE-PAIR-SET-ID__", 
65773             "in": "path", 
65774             "name": "site-pair-set-id", 
65775             "required": true, 
65776             "type": "string"
65777           }, 
65778           {
65779             "description": "Unique id of routing instance", 
65780             "example": "__ROUTING-INSTANCE-ID__", 
65781             "in": "path", 
65782             "name": "routing-instance-id", 
65783             "required": true, 
65784             "type": "string"
65785           }, 
65786           {
65787             "description": "routing-instance object that needs to be updated.", 
65788             "in": "body", 
65789             "name": "body", 
65790             "required": true, 
65791             "schema": {
65792               "$ref": "#/definitions/zzzz-patch-routing-instance"
65793             }
65794           }
65795         ], 
65796         "produces": [
65797           "application/json"
65798         ], 
65799         "responses": {
65800           "default": {
65801             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65802           }
65803         }, 
65804         "summary": "update an existing routing-instance", 
65805         "tags": [
65806           "Network"
65807         ]
65808       }, 
65809       "put": {
65810         "consumes": [
65811           "application/json", 
65812           "application/xml"
65813         ], 
65814         "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", 
65815         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance", 
65816         "parameters": [
65817           {
65818             "description": "Unique id of site pair set.", 
65819             "example": "__SITE-PAIR-SET-ID__", 
65820             "in": "path", 
65821             "name": "site-pair-set-id", 
65822             "required": true, 
65823             "type": "string"
65824           }, 
65825           {
65826             "description": "Unique id of routing instance", 
65827             "example": "__ROUTING-INSTANCE-ID__", 
65828             "in": "path", 
65829             "name": "routing-instance-id", 
65830             "required": true, 
65831             "type": "string"
65832           }, 
65833           {
65834             "description": "routing-instance object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance.json)", 
65835             "in": "body", 
65836             "name": "body", 
65837             "required": true, 
65838             "schema": {
65839               "$ref": "#/definitions/routing-instance"
65840             }
65841           }
65842         ], 
65843         "produces": [
65844           "application/json", 
65845           "application/xml"
65846         ], 
65847         "responses": {
65848           "default": {
65849             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65850           }
65851         }, 
65852         "summary": "create or update an existing routing-instance", 
65853         "tags": [
65854           "Network"
65855         ]
65856       }
65857     }, 
65858     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/relationship-list/relationship": {
65859       "delete": {
65860         "consumes": [
65861           "application/json", 
65862           "application/xml"
65863         ], 
65864         "description": "delete an existing relationship", 
65865         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceRelationshipListRelationship", 
65866         "parameters": [
65867           {
65868             "description": "Unique id of site pair set.", 
65869             "example": "__SITE-PAIR-SET-ID__", 
65870             "in": "path", 
65871             "name": "site-pair-set-id", 
65872             "required": true, 
65873             "type": "string"
65874           }, 
65875           {
65876             "description": "Unique id of routing instance", 
65877             "example": "__ROUTING-INSTANCE-ID__", 
65878             "in": "path", 
65879             "name": "routing-instance-id", 
65880             "required": true, 
65881             "type": "string"
65882           }
65883         ], 
65884         "produces": [
65885           "application/json", 
65886           "application/xml"
65887         ], 
65888         "responses": {
65889           "default": {
65890             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65891           }
65892         }, 
65893         "summary": "delete an existing relationship", 
65894         "tags": [
65895           "Network"
65896         ]
65897       }, 
65898       "put": {
65899         "consumes": [
65900           "application/json", 
65901           "application/xml"
65902         ], 
65903         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceRelationshipListRelationship", 
65904         "parameters": [
65905           {
65906             "description": "Unique id of site pair set.", 
65907             "example": "__SITE-PAIR-SET-ID__", 
65908             "in": "path", 
65909             "name": "site-pair-set-id", 
65910             "required": true, 
65911             "type": "string"
65912           }, 
65913           {
65914             "description": "Unique id of routing instance", 
65915             "example": "__ROUTING-INSTANCE-ID__", 
65916             "in": "path", 
65917             "name": "routing-instance-id", 
65918             "required": true, 
65919             "type": "string"
65920           }, 
65921           {
65922             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstance.json)", 
65923             "in": "body", 
65924             "name": "body", 
65925             "required": true, 
65926             "schema": {
65927               "$ref": "#/definitions/relationship-dict"
65928             }
65929           }
65930         ], 
65931         "produces": [
65932           "application/json", 
65933           "application/xml"
65934         ], 
65935         "responses": {
65936           "default": {
65937             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65938           }
65939         }, 
65940         "summary": "see node definition for valid relationships", 
65941         "tags": [
65942           "Network"
65943         ]
65944       }
65945     }, 
65946     "/network/site-pair-sets/site-pair-set/{site-pair-set-id}/routing-instances/routing-instance/{routing-instance-id}/site-pairs": {
65947       "get": {
65948         "description": "returns site-pairs", 
65949         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairs", 
65950         "parameters": [
65951           {
65952             "description": "Unique id of site pair set.", 
65953             "example": "__SITE-PAIR-SET-ID__", 
65954             "in": "path", 
65955             "name": "site-pair-set-id", 
65956             "required": true, 
65957             "type": "string"
65958           }, 
65959           {
65960             "description": "Unique id of routing instance", 
65961             "example": "__ROUTING-INSTANCE-ID__", 
65962             "in": "path", 
65963             "name": "routing-instance-id", 
65964             "required": true, 
65965             "type": "string"
65966           }, 
65967           {
65968             "description": "n/a", 
65969             "in": "query", 
65970             "name": "site-pair-id", 
65971             "required": false, 
65972             "type": "string"
65973           }
65974         ], 
65975         "produces": [
65976           "application/json", 
65977           "application/xml"
65978         ], 
65979         "responses": {
65980           "200": {
65981             "description": "successful operation", 
65982             "schema": {
65983               "$ref": "#/definitions/site-pairs"
65984             }
65985           }, 
65986           "default": {
65987             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
65988           }
65989         }, 
65990         "summary": "returns site-pairs", 
65991         "tags": [
65992           "Network"
65993         ]
65994       }
65995     }, 
65996     "/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}": {
65997       "delete": {
65998         "consumes": [
65999           "application/json", 
66000           "application/xml"
66001         ], 
66002         "description": "delete an existing site-pair", 
66003         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
66004         "parameters": [
66005           {
66006             "description": "Unique id of site pair set.", 
66007             "example": "__SITE-PAIR-SET-ID__", 
66008             "in": "path", 
66009             "name": "site-pair-set-id", 
66010             "required": true, 
66011             "type": "string"
66012           }, 
66013           {
66014             "description": "Unique id of routing instance", 
66015             "example": "__ROUTING-INSTANCE-ID__", 
66016             "in": "path", 
66017             "name": "routing-instance-id", 
66018             "required": true, 
66019             "type": "string"
66020           }, 
66021           {
66022             "description": "unique identifier of probe", 
66023             "example": "__SITE-PAIR-ID__", 
66024             "in": "path", 
66025             "name": "site-pair-id", 
66026             "required": true, 
66027             "type": "string"
66028           }, 
66029           {
66030             "description": "resource-version for concurrency", 
66031             "in": "query", 
66032             "name": "resource-version", 
66033             "required": true, 
66034             "type": "string"
66035           }
66036         ], 
66037         "produces": [
66038           "application/json", 
66039           "application/xml"
66040         ], 
66041         "responses": {
66042           "default": {
66043             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66044           }
66045         }, 
66046         "summary": "delete an existing site-pair", 
66047         "tags": [
66048           "Network"
66049         ]
66050       }, 
66051       "get": {
66052         "description": "returns site-pair", 
66053         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
66054         "parameters": [
66055           {
66056             "description": "Unique id of site pair set.", 
66057             "example": "__SITE-PAIR-SET-ID__", 
66058             "in": "path", 
66059             "name": "site-pair-set-id", 
66060             "required": true, 
66061             "type": "string"
66062           }, 
66063           {
66064             "description": "Unique id of routing instance", 
66065             "example": "__ROUTING-INSTANCE-ID__", 
66066             "in": "path", 
66067             "name": "routing-instance-id", 
66068             "required": true, 
66069             "type": "string"
66070           }, 
66071           {
66072             "description": "unique identifier of probe", 
66073             "example": "__SITE-PAIR-ID__", 
66074             "in": "path", 
66075             "name": "site-pair-id", 
66076             "required": true, 
66077             "type": "string"
66078           }
66079         ], 
66080         "produces": [
66081           "application/json", 
66082           "application/xml"
66083         ], 
66084         "responses": {
66085           "200": {
66086             "description": "successful operation", 
66087             "schema": {
66088               "$ref": "#/definitions/site-pair"
66089             }
66090           }, 
66091           "default": {
66092             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66093           }
66094         }, 
66095         "summary": "returns site-pair", 
66096         "tags": [
66097           "Network"
66098         ]
66099       }, 
66100       "patch": {
66101         "consumes": [
66102           "application/json"
66103         ], 
66104         "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", 
66105         "operationId": "UpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
66106         "parameters": [
66107           {
66108             "description": "Unique id of site pair set.", 
66109             "example": "__SITE-PAIR-SET-ID__", 
66110             "in": "path", 
66111             "name": "site-pair-set-id", 
66112             "required": true, 
66113             "type": "string"
66114           }, 
66115           {
66116             "description": "Unique id of routing instance", 
66117             "example": "__ROUTING-INSTANCE-ID__", 
66118             "in": "path", 
66119             "name": "routing-instance-id", 
66120             "required": true, 
66121             "type": "string"
66122           }, 
66123           {
66124             "description": "unique identifier of probe", 
66125             "example": "__SITE-PAIR-ID__", 
66126             "in": "path", 
66127             "name": "site-pair-id", 
66128             "required": true, 
66129             "type": "string"
66130           }, 
66131           {
66132             "description": "site-pair object that needs to be updated.", 
66133             "in": "body", 
66134             "name": "body", 
66135             "required": true, 
66136             "schema": {
66137               "$ref": "#/definitions/zzzz-patch-site-pair"
66138             }
66139           }
66140         ], 
66141         "produces": [
66142           "application/json"
66143         ], 
66144         "responses": {
66145           "default": {
66146             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66147           }
66148         }, 
66149         "summary": "update an existing site-pair", 
66150         "tags": [
66151           "Network"
66152         ]
66153       }, 
66154       "put": {
66155         "consumes": [
66156           "application/json", 
66157           "application/xml"
66158         ], 
66159         "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", 
66160         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair", 
66161         "parameters": [
66162           {
66163             "description": "Unique id of site pair set.", 
66164             "example": "__SITE-PAIR-SET-ID__", 
66165             "in": "path", 
66166             "name": "site-pair-set-id", 
66167             "required": true, 
66168             "type": "string"
66169           }, 
66170           {
66171             "description": "Unique id of routing instance", 
66172             "example": "__ROUTING-INSTANCE-ID__", 
66173             "in": "path", 
66174             "name": "routing-instance-id", 
66175             "required": true, 
66176             "type": "string"
66177           }, 
66178           {
66179             "description": "unique identifier of probe", 
66180             "example": "__SITE-PAIR-ID__", 
66181             "in": "path", 
66182             "name": "site-pair-id", 
66183             "required": true, 
66184             "type": "string"
66185           }, 
66186           {
66187             "description": "site-pair object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair.json)", 
66188             "in": "body", 
66189             "name": "body", 
66190             "required": true, 
66191             "schema": {
66192               "$ref": "#/definitions/site-pair"
66193             }
66194           }
66195         ], 
66196         "produces": [
66197           "application/json", 
66198           "application/xml"
66199         ], 
66200         "responses": {
66201           "default": {
66202             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66203           }
66204         }, 
66205         "summary": "create or update an existing site-pair", 
66206         "tags": [
66207           "Network"
66208         ]
66209       }
66210     }, 
66211     "/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": {
66212       "get": {
66213         "description": "returns classes-of-service", 
66214         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfService", 
66215         "parameters": [
66216           {
66217             "description": "Unique id of site pair set.", 
66218             "example": "__SITE-PAIR-SET-ID__", 
66219             "in": "path", 
66220             "name": "site-pair-set-id", 
66221             "required": true, 
66222             "type": "string"
66223           }, 
66224           {
66225             "description": "Unique id of routing instance", 
66226             "example": "__ROUTING-INSTANCE-ID__", 
66227             "in": "path", 
66228             "name": "routing-instance-id", 
66229             "required": true, 
66230             "type": "string"
66231           }, 
66232           {
66233             "description": "unique identifier of probe", 
66234             "example": "__SITE-PAIR-ID__", 
66235             "in": "path", 
66236             "name": "site-pair-id", 
66237             "required": true, 
66238             "type": "string"
66239           }, 
66240           {
66241             "description": "n/a", 
66242             "in": "query", 
66243             "name": "cos", 
66244             "required": false, 
66245             "type": "string"
66246           }
66247         ], 
66248         "produces": [
66249           "application/json", 
66250           "application/xml"
66251         ], 
66252         "responses": {
66253           "200": {
66254             "description": "successful operation", 
66255             "schema": {
66256               "$ref": "#/definitions/classes-of-service"
66257             }
66258           }, 
66259           "default": {
66260             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66261           }
66262         }, 
66263         "summary": "returns classes-of-service", 
66264         "tags": [
66265           "Network"
66266         ]
66267       }
66268     }, 
66269     "/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}": {
66270       "delete": {
66271         "consumes": [
66272           "application/json", 
66273           "application/xml"
66274         ], 
66275         "description": "delete an existing class-of-service", 
66276         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
66277         "parameters": [
66278           {
66279             "description": "Unique id of site pair set.", 
66280             "example": "__SITE-PAIR-SET-ID__", 
66281             "in": "path", 
66282             "name": "site-pair-set-id", 
66283             "required": true, 
66284             "type": "string"
66285           }, 
66286           {
66287             "description": "Unique id of routing instance", 
66288             "example": "__ROUTING-INSTANCE-ID__", 
66289             "in": "path", 
66290             "name": "routing-instance-id", 
66291             "required": true, 
66292             "type": "string"
66293           }, 
66294           {
66295             "description": "unique identifier of probe", 
66296             "example": "__SITE-PAIR-ID__", 
66297             "in": "path", 
66298             "name": "site-pair-id", 
66299             "required": true, 
66300             "type": "string"
66301           }, 
66302           {
66303             "description": "unique identifier of probe", 
66304             "example": "__COS__", 
66305             "in": "path", 
66306             "name": "cos", 
66307             "required": true, 
66308             "type": "string"
66309           }, 
66310           {
66311             "description": "resource-version for concurrency", 
66312             "in": "query", 
66313             "name": "resource-version", 
66314             "required": true, 
66315             "type": "string"
66316           }
66317         ], 
66318         "produces": [
66319           "application/json", 
66320           "application/xml"
66321         ], 
66322         "responses": {
66323           "default": {
66324             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66325           }
66326         }, 
66327         "summary": "delete an existing class-of-service", 
66328         "tags": [
66329           "Network"
66330         ]
66331       }, 
66332       "get": {
66333         "description": "returns class-of-service", 
66334         "operationId": "getNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
66335         "parameters": [
66336           {
66337             "description": "Unique id of site pair set.", 
66338             "example": "__SITE-PAIR-SET-ID__", 
66339             "in": "path", 
66340             "name": "site-pair-set-id", 
66341             "required": true, 
66342             "type": "string"
66343           }, 
66344           {
66345             "description": "Unique id of routing instance", 
66346             "example": "__ROUTING-INSTANCE-ID__", 
66347             "in": "path", 
66348             "name": "routing-instance-id", 
66349             "required": true, 
66350             "type": "string"
66351           }, 
66352           {
66353             "description": "unique identifier of probe", 
66354             "example": "__SITE-PAIR-ID__", 
66355             "in": "path", 
66356             "name": "site-pair-id", 
66357             "required": true, 
66358             "type": "string"
66359           }, 
66360           {
66361             "description": "unique identifier of probe", 
66362             "example": "__COS__", 
66363             "in": "path", 
66364             "name": "cos", 
66365             "required": true, 
66366             "type": "string"
66367           }
66368         ], 
66369         "produces": [
66370           "application/json", 
66371           "application/xml"
66372         ], 
66373         "responses": {
66374           "200": {
66375             "description": "successful operation", 
66376             "schema": {
66377               "$ref": "#/definitions/class-of-service"
66378             }
66379           }, 
66380           "default": {
66381             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66382           }
66383         }, 
66384         "summary": "returns class-of-service", 
66385         "tags": [
66386           "Network"
66387         ]
66388       }, 
66389       "patch": {
66390         "consumes": [
66391           "application/json"
66392         ], 
66393         "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", 
66394         "operationId": "UpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
66395         "parameters": [
66396           {
66397             "description": "Unique id of site pair set.", 
66398             "example": "__SITE-PAIR-SET-ID__", 
66399             "in": "path", 
66400             "name": "site-pair-set-id", 
66401             "required": true, 
66402             "type": "string"
66403           }, 
66404           {
66405             "description": "Unique id of routing instance", 
66406             "example": "__ROUTING-INSTANCE-ID__", 
66407             "in": "path", 
66408             "name": "routing-instance-id", 
66409             "required": true, 
66410             "type": "string"
66411           }, 
66412           {
66413             "description": "unique identifier of probe", 
66414             "example": "__SITE-PAIR-ID__", 
66415             "in": "path", 
66416             "name": "site-pair-id", 
66417             "required": true, 
66418             "type": "string"
66419           }, 
66420           {
66421             "description": "unique identifier of probe", 
66422             "example": "__COS__", 
66423             "in": "path", 
66424             "name": "cos", 
66425             "required": true, 
66426             "type": "string"
66427           }, 
66428           {
66429             "description": "class-of-service object that needs to be updated.", 
66430             "in": "body", 
66431             "name": "body", 
66432             "required": true, 
66433             "schema": {
66434               "$ref": "#/definitions/zzzz-patch-class-of-service"
66435             }
66436           }
66437         ], 
66438         "produces": [
66439           "application/json"
66440         ], 
66441         "responses": {
66442           "default": {
66443             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66444           }
66445         }, 
66446         "summary": "update an existing class-of-service", 
66447         "tags": [
66448           "Network"
66449         ]
66450       }, 
66451       "put": {
66452         "consumes": [
66453           "application/json", 
66454           "application/xml"
66455         ], 
66456         "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", 
66457         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService", 
66458         "parameters": [
66459           {
66460             "description": "Unique id of site pair set.", 
66461             "example": "__SITE-PAIR-SET-ID__", 
66462             "in": "path", 
66463             "name": "site-pair-set-id", 
66464             "required": true, 
66465             "type": "string"
66466           }, 
66467           {
66468             "description": "Unique id of routing instance", 
66469             "example": "__ROUTING-INSTANCE-ID__", 
66470             "in": "path", 
66471             "name": "routing-instance-id", 
66472             "required": true, 
66473             "type": "string"
66474           }, 
66475           {
66476             "description": "unique identifier of probe", 
66477             "example": "__SITE-PAIR-ID__", 
66478             "in": "path", 
66479             "name": "site-pair-id", 
66480             "required": true, 
66481             "type": "string"
66482           }, 
66483           {
66484             "description": "unique identifier of probe", 
66485             "example": "__COS__", 
66486             "in": "path", 
66487             "name": "cos", 
66488             "required": true, 
66489             "type": "string"
66490           }, 
66491           {
66492             "description": "class-of-service object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService.json)", 
66493             "in": "body", 
66494             "name": "body", 
66495             "required": true, 
66496             "schema": {
66497               "$ref": "#/definitions/class-of-service"
66498             }
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": "create or update an existing class-of-service", 
66511         "tags": [
66512           "Network"
66513         ]
66514       }
66515     }, 
66516     "/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": {
66517       "delete": {
66518         "consumes": [
66519           "application/json", 
66520           "application/xml"
66521         ], 
66522         "description": "delete an existing relationship", 
66523         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfServiceRelationshipListRelationship", 
66524         "parameters": [
66525           {
66526             "description": "Unique id of site pair set.", 
66527             "example": "__SITE-PAIR-SET-ID__", 
66528             "in": "path", 
66529             "name": "site-pair-set-id", 
66530             "required": true, 
66531             "type": "string"
66532           }, 
66533           {
66534             "description": "Unique id of routing instance", 
66535             "example": "__ROUTING-INSTANCE-ID__", 
66536             "in": "path", 
66537             "name": "routing-instance-id", 
66538             "required": true, 
66539             "type": "string"
66540           }, 
66541           {
66542             "description": "unique identifier of probe", 
66543             "example": "__SITE-PAIR-ID__", 
66544             "in": "path", 
66545             "name": "site-pair-id", 
66546             "required": true, 
66547             "type": "string"
66548           }, 
66549           {
66550             "description": "unique identifier of probe", 
66551             "example": "__COS__", 
66552             "in": "path", 
66553             "name": "cos", 
66554             "required": true, 
66555             "type": "string"
66556           }
66557         ], 
66558         "produces": [
66559           "application/json", 
66560           "application/xml"
66561         ], 
66562         "responses": {
66563           "default": {
66564             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66565           }
66566         }, 
66567         "summary": "delete an existing relationship", 
66568         "tags": [
66569           "Network"
66570         ]
66571       }, 
66572       "put": {
66573         "consumes": [
66574           "application/json", 
66575           "application/xml"
66576         ], 
66577         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfServiceRelationshipListRelationship", 
66578         "parameters": [
66579           {
66580             "description": "Unique id of site pair set.", 
66581             "example": "__SITE-PAIR-SET-ID__", 
66582             "in": "path", 
66583             "name": "site-pair-set-id", 
66584             "required": true, 
66585             "type": "string"
66586           }, 
66587           {
66588             "description": "Unique id of routing instance", 
66589             "example": "__ROUTING-INSTANCE-ID__", 
66590             "in": "path", 
66591             "name": "routing-instance-id", 
66592             "required": true, 
66593             "type": "string"
66594           }, 
66595           {
66596             "description": "unique identifier of probe", 
66597             "example": "__SITE-PAIR-ID__", 
66598             "in": "path", 
66599             "name": "site-pair-id", 
66600             "required": true, 
66601             "type": "string"
66602           }, 
66603           {
66604             "description": "unique identifier of probe", 
66605             "example": "__COS__", 
66606             "in": "path", 
66607             "name": "cos", 
66608             "required": true, 
66609             "type": "string"
66610           }, 
66611           {
66612             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairClassesOfServiceClassOfService.json)", 
66613             "in": "body", 
66614             "name": "body", 
66615             "required": true, 
66616             "schema": {
66617               "$ref": "#/definitions/relationship-dict"
66618             }
66619           }
66620         ], 
66621         "produces": [
66622           "application/json", 
66623           "application/xml"
66624         ], 
66625         "responses": {
66626           "default": {
66627             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66628           }
66629         }, 
66630         "summary": "see node definition for valid relationships", 
66631         "tags": [
66632           "Network"
66633         ]
66634       }
66635     }, 
66636     "/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": {
66637       "delete": {
66638         "consumes": [
66639           "application/json", 
66640           "application/xml"
66641         ], 
66642         "description": "delete an existing relationship", 
66643         "operationId": "deleteNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairRelationshipListRelationship", 
66644         "parameters": [
66645           {
66646             "description": "Unique id of site pair set.", 
66647             "example": "__SITE-PAIR-SET-ID__", 
66648             "in": "path", 
66649             "name": "site-pair-set-id", 
66650             "required": true, 
66651             "type": "string"
66652           }, 
66653           {
66654             "description": "Unique id of routing instance", 
66655             "example": "__ROUTING-INSTANCE-ID__", 
66656             "in": "path", 
66657             "name": "routing-instance-id", 
66658             "required": true, 
66659             "type": "string"
66660           }, 
66661           {
66662             "description": "unique identifier of probe", 
66663             "example": "__SITE-PAIR-ID__", 
66664             "in": "path", 
66665             "name": "site-pair-id", 
66666             "required": true, 
66667             "type": "string"
66668           }
66669         ], 
66670         "produces": [
66671           "application/json", 
66672           "application/xml"
66673         ], 
66674         "responses": {
66675           "default": {
66676             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66677           }
66678         }, 
66679         "summary": "delete an existing relationship", 
66680         "tags": [
66681           "Network"
66682         ]
66683       }, 
66684       "put": {
66685         "consumes": [
66686           "application/json", 
66687           "application/xml"
66688         ], 
66689         "operationId": "createOrUpdateNetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePairRelationshipListRelationship", 
66690         "parameters": [
66691           {
66692             "description": "Unique id of site pair set.", 
66693             "example": "__SITE-PAIR-SET-ID__", 
66694             "in": "path", 
66695             "name": "site-pair-set-id", 
66696             "required": true, 
66697             "type": "string"
66698           }, 
66699           {
66700             "description": "Unique id of routing instance", 
66701             "example": "__ROUTING-INSTANCE-ID__", 
66702             "in": "path", 
66703             "name": "routing-instance-id", 
66704             "required": true, 
66705             "type": "string"
66706           }, 
66707           {
66708             "description": "unique identifier of probe", 
66709             "example": "__SITE-PAIR-ID__", 
66710             "in": "path", 
66711             "name": "site-pair-id", 
66712             "required": true, 
66713             "type": "string"
66714           }, 
66715           {
66716             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSitePairSetsSitePairSetRoutingInstancesRoutingInstanceSitePairsSitePair.json)", 
66717             "in": "body", 
66718             "name": "body", 
66719             "required": true, 
66720             "schema": {
66721               "$ref": "#/definitions/relationship-dict"
66722             }
66723           }
66724         ], 
66725         "produces": [
66726           "application/json", 
66727           "application/xml"
66728         ], 
66729         "responses": {
66730           "default": {
66731             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66732           }
66733         }, 
66734         "summary": "see node definition for valid relationships", 
66735         "tags": [
66736           "Network"
66737         ]
66738       }
66739     }, 
66740     "/network/site-resources": {
66741       "get": {
66742         "description": "returns site-resources", 
66743         "operationId": "getNetworkSiteResources", 
66744         "parameters": [
66745           {
66746             "description": "n/a", 
66747             "in": "query", 
66748             "name": "site-resource-id", 
66749             "required": false, 
66750             "type": "string"
66751           }, 
66752           {
66753             "description": "n/a", 
66754             "in": "query", 
66755             "name": "site-resource-name", 
66756             "required": false, 
66757             "type": "string"
66758           }, 
66759           {
66760             "description": "n/a", 
66761             "in": "query", 
66762             "name": "type", 
66763             "required": false, 
66764             "type": "string"
66765           }, 
66766           {
66767             "description": "n/a", 
66768             "in": "query", 
66769             "name": "role", 
66770             "required": false, 
66771             "type": "string"
66772           }, 
66773           {
66774             "description": "n/a", 
66775             "in": "query", 
66776             "name": "generated-site-id", 
66777             "required": false, 
66778             "type": "string"
66779           }, 
66780           {
66781             "description": "n/a", 
66782             "in": "query", 
66783             "name": "operational-status", 
66784             "required": false, 
66785             "type": "string"
66786           }
66787         ], 
66788         "produces": [
66789           "application/json", 
66790           "application/xml"
66791         ], 
66792         "responses": {
66793           "200": {
66794             "description": "successful operation", 
66795             "schema": {
66796               "$ref": "#/definitions/site-resources"
66797             }
66798           }, 
66799           "default": {
66800             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66801           }
66802         }, 
66803         "summary": "returns site-resources", 
66804         "tags": [
66805           "Network"
66806         ]
66807       }
66808     }, 
66809     "/network/site-resources/site-resource/{site-resource-id}": {
66810       "delete": {
66811         "consumes": [
66812           "application/json", 
66813           "application/xml"
66814         ], 
66815         "description": "delete an existing site-resource", 
66816         "operationId": "deleteNetworkSiteResourcesSiteResource", 
66817         "parameters": [
66818           {
66819             "description": "Uniquely identifies this site-resource by id", 
66820             "example": "__SITE-RESOURCE-ID__", 
66821             "in": "path", 
66822             "name": "site-resource-id", 
66823             "required": true, 
66824             "type": "string"
66825           }, 
66826           {
66827             "description": "resource-version for concurrency", 
66828             "in": "query", 
66829             "name": "resource-version", 
66830             "required": true, 
66831             "type": "string"
66832           }
66833         ], 
66834         "produces": [
66835           "application/json", 
66836           "application/xml"
66837         ], 
66838         "responses": {
66839           "default": {
66840             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66841           }
66842         }, 
66843         "summary": "delete an existing site-resource", 
66844         "tags": [
66845           "Network"
66846         ]
66847       }, 
66848       "get": {
66849         "description": "returns site-resource", 
66850         "operationId": "getNetworkSiteResourcesSiteResource", 
66851         "parameters": [
66852           {
66853             "description": "Uniquely identifies this site-resource by id", 
66854             "example": "__SITE-RESOURCE-ID__", 
66855             "in": "path", 
66856             "name": "site-resource-id", 
66857             "required": true, 
66858             "type": "string"
66859           }
66860         ], 
66861         "produces": [
66862           "application/json", 
66863           "application/xml"
66864         ], 
66865         "responses": {
66866           "200": {
66867             "description": "successful operation", 
66868             "schema": {
66869               "$ref": "#/definitions/site-resource"
66870             }
66871           }, 
66872           "default": {
66873             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66874           }
66875         }, 
66876         "summary": "returns site-resource", 
66877         "tags": [
66878           "Network"
66879         ]
66880       }, 
66881       "patch": {
66882         "consumes": [
66883           "application/json"
66884         ], 
66885         "description": "Update an existing site-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", 
66886         "operationId": "UpdateNetworkSiteResourcesSiteResource", 
66887         "parameters": [
66888           {
66889             "description": "Uniquely identifies this site-resource by id", 
66890             "example": "__SITE-RESOURCE-ID__", 
66891             "in": "path", 
66892             "name": "site-resource-id", 
66893             "required": true, 
66894             "type": "string"
66895           }, 
66896           {
66897             "description": "site-resource object that needs to be updated.", 
66898             "in": "body", 
66899             "name": "body", 
66900             "required": true, 
66901             "schema": {
66902               "$ref": "#/definitions/zzzz-patch-site-resource"
66903             }
66904           }
66905         ], 
66906         "produces": [
66907           "application/json"
66908         ], 
66909         "responses": {
66910           "default": {
66911             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66912           }
66913         }, 
66914         "summary": "update an existing site-resource", 
66915         "tags": [
66916           "Network"
66917         ]
66918       }, 
66919       "put": {
66920         "consumes": [
66921           "application/json", 
66922           "application/xml"
66923         ], 
66924         "description": "Create or update an existing site-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", 
66925         "operationId": "createOrUpdateNetworkSiteResourcesSiteResource", 
66926         "parameters": [
66927           {
66928             "description": "Uniquely identifies this site-resource by id", 
66929             "example": "__SITE-RESOURCE-ID__", 
66930             "in": "path", 
66931             "name": "site-resource-id", 
66932             "required": true, 
66933             "type": "string"
66934           }, 
66935           {
66936             "description": "site-resource object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSiteResourcesSiteResource.json)", 
66937             "in": "body", 
66938             "name": "body", 
66939             "required": true, 
66940             "schema": {
66941               "$ref": "#/definitions/site-resource"
66942             }
66943           }
66944         ], 
66945         "produces": [
66946           "application/json", 
66947           "application/xml"
66948         ], 
66949         "responses": {
66950           "default": {
66951             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66952           }
66953         }, 
66954         "summary": "create or update an existing site-resource", 
66955         "tags": [
66956           "Network"
66957         ]
66958       }
66959     }, 
66960     "/network/site-resources/site-resource/{site-resource-id}/relationship-list/relationship": {
66961       "delete": {
66962         "consumes": [
66963           "application/json", 
66964           "application/xml"
66965         ], 
66966         "description": "delete an existing relationship", 
66967         "operationId": "deleteNetworkSiteResourcesSiteResourceRelationshipListRelationship", 
66968         "parameters": [
66969           {
66970             "description": "Uniquely identifies this site-resource by id", 
66971             "example": "__SITE-RESOURCE-ID__", 
66972             "in": "path", 
66973             "name": "site-resource-id", 
66974             "required": true, 
66975             "type": "string"
66976           }
66977         ], 
66978         "produces": [
66979           "application/json", 
66980           "application/xml"
66981         ], 
66982         "responses": {
66983           "default": {
66984             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
66985           }
66986         }, 
66987         "summary": "delete an existing relationship", 
66988         "tags": [
66989           "Network"
66990         ]
66991       }, 
66992       "put": {
66993         "consumes": [
66994           "application/json", 
66995           "application/xml"
66996         ], 
66997         "operationId": "createOrUpdateNetworkSiteResourcesSiteResourceRelationshipListRelationship", 
66998         "parameters": [
66999           {
67000             "description": "Uniquely identifies this site-resource by id", 
67001             "example": "__SITE-RESOURCE-ID__", 
67002             "in": "path", 
67003             "name": "site-resource-id", 
67004             "required": true, 
67005             "type": "string"
67006           }, 
67007           {
67008             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkSiteResourcesSiteResource.json)", 
67009             "in": "body", 
67010             "name": "body", 
67011             "required": true, 
67012             "schema": {
67013               "$ref": "#/definitions/relationship-dict"
67014             }
67015           }
67016         ], 
67017         "produces": [
67018           "application/json", 
67019           "application/xml"
67020         ], 
67021         "responses": {
67022           "default": {
67023             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67024           }
67025         }, 
67026         "summary": "see node definition for valid relationships", 
67027         "tags": [
67028           "Network"
67029         ]
67030       }
67031     }, 
67032     "/network/vces": {
67033       "get": {
67034         "description": "returns vces", 
67035         "operationId": "getNetworkVces", 
67036         "parameters": [
67037           {
67038             "description": "n/a", 
67039             "in": "query", 
67040             "name": "vnf-id", 
67041             "required": false, 
67042             "type": "string"
67043           }, 
67044           {
67045             "description": "n/a", 
67046             "in": "query", 
67047             "name": "vnf-name", 
67048             "required": false, 
67049             "type": "string"
67050           }, 
67051           {
67052             "description": "n/a", 
67053             "in": "query", 
67054             "name": "vnf-name2", 
67055             "required": false, 
67056             "type": "string"
67057           }, 
67058           {
67059             "description": "n/a", 
67060             "in": "query", 
67061             "name": "vnf-type", 
67062             "required": false, 
67063             "type": "string"
67064           }, 
67065           {
67066             "description": "n/a", 
67067             "in": "query", 
67068             "name": "service-id", 
67069             "required": false, 
67070             "type": "string"
67071           }, 
67072           {
67073             "description": "n/a", 
67074             "in": "query", 
67075             "name": "regional-resource-zone", 
67076             "required": false, 
67077             "type": "string"
67078           }, 
67079           {
67080             "description": "n/a", 
67081             "in": "query", 
67082             "name": "prov-status", 
67083             "required": false, 
67084             "type": "string"
67085           }, 
67086           {
67087             "description": "n/a", 
67088             "in": "query", 
67089             "name": "heat-stack-id", 
67090             "required": false, 
67091             "type": "string"
67092           }, 
67093           {
67094             "description": "n/a", 
67095             "in": "query", 
67096             "name": "vpe-id", 
67097             "required": false, 
67098             "type": "string"
67099           }
67100         ], 
67101         "produces": [
67102           "application/json", 
67103           "application/xml"
67104         ], 
67105         "responses": {
67106           "200": {
67107             "description": "successful operation", 
67108             "schema": {
67109               "$ref": "#/definitions/vces"
67110             }
67111           }, 
67112           "default": {
67113             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67114           }
67115         }, 
67116         "summary": "returns vces", 
67117         "tags": [
67118           "Network"
67119         ]
67120       }
67121     }, 
67122     "/network/vces/vce/{vnf-id}": {
67123       "delete": {
67124         "consumes": [
67125           "application/json", 
67126           "application/xml"
67127         ], 
67128         "description": "delete an existing vce", 
67129         "operationId": "deleteNetworkVcesVce", 
67130         "parameters": [
67131           {
67132             "description": "Unique id of VNF.  This is unique across the graph.", 
67133             "example": "__VNF-ID__", 
67134             "in": "path", 
67135             "name": "vnf-id", 
67136             "required": true, 
67137             "type": "string"
67138           }, 
67139           {
67140             "description": "resource-version for concurrency", 
67141             "in": "query", 
67142             "name": "resource-version", 
67143             "required": true, 
67144             "type": "string"
67145           }
67146         ], 
67147         "produces": [
67148           "application/json", 
67149           "application/xml"
67150         ], 
67151         "responses": {
67152           "default": {
67153             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67154           }
67155         }, 
67156         "summary": "delete an existing vce", 
67157         "tags": [
67158           "Network"
67159         ]
67160       }, 
67161       "get": {
67162         "description": "returns vce", 
67163         "operationId": "getNetworkVcesVce", 
67164         "parameters": [
67165           {
67166             "description": "Unique id of VNF.  This is unique across the graph.", 
67167             "example": "__VNF-ID__", 
67168             "in": "path", 
67169             "name": "vnf-id", 
67170             "required": true, 
67171             "type": "string"
67172           }
67173         ], 
67174         "produces": [
67175           "application/json", 
67176           "application/xml"
67177         ], 
67178         "responses": {
67179           "200": {
67180             "description": "successful operation", 
67181             "schema": {
67182               "$ref": "#/definitions/vce"
67183             }
67184           }, 
67185           "default": {
67186             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67187           }
67188         }, 
67189         "summary": "returns vce", 
67190         "tags": [
67191           "Network"
67192         ]
67193       }, 
67194       "patch": {
67195         "consumes": [
67196           "application/json"
67197         ], 
67198         "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", 
67199         "operationId": "UpdateNetworkVcesVce", 
67200         "parameters": [
67201           {
67202             "description": "Unique id of VNF.  This is unique across the graph.", 
67203             "example": "__VNF-ID__", 
67204             "in": "path", 
67205             "name": "vnf-id", 
67206             "required": true, 
67207             "type": "string"
67208           }, 
67209           {
67210             "description": "vce object that needs to be updated.", 
67211             "in": "body", 
67212             "name": "body", 
67213             "required": true, 
67214             "schema": {
67215               "$ref": "#/definitions/zzzz-patch-vce"
67216             }
67217           }
67218         ], 
67219         "produces": [
67220           "application/json"
67221         ], 
67222         "responses": {
67223           "default": {
67224             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67225           }
67226         }, 
67227         "summary": "update an existing vce", 
67228         "tags": [
67229           "Network"
67230         ]
67231       }, 
67232       "put": {
67233         "consumes": [
67234           "application/json", 
67235           "application/xml"
67236         ], 
67237         "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", 
67238         "operationId": "createOrUpdateNetworkVcesVce", 
67239         "parameters": [
67240           {
67241             "description": "Unique id of VNF.  This is unique across the graph.", 
67242             "example": "__VNF-ID__", 
67243             "in": "path", 
67244             "name": "vnf-id", 
67245             "required": true, 
67246             "type": "string"
67247           }, 
67248           {
67249             "description": "vce object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVce.json)", 
67250             "in": "body", 
67251             "name": "body", 
67252             "required": true, 
67253             "schema": {
67254               "$ref": "#/definitions/vce"
67255             }
67256           }
67257         ], 
67258         "produces": [
67259           "application/json", 
67260           "application/xml"
67261         ], 
67262         "responses": {
67263           "default": {
67264             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67265           }
67266         }, 
67267         "summary": "create or update an existing vce", 
67268         "tags": [
67269           "Network"
67270         ]
67271       }
67272     }, 
67273     "/network/vces/vce/{vnf-id}/entitlements": {
67274       "get": {
67275         "description": "returns entitlements", 
67276         "operationId": "getNetworkVcesVceEntitlements", 
67277         "parameters": [
67278           {
67279             "description": "Unique id of VNF.  This is unique across the graph.", 
67280             "example": "__VNF-ID__", 
67281             "in": "path", 
67282             "name": "vnf-id", 
67283             "required": true, 
67284             "type": "string"
67285           }, 
67286           {
67287             "description": "n/a", 
67288             "in": "query", 
67289             "name": "group-uuid", 
67290             "required": false, 
67291             "type": "string"
67292           }, 
67293           {
67294             "description": "n/a", 
67295             "in": "query", 
67296             "name": "resource-uuid", 
67297             "required": false, 
67298             "type": "string"
67299           }
67300         ], 
67301         "produces": [
67302           "application/json", 
67303           "application/xml"
67304         ], 
67305         "responses": {
67306           "200": {
67307             "description": "successful operation", 
67308             "schema": {
67309               "$ref": "#/definitions/entitlements"
67310             }
67311           }, 
67312           "default": {
67313             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67314           }
67315         }, 
67316         "summary": "returns entitlements", 
67317         "tags": [
67318           "Network"
67319         ]
67320       }
67321     }, 
67322     "/network/vces/vce/{vnf-id}/entitlements/entitlement/{group-uuid}/{resource-uuid}": {
67323       "delete": {
67324         "consumes": [
67325           "application/json", 
67326           "application/xml"
67327         ], 
67328         "description": "delete an existing entitlement", 
67329         "operationId": "deleteNetworkVcesVceEntitlementsEntitlement", 
67330         "parameters": [
67331           {
67332             "description": "Unique id of VNF.  This is unique across the graph.", 
67333             "example": "__VNF-ID__", 
67334             "in": "path", 
67335             "name": "vnf-id", 
67336             "required": true, 
67337             "type": "string"
67338           }, 
67339           {
67340             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
67341             "example": "__GROUP-UUID__", 
67342             "in": "path", 
67343             "name": "group-uuid", 
67344             "required": true, 
67345             "type": "string"
67346           }, 
67347           {
67348             "description": "Unique ID of an entitlement resource.", 
67349             "example": "__RESOURCE-UUID__", 
67350             "in": "path", 
67351             "name": "resource-uuid", 
67352             "required": true, 
67353             "type": "string"
67354           }, 
67355           {
67356             "description": "resource-version for concurrency", 
67357             "in": "query", 
67358             "name": "resource-version", 
67359             "required": true, 
67360             "type": "string"
67361           }
67362         ], 
67363         "produces": [
67364           "application/json", 
67365           "application/xml"
67366         ], 
67367         "responses": {
67368           "default": {
67369             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67370           }
67371         }, 
67372         "summary": "delete an existing entitlement", 
67373         "tags": [
67374           "Network"
67375         ]
67376       }, 
67377       "get": {
67378         "description": "returns entitlement", 
67379         "operationId": "getNetworkVcesVceEntitlementsEntitlement", 
67380         "parameters": [
67381           {
67382             "description": "Unique id of VNF.  This is unique across the graph.", 
67383             "example": "__VNF-ID__", 
67384             "in": "path", 
67385             "name": "vnf-id", 
67386             "required": true, 
67387             "type": "string"
67388           }, 
67389           {
67390             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
67391             "example": "__GROUP-UUID__", 
67392             "in": "path", 
67393             "name": "group-uuid", 
67394             "required": true, 
67395             "type": "string"
67396           }, 
67397           {
67398             "description": "Unique ID of an entitlement resource.", 
67399             "example": "__RESOURCE-UUID__", 
67400             "in": "path", 
67401             "name": "resource-uuid", 
67402             "required": true, 
67403             "type": "string"
67404           }
67405         ], 
67406         "produces": [
67407           "application/json", 
67408           "application/xml"
67409         ], 
67410         "responses": {
67411           "200": {
67412             "description": "successful operation", 
67413             "schema": {
67414               "$ref": "#/definitions/entitlement"
67415             }
67416           }, 
67417           "default": {
67418             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67419           }
67420         }, 
67421         "summary": "returns entitlement", 
67422         "tags": [
67423           "Network"
67424         ]
67425       }, 
67426       "patch": {
67427         "consumes": [
67428           "application/json"
67429         ], 
67430         "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", 
67431         "operationId": "UpdateNetworkVcesVceEntitlementsEntitlement", 
67432         "parameters": [
67433           {
67434             "description": "Unique id of VNF.  This is unique across the graph.", 
67435             "example": "__VNF-ID__", 
67436             "in": "path", 
67437             "name": "vnf-id", 
67438             "required": true, 
67439             "type": "string"
67440           }, 
67441           {
67442             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
67443             "example": "__GROUP-UUID__", 
67444             "in": "path", 
67445             "name": "group-uuid", 
67446             "required": true, 
67447             "type": "string"
67448           }, 
67449           {
67450             "description": "Unique ID of an entitlement resource.", 
67451             "example": "__RESOURCE-UUID__", 
67452             "in": "path", 
67453             "name": "resource-uuid", 
67454             "required": true, 
67455             "type": "string"
67456           }, 
67457           {
67458             "description": "entitlement object that needs to be updated.", 
67459             "in": "body", 
67460             "name": "body", 
67461             "required": true, 
67462             "schema": {
67463               "$ref": "#/definitions/zzzz-patch-entitlement"
67464             }
67465           }
67466         ], 
67467         "produces": [
67468           "application/json"
67469         ], 
67470         "responses": {
67471           "default": {
67472             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67473           }
67474         }, 
67475         "summary": "update an existing entitlement", 
67476         "tags": [
67477           "Network"
67478         ]
67479       }, 
67480       "put": {
67481         "consumes": [
67482           "application/json", 
67483           "application/xml"
67484         ], 
67485         "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", 
67486         "operationId": "createOrUpdateNetworkVcesVceEntitlementsEntitlement", 
67487         "parameters": [
67488           {
67489             "description": "Unique id of VNF.  This is unique across the graph.", 
67490             "example": "__VNF-ID__", 
67491             "in": "path", 
67492             "name": "vnf-id", 
67493             "required": true, 
67494             "type": "string"
67495           }, 
67496           {
67497             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
67498             "example": "__GROUP-UUID__", 
67499             "in": "path", 
67500             "name": "group-uuid", 
67501             "required": true, 
67502             "type": "string"
67503           }, 
67504           {
67505             "description": "Unique ID of an entitlement resource.", 
67506             "example": "__RESOURCE-UUID__", 
67507             "in": "path", 
67508             "name": "resource-uuid", 
67509             "required": true, 
67510             "type": "string"
67511           }, 
67512           {
67513             "description": "entitlement object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVceEntitlementsEntitlement.json)", 
67514             "in": "body", 
67515             "name": "body", 
67516             "required": true, 
67517             "schema": {
67518               "$ref": "#/definitions/entitlement"
67519             }
67520           }
67521         ], 
67522         "produces": [
67523           "application/json", 
67524           "application/xml"
67525         ], 
67526         "responses": {
67527           "default": {
67528             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67529           }
67530         }, 
67531         "summary": "create or update an existing entitlement", 
67532         "tags": [
67533           "Network"
67534         ]
67535       }
67536     }, 
67537     "/network/vces/vce/{vnf-id}/entitlements/entitlement/{group-uuid}/{resource-uuid}/relationship-list/relationship": {
67538       "delete": {
67539         "consumes": [
67540           "application/json", 
67541           "application/xml"
67542         ], 
67543         "description": "delete an existing relationship", 
67544         "operationId": "deleteNetworkVcesVceEntitlementsEntitlementRelationshipListRelationship", 
67545         "parameters": [
67546           {
67547             "description": "Unique id of VNF.  This is unique across the graph.", 
67548             "example": "__VNF-ID__", 
67549             "in": "path", 
67550             "name": "vnf-id", 
67551             "required": true, 
67552             "type": "string"
67553           }, 
67554           {
67555             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
67556             "example": "__GROUP-UUID__", 
67557             "in": "path", 
67558             "name": "group-uuid", 
67559             "required": true, 
67560             "type": "string"
67561           }, 
67562           {
67563             "description": "Unique ID of an entitlement resource.", 
67564             "example": "__RESOURCE-UUID__", 
67565             "in": "path", 
67566             "name": "resource-uuid", 
67567             "required": true, 
67568             "type": "string"
67569           }
67570         ], 
67571         "produces": [
67572           "application/json", 
67573           "application/xml"
67574         ], 
67575         "responses": {
67576           "default": {
67577             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67578           }
67579         }, 
67580         "summary": "delete an existing relationship", 
67581         "tags": [
67582           "Network"
67583         ]
67584       }, 
67585       "put": {
67586         "consumes": [
67587           "application/json", 
67588           "application/xml"
67589         ], 
67590         "operationId": "createOrUpdateNetworkVcesVceEntitlementsEntitlementRelationshipListRelationship", 
67591         "parameters": [
67592           {
67593             "description": "Unique id of VNF.  This is unique across the graph.", 
67594             "example": "__VNF-ID__", 
67595             "in": "path", 
67596             "name": "vnf-id", 
67597             "required": true, 
67598             "type": "string"
67599           }, 
67600           {
67601             "description": "Unique ID for the entitlement group the resource comes from, should be uuid.", 
67602             "example": "__GROUP-UUID__", 
67603             "in": "path", 
67604             "name": "group-uuid", 
67605             "required": true, 
67606             "type": "string"
67607           }, 
67608           {
67609             "description": "Unique ID of an entitlement resource.", 
67610             "example": "__RESOURCE-UUID__", 
67611             "in": "path", 
67612             "name": "resource-uuid", 
67613             "required": true, 
67614             "type": "string"
67615           }, 
67616           {
67617             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVceEntitlementsEntitlement.json)", 
67618             "in": "body", 
67619             "name": "body", 
67620             "required": true, 
67621             "schema": {
67622               "$ref": "#/definitions/relationship-dict"
67623             }
67624           }
67625         ], 
67626         "produces": [
67627           "application/json", 
67628           "application/xml"
67629         ], 
67630         "responses": {
67631           "default": {
67632             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67633           }
67634         }, 
67635         "summary": "see node definition for valid relationships", 
67636         "tags": [
67637           "Network"
67638         ]
67639       }
67640     }, 
67641     "/network/vces/vce/{vnf-id}/licenses": {
67642       "get": {
67643         "description": "returns licenses", 
67644         "operationId": "getNetworkVcesVceLicenses", 
67645         "parameters": [
67646           {
67647             "description": "Unique id of VNF.  This is unique across the graph.", 
67648             "example": "__VNF-ID__", 
67649             "in": "path", 
67650             "name": "vnf-id", 
67651             "required": true, 
67652             "type": "string"
67653           }, 
67654           {
67655             "description": "n/a", 
67656             "in": "query", 
67657             "name": "group-uuid", 
67658             "required": false, 
67659             "type": "string"
67660           }, 
67661           {
67662             "description": "n/a", 
67663             "in": "query", 
67664             "name": "resource-uuid", 
67665             "required": false, 
67666             "type": "string"
67667           }
67668         ], 
67669         "produces": [
67670           "application/json", 
67671           "application/xml"
67672         ], 
67673         "responses": {
67674           "200": {
67675             "description": "successful operation", 
67676             "schema": {
67677               "$ref": "#/definitions/licenses"
67678             }
67679           }, 
67680           "default": {
67681             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67682           }
67683         }, 
67684         "summary": "returns licenses", 
67685         "tags": [
67686           "Network"
67687         ]
67688       }
67689     }, 
67690     "/network/vces/vce/{vnf-id}/licenses/license/{group-uuid}/{resource-uuid}": {
67691       "delete": {
67692         "consumes": [
67693           "application/json", 
67694           "application/xml"
67695         ], 
67696         "description": "delete an existing license", 
67697         "operationId": "deleteNetworkVcesVceLicensesLicense", 
67698         "parameters": [
67699           {
67700             "description": "Unique id of VNF.  This is unique across the graph.", 
67701             "example": "__VNF-ID__", 
67702             "in": "path", 
67703             "name": "vnf-id", 
67704             "required": true, 
67705             "type": "string"
67706           }, 
67707           {
67708             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
67709             "example": "__GROUP-UUID__", 
67710             "in": "path", 
67711             "name": "group-uuid", 
67712             "required": true, 
67713             "type": "string"
67714           }, 
67715           {
67716             "description": "Unique ID of a license resource.", 
67717             "example": "__RESOURCE-UUID__", 
67718             "in": "path", 
67719             "name": "resource-uuid", 
67720             "required": true, 
67721             "type": "string"
67722           }, 
67723           {
67724             "description": "resource-version for concurrency", 
67725             "in": "query", 
67726             "name": "resource-version", 
67727             "required": true, 
67728             "type": "string"
67729           }
67730         ], 
67731         "produces": [
67732           "application/json", 
67733           "application/xml"
67734         ], 
67735         "responses": {
67736           "default": {
67737             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67738           }
67739         }, 
67740         "summary": "delete an existing license", 
67741         "tags": [
67742           "Network"
67743         ]
67744       }, 
67745       "get": {
67746         "description": "returns license", 
67747         "operationId": "getNetworkVcesVceLicensesLicense", 
67748         "parameters": [
67749           {
67750             "description": "Unique id of VNF.  This is unique across the graph.", 
67751             "example": "__VNF-ID__", 
67752             "in": "path", 
67753             "name": "vnf-id", 
67754             "required": true, 
67755             "type": "string"
67756           }, 
67757           {
67758             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
67759             "example": "__GROUP-UUID__", 
67760             "in": "path", 
67761             "name": "group-uuid", 
67762             "required": true, 
67763             "type": "string"
67764           }, 
67765           {
67766             "description": "Unique ID of a license resource.", 
67767             "example": "__RESOURCE-UUID__", 
67768             "in": "path", 
67769             "name": "resource-uuid", 
67770             "required": true, 
67771             "type": "string"
67772           }
67773         ], 
67774         "produces": [
67775           "application/json", 
67776           "application/xml"
67777         ], 
67778         "responses": {
67779           "200": {
67780             "description": "successful operation", 
67781             "schema": {
67782               "$ref": "#/definitions/license"
67783             }
67784           }, 
67785           "default": {
67786             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67787           }
67788         }, 
67789         "summary": "returns license", 
67790         "tags": [
67791           "Network"
67792         ]
67793       }, 
67794       "patch": {
67795         "consumes": [
67796           "application/json"
67797         ], 
67798         "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", 
67799         "operationId": "UpdateNetworkVcesVceLicensesLicense", 
67800         "parameters": [
67801           {
67802             "description": "Unique id of VNF.  This is unique across the graph.", 
67803             "example": "__VNF-ID__", 
67804             "in": "path", 
67805             "name": "vnf-id", 
67806             "required": true, 
67807             "type": "string"
67808           }, 
67809           {
67810             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
67811             "example": "__GROUP-UUID__", 
67812             "in": "path", 
67813             "name": "group-uuid", 
67814             "required": true, 
67815             "type": "string"
67816           }, 
67817           {
67818             "description": "Unique ID of a license resource.", 
67819             "example": "__RESOURCE-UUID__", 
67820             "in": "path", 
67821             "name": "resource-uuid", 
67822             "required": true, 
67823             "type": "string"
67824           }, 
67825           {
67826             "description": "license object that needs to be updated.", 
67827             "in": "body", 
67828             "name": "body", 
67829             "required": true, 
67830             "schema": {
67831               "$ref": "#/definitions/zzzz-patch-license"
67832             }
67833           }
67834         ], 
67835         "produces": [
67836           "application/json"
67837         ], 
67838         "responses": {
67839           "default": {
67840             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67841           }
67842         }, 
67843         "summary": "update an existing license", 
67844         "tags": [
67845           "Network"
67846         ]
67847       }, 
67848       "put": {
67849         "consumes": [
67850           "application/json", 
67851           "application/xml"
67852         ], 
67853         "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", 
67854         "operationId": "createOrUpdateNetworkVcesVceLicensesLicense", 
67855         "parameters": [
67856           {
67857             "description": "Unique id of VNF.  This is unique across the graph.", 
67858             "example": "__VNF-ID__", 
67859             "in": "path", 
67860             "name": "vnf-id", 
67861             "required": true, 
67862             "type": "string"
67863           }, 
67864           {
67865             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
67866             "example": "__GROUP-UUID__", 
67867             "in": "path", 
67868             "name": "group-uuid", 
67869             "required": true, 
67870             "type": "string"
67871           }, 
67872           {
67873             "description": "Unique ID of a license resource.", 
67874             "example": "__RESOURCE-UUID__", 
67875             "in": "path", 
67876             "name": "resource-uuid", 
67877             "required": true, 
67878             "type": "string"
67879           }, 
67880           {
67881             "description": "license object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVceLicensesLicense.json)", 
67882             "in": "body", 
67883             "name": "body", 
67884             "required": true, 
67885             "schema": {
67886               "$ref": "#/definitions/license"
67887             }
67888           }
67889         ], 
67890         "produces": [
67891           "application/json", 
67892           "application/xml"
67893         ], 
67894         "responses": {
67895           "default": {
67896             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67897           }
67898         }, 
67899         "summary": "create or update an existing license", 
67900         "tags": [
67901           "Network"
67902         ]
67903       }
67904     }, 
67905     "/network/vces/vce/{vnf-id}/licenses/license/{group-uuid}/{resource-uuid}/relationship-list/relationship": {
67906       "delete": {
67907         "consumes": [
67908           "application/json", 
67909           "application/xml"
67910         ], 
67911         "description": "delete an existing relationship", 
67912         "operationId": "deleteNetworkVcesVceLicensesLicenseRelationshipListRelationship", 
67913         "parameters": [
67914           {
67915             "description": "Unique id of VNF.  This is unique across the graph.", 
67916             "example": "__VNF-ID__", 
67917             "in": "path", 
67918             "name": "vnf-id", 
67919             "required": true, 
67920             "type": "string"
67921           }, 
67922           {
67923             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
67924             "example": "__GROUP-UUID__", 
67925             "in": "path", 
67926             "name": "group-uuid", 
67927             "required": true, 
67928             "type": "string"
67929           }, 
67930           {
67931             "description": "Unique ID of a license resource.", 
67932             "example": "__RESOURCE-UUID__", 
67933             "in": "path", 
67934             "name": "resource-uuid", 
67935             "required": true, 
67936             "type": "string"
67937           }
67938         ], 
67939         "produces": [
67940           "application/json", 
67941           "application/xml"
67942         ], 
67943         "responses": {
67944           "default": {
67945             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
67946           }
67947         }, 
67948         "summary": "delete an existing relationship", 
67949         "tags": [
67950           "Network"
67951         ]
67952       }, 
67953       "put": {
67954         "consumes": [
67955           "application/json", 
67956           "application/xml"
67957         ], 
67958         "operationId": "createOrUpdateNetworkVcesVceLicensesLicenseRelationshipListRelationship", 
67959         "parameters": [
67960           {
67961             "description": "Unique id of VNF.  This is unique across the graph.", 
67962             "example": "__VNF-ID__", 
67963             "in": "path", 
67964             "name": "vnf-id", 
67965             "required": true, 
67966             "type": "string"
67967           }, 
67968           {
67969             "description": "Unique ID for the license group the resource belongs to, should be uuid.", 
67970             "example": "__GROUP-UUID__", 
67971             "in": "path", 
67972             "name": "group-uuid", 
67973             "required": true, 
67974             "type": "string"
67975           }, 
67976           {
67977             "description": "Unique ID of a license resource.", 
67978             "example": "__RESOURCE-UUID__", 
67979             "in": "path", 
67980             "name": "resource-uuid", 
67981             "required": true, 
67982             "type": "string"
67983           }, 
67984           {
67985             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVceLicensesLicense.json)", 
67986             "in": "body", 
67987             "name": "body", 
67988             "required": true, 
67989             "schema": {
67990               "$ref": "#/definitions/relationship-dict"
67991             }
67992           }
67993         ], 
67994         "produces": [
67995           "application/json", 
67996           "application/xml"
67997         ], 
67998         "responses": {
67999           "default": {
68000             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68001           }
68002         }, 
68003         "summary": "see node definition for valid relationships", 
68004         "tags": [
68005           "Network"
68006         ]
68007       }
68008     }, 
68009     "/network/vces/vce/{vnf-id}/port-groups": {
68010       "get": {
68011         "description": "returns port-groups", 
68012         "operationId": "getNetworkVcesVcePortGroups", 
68013         "parameters": [
68014           {
68015             "description": "Unique id of VNF.  This is unique across the graph.", 
68016             "example": "__VNF-ID__", 
68017             "in": "path", 
68018             "name": "vnf-id", 
68019             "required": true, 
68020             "type": "string"
68021           }, 
68022           {
68023             "description": "n/a", 
68024             "in": "query", 
68025             "name": "interface-id", 
68026             "required": false, 
68027             "type": "string"
68028           }, 
68029           {
68030             "description": "n/a", 
68031             "in": "query", 
68032             "name": "port-group-id", 
68033             "required": false, 
68034             "type": "string"
68035           }, 
68036           {
68037             "description": "n/a", 
68038             "in": "query", 
68039             "name": "switch-name", 
68040             "required": false, 
68041             "type": "string"
68042           }, 
68043           {
68044             "description": "n/a", 
68045             "in": "query", 
68046             "name": "heat-stack-id", 
68047             "required": false, 
68048             "type": "string"
68049           }
68050         ], 
68051         "produces": [
68052           "application/json", 
68053           "application/xml"
68054         ], 
68055         "responses": {
68056           "200": {
68057             "description": "successful operation", 
68058             "schema": {
68059               "$ref": "#/definitions/port-groups"
68060             }
68061           }, 
68062           "default": {
68063             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68064           }
68065         }, 
68066         "summary": "returns port-groups", 
68067         "tags": [
68068           "Network"
68069         ]
68070       }
68071     }, 
68072     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}": {
68073       "delete": {
68074         "consumes": [
68075           "application/json", 
68076           "application/xml"
68077         ], 
68078         "description": "delete an existing port-group", 
68079         "operationId": "deleteNetworkVcesVcePortGroupsPortGroup", 
68080         "parameters": [
68081           {
68082             "description": "Unique id of VNF.  This is unique across the graph.", 
68083             "example": "__VNF-ID__", 
68084             "in": "path", 
68085             "name": "vnf-id", 
68086             "required": true, 
68087             "type": "string"
68088           }, 
68089           {
68090             "description": "Unique ID of the interface", 
68091             "example": "__INTERFACE-ID__", 
68092             "in": "path", 
68093             "name": "interface-id", 
68094             "required": true, 
68095             "type": "string"
68096           }, 
68097           {
68098             "description": "resource-version for concurrency", 
68099             "in": "query", 
68100             "name": "resource-version", 
68101             "required": true, 
68102             "type": "string"
68103           }
68104         ], 
68105         "produces": [
68106           "application/json", 
68107           "application/xml"
68108         ], 
68109         "responses": {
68110           "default": {
68111             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68112           }
68113         }, 
68114         "summary": "delete an existing port-group", 
68115         "tags": [
68116           "Network"
68117         ]
68118       }, 
68119       "get": {
68120         "description": "returns port-group", 
68121         "operationId": "getNetworkVcesVcePortGroupsPortGroup", 
68122         "parameters": [
68123           {
68124             "description": "Unique id of VNF.  This is unique across the graph.", 
68125             "example": "__VNF-ID__", 
68126             "in": "path", 
68127             "name": "vnf-id", 
68128             "required": true, 
68129             "type": "string"
68130           }, 
68131           {
68132             "description": "Unique ID of the interface", 
68133             "example": "__INTERFACE-ID__", 
68134             "in": "path", 
68135             "name": "interface-id", 
68136             "required": true, 
68137             "type": "string"
68138           }
68139         ], 
68140         "produces": [
68141           "application/json", 
68142           "application/xml"
68143         ], 
68144         "responses": {
68145           "200": {
68146             "description": "successful operation", 
68147             "schema": {
68148               "$ref": "#/definitions/port-group"
68149             }
68150           }, 
68151           "default": {
68152             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68153           }
68154         }, 
68155         "summary": "returns port-group", 
68156         "tags": [
68157           "Network"
68158         ]
68159       }, 
68160       "patch": {
68161         "consumes": [
68162           "application/json"
68163         ], 
68164         "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", 
68165         "operationId": "UpdateNetworkVcesVcePortGroupsPortGroup", 
68166         "parameters": [
68167           {
68168             "description": "Unique id of VNF.  This is unique across the graph.", 
68169             "example": "__VNF-ID__", 
68170             "in": "path", 
68171             "name": "vnf-id", 
68172             "required": true, 
68173             "type": "string"
68174           }, 
68175           {
68176             "description": "Unique ID of the interface", 
68177             "example": "__INTERFACE-ID__", 
68178             "in": "path", 
68179             "name": "interface-id", 
68180             "required": true, 
68181             "type": "string"
68182           }, 
68183           {
68184             "description": "port-group object that needs to be updated.", 
68185             "in": "body", 
68186             "name": "body", 
68187             "required": true, 
68188             "schema": {
68189               "$ref": "#/definitions/zzzz-patch-port-group"
68190             }
68191           }
68192         ], 
68193         "produces": [
68194           "application/json"
68195         ], 
68196         "responses": {
68197           "default": {
68198             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68199           }
68200         }, 
68201         "summary": "update an existing port-group", 
68202         "tags": [
68203           "Network"
68204         ]
68205       }, 
68206       "put": {
68207         "consumes": [
68208           "application/json", 
68209           "application/xml"
68210         ], 
68211         "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", 
68212         "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroup", 
68213         "parameters": [
68214           {
68215             "description": "Unique id of VNF.  This is unique across the graph.", 
68216             "example": "__VNF-ID__", 
68217             "in": "path", 
68218             "name": "vnf-id", 
68219             "required": true, 
68220             "type": "string"
68221           }, 
68222           {
68223             "description": "Unique ID of the interface", 
68224             "example": "__INTERFACE-ID__", 
68225             "in": "path", 
68226             "name": "interface-id", 
68227             "required": true, 
68228             "type": "string"
68229           }, 
68230           {
68231             "description": "port-group object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVcePortGroupsPortGroup.json)", 
68232             "in": "body", 
68233             "name": "body", 
68234             "required": true, 
68235             "schema": {
68236               "$ref": "#/definitions/port-group"
68237             }
68238           }
68239         ], 
68240         "produces": [
68241           "application/json", 
68242           "application/xml"
68243         ], 
68244         "responses": {
68245           "default": {
68246             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68247           }
68248         }, 
68249         "summary": "create or update an existing port-group", 
68250         "tags": [
68251           "Network"
68252         ]
68253       }
68254     }, 
68255     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/cvlan-tags": {
68256       "get": {
68257         "description": "returns cvlan-tags", 
68258         "operationId": "getNetworkVcesVcePortGroupsPortGroupCvlanTags", 
68259         "parameters": [
68260           {
68261             "description": "Unique id of VNF.  This is unique across the graph.", 
68262             "example": "__VNF-ID__", 
68263             "in": "path", 
68264             "name": "vnf-id", 
68265             "required": true, 
68266             "type": "string"
68267           }, 
68268           {
68269             "description": "Unique ID of the interface", 
68270             "example": "__INTERFACE-ID__", 
68271             "in": "path", 
68272             "name": "interface-id", 
68273             "required": true, 
68274             "type": "string"
68275           }, 
68276           {
68277             "description": "n/a", 
68278             "format": "int64", 
68279             "in": "query", 
68280             "name": "cvlan-tag", 
68281             "required": false, 
68282             "type": "integer"
68283           }
68284         ], 
68285         "produces": [
68286           "application/json", 
68287           "application/xml"
68288         ], 
68289         "responses": {
68290           "200": {
68291             "description": "successful operation", 
68292             "schema": {
68293               "$ref": "#/definitions/cvlan-tags"
68294             }
68295           }, 
68296           "default": {
68297             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68298           }
68299         }, 
68300         "summary": "returns cvlan-tags", 
68301         "tags": [
68302           "Network"
68303         ]
68304       }
68305     }, 
68306     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/cvlan-tags/cvlan-tag-entry/{cvlan-tag}": {
68307       "delete": {
68308         "consumes": [
68309           "application/json", 
68310           "application/xml"
68311         ], 
68312         "description": "delete an existing cvlan-tag-entry", 
68313         "operationId": "deleteNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
68314         "parameters": [
68315           {
68316             "description": "Unique id of VNF.  This is unique across the graph.", 
68317             "example": "__VNF-ID__", 
68318             "in": "path", 
68319             "name": "vnf-id", 
68320             "required": true, 
68321             "type": "string"
68322           }, 
68323           {
68324             "description": "Unique ID of the interface", 
68325             "example": "__INTERFACE-ID__", 
68326             "in": "path", 
68327             "name": "interface-id", 
68328             "required": true, 
68329             "type": "string"
68330           }, 
68331           {
68332             "description": "See mis-na-virtualization-platform.yang", 
68333             "example": "__CVLAN-TAG__", 
68334             "format": "int64", 
68335             "in": "path", 
68336             "name": "cvlan-tag", 
68337             "required": true, 
68338             "type": "integer"
68339           }, 
68340           {
68341             "description": "resource-version for concurrency", 
68342             "in": "query", 
68343             "name": "resource-version", 
68344             "required": true, 
68345             "type": "string"
68346           }
68347         ], 
68348         "produces": [
68349           "application/json", 
68350           "application/xml"
68351         ], 
68352         "responses": {
68353           "default": {
68354             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68355           }
68356         }, 
68357         "summary": "delete an existing cvlan-tag-entry", 
68358         "tags": [
68359           "Network"
68360         ]
68361       }, 
68362       "get": {
68363         "description": "returns cvlan-tag-entry", 
68364         "operationId": "getNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
68365         "parameters": [
68366           {
68367             "description": "Unique id of VNF.  This is unique across the graph.", 
68368             "example": "__VNF-ID__", 
68369             "in": "path", 
68370             "name": "vnf-id", 
68371             "required": true, 
68372             "type": "string"
68373           }, 
68374           {
68375             "description": "Unique ID of the interface", 
68376             "example": "__INTERFACE-ID__", 
68377             "in": "path", 
68378             "name": "interface-id", 
68379             "required": true, 
68380             "type": "string"
68381           }, 
68382           {
68383             "description": "See mis-na-virtualization-platform.yang", 
68384             "example": "__CVLAN-TAG__", 
68385             "format": "int64", 
68386             "in": "path", 
68387             "name": "cvlan-tag", 
68388             "required": true, 
68389             "type": "integer"
68390           }
68391         ], 
68392         "produces": [
68393           "application/json", 
68394           "application/xml"
68395         ], 
68396         "responses": {
68397           "200": {
68398             "description": "successful operation", 
68399             "schema": {
68400               "$ref": "#/definitions/cvlan-tag-entry"
68401             }
68402           }, 
68403           "default": {
68404             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68405           }
68406         }, 
68407         "summary": "returns cvlan-tag-entry", 
68408         "tags": [
68409           "Network"
68410         ]
68411       }, 
68412       "patch": {
68413         "consumes": [
68414           "application/json"
68415         ], 
68416         "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", 
68417         "operationId": "UpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
68418         "parameters": [
68419           {
68420             "description": "Unique id of VNF.  This is unique across the graph.", 
68421             "example": "__VNF-ID__", 
68422             "in": "path", 
68423             "name": "vnf-id", 
68424             "required": true, 
68425             "type": "string"
68426           }, 
68427           {
68428             "description": "Unique ID of the interface", 
68429             "example": "__INTERFACE-ID__", 
68430             "in": "path", 
68431             "name": "interface-id", 
68432             "required": true, 
68433             "type": "string"
68434           }, 
68435           {
68436             "description": "See mis-na-virtualization-platform.yang", 
68437             "example": "__CVLAN-TAG__", 
68438             "format": "int64", 
68439             "in": "path", 
68440             "name": "cvlan-tag", 
68441             "required": true, 
68442             "type": "integer"
68443           }, 
68444           {
68445             "description": "cvlan-tag-entry object that needs to be updated.", 
68446             "in": "body", 
68447             "name": "body", 
68448             "required": true, 
68449             "schema": {
68450               "$ref": "#/definitions/zzzz-patch-cvlan-tag-entry"
68451             }
68452           }
68453         ], 
68454         "produces": [
68455           "application/json"
68456         ], 
68457         "responses": {
68458           "default": {
68459             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68460           }
68461         }, 
68462         "summary": "update an existing cvlan-tag-entry", 
68463         "tags": [
68464           "Network"
68465         ]
68466       }, 
68467       "put": {
68468         "consumes": [
68469           "application/json", 
68470           "application/xml"
68471         ], 
68472         "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", 
68473         "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry", 
68474         "parameters": [
68475           {
68476             "description": "Unique id of VNF.  This is unique across the graph.", 
68477             "example": "__VNF-ID__", 
68478             "in": "path", 
68479             "name": "vnf-id", 
68480             "required": true, 
68481             "type": "string"
68482           }, 
68483           {
68484             "description": "Unique ID of the interface", 
68485             "example": "__INTERFACE-ID__", 
68486             "in": "path", 
68487             "name": "interface-id", 
68488             "required": true, 
68489             "type": "string"
68490           }, 
68491           {
68492             "description": "See mis-na-virtualization-platform.yang", 
68493             "example": "__CVLAN-TAG__", 
68494             "format": "int64", 
68495             "in": "path", 
68496             "name": "cvlan-tag", 
68497             "required": true, 
68498             "type": "integer"
68499           }, 
68500           {
68501             "description": "cvlan-tag-entry object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry.json)", 
68502             "in": "body", 
68503             "name": "body", 
68504             "required": true, 
68505             "schema": {
68506               "$ref": "#/definitions/cvlan-tag-entry"
68507             }
68508           }
68509         ], 
68510         "produces": [
68511           "application/json", 
68512           "application/xml"
68513         ], 
68514         "responses": {
68515           "default": {
68516             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68517           }
68518         }, 
68519         "summary": "create or update an existing cvlan-tag-entry", 
68520         "tags": [
68521           "Network"
68522         ]
68523       }
68524     }, 
68525     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/cvlan-tags/cvlan-tag-entry/{cvlan-tag}/relationship-list/relationship": {
68526       "delete": {
68527         "consumes": [
68528           "application/json", 
68529           "application/xml"
68530         ], 
68531         "description": "delete an existing relationship", 
68532         "operationId": "deleteNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntryRelationshipListRelationship", 
68533         "parameters": [
68534           {
68535             "description": "Unique id of VNF.  This is unique across the graph.", 
68536             "example": "__VNF-ID__", 
68537             "in": "path", 
68538             "name": "vnf-id", 
68539             "required": true, 
68540             "type": "string"
68541           }, 
68542           {
68543             "description": "Unique ID of the interface", 
68544             "example": "__INTERFACE-ID__", 
68545             "in": "path", 
68546             "name": "interface-id", 
68547             "required": true, 
68548             "type": "string"
68549           }, 
68550           {
68551             "description": "See mis-na-virtualization-platform.yang", 
68552             "example": "__CVLAN-TAG__", 
68553             "format": "int64", 
68554             "in": "path", 
68555             "name": "cvlan-tag", 
68556             "required": true, 
68557             "type": "integer"
68558           }
68559         ], 
68560         "produces": [
68561           "application/json", 
68562           "application/xml"
68563         ], 
68564         "responses": {
68565           "default": {
68566             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68567           }
68568         }, 
68569         "summary": "delete an existing relationship", 
68570         "tags": [
68571           "Network"
68572         ]
68573       }, 
68574       "put": {
68575         "consumes": [
68576           "application/json", 
68577           "application/xml"
68578         ], 
68579         "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntryRelationshipListRelationship", 
68580         "parameters": [
68581           {
68582             "description": "Unique id of VNF.  This is unique across the graph.", 
68583             "example": "__VNF-ID__", 
68584             "in": "path", 
68585             "name": "vnf-id", 
68586             "required": true, 
68587             "type": "string"
68588           }, 
68589           {
68590             "description": "Unique ID of the interface", 
68591             "example": "__INTERFACE-ID__", 
68592             "in": "path", 
68593             "name": "interface-id", 
68594             "required": true, 
68595             "type": "string"
68596           }, 
68597           {
68598             "description": "See mis-na-virtualization-platform.yang", 
68599             "example": "__CVLAN-TAG__", 
68600             "format": "int64", 
68601             "in": "path", 
68602             "name": "cvlan-tag", 
68603             "required": true, 
68604             "type": "integer"
68605           }, 
68606           {
68607             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVcePortGroupsPortGroupCvlanTagsCvlanTagEntry.json)", 
68608             "in": "body", 
68609             "name": "body", 
68610             "required": true, 
68611             "schema": {
68612               "$ref": "#/definitions/relationship-dict"
68613             }
68614           }
68615         ], 
68616         "produces": [
68617           "application/json", 
68618           "application/xml"
68619         ], 
68620         "responses": {
68621           "default": {
68622             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68623           }
68624         }, 
68625         "summary": "see node definition for valid relationships", 
68626         "tags": [
68627           "Network"
68628         ]
68629       }
68630     }, 
68631     "/network/vces/vce/{vnf-id}/port-groups/port-group/{interface-id}/relationship-list/relationship": {
68632       "delete": {
68633         "consumes": [
68634           "application/json", 
68635           "application/xml"
68636         ], 
68637         "description": "delete an existing relationship", 
68638         "operationId": "deleteNetworkVcesVcePortGroupsPortGroupRelationshipListRelationship", 
68639         "parameters": [
68640           {
68641             "description": "Unique id of VNF.  This is unique across the graph.", 
68642             "example": "__VNF-ID__", 
68643             "in": "path", 
68644             "name": "vnf-id", 
68645             "required": true, 
68646             "type": "string"
68647           }, 
68648           {
68649             "description": "Unique ID of the interface", 
68650             "example": "__INTERFACE-ID__", 
68651             "in": "path", 
68652             "name": "interface-id", 
68653             "required": true, 
68654             "type": "string"
68655           }
68656         ], 
68657         "produces": [
68658           "application/json", 
68659           "application/xml"
68660         ], 
68661         "responses": {
68662           "default": {
68663             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68664           }
68665         }, 
68666         "summary": "delete an existing relationship", 
68667         "tags": [
68668           "Network"
68669         ]
68670       }, 
68671       "put": {
68672         "consumes": [
68673           "application/json", 
68674           "application/xml"
68675         ], 
68676         "operationId": "createOrUpdateNetworkVcesVcePortGroupsPortGroupRelationshipListRelationship", 
68677         "parameters": [
68678           {
68679             "description": "Unique id of VNF.  This is unique across the graph.", 
68680             "example": "__VNF-ID__", 
68681             "in": "path", 
68682             "name": "vnf-id", 
68683             "required": true, 
68684             "type": "string"
68685           }, 
68686           {
68687             "description": "Unique ID of the interface", 
68688             "example": "__INTERFACE-ID__", 
68689             "in": "path", 
68690             "name": "interface-id", 
68691             "required": true, 
68692             "type": "string"
68693           }, 
68694           {
68695             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVcePortGroupsPortGroup.json)", 
68696             "in": "body", 
68697             "name": "body", 
68698             "required": true, 
68699             "schema": {
68700               "$ref": "#/definitions/relationship-dict"
68701             }
68702           }
68703         ], 
68704         "produces": [
68705           "application/json", 
68706           "application/xml"
68707         ], 
68708         "responses": {
68709           "default": {
68710             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68711           }
68712         }, 
68713         "summary": "see node definition for valid relationships", 
68714         "tags": [
68715           "Network"
68716         ]
68717       }
68718     }, 
68719     "/network/vces/vce/{vnf-id}/relationship-list/relationship": {
68720       "delete": {
68721         "consumes": [
68722           "application/json", 
68723           "application/xml"
68724         ], 
68725         "description": "delete an existing relationship", 
68726         "operationId": "deleteNetworkVcesVceRelationshipListRelationship", 
68727         "parameters": [
68728           {
68729             "description": "Unique id of VNF.  This is unique across the graph.", 
68730             "example": "__VNF-ID__", 
68731             "in": "path", 
68732             "name": "vnf-id", 
68733             "required": true, 
68734             "type": "string"
68735           }
68736         ], 
68737         "produces": [
68738           "application/json", 
68739           "application/xml"
68740         ], 
68741         "responses": {
68742           "default": {
68743             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68744           }
68745         }, 
68746         "summary": "delete an existing relationship", 
68747         "tags": [
68748           "Network"
68749         ]
68750       }, 
68751       "put": {
68752         "consumes": [
68753           "application/json", 
68754           "application/xml"
68755         ], 
68756         "operationId": "createOrUpdateNetworkVcesVceRelationshipListRelationship", 
68757         "parameters": [
68758           {
68759             "description": "Unique id of VNF.  This is unique across the graph.", 
68760             "example": "__VNF-ID__", 
68761             "in": "path", 
68762             "name": "vnf-id", 
68763             "required": true, 
68764             "type": "string"
68765           }, 
68766           {
68767             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVcesVce.json)", 
68768             "in": "body", 
68769             "name": "body", 
68770             "required": true, 
68771             "schema": {
68772               "$ref": "#/definitions/relationship-dict"
68773             }
68774           }
68775         ], 
68776         "produces": [
68777           "application/json", 
68778           "application/xml"
68779         ], 
68780         "responses": {
68781           "default": {
68782             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68783           }
68784         }, 
68785         "summary": "see node definition for valid relationships", 
68786         "tags": [
68787           "Network"
68788         ]
68789       }
68790     }, 
68791     "/network/vlan-tags": {
68792       "get": {
68793         "description": "returns vlan-tags", 
68794         "operationId": "getNetworkVlanTags", 
68795         "produces": [
68796           "application/json", 
68797           "application/xml"
68798         ], 
68799         "responses": {
68800           "200": {
68801             "description": "successful operation", 
68802             "schema": {
68803               "$ref": "#/definitions/vlan-tags"
68804             }
68805           }, 
68806           "default": {
68807             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68808           }
68809         }, 
68810         "summary": "returns vlan-tags", 
68811         "tags": [
68812           "Network"
68813         ]
68814       }
68815     }, 
68816     "/network/vlan-tags/vlan-tag/{vlan-tag-id}": {
68817       "delete": {
68818         "consumes": [
68819           "application/json", 
68820           "application/xml"
68821         ], 
68822         "description": "delete an existing vlan-tag", 
68823         "operationId": "deleteNetworkVlanTagsVlanTag", 
68824         "parameters": [
68825           {
68826             "description": "Unique ID of the vlan-tag", 
68827             "example": "__VLAN-TAG-ID__", 
68828             "in": "path", 
68829             "name": "vlan-tag-id", 
68830             "required": true, 
68831             "type": "string"
68832           }, 
68833           {
68834             "description": "resource-version for concurrency", 
68835             "in": "query", 
68836             "name": "resource-version", 
68837             "required": true, 
68838             "type": "string"
68839           }
68840         ], 
68841         "produces": [
68842           "application/json", 
68843           "application/xml"
68844         ], 
68845         "responses": {
68846           "default": {
68847             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68848           }
68849         }, 
68850         "summary": "delete an existing vlan-tag", 
68851         "tags": [
68852           "Network"
68853         ]
68854       }, 
68855       "get": {
68856         "description": "returns vlan-tag", 
68857         "operationId": "getNetworkVlanTagsVlanTag", 
68858         "parameters": [
68859           {
68860             "description": "Unique ID of the vlan-tag", 
68861             "example": "__VLAN-TAG-ID__", 
68862             "in": "path", 
68863             "name": "vlan-tag-id", 
68864             "required": true, 
68865             "type": "string"
68866           }
68867         ], 
68868         "produces": [
68869           "application/json", 
68870           "application/xml"
68871         ], 
68872         "responses": {
68873           "200": {
68874             "description": "successful operation", 
68875             "schema": {
68876               "$ref": "#/definitions/vlan-tag"
68877             }
68878           }, 
68879           "default": {
68880             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68881           }
68882         }, 
68883         "summary": "returns vlan-tag", 
68884         "tags": [
68885           "Network"
68886         ]
68887       }, 
68888       "patch": {
68889         "consumes": [
68890           "application/json"
68891         ], 
68892         "description": "Update an existing vlan-tag\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", 
68893         "operationId": "UpdateNetworkVlanTagsVlanTag", 
68894         "parameters": [
68895           {
68896             "description": "Unique ID of the vlan-tag", 
68897             "example": "__VLAN-TAG-ID__", 
68898             "in": "path", 
68899             "name": "vlan-tag-id", 
68900             "required": true, 
68901             "type": "string"
68902           }, 
68903           {
68904             "description": "vlan-tag object that needs to be updated.", 
68905             "in": "body", 
68906             "name": "body", 
68907             "required": true, 
68908             "schema": {
68909               "$ref": "#/definitions/zzzz-patch-vlan-tag"
68910             }
68911           }
68912         ], 
68913         "produces": [
68914           "application/json"
68915         ], 
68916         "responses": {
68917           "default": {
68918             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68919           }
68920         }, 
68921         "summary": "update an existing vlan-tag", 
68922         "tags": [
68923           "Network"
68924         ]
68925       }, 
68926       "put": {
68927         "consumes": [
68928           "application/json", 
68929           "application/xml"
68930         ], 
68931         "description": "Create or update an existing vlan-tag.\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", 
68932         "operationId": "createOrUpdateNetworkVlanTagsVlanTag", 
68933         "parameters": [
68934           {
68935             "description": "Unique ID of the vlan-tag", 
68936             "example": "__VLAN-TAG-ID__", 
68937             "in": "path", 
68938             "name": "vlan-tag-id", 
68939             "required": true, 
68940             "type": "string"
68941           }, 
68942           {
68943             "description": "vlan-tag object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVlanTagsVlanTag.json)", 
68944             "in": "body", 
68945             "name": "body", 
68946             "required": true, 
68947             "schema": {
68948               "$ref": "#/definitions/vlan-tag"
68949             }
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": "create or update an existing vlan-tag", 
68962         "tags": [
68963           "Network"
68964         ]
68965       }
68966     }, 
68967     "/network/vlan-tags/vlan-tag/{vlan-tag-id}/relationship-list/relationship": {
68968       "delete": {
68969         "consumes": [
68970           "application/json", 
68971           "application/xml"
68972         ], 
68973         "description": "delete an existing relationship", 
68974         "operationId": "deleteNetworkVlanTagsVlanTagRelationshipListRelationship", 
68975         "parameters": [
68976           {
68977             "description": "Unique ID of the vlan-tag", 
68978             "example": "__VLAN-TAG-ID__", 
68979             "in": "path", 
68980             "name": "vlan-tag-id", 
68981             "required": true, 
68982             "type": "string"
68983           }
68984         ], 
68985         "produces": [
68986           "application/json", 
68987           "application/xml"
68988         ], 
68989         "responses": {
68990           "default": {
68991             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
68992           }
68993         }, 
68994         "summary": "delete an existing relationship", 
68995         "tags": [
68996           "Network"
68997         ]
68998       }, 
68999       "put": {
69000         "consumes": [
69001           "application/json", 
69002           "application/xml"
69003         ], 
69004         "operationId": "createOrUpdateNetworkVlanTagsVlanTagRelationshipListRelationship", 
69005         "parameters": [
69006           {
69007             "description": "Unique ID of the vlan-tag", 
69008             "example": "__VLAN-TAG-ID__", 
69009             "in": "path", 
69010             "name": "vlan-tag-id", 
69011             "required": true, 
69012             "type": "string"
69013           }, 
69014           {
69015             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVlanTagsVlanTag.json)", 
69016             "in": "body", 
69017             "name": "body", 
69018             "required": true, 
69019             "schema": {
69020               "$ref": "#/definitions/relationship-dict"
69021             }
69022           }
69023         ], 
69024         "produces": [
69025           "application/json", 
69026           "application/xml"
69027         ], 
69028         "responses": {
69029           "default": {
69030             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69031           }
69032         }, 
69033         "summary": "see node definition for valid relationships", 
69034         "tags": [
69035           "Network"
69036         ]
69037       }
69038     }, 
69039     "/network/vnfcs": {
69040       "get": {
69041         "description": "returns vnfcs", 
69042         "operationId": "getNetworkVnfcs", 
69043         "parameters": [
69044           {
69045             "description": "n/a", 
69046             "in": "query", 
69047             "name": "vnfc-name", 
69048             "required": false, 
69049             "type": "string"
69050           }, 
69051           {
69052             "description": "n/a", 
69053             "in": "query", 
69054             "name": "nfc-naming-code", 
69055             "required": false, 
69056             "type": "string"
69057           }, 
69058           {
69059             "description": "n/a", 
69060             "in": "query", 
69061             "name": "nfc-function", 
69062             "required": false, 
69063             "type": "string"
69064           }, 
69065           {
69066             "description": "n/a", 
69067             "in": "query", 
69068             "name": "prov-status", 
69069             "required": false, 
69070             "type": "string"
69071           }, 
69072           {
69073             "description": "n/a", 
69074             "in": "query", 
69075             "name": "ipaddress-v4-oam-vip", 
69076             "required": false, 
69077             "type": "string"
69078           }, 
69079           {
69080             "description": "n/a", 
69081             "in": "query", 
69082             "name": "in-maint", 
69083             "required": false, 
69084             "type": "boolean"
69085           }, 
69086           {
69087             "description": "n/a", 
69088             "in": "query", 
69089             "name": "is-closed-loop-disabled", 
69090             "required": false, 
69091             "type": "boolean"
69092           }, 
69093           {
69094             "description": "n/a", 
69095             "in": "query", 
69096             "name": "group-notation", 
69097             "required": false, 
69098             "type": "string"
69099           }, 
69100           {
69101             "description": "n/a", 
69102             "in": "query", 
69103             "name": "model-invariant-id", 
69104             "required": false, 
69105             "type": "string"
69106           }, 
69107           {
69108             "description": "n/a", 
69109             "in": "query", 
69110             "name": "model-version-id", 
69111             "required": false, 
69112             "type": "string"
69113           }
69114         ], 
69115         "produces": [
69116           "application/json", 
69117           "application/xml"
69118         ], 
69119         "responses": {
69120           "200": {
69121             "description": "successful operation", 
69122             "schema": {
69123               "$ref": "#/definitions/vnfcs"
69124             }
69125           }, 
69126           "default": {
69127             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69128           }
69129         }, 
69130         "summary": "returns vnfcs", 
69131         "tags": [
69132           "Network"
69133         ]
69134       }
69135     }, 
69136     "/network/vnfcs/vnfc/{vnfc-name}": {
69137       "delete": {
69138         "consumes": [
69139           "application/json", 
69140           "application/xml"
69141         ], 
69142         "description": "delete an existing vnfc", 
69143         "operationId": "deleteNetworkVnfcsVnfc", 
69144         "parameters": [
69145           {
69146             "description": "Unique ID of vnfc.", 
69147             "example": "__VNFC-NAME__", 
69148             "in": "path", 
69149             "name": "vnfc-name", 
69150             "required": true, 
69151             "type": "string"
69152           }, 
69153           {
69154             "description": "resource-version for concurrency", 
69155             "in": "query", 
69156             "name": "resource-version", 
69157             "required": true, 
69158             "type": "string"
69159           }
69160         ], 
69161         "produces": [
69162           "application/json", 
69163           "application/xml"
69164         ], 
69165         "responses": {
69166           "default": {
69167             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69168           }
69169         }, 
69170         "summary": "delete an existing vnfc", 
69171         "tags": [
69172           "Network"
69173         ]
69174       }, 
69175       "get": {
69176         "description": "returns vnfc", 
69177         "operationId": "getNetworkVnfcsVnfc", 
69178         "parameters": [
69179           {
69180             "description": "Unique ID of vnfc.", 
69181             "example": "__VNFC-NAME__", 
69182             "in": "path", 
69183             "name": "vnfc-name", 
69184             "required": true, 
69185             "type": "string"
69186           }
69187         ], 
69188         "produces": [
69189           "application/json", 
69190           "application/xml"
69191         ], 
69192         "responses": {
69193           "200": {
69194             "description": "successful operation", 
69195             "schema": {
69196               "$ref": "#/definitions/vnfc"
69197             }
69198           }, 
69199           "default": {
69200             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69201           }
69202         }, 
69203         "summary": "returns vnfc", 
69204         "tags": [
69205           "Network"
69206         ]
69207       }, 
69208       "patch": {
69209         "consumes": [
69210           "application/json"
69211         ], 
69212         "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", 
69213         "operationId": "UpdateNetworkVnfcsVnfc", 
69214         "parameters": [
69215           {
69216             "description": "Unique ID of vnfc.", 
69217             "example": "__VNFC-NAME__", 
69218             "in": "path", 
69219             "name": "vnfc-name", 
69220             "required": true, 
69221             "type": "string"
69222           }, 
69223           {
69224             "description": "vnfc object that needs to be updated.", 
69225             "in": "body", 
69226             "name": "body", 
69227             "required": true, 
69228             "schema": {
69229               "$ref": "#/definitions/zzzz-patch-vnfc"
69230             }
69231           }
69232         ], 
69233         "produces": [
69234           "application/json"
69235         ], 
69236         "responses": {
69237           "default": {
69238             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69239           }
69240         }, 
69241         "summary": "update an existing vnfc", 
69242         "tags": [
69243           "Network"
69244         ]
69245       }, 
69246       "put": {
69247         "consumes": [
69248           "application/json", 
69249           "application/xml"
69250         ], 
69251         "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", 
69252         "operationId": "createOrUpdateNetworkVnfcsVnfc", 
69253         "parameters": [
69254           {
69255             "description": "Unique ID of vnfc.", 
69256             "example": "__VNFC-NAME__", 
69257             "in": "path", 
69258             "name": "vnfc-name", 
69259             "required": true, 
69260             "type": "string"
69261           }, 
69262           {
69263             "description": "vnfc object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfc.json)", 
69264             "in": "body", 
69265             "name": "body", 
69266             "required": true, 
69267             "schema": {
69268               "$ref": "#/definitions/vnfc"
69269             }
69270           }
69271         ], 
69272         "produces": [
69273           "application/json", 
69274           "application/xml"
69275         ], 
69276         "responses": {
69277           "default": {
69278             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69279           }
69280         }, 
69281         "summary": "create or update an existing vnfc", 
69282         "tags": [
69283           "Network"
69284         ]
69285       }
69286     }, 
69287     "/network/vnfcs/vnfc/{vnfc-name}/cps": {
69288       "get": {
69289         "description": "returns cps", 
69290         "operationId": "getNetworkVnfcsVnfcCps", 
69291         "parameters": [
69292           {
69293             "description": "Unique ID of vnfc.", 
69294             "example": "__VNFC-NAME__", 
69295             "in": "path", 
69296             "name": "vnfc-name", 
69297             "required": true, 
69298             "type": "string"
69299           }
69300         ], 
69301         "produces": [
69302           "application/json", 
69303           "application/xml"
69304         ], 
69305         "responses": {
69306           "200": {
69307             "description": "successful operation", 
69308             "schema": {
69309               "$ref": "#/definitions/cps"
69310             }
69311           }, 
69312           "default": {
69313             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69314           }
69315         }, 
69316         "summary": "returns cps", 
69317         "tags": [
69318           "Network"
69319         ]
69320       }
69321     }, 
69322     "/network/vnfcs/vnfc/{vnfc-name}/cps/cp/{cp-instance-id}": {
69323       "delete": {
69324         "consumes": [
69325           "application/json", 
69326           "application/xml"
69327         ], 
69328         "description": "delete an existing cp", 
69329         "operationId": "deleteNetworkVnfcsVnfcCpsCp", 
69330         "parameters": [
69331           {
69332             "description": "Unique ID of vnfc.", 
69333             "example": "__VNFC-NAME__", 
69334             "in": "path", 
69335             "name": "vnfc-name", 
69336             "required": true, 
69337             "type": "string"
69338           }, 
69339           {
69340             "description": "Unique ID of the connection point.", 
69341             "example": "__CP-INSTANCE-ID__", 
69342             "in": "path", 
69343             "name": "cp-instance-id", 
69344             "required": true, 
69345             "type": "string"
69346           }, 
69347           {
69348             "description": "resource-version for concurrency", 
69349             "in": "query", 
69350             "name": "resource-version", 
69351             "required": true, 
69352             "type": "string"
69353           }
69354         ], 
69355         "produces": [
69356           "application/json", 
69357           "application/xml"
69358         ], 
69359         "responses": {
69360           "default": {
69361             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69362           }
69363         }, 
69364         "summary": "delete an existing cp", 
69365         "tags": [
69366           "Network"
69367         ]
69368       }, 
69369       "get": {
69370         "description": "returns cp", 
69371         "operationId": "getNetworkVnfcsVnfcCpsCp", 
69372         "parameters": [
69373           {
69374             "description": "Unique ID of vnfc.", 
69375             "example": "__VNFC-NAME__", 
69376             "in": "path", 
69377             "name": "vnfc-name", 
69378             "required": true, 
69379             "type": "string"
69380           }, 
69381           {
69382             "description": "Unique ID of the connection point.", 
69383             "example": "__CP-INSTANCE-ID__", 
69384             "in": "path", 
69385             "name": "cp-instance-id", 
69386             "required": true, 
69387             "type": "string"
69388           }
69389         ], 
69390         "produces": [
69391           "application/json", 
69392           "application/xml"
69393         ], 
69394         "responses": {
69395           "200": {
69396             "description": "successful operation", 
69397             "schema": {
69398               "$ref": "#/definitions/cp"
69399             }
69400           }, 
69401           "default": {
69402             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69403           }
69404         }, 
69405         "summary": "returns cp", 
69406         "tags": [
69407           "Network"
69408         ]
69409       }, 
69410       "patch": {
69411         "consumes": [
69412           "application/json"
69413         ], 
69414         "description": "Update an existing cp\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", 
69415         "operationId": "UpdateNetworkVnfcsVnfcCpsCp", 
69416         "parameters": [
69417           {
69418             "description": "Unique ID of vnfc.", 
69419             "example": "__VNFC-NAME__", 
69420             "in": "path", 
69421             "name": "vnfc-name", 
69422             "required": true, 
69423             "type": "string"
69424           }, 
69425           {
69426             "description": "Unique ID of the connection point.", 
69427             "example": "__CP-INSTANCE-ID__", 
69428             "in": "path", 
69429             "name": "cp-instance-id", 
69430             "required": true, 
69431             "type": "string"
69432           }, 
69433           {
69434             "description": "cp object that needs to be updated.", 
69435             "in": "body", 
69436             "name": "body", 
69437             "required": true, 
69438             "schema": {
69439               "$ref": "#/definitions/zzzz-patch-cp"
69440             }
69441           }
69442         ], 
69443         "produces": [
69444           "application/json"
69445         ], 
69446         "responses": {
69447           "default": {
69448             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69449           }
69450         }, 
69451         "summary": "update an existing cp", 
69452         "tags": [
69453           "Network"
69454         ]
69455       }, 
69456       "put": {
69457         "consumes": [
69458           "application/json", 
69459           "application/xml"
69460         ], 
69461         "description": "Create or update an existing cp.\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", 
69462         "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCp", 
69463         "parameters": [
69464           {
69465             "description": "Unique ID of vnfc.", 
69466             "example": "__VNFC-NAME__", 
69467             "in": "path", 
69468             "name": "vnfc-name", 
69469             "required": true, 
69470             "type": "string"
69471           }, 
69472           {
69473             "description": "Unique ID of the connection point.", 
69474             "example": "__CP-INSTANCE-ID__", 
69475             "in": "path", 
69476             "name": "cp-instance-id", 
69477             "required": true, 
69478             "type": "string"
69479           }, 
69480           {
69481             "description": "cp object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcCpsCp.json)", 
69482             "in": "body", 
69483             "name": "body", 
69484             "required": true, 
69485             "schema": {
69486               "$ref": "#/definitions/cp"
69487             }
69488           }
69489         ], 
69490         "produces": [
69491           "application/json", 
69492           "application/xml"
69493         ], 
69494         "responses": {
69495           "default": {
69496             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69497           }
69498         }, 
69499         "summary": "create or update an existing cp", 
69500         "tags": [
69501           "Network"
69502         ]
69503       }
69504     }, 
69505     "/network/vnfcs/vnfc/{vnfc-name}/cps/cp/{cp-instance-id}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
69506       "delete": {
69507         "consumes": [
69508           "application/json", 
69509           "application/xml"
69510         ], 
69511         "description": "delete an existing l3-interface-ipv4-address-list", 
69512         "operationId": "deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList", 
69513         "parameters": [
69514           {
69515             "description": "Unique ID of vnfc.", 
69516             "example": "__VNFC-NAME__", 
69517             "in": "path", 
69518             "name": "vnfc-name", 
69519             "required": true, 
69520             "type": "string"
69521           }, 
69522           {
69523             "description": "Unique ID of the connection point.", 
69524             "example": "__CP-INSTANCE-ID__", 
69525             "in": "path", 
69526             "name": "cp-instance-id", 
69527             "required": true, 
69528             "type": "string"
69529           }, 
69530           {
69531             "description": "IP address", 
69532             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
69533             "in": "path", 
69534             "name": "l3-interface-ipv4-address", 
69535             "required": true, 
69536             "type": "string"
69537           }, 
69538           {
69539             "description": "resource-version for concurrency", 
69540             "in": "query", 
69541             "name": "resource-version", 
69542             "required": true, 
69543             "type": "string"
69544           }
69545         ], 
69546         "produces": [
69547           "application/json", 
69548           "application/xml"
69549         ], 
69550         "responses": {
69551           "default": {
69552             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69553           }
69554         }, 
69555         "summary": "delete an existing l3-interface-ipv4-address-list", 
69556         "tags": [
69557           "Network"
69558         ]
69559       }, 
69560       "get": {
69561         "description": "returns l3-interface-ipv4-address-list", 
69562         "operationId": "getNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList", 
69563         "parameters": [
69564           {
69565             "description": "Unique ID of vnfc.", 
69566             "example": "__VNFC-NAME__", 
69567             "in": "path", 
69568             "name": "vnfc-name", 
69569             "required": true, 
69570             "type": "string"
69571           }, 
69572           {
69573             "description": "Unique ID of the connection point.", 
69574             "example": "__CP-INSTANCE-ID__", 
69575             "in": "path", 
69576             "name": "cp-instance-id", 
69577             "required": true, 
69578             "type": "string"
69579           }, 
69580           {
69581             "description": "IP address", 
69582             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
69583             "in": "path", 
69584             "name": "l3-interface-ipv4-address", 
69585             "required": true, 
69586             "type": "string"
69587           }
69588         ], 
69589         "produces": [
69590           "application/json", 
69591           "application/xml"
69592         ], 
69593         "responses": {
69594           "200": {
69595             "description": "successful operation", 
69596             "schema": {
69597               "$ref": "#/definitions/l3-interface-ipv4-address-list"
69598             }
69599           }, 
69600           "default": {
69601             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69602           }
69603         }, 
69604         "summary": "returns l3-interface-ipv4-address-list", 
69605         "tags": [
69606           "Network"
69607         ]
69608       }, 
69609       "patch": {
69610         "consumes": [
69611           "application/json"
69612         ], 
69613         "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", 
69614         "operationId": "UpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList", 
69615         "parameters": [
69616           {
69617             "description": "Unique ID of vnfc.", 
69618             "example": "__VNFC-NAME__", 
69619             "in": "path", 
69620             "name": "vnfc-name", 
69621             "required": true, 
69622             "type": "string"
69623           }, 
69624           {
69625             "description": "Unique ID of the connection point.", 
69626             "example": "__CP-INSTANCE-ID__", 
69627             "in": "path", 
69628             "name": "cp-instance-id", 
69629             "required": true, 
69630             "type": "string"
69631           }, 
69632           {
69633             "description": "IP address", 
69634             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
69635             "in": "path", 
69636             "name": "l3-interface-ipv4-address", 
69637             "required": true, 
69638             "type": "string"
69639           }, 
69640           {
69641             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
69642             "in": "body", 
69643             "name": "body", 
69644             "required": true, 
69645             "schema": {
69646               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
69647             }
69648           }
69649         ], 
69650         "produces": [
69651           "application/json"
69652         ], 
69653         "responses": {
69654           "default": {
69655             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69656           }
69657         }, 
69658         "summary": "update an existing l3-interface-ipv4-address-list", 
69659         "tags": [
69660           "Network"
69661         ]
69662       }, 
69663       "put": {
69664         "consumes": [
69665           "application/json", 
69666           "application/xml"
69667         ], 
69668         "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", 
69669         "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList", 
69670         "parameters": [
69671           {
69672             "description": "Unique ID of vnfc.", 
69673             "example": "__VNFC-NAME__", 
69674             "in": "path", 
69675             "name": "vnfc-name", 
69676             "required": true, 
69677             "type": "string"
69678           }, 
69679           {
69680             "description": "Unique ID of the connection point.", 
69681             "example": "__CP-INSTANCE-ID__", 
69682             "in": "path", 
69683             "name": "cp-instance-id", 
69684             "required": true, 
69685             "type": "string"
69686           }, 
69687           {
69688             "description": "IP address", 
69689             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
69690             "in": "path", 
69691             "name": "l3-interface-ipv4-address", 
69692             "required": true, 
69693             "type": "string"
69694           }, 
69695           {
69696             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList.json)", 
69697             "in": "body", 
69698             "name": "body", 
69699             "required": true, 
69700             "schema": {
69701               "$ref": "#/definitions/l3-interface-ipv4-address-list"
69702             }
69703           }
69704         ], 
69705         "produces": [
69706           "application/json", 
69707           "application/xml"
69708         ], 
69709         "responses": {
69710           "default": {
69711             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69712           }
69713         }, 
69714         "summary": "create or update an existing l3-interface-ipv4-address-list", 
69715         "tags": [
69716           "Network"
69717         ]
69718       }
69719     }, 
69720     "/network/vnfcs/vnfc/{vnfc-name}/cps/cp/{cp-instance-id}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
69721       "delete": {
69722         "consumes": [
69723           "application/json", 
69724           "application/xml"
69725         ], 
69726         "description": "delete an existing relationship", 
69727         "operationId": "deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressListRelationshipListRelationship", 
69728         "parameters": [
69729           {
69730             "description": "Unique ID of vnfc.", 
69731             "example": "__VNFC-NAME__", 
69732             "in": "path", 
69733             "name": "vnfc-name", 
69734             "required": true, 
69735             "type": "string"
69736           }, 
69737           {
69738             "description": "Unique ID of the connection point.", 
69739             "example": "__CP-INSTANCE-ID__", 
69740             "in": "path", 
69741             "name": "cp-instance-id", 
69742             "required": true, 
69743             "type": "string"
69744           }, 
69745           {
69746             "description": "IP address", 
69747             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
69748             "in": "path", 
69749             "name": "l3-interface-ipv4-address", 
69750             "required": true, 
69751             "type": "string"
69752           }
69753         ], 
69754         "produces": [
69755           "application/json", 
69756           "application/xml"
69757         ], 
69758         "responses": {
69759           "default": {
69760             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69761           }
69762         }, 
69763         "summary": "delete an existing relationship", 
69764         "tags": [
69765           "Network"
69766         ]
69767       }, 
69768       "put": {
69769         "consumes": [
69770           "application/json", 
69771           "application/xml"
69772         ], 
69773         "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressListRelationshipListRelationship", 
69774         "parameters": [
69775           {
69776             "description": "Unique ID of vnfc.", 
69777             "example": "__VNFC-NAME__", 
69778             "in": "path", 
69779             "name": "vnfc-name", 
69780             "required": true, 
69781             "type": "string"
69782           }, 
69783           {
69784             "description": "Unique ID of the connection point.", 
69785             "example": "__CP-INSTANCE-ID__", 
69786             "in": "path", 
69787             "name": "cp-instance-id", 
69788             "required": true, 
69789             "type": "string"
69790           }, 
69791           {
69792             "description": "IP address", 
69793             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
69794             "in": "path", 
69795             "name": "l3-interface-ipv4-address", 
69796             "required": true, 
69797             "type": "string"
69798           }, 
69799           {
69800             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcCpsCpL3InterfaceIpv4AddressList.json)", 
69801             "in": "body", 
69802             "name": "body", 
69803             "required": true, 
69804             "schema": {
69805               "$ref": "#/definitions/relationship-dict"
69806             }
69807           }
69808         ], 
69809         "produces": [
69810           "application/json", 
69811           "application/xml"
69812         ], 
69813         "responses": {
69814           "default": {
69815             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69816           }
69817         }, 
69818         "summary": "see node definition for valid relationships", 
69819         "tags": [
69820           "Network"
69821         ]
69822       }
69823     }, 
69824     "/network/vnfcs/vnfc/{vnfc-name}/cps/cp/{cp-instance-id}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
69825       "delete": {
69826         "consumes": [
69827           "application/json", 
69828           "application/xml"
69829         ], 
69830         "description": "delete an existing l3-interface-ipv6-address-list", 
69831         "operationId": "deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList", 
69832         "parameters": [
69833           {
69834             "description": "Unique ID of vnfc.", 
69835             "example": "__VNFC-NAME__", 
69836             "in": "path", 
69837             "name": "vnfc-name", 
69838             "required": true, 
69839             "type": "string"
69840           }, 
69841           {
69842             "description": "Unique ID of the connection point.", 
69843             "example": "__CP-INSTANCE-ID__", 
69844             "in": "path", 
69845             "name": "cp-instance-id", 
69846             "required": true, 
69847             "type": "string"
69848           }, 
69849           {
69850             "description": "IP address", 
69851             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
69852             "in": "path", 
69853             "name": "l3-interface-ipv6-address", 
69854             "required": true, 
69855             "type": "string"
69856           }, 
69857           {
69858             "description": "resource-version for concurrency", 
69859             "in": "query", 
69860             "name": "resource-version", 
69861             "required": true, 
69862             "type": "string"
69863           }
69864         ], 
69865         "produces": [
69866           "application/json", 
69867           "application/xml"
69868         ], 
69869         "responses": {
69870           "default": {
69871             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69872           }
69873         }, 
69874         "summary": "delete an existing l3-interface-ipv6-address-list", 
69875         "tags": [
69876           "Network"
69877         ]
69878       }, 
69879       "get": {
69880         "description": "returns l3-interface-ipv6-address-list", 
69881         "operationId": "getNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList", 
69882         "parameters": [
69883           {
69884             "description": "Unique ID of vnfc.", 
69885             "example": "__VNFC-NAME__", 
69886             "in": "path", 
69887             "name": "vnfc-name", 
69888             "required": true, 
69889             "type": "string"
69890           }, 
69891           {
69892             "description": "Unique ID of the connection point.", 
69893             "example": "__CP-INSTANCE-ID__", 
69894             "in": "path", 
69895             "name": "cp-instance-id", 
69896             "required": true, 
69897             "type": "string"
69898           }, 
69899           {
69900             "description": "IP address", 
69901             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
69902             "in": "path", 
69903             "name": "l3-interface-ipv6-address", 
69904             "required": true, 
69905             "type": "string"
69906           }
69907         ], 
69908         "produces": [
69909           "application/json", 
69910           "application/xml"
69911         ], 
69912         "responses": {
69913           "200": {
69914             "description": "successful operation", 
69915             "schema": {
69916               "$ref": "#/definitions/l3-interface-ipv6-address-list"
69917             }
69918           }, 
69919           "default": {
69920             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69921           }
69922         }, 
69923         "summary": "returns l3-interface-ipv6-address-list", 
69924         "tags": [
69925           "Network"
69926         ]
69927       }, 
69928       "patch": {
69929         "consumes": [
69930           "application/json"
69931         ], 
69932         "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", 
69933         "operationId": "UpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList", 
69934         "parameters": [
69935           {
69936             "description": "Unique ID of vnfc.", 
69937             "example": "__VNFC-NAME__", 
69938             "in": "path", 
69939             "name": "vnfc-name", 
69940             "required": true, 
69941             "type": "string"
69942           }, 
69943           {
69944             "description": "Unique ID of the connection point.", 
69945             "example": "__CP-INSTANCE-ID__", 
69946             "in": "path", 
69947             "name": "cp-instance-id", 
69948             "required": true, 
69949             "type": "string"
69950           }, 
69951           {
69952             "description": "IP address", 
69953             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
69954             "in": "path", 
69955             "name": "l3-interface-ipv6-address", 
69956             "required": true, 
69957             "type": "string"
69958           }, 
69959           {
69960             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
69961             "in": "body", 
69962             "name": "body", 
69963             "required": true, 
69964             "schema": {
69965               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
69966             }
69967           }
69968         ], 
69969         "produces": [
69970           "application/json"
69971         ], 
69972         "responses": {
69973           "default": {
69974             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
69975           }
69976         }, 
69977         "summary": "update an existing l3-interface-ipv6-address-list", 
69978         "tags": [
69979           "Network"
69980         ]
69981       }, 
69982       "put": {
69983         "consumes": [
69984           "application/json", 
69985           "application/xml"
69986         ], 
69987         "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", 
69988         "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList", 
69989         "parameters": [
69990           {
69991             "description": "Unique ID of vnfc.", 
69992             "example": "__VNFC-NAME__", 
69993             "in": "path", 
69994             "name": "vnfc-name", 
69995             "required": true, 
69996             "type": "string"
69997           }, 
69998           {
69999             "description": "Unique ID of the connection point.", 
70000             "example": "__CP-INSTANCE-ID__", 
70001             "in": "path", 
70002             "name": "cp-instance-id", 
70003             "required": true, 
70004             "type": "string"
70005           }, 
70006           {
70007             "description": "IP address", 
70008             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70009             "in": "path", 
70010             "name": "l3-interface-ipv6-address", 
70011             "required": true, 
70012             "type": "string"
70013           }, 
70014           {
70015             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList.json)", 
70016             "in": "body", 
70017             "name": "body", 
70018             "required": true, 
70019             "schema": {
70020               "$ref": "#/definitions/l3-interface-ipv6-address-list"
70021             }
70022           }
70023         ], 
70024         "produces": [
70025           "application/json", 
70026           "application/xml"
70027         ], 
70028         "responses": {
70029           "default": {
70030             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70031           }
70032         }, 
70033         "summary": "create or update an existing l3-interface-ipv6-address-list", 
70034         "tags": [
70035           "Network"
70036         ]
70037       }
70038     }, 
70039     "/network/vnfcs/vnfc/{vnfc-name}/cps/cp/{cp-instance-id}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
70040       "delete": {
70041         "consumes": [
70042           "application/json", 
70043           "application/xml"
70044         ], 
70045         "description": "delete an existing relationship", 
70046         "operationId": "deleteNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressListRelationshipListRelationship", 
70047         "parameters": [
70048           {
70049             "description": "Unique ID of vnfc.", 
70050             "example": "__VNFC-NAME__", 
70051             "in": "path", 
70052             "name": "vnfc-name", 
70053             "required": true, 
70054             "type": "string"
70055           }, 
70056           {
70057             "description": "Unique ID of the connection point.", 
70058             "example": "__CP-INSTANCE-ID__", 
70059             "in": "path", 
70060             "name": "cp-instance-id", 
70061             "required": true, 
70062             "type": "string"
70063           }, 
70064           {
70065             "description": "IP address", 
70066             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70067             "in": "path", 
70068             "name": "l3-interface-ipv6-address", 
70069             "required": true, 
70070             "type": "string"
70071           }
70072         ], 
70073         "produces": [
70074           "application/json", 
70075           "application/xml"
70076         ], 
70077         "responses": {
70078           "default": {
70079             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70080           }
70081         }, 
70082         "summary": "delete an existing relationship", 
70083         "tags": [
70084           "Network"
70085         ]
70086       }, 
70087       "put": {
70088         "consumes": [
70089           "application/json", 
70090           "application/xml"
70091         ], 
70092         "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressListRelationshipListRelationship", 
70093         "parameters": [
70094           {
70095             "description": "Unique ID of vnfc.", 
70096             "example": "__VNFC-NAME__", 
70097             "in": "path", 
70098             "name": "vnfc-name", 
70099             "required": true, 
70100             "type": "string"
70101           }, 
70102           {
70103             "description": "Unique ID of the connection point.", 
70104             "example": "__CP-INSTANCE-ID__", 
70105             "in": "path", 
70106             "name": "cp-instance-id", 
70107             "required": true, 
70108             "type": "string"
70109           }, 
70110           {
70111             "description": "IP address", 
70112             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70113             "in": "path", 
70114             "name": "l3-interface-ipv6-address", 
70115             "required": true, 
70116             "type": "string"
70117           }, 
70118           {
70119             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcCpsCpL3InterfaceIpv6AddressList.json)", 
70120             "in": "body", 
70121             "name": "body", 
70122             "required": true, 
70123             "schema": {
70124               "$ref": "#/definitions/relationship-dict"
70125             }
70126           }
70127         ], 
70128         "produces": [
70129           "application/json", 
70130           "application/xml"
70131         ], 
70132         "responses": {
70133           "default": {
70134             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70135           }
70136         }, 
70137         "summary": "see node definition for valid relationships", 
70138         "tags": [
70139           "Network"
70140         ]
70141       }
70142     }, 
70143     "/network/vnfcs/vnfc/{vnfc-name}/cps/cp/{cp-instance-id}/relationship-list/relationship": {
70144       "delete": {
70145         "consumes": [
70146           "application/json", 
70147           "application/xml"
70148         ], 
70149         "description": "delete an existing relationship", 
70150         "operationId": "deleteNetworkVnfcsVnfcCpsCpRelationshipListRelationship", 
70151         "parameters": [
70152           {
70153             "description": "Unique ID of vnfc.", 
70154             "example": "__VNFC-NAME__", 
70155             "in": "path", 
70156             "name": "vnfc-name", 
70157             "required": true, 
70158             "type": "string"
70159           }, 
70160           {
70161             "description": "Unique ID of the connection point.", 
70162             "example": "__CP-INSTANCE-ID__", 
70163             "in": "path", 
70164             "name": "cp-instance-id", 
70165             "required": true, 
70166             "type": "string"
70167           }
70168         ], 
70169         "produces": [
70170           "application/json", 
70171           "application/xml"
70172         ], 
70173         "responses": {
70174           "default": {
70175             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70176           }
70177         }, 
70178         "summary": "delete an existing relationship", 
70179         "tags": [
70180           "Network"
70181         ]
70182       }, 
70183       "put": {
70184         "consumes": [
70185           "application/json", 
70186           "application/xml"
70187         ], 
70188         "operationId": "createOrUpdateNetworkVnfcsVnfcCpsCpRelationshipListRelationship", 
70189         "parameters": [
70190           {
70191             "description": "Unique ID of vnfc.", 
70192             "example": "__VNFC-NAME__", 
70193             "in": "path", 
70194             "name": "vnfc-name", 
70195             "required": true, 
70196             "type": "string"
70197           }, 
70198           {
70199             "description": "Unique ID of the connection point.", 
70200             "example": "__CP-INSTANCE-ID__", 
70201             "in": "path", 
70202             "name": "cp-instance-id", 
70203             "required": true, 
70204             "type": "string"
70205           }, 
70206           {
70207             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcCpsCp.json)", 
70208             "in": "body", 
70209             "name": "body", 
70210             "required": true, 
70211             "schema": {
70212               "$ref": "#/definitions/relationship-dict"
70213             }
70214           }
70215         ], 
70216         "produces": [
70217           "application/json", 
70218           "application/xml"
70219         ], 
70220         "responses": {
70221           "default": {
70222             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70223           }
70224         }, 
70225         "summary": "see node definition for valid relationships", 
70226         "tags": [
70227           "Network"
70228         ]
70229       }
70230     }, 
70231     "/network/vnfcs/vnfc/{vnfc-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}": {
70232       "delete": {
70233         "consumes": [
70234           "application/json", 
70235           "application/xml"
70236         ], 
70237         "description": "delete an existing l3-interface-ipv4-address-list", 
70238         "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv4AddressList", 
70239         "parameters": [
70240           {
70241             "description": "Unique ID of vnfc.", 
70242             "example": "__VNFC-NAME__", 
70243             "in": "path", 
70244             "name": "vnfc-name", 
70245             "required": true, 
70246             "type": "string"
70247           }, 
70248           {
70249             "description": "IP address", 
70250             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
70251             "in": "path", 
70252             "name": "l3-interface-ipv4-address", 
70253             "required": true, 
70254             "type": "string"
70255           }, 
70256           {
70257             "description": "resource-version for concurrency", 
70258             "in": "query", 
70259             "name": "resource-version", 
70260             "required": true, 
70261             "type": "string"
70262           }
70263         ], 
70264         "produces": [
70265           "application/json", 
70266           "application/xml"
70267         ], 
70268         "responses": {
70269           "default": {
70270             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70271           }
70272         }, 
70273         "summary": "delete an existing l3-interface-ipv4-address-list", 
70274         "tags": [
70275           "Network"
70276         ]
70277       }, 
70278       "get": {
70279         "description": "returns l3-interface-ipv4-address-list", 
70280         "operationId": "getNetworkVnfcsVnfcL3InterfaceIpv4AddressList", 
70281         "parameters": [
70282           {
70283             "description": "Unique ID of vnfc.", 
70284             "example": "__VNFC-NAME__", 
70285             "in": "path", 
70286             "name": "vnfc-name", 
70287             "required": true, 
70288             "type": "string"
70289           }, 
70290           {
70291             "description": "IP address", 
70292             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
70293             "in": "path", 
70294             "name": "l3-interface-ipv4-address", 
70295             "required": true, 
70296             "type": "string"
70297           }
70298         ], 
70299         "produces": [
70300           "application/json", 
70301           "application/xml"
70302         ], 
70303         "responses": {
70304           "200": {
70305             "description": "successful operation", 
70306             "schema": {
70307               "$ref": "#/definitions/l3-interface-ipv4-address-list"
70308             }
70309           }, 
70310           "default": {
70311             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70312           }
70313         }, 
70314         "summary": "returns l3-interface-ipv4-address-list", 
70315         "tags": [
70316           "Network"
70317         ]
70318       }, 
70319       "patch": {
70320         "consumes": [
70321           "application/json"
70322         ], 
70323         "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", 
70324         "operationId": "UpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressList", 
70325         "parameters": [
70326           {
70327             "description": "Unique ID of vnfc.", 
70328             "example": "__VNFC-NAME__", 
70329             "in": "path", 
70330             "name": "vnfc-name", 
70331             "required": true, 
70332             "type": "string"
70333           }, 
70334           {
70335             "description": "IP address", 
70336             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
70337             "in": "path", 
70338             "name": "l3-interface-ipv4-address", 
70339             "required": true, 
70340             "type": "string"
70341           }, 
70342           {
70343             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
70344             "in": "body", 
70345             "name": "body", 
70346             "required": true, 
70347             "schema": {
70348               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
70349             }
70350           }
70351         ], 
70352         "produces": [
70353           "application/json"
70354         ], 
70355         "responses": {
70356           "default": {
70357             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70358           }
70359         }, 
70360         "summary": "update an existing l3-interface-ipv4-address-list", 
70361         "tags": [
70362           "Network"
70363         ]
70364       }, 
70365       "put": {
70366         "consumes": [
70367           "application/json", 
70368           "application/xml"
70369         ], 
70370         "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", 
70371         "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressList", 
70372         "parameters": [
70373           {
70374             "description": "Unique ID of vnfc.", 
70375             "example": "__VNFC-NAME__", 
70376             "in": "path", 
70377             "name": "vnfc-name", 
70378             "required": true, 
70379             "type": "string"
70380           }, 
70381           {
70382             "description": "IP address", 
70383             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
70384             "in": "path", 
70385             "name": "l3-interface-ipv4-address", 
70386             "required": true, 
70387             "type": "string"
70388           }, 
70389           {
70390             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcL3InterfaceIpv4AddressList.json)", 
70391             "in": "body", 
70392             "name": "body", 
70393             "required": true, 
70394             "schema": {
70395               "$ref": "#/definitions/l3-interface-ipv4-address-list"
70396             }
70397           }
70398         ], 
70399         "produces": [
70400           "application/json", 
70401           "application/xml"
70402         ], 
70403         "responses": {
70404           "default": {
70405             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70406           }
70407         }, 
70408         "summary": "create or update an existing l3-interface-ipv4-address-list", 
70409         "tags": [
70410           "Network"
70411         ]
70412       }
70413     }, 
70414     "/network/vnfcs/vnfc/{vnfc-name}/l3-interface-ipv4-address-list/{l3-interface-ipv4-address}/relationship-list/relationship": {
70415       "delete": {
70416         "consumes": [
70417           "application/json", 
70418           "application/xml"
70419         ], 
70420         "description": "delete an existing relationship", 
70421         "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv4AddressListRelationshipListRelationship", 
70422         "parameters": [
70423           {
70424             "description": "Unique ID of vnfc.", 
70425             "example": "__VNFC-NAME__", 
70426             "in": "path", 
70427             "name": "vnfc-name", 
70428             "required": true, 
70429             "type": "string"
70430           }, 
70431           {
70432             "description": "IP address", 
70433             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
70434             "in": "path", 
70435             "name": "l3-interface-ipv4-address", 
70436             "required": true, 
70437             "type": "string"
70438           }
70439         ], 
70440         "produces": [
70441           "application/json", 
70442           "application/xml"
70443         ], 
70444         "responses": {
70445           "default": {
70446             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70447           }
70448         }, 
70449         "summary": "delete an existing relationship", 
70450         "tags": [
70451           "Network"
70452         ]
70453       }, 
70454       "put": {
70455         "consumes": [
70456           "application/json", 
70457           "application/xml"
70458         ], 
70459         "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv4AddressListRelationshipListRelationship", 
70460         "parameters": [
70461           {
70462             "description": "Unique ID of vnfc.", 
70463             "example": "__VNFC-NAME__", 
70464             "in": "path", 
70465             "name": "vnfc-name", 
70466             "required": true, 
70467             "type": "string"
70468           }, 
70469           {
70470             "description": "IP address", 
70471             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
70472             "in": "path", 
70473             "name": "l3-interface-ipv4-address", 
70474             "required": true, 
70475             "type": "string"
70476           }, 
70477           {
70478             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcL3InterfaceIpv4AddressList.json)", 
70479             "in": "body", 
70480             "name": "body", 
70481             "required": true, 
70482             "schema": {
70483               "$ref": "#/definitions/relationship-dict"
70484             }
70485           }
70486         ], 
70487         "produces": [
70488           "application/json", 
70489           "application/xml"
70490         ], 
70491         "responses": {
70492           "default": {
70493             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70494           }
70495         }, 
70496         "summary": "see node definition for valid relationships", 
70497         "tags": [
70498           "Network"
70499         ]
70500       }
70501     }, 
70502     "/network/vnfcs/vnfc/{vnfc-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}": {
70503       "delete": {
70504         "consumes": [
70505           "application/json", 
70506           "application/xml"
70507         ], 
70508         "description": "delete an existing l3-interface-ipv6-address-list", 
70509         "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv6AddressList", 
70510         "parameters": [
70511           {
70512             "description": "Unique ID of vnfc.", 
70513             "example": "__VNFC-NAME__", 
70514             "in": "path", 
70515             "name": "vnfc-name", 
70516             "required": true, 
70517             "type": "string"
70518           }, 
70519           {
70520             "description": "IP address", 
70521             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70522             "in": "path", 
70523             "name": "l3-interface-ipv6-address", 
70524             "required": true, 
70525             "type": "string"
70526           }, 
70527           {
70528             "description": "resource-version for concurrency", 
70529             "in": "query", 
70530             "name": "resource-version", 
70531             "required": true, 
70532             "type": "string"
70533           }
70534         ], 
70535         "produces": [
70536           "application/json", 
70537           "application/xml"
70538         ], 
70539         "responses": {
70540           "default": {
70541             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70542           }
70543         }, 
70544         "summary": "delete an existing l3-interface-ipv6-address-list", 
70545         "tags": [
70546           "Network"
70547         ]
70548       }, 
70549       "get": {
70550         "description": "returns l3-interface-ipv6-address-list", 
70551         "operationId": "getNetworkVnfcsVnfcL3InterfaceIpv6AddressList", 
70552         "parameters": [
70553           {
70554             "description": "Unique ID of vnfc.", 
70555             "example": "__VNFC-NAME__", 
70556             "in": "path", 
70557             "name": "vnfc-name", 
70558             "required": true, 
70559             "type": "string"
70560           }, 
70561           {
70562             "description": "IP address", 
70563             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70564             "in": "path", 
70565             "name": "l3-interface-ipv6-address", 
70566             "required": true, 
70567             "type": "string"
70568           }
70569         ], 
70570         "produces": [
70571           "application/json", 
70572           "application/xml"
70573         ], 
70574         "responses": {
70575           "200": {
70576             "description": "successful operation", 
70577             "schema": {
70578               "$ref": "#/definitions/l3-interface-ipv6-address-list"
70579             }
70580           }, 
70581           "default": {
70582             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70583           }
70584         }, 
70585         "summary": "returns l3-interface-ipv6-address-list", 
70586         "tags": [
70587           "Network"
70588         ]
70589       }, 
70590       "patch": {
70591         "consumes": [
70592           "application/json"
70593         ], 
70594         "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", 
70595         "operationId": "UpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressList", 
70596         "parameters": [
70597           {
70598             "description": "Unique ID of vnfc.", 
70599             "example": "__VNFC-NAME__", 
70600             "in": "path", 
70601             "name": "vnfc-name", 
70602             "required": true, 
70603             "type": "string"
70604           }, 
70605           {
70606             "description": "IP address", 
70607             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70608             "in": "path", 
70609             "name": "l3-interface-ipv6-address", 
70610             "required": true, 
70611             "type": "string"
70612           }, 
70613           {
70614             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
70615             "in": "body", 
70616             "name": "body", 
70617             "required": true, 
70618             "schema": {
70619               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
70620             }
70621           }
70622         ], 
70623         "produces": [
70624           "application/json"
70625         ], 
70626         "responses": {
70627           "default": {
70628             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70629           }
70630         }, 
70631         "summary": "update an existing l3-interface-ipv6-address-list", 
70632         "tags": [
70633           "Network"
70634         ]
70635       }, 
70636       "put": {
70637         "consumes": [
70638           "application/json", 
70639           "application/xml"
70640         ], 
70641         "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", 
70642         "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressList", 
70643         "parameters": [
70644           {
70645             "description": "Unique ID of vnfc.", 
70646             "example": "__VNFC-NAME__", 
70647             "in": "path", 
70648             "name": "vnfc-name", 
70649             "required": true, 
70650             "type": "string"
70651           }, 
70652           {
70653             "description": "IP address", 
70654             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70655             "in": "path", 
70656             "name": "l3-interface-ipv6-address", 
70657             "required": true, 
70658             "type": "string"
70659           }, 
70660           {
70661             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcL3InterfaceIpv6AddressList.json)", 
70662             "in": "body", 
70663             "name": "body", 
70664             "required": true, 
70665             "schema": {
70666               "$ref": "#/definitions/l3-interface-ipv6-address-list"
70667             }
70668           }
70669         ], 
70670         "produces": [
70671           "application/json", 
70672           "application/xml"
70673         ], 
70674         "responses": {
70675           "default": {
70676             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70677           }
70678         }, 
70679         "summary": "create or update an existing l3-interface-ipv6-address-list", 
70680         "tags": [
70681           "Network"
70682         ]
70683       }
70684     }, 
70685     "/network/vnfcs/vnfc/{vnfc-name}/l3-interface-ipv6-address-list/{l3-interface-ipv6-address}/relationship-list/relationship": {
70686       "delete": {
70687         "consumes": [
70688           "application/json", 
70689           "application/xml"
70690         ], 
70691         "description": "delete an existing relationship", 
70692         "operationId": "deleteNetworkVnfcsVnfcL3InterfaceIpv6AddressListRelationshipListRelationship", 
70693         "parameters": [
70694           {
70695             "description": "Unique ID of vnfc.", 
70696             "example": "__VNFC-NAME__", 
70697             "in": "path", 
70698             "name": "vnfc-name", 
70699             "required": true, 
70700             "type": "string"
70701           }, 
70702           {
70703             "description": "IP address", 
70704             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70705             "in": "path", 
70706             "name": "l3-interface-ipv6-address", 
70707             "required": true, 
70708             "type": "string"
70709           }
70710         ], 
70711         "produces": [
70712           "application/json", 
70713           "application/xml"
70714         ], 
70715         "responses": {
70716           "default": {
70717             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70718           }
70719         }, 
70720         "summary": "delete an existing relationship", 
70721         "tags": [
70722           "Network"
70723         ]
70724       }, 
70725       "put": {
70726         "consumes": [
70727           "application/json", 
70728           "application/xml"
70729         ], 
70730         "operationId": "createOrUpdateNetworkVnfcsVnfcL3InterfaceIpv6AddressListRelationshipListRelationship", 
70731         "parameters": [
70732           {
70733             "description": "Unique ID of vnfc.", 
70734             "example": "__VNFC-NAME__", 
70735             "in": "path", 
70736             "name": "vnfc-name", 
70737             "required": true, 
70738             "type": "string"
70739           }, 
70740           {
70741             "description": "IP address", 
70742             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
70743             "in": "path", 
70744             "name": "l3-interface-ipv6-address", 
70745             "required": true, 
70746             "type": "string"
70747           }, 
70748           {
70749             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfcL3InterfaceIpv6AddressList.json)", 
70750             "in": "body", 
70751             "name": "body", 
70752             "required": true, 
70753             "schema": {
70754               "$ref": "#/definitions/relationship-dict"
70755             }
70756           }
70757         ], 
70758         "produces": [
70759           "application/json", 
70760           "application/xml"
70761         ], 
70762         "responses": {
70763           "default": {
70764             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70765           }
70766         }, 
70767         "summary": "see node definition for valid relationships", 
70768         "tags": [
70769           "Network"
70770         ]
70771       }
70772     }, 
70773     "/network/vnfcs/vnfc/{vnfc-name}/relationship-list/relationship": {
70774       "delete": {
70775         "consumes": [
70776           "application/json", 
70777           "application/xml"
70778         ], 
70779         "description": "delete an existing relationship", 
70780         "operationId": "deleteNetworkVnfcsVnfcRelationshipListRelationship", 
70781         "parameters": [
70782           {
70783             "description": "Unique ID of vnfc.", 
70784             "example": "__VNFC-NAME__", 
70785             "in": "path", 
70786             "name": "vnfc-name", 
70787             "required": true, 
70788             "type": "string"
70789           }
70790         ], 
70791         "produces": [
70792           "application/json", 
70793           "application/xml"
70794         ], 
70795         "responses": {
70796           "default": {
70797             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70798           }
70799         }, 
70800         "summary": "delete an existing relationship", 
70801         "tags": [
70802           "Network"
70803         ]
70804       }, 
70805       "put": {
70806         "consumes": [
70807           "application/json", 
70808           "application/xml"
70809         ], 
70810         "operationId": "createOrUpdateNetworkVnfcsVnfcRelationshipListRelationship", 
70811         "parameters": [
70812           {
70813             "description": "Unique ID of vnfc.", 
70814             "example": "__VNFC-NAME__", 
70815             "in": "path", 
70816             "name": "vnfc-name", 
70817             "required": true, 
70818             "type": "string"
70819           }, 
70820           {
70821             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVnfcsVnfc.json)", 
70822             "in": "body", 
70823             "name": "body", 
70824             "required": true, 
70825             "schema": {
70826               "$ref": "#/definitions/relationship-dict"
70827             }
70828           }
70829         ], 
70830         "produces": [
70831           "application/json", 
70832           "application/xml"
70833         ], 
70834         "responses": {
70835           "default": {
70836             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70837           }
70838         }, 
70839         "summary": "see node definition for valid relationships", 
70840         "tags": [
70841           "Network"
70842         ]
70843       }
70844     }, 
70845     "/network/vpls-pes": {
70846       "get": {
70847         "description": "returns vpls-pes", 
70848         "operationId": "getNetworkVplsPes", 
70849         "parameters": [
70850           {
70851             "description": "n/a", 
70852             "in": "query", 
70853             "name": "equipment-name", 
70854             "required": false, 
70855             "type": "string"
70856           }, 
70857           {
70858             "description": "n/a", 
70859             "in": "query", 
70860             "name": "prov-status", 
70861             "required": false, 
70862             "type": "string"
70863           }
70864         ], 
70865         "produces": [
70866           "application/json", 
70867           "application/xml"
70868         ], 
70869         "responses": {
70870           "200": {
70871             "description": "successful operation", 
70872             "schema": {
70873               "$ref": "#/definitions/vpls-pes"
70874             }
70875           }, 
70876           "default": {
70877             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70878           }
70879         }, 
70880         "summary": "returns vpls-pes", 
70881         "tags": [
70882           "Network"
70883         ]
70884       }
70885     }, 
70886     "/network/vpls-pes/vpls-pe/{equipment-name}": {
70887       "delete": {
70888         "consumes": [
70889           "application/json", 
70890           "application/xml"
70891         ], 
70892         "description": "delete an existing vpls-pe", 
70893         "operationId": "deleteNetworkVplsPesVplsPe", 
70894         "parameters": [
70895           {
70896             "example": "__EQUIPMENT-NAME__", 
70897             "in": "path", 
70898             "name": "equipment-name", 
70899             "required": true, 
70900             "type": "string"
70901           }, 
70902           {
70903             "description": "resource-version for concurrency", 
70904             "in": "query", 
70905             "name": "resource-version", 
70906             "required": true, 
70907             "type": "string"
70908           }
70909         ], 
70910         "produces": [
70911           "application/json", 
70912           "application/xml"
70913         ], 
70914         "responses": {
70915           "default": {
70916             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70917           }
70918         }, 
70919         "summary": "delete an existing vpls-pe", 
70920         "tags": [
70921           "Network"
70922         ]
70923       }, 
70924       "get": {
70925         "description": "returns vpls-pe", 
70926         "operationId": "getNetworkVplsPesVplsPe", 
70927         "parameters": [
70928           {
70929             "example": "__EQUIPMENT-NAME__", 
70930             "in": "path", 
70931             "name": "equipment-name", 
70932             "required": true, 
70933             "type": "string"
70934           }
70935         ], 
70936         "produces": [
70937           "application/json", 
70938           "application/xml"
70939         ], 
70940         "responses": {
70941           "200": {
70942             "description": "successful operation", 
70943             "schema": {
70944               "$ref": "#/definitions/vpls-pe"
70945             }
70946           }, 
70947           "default": {
70948             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70949           }
70950         }, 
70951         "summary": "returns vpls-pe", 
70952         "tags": [
70953           "Network"
70954         ]
70955       }, 
70956       "patch": {
70957         "consumes": [
70958           "application/json"
70959         ], 
70960         "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", 
70961         "operationId": "UpdateNetworkVplsPesVplsPe", 
70962         "parameters": [
70963           {
70964             "example": "__EQUIPMENT-NAME__", 
70965             "in": "path", 
70966             "name": "equipment-name", 
70967             "required": true, 
70968             "type": "string"
70969           }, 
70970           {
70971             "description": "vpls-pe object that needs to be updated.", 
70972             "in": "body", 
70973             "name": "body", 
70974             "required": true, 
70975             "schema": {
70976               "$ref": "#/definitions/zzzz-patch-vpls-pe"
70977             }
70978           }
70979         ], 
70980         "produces": [
70981           "application/json"
70982         ], 
70983         "responses": {
70984           "default": {
70985             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
70986           }
70987         }, 
70988         "summary": "update an existing vpls-pe", 
70989         "tags": [
70990           "Network"
70991         ]
70992       }, 
70993       "put": {
70994         "consumes": [
70995           "application/json", 
70996           "application/xml"
70997         ], 
70998         "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", 
70999         "operationId": "createOrUpdateNetworkVplsPesVplsPe", 
71000         "parameters": [
71001           {
71002             "example": "__EQUIPMENT-NAME__", 
71003             "in": "path", 
71004             "name": "equipment-name", 
71005             "required": true, 
71006             "type": "string"
71007           }, 
71008           {
71009             "description": "vpls-pe object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPe.json)", 
71010             "in": "body", 
71011             "name": "body", 
71012             "required": true, 
71013             "schema": {
71014               "$ref": "#/definitions/vpls-pe"
71015             }
71016           }
71017         ], 
71018         "produces": [
71019           "application/json", 
71020           "application/xml"
71021         ], 
71022         "responses": {
71023           "default": {
71024             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71025           }
71026         }, 
71027         "summary": "create or update an existing vpls-pe", 
71028         "tags": [
71029           "Network"
71030         ]
71031       }
71032     }, 
71033     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces": {
71034       "get": {
71035         "description": "returns lag-interfaces", 
71036         "operationId": "getNetworkVplsPesVplsPeLagInterfaces", 
71037         "parameters": [
71038           {
71039             "example": "__EQUIPMENT-NAME__", 
71040             "in": "path", 
71041             "name": "equipment-name", 
71042             "required": true, 
71043             "type": "string"
71044           }, 
71045           {
71046             "description": "n/a", 
71047             "in": "query", 
71048             "name": "interface-name", 
71049             "required": false, 
71050             "type": "string"
71051           }, 
71052           {
71053             "description": "n/a", 
71054             "in": "query", 
71055             "name": "interface-id", 
71056             "required": false, 
71057             "type": "string"
71058           }, 
71059           {
71060             "description": "n/a", 
71061             "in": "query", 
71062             "name": "interface-role", 
71063             "required": false, 
71064             "type": "string"
71065           }
71066         ], 
71067         "produces": [
71068           "application/json", 
71069           "application/xml"
71070         ], 
71071         "responses": {
71072           "200": {
71073             "description": "successful operation", 
71074             "schema": {
71075               "$ref": "#/definitions/lag-interfaces"
71076             }
71077           }, 
71078           "default": {
71079             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71080           }
71081         }, 
71082         "summary": "returns lag-interfaces", 
71083         "tags": [
71084           "Network"
71085         ]
71086       }
71087     }, 
71088     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}": {
71089       "delete": {
71090         "consumes": [
71091           "application/json", 
71092           "application/xml"
71093         ], 
71094         "description": "delete an existing lag-interface", 
71095         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterface", 
71096         "parameters": [
71097           {
71098             "example": "__EQUIPMENT-NAME__", 
71099             "in": "path", 
71100             "name": "equipment-name", 
71101             "required": true, 
71102             "type": "string"
71103           }, 
71104           {
71105             "description": "Name that identifies the link aggregate interface", 
71106             "example": "__INTERFACE-NAME__", 
71107             "in": "path", 
71108             "name": "interface-name", 
71109             "required": true, 
71110             "type": "string"
71111           }, 
71112           {
71113             "description": "resource-version for concurrency", 
71114             "in": "query", 
71115             "name": "resource-version", 
71116             "required": true, 
71117             "type": "string"
71118           }
71119         ], 
71120         "produces": [
71121           "application/json", 
71122           "application/xml"
71123         ], 
71124         "responses": {
71125           "default": {
71126             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71127           }
71128         }, 
71129         "summary": "delete an existing lag-interface", 
71130         "tags": [
71131           "Network"
71132         ]
71133       }, 
71134       "get": {
71135         "description": "returns lag-interface", 
71136         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterface", 
71137         "parameters": [
71138           {
71139             "example": "__EQUIPMENT-NAME__", 
71140             "in": "path", 
71141             "name": "equipment-name", 
71142             "required": true, 
71143             "type": "string"
71144           }, 
71145           {
71146             "description": "Name that identifies the link aggregate interface", 
71147             "example": "__INTERFACE-NAME__", 
71148             "in": "path", 
71149             "name": "interface-name", 
71150             "required": true, 
71151             "type": "string"
71152           }
71153         ], 
71154         "produces": [
71155           "application/json", 
71156           "application/xml"
71157         ], 
71158         "responses": {
71159           "200": {
71160             "description": "successful operation", 
71161             "schema": {
71162               "$ref": "#/definitions/lag-interface"
71163             }
71164           }, 
71165           "default": {
71166             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71167           }
71168         }, 
71169         "summary": "returns lag-interface", 
71170         "tags": [
71171           "Network"
71172         ]
71173       }, 
71174       "patch": {
71175         "consumes": [
71176           "application/json"
71177         ], 
71178         "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", 
71179         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterface", 
71180         "parameters": [
71181           {
71182             "example": "__EQUIPMENT-NAME__", 
71183             "in": "path", 
71184             "name": "equipment-name", 
71185             "required": true, 
71186             "type": "string"
71187           }, 
71188           {
71189             "description": "Name that identifies the link aggregate interface", 
71190             "example": "__INTERFACE-NAME__", 
71191             "in": "path", 
71192             "name": "interface-name", 
71193             "required": true, 
71194             "type": "string"
71195           }, 
71196           {
71197             "description": "lag-interface object that needs to be updated.", 
71198             "in": "body", 
71199             "name": "body", 
71200             "required": true, 
71201             "schema": {
71202               "$ref": "#/definitions/zzzz-patch-lag-interface"
71203             }
71204           }
71205         ], 
71206         "produces": [
71207           "application/json"
71208         ], 
71209         "responses": {
71210           "default": {
71211             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71212           }
71213         }, 
71214         "summary": "update an existing lag-interface", 
71215         "tags": [
71216           "Network"
71217         ]
71218       }, 
71219       "put": {
71220         "consumes": [
71221           "application/json", 
71222           "application/xml"
71223         ], 
71224         "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", 
71225         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterface", 
71226         "parameters": [
71227           {
71228             "example": "__EQUIPMENT-NAME__", 
71229             "in": "path", 
71230             "name": "equipment-name", 
71231             "required": true, 
71232             "type": "string"
71233           }, 
71234           {
71235             "description": "Name that identifies the link aggregate interface", 
71236             "example": "__INTERFACE-NAME__", 
71237             "in": "path", 
71238             "name": "interface-name", 
71239             "required": true, 
71240             "type": "string"
71241           }, 
71242           {
71243             "description": "lag-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterface.json)", 
71244             "in": "body", 
71245             "name": "body", 
71246             "required": true, 
71247             "schema": {
71248               "$ref": "#/definitions/lag-interface"
71249             }
71250           }
71251         ], 
71252         "produces": [
71253           "application/json", 
71254           "application/xml"
71255         ], 
71256         "responses": {
71257           "default": {
71258             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71259           }
71260         }, 
71261         "summary": "create or update an existing lag-interface", 
71262         "tags": [
71263           "Network"
71264         ]
71265       }
71266     }, 
71267     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces": {
71268       "get": {
71269         "description": "returns l-interfaces", 
71270         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfaces", 
71271         "parameters": [
71272           {
71273             "example": "__EQUIPMENT-NAME__", 
71274             "in": "path", 
71275             "name": "equipment-name", 
71276             "required": true, 
71277             "type": "string"
71278           }, 
71279           {
71280             "description": "Name that identifies the link aggregate interface", 
71281             "example": "__INTERFACE-NAME__", 
71282             "in": "path", 
71283             "name": "interface-name", 
71284             "required": true, 
71285             "type": "string"
71286           }, 
71287           {
71288             "description": "n/a", 
71289             "in": "query", 
71290             "name": "interface-name", 
71291             "required": false, 
71292             "type": "string"
71293           }, 
71294           {
71295             "description": "n/a", 
71296             "in": "query", 
71297             "name": "interface-id", 
71298             "required": false, 
71299             "type": "string"
71300           }, 
71301           {
71302             "description": "n/a", 
71303             "in": "query", 
71304             "name": "macaddr", 
71305             "required": false, 
71306             "type": "string"
71307           }, 
71308           {
71309             "description": "n/a", 
71310             "in": "query", 
71311             "name": "network-name", 
71312             "required": false, 
71313             "type": "string"
71314           }
71315         ], 
71316         "produces": [
71317           "application/json", 
71318           "application/xml"
71319         ], 
71320         "responses": {
71321           "200": {
71322             "description": "successful operation", 
71323             "schema": {
71324               "$ref": "#/definitions/l-interfaces"
71325             }
71326           }, 
71327           "default": {
71328             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71329           }
71330         }, 
71331         "summary": "returns l-interfaces", 
71332         "tags": [
71333           "Network"
71334         ]
71335       }
71336     }, 
71337     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
71338       "delete": {
71339         "consumes": [
71340           "application/json", 
71341           "application/xml"
71342         ], 
71343         "description": "delete an existing l-interface", 
71344         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface", 
71345         "parameters": [
71346           {
71347             "example": "__EQUIPMENT-NAME__", 
71348             "in": "path", 
71349             "name": "equipment-name", 
71350             "required": true, 
71351             "type": "string"
71352           }, 
71353           {
71354             "description": "Name that identifies the link aggregate interface", 
71355             "example": "__INTERFACE-NAME__", 
71356             "in": "path", 
71357             "name": "interface-name", 
71358             "required": true, 
71359             "type": "string"
71360           }, 
71361           {
71362             "description": "Name given to the interface", 
71363             "example": "__INTERFACE-NAME__", 
71364             "in": "path", 
71365             "name": "l-interface.interface-name", 
71366             "required": true, 
71367             "type": "string"
71368           }, 
71369           {
71370             "description": "resource-version for concurrency", 
71371             "in": "query", 
71372             "name": "resource-version", 
71373             "required": true, 
71374             "type": "string"
71375           }
71376         ], 
71377         "produces": [
71378           "application/json", 
71379           "application/xml"
71380         ], 
71381         "responses": {
71382           "default": {
71383             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71384           }
71385         }, 
71386         "summary": "delete an existing l-interface", 
71387         "tags": [
71388           "Network"
71389         ]
71390       }, 
71391       "get": {
71392         "description": "returns l-interface", 
71393         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface", 
71394         "parameters": [
71395           {
71396             "example": "__EQUIPMENT-NAME__", 
71397             "in": "path", 
71398             "name": "equipment-name", 
71399             "required": true, 
71400             "type": "string"
71401           }, 
71402           {
71403             "description": "Name that identifies the link aggregate interface", 
71404             "example": "__INTERFACE-NAME__", 
71405             "in": "path", 
71406             "name": "interface-name", 
71407             "required": true, 
71408             "type": "string"
71409           }, 
71410           {
71411             "description": "Name given to the interface", 
71412             "example": "__INTERFACE-NAME__", 
71413             "in": "path", 
71414             "name": "l-interface.interface-name", 
71415             "required": true, 
71416             "type": "string"
71417           }
71418         ], 
71419         "produces": [
71420           "application/json", 
71421           "application/xml"
71422         ], 
71423         "responses": {
71424           "200": {
71425             "description": "successful operation", 
71426             "schema": {
71427               "$ref": "#/definitions/l-interface"
71428             }
71429           }, 
71430           "default": {
71431             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71432           }
71433         }, 
71434         "summary": "returns l-interface", 
71435         "tags": [
71436           "Network"
71437         ]
71438       }, 
71439       "patch": {
71440         "consumes": [
71441           "application/json"
71442         ], 
71443         "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", 
71444         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface", 
71445         "parameters": [
71446           {
71447             "example": "__EQUIPMENT-NAME__", 
71448             "in": "path", 
71449             "name": "equipment-name", 
71450             "required": true, 
71451             "type": "string"
71452           }, 
71453           {
71454             "description": "Name that identifies the link aggregate interface", 
71455             "example": "__INTERFACE-NAME__", 
71456             "in": "path", 
71457             "name": "interface-name", 
71458             "required": true, 
71459             "type": "string"
71460           }, 
71461           {
71462             "description": "Name given to the interface", 
71463             "example": "__INTERFACE-NAME__", 
71464             "in": "path", 
71465             "name": "l-interface.interface-name", 
71466             "required": true, 
71467             "type": "string"
71468           }, 
71469           {
71470             "description": "l-interface object that needs to be updated.", 
71471             "in": "body", 
71472             "name": "body", 
71473             "required": true, 
71474             "schema": {
71475               "$ref": "#/definitions/zzzz-patch-l-interface"
71476             }
71477           }
71478         ], 
71479         "produces": [
71480           "application/json"
71481         ], 
71482         "responses": {
71483           "default": {
71484             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71485           }
71486         }, 
71487         "summary": "update an existing l-interface", 
71488         "tags": [
71489           "Network"
71490         ]
71491       }, 
71492       "put": {
71493         "consumes": [
71494           "application/json", 
71495           "application/xml"
71496         ], 
71497         "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", 
71498         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface", 
71499         "parameters": [
71500           {
71501             "example": "__EQUIPMENT-NAME__", 
71502             "in": "path", 
71503             "name": "equipment-name", 
71504             "required": true, 
71505             "type": "string"
71506           }, 
71507           {
71508             "description": "Name that identifies the link aggregate interface", 
71509             "example": "__INTERFACE-NAME__", 
71510             "in": "path", 
71511             "name": "interface-name", 
71512             "required": true, 
71513             "type": "string"
71514           }, 
71515           {
71516             "description": "Name given to the interface", 
71517             "example": "__INTERFACE-NAME__", 
71518             "in": "path", 
71519             "name": "l-interface.interface-name", 
71520             "required": true, 
71521             "type": "string"
71522           }, 
71523           {
71524             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
71525             "in": "body", 
71526             "name": "body", 
71527             "required": true, 
71528             "schema": {
71529               "$ref": "#/definitions/l-interface"
71530             }
71531           }
71532         ], 
71533         "produces": [
71534           "application/json", 
71535           "application/xml"
71536         ], 
71537         "responses": {
71538           "default": {
71539             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71540           }
71541         }, 
71542         "summary": "create or update an existing l-interface", 
71543         "tags": [
71544           "Network"
71545         ]
71546       }
71547     }, 
71548     "/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}": {
71549       "delete": {
71550         "consumes": [
71551           "application/json", 
71552           "application/xml"
71553         ], 
71554         "description": "delete an existing l3-interface-ipv4-address-list", 
71555         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
71556         "parameters": [
71557           {
71558             "example": "__EQUIPMENT-NAME__", 
71559             "in": "path", 
71560             "name": "equipment-name", 
71561             "required": true, 
71562             "type": "string"
71563           }, 
71564           {
71565             "description": "Name that identifies the link aggregate interface", 
71566             "example": "__INTERFACE-NAME__", 
71567             "in": "path", 
71568             "name": "interface-name", 
71569             "required": true, 
71570             "type": "string"
71571           }, 
71572           {
71573             "description": "Name given to the interface", 
71574             "example": "__INTERFACE-NAME__", 
71575             "in": "path", 
71576             "name": "l-interface.interface-name", 
71577             "required": true, 
71578             "type": "string"
71579           }, 
71580           {
71581             "description": "IP address", 
71582             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
71583             "in": "path", 
71584             "name": "l3-interface-ipv4-address", 
71585             "required": true, 
71586             "type": "string"
71587           }, 
71588           {
71589             "description": "resource-version for concurrency", 
71590             "in": "query", 
71591             "name": "resource-version", 
71592             "required": true, 
71593             "type": "string"
71594           }
71595         ], 
71596         "produces": [
71597           "application/json", 
71598           "application/xml"
71599         ], 
71600         "responses": {
71601           "default": {
71602             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71603           }
71604         }, 
71605         "summary": "delete an existing l3-interface-ipv4-address-list", 
71606         "tags": [
71607           "Network"
71608         ]
71609       }, 
71610       "get": {
71611         "description": "returns l3-interface-ipv4-address-list", 
71612         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
71613         "parameters": [
71614           {
71615             "example": "__EQUIPMENT-NAME__", 
71616             "in": "path", 
71617             "name": "equipment-name", 
71618             "required": true, 
71619             "type": "string"
71620           }, 
71621           {
71622             "description": "Name that identifies the link aggregate interface", 
71623             "example": "__INTERFACE-NAME__", 
71624             "in": "path", 
71625             "name": "interface-name", 
71626             "required": true, 
71627             "type": "string"
71628           }, 
71629           {
71630             "description": "Name given to the interface", 
71631             "example": "__INTERFACE-NAME__", 
71632             "in": "path", 
71633             "name": "l-interface.interface-name", 
71634             "required": true, 
71635             "type": "string"
71636           }, 
71637           {
71638             "description": "IP address", 
71639             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
71640             "in": "path", 
71641             "name": "l3-interface-ipv4-address", 
71642             "required": true, 
71643             "type": "string"
71644           }
71645         ], 
71646         "produces": [
71647           "application/json", 
71648           "application/xml"
71649         ], 
71650         "responses": {
71651           "200": {
71652             "description": "successful operation", 
71653             "schema": {
71654               "$ref": "#/definitions/l3-interface-ipv4-address-list"
71655             }
71656           }, 
71657           "default": {
71658             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71659           }
71660         }, 
71661         "summary": "returns l3-interface-ipv4-address-list", 
71662         "tags": [
71663           "Network"
71664         ]
71665       }, 
71666       "patch": {
71667         "consumes": [
71668           "application/json"
71669         ], 
71670         "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", 
71671         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
71672         "parameters": [
71673           {
71674             "example": "__EQUIPMENT-NAME__", 
71675             "in": "path", 
71676             "name": "equipment-name", 
71677             "required": true, 
71678             "type": "string"
71679           }, 
71680           {
71681             "description": "Name that identifies the link aggregate interface", 
71682             "example": "__INTERFACE-NAME__", 
71683             "in": "path", 
71684             "name": "interface-name", 
71685             "required": true, 
71686             "type": "string"
71687           }, 
71688           {
71689             "description": "Name given to the interface", 
71690             "example": "__INTERFACE-NAME__", 
71691             "in": "path", 
71692             "name": "l-interface.interface-name", 
71693             "required": true, 
71694             "type": "string"
71695           }, 
71696           {
71697             "description": "IP address", 
71698             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
71699             "in": "path", 
71700             "name": "l3-interface-ipv4-address", 
71701             "required": true, 
71702             "type": "string"
71703           }, 
71704           {
71705             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
71706             "in": "body", 
71707             "name": "body", 
71708             "required": true, 
71709             "schema": {
71710               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
71711             }
71712           }
71713         ], 
71714         "produces": [
71715           "application/json"
71716         ], 
71717         "responses": {
71718           "default": {
71719             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71720           }
71721         }, 
71722         "summary": "update an existing l3-interface-ipv4-address-list", 
71723         "tags": [
71724           "Network"
71725         ]
71726       }, 
71727       "put": {
71728         "consumes": [
71729           "application/json", 
71730           "application/xml"
71731         ], 
71732         "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", 
71733         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
71734         "parameters": [
71735           {
71736             "example": "__EQUIPMENT-NAME__", 
71737             "in": "path", 
71738             "name": "equipment-name", 
71739             "required": true, 
71740             "type": "string"
71741           }, 
71742           {
71743             "description": "Name that identifies the link aggregate interface", 
71744             "example": "__INTERFACE-NAME__", 
71745             "in": "path", 
71746             "name": "interface-name", 
71747             "required": true, 
71748             "type": "string"
71749           }, 
71750           {
71751             "description": "Name given to the interface", 
71752             "example": "__INTERFACE-NAME__", 
71753             "in": "path", 
71754             "name": "l-interface.interface-name", 
71755             "required": true, 
71756             "type": "string"
71757           }, 
71758           {
71759             "description": "IP address", 
71760             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
71761             "in": "path", 
71762             "name": "l3-interface-ipv4-address", 
71763             "required": true, 
71764             "type": "string"
71765           }, 
71766           {
71767             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
71768             "in": "body", 
71769             "name": "body", 
71770             "required": true, 
71771             "schema": {
71772               "$ref": "#/definitions/l3-interface-ipv4-address-list"
71773             }
71774           }
71775         ], 
71776         "produces": [
71777           "application/json", 
71778           "application/xml"
71779         ], 
71780         "responses": {
71781           "default": {
71782             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71783           }
71784         }, 
71785         "summary": "create or update an existing l3-interface-ipv4-address-list", 
71786         "tags": [
71787           "Network"
71788         ]
71789       }
71790     }, 
71791     "/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": {
71792       "delete": {
71793         "consumes": [
71794           "application/json", 
71795           "application/xml"
71796         ], 
71797         "description": "delete an existing relationship", 
71798         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
71799         "parameters": [
71800           {
71801             "example": "__EQUIPMENT-NAME__", 
71802             "in": "path", 
71803             "name": "equipment-name", 
71804             "required": true, 
71805             "type": "string"
71806           }, 
71807           {
71808             "description": "Name that identifies the link aggregate interface", 
71809             "example": "__INTERFACE-NAME__", 
71810             "in": "path", 
71811             "name": "interface-name", 
71812             "required": true, 
71813             "type": "string"
71814           }, 
71815           {
71816             "description": "Name given to the interface", 
71817             "example": "__INTERFACE-NAME__", 
71818             "in": "path", 
71819             "name": "l-interface.interface-name", 
71820             "required": true, 
71821             "type": "string"
71822           }, 
71823           {
71824             "description": "IP address", 
71825             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
71826             "in": "path", 
71827             "name": "l3-interface-ipv4-address", 
71828             "required": true, 
71829             "type": "string"
71830           }
71831         ], 
71832         "produces": [
71833           "application/json", 
71834           "application/xml"
71835         ], 
71836         "responses": {
71837           "default": {
71838             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71839           }
71840         }, 
71841         "summary": "delete an existing relationship", 
71842         "tags": [
71843           "Network"
71844         ]
71845       }, 
71846       "put": {
71847         "consumes": [
71848           "application/json", 
71849           "application/xml"
71850         ], 
71851         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
71852         "parameters": [
71853           {
71854             "example": "__EQUIPMENT-NAME__", 
71855             "in": "path", 
71856             "name": "equipment-name", 
71857             "required": true, 
71858             "type": "string"
71859           }, 
71860           {
71861             "description": "Name that identifies the link aggregate interface", 
71862             "example": "__INTERFACE-NAME__", 
71863             "in": "path", 
71864             "name": "interface-name", 
71865             "required": true, 
71866             "type": "string"
71867           }, 
71868           {
71869             "description": "Name given to the interface", 
71870             "example": "__INTERFACE-NAME__", 
71871             "in": "path", 
71872             "name": "l-interface.interface-name", 
71873             "required": true, 
71874             "type": "string"
71875           }, 
71876           {
71877             "description": "IP address", 
71878             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
71879             "in": "path", 
71880             "name": "l3-interface-ipv4-address", 
71881             "required": true, 
71882             "type": "string"
71883           }, 
71884           {
71885             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
71886             "in": "body", 
71887             "name": "body", 
71888             "required": true, 
71889             "schema": {
71890               "$ref": "#/definitions/relationship-dict"
71891             }
71892           }
71893         ], 
71894         "produces": [
71895           "application/json", 
71896           "application/xml"
71897         ], 
71898         "responses": {
71899           "default": {
71900             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71901           }
71902         }, 
71903         "summary": "see node definition for valid relationships", 
71904         "tags": [
71905           "Network"
71906         ]
71907       }
71908     }, 
71909     "/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}": {
71910       "delete": {
71911         "consumes": [
71912           "application/json", 
71913           "application/xml"
71914         ], 
71915         "description": "delete an existing l3-interface-ipv6-address-list", 
71916         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
71917         "parameters": [
71918           {
71919             "example": "__EQUIPMENT-NAME__", 
71920             "in": "path", 
71921             "name": "equipment-name", 
71922             "required": true, 
71923             "type": "string"
71924           }, 
71925           {
71926             "description": "Name that identifies the link aggregate interface", 
71927             "example": "__INTERFACE-NAME__", 
71928             "in": "path", 
71929             "name": "interface-name", 
71930             "required": true, 
71931             "type": "string"
71932           }, 
71933           {
71934             "description": "Name given to the interface", 
71935             "example": "__INTERFACE-NAME__", 
71936             "in": "path", 
71937             "name": "l-interface.interface-name", 
71938             "required": true, 
71939             "type": "string"
71940           }, 
71941           {
71942             "description": "IP address", 
71943             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
71944             "in": "path", 
71945             "name": "l3-interface-ipv6-address", 
71946             "required": true, 
71947             "type": "string"
71948           }, 
71949           {
71950             "description": "resource-version for concurrency", 
71951             "in": "query", 
71952             "name": "resource-version", 
71953             "required": true, 
71954             "type": "string"
71955           }
71956         ], 
71957         "produces": [
71958           "application/json", 
71959           "application/xml"
71960         ], 
71961         "responses": {
71962           "default": {
71963             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
71964           }
71965         }, 
71966         "summary": "delete an existing l3-interface-ipv6-address-list", 
71967         "tags": [
71968           "Network"
71969         ]
71970       }, 
71971       "get": {
71972         "description": "returns l3-interface-ipv6-address-list", 
71973         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
71974         "parameters": [
71975           {
71976             "example": "__EQUIPMENT-NAME__", 
71977             "in": "path", 
71978             "name": "equipment-name", 
71979             "required": true, 
71980             "type": "string"
71981           }, 
71982           {
71983             "description": "Name that identifies the link aggregate interface", 
71984             "example": "__INTERFACE-NAME__", 
71985             "in": "path", 
71986             "name": "interface-name", 
71987             "required": true, 
71988             "type": "string"
71989           }, 
71990           {
71991             "description": "Name given to the interface", 
71992             "example": "__INTERFACE-NAME__", 
71993             "in": "path", 
71994             "name": "l-interface.interface-name", 
71995             "required": true, 
71996             "type": "string"
71997           }, 
71998           {
71999             "description": "IP address", 
72000             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
72001             "in": "path", 
72002             "name": "l3-interface-ipv6-address", 
72003             "required": true, 
72004             "type": "string"
72005           }
72006         ], 
72007         "produces": [
72008           "application/json", 
72009           "application/xml"
72010         ], 
72011         "responses": {
72012           "200": {
72013             "description": "successful operation", 
72014             "schema": {
72015               "$ref": "#/definitions/l3-interface-ipv6-address-list"
72016             }
72017           }, 
72018           "default": {
72019             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72020           }
72021         }, 
72022         "summary": "returns l3-interface-ipv6-address-list", 
72023         "tags": [
72024           "Network"
72025         ]
72026       }, 
72027       "patch": {
72028         "consumes": [
72029           "application/json"
72030         ], 
72031         "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", 
72032         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
72033         "parameters": [
72034           {
72035             "example": "__EQUIPMENT-NAME__", 
72036             "in": "path", 
72037             "name": "equipment-name", 
72038             "required": true, 
72039             "type": "string"
72040           }, 
72041           {
72042             "description": "Name that identifies the link aggregate interface", 
72043             "example": "__INTERFACE-NAME__", 
72044             "in": "path", 
72045             "name": "interface-name", 
72046             "required": true, 
72047             "type": "string"
72048           }, 
72049           {
72050             "description": "Name given to the interface", 
72051             "example": "__INTERFACE-NAME__", 
72052             "in": "path", 
72053             "name": "l-interface.interface-name", 
72054             "required": true, 
72055             "type": "string"
72056           }, 
72057           {
72058             "description": "IP address", 
72059             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
72060             "in": "path", 
72061             "name": "l3-interface-ipv6-address", 
72062             "required": true, 
72063             "type": "string"
72064           }, 
72065           {
72066             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
72067             "in": "body", 
72068             "name": "body", 
72069             "required": true, 
72070             "schema": {
72071               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
72072             }
72073           }
72074         ], 
72075         "produces": [
72076           "application/json"
72077         ], 
72078         "responses": {
72079           "default": {
72080             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72081           }
72082         }, 
72083         "summary": "update an existing l3-interface-ipv6-address-list", 
72084         "tags": [
72085           "Network"
72086         ]
72087       }, 
72088       "put": {
72089         "consumes": [
72090           "application/json", 
72091           "application/xml"
72092         ], 
72093         "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", 
72094         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
72095         "parameters": [
72096           {
72097             "example": "__EQUIPMENT-NAME__", 
72098             "in": "path", 
72099             "name": "equipment-name", 
72100             "required": true, 
72101             "type": "string"
72102           }, 
72103           {
72104             "description": "Name that identifies the link aggregate interface", 
72105             "example": "__INTERFACE-NAME__", 
72106             "in": "path", 
72107             "name": "interface-name", 
72108             "required": true, 
72109             "type": "string"
72110           }, 
72111           {
72112             "description": "Name given to the interface", 
72113             "example": "__INTERFACE-NAME__", 
72114             "in": "path", 
72115             "name": "l-interface.interface-name", 
72116             "required": true, 
72117             "type": "string"
72118           }, 
72119           {
72120             "description": "IP address", 
72121             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
72122             "in": "path", 
72123             "name": "l3-interface-ipv6-address", 
72124             "required": true, 
72125             "type": "string"
72126           }, 
72127           {
72128             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
72129             "in": "body", 
72130             "name": "body", 
72131             "required": true, 
72132             "schema": {
72133               "$ref": "#/definitions/l3-interface-ipv6-address-list"
72134             }
72135           }
72136         ], 
72137         "produces": [
72138           "application/json", 
72139           "application/xml"
72140         ], 
72141         "responses": {
72142           "default": {
72143             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72144           }
72145         }, 
72146         "summary": "create or update an existing l3-interface-ipv6-address-list", 
72147         "tags": [
72148           "Network"
72149         ]
72150       }
72151     }, 
72152     "/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": {
72153       "delete": {
72154         "consumes": [
72155           "application/json", 
72156           "application/xml"
72157         ], 
72158         "description": "delete an existing relationship", 
72159         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
72160         "parameters": [
72161           {
72162             "example": "__EQUIPMENT-NAME__", 
72163             "in": "path", 
72164             "name": "equipment-name", 
72165             "required": true, 
72166             "type": "string"
72167           }, 
72168           {
72169             "description": "Name that identifies the link aggregate interface", 
72170             "example": "__INTERFACE-NAME__", 
72171             "in": "path", 
72172             "name": "interface-name", 
72173             "required": true, 
72174             "type": "string"
72175           }, 
72176           {
72177             "description": "Name given to the interface", 
72178             "example": "__INTERFACE-NAME__", 
72179             "in": "path", 
72180             "name": "l-interface.interface-name", 
72181             "required": true, 
72182             "type": "string"
72183           }, 
72184           {
72185             "description": "IP address", 
72186             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
72187             "in": "path", 
72188             "name": "l3-interface-ipv6-address", 
72189             "required": true, 
72190             "type": "string"
72191           }
72192         ], 
72193         "produces": [
72194           "application/json", 
72195           "application/xml"
72196         ], 
72197         "responses": {
72198           "default": {
72199             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72200           }
72201         }, 
72202         "summary": "delete an existing relationship", 
72203         "tags": [
72204           "Network"
72205         ]
72206       }, 
72207       "put": {
72208         "consumes": [
72209           "application/json", 
72210           "application/xml"
72211         ], 
72212         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
72213         "parameters": [
72214           {
72215             "example": "__EQUIPMENT-NAME__", 
72216             "in": "path", 
72217             "name": "equipment-name", 
72218             "required": true, 
72219             "type": "string"
72220           }, 
72221           {
72222             "description": "Name that identifies the link aggregate interface", 
72223             "example": "__INTERFACE-NAME__", 
72224             "in": "path", 
72225             "name": "interface-name", 
72226             "required": true, 
72227             "type": "string"
72228           }, 
72229           {
72230             "description": "Name given to the interface", 
72231             "example": "__INTERFACE-NAME__", 
72232             "in": "path", 
72233             "name": "l-interface.interface-name", 
72234             "required": true, 
72235             "type": "string"
72236           }, 
72237           {
72238             "description": "IP address", 
72239             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
72240             "in": "path", 
72241             "name": "l3-interface-ipv6-address", 
72242             "required": true, 
72243             "type": "string"
72244           }, 
72245           {
72246             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
72247             "in": "body", 
72248             "name": "body", 
72249             "required": true, 
72250             "schema": {
72251               "$ref": "#/definitions/relationship-dict"
72252             }
72253           }
72254         ], 
72255         "produces": [
72256           "application/json", 
72257           "application/xml"
72258         ], 
72259         "responses": {
72260           "default": {
72261             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72262           }
72263         }, 
72264         "summary": "see node definition for valid relationships", 
72265         "tags": [
72266           "Network"
72267         ]
72268       }
72269     }, 
72270     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
72271       "delete": {
72272         "consumes": [
72273           "application/json", 
72274           "application/xml"
72275         ], 
72276         "description": "delete an existing relationship", 
72277         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
72278         "parameters": [
72279           {
72280             "example": "__EQUIPMENT-NAME__", 
72281             "in": "path", 
72282             "name": "equipment-name", 
72283             "required": true, 
72284             "type": "string"
72285           }, 
72286           {
72287             "description": "Name that identifies the link aggregate interface", 
72288             "example": "__INTERFACE-NAME__", 
72289             "in": "path", 
72290             "name": "interface-name", 
72291             "required": true, 
72292             "type": "string"
72293           }, 
72294           {
72295             "description": "Name given to the interface", 
72296             "example": "__INTERFACE-NAME__", 
72297             "in": "path", 
72298             "name": "l-interface.interface-name", 
72299             "required": true, 
72300             "type": "string"
72301           }
72302         ], 
72303         "produces": [
72304           "application/json", 
72305           "application/xml"
72306         ], 
72307         "responses": {
72308           "default": {
72309             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72310           }
72311         }, 
72312         "summary": "delete an existing relationship", 
72313         "tags": [
72314           "Network"
72315         ]
72316       }, 
72317       "put": {
72318         "consumes": [
72319           "application/json", 
72320           "application/xml"
72321         ], 
72322         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
72323         "parameters": [
72324           {
72325             "example": "__EQUIPMENT-NAME__", 
72326             "in": "path", 
72327             "name": "equipment-name", 
72328             "required": true, 
72329             "type": "string"
72330           }, 
72331           {
72332             "description": "Name that identifies the link aggregate interface", 
72333             "example": "__INTERFACE-NAME__", 
72334             "in": "path", 
72335             "name": "interface-name", 
72336             "required": true, 
72337             "type": "string"
72338           }, 
72339           {
72340             "description": "Name given to the interface", 
72341             "example": "__INTERFACE-NAME__", 
72342             "in": "path", 
72343             "name": "l-interface.interface-name", 
72344             "required": true, 
72345             "type": "string"
72346           }, 
72347           {
72348             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterface.json)", 
72349             "in": "body", 
72350             "name": "body", 
72351             "required": true, 
72352             "schema": {
72353               "$ref": "#/definitions/relationship-dict"
72354             }
72355           }
72356         ], 
72357         "produces": [
72358           "application/json", 
72359           "application/xml"
72360         ], 
72361         "responses": {
72362           "default": {
72363             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72364           }
72365         }, 
72366         "summary": "see node definition for valid relationships", 
72367         "tags": [
72368           "Network"
72369         ]
72370       }
72371     }, 
72372     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
72373       "get": {
72374         "description": "returns sriov-vfs", 
72375         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfs", 
72376         "parameters": [
72377           {
72378             "example": "__EQUIPMENT-NAME__", 
72379             "in": "path", 
72380             "name": "equipment-name", 
72381             "required": true, 
72382             "type": "string"
72383           }, 
72384           {
72385             "description": "Name that identifies the link aggregate interface", 
72386             "example": "__INTERFACE-NAME__", 
72387             "in": "path", 
72388             "name": "interface-name", 
72389             "required": true, 
72390             "type": "string"
72391           }, 
72392           {
72393             "description": "Name given to the interface", 
72394             "example": "__INTERFACE-NAME__", 
72395             "in": "path", 
72396             "name": "l-interface.interface-name", 
72397             "required": true, 
72398             "type": "string"
72399           }, 
72400           {
72401             "description": "n/a", 
72402             "in": "query", 
72403             "name": "pci-id", 
72404             "required": false, 
72405             "type": "string"
72406           }, 
72407           {
72408             "description": "n/a", 
72409             "in": "query", 
72410             "name": "vf-vlan-filter", 
72411             "required": false, 
72412             "type": "string"
72413           }, 
72414           {
72415             "description": "n/a", 
72416             "in": "query", 
72417             "name": "vf-mac-filter", 
72418             "required": false, 
72419             "type": "string"
72420           }, 
72421           {
72422             "description": "n/a", 
72423             "in": "query", 
72424             "name": "vf-vlan-strip", 
72425             "required": false, 
72426             "type": "boolean"
72427           }, 
72428           {
72429             "description": "n/a", 
72430             "in": "query", 
72431             "name": "neutron-network-id", 
72432             "required": false, 
72433             "type": "string"
72434           }
72435         ], 
72436         "produces": [
72437           "application/json", 
72438           "application/xml"
72439         ], 
72440         "responses": {
72441           "200": {
72442             "description": "successful operation", 
72443             "schema": {
72444               "$ref": "#/definitions/sriov-vfs"
72445             }
72446           }, 
72447           "default": {
72448             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72449           }
72450         }, 
72451         "summary": "returns sriov-vfs", 
72452         "tags": [
72453           "Network"
72454         ]
72455       }
72456     }, 
72457     "/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}": {
72458       "delete": {
72459         "consumes": [
72460           "application/json", 
72461           "application/xml"
72462         ], 
72463         "description": "delete an existing sriov-vf", 
72464         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
72465         "parameters": [
72466           {
72467             "example": "__EQUIPMENT-NAME__", 
72468             "in": "path", 
72469             "name": "equipment-name", 
72470             "required": true, 
72471             "type": "string"
72472           }, 
72473           {
72474             "description": "Name that identifies the link aggregate interface", 
72475             "example": "__INTERFACE-NAME__", 
72476             "in": "path", 
72477             "name": "interface-name", 
72478             "required": true, 
72479             "type": "string"
72480           }, 
72481           {
72482             "description": "Name given to the interface", 
72483             "example": "__INTERFACE-NAME__", 
72484             "in": "path", 
72485             "name": "l-interface.interface-name", 
72486             "required": true, 
72487             "type": "string"
72488           }, 
72489           {
72490             "description": "PCI ID used to identify the sriov-vf", 
72491             "example": "__PCI-ID__", 
72492             "in": "path", 
72493             "name": "pci-id", 
72494             "required": true, 
72495             "type": "string"
72496           }, 
72497           {
72498             "description": "resource-version for concurrency", 
72499             "in": "query", 
72500             "name": "resource-version", 
72501             "required": true, 
72502             "type": "string"
72503           }
72504         ], 
72505         "produces": [
72506           "application/json", 
72507           "application/xml"
72508         ], 
72509         "responses": {
72510           "default": {
72511             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72512           }
72513         }, 
72514         "summary": "delete an existing sriov-vf", 
72515         "tags": [
72516           "Network"
72517         ]
72518       }, 
72519       "get": {
72520         "description": "returns sriov-vf", 
72521         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
72522         "parameters": [
72523           {
72524             "example": "__EQUIPMENT-NAME__", 
72525             "in": "path", 
72526             "name": "equipment-name", 
72527             "required": true, 
72528             "type": "string"
72529           }, 
72530           {
72531             "description": "Name that identifies the link aggregate interface", 
72532             "example": "__INTERFACE-NAME__", 
72533             "in": "path", 
72534             "name": "interface-name", 
72535             "required": true, 
72536             "type": "string"
72537           }, 
72538           {
72539             "description": "Name given to the interface", 
72540             "example": "__INTERFACE-NAME__", 
72541             "in": "path", 
72542             "name": "l-interface.interface-name", 
72543             "required": true, 
72544             "type": "string"
72545           }, 
72546           {
72547             "description": "PCI ID used to identify the sriov-vf", 
72548             "example": "__PCI-ID__", 
72549             "in": "path", 
72550             "name": "pci-id", 
72551             "required": true, 
72552             "type": "string"
72553           }
72554         ], 
72555         "produces": [
72556           "application/json", 
72557           "application/xml"
72558         ], 
72559         "responses": {
72560           "200": {
72561             "description": "successful operation", 
72562             "schema": {
72563               "$ref": "#/definitions/sriov-vf"
72564             }
72565           }, 
72566           "default": {
72567             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72568           }
72569         }, 
72570         "summary": "returns sriov-vf", 
72571         "tags": [
72572           "Network"
72573         ]
72574       }, 
72575       "patch": {
72576         "consumes": [
72577           "application/json"
72578         ], 
72579         "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", 
72580         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
72581         "parameters": [
72582           {
72583             "example": "__EQUIPMENT-NAME__", 
72584             "in": "path", 
72585             "name": "equipment-name", 
72586             "required": true, 
72587             "type": "string"
72588           }, 
72589           {
72590             "description": "Name that identifies the link aggregate interface", 
72591             "example": "__INTERFACE-NAME__", 
72592             "in": "path", 
72593             "name": "interface-name", 
72594             "required": true, 
72595             "type": "string"
72596           }, 
72597           {
72598             "description": "Name given to the interface", 
72599             "example": "__INTERFACE-NAME__", 
72600             "in": "path", 
72601             "name": "l-interface.interface-name", 
72602             "required": true, 
72603             "type": "string"
72604           }, 
72605           {
72606             "description": "PCI ID used to identify the sriov-vf", 
72607             "example": "__PCI-ID__", 
72608             "in": "path", 
72609             "name": "pci-id", 
72610             "required": true, 
72611             "type": "string"
72612           }, 
72613           {
72614             "description": "sriov-vf object that needs to be updated.", 
72615             "in": "body", 
72616             "name": "body", 
72617             "required": true, 
72618             "schema": {
72619               "$ref": "#/definitions/zzzz-patch-sriov-vf"
72620             }
72621           }
72622         ], 
72623         "produces": [
72624           "application/json"
72625         ], 
72626         "responses": {
72627           "default": {
72628             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72629           }
72630         }, 
72631         "summary": "update an existing sriov-vf", 
72632         "tags": [
72633           "Network"
72634         ]
72635       }, 
72636       "put": {
72637         "consumes": [
72638           "application/json", 
72639           "application/xml"
72640         ], 
72641         "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", 
72642         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
72643         "parameters": [
72644           {
72645             "example": "__EQUIPMENT-NAME__", 
72646             "in": "path", 
72647             "name": "equipment-name", 
72648             "required": true, 
72649             "type": "string"
72650           }, 
72651           {
72652             "description": "Name that identifies the link aggregate interface", 
72653             "example": "__INTERFACE-NAME__", 
72654             "in": "path", 
72655             "name": "interface-name", 
72656             "required": true, 
72657             "type": "string"
72658           }, 
72659           {
72660             "description": "Name given to the interface", 
72661             "example": "__INTERFACE-NAME__", 
72662             "in": "path", 
72663             "name": "l-interface.interface-name", 
72664             "required": true, 
72665             "type": "string"
72666           }, 
72667           {
72668             "description": "PCI ID used to identify the sriov-vf", 
72669             "example": "__PCI-ID__", 
72670             "in": "path", 
72671             "name": "pci-id", 
72672             "required": true, 
72673             "type": "string"
72674           }, 
72675           {
72676             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
72677             "in": "body", 
72678             "name": "body", 
72679             "required": true, 
72680             "schema": {
72681               "$ref": "#/definitions/sriov-vf"
72682             }
72683           }
72684         ], 
72685         "produces": [
72686           "application/json", 
72687           "application/xml"
72688         ], 
72689         "responses": {
72690           "default": {
72691             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72692           }
72693         }, 
72694         "summary": "create or update an existing sriov-vf", 
72695         "tags": [
72696           "Network"
72697         ]
72698       }
72699     }, 
72700     "/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": {
72701       "delete": {
72702         "consumes": [
72703           "application/json", 
72704           "application/xml"
72705         ], 
72706         "description": "delete an existing relationship", 
72707         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
72708         "parameters": [
72709           {
72710             "example": "__EQUIPMENT-NAME__", 
72711             "in": "path", 
72712             "name": "equipment-name", 
72713             "required": true, 
72714             "type": "string"
72715           }, 
72716           {
72717             "description": "Name that identifies the link aggregate interface", 
72718             "example": "__INTERFACE-NAME__", 
72719             "in": "path", 
72720             "name": "interface-name", 
72721             "required": true, 
72722             "type": "string"
72723           }, 
72724           {
72725             "description": "Name given to the interface", 
72726             "example": "__INTERFACE-NAME__", 
72727             "in": "path", 
72728             "name": "l-interface.interface-name", 
72729             "required": true, 
72730             "type": "string"
72731           }, 
72732           {
72733             "description": "PCI ID used to identify the sriov-vf", 
72734             "example": "__PCI-ID__", 
72735             "in": "path", 
72736             "name": "pci-id", 
72737             "required": true, 
72738             "type": "string"
72739           }
72740         ], 
72741         "produces": [
72742           "application/json", 
72743           "application/xml"
72744         ], 
72745         "responses": {
72746           "default": {
72747             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72748           }
72749         }, 
72750         "summary": "delete an existing relationship", 
72751         "tags": [
72752           "Network"
72753         ]
72754       }, 
72755       "put": {
72756         "consumes": [
72757           "application/json", 
72758           "application/xml"
72759         ], 
72760         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
72761         "parameters": [
72762           {
72763             "example": "__EQUIPMENT-NAME__", 
72764             "in": "path", 
72765             "name": "equipment-name", 
72766             "required": true, 
72767             "type": "string"
72768           }, 
72769           {
72770             "description": "Name that identifies the link aggregate interface", 
72771             "example": "__INTERFACE-NAME__", 
72772             "in": "path", 
72773             "name": "interface-name", 
72774             "required": true, 
72775             "type": "string"
72776           }, 
72777           {
72778             "description": "Name given to the interface", 
72779             "example": "__INTERFACE-NAME__", 
72780             "in": "path", 
72781             "name": "l-interface.interface-name", 
72782             "required": true, 
72783             "type": "string"
72784           }, 
72785           {
72786             "description": "PCI ID used to identify the sriov-vf", 
72787             "example": "__PCI-ID__", 
72788             "in": "path", 
72789             "name": "pci-id", 
72790             "required": true, 
72791             "type": "string"
72792           }, 
72793           {
72794             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
72795             "in": "body", 
72796             "name": "body", 
72797             "required": true, 
72798             "schema": {
72799               "$ref": "#/definitions/relationship-dict"
72800             }
72801           }
72802         ], 
72803         "produces": [
72804           "application/json", 
72805           "application/xml"
72806         ], 
72807         "responses": {
72808           "default": {
72809             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72810           }
72811         }, 
72812         "summary": "see node definition for valid relationships", 
72813         "tags": [
72814           "Network"
72815         ]
72816       }
72817     }, 
72818     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
72819       "get": {
72820         "description": "returns vlans", 
72821         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlans", 
72822         "parameters": [
72823           {
72824             "example": "__EQUIPMENT-NAME__", 
72825             "in": "path", 
72826             "name": "equipment-name", 
72827             "required": true, 
72828             "type": "string"
72829           }, 
72830           {
72831             "description": "Name that identifies the link aggregate interface", 
72832             "example": "__INTERFACE-NAME__", 
72833             "in": "path", 
72834             "name": "interface-name", 
72835             "required": true, 
72836             "type": "string"
72837           }, 
72838           {
72839             "description": "Name given to the interface", 
72840             "example": "__INTERFACE-NAME__", 
72841             "in": "path", 
72842             "name": "l-interface.interface-name", 
72843             "required": true, 
72844             "type": "string"
72845           }, 
72846           {
72847             "description": "n/a", 
72848             "in": "query", 
72849             "name": "vlan-interface", 
72850             "required": false, 
72851             "type": "string"
72852           }, 
72853           {
72854             "description": "n/a", 
72855             "format": "int64", 
72856             "in": "query", 
72857             "name": "vlan-id-inner", 
72858             "required": false, 
72859             "type": "integer"
72860           }, 
72861           {
72862             "description": "n/a", 
72863             "in": "query", 
72864             "name": "vpn-key", 
72865             "required": false, 
72866             "type": "string"
72867           }
72868         ], 
72869         "produces": [
72870           "application/json", 
72871           "application/xml"
72872         ], 
72873         "responses": {
72874           "200": {
72875             "description": "successful operation", 
72876             "schema": {
72877               "$ref": "#/definitions/vlans"
72878             }
72879           }, 
72880           "default": {
72881             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72882           }
72883         }, 
72884         "summary": "returns vlans", 
72885         "tags": [
72886           "Network"
72887         ]
72888       }
72889     }, 
72890     "/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}": {
72891       "delete": {
72892         "consumes": [
72893           "application/json", 
72894           "application/xml"
72895         ], 
72896         "description": "delete an existing vlan", 
72897         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
72898         "parameters": [
72899           {
72900             "example": "__EQUIPMENT-NAME__", 
72901             "in": "path", 
72902             "name": "equipment-name", 
72903             "required": true, 
72904             "type": "string"
72905           }, 
72906           {
72907             "description": "Name that identifies the link aggregate interface", 
72908             "example": "__INTERFACE-NAME__", 
72909             "in": "path", 
72910             "name": "interface-name", 
72911             "required": true, 
72912             "type": "string"
72913           }, 
72914           {
72915             "description": "Name given to the interface", 
72916             "example": "__INTERFACE-NAME__", 
72917             "in": "path", 
72918             "name": "l-interface.interface-name", 
72919             "required": true, 
72920             "type": "string"
72921           }, 
72922           {
72923             "description": "String that identifies the interface", 
72924             "example": "__VLAN-INTERFACE__", 
72925             "in": "path", 
72926             "name": "vlan-interface", 
72927             "required": true, 
72928             "type": "string"
72929           }, 
72930           {
72931             "description": "resource-version for concurrency", 
72932             "in": "query", 
72933             "name": "resource-version", 
72934             "required": true, 
72935             "type": "string"
72936           }
72937         ], 
72938         "produces": [
72939           "application/json", 
72940           "application/xml"
72941         ], 
72942         "responses": {
72943           "default": {
72944             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
72945           }
72946         }, 
72947         "summary": "delete an existing vlan", 
72948         "tags": [
72949           "Network"
72950         ]
72951       }, 
72952       "get": {
72953         "description": "returns vlan", 
72954         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
72955         "parameters": [
72956           {
72957             "example": "__EQUIPMENT-NAME__", 
72958             "in": "path", 
72959             "name": "equipment-name", 
72960             "required": true, 
72961             "type": "string"
72962           }, 
72963           {
72964             "description": "Name that identifies the link aggregate interface", 
72965             "example": "__INTERFACE-NAME__", 
72966             "in": "path", 
72967             "name": "interface-name", 
72968             "required": true, 
72969             "type": "string"
72970           }, 
72971           {
72972             "description": "Name given to the interface", 
72973             "example": "__INTERFACE-NAME__", 
72974             "in": "path", 
72975             "name": "l-interface.interface-name", 
72976             "required": true, 
72977             "type": "string"
72978           }, 
72979           {
72980             "description": "String that identifies the interface", 
72981             "example": "__VLAN-INTERFACE__", 
72982             "in": "path", 
72983             "name": "vlan-interface", 
72984             "required": true, 
72985             "type": "string"
72986           }
72987         ], 
72988         "produces": [
72989           "application/json", 
72990           "application/xml"
72991         ], 
72992         "responses": {
72993           "200": {
72994             "description": "successful operation", 
72995             "schema": {
72996               "$ref": "#/definitions/vlan"
72997             }
72998           }, 
72999           "default": {
73000             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73001           }
73002         }, 
73003         "summary": "returns vlan", 
73004         "tags": [
73005           "Network"
73006         ]
73007       }, 
73008       "patch": {
73009         "consumes": [
73010           "application/json"
73011         ], 
73012         "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", 
73013         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
73014         "parameters": [
73015           {
73016             "example": "__EQUIPMENT-NAME__", 
73017             "in": "path", 
73018             "name": "equipment-name", 
73019             "required": true, 
73020             "type": "string"
73021           }, 
73022           {
73023             "description": "Name that identifies the link aggregate interface", 
73024             "example": "__INTERFACE-NAME__", 
73025             "in": "path", 
73026             "name": "interface-name", 
73027             "required": true, 
73028             "type": "string"
73029           }, 
73030           {
73031             "description": "Name given to the interface", 
73032             "example": "__INTERFACE-NAME__", 
73033             "in": "path", 
73034             "name": "l-interface.interface-name", 
73035             "required": true, 
73036             "type": "string"
73037           }, 
73038           {
73039             "description": "String that identifies the interface", 
73040             "example": "__VLAN-INTERFACE__", 
73041             "in": "path", 
73042             "name": "vlan-interface", 
73043             "required": true, 
73044             "type": "string"
73045           }, 
73046           {
73047             "description": "vlan object that needs to be updated.", 
73048             "in": "body", 
73049             "name": "body", 
73050             "required": true, 
73051             "schema": {
73052               "$ref": "#/definitions/zzzz-patch-vlan"
73053             }
73054           }
73055         ], 
73056         "produces": [
73057           "application/json"
73058         ], 
73059         "responses": {
73060           "default": {
73061             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73062           }
73063         }, 
73064         "summary": "update an existing vlan", 
73065         "tags": [
73066           "Network"
73067         ]
73068       }, 
73069       "put": {
73070         "consumes": [
73071           "application/json", 
73072           "application/xml"
73073         ], 
73074         "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", 
73075         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan", 
73076         "parameters": [
73077           {
73078             "example": "__EQUIPMENT-NAME__", 
73079             "in": "path", 
73080             "name": "equipment-name", 
73081             "required": true, 
73082             "type": "string"
73083           }, 
73084           {
73085             "description": "Name that identifies the link aggregate interface", 
73086             "example": "__INTERFACE-NAME__", 
73087             "in": "path", 
73088             "name": "interface-name", 
73089             "required": true, 
73090             "type": "string"
73091           }, 
73092           {
73093             "description": "Name given to the interface", 
73094             "example": "__INTERFACE-NAME__", 
73095             "in": "path", 
73096             "name": "l-interface.interface-name", 
73097             "required": true, 
73098             "type": "string"
73099           }, 
73100           {
73101             "description": "String that identifies the interface", 
73102             "example": "__VLAN-INTERFACE__", 
73103             "in": "path", 
73104             "name": "vlan-interface", 
73105             "required": true, 
73106             "type": "string"
73107           }, 
73108           {
73109             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
73110             "in": "body", 
73111             "name": "body", 
73112             "required": true, 
73113             "schema": {
73114               "$ref": "#/definitions/vlan"
73115             }
73116           }
73117         ], 
73118         "produces": [
73119           "application/json", 
73120           "application/xml"
73121         ], 
73122         "responses": {
73123           "default": {
73124             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73125           }
73126         }, 
73127         "summary": "create or update an existing vlan", 
73128         "tags": [
73129           "Network"
73130         ]
73131       }
73132     }, 
73133     "/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}": {
73134       "delete": {
73135         "consumes": [
73136           "application/json", 
73137           "application/xml"
73138         ], 
73139         "description": "delete an existing l3-interface-ipv4-address-list", 
73140         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
73141         "parameters": [
73142           {
73143             "example": "__EQUIPMENT-NAME__", 
73144             "in": "path", 
73145             "name": "equipment-name", 
73146             "required": true, 
73147             "type": "string"
73148           }, 
73149           {
73150             "description": "Name that identifies the link aggregate interface", 
73151             "example": "__INTERFACE-NAME__", 
73152             "in": "path", 
73153             "name": "interface-name", 
73154             "required": true, 
73155             "type": "string"
73156           }, 
73157           {
73158             "description": "Name given to the interface", 
73159             "example": "__INTERFACE-NAME__", 
73160             "in": "path", 
73161             "name": "l-interface.interface-name", 
73162             "required": true, 
73163             "type": "string"
73164           }, 
73165           {
73166             "description": "String that identifies the interface", 
73167             "example": "__VLAN-INTERFACE__", 
73168             "in": "path", 
73169             "name": "vlan-interface", 
73170             "required": true, 
73171             "type": "string"
73172           }, 
73173           {
73174             "description": "IP address", 
73175             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
73176             "in": "path", 
73177             "name": "l3-interface-ipv4-address", 
73178             "required": true, 
73179             "type": "string"
73180           }, 
73181           {
73182             "description": "resource-version for concurrency", 
73183             "in": "query", 
73184             "name": "resource-version", 
73185             "required": true, 
73186             "type": "string"
73187           }
73188         ], 
73189         "produces": [
73190           "application/json", 
73191           "application/xml"
73192         ], 
73193         "responses": {
73194           "default": {
73195             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73196           }
73197         }, 
73198         "summary": "delete an existing l3-interface-ipv4-address-list", 
73199         "tags": [
73200           "Network"
73201         ]
73202       }, 
73203       "get": {
73204         "description": "returns l3-interface-ipv4-address-list", 
73205         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
73206         "parameters": [
73207           {
73208             "example": "__EQUIPMENT-NAME__", 
73209             "in": "path", 
73210             "name": "equipment-name", 
73211             "required": true, 
73212             "type": "string"
73213           }, 
73214           {
73215             "description": "Name that identifies the link aggregate interface", 
73216             "example": "__INTERFACE-NAME__", 
73217             "in": "path", 
73218             "name": "interface-name", 
73219             "required": true, 
73220             "type": "string"
73221           }, 
73222           {
73223             "description": "Name given to the interface", 
73224             "example": "__INTERFACE-NAME__", 
73225             "in": "path", 
73226             "name": "l-interface.interface-name", 
73227             "required": true, 
73228             "type": "string"
73229           }, 
73230           {
73231             "description": "String that identifies the interface", 
73232             "example": "__VLAN-INTERFACE__", 
73233             "in": "path", 
73234             "name": "vlan-interface", 
73235             "required": true, 
73236             "type": "string"
73237           }, 
73238           {
73239             "description": "IP address", 
73240             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
73241             "in": "path", 
73242             "name": "l3-interface-ipv4-address", 
73243             "required": true, 
73244             "type": "string"
73245           }
73246         ], 
73247         "produces": [
73248           "application/json", 
73249           "application/xml"
73250         ], 
73251         "responses": {
73252           "200": {
73253             "description": "successful operation", 
73254             "schema": {
73255               "$ref": "#/definitions/l3-interface-ipv4-address-list"
73256             }
73257           }, 
73258           "default": {
73259             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73260           }
73261         }, 
73262         "summary": "returns l3-interface-ipv4-address-list", 
73263         "tags": [
73264           "Network"
73265         ]
73266       }, 
73267       "patch": {
73268         "consumes": [
73269           "application/json"
73270         ], 
73271         "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", 
73272         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
73273         "parameters": [
73274           {
73275             "example": "__EQUIPMENT-NAME__", 
73276             "in": "path", 
73277             "name": "equipment-name", 
73278             "required": true, 
73279             "type": "string"
73280           }, 
73281           {
73282             "description": "Name that identifies the link aggregate interface", 
73283             "example": "__INTERFACE-NAME__", 
73284             "in": "path", 
73285             "name": "interface-name", 
73286             "required": true, 
73287             "type": "string"
73288           }, 
73289           {
73290             "description": "Name given to the interface", 
73291             "example": "__INTERFACE-NAME__", 
73292             "in": "path", 
73293             "name": "l-interface.interface-name", 
73294             "required": true, 
73295             "type": "string"
73296           }, 
73297           {
73298             "description": "String that identifies the interface", 
73299             "example": "__VLAN-INTERFACE__", 
73300             "in": "path", 
73301             "name": "vlan-interface", 
73302             "required": true, 
73303             "type": "string"
73304           }, 
73305           {
73306             "description": "IP address", 
73307             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
73308             "in": "path", 
73309             "name": "l3-interface-ipv4-address", 
73310             "required": true, 
73311             "type": "string"
73312           }, 
73313           {
73314             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
73315             "in": "body", 
73316             "name": "body", 
73317             "required": true, 
73318             "schema": {
73319               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
73320             }
73321           }
73322         ], 
73323         "produces": [
73324           "application/json"
73325         ], 
73326         "responses": {
73327           "default": {
73328             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73329           }
73330         }, 
73331         "summary": "update an existing l3-interface-ipv4-address-list", 
73332         "tags": [
73333           "Network"
73334         ]
73335       }, 
73336       "put": {
73337         "consumes": [
73338           "application/json", 
73339           "application/xml"
73340         ], 
73341         "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", 
73342         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
73343         "parameters": [
73344           {
73345             "example": "__EQUIPMENT-NAME__", 
73346             "in": "path", 
73347             "name": "equipment-name", 
73348             "required": true, 
73349             "type": "string"
73350           }, 
73351           {
73352             "description": "Name that identifies the link aggregate interface", 
73353             "example": "__INTERFACE-NAME__", 
73354             "in": "path", 
73355             "name": "interface-name", 
73356             "required": true, 
73357             "type": "string"
73358           }, 
73359           {
73360             "description": "Name given to the interface", 
73361             "example": "__INTERFACE-NAME__", 
73362             "in": "path", 
73363             "name": "l-interface.interface-name", 
73364             "required": true, 
73365             "type": "string"
73366           }, 
73367           {
73368             "description": "String that identifies the interface", 
73369             "example": "__VLAN-INTERFACE__", 
73370             "in": "path", 
73371             "name": "vlan-interface", 
73372             "required": true, 
73373             "type": "string"
73374           }, 
73375           {
73376             "description": "IP address", 
73377             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
73378             "in": "path", 
73379             "name": "l3-interface-ipv4-address", 
73380             "required": true, 
73381             "type": "string"
73382           }, 
73383           {
73384             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
73385             "in": "body", 
73386             "name": "body", 
73387             "required": true, 
73388             "schema": {
73389               "$ref": "#/definitions/l3-interface-ipv4-address-list"
73390             }
73391           }
73392         ], 
73393         "produces": [
73394           "application/json", 
73395           "application/xml"
73396         ], 
73397         "responses": {
73398           "default": {
73399             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73400           }
73401         }, 
73402         "summary": "create or update an existing l3-interface-ipv4-address-list", 
73403         "tags": [
73404           "Network"
73405         ]
73406       }
73407     }, 
73408     "/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": {
73409       "delete": {
73410         "consumes": [
73411           "application/json", 
73412           "application/xml"
73413         ], 
73414         "description": "delete an existing relationship", 
73415         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
73416         "parameters": [
73417           {
73418             "example": "__EQUIPMENT-NAME__", 
73419             "in": "path", 
73420             "name": "equipment-name", 
73421             "required": true, 
73422             "type": "string"
73423           }, 
73424           {
73425             "description": "Name that identifies the link aggregate interface", 
73426             "example": "__INTERFACE-NAME__", 
73427             "in": "path", 
73428             "name": "interface-name", 
73429             "required": true, 
73430             "type": "string"
73431           }, 
73432           {
73433             "description": "Name given to the interface", 
73434             "example": "__INTERFACE-NAME__", 
73435             "in": "path", 
73436             "name": "l-interface.interface-name", 
73437             "required": true, 
73438             "type": "string"
73439           }, 
73440           {
73441             "description": "String that identifies the interface", 
73442             "example": "__VLAN-INTERFACE__", 
73443             "in": "path", 
73444             "name": "vlan-interface", 
73445             "required": true, 
73446             "type": "string"
73447           }, 
73448           {
73449             "description": "IP address", 
73450             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
73451             "in": "path", 
73452             "name": "l3-interface-ipv4-address", 
73453             "required": true, 
73454             "type": "string"
73455           }
73456         ], 
73457         "produces": [
73458           "application/json", 
73459           "application/xml"
73460         ], 
73461         "responses": {
73462           "default": {
73463             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73464           }
73465         }, 
73466         "summary": "delete an existing relationship", 
73467         "tags": [
73468           "Network"
73469         ]
73470       }, 
73471       "put": {
73472         "consumes": [
73473           "application/json", 
73474           "application/xml"
73475         ], 
73476         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
73477         "parameters": [
73478           {
73479             "example": "__EQUIPMENT-NAME__", 
73480             "in": "path", 
73481             "name": "equipment-name", 
73482             "required": true, 
73483             "type": "string"
73484           }, 
73485           {
73486             "description": "Name that identifies the link aggregate interface", 
73487             "example": "__INTERFACE-NAME__", 
73488             "in": "path", 
73489             "name": "interface-name", 
73490             "required": true, 
73491             "type": "string"
73492           }, 
73493           {
73494             "description": "Name given to the interface", 
73495             "example": "__INTERFACE-NAME__", 
73496             "in": "path", 
73497             "name": "l-interface.interface-name", 
73498             "required": true, 
73499             "type": "string"
73500           }, 
73501           {
73502             "description": "String that identifies the interface", 
73503             "example": "__VLAN-INTERFACE__", 
73504             "in": "path", 
73505             "name": "vlan-interface", 
73506             "required": true, 
73507             "type": "string"
73508           }, 
73509           {
73510             "description": "IP address", 
73511             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
73512             "in": "path", 
73513             "name": "l3-interface-ipv4-address", 
73514             "required": true, 
73515             "type": "string"
73516           }, 
73517           {
73518             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
73519             "in": "body", 
73520             "name": "body", 
73521             "required": true, 
73522             "schema": {
73523               "$ref": "#/definitions/relationship-dict"
73524             }
73525           }
73526         ], 
73527         "produces": [
73528           "application/json", 
73529           "application/xml"
73530         ], 
73531         "responses": {
73532           "default": {
73533             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73534           }
73535         }, 
73536         "summary": "see node definition for valid relationships", 
73537         "tags": [
73538           "Network"
73539         ]
73540       }
73541     }, 
73542     "/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}": {
73543       "delete": {
73544         "consumes": [
73545           "application/json", 
73546           "application/xml"
73547         ], 
73548         "description": "delete an existing l3-interface-ipv6-address-list", 
73549         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
73550         "parameters": [
73551           {
73552             "example": "__EQUIPMENT-NAME__", 
73553             "in": "path", 
73554             "name": "equipment-name", 
73555             "required": true, 
73556             "type": "string"
73557           }, 
73558           {
73559             "description": "Name that identifies the link aggregate interface", 
73560             "example": "__INTERFACE-NAME__", 
73561             "in": "path", 
73562             "name": "interface-name", 
73563             "required": true, 
73564             "type": "string"
73565           }, 
73566           {
73567             "description": "Name given to the interface", 
73568             "example": "__INTERFACE-NAME__", 
73569             "in": "path", 
73570             "name": "l-interface.interface-name", 
73571             "required": true, 
73572             "type": "string"
73573           }, 
73574           {
73575             "description": "String that identifies the interface", 
73576             "example": "__VLAN-INTERFACE__", 
73577             "in": "path", 
73578             "name": "vlan-interface", 
73579             "required": true, 
73580             "type": "string"
73581           }, 
73582           {
73583             "description": "IP address", 
73584             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
73585             "in": "path", 
73586             "name": "l3-interface-ipv6-address", 
73587             "required": true, 
73588             "type": "string"
73589           }, 
73590           {
73591             "description": "resource-version for concurrency", 
73592             "in": "query", 
73593             "name": "resource-version", 
73594             "required": true, 
73595             "type": "string"
73596           }
73597         ], 
73598         "produces": [
73599           "application/json", 
73600           "application/xml"
73601         ], 
73602         "responses": {
73603           "default": {
73604             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73605           }
73606         }, 
73607         "summary": "delete an existing l3-interface-ipv6-address-list", 
73608         "tags": [
73609           "Network"
73610         ]
73611       }, 
73612       "get": {
73613         "description": "returns l3-interface-ipv6-address-list", 
73614         "operationId": "getNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
73615         "parameters": [
73616           {
73617             "example": "__EQUIPMENT-NAME__", 
73618             "in": "path", 
73619             "name": "equipment-name", 
73620             "required": true, 
73621             "type": "string"
73622           }, 
73623           {
73624             "description": "Name that identifies the link aggregate interface", 
73625             "example": "__INTERFACE-NAME__", 
73626             "in": "path", 
73627             "name": "interface-name", 
73628             "required": true, 
73629             "type": "string"
73630           }, 
73631           {
73632             "description": "Name given to the interface", 
73633             "example": "__INTERFACE-NAME__", 
73634             "in": "path", 
73635             "name": "l-interface.interface-name", 
73636             "required": true, 
73637             "type": "string"
73638           }, 
73639           {
73640             "description": "String that identifies the interface", 
73641             "example": "__VLAN-INTERFACE__", 
73642             "in": "path", 
73643             "name": "vlan-interface", 
73644             "required": true, 
73645             "type": "string"
73646           }, 
73647           {
73648             "description": "IP address", 
73649             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
73650             "in": "path", 
73651             "name": "l3-interface-ipv6-address", 
73652             "required": true, 
73653             "type": "string"
73654           }
73655         ], 
73656         "produces": [
73657           "application/json", 
73658           "application/xml"
73659         ], 
73660         "responses": {
73661           "200": {
73662             "description": "successful operation", 
73663             "schema": {
73664               "$ref": "#/definitions/l3-interface-ipv6-address-list"
73665             }
73666           }, 
73667           "default": {
73668             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73669           }
73670         }, 
73671         "summary": "returns l3-interface-ipv6-address-list", 
73672         "tags": [
73673           "Network"
73674         ]
73675       }, 
73676       "patch": {
73677         "consumes": [
73678           "application/json"
73679         ], 
73680         "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", 
73681         "operationId": "UpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
73682         "parameters": [
73683           {
73684             "example": "__EQUIPMENT-NAME__", 
73685             "in": "path", 
73686             "name": "equipment-name", 
73687             "required": true, 
73688             "type": "string"
73689           }, 
73690           {
73691             "description": "Name that identifies the link aggregate interface", 
73692             "example": "__INTERFACE-NAME__", 
73693             "in": "path", 
73694             "name": "interface-name", 
73695             "required": true, 
73696             "type": "string"
73697           }, 
73698           {
73699             "description": "Name given to the interface", 
73700             "example": "__INTERFACE-NAME__", 
73701             "in": "path", 
73702             "name": "l-interface.interface-name", 
73703             "required": true, 
73704             "type": "string"
73705           }, 
73706           {
73707             "description": "String that identifies the interface", 
73708             "example": "__VLAN-INTERFACE__", 
73709             "in": "path", 
73710             "name": "vlan-interface", 
73711             "required": true, 
73712             "type": "string"
73713           }, 
73714           {
73715             "description": "IP address", 
73716             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
73717             "in": "path", 
73718             "name": "l3-interface-ipv6-address", 
73719             "required": true, 
73720             "type": "string"
73721           }, 
73722           {
73723             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
73724             "in": "body", 
73725             "name": "body", 
73726             "required": true, 
73727             "schema": {
73728               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
73729             }
73730           }
73731         ], 
73732         "produces": [
73733           "application/json"
73734         ], 
73735         "responses": {
73736           "default": {
73737             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73738           }
73739         }, 
73740         "summary": "update an existing l3-interface-ipv6-address-list", 
73741         "tags": [
73742           "Network"
73743         ]
73744       }, 
73745       "put": {
73746         "consumes": [
73747           "application/json", 
73748           "application/xml"
73749         ], 
73750         "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", 
73751         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
73752         "parameters": [
73753           {
73754             "example": "__EQUIPMENT-NAME__", 
73755             "in": "path", 
73756             "name": "equipment-name", 
73757             "required": true, 
73758             "type": "string"
73759           }, 
73760           {
73761             "description": "Name that identifies the link aggregate interface", 
73762             "example": "__INTERFACE-NAME__", 
73763             "in": "path", 
73764             "name": "interface-name", 
73765             "required": true, 
73766             "type": "string"
73767           }, 
73768           {
73769             "description": "Name given to the interface", 
73770             "example": "__INTERFACE-NAME__", 
73771             "in": "path", 
73772             "name": "l-interface.interface-name", 
73773             "required": true, 
73774             "type": "string"
73775           }, 
73776           {
73777             "description": "String that identifies the interface", 
73778             "example": "__VLAN-INTERFACE__", 
73779             "in": "path", 
73780             "name": "vlan-interface", 
73781             "required": true, 
73782             "type": "string"
73783           }, 
73784           {
73785             "description": "IP address", 
73786             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
73787             "in": "path", 
73788             "name": "l3-interface-ipv6-address", 
73789             "required": true, 
73790             "type": "string"
73791           }, 
73792           {
73793             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
73794             "in": "body", 
73795             "name": "body", 
73796             "required": true, 
73797             "schema": {
73798               "$ref": "#/definitions/l3-interface-ipv6-address-list"
73799             }
73800           }
73801         ], 
73802         "produces": [
73803           "application/json", 
73804           "application/xml"
73805         ], 
73806         "responses": {
73807           "default": {
73808             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73809           }
73810         }, 
73811         "summary": "create or update an existing l3-interface-ipv6-address-list", 
73812         "tags": [
73813           "Network"
73814         ]
73815       }
73816     }, 
73817     "/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": {
73818       "delete": {
73819         "consumes": [
73820           "application/json", 
73821           "application/xml"
73822         ], 
73823         "description": "delete an existing relationship", 
73824         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
73825         "parameters": [
73826           {
73827             "example": "__EQUIPMENT-NAME__", 
73828             "in": "path", 
73829             "name": "equipment-name", 
73830             "required": true, 
73831             "type": "string"
73832           }, 
73833           {
73834             "description": "Name that identifies the link aggregate interface", 
73835             "example": "__INTERFACE-NAME__", 
73836             "in": "path", 
73837             "name": "interface-name", 
73838             "required": true, 
73839             "type": "string"
73840           }, 
73841           {
73842             "description": "Name given to the interface", 
73843             "example": "__INTERFACE-NAME__", 
73844             "in": "path", 
73845             "name": "l-interface.interface-name", 
73846             "required": true, 
73847             "type": "string"
73848           }, 
73849           {
73850             "description": "String that identifies the interface", 
73851             "example": "__VLAN-INTERFACE__", 
73852             "in": "path", 
73853             "name": "vlan-interface", 
73854             "required": true, 
73855             "type": "string"
73856           }, 
73857           {
73858             "description": "IP address", 
73859             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
73860             "in": "path", 
73861             "name": "l3-interface-ipv6-address", 
73862             "required": true, 
73863             "type": "string"
73864           }
73865         ], 
73866         "produces": [
73867           "application/json", 
73868           "application/xml"
73869         ], 
73870         "responses": {
73871           "default": {
73872             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73873           }
73874         }, 
73875         "summary": "delete an existing relationship", 
73876         "tags": [
73877           "Network"
73878         ]
73879       }, 
73880       "put": {
73881         "consumes": [
73882           "application/json", 
73883           "application/xml"
73884         ], 
73885         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
73886         "parameters": [
73887           {
73888             "example": "__EQUIPMENT-NAME__", 
73889             "in": "path", 
73890             "name": "equipment-name", 
73891             "required": true, 
73892             "type": "string"
73893           }, 
73894           {
73895             "description": "Name that identifies the link aggregate interface", 
73896             "example": "__INTERFACE-NAME__", 
73897             "in": "path", 
73898             "name": "interface-name", 
73899             "required": true, 
73900             "type": "string"
73901           }, 
73902           {
73903             "description": "Name given to the interface", 
73904             "example": "__INTERFACE-NAME__", 
73905             "in": "path", 
73906             "name": "l-interface.interface-name", 
73907             "required": true, 
73908             "type": "string"
73909           }, 
73910           {
73911             "description": "String that identifies the interface", 
73912             "example": "__VLAN-INTERFACE__", 
73913             "in": "path", 
73914             "name": "vlan-interface", 
73915             "required": true, 
73916             "type": "string"
73917           }, 
73918           {
73919             "description": "IP address", 
73920             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
73921             "in": "path", 
73922             "name": "l3-interface-ipv6-address", 
73923             "required": true, 
73924             "type": "string"
73925           }, 
73926           {
73927             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
73928             "in": "body", 
73929             "name": "body", 
73930             "required": true, 
73931             "schema": {
73932               "$ref": "#/definitions/relationship-dict"
73933             }
73934           }
73935         ], 
73936         "produces": [
73937           "application/json", 
73938           "application/xml"
73939         ], 
73940         "responses": {
73941           "default": {
73942             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73943           }
73944         }, 
73945         "summary": "see node definition for valid relationships", 
73946         "tags": [
73947           "Network"
73948         ]
73949       }
73950     }, 
73951     "/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": {
73952       "delete": {
73953         "consumes": [
73954           "application/json", 
73955           "application/xml"
73956         ], 
73957         "description": "delete an existing relationship", 
73958         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
73959         "parameters": [
73960           {
73961             "example": "__EQUIPMENT-NAME__", 
73962             "in": "path", 
73963             "name": "equipment-name", 
73964             "required": true, 
73965             "type": "string"
73966           }, 
73967           {
73968             "description": "Name that identifies the link aggregate interface", 
73969             "example": "__INTERFACE-NAME__", 
73970             "in": "path", 
73971             "name": "interface-name", 
73972             "required": true, 
73973             "type": "string"
73974           }, 
73975           {
73976             "description": "Name given to the interface", 
73977             "example": "__INTERFACE-NAME__", 
73978             "in": "path", 
73979             "name": "l-interface.interface-name", 
73980             "required": true, 
73981             "type": "string"
73982           }, 
73983           {
73984             "description": "String that identifies the interface", 
73985             "example": "__VLAN-INTERFACE__", 
73986             "in": "path", 
73987             "name": "vlan-interface", 
73988             "required": true, 
73989             "type": "string"
73990           }
73991         ], 
73992         "produces": [
73993           "application/json", 
73994           "application/xml"
73995         ], 
73996         "responses": {
73997           "default": {
73998             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
73999           }
74000         }, 
74001         "summary": "delete an existing relationship", 
74002         "tags": [
74003           "Network"
74004         ]
74005       }, 
74006       "put": {
74007         "consumes": [
74008           "application/json", 
74009           "application/xml"
74010         ], 
74011         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
74012         "parameters": [
74013           {
74014             "example": "__EQUIPMENT-NAME__", 
74015             "in": "path", 
74016             "name": "equipment-name", 
74017             "required": true, 
74018             "type": "string"
74019           }, 
74020           {
74021             "description": "Name that identifies the link aggregate interface", 
74022             "example": "__INTERFACE-NAME__", 
74023             "in": "path", 
74024             "name": "interface-name", 
74025             "required": true, 
74026             "type": "string"
74027           }, 
74028           {
74029             "description": "Name given to the interface", 
74030             "example": "__INTERFACE-NAME__", 
74031             "in": "path", 
74032             "name": "l-interface.interface-name", 
74033             "required": true, 
74034             "type": "string"
74035           }, 
74036           {
74037             "description": "String that identifies the interface", 
74038             "example": "__VLAN-INTERFACE__", 
74039             "in": "path", 
74040             "name": "vlan-interface", 
74041             "required": true, 
74042             "type": "string"
74043           }, 
74044           {
74045             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterfaceLInterfacesLInterfaceVlansVlan.json)", 
74046             "in": "body", 
74047             "name": "body", 
74048             "required": true, 
74049             "schema": {
74050               "$ref": "#/definitions/relationship-dict"
74051             }
74052           }
74053         ], 
74054         "produces": [
74055           "application/json", 
74056           "application/xml"
74057         ], 
74058         "responses": {
74059           "default": {
74060             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74061           }
74062         }, 
74063         "summary": "see node definition for valid relationships", 
74064         "tags": [
74065           "Network"
74066         ]
74067       }
74068     }, 
74069     "/network/vpls-pes/vpls-pe/{equipment-name}/lag-interfaces/lag-interface/{interface-name}/relationship-list/relationship": {
74070       "delete": {
74071         "consumes": [
74072           "application/json", 
74073           "application/xml"
74074         ], 
74075         "description": "delete an existing relationship", 
74076         "operationId": "deleteNetworkVplsPesVplsPeLagInterfacesLagInterfaceRelationshipListRelationship", 
74077         "parameters": [
74078           {
74079             "example": "__EQUIPMENT-NAME__", 
74080             "in": "path", 
74081             "name": "equipment-name", 
74082             "required": true, 
74083             "type": "string"
74084           }, 
74085           {
74086             "description": "Name that identifies the link aggregate interface", 
74087             "example": "__INTERFACE-NAME__", 
74088             "in": "path", 
74089             "name": "interface-name", 
74090             "required": true, 
74091             "type": "string"
74092           }
74093         ], 
74094         "produces": [
74095           "application/json", 
74096           "application/xml"
74097         ], 
74098         "responses": {
74099           "default": {
74100             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74101           }
74102         }, 
74103         "summary": "delete an existing relationship", 
74104         "tags": [
74105           "Network"
74106         ]
74107       }, 
74108       "put": {
74109         "consumes": [
74110           "application/json", 
74111           "application/xml"
74112         ], 
74113         "operationId": "createOrUpdateNetworkVplsPesVplsPeLagInterfacesLagInterfaceRelationshipListRelationship", 
74114         "parameters": [
74115           {
74116             "example": "__EQUIPMENT-NAME__", 
74117             "in": "path", 
74118             "name": "equipment-name", 
74119             "required": true, 
74120             "type": "string"
74121           }, 
74122           {
74123             "description": "Name that identifies the link aggregate interface", 
74124             "example": "__INTERFACE-NAME__", 
74125             "in": "path", 
74126             "name": "interface-name", 
74127             "required": true, 
74128             "type": "string"
74129           }, 
74130           {
74131             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPeLagInterfacesLagInterface.json)", 
74132             "in": "body", 
74133             "name": "body", 
74134             "required": true, 
74135             "schema": {
74136               "$ref": "#/definitions/relationship-dict"
74137             }
74138           }
74139         ], 
74140         "produces": [
74141           "application/json", 
74142           "application/xml"
74143         ], 
74144         "responses": {
74145           "default": {
74146             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74147           }
74148         }, 
74149         "summary": "see node definition for valid relationships", 
74150         "tags": [
74151           "Network"
74152         ]
74153       }
74154     }, 
74155     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces": {
74156       "get": {
74157         "description": "returns p-interfaces", 
74158         "operationId": "getNetworkVplsPesVplsPePInterfaces", 
74159         "parameters": [
74160           {
74161             "example": "__EQUIPMENT-NAME__", 
74162             "in": "path", 
74163             "name": "equipment-name", 
74164             "required": true, 
74165             "type": "string"
74166           }, 
74167           {
74168             "description": "n/a", 
74169             "in": "query", 
74170             "name": "interface-name", 
74171             "required": false, 
74172             "type": "string"
74173           }, 
74174           {
74175             "description": "n/a", 
74176             "in": "query", 
74177             "name": "prov-status", 
74178             "required": false, 
74179             "type": "string"
74180           }, 
74181           {
74182             "description": "n/a", 
74183             "in": "query", 
74184             "name": "operational-status", 
74185             "required": false, 
74186             "type": "string"
74187           }
74188         ], 
74189         "produces": [
74190           "application/json", 
74191           "application/xml"
74192         ], 
74193         "responses": {
74194           "200": {
74195             "description": "successful operation", 
74196             "schema": {
74197               "$ref": "#/definitions/p-interfaces"
74198             }
74199           }, 
74200           "default": {
74201             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74202           }
74203         }, 
74204         "summary": "returns p-interfaces", 
74205         "tags": [
74206           "Network"
74207         ]
74208       }
74209     }, 
74210     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}": {
74211       "delete": {
74212         "consumes": [
74213           "application/json", 
74214           "application/xml"
74215         ], 
74216         "description": "delete an existing p-interface", 
74217         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterface", 
74218         "parameters": [
74219           {
74220             "example": "__EQUIPMENT-NAME__", 
74221             "in": "path", 
74222             "name": "equipment-name", 
74223             "required": true, 
74224             "type": "string"
74225           }, 
74226           {
74227             "description": "Name that identifies the physical interface", 
74228             "example": "__INTERFACE-NAME__", 
74229             "in": "path", 
74230             "name": "interface-name", 
74231             "required": true, 
74232             "type": "string"
74233           }, 
74234           {
74235             "description": "resource-version for concurrency", 
74236             "in": "query", 
74237             "name": "resource-version", 
74238             "required": true, 
74239             "type": "string"
74240           }
74241         ], 
74242         "produces": [
74243           "application/json", 
74244           "application/xml"
74245         ], 
74246         "responses": {
74247           "default": {
74248             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74249           }
74250         }, 
74251         "summary": "delete an existing p-interface", 
74252         "tags": [
74253           "Network"
74254         ]
74255       }, 
74256       "get": {
74257         "description": "returns p-interface", 
74258         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterface", 
74259         "parameters": [
74260           {
74261             "example": "__EQUIPMENT-NAME__", 
74262             "in": "path", 
74263             "name": "equipment-name", 
74264             "required": true, 
74265             "type": "string"
74266           }, 
74267           {
74268             "description": "Name that identifies the physical interface", 
74269             "example": "__INTERFACE-NAME__", 
74270             "in": "path", 
74271             "name": "interface-name", 
74272             "required": true, 
74273             "type": "string"
74274           }
74275         ], 
74276         "produces": [
74277           "application/json", 
74278           "application/xml"
74279         ], 
74280         "responses": {
74281           "200": {
74282             "description": "successful operation", 
74283             "schema": {
74284               "$ref": "#/definitions/p-interface"
74285             }
74286           }, 
74287           "default": {
74288             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74289           }
74290         }, 
74291         "summary": "returns p-interface", 
74292         "tags": [
74293           "Network"
74294         ]
74295       }, 
74296       "patch": {
74297         "consumes": [
74298           "application/json"
74299         ], 
74300         "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", 
74301         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterface", 
74302         "parameters": [
74303           {
74304             "example": "__EQUIPMENT-NAME__", 
74305             "in": "path", 
74306             "name": "equipment-name", 
74307             "required": true, 
74308             "type": "string"
74309           }, 
74310           {
74311             "description": "Name that identifies the physical interface", 
74312             "example": "__INTERFACE-NAME__", 
74313             "in": "path", 
74314             "name": "interface-name", 
74315             "required": true, 
74316             "type": "string"
74317           }, 
74318           {
74319             "description": "p-interface object that needs to be updated.", 
74320             "in": "body", 
74321             "name": "body", 
74322             "required": true, 
74323             "schema": {
74324               "$ref": "#/definitions/zzzz-patch-p-interface"
74325             }
74326           }
74327         ], 
74328         "produces": [
74329           "application/json"
74330         ], 
74331         "responses": {
74332           "default": {
74333             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74334           }
74335         }, 
74336         "summary": "update an existing p-interface", 
74337         "tags": [
74338           "Network"
74339         ]
74340       }, 
74341       "put": {
74342         "consumes": [
74343           "application/json", 
74344           "application/xml"
74345         ], 
74346         "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", 
74347         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterface", 
74348         "parameters": [
74349           {
74350             "example": "__EQUIPMENT-NAME__", 
74351             "in": "path", 
74352             "name": "equipment-name", 
74353             "required": true, 
74354             "type": "string"
74355           }, 
74356           {
74357             "description": "Name that identifies the physical interface", 
74358             "example": "__INTERFACE-NAME__", 
74359             "in": "path", 
74360             "name": "interface-name", 
74361             "required": true, 
74362             "type": "string"
74363           }, 
74364           {
74365             "description": "p-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterface.json)", 
74366             "in": "body", 
74367             "name": "body", 
74368             "required": true, 
74369             "schema": {
74370               "$ref": "#/definitions/p-interface"
74371             }
74372           }
74373         ], 
74374         "produces": [
74375           "application/json", 
74376           "application/xml"
74377         ], 
74378         "responses": {
74379           "default": {
74380             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74381           }
74382         }, 
74383         "summary": "create or update an existing p-interface", 
74384         "tags": [
74385           "Network"
74386         ]
74387       }
74388     }, 
74389     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces": {
74390       "get": {
74391         "description": "returns l-interfaces", 
74392         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfaces", 
74393         "parameters": [
74394           {
74395             "example": "__EQUIPMENT-NAME__", 
74396             "in": "path", 
74397             "name": "equipment-name", 
74398             "required": true, 
74399             "type": "string"
74400           }, 
74401           {
74402             "description": "Name that identifies the physical interface", 
74403             "example": "__INTERFACE-NAME__", 
74404             "in": "path", 
74405             "name": "interface-name", 
74406             "required": true, 
74407             "type": "string"
74408           }, 
74409           {
74410             "description": "n/a", 
74411             "in": "query", 
74412             "name": "interface-name", 
74413             "required": false, 
74414             "type": "string"
74415           }, 
74416           {
74417             "description": "n/a", 
74418             "in": "query", 
74419             "name": "interface-id", 
74420             "required": false, 
74421             "type": "string"
74422           }, 
74423           {
74424             "description": "n/a", 
74425             "in": "query", 
74426             "name": "macaddr", 
74427             "required": false, 
74428             "type": "string"
74429           }, 
74430           {
74431             "description": "n/a", 
74432             "in": "query", 
74433             "name": "network-name", 
74434             "required": false, 
74435             "type": "string"
74436           }
74437         ], 
74438         "produces": [
74439           "application/json", 
74440           "application/xml"
74441         ], 
74442         "responses": {
74443           "200": {
74444             "description": "successful operation", 
74445             "schema": {
74446               "$ref": "#/definitions/l-interfaces"
74447             }
74448           }, 
74449           "default": {
74450             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74451           }
74452         }, 
74453         "summary": "returns l-interfaces", 
74454         "tags": [
74455           "Network"
74456         ]
74457       }
74458     }, 
74459     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}": {
74460       "delete": {
74461         "consumes": [
74462           "application/json", 
74463           "application/xml"
74464         ], 
74465         "description": "delete an existing l-interface", 
74466         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface", 
74467         "parameters": [
74468           {
74469             "example": "__EQUIPMENT-NAME__", 
74470             "in": "path", 
74471             "name": "equipment-name", 
74472             "required": true, 
74473             "type": "string"
74474           }, 
74475           {
74476             "description": "Name that identifies the physical interface", 
74477             "example": "__INTERFACE-NAME__", 
74478             "in": "path", 
74479             "name": "interface-name", 
74480             "required": true, 
74481             "type": "string"
74482           }, 
74483           {
74484             "description": "Name given to the interface", 
74485             "example": "__INTERFACE-NAME__", 
74486             "in": "path", 
74487             "name": "l-interface.interface-name", 
74488             "required": true, 
74489             "type": "string"
74490           }, 
74491           {
74492             "description": "resource-version for concurrency", 
74493             "in": "query", 
74494             "name": "resource-version", 
74495             "required": true, 
74496             "type": "string"
74497           }
74498         ], 
74499         "produces": [
74500           "application/json", 
74501           "application/xml"
74502         ], 
74503         "responses": {
74504           "default": {
74505             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74506           }
74507         }, 
74508         "summary": "delete an existing l-interface", 
74509         "tags": [
74510           "Network"
74511         ]
74512       }, 
74513       "get": {
74514         "description": "returns l-interface", 
74515         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface", 
74516         "parameters": [
74517           {
74518             "example": "__EQUIPMENT-NAME__", 
74519             "in": "path", 
74520             "name": "equipment-name", 
74521             "required": true, 
74522             "type": "string"
74523           }, 
74524           {
74525             "description": "Name that identifies the physical interface", 
74526             "example": "__INTERFACE-NAME__", 
74527             "in": "path", 
74528             "name": "interface-name", 
74529             "required": true, 
74530             "type": "string"
74531           }, 
74532           {
74533             "description": "Name given to the interface", 
74534             "example": "__INTERFACE-NAME__", 
74535             "in": "path", 
74536             "name": "l-interface.interface-name", 
74537             "required": true, 
74538             "type": "string"
74539           }
74540         ], 
74541         "produces": [
74542           "application/json", 
74543           "application/xml"
74544         ], 
74545         "responses": {
74546           "200": {
74547             "description": "successful operation", 
74548             "schema": {
74549               "$ref": "#/definitions/l-interface"
74550             }
74551           }, 
74552           "default": {
74553             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74554           }
74555         }, 
74556         "summary": "returns l-interface", 
74557         "tags": [
74558           "Network"
74559         ]
74560       }, 
74561       "patch": {
74562         "consumes": [
74563           "application/json"
74564         ], 
74565         "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", 
74566         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface", 
74567         "parameters": [
74568           {
74569             "example": "__EQUIPMENT-NAME__", 
74570             "in": "path", 
74571             "name": "equipment-name", 
74572             "required": true, 
74573             "type": "string"
74574           }, 
74575           {
74576             "description": "Name that identifies the physical interface", 
74577             "example": "__INTERFACE-NAME__", 
74578             "in": "path", 
74579             "name": "interface-name", 
74580             "required": true, 
74581             "type": "string"
74582           }, 
74583           {
74584             "description": "Name given to the interface", 
74585             "example": "__INTERFACE-NAME__", 
74586             "in": "path", 
74587             "name": "l-interface.interface-name", 
74588             "required": true, 
74589             "type": "string"
74590           }, 
74591           {
74592             "description": "l-interface object that needs to be updated.", 
74593             "in": "body", 
74594             "name": "body", 
74595             "required": true, 
74596             "schema": {
74597               "$ref": "#/definitions/zzzz-patch-l-interface"
74598             }
74599           }
74600         ], 
74601         "produces": [
74602           "application/json"
74603         ], 
74604         "responses": {
74605           "default": {
74606             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74607           }
74608         }, 
74609         "summary": "update an existing l-interface", 
74610         "tags": [
74611           "Network"
74612         ]
74613       }, 
74614       "put": {
74615         "consumes": [
74616           "application/json", 
74617           "application/xml"
74618         ], 
74619         "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", 
74620         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface", 
74621         "parameters": [
74622           {
74623             "example": "__EQUIPMENT-NAME__", 
74624             "in": "path", 
74625             "name": "equipment-name", 
74626             "required": true, 
74627             "type": "string"
74628           }, 
74629           {
74630             "description": "Name that identifies the physical interface", 
74631             "example": "__INTERFACE-NAME__", 
74632             "in": "path", 
74633             "name": "interface-name", 
74634             "required": true, 
74635             "type": "string"
74636           }, 
74637           {
74638             "description": "Name given to the interface", 
74639             "example": "__INTERFACE-NAME__", 
74640             "in": "path", 
74641             "name": "l-interface.interface-name", 
74642             "required": true, 
74643             "type": "string"
74644           }, 
74645           {
74646             "description": "l-interface object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface.json)", 
74647             "in": "body", 
74648             "name": "body", 
74649             "required": true, 
74650             "schema": {
74651               "$ref": "#/definitions/l-interface"
74652             }
74653           }
74654         ], 
74655         "produces": [
74656           "application/json", 
74657           "application/xml"
74658         ], 
74659         "responses": {
74660           "default": {
74661             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74662           }
74663         }, 
74664         "summary": "create or update an existing l-interface", 
74665         "tags": [
74666           "Network"
74667         ]
74668       }
74669     }, 
74670     "/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}": {
74671       "delete": {
74672         "consumes": [
74673           "application/json", 
74674           "application/xml"
74675         ], 
74676         "description": "delete an existing l3-interface-ipv4-address-list", 
74677         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
74678         "parameters": [
74679           {
74680             "example": "__EQUIPMENT-NAME__", 
74681             "in": "path", 
74682             "name": "equipment-name", 
74683             "required": true, 
74684             "type": "string"
74685           }, 
74686           {
74687             "description": "Name that identifies the physical interface", 
74688             "example": "__INTERFACE-NAME__", 
74689             "in": "path", 
74690             "name": "interface-name", 
74691             "required": true, 
74692             "type": "string"
74693           }, 
74694           {
74695             "description": "Name given to the interface", 
74696             "example": "__INTERFACE-NAME__", 
74697             "in": "path", 
74698             "name": "l-interface.interface-name", 
74699             "required": true, 
74700             "type": "string"
74701           }, 
74702           {
74703             "description": "IP address", 
74704             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
74705             "in": "path", 
74706             "name": "l3-interface-ipv4-address", 
74707             "required": true, 
74708             "type": "string"
74709           }, 
74710           {
74711             "description": "resource-version for concurrency", 
74712             "in": "query", 
74713             "name": "resource-version", 
74714             "required": true, 
74715             "type": "string"
74716           }
74717         ], 
74718         "produces": [
74719           "application/json", 
74720           "application/xml"
74721         ], 
74722         "responses": {
74723           "default": {
74724             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74725           }
74726         }, 
74727         "summary": "delete an existing l3-interface-ipv4-address-list", 
74728         "tags": [
74729           "Network"
74730         ]
74731       }, 
74732       "get": {
74733         "description": "returns l3-interface-ipv4-address-list", 
74734         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
74735         "parameters": [
74736           {
74737             "example": "__EQUIPMENT-NAME__", 
74738             "in": "path", 
74739             "name": "equipment-name", 
74740             "required": true, 
74741             "type": "string"
74742           }, 
74743           {
74744             "description": "Name that identifies the physical interface", 
74745             "example": "__INTERFACE-NAME__", 
74746             "in": "path", 
74747             "name": "interface-name", 
74748             "required": true, 
74749             "type": "string"
74750           }, 
74751           {
74752             "description": "Name given to the interface", 
74753             "example": "__INTERFACE-NAME__", 
74754             "in": "path", 
74755             "name": "l-interface.interface-name", 
74756             "required": true, 
74757             "type": "string"
74758           }, 
74759           {
74760             "description": "IP address", 
74761             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
74762             "in": "path", 
74763             "name": "l3-interface-ipv4-address", 
74764             "required": true, 
74765             "type": "string"
74766           }
74767         ], 
74768         "produces": [
74769           "application/json", 
74770           "application/xml"
74771         ], 
74772         "responses": {
74773           "200": {
74774             "description": "successful operation", 
74775             "schema": {
74776               "$ref": "#/definitions/l3-interface-ipv4-address-list"
74777             }
74778           }, 
74779           "default": {
74780             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74781           }
74782         }, 
74783         "summary": "returns l3-interface-ipv4-address-list", 
74784         "tags": [
74785           "Network"
74786         ]
74787       }, 
74788       "patch": {
74789         "consumes": [
74790           "application/json"
74791         ], 
74792         "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", 
74793         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
74794         "parameters": [
74795           {
74796             "example": "__EQUIPMENT-NAME__", 
74797             "in": "path", 
74798             "name": "equipment-name", 
74799             "required": true, 
74800             "type": "string"
74801           }, 
74802           {
74803             "description": "Name that identifies the physical interface", 
74804             "example": "__INTERFACE-NAME__", 
74805             "in": "path", 
74806             "name": "interface-name", 
74807             "required": true, 
74808             "type": "string"
74809           }, 
74810           {
74811             "description": "Name given to the interface", 
74812             "example": "__INTERFACE-NAME__", 
74813             "in": "path", 
74814             "name": "l-interface.interface-name", 
74815             "required": true, 
74816             "type": "string"
74817           }, 
74818           {
74819             "description": "IP address", 
74820             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
74821             "in": "path", 
74822             "name": "l3-interface-ipv4-address", 
74823             "required": true, 
74824             "type": "string"
74825           }, 
74826           {
74827             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
74828             "in": "body", 
74829             "name": "body", 
74830             "required": true, 
74831             "schema": {
74832               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
74833             }
74834           }
74835         ], 
74836         "produces": [
74837           "application/json"
74838         ], 
74839         "responses": {
74840           "default": {
74841             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74842           }
74843         }, 
74844         "summary": "update an existing l3-interface-ipv4-address-list", 
74845         "tags": [
74846           "Network"
74847         ]
74848       }, 
74849       "put": {
74850         "consumes": [
74851           "application/json", 
74852           "application/xml"
74853         ], 
74854         "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", 
74855         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList", 
74856         "parameters": [
74857           {
74858             "example": "__EQUIPMENT-NAME__", 
74859             "in": "path", 
74860             "name": "equipment-name", 
74861             "required": true, 
74862             "type": "string"
74863           }, 
74864           {
74865             "description": "Name that identifies the physical interface", 
74866             "example": "__INTERFACE-NAME__", 
74867             "in": "path", 
74868             "name": "interface-name", 
74869             "required": true, 
74870             "type": "string"
74871           }, 
74872           {
74873             "description": "Name given to the interface", 
74874             "example": "__INTERFACE-NAME__", 
74875             "in": "path", 
74876             "name": "l-interface.interface-name", 
74877             "required": true, 
74878             "type": "string"
74879           }, 
74880           {
74881             "description": "IP address", 
74882             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
74883             "in": "path", 
74884             "name": "l3-interface-ipv4-address", 
74885             "required": true, 
74886             "type": "string"
74887           }, 
74888           {
74889             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
74890             "in": "body", 
74891             "name": "body", 
74892             "required": true, 
74893             "schema": {
74894               "$ref": "#/definitions/l3-interface-ipv4-address-list"
74895             }
74896           }
74897         ], 
74898         "produces": [
74899           "application/json", 
74900           "application/xml"
74901         ], 
74902         "responses": {
74903           "default": {
74904             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74905           }
74906         }, 
74907         "summary": "create or update an existing l3-interface-ipv4-address-list", 
74908         "tags": [
74909           "Network"
74910         ]
74911       }
74912     }, 
74913     "/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": {
74914       "delete": {
74915         "consumes": [
74916           "application/json", 
74917           "application/xml"
74918         ], 
74919         "description": "delete an existing relationship", 
74920         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
74921         "parameters": [
74922           {
74923             "example": "__EQUIPMENT-NAME__", 
74924             "in": "path", 
74925             "name": "equipment-name", 
74926             "required": true, 
74927             "type": "string"
74928           }, 
74929           {
74930             "description": "Name that identifies the physical interface", 
74931             "example": "__INTERFACE-NAME__", 
74932             "in": "path", 
74933             "name": "interface-name", 
74934             "required": true, 
74935             "type": "string"
74936           }, 
74937           {
74938             "description": "Name given to the interface", 
74939             "example": "__INTERFACE-NAME__", 
74940             "in": "path", 
74941             "name": "l-interface.interface-name", 
74942             "required": true, 
74943             "type": "string"
74944           }, 
74945           {
74946             "description": "IP address", 
74947             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
74948             "in": "path", 
74949             "name": "l3-interface-ipv4-address", 
74950             "required": true, 
74951             "type": "string"
74952           }
74953         ], 
74954         "produces": [
74955           "application/json", 
74956           "application/xml"
74957         ], 
74958         "responses": {
74959           "default": {
74960             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
74961           }
74962         }, 
74963         "summary": "delete an existing relationship", 
74964         "tags": [
74965           "Network"
74966         ]
74967       }, 
74968       "put": {
74969         "consumes": [
74970           "application/json", 
74971           "application/xml"
74972         ], 
74973         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressListRelationshipListRelationship", 
74974         "parameters": [
74975           {
74976             "example": "__EQUIPMENT-NAME__", 
74977             "in": "path", 
74978             "name": "equipment-name", 
74979             "required": true, 
74980             "type": "string"
74981           }, 
74982           {
74983             "description": "Name that identifies the physical interface", 
74984             "example": "__INTERFACE-NAME__", 
74985             "in": "path", 
74986             "name": "interface-name", 
74987             "required": true, 
74988             "type": "string"
74989           }, 
74990           {
74991             "description": "Name given to the interface", 
74992             "example": "__INTERFACE-NAME__", 
74993             "in": "path", 
74994             "name": "l-interface.interface-name", 
74995             "required": true, 
74996             "type": "string"
74997           }, 
74998           {
74999             "description": "IP address", 
75000             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
75001             "in": "path", 
75002             "name": "l3-interface-ipv4-address", 
75003             "required": true, 
75004             "type": "string"
75005           }, 
75006           {
75007             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv4AddressList.json)", 
75008             "in": "body", 
75009             "name": "body", 
75010             "required": true, 
75011             "schema": {
75012               "$ref": "#/definitions/relationship-dict"
75013             }
75014           }
75015         ], 
75016         "produces": [
75017           "application/json", 
75018           "application/xml"
75019         ], 
75020         "responses": {
75021           "default": {
75022             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75023           }
75024         }, 
75025         "summary": "see node definition for valid relationships", 
75026         "tags": [
75027           "Network"
75028         ]
75029       }
75030     }, 
75031     "/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}": {
75032       "delete": {
75033         "consumes": [
75034           "application/json", 
75035           "application/xml"
75036         ], 
75037         "description": "delete an existing l3-interface-ipv6-address-list", 
75038         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
75039         "parameters": [
75040           {
75041             "example": "__EQUIPMENT-NAME__", 
75042             "in": "path", 
75043             "name": "equipment-name", 
75044             "required": true, 
75045             "type": "string"
75046           }, 
75047           {
75048             "description": "Name that identifies the physical interface", 
75049             "example": "__INTERFACE-NAME__", 
75050             "in": "path", 
75051             "name": "interface-name", 
75052             "required": true, 
75053             "type": "string"
75054           }, 
75055           {
75056             "description": "Name given to the interface", 
75057             "example": "__INTERFACE-NAME__", 
75058             "in": "path", 
75059             "name": "l-interface.interface-name", 
75060             "required": true, 
75061             "type": "string"
75062           }, 
75063           {
75064             "description": "IP address", 
75065             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
75066             "in": "path", 
75067             "name": "l3-interface-ipv6-address", 
75068             "required": true, 
75069             "type": "string"
75070           }, 
75071           {
75072             "description": "resource-version for concurrency", 
75073             "in": "query", 
75074             "name": "resource-version", 
75075             "required": true, 
75076             "type": "string"
75077           }
75078         ], 
75079         "produces": [
75080           "application/json", 
75081           "application/xml"
75082         ], 
75083         "responses": {
75084           "default": {
75085             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75086           }
75087         }, 
75088         "summary": "delete an existing l3-interface-ipv6-address-list", 
75089         "tags": [
75090           "Network"
75091         ]
75092       }, 
75093       "get": {
75094         "description": "returns l3-interface-ipv6-address-list", 
75095         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
75096         "parameters": [
75097           {
75098             "example": "__EQUIPMENT-NAME__", 
75099             "in": "path", 
75100             "name": "equipment-name", 
75101             "required": true, 
75102             "type": "string"
75103           }, 
75104           {
75105             "description": "Name that identifies the physical interface", 
75106             "example": "__INTERFACE-NAME__", 
75107             "in": "path", 
75108             "name": "interface-name", 
75109             "required": true, 
75110             "type": "string"
75111           }, 
75112           {
75113             "description": "Name given to the interface", 
75114             "example": "__INTERFACE-NAME__", 
75115             "in": "path", 
75116             "name": "l-interface.interface-name", 
75117             "required": true, 
75118             "type": "string"
75119           }, 
75120           {
75121             "description": "IP address", 
75122             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
75123             "in": "path", 
75124             "name": "l3-interface-ipv6-address", 
75125             "required": true, 
75126             "type": "string"
75127           }
75128         ], 
75129         "produces": [
75130           "application/json", 
75131           "application/xml"
75132         ], 
75133         "responses": {
75134           "200": {
75135             "description": "successful operation", 
75136             "schema": {
75137               "$ref": "#/definitions/l3-interface-ipv6-address-list"
75138             }
75139           }, 
75140           "default": {
75141             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75142           }
75143         }, 
75144         "summary": "returns l3-interface-ipv6-address-list", 
75145         "tags": [
75146           "Network"
75147         ]
75148       }, 
75149       "patch": {
75150         "consumes": [
75151           "application/json"
75152         ], 
75153         "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", 
75154         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
75155         "parameters": [
75156           {
75157             "example": "__EQUIPMENT-NAME__", 
75158             "in": "path", 
75159             "name": "equipment-name", 
75160             "required": true, 
75161             "type": "string"
75162           }, 
75163           {
75164             "description": "Name that identifies the physical interface", 
75165             "example": "__INTERFACE-NAME__", 
75166             "in": "path", 
75167             "name": "interface-name", 
75168             "required": true, 
75169             "type": "string"
75170           }, 
75171           {
75172             "description": "Name given to the interface", 
75173             "example": "__INTERFACE-NAME__", 
75174             "in": "path", 
75175             "name": "l-interface.interface-name", 
75176             "required": true, 
75177             "type": "string"
75178           }, 
75179           {
75180             "description": "IP address", 
75181             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
75182             "in": "path", 
75183             "name": "l3-interface-ipv6-address", 
75184             "required": true, 
75185             "type": "string"
75186           }, 
75187           {
75188             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
75189             "in": "body", 
75190             "name": "body", 
75191             "required": true, 
75192             "schema": {
75193               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
75194             }
75195           }
75196         ], 
75197         "produces": [
75198           "application/json"
75199         ], 
75200         "responses": {
75201           "default": {
75202             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75203           }
75204         }, 
75205         "summary": "update an existing l3-interface-ipv6-address-list", 
75206         "tags": [
75207           "Network"
75208         ]
75209       }, 
75210       "put": {
75211         "consumes": [
75212           "application/json", 
75213           "application/xml"
75214         ], 
75215         "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", 
75216         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList", 
75217         "parameters": [
75218           {
75219             "example": "__EQUIPMENT-NAME__", 
75220             "in": "path", 
75221             "name": "equipment-name", 
75222             "required": true, 
75223             "type": "string"
75224           }, 
75225           {
75226             "description": "Name that identifies the physical interface", 
75227             "example": "__INTERFACE-NAME__", 
75228             "in": "path", 
75229             "name": "interface-name", 
75230             "required": true, 
75231             "type": "string"
75232           }, 
75233           {
75234             "description": "Name given to the interface", 
75235             "example": "__INTERFACE-NAME__", 
75236             "in": "path", 
75237             "name": "l-interface.interface-name", 
75238             "required": true, 
75239             "type": "string"
75240           }, 
75241           {
75242             "description": "IP address", 
75243             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
75244             "in": "path", 
75245             "name": "l3-interface-ipv6-address", 
75246             "required": true, 
75247             "type": "string"
75248           }, 
75249           {
75250             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
75251             "in": "body", 
75252             "name": "body", 
75253             "required": true, 
75254             "schema": {
75255               "$ref": "#/definitions/l3-interface-ipv6-address-list"
75256             }
75257           }
75258         ], 
75259         "produces": [
75260           "application/json", 
75261           "application/xml"
75262         ], 
75263         "responses": {
75264           "default": {
75265             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75266           }
75267         }, 
75268         "summary": "create or update an existing l3-interface-ipv6-address-list", 
75269         "tags": [
75270           "Network"
75271         ]
75272       }
75273     }, 
75274     "/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": {
75275       "delete": {
75276         "consumes": [
75277           "application/json", 
75278           "application/xml"
75279         ], 
75280         "description": "delete an existing relationship", 
75281         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
75282         "parameters": [
75283           {
75284             "example": "__EQUIPMENT-NAME__", 
75285             "in": "path", 
75286             "name": "equipment-name", 
75287             "required": true, 
75288             "type": "string"
75289           }, 
75290           {
75291             "description": "Name that identifies the physical interface", 
75292             "example": "__INTERFACE-NAME__", 
75293             "in": "path", 
75294             "name": "interface-name", 
75295             "required": true, 
75296             "type": "string"
75297           }, 
75298           {
75299             "description": "Name given to the interface", 
75300             "example": "__INTERFACE-NAME__", 
75301             "in": "path", 
75302             "name": "l-interface.interface-name", 
75303             "required": true, 
75304             "type": "string"
75305           }, 
75306           {
75307             "description": "IP address", 
75308             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
75309             "in": "path", 
75310             "name": "l3-interface-ipv6-address", 
75311             "required": true, 
75312             "type": "string"
75313           }
75314         ], 
75315         "produces": [
75316           "application/json", 
75317           "application/xml"
75318         ], 
75319         "responses": {
75320           "default": {
75321             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75322           }
75323         }, 
75324         "summary": "delete an existing relationship", 
75325         "tags": [
75326           "Network"
75327         ]
75328       }, 
75329       "put": {
75330         "consumes": [
75331           "application/json", 
75332           "application/xml"
75333         ], 
75334         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressListRelationshipListRelationship", 
75335         "parameters": [
75336           {
75337             "example": "__EQUIPMENT-NAME__", 
75338             "in": "path", 
75339             "name": "equipment-name", 
75340             "required": true, 
75341             "type": "string"
75342           }, 
75343           {
75344             "description": "Name that identifies the physical interface", 
75345             "example": "__INTERFACE-NAME__", 
75346             "in": "path", 
75347             "name": "interface-name", 
75348             "required": true, 
75349             "type": "string"
75350           }, 
75351           {
75352             "description": "Name given to the interface", 
75353             "example": "__INTERFACE-NAME__", 
75354             "in": "path", 
75355             "name": "l-interface.interface-name", 
75356             "required": true, 
75357             "type": "string"
75358           }, 
75359           {
75360             "description": "IP address", 
75361             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
75362             "in": "path", 
75363             "name": "l3-interface-ipv6-address", 
75364             "required": true, 
75365             "type": "string"
75366           }, 
75367           {
75368             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceL3InterfaceIpv6AddressList.json)", 
75369             "in": "body", 
75370             "name": "body", 
75371             "required": true, 
75372             "schema": {
75373               "$ref": "#/definitions/relationship-dict"
75374             }
75375           }
75376         ], 
75377         "produces": [
75378           "application/json", 
75379           "application/xml"
75380         ], 
75381         "responses": {
75382           "default": {
75383             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75384           }
75385         }, 
75386         "summary": "see node definition for valid relationships", 
75387         "tags": [
75388           "Network"
75389         ]
75390       }
75391     }, 
75392     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/relationship-list/relationship": {
75393       "delete": {
75394         "consumes": [
75395           "application/json", 
75396           "application/xml"
75397         ], 
75398         "description": "delete an existing relationship", 
75399         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
75400         "parameters": [
75401           {
75402             "example": "__EQUIPMENT-NAME__", 
75403             "in": "path", 
75404             "name": "equipment-name", 
75405             "required": true, 
75406             "type": "string"
75407           }, 
75408           {
75409             "description": "Name that identifies the physical interface", 
75410             "example": "__INTERFACE-NAME__", 
75411             "in": "path", 
75412             "name": "interface-name", 
75413             "required": true, 
75414             "type": "string"
75415           }, 
75416           {
75417             "description": "Name given to the interface", 
75418             "example": "__INTERFACE-NAME__", 
75419             "in": "path", 
75420             "name": "l-interface.interface-name", 
75421             "required": true, 
75422             "type": "string"
75423           }
75424         ], 
75425         "produces": [
75426           "application/json", 
75427           "application/xml"
75428         ], 
75429         "responses": {
75430           "default": {
75431             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75432           }
75433         }, 
75434         "summary": "delete an existing relationship", 
75435         "tags": [
75436           "Network"
75437         ]
75438       }, 
75439       "put": {
75440         "consumes": [
75441           "application/json", 
75442           "application/xml"
75443         ], 
75444         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceRelationshipListRelationship", 
75445         "parameters": [
75446           {
75447             "example": "__EQUIPMENT-NAME__", 
75448             "in": "path", 
75449             "name": "equipment-name", 
75450             "required": true, 
75451             "type": "string"
75452           }, 
75453           {
75454             "description": "Name that identifies the physical interface", 
75455             "example": "__INTERFACE-NAME__", 
75456             "in": "path", 
75457             "name": "interface-name", 
75458             "required": true, 
75459             "type": "string"
75460           }, 
75461           {
75462             "description": "Name given to the interface", 
75463             "example": "__INTERFACE-NAME__", 
75464             "in": "path", 
75465             "name": "l-interface.interface-name", 
75466             "required": true, 
75467             "type": "string"
75468           }, 
75469           {
75470             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterface.json)", 
75471             "in": "body", 
75472             "name": "body", 
75473             "required": true, 
75474             "schema": {
75475               "$ref": "#/definitions/relationship-dict"
75476             }
75477           }
75478         ], 
75479         "produces": [
75480           "application/json", 
75481           "application/xml"
75482         ], 
75483         "responses": {
75484           "default": {
75485             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75486           }
75487         }, 
75488         "summary": "see node definition for valid relationships", 
75489         "tags": [
75490           "Network"
75491         ]
75492       }
75493     }, 
75494     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/sriov-vfs": {
75495       "get": {
75496         "description": "returns sriov-vfs", 
75497         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfs", 
75498         "parameters": [
75499           {
75500             "example": "__EQUIPMENT-NAME__", 
75501             "in": "path", 
75502             "name": "equipment-name", 
75503             "required": true, 
75504             "type": "string"
75505           }, 
75506           {
75507             "description": "Name that identifies the physical interface", 
75508             "example": "__INTERFACE-NAME__", 
75509             "in": "path", 
75510             "name": "interface-name", 
75511             "required": true, 
75512             "type": "string"
75513           }, 
75514           {
75515             "description": "Name given to the interface", 
75516             "example": "__INTERFACE-NAME__", 
75517             "in": "path", 
75518             "name": "l-interface.interface-name", 
75519             "required": true, 
75520             "type": "string"
75521           }, 
75522           {
75523             "description": "n/a", 
75524             "in": "query", 
75525             "name": "pci-id", 
75526             "required": false, 
75527             "type": "string"
75528           }, 
75529           {
75530             "description": "n/a", 
75531             "in": "query", 
75532             "name": "vf-vlan-filter", 
75533             "required": false, 
75534             "type": "string"
75535           }, 
75536           {
75537             "description": "n/a", 
75538             "in": "query", 
75539             "name": "vf-mac-filter", 
75540             "required": false, 
75541             "type": "string"
75542           }, 
75543           {
75544             "description": "n/a", 
75545             "in": "query", 
75546             "name": "vf-vlan-strip", 
75547             "required": false, 
75548             "type": "boolean"
75549           }, 
75550           {
75551             "description": "n/a", 
75552             "in": "query", 
75553             "name": "neutron-network-id", 
75554             "required": false, 
75555             "type": "string"
75556           }
75557         ], 
75558         "produces": [
75559           "application/json", 
75560           "application/xml"
75561         ], 
75562         "responses": {
75563           "200": {
75564             "description": "successful operation", 
75565             "schema": {
75566               "$ref": "#/definitions/sriov-vfs"
75567             }
75568           }, 
75569           "default": {
75570             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75571           }
75572         }, 
75573         "summary": "returns sriov-vfs", 
75574         "tags": [
75575           "Network"
75576         ]
75577       }
75578     }, 
75579     "/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}": {
75580       "delete": {
75581         "consumes": [
75582           "application/json", 
75583           "application/xml"
75584         ], 
75585         "description": "delete an existing sriov-vf", 
75586         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
75587         "parameters": [
75588           {
75589             "example": "__EQUIPMENT-NAME__", 
75590             "in": "path", 
75591             "name": "equipment-name", 
75592             "required": true, 
75593             "type": "string"
75594           }, 
75595           {
75596             "description": "Name that identifies the physical interface", 
75597             "example": "__INTERFACE-NAME__", 
75598             "in": "path", 
75599             "name": "interface-name", 
75600             "required": true, 
75601             "type": "string"
75602           }, 
75603           {
75604             "description": "Name given to the interface", 
75605             "example": "__INTERFACE-NAME__", 
75606             "in": "path", 
75607             "name": "l-interface.interface-name", 
75608             "required": true, 
75609             "type": "string"
75610           }, 
75611           {
75612             "description": "PCI ID used to identify the sriov-vf", 
75613             "example": "__PCI-ID__", 
75614             "in": "path", 
75615             "name": "pci-id", 
75616             "required": true, 
75617             "type": "string"
75618           }, 
75619           {
75620             "description": "resource-version for concurrency", 
75621             "in": "query", 
75622             "name": "resource-version", 
75623             "required": true, 
75624             "type": "string"
75625           }
75626         ], 
75627         "produces": [
75628           "application/json", 
75629           "application/xml"
75630         ], 
75631         "responses": {
75632           "default": {
75633             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75634           }
75635         }, 
75636         "summary": "delete an existing sriov-vf", 
75637         "tags": [
75638           "Network"
75639         ]
75640       }, 
75641       "get": {
75642         "description": "returns sriov-vf", 
75643         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
75644         "parameters": [
75645           {
75646             "example": "__EQUIPMENT-NAME__", 
75647             "in": "path", 
75648             "name": "equipment-name", 
75649             "required": true, 
75650             "type": "string"
75651           }, 
75652           {
75653             "description": "Name that identifies the physical interface", 
75654             "example": "__INTERFACE-NAME__", 
75655             "in": "path", 
75656             "name": "interface-name", 
75657             "required": true, 
75658             "type": "string"
75659           }, 
75660           {
75661             "description": "Name given to the interface", 
75662             "example": "__INTERFACE-NAME__", 
75663             "in": "path", 
75664             "name": "l-interface.interface-name", 
75665             "required": true, 
75666             "type": "string"
75667           }, 
75668           {
75669             "description": "PCI ID used to identify the sriov-vf", 
75670             "example": "__PCI-ID__", 
75671             "in": "path", 
75672             "name": "pci-id", 
75673             "required": true, 
75674             "type": "string"
75675           }
75676         ], 
75677         "produces": [
75678           "application/json", 
75679           "application/xml"
75680         ], 
75681         "responses": {
75682           "200": {
75683             "description": "successful operation", 
75684             "schema": {
75685               "$ref": "#/definitions/sriov-vf"
75686             }
75687           }, 
75688           "default": {
75689             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75690           }
75691         }, 
75692         "summary": "returns sriov-vf", 
75693         "tags": [
75694           "Network"
75695         ]
75696       }, 
75697       "patch": {
75698         "consumes": [
75699           "application/json"
75700         ], 
75701         "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", 
75702         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
75703         "parameters": [
75704           {
75705             "example": "__EQUIPMENT-NAME__", 
75706             "in": "path", 
75707             "name": "equipment-name", 
75708             "required": true, 
75709             "type": "string"
75710           }, 
75711           {
75712             "description": "Name that identifies the physical interface", 
75713             "example": "__INTERFACE-NAME__", 
75714             "in": "path", 
75715             "name": "interface-name", 
75716             "required": true, 
75717             "type": "string"
75718           }, 
75719           {
75720             "description": "Name given to the interface", 
75721             "example": "__INTERFACE-NAME__", 
75722             "in": "path", 
75723             "name": "l-interface.interface-name", 
75724             "required": true, 
75725             "type": "string"
75726           }, 
75727           {
75728             "description": "PCI ID used to identify the sriov-vf", 
75729             "example": "__PCI-ID__", 
75730             "in": "path", 
75731             "name": "pci-id", 
75732             "required": true, 
75733             "type": "string"
75734           }, 
75735           {
75736             "description": "sriov-vf object that needs to be updated.", 
75737             "in": "body", 
75738             "name": "body", 
75739             "required": true, 
75740             "schema": {
75741               "$ref": "#/definitions/zzzz-patch-sriov-vf"
75742             }
75743           }
75744         ], 
75745         "produces": [
75746           "application/json"
75747         ], 
75748         "responses": {
75749           "default": {
75750             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75751           }
75752         }, 
75753         "summary": "update an existing sriov-vf", 
75754         "tags": [
75755           "Network"
75756         ]
75757       }, 
75758       "put": {
75759         "consumes": [
75760           "application/json", 
75761           "application/xml"
75762         ], 
75763         "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", 
75764         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf", 
75765         "parameters": [
75766           {
75767             "example": "__EQUIPMENT-NAME__", 
75768             "in": "path", 
75769             "name": "equipment-name", 
75770             "required": true, 
75771             "type": "string"
75772           }, 
75773           {
75774             "description": "Name that identifies the physical interface", 
75775             "example": "__INTERFACE-NAME__", 
75776             "in": "path", 
75777             "name": "interface-name", 
75778             "required": true, 
75779             "type": "string"
75780           }, 
75781           {
75782             "description": "Name given to the interface", 
75783             "example": "__INTERFACE-NAME__", 
75784             "in": "path", 
75785             "name": "l-interface.interface-name", 
75786             "required": true, 
75787             "type": "string"
75788           }, 
75789           {
75790             "description": "PCI ID used to identify the sriov-vf", 
75791             "example": "__PCI-ID__", 
75792             "in": "path", 
75793             "name": "pci-id", 
75794             "required": true, 
75795             "type": "string"
75796           }, 
75797           {
75798             "description": "sriov-vf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
75799             "in": "body", 
75800             "name": "body", 
75801             "required": true, 
75802             "schema": {
75803               "$ref": "#/definitions/sriov-vf"
75804             }
75805           }
75806         ], 
75807         "produces": [
75808           "application/json", 
75809           "application/xml"
75810         ], 
75811         "responses": {
75812           "default": {
75813             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75814           }
75815         }, 
75816         "summary": "create or update an existing sriov-vf", 
75817         "tags": [
75818           "Network"
75819         ]
75820       }
75821     }, 
75822     "/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": {
75823       "delete": {
75824         "consumes": [
75825           "application/json", 
75826           "application/xml"
75827         ], 
75828         "description": "delete an existing relationship", 
75829         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
75830         "parameters": [
75831           {
75832             "example": "__EQUIPMENT-NAME__", 
75833             "in": "path", 
75834             "name": "equipment-name", 
75835             "required": true, 
75836             "type": "string"
75837           }, 
75838           {
75839             "description": "Name that identifies the physical interface", 
75840             "example": "__INTERFACE-NAME__", 
75841             "in": "path", 
75842             "name": "interface-name", 
75843             "required": true, 
75844             "type": "string"
75845           }, 
75846           {
75847             "description": "Name given to the interface", 
75848             "example": "__INTERFACE-NAME__", 
75849             "in": "path", 
75850             "name": "l-interface.interface-name", 
75851             "required": true, 
75852             "type": "string"
75853           }, 
75854           {
75855             "description": "PCI ID used to identify the sriov-vf", 
75856             "example": "__PCI-ID__", 
75857             "in": "path", 
75858             "name": "pci-id", 
75859             "required": true, 
75860             "type": "string"
75861           }
75862         ], 
75863         "produces": [
75864           "application/json", 
75865           "application/xml"
75866         ], 
75867         "responses": {
75868           "default": {
75869             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75870           }
75871         }, 
75872         "summary": "delete an existing relationship", 
75873         "tags": [
75874           "Network"
75875         ]
75876       }, 
75877       "put": {
75878         "consumes": [
75879           "application/json", 
75880           "application/xml"
75881         ], 
75882         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVfRelationshipListRelationship", 
75883         "parameters": [
75884           {
75885             "example": "__EQUIPMENT-NAME__", 
75886             "in": "path", 
75887             "name": "equipment-name", 
75888             "required": true, 
75889             "type": "string"
75890           }, 
75891           {
75892             "description": "Name that identifies the physical interface", 
75893             "example": "__INTERFACE-NAME__", 
75894             "in": "path", 
75895             "name": "interface-name", 
75896             "required": true, 
75897             "type": "string"
75898           }, 
75899           {
75900             "description": "Name given to the interface", 
75901             "example": "__INTERFACE-NAME__", 
75902             "in": "path", 
75903             "name": "l-interface.interface-name", 
75904             "required": true, 
75905             "type": "string"
75906           }, 
75907           {
75908             "description": "PCI ID used to identify the sriov-vf", 
75909             "example": "__PCI-ID__", 
75910             "in": "path", 
75911             "name": "pci-id", 
75912             "required": true, 
75913             "type": "string"
75914           }, 
75915           {
75916             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceSriovVfsSriovVf.json)", 
75917             "in": "body", 
75918             "name": "body", 
75919             "required": true, 
75920             "schema": {
75921               "$ref": "#/definitions/relationship-dict"
75922             }
75923           }
75924         ], 
75925         "produces": [
75926           "application/json", 
75927           "application/xml"
75928         ], 
75929         "responses": {
75930           "default": {
75931             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
75932           }
75933         }, 
75934         "summary": "see node definition for valid relationships", 
75935         "tags": [
75936           "Network"
75937         ]
75938       }
75939     }, 
75940     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/l-interfaces/l-interface/{l-interface.interface-name}/vlans": {
75941       "get": {
75942         "description": "returns vlans", 
75943         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlans", 
75944         "parameters": [
75945           {
75946             "example": "__EQUIPMENT-NAME__", 
75947             "in": "path", 
75948             "name": "equipment-name", 
75949             "required": true, 
75950             "type": "string"
75951           }, 
75952           {
75953             "description": "Name that identifies the physical interface", 
75954             "example": "__INTERFACE-NAME__", 
75955             "in": "path", 
75956             "name": "interface-name", 
75957             "required": true, 
75958             "type": "string"
75959           }, 
75960           {
75961             "description": "Name given to the interface", 
75962             "example": "__INTERFACE-NAME__", 
75963             "in": "path", 
75964             "name": "l-interface.interface-name", 
75965             "required": true, 
75966             "type": "string"
75967           }, 
75968           {
75969             "description": "n/a", 
75970             "in": "query", 
75971             "name": "vlan-interface", 
75972             "required": false, 
75973             "type": "string"
75974           }, 
75975           {
75976             "description": "n/a", 
75977             "format": "int64", 
75978             "in": "query", 
75979             "name": "vlan-id-inner", 
75980             "required": false, 
75981             "type": "integer"
75982           }, 
75983           {
75984             "description": "n/a", 
75985             "in": "query", 
75986             "name": "vpn-key", 
75987             "required": false, 
75988             "type": "string"
75989           }
75990         ], 
75991         "produces": [
75992           "application/json", 
75993           "application/xml"
75994         ], 
75995         "responses": {
75996           "200": {
75997             "description": "successful operation", 
75998             "schema": {
75999               "$ref": "#/definitions/vlans"
76000             }
76001           }, 
76002           "default": {
76003             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76004           }
76005         }, 
76006         "summary": "returns vlans", 
76007         "tags": [
76008           "Network"
76009         ]
76010       }
76011     }, 
76012     "/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}": {
76013       "delete": {
76014         "consumes": [
76015           "application/json", 
76016           "application/xml"
76017         ], 
76018         "description": "delete an existing vlan", 
76019         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
76020         "parameters": [
76021           {
76022             "example": "__EQUIPMENT-NAME__", 
76023             "in": "path", 
76024             "name": "equipment-name", 
76025             "required": true, 
76026             "type": "string"
76027           }, 
76028           {
76029             "description": "Name that identifies the physical interface", 
76030             "example": "__INTERFACE-NAME__", 
76031             "in": "path", 
76032             "name": "interface-name", 
76033             "required": true, 
76034             "type": "string"
76035           }, 
76036           {
76037             "description": "Name given to the interface", 
76038             "example": "__INTERFACE-NAME__", 
76039             "in": "path", 
76040             "name": "l-interface.interface-name", 
76041             "required": true, 
76042             "type": "string"
76043           }, 
76044           {
76045             "description": "String that identifies the interface", 
76046             "example": "__VLAN-INTERFACE__", 
76047             "in": "path", 
76048             "name": "vlan-interface", 
76049             "required": true, 
76050             "type": "string"
76051           }, 
76052           {
76053             "description": "resource-version for concurrency", 
76054             "in": "query", 
76055             "name": "resource-version", 
76056             "required": true, 
76057             "type": "string"
76058           }
76059         ], 
76060         "produces": [
76061           "application/json", 
76062           "application/xml"
76063         ], 
76064         "responses": {
76065           "default": {
76066             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76067           }
76068         }, 
76069         "summary": "delete an existing vlan", 
76070         "tags": [
76071           "Network"
76072         ]
76073       }, 
76074       "get": {
76075         "description": "returns vlan", 
76076         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
76077         "parameters": [
76078           {
76079             "example": "__EQUIPMENT-NAME__", 
76080             "in": "path", 
76081             "name": "equipment-name", 
76082             "required": true, 
76083             "type": "string"
76084           }, 
76085           {
76086             "description": "Name that identifies the physical interface", 
76087             "example": "__INTERFACE-NAME__", 
76088             "in": "path", 
76089             "name": "interface-name", 
76090             "required": true, 
76091             "type": "string"
76092           }, 
76093           {
76094             "description": "Name given to the interface", 
76095             "example": "__INTERFACE-NAME__", 
76096             "in": "path", 
76097             "name": "l-interface.interface-name", 
76098             "required": true, 
76099             "type": "string"
76100           }, 
76101           {
76102             "description": "String that identifies the interface", 
76103             "example": "__VLAN-INTERFACE__", 
76104             "in": "path", 
76105             "name": "vlan-interface", 
76106             "required": true, 
76107             "type": "string"
76108           }
76109         ], 
76110         "produces": [
76111           "application/json", 
76112           "application/xml"
76113         ], 
76114         "responses": {
76115           "200": {
76116             "description": "successful operation", 
76117             "schema": {
76118               "$ref": "#/definitions/vlan"
76119             }
76120           }, 
76121           "default": {
76122             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76123           }
76124         }, 
76125         "summary": "returns vlan", 
76126         "tags": [
76127           "Network"
76128         ]
76129       }, 
76130       "patch": {
76131         "consumes": [
76132           "application/json"
76133         ], 
76134         "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", 
76135         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
76136         "parameters": [
76137           {
76138             "example": "__EQUIPMENT-NAME__", 
76139             "in": "path", 
76140             "name": "equipment-name", 
76141             "required": true, 
76142             "type": "string"
76143           }, 
76144           {
76145             "description": "Name that identifies the physical interface", 
76146             "example": "__INTERFACE-NAME__", 
76147             "in": "path", 
76148             "name": "interface-name", 
76149             "required": true, 
76150             "type": "string"
76151           }, 
76152           {
76153             "description": "Name given to the interface", 
76154             "example": "__INTERFACE-NAME__", 
76155             "in": "path", 
76156             "name": "l-interface.interface-name", 
76157             "required": true, 
76158             "type": "string"
76159           }, 
76160           {
76161             "description": "String that identifies the interface", 
76162             "example": "__VLAN-INTERFACE__", 
76163             "in": "path", 
76164             "name": "vlan-interface", 
76165             "required": true, 
76166             "type": "string"
76167           }, 
76168           {
76169             "description": "vlan object that needs to be updated.", 
76170             "in": "body", 
76171             "name": "body", 
76172             "required": true, 
76173             "schema": {
76174               "$ref": "#/definitions/zzzz-patch-vlan"
76175             }
76176           }
76177         ], 
76178         "produces": [
76179           "application/json"
76180         ], 
76181         "responses": {
76182           "default": {
76183             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76184           }
76185         }, 
76186         "summary": "update an existing vlan", 
76187         "tags": [
76188           "Network"
76189         ]
76190       }, 
76191       "put": {
76192         "consumes": [
76193           "application/json", 
76194           "application/xml"
76195         ], 
76196         "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", 
76197         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan", 
76198         "parameters": [
76199           {
76200             "example": "__EQUIPMENT-NAME__", 
76201             "in": "path", 
76202             "name": "equipment-name", 
76203             "required": true, 
76204             "type": "string"
76205           }, 
76206           {
76207             "description": "Name that identifies the physical interface", 
76208             "example": "__INTERFACE-NAME__", 
76209             "in": "path", 
76210             "name": "interface-name", 
76211             "required": true, 
76212             "type": "string"
76213           }, 
76214           {
76215             "description": "Name given to the interface", 
76216             "example": "__INTERFACE-NAME__", 
76217             "in": "path", 
76218             "name": "l-interface.interface-name", 
76219             "required": true, 
76220             "type": "string"
76221           }, 
76222           {
76223             "description": "String that identifies the interface", 
76224             "example": "__VLAN-INTERFACE__", 
76225             "in": "path", 
76226             "name": "vlan-interface", 
76227             "required": true, 
76228             "type": "string"
76229           }, 
76230           {
76231             "description": "vlan object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
76232             "in": "body", 
76233             "name": "body", 
76234             "required": true, 
76235             "schema": {
76236               "$ref": "#/definitions/vlan"
76237             }
76238           }
76239         ], 
76240         "produces": [
76241           "application/json", 
76242           "application/xml"
76243         ], 
76244         "responses": {
76245           "default": {
76246             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76247           }
76248         }, 
76249         "summary": "create or update an existing vlan", 
76250         "tags": [
76251           "Network"
76252         ]
76253       }
76254     }, 
76255     "/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}": {
76256       "delete": {
76257         "consumes": [
76258           "application/json", 
76259           "application/xml"
76260         ], 
76261         "description": "delete an existing l3-interface-ipv4-address-list", 
76262         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
76263         "parameters": [
76264           {
76265             "example": "__EQUIPMENT-NAME__", 
76266             "in": "path", 
76267             "name": "equipment-name", 
76268             "required": true, 
76269             "type": "string"
76270           }, 
76271           {
76272             "description": "Name that identifies the physical interface", 
76273             "example": "__INTERFACE-NAME__", 
76274             "in": "path", 
76275             "name": "interface-name", 
76276             "required": true, 
76277             "type": "string"
76278           }, 
76279           {
76280             "description": "Name given to the interface", 
76281             "example": "__INTERFACE-NAME__", 
76282             "in": "path", 
76283             "name": "l-interface.interface-name", 
76284             "required": true, 
76285             "type": "string"
76286           }, 
76287           {
76288             "description": "String that identifies the interface", 
76289             "example": "__VLAN-INTERFACE__", 
76290             "in": "path", 
76291             "name": "vlan-interface", 
76292             "required": true, 
76293             "type": "string"
76294           }, 
76295           {
76296             "description": "IP address", 
76297             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
76298             "in": "path", 
76299             "name": "l3-interface-ipv4-address", 
76300             "required": true, 
76301             "type": "string"
76302           }, 
76303           {
76304             "description": "resource-version for concurrency", 
76305             "in": "query", 
76306             "name": "resource-version", 
76307             "required": true, 
76308             "type": "string"
76309           }
76310         ], 
76311         "produces": [
76312           "application/json", 
76313           "application/xml"
76314         ], 
76315         "responses": {
76316           "default": {
76317             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76318           }
76319         }, 
76320         "summary": "delete an existing l3-interface-ipv4-address-list", 
76321         "tags": [
76322           "Network"
76323         ]
76324       }, 
76325       "get": {
76326         "description": "returns l3-interface-ipv4-address-list", 
76327         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
76328         "parameters": [
76329           {
76330             "example": "__EQUIPMENT-NAME__", 
76331             "in": "path", 
76332             "name": "equipment-name", 
76333             "required": true, 
76334             "type": "string"
76335           }, 
76336           {
76337             "description": "Name that identifies the physical interface", 
76338             "example": "__INTERFACE-NAME__", 
76339             "in": "path", 
76340             "name": "interface-name", 
76341             "required": true, 
76342             "type": "string"
76343           }, 
76344           {
76345             "description": "Name given to the interface", 
76346             "example": "__INTERFACE-NAME__", 
76347             "in": "path", 
76348             "name": "l-interface.interface-name", 
76349             "required": true, 
76350             "type": "string"
76351           }, 
76352           {
76353             "description": "String that identifies the interface", 
76354             "example": "__VLAN-INTERFACE__", 
76355             "in": "path", 
76356             "name": "vlan-interface", 
76357             "required": true, 
76358             "type": "string"
76359           }, 
76360           {
76361             "description": "IP address", 
76362             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
76363             "in": "path", 
76364             "name": "l3-interface-ipv4-address", 
76365             "required": true, 
76366             "type": "string"
76367           }
76368         ], 
76369         "produces": [
76370           "application/json", 
76371           "application/xml"
76372         ], 
76373         "responses": {
76374           "200": {
76375             "description": "successful operation", 
76376             "schema": {
76377               "$ref": "#/definitions/l3-interface-ipv4-address-list"
76378             }
76379           }, 
76380           "default": {
76381             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76382           }
76383         }, 
76384         "summary": "returns l3-interface-ipv4-address-list", 
76385         "tags": [
76386           "Network"
76387         ]
76388       }, 
76389       "patch": {
76390         "consumes": [
76391           "application/json"
76392         ], 
76393         "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", 
76394         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
76395         "parameters": [
76396           {
76397             "example": "__EQUIPMENT-NAME__", 
76398             "in": "path", 
76399             "name": "equipment-name", 
76400             "required": true, 
76401             "type": "string"
76402           }, 
76403           {
76404             "description": "Name that identifies the physical interface", 
76405             "example": "__INTERFACE-NAME__", 
76406             "in": "path", 
76407             "name": "interface-name", 
76408             "required": true, 
76409             "type": "string"
76410           }, 
76411           {
76412             "description": "Name given to the interface", 
76413             "example": "__INTERFACE-NAME__", 
76414             "in": "path", 
76415             "name": "l-interface.interface-name", 
76416             "required": true, 
76417             "type": "string"
76418           }, 
76419           {
76420             "description": "String that identifies the interface", 
76421             "example": "__VLAN-INTERFACE__", 
76422             "in": "path", 
76423             "name": "vlan-interface", 
76424             "required": true, 
76425             "type": "string"
76426           }, 
76427           {
76428             "description": "IP address", 
76429             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
76430             "in": "path", 
76431             "name": "l3-interface-ipv4-address", 
76432             "required": true, 
76433             "type": "string"
76434           }, 
76435           {
76436             "description": "l3-interface-ipv4-address-list object that needs to be updated.", 
76437             "in": "body", 
76438             "name": "body", 
76439             "required": true, 
76440             "schema": {
76441               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv4-address-list"
76442             }
76443           }
76444         ], 
76445         "produces": [
76446           "application/json"
76447         ], 
76448         "responses": {
76449           "default": {
76450             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76451           }
76452         }, 
76453         "summary": "update an existing l3-interface-ipv4-address-list", 
76454         "tags": [
76455           "Network"
76456         ]
76457       }, 
76458       "put": {
76459         "consumes": [
76460           "application/json", 
76461           "application/xml"
76462         ], 
76463         "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", 
76464         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList", 
76465         "parameters": [
76466           {
76467             "example": "__EQUIPMENT-NAME__", 
76468             "in": "path", 
76469             "name": "equipment-name", 
76470             "required": true, 
76471             "type": "string"
76472           }, 
76473           {
76474             "description": "Name that identifies the physical interface", 
76475             "example": "__INTERFACE-NAME__", 
76476             "in": "path", 
76477             "name": "interface-name", 
76478             "required": true, 
76479             "type": "string"
76480           }, 
76481           {
76482             "description": "Name given to the interface", 
76483             "example": "__INTERFACE-NAME__", 
76484             "in": "path", 
76485             "name": "l-interface.interface-name", 
76486             "required": true, 
76487             "type": "string"
76488           }, 
76489           {
76490             "description": "String that identifies the interface", 
76491             "example": "__VLAN-INTERFACE__", 
76492             "in": "path", 
76493             "name": "vlan-interface", 
76494             "required": true, 
76495             "type": "string"
76496           }, 
76497           {
76498             "description": "IP address", 
76499             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
76500             "in": "path", 
76501             "name": "l3-interface-ipv4-address", 
76502             "required": true, 
76503             "type": "string"
76504           }, 
76505           {
76506             "description": "l3-interface-ipv4-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
76507             "in": "body", 
76508             "name": "body", 
76509             "required": true, 
76510             "schema": {
76511               "$ref": "#/definitions/l3-interface-ipv4-address-list"
76512             }
76513           }
76514         ], 
76515         "produces": [
76516           "application/json", 
76517           "application/xml"
76518         ], 
76519         "responses": {
76520           "default": {
76521             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76522           }
76523         }, 
76524         "summary": "create or update an existing l3-interface-ipv4-address-list", 
76525         "tags": [
76526           "Network"
76527         ]
76528       }
76529     }, 
76530     "/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": {
76531       "delete": {
76532         "consumes": [
76533           "application/json", 
76534           "application/xml"
76535         ], 
76536         "description": "delete an existing relationship", 
76537         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
76538         "parameters": [
76539           {
76540             "example": "__EQUIPMENT-NAME__", 
76541             "in": "path", 
76542             "name": "equipment-name", 
76543             "required": true, 
76544             "type": "string"
76545           }, 
76546           {
76547             "description": "Name that identifies the physical interface", 
76548             "example": "__INTERFACE-NAME__", 
76549             "in": "path", 
76550             "name": "interface-name", 
76551             "required": true, 
76552             "type": "string"
76553           }, 
76554           {
76555             "description": "Name given to the interface", 
76556             "example": "__INTERFACE-NAME__", 
76557             "in": "path", 
76558             "name": "l-interface.interface-name", 
76559             "required": true, 
76560             "type": "string"
76561           }, 
76562           {
76563             "description": "String that identifies the interface", 
76564             "example": "__VLAN-INTERFACE__", 
76565             "in": "path", 
76566             "name": "vlan-interface", 
76567             "required": true, 
76568             "type": "string"
76569           }, 
76570           {
76571             "description": "IP address", 
76572             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
76573             "in": "path", 
76574             "name": "l3-interface-ipv4-address", 
76575             "required": true, 
76576             "type": "string"
76577           }
76578         ], 
76579         "produces": [
76580           "application/json", 
76581           "application/xml"
76582         ], 
76583         "responses": {
76584           "default": {
76585             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76586           }
76587         }, 
76588         "summary": "delete an existing relationship", 
76589         "tags": [
76590           "Network"
76591         ]
76592       }, 
76593       "put": {
76594         "consumes": [
76595           "application/json", 
76596           "application/xml"
76597         ], 
76598         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressListRelationshipListRelationship", 
76599         "parameters": [
76600           {
76601             "example": "__EQUIPMENT-NAME__", 
76602             "in": "path", 
76603             "name": "equipment-name", 
76604             "required": true, 
76605             "type": "string"
76606           }, 
76607           {
76608             "description": "Name that identifies the physical interface", 
76609             "example": "__INTERFACE-NAME__", 
76610             "in": "path", 
76611             "name": "interface-name", 
76612             "required": true, 
76613             "type": "string"
76614           }, 
76615           {
76616             "description": "Name given to the interface", 
76617             "example": "__INTERFACE-NAME__", 
76618             "in": "path", 
76619             "name": "l-interface.interface-name", 
76620             "required": true, 
76621             "type": "string"
76622           }, 
76623           {
76624             "description": "String that identifies the interface", 
76625             "example": "__VLAN-INTERFACE__", 
76626             "in": "path", 
76627             "name": "vlan-interface", 
76628             "required": true, 
76629             "type": "string"
76630           }, 
76631           {
76632             "description": "IP address", 
76633             "example": "__L3-INTERFACE-IPV4-ADDRESS__", 
76634             "in": "path", 
76635             "name": "l3-interface-ipv4-address", 
76636             "required": true, 
76637             "type": "string"
76638           }, 
76639           {
76640             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv4AddressList.json)", 
76641             "in": "body", 
76642             "name": "body", 
76643             "required": true, 
76644             "schema": {
76645               "$ref": "#/definitions/relationship-dict"
76646             }
76647           }
76648         ], 
76649         "produces": [
76650           "application/json", 
76651           "application/xml"
76652         ], 
76653         "responses": {
76654           "default": {
76655             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76656           }
76657         }, 
76658         "summary": "see node definition for valid relationships", 
76659         "tags": [
76660           "Network"
76661         ]
76662       }
76663     }, 
76664     "/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}": {
76665       "delete": {
76666         "consumes": [
76667           "application/json", 
76668           "application/xml"
76669         ], 
76670         "description": "delete an existing l3-interface-ipv6-address-list", 
76671         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
76672         "parameters": [
76673           {
76674             "example": "__EQUIPMENT-NAME__", 
76675             "in": "path", 
76676             "name": "equipment-name", 
76677             "required": true, 
76678             "type": "string"
76679           }, 
76680           {
76681             "description": "Name that identifies the physical interface", 
76682             "example": "__INTERFACE-NAME__", 
76683             "in": "path", 
76684             "name": "interface-name", 
76685             "required": true, 
76686             "type": "string"
76687           }, 
76688           {
76689             "description": "Name given to the interface", 
76690             "example": "__INTERFACE-NAME__", 
76691             "in": "path", 
76692             "name": "l-interface.interface-name", 
76693             "required": true, 
76694             "type": "string"
76695           }, 
76696           {
76697             "description": "String that identifies the interface", 
76698             "example": "__VLAN-INTERFACE__", 
76699             "in": "path", 
76700             "name": "vlan-interface", 
76701             "required": true, 
76702             "type": "string"
76703           }, 
76704           {
76705             "description": "IP address", 
76706             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
76707             "in": "path", 
76708             "name": "l3-interface-ipv6-address", 
76709             "required": true, 
76710             "type": "string"
76711           }, 
76712           {
76713             "description": "resource-version for concurrency", 
76714             "in": "query", 
76715             "name": "resource-version", 
76716             "required": true, 
76717             "type": "string"
76718           }
76719         ], 
76720         "produces": [
76721           "application/json", 
76722           "application/xml"
76723         ], 
76724         "responses": {
76725           "default": {
76726             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76727           }
76728         }, 
76729         "summary": "delete an existing l3-interface-ipv6-address-list", 
76730         "tags": [
76731           "Network"
76732         ]
76733       }, 
76734       "get": {
76735         "description": "returns l3-interface-ipv6-address-list", 
76736         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
76737         "parameters": [
76738           {
76739             "example": "__EQUIPMENT-NAME__", 
76740             "in": "path", 
76741             "name": "equipment-name", 
76742             "required": true, 
76743             "type": "string"
76744           }, 
76745           {
76746             "description": "Name that identifies the physical interface", 
76747             "example": "__INTERFACE-NAME__", 
76748             "in": "path", 
76749             "name": "interface-name", 
76750             "required": true, 
76751             "type": "string"
76752           }, 
76753           {
76754             "description": "Name given to the interface", 
76755             "example": "__INTERFACE-NAME__", 
76756             "in": "path", 
76757             "name": "l-interface.interface-name", 
76758             "required": true, 
76759             "type": "string"
76760           }, 
76761           {
76762             "description": "String that identifies the interface", 
76763             "example": "__VLAN-INTERFACE__", 
76764             "in": "path", 
76765             "name": "vlan-interface", 
76766             "required": true, 
76767             "type": "string"
76768           }, 
76769           {
76770             "description": "IP address", 
76771             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
76772             "in": "path", 
76773             "name": "l3-interface-ipv6-address", 
76774             "required": true, 
76775             "type": "string"
76776           }
76777         ], 
76778         "produces": [
76779           "application/json", 
76780           "application/xml"
76781         ], 
76782         "responses": {
76783           "200": {
76784             "description": "successful operation", 
76785             "schema": {
76786               "$ref": "#/definitions/l3-interface-ipv6-address-list"
76787             }
76788           }, 
76789           "default": {
76790             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76791           }
76792         }, 
76793         "summary": "returns l3-interface-ipv6-address-list", 
76794         "tags": [
76795           "Network"
76796         ]
76797       }, 
76798       "patch": {
76799         "consumes": [
76800           "application/json"
76801         ], 
76802         "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", 
76803         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
76804         "parameters": [
76805           {
76806             "example": "__EQUIPMENT-NAME__", 
76807             "in": "path", 
76808             "name": "equipment-name", 
76809             "required": true, 
76810             "type": "string"
76811           }, 
76812           {
76813             "description": "Name that identifies the physical interface", 
76814             "example": "__INTERFACE-NAME__", 
76815             "in": "path", 
76816             "name": "interface-name", 
76817             "required": true, 
76818             "type": "string"
76819           }, 
76820           {
76821             "description": "Name given to the interface", 
76822             "example": "__INTERFACE-NAME__", 
76823             "in": "path", 
76824             "name": "l-interface.interface-name", 
76825             "required": true, 
76826             "type": "string"
76827           }, 
76828           {
76829             "description": "String that identifies the interface", 
76830             "example": "__VLAN-INTERFACE__", 
76831             "in": "path", 
76832             "name": "vlan-interface", 
76833             "required": true, 
76834             "type": "string"
76835           }, 
76836           {
76837             "description": "IP address", 
76838             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
76839             "in": "path", 
76840             "name": "l3-interface-ipv6-address", 
76841             "required": true, 
76842             "type": "string"
76843           }, 
76844           {
76845             "description": "l3-interface-ipv6-address-list object that needs to be updated.", 
76846             "in": "body", 
76847             "name": "body", 
76848             "required": true, 
76849             "schema": {
76850               "$ref": "#/definitions/zzzz-patch-l3-interface-ipv6-address-list"
76851             }
76852           }
76853         ], 
76854         "produces": [
76855           "application/json"
76856         ], 
76857         "responses": {
76858           "default": {
76859             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76860           }
76861         }, 
76862         "summary": "update an existing l3-interface-ipv6-address-list", 
76863         "tags": [
76864           "Network"
76865         ]
76866       }, 
76867       "put": {
76868         "consumes": [
76869           "application/json", 
76870           "application/xml"
76871         ], 
76872         "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", 
76873         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList", 
76874         "parameters": [
76875           {
76876             "example": "__EQUIPMENT-NAME__", 
76877             "in": "path", 
76878             "name": "equipment-name", 
76879             "required": true, 
76880             "type": "string"
76881           }, 
76882           {
76883             "description": "Name that identifies the physical interface", 
76884             "example": "__INTERFACE-NAME__", 
76885             "in": "path", 
76886             "name": "interface-name", 
76887             "required": true, 
76888             "type": "string"
76889           }, 
76890           {
76891             "description": "Name given to the interface", 
76892             "example": "__INTERFACE-NAME__", 
76893             "in": "path", 
76894             "name": "l-interface.interface-name", 
76895             "required": true, 
76896             "type": "string"
76897           }, 
76898           {
76899             "description": "String that identifies the interface", 
76900             "example": "__VLAN-INTERFACE__", 
76901             "in": "path", 
76902             "name": "vlan-interface", 
76903             "required": true, 
76904             "type": "string"
76905           }, 
76906           {
76907             "description": "IP address", 
76908             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
76909             "in": "path", 
76910             "name": "l3-interface-ipv6-address", 
76911             "required": true, 
76912             "type": "string"
76913           }, 
76914           {
76915             "description": "l3-interface-ipv6-address-list object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
76916             "in": "body", 
76917             "name": "body", 
76918             "required": true, 
76919             "schema": {
76920               "$ref": "#/definitions/l3-interface-ipv6-address-list"
76921             }
76922           }
76923         ], 
76924         "produces": [
76925           "application/json", 
76926           "application/xml"
76927         ], 
76928         "responses": {
76929           "default": {
76930             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76931           }
76932         }, 
76933         "summary": "create or update an existing l3-interface-ipv6-address-list", 
76934         "tags": [
76935           "Network"
76936         ]
76937       }
76938     }, 
76939     "/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": {
76940       "delete": {
76941         "consumes": [
76942           "application/json", 
76943           "application/xml"
76944         ], 
76945         "description": "delete an existing relationship", 
76946         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
76947         "parameters": [
76948           {
76949             "example": "__EQUIPMENT-NAME__", 
76950             "in": "path", 
76951             "name": "equipment-name", 
76952             "required": true, 
76953             "type": "string"
76954           }, 
76955           {
76956             "description": "Name that identifies the physical interface", 
76957             "example": "__INTERFACE-NAME__", 
76958             "in": "path", 
76959             "name": "interface-name", 
76960             "required": true, 
76961             "type": "string"
76962           }, 
76963           {
76964             "description": "Name given to the interface", 
76965             "example": "__INTERFACE-NAME__", 
76966             "in": "path", 
76967             "name": "l-interface.interface-name", 
76968             "required": true, 
76969             "type": "string"
76970           }, 
76971           {
76972             "description": "String that identifies the interface", 
76973             "example": "__VLAN-INTERFACE__", 
76974             "in": "path", 
76975             "name": "vlan-interface", 
76976             "required": true, 
76977             "type": "string"
76978           }, 
76979           {
76980             "description": "IP address", 
76981             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
76982             "in": "path", 
76983             "name": "l3-interface-ipv6-address", 
76984             "required": true, 
76985             "type": "string"
76986           }
76987         ], 
76988         "produces": [
76989           "application/json", 
76990           "application/xml"
76991         ], 
76992         "responses": {
76993           "default": {
76994             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
76995           }
76996         }, 
76997         "summary": "delete an existing relationship", 
76998         "tags": [
76999           "Network"
77000         ]
77001       }, 
77002       "put": {
77003         "consumes": [
77004           "application/json", 
77005           "application/xml"
77006         ], 
77007         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressListRelationshipListRelationship", 
77008         "parameters": [
77009           {
77010             "example": "__EQUIPMENT-NAME__", 
77011             "in": "path", 
77012             "name": "equipment-name", 
77013             "required": true, 
77014             "type": "string"
77015           }, 
77016           {
77017             "description": "Name that identifies the physical interface", 
77018             "example": "__INTERFACE-NAME__", 
77019             "in": "path", 
77020             "name": "interface-name", 
77021             "required": true, 
77022             "type": "string"
77023           }, 
77024           {
77025             "description": "Name given to the interface", 
77026             "example": "__INTERFACE-NAME__", 
77027             "in": "path", 
77028             "name": "l-interface.interface-name", 
77029             "required": true, 
77030             "type": "string"
77031           }, 
77032           {
77033             "description": "String that identifies the interface", 
77034             "example": "__VLAN-INTERFACE__", 
77035             "in": "path", 
77036             "name": "vlan-interface", 
77037             "required": true, 
77038             "type": "string"
77039           }, 
77040           {
77041             "description": "IP address", 
77042             "example": "__L3-INTERFACE-IPV6-ADDRESS__", 
77043             "in": "path", 
77044             "name": "l3-interface-ipv6-address", 
77045             "required": true, 
77046             "type": "string"
77047           }, 
77048           {
77049             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanL3InterfaceIpv6AddressList.json)", 
77050             "in": "body", 
77051             "name": "body", 
77052             "required": true, 
77053             "schema": {
77054               "$ref": "#/definitions/relationship-dict"
77055             }
77056           }
77057         ], 
77058         "produces": [
77059           "application/json", 
77060           "application/xml"
77061         ], 
77062         "responses": {
77063           "default": {
77064             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77065           }
77066         }, 
77067         "summary": "see node definition for valid relationships", 
77068         "tags": [
77069           "Network"
77070         ]
77071       }
77072     }, 
77073     "/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": {
77074       "delete": {
77075         "consumes": [
77076           "application/json", 
77077           "application/xml"
77078         ], 
77079         "description": "delete an existing relationship", 
77080         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
77081         "parameters": [
77082           {
77083             "example": "__EQUIPMENT-NAME__", 
77084             "in": "path", 
77085             "name": "equipment-name", 
77086             "required": true, 
77087             "type": "string"
77088           }, 
77089           {
77090             "description": "Name that identifies the physical interface", 
77091             "example": "__INTERFACE-NAME__", 
77092             "in": "path", 
77093             "name": "interface-name", 
77094             "required": true, 
77095             "type": "string"
77096           }, 
77097           {
77098             "description": "Name given to the interface", 
77099             "example": "__INTERFACE-NAME__", 
77100             "in": "path", 
77101             "name": "l-interface.interface-name", 
77102             "required": true, 
77103             "type": "string"
77104           }, 
77105           {
77106             "description": "String that identifies the interface", 
77107             "example": "__VLAN-INTERFACE__", 
77108             "in": "path", 
77109             "name": "vlan-interface", 
77110             "required": true, 
77111             "type": "string"
77112           }
77113         ], 
77114         "produces": [
77115           "application/json", 
77116           "application/xml"
77117         ], 
77118         "responses": {
77119           "default": {
77120             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77121           }
77122         }, 
77123         "summary": "delete an existing relationship", 
77124         "tags": [
77125           "Network"
77126         ]
77127       }, 
77128       "put": {
77129         "consumes": [
77130           "application/json", 
77131           "application/xml"
77132         ], 
77133         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlanRelationshipListRelationship", 
77134         "parameters": [
77135           {
77136             "example": "__EQUIPMENT-NAME__", 
77137             "in": "path", 
77138             "name": "equipment-name", 
77139             "required": true, 
77140             "type": "string"
77141           }, 
77142           {
77143             "description": "Name that identifies the physical interface", 
77144             "example": "__INTERFACE-NAME__", 
77145             "in": "path", 
77146             "name": "interface-name", 
77147             "required": true, 
77148             "type": "string"
77149           }, 
77150           {
77151             "description": "Name given to the interface", 
77152             "example": "__INTERFACE-NAME__", 
77153             "in": "path", 
77154             "name": "l-interface.interface-name", 
77155             "required": true, 
77156             "type": "string"
77157           }, 
77158           {
77159             "description": "String that identifies the interface", 
77160             "example": "__VLAN-INTERFACE__", 
77161             "in": "path", 
77162             "name": "vlan-interface", 
77163             "required": true, 
77164             "type": "string"
77165           }, 
77166           {
77167             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceLInterfacesLInterfaceVlansVlan.json)", 
77168             "in": "body", 
77169             "name": "body", 
77170             "required": true, 
77171             "schema": {
77172               "$ref": "#/definitions/relationship-dict"
77173             }
77174           }
77175         ], 
77176         "produces": [
77177           "application/json", 
77178           "application/xml"
77179         ], 
77180         "responses": {
77181           "default": {
77182             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77183           }
77184         }, 
77185         "summary": "see node definition for valid relationships", 
77186         "tags": [
77187           "Network"
77188         ]
77189       }
77190     }, 
77191     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/relationship-list/relationship": {
77192       "delete": {
77193         "consumes": [
77194           "application/json", 
77195           "application/xml"
77196         ], 
77197         "description": "delete an existing relationship", 
77198         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceRelationshipListRelationship", 
77199         "parameters": [
77200           {
77201             "example": "__EQUIPMENT-NAME__", 
77202             "in": "path", 
77203             "name": "equipment-name", 
77204             "required": true, 
77205             "type": "string"
77206           }, 
77207           {
77208             "description": "Name that identifies the physical interface", 
77209             "example": "__INTERFACE-NAME__", 
77210             "in": "path", 
77211             "name": "interface-name", 
77212             "required": true, 
77213             "type": "string"
77214           }
77215         ], 
77216         "produces": [
77217           "application/json", 
77218           "application/xml"
77219         ], 
77220         "responses": {
77221           "default": {
77222             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77223           }
77224         }, 
77225         "summary": "delete an existing relationship", 
77226         "tags": [
77227           "Network"
77228         ]
77229       }, 
77230       "put": {
77231         "consumes": [
77232           "application/json", 
77233           "application/xml"
77234         ], 
77235         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceRelationshipListRelationship", 
77236         "parameters": [
77237           {
77238             "example": "__EQUIPMENT-NAME__", 
77239             "in": "path", 
77240             "name": "equipment-name", 
77241             "required": true, 
77242             "type": "string"
77243           }, 
77244           {
77245             "description": "Name that identifies the physical interface", 
77246             "example": "__INTERFACE-NAME__", 
77247             "in": "path", 
77248             "name": "interface-name", 
77249             "required": true, 
77250             "type": "string"
77251           }, 
77252           {
77253             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterface.json)", 
77254             "in": "body", 
77255             "name": "body", 
77256             "required": true, 
77257             "schema": {
77258               "$ref": "#/definitions/relationship-dict"
77259             }
77260           }
77261         ], 
77262         "produces": [
77263           "application/json", 
77264           "application/xml"
77265         ], 
77266         "responses": {
77267           "default": {
77268             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77269           }
77270         }, 
77271         "summary": "see node definition for valid relationships", 
77272         "tags": [
77273           "Network"
77274         ]
77275       }
77276     }, 
77277     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs": {
77278       "get": {
77279         "description": "returns sriov-pfs", 
77280         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfs", 
77281         "parameters": [
77282           {
77283             "example": "__EQUIPMENT-NAME__", 
77284             "in": "path", 
77285             "name": "equipment-name", 
77286             "required": true, 
77287             "type": "string"
77288           }, 
77289           {
77290             "description": "Name that identifies the physical interface", 
77291             "example": "__INTERFACE-NAME__", 
77292             "in": "path", 
77293             "name": "interface-name", 
77294             "required": true, 
77295             "type": "string"
77296           }, 
77297           {
77298             "description": "n/a", 
77299             "in": "query", 
77300             "name": "pf-pci-id", 
77301             "required": false, 
77302             "type": "string"
77303           }
77304         ], 
77305         "produces": [
77306           "application/json", 
77307           "application/xml"
77308         ], 
77309         "responses": {
77310           "200": {
77311             "description": "successful operation", 
77312             "schema": {
77313               "$ref": "#/definitions/sriov-pfs"
77314             }
77315           }, 
77316           "default": {
77317             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77318           }
77319         }, 
77320         "summary": "returns sriov-pfs", 
77321         "tags": [
77322           "Network"
77323         ]
77324       }
77325     }, 
77326     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}": {
77327       "delete": {
77328         "consumes": [
77329           "application/json", 
77330           "application/xml"
77331         ], 
77332         "description": "delete an existing sriov-pf", 
77333         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf", 
77334         "parameters": [
77335           {
77336             "example": "__EQUIPMENT-NAME__", 
77337             "in": "path", 
77338             "name": "equipment-name", 
77339             "required": true, 
77340             "type": "string"
77341           }, 
77342           {
77343             "description": "Name that identifies the physical interface", 
77344             "example": "__INTERFACE-NAME__", 
77345             "in": "path", 
77346             "name": "interface-name", 
77347             "required": true, 
77348             "type": "string"
77349           }, 
77350           {
77351             "description": "Identifier for the sriov-pf", 
77352             "example": "__PF-PCI-ID__", 
77353             "in": "path", 
77354             "name": "pf-pci-id", 
77355             "required": true, 
77356             "type": "string"
77357           }, 
77358           {
77359             "description": "resource-version for concurrency", 
77360             "in": "query", 
77361             "name": "resource-version", 
77362             "required": true, 
77363             "type": "string"
77364           }
77365         ], 
77366         "produces": [
77367           "application/json", 
77368           "application/xml"
77369         ], 
77370         "responses": {
77371           "default": {
77372             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77373           }
77374         }, 
77375         "summary": "delete an existing sriov-pf", 
77376         "tags": [
77377           "Network"
77378         ]
77379       }, 
77380       "get": {
77381         "description": "returns sriov-pf", 
77382         "operationId": "getNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf", 
77383         "parameters": [
77384           {
77385             "example": "__EQUIPMENT-NAME__", 
77386             "in": "path", 
77387             "name": "equipment-name", 
77388             "required": true, 
77389             "type": "string"
77390           }, 
77391           {
77392             "description": "Name that identifies the physical interface", 
77393             "example": "__INTERFACE-NAME__", 
77394             "in": "path", 
77395             "name": "interface-name", 
77396             "required": true, 
77397             "type": "string"
77398           }, 
77399           {
77400             "description": "Identifier for the sriov-pf", 
77401             "example": "__PF-PCI-ID__", 
77402             "in": "path", 
77403             "name": "pf-pci-id", 
77404             "required": true, 
77405             "type": "string"
77406           }
77407         ], 
77408         "produces": [
77409           "application/json", 
77410           "application/xml"
77411         ], 
77412         "responses": {
77413           "200": {
77414             "description": "successful operation", 
77415             "schema": {
77416               "$ref": "#/definitions/sriov-pf"
77417             }
77418           }, 
77419           "default": {
77420             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77421           }
77422         }, 
77423         "summary": "returns sriov-pf", 
77424         "tags": [
77425           "Network"
77426         ]
77427       }, 
77428       "patch": {
77429         "consumes": [
77430           "application/json"
77431         ], 
77432         "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", 
77433         "operationId": "UpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf", 
77434         "parameters": [
77435           {
77436             "example": "__EQUIPMENT-NAME__", 
77437             "in": "path", 
77438             "name": "equipment-name", 
77439             "required": true, 
77440             "type": "string"
77441           }, 
77442           {
77443             "description": "Name that identifies the physical interface", 
77444             "example": "__INTERFACE-NAME__", 
77445             "in": "path", 
77446             "name": "interface-name", 
77447             "required": true, 
77448             "type": "string"
77449           }, 
77450           {
77451             "description": "Identifier for the sriov-pf", 
77452             "example": "__PF-PCI-ID__", 
77453             "in": "path", 
77454             "name": "pf-pci-id", 
77455             "required": true, 
77456             "type": "string"
77457           }, 
77458           {
77459             "description": "sriov-pf object that needs to be updated.", 
77460             "in": "body", 
77461             "name": "body", 
77462             "required": true, 
77463             "schema": {
77464               "$ref": "#/definitions/zzzz-patch-sriov-pf"
77465             }
77466           }
77467         ], 
77468         "produces": [
77469           "application/json"
77470         ], 
77471         "responses": {
77472           "default": {
77473             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77474           }
77475         }, 
77476         "summary": "update an existing sriov-pf", 
77477         "tags": [
77478           "Network"
77479         ]
77480       }, 
77481       "put": {
77482         "consumes": [
77483           "application/json", 
77484           "application/xml"
77485         ], 
77486         "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", 
77487         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf", 
77488         "parameters": [
77489           {
77490             "example": "__EQUIPMENT-NAME__", 
77491             "in": "path", 
77492             "name": "equipment-name", 
77493             "required": true, 
77494             "type": "string"
77495           }, 
77496           {
77497             "description": "Name that identifies the physical interface", 
77498             "example": "__INTERFACE-NAME__", 
77499             "in": "path", 
77500             "name": "interface-name", 
77501             "required": true, 
77502             "type": "string"
77503           }, 
77504           {
77505             "description": "Identifier for the sriov-pf", 
77506             "example": "__PF-PCI-ID__", 
77507             "in": "path", 
77508             "name": "pf-pci-id", 
77509             "required": true, 
77510             "type": "string"
77511           }, 
77512           {
77513             "description": "sriov-pf object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf.json)", 
77514             "in": "body", 
77515             "name": "body", 
77516             "required": true, 
77517             "schema": {
77518               "$ref": "#/definitions/sriov-pf"
77519             }
77520           }
77521         ], 
77522         "produces": [
77523           "application/json", 
77524           "application/xml"
77525         ], 
77526         "responses": {
77527           "default": {
77528             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77529           }
77530         }, 
77531         "summary": "create or update an existing sriov-pf", 
77532         "tags": [
77533           "Network"
77534         ]
77535       }
77536     }, 
77537     "/network/vpls-pes/vpls-pe/{equipment-name}/p-interfaces/p-interface/{interface-name}/sriov-pfs/sriov-pf/{pf-pci-id}/relationship-list/relationship": {
77538       "delete": {
77539         "consumes": [
77540           "application/json", 
77541           "application/xml"
77542         ], 
77543         "description": "delete an existing relationship", 
77544         "operationId": "deleteNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
77545         "parameters": [
77546           {
77547             "example": "__EQUIPMENT-NAME__", 
77548             "in": "path", 
77549             "name": "equipment-name", 
77550             "required": true, 
77551             "type": "string"
77552           }, 
77553           {
77554             "description": "Name that identifies the physical interface", 
77555             "example": "__INTERFACE-NAME__", 
77556             "in": "path", 
77557             "name": "interface-name", 
77558             "required": true, 
77559             "type": "string"
77560           }, 
77561           {
77562             "description": "Identifier for the sriov-pf", 
77563             "example": "__PF-PCI-ID__", 
77564             "in": "path", 
77565             "name": "pf-pci-id", 
77566             "required": true, 
77567             "type": "string"
77568           }
77569         ], 
77570         "produces": [
77571           "application/json", 
77572           "application/xml"
77573         ], 
77574         "responses": {
77575           "default": {
77576             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77577           }
77578         }, 
77579         "summary": "delete an existing relationship", 
77580         "tags": [
77581           "Network"
77582         ]
77583       }, 
77584       "put": {
77585         "consumes": [
77586           "application/json", 
77587           "application/xml"
77588         ], 
77589         "operationId": "createOrUpdateNetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPfRelationshipListRelationship", 
77590         "parameters": [
77591           {
77592             "example": "__EQUIPMENT-NAME__", 
77593             "in": "path", 
77594             "name": "equipment-name", 
77595             "required": true, 
77596             "type": "string"
77597           }, 
77598           {
77599             "description": "Name that identifies the physical interface", 
77600             "example": "__INTERFACE-NAME__", 
77601             "in": "path", 
77602             "name": "interface-name", 
77603             "required": true, 
77604             "type": "string"
77605           }, 
77606           {
77607             "description": "Identifier for the sriov-pf", 
77608             "example": "__PF-PCI-ID__", 
77609             "in": "path", 
77610             "name": "pf-pci-id", 
77611             "required": true, 
77612             "type": "string"
77613           }, 
77614           {
77615             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPePInterfacesPInterfaceSriovPfsSriovPf.json)", 
77616             "in": "body", 
77617             "name": "body", 
77618             "required": true, 
77619             "schema": {
77620               "$ref": "#/definitions/relationship-dict"
77621             }
77622           }
77623         ], 
77624         "produces": [
77625           "application/json", 
77626           "application/xml"
77627         ], 
77628         "responses": {
77629           "default": {
77630             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77631           }
77632         }, 
77633         "summary": "see node definition for valid relationships", 
77634         "tags": [
77635           "Network"
77636         ]
77637       }
77638     }, 
77639     "/network/vpls-pes/vpls-pe/{equipment-name}/relationship-list/relationship": {
77640       "delete": {
77641         "consumes": [
77642           "application/json", 
77643           "application/xml"
77644         ], 
77645         "description": "delete an existing relationship", 
77646         "operationId": "deleteNetworkVplsPesVplsPeRelationshipListRelationship", 
77647         "parameters": [
77648           {
77649             "example": "__EQUIPMENT-NAME__", 
77650             "in": "path", 
77651             "name": "equipment-name", 
77652             "required": true, 
77653             "type": "string"
77654           }
77655         ], 
77656         "produces": [
77657           "application/json", 
77658           "application/xml"
77659         ], 
77660         "responses": {
77661           "default": {
77662             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77663           }
77664         }, 
77665         "summary": "delete an existing relationship", 
77666         "tags": [
77667           "Network"
77668         ]
77669       }, 
77670       "put": {
77671         "consumes": [
77672           "application/json", 
77673           "application/xml"
77674         ], 
77675         "operationId": "createOrUpdateNetworkVplsPesVplsPeRelationshipListRelationship", 
77676         "parameters": [
77677           {
77678             "example": "__EQUIPMENT-NAME__", 
77679             "in": "path", 
77680             "name": "equipment-name", 
77681             "required": true, 
77682             "type": "string"
77683           }, 
77684           {
77685             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVplsPesVplsPe.json)", 
77686             "in": "body", 
77687             "name": "body", 
77688             "required": true, 
77689             "schema": {
77690               "$ref": "#/definitions/relationship-dict"
77691             }
77692           }
77693         ], 
77694         "produces": [
77695           "application/json", 
77696           "application/xml"
77697         ], 
77698         "responses": {
77699           "default": {
77700             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77701           }
77702         }, 
77703         "summary": "see node definition for valid relationships", 
77704         "tags": [
77705           "Network"
77706         ]
77707       }
77708     }, 
77709     "/network/vpn-bindings": {
77710       "get": {
77711         "description": "returns vpn-bindings", 
77712         "operationId": "getNetworkVpnBindings", 
77713         "parameters": [
77714           {
77715             "description": "n/a", 
77716             "in": "query", 
77717             "name": "vpn-id", 
77718             "required": false, 
77719             "type": "string"
77720           }, 
77721           {
77722             "description": "n/a", 
77723             "in": "query", 
77724             "name": "vpn-name", 
77725             "required": false, 
77726             "type": "string"
77727           }, 
77728           {
77729             "description": "n/a", 
77730             "in": "query", 
77731             "name": "vpn-type", 
77732             "required": false, 
77733             "type": "string"
77734           }, 
77735           {
77736             "description": "n/a", 
77737             "in": "query", 
77738             "name": "access-provider-id", 
77739             "required": false, 
77740             "type": "string"
77741           }, 
77742           {
77743             "description": "n/a", 
77744             "in": "query", 
77745             "name": "access-client-id", 
77746             "required": false, 
77747             "type": "string"
77748           }, 
77749           {
77750             "description": "n/a", 
77751             "in": "query", 
77752             "name": "access-topology-id", 
77753             "required": false, 
77754             "type": "string"
77755           }, 
77756           {
77757             "description": "n/a", 
77758             "in": "query", 
77759             "name": "src-access-node-id", 
77760             "required": false, 
77761             "type": "string"
77762           }, 
77763           {
77764             "description": "n/a", 
77765             "in": "query", 
77766             "name": "src-access-ltp-id", 
77767             "required": false, 
77768             "type": "string"
77769           }, 
77770           {
77771             "description": "n/a", 
77772             "in": "query", 
77773             "name": "dst-access-node-id", 
77774             "required": false, 
77775             "type": "string"
77776           }, 
77777           {
77778             "description": "n/a", 
77779             "in": "query", 
77780             "name": "dst-access-ltp-id", 
77781             "required": false, 
77782             "type": "string"
77783           }, 
77784           {
77785             "description": "n/a", 
77786             "in": "query", 
77787             "name": "operational-status", 
77788             "required": false, 
77789             "type": "string"
77790           }
77791         ], 
77792         "produces": [
77793           "application/json", 
77794           "application/xml"
77795         ], 
77796         "responses": {
77797           "200": {
77798             "description": "successful operation", 
77799             "schema": {
77800               "$ref": "#/definitions/vpn-bindings"
77801             }
77802           }, 
77803           "default": {
77804             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77805           }
77806         }, 
77807         "summary": "returns vpn-bindings", 
77808         "tags": [
77809           "Network"
77810         ]
77811       }
77812     }, 
77813     "/network/vpn-bindings/vpn-binding/{vpn-id}": {
77814       "delete": {
77815         "consumes": [
77816           "application/json", 
77817           "application/xml"
77818         ], 
77819         "description": "delete an existing vpn-binding", 
77820         "operationId": "deleteNetworkVpnBindingsVpnBinding", 
77821         "parameters": [
77822           {
77823             "description": "VPN ID, globally unique within A&AI", 
77824             "example": "__VPN-ID__", 
77825             "in": "path", 
77826             "name": "vpn-id", 
77827             "required": true, 
77828             "type": "string"
77829           }, 
77830           {
77831             "description": "resource-version for concurrency", 
77832             "in": "query", 
77833             "name": "resource-version", 
77834             "required": true, 
77835             "type": "string"
77836           }
77837         ], 
77838         "produces": [
77839           "application/json", 
77840           "application/xml"
77841         ], 
77842         "responses": {
77843           "default": {
77844             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77845           }
77846         }, 
77847         "summary": "delete an existing vpn-binding", 
77848         "tags": [
77849           "Network"
77850         ]
77851       }, 
77852       "get": {
77853         "description": "returns vpn-binding", 
77854         "operationId": "getNetworkVpnBindingsVpnBinding", 
77855         "parameters": [
77856           {
77857             "description": "VPN ID, globally unique within A&AI", 
77858             "example": "__VPN-ID__", 
77859             "in": "path", 
77860             "name": "vpn-id", 
77861             "required": true, 
77862             "type": "string"
77863           }
77864         ], 
77865         "produces": [
77866           "application/json", 
77867           "application/xml"
77868         ], 
77869         "responses": {
77870           "200": {
77871             "description": "successful operation", 
77872             "schema": {
77873               "$ref": "#/definitions/vpn-binding"
77874             }
77875           }, 
77876           "default": {
77877             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77878           }
77879         }, 
77880         "summary": "returns vpn-binding", 
77881         "tags": [
77882           "Network"
77883         ]
77884       }, 
77885       "patch": {
77886         "consumes": [
77887           "application/json"
77888         ], 
77889         "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", 
77890         "operationId": "UpdateNetworkVpnBindingsVpnBinding", 
77891         "parameters": [
77892           {
77893             "description": "VPN ID, globally unique within A&AI", 
77894             "example": "__VPN-ID__", 
77895             "in": "path", 
77896             "name": "vpn-id", 
77897             "required": true, 
77898             "type": "string"
77899           }, 
77900           {
77901             "description": "vpn-binding object that needs to be updated.", 
77902             "in": "body", 
77903             "name": "body", 
77904             "required": true, 
77905             "schema": {
77906               "$ref": "#/definitions/zzzz-patch-vpn-binding"
77907             }
77908           }
77909         ], 
77910         "produces": [
77911           "application/json"
77912         ], 
77913         "responses": {
77914           "default": {
77915             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77916           }
77917         }, 
77918         "summary": "update an existing vpn-binding", 
77919         "tags": [
77920           "Network"
77921         ]
77922       }, 
77923       "put": {
77924         "consumes": [
77925           "application/json", 
77926           "application/xml"
77927         ], 
77928         "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", 
77929         "operationId": "createOrUpdateNetworkVpnBindingsVpnBinding", 
77930         "parameters": [
77931           {
77932             "description": "VPN ID, globally unique within A&AI", 
77933             "example": "__VPN-ID__", 
77934             "in": "path", 
77935             "name": "vpn-id", 
77936             "required": true, 
77937             "type": "string"
77938           }, 
77939           {
77940             "description": "vpn-binding object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVpnBindingsVpnBinding.json)", 
77941             "in": "body", 
77942             "name": "body", 
77943             "required": true, 
77944             "schema": {
77945               "$ref": "#/definitions/vpn-binding"
77946             }
77947           }
77948         ], 
77949         "produces": [
77950           "application/json", 
77951           "application/xml"
77952         ], 
77953         "responses": {
77954           "default": {
77955             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77956           }
77957         }, 
77958         "summary": "create or update an existing vpn-binding", 
77959         "tags": [
77960           "Network"
77961         ]
77962       }
77963     }, 
77964     "/network/vpn-bindings/vpn-binding/{vpn-id}/relationship-list/relationship": {
77965       "delete": {
77966         "consumes": [
77967           "application/json", 
77968           "application/xml"
77969         ], 
77970         "description": "delete an existing relationship", 
77971         "operationId": "deleteNetworkVpnBindingsVpnBindingRelationshipListRelationship", 
77972         "parameters": [
77973           {
77974             "description": "VPN ID, globally unique within A&AI", 
77975             "example": "__VPN-ID__", 
77976             "in": "path", 
77977             "name": "vpn-id", 
77978             "required": true, 
77979             "type": "string"
77980           }
77981         ], 
77982         "produces": [
77983           "application/json", 
77984           "application/xml"
77985         ], 
77986         "responses": {
77987           "default": {
77988             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
77989           }
77990         }, 
77991         "summary": "delete an existing relationship", 
77992         "tags": [
77993           "Network"
77994         ]
77995       }, 
77996       "put": {
77997         "consumes": [
77998           "application/json", 
77999           "application/xml"
78000         ], 
78001         "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRelationshipListRelationship", 
78002         "parameters": [
78003           {
78004             "description": "VPN ID, globally unique within A&AI", 
78005             "example": "__VPN-ID__", 
78006             "in": "path", 
78007             "name": "vpn-id", 
78008             "required": true, 
78009             "type": "string"
78010           }, 
78011           {
78012             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVpnBindingsVpnBinding.json)", 
78013             "in": "body", 
78014             "name": "body", 
78015             "required": true, 
78016             "schema": {
78017               "$ref": "#/definitions/relationship-dict"
78018             }
78019           }
78020         ], 
78021         "produces": [
78022           "application/json", 
78023           "application/xml"
78024         ], 
78025         "responses": {
78026           "default": {
78027             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78028           }
78029         }, 
78030         "summary": "see node definition for valid relationships", 
78031         "tags": [
78032           "Network"
78033         ]
78034       }
78035     }, 
78036     "/network/vpn-bindings/vpn-binding/{vpn-id}/route-targets": {
78037       "get": {
78038         "description": "returns route-targets", 
78039         "operationId": "getNetworkVpnBindingsVpnBindingRouteTargets", 
78040         "parameters": [
78041           {
78042             "description": "VPN ID, globally unique within A&AI", 
78043             "example": "__VPN-ID__", 
78044             "in": "path", 
78045             "name": "vpn-id", 
78046             "required": true, 
78047             "type": "string"
78048           }
78049         ], 
78050         "produces": [
78051           "application/json", 
78052           "application/xml"
78053         ], 
78054         "responses": {
78055           "200": {
78056             "description": "successful operation", 
78057             "schema": {
78058               "$ref": "#/definitions/route-targets"
78059             }
78060           }, 
78061           "default": {
78062             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78063           }
78064         }, 
78065         "summary": "returns route-targets", 
78066         "tags": [
78067           "Network"
78068         ]
78069       }
78070     }, 
78071     "/network/vpn-bindings/vpn-binding/{vpn-id}/route-targets/route-target/{global-route-target}/{route-target-role}": {
78072       "delete": {
78073         "consumes": [
78074           "application/json", 
78075           "application/xml"
78076         ], 
78077         "description": "delete an existing route-target", 
78078         "operationId": "deleteNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
78079         "parameters": [
78080           {
78081             "description": "VPN ID, globally unique within A&AI", 
78082             "example": "__VPN-ID__", 
78083             "in": "path", 
78084             "name": "vpn-id", 
78085             "required": true, 
78086             "type": "string"
78087           }, 
78088           {
78089             "description": "Number used to identify an RT, globally unique in the network", 
78090             "example": "__GLOBAL-ROUTE-TARGET__", 
78091             "in": "path", 
78092             "name": "global-route-target", 
78093             "required": true, 
78094             "type": "string"
78095           }, 
78096           {
78097             "description": "Role assigned to this route target", 
78098             "example": "__ROUTE-TARGET-ROLE__", 
78099             "in": "path", 
78100             "name": "route-target-role", 
78101             "required": true, 
78102             "type": "string"
78103           }, 
78104           {
78105             "description": "resource-version for concurrency", 
78106             "in": "query", 
78107             "name": "resource-version", 
78108             "required": true, 
78109             "type": "string"
78110           }
78111         ], 
78112         "produces": [
78113           "application/json", 
78114           "application/xml"
78115         ], 
78116         "responses": {
78117           "default": {
78118             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78119           }
78120         }, 
78121         "summary": "delete an existing route-target", 
78122         "tags": [
78123           "Network"
78124         ]
78125       }, 
78126       "get": {
78127         "description": "returns route-target", 
78128         "operationId": "getNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
78129         "parameters": [
78130           {
78131             "description": "VPN ID, globally unique within A&AI", 
78132             "example": "__VPN-ID__", 
78133             "in": "path", 
78134             "name": "vpn-id", 
78135             "required": true, 
78136             "type": "string"
78137           }, 
78138           {
78139             "description": "Number used to identify an RT, globally unique in the network", 
78140             "example": "__GLOBAL-ROUTE-TARGET__", 
78141             "in": "path", 
78142             "name": "global-route-target", 
78143             "required": true, 
78144             "type": "string"
78145           }, 
78146           {
78147             "description": "Role assigned to this route target", 
78148             "example": "__ROUTE-TARGET-ROLE__", 
78149             "in": "path", 
78150             "name": "route-target-role", 
78151             "required": true, 
78152             "type": "string"
78153           }
78154         ], 
78155         "produces": [
78156           "application/json", 
78157           "application/xml"
78158         ], 
78159         "responses": {
78160           "200": {
78161             "description": "successful operation", 
78162             "schema": {
78163               "$ref": "#/definitions/route-target"
78164             }
78165           }, 
78166           "default": {
78167             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78168           }
78169         }, 
78170         "summary": "returns route-target", 
78171         "tags": [
78172           "Network"
78173         ]
78174       }, 
78175       "patch": {
78176         "consumes": [
78177           "application/json"
78178         ], 
78179         "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", 
78180         "operationId": "UpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
78181         "parameters": [
78182           {
78183             "description": "VPN ID, globally unique within A&AI", 
78184             "example": "__VPN-ID__", 
78185             "in": "path", 
78186             "name": "vpn-id", 
78187             "required": true, 
78188             "type": "string"
78189           }, 
78190           {
78191             "description": "Number used to identify an RT, globally unique in the network", 
78192             "example": "__GLOBAL-ROUTE-TARGET__", 
78193             "in": "path", 
78194             "name": "global-route-target", 
78195             "required": true, 
78196             "type": "string"
78197           }, 
78198           {
78199             "description": "Role assigned to this route target", 
78200             "example": "__ROUTE-TARGET-ROLE__", 
78201             "in": "path", 
78202             "name": "route-target-role", 
78203             "required": true, 
78204             "type": "string"
78205           }, 
78206           {
78207             "description": "route-target object that needs to be updated.", 
78208             "in": "body", 
78209             "name": "body", 
78210             "required": true, 
78211             "schema": {
78212               "$ref": "#/definitions/zzzz-patch-route-target"
78213             }
78214           }
78215         ], 
78216         "produces": [
78217           "application/json"
78218         ], 
78219         "responses": {
78220           "default": {
78221             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78222           }
78223         }, 
78224         "summary": "update an existing route-target", 
78225         "tags": [
78226           "Network"
78227         ]
78228       }, 
78229       "put": {
78230         "consumes": [
78231           "application/json", 
78232           "application/xml"
78233         ], 
78234         "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", 
78235         "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTarget", 
78236         "parameters": [
78237           {
78238             "description": "VPN ID, globally unique within A&AI", 
78239             "example": "__VPN-ID__", 
78240             "in": "path", 
78241             "name": "vpn-id", 
78242             "required": true, 
78243             "type": "string"
78244           }, 
78245           {
78246             "description": "Number used to identify an RT, globally unique in the network", 
78247             "example": "__GLOBAL-ROUTE-TARGET__", 
78248             "in": "path", 
78249             "name": "global-route-target", 
78250             "required": true, 
78251             "type": "string"
78252           }, 
78253           {
78254             "description": "Role assigned to this route target", 
78255             "example": "__ROUTE-TARGET-ROLE__", 
78256             "in": "path", 
78257             "name": "route-target-role", 
78258             "required": true, 
78259             "type": "string"
78260           }, 
78261           {
78262             "description": "route-target object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVpnBindingsVpnBindingRouteTargetsRouteTarget.json)", 
78263             "in": "body", 
78264             "name": "body", 
78265             "required": true, 
78266             "schema": {
78267               "$ref": "#/definitions/route-target"
78268             }
78269           }
78270         ], 
78271         "produces": [
78272           "application/json", 
78273           "application/xml"
78274         ], 
78275         "responses": {
78276           "default": {
78277             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78278           }
78279         }, 
78280         "summary": "create or update an existing route-target", 
78281         "tags": [
78282           "Network"
78283         ]
78284       }
78285     }, 
78286     "/network/vpn-bindings/vpn-binding/{vpn-id}/route-targets/route-target/{global-route-target}/{route-target-role}/relationship-list/relationship": {
78287       "delete": {
78288         "consumes": [
78289           "application/json", 
78290           "application/xml"
78291         ], 
78292         "description": "delete an existing relationship", 
78293         "operationId": "deleteNetworkVpnBindingsVpnBindingRouteTargetsRouteTargetRelationshipListRelationship", 
78294         "parameters": [
78295           {
78296             "description": "VPN ID, globally unique within A&AI", 
78297             "example": "__VPN-ID__", 
78298             "in": "path", 
78299             "name": "vpn-id", 
78300             "required": true, 
78301             "type": "string"
78302           }, 
78303           {
78304             "description": "Number used to identify an RT, globally unique in the network", 
78305             "example": "__GLOBAL-ROUTE-TARGET__", 
78306             "in": "path", 
78307             "name": "global-route-target", 
78308             "required": true, 
78309             "type": "string"
78310           }, 
78311           {
78312             "description": "Role assigned to this route target", 
78313             "example": "__ROUTE-TARGET-ROLE__", 
78314             "in": "path", 
78315             "name": "route-target-role", 
78316             "required": true, 
78317             "type": "string"
78318           }
78319         ], 
78320         "produces": [
78321           "application/json", 
78322           "application/xml"
78323         ], 
78324         "responses": {
78325           "default": {
78326             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78327           }
78328         }, 
78329         "summary": "delete an existing relationship", 
78330         "tags": [
78331           "Network"
78332         ]
78333       }, 
78334       "put": {
78335         "consumes": [
78336           "application/json", 
78337           "application/xml"
78338         ], 
78339         "operationId": "createOrUpdateNetworkVpnBindingsVpnBindingRouteTargetsRouteTargetRelationshipListRelationship", 
78340         "parameters": [
78341           {
78342             "description": "VPN ID, globally unique within A&AI", 
78343             "example": "__VPN-ID__", 
78344             "in": "path", 
78345             "name": "vpn-id", 
78346             "required": true, 
78347             "type": "string"
78348           }, 
78349           {
78350             "description": "Number used to identify an RT, globally unique in the network", 
78351             "example": "__GLOBAL-ROUTE-TARGET__", 
78352             "in": "path", 
78353             "name": "global-route-target", 
78354             "required": true, 
78355             "type": "string"
78356           }, 
78357           {
78358             "description": "Role assigned to this route target", 
78359             "example": "__ROUTE-TARGET-ROLE__", 
78360             "in": "path", 
78361             "name": "route-target-role", 
78362             "required": true, 
78363             "type": "string"
78364           }, 
78365           {
78366             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkVpnBindingsVpnBindingRouteTargetsRouteTarget.json)", 
78367             "in": "body", 
78368             "name": "body", 
78369             "required": true, 
78370             "schema": {
78371               "$ref": "#/definitions/relationship-dict"
78372             }
78373           }
78374         ], 
78375         "produces": [
78376           "application/json", 
78377           "application/xml"
78378         ], 
78379         "responses": {
78380           "default": {
78381             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78382           }
78383         }, 
78384         "summary": "see node definition for valid relationships", 
78385         "tags": [
78386           "Network"
78387         ]
78388       }
78389     }, 
78390     "/network/wan-port-configs": {
78391       "get": {
78392         "description": "returns wan-port-configs", 
78393         "operationId": "getNetworkWanPortConfigs", 
78394         "parameters": [
78395           {
78396             "description": "n/a", 
78397             "in": "query", 
78398             "name": "wan-port-config-id", 
78399             "required": false, 
78400             "type": "string"
78401           }, 
78402           {
78403             "description": "n/a", 
78404             "in": "query", 
78405             "name": "wan-port-config-name", 
78406             "required": false, 
78407             "type": "string"
78408           }, 
78409           {
78410             "description": "n/a", 
78411             "in": "query", 
78412             "name": "device-id", 
78413             "required": false, 
78414             "type": "string"
78415           }, 
78416           {
78417             "description": "n/a", 
78418             "in": "query", 
78419             "name": "ip-address", 
78420             "required": false, 
78421             "type": "string"
78422           }, 
78423           {
78424             "description": "n/a", 
78425             "in": "query", 
78426             "name": "ipv4-address", 
78427             "required": false, 
78428             "type": "string"
78429           }, 
78430           {
78431             "description": "n/a", 
78432             "in": "query", 
78433             "name": "ipv6-address", 
78434             "required": false, 
78435             "type": "string"
78436           }, 
78437           {
78438             "description": "n/a", 
78439             "in": "query", 
78440             "name": "port-type", 
78441             "required": false, 
78442             "type": "string"
78443           }, 
78444           {
78445             "description": "n/a", 
78446             "in": "query", 
78447             "name": "port-number", 
78448             "required": false, 
78449             "type": "string"
78450           }, 
78451           {
78452             "description": "n/a", 
78453             "in": "query", 
78454             "name": "device-port-id", 
78455             "required": false, 
78456             "type": "string"
78457           }, 
78458           {
78459             "description": "n/a", 
78460             "in": "query", 
78461             "name": "wan-port-id", 
78462             "required": false, 
78463             "type": "string"
78464           }, 
78465           {
78466             "description": "n/a", 
78467             "in": "query", 
78468             "name": "operational-status", 
78469             "required": false, 
78470             "type": "string"
78471           }
78472         ], 
78473         "produces": [
78474           "application/json", 
78475           "application/xml"
78476         ], 
78477         "responses": {
78478           "200": {
78479             "description": "successful operation", 
78480             "schema": {
78481               "$ref": "#/definitions/wan-port-configs"
78482             }
78483           }, 
78484           "default": {
78485             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78486           }
78487         }, 
78488         "summary": "returns wan-port-configs", 
78489         "tags": [
78490           "Network"
78491         ]
78492       }
78493     }, 
78494     "/network/wan-port-configs/wan-port-config/{wan-port-config-id}": {
78495       "delete": {
78496         "consumes": [
78497           "application/json", 
78498           "application/xml"
78499         ], 
78500         "description": "delete an existing wan-port-config", 
78501         "operationId": "deleteNetworkWanPortConfigsWanPortConfig", 
78502         "parameters": [
78503           {
78504             "description": "Uniquely identifies this wan-port-config by id", 
78505             "example": "__WAN-PORT-CONFIG-ID__", 
78506             "in": "path", 
78507             "name": "wan-port-config-id", 
78508             "required": true, 
78509             "type": "string"
78510           }, 
78511           {
78512             "description": "resource-version for concurrency", 
78513             "in": "query", 
78514             "name": "resource-version", 
78515             "required": true, 
78516             "type": "string"
78517           }
78518         ], 
78519         "produces": [
78520           "application/json", 
78521           "application/xml"
78522         ], 
78523         "responses": {
78524           "default": {
78525             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78526           }
78527         }, 
78528         "summary": "delete an existing wan-port-config", 
78529         "tags": [
78530           "Network"
78531         ]
78532       }, 
78533       "get": {
78534         "description": "returns wan-port-config", 
78535         "operationId": "getNetworkWanPortConfigsWanPortConfig", 
78536         "parameters": [
78537           {
78538             "description": "Uniquely identifies this wan-port-config by id", 
78539             "example": "__WAN-PORT-CONFIG-ID__", 
78540             "in": "path", 
78541             "name": "wan-port-config-id", 
78542             "required": true, 
78543             "type": "string"
78544           }
78545         ], 
78546         "produces": [
78547           "application/json", 
78548           "application/xml"
78549         ], 
78550         "responses": {
78551           "200": {
78552             "description": "successful operation", 
78553             "schema": {
78554               "$ref": "#/definitions/wan-port-config"
78555             }
78556           }, 
78557           "default": {
78558             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78559           }
78560         }, 
78561         "summary": "returns wan-port-config", 
78562         "tags": [
78563           "Network"
78564         ]
78565       }, 
78566       "patch": {
78567         "consumes": [
78568           "application/json"
78569         ], 
78570         "description": "Update an existing wan-port-config\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", 
78571         "operationId": "UpdateNetworkWanPortConfigsWanPortConfig", 
78572         "parameters": [
78573           {
78574             "description": "Uniquely identifies this wan-port-config by id", 
78575             "example": "__WAN-PORT-CONFIG-ID__", 
78576             "in": "path", 
78577             "name": "wan-port-config-id", 
78578             "required": true, 
78579             "type": "string"
78580           }, 
78581           {
78582             "description": "wan-port-config object that needs to be updated.", 
78583             "in": "body", 
78584             "name": "body", 
78585             "required": true, 
78586             "schema": {
78587               "$ref": "#/definitions/zzzz-patch-wan-port-config"
78588             }
78589           }
78590         ], 
78591         "produces": [
78592           "application/json"
78593         ], 
78594         "responses": {
78595           "default": {
78596             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78597           }
78598         }, 
78599         "summary": "update an existing wan-port-config", 
78600         "tags": [
78601           "Network"
78602         ]
78603       }, 
78604       "put": {
78605         "consumes": [
78606           "application/json", 
78607           "application/xml"
78608         ], 
78609         "description": "Create or update an existing wan-port-config.\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", 
78610         "operationId": "createOrUpdateNetworkWanPortConfigsWanPortConfig", 
78611         "parameters": [
78612           {
78613             "description": "Uniquely identifies this wan-port-config by id", 
78614             "example": "__WAN-PORT-CONFIG-ID__", 
78615             "in": "path", 
78616             "name": "wan-port-config-id", 
78617             "required": true, 
78618             "type": "string"
78619           }, 
78620           {
78621             "description": "wan-port-config object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkWanPortConfigsWanPortConfig.json)", 
78622             "in": "body", 
78623             "name": "body", 
78624             "required": true, 
78625             "schema": {
78626               "$ref": "#/definitions/wan-port-config"
78627             }
78628           }
78629         ], 
78630         "produces": [
78631           "application/json", 
78632           "application/xml"
78633         ], 
78634         "responses": {
78635           "default": {
78636             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78637           }
78638         }, 
78639         "summary": "create or update an existing wan-port-config", 
78640         "tags": [
78641           "Network"
78642         ]
78643       }
78644     }, 
78645     "/network/wan-port-configs/wan-port-config/{wan-port-config-id}/relationship-list/relationship": {
78646       "delete": {
78647         "consumes": [
78648           "application/json", 
78649           "application/xml"
78650         ], 
78651         "description": "delete an existing relationship", 
78652         "operationId": "deleteNetworkWanPortConfigsWanPortConfigRelationshipListRelationship", 
78653         "parameters": [
78654           {
78655             "description": "Uniquely identifies this wan-port-config by id", 
78656             "example": "__WAN-PORT-CONFIG-ID__", 
78657             "in": "path", 
78658             "name": "wan-port-config-id", 
78659             "required": true, 
78660             "type": "string"
78661           }
78662         ], 
78663         "produces": [
78664           "application/json", 
78665           "application/xml"
78666         ], 
78667         "responses": {
78668           "default": {
78669             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78670           }
78671         }, 
78672         "summary": "delete an existing relationship", 
78673         "tags": [
78674           "Network"
78675         ]
78676       }, 
78677       "put": {
78678         "consumes": [
78679           "application/json", 
78680           "application/xml"
78681         ], 
78682         "operationId": "createOrUpdateNetworkWanPortConfigsWanPortConfigRelationshipListRelationship", 
78683         "parameters": [
78684           {
78685             "description": "Uniquely identifies this wan-port-config by id", 
78686             "example": "__WAN-PORT-CONFIG-ID__", 
78687             "in": "path", 
78688             "name": "wan-port-config-id", 
78689             "required": true, 
78690             "type": "string"
78691           }, 
78692           {
78693             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkWanPortConfigsWanPortConfig.json)", 
78694             "in": "body", 
78695             "name": "body", 
78696             "required": true, 
78697             "schema": {
78698               "$ref": "#/definitions/relationship-dict"
78699             }
78700           }
78701         ], 
78702         "produces": [
78703           "application/json", 
78704           "application/xml"
78705         ], 
78706         "responses": {
78707           "default": {
78708             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78709           }
78710         }, 
78711         "summary": "see node definition for valid relationships", 
78712         "tags": [
78713           "Network"
78714         ]
78715       }
78716     }, 
78717     "/network/zones": {
78718       "get": {
78719         "description": "returns zones", 
78720         "operationId": "getNetworkZones", 
78721         "parameters": [
78722           {
78723             "description": "n/a", 
78724             "in": "query", 
78725             "name": "zone-id", 
78726             "required": false, 
78727             "type": "string"
78728           }, 
78729           {
78730             "description": "n/a", 
78731             "in": "query", 
78732             "name": "design-type", 
78733             "required": false, 
78734             "type": "string"
78735           }, 
78736           {
78737             "description": "n/a", 
78738             "in": "query", 
78739             "name": "zone-context", 
78740             "required": false, 
78741             "type": "string"
78742           }
78743         ], 
78744         "produces": [
78745           "application/json", 
78746           "application/xml"
78747         ], 
78748         "responses": {
78749           "200": {
78750             "description": "successful operation", 
78751             "schema": {
78752               "$ref": "#/definitions/zones"
78753             }
78754           }, 
78755           "default": {
78756             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78757           }
78758         }, 
78759         "summary": "returns zones", 
78760         "tags": [
78761           "Network"
78762         ]
78763       }
78764     }, 
78765     "/network/zones/zone/{zone-id}": {
78766       "delete": {
78767         "consumes": [
78768           "application/json", 
78769           "application/xml"
78770         ], 
78771         "description": "delete an existing zone", 
78772         "operationId": "deleteNetworkZonesZone", 
78773         "parameters": [
78774           {
78775             "description": "Code assigned by AIC to the zone", 
78776             "example": "__ZONE-ID__", 
78777             "in": "path", 
78778             "name": "zone-id", 
78779             "required": true, 
78780             "type": "string"
78781           }, 
78782           {
78783             "description": "resource-version for concurrency", 
78784             "in": "query", 
78785             "name": "resource-version", 
78786             "required": true, 
78787             "type": "string"
78788           }
78789         ], 
78790         "produces": [
78791           "application/json", 
78792           "application/xml"
78793         ], 
78794         "responses": {
78795           "default": {
78796             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78797           }
78798         }, 
78799         "summary": "delete an existing zone", 
78800         "tags": [
78801           "Network"
78802         ]
78803       }, 
78804       "get": {
78805         "description": "returns zone", 
78806         "operationId": "getNetworkZonesZone", 
78807         "parameters": [
78808           {
78809             "description": "Code assigned by AIC to the zone", 
78810             "example": "__ZONE-ID__", 
78811             "in": "path", 
78812             "name": "zone-id", 
78813             "required": true, 
78814             "type": "string"
78815           }
78816         ], 
78817         "produces": [
78818           "application/json", 
78819           "application/xml"
78820         ], 
78821         "responses": {
78822           "200": {
78823             "description": "successful operation", 
78824             "schema": {
78825               "$ref": "#/definitions/zone"
78826             }
78827           }, 
78828           "default": {
78829             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78830           }
78831         }, 
78832         "summary": "returns zone", 
78833         "tags": [
78834           "Network"
78835         ]
78836       }, 
78837       "patch": {
78838         "consumes": [
78839           "application/json"
78840         ], 
78841         "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", 
78842         "operationId": "UpdateNetworkZonesZone", 
78843         "parameters": [
78844           {
78845             "description": "Code assigned by AIC to the zone", 
78846             "example": "__ZONE-ID__", 
78847             "in": "path", 
78848             "name": "zone-id", 
78849             "required": true, 
78850             "type": "string"
78851           }, 
78852           {
78853             "description": "zone object that needs to be updated.", 
78854             "in": "body", 
78855             "name": "body", 
78856             "required": true, 
78857             "schema": {
78858               "$ref": "#/definitions/zzzz-patch-zone"
78859             }
78860           }
78861         ], 
78862         "produces": [
78863           "application/json"
78864         ], 
78865         "responses": {
78866           "default": {
78867             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78868           }
78869         }, 
78870         "summary": "update an existing zone", 
78871         "tags": [
78872           "Network"
78873         ]
78874       }, 
78875       "put": {
78876         "consumes": [
78877           "application/json", 
78878           "application/xml"
78879         ], 
78880         "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", 
78881         "operationId": "createOrUpdateNetworkZonesZone", 
78882         "parameters": [
78883           {
78884             "description": "Code assigned by AIC to the zone", 
78885             "example": "__ZONE-ID__", 
78886             "in": "path", 
78887             "name": "zone-id", 
78888             "required": true, 
78889             "type": "string"
78890           }, 
78891           {
78892             "description": "zone object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkZonesZone.json)", 
78893             "in": "body", 
78894             "name": "body", 
78895             "required": true, 
78896             "schema": {
78897               "$ref": "#/definitions/zone"
78898             }
78899           }
78900         ], 
78901         "produces": [
78902           "application/json", 
78903           "application/xml"
78904         ], 
78905         "responses": {
78906           "default": {
78907             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78908           }
78909         }, 
78910         "summary": "create or update an existing zone", 
78911         "tags": [
78912           "Network"
78913         ]
78914       }
78915     }, 
78916     "/network/zones/zone/{zone-id}/relationship-list/relationship": {
78917       "delete": {
78918         "consumes": [
78919           "application/json", 
78920           "application/xml"
78921         ], 
78922         "description": "delete an existing relationship", 
78923         "operationId": "deleteNetworkZonesZoneRelationshipListRelationship", 
78924         "parameters": [
78925           {
78926             "description": "Code assigned by AIC to the zone", 
78927             "example": "__ZONE-ID__", 
78928             "in": "path", 
78929             "name": "zone-id", 
78930             "required": true, 
78931             "type": "string"
78932           }
78933         ], 
78934         "produces": [
78935           "application/json", 
78936           "application/xml"
78937         ], 
78938         "responses": {
78939           "default": {
78940             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78941           }
78942         }, 
78943         "summary": "delete an existing relationship", 
78944         "tags": [
78945           "Network"
78946         ]
78947       }, 
78948       "put": {
78949         "consumes": [
78950           "application/json", 
78951           "application/xml"
78952         ], 
78953         "operationId": "createOrUpdateNetworkZonesZoneRelationshipListRelationship", 
78954         "parameters": [
78955           {
78956             "description": "Code assigned by AIC to the zone", 
78957             "example": "__ZONE-ID__", 
78958             "in": "path", 
78959             "name": "zone-id", 
78960             "required": true, 
78961             "type": "string"
78962           }, 
78963           {
78964             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/NetworkZonesZone.json)", 
78965             "in": "body", 
78966             "name": "body", 
78967             "required": true, 
78968             "schema": {
78969               "$ref": "#/definitions/relationship-dict"
78970             }
78971           }
78972         ], 
78973         "produces": [
78974           "application/json", 
78975           "application/xml"
78976         ], 
78977         "responses": {
78978           "default": {
78979             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
78980           }
78981         }, 
78982         "summary": "see node definition for valid relationships", 
78983         "tags": [
78984           "Network"
78985         ]
78986       }
78987     }, 
78988     "/service-design-and-creation/models": {
78989       "get": {
78990         "description": "returns models", 
78991         "operationId": "getServiceDesignAndCreationModels", 
78992         "parameters": [
78993           {
78994             "description": "n/a", 
78995             "in": "query", 
78996             "name": "model-invariant-id", 
78997             "required": false, 
78998             "type": "string"
78999           }, 
79000           {
79001             "description": "n/a", 
79002             "in": "query", 
79003             "name": "model-type", 
79004             "required": false, 
79005             "type": "string"
79006           }
79007         ], 
79008         "produces": [
79009           "application/json", 
79010           "application/xml"
79011         ], 
79012         "responses": {
79013           "200": {
79014             "description": "successful operation", 
79015             "schema": {
79016               "$ref": "#/definitions/models"
79017             }
79018           }, 
79019           "default": {
79020             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79021           }
79022         }, 
79023         "summary": "returns models", 
79024         "tags": [
79025           "ServiceDesignAndCreation"
79026         ]
79027       }
79028     }, 
79029     "/service-design-and-creation/models/model/{model-invariant-id}": {
79030       "delete": {
79031         "consumes": [
79032           "application/json", 
79033           "application/xml"
79034         ], 
79035         "description": "delete an existing model", 
79036         "operationId": "deleteServiceDesignAndCreationModelsModel", 
79037         "parameters": [
79038           {
79039             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79040             "example": "__MODEL-INVARIANT-ID__", 
79041             "in": "path", 
79042             "name": "model-invariant-id", 
79043             "required": true, 
79044             "type": "string"
79045           }, 
79046           {
79047             "description": "resource-version for concurrency", 
79048             "in": "query", 
79049             "name": "resource-version", 
79050             "required": true, 
79051             "type": "string"
79052           }
79053         ], 
79054         "produces": [
79055           "application/json", 
79056           "application/xml"
79057         ], 
79058         "responses": {
79059           "default": {
79060             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79061           }
79062         }, 
79063         "summary": "delete an existing model", 
79064         "tags": [
79065           "ServiceDesignAndCreation"
79066         ]
79067       }, 
79068       "get": {
79069         "description": "returns model", 
79070         "operationId": "getServiceDesignAndCreationModelsModel", 
79071         "parameters": [
79072           {
79073             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79074             "example": "__MODEL-INVARIANT-ID__", 
79075             "in": "path", 
79076             "name": "model-invariant-id", 
79077             "required": true, 
79078             "type": "string"
79079           }
79080         ], 
79081         "produces": [
79082           "application/json", 
79083           "application/xml"
79084         ], 
79085         "responses": {
79086           "200": {
79087             "description": "successful operation", 
79088             "schema": {
79089               "$ref": "#/definitions/model"
79090             }
79091           }, 
79092           "default": {
79093             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79094           }
79095         }, 
79096         "summary": "returns model", 
79097         "tags": [
79098           "ServiceDesignAndCreation"
79099         ]
79100       }, 
79101       "patch": {
79102         "consumes": [
79103           "application/json"
79104         ], 
79105         "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", 
79106         "operationId": "UpdateServiceDesignAndCreationModelsModel", 
79107         "parameters": [
79108           {
79109             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79110             "example": "__MODEL-INVARIANT-ID__", 
79111             "in": "path", 
79112             "name": "model-invariant-id", 
79113             "required": true, 
79114             "type": "string"
79115           }, 
79116           {
79117             "description": "model object that needs to be updated.", 
79118             "in": "body", 
79119             "name": "body", 
79120             "required": true, 
79121             "schema": {
79122               "$ref": "#/definitions/zzzz-patch-model"
79123             }
79124           }
79125         ], 
79126         "produces": [
79127           "application/json"
79128         ], 
79129         "responses": {
79130           "default": {
79131             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79132           }
79133         }, 
79134         "summary": "update an existing model", 
79135         "tags": [
79136           "ServiceDesignAndCreation"
79137         ]
79138       }, 
79139       "put": {
79140         "consumes": [
79141           "application/json", 
79142           "application/xml"
79143         ], 
79144         "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", 
79145         "operationId": "createOrUpdateServiceDesignAndCreationModelsModel", 
79146         "parameters": [
79147           {
79148             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79149             "example": "__MODEL-INVARIANT-ID__", 
79150             "in": "path", 
79151             "name": "model-invariant-id", 
79152             "required": true, 
79153             "type": "string"
79154           }, 
79155           {
79156             "description": "model object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModel.json)", 
79157             "in": "body", 
79158             "name": "body", 
79159             "required": true, 
79160             "schema": {
79161               "$ref": "#/definitions/model"
79162             }
79163           }
79164         ], 
79165         "produces": [
79166           "application/json", 
79167           "application/xml"
79168         ], 
79169         "responses": {
79170           "default": {
79171             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79172           }
79173         }, 
79174         "summary": "create or update an existing model", 
79175         "tags": [
79176           "ServiceDesignAndCreation"
79177         ]
79178       }
79179     }, 
79180     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers": {
79181       "get": {
79182         "description": "returns model-vers", 
79183         "operationId": "getServiceDesignAndCreationModelsModelModelVers", 
79184         "parameters": [
79185           {
79186             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79187             "example": "__MODEL-INVARIANT-ID__", 
79188             "in": "path", 
79189             "name": "model-invariant-id", 
79190             "required": true, 
79191             "type": "string"
79192           }, 
79193           {
79194             "description": "n/a", 
79195             "in": "query", 
79196             "name": "model-version-id", 
79197             "required": false, 
79198             "type": "string"
79199           }, 
79200           {
79201             "description": "n/a", 
79202             "in": "query", 
79203             "name": "model-name", 
79204             "required": false, 
79205             "type": "string"
79206           }, 
79207           {
79208             "description": "n/a", 
79209             "in": "query", 
79210             "name": "model-version", 
79211             "required": false, 
79212             "type": "string"
79213           }, 
79214           {
79215             "description": "n/a", 
79216             "in": "query", 
79217             "name": "distribution-status", 
79218             "required": false, 
79219             "type": "string"
79220           }
79221         ], 
79222         "produces": [
79223           "application/json", 
79224           "application/xml"
79225         ], 
79226         "responses": {
79227           "200": {
79228             "description": "successful operation", 
79229             "schema": {
79230               "$ref": "#/definitions/model-vers"
79231             }
79232           }, 
79233           "default": {
79234             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79235           }
79236         }, 
79237         "summary": "returns model-vers", 
79238         "tags": [
79239           "ServiceDesignAndCreation"
79240         ]
79241       }
79242     }, 
79243     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}": {
79244       "delete": {
79245         "consumes": [
79246           "application/json", 
79247           "application/xml"
79248         ], 
79249         "description": "delete an existing model-ver", 
79250         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVer", 
79251         "parameters": [
79252           {
79253             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79254             "example": "__MODEL-INVARIANT-ID__", 
79255             "in": "path", 
79256             "name": "model-invariant-id", 
79257             "required": true, 
79258             "type": "string"
79259           }, 
79260           {
79261             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79262             "example": "__MODEL-VERSION-ID__", 
79263             "in": "path", 
79264             "name": "model-version-id", 
79265             "required": true, 
79266             "type": "string"
79267           }, 
79268           {
79269             "description": "resource-version for concurrency", 
79270             "in": "query", 
79271             "name": "resource-version", 
79272             "required": true, 
79273             "type": "string"
79274           }
79275         ], 
79276         "produces": [
79277           "application/json", 
79278           "application/xml"
79279         ], 
79280         "responses": {
79281           "default": {
79282             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79283           }
79284         }, 
79285         "summary": "delete an existing model-ver", 
79286         "tags": [
79287           "ServiceDesignAndCreation"
79288         ]
79289       }, 
79290       "get": {
79291         "description": "returns model-ver", 
79292         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVer", 
79293         "parameters": [
79294           {
79295             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79296             "example": "__MODEL-INVARIANT-ID__", 
79297             "in": "path", 
79298             "name": "model-invariant-id", 
79299             "required": true, 
79300             "type": "string"
79301           }, 
79302           {
79303             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79304             "example": "__MODEL-VERSION-ID__", 
79305             "in": "path", 
79306             "name": "model-version-id", 
79307             "required": true, 
79308             "type": "string"
79309           }
79310         ], 
79311         "produces": [
79312           "application/json", 
79313           "application/xml"
79314         ], 
79315         "responses": {
79316           "200": {
79317             "description": "successful operation", 
79318             "schema": {
79319               "$ref": "#/definitions/model-ver"
79320             }
79321           }, 
79322           "default": {
79323             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79324           }
79325         }, 
79326         "summary": "returns model-ver", 
79327         "tags": [
79328           "ServiceDesignAndCreation"
79329         ]
79330       }, 
79331       "patch": {
79332         "consumes": [
79333           "application/json"
79334         ], 
79335         "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", 
79336         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVer", 
79337         "parameters": [
79338           {
79339             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79340             "example": "__MODEL-INVARIANT-ID__", 
79341             "in": "path", 
79342             "name": "model-invariant-id", 
79343             "required": true, 
79344             "type": "string"
79345           }, 
79346           {
79347             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79348             "example": "__MODEL-VERSION-ID__", 
79349             "in": "path", 
79350             "name": "model-version-id", 
79351             "required": true, 
79352             "type": "string"
79353           }, 
79354           {
79355             "description": "model-ver object that needs to be updated.", 
79356             "in": "body", 
79357             "name": "body", 
79358             "required": true, 
79359             "schema": {
79360               "$ref": "#/definitions/zzzz-patch-model-ver"
79361             }
79362           }
79363         ], 
79364         "produces": [
79365           "application/json"
79366         ], 
79367         "responses": {
79368           "default": {
79369             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79370           }
79371         }, 
79372         "summary": "update an existing model-ver", 
79373         "tags": [
79374           "ServiceDesignAndCreation"
79375         ]
79376       }, 
79377       "put": {
79378         "consumes": [
79379           "application/json", 
79380           "application/xml"
79381         ], 
79382         "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", 
79383         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVer", 
79384         "parameters": [
79385           {
79386             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79387             "example": "__MODEL-INVARIANT-ID__", 
79388             "in": "path", 
79389             "name": "model-invariant-id", 
79390             "required": true, 
79391             "type": "string"
79392           }, 
79393           {
79394             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79395             "example": "__MODEL-VERSION-ID__", 
79396             "in": "path", 
79397             "name": "model-version-id", 
79398             "required": true, 
79399             "type": "string"
79400           }, 
79401           {
79402             "description": "model-ver object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVer.json)", 
79403             "in": "body", 
79404             "name": "body", 
79405             "required": true, 
79406             "schema": {
79407               "$ref": "#/definitions/model-ver"
79408             }
79409           }
79410         ], 
79411         "produces": [
79412           "application/json", 
79413           "application/xml"
79414         ], 
79415         "responses": {
79416           "default": {
79417             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79418           }
79419         }, 
79420         "summary": "create or update an existing model-ver", 
79421         "tags": [
79422           "ServiceDesignAndCreation"
79423         ]
79424       }
79425     }, 
79426     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/metadata": {
79427       "get": {
79428         "description": "returns metadata", 
79429         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerMetadata", 
79430         "parameters": [
79431           {
79432             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79433             "example": "__MODEL-INVARIANT-ID__", 
79434             "in": "path", 
79435             "name": "model-invariant-id", 
79436             "required": true, 
79437             "type": "string"
79438           }, 
79439           {
79440             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79441             "example": "__MODEL-VERSION-ID__", 
79442             "in": "path", 
79443             "name": "model-version-id", 
79444             "required": true, 
79445             "type": "string"
79446           }, 
79447           {
79448             "description": "n/a", 
79449             "in": "query", 
79450             "name": "metaname", 
79451             "required": false, 
79452             "type": "string"
79453           }
79454         ], 
79455         "produces": [
79456           "application/json", 
79457           "application/xml"
79458         ], 
79459         "responses": {
79460           "200": {
79461             "description": "successful operation", 
79462             "schema": {
79463               "$ref": "#/definitions/metadata"
79464             }
79465           }, 
79466           "default": {
79467             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79468           }
79469         }, 
79470         "summary": "returns metadata", 
79471         "tags": [
79472           "ServiceDesignAndCreation"
79473         ]
79474       }
79475     }, 
79476     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/metadata/metadatum/{metaname}": {
79477       "delete": {
79478         "consumes": [
79479           "application/json", 
79480           "application/xml"
79481         ], 
79482         "description": "delete an existing metadatum", 
79483         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum", 
79484         "parameters": [
79485           {
79486             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79487             "example": "__MODEL-INVARIANT-ID__", 
79488             "in": "path", 
79489             "name": "model-invariant-id", 
79490             "required": true, 
79491             "type": "string"
79492           }, 
79493           {
79494             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79495             "example": "__MODEL-VERSION-ID__", 
79496             "in": "path", 
79497             "name": "model-version-id", 
79498             "required": true, 
79499             "type": "string"
79500           }, 
79501           {
79502             "example": "__METANAME__", 
79503             "in": "path", 
79504             "name": "metaname", 
79505             "required": true, 
79506             "type": "string"
79507           }, 
79508           {
79509             "description": "resource-version for concurrency", 
79510             "in": "query", 
79511             "name": "resource-version", 
79512             "required": true, 
79513             "type": "string"
79514           }
79515         ], 
79516         "produces": [
79517           "application/json", 
79518           "application/xml"
79519         ], 
79520         "responses": {
79521           "default": {
79522             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79523           }
79524         }, 
79525         "summary": "delete an existing metadatum", 
79526         "tags": [
79527           "ServiceDesignAndCreation"
79528         ]
79529       }, 
79530       "get": {
79531         "description": "returns metadatum", 
79532         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum", 
79533         "parameters": [
79534           {
79535             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79536             "example": "__MODEL-INVARIANT-ID__", 
79537             "in": "path", 
79538             "name": "model-invariant-id", 
79539             "required": true, 
79540             "type": "string"
79541           }, 
79542           {
79543             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79544             "example": "__MODEL-VERSION-ID__", 
79545             "in": "path", 
79546             "name": "model-version-id", 
79547             "required": true, 
79548             "type": "string"
79549           }, 
79550           {
79551             "example": "__METANAME__", 
79552             "in": "path", 
79553             "name": "metaname", 
79554             "required": true, 
79555             "type": "string"
79556           }
79557         ], 
79558         "produces": [
79559           "application/json", 
79560           "application/xml"
79561         ], 
79562         "responses": {
79563           "200": {
79564             "description": "successful operation", 
79565             "schema": {
79566               "$ref": "#/definitions/metadatum"
79567             }
79568           }, 
79569           "default": {
79570             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79571           }
79572         }, 
79573         "summary": "returns metadatum", 
79574         "tags": [
79575           "ServiceDesignAndCreation"
79576         ]
79577       }, 
79578       "patch": {
79579         "consumes": [
79580           "application/json"
79581         ], 
79582         "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", 
79583         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum", 
79584         "parameters": [
79585           {
79586             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79587             "example": "__MODEL-INVARIANT-ID__", 
79588             "in": "path", 
79589             "name": "model-invariant-id", 
79590             "required": true, 
79591             "type": "string"
79592           }, 
79593           {
79594             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79595             "example": "__MODEL-VERSION-ID__", 
79596             "in": "path", 
79597             "name": "model-version-id", 
79598             "required": true, 
79599             "type": "string"
79600           }, 
79601           {
79602             "example": "__METANAME__", 
79603             "in": "path", 
79604             "name": "metaname", 
79605             "required": true, 
79606             "type": "string"
79607           }, 
79608           {
79609             "description": "metadatum object that needs to be updated.", 
79610             "in": "body", 
79611             "name": "body", 
79612             "required": true, 
79613             "schema": {
79614               "$ref": "#/definitions/zzzz-patch-metadatum"
79615             }
79616           }
79617         ], 
79618         "produces": [
79619           "application/json"
79620         ], 
79621         "responses": {
79622           "default": {
79623             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79624           }
79625         }, 
79626         "summary": "update an existing metadatum", 
79627         "tags": [
79628           "ServiceDesignAndCreation"
79629         ]
79630       }, 
79631       "put": {
79632         "consumes": [
79633           "application/json", 
79634           "application/xml"
79635         ], 
79636         "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", 
79637         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum", 
79638         "parameters": [
79639           {
79640             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79641             "example": "__MODEL-INVARIANT-ID__", 
79642             "in": "path", 
79643             "name": "model-invariant-id", 
79644             "required": true, 
79645             "type": "string"
79646           }, 
79647           {
79648             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79649             "example": "__MODEL-VERSION-ID__", 
79650             "in": "path", 
79651             "name": "model-version-id", 
79652             "required": true, 
79653             "type": "string"
79654           }, 
79655           {
79656             "example": "__METANAME__", 
79657             "in": "path", 
79658             "name": "metaname", 
79659             "required": true, 
79660             "type": "string"
79661           }, 
79662           {
79663             "description": "metadatum object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVerMetadataMetadatum.json)", 
79664             "in": "body", 
79665             "name": "body", 
79666             "required": true, 
79667             "schema": {
79668               "$ref": "#/definitions/metadatum"
79669             }
79670           }
79671         ], 
79672         "produces": [
79673           "application/json", 
79674           "application/xml"
79675         ], 
79676         "responses": {
79677           "default": {
79678             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79679           }
79680         }, 
79681         "summary": "create or update an existing metadatum", 
79682         "tags": [
79683           "ServiceDesignAndCreation"
79684         ]
79685       }
79686     }, 
79687     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements": {
79688       "get": {
79689         "description": "returns model-elements", 
79690         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElements", 
79691         "parameters": [
79692           {
79693             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79694             "example": "__MODEL-INVARIANT-ID__", 
79695             "in": "path", 
79696             "name": "model-invariant-id", 
79697             "required": true, 
79698             "type": "string"
79699           }, 
79700           {
79701             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79702             "example": "__MODEL-VERSION-ID__", 
79703             "in": "path", 
79704             "name": "model-version-id", 
79705             "required": true, 
79706             "type": "string"
79707           }, 
79708           {
79709             "description": "n/a", 
79710             "in": "query", 
79711             "name": "model-element-uuid", 
79712             "required": false, 
79713             "type": "string"
79714           }
79715         ], 
79716         "produces": [
79717           "application/json", 
79718           "application/xml"
79719         ], 
79720         "responses": {
79721           "200": {
79722             "description": "successful operation", 
79723             "schema": {
79724               "$ref": "#/definitions/model-elements"
79725             }
79726           }, 
79727           "default": {
79728             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79729           }
79730         }, 
79731         "summary": "returns model-elements", 
79732         "tags": [
79733           "ServiceDesignAndCreation"
79734         ]
79735       }
79736     }, 
79737     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/model-elements/model-element/{model-element-uuid}": {
79738       "delete": {
79739         "consumes": [
79740           "application/json", 
79741           "application/xml"
79742         ], 
79743         "description": "delete an existing model-element", 
79744         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
79745         "parameters": [
79746           {
79747             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79748             "example": "__MODEL-INVARIANT-ID__", 
79749             "in": "path", 
79750             "name": "model-invariant-id", 
79751             "required": true, 
79752             "type": "string"
79753           }, 
79754           {
79755             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79756             "example": "__MODEL-VERSION-ID__", 
79757             "in": "path", 
79758             "name": "model-version-id", 
79759             "required": true, 
79760             "type": "string"
79761           }, 
79762           {
79763             "example": "__MODEL-ELEMENT-UUID__", 
79764             "in": "path", 
79765             "name": "model-element-uuid", 
79766             "required": true, 
79767             "type": "string"
79768           }, 
79769           {
79770             "description": "resource-version for concurrency", 
79771             "in": "query", 
79772             "name": "resource-version", 
79773             "required": true, 
79774             "type": "string"
79775           }
79776         ], 
79777         "produces": [
79778           "application/json", 
79779           "application/xml"
79780         ], 
79781         "responses": {
79782           "default": {
79783             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79784           }
79785         }, 
79786         "summary": "delete an existing model-element", 
79787         "tags": [
79788           "ServiceDesignAndCreation"
79789         ]
79790       }, 
79791       "get": {
79792         "description": "returns model-element", 
79793         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
79794         "parameters": [
79795           {
79796             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79797             "example": "__MODEL-INVARIANT-ID__", 
79798             "in": "path", 
79799             "name": "model-invariant-id", 
79800             "required": true, 
79801             "type": "string"
79802           }, 
79803           {
79804             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79805             "example": "__MODEL-VERSION-ID__", 
79806             "in": "path", 
79807             "name": "model-version-id", 
79808             "required": true, 
79809             "type": "string"
79810           }, 
79811           {
79812             "example": "__MODEL-ELEMENT-UUID__", 
79813             "in": "path", 
79814             "name": "model-element-uuid", 
79815             "required": true, 
79816             "type": "string"
79817           }
79818         ], 
79819         "produces": [
79820           "application/json", 
79821           "application/xml"
79822         ], 
79823         "responses": {
79824           "200": {
79825             "description": "successful operation", 
79826             "schema": {
79827               "$ref": "#/definitions/model-element"
79828             }
79829           }, 
79830           "default": {
79831             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79832           }
79833         }, 
79834         "summary": "returns model-element", 
79835         "tags": [
79836           "ServiceDesignAndCreation"
79837         ]
79838       }, 
79839       "patch": {
79840         "consumes": [
79841           "application/json"
79842         ], 
79843         "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", 
79844         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
79845         "parameters": [
79846           {
79847             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79848             "example": "__MODEL-INVARIANT-ID__", 
79849             "in": "path", 
79850             "name": "model-invariant-id", 
79851             "required": true, 
79852             "type": "string"
79853           }, 
79854           {
79855             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79856             "example": "__MODEL-VERSION-ID__", 
79857             "in": "path", 
79858             "name": "model-version-id", 
79859             "required": true, 
79860             "type": "string"
79861           }, 
79862           {
79863             "example": "__MODEL-ELEMENT-UUID__", 
79864             "in": "path", 
79865             "name": "model-element-uuid", 
79866             "required": true, 
79867             "type": "string"
79868           }, 
79869           {
79870             "description": "model-element object that needs to be updated.", 
79871             "in": "body", 
79872             "name": "body", 
79873             "required": true, 
79874             "schema": {
79875               "$ref": "#/definitions/zzzz-patch-model-element"
79876             }
79877           }
79878         ], 
79879         "produces": [
79880           "application/json"
79881         ], 
79882         "responses": {
79883           "default": {
79884             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79885           }
79886         }, 
79887         "summary": "update an existing model-element", 
79888         "tags": [
79889           "ServiceDesignAndCreation"
79890         ]
79891       }, 
79892       "put": {
79893         "consumes": [
79894           "application/json", 
79895           "application/xml"
79896         ], 
79897         "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", 
79898         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement", 
79899         "parameters": [
79900           {
79901             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79902             "example": "__MODEL-INVARIANT-ID__", 
79903             "in": "path", 
79904             "name": "model-invariant-id", 
79905             "required": true, 
79906             "type": "string"
79907           }, 
79908           {
79909             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79910             "example": "__MODEL-VERSION-ID__", 
79911             "in": "path", 
79912             "name": "model-version-id", 
79913             "required": true, 
79914             "type": "string"
79915           }, 
79916           {
79917             "example": "__MODEL-ELEMENT-UUID__", 
79918             "in": "path", 
79919             "name": "model-element-uuid", 
79920             "required": true, 
79921             "type": "string"
79922           }, 
79923           {
79924             "description": "model-element object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement.json)", 
79925             "in": "body", 
79926             "name": "body", 
79927             "required": true, 
79928             "schema": {
79929               "$ref": "#/definitions/model-element"
79930             }
79931           }
79932         ], 
79933         "produces": [
79934           "application/json", 
79935           "application/xml"
79936         ], 
79937         "responses": {
79938           "default": {
79939             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79940           }
79941         }, 
79942         "summary": "create or update an existing model-element", 
79943         "tags": [
79944           "ServiceDesignAndCreation"
79945         ]
79946       }
79947     }, 
79948     "/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": {
79949       "get": {
79950         "description": "returns model-constraints", 
79951         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraints", 
79952         "parameters": [
79953           {
79954             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
79955             "example": "__MODEL-INVARIANT-ID__", 
79956             "in": "path", 
79957             "name": "model-invariant-id", 
79958             "required": true, 
79959             "type": "string"
79960           }, 
79961           {
79962             "description": "Unique identifier corresponding to one version of a model in ASDC", 
79963             "example": "__MODEL-VERSION-ID__", 
79964             "in": "path", 
79965             "name": "model-version-id", 
79966             "required": true, 
79967             "type": "string"
79968           }, 
79969           {
79970             "example": "__MODEL-ELEMENT-UUID__", 
79971             "in": "path", 
79972             "name": "model-element-uuid", 
79973             "required": true, 
79974             "type": "string"
79975           }, 
79976           {
79977             "description": "n/a", 
79978             "in": "query", 
79979             "name": "model-constraint-uuid", 
79980             "required": false, 
79981             "type": "string"
79982           }
79983         ], 
79984         "produces": [
79985           "application/json", 
79986           "application/xml"
79987         ], 
79988         "responses": {
79989           "200": {
79990             "description": "successful operation", 
79991             "schema": {
79992               "$ref": "#/definitions/model-constraints"
79993             }
79994           }, 
79995           "default": {
79996             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
79997           }
79998         }, 
79999         "summary": "returns model-constraints", 
80000         "tags": [
80001           "ServiceDesignAndCreation"
80002         ]
80003       }
80004     }, 
80005     "/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}": {
80006       "delete": {
80007         "consumes": [
80008           "application/json", 
80009           "application/xml"
80010         ], 
80011         "description": "delete an existing model-constraint", 
80012         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
80013         "parameters": [
80014           {
80015             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80016             "example": "__MODEL-INVARIANT-ID__", 
80017             "in": "path", 
80018             "name": "model-invariant-id", 
80019             "required": true, 
80020             "type": "string"
80021           }, 
80022           {
80023             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80024             "example": "__MODEL-VERSION-ID__", 
80025             "in": "path", 
80026             "name": "model-version-id", 
80027             "required": true, 
80028             "type": "string"
80029           }, 
80030           {
80031             "example": "__MODEL-ELEMENT-UUID__", 
80032             "in": "path", 
80033             "name": "model-element-uuid", 
80034             "required": true, 
80035             "type": "string"
80036           }, 
80037           {
80038             "example": "__MODEL-CONSTRAINT-UUID__", 
80039             "in": "path", 
80040             "name": "model-constraint-uuid", 
80041             "required": true, 
80042             "type": "string"
80043           }, 
80044           {
80045             "description": "resource-version for concurrency", 
80046             "in": "query", 
80047             "name": "resource-version", 
80048             "required": true, 
80049             "type": "string"
80050           }
80051         ], 
80052         "produces": [
80053           "application/json", 
80054           "application/xml"
80055         ], 
80056         "responses": {
80057           "default": {
80058             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80059           }
80060         }, 
80061         "summary": "delete an existing model-constraint", 
80062         "tags": [
80063           "ServiceDesignAndCreation"
80064         ]
80065       }, 
80066       "get": {
80067         "description": "returns model-constraint", 
80068         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
80069         "parameters": [
80070           {
80071             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80072             "example": "__MODEL-INVARIANT-ID__", 
80073             "in": "path", 
80074             "name": "model-invariant-id", 
80075             "required": true, 
80076             "type": "string"
80077           }, 
80078           {
80079             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80080             "example": "__MODEL-VERSION-ID__", 
80081             "in": "path", 
80082             "name": "model-version-id", 
80083             "required": true, 
80084             "type": "string"
80085           }, 
80086           {
80087             "example": "__MODEL-ELEMENT-UUID__", 
80088             "in": "path", 
80089             "name": "model-element-uuid", 
80090             "required": true, 
80091             "type": "string"
80092           }, 
80093           {
80094             "example": "__MODEL-CONSTRAINT-UUID__", 
80095             "in": "path", 
80096             "name": "model-constraint-uuid", 
80097             "required": true, 
80098             "type": "string"
80099           }
80100         ], 
80101         "produces": [
80102           "application/json", 
80103           "application/xml"
80104         ], 
80105         "responses": {
80106           "200": {
80107             "description": "successful operation", 
80108             "schema": {
80109               "$ref": "#/definitions/model-constraint"
80110             }
80111           }, 
80112           "default": {
80113             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80114           }
80115         }, 
80116         "summary": "returns model-constraint", 
80117         "tags": [
80118           "ServiceDesignAndCreation"
80119         ]
80120       }, 
80121       "patch": {
80122         "consumes": [
80123           "application/json"
80124         ], 
80125         "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", 
80126         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
80127         "parameters": [
80128           {
80129             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80130             "example": "__MODEL-INVARIANT-ID__", 
80131             "in": "path", 
80132             "name": "model-invariant-id", 
80133             "required": true, 
80134             "type": "string"
80135           }, 
80136           {
80137             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80138             "example": "__MODEL-VERSION-ID__", 
80139             "in": "path", 
80140             "name": "model-version-id", 
80141             "required": true, 
80142             "type": "string"
80143           }, 
80144           {
80145             "example": "__MODEL-ELEMENT-UUID__", 
80146             "in": "path", 
80147             "name": "model-element-uuid", 
80148             "required": true, 
80149             "type": "string"
80150           }, 
80151           {
80152             "example": "__MODEL-CONSTRAINT-UUID__", 
80153             "in": "path", 
80154             "name": "model-constraint-uuid", 
80155             "required": true, 
80156             "type": "string"
80157           }, 
80158           {
80159             "description": "model-constraint object that needs to be updated.", 
80160             "in": "body", 
80161             "name": "body", 
80162             "required": true, 
80163             "schema": {
80164               "$ref": "#/definitions/zzzz-patch-model-constraint"
80165             }
80166           }
80167         ], 
80168         "produces": [
80169           "application/json"
80170         ], 
80171         "responses": {
80172           "default": {
80173             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80174           }
80175         }, 
80176         "summary": "update an existing model-constraint", 
80177         "tags": [
80178           "ServiceDesignAndCreation"
80179         ]
80180       }, 
80181       "put": {
80182         "consumes": [
80183           "application/json", 
80184           "application/xml"
80185         ], 
80186         "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", 
80187         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint", 
80188         "parameters": [
80189           {
80190             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80191             "example": "__MODEL-INVARIANT-ID__", 
80192             "in": "path", 
80193             "name": "model-invariant-id", 
80194             "required": true, 
80195             "type": "string"
80196           }, 
80197           {
80198             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80199             "example": "__MODEL-VERSION-ID__", 
80200             "in": "path", 
80201             "name": "model-version-id", 
80202             "required": true, 
80203             "type": "string"
80204           }, 
80205           {
80206             "example": "__MODEL-ELEMENT-UUID__", 
80207             "in": "path", 
80208             "name": "model-element-uuid", 
80209             "required": true, 
80210             "type": "string"
80211           }, 
80212           {
80213             "example": "__MODEL-CONSTRAINT-UUID__", 
80214             "in": "path", 
80215             "name": "model-constraint-uuid", 
80216             "required": true, 
80217             "type": "string"
80218           }, 
80219           {
80220             "description": "model-constraint object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraint.json)", 
80221             "in": "body", 
80222             "name": "body", 
80223             "required": true, 
80224             "schema": {
80225               "$ref": "#/definitions/model-constraint"
80226             }
80227           }
80228         ], 
80229         "produces": [
80230           "application/json", 
80231           "application/xml"
80232         ], 
80233         "responses": {
80234           "default": {
80235             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80236           }
80237         }, 
80238         "summary": "create or update an existing model-constraint", 
80239         "tags": [
80240           "ServiceDesignAndCreation"
80241         ]
80242       }
80243     }, 
80244     "/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": {
80245       "get": {
80246         "description": "returns constrained-element-sets", 
80247         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSets", 
80248         "parameters": [
80249           {
80250             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80251             "example": "__MODEL-INVARIANT-ID__", 
80252             "in": "path", 
80253             "name": "model-invariant-id", 
80254             "required": true, 
80255             "type": "string"
80256           }, 
80257           {
80258             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80259             "example": "__MODEL-VERSION-ID__", 
80260             "in": "path", 
80261             "name": "model-version-id", 
80262             "required": true, 
80263             "type": "string"
80264           }, 
80265           {
80266             "example": "__MODEL-ELEMENT-UUID__", 
80267             "in": "path", 
80268             "name": "model-element-uuid", 
80269             "required": true, 
80270             "type": "string"
80271           }, 
80272           {
80273             "example": "__MODEL-CONSTRAINT-UUID__", 
80274             "in": "path", 
80275             "name": "model-constraint-uuid", 
80276             "required": true, 
80277             "type": "string"
80278           }, 
80279           {
80280             "description": "n/a", 
80281             "in": "query", 
80282             "name": "constrained-element-set-uuid", 
80283             "required": false, 
80284             "type": "string"
80285           }
80286         ], 
80287         "produces": [
80288           "application/json", 
80289           "application/xml"
80290         ], 
80291         "responses": {
80292           "200": {
80293             "description": "successful operation", 
80294             "schema": {
80295               "$ref": "#/definitions/constrained-element-sets"
80296             }
80297           }, 
80298           "default": {
80299             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80300           }
80301         }, 
80302         "summary": "returns constrained-element-sets", 
80303         "tags": [
80304           "ServiceDesignAndCreation"
80305         ]
80306       }
80307     }, 
80308     "/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}": {
80309       "delete": {
80310         "consumes": [
80311           "application/json", 
80312           "application/xml"
80313         ], 
80314         "description": "delete an existing constrained-element-set", 
80315         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
80316         "parameters": [
80317           {
80318             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80319             "example": "__MODEL-INVARIANT-ID__", 
80320             "in": "path", 
80321             "name": "model-invariant-id", 
80322             "required": true, 
80323             "type": "string"
80324           }, 
80325           {
80326             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80327             "example": "__MODEL-VERSION-ID__", 
80328             "in": "path", 
80329             "name": "model-version-id", 
80330             "required": true, 
80331             "type": "string"
80332           }, 
80333           {
80334             "example": "__MODEL-ELEMENT-UUID__", 
80335             "in": "path", 
80336             "name": "model-element-uuid", 
80337             "required": true, 
80338             "type": "string"
80339           }, 
80340           {
80341             "example": "__MODEL-CONSTRAINT-UUID__", 
80342             "in": "path", 
80343             "name": "model-constraint-uuid", 
80344             "required": true, 
80345             "type": "string"
80346           }, 
80347           {
80348             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80349             "in": "path", 
80350             "name": "constrained-element-set-uuid", 
80351             "required": true, 
80352             "type": "string"
80353           }, 
80354           {
80355             "description": "resource-version for concurrency", 
80356             "in": "query", 
80357             "name": "resource-version", 
80358             "required": true, 
80359             "type": "string"
80360           }
80361         ], 
80362         "produces": [
80363           "application/json", 
80364           "application/xml"
80365         ], 
80366         "responses": {
80367           "default": {
80368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80369           }
80370         }, 
80371         "summary": "delete an existing constrained-element-set", 
80372         "tags": [
80373           "ServiceDesignAndCreation"
80374         ]
80375       }, 
80376       "get": {
80377         "description": "returns constrained-element-set", 
80378         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
80379         "parameters": [
80380           {
80381             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80382             "example": "__MODEL-INVARIANT-ID__", 
80383             "in": "path", 
80384             "name": "model-invariant-id", 
80385             "required": true, 
80386             "type": "string"
80387           }, 
80388           {
80389             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80390             "example": "__MODEL-VERSION-ID__", 
80391             "in": "path", 
80392             "name": "model-version-id", 
80393             "required": true, 
80394             "type": "string"
80395           }, 
80396           {
80397             "example": "__MODEL-ELEMENT-UUID__", 
80398             "in": "path", 
80399             "name": "model-element-uuid", 
80400             "required": true, 
80401             "type": "string"
80402           }, 
80403           {
80404             "example": "__MODEL-CONSTRAINT-UUID__", 
80405             "in": "path", 
80406             "name": "model-constraint-uuid", 
80407             "required": true, 
80408             "type": "string"
80409           }, 
80410           {
80411             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80412             "in": "path", 
80413             "name": "constrained-element-set-uuid", 
80414             "required": true, 
80415             "type": "string"
80416           }
80417         ], 
80418         "produces": [
80419           "application/json", 
80420           "application/xml"
80421         ], 
80422         "responses": {
80423           "200": {
80424             "description": "successful operation", 
80425             "schema": {
80426               "$ref": "#/definitions/constrained-element-set"
80427             }
80428           }, 
80429           "default": {
80430             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80431           }
80432         }, 
80433         "summary": "returns constrained-element-set", 
80434         "tags": [
80435           "ServiceDesignAndCreation"
80436         ]
80437       }, 
80438       "patch": {
80439         "consumes": [
80440           "application/json"
80441         ], 
80442         "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", 
80443         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
80444         "parameters": [
80445           {
80446             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80447             "example": "__MODEL-INVARIANT-ID__", 
80448             "in": "path", 
80449             "name": "model-invariant-id", 
80450             "required": true, 
80451             "type": "string"
80452           }, 
80453           {
80454             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80455             "example": "__MODEL-VERSION-ID__", 
80456             "in": "path", 
80457             "name": "model-version-id", 
80458             "required": true, 
80459             "type": "string"
80460           }, 
80461           {
80462             "example": "__MODEL-ELEMENT-UUID__", 
80463             "in": "path", 
80464             "name": "model-element-uuid", 
80465             "required": true, 
80466             "type": "string"
80467           }, 
80468           {
80469             "example": "__MODEL-CONSTRAINT-UUID__", 
80470             "in": "path", 
80471             "name": "model-constraint-uuid", 
80472             "required": true, 
80473             "type": "string"
80474           }, 
80475           {
80476             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80477             "in": "path", 
80478             "name": "constrained-element-set-uuid", 
80479             "required": true, 
80480             "type": "string"
80481           }, 
80482           {
80483             "description": "constrained-element-set object that needs to be updated.", 
80484             "in": "body", 
80485             "name": "body", 
80486             "required": true, 
80487             "schema": {
80488               "$ref": "#/definitions/zzzz-patch-constrained-element-set"
80489             }
80490           }
80491         ], 
80492         "produces": [
80493           "application/json"
80494         ], 
80495         "responses": {
80496           "default": {
80497             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80498           }
80499         }, 
80500         "summary": "update an existing constrained-element-set", 
80501         "tags": [
80502           "ServiceDesignAndCreation"
80503         ]
80504       }, 
80505       "put": {
80506         "consumes": [
80507           "application/json", 
80508           "application/xml"
80509         ], 
80510         "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", 
80511         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet", 
80512         "parameters": [
80513           {
80514             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80515             "example": "__MODEL-INVARIANT-ID__", 
80516             "in": "path", 
80517             "name": "model-invariant-id", 
80518             "required": true, 
80519             "type": "string"
80520           }, 
80521           {
80522             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80523             "example": "__MODEL-VERSION-ID__", 
80524             "in": "path", 
80525             "name": "model-version-id", 
80526             "required": true, 
80527             "type": "string"
80528           }, 
80529           {
80530             "example": "__MODEL-ELEMENT-UUID__", 
80531             "in": "path", 
80532             "name": "model-element-uuid", 
80533             "required": true, 
80534             "type": "string"
80535           }, 
80536           {
80537             "example": "__MODEL-CONSTRAINT-UUID__", 
80538             "in": "path", 
80539             "name": "model-constraint-uuid", 
80540             "required": true, 
80541             "type": "string"
80542           }, 
80543           {
80544             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80545             "in": "path", 
80546             "name": "constrained-element-set-uuid", 
80547             "required": true, 
80548             "type": "string"
80549           }, 
80550           {
80551             "description": "constrained-element-set object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet.json)", 
80552             "in": "body", 
80553             "name": "body", 
80554             "required": true, 
80555             "schema": {
80556               "$ref": "#/definitions/constrained-element-set"
80557             }
80558           }
80559         ], 
80560         "produces": [
80561           "application/json", 
80562           "application/xml"
80563         ], 
80564         "responses": {
80565           "default": {
80566             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80567           }
80568         }, 
80569         "summary": "create or update an existing constrained-element-set", 
80570         "tags": [
80571           "ServiceDesignAndCreation"
80572         ]
80573       }
80574     }, 
80575     "/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": {
80576       "get": {
80577         "description": "returns element-choice-sets", 
80578         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSets", 
80579         "parameters": [
80580           {
80581             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80582             "example": "__MODEL-INVARIANT-ID__", 
80583             "in": "path", 
80584             "name": "model-invariant-id", 
80585             "required": true, 
80586             "type": "string"
80587           }, 
80588           {
80589             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80590             "example": "__MODEL-VERSION-ID__", 
80591             "in": "path", 
80592             "name": "model-version-id", 
80593             "required": true, 
80594             "type": "string"
80595           }, 
80596           {
80597             "example": "__MODEL-ELEMENT-UUID__", 
80598             "in": "path", 
80599             "name": "model-element-uuid", 
80600             "required": true, 
80601             "type": "string"
80602           }, 
80603           {
80604             "example": "__MODEL-CONSTRAINT-UUID__", 
80605             "in": "path", 
80606             "name": "model-constraint-uuid", 
80607             "required": true, 
80608             "type": "string"
80609           }, 
80610           {
80611             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80612             "in": "path", 
80613             "name": "constrained-element-set-uuid", 
80614             "required": true, 
80615             "type": "string"
80616           }, 
80617           {
80618             "description": "n/a", 
80619             "in": "query", 
80620             "name": "element-choice-set-uuid", 
80621             "required": false, 
80622             "type": "string"
80623           }
80624         ], 
80625         "produces": [
80626           "application/json", 
80627           "application/xml"
80628         ], 
80629         "responses": {
80630           "200": {
80631             "description": "successful operation", 
80632             "schema": {
80633               "$ref": "#/definitions/element-choice-sets"
80634             }
80635           }, 
80636           "default": {
80637             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80638           }
80639         }, 
80640         "summary": "returns element-choice-sets", 
80641         "tags": [
80642           "ServiceDesignAndCreation"
80643         ]
80644       }
80645     }, 
80646     "/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}": {
80647       "delete": {
80648         "consumes": [
80649           "application/json", 
80650           "application/xml"
80651         ], 
80652         "description": "delete an existing element-choice-set", 
80653         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
80654         "parameters": [
80655           {
80656             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80657             "example": "__MODEL-INVARIANT-ID__", 
80658             "in": "path", 
80659             "name": "model-invariant-id", 
80660             "required": true, 
80661             "type": "string"
80662           }, 
80663           {
80664             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80665             "example": "__MODEL-VERSION-ID__", 
80666             "in": "path", 
80667             "name": "model-version-id", 
80668             "required": true, 
80669             "type": "string"
80670           }, 
80671           {
80672             "example": "__MODEL-ELEMENT-UUID__", 
80673             "in": "path", 
80674             "name": "model-element-uuid", 
80675             "required": true, 
80676             "type": "string"
80677           }, 
80678           {
80679             "example": "__MODEL-CONSTRAINT-UUID__", 
80680             "in": "path", 
80681             "name": "model-constraint-uuid", 
80682             "required": true, 
80683             "type": "string"
80684           }, 
80685           {
80686             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80687             "in": "path", 
80688             "name": "constrained-element-set-uuid", 
80689             "required": true, 
80690             "type": "string"
80691           }, 
80692           {
80693             "example": "__ELEMENT-CHOICE-SET-UUID__", 
80694             "in": "path", 
80695             "name": "element-choice-set-uuid", 
80696             "required": true, 
80697             "type": "string"
80698           }, 
80699           {
80700             "description": "resource-version for concurrency", 
80701             "in": "query", 
80702             "name": "resource-version", 
80703             "required": true, 
80704             "type": "string"
80705           }
80706         ], 
80707         "produces": [
80708           "application/json", 
80709           "application/xml"
80710         ], 
80711         "responses": {
80712           "default": {
80713             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80714           }
80715         }, 
80716         "summary": "delete an existing element-choice-set", 
80717         "tags": [
80718           "ServiceDesignAndCreation"
80719         ]
80720       }, 
80721       "get": {
80722         "description": "returns element-choice-set", 
80723         "operationId": "getServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
80724         "parameters": [
80725           {
80726             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80727             "example": "__MODEL-INVARIANT-ID__", 
80728             "in": "path", 
80729             "name": "model-invariant-id", 
80730             "required": true, 
80731             "type": "string"
80732           }, 
80733           {
80734             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80735             "example": "__MODEL-VERSION-ID__", 
80736             "in": "path", 
80737             "name": "model-version-id", 
80738             "required": true, 
80739             "type": "string"
80740           }, 
80741           {
80742             "example": "__MODEL-ELEMENT-UUID__", 
80743             "in": "path", 
80744             "name": "model-element-uuid", 
80745             "required": true, 
80746             "type": "string"
80747           }, 
80748           {
80749             "example": "__MODEL-CONSTRAINT-UUID__", 
80750             "in": "path", 
80751             "name": "model-constraint-uuid", 
80752             "required": true, 
80753             "type": "string"
80754           }, 
80755           {
80756             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80757             "in": "path", 
80758             "name": "constrained-element-set-uuid", 
80759             "required": true, 
80760             "type": "string"
80761           }, 
80762           {
80763             "example": "__ELEMENT-CHOICE-SET-UUID__", 
80764             "in": "path", 
80765             "name": "element-choice-set-uuid", 
80766             "required": true, 
80767             "type": "string"
80768           }
80769         ], 
80770         "produces": [
80771           "application/json", 
80772           "application/xml"
80773         ], 
80774         "responses": {
80775           "200": {
80776             "description": "successful operation", 
80777             "schema": {
80778               "$ref": "#/definitions/element-choice-set"
80779             }
80780           }, 
80781           "default": {
80782             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80783           }
80784         }, 
80785         "summary": "returns element-choice-set", 
80786         "tags": [
80787           "ServiceDesignAndCreation"
80788         ]
80789       }, 
80790       "patch": {
80791         "consumes": [
80792           "application/json"
80793         ], 
80794         "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", 
80795         "operationId": "UpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
80796         "parameters": [
80797           {
80798             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80799             "example": "__MODEL-INVARIANT-ID__", 
80800             "in": "path", 
80801             "name": "model-invariant-id", 
80802             "required": true, 
80803             "type": "string"
80804           }, 
80805           {
80806             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80807             "example": "__MODEL-VERSION-ID__", 
80808             "in": "path", 
80809             "name": "model-version-id", 
80810             "required": true, 
80811             "type": "string"
80812           }, 
80813           {
80814             "example": "__MODEL-ELEMENT-UUID__", 
80815             "in": "path", 
80816             "name": "model-element-uuid", 
80817             "required": true, 
80818             "type": "string"
80819           }, 
80820           {
80821             "example": "__MODEL-CONSTRAINT-UUID__", 
80822             "in": "path", 
80823             "name": "model-constraint-uuid", 
80824             "required": true, 
80825             "type": "string"
80826           }, 
80827           {
80828             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80829             "in": "path", 
80830             "name": "constrained-element-set-uuid", 
80831             "required": true, 
80832             "type": "string"
80833           }, 
80834           {
80835             "example": "__ELEMENT-CHOICE-SET-UUID__", 
80836             "in": "path", 
80837             "name": "element-choice-set-uuid", 
80838             "required": true, 
80839             "type": "string"
80840           }, 
80841           {
80842             "description": "element-choice-set object that needs to be updated.", 
80843             "in": "body", 
80844             "name": "body", 
80845             "required": true, 
80846             "schema": {
80847               "$ref": "#/definitions/zzzz-patch-element-choice-set"
80848             }
80849           }
80850         ], 
80851         "produces": [
80852           "application/json"
80853         ], 
80854         "responses": {
80855           "default": {
80856             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80857           }
80858         }, 
80859         "summary": "update an existing element-choice-set", 
80860         "tags": [
80861           "ServiceDesignAndCreation"
80862         ]
80863       }, 
80864       "put": {
80865         "consumes": [
80866           "application/json", 
80867           "application/xml"
80868         ], 
80869         "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", 
80870         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet", 
80871         "parameters": [
80872           {
80873             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80874             "example": "__MODEL-INVARIANT-ID__", 
80875             "in": "path", 
80876             "name": "model-invariant-id", 
80877             "required": true, 
80878             "type": "string"
80879           }, 
80880           {
80881             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80882             "example": "__MODEL-VERSION-ID__", 
80883             "in": "path", 
80884             "name": "model-version-id", 
80885             "required": true, 
80886             "type": "string"
80887           }, 
80888           {
80889             "example": "__MODEL-ELEMENT-UUID__", 
80890             "in": "path", 
80891             "name": "model-element-uuid", 
80892             "required": true, 
80893             "type": "string"
80894           }, 
80895           {
80896             "example": "__MODEL-CONSTRAINT-UUID__", 
80897             "in": "path", 
80898             "name": "model-constraint-uuid", 
80899             "required": true, 
80900             "type": "string"
80901           }, 
80902           {
80903             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80904             "in": "path", 
80905             "name": "constrained-element-set-uuid", 
80906             "required": true, 
80907             "type": "string"
80908           }, 
80909           {
80910             "example": "__ELEMENT-CHOICE-SET-UUID__", 
80911             "in": "path", 
80912             "name": "element-choice-set-uuid", 
80913             "required": true, 
80914             "type": "string"
80915           }, 
80916           {
80917             "description": "element-choice-set object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet.json)", 
80918             "in": "body", 
80919             "name": "body", 
80920             "required": true, 
80921             "schema": {
80922               "$ref": "#/definitions/element-choice-set"
80923             }
80924           }
80925         ], 
80926         "produces": [
80927           "application/json", 
80928           "application/xml"
80929         ], 
80930         "responses": {
80931           "default": {
80932             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
80933           }
80934         }, 
80935         "summary": "create or update an existing element-choice-set", 
80936         "tags": [
80937           "ServiceDesignAndCreation"
80938         ]
80939       }
80940     }, 
80941     "/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": {
80942       "delete": {
80943         "consumes": [
80944           "application/json", 
80945           "application/xml"
80946         ], 
80947         "description": "delete an existing relationship", 
80948         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSetRelationshipListRelationship", 
80949         "parameters": [
80950           {
80951             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
80952             "example": "__MODEL-INVARIANT-ID__", 
80953             "in": "path", 
80954             "name": "model-invariant-id", 
80955             "required": true, 
80956             "type": "string"
80957           }, 
80958           {
80959             "description": "Unique identifier corresponding to one version of a model in ASDC", 
80960             "example": "__MODEL-VERSION-ID__", 
80961             "in": "path", 
80962             "name": "model-version-id", 
80963             "required": true, 
80964             "type": "string"
80965           }, 
80966           {
80967             "example": "__MODEL-ELEMENT-UUID__", 
80968             "in": "path", 
80969             "name": "model-element-uuid", 
80970             "required": true, 
80971             "type": "string"
80972           }, 
80973           {
80974             "example": "__MODEL-CONSTRAINT-UUID__", 
80975             "in": "path", 
80976             "name": "model-constraint-uuid", 
80977             "required": true, 
80978             "type": "string"
80979           }, 
80980           {
80981             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
80982             "in": "path", 
80983             "name": "constrained-element-set-uuid", 
80984             "required": true, 
80985             "type": "string"
80986           }, 
80987           {
80988             "example": "__ELEMENT-CHOICE-SET-UUID__", 
80989             "in": "path", 
80990             "name": "element-choice-set-uuid", 
80991             "required": true, 
80992             "type": "string"
80993           }
80994         ], 
80995         "produces": [
80996           "application/json", 
80997           "application/xml"
80998         ], 
80999         "responses": {
81000           "default": {
81001             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81002           }
81003         }, 
81004         "summary": "delete an existing relationship", 
81005         "tags": [
81006           "ServiceDesignAndCreation"
81007         ]
81008       }, 
81009       "put": {
81010         "consumes": [
81011           "application/json", 
81012           "application/xml"
81013         ], 
81014         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSetRelationshipListRelationship", 
81015         "parameters": [
81016           {
81017             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81018             "example": "__MODEL-INVARIANT-ID__", 
81019             "in": "path", 
81020             "name": "model-invariant-id", 
81021             "required": true, 
81022             "type": "string"
81023           }, 
81024           {
81025             "description": "Unique identifier corresponding to one version of a model in ASDC", 
81026             "example": "__MODEL-VERSION-ID__", 
81027             "in": "path", 
81028             "name": "model-version-id", 
81029             "required": true, 
81030             "type": "string"
81031           }, 
81032           {
81033             "example": "__MODEL-ELEMENT-UUID__", 
81034             "in": "path", 
81035             "name": "model-element-uuid", 
81036             "required": true, 
81037             "type": "string"
81038           }, 
81039           {
81040             "example": "__MODEL-CONSTRAINT-UUID__", 
81041             "in": "path", 
81042             "name": "model-constraint-uuid", 
81043             "required": true, 
81044             "type": "string"
81045           }, 
81046           {
81047             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
81048             "in": "path", 
81049             "name": "constrained-element-set-uuid", 
81050             "required": true, 
81051             "type": "string"
81052           }, 
81053           {
81054             "example": "__ELEMENT-CHOICE-SET-UUID__", 
81055             "in": "path", 
81056             "name": "element-choice-set-uuid", 
81057             "required": true, 
81058             "type": "string"
81059           }, 
81060           {
81061             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetElementChoiceSetsElementChoiceSet.json)", 
81062             "in": "body", 
81063             "name": "body", 
81064             "required": true, 
81065             "schema": {
81066               "$ref": "#/definitions/relationship-dict"
81067             }
81068           }
81069         ], 
81070         "produces": [
81071           "application/json", 
81072           "application/xml"
81073         ], 
81074         "responses": {
81075           "default": {
81076             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81077           }
81078         }, 
81079         "summary": "see node definition for valid relationships", 
81080         "tags": [
81081           "ServiceDesignAndCreation"
81082         ]
81083       }
81084     }, 
81085     "/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": {
81086       "delete": {
81087         "consumes": [
81088           "application/json", 
81089           "application/xml"
81090         ], 
81091         "description": "delete an existing relationship", 
81092         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetRelationshipListRelationship", 
81093         "parameters": [
81094           {
81095             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81096             "example": "__MODEL-INVARIANT-ID__", 
81097             "in": "path", 
81098             "name": "model-invariant-id", 
81099             "required": true, 
81100             "type": "string"
81101           }, 
81102           {
81103             "description": "Unique identifier corresponding to one version of a model in ASDC", 
81104             "example": "__MODEL-VERSION-ID__", 
81105             "in": "path", 
81106             "name": "model-version-id", 
81107             "required": true, 
81108             "type": "string"
81109           }, 
81110           {
81111             "example": "__MODEL-ELEMENT-UUID__", 
81112             "in": "path", 
81113             "name": "model-element-uuid", 
81114             "required": true, 
81115             "type": "string"
81116           }, 
81117           {
81118             "example": "__MODEL-CONSTRAINT-UUID__", 
81119             "in": "path", 
81120             "name": "model-constraint-uuid", 
81121             "required": true, 
81122             "type": "string"
81123           }, 
81124           {
81125             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
81126             "in": "path", 
81127             "name": "constrained-element-set-uuid", 
81128             "required": true, 
81129             "type": "string"
81130           }
81131         ], 
81132         "produces": [
81133           "application/json", 
81134           "application/xml"
81135         ], 
81136         "responses": {
81137           "default": {
81138             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81139           }
81140         }, 
81141         "summary": "delete an existing relationship", 
81142         "tags": [
81143           "ServiceDesignAndCreation"
81144         ]
81145       }, 
81146       "put": {
81147         "consumes": [
81148           "application/json", 
81149           "application/xml"
81150         ], 
81151         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSetRelationshipListRelationship", 
81152         "parameters": [
81153           {
81154             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81155             "example": "__MODEL-INVARIANT-ID__", 
81156             "in": "path", 
81157             "name": "model-invariant-id", 
81158             "required": true, 
81159             "type": "string"
81160           }, 
81161           {
81162             "description": "Unique identifier corresponding to one version of a model in ASDC", 
81163             "example": "__MODEL-VERSION-ID__", 
81164             "in": "path", 
81165             "name": "model-version-id", 
81166             "required": true, 
81167             "type": "string"
81168           }, 
81169           {
81170             "example": "__MODEL-ELEMENT-UUID__", 
81171             "in": "path", 
81172             "name": "model-element-uuid", 
81173             "required": true, 
81174             "type": "string"
81175           }, 
81176           {
81177             "example": "__MODEL-CONSTRAINT-UUID__", 
81178             "in": "path", 
81179             "name": "model-constraint-uuid", 
81180             "required": true, 
81181             "type": "string"
81182           }, 
81183           {
81184             "example": "__CONSTRAINED-ELEMENT-SET-UUID__", 
81185             "in": "path", 
81186             "name": "constrained-element-set-uuid", 
81187             "required": true, 
81188             "type": "string"
81189           }, 
81190           {
81191             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementModelConstraintsModelConstraintConstrainedElementSetsConstrainedElementSet.json)", 
81192             "in": "body", 
81193             "name": "body", 
81194             "required": true, 
81195             "schema": {
81196               "$ref": "#/definitions/relationship-dict"
81197             }
81198           }
81199         ], 
81200         "produces": [
81201           "application/json", 
81202           "application/xml"
81203         ], 
81204         "responses": {
81205           "default": {
81206             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81207           }
81208         }, 
81209         "summary": "see node definition for valid relationships", 
81210         "tags": [
81211           "ServiceDesignAndCreation"
81212         ]
81213       }
81214     }, 
81215     "/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": {
81216       "delete": {
81217         "consumes": [
81218           "application/json", 
81219           "application/xml"
81220         ], 
81221         "description": "delete an existing relationship", 
81222         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementRelationshipListRelationship", 
81223         "parameters": [
81224           {
81225             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81226             "example": "__MODEL-INVARIANT-ID__", 
81227             "in": "path", 
81228             "name": "model-invariant-id", 
81229             "required": true, 
81230             "type": "string"
81231           }, 
81232           {
81233             "description": "Unique identifier corresponding to one version of a model in ASDC", 
81234             "example": "__MODEL-VERSION-ID__", 
81235             "in": "path", 
81236             "name": "model-version-id", 
81237             "required": true, 
81238             "type": "string"
81239           }, 
81240           {
81241             "example": "__MODEL-ELEMENT-UUID__", 
81242             "in": "path", 
81243             "name": "model-element-uuid", 
81244             "required": true, 
81245             "type": "string"
81246           }
81247         ], 
81248         "produces": [
81249           "application/json", 
81250           "application/xml"
81251         ], 
81252         "responses": {
81253           "default": {
81254             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81255           }
81256         }, 
81257         "summary": "delete an existing relationship", 
81258         "tags": [
81259           "ServiceDesignAndCreation"
81260         ]
81261       }, 
81262       "put": {
81263         "consumes": [
81264           "application/json", 
81265           "application/xml"
81266         ], 
81267         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElementRelationshipListRelationship", 
81268         "parameters": [
81269           {
81270             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81271             "example": "__MODEL-INVARIANT-ID__", 
81272             "in": "path", 
81273             "name": "model-invariant-id", 
81274             "required": true, 
81275             "type": "string"
81276           }, 
81277           {
81278             "description": "Unique identifier corresponding to one version of a model in ASDC", 
81279             "example": "__MODEL-VERSION-ID__", 
81280             "in": "path", 
81281             "name": "model-version-id", 
81282             "required": true, 
81283             "type": "string"
81284           }, 
81285           {
81286             "example": "__MODEL-ELEMENT-UUID__", 
81287             "in": "path", 
81288             "name": "model-element-uuid", 
81289             "required": true, 
81290             "type": "string"
81291           }, 
81292           {
81293             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVerModelElementsModelElement.json)", 
81294             "in": "body", 
81295             "name": "body", 
81296             "required": true, 
81297             "schema": {
81298               "$ref": "#/definitions/relationship-dict"
81299             }
81300           }
81301         ], 
81302         "produces": [
81303           "application/json", 
81304           "application/xml"
81305         ], 
81306         "responses": {
81307           "default": {
81308             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81309           }
81310         }, 
81311         "summary": "see node definition for valid relationships", 
81312         "tags": [
81313           "ServiceDesignAndCreation"
81314         ]
81315       }
81316     }, 
81317     "/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}/relationship-list/relationship": {
81318       "delete": {
81319         "consumes": [
81320           "application/json", 
81321           "application/xml"
81322         ], 
81323         "description": "delete an existing relationship", 
81324         "operationId": "deleteServiceDesignAndCreationModelsModelModelVersModelVerRelationshipListRelationship", 
81325         "parameters": [
81326           {
81327             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81328             "example": "__MODEL-INVARIANT-ID__", 
81329             "in": "path", 
81330             "name": "model-invariant-id", 
81331             "required": true, 
81332             "type": "string"
81333           }, 
81334           {
81335             "description": "Unique identifier corresponding to one version of a model in ASDC", 
81336             "example": "__MODEL-VERSION-ID__", 
81337             "in": "path", 
81338             "name": "model-version-id", 
81339             "required": true, 
81340             "type": "string"
81341           }
81342         ], 
81343         "produces": [
81344           "application/json", 
81345           "application/xml"
81346         ], 
81347         "responses": {
81348           "default": {
81349             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81350           }
81351         }, 
81352         "summary": "delete an existing relationship", 
81353         "tags": [
81354           "ServiceDesignAndCreation"
81355         ]
81356       }, 
81357       "put": {
81358         "consumes": [
81359           "application/json", 
81360           "application/xml"
81361         ], 
81362         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelModelVersModelVerRelationshipListRelationship", 
81363         "parameters": [
81364           {
81365             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81366             "example": "__MODEL-INVARIANT-ID__", 
81367             "in": "path", 
81368             "name": "model-invariant-id", 
81369             "required": true, 
81370             "type": "string"
81371           }, 
81372           {
81373             "description": "Unique identifier corresponding to one version of a model in ASDC", 
81374             "example": "__MODEL-VERSION-ID__", 
81375             "in": "path", 
81376             "name": "model-version-id", 
81377             "required": true, 
81378             "type": "string"
81379           }, 
81380           {
81381             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModelModelVersModelVer.json)", 
81382             "in": "body", 
81383             "name": "body", 
81384             "required": true, 
81385             "schema": {
81386               "$ref": "#/definitions/relationship-dict"
81387             }
81388           }
81389         ], 
81390         "produces": [
81391           "application/json", 
81392           "application/xml"
81393         ], 
81394         "responses": {
81395           "default": {
81396             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81397           }
81398         }, 
81399         "summary": "see node definition for valid relationships", 
81400         "tags": [
81401           "ServiceDesignAndCreation"
81402         ]
81403       }
81404     }, 
81405     "/service-design-and-creation/models/model/{model-invariant-id}/relationship-list/relationship": {
81406       "delete": {
81407         "consumes": [
81408           "application/json", 
81409           "application/xml"
81410         ], 
81411         "description": "delete an existing relationship", 
81412         "operationId": "deleteServiceDesignAndCreationModelsModelRelationshipListRelationship", 
81413         "parameters": [
81414           {
81415             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81416             "example": "__MODEL-INVARIANT-ID__", 
81417             "in": "path", 
81418             "name": "model-invariant-id", 
81419             "required": true, 
81420             "type": "string"
81421           }
81422         ], 
81423         "produces": [
81424           "application/json", 
81425           "application/xml"
81426         ], 
81427         "responses": {
81428           "default": {
81429             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81430           }
81431         }, 
81432         "summary": "delete an existing relationship", 
81433         "tags": [
81434           "ServiceDesignAndCreation"
81435         ]
81436       }, 
81437       "put": {
81438         "consumes": [
81439           "application/json", 
81440           "application/xml"
81441         ], 
81442         "operationId": "createOrUpdateServiceDesignAndCreationModelsModelRelationshipListRelationship", 
81443         "parameters": [
81444           {
81445             "description": "Unique identifier corresponding to the main definition of a model in ASDC", 
81446             "example": "__MODEL-INVARIANT-ID__", 
81447             "in": "path", 
81448             "name": "model-invariant-id", 
81449             "required": true, 
81450             "type": "string"
81451           }, 
81452           {
81453             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationModelsModel.json)", 
81454             "in": "body", 
81455             "name": "body", 
81456             "required": true, 
81457             "schema": {
81458               "$ref": "#/definitions/relationship-dict"
81459             }
81460           }
81461         ], 
81462         "produces": [
81463           "application/json", 
81464           "application/xml"
81465         ], 
81466         "responses": {
81467           "default": {
81468             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81469           }
81470         }, 
81471         "summary": "see node definition for valid relationships", 
81472         "tags": [
81473           "ServiceDesignAndCreation"
81474         ]
81475       }
81476     }, 
81477     "/service-design-and-creation/named-queries": {
81478       "get": {
81479         "description": "returns named-queries", 
81480         "operationId": "getServiceDesignAndCreationNamedQueries", 
81481         "parameters": [
81482           {
81483             "description": "n/a", 
81484             "in": "query", 
81485             "name": "named-query-uuid", 
81486             "required": false, 
81487             "type": "string"
81488           }, 
81489           {
81490             "description": "n/a", 
81491             "in": "query", 
81492             "name": "named-query-name", 
81493             "required": false, 
81494             "type": "string"
81495           }
81496         ], 
81497         "produces": [
81498           "application/json", 
81499           "application/xml"
81500         ], 
81501         "responses": {
81502           "200": {
81503             "description": "successful operation", 
81504             "schema": {
81505               "$ref": "#/definitions/named-queries"
81506             }
81507           }, 
81508           "default": {
81509             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81510           }
81511         }, 
81512         "summary": "returns named-queries", 
81513         "tags": [
81514           "ServiceDesignAndCreation"
81515         ]
81516       }
81517     }, 
81518     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}": {
81519       "delete": {
81520         "consumes": [
81521           "application/json", 
81522           "application/xml"
81523         ], 
81524         "description": "delete an existing named-query", 
81525         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQuery", 
81526         "parameters": [
81527           {
81528             "example": "__NAMED-QUERY-UUID__", 
81529             "in": "path", 
81530             "name": "named-query-uuid", 
81531             "required": true, 
81532             "type": "string"
81533           }, 
81534           {
81535             "description": "resource-version for concurrency", 
81536             "in": "query", 
81537             "name": "resource-version", 
81538             "required": true, 
81539             "type": "string"
81540           }
81541         ], 
81542         "produces": [
81543           "application/json", 
81544           "application/xml"
81545         ], 
81546         "responses": {
81547           "default": {
81548             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81549           }
81550         }, 
81551         "summary": "delete an existing named-query", 
81552         "tags": [
81553           "ServiceDesignAndCreation"
81554         ]
81555       }, 
81556       "get": {
81557         "description": "returns named-query", 
81558         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQuery", 
81559         "parameters": [
81560           {
81561             "example": "__NAMED-QUERY-UUID__", 
81562             "in": "path", 
81563             "name": "named-query-uuid", 
81564             "required": true, 
81565             "type": "string"
81566           }
81567         ], 
81568         "produces": [
81569           "application/json", 
81570           "application/xml"
81571         ], 
81572         "responses": {
81573           "200": {
81574             "description": "successful operation", 
81575             "schema": {
81576               "$ref": "#/definitions/named-query"
81577             }
81578           }, 
81579           "default": {
81580             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81581           }
81582         }, 
81583         "summary": "returns named-query", 
81584         "tags": [
81585           "ServiceDesignAndCreation"
81586         ]
81587       }, 
81588       "patch": {
81589         "consumes": [
81590           "application/json"
81591         ], 
81592         "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", 
81593         "operationId": "UpdateServiceDesignAndCreationNamedQueriesNamedQuery", 
81594         "parameters": [
81595           {
81596             "example": "__NAMED-QUERY-UUID__", 
81597             "in": "path", 
81598             "name": "named-query-uuid", 
81599             "required": true, 
81600             "type": "string"
81601           }, 
81602           {
81603             "description": "named-query object that needs to be updated.", 
81604             "in": "body", 
81605             "name": "body", 
81606             "required": true, 
81607             "schema": {
81608               "$ref": "#/definitions/zzzz-patch-named-query"
81609             }
81610           }
81611         ], 
81612         "produces": [
81613           "application/json"
81614         ], 
81615         "responses": {
81616           "default": {
81617             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81618           }
81619         }, 
81620         "summary": "update an existing named-query", 
81621         "tags": [
81622           "ServiceDesignAndCreation"
81623         ]
81624       }, 
81625       "put": {
81626         "consumes": [
81627           "application/json", 
81628           "application/xml"
81629         ], 
81630         "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", 
81631         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQuery", 
81632         "parameters": [
81633           {
81634             "example": "__NAMED-QUERY-UUID__", 
81635             "in": "path", 
81636             "name": "named-query-uuid", 
81637             "required": true, 
81638             "type": "string"
81639           }, 
81640           {
81641             "description": "named-query object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationNamedQueriesNamedQuery.json)", 
81642             "in": "body", 
81643             "name": "body", 
81644             "required": true, 
81645             "schema": {
81646               "$ref": "#/definitions/named-query"
81647             }
81648           }
81649         ], 
81650         "produces": [
81651           "application/json", 
81652           "application/xml"
81653         ], 
81654         "responses": {
81655           "default": {
81656             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81657           }
81658         }, 
81659         "summary": "create or update an existing named-query", 
81660         "tags": [
81661           "ServiceDesignAndCreation"
81662         ]
81663       }
81664     }, 
81665     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements": {
81666       "get": {
81667         "description": "returns named-query-elements", 
81668         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElements", 
81669         "parameters": [
81670           {
81671             "example": "__NAMED-QUERY-UUID__", 
81672             "in": "path", 
81673             "name": "named-query-uuid", 
81674             "required": true, 
81675             "type": "string"
81676           }, 
81677           {
81678             "description": "n/a", 
81679             "in": "query", 
81680             "name": "named-query-element-uuid", 
81681             "required": false, 
81682             "type": "string"
81683           }
81684         ], 
81685         "produces": [
81686           "application/json", 
81687           "application/xml"
81688         ], 
81689         "responses": {
81690           "200": {
81691             "description": "successful operation", 
81692             "schema": {
81693               "$ref": "#/definitions/named-query-elements"
81694             }
81695           }, 
81696           "default": {
81697             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81698           }
81699         }, 
81700         "summary": "returns named-query-elements", 
81701         "tags": [
81702           "ServiceDesignAndCreation"
81703         ]
81704       }
81705     }, 
81706     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}": {
81707       "delete": {
81708         "consumes": [
81709           "application/json", 
81710           "application/xml"
81711         ], 
81712         "description": "delete an existing named-query-element", 
81713         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
81714         "parameters": [
81715           {
81716             "example": "__NAMED-QUERY-UUID__", 
81717             "in": "path", 
81718             "name": "named-query-uuid", 
81719             "required": true, 
81720             "type": "string"
81721           }, 
81722           {
81723             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
81724             "in": "path", 
81725             "name": "named-query-element-uuid", 
81726             "required": true, 
81727             "type": "string"
81728           }, 
81729           {
81730             "description": "resource-version for concurrency", 
81731             "in": "query", 
81732             "name": "resource-version", 
81733             "required": true, 
81734             "type": "string"
81735           }
81736         ], 
81737         "produces": [
81738           "application/json", 
81739           "application/xml"
81740         ], 
81741         "responses": {
81742           "default": {
81743             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81744           }
81745         }, 
81746         "summary": "delete an existing named-query-element", 
81747         "tags": [
81748           "ServiceDesignAndCreation"
81749         ]
81750       }, 
81751       "get": {
81752         "description": "returns named-query-element", 
81753         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
81754         "parameters": [
81755           {
81756             "example": "__NAMED-QUERY-UUID__", 
81757             "in": "path", 
81758             "name": "named-query-uuid", 
81759             "required": true, 
81760             "type": "string"
81761           }, 
81762           {
81763             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
81764             "in": "path", 
81765             "name": "named-query-element-uuid", 
81766             "required": true, 
81767             "type": "string"
81768           }
81769         ], 
81770         "produces": [
81771           "application/json", 
81772           "application/xml"
81773         ], 
81774         "responses": {
81775           "200": {
81776             "description": "successful operation", 
81777             "schema": {
81778               "$ref": "#/definitions/named-query-element"
81779             }
81780           }, 
81781           "default": {
81782             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81783           }
81784         }, 
81785         "summary": "returns named-query-element", 
81786         "tags": [
81787           "ServiceDesignAndCreation"
81788         ]
81789       }, 
81790       "patch": {
81791         "consumes": [
81792           "application/json"
81793         ], 
81794         "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", 
81795         "operationId": "UpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
81796         "parameters": [
81797           {
81798             "example": "__NAMED-QUERY-UUID__", 
81799             "in": "path", 
81800             "name": "named-query-uuid", 
81801             "required": true, 
81802             "type": "string"
81803           }, 
81804           {
81805             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
81806             "in": "path", 
81807             "name": "named-query-element-uuid", 
81808             "required": true, 
81809             "type": "string"
81810           }, 
81811           {
81812             "description": "named-query-element object that needs to be updated.", 
81813             "in": "body", 
81814             "name": "body", 
81815             "required": true, 
81816             "schema": {
81817               "$ref": "#/definitions/zzzz-patch-named-query-element"
81818             }
81819           }
81820         ], 
81821         "produces": [
81822           "application/json"
81823         ], 
81824         "responses": {
81825           "default": {
81826             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81827           }
81828         }, 
81829         "summary": "update an existing named-query-element", 
81830         "tags": [
81831           "ServiceDesignAndCreation"
81832         ]
81833       }, 
81834       "put": {
81835         "consumes": [
81836           "application/json", 
81837           "application/xml"
81838         ], 
81839         "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", 
81840         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement", 
81841         "parameters": [
81842           {
81843             "example": "__NAMED-QUERY-UUID__", 
81844             "in": "path", 
81845             "name": "named-query-uuid", 
81846             "required": true, 
81847             "type": "string"
81848           }, 
81849           {
81850             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
81851             "in": "path", 
81852             "name": "named-query-element-uuid", 
81853             "required": true, 
81854             "type": "string"
81855           }, 
81856           {
81857             "description": "named-query-element object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement.json)", 
81858             "in": "body", 
81859             "name": "body", 
81860             "required": true, 
81861             "schema": {
81862               "$ref": "#/definitions/named-query-element"
81863             }
81864           }
81865         ], 
81866         "produces": [
81867           "application/json", 
81868           "application/xml"
81869         ], 
81870         "responses": {
81871           "default": {
81872             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81873           }
81874         }, 
81875         "summary": "create or update an existing named-query-element", 
81876         "tags": [
81877           "ServiceDesignAndCreation"
81878         ]
81879       }
81880     }, 
81881     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/property-constraints": {
81882       "get": {
81883         "description": "returns property-constraints", 
81884         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraints", 
81885         "parameters": [
81886           {
81887             "example": "__NAMED-QUERY-UUID__", 
81888             "in": "path", 
81889             "name": "named-query-uuid", 
81890             "required": true, 
81891             "type": "string"
81892           }, 
81893           {
81894             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
81895             "in": "path", 
81896             "name": "named-query-element-uuid", 
81897             "required": true, 
81898             "type": "string"
81899           }, 
81900           {
81901             "description": "n/a", 
81902             "in": "query", 
81903             "name": "property-constraint-uuid", 
81904             "required": false, 
81905             "type": "string"
81906           }
81907         ], 
81908         "produces": [
81909           "application/json", 
81910           "application/xml"
81911         ], 
81912         "responses": {
81913           "200": {
81914             "description": "successful operation", 
81915             "schema": {
81916               "$ref": "#/definitions/property-constraints"
81917             }
81918           }, 
81919           "default": {
81920             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81921           }
81922         }, 
81923         "summary": "returns property-constraints", 
81924         "tags": [
81925           "ServiceDesignAndCreation"
81926         ]
81927       }
81928     }, 
81929     "/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}": {
81930       "delete": {
81931         "consumes": [
81932           "application/json", 
81933           "application/xml"
81934         ], 
81935         "description": "delete an existing property-constraint", 
81936         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
81937         "parameters": [
81938           {
81939             "example": "__NAMED-QUERY-UUID__", 
81940             "in": "path", 
81941             "name": "named-query-uuid", 
81942             "required": true, 
81943             "type": "string"
81944           }, 
81945           {
81946             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
81947             "in": "path", 
81948             "name": "named-query-element-uuid", 
81949             "required": true, 
81950             "type": "string"
81951           }, 
81952           {
81953             "example": "__PROPERTY-CONSTRAINT-UUID__", 
81954             "in": "path", 
81955             "name": "property-constraint-uuid", 
81956             "required": true, 
81957             "type": "string"
81958           }, 
81959           {
81960             "description": "resource-version for concurrency", 
81961             "in": "query", 
81962             "name": "resource-version", 
81963             "required": true, 
81964             "type": "string"
81965           }
81966         ], 
81967         "produces": [
81968           "application/json", 
81969           "application/xml"
81970         ], 
81971         "responses": {
81972           "default": {
81973             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
81974           }
81975         }, 
81976         "summary": "delete an existing property-constraint", 
81977         "tags": [
81978           "ServiceDesignAndCreation"
81979         ]
81980       }, 
81981       "get": {
81982         "description": "returns property-constraint", 
81983         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
81984         "parameters": [
81985           {
81986             "example": "__NAMED-QUERY-UUID__", 
81987             "in": "path", 
81988             "name": "named-query-uuid", 
81989             "required": true, 
81990             "type": "string"
81991           }, 
81992           {
81993             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
81994             "in": "path", 
81995             "name": "named-query-element-uuid", 
81996             "required": true, 
81997             "type": "string"
81998           }, 
81999           {
82000             "example": "__PROPERTY-CONSTRAINT-UUID__", 
82001             "in": "path", 
82002             "name": "property-constraint-uuid", 
82003             "required": true, 
82004             "type": "string"
82005           }
82006         ], 
82007         "produces": [
82008           "application/json", 
82009           "application/xml"
82010         ], 
82011         "responses": {
82012           "200": {
82013             "description": "successful operation", 
82014             "schema": {
82015               "$ref": "#/definitions/property-constraint"
82016             }
82017           }, 
82018           "default": {
82019             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82020           }
82021         }, 
82022         "summary": "returns property-constraint", 
82023         "tags": [
82024           "ServiceDesignAndCreation"
82025         ]
82026       }, 
82027       "patch": {
82028         "consumes": [
82029           "application/json"
82030         ], 
82031         "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", 
82032         "operationId": "UpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
82033         "parameters": [
82034           {
82035             "example": "__NAMED-QUERY-UUID__", 
82036             "in": "path", 
82037             "name": "named-query-uuid", 
82038             "required": true, 
82039             "type": "string"
82040           }, 
82041           {
82042             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82043             "in": "path", 
82044             "name": "named-query-element-uuid", 
82045             "required": true, 
82046             "type": "string"
82047           }, 
82048           {
82049             "example": "__PROPERTY-CONSTRAINT-UUID__", 
82050             "in": "path", 
82051             "name": "property-constraint-uuid", 
82052             "required": true, 
82053             "type": "string"
82054           }, 
82055           {
82056             "description": "property-constraint object that needs to be updated.", 
82057             "in": "body", 
82058             "name": "body", 
82059             "required": true, 
82060             "schema": {
82061               "$ref": "#/definitions/zzzz-patch-property-constraint"
82062             }
82063           }
82064         ], 
82065         "produces": [
82066           "application/json"
82067         ], 
82068         "responses": {
82069           "default": {
82070             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82071           }
82072         }, 
82073         "summary": "update an existing property-constraint", 
82074         "tags": [
82075           "ServiceDesignAndCreation"
82076         ]
82077       }, 
82078       "put": {
82079         "consumes": [
82080           "application/json", 
82081           "application/xml"
82082         ], 
82083         "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", 
82084         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint", 
82085         "parameters": [
82086           {
82087             "example": "__NAMED-QUERY-UUID__", 
82088             "in": "path", 
82089             "name": "named-query-uuid", 
82090             "required": true, 
82091             "type": "string"
82092           }, 
82093           {
82094             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82095             "in": "path", 
82096             "name": "named-query-element-uuid", 
82097             "required": true, 
82098             "type": "string"
82099           }, 
82100           {
82101             "example": "__PROPERTY-CONSTRAINT-UUID__", 
82102             "in": "path", 
82103             "name": "property-constraint-uuid", 
82104             "required": true, 
82105             "type": "string"
82106           }, 
82107           {
82108             "description": "property-constraint object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementPropertyConstraintsPropertyConstraint.json)", 
82109             "in": "body", 
82110             "name": "body", 
82111             "required": true, 
82112             "schema": {
82113               "$ref": "#/definitions/property-constraint"
82114             }
82115           }
82116         ], 
82117         "produces": [
82118           "application/json", 
82119           "application/xml"
82120         ], 
82121         "responses": {
82122           "default": {
82123             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82124           }
82125         }, 
82126         "summary": "create or update an existing property-constraint", 
82127         "tags": [
82128           "ServiceDesignAndCreation"
82129         ]
82130       }
82131     }, 
82132     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/related-lookups": {
82133       "get": {
82134         "description": "returns related-lookups", 
82135         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookups", 
82136         "parameters": [
82137           {
82138             "example": "__NAMED-QUERY-UUID__", 
82139             "in": "path", 
82140             "name": "named-query-uuid", 
82141             "required": true, 
82142             "type": "string"
82143           }, 
82144           {
82145             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82146             "in": "path", 
82147             "name": "named-query-element-uuid", 
82148             "required": true, 
82149             "type": "string"
82150           }, 
82151           {
82152             "description": "n/a", 
82153             "in": "query", 
82154             "name": "related-lookup-uuid", 
82155             "required": false, 
82156             "type": "string"
82157           }
82158         ], 
82159         "produces": [
82160           "application/json", 
82161           "application/xml"
82162         ], 
82163         "responses": {
82164           "200": {
82165             "description": "successful operation", 
82166             "schema": {
82167               "$ref": "#/definitions/related-lookups"
82168             }
82169           }, 
82170           "default": {
82171             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82172           }
82173         }, 
82174         "summary": "returns related-lookups", 
82175         "tags": [
82176           "ServiceDesignAndCreation"
82177         ]
82178       }
82179     }, 
82180     "/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}": {
82181       "delete": {
82182         "consumes": [
82183           "application/json", 
82184           "application/xml"
82185         ], 
82186         "description": "delete an existing related-lookup", 
82187         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
82188         "parameters": [
82189           {
82190             "example": "__NAMED-QUERY-UUID__", 
82191             "in": "path", 
82192             "name": "named-query-uuid", 
82193             "required": true, 
82194             "type": "string"
82195           }, 
82196           {
82197             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82198             "in": "path", 
82199             "name": "named-query-element-uuid", 
82200             "required": true, 
82201             "type": "string"
82202           }, 
82203           {
82204             "example": "__RELATED-LOOKUP-UUID__", 
82205             "in": "path", 
82206             "name": "related-lookup-uuid", 
82207             "required": true, 
82208             "type": "string"
82209           }, 
82210           {
82211             "description": "resource-version for concurrency", 
82212             "in": "query", 
82213             "name": "resource-version", 
82214             "required": true, 
82215             "type": "string"
82216           }
82217         ], 
82218         "produces": [
82219           "application/json", 
82220           "application/xml"
82221         ], 
82222         "responses": {
82223           "default": {
82224             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82225           }
82226         }, 
82227         "summary": "delete an existing related-lookup", 
82228         "tags": [
82229           "ServiceDesignAndCreation"
82230         ]
82231       }, 
82232       "get": {
82233         "description": "returns related-lookup", 
82234         "operationId": "getServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
82235         "parameters": [
82236           {
82237             "example": "__NAMED-QUERY-UUID__", 
82238             "in": "path", 
82239             "name": "named-query-uuid", 
82240             "required": true, 
82241             "type": "string"
82242           }, 
82243           {
82244             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82245             "in": "path", 
82246             "name": "named-query-element-uuid", 
82247             "required": true, 
82248             "type": "string"
82249           }, 
82250           {
82251             "example": "__RELATED-LOOKUP-UUID__", 
82252             "in": "path", 
82253             "name": "related-lookup-uuid", 
82254             "required": true, 
82255             "type": "string"
82256           }
82257         ], 
82258         "produces": [
82259           "application/json", 
82260           "application/xml"
82261         ], 
82262         "responses": {
82263           "200": {
82264             "description": "successful operation", 
82265             "schema": {
82266               "$ref": "#/definitions/related-lookup"
82267             }
82268           }, 
82269           "default": {
82270             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82271           }
82272         }, 
82273         "summary": "returns related-lookup", 
82274         "tags": [
82275           "ServiceDesignAndCreation"
82276         ]
82277       }, 
82278       "patch": {
82279         "consumes": [
82280           "application/json"
82281         ], 
82282         "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", 
82283         "operationId": "UpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
82284         "parameters": [
82285           {
82286             "example": "__NAMED-QUERY-UUID__", 
82287             "in": "path", 
82288             "name": "named-query-uuid", 
82289             "required": true, 
82290             "type": "string"
82291           }, 
82292           {
82293             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82294             "in": "path", 
82295             "name": "named-query-element-uuid", 
82296             "required": true, 
82297             "type": "string"
82298           }, 
82299           {
82300             "example": "__RELATED-LOOKUP-UUID__", 
82301             "in": "path", 
82302             "name": "related-lookup-uuid", 
82303             "required": true, 
82304             "type": "string"
82305           }, 
82306           {
82307             "description": "related-lookup object that needs to be updated.", 
82308             "in": "body", 
82309             "name": "body", 
82310             "required": true, 
82311             "schema": {
82312               "$ref": "#/definitions/zzzz-patch-related-lookup"
82313             }
82314           }
82315         ], 
82316         "produces": [
82317           "application/json"
82318         ], 
82319         "responses": {
82320           "default": {
82321             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82322           }
82323         }, 
82324         "summary": "update an existing related-lookup", 
82325         "tags": [
82326           "ServiceDesignAndCreation"
82327         ]
82328       }, 
82329       "put": {
82330         "consumes": [
82331           "application/json", 
82332           "application/xml"
82333         ], 
82334         "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", 
82335         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup", 
82336         "parameters": [
82337           {
82338             "example": "__NAMED-QUERY-UUID__", 
82339             "in": "path", 
82340             "name": "named-query-uuid", 
82341             "required": true, 
82342             "type": "string"
82343           }, 
82344           {
82345             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82346             "in": "path", 
82347             "name": "named-query-element-uuid", 
82348             "required": true, 
82349             "type": "string"
82350           }, 
82351           {
82352             "example": "__RELATED-LOOKUP-UUID__", 
82353             "in": "path", 
82354             "name": "related-lookup-uuid", 
82355             "required": true, 
82356             "type": "string"
82357           }, 
82358           {
82359             "description": "related-lookup object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup.json)", 
82360             "in": "body", 
82361             "name": "body", 
82362             "required": true, 
82363             "schema": {
82364               "$ref": "#/definitions/related-lookup"
82365             }
82366           }
82367         ], 
82368         "produces": [
82369           "application/json", 
82370           "application/xml"
82371         ], 
82372         "responses": {
82373           "default": {
82374             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82375           }
82376         }, 
82377         "summary": "create or update an existing related-lookup", 
82378         "tags": [
82379           "ServiceDesignAndCreation"
82380         ]
82381       }
82382     }, 
82383     "/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": {
82384       "delete": {
82385         "consumes": [
82386           "application/json", 
82387           "application/xml"
82388         ], 
82389         "description": "delete an existing relationship", 
82390         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookupRelationshipListRelationship", 
82391         "parameters": [
82392           {
82393             "example": "__NAMED-QUERY-UUID__", 
82394             "in": "path", 
82395             "name": "named-query-uuid", 
82396             "required": true, 
82397             "type": "string"
82398           }, 
82399           {
82400             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82401             "in": "path", 
82402             "name": "named-query-element-uuid", 
82403             "required": true, 
82404             "type": "string"
82405           }, 
82406           {
82407             "example": "__RELATED-LOOKUP-UUID__", 
82408             "in": "path", 
82409             "name": "related-lookup-uuid", 
82410             "required": true, 
82411             "type": "string"
82412           }
82413         ], 
82414         "produces": [
82415           "application/json", 
82416           "application/xml"
82417         ], 
82418         "responses": {
82419           "default": {
82420             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82421           }
82422         }, 
82423         "summary": "delete an existing relationship", 
82424         "tags": [
82425           "ServiceDesignAndCreation"
82426         ]
82427       }, 
82428       "put": {
82429         "consumes": [
82430           "application/json", 
82431           "application/xml"
82432         ], 
82433         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookupRelationshipListRelationship", 
82434         "parameters": [
82435           {
82436             "example": "__NAMED-QUERY-UUID__", 
82437             "in": "path", 
82438             "name": "named-query-uuid", 
82439             "required": true, 
82440             "type": "string"
82441           }, 
82442           {
82443             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82444             "in": "path", 
82445             "name": "named-query-element-uuid", 
82446             "required": true, 
82447             "type": "string"
82448           }, 
82449           {
82450             "example": "__RELATED-LOOKUP-UUID__", 
82451             "in": "path", 
82452             "name": "related-lookup-uuid", 
82453             "required": true, 
82454             "type": "string"
82455           }, 
82456           {
82457             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelatedLookupsRelatedLookup.json)", 
82458             "in": "body", 
82459             "name": "body", 
82460             "required": true, 
82461             "schema": {
82462               "$ref": "#/definitions/relationship-dict"
82463             }
82464           }
82465         ], 
82466         "produces": [
82467           "application/json", 
82468           "application/xml"
82469         ], 
82470         "responses": {
82471           "default": {
82472             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82473           }
82474         }, 
82475         "summary": "see node definition for valid relationships", 
82476         "tags": [
82477           "ServiceDesignAndCreation"
82478         ]
82479       }
82480     }, 
82481     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/named-query-elements/named-query-element/{named-query-element-uuid}/relationship-list/relationship": {
82482       "delete": {
82483         "consumes": [
82484           "application/json", 
82485           "application/xml"
82486         ], 
82487         "description": "delete an existing relationship", 
82488         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelationshipListRelationship", 
82489         "parameters": [
82490           {
82491             "example": "__NAMED-QUERY-UUID__", 
82492             "in": "path", 
82493             "name": "named-query-uuid", 
82494             "required": true, 
82495             "type": "string"
82496           }, 
82497           {
82498             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82499             "in": "path", 
82500             "name": "named-query-element-uuid", 
82501             "required": true, 
82502             "type": "string"
82503           }
82504         ], 
82505         "produces": [
82506           "application/json", 
82507           "application/xml"
82508         ], 
82509         "responses": {
82510           "default": {
82511             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82512           }
82513         }, 
82514         "summary": "delete an existing relationship", 
82515         "tags": [
82516           "ServiceDesignAndCreation"
82517         ]
82518       }, 
82519       "put": {
82520         "consumes": [
82521           "application/json", 
82522           "application/xml"
82523         ], 
82524         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElementRelationshipListRelationship", 
82525         "parameters": [
82526           {
82527             "example": "__NAMED-QUERY-UUID__", 
82528             "in": "path", 
82529             "name": "named-query-uuid", 
82530             "required": true, 
82531             "type": "string"
82532           }, 
82533           {
82534             "example": "__NAMED-QUERY-ELEMENT-UUID__", 
82535             "in": "path", 
82536             "name": "named-query-element-uuid", 
82537             "required": true, 
82538             "type": "string"
82539           }, 
82540           {
82541             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationNamedQueriesNamedQueryNamedQueryElementsNamedQueryElement.json)", 
82542             "in": "body", 
82543             "name": "body", 
82544             "required": true, 
82545             "schema": {
82546               "$ref": "#/definitions/relationship-dict"
82547             }
82548           }
82549         ], 
82550         "produces": [
82551           "application/json", 
82552           "application/xml"
82553         ], 
82554         "responses": {
82555           "default": {
82556             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82557           }
82558         }, 
82559         "summary": "see node definition for valid relationships", 
82560         "tags": [
82561           "ServiceDesignAndCreation"
82562         ]
82563       }
82564     }, 
82565     "/service-design-and-creation/named-queries/named-query/{named-query-uuid}/relationship-list/relationship": {
82566       "delete": {
82567         "consumes": [
82568           "application/json", 
82569           "application/xml"
82570         ], 
82571         "description": "delete an existing relationship", 
82572         "operationId": "deleteServiceDesignAndCreationNamedQueriesNamedQueryRelationshipListRelationship", 
82573         "parameters": [
82574           {
82575             "example": "__NAMED-QUERY-UUID__", 
82576             "in": "path", 
82577             "name": "named-query-uuid", 
82578             "required": true, 
82579             "type": "string"
82580           }
82581         ], 
82582         "produces": [
82583           "application/json", 
82584           "application/xml"
82585         ], 
82586         "responses": {
82587           "default": {
82588             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82589           }
82590         }, 
82591         "summary": "delete an existing relationship", 
82592         "tags": [
82593           "ServiceDesignAndCreation"
82594         ]
82595       }, 
82596       "put": {
82597         "consumes": [
82598           "application/json", 
82599           "application/xml"
82600         ], 
82601         "operationId": "createOrUpdateServiceDesignAndCreationNamedQueriesNamedQueryRelationshipListRelationship", 
82602         "parameters": [
82603           {
82604             "example": "__NAMED-QUERY-UUID__", 
82605             "in": "path", 
82606             "name": "named-query-uuid", 
82607             "required": true, 
82608             "type": "string"
82609           }, 
82610           {
82611             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationNamedQueriesNamedQuery.json)", 
82612             "in": "body", 
82613             "name": "body", 
82614             "required": true, 
82615             "schema": {
82616               "$ref": "#/definitions/relationship-dict"
82617             }
82618           }
82619         ], 
82620         "produces": [
82621           "application/json", 
82622           "application/xml"
82623         ], 
82624         "responses": {
82625           "default": {
82626             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82627           }
82628         }, 
82629         "summary": "see node definition for valid relationships", 
82630         "tags": [
82631           "ServiceDesignAndCreation"
82632         ]
82633       }
82634     }, 
82635     "/service-design-and-creation/service-capabilities": {
82636       "get": {
82637         "description": "returns service-capabilities", 
82638         "operationId": "getServiceDesignAndCreationServiceCapabilities", 
82639         "parameters": [
82640           {
82641             "description": "n/a", 
82642             "in": "query", 
82643             "name": "service-type", 
82644             "required": false, 
82645             "type": "string"
82646           }, 
82647           {
82648             "description": "n/a", 
82649             "in": "query", 
82650             "name": "vnf-type", 
82651             "required": false, 
82652             "type": "string"
82653           }
82654         ], 
82655         "produces": [
82656           "application/json", 
82657           "application/xml"
82658         ], 
82659         "responses": {
82660           "200": {
82661             "description": "successful operation", 
82662             "schema": {
82663               "$ref": "#/definitions/service-capabilities"
82664             }
82665           }, 
82666           "default": {
82667             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82668           }
82669         }, 
82670         "summary": "returns service-capabilities", 
82671         "tags": [
82672           "ServiceDesignAndCreation"
82673         ]
82674       }
82675     }, 
82676     "/service-design-and-creation/service-capabilities/service-capability/{service-type}/{vnf-type}": {
82677       "delete": {
82678         "consumes": [
82679           "application/json", 
82680           "application/xml"
82681         ], 
82682         "description": "delete an existing service-capability", 
82683         "operationId": "deleteServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
82684         "parameters": [
82685           {
82686             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
82687             "example": "__SERVICE-TYPE__", 
82688             "in": "path", 
82689             "name": "service-type", 
82690             "required": true, 
82691             "type": "string"
82692           }, 
82693           {
82694             "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.", 
82695             "example": "__VNF-TYPE__", 
82696             "in": "path", 
82697             "name": "vnf-type", 
82698             "required": true, 
82699             "type": "string"
82700           }, 
82701           {
82702             "description": "resource-version for concurrency", 
82703             "in": "query", 
82704             "name": "resource-version", 
82705             "required": true, 
82706             "type": "string"
82707           }
82708         ], 
82709         "produces": [
82710           "application/json", 
82711           "application/xml"
82712         ], 
82713         "responses": {
82714           "default": {
82715             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82716           }
82717         }, 
82718         "summary": "delete an existing service-capability", 
82719         "tags": [
82720           "ServiceDesignAndCreation"
82721         ]
82722       }, 
82723       "get": {
82724         "description": "returns service-capability", 
82725         "operationId": "getServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
82726         "parameters": [
82727           {
82728             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
82729             "example": "__SERVICE-TYPE__", 
82730             "in": "path", 
82731             "name": "service-type", 
82732             "required": true, 
82733             "type": "string"
82734           }, 
82735           {
82736             "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.", 
82737             "example": "__VNF-TYPE__", 
82738             "in": "path", 
82739             "name": "vnf-type", 
82740             "required": true, 
82741             "type": "string"
82742           }
82743         ], 
82744         "produces": [
82745           "application/json", 
82746           "application/xml"
82747         ], 
82748         "responses": {
82749           "200": {
82750             "description": "successful operation", 
82751             "schema": {
82752               "$ref": "#/definitions/service-capability"
82753             }
82754           }, 
82755           "default": {
82756             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82757           }
82758         }, 
82759         "summary": "returns service-capability", 
82760         "tags": [
82761           "ServiceDesignAndCreation"
82762         ]
82763       }, 
82764       "patch": {
82765         "consumes": [
82766           "application/json"
82767         ], 
82768         "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", 
82769         "operationId": "UpdateServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
82770         "parameters": [
82771           {
82772             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
82773             "example": "__SERVICE-TYPE__", 
82774             "in": "path", 
82775             "name": "service-type", 
82776             "required": true, 
82777             "type": "string"
82778           }, 
82779           {
82780             "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.", 
82781             "example": "__VNF-TYPE__", 
82782             "in": "path", 
82783             "name": "vnf-type", 
82784             "required": true, 
82785             "type": "string"
82786           }, 
82787           {
82788             "description": "service-capability object that needs to be updated.", 
82789             "in": "body", 
82790             "name": "body", 
82791             "required": true, 
82792             "schema": {
82793               "$ref": "#/definitions/zzzz-patch-service-capability"
82794             }
82795           }
82796         ], 
82797         "produces": [
82798           "application/json"
82799         ], 
82800         "responses": {
82801           "default": {
82802             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82803           }
82804         }, 
82805         "summary": "update an existing service-capability", 
82806         "tags": [
82807           "ServiceDesignAndCreation"
82808         ]
82809       }, 
82810       "put": {
82811         "consumes": [
82812           "application/json", 
82813           "application/xml"
82814         ], 
82815         "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", 
82816         "operationId": "createOrUpdateServiceDesignAndCreationServiceCapabilitiesServiceCapability", 
82817         "parameters": [
82818           {
82819             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
82820             "example": "__SERVICE-TYPE__", 
82821             "in": "path", 
82822             "name": "service-type", 
82823             "required": true, 
82824             "type": "string"
82825           }, 
82826           {
82827             "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.", 
82828             "example": "__VNF-TYPE__", 
82829             "in": "path", 
82830             "name": "vnf-type", 
82831             "required": true, 
82832             "type": "string"
82833           }, 
82834           {
82835             "description": "service-capability object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationServiceCapabilitiesServiceCapability.json)", 
82836             "in": "body", 
82837             "name": "body", 
82838             "required": true, 
82839             "schema": {
82840               "$ref": "#/definitions/service-capability"
82841             }
82842           }
82843         ], 
82844         "produces": [
82845           "application/json", 
82846           "application/xml"
82847         ], 
82848         "responses": {
82849           "default": {
82850             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82851           }
82852         }, 
82853         "summary": "create or update an existing service-capability", 
82854         "tags": [
82855           "ServiceDesignAndCreation"
82856         ]
82857       }
82858     }, 
82859     "/service-design-and-creation/service-capabilities/service-capability/{service-type}/{vnf-type}/relationship-list/relationship": {
82860       "delete": {
82861         "consumes": [
82862           "application/json", 
82863           "application/xml"
82864         ], 
82865         "description": "delete an existing relationship", 
82866         "operationId": "deleteServiceDesignAndCreationServiceCapabilitiesServiceCapabilityRelationshipListRelationship", 
82867         "parameters": [
82868           {
82869             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
82870             "example": "__SERVICE-TYPE__", 
82871             "in": "path", 
82872             "name": "service-type", 
82873             "required": true, 
82874             "type": "string"
82875           }, 
82876           {
82877             "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.", 
82878             "example": "__VNF-TYPE__", 
82879             "in": "path", 
82880             "name": "vnf-type", 
82881             "required": true, 
82882             "type": "string"
82883           }
82884         ], 
82885         "produces": [
82886           "application/json", 
82887           "application/xml"
82888         ], 
82889         "responses": {
82890           "default": {
82891             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82892           }
82893         }, 
82894         "summary": "delete an existing relationship", 
82895         "tags": [
82896           "ServiceDesignAndCreation"
82897         ]
82898       }, 
82899       "put": {
82900         "consumes": [
82901           "application/json", 
82902           "application/xml"
82903         ], 
82904         "operationId": "createOrUpdateServiceDesignAndCreationServiceCapabilitiesServiceCapabilityRelationshipListRelationship", 
82905         "parameters": [
82906           {
82907             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
82908             "example": "__SERVICE-TYPE__", 
82909             "in": "path", 
82910             "name": "service-type", 
82911             "required": true, 
82912             "type": "string"
82913           }, 
82914           {
82915             "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.", 
82916             "example": "__VNF-TYPE__", 
82917             "in": "path", 
82918             "name": "vnf-type", 
82919             "required": true, 
82920             "type": "string"
82921           }, 
82922           {
82923             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationServiceCapabilitiesServiceCapability.json)", 
82924             "in": "body", 
82925             "name": "body", 
82926             "required": true, 
82927             "schema": {
82928               "$ref": "#/definitions/relationship-dict"
82929             }
82930           }
82931         ], 
82932         "produces": [
82933           "application/json", 
82934           "application/xml"
82935         ], 
82936         "responses": {
82937           "default": {
82938             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82939           }
82940         }, 
82941         "summary": "see node definition for valid relationships", 
82942         "tags": [
82943           "ServiceDesignAndCreation"
82944         ]
82945       }
82946     }, 
82947     "/service-design-and-creation/services": {
82948       "get": {
82949         "description": "returns services", 
82950         "operationId": "getServiceDesignAndCreationServices", 
82951         "parameters": [
82952           {
82953             "description": "n/a", 
82954             "in": "query", 
82955             "name": "service-id", 
82956             "required": false, 
82957             "type": "string"
82958           }, 
82959           {
82960             "description": "n/a", 
82961             "in": "query", 
82962             "name": "service-description", 
82963             "required": false, 
82964             "type": "string"
82965           }
82966         ], 
82967         "produces": [
82968           "application/json", 
82969           "application/xml"
82970         ], 
82971         "responses": {
82972           "200": {
82973             "description": "successful operation", 
82974             "schema": {
82975               "$ref": "#/definitions/services"
82976             }
82977           }, 
82978           "default": {
82979             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
82980           }
82981         }, 
82982         "summary": "returns services", 
82983         "tags": [
82984           "ServiceDesignAndCreation"
82985         ]
82986       }
82987     }, 
82988     "/service-design-and-creation/services/service/{service-id}": {
82989       "delete": {
82990         "consumes": [
82991           "application/json", 
82992           "application/xml"
82993         ], 
82994         "description": "delete an existing service", 
82995         "operationId": "deleteServiceDesignAndCreationServicesService", 
82996         "parameters": [
82997           {
82998             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
82999             "example": "__SERVICE-ID__", 
83000             "in": "path", 
83001             "name": "service-id", 
83002             "required": true, 
83003             "type": "string"
83004           }, 
83005           {
83006             "description": "resource-version for concurrency", 
83007             "in": "query", 
83008             "name": "resource-version", 
83009             "required": true, 
83010             "type": "string"
83011           }
83012         ], 
83013         "produces": [
83014           "application/json", 
83015           "application/xml"
83016         ], 
83017         "responses": {
83018           "default": {
83019             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83020           }
83021         }, 
83022         "summary": "delete an existing service", 
83023         "tags": [
83024           "ServiceDesignAndCreation"
83025         ]
83026       }, 
83027       "get": {
83028         "description": "returns service", 
83029         "operationId": "getServiceDesignAndCreationServicesService", 
83030         "parameters": [
83031           {
83032             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
83033             "example": "__SERVICE-ID__", 
83034             "in": "path", 
83035             "name": "service-id", 
83036             "required": true, 
83037             "type": "string"
83038           }
83039         ], 
83040         "produces": [
83041           "application/json", 
83042           "application/xml"
83043         ], 
83044         "responses": {
83045           "200": {
83046             "description": "successful operation", 
83047             "schema": {
83048               "$ref": "#/definitions/service"
83049             }
83050           }, 
83051           "default": {
83052             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83053           }
83054         }, 
83055         "summary": "returns service", 
83056         "tags": [
83057           "ServiceDesignAndCreation"
83058         ]
83059       }, 
83060       "patch": {
83061         "consumes": [
83062           "application/json"
83063         ], 
83064         "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", 
83065         "operationId": "UpdateServiceDesignAndCreationServicesService", 
83066         "parameters": [
83067           {
83068             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
83069             "example": "__SERVICE-ID__", 
83070             "in": "path", 
83071             "name": "service-id", 
83072             "required": true, 
83073             "type": "string"
83074           }, 
83075           {
83076             "description": "service object that needs to be updated.", 
83077             "in": "body", 
83078             "name": "body", 
83079             "required": true, 
83080             "schema": {
83081               "$ref": "#/definitions/zzzz-patch-service"
83082             }
83083           }
83084         ], 
83085         "produces": [
83086           "application/json"
83087         ], 
83088         "responses": {
83089           "default": {
83090             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83091           }
83092         }, 
83093         "summary": "update an existing service", 
83094         "tags": [
83095           "ServiceDesignAndCreation"
83096         ]
83097       }, 
83098       "put": {
83099         "consumes": [
83100           "application/json", 
83101           "application/xml"
83102         ], 
83103         "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", 
83104         "operationId": "createOrUpdateServiceDesignAndCreationServicesService", 
83105         "parameters": [
83106           {
83107             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
83108             "example": "__SERVICE-ID__", 
83109             "in": "path", 
83110             "name": "service-id", 
83111             "required": true, 
83112             "type": "string"
83113           }, 
83114           {
83115             "description": "service object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationServicesService.json)", 
83116             "in": "body", 
83117             "name": "body", 
83118             "required": true, 
83119             "schema": {
83120               "$ref": "#/definitions/service"
83121             }
83122           }
83123         ], 
83124         "produces": [
83125           "application/json", 
83126           "application/xml"
83127         ], 
83128         "responses": {
83129           "default": {
83130             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83131           }
83132         }, 
83133         "summary": "create or update an existing service", 
83134         "tags": [
83135           "ServiceDesignAndCreation"
83136         ]
83137       }
83138     }, 
83139     "/service-design-and-creation/services/service/{service-id}/relationship-list/relationship": {
83140       "delete": {
83141         "consumes": [
83142           "application/json", 
83143           "application/xml"
83144         ], 
83145         "description": "delete an existing relationship", 
83146         "operationId": "deleteServiceDesignAndCreationServicesServiceRelationshipListRelationship", 
83147         "parameters": [
83148           {
83149             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
83150             "example": "__SERVICE-ID__", 
83151             "in": "path", 
83152             "name": "service-id", 
83153             "required": true, 
83154             "type": "string"
83155           }
83156         ], 
83157         "produces": [
83158           "application/json", 
83159           "application/xml"
83160         ], 
83161         "responses": {
83162           "default": {
83163             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83164           }
83165         }, 
83166         "summary": "delete an existing relationship", 
83167         "tags": [
83168           "ServiceDesignAndCreation"
83169         ]
83170       }, 
83171       "put": {
83172         "consumes": [
83173           "application/json", 
83174           "application/xml"
83175         ], 
83176         "operationId": "createOrUpdateServiceDesignAndCreationServicesServiceRelationshipListRelationship", 
83177         "parameters": [
83178           {
83179             "description": "This gets defined by others to provide a unique ID for the service, we accept what is sent.", 
83180             "example": "__SERVICE-ID__", 
83181             "in": "path", 
83182             "name": "service-id", 
83183             "required": true, 
83184             "type": "string"
83185           }, 
83186           {
83187             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationServicesService.json)", 
83188             "in": "body", 
83189             "name": "body", 
83190             "required": true, 
83191             "schema": {
83192               "$ref": "#/definitions/relationship-dict"
83193             }
83194           }
83195         ], 
83196         "produces": [
83197           "application/json", 
83198           "application/xml"
83199         ], 
83200         "responses": {
83201           "default": {
83202             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83203           }
83204         }, 
83205         "summary": "see node definition for valid relationships", 
83206         "tags": [
83207           "ServiceDesignAndCreation"
83208         ]
83209       }
83210     }, 
83211     "/service-design-and-creation/vnf-images": {
83212       "get": {
83213         "description": "returns vnf-images", 
83214         "operationId": "getServiceDesignAndCreationVnfImages", 
83215         "parameters": [
83216           {
83217             "description": "n/a", 
83218             "in": "query", 
83219             "name": "vnf-image-uuid", 
83220             "required": false, 
83221             "type": "string"
83222           }, 
83223           {
83224             "description": "n/a", 
83225             "in": "query", 
83226             "name": "application", 
83227             "required": false, 
83228             "type": "string"
83229           }, 
83230           {
83231             "description": "n/a", 
83232             "in": "query", 
83233             "name": "application-vendor", 
83234             "required": false, 
83235             "type": "string"
83236           }, 
83237           {
83238             "description": "n/a", 
83239             "in": "query", 
83240             "name": "application-version", 
83241             "required": false, 
83242             "type": "string"
83243           }
83244         ], 
83245         "produces": [
83246           "application/json", 
83247           "application/xml"
83248         ], 
83249         "responses": {
83250           "200": {
83251             "description": "successful operation", 
83252             "schema": {
83253               "$ref": "#/definitions/vnf-images"
83254             }
83255           }, 
83256           "default": {
83257             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83258           }
83259         }, 
83260         "summary": "returns vnf-images", 
83261         "tags": [
83262           "ServiceDesignAndCreation"
83263         ]
83264       }
83265     }, 
83266     "/service-design-and-creation/vnf-images/vnf-image/{vnf-image-uuid}": {
83267       "delete": {
83268         "consumes": [
83269           "application/json", 
83270           "application/xml"
83271         ], 
83272         "description": "delete an existing vnf-image", 
83273         "operationId": "deleteServiceDesignAndCreationVnfImagesVnfImage", 
83274         "parameters": [
83275           {
83276             "description": "Unique ID of this asset", 
83277             "example": "__VNF-IMAGE-UUID__", 
83278             "in": "path", 
83279             "name": "vnf-image-uuid", 
83280             "required": true, 
83281             "type": "string"
83282           }, 
83283           {
83284             "description": "resource-version for concurrency", 
83285             "in": "query", 
83286             "name": "resource-version", 
83287             "required": true, 
83288             "type": "string"
83289           }
83290         ], 
83291         "produces": [
83292           "application/json", 
83293           "application/xml"
83294         ], 
83295         "responses": {
83296           "default": {
83297             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83298           }
83299         }, 
83300         "summary": "delete an existing vnf-image", 
83301         "tags": [
83302           "ServiceDesignAndCreation"
83303         ]
83304       }, 
83305       "get": {
83306         "description": "returns vnf-image", 
83307         "operationId": "getServiceDesignAndCreationVnfImagesVnfImage", 
83308         "parameters": [
83309           {
83310             "description": "Unique ID of this asset", 
83311             "example": "__VNF-IMAGE-UUID__", 
83312             "in": "path", 
83313             "name": "vnf-image-uuid", 
83314             "required": true, 
83315             "type": "string"
83316           }
83317         ], 
83318         "produces": [
83319           "application/json", 
83320           "application/xml"
83321         ], 
83322         "responses": {
83323           "200": {
83324             "description": "successful operation", 
83325             "schema": {
83326               "$ref": "#/definitions/vnf-image"
83327             }
83328           }, 
83329           "default": {
83330             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83331           }
83332         }, 
83333         "summary": "returns vnf-image", 
83334         "tags": [
83335           "ServiceDesignAndCreation"
83336         ]
83337       }, 
83338       "patch": {
83339         "consumes": [
83340           "application/json"
83341         ], 
83342         "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", 
83343         "operationId": "UpdateServiceDesignAndCreationVnfImagesVnfImage", 
83344         "parameters": [
83345           {
83346             "description": "Unique ID of this asset", 
83347             "example": "__VNF-IMAGE-UUID__", 
83348             "in": "path", 
83349             "name": "vnf-image-uuid", 
83350             "required": true, 
83351             "type": "string"
83352           }, 
83353           {
83354             "description": "vnf-image object that needs to be updated.", 
83355             "in": "body", 
83356             "name": "body", 
83357             "required": true, 
83358             "schema": {
83359               "$ref": "#/definitions/zzzz-patch-vnf-image"
83360             }
83361           }
83362         ], 
83363         "produces": [
83364           "application/json"
83365         ], 
83366         "responses": {
83367           "default": {
83368             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83369           }
83370         }, 
83371         "summary": "update an existing vnf-image", 
83372         "tags": [
83373           "ServiceDesignAndCreation"
83374         ]
83375       }, 
83376       "put": {
83377         "consumes": [
83378           "application/json", 
83379           "application/xml"
83380         ], 
83381         "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", 
83382         "operationId": "createOrUpdateServiceDesignAndCreationVnfImagesVnfImage", 
83383         "parameters": [
83384           {
83385             "description": "Unique ID of this asset", 
83386             "example": "__VNF-IMAGE-UUID__", 
83387             "in": "path", 
83388             "name": "vnf-image-uuid", 
83389             "required": true, 
83390             "type": "string"
83391           }, 
83392           {
83393             "description": "vnf-image object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationVnfImagesVnfImage.json)", 
83394             "in": "body", 
83395             "name": "body", 
83396             "required": true, 
83397             "schema": {
83398               "$ref": "#/definitions/vnf-image"
83399             }
83400           }
83401         ], 
83402         "produces": [
83403           "application/json", 
83404           "application/xml"
83405         ], 
83406         "responses": {
83407           "default": {
83408             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83409           }
83410         }, 
83411         "summary": "create or update an existing vnf-image", 
83412         "tags": [
83413           "ServiceDesignAndCreation"
83414         ]
83415       }
83416     }, 
83417     "/service-design-and-creation/vnf-images/vnf-image/{vnf-image-uuid}/relationship-list/relationship": {
83418       "delete": {
83419         "consumes": [
83420           "application/json", 
83421           "application/xml"
83422         ], 
83423         "description": "delete an existing relationship", 
83424         "operationId": "deleteServiceDesignAndCreationVnfImagesVnfImageRelationshipListRelationship", 
83425         "parameters": [
83426           {
83427             "description": "Unique ID of this asset", 
83428             "example": "__VNF-IMAGE-UUID__", 
83429             "in": "path", 
83430             "name": "vnf-image-uuid", 
83431             "required": true, 
83432             "type": "string"
83433           }
83434         ], 
83435         "produces": [
83436           "application/json", 
83437           "application/xml"
83438         ], 
83439         "responses": {
83440           "default": {
83441             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83442           }
83443         }, 
83444         "summary": "delete an existing relationship", 
83445         "tags": [
83446           "ServiceDesignAndCreation"
83447         ]
83448       }, 
83449       "put": {
83450         "consumes": [
83451           "application/json", 
83452           "application/xml"
83453         ], 
83454         "operationId": "createOrUpdateServiceDesignAndCreationVnfImagesVnfImageRelationshipListRelationship", 
83455         "parameters": [
83456           {
83457             "description": "Unique ID of this asset", 
83458             "example": "__VNF-IMAGE-UUID__", 
83459             "in": "path", 
83460             "name": "vnf-image-uuid", 
83461             "required": true, 
83462             "type": "string"
83463           }, 
83464           {
83465             "description": "relationship object that needs to be created or updated. [Valid relationship examples shown here](apidocs/relations/v14/ServiceDesignAndCreationVnfImagesVnfImage.json)", 
83466             "in": "body", 
83467             "name": "body", 
83468             "required": true, 
83469             "schema": {
83470               "$ref": "#/definitions/relationship-dict"
83471             }
83472           }
83473         ], 
83474         "produces": [
83475           "application/json", 
83476           "application/xml"
83477         ], 
83478         "responses": {
83479           "default": {
83480             "description": "Response codes found in [response codes](https://wiki.web.att.com/pages/viewpage.action?pageId=607391054)."
83481           }
83482         }, 
83483         "summary": "see node definition for valid relationships", 
83484         "tags": [
83485           "ServiceDesignAndCreation"
83486         ]
83487       }
83488     }
83489   }, 
83490   "schemes": [
83491     "https"
83492   ], 
83493   "swagger": "2.0"
83494 }