@itentialopensource/adapter-openstack_neutron 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/AUTH.md +44 -0
- package/BROKER.md +199 -0
- package/CALLS.md +2000 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +172 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +337 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +37134 -0
- package/adapterBase.js +1788 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +242 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +49 -0
- package/entities/APIVersions/action.json +46 -0
- package/entities/APIVersions/schema.json +20 -0
- package/entities/AddressGroups/action.json +146 -0
- package/entities/AddressGroups/schema.json +69 -0
- package/entities/AddressScopes/action.json +106 -0
- package/entities/AddressScopes/schema.json +78 -0
- package/entities/Agents/action.json +86 -0
- package/entities/Agents/schema.json +88 -0
- package/entities/AutoAllocatedTopologies/action.json +45 -0
- package/entities/AutoAllocatedTopologies/schema.json +31 -0
- package/entities/AvailabilityZones/action.json +25 -0
- package/entities/AvailabilityZones/schema.json +19 -0
- package/entities/BGPPeer/action.json +106 -0
- package/entities/BGPPeer/schema.json +34 -0
- package/entities/BGPSpeaker/action.json +228 -0
- package/entities/BGPSpeaker/schema.json +40 -0
- package/entities/BGPVPNs/action.json +106 -0
- package/entities/BGPVPNs/schema.json +34 -0
- package/entities/DHCPAgentScheduler/action.json +86 -0
- package/entities/DHCPAgentScheduler/schema.json +44 -0
- package/entities/Extensions/action.json +46 -0
- package/entities/Extensions/schema.json +20 -0
- package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +350 -0
- package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/schema.json +68 -0
- package/entities/FirewallLogs/action.json +106 -0
- package/entities/FirewallLogs/schema.json +45 -0
- package/entities/FloatingIPPoolsFloatingipPools/action.json +25 -0
- package/entities/FloatingIPPoolsFloatingipPools/schema.json +19 -0
- package/entities/FloatingIPsFloatingips/action.json +106 -0
- package/entities/FloatingIPsFloatingips/schema.json +177 -0
- package/entities/FloatingIPsPortForwarding/action.json +106 -0
- package/entities/FloatingIPsPortForwarding/schema.json +100 -0
- package/entities/L3AgentScheduler/action.json +86 -0
- package/entities/L3AgentScheduler/schema.json +44 -0
- package/entities/LocalIPAssociationsPortAssociations/action.json +65 -0
- package/entities/LocalIPAssociationsPortAssociations/schema.json +76 -0
- package/entities/LocalIPsLocalIps/action.json +106 -0
- package/entities/LocalIPsLocalIps/schema.json +122 -0
- package/entities/LogResource/action.json +106 -0
- package/entities/LogResource/schema.json +122 -0
- package/entities/LoggableResource/action.json +25 -0
- package/entities/LoggableResource/schema.json +19 -0
- package/entities/LoggingResources/action.json +106 -0
- package/entities/LoggingResources/schema.json +34 -0
- package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +168 -0
- package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/schema.json +125 -0
- package/entities/NetworkAssociations/action.json +86 -0
- package/entities/NetworkAssociations/schema.json +44 -0
- package/entities/NetworkIPAvailabilityAndUsageStats/action.json +46 -0
- package/entities/NetworkIPAvailabilityAndUsageStats/schema.json +75 -0
- package/entities/NetworkSegmentRanges/action.json +106 -0
- package/entities/NetworkSegmentRanges/schema.json +133 -0
- package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +248 -0
- package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/schema.json +85 -0
- package/entities/Networks/action.json +106 -0
- package/entities/Networks/schema.json +199 -0
- package/entities/PortAssociations/action.json +106 -0
- package/entities/PortAssociations/schema.json +45 -0
- package/entities/Ports/action.json +106 -0
- package/entities/Ports/schema.json +221 -0
- package/entities/QoSBandwidthLimitRules/action.json +106 -0
- package/entities/QoSBandwidthLimitRules/schema.json +89 -0
- package/entities/QoSDSCPMarkingRules/action.json +106 -0
- package/entities/QoSDSCPMarkingRules/schema.json +78 -0
- package/entities/QoSMinimumBandwidthRules/action.json +106 -0
- package/entities/QoSMinimumBandwidthRules/schema.json +78 -0
- package/entities/QoSMinimumPacketRateRules/action.json +106 -0
- package/entities/QoSMinimumPacketRateRules/schema.json +78 -0
- package/entities/QoSPacketRateLimitRules/action.json +106 -0
- package/entities/QoSPacketRateLimitRules/schema.json +89 -0
- package/entities/QoSPoliciesQos/action.json +106 -0
- package/entities/QoSPoliciesQos/schema.json +133 -0
- package/entities/QoSRuleTypes/action.json +46 -0
- package/entities/QoSRuleTypes/schema.json +53 -0
- package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +65 -0
- package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/schema.json +32 -0
- package/entities/QualityOfServiceRulesAliasAPI/action.json +187 -0
- package/entities/QualityOfServiceRulesAliasAPI/schema.json +49 -0
- package/entities/QuotasDetailsExtensionQuotaDetails/action.json +25 -0
- package/entities/QuotasDetailsExtensionQuotaDetails/schema.json +30 -0
- package/entities/QuotasExtensionQuotas/action.json +107 -0
- package/entities/QuotasExtensionQuotas/schema.json +34 -0
- package/entities/RBACPolicies/action.json +106 -0
- package/entities/RBACPolicies/schema.json +111 -0
- package/entities/RouterAssociations/action.json +106 -0
- package/entities/RouterAssociations/schema.json +45 -0
- package/entities/RouterNDPProxyNdpProxies/action.json +106 -0
- package/entities/RouterNDPProxyNdpProxies/schema.json +122 -0
- package/entities/RoutersConntrackHelperCTTargetRules/action.json +106 -0
- package/entities/RoutersConntrackHelperCTTargetRules/schema.json +67 -0
- package/entities/RoutersRouters/action.json +186 -0
- package/entities/RoutersRouters/schema.json +137 -0
- package/entities/SecurityGroupRulesSecurityGroupRules/action.json +86 -0
- package/entities/SecurityGroupRulesSecurityGroupRules/schema.json +143 -0
- package/entities/SecurityGroupsSecurityGroups/action.json +106 -0
- package/entities/SecurityGroupsSecurityGroups/schema.json +122 -0
- package/entities/Segments/action.json +106 -0
- package/entities/Segments/schema.json +111 -0
- package/entities/ServiceProviders/action.json +25 -0
- package/entities/ServiceProviders/schema.json +19 -0
- package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +44 -0
- package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/schema.json +31 -0
- package/entities/SubnetPoolsExtensionSubnetpools/action.json +106 -0
- package/entities/SubnetPoolsExtensionSubnetpools/schema.json +199 -0
- package/entities/Subnets/action.json +106 -0
- package/entities/Subnets/schema.json +221 -0
- package/entities/TagExtensionTags/action.json +126 -0
- package/entities/TagExtensionTags/schema.json +46 -0
- package/entities/TapAsAService/action.json +208 -0
- package/entities/TapAsAService/schema.json +72 -0
- package/entities/TrunkNetworking/action.json +167 -0
- package/entities/TrunkNetworking/schema.json +147 -0
- package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +514 -0
- package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/schema.json +98 -0
- package/error.json +190 -0
- package/package.json +87 -0
- package/pronghorn.json +17931 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1284 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +10 -0
- package/report/creationReport.json +2575 -0
- package/report/neutron-openapi.json +14594 -0
- package/report/updateReport1662381141928.json +120 -0
- package/sampleProperties.json +198 -0
- package/test/integration/adapterTestBasicGet.js +85 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +8868 -0
- package/test/unit/adapterBaseTestUnit.js +952 -0
- package/test/unit/adapterTestUnit.js +9550 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +179 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +225 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +184 -0
- package/utils/tbUtils.js +469 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +190 -0
- package/workflows/README.md +3 -0
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "listFlavors",
|
|
12
|
+
"enum": [
|
|
13
|
+
"listFlavors",
|
|
14
|
+
"createFlavor",
|
|
15
|
+
"showFlavorDetails",
|
|
16
|
+
"updateFlavor",
|
|
17
|
+
"deleteFlavor",
|
|
18
|
+
"associateFlavorWithAServiceProfile",
|
|
19
|
+
"disassociateAFlavor",
|
|
20
|
+
"listServiceProfiles",
|
|
21
|
+
"createServiceProfile",
|
|
22
|
+
"showServiceProfileDetails",
|
|
23
|
+
"updateServiceProfile",
|
|
24
|
+
"deleteServiceProfile"
|
|
25
|
+
],
|
|
26
|
+
"external_name": "ph_request_type"
|
|
27
|
+
},
|
|
28
|
+
"serviceType": {
|
|
29
|
+
"type": "string",
|
|
30
|
+
"description": "Filter the flavor list result by the type of the flavor.",
|
|
31
|
+
"parse": false,
|
|
32
|
+
"encode": false,
|
|
33
|
+
"encrypt": {
|
|
34
|
+
"type": "AES",
|
|
35
|
+
"key": ""
|
|
36
|
+
},
|
|
37
|
+
"external_name": "service_type"
|
|
38
|
+
},
|
|
39
|
+
"sortDir": {
|
|
40
|
+
"type": "string",
|
|
41
|
+
"description": "Sort direction. A valid value is asc (ascending) or desc\n(descending). You can specify multiple pairs of sort key and\nsort direction query parameters.",
|
|
42
|
+
"parse": false,
|
|
43
|
+
"encode": false,
|
|
44
|
+
"encrypt": {
|
|
45
|
+
"type": "AES",
|
|
46
|
+
"key": ""
|
|
47
|
+
},
|
|
48
|
+
"external_name": "sort_dir"
|
|
49
|
+
},
|
|
50
|
+
"sortKey": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"description": "Sorts by a service profile attribute. You can specify multiple pairs of\nsort key and sort direction query parameters. The sort keys are limited to:",
|
|
53
|
+
"parse": false,
|
|
54
|
+
"encode": false,
|
|
55
|
+
"encrypt": {
|
|
56
|
+
"type": "AES",
|
|
57
|
+
"key": ""
|
|
58
|
+
},
|
|
59
|
+
"external_name": "sort_key"
|
|
60
|
+
},
|
|
61
|
+
"flavorId": {
|
|
62
|
+
"type": "string",
|
|
63
|
+
"description": "The UUID of the flavor.",
|
|
64
|
+
"parse": false,
|
|
65
|
+
"encode": false,
|
|
66
|
+
"encrypt": {
|
|
67
|
+
"type": "AES",
|
|
68
|
+
"key": ""
|
|
69
|
+
},
|
|
70
|
+
"external_name": "flavor_id"
|
|
71
|
+
},
|
|
72
|
+
"profileId": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"description": "The UUID of the service profile.",
|
|
75
|
+
"parse": false,
|
|
76
|
+
"encode": false,
|
|
77
|
+
"encrypt": {
|
|
78
|
+
"type": "AES",
|
|
79
|
+
"key": ""
|
|
80
|
+
},
|
|
81
|
+
"external_name": "profile_id"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"definitions": {}
|
|
85
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "showNetworkDetails",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "updateNetwork",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "PUT",
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"requestDatatype": "JSON",
|
|
34
|
+
"responseDatatype": "JSON",
|
|
35
|
+
"headers": {},
|
|
36
|
+
"responseObjects": [
|
|
37
|
+
{
|
|
38
|
+
"type": "default",
|
|
39
|
+
"key": "",
|
|
40
|
+
"mockFile": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "deleteNetwork",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "DELETE",
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": false,
|
|
53
|
+
"requestDatatype": "JSON",
|
|
54
|
+
"responseDatatype": "JSON",
|
|
55
|
+
"headers": {},
|
|
56
|
+
"responseObjects": [
|
|
57
|
+
{
|
|
58
|
+
"type": "default",
|
|
59
|
+
"key": "",
|
|
60
|
+
"mockFile": ""
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "listNetworks",
|
|
66
|
+
"protocol": "REST",
|
|
67
|
+
"method": "GET",
|
|
68
|
+
"entitypath": "{base_path}/{version}/v2.0/networks?{query}",
|
|
69
|
+
"requestSchema": "schema.json",
|
|
70
|
+
"responseSchema": "schema.json",
|
|
71
|
+
"timeout": 0,
|
|
72
|
+
"sendEmpty": false,
|
|
73
|
+
"sendGetBody": false,
|
|
74
|
+
"requestDatatype": "JSON",
|
|
75
|
+
"responseDatatype": "JSON",
|
|
76
|
+
"headers": {},
|
|
77
|
+
"responseObjects": [
|
|
78
|
+
{
|
|
79
|
+
"type": "default",
|
|
80
|
+
"key": "",
|
|
81
|
+
"mockFile": ""
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "createNetwork",
|
|
87
|
+
"protocol": "REST",
|
|
88
|
+
"method": "POST",
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/networks?{query}",
|
|
90
|
+
"requestSchema": "schema.json",
|
|
91
|
+
"responseSchema": "schema.json",
|
|
92
|
+
"timeout": 0,
|
|
93
|
+
"sendEmpty": false,
|
|
94
|
+
"requestDatatype": "JSON",
|
|
95
|
+
"responseDatatype": "JSON",
|
|
96
|
+
"headers": {},
|
|
97
|
+
"responseObjects": [
|
|
98
|
+
{
|
|
99
|
+
"type": "default",
|
|
100
|
+
"key": "",
|
|
101
|
+
"mockFile": ""
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "showNetworkDetails",
|
|
12
|
+
"enum": [
|
|
13
|
+
"showNetworkDetails",
|
|
14
|
+
"updateNetwork",
|
|
15
|
+
"deleteNetwork",
|
|
16
|
+
"listNetworks",
|
|
17
|
+
"createNetwork"
|
|
18
|
+
],
|
|
19
|
+
"external_name": "ph_request_type"
|
|
20
|
+
},
|
|
21
|
+
"networkId": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"description": "The ID of the network.",
|
|
24
|
+
"parse": false,
|
|
25
|
+
"encode": false,
|
|
26
|
+
"encrypt": {
|
|
27
|
+
"type": "AES",
|
|
28
|
+
"key": ""
|
|
29
|
+
},
|
|
30
|
+
"external_name": "network_id"
|
|
31
|
+
},
|
|
32
|
+
"adminStateUp": {
|
|
33
|
+
"type": "boolean",
|
|
34
|
+
"description": "Filter the list result by the administrative state of the resource,\nwhich is up (true) or down (false).",
|
|
35
|
+
"parse": false,
|
|
36
|
+
"encode": false,
|
|
37
|
+
"encrypt": {
|
|
38
|
+
"type": "AES",
|
|
39
|
+
"key": ""
|
|
40
|
+
},
|
|
41
|
+
"external_name": "admin_state_up"
|
|
42
|
+
},
|
|
43
|
+
"projectId": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "Filter the list result by the ID of the project that owns the resource.",
|
|
46
|
+
"parse": false,
|
|
47
|
+
"encode": false,
|
|
48
|
+
"encrypt": {
|
|
49
|
+
"type": "AES",
|
|
50
|
+
"key": ""
|
|
51
|
+
},
|
|
52
|
+
"external_name": "project_id"
|
|
53
|
+
},
|
|
54
|
+
"providerNetworkType": {
|
|
55
|
+
"type": "string",
|
|
56
|
+
"description": "Filter the list result by the type of physical network that this\nnetwork/segment is mapped to. For example, flat, vlan, vxlan,\nor gre. Valid values depend on a networking...(description truncated)",
|
|
57
|
+
"parse": false,
|
|
58
|
+
"encode": false,
|
|
59
|
+
"encrypt": {
|
|
60
|
+
"type": "AES",
|
|
61
|
+
"key": ""
|
|
62
|
+
},
|
|
63
|
+
"external_name": "provider:network_type"
|
|
64
|
+
},
|
|
65
|
+
"providerPhysicalNetwork": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"description": "Filter the list result by the physical network where\nthis network/segment is implemented.",
|
|
68
|
+
"parse": false,
|
|
69
|
+
"encode": false,
|
|
70
|
+
"encrypt": {
|
|
71
|
+
"type": "AES",
|
|
72
|
+
"key": ""
|
|
73
|
+
},
|
|
74
|
+
"external_name": "provider:physical_network"
|
|
75
|
+
},
|
|
76
|
+
"providerSegmentationId": {
|
|
77
|
+
"type": "number",
|
|
78
|
+
"description": "Filter the list result by the ID of the isolated segment\non the physical network.",
|
|
79
|
+
"parse": false,
|
|
80
|
+
"encode": false,
|
|
81
|
+
"encrypt": {
|
|
82
|
+
"type": "AES",
|
|
83
|
+
"key": ""
|
|
84
|
+
},
|
|
85
|
+
"external_name": "provider:segmentation_id"
|
|
86
|
+
},
|
|
87
|
+
"revisionNumber": {
|
|
88
|
+
"type": "number",
|
|
89
|
+
"description": "Filter the list result by the revision number of the resource.",
|
|
90
|
+
"parse": false,
|
|
91
|
+
"encode": false,
|
|
92
|
+
"encrypt": {
|
|
93
|
+
"type": "AES",
|
|
94
|
+
"key": ""
|
|
95
|
+
},
|
|
96
|
+
"external_name": "revision_number"
|
|
97
|
+
},
|
|
98
|
+
"routerExternal": {
|
|
99
|
+
"type": "boolean",
|
|
100
|
+
"description": "Filter the network list result based on whether the network has an\nexternal routing facility that’s not managed by the networking service.",
|
|
101
|
+
"parse": false,
|
|
102
|
+
"encode": false,
|
|
103
|
+
"encrypt": {
|
|
104
|
+
"type": "AES",
|
|
105
|
+
"key": ""
|
|
106
|
+
},
|
|
107
|
+
"external_name": "router:external"
|
|
108
|
+
},
|
|
109
|
+
"tenantId": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"description": "Filter the list result by the ID of the project that owns the resource.",
|
|
112
|
+
"parse": false,
|
|
113
|
+
"encode": false,
|
|
114
|
+
"encrypt": {
|
|
115
|
+
"type": "AES",
|
|
116
|
+
"key": ""
|
|
117
|
+
},
|
|
118
|
+
"external_name": "tenant_id"
|
|
119
|
+
},
|
|
120
|
+
"vlanTransparent": {
|
|
121
|
+
"type": "boolean",
|
|
122
|
+
"description": "Filter the network list by the VLAN transparency mode of the network,\nwhich is VLAN transparent (true) or not VLAN transparent (false).",
|
|
123
|
+
"parse": false,
|
|
124
|
+
"encode": false,
|
|
125
|
+
"encrypt": {
|
|
126
|
+
"type": "AES",
|
|
127
|
+
"key": ""
|
|
128
|
+
},
|
|
129
|
+
"external_name": "vlan_transparent"
|
|
130
|
+
},
|
|
131
|
+
"isDefault": {
|
|
132
|
+
"type": "boolean",
|
|
133
|
+
"description": "Filter the network list result based on if the network is default pool\nor not.",
|
|
134
|
+
"parse": false,
|
|
135
|
+
"encode": false,
|
|
136
|
+
"encrypt": {
|
|
137
|
+
"type": "AES",
|
|
138
|
+
"key": ""
|
|
139
|
+
},
|
|
140
|
+
"external_name": "is_default"
|
|
141
|
+
},
|
|
142
|
+
"tagsAny": {
|
|
143
|
+
"type": "string",
|
|
144
|
+
"description": "A list of tags to filter the list result by.\nResources that match any tag in this list will be returned.\nTags in query must be separated by comma.",
|
|
145
|
+
"parse": false,
|
|
146
|
+
"encode": false,
|
|
147
|
+
"encrypt": {
|
|
148
|
+
"type": "AES",
|
|
149
|
+
"key": ""
|
|
150
|
+
},
|
|
151
|
+
"external_name": "tags-any"
|
|
152
|
+
},
|
|
153
|
+
"notTags": {
|
|
154
|
+
"type": "string",
|
|
155
|
+
"description": "A list of tags to filter the list result by.\nResources that match all tags in this list will be excluded.\nTags in query must be separated by comma.",
|
|
156
|
+
"parse": false,
|
|
157
|
+
"encode": false,
|
|
158
|
+
"encrypt": {
|
|
159
|
+
"type": "AES",
|
|
160
|
+
"key": ""
|
|
161
|
+
},
|
|
162
|
+
"external_name": "not-tags"
|
|
163
|
+
},
|
|
164
|
+
"notTagsAny": {
|
|
165
|
+
"type": "string",
|
|
166
|
+
"description": "A list of tags to filter the list result by.\nResources that match any tag in this list will be excluded.\nTags in query must be separated by comma.",
|
|
167
|
+
"parse": false,
|
|
168
|
+
"encode": false,
|
|
169
|
+
"encrypt": {
|
|
170
|
+
"type": "AES",
|
|
171
|
+
"key": ""
|
|
172
|
+
},
|
|
173
|
+
"external_name": "not-tags-any"
|
|
174
|
+
},
|
|
175
|
+
"sortDir": {
|
|
176
|
+
"type": "string",
|
|
177
|
+
"description": "Sort direction. A valid value is asc (ascending) or desc\n(descending). You can specify multiple pairs of sort key and\nsort direction query parameters.",
|
|
178
|
+
"parse": false,
|
|
179
|
+
"encode": false,
|
|
180
|
+
"encrypt": {
|
|
181
|
+
"type": "AES",
|
|
182
|
+
"key": ""
|
|
183
|
+
},
|
|
184
|
+
"external_name": "sort_dir"
|
|
185
|
+
},
|
|
186
|
+
"sortKey": {
|
|
187
|
+
"type": "string",
|
|
188
|
+
"description": "Sorts by a network attribute. You can specify multiple pairs of sort key\nand sort direction query parameters. The sort keys are limited to:",
|
|
189
|
+
"parse": false,
|
|
190
|
+
"encode": false,
|
|
191
|
+
"encrypt": {
|
|
192
|
+
"type": "AES",
|
|
193
|
+
"key": ""
|
|
194
|
+
},
|
|
195
|
+
"external_name": "sort_key"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"definitions": {}
|
|
199
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "listPortAssociations",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "createPortAssociation",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "POST",
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"requestDatatype": "JSON",
|
|
34
|
+
"responseDatatype": "JSON",
|
|
35
|
+
"headers": {},
|
|
36
|
+
"responseObjects": [
|
|
37
|
+
{
|
|
38
|
+
"type": "default",
|
|
39
|
+
"key": "",
|
|
40
|
+
"mockFile": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "showPortAssociationDetails",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "GET",
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": false,
|
|
53
|
+
"sendGetBody": false,
|
|
54
|
+
"requestDatatype": "JSON",
|
|
55
|
+
"responseDatatype": "JSON",
|
|
56
|
+
"headers": {},
|
|
57
|
+
"responseObjects": [
|
|
58
|
+
{
|
|
59
|
+
"type": "default",
|
|
60
|
+
"key": "",
|
|
61
|
+
"mockFile": ""
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"name": "updateAPortAssociation",
|
|
67
|
+
"protocol": "REST",
|
|
68
|
+
"method": "PUT",
|
|
69
|
+
"entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
|
|
70
|
+
"requestSchema": "schema.json",
|
|
71
|
+
"responseSchema": "schema.json",
|
|
72
|
+
"timeout": 0,
|
|
73
|
+
"sendEmpty": false,
|
|
74
|
+
"requestDatatype": "JSON",
|
|
75
|
+
"responseDatatype": "JSON",
|
|
76
|
+
"headers": {},
|
|
77
|
+
"responseObjects": [
|
|
78
|
+
{
|
|
79
|
+
"type": "default",
|
|
80
|
+
"key": "",
|
|
81
|
+
"mockFile": ""
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "deletePortAssociation",
|
|
87
|
+
"protocol": "REST",
|
|
88
|
+
"method": "DELETE",
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
|
|
90
|
+
"requestSchema": "schema.json",
|
|
91
|
+
"responseSchema": "schema.json",
|
|
92
|
+
"timeout": 0,
|
|
93
|
+
"sendEmpty": false,
|
|
94
|
+
"requestDatatype": "JSON",
|
|
95
|
+
"responseDatatype": "JSON",
|
|
96
|
+
"headers": {},
|
|
97
|
+
"responseObjects": [
|
|
98
|
+
{
|
|
99
|
+
"type": "default",
|
|
100
|
+
"key": "",
|
|
101
|
+
"mockFile": ""
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$id": "schema.json",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"schema": "http://json-schema.org/draft-07/schema#",
|
|
5
|
+
"translate": true,
|
|
6
|
+
"dynamicfields": true,
|
|
7
|
+
"properties": {
|
|
8
|
+
"ph_request_type": {
|
|
9
|
+
"type": "string",
|
|
10
|
+
"description": "type of request (internal to adapter)",
|
|
11
|
+
"default": "listPortAssociations",
|
|
12
|
+
"enum": [
|
|
13
|
+
"listPortAssociations",
|
|
14
|
+
"createPortAssociation",
|
|
15
|
+
"showPortAssociationDetails",
|
|
16
|
+
"updateAPortAssociation",
|
|
17
|
+
"deletePortAssociation"
|
|
18
|
+
],
|
|
19
|
+
"external_name": "ph_request_type"
|
|
20
|
+
},
|
|
21
|
+
"bgpvpnId": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"description": "The ID of the BGP VPN.",
|
|
24
|
+
"parse": false,
|
|
25
|
+
"encode": false,
|
|
26
|
+
"encrypt": {
|
|
27
|
+
"type": "AES",
|
|
28
|
+
"key": ""
|
|
29
|
+
},
|
|
30
|
+
"external_name": "bgpvpn_id"
|
|
31
|
+
},
|
|
32
|
+
"portAssociationId": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "The ID of an association between a port and a BGP VPN.",
|
|
35
|
+
"parse": false,
|
|
36
|
+
"encode": false,
|
|
37
|
+
"encrypt": {
|
|
38
|
+
"type": "AES",
|
|
39
|
+
"key": ""
|
|
40
|
+
},
|
|
41
|
+
"external_name": "port_association_id"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"definitions": {}
|
|
45
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": [
|
|
3
|
+
{
|
|
4
|
+
"name": "showPortDetails",
|
|
5
|
+
"protocol": "REST",
|
|
6
|
+
"method": "GET",
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
|
|
8
|
+
"requestSchema": "schema.json",
|
|
9
|
+
"responseSchema": "schema.json",
|
|
10
|
+
"timeout": 0,
|
|
11
|
+
"sendEmpty": false,
|
|
12
|
+
"sendGetBody": false,
|
|
13
|
+
"requestDatatype": "JSON",
|
|
14
|
+
"responseDatatype": "JSON",
|
|
15
|
+
"headers": {},
|
|
16
|
+
"responseObjects": [
|
|
17
|
+
{
|
|
18
|
+
"type": "default",
|
|
19
|
+
"key": "",
|
|
20
|
+
"mockFile": ""
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "updatePort",
|
|
26
|
+
"protocol": "REST",
|
|
27
|
+
"method": "PUT",
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
|
|
29
|
+
"requestSchema": "schema.json",
|
|
30
|
+
"responseSchema": "schema.json",
|
|
31
|
+
"timeout": 0,
|
|
32
|
+
"sendEmpty": false,
|
|
33
|
+
"requestDatatype": "JSON",
|
|
34
|
+
"responseDatatype": "JSON",
|
|
35
|
+
"headers": {},
|
|
36
|
+
"responseObjects": [
|
|
37
|
+
{
|
|
38
|
+
"type": "default",
|
|
39
|
+
"key": "",
|
|
40
|
+
"mockFile": ""
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "deletePort",
|
|
46
|
+
"protocol": "REST",
|
|
47
|
+
"method": "DELETE",
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
|
|
49
|
+
"requestSchema": "schema.json",
|
|
50
|
+
"responseSchema": "schema.json",
|
|
51
|
+
"timeout": 0,
|
|
52
|
+
"sendEmpty": false,
|
|
53
|
+
"requestDatatype": "JSON",
|
|
54
|
+
"responseDatatype": "JSON",
|
|
55
|
+
"headers": {},
|
|
56
|
+
"responseObjects": [
|
|
57
|
+
{
|
|
58
|
+
"type": "default",
|
|
59
|
+
"key": "",
|
|
60
|
+
"mockFile": ""
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "listPorts",
|
|
66
|
+
"protocol": "REST",
|
|
67
|
+
"method": "GET",
|
|
68
|
+
"entitypath": "{base_path}/{version}/v2.0/ports?{query}",
|
|
69
|
+
"requestSchema": "schema.json",
|
|
70
|
+
"responseSchema": "schema.json",
|
|
71
|
+
"timeout": 0,
|
|
72
|
+
"sendEmpty": false,
|
|
73
|
+
"sendGetBody": false,
|
|
74
|
+
"requestDatatype": "JSON",
|
|
75
|
+
"responseDatatype": "JSON",
|
|
76
|
+
"headers": {},
|
|
77
|
+
"responseObjects": [
|
|
78
|
+
{
|
|
79
|
+
"type": "default",
|
|
80
|
+
"key": "",
|
|
81
|
+
"mockFile": ""
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "createPort",
|
|
87
|
+
"protocol": "REST",
|
|
88
|
+
"method": "POST",
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/ports?{query}",
|
|
90
|
+
"requestSchema": "schema.json",
|
|
91
|
+
"responseSchema": "schema.json",
|
|
92
|
+
"timeout": 0,
|
|
93
|
+
"sendEmpty": false,
|
|
94
|
+
"requestDatatype": "JSON",
|
|
95
|
+
"responseDatatype": "JSON",
|
|
96
|
+
"headers": {},
|
|
97
|
+
"responseObjects": [
|
|
98
|
+
{
|
|
99
|
+
"type": "default",
|
|
100
|
+
"key": "",
|
|
101
|
+
"mockFile": ""
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|