From 496ade68f2897c71229ab3ef2c7073af4c816c36 Mon Sep 17 00:00:00 2001 From: dcn-ecosystem Date: Mon, 25 Nov 2024 09:07:07 +0000 Subject: [PATCH] [minor_change] Regenerated provider code with latest ACI metadata --- docs/data-sources/bridge_domain.md | 1 + docs/resources/bridge_domain.md | 4 + docs/resources/key_ring.md | 2 +- .../resource-all-attributes.tf | 1 + gen/meta/fvAEPg.json | 26 +- gen/meta/fvBD.json | 72 +- gen/meta/fvESg.json | 26 +- gen/meta/fvEpIpTag.json | 44 +- gen/meta/fvEpMacTag.json | 42 +- gen/meta/fvRsBDToRelayP.json | 4 +- gen/meta/fvRsDomAtt.json | 26 +- gen/meta/infraHPathS.json | 1546 +++++----- gen/meta/infraRsHPathAtt.json | 1738 +++++------ gen/meta/infraRsPathToAccBaseGrp.json | 1908 ++++++------- gen/meta/l3extConsLbl.json | 29 +- gen/meta/l3extRsRedistributePol.json | 58 +- gen/meta/mgmtInstP.json | 48 +- gen/meta/mgmtRsOoBCons.json | 66 +- gen/meta/mgmtSubnet.json | 20 +- gen/meta/netflowExporterPol.json | 2414 ++++++++-------- gen/meta/netflowMonitorPol.json | 1480 +++++----- gen/meta/netflowRecordPol.json | 1894 ++++++------ gen/meta/netflowRsExporterToCtx.json | 1808 ++++++------ gen/meta/netflowRsExporterToEPg.json | 2008 ++++++------- gen/meta/netflowRsMonitorToExporter.json | 1986 ++++++------- gen/meta/netflowRsMonitorToRecord.json | 1988 ++++++------- gen/meta/pimRouteMapEntry.json | 20 +- gen/meta/pimRouteMapPol.json | 20 +- gen/meta/pkiKeyRing.json | 2535 ++++++++--------- gen/meta/rtctrlProfile.json | 5 +- gen/meta/tagAnnotation.json | 403 ++- gen/meta/tagTag.json | 131 +- gen/meta/vzOOBBrCP.json | 60 +- gen/testvars/fvBD.yaml | 4 + .../provider/data_source_aci_bridge_domain.go | 4 + .../data_source_aci_bridge_domain_test.go | 2 + .../provider/resource_aci_bridge_domain.go | 21 + .../resource_aci_bridge_domain_test.go | 16 + internal/provider/resource_aci_key_ring.go | 2 +- 39 files changed, 11467 insertions(+), 10995 deletions(-) diff --git a/docs/data-sources/bridge_domain.md b/docs/data-sources/bridge_domain.md index 066cf5f98..5eb53db64 100644 --- a/docs/data-sources/bridge_domain.md +++ b/docs/data-sources/bridge_domain.md @@ -69,6 +69,7 @@ data "aci_bridge_domain" "example_tenant" { * `name_alias` (nameAlias) - (string) The name alias of the Bridge Domain object. * `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation. * `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object. +* `service_bd_routing_disable` (serviceBdRoutingDisable) - (string) Disable Routing on service BD. * `bridge_domain_type` (type) - (string) The domain type of the Bridge Domain object. * `unicast_routing` (unicastRoute) - (string) Enables L3 routing and endpoint IP learning for the Bridge Domain object. * `l2_unknown_unicast_flooding` (unkMacUcastAct) - (string) The forwarding method for unknown layer 2 destinations. diff --git a/docs/resources/bridge_domain.md b/docs/resources/bridge_domain.md index 662d5b3f0..5e83d482e 100644 --- a/docs/resources/bridge_domain.md +++ b/docs/resources/bridge_domain.md @@ -70,6 +70,7 @@ resource "aci_bridge_domain" "full_example_tenant" { name_alias = "name_alias_1" owner_key = "owner_key_1" owner_tag = "owner_tag_1" + service_bd_routing_disable = "no" bridge_domain_type = "fc" unicast_routing = "no" l2_unknown_unicast_flooding = "proxy" @@ -227,6 +228,9 @@ All examples for the Bridge Domain resource can be found in the [examples](https * `name_alias` (nameAlias) - (string) The name alias of the Bridge Domain object. * `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation. * `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object. +* `service_bd_routing_disable` (serviceBdRoutingDisable) - (string) Disable Routing on service BD. + - Default: `no` + - Valid Values: `no`, `yes`. * `bridge_domain_type` (type) - (string) The domain type of the Bridge Domain object. - Default: `regular` - Valid Values: `fc`, `regular`. diff --git a/docs/resources/key_ring.md b/docs/resources/key_ring.md index f3673aaeb..15d308838 100644 --- a/docs/resources/key_ring.md +++ b/docs/resources/key_ring.md @@ -210,7 +210,7 @@ All examples for the Key Ring resource can be found in the [examples](https://gi * `key` (key) - (string) The private key of the certificate. This sensitive value is excluded from the resource's lifecycle configuration and is not tracked by Terraform. * `key_type` (keyType) - (string) The type used by the provided key. - Default: `RSA` - - Valid Values: `ECC`, `RSA`, `indeterminate`. + - Valid Values: `ECC`, `RSA`. * `modulus` (modulus) - (string) The length of the encryption keys. A longer key length increases the difficulty of breaking the key. - Default: `mod2048` - Valid Values: `mod1024`, `mod1536`, `mod2048`, `mod3072`, `mod4096`, `mod512`, `none`. diff --git a/examples/resources/aci_bridge_domain/resource-all-attributes.tf b/examples/resources/aci_bridge_domain/resource-all-attributes.tf index b98787ec3..ab9494b87 100644 --- a/examples/resources/aci_bridge_domain/resource-all-attributes.tf +++ b/examples/resources/aci_bridge_domain/resource-all-attributes.tf @@ -23,6 +23,7 @@ resource "aci_bridge_domain" "full_example_tenant" { name_alias = "name_alias_1" owner_key = "owner_key_1" owner_tag = "owner_tag_1" + service_bd_routing_disable = "no" bridge_domain_type = "fc" unicast_routing = "no" l2_unknown_unicast_flooding = "proxy" diff --git a/gen/meta/fvAEPg.json b/gen/meta/fvAEPg.json index 14fcf14cc..a44f47edc 100644 --- a/gen/meta/fvAEPg.json +++ b/gen/meta/fvAEPg.json @@ -2322,6 +2322,14 @@ ], "label": " "}, + { "value": "0x80000", "localName": "dynamic-port-binding-deprecated", + "platformFlavors": [ + + ], + "comment": [ + "Port Binding Validation" + ], + "label": "Dynamic port binding (lateBinding) is deprecated. Please choose a different port binding policy. "}, { "value": "8", "localName": "encap-assignment", "platformFlavors": [ @@ -2364,6 +2372,14 @@ ], "label": "IDs Not Allocated "}, + { "value": "0x20000", "localName": "incorrect-active-standby-uplink-order", + "platformFlavors": [ + + ], + "comment": [ + "Active/Standby Uplink Config Validations" + ], + "label": "incorrect active/standby config. Active uplink cannot be empty or null if standby uplink is configured OR Active uplink cannot be 0 as no uplink get assigned in the vCenter. "}, { "value": "1024", "localName": "instrimedcy-unsupported", "platformFlavors": [ @@ -2399,7 +2415,15 @@ "platformFlavors": [ ], - "label": "Not Associated With Management Zone "} + "label": "Not Associated With Management Zone "}, + { "value": "0x40000", "localName": "unsupported-vrf-enforcement-direction", + "platformFlavors": [ + + ], + "comment": [ + "VRF Enforce Direction Validations" + ], + "label": "Unsupported VRF enforcement directon. Only egress direction is supported for common policy config "} ], "default": "none", "platformFlavors": [ diff --git a/gen/meta/fvBD.json b/gen/meta/fvBD.json index 6723a377b..2341aa7eb 100644 --- a/gen/meta/fvBD.json +++ b/gen/meta/fvBD.json @@ -2046,7 +2046,7 @@ "isConfigurable": true, "propGlobalId": "34472", "propLocalId": "8158", - "label": "Optimize Wan Bandwidth between sites", + "label": "Optimize Wan Bandwidth Between Sites", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -2176,7 +2176,7 @@ "isConfigurable": false, "propGlobalId": "1691", "propLocalId": "859", - "label": "bcastP", + "label": "Broadcast Policy", "baseType": "address:IPv4", "modelType": "mcast:Group", "needsPropDelimiters": false, @@ -2251,7 +2251,7 @@ "isConfigurable": false, "propGlobalId": "26448", "propLocalId": "153", - "label": "configIssues", + "label": "Configuration Issues", "baseType": "scalar:Bitmask64", "modelType": "fv:BDConfIssuesType", "needsPropDelimiters": false, @@ -2606,7 +2606,7 @@ "isConfigurable": true, "propGlobalId": "30545", "propLocalId": "7595", - "label": "Allow BUM traffic between sites", + "label": "Allow BUM Traffic Between Sites", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -2653,7 +2653,7 @@ "isConfigurable": true, "propGlobalId": "33178", "propLocalId": "7928", - "label": "Allow l2Stretch between sites", + "label": "Allow L2Stretch Between Sites", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -2697,7 +2697,7 @@ "isConfigurable": true, "propGlobalId": "21254", "propLocalId": "5433", - "label": "Ip Learning", + "label": "IP Learning", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -2744,7 +2744,7 @@ "isConfigurable": true, "propGlobalId": "47406", "propLocalId": "10834", - "label": "ipv6 Multicast Allow", + "label": "IPv6 Multicast Allow", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -2854,7 +2854,7 @@ "isConfigurable": true, "propGlobalId": "20851", "propLocalId": "5375", - "label": "Limit IP learning to BD subnets only", + "label": "Limit IP Learning to BD Subnets", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -3380,7 +3380,7 @@ "isConfigurable": false, "propGlobalId": "1695", "propLocalId": "551", - "label": "pcTag", + "label": "PC Tag", "baseType": "scalar:Uint32", "modelType": "vz:GPCTag", "needsPropDelimiters": false, @@ -3445,7 +3445,7 @@ "isConfigurable": false, "propGlobalId": "1694", "propLocalId": "1", - "label": "scope", + "label": "Scope", "baseType": "scalar:Uint32", "modelType": "fv:ScopeId", "needsPropDelimiters": false, @@ -3503,6 +3503,56 @@ "isDeprecated": false, "isHidden": false }, + "serviceBdRoutingDisable": { + "versions": "6.0(4c)-", + "comment": [ + "Disable Routing on service BD" + ], + "isConfigurable": true, + "propGlobalId": "70465", + "propLocalId": "15461", + "label": "Disable Routing on Service BD", + "baseType": "scalar:Bool", + "modelType": "scalar:Bool", + "needsPropDelimiters": false, + "uitype": "boolean", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "no", "localName": "defaultValue", + "platformFlavors": [ + + ], + "comment": [ + "By default, routing is enabled on service BD" + ], + "label": " "}, + { "value": "false", "localName": "no", + "platformFlavors": [ + + ], + "label": "No "}, + { "value": "true", "localName": "yes", + "platformFlavors": [ + + ], + "label": "Yes "} + ], + "default": "no", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, "status": { "versions": "1.0(1e)-", "comment": [ @@ -3689,7 +3739,7 @@ "isConfigurable": true, "propGlobalId": "1696", "propLocalId": "886", - "label": "Unknown Mac Unicast Action", + "label": "Unknown MAC Unicast Action", "baseType": "scalar:Enum8", "modelType": "l2:UnkMacUcastAct", "needsPropDelimiters": false, diff --git a/gen/meta/fvESg.json b/gen/meta/fvESg.json index 05a467843..752948768 100644 --- a/gen/meta/fvESg.json +++ b/gen/meta/fvESg.json @@ -2251,6 +2251,14 @@ ], "label": " "}, + { "value": "0x80000", "localName": "dynamic-port-binding-deprecated", + "platformFlavors": [ + + ], + "comment": [ + "Port Binding Validation" + ], + "label": "Dynamic port binding (lateBinding) is deprecated. Please choose a different port binding policy. "}, { "value": "8", "localName": "encap-assignment", "platformFlavors": [ @@ -2293,6 +2301,14 @@ ], "label": "IDs Not Allocated "}, + { "value": "0x20000", "localName": "incorrect-active-standby-uplink-order", + "platformFlavors": [ + + ], + "comment": [ + "Active/Standby Uplink Config Validations" + ], + "label": "incorrect active/standby config. Active uplink cannot be empty or null if standby uplink is configured OR Active uplink cannot be 0 as no uplink get assigned in the vCenter. "}, { "value": "1024", "localName": "instrimedcy-unsupported", "platformFlavors": [ @@ -2328,7 +2344,15 @@ "platformFlavors": [ ], - "label": "Not Associated With Management Zone "} + "label": "Not Associated With Management Zone "}, + { "value": "0x40000", "localName": "unsupported-vrf-enforcement-direction", + "platformFlavors": [ + + ], + "comment": [ + "VRF Enforce Direction Validations" + ], + "label": "Unsupported VRF enforcement directon. Only egress direction is supported for common policy config "} ], "default": "none", "platformFlavors": [ diff --git a/gen/meta/fvEpIpTag.json b/gen/meta/fvEpIpTag.json index dbe3aadbb..e2aa12b22 100644 --- a/gen/meta/fvEpIpTag.json +++ b/gen/meta/fvEpIpTag.json @@ -226,17 +226,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -438,7 +438,7 @@ "isConfigurable": false, "propGlobalId": "70094", "propLocalId": "143", - "label": "encap", + "label": "Encap", "baseType": "base:Encap", "modelType": "base:Encap", "needsPropDelimiters": true, @@ -456,7 +456,7 @@ ], "isNxosConverged": false, - "isDeprecated": false, + "isDeprecated": true, "isHidden": false }, "extMngdBy": { @@ -491,12 +491,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -640,7 +640,7 @@ "comment": [ "802.1x authentication Ep" ], - "label": "802-dot-1x "}, + "label": "802-Dot-1x "}, { "value": "8", "localName": "dynamic", "platformFlavors": [ @@ -648,7 +648,7 @@ "comment": [ "dynamically detected through special HV signalling" ], - "label": "dynamic "}, + "label": "Dynamic "}, { "value": "2", "localName": "learned", "platformFlavors": [ @@ -656,7 +656,7 @@ "comment": [ "learned through network protocol magic" ], - "label": "learned "}, + "label": "Learned "}, { "value": "32", "localName": "poe", "platformFlavors": [ @@ -664,7 +664,7 @@ "comment": [ "Power Over Ethernet Ep" ], - "label": "poe "}, + "label": "PoE "}, { "value": "4", "localName": "static", "platformFlavors": [ @@ -672,7 +672,7 @@ "comment": [ "statically configured by admin" ], - "label": "static "}, + "label": "Static "}, { "value": "1", "localName": "vmm", "platformFlavors": [ @@ -680,7 +680,7 @@ "comment": [ "instanciated by a trigger from corresponding VMM domain" ], - "label": "vmm "} + "label": "VMM "} ], "platformFlavors": [ @@ -741,7 +741,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -759,7 +759,7 @@ "isConfigurable": false, "propGlobalId": "1774", "propLocalId": "480", - "label": "MacAddress", + "label": "MAC Address", "baseType": "address:MAC", "modelType": "address:MAC", "needsPropDelimiters": false, @@ -812,7 +812,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -830,7 +830,7 @@ "isConfigurable": false, "propGlobalId": "63103", "propLocalId": "228", - "label": "Monitoring policy", + "label": "Monitoring Policy", "baseType": "reference:BinRef", "modelType": "reference:BinRef", "needsPropDelimiters": true, @@ -884,7 +884,7 @@ ], "isNxosConverged": false, - "isDeprecated": false, + "isDeprecated": true, "isHidden": false }, "nameAlias": { @@ -917,7 +917,7 @@ ], "isNxosConverged": false, - "isDeprecated": false, + "isDeprecated": true, "isHidden": false }, "rn": { @@ -1005,7 +1005,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -1013,7 +1013,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -1021,7 +1021,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ diff --git a/gen/meta/fvEpMacTag.json b/gen/meta/fvEpMacTag.json index 99a517e2c..200bbc32e 100644 --- a/gen/meta/fvEpMacTag.json +++ b/gen/meta/fvEpMacTag.json @@ -233,17 +233,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -445,7 +445,7 @@ "isConfigurable": false, "propGlobalId": "70094", "propLocalId": "143", - "label": "encap", + "label": "Encap", "baseType": "base:Encap", "modelType": "base:Encap", "needsPropDelimiters": true, @@ -463,7 +463,7 @@ ], "isNxosConverged": false, - "isDeprecated": false, + "isDeprecated": true, "isHidden": false }, "extMngdBy": { @@ -498,12 +498,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -646,7 +646,7 @@ "comment": [ "802.1x authentication Ep" ], - "label": "802-dot-1x "}, + "label": "802-Dot-1x "}, { "value": "8", "localName": "dynamic", "platformFlavors": [ @@ -654,7 +654,7 @@ "comment": [ "dynamically detected through special HV signalling" ], - "label": "dynamic "}, + "label": "Dynamic "}, { "value": "2", "localName": "learned", "platformFlavors": [ @@ -662,7 +662,7 @@ "comment": [ "learned through network protocol magic" ], - "label": "learned "}, + "label": "Learned "}, { "value": "32", "localName": "poe", "platformFlavors": [ @@ -670,7 +670,7 @@ "comment": [ "Power Over Ethernet Ep" ], - "label": "poe "}, + "label": "PoE "}, { "value": "4", "localName": "static", "platformFlavors": [ @@ -678,7 +678,7 @@ "comment": [ "statically configured by admin" ], - "label": "static "}, + "label": "Static "}, { "value": "1", "localName": "vmm", "platformFlavors": [ @@ -686,7 +686,7 @@ "comment": [ "instanciated by a trigger from corresponding VMM domain" ], - "label": "vmm "} + "label": "VMM "} ], "platformFlavors": [ @@ -747,7 +747,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -819,7 +819,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -837,7 +837,7 @@ "isConfigurable": false, "propGlobalId": "62881", "propLocalId": "228", - "label": "Monitoring policy", + "label": "Monitoring Policy", "baseType": "reference:BinRef", "modelType": "reference:BinRef", "needsPropDelimiters": true, @@ -891,7 +891,7 @@ ], "isNxosConverged": false, - "isDeprecated": false, + "isDeprecated": true, "isHidden": false }, "nameAlias": { @@ -924,7 +924,7 @@ ], "isNxosConverged": false, - "isDeprecated": false, + "isDeprecated": true, "isHidden": false }, "rn": { @@ -1012,7 +1012,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -1020,7 +1020,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -1028,7 +1028,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ diff --git a/gen/meta/fvRsBDToRelayP.json b/gen/meta/fvRsBDToRelayP.json index 39a8a62a5..43e1a01d0 100644 --- a/gen/meta/fvRsBDToRelayP.json +++ b/gen/meta/fvRsBDToRelayP.json @@ -71,8 +71,8 @@ "isConfigurable": true, "isContextRoot": false, "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, + "isDeprecated": true, + "isHidden": true, "isEncrypted": false, "isExportable": true, "isPersistent": true, diff --git a/gen/meta/fvRsDomAtt.json b/gen/meta/fvRsDomAtt.json index ca32f42e7..5e753fcb6 100644 --- a/gen/meta/fvRsDomAtt.json +++ b/gen/meta/fvRsDomAtt.json @@ -415,6 +415,14 @@ ], "label": " "}, + { "value": "0x80000", "localName": "dynamic-port-binding-deprecated", + "platformFlavors": [ + + ], + "comment": [ + "Port Binding Validation" + ], + "label": "Dynamic port binding (lateBinding) is deprecated. Please choose a different port binding policy. "}, { "value": "8", "localName": "encap-assignment", "platformFlavors": [ @@ -457,6 +465,14 @@ ], "label": "IDs Not Allocated "}, + { "value": "0x20000", "localName": "incorrect-active-standby-uplink-order", + "platformFlavors": [ + + ], + "comment": [ + "Active/Standby Uplink Config Validations" + ], + "label": "incorrect active/standby config. Active uplink cannot be empty or null if standby uplink is configured OR Active uplink cannot be 0 as no uplink get assigned in the vCenter. "}, { "value": "1024", "localName": "instrimedcy-unsupported", "platformFlavors": [ @@ -492,7 +508,15 @@ "platformFlavors": [ ], - "label": "Not Associated With Management Zone "} + "label": "Not Associated With Management Zone "}, + { "value": "0x40000", "localName": "unsupported-vrf-enforcement-direction", + "platformFlavors": [ + + ], + "comment": [ + "VRF Enforce Direction Validations" + ], + "label": "Unsupported VRF enforcement directon. Only egress direction is supported for common policy config "} ], "default": "none", "platformFlavors": [ diff --git a/gen/meta/infraHPathS.json b/gen/meta/infraHPathS.json index f54679035..c76dc48cd 100644 --- a/gen/meta/infraHPathS.json +++ b/gen/meta/infraHPathS.json @@ -1,786 +1,786 @@ { - "infra:HPathS": { - "contains": { - "aaa:RbacAnnotation": "", - "fabric:RtToFabricPathS": "", - "fabric:RtToInfraPathS": "", - "fault:Counts": "", - "fault:Delegate": "", - "health:Inst": "", - "infra:RsHPathAtt": "", - "infra:RsPathToAccBaseGrp": "", - "infra:SelectorIssues": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fd-": "fault:Delegate", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "rsHPathAtt-": "infra:RsHPathAtt", - "rspathToAccBaseGrp": "infra:RsPathToAccBaseGrp", - "rtinfraToInfraPathS-": "fabric:RtToInfraPathS", - "rttoFabricPathS-": "fabric:RtToFabricPathS", - "selectorissues": "infra:SelectorIssues", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - "name" - ], - "rnFormat": "hpaths-{name}", - "containedBy": { - "infra:Infra": "" - }, - "superClasses": [ - "infra:APathS", - "fabric:APathS", - "pol:Def", - "pol:Obj", - "naming:NamedObject" - ], - "subClasses": { - - }, - "relationFrom": { - "fabric:RtToFabricPathS": "fabric:NodeCfg", - "fabric:RtToInfraPathS": "infra:NodeCfg" - }, - "relationTo": { - "infra:RsHPathAtt": "fabric:PathEp", - "infra:RsPathToAccBaseGrp": "infra:AccBaseGrp" - }, - "dnFormats": [ - "uni/infra/hpaths-{name}" - ], - "writeAccess": [ - "access-connectivity", - "access-equipment", - "admin", - "custom-port-privilege" - ], - "readAccess": [ - "access-connectivity", - "access-equipment", - "admin", - "custom-port-privilege" - ], - "faults": { - - }, - "events": { - "E4212236": "creation||infra:HPathS", - "E4212237": "modification||infra:HPathS", - "E4212238": "deletion||infra:HPathS" - }, - "stats": { - - }, - "versions": "1.1(1j)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": false, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "logical", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - "apic" - ], - "classId": "6105", - "className": "HPathS", - "classPkg": "infra", - "featureTag": "", - "moCategory": "Regular", - "label": "Host Path Selector", - "comment": [ - "" - ], - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38184", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "infra:HPathS": { + "contains": { + "aaa:RbacAnnotation": "", + "fabric:RtToFabricPathS": "", + "fabric:RtToInfraPathS": "", + "fault:Counts": "", + "fault:Delegate": "", + "health:Inst": "", + "infra:RsHPathAtt": "", + "infra:RsPathToAccBaseGrp": "", + "infra:SelectorIssues": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fd-": "fault:Delegate", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "rsHPathAtt-": "infra:RsHPathAtt", + "rspathToAccBaseGrp": "infra:RsPathToAccBaseGrp", + "rtinfraToInfraPathS-": "fabric:RtToInfraPathS", + "rttoFabricPathS-": "fabric:RtToFabricPathS", + "selectorissues": "infra:SelectorIssues", + "tagKey-": "tag:Tag" }, - "creator": { - "versions": "5.2(8d)-5.2(8e),6.0(2h)-", - "isConfigurable": false, - "propGlobalId": "69215", - "propLocalId": "14578", - "label": "MO creator origin", - "baseType": "scalar:Enum8", - "modelType": "fabric:CreatorType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "1", "localName": "SYSTEM", - "platformFlavors": [ - - ], - "label": "system maintained "}, - { "value": "0", "localName": "USER", - "platformFlavors": [ - - ], - "label": "created by the user "}, - { "value": "USER", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "USER", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + "name" + ], + "rnFormat": "hpaths-{name}", + "containedBy": { + "infra:Infra": "" }, - "descr": { - "versions": "1.0(1e)-", - "comment": [ - "Specifies a description of the policy definition." - ], - "isConfigurable": true, - "propGlobalId": "5579", - "propLocalId": "28", - "label": "Description", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "naming:Described:descr", - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40323", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "1.1(1j)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "18171", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "name": { - "versions": "1.1(1j)-", - "comment": [ - "The name of the object." - ], - "isConfigurable": true, - "propGlobalId": "18138", - "propLocalId": "13", - "label": "Name", - "baseType": "string:Basic", - "modelType": "naming:Name", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": false, - "readOnly": false, - "isNaming": true, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validators": [ - {"min" : 1, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "nameAlias": { - "versions": "2.2(1k)-", - "isConfigurable": true, - "propGlobalId": "28417", - "propLocalId": "6719", - "label": "Display Name", - "baseType": "string:Basic", - "modelType": "naming:NameAlias", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 63, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "infra:APathS", + "fabric:APathS", + "pol:Def", + "pol:Obj", + "naming:NamedObject" + ], + "subClasses": { + }, - "ownerKey": { - "versions": "1.0(1e)-", - "comment": [ - "The key for enabling clients to own their data for entity correlation." - ], - "isConfigurable": true, - "propGlobalId": "15230", - "propLocalId": "4100", - "label": "ownerKey", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationFrom": { + "fabric:RtToFabricPathS": "fabric:NodeCfg", + "fabric:RtToInfraPathS": "infra:NodeCfg" }, - "ownerTag": { - "versions": "1.0(1e)-", - "comment": [ - "A tag for enabling clients to add their own data. For example, to indicate who created this object." - ], - "isConfigurable": true, - "propGlobalId": "15231", - "propLocalId": "4101", - "label": "ownerTag", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationTo": { + "infra:RsHPathAtt": "fabric:PathEp", + "infra:RsPathToAccBaseGrp": "infra:AccBaseGrp" }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/infra/hpaths-{name}" + ], + "writeAccess": [ + "access-connectivity", + "access-equipment", + "admin", + "custom-port-privilege" + ], + "readAccess": [ + "access-connectivity", + "access-equipment", + "admin", + "custom-port-privilege" + ], + "faults": { + }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4212236": "creation||infra:HPathS", + "E4212237": "modification||infra:HPathS", + "E4212238": "deletion||infra:HPathS" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "1.1(1j)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": false, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "logical", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + "apic" + ], + "classId": "6105", + "className": "HPathS", + "classPkg": "infra", + "featureTag": "", + "moCategory": "Regular", + "label": "Host Path Selector", + "comment": [ + "" + ], + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38184", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "creator": { + "versions": "5.2(8d)-5.3(2b),6.0(2h)-", + "isConfigurable": false, + "propGlobalId": "69215", + "propLocalId": "14578", + "label": "MO creator origin", + "baseType": "scalar:Enum8", + "modelType": "fabric:CreatorType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "1", "localName": "SYSTEM", + "platformFlavors": [ + + ], + "label": "System Maintained "}, + { "value": "0", "localName": "USER", + "platformFlavors": [ + + ], + "label": "User Created "}, + { "value": "USER", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "USER", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "descr": { + "versions": "1.0(1e)-", + "comment": [ + "Specifies a description of the policy definition." + ], + "isConfigurable": true, + "propGlobalId": "5579", + "propLocalId": "28", + "label": "Description", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "naming:Described:descr", + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40323", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "1.1(1j)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "18171", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "name": { + "versions": "1.1(1j)-", + "comment": [ + "The name of the object." + ], + "isConfigurable": true, + "propGlobalId": "18138", + "propLocalId": "13", + "label": "Name", + "baseType": "string:Basic", + "modelType": "naming:Name", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": false, + "readOnly": false, + "isNaming": true, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validators": [ + {"min" : 1, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "nameAlias": { + "versions": "2.2(1k)-", + "isConfigurable": true, + "propGlobalId": "28417", + "propLocalId": "6719", + "label": "Display Name", + "baseType": "string:Basic", + "modelType": "naming:NameAlias", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 63, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerKey": { + "versions": "1.0(1e)-", + "comment": [ + "The key for enabling clients to own their data for entity correlation." + ], + "isConfigurable": true, + "propGlobalId": "15230", + "propLocalId": "4100", + "label": "ownerKey", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerTag": { + "versions": "1.0(1e)-", + "comment": [ + "A tag for enabling clients to add their own data. For example, to indicate who created this object." + ], + "isConfigurable": true, + "propGlobalId": "15231", + "propLocalId": "4101", + "label": "ownerTag", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } } diff --git a/gen/meta/infraRsHPathAtt.json b/gen/meta/infraRsHPathAtt.json index 677f64484..e1a048b2d 100644 --- a/gen/meta/infraRsHPathAtt.json +++ b/gen/meta/infraRsHPathAtt.json @@ -1,881 +1,881 @@ { - "infra:RsHPathAtt": { - "contains": { - "aaa:RbacAnnotation": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "rbacDom-": "aaa:RbacAnnotation", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - "tDn" - ], - "rnFormat": "rsHPathAtt-[{tDn}]", - "containedBy": { - "infra:HPathS": "" - }, - "superClasses": [ - "reln:To", - "reln:Inst" - ], - "subClasses": { - - }, - "relationInfo": { - "type": "explicit", - "cardinality": "1-to-m", - "fromMo": "infra:HPathS", - "fromRelMo": "infra:RsHPathAtt", - "toMo": "fabric:PathEp", - "toRelMo": "fabric:RtHPathAtt", - "enforceable": false, - "resolvable": false - }, - "dnFormats": [ - "uni/infra/hpaths-{name}/rsHPathAtt-[{tDn}]" - ], - "writeAccess": [ - "access-connectivity", - "access-equipment", - "admin" - ], - "readAccess": [ - "access-connectivity", - "access-equipment", - "admin" - ], - "faults": { - - }, - "events": { - "E4212296": "creation||infra:RsHPathAtt", - "E4212297": "modification||infra:RsHPathAtt", - "E4212298": "deletion||infra:RsHPathAtt" - }, - "stats": { - - }, - "versions": "1.1(1j)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": false, - "hasStats": false, - "isStat": false, - "isFaultable": false, - "isDomainable": false, - "isHealthScorable": false, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "regular", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - "apic" - ], - "classId": "6106", - "className": "RsHPathAtt", - "classPkg": "infra", - "featureTag": "", - "moCategory": "RelationshipToLocal", - "label": "Host Path", - "comment": [ - "" - ], - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38185", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "infra:RsHPathAtt": { + "contains": { + "aaa:RbacAnnotation": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "rbacDom-": "aaa:RbacAnnotation", + "tagKey-": "tag:Tag" }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + "tDn" + ], + "rnFormat": "rsHPathAtt-[{tDn}]", + "containedBy": { + "infra:HPathS": "" }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40324", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "forceResolve": { - "versions": "1.0(1e)-", - "comment": [ - "Whether the relation should force pull the target." - ], - "isConfigurable": false, - "propGlobalId": "107", - "propLocalId": "83", - "label": "Force Resolve", - "baseType": "scalar:Bool", - "modelType": "scalar:Bool", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "true", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "false", "localName": "no", - "platformFlavors": [ - - ], - "label": "No "}, - { "value": "true", "localName": "yes", - "platformFlavors": [ - - ], - "label": "Yes "} - ], - "default": "yes", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rType": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the type of resolver." - ], - "isConfigurable": false, - "propGlobalId": "106", - "propLocalId": "82", - "label": "Resolver Type", - "baseType": "scalar:Enum8", - "modelType": "reln:ResolverType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "3", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "2", "localName": "service", - "platformFlavors": [ - - ], - "label": "Service "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "state": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "103", - "propLocalId": "26", - "label": "State", - "baseType": "scalar:Enum8", - "modelType": "reln:State", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "5", "localName": "cardinality-violation", - "platformFlavors": [ - - ], - "comment": [ - "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." - ], - "label": "Cardinality Violation "}, - { "value": "unformed", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "formed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is formed with the target object" - ], - "label": "Formed "}, - { "value": "4", "localName": "invalid-target", - "platformFlavors": [ - - ], - "comment": [ - "invalid target DN" - ], - "label": "Invalid Target "}, - { "value": "2", "localName": "missing-target", - "platformFlavors": [ - - ], - "comment": [ - "target does not exist" - ], - "label": "Missing Target "}, - { "value": "0", "localName": "unformed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is not formed" - ], - "label": "Unformed "} - ], - "default": "unformed", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "stateQual": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state qualifier of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "104", - "propLocalId": "80", - "label": "State Qualifier", - "baseType": "scalar:Enum8", - "modelType": "reln:StateQual", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "default-target", - "platformFlavors": [ - - ], - "comment": [ - "target not specified, using default" - ], - "label": "Target Not Specified "}, - { "value": "none", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mismatch-target", - "platformFlavors": [ - - ], - "comment": [ - "target not found, using default" - ], - "label": "Target Not Found "}, - { "value": "0", "localName": "none", - "platformFlavors": [ - - ], - "comment": [ - "no issue" - ], - "label": "None "} - ], - "default": "none", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "reln:To", + "reln:Inst" + ], + "subClasses": { + }, - "tCl": { - "versions": "1.1(1j)-", - "comment": [ - "The class ID of the target object. This property is managed internally and should not be modified by the user." - ], - "isConfigurable": false, - "propGlobalId": "18160", - "propLocalId": "78", - "label": "Target Class", - "baseType": "scalar:Enum16", - "modelType": "reln:ClassId", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "493", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "493", "localName": "fabricPathEp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "unspecified", - "platformFlavors": [ - - ], - "label": "unspecified "} - ], - "default": "fabricPathEp", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationInfo": { + "type": "explicit", + "cardinality": "1-to-m", + "fromMo": "infra:HPathS", + "fromRelMo": "infra:RsHPathAtt", + "toMo": "fabric:PathEp", + "toRelMo": "fabric:RtHPathAtt", + "enforceable": false, + "resolvable": false }, - "tDn": { - "versions": "1.1(1j)-", - "comment": [ - "The distinguished name of the target." - ], - "isConfigurable": true, - "propGlobalId": "18159", - "propLocalId": "77", - "label": "Target-dn", - "baseType": "reference:BinRef", - "modelType": "reln:Dn", - "needsPropDelimiters": true, - "uitype": "string", - "createOnly": false, - "readWrite": false, - "readOnly": false, - "isNaming": true, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/infra/hpaths-{name}/rsHPathAtt-[{tDn}]" + ], + "writeAccess": [ + "access-connectivity", + "access-equipment", + "admin" + ], + "readAccess": [ + "access-connectivity", + "access-equipment", + "admin" + ], + "faults": { + }, - "tType": { - "versions": "1.0(1e)-", - "comment": [ - "The type of target." - ], - "isConfigurable": false, - "propGlobalId": "105", - "propLocalId": "81", - "label": "Target Type", - "baseType": "scalar:Enum8", - "modelType": "reln:TargetType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "all", - "platformFlavors": [ - - ], - "label": "All "}, - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "0", "localName": "name", - "platformFlavors": [ - - ], - "label": "Name "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4212296": "creation||infra:RsHPathAtt", + "E4212297": "modification||infra:RsHPathAtt", + "E4212298": "deletion||infra:RsHPathAtt" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "1.1(1j)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": false, + "hasStats": false, + "isStat": false, + "isFaultable": false, + "isDomainable": false, + "isHealthScorable": false, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "regular", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + "apic" + ], + "classId": "6106", + "className": "RsHPathAtt", + "classPkg": "infra", + "featureTag": "", + "moCategory": "RelationshipToLocal", + "label": "Host Path", + "comment": [ + "" + ], + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38185", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40324", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "forceResolve": { + "versions": "1.0(1e)-", + "comment": [ + "Whether the relation should force pull the target." + ], + "isConfigurable": false, + "propGlobalId": "107", + "propLocalId": "83", + "label": "Force Resolve", + "baseType": "scalar:Bool", + "modelType": "scalar:Bool", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "true", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "false", "localName": "no", + "platformFlavors": [ + + ], + "label": "No "}, + { "value": "true", "localName": "yes", + "platformFlavors": [ + + ], + "label": "Yes "} + ], + "default": "yes", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rType": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the type of resolver." + ], + "isConfigurable": false, + "propGlobalId": "106", + "propLocalId": "82", + "label": "Resolver Type", + "baseType": "scalar:Enum8", + "modelType": "reln:ResolverType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "3", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "2", "localName": "service", + "platformFlavors": [ + + ], + "label": "Service "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "state": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "103", + "propLocalId": "26", + "label": "State", + "baseType": "scalar:Enum8", + "modelType": "reln:State", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "5", "localName": "cardinality-violation", + "platformFlavors": [ + + ], + "comment": [ + "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." + ], + "label": "Cardinality Violation "}, + { "value": "unformed", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "formed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is formed with the target object" + ], + "label": "Formed "}, + { "value": "4", "localName": "invalid-target", + "platformFlavors": [ + + ], + "comment": [ + "invalid target DN" + ], + "label": "Invalid Target "}, + { "value": "2", "localName": "missing-target", + "platformFlavors": [ + + ], + "comment": [ + "target does not exist" + ], + "label": "Missing Target "}, + { "value": "0", "localName": "unformed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is not formed" + ], + "label": "Unformed "} + ], + "default": "unformed", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "stateQual": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state qualifier of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "104", + "propLocalId": "80", + "label": "State Qualifier", + "baseType": "scalar:Enum8", + "modelType": "reln:StateQual", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "default-target", + "platformFlavors": [ + + ], + "comment": [ + "target not specified, using default" + ], + "label": "Target Not Specified "}, + { "value": "none", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mismatch-target", + "platformFlavors": [ + + ], + "comment": [ + "target not found, using default" + ], + "label": "Target Not Found "}, + { "value": "0", "localName": "none", + "platformFlavors": [ + + ], + "comment": [ + "no issue" + ], + "label": "None "} + ], + "default": "none", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tCl": { + "versions": "1.1(1j)-", + "comment": [ + "The class ID of the target object. This property is managed internally and should not be modified by the user." + ], + "isConfigurable": false, + "propGlobalId": "18160", + "propLocalId": "78", + "label": "Target Class", + "baseType": "scalar:Enum16", + "modelType": "reln:ClassId", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "493", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "493", "localName": "fabricPathEp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "unspecified", + "platformFlavors": [ + + ], + "label": "unspecified "} + ], + "default": "fabricPathEp", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tDn": { + "versions": "1.1(1j)-", + "comment": [ + "The distinguished name of the target." + ], + "isConfigurable": true, + "propGlobalId": "18159", + "propLocalId": "77", + "label": "Target-dn", + "baseType": "reference:BinRef", + "modelType": "reln:Dn", + "needsPropDelimiters": true, + "uitype": "string", + "createOnly": false, + "readWrite": false, + "readOnly": false, + "isNaming": true, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tType": { + "versions": "1.0(1e)-", + "comment": [ + "The type of target." + ], + "isConfigurable": false, + "propGlobalId": "105", + "propLocalId": "81", + "label": "Target Type", + "baseType": "scalar:Enum8", + "modelType": "reln:TargetType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "all", + "platformFlavors": [ + + ], + "label": "All "}, + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "0", "localName": "name", + "platformFlavors": [ + + ], + "label": "Name "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } } diff --git a/gen/meta/infraRsPathToAccBaseGrp.json b/gen/meta/infraRsPathToAccBaseGrp.json index 2f34c6335..bce06abee 100644 --- a/gen/meta/infraRsPathToAccBaseGrp.json +++ b/gen/meta/infraRsPathToAccBaseGrp.json @@ -1,966 +1,966 @@ { - "infra:RsPathToAccBaseGrp": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Counts": "", - "fault:Inst": "", - "health:Inst": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fault-": "fault:Inst", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - - ], - "rnFormat": "rspathToAccBaseGrp", - "containedBy": { - "infra:HPathS": "" - }, - "superClasses": [ - "reln:To", - "reln:Inst" - ], - "subClasses": { - - }, - "relationInfo": { - "type": "explicit", - "cardinality": "n-to-1", - "fromMo": "infra:HPathS", - "fromRelMo": "infra:RsPathToAccBaseGrp", - "toMo": "infra:AccBaseGrp", - "toRelMo": "infra:RtPathToAccBaseGrp", - "enforceable": true, - "resolvable": true - }, - "dnFormats": [ - "uni/infra/hpaths-{name}/rspathToAccBaseGrp" - ], - "writeAccess": [ - "access-connectivity", - "access-equipment", - "admin" - ], - "readAccess": [ - "access-connectivity", - "access-equipment", - "admin" - ], - "faults": { - "F1631": "fltInfraRsPathToAccBaseGrpResolveFail" - }, - "events": { - "E4212347": "creation||infra:RsPathToAccBaseGrp", - "E4212348": "modification||infra:RsPathToAccBaseGrp", - "E4212349": "deletion||infra:RsPathToAccBaseGrp" - }, - "stats": { - - }, - "versions": "1.1(1j)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": true, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "regular", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - "apic" - ], - "classId": "6108", - "className": "RsPathToAccBaseGrp", - "classPkg": "infra", - "featureTag": "", - "moCategory": "RelationshipToLocal", - "label": "Access Base Group", - "comment": [ - "" - ], - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38186", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "infra:RsPathToAccBaseGrp": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Counts": "", + "fault:Inst": "", + "health:Inst": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fault-": "fault:Inst", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "tagKey-": "tag:Tag" }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40325", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "forceResolve": { - "versions": "1.0(1e)-", - "comment": [ - "Whether the relation should force pull the target." - ], - "isConfigurable": false, - "propGlobalId": "107", - "propLocalId": "83", - "label": "Force Resolve", - "baseType": "scalar:Bool", - "modelType": "scalar:Bool", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "true", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "false", "localName": "no", - "platformFlavors": [ - - ], - "label": "No "}, - { "value": "true", "localName": "yes", - "platformFlavors": [ - - ], - "label": "Yes "} - ], - "default": "yes", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "1.1(1j)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "18172", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rType": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the type of resolver." - ], - "isConfigurable": false, - "propGlobalId": "106", - "propLocalId": "82", - "label": "Resolver Type", - "baseType": "scalar:Enum8", - "modelType": "reln:ResolverType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "3", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "2", "localName": "service", - "platformFlavors": [ - - ], - "label": "Service "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "state": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "103", - "propLocalId": "26", - "label": "State", - "baseType": "scalar:Enum8", - "modelType": "reln:State", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "5", "localName": "cardinality-violation", - "platformFlavors": [ - - ], - "comment": [ - "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." - ], - "label": "Cardinality Violation "}, - { "value": "unformed", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "formed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is formed with the target object" - ], - "label": "Formed "}, - { "value": "4", "localName": "invalid-target", - "platformFlavors": [ - - ], - "comment": [ - "invalid target DN" - ], - "label": "Invalid Target "}, - { "value": "2", "localName": "missing-target", - "platformFlavors": [ - - ], - "comment": [ - "target does not exist" - ], - "label": "Missing Target "}, - { "value": "0", "localName": "unformed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is not formed" - ], - "label": "Unformed "} - ], - "default": "unformed", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "stateQual": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state qualifier of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "104", - "propLocalId": "80", - "label": "State Qualifier", - "baseType": "scalar:Enum8", - "modelType": "reln:StateQual", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "default-target", - "platformFlavors": [ - - ], - "comment": [ - "target not specified, using default" - ], - "label": "Target Not Specified "}, - { "value": "none", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mismatch-target", - "platformFlavors": [ - - ], - "comment": [ - "target not found, using default" - ], - "label": "Target Not Found "}, - { "value": "0", "localName": "none", - "platformFlavors": [ - - ], - "comment": [ - "no issue" - ], - "label": "None "} - ], - "default": "none", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + + ], + "rnFormat": "rspathToAccBaseGrp", + "containedBy": { + "infra:HPathS": "" }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "reln:To", + "reln:Inst" + ], + "subClasses": { + }, - "tCl": { - "versions": "1.1(1j)-", - "comment": [ - "The class ID of the target object. This property is managed internally and should not be modified by the user." - ], - "isConfigurable": false, - "propGlobalId": "18163", - "propLocalId": "78", - "label": "Target Class", - "baseType": "scalar:Enum16", - "modelType": "reln:ClassId", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "4384", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4384", "localName": "infraAccBaseGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4406", "localName": "infraAccBndlGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "6102", "localName": "infraAccBndlPolGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4416", "localName": "infraAccBndlSubgrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4409", "localName": "infraAccPortGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "9141", "localName": "infraBrkoutPortGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "11873", "localName": "infraFcAccBndlGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "11874", "localName": "infraFcAccBndlPolGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "11872", "localName": "infraFcAccPortGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4386", "localName": "infraFexBndlGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "8243", "localName": "infraSpAccPortGrp", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "unspecified", - "platformFlavors": [ - - ], - "label": "unspecified "} - ], - "default": "infraAccBaseGrp", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationInfo": { + "type": "explicit", + "cardinality": "n-to-1", + "fromMo": "infra:HPathS", + "fromRelMo": "infra:RsPathToAccBaseGrp", + "toMo": "infra:AccBaseGrp", + "toRelMo": "infra:RtPathToAccBaseGrp", + "enforceable": true, + "resolvable": true }, - "tDn": { - "versions": "1.1(1j)-", - "comment": [ - "The distinguished name of the target." - ], - "isConfigurable": true, - "propGlobalId": "18162", - "propLocalId": "77", - "label": "Target-dn", - "baseType": "reference:BinRef", - "modelType": "reln:Dn", - "needsPropDelimiters": true, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/infra/hpaths-{name}/rspathToAccBaseGrp" + ], + "writeAccess": [ + "access-connectivity", + "access-equipment", + "admin" + ], + "readAccess": [ + "access-connectivity", + "access-equipment", + "admin" + ], + "faults": { + "F1631": "fltInfraRsPathToAccBaseGrpResolveFail" }, - "tType": { - "versions": "1.0(1e)-", - "comment": [ - "The type of target." - ], - "isConfigurable": false, - "propGlobalId": "105", - "propLocalId": "81", - "label": "Target Type", - "baseType": "scalar:Enum8", - "modelType": "reln:TargetType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "all", - "platformFlavors": [ - - ], - "label": "All "}, - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "0", "localName": "name", - "platformFlavors": [ - - ], - "label": "Name "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4212347": "creation||infra:RsPathToAccBaseGrp", + "E4212348": "modification||infra:RsPathToAccBaseGrp", + "E4212349": "deletion||infra:RsPathToAccBaseGrp" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "1.1(1j)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": true, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "regular", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + "apic" + ], + "classId": "6108", + "className": "RsPathToAccBaseGrp", + "classPkg": "infra", + "featureTag": "", + "moCategory": "RelationshipToLocal", + "label": "Access Base Group", + "comment": [ + "" + ], + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38186", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40325", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "forceResolve": { + "versions": "1.0(1e)-", + "comment": [ + "Whether the relation should force pull the target." + ], + "isConfigurable": false, + "propGlobalId": "107", + "propLocalId": "83", + "label": "Force Resolve", + "baseType": "scalar:Bool", + "modelType": "scalar:Bool", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "true", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "false", "localName": "no", + "platformFlavors": [ + + ], + "label": "No "}, + { "value": "true", "localName": "yes", + "platformFlavors": [ + + ], + "label": "Yes "} + ], + "default": "yes", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "1.1(1j)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "18172", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rType": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the type of resolver." + ], + "isConfigurable": false, + "propGlobalId": "106", + "propLocalId": "82", + "label": "Resolver Type", + "baseType": "scalar:Enum8", + "modelType": "reln:ResolverType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "3", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "2", "localName": "service", + "platformFlavors": [ + + ], + "label": "Service "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "state": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "103", + "propLocalId": "26", + "label": "State", + "baseType": "scalar:Enum8", + "modelType": "reln:State", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "5", "localName": "cardinality-violation", + "platformFlavors": [ + + ], + "comment": [ + "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." + ], + "label": "Cardinality Violation "}, + { "value": "unformed", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "formed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is formed with the target object" + ], + "label": "Formed "}, + { "value": "4", "localName": "invalid-target", + "platformFlavors": [ + + ], + "comment": [ + "invalid target DN" + ], + "label": "Invalid Target "}, + { "value": "2", "localName": "missing-target", + "platformFlavors": [ + + ], + "comment": [ + "target does not exist" + ], + "label": "Missing Target "}, + { "value": "0", "localName": "unformed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is not formed" + ], + "label": "Unformed "} + ], + "default": "unformed", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "stateQual": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state qualifier of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "104", + "propLocalId": "80", + "label": "State Qualifier", + "baseType": "scalar:Enum8", + "modelType": "reln:StateQual", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "default-target", + "platformFlavors": [ + + ], + "comment": [ + "target not specified, using default" + ], + "label": "Target Not Specified "}, + { "value": "none", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mismatch-target", + "platformFlavors": [ + + ], + "comment": [ + "target not found, using default" + ], + "label": "Target Not Found "}, + { "value": "0", "localName": "none", + "platformFlavors": [ + + ], + "comment": [ + "no issue" + ], + "label": "None "} + ], + "default": "none", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tCl": { + "versions": "1.1(1j)-", + "comment": [ + "The class ID of the target object. This property is managed internally and should not be modified by the user." + ], + "isConfigurable": false, + "propGlobalId": "18163", + "propLocalId": "78", + "label": "Target Class", + "baseType": "scalar:Enum16", + "modelType": "reln:ClassId", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "4384", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4384", "localName": "infraAccBaseGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4406", "localName": "infraAccBndlGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "6102", "localName": "infraAccBndlPolGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4416", "localName": "infraAccBndlSubgrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4409", "localName": "infraAccPortGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "9141", "localName": "infraBrkoutPortGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "11873", "localName": "infraFcAccBndlGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "11874", "localName": "infraFcAccBndlPolGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "11872", "localName": "infraFcAccPortGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4386", "localName": "infraFexBndlGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "8243", "localName": "infraSpAccPortGrp", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "unspecified", + "platformFlavors": [ + + ], + "label": "unspecified "} + ], + "default": "infraAccBaseGrp", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tDn": { + "versions": "1.1(1j)-", + "comment": [ + "The distinguished name of the target." + ], + "isConfigurable": true, + "propGlobalId": "18162", + "propLocalId": "77", + "label": "Target-dn", + "baseType": "reference:BinRef", + "modelType": "reln:Dn", + "needsPropDelimiters": true, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tType": { + "versions": "1.0(1e)-", + "comment": [ + "The type of target." + ], + "isConfigurable": false, + "propGlobalId": "105", + "propLocalId": "81", + "label": "Target Type", + "baseType": "scalar:Enum8", + "modelType": "reln:TargetType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "all", + "platformFlavors": [ + + ], + "label": "All "}, + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "0", "localName": "name", + "platformFlavors": [ + + ], + "label": "Name "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } } diff --git a/gen/meta/l3extConsLbl.json b/gen/meta/l3extConsLbl.json index 7142cc4b7..a7f37fda3 100644 --- a/gen/meta/l3extConsLbl.json +++ b/gen/meta/l3extConsLbl.json @@ -176,17 +176,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -318,7 +318,12 @@ "platformFlavors": [ ], - "label": "Primary IP and floating ip are not in same subnet "} + "label": "Primary IP and floating ip are not in same subnet "}, + { "value": "32768", "localName": "vxgw-remote-fabric-route-profile-mismatch", + "platformFlavors": [ + + ], + "label": "Different route policies configured for VXLAN Border Gateway Remote Fabrics "} ], "default": "none", "platformFlavors": [ @@ -426,12 +431,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -493,7 +498,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -535,7 +540,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -553,7 +558,7 @@ "isConfigurable": false, "propGlobalId": "26849", "propLocalId": "228", - "label": "Monitoring policy", + "label": "Monitoring Policy", "baseType": "reference:BinRef", "modelType": "reference:BinRef", "needsPropDelimiters": true, @@ -827,7 +832,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -835,7 +840,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -843,7 +848,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ diff --git a/gen/meta/l3extRsRedistributePol.json b/gen/meta/l3extRsRedistributePol.json index 80b3a34ac..ce8443437 100644 --- a/gen/meta/l3extRsRedistributePol.json +++ b/gen/meta/l3extRsRedistributePol.json @@ -161,17 +161,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -241,12 +241,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -264,7 +264,7 @@ "isConfigurable": false, "propGlobalId": "107", "propLocalId": "83", - "label": "forceResolve", + "label": "Force Resolve", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -355,7 +355,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -397,7 +397,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -415,7 +415,7 @@ "isConfigurable": false, "propGlobalId": "54515", "propLocalId": "228", - "label": "Monitoring policy", + "label": "Monitoring Policy", "baseType": "reference:BinRef", "modelType": "reference:BinRef", "needsPropDelimiters": true, @@ -444,7 +444,7 @@ "isConfigurable": false, "propGlobalId": "106", "propLocalId": "82", - "label": "rType", + "label": "Resolver Type", "baseType": "scalar:Enum8", "modelType": "reln:ResolverType", "needsPropDelimiters": false, @@ -468,17 +468,17 @@ "platformFlavors": [ ], - "label": "local "}, + "label": "Local "}, { "value": "1", "localName": "mo", "platformFlavors": [ ], - "label": "mo "}, + "label": "MO "}, { "value": "2", "localName": "service", "platformFlavors": [ ], - "label": "service "} + "label": "Service "} ], "default": "mo", "platformFlavors": [ @@ -602,7 +602,7 @@ "comment": [ "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." ], - "label": "cardinality-violation "}, + "label": "Cardinality Violation "}, { "value": "unformed", "localName": "defaultValue", "platformFlavors": [ @@ -615,7 +615,7 @@ "comment": [ "the relationship is formed with the target object" ], - "label": "formed "}, + "label": "Formed "}, { "value": "4", "localName": "invalid-target", "platformFlavors": [ @@ -623,7 +623,7 @@ "comment": [ "invalid target DN" ], - "label": "invalid-target "}, + "label": "Invalid Target "}, { "value": "2", "localName": "missing-target", "platformFlavors": [ @@ -631,7 +631,7 @@ "comment": [ "target does not exist" ], - "label": "missing-target "}, + "label": "Missing Target "}, { "value": "0", "localName": "unformed", "platformFlavors": [ @@ -639,7 +639,7 @@ "comment": [ "the relationship is not formed" ], - "label": "unformed "} + "label": "Unformed "} ], "default": "unformed", "platformFlavors": [ @@ -679,7 +679,7 @@ "comment": [ "target not specified, using default" ], - "label": "default-target "}, + "label": "Target Not Specified "}, { "value": "none", "localName": "defaultValue", "platformFlavors": [ @@ -692,7 +692,7 @@ "comment": [ "target not found, using default" ], - "label": "mismatch-target "}, + "label": "Target Not Found "}, { "value": "0", "localName": "none", "platformFlavors": [ @@ -700,7 +700,7 @@ "comment": [ "no issue" ], - "label": "none "} + "label": "None "} ], "default": "none", "platformFlavors": [ @@ -740,7 +740,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -748,7 +748,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -756,7 +756,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ @@ -773,7 +773,7 @@ "isConfigurable": false, "propGlobalId": "54511", "propLocalId": "78", - "label": "Target-class", + "label": "Target Class", "baseType": "scalar:Enum16", "modelType": "reln:ClassId", "needsPropDelimiters": false, @@ -907,7 +907,7 @@ "isConfigurable": false, "propGlobalId": "4988", "propLocalId": "81", - "label": "tType", + "label": "Target Type", "baseType": "scalar:Enum8", "modelType": "reln:TargetType", "needsPropDelimiters": false, @@ -926,7 +926,7 @@ "platformFlavors": [ ], - "label": "all "}, + "label": "All "}, { "value": "name", "localName": "defaultValue", "platformFlavors": [ @@ -936,12 +936,12 @@ "platformFlavors": [ ], - "label": "mo "}, + "label": "MO "}, { "value": "0", "localName": "name", "platformFlavors": [ ], - "label": "name "} + "label": "Name "} ], "default": "name", "platformFlavors": [ diff --git a/gen/meta/mgmtInstP.json b/gen/meta/mgmtInstP.json index e573fa642..c0f343990 100644 --- a/gen/meta/mgmtInstP.json +++ b/gen/meta/mgmtInstP.json @@ -207,17 +207,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -288,6 +288,14 @@ ], "label": " "}, + { "value": "0x80000", "localName": "dynamic-port-binding-deprecated", + "platformFlavors": [ + + ], + "comment": [ + "Port Binding Validation" + ], + "label": "Dynamic port binding (lateBinding) is deprecated. Please choose a different port binding policy. "}, { "value": "8", "localName": "encap-assignment", "platformFlavors": [ @@ -330,6 +338,14 @@ ], "label": "IDs Not Allocated "}, + { "value": "0x20000", "localName": "incorrect-active-standby-uplink-order", + "platformFlavors": [ + + ], + "comment": [ + "Active/Standby Uplink Config Validations" + ], + "label": "incorrect active/standby config. Active uplink cannot be empty or null if standby uplink is configured OR Active uplink cannot be 0 as no uplink get assigned in the vCenter. "}, { "value": "1024", "localName": "instrimedcy-unsupported", "platformFlavors": [ @@ -365,7 +381,15 @@ "platformFlavors": [ ], - "label": "Not Associated With Management Zone "} + "label": "Not Associated With Management Zone "}, + { "value": "0x40000", "localName": "unsupported-vrf-enforcement-direction", + "platformFlavors": [ + + ], + "comment": [ + "VRF Enforce Direction Validations" + ], + "label": "Unsupported VRF enforcement directon. Only egress direction is supported for common policy config "} ], "default": "none", "platformFlavors": [ @@ -550,12 +574,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -617,7 +641,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -659,7 +683,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -677,7 +701,7 @@ "isConfigurable": false, "propGlobalId": "14348", "propLocalId": "228", - "label": "Monitoring policy", + "label": "Monitoring Policy", "baseType": "reference:BinRef", "modelType": "reference:BinRef", "needsPropDelimiters": true, @@ -1026,7 +1050,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -1034,7 +1058,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -1042,7 +1066,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ diff --git a/gen/meta/mgmtRsOoBCons.json b/gen/meta/mgmtRsOoBCons.json index 863bec9d3..f80835a81 100644 --- a/gen/meta/mgmtRsOoBCons.json +++ b/gen/meta/mgmtRsOoBCons.json @@ -169,17 +169,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -215,12 +215,12 @@ "platformFlavors": [ ], - "label": "No_Matching_Provider "}, + "label": "No Matching Provider "}, { "value": "4", "localName": "No_Subjects", "platformFlavors": [ ], - "label": "No_Subjects "}, + "label": "No Subjects "}, { "value": "0", "localName": "None", "platformFlavors": [ @@ -230,12 +230,12 @@ "platformFlavors": [ ], - "label": "Not_Associated_To_Context "}, + "label": "Not Associated To Context "}, { "value": "1", "localName": "PCTag_Not_Allocated", "platformFlavors": [ ], - "label": "PCTag_Not_Allocated "} + "label": "PC Tag Not Allocated "} ], "platformFlavors": [ @@ -305,12 +305,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -328,7 +328,7 @@ "isConfigurable": false, "propGlobalId": "107", "propLocalId": "83", - "label": "forceResolve", + "label": "Force Resolve", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -419,7 +419,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -461,7 +461,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -479,7 +479,7 @@ "isConfigurable": false, "propGlobalId": "14349", "propLocalId": "228", - "label": "Monitoring policy", + "label": "Monitoring Policy", "baseType": "reference:BinRef", "modelType": "reference:BinRef", "needsPropDelimiters": true, @@ -586,7 +586,7 @@ "isConfigurable": false, "propGlobalId": "106", "propLocalId": "82", - "label": "rType", + "label": "Resolver Type", "baseType": "scalar:Enum8", "modelType": "reln:ResolverType", "needsPropDelimiters": false, @@ -610,17 +610,17 @@ "platformFlavors": [ ], - "label": "local "}, + "label": "Local "}, { "value": "1", "localName": "mo", "platformFlavors": [ ], - "label": "mo "}, + "label": "MO "}, { "value": "2", "localName": "service", "platformFlavors": [ ], - "label": "service "} + "label": "Service "} ], "default": "mo", "platformFlavors": [ @@ -689,7 +689,7 @@ "comment": [ "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." ], - "label": "cardinality-violation "}, + "label": "Cardinality Violation "}, { "value": "unformed", "localName": "defaultValue", "platformFlavors": [ @@ -702,7 +702,7 @@ "comment": [ "the relationship is formed with the target object" ], - "label": "formed "}, + "label": "Formed "}, { "value": "4", "localName": "invalid-target", "platformFlavors": [ @@ -710,7 +710,7 @@ "comment": [ "invalid target DN" ], - "label": "invalid-target "}, + "label": "Invalid Target "}, { "value": "2", "localName": "missing-target", "platformFlavors": [ @@ -718,7 +718,7 @@ "comment": [ "target does not exist" ], - "label": "missing-target "}, + "label": "Missing Target "}, { "value": "0", "localName": "unformed", "platformFlavors": [ @@ -726,7 +726,7 @@ "comment": [ "the relationship is not formed" ], - "label": "unformed "} + "label": "Unformed "} ], "default": "unformed", "platformFlavors": [ @@ -766,7 +766,7 @@ "comment": [ "target not specified, using default" ], - "label": "default-target "}, + "label": "Target Not Specified "}, { "value": "none", "localName": "defaultValue", "platformFlavors": [ @@ -779,7 +779,7 @@ "comment": [ "target not found, using default" ], - "label": "mismatch-target "}, + "label": "Target Not Found "}, { "value": "0", "localName": "none", "platformFlavors": [ @@ -787,7 +787,7 @@ "comment": [ "no issue" ], - "label": "none "} + "label": "None "} ], "default": "none", "platformFlavors": [ @@ -827,7 +827,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -835,7 +835,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -843,7 +843,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ @@ -860,7 +860,7 @@ "isConfigurable": false, "propGlobalId": "12535", "propLocalId": "78", - "label": "Target-class", + "label": "Target Class", "baseType": "scalar:Enum16", "modelType": "reln:ClassId", "needsPropDelimiters": false, @@ -994,7 +994,7 @@ "isConfigurable": false, "propGlobalId": "4988", "propLocalId": "81", - "label": "tType", + "label": "Target Type", "baseType": "scalar:Enum8", "modelType": "reln:TargetType", "needsPropDelimiters": false, @@ -1013,7 +1013,7 @@ "platformFlavors": [ ], - "label": "all "}, + "label": "All "}, { "value": "name", "localName": "defaultValue", "platformFlavors": [ @@ -1023,12 +1023,12 @@ "platformFlavors": [ ], - "label": "mo "}, + "label": "MO "}, { "value": "0", "localName": "name", "platformFlavors": [ ], - "label": "name "} + "label": "Name "} ], "default": "name", "platformFlavors": [ diff --git a/gen/meta/mgmtSubnet.json b/gen/meta/mgmtSubnet.json index f23c2be35..781389fc7 100644 --- a/gen/meta/mgmtSubnet.json +++ b/gen/meta/mgmtSubnet.json @@ -163,17 +163,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -280,12 +280,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -377,7 +377,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -419,7 +419,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -557,7 +557,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -565,7 +565,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -573,7 +573,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ diff --git a/gen/meta/netflowExporterPol.json b/gen/meta/netflowExporterPol.json index c929e3b3b..2cb3800b5 100644 --- a/gen/meta/netflowExporterPol.json +++ b/gen/meta/netflowExporterPol.json @@ -1,1220 +1,1220 @@ { - "netflow:ExporterPol": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Counts": "", - "fault:Delegate": "", - "health:Inst": "", - "netflow:RsExporterToCtx": "", - "netflow:RsExporterToEPg": "", - "netflow:RsExporterToTopSystem": "", - "netflow:RtMonitorToExporter": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fd-": "fault:Delegate", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "rsexporterToCtx": "netflow:RsExporterToCtx", - "rsexporterToEPg": "netflow:RsExporterToEPg", - "rsexporterToTopSystem": "netflow:RsExporterToTopSystem", - "rtmonitorToExporter-": "netflow:RtMonitorToExporter", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - "name" - ], - "rnFormat": "exporterpol-{name}", - "containedBy": { - "fv:Tenant": "", - "infra:Infra": "" - }, - "superClasses": [ - "netflow:AExporterPol", - "netflow:AFabExporterPol", - "fabric:L2IfPol", - "fabric:ProtoIfPol", - "fabric:ProtoPol", - "pol:Def", - "pol:Obj", - "naming:NamedObject" - ], - "subClasses": { - - }, - "relationFrom": { - "netflow:RtMonitorToExporter": "netflow:MonitorPol" - }, - "relationTo": { - "netflow:RsExporterToCtx": "fv:Ctx", - "netflow:RsExporterToEPg": "fv:EPg", - "netflow:RsExporterToTopSystem": "top:System" - }, - "dnFormats": [ - "uni/infra/exporterpol-{name}", - "uni/tn-{name}/exporterpol-{name}" - ], - "writeAccess": [ - "admin", - "custom-port-privilege" - ], - "readAccess": [ - "admin", - "custom-port-privilege" - ], - "faults": { - - }, - "events": { - "E4214399": "creation||netflow:ExporterPol", - "E4214400": "modification||netflow:ExporterPol", - "E4214401": "deletion||netflow:ExporterPol" - }, - "stats": { - - }, - "versions": "2.2(1k)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": false, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "logical", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - - ], - "classId": "9207", - "className": "ExporterPol", - "classPkg": "netflow", - "featureTag": "", - "moCategory": "Regular", - "label": "External Collector Reachability", - "comment": [ - "Exporter information for bootstrapping the netflow Collection agent" - ], - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38546", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "netflow:ExporterPol": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Counts": "", + "fault:Delegate": "", + "health:Inst": "", + "netflow:RsExporterToCtx": "", + "netflow:RsExporterToEPg": "", + "netflow:RsExporterToTopSystem": "", + "netflow:RtMonitorToExporter": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fd-": "fault:Delegate", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "rsexporterToCtx": "netflow:RsExporterToCtx", + "rsexporterToEPg": "netflow:RsExporterToEPg", + "rsexporterToTopSystem": "netflow:RsExporterToTopSystem", + "rtmonitorToExporter-": "netflow:RtMonitorToExporter", + "tagKey-": "tag:Tag" }, - "descr": { - "versions": "2.2(1k)-", - "comment": [ - "The description of this configuration item." - ], - "isConfigurable": true, - "propGlobalId": "27338", - "propLocalId": "28", - "label": "Description", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + "name" + ], + "rnFormat": "exporterpol-{name}", + "containedBy": { + "fv:Tenant": "", + "infra:Infra": "" }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "dscp": { - "versions": "2.3(1e)-", - "comment": [ - "IP dscp value" - ], - "isConfigurable": true, - "propGlobalId": "33153", - "propLocalId": "978", - "label": "QoS DSCP Value", - "baseType": "scalar:UByte", - "modelType": "qosp:DscpCP", - "needsPropDelimiters": false, - "uitype": "number", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "analytics:RemoteNode:dscp", - "validators": [ - {"min" : 0, "max": 63 } - ], - "validValues": [ - { "value": "10", "localName": "AF11", - "platformFlavors": [ - - ], - "comment": [ - "AF11 low drop" - ], - "label": "AF11 Low Drop "}, - { "value": "12", "localName": "AF12", - "platformFlavors": [ - - ], - "comment": [ - "AF12 medium drop" - ], - "label": "AF12 Medium Drop "}, - { "value": "14", "localName": "AF13", - "platformFlavors": [ - - ], - "comment": [ - "AF13 high drop" - ], - "label": "AF13 High Drop "}, - { "value": "18", "localName": "AF21", - "platformFlavors": [ - - ], - "comment": [ - "AF21 low drop" - ], - "label": "AF21 Low Drop "}, - { "value": "20", "localName": "AF22", - "platformFlavors": [ - - ], - "comment": [ - "AF22 medium drop" - ], - "label": "AF22 Medium Drop "}, - { "value": "22", "localName": "AF23", - "platformFlavors": [ - - ], - "comment": [ - "AF22 high drop" - ], - "label": "AF23 High Drop "}, - { "value": "26", "localName": "AF31", - "platformFlavors": [ - - ], - "comment": [ - "AF31 low drop" - ], - "label": "AF31 Low Drop "}, - { "value": "28", "localName": "AF32", - "platformFlavors": [ - - ], - "comment": [ - "AF32 medium drop" - ], - "label": "AF32 Medium Drop "}, - { "value": "30", "localName": "AF33", - "platformFlavors": [ - - ], - "comment": [ - "AF33 high drop" - ], - "label": "AF33 High Drop "}, - { "value": "34", "localName": "AF41", - "platformFlavors": [ - - ], - "comment": [ - "AF41 low drop" - ], - "label": "AF41 Low Drop "}, - { "value": "36", "localName": "AF42", - "platformFlavors": [ - - ], - "comment": [ - "AF42 medium drop" - ], - "label": "AF42 Medium Drop "}, - { "value": "38", "localName": "AF43", - "platformFlavors": [ - - ], - "comment": [ - "AF42 high drop" - ], - "label": "AF43 High Drop "}, - { "value": "0", "localName": "CS0", - "platformFlavors": [ - - ], - "comment": [ - "CS0" - ], - "label": "CS0 "}, - { "value": "8", "localName": "CS1", - "platformFlavors": [ - - ], - "comment": [ - "CS1" - ], - "label": "CS1 "}, - { "value": "16", "localName": "CS2", - "platformFlavors": [ - - ], - "comment": [ - "CS2" - ], - "label": "CS2 "}, - { "value": "24", "localName": "CS3", - "platformFlavors": [ - - ], - "comment": [ - "CS3" - ], - "label": "CS3 "}, - { "value": "32", "localName": "CS4", - "platformFlavors": [ - - ], - "comment": [ - "CS4" - ], - "label": "CS4 "}, - { "value": "40", "localName": "CS5", - "platformFlavors": [ - - ], - "comment": [ - "CS5" - ], - "label": "CS5 "}, - { "value": "48", "localName": "CS6", - "platformFlavors": [ - - ], - "comment": [ - "CS6" - ], - "label": "CS6 "}, - { "value": "56", "localName": "CS7", - "platformFlavors": [ - - ], - "comment": [ - "CS7" - ], - "label": "CS7 "}, - { "value": "46", "localName": "EF", - "platformFlavors": [ - - ], - "comment": [ - "EF" - ], - "label": "Expedited Forwarding "}, - { "value": "44", "localName": "VA", - "platformFlavors": [ - - ], - "comment": [ - "VA" - ], - "label": "Voice Admit "}, - { "value": "CS2", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "CS2", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "dstAddr": { - "versions": "2.2(1k)-", - "comment": [ - "Remote node destination IP address" - ], - "isConfigurable": true, - "propGlobalId": "27503", - "propLocalId": "5353", - "label": "Remote Entity IP", - "baseType": "address:Ip", - "modelType": "address:Ip", - "needsPropDelimiters": true, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "analytics:RemoteNode:dstAddr", - "validateAsIPv4OrIPv6": true, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "dstPort": { - "versions": "2.2(1k)-", - "comment": [ - "Remote node destination port" - ], - "isConfigurable": true, - "propGlobalId": "27504", - "propLocalId": "1046", - "label": "Remote Entity L4 Port", - "baseType": "scalar:Uint16", - "modelType": "l4:Port", - "needsPropDelimiters": false, - "uitype": "number", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "analytics:RemoteNode:dstPort", - "validators": [ - {"min" : 0, "max": 65535 } - ], - "validValues": [ - { "value": "unspecified", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "53", "localName": "dns", - "platformFlavors": [ - - ], - "label": "DNS "}, - { "value": "20", "localName": "ftpData", - "platformFlavors": [ - - ], - "label": "FTP Data "}, - { "value": "80", "localName": "http", - "platformFlavors": [ - - ], - "label": "HTTP "}, - { "value": "443", "localName": "https", - "platformFlavors": [ - - ], - "label": "HTTPS "}, - { "value": "110", "localName": "pop3", - "platformFlavors": [ - - ], - "label": "POP3 "}, - { "value": "554", "localName": "rtsp", - "platformFlavors": [ - - ], - "label": "RTSP "}, - { "value": "25", "localName": "smtp", - "platformFlavors": [ - - ], - "label": "SMTP "}, - { "value": "22", "localName": "ssh", - "platformFlavors": [ - - ], - "label": "SSH "}, - { "value": "0", "localName": "unspecified", - "platformFlavors": [ - - ], - "label": "Unspecified "} - ], - "default": "unspecified", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40685", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "2.2(1k)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "27389", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "name": { - "versions": "2.2(1k)-", - "comment": [ - "The name of the object." - ], - "isConfigurable": true, - "propGlobalId": "27339", - "propLocalId": "13", - "label": "Name", - "baseType": "string:Basic", - "modelType": "naming:Name", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": false, - "readOnly": false, - "isNaming": true, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validators": [ - {"min" : 1, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "nameAlias": { - "versions": "2.2(1k)-", - "isConfigurable": true, - "propGlobalId": "28417", - "propLocalId": "6719", - "label": "Display Name", - "baseType": "string:Basic", - "modelType": "naming:NameAlias", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 63, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "ownerKey": { - "versions": "1.0(1e)-", - "comment": [ - "The key for enabling clients to own their data for entity correlation." - ], - "isConfigurable": true, - "propGlobalId": "15230", - "propLocalId": "4100", - "label": "ownerKey", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "ownerTag": { - "versions": "1.0(1e)-", - "comment": [ - "A tag for enabling clients to add their own data. For example, to indicate who created this object." - ], - "isConfigurable": true, - "propGlobalId": "15231", - "propLocalId": "4101", - "label": "ownerTag", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "netflow:AExporterPol", + "netflow:AFabExporterPol", + "fabric:L2IfPol", + "fabric:ProtoIfPol", + "fabric:ProtoPol", + "pol:Def", + "pol:Obj", + "naming:NamedObject" + ], + "subClasses": { + }, - "sourceIpType": { - "versions": "3.0(1k)-", - "isConfigurable": true, - "propGlobalId": "33429", - "propLocalId": "7997", - "label": "Type of Exporter Src IP Address: Can be one of the available management IP Address for a given leaf or a custom IP Address", - "baseType": "scalar:Enum8", - "modelType": "netflow:SrcIpType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "1", "localName": "custom-src-ip", - "platformFlavors": [ - - ], - "label": "Custom Src IP "}, - { "value": "custom-src-ip", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "2", "localName": "inband-mgmt-ip", - "platformFlavors": [ - - ], - "label": "Inband Management IP "}, - { "value": "3", "localName": "oob-mgmt-ip", - "platformFlavors": [ - - ], - "label": "OutOfband Management IP "}, - { "value": "4", "localName": "ptep", - "platformFlavors": [ - - ], - "label": "PTEP address "} - ], - "default": "custom-src-ip", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationFrom": { + "netflow:RtMonitorToExporter": "netflow:MonitorPol" }, - "srcAddr": { - "versions": "2.2(1k)-", - "comment": [ - "Source IP address" - ], - "isConfigurable": true, - "propGlobalId": "27505", - "propLocalId": "4387", - "label": "Source IP Address", - "baseType": "address:Ip", - "modelType": "address:Ip", - "needsPropDelimiters": true, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "analytics:RemoteNode:srcAddr", - "validateAsIPv4OrIPv6": true, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationTo": { + "netflow:RsExporterToCtx": "fv:Ctx", + "netflow:RsExporterToEPg": "fv:EPg", + "netflow:RsExporterToTopSystem": "top:System" }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/infra/exporterpol-{name}", + "uni/tn-{name}/exporterpol-{name}" + ], + "writeAccess": [ + "admin", + "custom-port-privilege" + ], + "readAccess": [ + "admin", + "custom-port-privilege" + ], + "faults": { + }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4214399": "creation||netflow:ExporterPol", + "E4214400": "modification||netflow:ExporterPol", + "E4214401": "deletion||netflow:ExporterPol" }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "ver": { - "versions": "2.2(1k)-", - "comment": [ - "Collector version" - ], - "isConfigurable": true, - "propGlobalId": "65628", - "propLocalId": "811", - "label": "Exporter NetFlow Version Format", - "baseType": "scalar:Enum8", - "modelType": "analytics:CollVersion", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "3", "localName": "cisco-v1", - "platformFlavors": [ - - ], - "comment": [ - "Cisco proprietary version 1" - ], - "label": "Cisco proprietary version 1 "}, - { "value": "v9", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "v5", - "platformFlavors": [ - - ], - "comment": [ - "Version 5" - ], - "label": "Version 5 "}, - { "value": "2", "localName": "v9", - "platformFlavors": [ - - ], - "comment": [ - "Version 9" - ], - "label": "Version 9 "} - ], - "default": "v9", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "2.2(1k)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": false, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "logical", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + + ], + "classId": "9207", + "className": "ExporterPol", + "classPkg": "netflow", + "featureTag": "", + "moCategory": "Regular", + "label": "External Collector Reachability", + "comment": [ + "Exporter information for bootstrapping the netflow Collection agent" + ], + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38546", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "descr": { + "versions": "2.2(1k)-", + "comment": [ + "The description of this configuration item." + ], + "isConfigurable": true, + "propGlobalId": "27338", + "propLocalId": "28", + "label": "Description", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dscp": { + "versions": "2.3(1e)-", + "comment": [ + "IP dscp value" + ], + "isConfigurable": true, + "propGlobalId": "33153", + "propLocalId": "978", + "label": "QoS DSCP Value", + "baseType": "scalar:UByte", + "modelType": "qosp:DscpCP", + "needsPropDelimiters": false, + "uitype": "number", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "analytics:RemoteNode:dscp", + "validators": [ + {"min" : 0, "max": 63 } + ], + "validValues": [ + { "value": "10", "localName": "AF11", + "platformFlavors": [ + + ], + "comment": [ + "AF11 low drop" + ], + "label": "AF11 Low Drop "}, + { "value": "12", "localName": "AF12", + "platformFlavors": [ + + ], + "comment": [ + "AF12 medium drop" + ], + "label": "AF12 Medium Drop "}, + { "value": "14", "localName": "AF13", + "platformFlavors": [ + + ], + "comment": [ + "AF13 high drop" + ], + "label": "AF13 High Drop "}, + { "value": "18", "localName": "AF21", + "platformFlavors": [ + + ], + "comment": [ + "AF21 low drop" + ], + "label": "AF21 Low Drop "}, + { "value": "20", "localName": "AF22", + "platformFlavors": [ + + ], + "comment": [ + "AF22 medium drop" + ], + "label": "AF22 Medium Drop "}, + { "value": "22", "localName": "AF23", + "platformFlavors": [ + + ], + "comment": [ + "AF22 high drop" + ], + "label": "AF23 High Drop "}, + { "value": "26", "localName": "AF31", + "platformFlavors": [ + + ], + "comment": [ + "AF31 low drop" + ], + "label": "AF31 Low Drop "}, + { "value": "28", "localName": "AF32", + "platformFlavors": [ + + ], + "comment": [ + "AF32 medium drop" + ], + "label": "AF32 Medium Drop "}, + { "value": "30", "localName": "AF33", + "platformFlavors": [ + + ], + "comment": [ + "AF33 high drop" + ], + "label": "AF33 High Drop "}, + { "value": "34", "localName": "AF41", + "platformFlavors": [ + + ], + "comment": [ + "AF41 low drop" + ], + "label": "AF41 Low Drop "}, + { "value": "36", "localName": "AF42", + "platformFlavors": [ + + ], + "comment": [ + "AF42 medium drop" + ], + "label": "AF42 Medium Drop "}, + { "value": "38", "localName": "AF43", + "platformFlavors": [ + + ], + "comment": [ + "AF42 high drop" + ], + "label": "AF43 High Drop "}, + { "value": "0", "localName": "CS0", + "platformFlavors": [ + + ], + "comment": [ + "CS0" + ], + "label": "CS0 "}, + { "value": "8", "localName": "CS1", + "platformFlavors": [ + + ], + "comment": [ + "CS1" + ], + "label": "CS1 "}, + { "value": "16", "localName": "CS2", + "platformFlavors": [ + + ], + "comment": [ + "CS2" + ], + "label": "CS2 "}, + { "value": "24", "localName": "CS3", + "platformFlavors": [ + + ], + "comment": [ + "CS3" + ], + "label": "CS3 "}, + { "value": "32", "localName": "CS4", + "platformFlavors": [ + + ], + "comment": [ + "CS4" + ], + "label": "CS4 "}, + { "value": "40", "localName": "CS5", + "platformFlavors": [ + + ], + "comment": [ + "CS5" + ], + "label": "CS5 "}, + { "value": "48", "localName": "CS6", + "platformFlavors": [ + + ], + "comment": [ + "CS6" + ], + "label": "CS6 "}, + { "value": "56", "localName": "CS7", + "platformFlavors": [ + + ], + "comment": [ + "CS7" + ], + "label": "CS7 "}, + { "value": "46", "localName": "EF", + "platformFlavors": [ + + ], + "comment": [ + "EF" + ], + "label": "Expedited Forwarding "}, + { "value": "44", "localName": "VA", + "platformFlavors": [ + + ], + "comment": [ + "VA" + ], + "label": "Voice Admit "}, + { "value": "CS2", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "CS2", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dstAddr": { + "versions": "2.2(1k)-", + "comment": [ + "Remote node destination IP address" + ], + "isConfigurable": true, + "propGlobalId": "27503", + "propLocalId": "5353", + "label": "Remote Entity IP", + "baseType": "address:Ip", + "modelType": "address:Ip", + "needsPropDelimiters": true, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "analytics:RemoteNode:dstAddr", + "validateAsIPv4OrIPv6": true, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dstPort": { + "versions": "2.2(1k)-", + "comment": [ + "Remote node destination port" + ], + "isConfigurable": true, + "propGlobalId": "27504", + "propLocalId": "1046", + "label": "Remote Entity L4 Port", + "baseType": "scalar:Uint16", + "modelType": "l4:Port", + "needsPropDelimiters": false, + "uitype": "number", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "analytics:RemoteNode:dstPort", + "validators": [ + {"min" : 0, "max": 65535 } + ], + "validValues": [ + { "value": "unspecified", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "53", "localName": "dns", + "platformFlavors": [ + + ], + "label": "DNS "}, + { "value": "20", "localName": "ftpData", + "platformFlavors": [ + + ], + "label": "FTP Data "}, + { "value": "80", "localName": "http", + "platformFlavors": [ + + ], + "label": "HTTP "}, + { "value": "443", "localName": "https", + "platformFlavors": [ + + ], + "label": "HTTPS "}, + { "value": "110", "localName": "pop3", + "platformFlavors": [ + + ], + "label": "POP3 "}, + { "value": "554", "localName": "rtsp", + "platformFlavors": [ + + ], + "label": "RTSP "}, + { "value": "25", "localName": "smtp", + "platformFlavors": [ + + ], + "label": "SMTP "}, + { "value": "22", "localName": "ssh", + "platformFlavors": [ + + ], + "label": "SSH "}, + { "value": "0", "localName": "unspecified", + "platformFlavors": [ + + ], + "label": "Unspecified "} + ], + "default": "unspecified", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40685", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "2.2(1k)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "27389", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "name": { + "versions": "2.2(1k)-", + "comment": [ + "The name of the object." + ], + "isConfigurable": true, + "propGlobalId": "27339", + "propLocalId": "13", + "label": "Name", + "baseType": "string:Basic", + "modelType": "naming:Name", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": false, + "readOnly": false, + "isNaming": true, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validators": [ + {"min" : 1, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "nameAlias": { + "versions": "2.2(1k)-", + "isConfigurable": true, + "propGlobalId": "28417", + "propLocalId": "6719", + "label": "Display Name", + "baseType": "string:Basic", + "modelType": "naming:NameAlias", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 63, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerKey": { + "versions": "1.0(1e)-", + "comment": [ + "The key for enabling clients to own their data for entity correlation." + ], + "isConfigurable": true, + "propGlobalId": "15230", + "propLocalId": "4100", + "label": "ownerKey", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerTag": { + "versions": "1.0(1e)-", + "comment": [ + "A tag for enabling clients to add their own data. For example, to indicate who created this object." + ], + "isConfigurable": true, + "propGlobalId": "15231", + "propLocalId": "4101", + "label": "ownerTag", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "sourceIpType": { + "versions": "3.0(1k)-", + "isConfigurable": true, + "propGlobalId": "33429", + "propLocalId": "7997", + "label": "Type of Exporter Src IP Address: Can be one of the available management IP Address for a given leaf or a custom IP Address", + "baseType": "scalar:Enum8", + "modelType": "netflow:SrcIpType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "1", "localName": "custom-src-ip", + "platformFlavors": [ + + ], + "label": "Custom Src IP "}, + { "value": "custom-src-ip", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "2", "localName": "inband-mgmt-ip", + "platformFlavors": [ + + ], + "label": "Inband Management IP "}, + { "value": "3", "localName": "oob-mgmt-ip", + "platformFlavors": [ + + ], + "label": "OutOfband Management IP "}, + { "value": "4", "localName": "ptep", + "platformFlavors": [ + + ], + "label": "PTEP address "} + ], + "default": "custom-src-ip", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "srcAddr": { + "versions": "2.2(1k)-", + "comment": [ + "Source IP address" + ], + "isConfigurable": true, + "propGlobalId": "27505", + "propLocalId": "4387", + "label": "Source IP Address", + "baseType": "address:Ip", + "modelType": "address:Ip", + "needsPropDelimiters": true, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "analytics:RemoteNode:srcAddr", + "validateAsIPv4OrIPv6": true, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ver": { + "versions": "2.2(1k)-", + "comment": [ + "Collector version" + ], + "isConfigurable": true, + "propGlobalId": "65628", + "propLocalId": "811", + "label": "Exporter NetFlow Version Format", + "baseType": "scalar:Enum8", + "modelType": "analytics:CollVersion", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "3", "localName": "cisco-v1", + "platformFlavors": [ + + ], + "comment": [ + "Cisco proprietary version 1" + ], + "label": "Cisco proprietary version 1 "}, + { "value": "v9", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "v5", + "platformFlavors": [ + + ], + "comment": [ + "Version 5" + ], + "label": "Version 5 "}, + { "value": "2", "localName": "v9", + "platformFlavors": [ + + ], + "comment": [ + "Version 9" + ], + "label": "Version 9 "} + ], + "default": "v9", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } } diff --git a/gen/meta/netflowMonitorPol.json b/gen/meta/netflowMonitorPol.json index 104baee32..6bd5c798e 100644 --- a/gen/meta/netflowMonitorPol.json +++ b/gen/meta/netflowMonitorPol.json @@ -1,752 +1,752 @@ { - "netflow:MonitorPol": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Counts": "", - "fault:Delegate": "", - "health:Inst": "", - "netflow:RsMonitorToExporter": "", - "netflow:RsMonitorToRecord": "", - "netflow:RtBDToNetflowMonitorPol": "", - "netflow:RtCeMonitorPolCons": "", - "netflow:RtIpv4MonitorPolCons": "", - "netflow:RtIpv6MonitorPolCons": "", - "netflow:RtLIfPToNetflowMonitorPol": "", - "netflow:RtNetflowMonitorPol": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fd-": "fault:Delegate", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "rsmonitorToExporter-": "netflow:RsMonitorToExporter", - "rsmonitorToRecord": "netflow:RsMonitorToRecord", - "rtfvBDToNetflowMonitorPol-": "netflow:RtBDToNetflowMonitorPol", - "rtinfraNetflowMonitorPol-": "netflow:RtNetflowMonitorPol", - "rtl1CeMonitorPolCons-": "netflow:RtCeMonitorPolCons", - "rtl1Ipv4MonitorPolCons-": "netflow:RtIpv4MonitorPolCons", - "rtl1Ipv6MonitorPolCons-": "netflow:RtIpv6MonitorPolCons", - "rtl3extLIfPToNetflowMonitorPol-": "netflow:RtLIfPToNetflowMonitorPol", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - "name" - ], - "rnFormat": "monitorpol-{name}", - "containedBy": { - "fv:Tenant": "", - "infra:Infra": "" - }, - "superClasses": [ - "netflow:AMonitorPol", - "fabric:L2IfPol", - "fabric:ProtoIfPol", - "fabric:ProtoPol", - "pol:Def", - "pol:Obj", - "naming:NamedObject" - ], - "subClasses": { - - }, - "relationFrom": { - "netflow:RtBDToNetflowMonitorPol": "fv:ABDPol", - "netflow:RtCeMonitorPolCons": "l1:EthIf", - "netflow:RtIpv4MonitorPolCons": "l1:EthIf", - "netflow:RtIpv6MonitorPolCons": "l1:EthIf", - "netflow:RtLIfPToNetflowMonitorPol": "l3ext:LIfP", - "netflow:RtNetflowMonitorPol": "infra:AccGrp" - }, - "relationTo": { - "netflow:RsMonitorToExporter": "netflow:ExporterPol", - "netflow:RsMonitorToRecord": "netflow:RecordPol" - }, - "dnFormats": [ - "uni/infra/monitorpol-{name}", - "uni/tn-{name}/monitorpol-{name}" - ], - "writeAccess": [ - "admin", - "custom-port-privilege" - ], - "readAccess": [ - "access-connectivity", - "admin", - "custom-port-privilege", - "tenant-connectivity", - "tenant-ext-connectivity" - ], - "faults": { - - }, - "events": { - "E4212704": "creation||netflow:MonitorPol", - "E4212705": "modification||netflow:MonitorPol", - "E4212706": "deletion||netflow:MonitorPol" - }, - "stats": { - - }, - "versions": "2.2(1k)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": false, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "logical", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - - ], - "classId": "9213", - "className": "MonitorPol", - "classPkg": "netflow", - "featureTag": "", - "moCategory": "Regular", - "label": "NetFlow Monitor", - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38548", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "netflow:MonitorPol": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Counts": "", + "fault:Delegate": "", + "health:Inst": "", + "netflow:RsMonitorToExporter": "", + "netflow:RsMonitorToRecord": "", + "netflow:RtBDToNetflowMonitorPol": "", + "netflow:RtCeMonitorPolCons": "", + "netflow:RtIpv4MonitorPolCons": "", + "netflow:RtIpv6MonitorPolCons": "", + "netflow:RtLIfPToNetflowMonitorPol": "", + "netflow:RtNetflowMonitorPol": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fd-": "fault:Delegate", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "rsmonitorToExporter-": "netflow:RsMonitorToExporter", + "rsmonitorToRecord": "netflow:RsMonitorToRecord", + "rtfvBDToNetflowMonitorPol-": "netflow:RtBDToNetflowMonitorPol", + "rtinfraNetflowMonitorPol-": "netflow:RtNetflowMonitorPol", + "rtl1CeMonitorPolCons-": "netflow:RtCeMonitorPolCons", + "rtl1Ipv4MonitorPolCons-": "netflow:RtIpv4MonitorPolCons", + "rtl1Ipv6MonitorPolCons-": "netflow:RtIpv6MonitorPolCons", + "rtl3extLIfPToNetflowMonitorPol-": "netflow:RtLIfPToNetflowMonitorPol", + "tagKey-": "tag:Tag" }, - "descr": { - "versions": "1.0(1e)-", - "comment": [ - "Specifies a description of the policy definition." - ], - "isConfigurable": true, - "propGlobalId": "5579", - "propLocalId": "28", - "label": "Description", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "naming:Described:descr", - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + "name" + ], + "rnFormat": "monitorpol-{name}", + "containedBy": { + "fv:Tenant": "", + "infra:Infra": "" }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40687", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "2.2(1k)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "27391", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "name": { - "versions": "2.2(1k)-", - "comment": [ - "The name of the object." - ], - "isConfigurable": true, - "propGlobalId": "27340", - "propLocalId": "13", - "label": "Name", - "baseType": "string:Basic", - "modelType": "naming:Name", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": false, - "readOnly": false, - "isNaming": true, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validators": [ - {"min" : 1, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "nameAlias": { - "versions": "2.2(1k)-", - "isConfigurable": true, - "propGlobalId": "28417", - "propLocalId": "6719", - "label": "Display Name", - "baseType": "string:Basic", - "modelType": "naming:NameAlias", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 63, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "netflow:AMonitorPol", + "fabric:L2IfPol", + "fabric:ProtoIfPol", + "fabric:ProtoPol", + "pol:Def", + "pol:Obj", + "naming:NamedObject" + ], + "subClasses": { + }, - "ownerKey": { - "versions": "1.0(1e)-", - "comment": [ - "The key for enabling clients to own their data for entity correlation." - ], - "isConfigurable": true, - "propGlobalId": "15230", - "propLocalId": "4100", - "label": "ownerKey", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationFrom": { + "netflow:RtBDToNetflowMonitorPol": "fv:ABDPol", + "netflow:RtCeMonitorPolCons": "l1:EthIf", + "netflow:RtIpv4MonitorPolCons": "l1:EthIf", + "netflow:RtIpv6MonitorPolCons": "l1:EthIf", + "netflow:RtLIfPToNetflowMonitorPol": "l3ext:LIfP", + "netflow:RtNetflowMonitorPol": "infra:AccGrp" }, - "ownerTag": { - "versions": "1.0(1e)-", - "comment": [ - "A tag for enabling clients to add their own data. For example, to indicate who created this object." - ], - "isConfigurable": true, - "propGlobalId": "15231", - "propLocalId": "4101", - "label": "ownerTag", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationTo": { + "netflow:RsMonitorToExporter": "netflow:ExporterPol", + "netflow:RsMonitorToRecord": "netflow:RecordPol" }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/infra/monitorpol-{name}", + "uni/tn-{name}/monitorpol-{name}" + ], + "writeAccess": [ + "admin", + "custom-port-privilege" + ], + "readAccess": [ + "access-connectivity", + "admin", + "custom-port-privilege", + "tenant-connectivity", + "tenant-ext-connectivity" + ], + "faults": { + }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4212704": "creation||netflow:MonitorPol", + "E4212705": "modification||netflow:MonitorPol", + "E4212706": "deletion||netflow:MonitorPol" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "2.2(1k)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": false, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "logical", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + + ], + "classId": "9213", + "className": "MonitorPol", + "classPkg": "netflow", + "featureTag": "", + "moCategory": "Regular", + "label": "NetFlow Monitor", + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38548", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "descr": { + "versions": "1.0(1e)-", + "comment": [ + "Specifies a description of the policy definition." + ], + "isConfigurable": true, + "propGlobalId": "5579", + "propLocalId": "28", + "label": "Description", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "naming:Described:descr", + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40687", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "2.2(1k)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "27391", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "name": { + "versions": "2.2(1k)-", + "comment": [ + "The name of the object." + ], + "isConfigurable": true, + "propGlobalId": "27340", + "propLocalId": "13", + "label": "Name", + "baseType": "string:Basic", + "modelType": "naming:Name", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": false, + "readOnly": false, + "isNaming": true, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validators": [ + {"min" : 1, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "nameAlias": { + "versions": "2.2(1k)-", + "isConfigurable": true, + "propGlobalId": "28417", + "propLocalId": "6719", + "label": "Display Name", + "baseType": "string:Basic", + "modelType": "naming:NameAlias", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 63, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerKey": { + "versions": "1.0(1e)-", + "comment": [ + "The key for enabling clients to own their data for entity correlation." + ], + "isConfigurable": true, + "propGlobalId": "15230", + "propLocalId": "4100", + "label": "ownerKey", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerTag": { + "versions": "1.0(1e)-", + "comment": [ + "A tag for enabling clients to add their own data. For example, to indicate who created this object." + ], + "isConfigurable": true, + "propGlobalId": "15231", + "propLocalId": "4101", + "label": "ownerTag", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } -} \ No newline at end of file +} diff --git a/gen/meta/netflowRecordPol.json b/gen/meta/netflowRecordPol.json index 929eb0ca5..aa63d1354 100644 --- a/gen/meta/netflowRecordPol.json +++ b/gen/meta/netflowRecordPol.json @@ -1,959 +1,959 @@ { - "netflow:RecordPol": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Delegate": "", - "netflow:RtMonitorToRecord": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fd-": "fault:Delegate", - "rbacDom-": "aaa:RbacAnnotation", - "rtmonitorToRecord-": "netflow:RtMonitorToRecord", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - "name" - ], - "rnFormat": "recordpol-{name}", - "containedBy": { - "fv:Tenant": "", - "infra:Infra": "" - }, - "superClasses": [ - "netflow:ARecordPol", - "fabric:L2IfPol", - "fabric:ProtoIfPol", - "fabric:ProtoPol", - "pol:Def", - "pol:Obj", - "naming:NamedObject" - ], - "subClasses": { - - }, - "relationFrom": { - "netflow:RtMonitorToRecord": "netflow:MonitorPol" - }, - "relationTo": { - - }, - "dnFormats": [ - "uni/infra/recordpol-{name}", - "uni/tn-{name}/recordpol-{name}" - ], - "writeAccess": [ - "admin", - "custom-port-privilege" - ], - "readAccess": [ - "admin", - "custom-port-privilege" - ], - "faults": { - - }, - "events": { - "E4214402": "creation||netflow:RecordPol", - "E4214403": "modification||netflow:RecordPol", - "E4214404": "deletion||netflow:RecordPol" - }, - "stats": { - - }, - "versions": "2.2(1k)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": false, - "hasStats": false, - "isStat": false, - "isFaultable": false, - "isDomainable": false, - "isHealthScorable": false, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "logical", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - - ], - "classId": "9203", - "className": "RecordPol", - "classPkg": "netflow", - "featureTag": "", - "moCategory": "Regular", - "label": "Flow Record", - "comment": [ - "Flow Record" - ], - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38544", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "netflow:RecordPol": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Delegate": "", + "netflow:RtMonitorToRecord": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fd-": "fault:Delegate", + "rbacDom-": "aaa:RbacAnnotation", + "rtmonitorToRecord-": "netflow:RtMonitorToRecord", + "tagKey-": "tag:Tag" }, - "collect": { - "versions": "2.2(1k)-", - "comment": [ - "Collect parameters for the flow record" - ], - "isConfigurable": true, - "propGlobalId": "27326", - "propLocalId": "5850", - "label": "Collect Params", - "baseType": "scalar:Bitmask64", - "modelType": "analytics:CollectParams", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "analytics:RecordP:collect", - "validValues": [ - { "value": "1", "localName": "count-bytes", - "platformFlavors": [ - - ], - "comment": [ - "Bytes counter" - ], - "label": "Bytes counter "}, - { "value": "2", "localName": "count-pkts", - "platformFlavors": [ - - ], - "comment": [ - "Packets counter" - ], - "label": "Pkts counter "}, - { "value": "src-intf", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "8", "localName": "pkt-disp", - "platformFlavors": [ - - ], - "comment": [ - "Packet disposition" - ], - "label": "Pkt disposition "}, - { "value": "4", "localName": "sampler-id", - "platformFlavors": [ - - ], - "comment": [ - "Sampler Id" - ], - "label": "Sampler ID "}, - { "value": "128", "localName": "src-intf", - "platformFlavors": [ - - ], - "comment": [ - "Source interface" - ], - "label": "Source Interface "}, - { "value": "64", "localName": "tcp-flags", - "platformFlavors": [ - - ], - "comment": [ - "TCP flags" - ], - "label": "TCP flags "}, - { "value": "16", "localName": "ts-first", - "platformFlavors": [ - - ], - "comment": [ - "First packet timestamp" - ], - "label": "First pkt timestamp "}, - { "value": "32", "localName": "ts-recent", - "platformFlavors": [ - - ], - "comment": [ - "Recent packet timestamp" - ], - "label": "Recent pkt timestamp "} - ], - "default": "src-intf", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + "name" + ], + "rnFormat": "recordpol-{name}", + "containedBy": { + "fv:Tenant": "", + "infra:Infra": "" }, - "descr": { - "versions": "1.0(1e)-", - "comment": [ - "Specifies a description of the policy definition." - ], - "isConfigurable": true, - "propGlobalId": "5579", - "propLocalId": "28", - "label": "Description", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "naming:Described:descr", - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40683", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "match": { - "versions": "2.2(1k)-", - "comment": [ - "Match parameters for the flow record" - ], - "isConfigurable": true, - "propGlobalId": "27325", - "propLocalId": "5227", - "label": "Match Params", - "baseType": "scalar:Bitmask64", - "modelType": "analytics:MatchParams", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "analytics:RecordP:match", - "validValues": [ - { "value": "unspecified", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "8192", "localName": "dst-ip", - "platformFlavors": [ - - ], - "comment": [ - "Destination IPv4/v6" - ], - "label": "Destination IPv4/6 "}, - { "value": "128", "localName": "dst-ipv4", - "platformFlavors": [ - - ], - "comment": [ - "Destination IPv4" - ], - "label": "Destination IPv4 "}, - { "value": "512", "localName": "dst-ipv6", - "platformFlavors": [ - - ], - "comment": [ - "Destination IPv6" - ], - "label": "Destination IPv6 "}, - { "value": "2", "localName": "dst-mac", - "platformFlavors": [ - - ], - "comment": [ - "Destination MAC" - ], - "label": "Destination MAC "}, - { "value": "2048", "localName": "dst-port", - "platformFlavors": [ - - ], - "comment": [ - "Destination port" - ], - "label": "Destination Port "}, - { "value": "1", "localName": "ethertype", - "platformFlavors": [ - - ], - "comment": [ - "Ethertype" - ], - "label": "Ethertype "}, - { "value": "16", "localName": "proto", - "platformFlavors": [ - - ], - "comment": [ - "IP protocol" - ], - "label": "IP Protocol "}, - { "value": "4096", "localName": "src-ip", - "platformFlavors": [ - - ], - "comment": [ - "Source IPv4/v6" - ], - "label": "Source IPv4/6 "}, - { "value": "64", "localName": "src-ipv4", - "platformFlavors": [ - - ], - "comment": [ - "Source IPv4" - ], - "label": "Source IPv4 "}, - { "value": "256", "localName": "src-ipv6", - "platformFlavors": [ - - ], - "comment": [ - "Source IPv6" - ], - "label": "Source IPv6 "}, - { "value": "4", "localName": "src-mac", - "platformFlavors": [ - - ], - "comment": [ - "Source MAC" - ], - "label": "Source MAC "}, - { "value": "1024", "localName": "src-port", - "platformFlavors": [ - - ], - "comment": [ - "Source port" - ], - "label": "Source Port "}, - { "value": "32", "localName": "tos", - "platformFlavors": [ - - ], - "comment": [ - "IP type of service" - ], - "label": "IP TOS "}, - { "value": "0", "localName": "unspecified", - "platformFlavors": [ - - ], - "comment": [ - "Unspecified" - ], - "label": "Unspecified "}, - { "value": "8", "localName": "vlan", - "platformFlavors": [ - - ], - "comment": [ - "VLAN" - ], - "label": "VLAN "} - ], - "default": "unspecified", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "name": { - "versions": "2.2(1k)-", - "comment": [ - "The name of the object." - ], - "isConfigurable": true, - "propGlobalId": "27342", - "propLocalId": "13", - "label": "Name", - "baseType": "string:Basic", - "modelType": "naming:Name", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": false, - "readOnly": false, - "isNaming": true, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validators": [ - {"min" : 1, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "nameAlias": { - "versions": "2.2(1k)-", - "isConfigurable": true, - "propGlobalId": "28417", - "propLocalId": "6719", - "label": "Display Name", - "baseType": "string:Basic", - "modelType": "naming:NameAlias", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 63, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "netflow:ARecordPol", + "fabric:L2IfPol", + "fabric:ProtoIfPol", + "fabric:ProtoPol", + "pol:Def", + "pol:Obj", + "naming:NamedObject" + ], + "subClasses": { + }, - "ownerKey": { - "versions": "1.0(1e)-", - "comment": [ - "The key for enabling clients to own their data for entity correlation." - ], - "isConfigurable": true, - "propGlobalId": "15230", - "propLocalId": "4100", - "label": "ownerKey", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationFrom": { + "netflow:RtMonitorToRecord": "netflow:MonitorPol" }, - "ownerTag": { - "versions": "1.0(1e)-", - "comment": [ - "A tag for enabling clients to add their own data. For example, to indicate who created this object." - ], - "isConfigurable": true, - "propGlobalId": "15231", - "propLocalId": "4101", - "label": "ownerTag", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationTo": { + }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/infra/recordpol-{name}", + "uni/tn-{name}/recordpol-{name}" + ], + "writeAccess": [ + "admin", + "custom-port-privilege" + ], + "readAccess": [ + "admin", + "custom-port-privilege" + ], + "faults": { + }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4214402": "creation||netflow:RecordPol", + "E4214403": "modification||netflow:RecordPol", + "E4214404": "deletion||netflow:RecordPol" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "2.2(1k)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": false, + "hasStats": false, + "isStat": false, + "isFaultable": false, + "isDomainable": false, + "isHealthScorable": false, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "logical", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + + ], + "classId": "9203", + "className": "RecordPol", + "classPkg": "netflow", + "featureTag": "", + "moCategory": "Regular", + "label": "Flow Record", + "comment": [ + "Flow Record" + ], + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38544", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "collect": { + "versions": "2.2(1k)-", + "comment": [ + "Collect parameters for the flow record" + ], + "isConfigurable": true, + "propGlobalId": "27326", + "propLocalId": "5850", + "label": "Collect Params", + "baseType": "scalar:Bitmask64", + "modelType": "analytics:CollectParams", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "analytics:RecordP:collect", + "validValues": [ + { "value": "1", "localName": "count-bytes", + "platformFlavors": [ + + ], + "comment": [ + "Bytes counter" + ], + "label": "Bytes counter "}, + { "value": "2", "localName": "count-pkts", + "platformFlavors": [ + + ], + "comment": [ + "Packets counter" + ], + "label": "Pkts counter "}, + { "value": "src-intf", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "8", "localName": "pkt-disp", + "platformFlavors": [ + + ], + "comment": [ + "Packet disposition" + ], + "label": "Pkt disposition "}, + { "value": "4", "localName": "sampler-id", + "platformFlavors": [ + + ], + "comment": [ + "Sampler Id" + ], + "label": "Sampler ID "}, + { "value": "128", "localName": "src-intf", + "platformFlavors": [ + + ], + "comment": [ + "Source interface" + ], + "label": "Source Interface "}, + { "value": "64", "localName": "tcp-flags", + "platformFlavors": [ + + ], + "comment": [ + "TCP flags" + ], + "label": "TCP flags "}, + { "value": "16", "localName": "ts-first", + "platformFlavors": [ + + ], + "comment": [ + "First packet timestamp" + ], + "label": "First pkt timestamp "}, + { "value": "32", "localName": "ts-recent", + "platformFlavors": [ + + ], + "comment": [ + "Recent packet timestamp" + ], + "label": "Recent pkt timestamp "} + ], + "default": "src-intf", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "descr": { + "versions": "1.0(1e)-", + "comment": [ + "Specifies a description of the policy definition." + ], + "isConfigurable": true, + "propGlobalId": "5579", + "propLocalId": "28", + "label": "Description", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "naming:Described:descr", + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40683", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "match": { + "versions": "2.2(1k)-", + "comment": [ + "Match parameters for the flow record" + ], + "isConfigurable": true, + "propGlobalId": "27325", + "propLocalId": "5227", + "label": "Match Params", + "baseType": "scalar:Bitmask64", + "modelType": "analytics:MatchParams", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "analytics:RecordP:match", + "validValues": [ + { "value": "unspecified", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "8192", "localName": "dst-ip", + "platformFlavors": [ + + ], + "comment": [ + "Destination IPv4/v6" + ], + "label": "Destination IPv4/6 "}, + { "value": "128", "localName": "dst-ipv4", + "platformFlavors": [ + + ], + "comment": [ + "Destination IPv4" + ], + "label": "Destination IPv4 "}, + { "value": "512", "localName": "dst-ipv6", + "platformFlavors": [ + + ], + "comment": [ + "Destination IPv6" + ], + "label": "Destination IPv6 "}, + { "value": "2", "localName": "dst-mac", + "platformFlavors": [ + + ], + "comment": [ + "Destination MAC" + ], + "label": "Destination MAC "}, + { "value": "2048", "localName": "dst-port", + "platformFlavors": [ + + ], + "comment": [ + "Destination port" + ], + "label": "Destination Port "}, + { "value": "1", "localName": "ethertype", + "platformFlavors": [ + + ], + "comment": [ + "Ethertype" + ], + "label": "Ethertype "}, + { "value": "16", "localName": "proto", + "platformFlavors": [ + + ], + "comment": [ + "IP protocol" + ], + "label": "IP Protocol "}, + { "value": "4096", "localName": "src-ip", + "platformFlavors": [ + + ], + "comment": [ + "Source IPv4/v6" + ], + "label": "Source IPv4/6 "}, + { "value": "64", "localName": "src-ipv4", + "platformFlavors": [ + + ], + "comment": [ + "Source IPv4" + ], + "label": "Source IPv4 "}, + { "value": "256", "localName": "src-ipv6", + "platformFlavors": [ + + ], + "comment": [ + "Source IPv6" + ], + "label": "Source IPv6 "}, + { "value": "4", "localName": "src-mac", + "platformFlavors": [ + + ], + "comment": [ + "Source MAC" + ], + "label": "Source MAC "}, + { "value": "1024", "localName": "src-port", + "platformFlavors": [ + + ], + "comment": [ + "Source port" + ], + "label": "Source Port "}, + { "value": "32", "localName": "tos", + "platformFlavors": [ + + ], + "comment": [ + "IP type of service" + ], + "label": "IP TOS "}, + { "value": "0", "localName": "unspecified", + "platformFlavors": [ + + ], + "comment": [ + "Unspecified" + ], + "label": "Unspecified "}, + { "value": "8", "localName": "vlan", + "platformFlavors": [ + + ], + "comment": [ + "VLAN" + ], + "label": "VLAN "} + ], + "default": "unspecified", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "name": { + "versions": "2.2(1k)-", + "comment": [ + "The name of the object." + ], + "isConfigurable": true, + "propGlobalId": "27342", + "propLocalId": "13", + "label": "Name", + "baseType": "string:Basic", + "modelType": "naming:Name", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": false, + "readOnly": false, + "isNaming": true, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validators": [ + {"min" : 1, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "nameAlias": { + "versions": "2.2(1k)-", + "isConfigurable": true, + "propGlobalId": "28417", + "propLocalId": "6719", + "label": "Display Name", + "baseType": "string:Basic", + "modelType": "naming:NameAlias", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 63, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerKey": { + "versions": "1.0(1e)-", + "comment": [ + "The key for enabling clients to own their data for entity correlation." + ], + "isConfigurable": true, + "propGlobalId": "15230", + "propLocalId": "4100", + "label": "ownerKey", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerTag": { + "versions": "1.0(1e)-", + "comment": [ + "A tag for enabling clients to add their own data. For example, to indicate who created this object." + ], + "isConfigurable": true, + "propGlobalId": "15231", + "propLocalId": "4101", + "label": "ownerTag", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } -} \ No newline at end of file +} diff --git a/gen/meta/netflowRsExporterToCtx.json b/gen/meta/netflowRsExporterToCtx.json index 605c69c69..9dbb27946 100644 --- a/gen/meta/netflowRsExporterToCtx.json +++ b/gen/meta/netflowRsExporterToCtx.json @@ -1,915 +1,917 @@ { - "netflow:RsExporterToCtx": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Counts": "", - "fault:Inst": "", - "health:Inst": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fault-": "fault:Inst", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - - ], - "rnFormat": "rsexporterToCtx", - "containedBy": { - "netflow:ExporterPol": "", - "netflow:ExporterPolDef": "" - }, - "superClasses": [ - "reln:To", - "reln:Inst" - ], - "subClasses": { - - }, - "relationInfo": { - "type": "explicit", - "cardinality": "n-to-1", - "fromMo": "netflow:AExporterPol", - "fromRelMo": "netflow:RsExporterToCtx", - "toMo": "fv:Ctx", - "toRelMo": "fv:RtExporterToCtx", - "enforceable": true, - "resolvable": false - }, - "dnFormats": [ - "poldefcont/exporterpold-[{exporterPolDn}]/rsexporterToCtx", - "uni/infra/exporterpol-{name}/rsexporterToCtx", - "uni/tn-{name}/exporterpol-{name}/rsexporterToCtx" - ], - "writeAccess": [ - "admin" - ], - "readAccess": [ - "admin" - ], - "faults": { - "F2551": "fltNetflowRsExporterToCtxResolveFail" - }, - "events": { - "E4214405": "creation||netflow:RsExporterToCtx", - "E4214406": "modification||netflow:RsExporterToCtx", - "E4214407": "deletion||netflow:RsExporterToCtx" - }, - "stats": { - - }, - "versions": "2.2(1k)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": true, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "regular", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - - ], - "classId": "9363", - "className": "RsExporterToCtx", - "classPkg": "netflow", - "featureTag": "", - "moCategory": "RelationshipToLocal", - "label": "Relation to Ctx behind which the Exporter resides", - "comment": [ - "Points to the Ctx behind which the Netflow Exporter Resides" - ], - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38565", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "netflow:RsExporterToCtx": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Counts": "", + "fault:Inst": "", + "health:Inst": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fault-": "fault:Inst", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "tagKey-": "tag:Tag" }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40704", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "forceResolve": { - "versions": "1.0(1e)-", - "comment": [ - "Whether the relation should force pull the target." - ], - "isConfigurable": false, - "propGlobalId": "107", - "propLocalId": "83", - "label": "Force Resolve", - "baseType": "scalar:Bool", - "modelType": "scalar:Bool", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "true", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "false", "localName": "no", - "platformFlavors": [ - - ], - "label": "No "}, - { "value": "true", "localName": "yes", - "platformFlavors": [ - - ], - "label": "Yes "} - ], - "default": "yes", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "2.2(1k)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "27832", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rType": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the type of resolver." - ], - "isConfigurable": false, - "propGlobalId": "106", - "propLocalId": "82", - "label": "Resolver Type", - "baseType": "scalar:Enum8", - "modelType": "reln:ResolverType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "3", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "2", "localName": "service", - "platformFlavors": [ - - ], - "label": "Service "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "state": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "103", - "propLocalId": "26", - "label": "State", - "baseType": "scalar:Enum8", - "modelType": "reln:State", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "5", "localName": "cardinality-violation", - "platformFlavors": [ - - ], - "comment": [ - "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." - ], - "label": "Cardinality Violation "}, - { "value": "unformed", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "formed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is formed with the target object" - ], - "label": "Formed "}, - { "value": "4", "localName": "invalid-target", - "platformFlavors": [ - - ], - "comment": [ - "invalid target DN" - ], - "label": "Invalid Target "}, - { "value": "2", "localName": "missing-target", - "platformFlavors": [ - - ], - "comment": [ - "target does not exist" - ], - "label": "Missing Target "}, - { "value": "0", "localName": "unformed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is not formed" - ], - "label": "Unformed "} - ], - "default": "unformed", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "stateQual": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state qualifier of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "104", - "propLocalId": "80", - "label": "State Qualifier", - "baseType": "scalar:Enum8", - "modelType": "reln:StateQual", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "default-target", - "platformFlavors": [ - - ], - "comment": [ - "target not specified, using default" - ], - "label": "Target Not Specified "}, - { "value": "none", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mismatch-target", - "platformFlavors": [ - - ], - "comment": [ - "target not found, using default" - ], - "label": "Target Not Found "}, - { "value": "0", "localName": "none", - "platformFlavors": [ - - ], - "comment": [ - "no issue" - ], - "label": "None "} - ], - "default": "none", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + + ], + "rnFormat": "rsexporterToCtx", + "containedBy": { + "netflow:ExporterPol": "", + "netflow:ExporterPolDef": "" }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "reln:To", + "reln:Inst" + ], + "subClasses": { + }, - "tCl": { - "versions": "2.2(1k)-", - "comment": [ - "The class ID of the target object. This property is managed internally and should not be modified by the user." - ], - "isConfigurable": false, - "propGlobalId": "27829", - "propLocalId": "78", - "label": "Target Class", - "baseType": "scalar:Enum16", - "modelType": "reln:ClassId", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "1997", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1997", "localName": "fvCtx", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "unspecified", - "platformFlavors": [ - - ], - "label": "unspecified "} - ], - "default": "fvCtx", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationInfo": { + "type": "explicit", + "cardinality": "n-to-1", + "fromMo": "netflow:AExporterPol", + "fromRelMo": "netflow:RsExporterToCtx", + "toMo": "fv:Ctx", + "toRelMo": "fv:RtExporterToCtx", + "enforceable": true, + "resolvable": false }, - "tDn": { - "versions": "2.2(1k)-", - "comment": [ - "The distinguished name of the target." - ], - "isConfigurable": true, - "propGlobalId": "27828", - "propLocalId": "77", - "label": "Target-dn", - "baseType": "reference:BinRef", - "modelType": "reln:Dn", - "needsPropDelimiters": true, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "poldefcont/exporterpold-[{exporterPolDn}]/rsexporterToCtx", + "uni/infra/exporterpol-{name}/rsexporterToCtx", + "uni/tn-{name}/exporterpol-{name}/rsexporterToCtx" + ], + "writeAccess": [ + "admin", + "custom-port-privilege" + ], + "readAccess": [ + "admin", + "custom-port-privilege" + ], + "faults": { + "F2551": "fltNetflowRsExporterToCtxResolveFail" }, - "tType": { - "versions": "1.0(1e)-", - "comment": [ - "The type of target." - ], - "isConfigurable": false, - "propGlobalId": "105", - "propLocalId": "81", - "label": "Target Type", - "baseType": "scalar:Enum8", - "modelType": "reln:TargetType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "all", - "platformFlavors": [ - - ], - "label": "All "}, - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "0", "localName": "name", - "platformFlavors": [ - - ], - "label": "Name "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4214405": "creation||netflow:RsExporterToCtx", + "E4214406": "modification||netflow:RsExporterToCtx", + "E4214407": "deletion||netflow:RsExporterToCtx" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "2.2(1k)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": true, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "regular", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + + ], + "classId": "9363", + "className": "RsExporterToCtx", + "classPkg": "netflow", + "featureTag": "", + "moCategory": "RelationshipToLocal", + "label": "Relation to Ctx behind which the Exporter resides", + "comment": [ + "Points to the Ctx behind which the Netflow Exporter Resides" + ], + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38565", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40704", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "forceResolve": { + "versions": "1.0(1e)-", + "comment": [ + "Whether the relation should force pull the target." + ], + "isConfigurable": false, + "propGlobalId": "107", + "propLocalId": "83", + "label": "Force Resolve", + "baseType": "scalar:Bool", + "modelType": "scalar:Bool", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "true", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "false", "localName": "no", + "platformFlavors": [ + + ], + "label": "No "}, + { "value": "true", "localName": "yes", + "platformFlavors": [ + + ], + "label": "Yes "} + ], + "default": "yes", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "2.2(1k)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "27832", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rType": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the type of resolver." + ], + "isConfigurable": false, + "propGlobalId": "106", + "propLocalId": "82", + "label": "Resolver Type", + "baseType": "scalar:Enum8", + "modelType": "reln:ResolverType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "3", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "2", "localName": "service", + "platformFlavors": [ + + ], + "label": "Service "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "state": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "103", + "propLocalId": "26", + "label": "State", + "baseType": "scalar:Enum8", + "modelType": "reln:State", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "5", "localName": "cardinality-violation", + "platformFlavors": [ + + ], + "comment": [ + "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." + ], + "label": "Cardinality Violation "}, + { "value": "unformed", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "formed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is formed with the target object" + ], + "label": "Formed "}, + { "value": "4", "localName": "invalid-target", + "platformFlavors": [ + + ], + "comment": [ + "invalid target DN" + ], + "label": "Invalid Target "}, + { "value": "2", "localName": "missing-target", + "platformFlavors": [ + + ], + "comment": [ + "target does not exist" + ], + "label": "Missing Target "}, + { "value": "0", "localName": "unformed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is not formed" + ], + "label": "Unformed "} + ], + "default": "unformed", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "stateQual": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state qualifier of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "104", + "propLocalId": "80", + "label": "State Qualifier", + "baseType": "scalar:Enum8", + "modelType": "reln:StateQual", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "default-target", + "platformFlavors": [ + + ], + "comment": [ + "target not specified, using default" + ], + "label": "Target Not Specified "}, + { "value": "none", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mismatch-target", + "platformFlavors": [ + + ], + "comment": [ + "target not found, using default" + ], + "label": "Target Not Found "}, + { "value": "0", "localName": "none", + "platformFlavors": [ + + ], + "comment": [ + "no issue" + ], + "label": "None "} + ], + "default": "none", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tCl": { + "versions": "2.2(1k)-", + "comment": [ + "The class ID of the target object. This property is managed internally and should not be modified by the user." + ], + "isConfigurable": false, + "propGlobalId": "27829", + "propLocalId": "78", + "label": "Target Class", + "baseType": "scalar:Enum16", + "modelType": "reln:ClassId", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "1997", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1997", "localName": "fvCtx", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "unspecified", + "platformFlavors": [ + + ], + "label": "unspecified "} + ], + "default": "fvCtx", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tDn": { + "versions": "2.2(1k)-", + "comment": [ + "The distinguished name of the target." + ], + "isConfigurable": true, + "propGlobalId": "27828", + "propLocalId": "77", + "label": "Target-dn", + "baseType": "reference:BinRef", + "modelType": "reln:Dn", + "needsPropDelimiters": true, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tType": { + "versions": "1.0(1e)-", + "comment": [ + "The type of target." + ], + "isConfigurable": false, + "propGlobalId": "105", + "propLocalId": "81", + "label": "Target Type", + "baseType": "scalar:Enum8", + "modelType": "reln:TargetType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "all", + "platformFlavors": [ + + ], + "label": "All "}, + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "0", "localName": "name", + "platformFlavors": [ + + ], + "label": "Name "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } } diff --git a/gen/meta/netflowRsExporterToEPg.json b/gen/meta/netflowRsExporterToEPg.json index d6963c4b6..38666c32f 100644 --- a/gen/meta/netflowRsExporterToEPg.json +++ b/gen/meta/netflowRsExporterToEPg.json @@ -1,1015 +1,1017 @@ { - "netflow:RsExporterToEPg": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Counts": "", - "fault:Inst": "", - "health:Inst": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fault-": "fault:Inst", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - - ], - "rnFormat": "rsexporterToEPg", - "containedBy": { - "netflow:ExporterPol": "", - "netflow:ExporterPolDef": "" - }, - "superClasses": [ - "reln:To", - "reln:Inst" - ], - "subClasses": { - - }, - "relationInfo": { - "type": "explicit", - "cardinality": "n-to-1", - "fromMo": "netflow:AExporterPol", - "fromRelMo": "netflow:RsExporterToEPg", - "toMo": "fv:EPg", - "toRelMo": "fv:RtExporterToEPg", - "enforceable": true, - "resolvable": false - }, - "dnFormats": [ - "poldefcont/exporterpold-[{exporterPolDn}]/rsexporterToEPg", - "uni/infra/exporterpol-{name}/rsexporterToEPg", - "uni/tn-{name}/exporterpol-{name}/rsexporterToEPg" - ], - "writeAccess": [ - "admin" - ], - "readAccess": [ - "admin" - ], - "faults": { - "F2473": "fltNetflowRsExporterToEPgResolveFail" - }, - "events": { - "E4214408": "creation||netflow:RsExporterToEPg", - "E4214409": "modification||netflow:RsExporterToEPg", - "E4214410": "deletion||netflow:RsExporterToEPg" - }, - "stats": { - - }, - "versions": "2.2(1k)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": true, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "regular", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - - ], - "classId": "9205", - "className": "RsExporterToEPg", - "classPkg": "netflow", - "featureTag": "", - "moCategory": "RelationshipToLocal", - "label": "Relation to EPg behind which the Exporter resides", - "comment": [ - "Points to the EPg behind which the Netflow Exporter Resides" - ], - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38545", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "netflow:RsExporterToEPg": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Counts": "", + "fault:Inst": "", + "health:Inst": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fault-": "fault:Inst", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "tagKey-": "tag:Tag" }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40684", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "forceResolve": { - "versions": "1.0(1e)-", - "comment": [ - "Whether the relation should force pull the target." - ], - "isConfigurable": false, - "propGlobalId": "107", - "propLocalId": "83", - "label": "Force Resolve", - "baseType": "scalar:Bool", - "modelType": "scalar:Bool", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "true", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "false", "localName": "no", - "platformFlavors": [ - - ], - "label": "No "}, - { "value": "true", "localName": "yes", - "platformFlavors": [ - - ], - "label": "Yes "} - ], - "default": "yes", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "2.2(1k)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "27388", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rType": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the type of resolver." - ], - "isConfigurable": false, - "propGlobalId": "106", - "propLocalId": "82", - "label": "Resolver Type", - "baseType": "scalar:Enum8", - "modelType": "reln:ResolverType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "3", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "2", "localName": "service", - "platformFlavors": [ - - ], - "label": "Service "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "state": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "103", - "propLocalId": "26", - "label": "State", - "baseType": "scalar:Enum8", - "modelType": "reln:State", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "5", "localName": "cardinality-violation", - "platformFlavors": [ - - ], - "comment": [ - "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." - ], - "label": "Cardinality Violation "}, - { "value": "unformed", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "formed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is formed with the target object" - ], - "label": "Formed "}, - { "value": "4", "localName": "invalid-target", - "platformFlavors": [ - - ], - "comment": [ - "invalid target DN" - ], - "label": "Invalid Target "}, - { "value": "2", "localName": "missing-target", - "platformFlavors": [ - - ], - "comment": [ - "target does not exist" - ], - "label": "Missing Target "}, - { "value": "0", "localName": "unformed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is not formed" - ], - "label": "Unformed "} - ], - "default": "unformed", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "stateQual": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state qualifier of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "104", - "propLocalId": "80", - "label": "State Qualifier", - "baseType": "scalar:Enum8", - "modelType": "reln:StateQual", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "default-target", - "platformFlavors": [ - - ], - "comment": [ - "target not specified, using default" - ], - "label": "Target Not Specified "}, - { "value": "none", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mismatch-target", - "platformFlavors": [ - - ], - "comment": [ - "target not found, using default" - ], - "label": "Target Not Found "}, - { "value": "0", "localName": "none", - "platformFlavors": [ - - ], - "comment": [ - "no issue" - ], - "label": "None "} - ], - "default": "none", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + + ], + "rnFormat": "rsexporterToEPg", + "containedBy": { + "netflow:ExporterPol": "", + "netflow:ExporterPolDef": "" }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "reln:To", + "reln:Inst" + ], + "subClasses": { + }, - "tCl": { - "versions": "2.2(1k)-", - "comment": [ - "The class ID of the target object. This property is managed internally and should not be modified by the user." - ], - "isConfigurable": false, - "propGlobalId": "27368", - "propLocalId": "78", - "label": "Target Class", - "baseType": "scalar:Enum16", - "modelType": "reln:ClassId", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "14644", "localName": "cloudEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "14645", "localName": "cloudExtEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "15164", "localName": "cloudISvcEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "18284", "localName": "cloudSvcEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1899", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1467", "localName": "dhcpCRelPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1466", "localName": "dhcpPRelPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1981", "localName": "fvAEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1899", "localName": "fvEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "16474", "localName": "fvESg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "20529", "localName": "fvIntEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "9196", "localName": "fvTnlEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4326", "localName": "infraCEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4325", "localName": "infraPEPg", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1746", "localName": "l2extInstP", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1775", "localName": "l3extInstP", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "5987", "localName": "l3extInstPDef", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "2194", "localName": "mgmtInB", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "unspecified", - "platformFlavors": [ - - ], - "label": "unspecified "}, - { "value": "4694", "localName": "vnsEPpInfo", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "5959", "localName": "vnsREPpInfo", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "5958", "localName": "vnsSDEPpInfo", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "6131", "localName": "vnsSHEPpInfo", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "fvEPg", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationInfo": { + "type": "explicit", + "cardinality": "n-to-1", + "fromMo": "netflow:AExporterPol", + "fromRelMo": "netflow:RsExporterToEPg", + "toMo": "fv:EPg", + "toRelMo": "fv:RtExporterToEPg", + "enforceable": true, + "resolvable": false }, - "tDn": { - "versions": "2.2(1k)-", - "comment": [ - "The distinguished name of the target." - ], - "isConfigurable": true, - "propGlobalId": "27367", - "propLocalId": "77", - "label": "Target-dn", - "baseType": "reference:BinRef", - "modelType": "reln:Dn", - "needsPropDelimiters": true, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "poldefcont/exporterpold-[{exporterPolDn}]/rsexporterToEPg", + "uni/infra/exporterpol-{name}/rsexporterToEPg", + "uni/tn-{name}/exporterpol-{name}/rsexporterToEPg" + ], + "writeAccess": [ + "admin", + "custom-port-privilege" + ], + "readAccess": [ + "admin", + "custom-port-privilege" + ], + "faults": { + "F2473": "fltNetflowRsExporterToEPgResolveFail" }, - "tType": { - "versions": "1.0(1e)-", - "comment": [ - "The type of target." - ], - "isConfigurable": false, - "propGlobalId": "105", - "propLocalId": "81", - "label": "Target Type", - "baseType": "scalar:Enum8", - "modelType": "reln:TargetType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "all", - "platformFlavors": [ - - ], - "label": "All "}, - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "0", "localName": "name", - "platformFlavors": [ - - ], - "label": "Name "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4214408": "creation||netflow:RsExporterToEPg", + "E4214409": "modification||netflow:RsExporterToEPg", + "E4214410": "deletion||netflow:RsExporterToEPg" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "2.2(1k)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": true, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "regular", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + + ], + "classId": "9205", + "className": "RsExporterToEPg", + "classPkg": "netflow", + "featureTag": "", + "moCategory": "RelationshipToLocal", + "label": "Relation to EPg behind which the Exporter resides", + "comment": [ + "Points to the EPg behind which the Netflow Exporter Resides" + ], + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38545", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40684", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "forceResolve": { + "versions": "1.0(1e)-", + "comment": [ + "Whether the relation should force pull the target." + ], + "isConfigurable": false, + "propGlobalId": "107", + "propLocalId": "83", + "label": "Force Resolve", + "baseType": "scalar:Bool", + "modelType": "scalar:Bool", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "true", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "false", "localName": "no", + "platformFlavors": [ + + ], + "label": "No "}, + { "value": "true", "localName": "yes", + "platformFlavors": [ + + ], + "label": "Yes "} + ], + "default": "yes", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "2.2(1k)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "27388", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rType": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the type of resolver." + ], + "isConfigurable": false, + "propGlobalId": "106", + "propLocalId": "82", + "label": "Resolver Type", + "baseType": "scalar:Enum8", + "modelType": "reln:ResolverType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "3", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "2", "localName": "service", + "platformFlavors": [ + + ], + "label": "Service "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "state": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "103", + "propLocalId": "26", + "label": "State", + "baseType": "scalar:Enum8", + "modelType": "reln:State", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "5", "localName": "cardinality-violation", + "platformFlavors": [ + + ], + "comment": [ + "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." + ], + "label": "Cardinality Violation "}, + { "value": "unformed", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "formed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is formed with the target object" + ], + "label": "Formed "}, + { "value": "4", "localName": "invalid-target", + "platformFlavors": [ + + ], + "comment": [ + "invalid target DN" + ], + "label": "Invalid Target "}, + { "value": "2", "localName": "missing-target", + "platformFlavors": [ + + ], + "comment": [ + "target does not exist" + ], + "label": "Missing Target "}, + { "value": "0", "localName": "unformed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is not formed" + ], + "label": "Unformed "} + ], + "default": "unformed", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "stateQual": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state qualifier of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "104", + "propLocalId": "80", + "label": "State Qualifier", + "baseType": "scalar:Enum8", + "modelType": "reln:StateQual", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "default-target", + "platformFlavors": [ + + ], + "comment": [ + "target not specified, using default" + ], + "label": "Target Not Specified "}, + { "value": "none", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mismatch-target", + "platformFlavors": [ + + ], + "comment": [ + "target not found, using default" + ], + "label": "Target Not Found "}, + { "value": "0", "localName": "none", + "platformFlavors": [ + + ], + "comment": [ + "no issue" + ], + "label": "None "} + ], + "default": "none", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tCl": { + "versions": "2.2(1k)-", + "comment": [ + "The class ID of the target object. This property is managed internally and should not be modified by the user." + ], + "isConfigurable": false, + "propGlobalId": "27368", + "propLocalId": "78", + "label": "Target Class", + "baseType": "scalar:Enum16", + "modelType": "reln:ClassId", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "14644", "localName": "cloudEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "14645", "localName": "cloudExtEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "15164", "localName": "cloudISvcEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "18284", "localName": "cloudSvcEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1899", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1467", "localName": "dhcpCRelPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1466", "localName": "dhcpPRelPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1981", "localName": "fvAEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1899", "localName": "fvEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "16474", "localName": "fvESg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "20529", "localName": "fvIntEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "9196", "localName": "fvTnlEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4326", "localName": "infraCEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4325", "localName": "infraPEPg", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1746", "localName": "l2extInstP", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1775", "localName": "l3extInstP", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "5987", "localName": "l3extInstPDef", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "2194", "localName": "mgmtInB", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "unspecified", + "platformFlavors": [ + + ], + "label": "unspecified "}, + { "value": "4694", "localName": "vnsEPpInfo", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "5959", "localName": "vnsREPpInfo", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "5958", "localName": "vnsSDEPpInfo", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "6131", "localName": "vnsSHEPpInfo", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "fvEPg", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tDn": { + "versions": "2.2(1k)-", + "comment": [ + "The distinguished name of the target." + ], + "isConfigurable": true, + "propGlobalId": "27367", + "propLocalId": "77", + "label": "Target-dn", + "baseType": "reference:BinRef", + "modelType": "reln:Dn", + "needsPropDelimiters": true, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tType": { + "versions": "1.0(1e)-", + "comment": [ + "The type of target." + ], + "isConfigurable": false, + "propGlobalId": "105", + "propLocalId": "81", + "label": "Target Type", + "baseType": "scalar:Enum8", + "modelType": "reln:TargetType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "all", + "platformFlavors": [ + + ], + "label": "All "}, + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "0", "localName": "name", + "platformFlavors": [ + + ], + "label": "Name "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } } diff --git a/gen/meta/netflowRsMonitorToExporter.json b/gen/meta/netflowRsMonitorToExporter.json index 3f9f32d08..158a27cf1 100644 --- a/gen/meta/netflowRsMonitorToExporter.json +++ b/gen/meta/netflowRsMonitorToExporter.json @@ -1,1003 +1,1005 @@ { - "netflow:RsMonitorToExporter": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Counts": "", - "fault:Inst": "", - "health:Inst": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fault-": "fault:Inst", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - "tnNetflowExporterPolName" - ], - "rnFormat": "rsmonitorToExporter-{tnNetflowExporterPolName}", - "containedBy": { - "netflow:MonitorPol": "" - }, - "superClasses": [ - "netflow:ARsMonitorToExporter", - "pol:NToRef", - "reln:To", - "reln:Inst" - ], - "subClasses": { - - }, - "relationInfo": { - "type": "named", - "cardinality": "n-to-m", - "fromMo": "netflow:MonitorPol", - "fromRelMo": "netflow:RsMonitorToExporter", - "toMo": "netflow:ExporterPol", - "toRelMo": "netflow:RtMonitorToExporter", - "enforceable": true, - "resolvable": true - }, - "dnFormats": [ - "uni/infra/monitorpol-{name}/rsmonitorToExporter-{tnNetflowExporterPolName}", - "uni/tn-{name}/monitorpol-{name}/rsmonitorToExporter-{tnNetflowExporterPolName}" - ], - "writeAccess": [ - "admin" - ], - "readAccess": [ - "admin" - ], - "faults": { - "F2474": "fltNetflowRsMonitorToExporterResolveFail" - }, - "events": { - "E4212710": "creation||netflow:RsMonitorToExporter", - "E4212711": "modification||netflow:RsMonitorToExporter", - "E4212712": "deletion||netflow:RsMonitorToExporter" - }, - "stats": { - - }, - "versions": "2.2(1k)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": true, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "regular", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - - ], - "classId": "9216", - "className": "RsMonitorToExporter", - "classPkg": "netflow", - "featureTag": "", - "moCategory": "RelationshipToLocal", - "label": "Exporter Policy Attachment", - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38550", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "netflow:RsMonitorToExporter": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Counts": "", + "fault:Inst": "", + "health:Inst": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fault-": "fault:Inst", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "tagKey-": "tag:Tag" }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + "tnNetflowExporterPolName" + ], + "rnFormat": "rsmonitorToExporter-{tnNetflowExporterPolName}", + "containedBy": { + "netflow:MonitorPol": "" }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40689", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "forceResolve": { - "versions": "1.0(1e)-", - "comment": [ - "Whether the relation should force pull the target." - ], - "isConfigurable": false, - "propGlobalId": "107", - "propLocalId": "83", - "label": "Force Resolve", - "baseType": "scalar:Bool", - "modelType": "scalar:Bool", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "true", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "false", "localName": "no", - "platformFlavors": [ - - ], - "label": "No "}, - { "value": "true", "localName": "yes", - "platformFlavors": [ - - ], - "label": "Yes "} - ], - "default": "yes", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "2.2(1k)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "27393", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rType": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the type of resolver." - ], - "isConfigurable": false, - "propGlobalId": "106", - "propLocalId": "82", - "label": "Resolver Type", - "baseType": "scalar:Enum8", - "modelType": "reln:ResolverType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "3", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "2", "localName": "service", - "platformFlavors": [ - - ], - "label": "Service "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "state": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "103", - "propLocalId": "26", - "label": "State", - "baseType": "scalar:Enum8", - "modelType": "reln:State", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "5", "localName": "cardinality-violation", - "platformFlavors": [ - - ], - "comment": [ - "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." - ], - "label": "Cardinality Violation "}, - { "value": "unformed", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "formed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is formed with the target object" - ], - "label": "Formed "}, - { "value": "4", "localName": "invalid-target", - "platformFlavors": [ - - ], - "comment": [ - "invalid target DN" - ], - "label": "Invalid Target "}, - { "value": "2", "localName": "missing-target", - "platformFlavors": [ - - ], - "comment": [ - "target does not exist" - ], - "label": "Missing Target "}, - { "value": "0", "localName": "unformed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is not formed" - ], - "label": "Unformed "} - ], - "default": "unformed", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "stateQual": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state qualifier of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "104", - "propLocalId": "80", - "label": "State Qualifier", - "baseType": "scalar:Enum8", - "modelType": "reln:StateQual", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "default-target", - "platformFlavors": [ - - ], - "comment": [ - "target not specified, using default" - ], - "label": "Target Not Specified "}, - { "value": "none", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mismatch-target", - "platformFlavors": [ - - ], - "comment": [ - "target not found, using default" - ], - "label": "Target Not Found "}, - { "value": "0", "localName": "none", - "platformFlavors": [ - - ], - "comment": [ - "no issue" - ], - "label": "None "} - ], - "default": "none", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "tCl": { - "versions": "2.2(1k)-", - "comment": [ - "The class ID of the target object. This property is managed internally and should not be modified by the user." - ], - "isConfigurable": false, - "propGlobalId": "27372", - "propLocalId": "78", - "label": "Target Class", - "baseType": "scalar:Enum16", - "modelType": "reln:ClassId", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "9207", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "9207", "localName": "netflowExporterPol", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "unspecified", - "platformFlavors": [ - - ], - "label": "unspecified "} - ], - "default": "netflowExporterPol", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "tContextDn": { - "versions": "1.0(1e)-", - "comment": [ - "Specifies the target context distinguished name." - ], - "isConfigurable": false, - "propGlobalId": "4990", - "propLocalId": "2530", - "label": "Target-context", - "baseType": "reference:BinRef", - "modelType": "reln:Dn", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "tDn": { - "versions": "1.0(1e)-", - "comment": [ - "The distinguished name of the target." - ], - "isConfigurable": false, - "propGlobalId": "100", - "propLocalId": "77", - "label": "Target-dn", - "baseType": "reference:BinRef", - "modelType": "reln:Dn", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "netflow:ARsMonitorToExporter", + "pol:NToRef", + "reln:To", + "reln:Inst" + ], + "subClasses": { + }, - "tRn": { - "versions": "1.0(1e)-", - "comment": [ - "Specifies the target's related name." - ], - "isConfigurable": false, - "propGlobalId": "4989", - "propLocalId": "2529", - "label": "Target-rn", - "baseType": "string:Basic", - "modelType": "string:Basic", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationInfo": { + "type": "named", + "cardinality": "n-to-m", + "fromMo": "netflow:MonitorPol", + "fromRelMo": "netflow:RsMonitorToExporter", + "toMo": "netflow:ExporterPol", + "toRelMo": "netflow:RtMonitorToExporter", + "enforceable": true, + "resolvable": true }, - "tType": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the type of target. The target type for this object is named." - ], - "isConfigurable": false, - "propGlobalId": "4988", - "propLocalId": "81", - "label": "Target Type", - "baseType": "scalar:Enum8", - "modelType": "reln:TargetType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "all", - "platformFlavors": [ - - ], - "label": "All "}, - { "value": "name", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "0", "localName": "name", - "platformFlavors": [ - - ], - "label": "Name "} - ], - "default": "name", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/infra/monitorpol-{name}/rsmonitorToExporter-{tnNetflowExporterPolName}", + "uni/tn-{name}/monitorpol-{name}/rsmonitorToExporter-{tnNetflowExporterPolName}" + ], + "writeAccess": [ + "admin", + "custom-port-privilege" + ], + "readAccess": [ + "admin", + "custom-port-privilege" + ], + "faults": { + "F2474": "fltNetflowRsMonitorToExporterResolveFail" }, - "tnNetflowExporterPolName": { - "versions": "2.2(1k)-", - "isConfigurable": true, - "propGlobalId": "27371", - "propLocalId": "6396", - "label": "Name", - "baseType": "string:Basic", - "modelType": "naming:Name", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": false, - "readOnly": false, - "isNaming": true, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 1, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4212710": "creation||netflow:RsMonitorToExporter", + "E4212711": "modification||netflow:RsMonitorToExporter", + "E4212712": "deletion||netflow:RsMonitorToExporter" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "2.2(1k)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": true, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "regular", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + + ], + "classId": "9216", + "className": "RsMonitorToExporter", + "classPkg": "netflow", + "featureTag": "", + "moCategory": "RelationshipToLocal", + "label": "Exporter Policy Attachment", + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38550", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40689", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "forceResolve": { + "versions": "1.0(1e)-", + "comment": [ + "Whether the relation should force pull the target." + ], + "isConfigurable": false, + "propGlobalId": "107", + "propLocalId": "83", + "label": "Force Resolve", + "baseType": "scalar:Bool", + "modelType": "scalar:Bool", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "true", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "false", "localName": "no", + "platformFlavors": [ + + ], + "label": "No "}, + { "value": "true", "localName": "yes", + "platformFlavors": [ + + ], + "label": "Yes "} + ], + "default": "yes", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "2.2(1k)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "27393", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rType": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the type of resolver." + ], + "isConfigurable": false, + "propGlobalId": "106", + "propLocalId": "82", + "label": "Resolver Type", + "baseType": "scalar:Enum8", + "modelType": "reln:ResolverType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "3", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "2", "localName": "service", + "platformFlavors": [ + + ], + "label": "Service "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "state": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "103", + "propLocalId": "26", + "label": "State", + "baseType": "scalar:Enum8", + "modelType": "reln:State", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "5", "localName": "cardinality-violation", + "platformFlavors": [ + + ], + "comment": [ + "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." + ], + "label": "Cardinality Violation "}, + { "value": "unformed", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "formed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is formed with the target object" + ], + "label": "Formed "}, + { "value": "4", "localName": "invalid-target", + "platformFlavors": [ + + ], + "comment": [ + "invalid target DN" + ], + "label": "Invalid Target "}, + { "value": "2", "localName": "missing-target", + "platformFlavors": [ + + ], + "comment": [ + "target does not exist" + ], + "label": "Missing Target "}, + { "value": "0", "localName": "unformed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is not formed" + ], + "label": "Unformed "} + ], + "default": "unformed", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "stateQual": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state qualifier of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "104", + "propLocalId": "80", + "label": "State Qualifier", + "baseType": "scalar:Enum8", + "modelType": "reln:StateQual", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "default-target", + "platformFlavors": [ + + ], + "comment": [ + "target not specified, using default" + ], + "label": "Target Not Specified "}, + { "value": "none", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mismatch-target", + "platformFlavors": [ + + ], + "comment": [ + "target not found, using default" + ], + "label": "Target Not Found "}, + { "value": "0", "localName": "none", + "platformFlavors": [ + + ], + "comment": [ + "no issue" + ], + "label": "None "} + ], + "default": "none", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tCl": { + "versions": "2.2(1k)-", + "comment": [ + "The class ID of the target object. This property is managed internally and should not be modified by the user." + ], + "isConfigurable": false, + "propGlobalId": "27372", + "propLocalId": "78", + "label": "Target Class", + "baseType": "scalar:Enum16", + "modelType": "reln:ClassId", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "9207", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "9207", "localName": "netflowExporterPol", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "unspecified", + "platformFlavors": [ + + ], + "label": "unspecified "} + ], + "default": "netflowExporterPol", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tContextDn": { + "versions": "1.0(1e)-", + "comment": [ + "Specifies the target context distinguished name." + ], + "isConfigurable": false, + "propGlobalId": "4990", + "propLocalId": "2530", + "label": "Target-context", + "baseType": "reference:BinRef", + "modelType": "reln:Dn", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tDn": { + "versions": "1.0(1e)-", + "comment": [ + "The distinguished name of the target." + ], + "isConfigurable": false, + "propGlobalId": "100", + "propLocalId": "77", + "label": "Target-dn", + "baseType": "reference:BinRef", + "modelType": "reln:Dn", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tRn": { + "versions": "1.0(1e)-", + "comment": [ + "Specifies the target's related name." + ], + "isConfigurable": false, + "propGlobalId": "4989", + "propLocalId": "2529", + "label": "Target-rn", + "baseType": "string:Basic", + "modelType": "string:Basic", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tType": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the type of target. The target type for this object is named." + ], + "isConfigurable": false, + "propGlobalId": "4988", + "propLocalId": "81", + "label": "Target Type", + "baseType": "scalar:Enum8", + "modelType": "reln:TargetType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "all", + "platformFlavors": [ + + ], + "label": "All "}, + { "value": "name", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "0", "localName": "name", + "platformFlavors": [ + + ], + "label": "Name "} + ], + "default": "name", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tnNetflowExporterPolName": { + "versions": "2.2(1k)-", + "isConfigurable": true, + "propGlobalId": "27371", + "propLocalId": "6396", + "label": "Name", + "baseType": "string:Basic", + "modelType": "naming:Name", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": false, + "readOnly": false, + "isNaming": true, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 1, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } -} \ No newline at end of file +} diff --git a/gen/meta/netflowRsMonitorToRecord.json b/gen/meta/netflowRsMonitorToRecord.json index c315ff1e3..7ad3632fd 100644 --- a/gen/meta/netflowRsMonitorToRecord.json +++ b/gen/meta/netflowRsMonitorToRecord.json @@ -1,1005 +1,1005 @@ { - "netflow:RsMonitorToRecord": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Counts": "", - "fault:Inst": "", - "health:Inst": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "fault-": "fault:Inst", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - - ], - "rnFormat": "rsmonitorToRecord", - "containedBy": { - "netflow:MonitorPol": "" - }, - "superClasses": [ - "netflow:ARsMonitorToRecord", - "pol:NToRef", - "reln:To", - "reln:Inst" - ], - "subClasses": { - - }, - "relationInfo": { - "type": "named", - "cardinality": "n-to-1", - "fromMo": "netflow:MonitorPol", - "fromRelMo": "netflow:RsMonitorToRecord", - "toMo": "netflow:RecordPol", - "toRelMo": "netflow:RtMonitorToRecord", - "enforceable": true, - "resolvable": true - }, - "dnFormats": [ - "uni/infra/monitorpol-{name}/rsmonitorToRecord", - "uni/tn-{name}/monitorpol-{name}/rsmonitorToRecord" - ], - "writeAccess": [ - "admin", - "custom-port-privilege" - ], - "readAccess": [ - "admin", - "custom-port-privilege" - ], - "faults": { - "F2475": "fltNetflowRsMonitorToRecordResolveFail" - }, - "events": { - "E4212713": "creation||netflow:RsMonitorToRecord", - "E4212714": "modification||netflow:RsMonitorToRecord", - "E4212715": "deletion||netflow:RsMonitorToRecord" - }, - "stats": { - - }, - "versions": "2.2(1k)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": false, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": true, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "regular", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "never", - "platformFlavors": [ - - ], - "classId": "9214", - "className": "RsMonitorToRecord", - "classPkg": "netflow", - "featureTag": "", - "moCategory": "RelationshipToLocal", - "label": "Record Policy Attachment", - "properties": { - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "38549", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "netflow:RsMonitorToRecord": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Counts": "", + "fault:Inst": "", + "health:Inst": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "fault-": "fault:Inst", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "tagKey-": "tag:Tag" }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "40688", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "forceResolve": { - "versions": "1.0(1e)-", - "comment": [ - "Whether the relation should force pull the target." - ], - "isConfigurable": false, - "propGlobalId": "107", - "propLocalId": "83", - "label": "Force Resolve", - "baseType": "scalar:Bool", - "modelType": "scalar:Bool", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "true", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "false", "localName": "no", - "platformFlavors": [ - - ], - "label": "No "}, - { "value": "true", "localName": "yes", - "platformFlavors": [ - - ], - "label": "Yes "} - ], - "default": "yes", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "2.2(1k)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "27392", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rType": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the type of resolver." - ], - "isConfigurable": false, - "propGlobalId": "106", - "propLocalId": "82", - "label": "Resolver Type", - "baseType": "scalar:Enum8", - "modelType": "reln:ResolverType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "mo", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "3", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "2", "localName": "service", - "platformFlavors": [ - - ], - "label": "Service "} - ], - "default": "mo", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "state": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "103", - "propLocalId": "26", - "label": "State", - "baseType": "scalar:Enum8", - "modelType": "reln:State", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "5", "localName": "cardinality-violation", - "platformFlavors": [ - - ], - "comment": [ - "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." - ], - "label": "Cardinality Violation "}, - { "value": "unformed", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "formed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is formed with the target object" - ], - "label": "Formed "}, - { "value": "4", "localName": "invalid-target", - "platformFlavors": [ - - ], - "comment": [ - "invalid target DN" - ], - "label": "Invalid Target "}, - { "value": "2", "localName": "missing-target", - "platformFlavors": [ - - ], - "comment": [ - "target does not exist" - ], - "label": "Missing Target "}, - { "value": "0", "localName": "unformed", - "platformFlavors": [ - - ], - "comment": [ - "the relationship is not formed" - ], - "label": "Unformed "} - ], - "default": "unformed", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "stateQual": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the state qualifier of the relationship." - ], - "isConfigurable": false, - "propGlobalId": "104", - "propLocalId": "80", - "label": "State Qualifier", - "baseType": "scalar:Enum8", - "modelType": "reln:StateQual", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "default-target", - "platformFlavors": [ - - ], - "comment": [ - "target not specified, using default" - ], - "label": "Target Not Specified "}, - { "value": "none", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mismatch-target", - "platformFlavors": [ - - ], - "comment": [ - "target not found, using default" - ], - "label": "Target Not Found "}, - { "value": "0", "localName": "none", - "platformFlavors": [ - - ], - "comment": [ - "no issue" - ], - "label": "None "} - ], - "default": "none", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "tCl": { - "versions": "2.2(1k)-", - "comment": [ - "The class ID of the target object. This property is managed internally and should not be modified by the user." - ], - "isConfigurable": false, - "propGlobalId": "27376", - "propLocalId": "78", - "label": "Target Class", - "baseType": "scalar:Enum16", - "modelType": "reln:ClassId", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "9203", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "9203", "localName": "netflowRecordPol", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "unspecified", - "platformFlavors": [ - - ], - "label": "unspecified "} - ], - "default": "netflowRecordPol", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "tContextDn": { - "versions": "1.0(1e)-", - "comment": [ - "Specifies the target context distinguished name." - ], - "isConfigurable": false, - "propGlobalId": "4990", - "propLocalId": "2530", - "label": "Target-context", - "baseType": "reference:BinRef", - "modelType": "reln:Dn", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + + ], + "rnFormat": "rsmonitorToRecord", + "containedBy": { + "netflow:MonitorPol": "" }, - "tDn": { - "versions": "1.0(1e)-", - "comment": [ - "The distinguished name of the target." - ], - "isConfigurable": false, - "propGlobalId": "100", - "propLocalId": "77", - "label": "Target-dn", - "baseType": "reference:BinRef", - "modelType": "reln:Dn", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "netflow:ARsMonitorToRecord", + "pol:NToRef", + "reln:To", + "reln:Inst" + ], + "subClasses": { + }, - "tRn": { - "versions": "1.0(1e)-", - "comment": [ - "Specifies the target's related name." - ], - "isConfigurable": false, - "propGlobalId": "4989", - "propLocalId": "2529", - "label": "Target-rn", - "baseType": "string:Basic", - "modelType": "string:Basic", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationInfo": { + "type": "named", + "cardinality": "n-to-1", + "fromMo": "netflow:MonitorPol", + "fromRelMo": "netflow:RsMonitorToRecord", + "toMo": "netflow:RecordPol", + "toRelMo": "netflow:RtMonitorToRecord", + "enforceable": true, + "resolvable": true }, - "tType": { - "versions": "1.0(1e)-", - "comment": [ - "Represents the type of target. The target type for this object is named." - ], - "isConfigurable": false, - "propGlobalId": "4988", - "propLocalId": "81", - "label": "Target Type", - "baseType": "scalar:Enum8", - "modelType": "reln:TargetType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "all", - "platformFlavors": [ - - ], - "label": "All "}, - { "value": "name", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "mo", - "platformFlavors": [ - - ], - "label": "MO "}, - { "value": "0", "localName": "name", - "platformFlavors": [ - - ], - "label": "Name "} - ], - "default": "name", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/infra/monitorpol-{name}/rsmonitorToRecord", + "uni/tn-{name}/monitorpol-{name}/rsmonitorToRecord" + ], + "writeAccess": [ + "admin", + "custom-port-privilege" + ], + "readAccess": [ + "admin", + "custom-port-privilege" + ], + "faults": { + "F2475": "fltNetflowRsMonitorToRecordResolveFail" }, - "tnNetflowRecordPolName": { - "versions": "2.2(1k)-", - "isConfigurable": true, - "propGlobalId": "27375", - "propLocalId": "6397", - "label": "Name", - "baseType": "string:Basic", - "modelType": "naming:Name", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4212713": "creation||netflow:RsMonitorToRecord", + "E4212714": "modification||netflow:RsMonitorToRecord", + "E4212715": "deletion||netflow:RsMonitorToRecord" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "2.2(1k)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": false, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": true, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "regular", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "never", + "platformFlavors": [ + + ], + "classId": "9214", + "className": "RsMonitorToRecord", + "classPkg": "netflow", + "featureTag": "", + "moCategory": "RelationshipToLocal", + "label": "Record Policy Attachment", + "properties": { + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "38549", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "40688", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "forceResolve": { + "versions": "1.0(1e)-", + "comment": [ + "Whether the relation should force pull the target." + ], + "isConfigurable": false, + "propGlobalId": "107", + "propLocalId": "83", + "label": "Force Resolve", + "baseType": "scalar:Bool", + "modelType": "scalar:Bool", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "true", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "false", "localName": "no", + "platformFlavors": [ + + ], + "label": "No "}, + { "value": "true", "localName": "yes", + "platformFlavors": [ + + ], + "label": "Yes "} + ], + "default": "yes", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "2.2(1k)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "27392", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rType": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the type of resolver." + ], + "isConfigurable": false, + "propGlobalId": "106", + "propLocalId": "82", + "label": "Resolver Type", + "baseType": "scalar:Enum8", + "modelType": "reln:ResolverType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "mo", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "3", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "2", "localName": "service", + "platformFlavors": [ + + ], + "label": "Service "} + ], + "default": "mo", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "state": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "103", + "propLocalId": "26", + "label": "State", + "baseType": "scalar:Enum8", + "modelType": "reln:State", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "5", "localName": "cardinality-violation", + "platformFlavors": [ + + ], + "comment": [ + "cardinality violation - When relations are created such that\n they violate the cardinality, state of the relation would be\n set to this." + ], + "label": "Cardinality Violation "}, + { "value": "unformed", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "formed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is formed with the target object" + ], + "label": "Formed "}, + { "value": "4", "localName": "invalid-target", + "platformFlavors": [ + + ], + "comment": [ + "invalid target DN" + ], + "label": "Invalid Target "}, + { "value": "2", "localName": "missing-target", + "platformFlavors": [ + + ], + "comment": [ + "target does not exist" + ], + "label": "Missing Target "}, + { "value": "0", "localName": "unformed", + "platformFlavors": [ + + ], + "comment": [ + "the relationship is not formed" + ], + "label": "Unformed "} + ], + "default": "unformed", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "stateQual": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the state qualifier of the relationship." + ], + "isConfigurable": false, + "propGlobalId": "104", + "propLocalId": "80", + "label": "State Qualifier", + "baseType": "scalar:Enum8", + "modelType": "reln:StateQual", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "default-target", + "platformFlavors": [ + + ], + "comment": [ + "target not specified, using default" + ], + "label": "Target Not Specified "}, + { "value": "none", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mismatch-target", + "platformFlavors": [ + + ], + "comment": [ + "target not found, using default" + ], + "label": "Target Not Found "}, + { "value": "0", "localName": "none", + "platformFlavors": [ + + ], + "comment": [ + "no issue" + ], + "label": "None "} + ], + "default": "none", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tCl": { + "versions": "2.2(1k)-", + "comment": [ + "The class ID of the target object. This property is managed internally and should not be modified by the user." + ], + "isConfigurable": false, + "propGlobalId": "27376", + "propLocalId": "78", + "label": "Target Class", + "baseType": "scalar:Enum16", + "modelType": "reln:ClassId", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "9203", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "9203", "localName": "netflowRecordPol", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "unspecified", + "platformFlavors": [ + + ], + "label": "unspecified "} + ], + "default": "netflowRecordPol", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tContextDn": { + "versions": "1.0(1e)-", + "comment": [ + "Specifies the target context distinguished name." + ], + "isConfigurable": false, + "propGlobalId": "4990", + "propLocalId": "2530", + "label": "Target-context", + "baseType": "reference:BinRef", + "modelType": "reln:Dn", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tDn": { + "versions": "1.0(1e)-", + "comment": [ + "The distinguished name of the target." + ], + "isConfigurable": false, + "propGlobalId": "100", + "propLocalId": "77", + "label": "Target-dn", + "baseType": "reference:BinRef", + "modelType": "reln:Dn", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tRn": { + "versions": "1.0(1e)-", + "comment": [ + "Specifies the target's related name." + ], + "isConfigurable": false, + "propGlobalId": "4989", + "propLocalId": "2529", + "label": "Target-rn", + "baseType": "string:Basic", + "modelType": "string:Basic", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tType": { + "versions": "1.0(1e)-", + "comment": [ + "Represents the type of target. The target type for this object is named." + ], + "isConfigurable": false, + "propGlobalId": "4988", + "propLocalId": "81", + "label": "Target Type", + "baseType": "scalar:Enum8", + "modelType": "reln:TargetType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "all", + "platformFlavors": [ + + ], + "label": "All "}, + { "value": "name", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "mo", + "platformFlavors": [ + + ], + "label": "MO "}, + { "value": "0", "localName": "name", + "platformFlavors": [ + + ], + "label": "Name "} + ], + "default": "name", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tnNetflowRecordPolName": { + "versions": "2.2(1k)-", + "isConfigurable": true, + "propGlobalId": "27375", + "propLocalId": "6397", + "label": "Name", + "baseType": "string:Basic", + "modelType": "naming:Name", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } -} \ No newline at end of file +} diff --git a/gen/meta/pimRouteMapEntry.json b/gen/meta/pimRouteMapEntry.json index c55c21f73..8264cca4f 100644 --- a/gen/meta/pimRouteMapEntry.json +++ b/gen/meta/pimRouteMapEntry.json @@ -203,17 +203,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -320,12 +320,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -417,7 +417,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -459,7 +459,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -686,7 +686,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -694,7 +694,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -702,7 +702,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ diff --git a/gen/meta/pimRouteMapPol.json b/gen/meta/pimRouteMapPol.json index 878631076..87bfb1534 100644 --- a/gen/meta/pimRouteMapPol.json +++ b/gen/meta/pimRouteMapPol.json @@ -225,17 +225,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -342,12 +342,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -409,7 +409,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -451,7 +451,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -661,7 +661,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -669,7 +669,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -677,7 +677,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ diff --git a/gen/meta/pkiKeyRing.json b/gen/meta/pkiKeyRing.json index e8be1d324..fe878dc1b 100644 --- a/gen/meta/pkiKeyRing.json +++ b/gen/meta/pkiKeyRing.json @@ -1,1283 +1,1278 @@ { - "pki:KeyRing": { - "contains": { - "aaa:RbacAnnotation": "", - "fault:Counts": "", - "fault:Delegate": "", - "fault:Inst": "", - "health:Inst": "", - "pki:CertReq": "", - "pki:RtKeyRing": "", - "pki:RtKeyringRef": "", - "pki:RtListenerToCert": "", - "pki:RtSvrKeyRing": "", - "tag:Annotation": "", - "tag:Tag": "" - }, - "rnMap": { - "annotationKey-": "tag:Annotation", - "certreq": "pki:CertReq", - "fault-": "fault:Inst", - "fd-": "fault:Delegate", - "fltCnts": "fault:Counts", - "health": "health:Inst", - "rbacDom-": "aaa:RbacAnnotation", - "rtaaaKeyringRef-": "pki:RtKeyringRef", - "rtadepgSvrKeyRing-": "pki:RtSvrKeyRing", - "rtcloudListenerToCert-": "pki:RtListenerToCert", - "rtcommKeyRing-": "pki:RtKeyRing", - "tagKey-": "tag:Tag" - }, - "identifiedBy": [ - "name" - ], - "rnFormat": "keyring-{name}", - "containedBy": { - "cloud:CertStore": "", - "pki:Ep": "" - }, - "superClasses": [ - "pki:Item", - "pki:Definition", - "pol:Def", - "pol:Obj", - "naming:NamedObject" - ], - "subClasses": { - - }, - "relationFrom": { - "pki:RtKeyRing": "comm:Https", - "pki:RtKeyringRef": "aaa:KeyringRelnHolder", - "pki:RtListenerToCert": "cloud:Listener", - "pki:RtSvrKeyRing": "adepg:ASvr" - }, - "relationTo": { - - }, - "dnFormats": [ - "uni/tn-{name}/certstore/keyring-{name}", - "uni/userext/pkiext/keyring-{name}" - ], - "writeAccess": [ - "aaa", - "admin" - ], - "readAccess": [ - "aaa", - "admin", - "nw-svc-policy" - ], - "faults": { - "F4502": "fltPkiKeyRingCustomKeyRingExpired", - "F4501": "fltPkiKeyRingCustomKeyRingExpiring", - "F4510": "fltPkiKeyRingKeyRingInsecure" - }, - "events": { - "E4204952": "creation|createKeyRing|pki:KeyRing", - "E4204957": "deletion|deleteKeyRing|pki:KeyRing", - "E4204968": "modification|modKeyRing|pki:KeyRing", - "E4212893": "creation||pki:KeyRing", - "E4212894": "modification||pki:KeyRing", - "E4212895": "deletion||pki:KeyRing" - }, - "stats": { - - }, - "versions": "1.0(1e)-", - "isAbstract": false, - "isConfigurable": true, - "isContextRoot": false, - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false, - "isEncrypted": true, - "isExportable": true, - "isPersistent": true, - "isSubjectToQuota": false, - "isObservable": true, - "hasStats": false, - "isStat": false, - "isFaultable": true, - "isDomainable": false, - "isHealthScorable": true, - "shouldCollectHealthStats": false, - "healthCollectionSource": "faults", - "hasEventRules": false, - "abstractionLayer": "ambiguous", - "apicNxProcessing": false, - "monitoringPolicySource": "Parent", - "isCreatableDeletable": "always", - "platformFlavors": [ - - ], - "classId": "1482", - "className": "KeyRing", - "classPkg": "pki", - "featureTag": "", - "moCategory": "Regular", - "label": "Key Ring", - "comment": [ - "A keyring to create and hold an SSL certificate. The SSL certificate contains the public RSA key and signed identity information of a PKI device. The PKI device holds a pair of RSA encryption keys, one kept private and one made public, stored in an internal key ring. The keyring certificate merges into the PKI device keyring to create a trusted relationship." - ], - "properties": { - "adminState": { - "versions": "1.0(1e)-", - "comment": [ - "The current administrative state of the certificate request process." - ], - "isConfigurable": true, - "propGlobalId": "1199", - "propLocalId": "91", - "label": "adminState", - "baseType": "scalar:Enum8", - "modelType": "pki:KeyringState", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "5", "localName": "completed", - "platformFlavors": [ - - ], - "label": "Completed "}, - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "label": "Created "}, - { "value": "started", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "3", "localName": "reqCreated", - "platformFlavors": [ - - ], - "label": "Request Created "}, - { "value": "1", "localName": "started", - "platformFlavors": [ - - ], - "label": "Started "}, - { "value": "4", "localName": "tpSet", - "platformFlavors": [ - - ], - "label": "Trust Provider Set "} - ], - "default": "started", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "pki:KeyRing": { + "contains": { + "aaa:RbacAnnotation": "", + "fault:Counts": "", + "fault:Delegate": "", + "fault:Inst": "", + "health:Inst": "", + "pki:CertReq": "", + "pki:RtKeyRing": "", + "pki:RtKeyringRef": "", + "pki:RtListenerToCert": "", + "pki:RtSvrKeyRing": "", + "tag:Annotation": "", + "tag:Tag": "" }, - "annotation": { - "versions": "3.2(1l)-", - "comment": [ - "User annotation. Suggested format orchestrator:value" - ], - "isConfigurable": true, - "propGlobalId": "37508", - "propLocalId": "8719", - "label": "Annotation", - "baseType": "string:Basic", - "modelType": "mo:Annotation", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "rnMap": { + "annotationKey-": "tag:Annotation", + "certreq": "pki:CertReq", + "fault-": "fault:Inst", + "fd-": "fault:Delegate", + "fltCnts": "fault:Counts", + "health": "health:Inst", + "rbacDom-": "aaa:RbacAnnotation", + "rtaaaKeyringRef-": "pki:RtKeyringRef", + "rtadepgSvrKeyRing-": "pki:RtSvrKeyRing", + "rtcloudListenerToCert-": "pki:RtListenerToCert", + "rtcommKeyRing-": "pki:RtKeyRing", + "tagKey-": "tag:Tag" }, - "cert": { - "versions": "1.0(1e)-", - "comment": [ - "A certificate is a file containing a device's public key along with signed information verifying the identity of the device." - ], - "isConfigurable": true, - "propGlobalId": "1203", - "propLocalId": "631", - "label": "Certificate", - "baseType": "string:CharBuffer", - "modelType": "pki:Cert", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "identifiedBy": [ + "name" + ], + "rnFormat": "keyring-{name}", + "containedBy": { + "cloud:CertStore": "", + "pki:Ep": "" }, - "certValidUntil": { - "versions": "1.0(1e)-", - "comment": [ - "" - ], - "isConfigurable": false, - "propGlobalId": "1204", - "propLocalId": "632", - "label": "Certificate Validity", - "baseType": "string:CharBuffer", - "modelType": "pki:CertValidity", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "certificateDecodeInformation": { - "versions": "1.0(1e)-", - "comment": [ - "" - ], - "isConfigurable": false, - "propGlobalId": "1205", - "propLocalId": "633", - "label": "Certificate Decode Information", - "baseType": "string:CharBuffer", - "modelType": "pki:Cert", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "childAction": { - "versions": "1.0(1e)-", - "comment": [ - "Delete or ignore. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "4", - "propLocalId": "5", - "label": "childAction", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationChildAction", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "16384", "localName": "deleteAll", - "platformFlavors": [ - - ], - "label": "Delete All "}, - { "value": "8192", "localName": "deleteNonPresent", - "platformFlavors": [ - - ], - "label": "Delete Non Present "}, - { "value": "4096", "localName": "ignore", - "platformFlavors": [ - - ], - "label": "Ignore "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "creator": { - "versions": "6.0(2h)-", - "isConfigurable": false, - "propGlobalId": "68676", - "propLocalId": "14578", - "label": "MO creator origin", - "baseType": "scalar:Enum8", - "modelType": "fabric:CreatorType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "1", "localName": "SYSTEM", - "platformFlavors": [ - - ], - "label": "system maintained "}, - { "value": "0", "localName": "USER", - "platformFlavors": [ - - ], - "label": "created by the user "}, - { "value": "USER", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "USER", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "descr": { - "versions": "1.0(1e)-", - "comment": [ - "Specifies a description of the policy definition." - ], - "isConfigurable": true, - "propGlobalId": "5579", - "propLocalId": "28", - "label": "Description", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": true, - "likeProp": "naming:Described:descr", - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "dn": { - "versions": "1.0(1e)-", - "comment": [ - "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." - ], - "isConfigurable": false, - "propGlobalId": "1", - "propLocalId": "2", - "label": "dn", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "eccCurve": { - "versions": "6.0(2h)-", - "isConfigurable": true, - "propGlobalId": "68747", - "propLocalId": "14922", - "label": "ECC Curve", - "baseType": "scalar:Enum16", - "modelType": "pki:EccCurve", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "0", "localName": "none", - "platformFlavors": [ - - ], - "label": "None "}, - { "value": "1", "localName": "prime256v1", - "platformFlavors": [ - - ], - "label": "P-256 "}, - { "value": "2", "localName": "secp384r1", - "platformFlavors": [ - - ], - "label": "P-384 "}, - { "value": "3", "localName": "secp521r1", - "platformFlavors": [ - - ], - "label": "P-521 "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "expState": { - "versions": "3.1(1i)-", - "isConfigurable": false, - "propGlobalId": "35519", - "propLocalId": "8280", - "label": "expState", - "baseType": "scalar:Enum8", - "modelType": "pki:ExpStatus", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "1", "localName": "active", - "platformFlavors": [ - - ], - "label": "Active "}, - { "value": "active", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "3", "localName": "expired", - "platformFlavors": [ - - ], - "label": "Expired "}, - { "value": "2", "localName": "expiring", - "platformFlavors": [ - - ], - "label": "Expiring "} - ], - "default": "active", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "extMngdBy": { - "versions": "3.2(1l)-", - "comment": [ - "Indicates which orchestrator is managing this MO" - ], - "isConfigurable": false, - "propGlobalId": "39647", - "propLocalId": "8023", - "label": "Managed By", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ExtMngdByType", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "undefined", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1", "localName": "msc", - "platformFlavors": [ - - ], - "label": "MSC "}, - { "value": "0", "localName": "undefined", - "platformFlavors": [ - - ], - "label": "Undefined "} - ], - "default": "undefined", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "key": { - "versions": "1.0(1e)-", - "comment": [ - "The private key of the certificate." - ], - "isConfigurable": true, - "propGlobalId": "1201", - "propLocalId": "542", - "label": "key", - "baseType": "string:Password", - "modelType": "pki:PrivateKey", - "needsPropDelimiters": false, - "uitype": "password", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": true, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 4096 } - ], - "validValues": [ - { "value": "", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "keyType": { - "versions": "6.0(2h)-", - "isConfigurable": true, - "propGlobalId": "68746", - "propLocalId": "7905", - "label": "Key Type", - "baseType": "scalar:Enum8", - "modelType": "pki:KeyType", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "1", "localName": "ECC", - "platformFlavors": [ - - ], - "label": "ECC "}, - { "value": "0", "localName": "RSA", - "platformFlavors": [ - - ], - "label": "RSA "}, - { "value": "RSA", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "2", "localName": "indeterminate", - "platformFlavors": [ - - ], - "label": "indeterminate "} - ], - "default": "RSA", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "lcOwn": { - "versions": "1.0(1e)-", - "comment": [ - "A value that indicates how this object was created. For internal use only." - ], - "isConfigurable": false, - "propGlobalId": "9", - "propLocalId": "9", - "label": "lcOwn", - "baseType": "scalar:Enum8", - "modelType": "mo:Owner", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "local", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "4", "localName": "implicit", - "platformFlavors": [ - - ], - "label": "Implicit "}, - { "value": "0", "localName": "local", - "platformFlavors": [ - - ], - "label": "Local "}, - { "value": "1", "localName": "policy", - "platformFlavors": [ - - ], - "label": "Policy "}, - { "value": "2", "localName": "replica", - "platformFlavors": [ - - ], - "label": "Replica "}, - { "value": "3", "localName": "resolveOnBehalf", - "platformFlavors": [ - - ], - "label": "Resolved On Behalf "} - ], - "default": "local", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modTs": { - "versions": "1.0(1e)-", - "comment": [ - "The time when this object was last modified." - ], - "isConfigurable": false, - "propGlobalId": "7", - "propLocalId": "7", - "label": "modTs", - "baseType": "scalar:Date", - "modelType": "mo:TStamp", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "never", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "0", "localName": "never", - "platformFlavors": [ - - ], - "label": "Never "} - ], - "default": "never", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "modulus": { - "versions": "1.0(1e)-", - "comment": [ - "The length of the encryption keys. A longer key length increases the difficulty of breaking the key." - ], - "isConfigurable": true, - "propGlobalId": "1202", - "propLocalId": "630", - "label": "Modulus", - "baseType": "scalar:Enum16", - "modelType": "pki:Modulus", - "needsPropDelimiters": false, - "uitype": "enum", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "mod2048", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "1024", "localName": "mod1024", - "platformFlavors": [ - - ], - "label": "MOD 1024 "}, - { "value": "1536", "localName": "mod1536", - "platformFlavors": [ - - ], - "label": "MOD 1536 "}, - { "value": "2048", "localName": "mod2048", - "platformFlavors": [ - - ], - "label": "MOD 2048 "}, - { "value": "3072", "localName": "mod3072", - "platformFlavors": [ - - ], - "label": "MOD 2048 "}, - { "value": "4096", "localName": "mod4096", - "platformFlavors": [ - - ], - "label": "MOD 4096 "}, - { "value": "512", "localName": "mod512", - "platformFlavors": [ - - ], - "label": "MOD 512 "}, - { "value": "0", "localName": "none", - "platformFlavors": [ - - ], - "label": "none "} - ], - "default": "mod2048", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "monPolDn": { - "versions": "3.1(1i)-", - "comment": [ - "The monitoring policy attached to this observable object." - ], - "isConfigurable": false, - "propGlobalId": "14135", - "propLocalId": "228", - "label": "Monitoring Policy", - "baseType": "reference:BinRef", - "modelType": "reference:BinRef", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "name": { - "versions": "1.0(1e)-", - "comment": [ - "The name of the key ring." - ], - "isConfigurable": true, - "propGlobalId": "7017", - "propLocalId": "13", - "label": "Name", - "baseType": "string:Basic", - "modelType": "naming:Name", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": false, - "readOnly": false, - "isNaming": true, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": true, - "isLike": false, - "validators": [ - {"min" : 1, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "nameAlias": { - "versions": "2.2(1k)-", - "isConfigurable": true, - "propGlobalId": "28417", - "propLocalId": "6719", - "label": "Display Name", - "baseType": "string:Basic", - "modelType": "naming:NameAlias", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 63, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "ownerKey": { - "versions": "1.0(1e)-", - "comment": [ - "The key for enabling clients to own their data for entity correlation." - ], - "isConfigurable": true, - "propGlobalId": "15230", - "propLocalId": "4100", - "label": "ownerKey", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 128, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false - }, - "ownerTag": { - "versions": "1.0(1e)-", - "comment": [ - "A tag for enabling clients to add their own data. For example, to indicate who created this object." - ], - "isConfigurable": true, - "propGlobalId": "15231", - "propLocalId": "4101", - "label": "ownerTag", - "baseType": "string:Basic", - "modelType": "naming:Descr", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "superClasses": [ + "pki:Item", + "pki:Definition", + "pol:Def", + "pol:Obj", + "naming:NamedObject" + ], + "subClasses": { + }, - "regen": { - "versions": "1.0(1e)-", - "comment": [ - "Forces regeneration of the keypair. Each PKI device holds a pair of asymmetric Rivest-Shamir-Adleman (RSA) or Elliptic Curve Cryptography (ECC) encryption keys, one kept private and one made public, stored in an internal key ring." - ], - "isConfigurable": true, - "propGlobalId": "1200", - "propLocalId": "629", - "label": "Regenerate", - "baseType": "scalar:Bool", - "modelType": "scalar:Bool", - "needsPropDelimiters": false, - "uitype": "boolean", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "false", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "}, - { "value": "false", "localName": "no", - "platformFlavors": [ - - ], - "label": "No "}, - { "value": "true", "localName": "yes", - "platformFlavors": [ - - ], - "label": "Yes "} - ], - "default": "false", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationFrom": { + "pki:RtKeyRing": "comm:Https", + "pki:RtKeyringRef": "aaa:KeyringRelnHolder", + "pki:RtListenerToCert": "cloud:Listener", + "pki:RtSvrKeyRing": "adepg:ASvr" }, - "rn": { - "versions": "1.0(1e)-", - "comment": [ - "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." - ], - "isConfigurable": false, - "propGlobalId": "2", - "propLocalId": "3", - "label": "rn", - "baseType": "reference:BinRN", - "modelType": "reference:BinRN", - "needsPropDelimiters": true, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "relationTo": { + }, - "status": { - "versions": "1.0(1e)-", - "comment": [ - "The upgrade status. This property is for internal use only." - ], - "isConfigurable": false, - "propGlobalId": "3", - "propLocalId": "4", - "label": "status", - "baseType": "scalar:Bitmask32", - "modelType": "mo:ModificationStatus", - "needsPropDelimiters": false, - "uitype": "bitmask", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validValues": [ - { "value": "2", "localName": "created", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" - ], - "label": "Created "}, - { "value": "8", "localName": "deleted", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" - ], - "label": "Deleted "}, - { "value": "4", "localName": "modified", - "platformFlavors": [ - - ], - "comment": [ - "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" - ], - "label": "Modified "} - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "dnFormats": [ + "uni/tn-{name}/certstore/keyring-{name}", + "uni/userext/pkiext/keyring-{name}" + ], + "writeAccess": [ + "aaa", + "admin" + ], + "readAccess": [ + "aaa", + "admin", + "nw-svc-policy" + ], + "faults": { + "F4502": "fltPkiKeyRingCustomKeyRingExpired", + "F4501": "fltPkiKeyRingCustomKeyRingExpiring", + "F4510": "fltPkiKeyRingKeyRingInsecure" }, - "tp": { - "versions": "1.0(1e)-", - "comment": [ - "A third-party certificate from a trusted source, or trusted point, that affirms the identity of your device. The third-party certificate is signed by the issuing certificate authority (CA or trustpoint), which can be a root CA, an intermediate CA, or a trust anchor that is part of a trust chain that leads to a root CA." - ], - "isConfigurable": true, - "propGlobalId": "1206", - "propLocalId": "634", - "label": "Certificate Authority", - "baseType": "string:Basic", - "modelType": "naming:LongName", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 64, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "events": { + "E4204952": "creation|createKeyRing|pki:KeyRing", + "E4204957": "deletion|deleteKeyRing|pki:KeyRing", + "E4204968": "modification|modKeyRing|pki:KeyRing", + "E4212893": "creation||pki:KeyRing", + "E4212894": "modification||pki:KeyRing", + "E4212895": "deletion||pki:KeyRing" }, - "uid": { - "versions": "1.0(1e)-", - "comment": [ - "A unique identifier for this object." - ], - "isConfigurable": false, - "propGlobalId": "8", - "propLocalId": "8", - "label": "uid", - "baseType": "scalar:Uint16", - "modelType": "scalar:Uint16", - "needsPropDelimiters": false, - "uitype": "auto", - "createOnly": false, - "readWrite": false, - "readOnly": true, - "isNaming": false, - "secure": false, - "implicit": true, - "mandatory": false, - "isOverride": false, - "isLike": false, - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "stats": { + }, - "userdom": { - "versions": "5.0(1k)-", - "isConfigurable": true, - "propGlobalId": "60657", - "propLocalId": "13244", - "label": "userdom", - "baseType": "string:Basic", - "modelType": "mo:UserDomType", - "needsPropDelimiters": false, - "uitype": "string", - "createOnly": false, - "readWrite": true, - "readOnly": false, - "isNaming": false, - "secure": false, - "implicit": false, - "mandatory": false, - "isOverride": false, - "isLike": false, - "validators": [ - {"min" : 0, "max": 1024, - "regexs": [ - {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} - ] - } - ], - "validValues": [ - { "value": "all", "localName": "defaultValue", - "platformFlavors": [ - - ], - "label": " "} - ], - "default": "all", - "platformFlavors": [ - - ], - "isNxosConverged": false, - "isDeprecated": false, - "isHidden": false + "versions": "1.0(1e)-", + "isAbstract": false, + "isConfigurable": true, + "isContextRoot": false, + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false, + "isEncrypted": true, + "isExportable": true, + "isPersistent": true, + "isSubjectToQuota": false, + "isObservable": true, + "hasStats": false, + "isStat": false, + "isFaultable": true, + "isDomainable": false, + "isHealthScorable": true, + "shouldCollectHealthStats": false, + "healthCollectionSource": "faults", + "hasEventRules": false, + "abstractionLayer": "ambiguous", + "apicNxProcessing": false, + "monitoringPolicySource": "Parent", + "isCreatableDeletable": "always", + "platformFlavors": [ + + ], + "classId": "1482", + "className": "KeyRing", + "classPkg": "pki", + "featureTag": "", + "moCategory": "Regular", + "label": "Key Ring", + "comment": [ + "A keyring to create and hold an SSL certificate. The SSL certificate contains the public RSA key and signed identity information of a PKI device. The PKI device holds a pair of RSA encryption keys, one kept private and one made public, stored in an internal key ring. The keyring certificate merges into the PKI device keyring to create a trusted relationship." + ], + "properties": { + "adminState": { + "versions": "1.0(1e)-", + "comment": [ + "The current administrative state of the certificate request process." + ], + "isConfigurable": true, + "propGlobalId": "1199", + "propLocalId": "91", + "label": "adminState", + "baseType": "scalar:Enum8", + "modelType": "pki:KeyringState", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "5", "localName": "completed", + "platformFlavors": [ + + ], + "label": "Completed "}, + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "label": "Created "}, + { "value": "started", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "3", "localName": "reqCreated", + "platformFlavors": [ + + ], + "label": "Request Created "}, + { "value": "1", "localName": "started", + "platformFlavors": [ + + ], + "label": "Started "}, + { "value": "4", "localName": "tpSet", + "platformFlavors": [ + + ], + "label": "Trust Provider Set "} + ], + "default": "started", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "annotation": { + "versions": "3.2(1l)-", + "comment": [ + "User annotation. Suggested format orchestrator:value" + ], + "isConfigurable": true, + "propGlobalId": "37508", + "propLocalId": "8719", + "label": "Annotation", + "baseType": "string:Basic", + "modelType": "mo:Annotation", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "cert": { + "versions": "1.0(1e)-", + "comment": [ + "A certificate is a file containing a device's public key along with signed information verifying the identity of the device." + ], + "isConfigurable": true, + "propGlobalId": "1203", + "propLocalId": "631", + "label": "Certificate", + "baseType": "string:CharBuffer", + "modelType": "pki:Cert", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "certValidUntil": { + "versions": "1.0(1e)-", + "comment": [ + "" + ], + "isConfigurable": false, + "propGlobalId": "1204", + "propLocalId": "632", + "label": "Certificate Validity", + "baseType": "string:CharBuffer", + "modelType": "pki:CertValidity", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "certificateDecodeInformation": { + "versions": "1.0(1e)-", + "comment": [ + "" + ], + "isConfigurable": false, + "propGlobalId": "1205", + "propLocalId": "633", + "label": "Certificate Decode Information", + "baseType": "string:CharBuffer", + "modelType": "pki:Cert", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "childAction": { + "versions": "1.0(1e)-", + "comment": [ + "Delete or ignore. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "4", + "propLocalId": "5", + "label": "childAction", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationChildAction", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "16384", "localName": "deleteAll", + "platformFlavors": [ + + ], + "label": "Delete All "}, + { "value": "8192", "localName": "deleteNonPresent", + "platformFlavors": [ + + ], + "label": "Delete Non Present "}, + { "value": "4096", "localName": "ignore", + "platformFlavors": [ + + ], + "label": "Ignore "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "creator": { + "versions": "6.0(2h)-", + "isConfigurable": false, + "propGlobalId": "68676", + "propLocalId": "14578", + "label": "MO creator origin", + "baseType": "scalar:Enum8", + "modelType": "fabric:CreatorType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "1", "localName": "SYSTEM", + "platformFlavors": [ + + ], + "label": "System Maintained "}, + { "value": "0", "localName": "USER", + "platformFlavors": [ + + ], + "label": "User Created "}, + { "value": "USER", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "USER", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "descr": { + "versions": "1.0(1e)-", + "comment": [ + "Specifies a description of the policy definition." + ], + "isConfigurable": true, + "propGlobalId": "5579", + "propLocalId": "28", + "label": "Description", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": true, + "likeProp": "naming:Described:descr", + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "dn": { + "versions": "1.0(1e)-", + "comment": [ + "A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module." + ], + "isConfigurable": false, + "propGlobalId": "1", + "propLocalId": "2", + "label": "dn", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "eccCurve": { + "versions": "6.0(2h)-", + "isConfigurable": true, + "propGlobalId": "68747", + "propLocalId": "14922", + "label": "ECC Curve", + "baseType": "scalar:Enum16", + "modelType": "pki:EccCurve", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "0", "localName": "none", + "platformFlavors": [ + + ], + "label": "None "}, + { "value": "1", "localName": "prime256v1", + "platformFlavors": [ + + ], + "label": "P-256 "}, + { "value": "2", "localName": "secp384r1", + "platformFlavors": [ + + ], + "label": "P-384 "}, + { "value": "3", "localName": "secp521r1", + "platformFlavors": [ + + ], + "label": "P-521 "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "expState": { + "versions": "3.1(1i)-", + "isConfigurable": false, + "propGlobalId": "35519", + "propLocalId": "8280", + "label": "expState", + "baseType": "scalar:Enum8", + "modelType": "pki:ExpStatus", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "1", "localName": "active", + "platformFlavors": [ + + ], + "label": "Active "}, + { "value": "active", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "3", "localName": "expired", + "platformFlavors": [ + + ], + "label": "Expired "}, + { "value": "2", "localName": "expiring", + "platformFlavors": [ + + ], + "label": "Expiring "} + ], + "default": "active", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "extMngdBy": { + "versions": "3.2(1l)-", + "comment": [ + "Indicates which orchestrator is managing this MO" + ], + "isConfigurable": false, + "propGlobalId": "39647", + "propLocalId": "8023", + "label": "Managed By", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ExtMngdByType", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "undefined", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1", "localName": "msc", + "platformFlavors": [ + + ], + "label": "MSC "}, + { "value": "0", "localName": "undefined", + "platformFlavors": [ + + ], + "label": "Undefined "} + ], + "default": "undefined", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "key": { + "versions": "1.0(1e)-", + "comment": [ + "The private key of the certificate." + ], + "isConfigurable": true, + "propGlobalId": "1201", + "propLocalId": "542", + "label": "key", + "baseType": "string:Password", + "modelType": "pki:PrivateKey", + "needsPropDelimiters": false, + "uitype": "password", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": true, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 4096 } + ], + "validValues": [ + { "value": "", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "keyType": { + "versions": "6.0(2h)-", + "isConfigurable": true, + "propGlobalId": "68746", + "propLocalId": "7905", + "label": "Key Type", + "baseType": "scalar:Enum8", + "modelType": "pki:KeyType", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "1", "localName": "ECC", + "platformFlavors": [ + + ], + "label": "ECC "}, + { "value": "0", "localName": "RSA", + "platformFlavors": [ + + ], + "label": "RSA "}, + { "value": "RSA", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "RSA", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "lcOwn": { + "versions": "1.0(1e)-", + "comment": [ + "A value that indicates how this object was created. For internal use only." + ], + "isConfigurable": false, + "propGlobalId": "9", + "propLocalId": "9", + "label": "lcOwn", + "baseType": "scalar:Enum8", + "modelType": "mo:Owner", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "local", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "4", "localName": "implicit", + "platformFlavors": [ + + ], + "label": "Implicit "}, + { "value": "0", "localName": "local", + "platformFlavors": [ + + ], + "label": "Local "}, + { "value": "1", "localName": "policy", + "platformFlavors": [ + + ], + "label": "Policy "}, + { "value": "2", "localName": "replica", + "platformFlavors": [ + + ], + "label": "Replica "}, + { "value": "3", "localName": "resolveOnBehalf", + "platformFlavors": [ + + ], + "label": "Resolved On Behalf "} + ], + "default": "local", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modTs": { + "versions": "1.0(1e)-", + "comment": [ + "The time when this object was last modified." + ], + "isConfigurable": false, + "propGlobalId": "7", + "propLocalId": "7", + "label": "modTs", + "baseType": "scalar:Date", + "modelType": "mo:TStamp", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "never", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "0", "localName": "never", + "platformFlavors": [ + + ], + "label": "Never "} + ], + "default": "never", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "modulus": { + "versions": "1.0(1e)-", + "comment": [ + "The length of the encryption keys. A longer key length increases the difficulty of breaking the key." + ], + "isConfigurable": true, + "propGlobalId": "1202", + "propLocalId": "630", + "label": "Modulus", + "baseType": "scalar:Enum16", + "modelType": "pki:Modulus", + "needsPropDelimiters": false, + "uitype": "enum", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "mod2048", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "1024", "localName": "mod1024", + "platformFlavors": [ + + ], + "label": "MOD 1024 "}, + { "value": "1536", "localName": "mod1536", + "platformFlavors": [ + + ], + "label": "MOD 1536 "}, + { "value": "2048", "localName": "mod2048", + "platformFlavors": [ + + ], + "label": "MOD 2048 "}, + { "value": "3072", "localName": "mod3072", + "platformFlavors": [ + + ], + "label": "MOD 3072 "}, + { "value": "4096", "localName": "mod4096", + "platformFlavors": [ + + ], + "label": "MOD 4096 "}, + { "value": "512", "localName": "mod512", + "platformFlavors": [ + + ], + "label": "MOD 512 "}, + { "value": "0", "localName": "none", + "platformFlavors": [ + + ], + "label": "none "} + ], + "default": "mod2048", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "monPolDn": { + "versions": "3.1(1i)-", + "comment": [ + "The monitoring policy attached to this observable object." + ], + "isConfigurable": false, + "propGlobalId": "14135", + "propLocalId": "228", + "label": "Monitoring Policy", + "baseType": "reference:BinRef", + "modelType": "reference:BinRef", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "name": { + "versions": "1.0(1e)-", + "comment": [ + "The name of the key ring." + ], + "isConfigurable": true, + "propGlobalId": "7017", + "propLocalId": "13", + "label": "Name", + "baseType": "string:Basic", + "modelType": "naming:Name", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": false, + "readOnly": false, + "isNaming": true, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": true, + "isLike": false, + "validators": [ + {"min" : 1, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "nameAlias": { + "versions": "2.2(1k)-", + "isConfigurable": true, + "propGlobalId": "28417", + "propLocalId": "6719", + "label": "Display Name", + "baseType": "string:Basic", + "modelType": "naming:NameAlias", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 63, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerKey": { + "versions": "1.0(1e)-", + "comment": [ + "The key for enabling clients to own their data for entity correlation." + ], + "isConfigurable": true, + "propGlobalId": "15230", + "propLocalId": "4100", + "label": "ownerKey", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 128, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "ownerTag": { + "versions": "1.0(1e)-", + "comment": [ + "A tag for enabling clients to add their own data. For example, to indicate who created this object." + ], + "isConfigurable": true, + "propGlobalId": "15231", + "propLocalId": "4101", + "label": "ownerTag", + "baseType": "string:Basic", + "modelType": "naming:Descr", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9\\\\!#$%()*,-./:;@ _{|}~?&+]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "regen": { + "versions": "1.0(1e)-", + "comment": [ + "Forces regeneration of the keypair. Each PKI device holds a pair of asymmetric Rivest-Shamir-Adleman (RSA) or Elliptic Curve Cryptography (ECC) encryption keys, one kept private and one made public, stored in an internal key ring." + ], + "isConfigurable": true, + "propGlobalId": "1200", + "propLocalId": "629", + "label": "Regenerate", + "baseType": "scalar:Bool", + "modelType": "scalar:Bool", + "needsPropDelimiters": false, + "uitype": "boolean", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "false", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "}, + { "value": "false", "localName": "no", + "platformFlavors": [ + + ], + "label": "No "}, + { "value": "true", "localName": "yes", + "platformFlavors": [ + + ], + "label": "Yes "} + ], + "default": "false", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "rn": { + "versions": "1.0(1e)-", + "comment": [ + "Identifies an object from its siblings within the context of its parent object. The distinguished name contains a sequence of relative names." + ], + "isConfigurable": false, + "propGlobalId": "2", + "propLocalId": "3", + "label": "rn", + "baseType": "reference:BinRN", + "modelType": "reference:BinRN", + "needsPropDelimiters": true, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "status": { + "versions": "1.0(1e)-", + "comment": [ + "The upgrade status. This property is for internal use only." + ], + "isConfigurable": false, + "propGlobalId": "3", + "propLocalId": "4", + "label": "status", + "baseType": "scalar:Bitmask32", + "modelType": "mo:ModificationStatus", + "needsPropDelimiters": false, + "uitype": "bitmask", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validValues": [ + { "value": "2", "localName": "created", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" + ], + "label": "Created "}, + { "value": "8", "localName": "deleted", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" + ], + "label": "Deleted "}, + { "value": "4", "localName": "modified", + "platformFlavors": [ + + ], + "comment": [ + "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" + ], + "label": "Modified "} + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "tp": { + "versions": "1.0(1e)-", + "comment": [ + "A third-party certificate from a trusted source, or trusted point, that affirms the identity of your device. The third-party certificate is signed by the issuing certificate authority (CA or trustpoint), which can be a root CA, an intermediate CA, or a trust anchor that is part of a trust chain that leads to a root CA." + ], + "isConfigurable": true, + "propGlobalId": "1206", + "propLocalId": "634", + "label": "Certificate Authority", + "baseType": "string:Basic", + "modelType": "naming:LongName", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 64, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "uid": { + "versions": "1.0(1e)-", + "comment": [ + "A unique identifier for this object." + ], + "isConfigurable": false, + "propGlobalId": "8", + "propLocalId": "8", + "label": "uid", + "baseType": "scalar:Uint16", + "modelType": "scalar:Uint16", + "needsPropDelimiters": false, + "uitype": "auto", + "createOnly": false, + "readWrite": false, + "readOnly": true, + "isNaming": false, + "secure": false, + "implicit": true, + "mandatory": false, + "isOverride": false, + "isLike": false, + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + }, + "userdom": { + "versions": "5.0(1k)-", + "isConfigurable": true, + "propGlobalId": "60657", + "propLocalId": "13244", + "label": "userdom", + "baseType": "string:Basic", + "modelType": "mo:UserDomType", + "needsPropDelimiters": false, + "uitype": "string", + "createOnly": false, + "readWrite": true, + "readOnly": false, + "isNaming": false, + "secure": false, + "implicit": false, + "mandatory": false, + "isOverride": false, + "isLike": false, + "validators": [ + {"min" : 0, "max": 1024, + "regexs": [ + {"regex" : "^[a-zA-Z0-9_.:-]+$", "type": "include"} + ] + } + ], + "validValues": [ + { "value": "all", "localName": "defaultValue", + "platformFlavors": [ + + ], + "label": " "} + ], + "default": "all", + "platformFlavors": [ + + ], + "isNxosConverged": false, + "isDeprecated": false, + "isHidden": false + } } } - } } diff --git a/gen/meta/rtctrlProfile.json b/gen/meta/rtctrlProfile.json index f3289ccbf..8b2e53d14 100644 --- a/gen/meta/rtctrlProfile.json +++ b/gen/meta/rtctrlProfile.json @@ -11,7 +11,6 @@ "rtctrl:RtBDToProfileDef": "", "rtctrl:RtCtxToRtctrlProfile": "", "rtctrl:RtDampeningPol": "", - "rtctrl:RtDomainToRtProfile": "", "rtctrl:RtExportToFabricProfile": "", "rtctrl:RtImportFromFabricProfile": "", "rtctrl:RtInstPToProfile": "", @@ -38,7 +37,6 @@ "rtfvExportToFabricProfile-": "rtctrl:RtExportToFabricProfile", "rtfvImportFromFabricProfile-": "rtctrl:RtImportFromFabricProfile", "rtl3extDampeningPol-": "rtctrl:RtDampeningPol", - "rtl3extDomainToRtProfile-": "rtctrl:RtDomainToRtProfile", "rtl3extInstPToProfile-": "rtctrl:RtInstPToProfile", "rtl3extInterleakPol-": "rtctrl:RtInterleakPol", "rtl3extLblToProfile-": "rtctrl:RtLblToProfile", @@ -68,7 +66,6 @@ "rtctrl:RtBDToProfileDef": "fv:BDPublicSubnetHolder", "rtctrl:RtCtxToRtctrlProfile": "fv:Ctx", "rtctrl:RtDampeningPol": "l3ext:Out", - "rtctrl:RtDomainToRtProfile": "l3ext:RemoteDomain", "rtctrl:RtExportToFabricProfile": "fv:FabricExpRtctrlP", "rtctrl:RtImportFromFabricProfile": "fv:IntraVrfFabricImpRtctrlP", "rtctrl:RtInstPToProfile": "l3ext:InstP", @@ -950,4 +947,4 @@ } } } -} \ No newline at end of file +} diff --git a/gen/meta/tagAnnotation.json b/gen/meta/tagAnnotation.json index 1c08ec327..e3ea16710 100644 --- a/gen/meta/tagAnnotation.json +++ b/gen/meta/tagAnnotation.json @@ -61,6 +61,7 @@ "aaa:Role": "", "aaa:RsSecProvToEpg": "", "aaa:RsToSnInbEpg": "", + "aaa:RsToSnOobEpg": "", "aaa:RsaEp": "", "aaa:RsaProvider": "", "aaa:RsaProviderGroup": "", @@ -572,7 +573,9 @@ "dc:DeliveryStatus": "", "dc:Ep": "", "dc:Message": "", + "dc:MessageStatus": "", "dc:Policy": "", + "dc:StatusEp": "", "dc:UserKeyCert": "", "dhcp:CRelPg": "", "dhcp:ClientAddr": "", @@ -806,7 +809,6 @@ "fabric:PortConfig": "", "fabric:PortConvertNode": "", "fabric:ProtPol": "", - "fabric:RlGroupP": "", "fabric:RogueExceptionMac": "", "fabric:RogueExceptionMacCont": "", "fabric:RsApplCoreP": "", @@ -853,7 +855,6 @@ "fabric:RsPodPGrpIsisDomP": "", "fabric:RsPsuInstPol": "", "fabric:RsRemoteStatsServer": "", - "fabric:RsRlGroupToExtSetup": "", "fabric:RsSFPathAtt": "", "fabric:RsSnmpPol": "", "fabric:RsSpCardP": "", @@ -962,6 +963,7 @@ "fv:CEp": "", "fv:CepNetCfgPol": "", "fv:ConnInstrPol": "", + "fv:ConsBgwSet": "", "fv:Crtrn": "", "fv:Ctx": "", "fv:CtxRtSummPol": "", @@ -990,6 +992,7 @@ "fv:IdGroupAttr": "", "fv:ImplEpAnycast": "", "fv:ImportExtRoutes": "", + "fv:IntEPg": "", "fv:IntersiteConnP": "", "fv:IntersiteMcastConnP": "", "fv:IntersitePeeringP": "", @@ -1054,6 +1057,7 @@ "fv:RsFcPathAtt": "", "fv:RsIgmpsn": "", "fv:RsImportFromFabricProfile": "", + "fv:RsIntBd": "", "fv:RsIntraEpg": "", "fv:RsIpslaMonPol": "", "fv:RsMldsn": "", @@ -1102,6 +1106,8 @@ "fv:UsegBDCont": "", "fv:Vip": "", "fv:VmAttr": "", + "fv:VxGwFabrics": "", + "fv:VxGwRemoteFabric": "", "fvcap:NSRule": "", "fvcap:Rule": "", "fvcap:ScopeRule": "", @@ -1430,6 +1436,7 @@ "infra:PortTrackPol": "", "infra:ProvAcc": "", "infra:ProvP": "", + "infra:ReplaceNode": "", "infra:RlPodRedPol": "", "infra:RsAccBaseGrp": "", "infra:RsAccBndlSubgrp": "", @@ -1592,13 +1599,11 @@ "l2:PortSecurityPol": "", "l2:RsAaaRadiusProviderGroup": "", "l2:VfcIfClearCountersLTask": "", - "l2ext:ConsBgwSet": "", "l2ext:DomP": "", "l2ext:InstP": "", "l2ext:LIfP": "", "l2ext:LNodeP": "", "l2ext:Out": "", - "l2ext:RemoteDomain": "", "l2ext:RsEBd": "", "l2ext:RsL2DomAtt": "", "l2ext:RsPathL2OutAtt": "", @@ -1635,7 +1640,6 @@ "l3ext:Out": "", "l3ext:OutDef": "", "l3ext:ProvLbl": "", - "l3ext:RemoteDomain": "", "l3ext:RogueExceptMacP": "", "l3ext:RogueExceptionMac": "", "l3ext:RogueExceptionMacGroup": "", @@ -1643,7 +1647,6 @@ "l3ext:RsArpIfPol": "", "l3ext:RsBdProfile": "", "l3ext:RsDampeningPol": "", - "l3ext:RsDomainToRtProfile": "", "l3ext:RsDynPathAtt": "", "l3ext:RsEctx": "", "l3ext:RsEgressQosDppPol": "", @@ -1655,6 +1658,7 @@ "l3ext:RsLIfPCustQosPol": "", "l3ext:RsLIfPToNetflowMonitorPol": "", "l3ext:RsLNodePMplsCustQosPol": "", + "l3ext:RsLNodePVxlanCustQosPol": "", "l3ext:RsLblToInstP": "", "l3ext:RsLblToProfile": "", "l3ext:RsNdIfPol": "", @@ -1674,6 +1678,8 @@ "l3ext:VirtualLIfPDef": "", "l3ext:VirtualLIfPLagPolAtt": "", "l3ext:VrfValidationPol": "", + "l3ext:VxGwFabrics": "", + "l3ext:VxGwRemoteFabric": "", "l4:VxlanInstPol": "", "lacp:EnhancedLagPol": "", "lacp:IfPol": "", @@ -1753,7 +1759,6 @@ "mdp:PeeringDomain": "", "mdp:PolCont": "", "mdp:ProviderP": "", - "mdp:PublisherState": "", "mdp:RemoteService": "", "mdp:RemoteTenant": "", "mdp:RsRemoteCtxDefToMultiDomCtxDef": "", @@ -1764,7 +1769,6 @@ "mdp:ServiceDef": "", "mdp:ShardUpdater": "", "mdp:SpineP": "", - "mdp:SubscriberState": "", "mdp:Svc": "", "mdp:Topic": "", "mgmt:ConnectivityPrefs": "", @@ -1921,6 +1925,7 @@ "ospf:IfP": "", "ospf:IfPol": "", "ospf:RsIfPol": "", + "ospf:RsOspfv2KeyChain": "", "ospf:RtSummPol": "", "pc:AggrIfClearCountersLTask": "", "pc:FcAggrIfClearCountersLTask": "", @@ -2097,6 +2102,9 @@ "qos:Sched": "", "qos:SdIfPol": "", "qos:Uburst": "", + "qos:VxlanCustomPol": "", + "qos:VxlanEgressRule": "", + "qos:VxlanIngressRule": "", "quota:Conf": "", "quota:Cont": "", "recovery:ReconcileConfigP": "", @@ -2447,6 +2455,7 @@ "syslog:File": "", "syslog:Group": "", "syslog:Prof": "", + "syslog:RateLimitP": "", "syslog:RemoteDest": "", "syslog:RsDestGroup": "", "syslog:Src": "", @@ -2505,6 +2514,7 @@ "telemetry:RsToInbEpg": "", "telemetry:RsToInbandEpg": "", "telemetry:RsToLogServerGrp": "", + "telemetry:RsToOobEpg": "", "telemetry:RsToRemoteLogServer": "", "telemetry:RsToRemoteStatsServer": "", "telemetry:RsToStatsServerGrp": "", @@ -2822,11 +2832,10 @@ "vpc:InstPol": "", "vxlan:BgwSet": "", "vxlan:CktEpClearEpLTask": "", - "vxlan:Domain": "", "vxlan:ExtAnycastIP": "", "vxlan:ExtP": "", - "vxlan:RemoteDptep": "", - "vxlan:RsDomainToBgwSet": "", + "vxlan:RemoteFabric": "", + "vxlan:RsRemoteFabricToBgwSet": "", "vz:Any": "", "vz:BrCP": "", "vz:CPIf": "", @@ -2837,6 +2846,7 @@ "vz:EntryPortZero": "", "vz:Exception": "", "vz:Filter": "", + "vz:GlobalPcTagCons": "", "vz:InTerm": "", "vz:OOBBrCP": "", "vz:OutTerm": "", @@ -2881,33 +2891,44 @@ }, "dnFormats": [ + "uni/userext/dcstatusep/dcmessagestatus-[{messageDn}]/annotationKey-[{key}]", + "uni/userext/dcstatusep/annotationKey-[{key}]", + "topology/pod-{id}/node-{id}/av/replacenode-{targetNodeId}/annotationKey-[{key}]", + "uni/fabric/moncommon/ratelimitp/annotationKey-[{key}]", + "uni/tn-{name}/out-{name}/vxgwfabrics/vxgwremotefabric-{name}/annotationKey-[{key}]", + "uni/tn-{name}/out-{name}/vxgwfabrics/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/annotationKey-[{key}]", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/annotationKey-[{key}]", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/annotationKey-[{key}]", + "uni/tn-{name}/BD-{name}/vxgwfabrics/consbgwset-{name}/annotationKey-[{key}]", + "uni/tn-{name}/BD-{name}/vxgwfabrics/vxgwremotefabric-{name}/annotationKey-[{key}]", + "uni/tn-{name}/BD-{name}/vxgwfabrics/annotationKey-[{key}]", + "uni/userext/snclstr-{name}/rstoSnOobEpg/annotationKey-[{key}]", + "uni/fabric/flowcol/rstoOobEpg/annotationKey-[{key}]", + "uni/fabric/servers/stserverp-{name}/rstoOobEpg/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintBd/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/annotationKey-[{key}]", + "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/ospfIfP/rsOspfv2KeyChain/annotationKey-[{key}]", + "uni/tn-{name}/out-{name}/lnodep-{name}/rslNodePVxlanCustQosPol/annotationKey-[{key}]", + "uni/tn-{name}/qosvxlancustom-{name}/edscp-{from}-{to}/annotationKey-[{key}]", + "uni/tn-{name}/qosvxlancustom-{name}/idscp-{from}-{to}/annotationKey-[{key}]", + "uni/tn-{name}/qosvxlancustom-{name}/annotationKey-[{key}]", "uni/mdp/conn-{name}/svc-{name}/annotationKey-[{key}]", + "anydefcont/anydef-[{anyDn}]/gPcTagCont/gPcTag-{pcTag}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/instP-{name}/rssubscribeSG-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rspublishESg-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/rspublishEPg-[{tDn}]/annotationKey-[{key}]", "uni/mdp/conn-{name}/svc-{name}/topic-{name}/annotationKey-[{key}]", - "uni/mdp/conn-{name}/topic-{name}/annotationKey-[{key}]", "uni/mdp/conn-{name}/server-{name}/annotationKey-[{key}]", "uni/mdp/conn-{name}/annotationKey-[{key}]", "uni/mdp/annotationKey-[{key}]", - "mdpDefCont/subscriber-[{topicDn}]-node-{nodeId}/annotationKey-[{key}]", - "mdpDefCont/publisher-[{topicDn}]-node-{nodeId}/annotationKey-[{key}]", "mdpDefCont/shupd-{shard}/annotationKey-[{key}]", - "uni/tn-{name}/out-{name}/remotedomain-{name}/rsdomainToRtProfile-[{tDn}]-{direction}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/vxlanextp/annotationKey-[{key}]", - "uni/tn-{name}/l2out-{name}/vxlanextp/annotationKey-[{key}]", - "uni/controller/setuppol/setupp-{podId}/rlgroupp-{name}/rsrlGroupToExtSetup-[{tDn}]/annotationKey-[{key}]", - "uni/controller/setuppol/setupp-{podId}/rlgroupp-{name}/annotationKey-[{key}]", "topology/pod-{id}/node-{id}/av/noncompliantnode-{serialNum}/annotationKey-[{key}]", - "uni/tn-{name}/out-{name}/remotedomain-{name}/annotationKey-[{key}]", + "uni/tn-{name}/out-{name}/vxgwfabrics/consbgwset-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/consbgwset-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/rsProvBgwSet/annotationKey-[{key}]", - "uni/tn-{name}/l2out-{name}/remotedomain-{name}/annotationKey-[{key}]", - "uni/tn-{name}/l2out-{name}/consbgwset-{name}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/vxlanremotedptep-[{addr}]/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/annotationKey-[{key}]", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/vxlanbgwset-{name}/vxlanextanycastip-{podId}/annotationKey-[{key}]", "uni/tn-{name}/vxlanbgwset-{name}/annotationKey-[{key}]", "topology/pod-{id}/node-{id}/sys/action/lsubj-[{oDn}]/eqptSysCPoweroffLTask/annotationKey-[{key}]", @@ -4521,6 +4542,7 @@ "inventory/provider-[{name}]/account-[{name}]/region-[{name}]/sub-{cloudProviderId}/nic-{cloudProviderId}/rsnicToAzurePublicIP-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/mdpRemoteTenant/annotationKey-[{key}]", "uni/tn-{name}/mdpLocalTenant/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/mdpClassId/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/mdpClassId/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/mdpClassId/annotationKey-[{key}]", "uni/tn-{name}/brc-{name}/mdpsrv/l4l7vip-[{ip}]-ctxdn-[{ctxDn}]/mdpClassId/annotationKey-[{key}]", @@ -4592,7 +4614,7 @@ "topology/pod-{id}/node-{id}/sys/mpls/labelrange/annotationKey-[{key}]", "sys/mpls/labelrange/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/rsoutToMdpProvP/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/annotationKey-[{key}]", @@ -7375,6 +7397,7 @@ "sys/topoctrl/fastlinkfailover/annotationKey-[{key}]", "uni/fabric/servers/flowserverp-{name}/flowserversp-{name}/server-{ip}/annotationKey-[{key}]", "uni/fabric/servers/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/annotationKey-[{key}]", @@ -7485,6 +7508,8 @@ "uni/tn-{name}/rsBDToFhs/annotationKey-[{key}]", "uni/infra/funcprof/accnodepgrp-{name}/rsl2NodeAuthPol/annotationKey-[{key}]", "uni/infra/nodeauthpol-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintBd/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/instP-{name}/rssubscribeSG-[{tDn}]/extmngd/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rspublishESg-[{tDn}]/extmngd/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/rspublishEPg-[{tDn}]/extmngd/annotationKey-[{key}]", @@ -7569,7 +7594,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/extmngd/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/extmngd/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/extmngd/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/extmngd/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/extmngd/annotationKey-[{key}]", @@ -7764,6 +7789,7 @@ "uni/tn-{name}/subnet-[{ip}]/epReach/extmngd/annotationKey-[{key}]", "uni/tn-{name}/l2out-{name}/instP-{name}/subnet-[{ip}]/epReach/extmngd/annotationKey-[{key}]", "uni/infra/macsecpcont/paramp-{name}/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintraEpg-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsintraEpg-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsintraEpg-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsintraEpg-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", @@ -7809,6 +7835,7 @@ "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsintraEpg-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsintraEpg-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/rsLIfCtxToOutDef/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rssecInherited-[{tDn}]/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rssecInherited-[{tDn}]/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rssecInherited-[{tDn}]/extmngd/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]/extmngd/annotationKey-[{key}]", @@ -7917,7 +7944,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/extmngd/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/extmngd/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/extmngd/annotationKey-[{key}]", @@ -7991,7 +8018,7 @@ "uni/tn-{name}/outdef-{name}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/extmngd/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/extmngd/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/extmngd/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/extmngd/annotationKey-[{key}]", @@ -8223,6 +8250,7 @@ "uni/tn-{name}/ap-{name}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/extmngd/annotationKey-[{key}]", "uni/epp/rtd-[{epgPKey}]/rseppBgpCtxPol/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/extmngd/annotationKey-[{key}]", @@ -8267,6 +8295,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", @@ -8311,6 +8340,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscons-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscons-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscons-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/extmngd/annotationKey-[{key}]", @@ -8450,7 +8480,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/extmngd/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/node-{id}/extmngd/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/rr/node-{id}/extmngd/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/extmngd/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/extmngd/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/extmngd/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/extmngd/annotationKey-[{key}]", @@ -8512,6 +8542,7 @@ "topology/pod-{id}/node-{id}/sys/ctx-[{encap}]/strtipep-[{routeIpAddr}]/annotationKey-[{key}]", "sys/ctx-[{encap}]/strtipep-[{routeIpAddr}]/annotationKey-[{key}]", "uni/infra/macsecpcont/paramp-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintraEpg-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsintraEpg-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsintraEpg-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsintraEpg-{tnVzBrCPName}/annotationKey-[{key}]", @@ -8607,6 +8638,7 @@ "sys/copp/rulep-[{name}]-{type}/annotationKey-[{key}]", "topology/pod-{id}/node-{id}/sys/copp/classp-{name}/if-[{id}]/annotationKey-[{key}]", "sys/copp/classp-{name}/if-[{id}]/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rssecInherited-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rssecInherited-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rssecInherited-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]/annotationKey-[{key}]", @@ -8751,6 +8783,7 @@ "uni/tn-{name}/svcs-{name}/rsfromRPToL3OutInstP-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/svcs-{name}/rsIpPoolRef/annotationKey-[{key}]", "uni/tn-{name}/svcs-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/lls-{nodeType}/attr-{nodeAttr}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/lls-{nodeType}/attr-{nodeAttr}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/lls-{nodeType}/attr-{nodeAttr}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/lls-{nodeType}/attr-{nodeAttr}/annotationKey-[{key}]", @@ -8795,6 +8828,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/lls-{nodeType}/attr-{nodeAttr}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/lls-{nodeType}/attr-{nodeAttr}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/lls-{nodeType}/attr-{nodeAttr}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/lls-{nodeType}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/lls-{nodeType}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/lls-{nodeType}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/lls-{nodeType}/annotationKey-[{key}]", @@ -11449,7 +11483,7 @@ "uni/controller/setuppol/annotationKey-[{key}]", "uni/tn-{name}/ctx-{name}/rtp-{af}/rt-[{rt}]-{type}/annotationKey-[{key}]", "uni/tn-{name}/ctx-{name}/rtp-{af}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/annotationKey-[{key}]", @@ -11925,7 +11959,7 @@ "uni/tn-{name}/ctx-{name}/rsctxToOspfCtxPol-[{tnOspfCtxPolName}]-{af}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/defrtleak/annotationKey-[{key}]", "uni/tn-{name}/bgpCtxAfP-{name}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/annotationKey-[{key}]", @@ -11980,6 +12014,7 @@ "topology/pod-{id}/node-{id}/sys/action/lsubj-[{oDn}]/trkip-[{name}]-[{addr}]-[{vrf}]/annotationKey-[{key}]", "sys/action/lsubj-[{oDn}]/trkip-[{name}]-[{addr}]-[{vrf}]/annotationKey-[{key}]", "uni/vmmp-{vendor}/dom-{name}/orchs-{name}/plan-{name}/srvc-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/Orchs-{name}/srvc-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/Orchs-{name}/srvc-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/Orchs-{name}/srvc-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/Orchs-{name}/srvc-{name}/annotationKey-[{key}]", @@ -12086,6 +12121,7 @@ "uni/l3dom-{name}/rsvipAddrNs/annotationKey-[{key}]", "uni/epp/br-[{epgPKey}]/l2dom-{name}/rsvipAddrNs/annotationKey-[{key}]", "uni/l2dom-{name}/rsvipAddrNs/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/Orchs-{name}/LBCfg-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/Orchs-{name}/LBCfg-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/Orchs-{name}/LBCfg-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/Orchs-{name}/LBCfg-{name}/annotationKey-[{key}]", @@ -12130,6 +12166,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/Orchs-{name}/LBCfg-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/Orchs-{name}/LBCfg-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/Orchs-{name}/LBCfg-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/Orchs-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/Orchs-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/Orchs-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/Orchs-{name}/annotationKey-[{key}]", @@ -12623,6 +12660,7 @@ "uni/tn-{name}/rsmDevAtt/annotationKey-[{key}]", "uni/tn-{name}/annotationKey-[{key}]", "uni/tn-{name}/lDevIf-[{ldev}]/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -12655,6 +12693,7 @@ "uni/tn-{name}/outdef-{name}/instPdef-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -12783,6 +12822,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cRel-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -12815,6 +12855,7 @@ "uni/tn-{name}/outdef-{name}/instPdef-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -12943,6 +12984,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cParam-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13023,6 +13065,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cFolder-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13103,6 +13146,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13154,6 +13198,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13165,6 +13210,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13310,6 +13356,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/CfgRelInst-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13321,6 +13368,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13437,6 +13485,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13488,6 +13537,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13499,6 +13549,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13644,6 +13695,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/ParamInst-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13695,6 +13747,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13804,6 +13857,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gRel-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13884,6 +13938,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gFolder-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -13935,6 +13990,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14044,6 +14100,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gParam-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14110,6 +14167,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14204,6 +14262,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absRel-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14284,6 +14343,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absFolder-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absFolder-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14350,6 +14410,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14444,6 +14505,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absParam-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14524,6 +14586,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14604,6 +14667,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToConn/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToConn/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToConn/annotationKey-[{key}]", @@ -14690,6 +14754,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/TermNodeInst-{name}/TConnInst/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/FConnInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/TermNodeInst-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/CfgRelInst-{name}/annotationKey-[{key}]", @@ -14741,6 +14806,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/CfgRelInst-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", @@ -14752,6 +14818,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/annotationKey-[{key}]", @@ -14897,6 +14964,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/CfgRelInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/CfgRelInst-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", @@ -14908,6 +14976,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", @@ -15024,6 +15093,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", @@ -15035,6 +15105,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", @@ -15151,6 +15222,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/ParamInst-{name}/annotationKey-[{key}]", @@ -15202,6 +15274,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/ParamInst-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", @@ -15213,6 +15286,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/annotationKey-[{key}]", @@ -15431,6 +15505,7 @@ "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/annotationKey-[{key}]", "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absRel-{name}/annotationKey-[{key}]", @@ -15497,6 +15572,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absRel-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absRel-{name}/annotationKey-[{key}]", @@ -15591,6 +15667,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absRel-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absRel-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/annotationKey-[{key}]", @@ -15671,6 +15748,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absFolder-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absFolder-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absFolder-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absParam-{name}/annotationKey-[{key}]", @@ -15737,6 +15815,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absParam-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absParam-{name}/annotationKey-[{key}]", @@ -15831,6 +15910,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absParam-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absParam-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", @@ -15842,6 +15922,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", @@ -15958,6 +16039,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", @@ -16038,6 +16120,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", @@ -16118,6 +16201,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absFolder-{name}/rsscopeToTerm/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsscopeToTerm/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsscopeToTerm/annotationKey-[{key}]", @@ -17230,6 +17314,7 @@ "uni/tn-{name}/rstnDenyRule-[{tDn}]/annotationKey-[{key}]", "uni/tn-{name}/annotationKey-[{key}]", "uni/epp/rtd-[{epgPKey}]/rseppBgpCtxPol/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprotBy-{tnVzTabooName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprotBy-{tnVzTabooName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprotBy-{tnVzTabooName}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprotBy-{tnVzTabooName}/annotationKey-[{key}]", @@ -17274,6 +17359,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsprotBy-{tnVzTabooName}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsprotBy-{tnVzTabooName}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsprotBy-{tnVzTabooName}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/annotationKey-[{key}]", @@ -17318,6 +17404,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/annotationKey-[{key}]", @@ -17362,6 +17449,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscons-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscons-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscons-{tnVzBrCPName}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/annotationKey-[{key}]", @@ -17406,6 +17494,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsprov-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsprov-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsprov-{tnVzBrCPName}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscustQosPol/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscustQosPol/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscustQosPol/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscustQosPol/annotationKey-[{key}]", @@ -17997,6 +18086,8 @@ "uni/fabric/monfab-{name}/tarfab-{scope}/stat-{scope}/exp-{frequency}/dest-{name}/rsARemoteHostToEpg/annotationKey-[{key}]", "uni/tn-{name}/snPol-{name}/annotationKey-[{key}]", "uni/fabric/snPol-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintBd/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/instP-{name}/rssubscribeSG-[{tDn}]/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rspublishESg-[{tDn}]/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/rspublishEPg-[{tDn}]/tag-{name}/annotationKey-[{key}]", @@ -18081,7 +18172,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/tag-{name}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/tag-{name}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/tag-{name}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/tag-{name}/annotationKey-[{key}]", @@ -18276,6 +18367,7 @@ "uni/tn-{name}/subnet-[{ip}]/epReach/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/l2out-{name}/instP-{name}/subnet-[{ip}]/epReach/tag-{name}/annotationKey-[{key}]", "uni/infra/macsecpcont/paramp-{name}/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", @@ -18321,6 +18413,7 @@ "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/rsLIfCtxToOutDef/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rssecInherited-[{tDn}]/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rssecInherited-[{tDn}]/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rssecInherited-[{tDn}]/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]/tag-{name}/annotationKey-[{key}]", @@ -18429,7 +18522,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/tag-{name}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/tag-{name}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/tag-{name}/annotationKey-[{key}]", @@ -18503,7 +18596,7 @@ "uni/tn-{name}/outdef-{name}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/tag-{name}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/tag-{name}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/tag-{name}/annotationKey-[{key}]", @@ -18735,6 +18828,7 @@ "uni/tn-{name}/ap-{name}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/tag-{name}/annotationKey-[{key}]", "uni/epp/rtd-[{epgPKey}]/rseppBgpCtxPol/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/annotationKey-[{key}]", @@ -18779,6 +18873,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", @@ -18823,6 +18918,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscons-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscons-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscons-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/tag-{name}/annotationKey-[{key}]", @@ -18962,7 +19058,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/tag-{name}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/node-{id}/tag-{name}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/rr/node-{id}/tag-{name}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/tag-{name}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/tag-{name}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/tag-{name}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/tag-{name}/annotationKey-[{key}]", @@ -19133,6 +19229,7 @@ "uni/tn-{name}/ctx-{name}/any/rsanyToCons-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/ctx-{name}/any/rsanyToProv-{tnVzBrCPName}/annotationKey-[{key}]", "uni/tn-{name}/ctx-{name}/any/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cCtrctLbl-{name}/annotationKey-[{key}]", @@ -19178,6 +19275,7 @@ "uni/tn-{name}/clp-{name}/cdhcp-{name}/cCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ctx-{name}/any/cCtrctLbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/pCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/pCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/pCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/pCtrctLbl-{name}/annotationKey-[{key}]", @@ -19223,6 +19321,7 @@ "uni/tn-{name}/clp-{name}/cdhcp-{name}/pCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/pCtrctLbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ctx-{name}/any/pCtrctLbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/conssubjlbl-{name}/annotationKey-[{key}]", @@ -19263,6 +19362,7 @@ "uni/tn-{name}/clp-{name}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/mgmtp-{name}/inb-{name}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/conssubjlbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/conssubjlbl-{name}/annotationKey-[{key}]", @@ -19307,6 +19407,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/conssubjlbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/conssubjlbl-{name}/annotationKey-[{key}]", @@ -19362,6 +19463,7 @@ "uni/tn-{name}/brc-{name}/subj-{name}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/subj-{name}/conssubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cif-{name}/rsif/conssubjlbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/provsubjlbl-{name}/annotationKey-[{key}]", @@ -19402,6 +19504,7 @@ "uni/tn-{name}/clp-{name}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/mgmtp-{name}/inb-{name}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/provsubjlbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/provsubjlbl-{name}/annotationKey-[{key}]", @@ -19455,6 +19558,7 @@ "uni/tn-{name}/oobbrc-{name}/subj-{name}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/brc-{name}/subj-{name}/provsubjlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/subj-{name}/provsubjlbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/conslbl-{name}/annotationKey-[{key}]", @@ -19495,6 +19599,7 @@ "uni/tn-{name}/clp-{name}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/mgmtp-{name}/inb-{name}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/conslbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/conslbl-{name}/annotationKey-[{key}]", @@ -19539,6 +19644,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/conslbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/conslbl-{name}/annotationKey-[{key}]", @@ -19591,6 +19697,7 @@ "uni/tn-{name}/ctx-{name}/any/rsanyToCons-{tnVzBrCPName}/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ctx-{name}/any/conslbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cif-{name}/rsif/conslbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/provlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/provlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/provlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/provlbl-{name}/annotationKey-[{key}]", @@ -19631,6 +19738,7 @@ "uni/tn-{name}/clp-{name}/provlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/mgmtp-{name}/inb-{name}/provlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/provlbl-{name}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/provlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/provlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/provlbl-{name}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/provlbl-{name}/annotationKey-[{key}]", @@ -19865,7 +19973,8 @@ "uni/fabric/outofsvc/rsoosPath-[{tDn}]/annotationKey-[{key}]", "uni/fabric/outofsvc/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/bgpExtP/annotationKey-[{key}]", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", "uni/controller/mdpPolDefCont/providerDef-[{mdpProvDn}]/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", "outdefcont-{id}/rsoutDefContToOut-[{tDn}]/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", "uni/tn-{name}/acIpToIp-{name}/acl3outcont/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", @@ -20536,7 +20645,7 @@ "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/outdef-{name}/lnodep-{name}/rspeerPfxPol/annotationKey-[{key}]", "uni/tn-{name}/outdef-{name}/lnodep-{name}/rspeerPfxPol/annotationKey-[{key}]", "uni/epp/rtd-[{epgPKey}]/lnodep-{name}/rspeerPfxPol/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/rspeerPfxPol/annotationKey-[{key}]", @@ -20888,7 +20997,7 @@ "uni/fabric/bgpInstP-{name}/node-{id}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/rr/node-{id}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/rr/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/annotationKey-[{key}]", @@ -21045,6 +21154,19 @@ "uni/tn-{name}/monepg-{name}/tarepg-{scope}/stat-{scope}/annotationKey-[{key}]", "uni/infra/moninfra-{name}/tarinfra-{scope}/stat-{scope}/annotationKey-[{key}]", "uni/fabric/monfab-{name}/tarfab-{scope}/stat-{scope}/annotationKey-[{key}]", + "topology/pod-{id}/node-{id}/av/replacenode-{targetNodeId}/fault-{code}/annotationKey-[{key}]", + "topology/pod-{id}/node-{id}/sys/lsnode-{id}/rslsNodesToIfs-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "sys/lsnode-{id}/rslsNodesToIfs-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "recloccont/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/out-{name}/vxgwfabrics/fault-{code}/annotationKey-[{key}]", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintBd/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/fault-{code}/annotationKey-[{key}]", + "remotepolholder/rstoRemoteVxlanCtxDef-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/ospfIfP/rsOspfv2KeyChain/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/out-{name}/lnodep-{name}/rslNodePVxlanCustQosPol/fault-{code}/annotationKey-[{key}]", "relnholder/rsCpmCommHttps/fault-{code}/annotationKey-[{key}]", "relnholder/rsCpmMdpSubscribeSGDef/fault-{code}/annotationKey-[{key}]", "relnholder/rsCpmMdpPublishEPgDef/fault-{code}/annotationKey-[{key}]", @@ -21058,13 +21180,9 @@ "mdpDefCont/shupd-{shard}/fault-{code}/annotationKey-[{key}]", "relnholder/rsCpmMdpEp/fault-{code}/annotationKey-[{key}]", "relnholder/rsCpmMdpConn/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/out-{name}/remotedomain-{name}/rsdomainToRtProfile-[{tDn}]-{direction}/fault-{code}/annotationKey-[{key}]", - "uni/controller/setuppol/setupp-{podId}/rlgroupp-{name}/rsrlGroupToExtSetup-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/controller/setuppol/setupp-{podId}/rlgroupp-{name}/fault-{code}/annotationKey-[{key}]", "topology/pod-{id}/node-{id}/av/noncompliantnode-{serialNum}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/rsProvBgwSet/fault-{code}/annotationKey-[{key}]", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/vxlanbgwset-{name}/vxlanintanycastip/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/vxlanbgwset-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/intershardtagselcont-{shard}/fault-{code}/annotationKey-[{key}]", @@ -21807,7 +21925,8 @@ "topology/pod-{id}/node-{id}/sys/synce/inst/fault-{code}/annotationKey-[{key}]", "sys/synce/inst/fault-{code}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/info/clusterfaultinfo-{faultCode}/fault-{code}/annotationKey-[{key}]", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/soo/fault-{code}/annotationKey-[{key}]", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/soo/fault-{code}/annotationKey-[{key}]", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/soo/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolDefCont/providerDef-[{mdpProvDn}]/infraPeerP-[{addr}]/soo/fault-{code}/annotationKey-[{key}]", "outdefcont-{id}/rsoutDefContToOut-[{tDn}]/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/soo/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/acIpToIp-{name}/acl3outcont/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/soo/fault-{code}/annotationKey-[{key}]", @@ -24996,6 +25115,7 @@ "uni/fabric/funcprof/rsl3IfPol/fault-{code}/annotationKey-[{key}]", "uni/fabric/funcprof/rsl3IfPol/fault-{code}/annotationKey-[{key}]", "uni/fabric/funcprof/rsl3IfPol/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintraEpg-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsintraEpg-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsintraEpg-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsintraEpg-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", @@ -25078,6 +25198,7 @@ "topology/pod-{id}/node-{id}/sys/copp/classp-{name}/if-[{id}]/fault-{code}/annotationKey-[{key}]", "sys/copp/classp-{name}/if-[{id}]/fault-{code}/annotationKey-[{key}]", "stst/ststsh-{shardId}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rssecInherited-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rssecInherited-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rssecInherited-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]/fault-{code}/annotationKey-[{key}]", @@ -27873,12 +27994,13 @@ "sys/ctxsubstitute-[{encap}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/conslbl-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/setuppol/setupp-{podId}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/infraPeerP-[{addr}]/fault-{code}/annotationKey-[{key}]", "uni/fabric/scopereg-{shard}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/sharedServiceAlloc/ctxShrSrvUpd-[{ctxDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/sharedServiceAlloc/ctxShrSrvUpd-[{ctxDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/sharedServiceAlloc/ctxShrSrvUpd-[{ctxDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/sharedServiceAlloc/ctxShrSrvUpd-[{ctxDn}]/fault-{code}/annotationKey-[{key}]", @@ -28172,6 +28294,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/TermNodeInst-{name}/TConnInst/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/FConnInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/TermNodeInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28223,6 +28346,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28234,6 +28358,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28379,6 +28504,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/CfgRelInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28390,6 +28516,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28506,6 +28633,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28557,6 +28685,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28568,6 +28697,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28713,6 +28843,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/ParamInst-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28764,6 +28895,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28873,6 +29005,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -28953,6 +29086,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29004,6 +29138,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29137,6 +29272,7 @@ "uni/tn-{name}/AbsGraph-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29203,6 +29339,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29297,6 +29434,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absRel-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29377,6 +29515,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absFolder-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29443,6 +29582,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29537,6 +29677,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absParam-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29617,6 +29758,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/vnsConfIssue-{issue}/fault-{code}/annotationKey-[{key}]", @@ -29948,6 +30090,7 @@ "uni/l3dom-{name}/rsvipAddrNs/fault-{code}/annotationKey-[{key}]", "uni/epp/br-[{epgPKey}]/l2dom-{name}/rsvipAddrNs/fault-{code}/annotationKey-[{key}]", "uni/l2dom-{name}/rsvipAddrNs/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/Orchs-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/Orchs-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/Orchs-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/Orchs-{name}/fault-{code}/annotationKey-[{key}]", @@ -30006,6 +30149,7 @@ "id-{id}/rsaaaCtrlrRetP/fault-{code}/annotationKey-[{key}]", "id-{id}/rsfaultCtrlrRetP/fault-{code}/annotationKey-[{key}]", "id-{id}/rseventCtrlrRetP/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/ctrctCtxdefDn-[{ctxdefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/ctrctCtxdefDn-[{ctxdefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/ctrctCtxdefDn-[{ctxdefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/ctrctCtxdefDn-[{ctxdefDn}]/fault-{code}/annotationKey-[{key}]", @@ -30050,6 +30194,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/ctrctCtxdefDn-[{ctxdefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/ctrctCtxdefDn-[{ctxdefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/ctrctCtxdefDn-[{ctxdefDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprotBy-{tnVzTabooName}/tabooCtxdefDn-[{ctxdefDn}]-taboodefDn-[{taboodefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprotBy-{tnVzTabooName}/tabooCtxdefDn-[{ctxdefDn}]-taboodefDn-[{taboodefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprotBy-{tnVzTabooName}/tabooCtxdefDn-[{ctxdefDn}]-taboodefDn-[{taboodefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprotBy-{tnVzTabooName}/tabooCtxdefDn-[{ctxdefDn}]-taboodefDn-[{taboodefDn}]/fault-{code}/annotationKey-[{key}]", @@ -30094,6 +30239,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsprotBy-{tnVzTabooName}/tabooCtxdefDn-[{ctxdefDn}]-taboodefDn-[{taboodefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsprotBy-{tnVzTabooName}/tabooCtxdefDn-[{ctxdefDn}]-taboodefDn-[{taboodefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsprotBy-{tnVzTabooName}/tabooCtxdefDn-[{ctxdefDn}]-taboodefDn-[{taboodefDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintBd/subnetBddefDn-[{bddefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/mgmtp-{name}/inb-{name}/rsmgmtBD/subnetBddefDn-[{bddefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/rsbd/subnetBddefDn-[{bddefDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/l2out-{name}/rseBd/subnetBddefDn-[{bddefDn}]/fault-{code}/annotationKey-[{key}]", @@ -30505,6 +30651,7 @@ "uni/tn-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/lDevIf-[{ldev}]/rsldevIfToLDev/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/lDevIf-[{ldev}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", @@ -30537,6 +30684,7 @@ "uni/tn-{name}/outdef-{name}/instPdef-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/cRel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", @@ -30665,6 +30813,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cRel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", @@ -30697,6 +30846,7 @@ "uni/tn-{name}/outdef-{name}/instPdef-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/cParam-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", @@ -30825,6 +30975,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cParam-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/fault-{code}/annotationKey-[{key}]", @@ -30905,6 +31056,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cFolder-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -30937,6 +31089,7 @@ "uni/tn-{name}/outdef-{name}/instPdef-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31065,6 +31218,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31097,6 +31251,7 @@ "uni/tn-{name}/outdef-{name}/instPdef-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31225,6 +31380,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31305,6 +31461,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31385,6 +31542,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31436,6 +31594,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31447,6 +31606,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31592,6 +31752,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/CfgRelInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31603,6 +31764,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31719,6 +31881,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31770,6 +31933,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31781,6 +31945,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31926,6 +32091,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/ParamInst-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -31977,6 +32143,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32086,6 +32253,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32166,6 +32334,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32217,6 +32386,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32326,6 +32496,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32392,6 +32563,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32486,6 +32658,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absRel-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32566,6 +32739,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absFolder-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32632,6 +32806,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32726,6 +32901,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absParam-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32806,6 +32982,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32886,6 +33063,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", @@ -32966,6 +33144,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToVConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -32998,6 +33177,7 @@ "uni/tn-{name}/outdef-{name}/instPdef-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33126,6 +33306,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33158,6 +33339,7 @@ "uni/tn-{name}/outdef-{name}/instPdef-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33286,6 +33468,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/cFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/cFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/cFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33366,6 +33549,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/cFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/cFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/cFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33446,6 +33630,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33497,6 +33682,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33508,6 +33694,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33653,6 +33840,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/CfgRelInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33664,6 +33852,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33780,6 +33969,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33831,6 +34021,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33842,6 +34033,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -33987,6 +34179,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/ParamInst-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34038,6 +34231,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34147,6 +34341,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34227,6 +34422,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34278,6 +34474,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34387,6 +34584,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34453,6 +34651,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34547,6 +34746,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absRel-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34627,6 +34827,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absFolder-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34693,6 +34894,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34787,6 +34989,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absParam-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34867,6 +35070,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -34947,6 +35151,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", @@ -35027,6 +35232,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsCfgToConn/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/fault-{code}/annotationKey-[{key}]", @@ -35124,6 +35330,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/LegVNode-{name}/EPgDef-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/LegVNode-{name}/EPgDef-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/TermNodeInst-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", @@ -35175,6 +35382,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", @@ -35186,6 +35394,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", @@ -35331,6 +35540,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/CfgRelInst-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", @@ -35342,6 +35552,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", @@ -35458,6 +35669,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsfolderInstToMFolder-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", @@ -35469,6 +35681,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", @@ -35585,6 +35798,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", @@ -35636,6 +35850,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", @@ -35647,6 +35862,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", @@ -35792,6 +36008,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/ParamInst-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", @@ -35843,6 +36060,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gRel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", @@ -35952,6 +36170,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gRel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/fault-{code}/annotationKey-[{key}]", @@ -36032,6 +36251,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gFolder-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gParam-{name}/fault-{code}/annotationKey-[{key}]", @@ -36083,6 +36303,7 @@ "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/NodeInst-{name}/devCfgInst/gParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/GraphInst_C-[{ctrctDn}]-G-[{graphDn}]-S-[{scopeDn}]/devCfgInst/gParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/devCfgInst/gParam-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/gParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/gParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/gParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/gParam-{name}/fault-{code}/annotationKey-[{key}]", @@ -36247,6 +36468,7 @@ "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/rsProfToMFunc/fault-{code}/annotationKey-[{key}]", "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", @@ -36313,6 +36535,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absRel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", @@ -36407,6 +36630,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absRel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/fault-{code}/annotationKey-[{key}]", @@ -36487,6 +36711,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absFolder-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absFolder-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", @@ -36553,6 +36778,7 @@ "uni/infra/mDev-{vendor}-{model}-{version}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/absFuncProfContr/absFuncProfGrp-{name}/absFuncProf-{name}/absDevCfg/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/AbsGraph-{name}/AbsNode-{name}/absDevCfg/absParam-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", @@ -36647,6 +36873,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absParam-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/fault-{code}/annotationKey-[{key}]", @@ -36727,6 +36954,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/fault-{code}/annotationKey-[{key}]", @@ -36807,6 +37035,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", @@ -36818,6 +37047,7 @@ "uni/tn-{name}/cloudapp-{name}/cloudextepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudepg-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/svcpol_C-{ctrct}-G-{graph}-F-{node}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", @@ -36934,6 +37164,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/FI_C-{ctrctNameOrLbl}-G-{graphNameOrLbl}-F-{nodeNameOrLbl}-N-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/gFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/gFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/gFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/gFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", @@ -37014,6 +37245,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/gFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/gFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/gFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/absFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/absFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/absFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/absFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", @@ -37094,6 +37326,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/absFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/absFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/absFolder-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", @@ -37174,6 +37407,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsscopeToTerm/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/fault-{code}/annotationKey-[{key}]", @@ -37274,6 +37508,8 @@ "uni/infra/vlanns-[{name}]-{allocMode}/fault-{code}/annotationKey-[{key}]", "uni/infra/fault-{code}/annotationKey-[{key}]", "uni/fabric/time-{name}/ntpprov-{name}/rsntpProvToNtpAuthKey-{tnDatetimeNtpAuthKeyId}/fault-{code}/annotationKey-[{key}]", + "uni/fabric/time-{name}/ntpprov-{name}/fault-{code}/annotationKey-[{key}]", + "uni/fabric/time-{name}/fault-{code}/annotationKey-[{key}]", "uni/infra/encapnsdef-[{instPKey}]/allocencapblkdef-[{encapBlk}]/nsissues/fault-{code}/annotationKey-[{key}]", "allocencap-[{infraPKey}]/encapnsdef-[{instPKey}]/allocencapblkdef-[{encapBlk}]/nsissues/fault-{code}/annotationKey-[{key}]", "uni/infra/encapnsdef-[{instPKey}]/nsissues/fault-{code}/annotationKey-[{key}]", @@ -37629,6 +37865,7 @@ "uni/infra/destgrp-{name}/dest-{name}/rsdestPathEp-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/destgrp-{name}/dest-{name}/rsdestPathEp-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/fabric/destgrp-{name}/dest-{name}/rsdestPathEp-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rtspanDestEpg-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rtspanDestEpg-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rtspanDestEpg-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rtspanDestEpg-[{tDn}]/fault-{code}/annotationKey-[{key}]", @@ -39338,6 +39575,7 @@ "remotepolholder/rstoRemoteMonPol-[{tDn}]/fault-{code}/annotationKey-[{key}]", "remotepolholder/rstoRemoteCtxDef-[{tDn}]/fault-{code}/annotationKey-[{key}]", "remotepolholder/rstoRemoteBDDef-[{tDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintraEpg-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsintraEpg-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsintraEpg-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsintraEpg-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", @@ -39382,6 +39620,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsintraEpg-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsintraEpg-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsintraEpg-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", @@ -39426,6 +39665,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscons-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscons-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscons-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/collectionDn-[{collectionDn}]/fault-{code}/annotationKey-[{key}]", @@ -39994,6 +40234,7 @@ "uni/epp/br-[{epgPKey}]/fault-{code}/annotationKey-[{key}]", "uni/epp/fault-{code}/annotationKey-[{key}]", "uni/epp/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprotBy-{tnVzTabooName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprotBy-{tnVzTabooName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprotBy-{tnVzTabooName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprotBy-{tnVzTabooName}/fault-{code}/annotationKey-[{key}]", @@ -40038,6 +40279,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsprotBy-{tnVzTabooName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsprotBy-{tnVzTabooName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsprotBy-{tnVzTabooName}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/fault-{code}/annotationKey-[{key}]", @@ -40082,6 +40324,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", @@ -40126,6 +40369,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscons-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscons-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscons-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", @@ -40170,6 +40414,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsprov-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsprov-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsprov-{tnVzBrCPName}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscustQosPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscustQosPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscustQosPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscustQosPol/fault-{code}/annotationKey-[{key}]", @@ -40214,6 +40459,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscustQosPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscustQosPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscustQosPol/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/to-[{toEpgDn}]-subj-[{subjDn}]-flt-{id}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/to-[{toEpgDn}]-subj-[{subjDn}]-flt-{id}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/to-[{toEpgDn}]-subj-[{subjDn}]-flt-{id}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/to-[{toEpgDn}]-subj-[{subjDn}]-flt-{id}/fault-{code}/annotationKey-[{key}]", @@ -40624,6 +40870,8 @@ "uni/infra/moninfra-{name}/snmpsrc-{name}/rsdestGroup/fault-{code}/annotationKey-[{key}]", "uni/fabric/monfab-{name}/tarfab-{scope}/snmpsrc-{name}/rsdestGroup/fault-{code}/annotationKey-[{key}]", "uni/fabric/monfab-{name}/snmpsrc-{name}/rsdestGroup/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintBd/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/instP-{name}/rssubscribeSG-[{tDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rspublishESg-[{tDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/rspublishEPg-[{tDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -40708,7 +40956,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -40903,6 +41151,7 @@ "uni/tn-{name}/subnet-[{ip}]/epReach/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/l2out-{name}/instP-{name}/subnet-[{ip}]/epReach/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/infra/macsecpcont/paramp-{name}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintraEpg-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsintraEpg-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsintraEpg-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsintraEpg-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -40948,6 +41197,7 @@ "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsintraEpg-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsintraEpg-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/rsLIfCtxToOutDef/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rssecInherited-[{tDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rssecInherited-[{tDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rssecInherited-[{tDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -41056,7 +41306,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -41130,7 +41380,7 @@ "uni/tn-{name}/outdef-{name}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -41362,6 +41612,7 @@ "uni/tn-{name}/ap-{name}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/epp/rtd-[{epgPKey}]/rseppBgpCtxPol/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -41406,6 +41657,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -41450,6 +41702,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscons-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscons-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscons-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -41589,7 +41842,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/node-{id}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/rr/node-{id}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", @@ -41611,6 +41864,8 @@ "topology/pod-{id}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/infra/lacpifp-{name}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", "uni/infra/lacplagp-{name}/aliasdel-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintBd/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/instP-{name}/rssubscribeSG-[{tDn}]/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rspublishESg-[{tDn}]/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/rspublishEPg-[{tDn}]/alias/fault-{code}/annotationKey-[{key}]", @@ -41695,7 +41950,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/alias/fault-{code}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/alias/fault-{code}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/alias/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/alias/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/alias/fault-{code}/annotationKey-[{key}]", @@ -41890,6 +42145,7 @@ "uni/tn-{name}/subnet-[{ip}]/epReach/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/l2out-{name}/instP-{name}/subnet-[{ip}]/epReach/alias/fault-{code}/annotationKey-[{key}]", "uni/infra/macsecpcont/paramp-{name}/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintraEpg-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsintraEpg-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsintraEpg-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsintraEpg-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", @@ -41935,6 +42191,7 @@ "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsintraEpg-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsintraEpg-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/rsLIfCtxToOutDef/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rssecInherited-[{tDn}]/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rssecInherited-[{tDn}]/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rssecInherited-[{tDn}]/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]/alias/fault-{code}/annotationKey-[{key}]", @@ -42043,7 +42300,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/alias/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/alias/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/alias/fault-{code}/annotationKey-[{key}]", @@ -42117,7 +42374,7 @@ "uni/tn-{name}/outdef-{name}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/alias/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/alias/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/alias/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/alias/fault-{code}/annotationKey-[{key}]", @@ -42349,6 +42606,7 @@ "uni/tn-{name}/ap-{name}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/alias/fault-{code}/annotationKey-[{key}]", "uni/epp/rtd-[{epgPKey}]/rseppBgpCtxPol/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/alias/fault-{code}/annotationKey-[{key}]", @@ -42393,6 +42651,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", @@ -42437,6 +42696,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscons-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscons-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscons-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/alias/fault-{code}/annotationKey-[{key}]", @@ -42576,7 +42836,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/alias/fault-{code}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/node-{id}/alias/fault-{code}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/rr/node-{id}/alias/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/alias/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/alias/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/alias/fault-{code}/annotationKey-[{key}]", @@ -42598,6 +42858,8 @@ "topology/pod-{id}/alias/fault-{code}/annotationKey-[{key}]", "uni/infra/lacpifp-{name}/alias/fault-{code}/annotationKey-[{key}]", "uni/infra/lacplagp-{name}/alias/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintBd/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/instP-{name}/rssubscribeSG-[{tDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rspublishESg-[{tDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/epg-{name}/rspublishEPg-[{tDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -42682,7 +42944,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/tag-{name}/fault-{code}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/tag-{name}/fault-{code}/annotationKey-[{key}]", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/tag-{name}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -42877,6 +43139,7 @@ "uni/tn-{name}/subnet-[{ip}]/epReach/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/l2out-{name}/instP-{name}/subnet-[{ip}]/epReach/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/infra/macsecpcont/paramp-{name}/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -42922,6 +43185,7 @@ "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsintraEpg-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/rsLIfCtxToOutDef/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rssecInherited-[{tDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rssecInherited-[{tDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rssecInherited-[{tDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -43030,7 +43294,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/tag-{name}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -43104,7 +43368,7 @@ "uni/tn-{name}/outdef-{name}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/tag-{name}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -43336,6 +43600,7 @@ "uni/tn-{name}/ap-{name}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/epp/rtd-[{epgPKey}]/rseppBgpCtxPol/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -43380,6 +43645,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rsconsIf-{tnVzCPIfName}/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rscons-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rscons-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rscons-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rscons-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -43424,6 +43690,7 @@ "uni/tn-{name}/l2out-{name}/instP-{name}/rscons-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/clp-{name}/cdhcp-{name}/rscons-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/provp-{name}/pdhcp-{name}/rscons-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rsprov-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rsprov-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rsprov-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rsprov-{tnVzBrCPName}/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -43563,7 +43830,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/node-{id}/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/fabric/bgpInstP-{name}/rr/node-{id}/tag-{name}/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/annotationKey-[{key}]", @@ -43796,6 +44063,7 @@ "uni/epp/rtd-[{epgPKey}]/lnodep-{name}/lifp-{name}/dhcplbldef-{name}/rsLblDefToRelayP/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/BD-{name}/dhcplbl-{name}/rsdhcpOptionPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/dhcplbl-{name}/rsdhcpOptionPol/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/intap/intepg-{name}/rtdhcpProv-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/cloudsvcepg-{name}/rtdhcpProv-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/cloudapp-{name}/rtdhcpProv-[{tDn}]/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/ap-{name}/esg-{name}/rtdhcpProv-[{tDn}]/fault-{code}/annotationKey-[{key}]", @@ -44103,7 +44371,8 @@ "uni/fabric/rsresLldpInstPol/fault-{code}/annotationKey-[{key}]", "uni/fabric/outofsvc/decomcln-{targetId}-shard-{destShard}/fault-{code}/annotationKey-[{key}]", "uni/fabric/outofsvc/rsdecommissionNode-[{tDn}]/fault-{code}/annotationKey-[{key}]", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolDefCont/providerDef-[{mdpProvDn}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", "outdefcont-{id}/rsoutDefContToOut-[{tDn}]/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/acIpToIp-{name}/acl3outcont/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", @@ -44774,7 +45043,7 @@ "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/outdef-{name}/lnodep-{name}/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/outdef-{name}/lnodep-{name}/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", "uni/epp/rtd-[{epgPKey}]/lnodep-{name}/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/annotationKey-[{key}]", @@ -45336,17 +45605,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -45468,7 +45737,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -45510,7 +45779,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -45579,7 +45848,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -45587,7 +45856,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -45595,7 +45864,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ diff --git a/gen/meta/tagTag.json b/gen/meta/tagTag.json index 9e4897cc5..1241cf40b 100644 --- a/gen/meta/tagTag.json +++ b/gen/meta/tagTag.json @@ -573,7 +573,9 @@ "dc:DeliveryStatus": "", "dc:Ep": "", "dc:Message": "", + "dc:MessageStatus": "", "dc:Policy": "", + "dc:StatusEp": "", "dc:UserKeyCert": "", "dhcp:CRelPg": "", "dhcp:ClientAddr": "", @@ -806,7 +808,6 @@ "fabric:PortConfig": "", "fabric:PortConvertNode": "", "fabric:ProtPol": "", - "fabric:RlGroupP": "", "fabric:RogueExceptionMac": "", "fabric:RogueExceptionMacCont": "", "fabric:RsApplCoreP": "", @@ -853,7 +854,6 @@ "fabric:RsPodPGrpIsisDomP": "", "fabric:RsPsuInstPol": "", "fabric:RsRemoteStatsServer": "", - "fabric:RsRlGroupToExtSetup": "", "fabric:RsSFPathAtt": "", "fabric:RsSnmpPol": "", "fabric:RsSpCardP": "", @@ -1435,6 +1435,7 @@ "infra:PortTrackPol": "", "infra:ProvAcc": "", "infra:ProvP": "", + "infra:ReplaceNode": "", "infra:RlPodRedPol": "", "infra:RsAccBaseGrp": "", "infra:RsAccBndlSubgrp": "", @@ -1597,13 +1598,11 @@ "l2:PortSecurityPol": "", "l2:RsAaaRadiusProviderGroup": "", "l2:VfcIfClearCountersLTask": "", - "l2ext:ConsBgwSet": "", "l2ext:DomP": "", "l2ext:InstP": "", "l2ext:LIfP": "", "l2ext:LNodeP": "", "l2ext:Out": "", - "l2ext:RemoteDomain": "", "l2ext:RsEBd": "", "l2ext:RsL2DomAtt": "", "l2ext:RsPathL2OutAtt": "", @@ -1640,7 +1639,6 @@ "l3ext:Out": "", "l3ext:OutDef": "", "l3ext:ProvLbl": "", - "l3ext:RemoteDomain": "", "l3ext:RogueExceptMacP": "", "l3ext:RogueExceptionMac": "", "l3ext:RogueExceptionMacGroup": "", @@ -1648,7 +1646,6 @@ "l3ext:RsArpIfPol": "", "l3ext:RsBdProfile": "", "l3ext:RsDampeningPol": "", - "l3ext:RsDomainToRtProfile": "", "l3ext:RsDynPathAtt": "", "l3ext:RsEctx": "", "l3ext:RsEgressQosDppPol": "", @@ -1680,6 +1677,8 @@ "l3ext:VirtualLIfPDef": "", "l3ext:VirtualLIfPLagPolAtt": "", "l3ext:VrfValidationPol": "", + "l3ext:VxGwFabrics": "", + "l3ext:VxGwRemoteFabric": "", "l4:VxlanInstPol": "", "lacp:EnhancedLagPol": "", "lacp:IfPol": "", @@ -1759,7 +1758,6 @@ "mdp:PeeringDomain": "", "mdp:PolCont": "", "mdp:ProviderP": "", - "mdp:PublisherState": "", "mdp:RemoteService": "", "mdp:RemoteTenant": "", "mdp:RsRemoteCtxDefToMultiDomCtxDef": "", @@ -1770,7 +1768,6 @@ "mdp:ServiceDef": "", "mdp:ShardUpdater": "", "mdp:SpineP": "", - "mdp:SubscriberState": "", "mdp:Svc": "", "mdp:Topic": "", "mgmt:ConnectivityPrefs": "", @@ -2457,6 +2454,7 @@ "syslog:File": "", "syslog:Group": "", "syslog:Prof": "", + "syslog:RateLimitP": "", "syslog:RemoteDest": "", "syslog:RsDestGroup": "", "syslog:Src": "", @@ -2833,11 +2831,10 @@ "vpc:InstPol": "", "vxlan:BgwSet": "", "vxlan:CktEpClearEpLTask": "", - "vxlan:Domain": "", "vxlan:ExtAnycastIP": "", "vxlan:ExtP": "", - "vxlan:RemoteDptep": "", - "vxlan:RsDomainToBgwSet": "", + "vxlan:RemoteFabric": "", + "vxlan:RsRemoteFabricToBgwSet": "", "vz:Any": "", "vz:BrCP": "", "vz:CPIf": "", @@ -2848,6 +2845,7 @@ "vz:EntryPortZero": "", "vz:Exception": "", "vz:Filter": "", + "vz:GlobalPcTagCons": "", "vz:InTerm": "", "vz:OOBBrCP": "", "vz:OutTerm": "", @@ -2892,6 +2890,16 @@ }, "dnFormats": [ + "uni/userext/dcstatusep/dcmessagestatus-[{messageDn}]/tagKey-{key}", + "uni/userext/dcstatusep/tagKey-{key}", + "topology/pod-{id}/node-{id}/av/replacenode-{targetNodeId}/tagKey-{key}", + "uni/fabric/moncommon/ratelimitp/tagKey-{key}", + "uni/tn-{name}/out-{name}/vxgwfabrics/vxgwremotefabric-{name}/tagKey-{key}", + "uni/tn-{name}/out-{name}/vxgwfabrics/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/tagKey-{key}", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/tagKey-{key}", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/tagKey-{key}", "uni/tn-{name}/BD-{name}/vxgwfabrics/consbgwset-{name}/tagKey-{key}", "uni/tn-{name}/BD-{name}/vxgwfabrics/vxgwremotefabric-{name}/tagKey-{key}", "uni/tn-{name}/BD-{name}/vxgwfabrics/tagKey-{key}", @@ -2902,10 +2910,11 @@ "uni/tn-{name}/intap/intepg-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/ospfIfP/rsOspfv2KeyChain/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/rslNodePVxlanCustQosPol/tagKey-{key}", - "uni/tn-{name}/qosvxlancustom-{name}/dscpToExp-{from}-{to}/tagKey-{key}", - "uni/tn-{name}/qosvxlancustom-{name}/exp-{from}-{to}/tagKey-{key}", + "uni/tn-{name}/qosvxlancustom-{name}/edscp-{from}-{to}/tagKey-{key}", + "uni/tn-{name}/qosvxlancustom-{name}/idscp-{from}-{to}/tagKey-{key}", "uni/tn-{name}/qosvxlancustom-{name}/tagKey-{key}", "uni/mdp/conn-{name}/svc-{name}/tagKey-{key}", + "anydefcont/anydef-[{anyDn}]/gPcTagCont/gPcTag-{pcTag}/tagKey-{key}", "uni/tn-{name}/out-{name}/instP-{name}/rssubscribeSG-[{tDn}]/tagKey-{key}", "uni/tn-{name}/ap-{name}/esg-{name}/rspublishESg-[{tDn}]/tagKey-{key}", "uni/tn-{name}/ap-{name}/epg-{name}/rspublishEPg-[{tDn}]/tagKey-{key}", @@ -2913,25 +2922,12 @@ "uni/mdp/conn-{name}/server-{name}/tagKey-{key}", "uni/mdp/conn-{name}/tagKey-{key}", "uni/mdp/tagKey-{key}", - "mdpDefCont/subscriber-[{topicDn}]-node-{nodeId}/tagKey-{key}", - "mdpDefCont/publisher-[{topicDn}]-node-{nodeId}/tagKey-{key}", "mdpDefCont/shupd-{shard}/tagKey-{key}", - "uni/tn-{name}/out-{name}/remotedomain-{name}/rsdomainToRtProfile-[{tDn}]-{direction}/tagKey-{key}", "uni/tn-{name}/out-{name}/vxlanextp/tagKey-{key}", - "uni/tn-{name}/l2out-{name}/vxlanextp/tagKey-{key}", - "uni/controller/setuppol/setupp-{podId}/rlgroupp-{name}/rsrlGroupToExtSetup-[{tDn}]/tagKey-{key}", - "uni/controller/setuppol/setupp-{podId}/rlgroupp-{name}/tagKey-{key}", "topology/pod-{id}/node-{id}/av/noncompliantnode-{serialNum}/tagKey-{key}", - "uni/tn-{name}/out-{name}/remotedomain-{name}/tagKey-{key}", + "uni/tn-{name}/out-{name}/vxgwfabrics/consbgwset-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/consbgwset-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/rsProvBgwSet/tagKey-{key}", - "uni/tn-{name}/l2out-{name}/remotedomain-{name}/tagKey-{key}", - "uni/tn-{name}/l2out-{name}/consbgwset-{name}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/vxlanremotedptep-[{addr}]/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/tagKey-{key}", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/tagKey-{key}", - "uni/epp/br-[{epgPKey}]/vxlanextp/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/tagKey-{key}", "uni/tn-{name}/vxlanbgwset-{name}/vxlanextanycastip-{podId}/tagKey-{key}", "uni/tn-{name}/vxlanbgwset-{name}/tagKey-{key}", "topology/pod-{id}/node-{id}/sys/action/lsubj-[{oDn}]/eqptSysCPoweroffLTask/tagKey-{key}", @@ -4617,7 +4613,7 @@ "topology/pod-{id}/node-{id}/sys/mpls/labelrange/tagKey-{key}", "sys/mpls/labelrange/tagKey-{key}", "uni/tn-{name}/out-{name}/rsoutToMdpProvP/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/tagKey-{key}", @@ -7597,7 +7593,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/extmngd/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/extmngd/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/extmngd/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/extmngd/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/extmngd/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/extmngd/tagKey-{key}", @@ -7947,7 +7943,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/extmngd/tagKey-{key}", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/extmngd/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/extmngd/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/extmngd/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/extmngd/tagKey-{key}", @@ -8021,7 +8017,7 @@ "uni/tn-{name}/outdef-{name}/extmngd/tagKey-{key}", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/extmngd/tagKey-{key}", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/extmngd/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/extmngd/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/extmngd/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/extmngd/tagKey-{key}", @@ -8483,7 +8479,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/extmngd/tagKey-{key}", "uni/fabric/bgpInstP-{name}/node-{id}/extmngd/tagKey-{key}", "uni/fabric/bgpInstP-{name}/rr/node-{id}/extmngd/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/extmngd/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/extmngd/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/extmngd/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/extmngd/tagKey-{key}", @@ -11486,7 +11482,7 @@ "uni/controller/setuppol/tagKey-{key}", "uni/tn-{name}/ctx-{name}/rtp-{af}/rt-[{rt}]-{type}/tagKey-{key}", "uni/tn-{name}/ctx-{name}/rtp-{af}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/tagKey-{key}", @@ -11962,7 +11958,7 @@ "uni/tn-{name}/ctx-{name}/rsctxToOspfCtxPol-[{tnOspfCtxPolName}]-{af}/tagKey-{key}", "uni/tn-{name}/out-{name}/defrtleak/tagKey-{key}", "uni/tn-{name}/bgpCtxAfP-{name}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/tagKey-{key}", @@ -18147,7 +18143,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/tag-{name}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/tag-{name}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/tag-{name}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/tag-{name}/tagKey-{key}", @@ -18497,7 +18493,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/tag-{name}/tagKey-{key}", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/tag-{name}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/tag-{name}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/tag-{name}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/tag-{name}/tagKey-{key}", @@ -18571,7 +18567,7 @@ "uni/tn-{name}/outdef-{name}/tag-{name}/tagKey-{key}", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/tag-{name}/tagKey-{key}", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/tag-{name}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/tag-{name}/tagKey-{key}", @@ -19033,7 +19029,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/tag-{name}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/node-{id}/tag-{name}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/rr/node-{id}/tag-{name}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/tag-{name}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/tag-{name}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/tag-{name}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/tag-{name}/tagKey-{key}", @@ -19948,8 +19944,8 @@ "uni/fabric/outofsvc/rsoosPath-[{tDn}]/tagKey-{key}", "uni/fabric/outofsvc/tagKey-{key}", "uni/tn-{name}/out-{name}/bgpExtP/tagKey-{key}", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", - "uni/epp/br-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", "uni/controller/mdpPolDefCont/providerDef-[{mdpProvDn}]/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", "outdefcont-{id}/rsoutDefContToOut-[{tDn}]/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", "uni/tn-{name}/acIpToIp-{name}/acl3outcont/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", @@ -20620,7 +20616,7 @@ "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/outdef-{name}/lnodep-{name}/rspeerPfxPol/tagKey-{key}", "uni/tn-{name}/outdef-{name}/lnodep-{name}/rspeerPfxPol/tagKey-{key}", "uni/epp/rtd-[{epgPKey}]/lnodep-{name}/rspeerPfxPol/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/rspeerPfxPol/tagKey-{key}", @@ -20972,7 +20968,7 @@ "uni/fabric/bgpInstP-{name}/node-{id}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/rr/node-{id}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/rr/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/tagKey-{key}", @@ -21129,6 +21125,14 @@ "uni/tn-{name}/monepg-{name}/tarepg-{scope}/stat-{scope}/tagKey-{key}", "uni/infra/moninfra-{name}/tarinfra-{scope}/stat-{scope}/tagKey-{key}", "uni/fabric/monfab-{name}/tarfab-{scope}/stat-{scope}/tagKey-{key}", + "topology/pod-{id}/node-{id}/av/replacenode-{targetNodeId}/fault-{code}/tagKey-{key}", + "topology/pod-{id}/node-{id}/sys/lsnode-{id}/rslsNodesToIfs-[{tDn}]/fault-{code}/tagKey-{key}", + "sys/lsnode-{id}/rslsNodesToIfs-[{tDn}]/fault-{code}/tagKey-{key}", + "recloccont/fault-{code}/tagKey-{key}", + "uni/tn-{name}/out-{name}/vxgwfabrics/fault-{code}/tagKey-{key}", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/fault-{code}/tagKey-{key}", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/rsremoteFabricToBgwSet-[{tDn}]/fault-{code}/tagKey-{key}", "uni/tn-{name}/intap/intepg-{name}/rsintBd/fault-{code}/tagKey-{key}", "uni/tn-{name}/intap/intepg-{name}/fault-{code}/tagKey-{key}", "remotepolholder/rstoRemoteVxlanCtxDef-[{tDn}]/fault-{code}/tagKey-{key}", @@ -21147,14 +21151,9 @@ "mdpDefCont/shupd-{shard}/fault-{code}/tagKey-{key}", "relnholder/rsCpmMdpEp/fault-{code}/tagKey-{key}", "relnholder/rsCpmMdpConn/fault-{code}/tagKey-{key}", - "uni/tn-{name}/out-{name}/remotedomain-{name}/rsdomainToRtProfile-[{tDn}]-{direction}/fault-{code}/tagKey-{key}", - "uni/controller/setuppol/setupp-{podId}/rlgroupp-{name}/rsrlGroupToExtSetup-[{tDn}]/fault-{code}/tagKey-{key}", "uni/controller/setuppol/setupp-{podId}/rlgroupp-{name}/fault-{code}/tagKey-{key}", "topology/pod-{id}/node-{id}/av/noncompliantnode-{serialNum}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/rsProvBgwSet/fault-{code}/tagKey-{key}", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/fault-{code}/tagKey-{key}", - "uni/epp/br-[{epgPKey}]/vxlanextp/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/rsdomainToBgwSet-[{tDn}]/fault-{code}/tagKey-{key}", "uni/tn-{name}/vxlanbgwset-{name}/vxlanintanycastip/fault-{code}/tagKey-{key}", "uni/tn-{name}/vxlanbgwset-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/intershardtagselcont-{shard}/fault-{code}/tagKey-{key}", @@ -21897,8 +21896,8 @@ "topology/pod-{id}/node-{id}/sys/synce/inst/fault-{code}/tagKey-{key}", "sys/synce/inst/fault-{code}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/info/clusterfaultinfo-{faultCode}/fault-{code}/tagKey-{key}", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/soo/fault-{code}/tagKey-{key}", - "uni/epp/br-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/soo/fault-{code}/tagKey-{key}", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/soo/fault-{code}/tagKey-{key}", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/soo/fault-{code}/tagKey-{key}", "uni/controller/mdpPolDefCont/providerDef-[{mdpProvDn}]/infraPeerP-[{addr}]/soo/fault-{code}/tagKey-{key}", "outdefcont-{id}/rsoutDefContToOut-[{tDn}]/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/soo/fault-{code}/tagKey-{key}", "uni/tn-{name}/acIpToIp-{name}/acl3outcont/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/soo/fault-{code}/tagKey-{key}", @@ -27966,7 +27965,7 @@ "sys/ctxsubstitute-[{encap}]/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/conslbl-{name}/fault-{code}/tagKey-{key}", "uni/controller/setuppol/setupp-{podId}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/fault-{code}/tagKey-{key}", @@ -37480,6 +37479,8 @@ "uni/infra/vlanns-[{name}]-{allocMode}/fault-{code}/tagKey-{key}", "uni/infra/fault-{code}/tagKey-{key}", "uni/fabric/time-{name}/ntpprov-{name}/rsntpProvToNtpAuthKey-{tnDatetimeNtpAuthKeyId}/fault-{code}/tagKey-{key}", + "uni/fabric/time-{name}/ntpprov-{name}/fault-{code}/tagKey-{key}", + "uni/fabric/time-{name}/fault-{code}/tagKey-{key}", "uni/infra/encapnsdef-[{instPKey}]/allocencapblkdef-[{encapBlk}]/nsissues/fault-{code}/tagKey-{key}", "allocencap-[{infraPKey}]/encapnsdef-[{instPKey}]/allocencapblkdef-[{encapBlk}]/nsissues/fault-{code}/tagKey-{key}", "uni/infra/encapnsdef-[{instPKey}]/nsissues/fault-{code}/tagKey-{key}", @@ -40926,7 +40927,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/aliasdel-{name}/fault-{code}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/aliasdel-{name}/fault-{code}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/aliasdel-{name}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/aliasdel-{name}/fault-{code}/tagKey-{key}", @@ -41276,7 +41277,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/aliasdel-{name}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/aliasdel-{name}/fault-{code}/tagKey-{key}", @@ -41350,7 +41351,7 @@ "uni/tn-{name}/outdef-{name}/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/aliasdel-{name}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/aliasdel-{name}/fault-{code}/tagKey-{key}", @@ -41812,7 +41813,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/node-{id}/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/rr/node-{id}/aliasdel-{name}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/aliasdel-{name}/fault-{code}/tagKey-{key}", @@ -41920,7 +41921,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/alias/fault-{code}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/alias/fault-{code}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/alias/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/alias/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/alias/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/alias/fault-{code}/tagKey-{key}", @@ -42270,7 +42271,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/alias/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/alias/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/alias/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/alias/fault-{code}/tagKey-{key}", @@ -42344,7 +42345,7 @@ "uni/tn-{name}/outdef-{name}/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/alias/fault-{code}/tagKey-{key}", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/alias/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/alias/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/alias/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/alias/fault-{code}/tagKey-{key}", @@ -42806,7 +42807,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/alias/fault-{code}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/node-{id}/alias/fault-{code}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/rr/node-{id}/alias/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/alias/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/alias/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/alias/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/alias/fault-{code}/tagKey-{key}", @@ -42914,7 +42915,7 @@ "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/grp-[{name}]/key-[{name}]-val-{value}/tag-{name}/fault-{code}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/key-[{name}]-val-{value}/tag-{name}/fault-{code}/tagKey-{key}", "comp/prov-{name}/ctrlr-[{domName}]-{name}/injcont/ns-[{name}]/nwpol-[{name}]/tag-{name}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/dptep/tag-{name}/fault-{code}/tagKey-{key}", @@ -43264,7 +43265,7 @@ "uni/tn-{name}/fabricExtConnP-{id}/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/fabricExtConnP-{id}/fabricExtRoutingP-{name}/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/rsnodeL3OutAtt-[{tDn}]/infranodep/tag-{name}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/tag-{name}/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/tag-{name}/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/tag-{name}/fault-{code}/tagKey-{key}", @@ -43338,7 +43339,7 @@ "uni/tn-{name}/outdef-{name}/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/LDevInst-[{priKey}]-ctx-{ctxName}/bd-[{bdDn}]/tag-{name}/fault-{code}/tagKey-{key}", "uni/ldev-[{priKey}]-ctx-[{ctxDn}]-bd-[{bdDn}]/tag-{name}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/localasn/tag-{name}/fault-{code}/tagKey-{key}", @@ -43800,7 +43801,7 @@ "uni/fabric/bgpInstP-{name}/extrr/node-{id}/tag-{name}/fault-{code}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/node-{id}/tag-{name}/fault-{code}/tagKey-{key}", "uni/fabric/bgpInstP-{name}/rr/node-{id}/tag-{name}/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/as/tag-{name}/fault-{code}/tagKey-{key}", @@ -44341,8 +44342,8 @@ "uni/fabric/rsresLldpInstPol/fault-{code}/tagKey-{key}", "uni/fabric/outofsvc/decomcln-{targetId}-shard-{destShard}/fault-{code}/tagKey-{key}", "uni/fabric/outofsvc/rsdecommissionNode-[{tDn}]/fault-{code}/tagKey-{key}", - "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", - "uni/epp/br-[{epgPKey}]/vxlanextp/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", + "uni/epp/rtd-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", + "uni/epp/br-[{epgPKey}]/vxlanextp/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", "uni/controller/mdpPolDefCont/providerDef-[{mdpProvDn}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", "outdefcont-{id}/rsoutDefContToOut-[{tDn}]/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", "uni/tn-{name}/acIpToIp-{name}/acl3outcont/outdef-{name}/lnodep-{name}/lifp-{name}/vlifpdef-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", @@ -45013,7 +45014,7 @@ "uni/tn-{name}/ldevCtx-c-{ctrctNameOrLbl}-g-{graphNameOrLbl}-n-{nodeNameOrLbl}/lIfCtx-c-{connNameOrLbl}/outdef-{name}/lnodep-{name}/rspeerPfxPol/fault-{code}/tagKey-{key}", "uni/tn-{name}/outdef-{name}/lnodep-{name}/rspeerPfxPol/fault-{code}/tagKey-{key}", "uni/epp/rtd-[{epgPKey}]/lnodep-{name}/rspeerPfxPol/fault-{code}/tagKey-{key}", - "uni/tn-{name}/vxlandomain-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", + "uni/tn-{name}/vxlanremotefabric-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", "uni/controller/mdpPolCont/localDomP-{name}/provider-{name}/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/vlifp-[{nodeDn}]-[{encap}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", "uni/tn-{name}/out-{name}/lnodep-{name}/lifp-{name}/rspathL3OutAtt-[{tDn}]/infraPeerP-[{addr}]/rspeerPfxPol/fault-{code}/tagKey-{key}", diff --git a/gen/meta/vzOOBBrCP.json b/gen/meta/vzOOBBrCP.json index e7ddb210b..778d15508 100644 --- a/gen/meta/vzOOBBrCP.json +++ b/gen/meta/vzOOBBrCP.json @@ -190,17 +190,17 @@ "platformFlavors": [ ], - "label": "deleteAll "}, + "label": "Delete All "}, { "value": "8192", "localName": "deleteNonPresent", "platformFlavors": [ ], - "label": "deleteNonPresent "}, + "label": "Delete Non Present "}, { "value": "4096", "localName": "ignore", "platformFlavors": [ ], - "label": "ignore "} + "label": "Ignore "} ], "platformFlavors": [ @@ -369,12 +369,12 @@ "platformFlavors": [ ], - "label": "msc "}, + "label": "MSC "}, { "value": "0", "localName": "undefined", "platformFlavors": [ ], - "label": "undefined "} + "label": "Undefined "} ], "default": "undefined", "platformFlavors": [ @@ -389,7 +389,7 @@ "isConfigurable": true, "propGlobalId": "55648", "propLocalId": "12600", - "label": "Install Rules or Estimate Nummber of Rules", + "label": "Install Rules or Estimate Number of Rules", "baseType": "scalar:Enum8", "modelType": "vz:Intent", "needsPropDelimiters": false, @@ -413,17 +413,17 @@ "platformFlavors": [ ], - "label": "process configuration and estimate number of rules for adding contract "}, + "label": "Process Configuration and Estimate Number of Rules for Adding Contract "}, { "value": "1", "localName": "estimate_delete", "platformFlavors": [ ], - "label": "process configuration and estimate number of rules for deleting contract "}, + "label": "Process Configuration and Estimate Number of Rules for Deleting Contract "}, { "value": "0", "localName": "install", "platformFlavors": [ ], - "label": "install rules in hardware "} + "label": "Install Rules in Hardware "} ], "default": "install", "platformFlavors": [ @@ -485,7 +485,7 @@ "platformFlavors": [ ], - "label": "ResolvedOnBehalf "} + "label": "Resolved On Behalf "} ], "default": "local", "platformFlavors": [ @@ -527,7 +527,7 @@ "platformFlavors": [ ], - "label": "never "} + "label": "Never "} ], "default": "never", "platformFlavors": [ @@ -545,7 +545,7 @@ "isConfigurable": false, "propGlobalId": "14073", "propLocalId": "228", - "label": "Monitoring policy", + "label": "Monitoring Policy", "baseType": "reference:BinRef", "modelType": "reference:BinRef", "needsPropDelimiters": true, @@ -715,7 +715,7 @@ "isConfigurable": true, "propGlobalId": "1044", "propLocalId": "172", - "label": "QOS Class Id", + "label": "QoS Class ID", "baseType": "scalar:Enum8", "modelType": "qos:TenantPrio", "needsPropDelimiters": false, @@ -793,7 +793,7 @@ "isConfigurable": false, "propGlobalId": "16474", "propLocalId": "4316", - "label": "Reevaluate entire collection tree", + "label": "Reevaluate Entire Collection Tree", "baseType": "scalar:Bool", "modelType": "scalar:Bool", "needsPropDelimiters": false, @@ -948,7 +948,7 @@ "comment": [ "In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n" ], - "label": "created "}, + "label": "Created "}, { "value": "8", "localName": "deleted", "platformFlavors": [ @@ -956,7 +956,7 @@ "comment": [ "In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n" ], - "label": "deleted "}, + "label": "Deleted "}, { "value": "4", "localName": "modified", "platformFlavors": [ @@ -964,7 +964,7 @@ "comment": [ "In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n" ], - "label": "modified "} + "label": "Modified "} ], "platformFlavors": [ @@ -981,7 +981,7 @@ "isConfigurable": true, "propGlobalId": "22211", "propLocalId": "855", - "label": "Contract Level Dscp", + "label": "Contract Level DSCP", "baseType": "scalar:UByte", "modelType": "qosp:Dscp", "needsPropDelimiters": false, @@ -1006,7 +1006,7 @@ "comment": [ "AF11 low drop" ], - "label": "AF11 low drop "}, + "label": "AF11 Low Drop "}, { "value": "12", "localName": "AF12", "platformFlavors": [ @@ -1014,7 +1014,7 @@ "comment": [ "AF12 medium drop" ], - "label": "AF12 medium drop "}, + "label": "AF12 Medium Drop "}, { "value": "14", "localName": "AF13", "platformFlavors": [ @@ -1022,7 +1022,7 @@ "comment": [ "AF13 high drop" ], - "label": "AF13 high drop "}, + "label": "AF13 High Drop "}, { "value": "18", "localName": "AF21", "platformFlavors": [ @@ -1030,7 +1030,7 @@ "comment": [ "AF21 low drop" ], - "label": "AF21 low drop "}, + "label": "AF21 Low Drop "}, { "value": "20", "localName": "AF22", "platformFlavors": [ @@ -1038,7 +1038,7 @@ "comment": [ "AF22 medium drop" ], - "label": "AF22 medium drop "}, + "label": "AF22 Medium Drop "}, { "value": "22", "localName": "AF23", "platformFlavors": [ @@ -1046,7 +1046,7 @@ "comment": [ "AF22 high drop" ], - "label": "AF23 high drop "}, + "label": "AF23 High Drop "}, { "value": "26", "localName": "AF31", "platformFlavors": [ @@ -1054,7 +1054,7 @@ "comment": [ "AF31 low drop" ], - "label": "AF31 low drop "}, + "label": "AF31 Low Drop "}, { "value": "28", "localName": "AF32", "platformFlavors": [ @@ -1062,7 +1062,7 @@ "comment": [ "AF32 medium drop" ], - "label": "AF32 medium drop "}, + "label": "AF32 Medium Drop "}, { "value": "30", "localName": "AF33", "platformFlavors": [ @@ -1070,7 +1070,7 @@ "comment": [ "AF33 high drop" ], - "label": "AF33 high drop "}, + "label": "AF33 High Drop "}, { "value": "34", "localName": "AF41", "platformFlavors": [ @@ -1078,7 +1078,7 @@ "comment": [ "AF41 low drop" ], - "label": "AF41 low drop "}, + "label": "AF41 Low Drop "}, { "value": "36", "localName": "AF42", "platformFlavors": [ @@ -1086,7 +1086,7 @@ "comment": [ "AF42 medium drop" ], - "label": "AF42 medium drop "}, + "label": "AF42 Medium Drop "}, { "value": "38", "localName": "AF43", "platformFlavors": [ @@ -1094,7 +1094,7 @@ "comment": [ "AF42 high drop" ], - "label": "AF43 high drop "}, + "label": "AF43 High Drop "}, { "value": "0", "localName": "CS0", "platformFlavors": [ diff --git a/gen/testvars/fvBD.yaml b/gen/testvars/fvBD.yaml index 4a4f438a6..00bdaf2ce 100644 --- a/gen/testvars/fvBD.yaml +++ b/gen/testvars/fvBD.yaml @@ -35,6 +35,8 @@ default: pim_ipv6: "no" 5.2(5c): drop_arp_with_multicast_smac: "yes" + 6.0(4c): + service_bd_routing_disable: "no" datasource_non_existing: name: "non_existing_name" @@ -77,6 +79,8 @@ all: pim_ipv6: "no" 5.2(5c): drop_arp_with_multicast_smac: "no" + 6.0(4c): + service_bd_routing_disable: "no" children: legacy_mode: diff --git a/internal/provider/data_source_aci_bridge_domain.go b/internal/provider/data_source_aci_bridge_domain.go index ddb8d0c76..cd8155a8d 100644 --- a/internal/provider/data_source_aci_bridge_domain.go +++ b/internal/provider/data_source_aci_bridge_domain.go @@ -249,6 +249,10 @@ func (d *FvBDDataSource) Schema(ctx context.Context, req datasource.SchemaReques Computed: true, MarkdownDescription: `A tag for enabling clients to add their own data. For example, to indicate who created this object.`, }, + "service_bd_routing_disable": schema.StringAttribute{ + Computed: true, + MarkdownDescription: `Disable Routing on service BD.`, + }, "bridge_domain_type": schema.StringAttribute{ Computed: true, MarkdownDescription: `The domain type of the Bridge Domain object.`, diff --git a/internal/provider/data_source_aci_bridge_domain_test.go b/internal/provider/data_source_aci_bridge_domain_test.go index a98353e36..5eb0156f6 100644 --- a/internal/provider/data_source_aci_bridge_domain_test.go +++ b/internal/provider/data_source_aci_bridge_domain_test.go @@ -51,6 +51,8 @@ func TestAccDataSourceFvBDWithFvTenant(t *testing.T) { resource.TestCheckResourceAttr("data.aci_bridge_domain.test", "pim_ipv6", "no")), composeAggregateTestCheckFuncWithVersion(t, "5.2(5c)", ">", resource.TestCheckResourceAttr("data.aci_bridge_domain.test", "drop_arp_with_multicast_smac", "yes")), + composeAggregateTestCheckFuncWithVersion(t, "6.0(4c)", ">", + resource.TestCheckResourceAttr("data.aci_bridge_domain.test", "service_bd_routing_disable", "no")), resource.TestCheckResourceAttr("data.aci_bridge_domain.test", "virtual_mac_address", "not-applicable"), ), }, diff --git a/internal/provider/resource_aci_bridge_domain.go b/internal/provider/resource_aci_bridge_domain.go index 03d60a9e5..d68c19b4b 100644 --- a/internal/provider/resource_aci_bridge_domain.go +++ b/internal/provider/resource_aci_bridge_domain.go @@ -68,6 +68,7 @@ type FvBDResourceModel struct { NameAlias types.String `tfsdk:"name_alias"` OwnerKey types.String `tfsdk:"owner_key"` OwnerTag types.String `tfsdk:"owner_tag"` + ServiceBdRoutingDisable types.String `tfsdk:"service_bd_routing_disable"` Type types.String `tfsdk:"bridge_domain_type"` UnicastRoute types.String `tfsdk:"unicast_routing"` UnkMacUcastAct types.String `tfsdk:"l2_unknown_unicast_flooding"` @@ -145,6 +146,7 @@ func getEmptyFvBDResourceModel() *FvBDResourceModel { NameAlias: basetypes.NewStringNull(), OwnerKey: basetypes.NewStringNull(), OwnerTag: basetypes.NewStringNull(), + ServiceBdRoutingDisable: basetypes.NewStringNull(), Type: basetypes.NewStringNull(), UnicastRoute: basetypes.NewStringNull(), UnkMacUcastAct: basetypes.NewStringNull(), @@ -840,6 +842,7 @@ func (r *FvBDResource) UpgradeState(ctx context.Context) map[int64]resource.Stat NameAlias: priorStateData.NameAlias, OwnerKey: basetypes.NewStringNull(), OwnerTag: basetypes.NewStringNull(), + ServiceBdRoutingDisable: basetypes.NewStringNull(), Type: priorStateData.Type, UnicastRoute: priorStateData.UnicastRoute, UnkMacUcastAct: priorStateData.UnkMacUcastAct, @@ -2233,6 +2236,18 @@ func (r *FvBDResource) Schema(ctx context.Context, req resource.SchemaRequest, r }, MarkdownDescription: `A tag for enabling clients to add their own data. For example, to indicate who created this object.`, }, + "service_bd_routing_disable": schema.StringAttribute{ + Optional: true, + Computed: true, + PlanModifiers: []planmodifier.String{ + stringplanmodifier.UseStateForUnknown(), + SetToStringNullWhenStateIsNullPlanIsUnknownDuringUpdate(), + }, + Validators: []validator.String{ + stringvalidator.OneOf("no", "yes"), + }, + MarkdownDescription: `Disable Routing on service BD.`, + }, "bridge_domain_type": schema.StringAttribute{ Optional: true, Computed: true, @@ -3201,6 +3216,9 @@ func getAndSetFvBDAttributes(ctx context.Context, diags *diag.Diagnostics, clien if attributeName == "ownerTag" { readData.OwnerTag = basetypes.NewStringValue(attributeValue.(string)) } + if attributeName == "serviceBdRoutingDisable" { + readData.ServiceBdRoutingDisable = basetypes.NewStringValue(attributeValue.(string)) + } if attributeName == "type" { readData.Type = basetypes.NewStringValue(attributeValue.(string)) } @@ -4219,6 +4237,9 @@ func getFvBDCreateJsonPayload(ctx context.Context, diags *diag.Diagnostics, crea if !data.OwnerTag.IsNull() && !data.OwnerTag.IsUnknown() { payloadMap["attributes"].(map[string]string)["ownerTag"] = data.OwnerTag.ValueString() } + if !data.ServiceBdRoutingDisable.IsNull() && !data.ServiceBdRoutingDisable.IsUnknown() { + payloadMap["attributes"].(map[string]string)["serviceBdRoutingDisable"] = data.ServiceBdRoutingDisable.ValueString() + } if !data.Type.IsNull() && !data.Type.IsUnknown() { payloadMap["attributes"].(map[string]string)["type"] = data.Type.ValueString() } diff --git a/internal/provider/resource_aci_bridge_domain_test.go b/internal/provider/resource_aci_bridge_domain_test.go index e00321473..93d38b47e 100644 --- a/internal/provider/resource_aci_bridge_domain_test.go +++ b/internal/provider/resource_aci_bridge_domain_test.go @@ -81,6 +81,9 @@ func TestAccResourceFvBDWithFvTenant(t *testing.T) { composeAggregateTestCheckFuncWithVersion(t, "5.2(5c)", ">", resource.TestCheckResourceAttr("aci_bridge_domain.allow_test", "drop_arp_with_multicast_smac", "yes"), resource.TestCheckResourceAttr("aci_bridge_domain.allow_test_2", "drop_arp_with_multicast_smac", "yes")), + composeAggregateTestCheckFuncWithVersion(t, "6.0(4c)", ">", + resource.TestCheckResourceAttr("aci_bridge_domain.allow_test", "service_bd_routing_disable", "no"), + resource.TestCheckResourceAttr("aci_bridge_domain.allow_test_2", "service_bd_routing_disable", "no")), resource.TestCheckResourceAttr("aci_bridge_domain.allow_test", "virtual_mac_address", "not-applicable"), resource.TestCheckResourceAttr("aci_bridge_domain.allow_test_2", "virtual_mac_address", "not-applicable"), ), @@ -167,6 +170,9 @@ func TestAccResourceFvBDWithFvTenant(t *testing.T) { composeAggregateTestCheckFuncWithVersion(t, "5.2(5c)", ">", resource.TestCheckResourceAttr("aci_bridge_domain.allow_test", "drop_arp_with_multicast_smac", "yes"), resource.TestCheckResourceAttr("aci_bridge_domain.allow_test_2", "drop_arp_with_multicast_smac", "yes")), + composeAggregateTestCheckFuncWithVersion(t, "6.0(4c)", ">", + resource.TestCheckResourceAttr("aci_bridge_domain.allow_test", "service_bd_routing_disable", "no"), + resource.TestCheckResourceAttr("aci_bridge_domain.allow_test_2", "service_bd_routing_disable", "no")), resource.TestCheckResourceAttr("aci_bridge_domain.allow_test", "virtual_mac_address", "not-applicable"), resource.TestCheckResourceAttr("aci_bridge_domain.allow_test_2", "virtual_mac_address", "not-applicable"), ), @@ -213,6 +219,8 @@ func TestAccResourceFvBDWithFvTenant(t *testing.T) { resource.TestCheckResourceAttr("aci_bridge_domain.test", "pim_ipv6", "no")), composeAggregateTestCheckFuncWithVersion(t, "5.2(5c)", ">", resource.TestCheckResourceAttr("aci_bridge_domain.test", "drop_arp_with_multicast_smac", "yes")), + composeAggregateTestCheckFuncWithVersion(t, "6.0(4c)", ">", + resource.TestCheckResourceAttr("aci_bridge_domain.test", "service_bd_routing_disable", "no")), resource.TestCheckResourceAttr("aci_bridge_domain.test", "virtual_mac_address", "not-applicable"), ), }, @@ -251,6 +259,8 @@ func TestAccResourceFvBDWithFvTenant(t *testing.T) { resource.TestCheckResourceAttr("aci_bridge_domain.test", "pim_ipv6", "no")), composeAggregateTestCheckFuncWithVersion(t, "5.2(5c)", ">", resource.TestCheckResourceAttr("aci_bridge_domain.test", "drop_arp_with_multicast_smac", "no")), + composeAggregateTestCheckFuncWithVersion(t, "6.0(4c)", ">", + resource.TestCheckResourceAttr("aci_bridge_domain.test", "service_bd_routing_disable", "no")), resource.TestCheckResourceAttr("aci_bridge_domain.test", "virtual_mac_address", "00:22:BD:F8:19:FB"), ), }, @@ -297,6 +307,8 @@ func TestAccResourceFvBDWithFvTenant(t *testing.T) { resource.TestCheckResourceAttr("aci_bridge_domain.test", "pim_ipv6", "no")), composeAggregateTestCheckFuncWithVersion(t, "5.2(5c)", ">", resource.TestCheckResourceAttr("aci_bridge_domain.test", "drop_arp_with_multicast_smac", "yes")), + composeAggregateTestCheckFuncWithVersion(t, "6.0(4c)", ">", + resource.TestCheckResourceAttr("aci_bridge_domain.test", "service_bd_routing_disable", "no")), resource.TestCheckResourceAttr("aci_bridge_domain.test", "virtual_mac_address", "not-applicable"), ), }, @@ -341,6 +353,8 @@ func TestAccResourceFvBDWithFvTenant(t *testing.T) { resource.TestCheckResourceAttr("aci_bridge_domain.test", "pim_ipv6", "no")), composeAggregateTestCheckFuncWithVersion(t, "5.2(5c)", ">", resource.TestCheckResourceAttr("aci_bridge_domain.test", "drop_arp_with_multicast_smac", "yes")), + composeAggregateTestCheckFuncWithVersion(t, "6.0(4c)", ">", + resource.TestCheckResourceAttr("aci_bridge_domain.test", "service_bd_routing_disable", "no")), resource.TestCheckResourceAttr("aci_bridge_domain.test", "virtual_mac_address", "not-applicable"), resource.TestCheckResourceAttr("aci_bridge_domain.test", "annotations.0.key", "key_0"), resource.TestCheckResourceAttr("aci_bridge_domain.test", "annotations.0.value", "value_1"), @@ -696,6 +710,7 @@ resource "aci_bridge_domain" "test" { ipv6_l3_unknown_multicast_flooding = provider::aci::compare_versions(data.aci_system.version.version,">=","4.1(1i)") ? "flood" : null pim_ipv6 = provider::aci::compare_versions(data.aci_system.version.version,">=","4.2(1i)") ? "no" : null drop_arp_with_multicast_smac = provider::aci::compare_versions(data.aci_system.version.version,">=","5.2(5c)") ? "no" : null + service_bd_routing_disable = provider::aci::compare_versions(data.aci_system.version.version,">=","6.0(4c)") ? "no" : null virtual_mac_address = "00:22:BD:F8:19:FB" } ` @@ -729,6 +744,7 @@ resource "aci_bridge_domain" "test" { ipv6_l3_unknown_multicast_flooding = provider::aci::compare_versions(data.aci_system.version.version,">=","4.1(1i)") ? "flood" : null pim_ipv6 = provider::aci::compare_versions(data.aci_system.version.version,">=","4.2(1i)") ? "no" : null drop_arp_with_multicast_smac = provider::aci::compare_versions(data.aci_system.version.version,">=","5.2(5c)") ? "yes" : null + service_bd_routing_disable = provider::aci::compare_versions(data.aci_system.version.version,">=","6.0(4c)") ? "no" : null virtual_mac_address = "not-applicable" } ` diff --git a/internal/provider/resource_aci_key_ring.go b/internal/provider/resource_aci_key_ring.go index e74fc7aa0..165eafc73 100644 --- a/internal/provider/resource_aci_key_ring.go +++ b/internal/provider/resource_aci_key_ring.go @@ -250,7 +250,7 @@ func (r *PkiKeyRingResource) Schema(ctx context.Context, req resource.SchemaRequ SetToStringNullWhenStateIsNullPlanIsUnknownDuringUpdate(), }, Validators: []validator.String{ - stringvalidator.OneOf("ECC", "RSA", "indeterminate"), + stringvalidator.OneOf("ECC", "RSA"), }, MarkdownDescription: `The type used by the provided key.`, },