@itentialopensource/adapter-gcp_compute 0.2.0 → 1.1.0
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/CHANGELOG.md +32 -1
- package/README.md +85 -12
- package/adapter.js +11822 -9796
- package/adapterBase.js +40 -3
- package/entities/.generic/action.json +5 -5
- package/entities/.system/action.json +1 -1
- package/entities/AcceleratorTypes/action.json +3 -3
- package/entities/Addresses/action.json +5 -5
- package/entities/Autoscalers/action.json +7 -7
- package/entities/BackendBuckets/action.json +8 -8
- package/entities/BackendServices/action.json +11 -11
- package/entities/DiskTypes/action.json +3 -3
- package/entities/Disks/action.json +13 -13
- package/entities/ExternalVpnGateways/action.json +6 -6
- package/entities/FirewallPolicies/action.json +382 -0
- package/entities/FirewallPolicies/mockdatafiles/addFirewallPolicyAssociation-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/addFirewallPolicyRule-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/cloneFirewallPolicyRule-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/deleteFirewallPolicy-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/getFirewallPolicy-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/getFirewallPolicyAssociation-default.json +7 -0
- package/entities/FirewallPolicies/mockdatafiles/getFirewallPolicyIamPolicy-default.json +26 -0
- package/entities/FirewallPolicies/mockdatafiles/getFirewallPolicyRule-default.json +32 -0
- package/entities/FirewallPolicies/mockdatafiles/insertFirewallPolicy-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/listFirewallPolicy-default.json +75 -0
- package/entities/FirewallPolicies/mockdatafiles/listFirewallPolicyAssociations-default.json +12 -0
- package/entities/FirewallPolicies/mockdatafiles/moveFirewallPolicy-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/patchFirewallPolicy-default.json +57 -0
- package/entities/FirewallPolicies/mockdatafiles/patchFirewallPolicyRule-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/removeFirewallPolicyAssociation-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/removeFirewallPolicyRule-default.json +45 -0
- package/entities/FirewallPolicies/mockdatafiles/setFirewallPolicyIamPolicy-default.json +26 -0
- package/entities/FirewallPolicies/mockdatafiles/testFirewallPolicyIamPermissions-default.json +6 -0
- package/entities/FirewallPolicies/schema.json +47 -0
- package/entities/Firewalls/action.json +6 -6
- package/entities/ForwardingRules/action.json +7 -7
- package/entities/GlobalAddresses/action.json +4 -4
- package/entities/GlobalForwardingRules/action.json +6 -6
- package/entities/GlobalNetworkEndpointGroups/action.json +7 -7
- package/entities/GlobalOperations/action.json +5 -5
- package/entities/HealthChecks/action.json +7 -7
- package/entities/HttpHealthChecks/action.json +6 -6
- package/entities/HttpsHealthChecks/action.json +6 -6
- package/entities/Images/action.json +10 -10
- package/entities/InstanceGroupManagers/action.json +20 -20
- package/entities/InstanceGroups/action.json +9 -9
- package/entities/InstanceTemplates/action.json +7 -7
- package/entities/Instances/action.json +40 -40
- package/entities/InterconnectAttachments/action.json +6 -6
- package/entities/InterconnectLocations/action.json +2 -2
- package/entities/Interconnects/action.json +6 -6
- package/entities/LicenseCodes/action.json +2 -2
- package/entities/Licenses/action.json +7 -7
- package/entities/MachineTypes/action.json +3 -3
- package/entities/NetworkEndpointGroups/action.json +9 -9
- package/entities/Networks/action.json +10 -10
- package/entities/NodeGroups/action.json +13 -13
- package/entities/NodeTemplates/action.json +8 -8
- package/entities/NodeTypes/action.json +3 -3
- package/entities/PacketMirrorings/action.json +7 -7
- package/entities/Projects/action.json +13 -13
- package/entities/RegionAutoscalers/action.json +6 -6
- package/entities/RegionBackendServices/action.json +7 -7
- package/entities/RegionCommitments/action.json +4 -4
- package/entities/RegionDiskTypes/action.json +2 -2
- package/entities/RegionDisks/action.json +12 -12
- package/entities/RegionHealthCheckServices/action.json +5 -5
- package/entities/RegionHealthChecks/action.json +6 -6
- package/entities/RegionInstanceGroupManagers/action.json +19 -19
- package/entities/RegionInstanceGroups/action.json +4 -4
- package/entities/RegionNetworkEndpointGroups/action.json +4 -4
- package/entities/RegionNotificationEndpoints/action.json +4 -4
- package/entities/RegionOperations/action.json +4 -4
- package/entities/RegionSslCertificates/action.json +4 -4
- package/entities/RegionTargetHttpProxies/action.json +5 -5
- package/entities/RegionTargetHttpsProxies/action.json +6 -6
- package/entities/RegionUrlMaps/action.json +7 -7
- package/entities/Regions/action.json +2 -2
- package/entities/Reservations/action.json +9 -9
- package/entities/ResourcePolicies/action.json +8 -8
- package/entities/Routers/action.json +10 -10
- package/entities/Routes/action.json +4 -4
- package/entities/SecurityPolicies/action.json +10 -10
- package/entities/Snapshots/action.json +7 -7
- package/entities/SslCertificates/action.json +5 -5
- package/entities/SslPolicies/action.json +6 -6
- package/entities/Subnetworks/action.json +12 -12
- package/entities/TargetGrpcProxies/action.json +5 -5
- package/entities/TargetHttpProxies/action.json +6 -6
- package/entities/TargetHttpsProxies/action.json +9 -9
- package/entities/TargetInstances/action.json +5 -5
- package/entities/TargetPools/action.json +11 -11
- package/entities/TargetSslProxies/action.json +8 -8
- package/entities/TargetTcpProxies/action.json +6 -6
- package/entities/TargetVpnGateways/action.json +5 -5
- package/entities/UrlMaps/action.json +9 -9
- package/entities/VpnGateways/action.json +8 -8
- package/entities/VpnTunnels/action.json +5 -5
- package/entities/ZoneOperations/action.json +4 -4
- package/entities/Zones/action.json +2 -2
- package/error.json +6 -0
- package/package.json +19 -18
- package/pronghorn.json +11625 -10511
- package/propertiesSchema.json +65 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/updateReport1615068706854.json +95 -0
- package/report/updateReport1642776932883.json +95 -0
- package/sampleProperties.json +7 -3
- package/test/integration/adapterTestBasicGet.js +1 -1
- package/test/integration/adapterTestIntegration.js +463 -4
- package/test/unit/adapterBaseTestUnit.js +14 -6
- package/test/unit/adapterTestUnit.js +1122 -6
- package/utils/addAuth.js +94 -0
- package/utils/basicGet.js +1 -14
- package/utils/entitiesToDB.js +224 -0
- package/utils/modify.js +4 -4
- package/utils/packModificationScript.js +1 -1
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/removeHooks.js +20 -0
- package/utils/tbScript.js +14 -8
- package/utils/tbUtils.js +98 -19
- package/utils/troubleshootingAdapter.js +2 -26
- package/test/integration/adapterTestIntegration_me.js +0 -464
package/adapterBase.js
CHANGED
|
@@ -22,6 +22,7 @@ const AjvCl = require('ajv');
|
|
|
22
22
|
const PropUtilCl = require('@itentialopensource/adapter-utils').PropertyUtility;
|
|
23
23
|
const RequestHandlerCl = require('@itentialopensource/adapter-utils').RequestHandler;
|
|
24
24
|
|
|
25
|
+
const entitiesToDB = require(path.join(__dirname, 'utils/entitiesToDB'));
|
|
25
26
|
const troubleshootingAdapter = require(path.join(__dirname, 'utils/troubleshootingAdapter'));
|
|
26
27
|
const tbUtils = require(path.join(__dirname, 'utils/tbUtils'));
|
|
27
28
|
|
|
@@ -247,6 +248,7 @@ class AdapterBase extends EventEmitterCl {
|
|
|
247
248
|
// properties that this code cares about
|
|
248
249
|
this.healthcheckType = this.allProps.healthcheck.type;
|
|
249
250
|
this.healthcheckInterval = this.allProps.healthcheck.frequency;
|
|
251
|
+
this.healthcheckQuery = this.allProps.healthcheck.query_object;
|
|
250
252
|
|
|
251
253
|
// set the failover codes from properties
|
|
252
254
|
if (this.allProps.request.failover_codes) {
|
|
@@ -451,6 +453,20 @@ class AdapterBase extends EventEmitterCl {
|
|
|
451
453
|
const origin = `${this.id}-adapterBase-healthCheck`;
|
|
452
454
|
log.trace(origin);
|
|
453
455
|
|
|
456
|
+
// if there is healthcheck query_object property, it needs to be added to the adapter
|
|
457
|
+
let myRequest = reqObj;
|
|
458
|
+
if (this.healthcheckQuery && Object.keys(this.healthcheckQuery).length > 0) {
|
|
459
|
+
if (myRequest && myRequest.uriQuery) {
|
|
460
|
+
myRequest.uriQuery = { ...myRequest.uriQuery, ...this.healthcheckQuery };
|
|
461
|
+
} else if (myRequest) {
|
|
462
|
+
myRequest.uriQuery = this.healthcheckQuery;
|
|
463
|
+
} else {
|
|
464
|
+
myRequest = {
|
|
465
|
+
uriQuery: this.healthcheckQuery
|
|
466
|
+
};
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
|
|
454
470
|
// call to the healthcheck in connector
|
|
455
471
|
return this.requestHandlerInst.identifyHealthcheck(reqObj, (res, error) => {
|
|
456
472
|
// unhealthy
|
|
@@ -644,7 +660,7 @@ class AdapterBase extends EventEmitterCl {
|
|
|
644
660
|
}
|
|
645
661
|
|
|
646
662
|
// make sure the entities directory exists
|
|
647
|
-
const entitydir = path.join(__dirname, '
|
|
663
|
+
const entitydir = path.join(__dirname, 'entities');
|
|
648
664
|
if (!fs.statSync(entitydir).isDirectory()) {
|
|
649
665
|
log.error('Could not find the entities directory');
|
|
650
666
|
result.found = false;
|
|
@@ -672,7 +688,7 @@ class AdapterBase extends EventEmitterCl {
|
|
|
672
688
|
log.info(` method: ${actions.actions[a].method} path: ${actions.actions[a].entitypath}`);
|
|
673
689
|
const fitem = {
|
|
674
690
|
entity: entities[e],
|
|
675
|
-
action: actions[a].name,
|
|
691
|
+
action: actions.actions[a].name,
|
|
676
692
|
method: actions.actions[a].method,
|
|
677
693
|
path: actions.actions[a].entitypath
|
|
678
694
|
};
|
|
@@ -806,7 +822,7 @@ class AdapterBase extends EventEmitterCl {
|
|
|
806
822
|
*/
|
|
807
823
|
async runConnectivity(callback) {
|
|
808
824
|
try {
|
|
809
|
-
const { serviceItem } = await
|
|
825
|
+
const { serviceItem } = await tbUtils.getAdapterConfig();
|
|
810
826
|
const { host } = serviceItem.properties.properties;
|
|
811
827
|
const result = tbUtils.runConnectivity(host, false);
|
|
812
828
|
if (result.failCount > 0) {
|
|
@@ -986,6 +1002,27 @@ class AdapterBase extends EventEmitterCl {
|
|
|
986
1002
|
return [];
|
|
987
1003
|
}
|
|
988
1004
|
}
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* @summary moves entities to mongo database
|
|
1008
|
+
*
|
|
1009
|
+
* @function moveEntitiesToDB
|
|
1010
|
+
*
|
|
1011
|
+
* @return {Callback} - containing the response from the mongo transaction
|
|
1012
|
+
*/
|
|
1013
|
+
moveEntitiesToDB(callback) {
|
|
1014
|
+
const meth = 'adapterBase-moveEntitiesToDB';
|
|
1015
|
+
const origin = `${this.id}-${meth}`;
|
|
1016
|
+
log.trace(origin);
|
|
1017
|
+
|
|
1018
|
+
try {
|
|
1019
|
+
return callback(entitiesToDB.moveEntitiesToDB(__dirname, { pronghornProps: this.allProps, id: this.id }), null);
|
|
1020
|
+
} catch (err) {
|
|
1021
|
+
const errorObj = this.requestHandlerInst.formatErrorObject(this.id, meth, 'Caught Exception', null, null, null, err);
|
|
1022
|
+
log.error(`${origin}: ${errorObj.IAPerror.displayString}`);
|
|
1023
|
+
return callback(null, errorObj);
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
989
1026
|
}
|
|
990
1027
|
|
|
991
1028
|
module.exports = AdapterBase;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getGenerics",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}/{pathv11}/{pathv12}/{pathv13}/{pathv14}/{pathv15}/{pathv16}/{pathv17}/{pathv18}/{pathv19}/{pathv20}?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "createGeneric",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "POST",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}/{pathv11}/{pathv12}/{pathv13}/{pathv14}/{pathv15}/{pathv16}/{pathv17}/{pathv18}/{pathv19}/{pathv20}?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "updateGeneric",
|
|
47
47
|
"protocol": "REST",
|
|
48
48
|
"method": "PUT",
|
|
49
|
-
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}?{query}",
|
|
49
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}/{pathv11}/{pathv12}/{pathv13}/{pathv14}/{pathv15}/{pathv16}/{pathv17}/{pathv18}/{pathv19}/{pathv20}?{query}",
|
|
50
50
|
"requestSchema": "schema.json",
|
|
51
51
|
"responseSchema": "schema.json",
|
|
52
52
|
"timeout": 0,
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"name": "patchGeneric",
|
|
68
68
|
"protocol": "REST",
|
|
69
69
|
"method": "PATCH",
|
|
70
|
-
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}?{query}",
|
|
70
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}/{pathv11}/{pathv12}/{pathv13}/{pathv14}/{pathv15}/{pathv16}/{pathv17}/{pathv18}/{pathv19}/{pathv20}?{query}",
|
|
71
71
|
"requestSchema": "schema.json",
|
|
72
72
|
"responseSchema": "schema.json",
|
|
73
73
|
"timeout": 0,
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"name": "deleteGeneric",
|
|
89
89
|
"protocol": "REST",
|
|
90
90
|
"method": "DELETE",
|
|
91
|
-
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}?{query}",
|
|
91
|
+
"entitypath": "{base_path}/{version}/{pathv1}/{pathv2}/{pathv3}/{pathv4}/{pathv5}/{pathv6}/{pathv7}/{pathv8}/{pathv9}/{pathv10}/{pathv11}/{pathv12}/{pathv13}/{pathv14}/{pathv15}/{pathv16}/{pathv17}/{pathv18}/{pathv19}/{pathv20}?{query}",
|
|
92
92
|
"requestSchema": "schema.json",
|
|
93
93
|
"responseSchema": "schema.json",
|
|
94
94
|
"timeout": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getProjectAggregatedAcceleratorTypes",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/aggregated/acceleratorTypes?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/aggregated/acceleratorTypes?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "getProjectZonesZoneAcceleratorTypes",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "GET",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/acceleratorTypes?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/acceleratorTypes?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "getProjectZonesZoneAcceleratorTypesAcceleratorType",
|
|
47
47
|
"protocol": "REST",
|
|
48
48
|
"method": "GET",
|
|
49
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/acceleratorTypes/{pathv3}?{query}",
|
|
49
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/acceleratorTypes/{pathv3}?{query}",
|
|
50
50
|
"requestSchema": "schema.json",
|
|
51
51
|
"responseSchema": "schema.json",
|
|
52
52
|
"timeout": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getProjectAggregatedAddresses",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/aggregated/addresses?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/aggregated/addresses?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "getProjectRegionsRegionAddresses",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "GET",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/regions/{pathv2}/addresses?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/addresses?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "postProjectRegionsRegionAddresses",
|
|
47
47
|
"protocol": "REST",
|
|
48
48
|
"method": "POST",
|
|
49
|
-
"entitypath": "{base_path}/{version}/{pathv1}/regions/{pathv2}/addresses?{query}",
|
|
49
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/addresses?{query}",
|
|
50
50
|
"requestSchema": "schema.json",
|
|
51
51
|
"responseSchema": "schema.json",
|
|
52
52
|
"timeout": 0,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"name": "deleteProjectRegionsRegionAddressesAddress",
|
|
67
67
|
"protocol": "REST",
|
|
68
68
|
"method": "DELETE",
|
|
69
|
-
"entitypath": "{base_path}/{version}/{pathv1}/regions/{pathv2}/addresses/{pathv3}?{query}",
|
|
69
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/addresses/{pathv3}?{query}",
|
|
70
70
|
"requestSchema": "schema.json",
|
|
71
71
|
"responseSchema": "schema.json",
|
|
72
72
|
"timeout": 0,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"name": "getProjectRegionsRegionAddressesAddress",
|
|
87
87
|
"protocol": "REST",
|
|
88
88
|
"method": "GET",
|
|
89
|
-
"entitypath": "{base_path}/{version}/{pathv1}/regions/{pathv2}/addresses/{pathv3}?{query}",
|
|
89
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/regions/{pathv2}/addresses/{pathv3}?{query}",
|
|
90
90
|
"requestSchema": "schema.json",
|
|
91
91
|
"responseSchema": "schema.json",
|
|
92
92
|
"timeout": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getProjectAggregatedAutoscalers",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/aggregated/autoscalers?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/aggregated/autoscalers?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "getProjectZonesZoneAutoscalers",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "GET",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/autoscalers?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "patchProjectZonesZoneAutoscalers",
|
|
47
47
|
"protocol": "REST",
|
|
48
48
|
"method": "PATCH",
|
|
49
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/autoscalers?{query}",
|
|
49
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers?{query}",
|
|
50
50
|
"requestSchema": "schema.json",
|
|
51
51
|
"responseSchema": "schema.json",
|
|
52
52
|
"timeout": 0,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"name": "postProjectZonesZoneAutoscalers",
|
|
67
67
|
"protocol": "REST",
|
|
68
68
|
"method": "POST",
|
|
69
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/autoscalers?{query}",
|
|
69
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers?{query}",
|
|
70
70
|
"requestSchema": "schema.json",
|
|
71
71
|
"responseSchema": "schema.json",
|
|
72
72
|
"timeout": 0,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"name": "putProjectZonesZoneAutoscalers",
|
|
87
87
|
"protocol": "REST",
|
|
88
88
|
"method": "PUT",
|
|
89
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/autoscalers?{query}",
|
|
89
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers?{query}",
|
|
90
90
|
"requestSchema": "schema.json",
|
|
91
91
|
"responseSchema": "schema.json",
|
|
92
92
|
"timeout": 0,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"name": "deleteProjectZonesZoneAutoscalersAutoscaler",
|
|
107
107
|
"protocol": "REST",
|
|
108
108
|
"method": "DELETE",
|
|
109
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/autoscalers/{pathv3}?{query}",
|
|
109
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers/{pathv3}?{query}",
|
|
110
110
|
"requestSchema": "schema.json",
|
|
111
111
|
"responseSchema": "schema.json",
|
|
112
112
|
"timeout": 0,
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"name": "getProjectZonesZoneAutoscalersAutoscaler",
|
|
127
127
|
"protocol": "REST",
|
|
128
128
|
"method": "GET",
|
|
129
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/autoscalers/{pathv3}?{query}",
|
|
129
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/autoscalers/{pathv3}?{query}",
|
|
130
130
|
"requestSchema": "schema.json",
|
|
131
131
|
"responseSchema": "schema.json",
|
|
132
132
|
"timeout": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getProjectGlobalBackendBuckets",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendBuckets?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendBuckets?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "postProjectGlobalBackendBuckets",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "POST",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendBuckets?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendBuckets?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"name": "deleteProjectGlobalBackendBucketsBackendBucket",
|
|
46
46
|
"protocol": "REST",
|
|
47
47
|
"method": "DELETE",
|
|
48
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendBuckets/{pathv2}?{query}",
|
|
48
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}?{query}",
|
|
49
49
|
"requestSchema": "schema.json",
|
|
50
50
|
"responseSchema": "schema.json",
|
|
51
51
|
"timeout": 0,
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"name": "getProjectGlobalBackendBucketsBackendBucket",
|
|
66
66
|
"protocol": "REST",
|
|
67
67
|
"method": "GET",
|
|
68
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendBuckets/{pathv2}?{query}",
|
|
68
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}?{query}",
|
|
69
69
|
"requestSchema": "schema.json",
|
|
70
70
|
"responseSchema": "schema.json",
|
|
71
71
|
"timeout": 0,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"name": "patchProjectGlobalBackendBucketsBackendBucket",
|
|
87
87
|
"protocol": "REST",
|
|
88
88
|
"method": "PATCH",
|
|
89
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendBuckets/{pathv2}?{query}",
|
|
89
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}?{query}",
|
|
90
90
|
"requestSchema": "schema.json",
|
|
91
91
|
"responseSchema": "schema.json",
|
|
92
92
|
"timeout": 0,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"name": "putProjectGlobalBackendBucketsBackendBucket",
|
|
107
107
|
"protocol": "REST",
|
|
108
108
|
"method": "PUT",
|
|
109
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendBuckets/{pathv2}?{query}",
|
|
109
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}?{query}",
|
|
110
110
|
"requestSchema": "schema.json",
|
|
111
111
|
"responseSchema": "schema.json",
|
|
112
112
|
"timeout": 0,
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"name": "postProjectGlobalBackendBucketsBackendBucketAddSignedUrlKey",
|
|
127
127
|
"protocol": "REST",
|
|
128
128
|
"method": "POST",
|
|
129
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendBuckets/{pathv2}/addSignedUrlKey?{query}",
|
|
129
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}/addSignedUrlKey?{query}",
|
|
130
130
|
"requestSchema": "schema.json",
|
|
131
131
|
"responseSchema": "schema.json",
|
|
132
132
|
"timeout": 0,
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"name": "postProjectGlobalBackendBucketsBackendBucketDeleteSignedUrlKey",
|
|
147
147
|
"protocol": "REST",
|
|
148
148
|
"method": "POST",
|
|
149
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendBuckets/{pathv2}/deleteSignedUrlKey?{query}",
|
|
149
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendBuckets/{pathv2}/deleteSignedUrlKey?{query}",
|
|
150
150
|
"requestSchema": "schema.json",
|
|
151
151
|
"responseSchema": "schema.json",
|
|
152
152
|
"timeout": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getProjectAggregatedBackendServices",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/aggregated/backendServices?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/aggregated/backendServices?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "getProjectGlobalBackendServices",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "GET",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "postProjectGlobalBackendServices",
|
|
47
47
|
"protocol": "REST",
|
|
48
48
|
"method": "POST",
|
|
49
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices?{query}",
|
|
49
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices?{query}",
|
|
50
50
|
"requestSchema": "schema.json",
|
|
51
51
|
"responseSchema": "schema.json",
|
|
52
52
|
"timeout": 0,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"name": "deleteProjectGlobalBackendServicesBackendService",
|
|
67
67
|
"protocol": "REST",
|
|
68
68
|
"method": "DELETE",
|
|
69
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices/{pathv2}?{query}",
|
|
69
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}?{query}",
|
|
70
70
|
"requestSchema": "schema.json",
|
|
71
71
|
"responseSchema": "schema.json",
|
|
72
72
|
"timeout": 0,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"name": "getProjectGlobalBackendServicesBackendService",
|
|
87
87
|
"protocol": "REST",
|
|
88
88
|
"method": "GET",
|
|
89
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices/{pathv2}?{query}",
|
|
89
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}?{query}",
|
|
90
90
|
"requestSchema": "schema.json",
|
|
91
91
|
"responseSchema": "schema.json",
|
|
92
92
|
"timeout": 0,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"name": "patchProjectGlobalBackendServicesBackendService",
|
|
108
108
|
"protocol": "REST",
|
|
109
109
|
"method": "PATCH",
|
|
110
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices/{pathv2}?{query}",
|
|
110
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}?{query}",
|
|
111
111
|
"requestSchema": "schema.json",
|
|
112
112
|
"responseSchema": "schema.json",
|
|
113
113
|
"timeout": 0,
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"name": "putProjectGlobalBackendServicesBackendService",
|
|
128
128
|
"protocol": "REST",
|
|
129
129
|
"method": "PUT",
|
|
130
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices/{pathv2}?{query}",
|
|
130
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}?{query}",
|
|
131
131
|
"requestSchema": "schema.json",
|
|
132
132
|
"responseSchema": "schema.json",
|
|
133
133
|
"timeout": 0,
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"name": "postProjectGlobalBackendServicesBackendServiceAddSignedUrlKey",
|
|
148
148
|
"protocol": "REST",
|
|
149
149
|
"method": "POST",
|
|
150
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices/{pathv2}/addSignedUrlKey?{query}",
|
|
150
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}/addSignedUrlKey?{query}",
|
|
151
151
|
"requestSchema": "schema.json",
|
|
152
152
|
"responseSchema": "schema.json",
|
|
153
153
|
"timeout": 0,
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"name": "postProjectGlobalBackendServicesBackendServiceDeleteSignedUrlKey",
|
|
168
168
|
"protocol": "REST",
|
|
169
169
|
"method": "POST",
|
|
170
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices/{pathv2}/deleteSignedUrlKey?{query}",
|
|
170
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}/deleteSignedUrlKey?{query}",
|
|
171
171
|
"requestSchema": "schema.json",
|
|
172
172
|
"responseSchema": "schema.json",
|
|
173
173
|
"timeout": 0,
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"name": "postProjectGlobalBackendServicesBackendServiceGetHealth",
|
|
188
188
|
"protocol": "REST",
|
|
189
189
|
"method": "POST",
|
|
190
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices/{pathv2}/getHealth?{query}",
|
|
190
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}/getHealth?{query}",
|
|
191
191
|
"requestSchema": "schema.json",
|
|
192
192
|
"responseSchema": "schema.json",
|
|
193
193
|
"timeout": 0,
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"name": "postProjectGlobalBackendServicesBackendServiceSetSecurityPolicy",
|
|
208
208
|
"protocol": "REST",
|
|
209
209
|
"method": "POST",
|
|
210
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/backendServices/{pathv2}/setSecurityPolicy?{query}",
|
|
210
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/backendServices/{pathv2}/setSecurityPolicy?{query}",
|
|
211
211
|
"requestSchema": "schema.json",
|
|
212
212
|
"responseSchema": "schema.json",
|
|
213
213
|
"timeout": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getProjectAggregatedDiskTypes",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/aggregated/diskTypes?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/aggregated/diskTypes?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "getProjectZonesZoneDiskTypes",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "GET",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/diskTypes?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/diskTypes?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "getProjectZonesZoneDiskTypesDiskType",
|
|
47
47
|
"protocol": "REST",
|
|
48
48
|
"method": "GET",
|
|
49
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/diskTypes/{pathv3}?{query}",
|
|
49
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/diskTypes/{pathv3}?{query}",
|
|
50
50
|
"requestSchema": "schema.json",
|
|
51
51
|
"responseSchema": "schema.json",
|
|
52
52
|
"timeout": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getProjectAggregatedDisks",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/aggregated/disks?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/aggregated/disks?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "getProjectZonesZoneDisks",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "GET",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"name": "postProjectZonesZoneDisks",
|
|
47
47
|
"protocol": "REST",
|
|
48
48
|
"method": "POST",
|
|
49
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks?{query}",
|
|
49
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks?{query}",
|
|
50
50
|
"requestSchema": "schema.json",
|
|
51
51
|
"responseSchema": "schema.json",
|
|
52
52
|
"timeout": 0,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"name": "deleteProjectZonesZoneDisksDisk",
|
|
67
67
|
"protocol": "REST",
|
|
68
68
|
"method": "DELETE",
|
|
69
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}?{query}",
|
|
69
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}?{query}",
|
|
70
70
|
"requestSchema": "schema.json",
|
|
71
71
|
"responseSchema": "schema.json",
|
|
72
72
|
"timeout": 0,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"name": "getProjectZonesZoneDisksDisk",
|
|
87
87
|
"protocol": "REST",
|
|
88
88
|
"method": "GET",
|
|
89
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}?{query}",
|
|
89
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}?{query}",
|
|
90
90
|
"requestSchema": "schema.json",
|
|
91
91
|
"responseSchema": "schema.json",
|
|
92
92
|
"timeout": 0,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"name": "postProjectZonesZoneDisksDiskAddResourcePolicies",
|
|
108
108
|
"protocol": "REST",
|
|
109
109
|
"method": "POST",
|
|
110
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}/addResourcePolicies?{query}",
|
|
110
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/addResourcePolicies?{query}",
|
|
111
111
|
"requestSchema": "schema.json",
|
|
112
112
|
"responseSchema": "schema.json",
|
|
113
113
|
"timeout": 0,
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"name": "postProjectZonesZoneDisksDiskCreateSnapshot",
|
|
128
128
|
"protocol": "REST",
|
|
129
129
|
"method": "POST",
|
|
130
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}/createSnapshot?{query}",
|
|
130
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/createSnapshot?{query}",
|
|
131
131
|
"requestSchema": "schema.json",
|
|
132
132
|
"responseSchema": "schema.json",
|
|
133
133
|
"timeout": 0,
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"name": "postProjectZonesZoneDisksDiskRemoveResourcePolicies",
|
|
148
148
|
"protocol": "REST",
|
|
149
149
|
"method": "POST",
|
|
150
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}/removeResourcePolicies?{query}",
|
|
150
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/removeResourcePolicies?{query}",
|
|
151
151
|
"requestSchema": "schema.json",
|
|
152
152
|
"responseSchema": "schema.json",
|
|
153
153
|
"timeout": 0,
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"name": "postProjectZonesZoneDisksDiskResize",
|
|
168
168
|
"protocol": "REST",
|
|
169
169
|
"method": "POST",
|
|
170
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}/resize?{query}",
|
|
170
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/resize?{query}",
|
|
171
171
|
"requestSchema": "schema.json",
|
|
172
172
|
"responseSchema": "schema.json",
|
|
173
173
|
"timeout": 0,
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"name": "getProjectZonesZoneDisksResourceGetIamPolicy",
|
|
188
188
|
"protocol": "REST",
|
|
189
189
|
"method": "GET",
|
|
190
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}/getIamPolicy?{query}",
|
|
190
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/getIamPolicy?{query}",
|
|
191
191
|
"requestSchema": "schema.json",
|
|
192
192
|
"responseSchema": "schema.json",
|
|
193
193
|
"timeout": 0,
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"name": "postProjectZonesZoneDisksResourceSetIamPolicy",
|
|
209
209
|
"protocol": "REST",
|
|
210
210
|
"method": "POST",
|
|
211
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}/setIamPolicy?{query}",
|
|
211
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/setIamPolicy?{query}",
|
|
212
212
|
"requestSchema": "schema.json",
|
|
213
213
|
"responseSchema": "schema.json",
|
|
214
214
|
"timeout": 0,
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"name": "postProjectZonesZoneDisksResourceSetLabels",
|
|
229
229
|
"protocol": "REST",
|
|
230
230
|
"method": "POST",
|
|
231
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}/setLabels?{query}",
|
|
231
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/setLabels?{query}",
|
|
232
232
|
"requestSchema": "schema.json",
|
|
233
233
|
"responseSchema": "schema.json",
|
|
234
234
|
"timeout": 0,
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"name": "postProjectZonesZoneDisksResourceTestIamPermissions",
|
|
249
249
|
"protocol": "REST",
|
|
250
250
|
"method": "POST",
|
|
251
|
-
"entitypath": "{base_path}/{version}/{pathv1}/zones/{pathv2}/disks/{pathv3}/testIamPermissions?{query}",
|
|
251
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/zones/{pathv2}/disks/{pathv3}/testIamPermissions?{query}",
|
|
252
252
|
"requestSchema": "schema.json",
|
|
253
253
|
"responseSchema": "schema.json",
|
|
254
254
|
"timeout": 0,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"name": "getProjectGlobalExternalVpnGateways",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/externalVpnGateways?{query}",
|
|
7
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways?{query}",
|
|
8
8
|
"requestSchema": "schema.json",
|
|
9
9
|
"responseSchema": "schema.json",
|
|
10
10
|
"timeout": 0,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"name": "postProjectGlobalExternalVpnGateways",
|
|
26
26
|
"protocol": "REST",
|
|
27
27
|
"method": "POST",
|
|
28
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/externalVpnGateways?{query}",
|
|
28
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways?{query}",
|
|
29
29
|
"requestSchema": "schema.json",
|
|
30
30
|
"responseSchema": "schema.json",
|
|
31
31
|
"timeout": 0,
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"name": "deleteProjectGlobalExternalVpnGatewaysExternalVpnGateway",
|
|
46
46
|
"protocol": "REST",
|
|
47
47
|
"method": "DELETE",
|
|
48
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/externalVpnGateways/{pathv2}?{query}",
|
|
48
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways/{pathv2}?{query}",
|
|
49
49
|
"requestSchema": "schema.json",
|
|
50
50
|
"responseSchema": "schema.json",
|
|
51
51
|
"timeout": 0,
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"name": "getProjectGlobalExternalVpnGatewaysExternalVpnGateway",
|
|
66
66
|
"protocol": "REST",
|
|
67
67
|
"method": "GET",
|
|
68
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/externalVpnGateways/{pathv2}?{query}",
|
|
68
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways/{pathv2}?{query}",
|
|
69
69
|
"requestSchema": "schema.json",
|
|
70
70
|
"responseSchema": "schema.json",
|
|
71
71
|
"timeout": 0,
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"name": "postProjectGlobalExternalVpnGatewaysResourceSetLabels",
|
|
87
87
|
"protocol": "REST",
|
|
88
88
|
"method": "POST",
|
|
89
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/externalVpnGateways/{pathv2}/setLabels?{query}",
|
|
89
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways/{pathv2}/setLabels?{query}",
|
|
90
90
|
"requestSchema": "schema.json",
|
|
91
91
|
"responseSchema": "schema.json",
|
|
92
92
|
"timeout": 0,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"name": "postProjectGlobalExternalVpnGatewaysResourceTestIamPermissions",
|
|
107
107
|
"protocol": "REST",
|
|
108
108
|
"method": "POST",
|
|
109
|
-
"entitypath": "{base_path}/{version}/{pathv1}/global/externalVpnGateways/{pathv2}/testIamPermissions?{query}",
|
|
109
|
+
"entitypath": "{base_path}/{version}/projects/{pathv1}/global/externalVpnGateways/{pathv2}/testIamPermissions?{query}",
|
|
110
110
|
"requestSchema": "schema.json",
|
|
111
111
|
"responseSchema": "schema.json",
|
|
112
112
|
"timeout": 0,
|