From 149fdfa76de9d77ec048169c36dbc9c0209ff6bb Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Sat, 30 Oct 2021 14:27:40 +0800 Subject: [PATCH] enhance(script): update apigateway script and menu seed data. --- .../database/ApiGateway-Init-SqlServer.sql | 2170 +++++++++-------- aspnet-core/database/ApiGateway-Init.sql | 927 ++++--- .../VbenAdminDataSeedContributor.cs | 194 +- 3 files changed, 1844 insertions(+), 1447 deletions(-) diff --git a/aspnet-core/database/ApiGateway-Init-SqlServer.sql b/aspnet-core/database/ApiGateway-Init-SqlServer.sql index c6db59beb..ee3f4a5a6 100644 --- a/aspnet-core/database/ApiGateway-Init-SqlServer.sql +++ b/aspnet-core/database/ApiGateway-Init-SqlServer.sql @@ -1,1054 +1,1116 @@ -/* - Navicat Premium Data Transfer - - Source Server : 本机服务器 - Source Server Type : MySQL - Source Server Version : 80020 - Source Host : localhost:3306 - Source Schema : apigateway - - Target Server Type : SQL Server - Target Server Version : 12000000 - File Encoding : 65001 - - Date: 29/03/2021 21:22:42 -*/ - - --- ---------------------------- --- Table structure for __efmigrationshistory --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[__efmigrationshistory]') AND type IN ('U')) - DROP TABLE [apigateway].[__efmigrationshistory] -GO - -CREATE TABLE [apigateway].[__efmigrationshistory] ( - [MigrationId] varchar(95) NOT NULL, - [ProductVersion] varchar(32) NOT NULL -) -GO - - --- ---------------------------- --- Records of __efmigrationshistory --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[__efmigrationshistory] VALUES (N'20200513034946_Migration-ApiGateway-MySql', N'3.1.3'), (N'20200513111130_Rename-Router-To-RouteGroup', N'3.1.3'), (N'20200618090102_Modify-ReRoute-Index-Unique', N'3.1.4'), (N'20200908020925_Upgrade-abp-3.1.0', N'3.1.7') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewayaggregate --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayaggregate]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayaggregate] -GO - -CREATE TABLE [apigateway].[appapigatewayaggregate] ( - [Id] int NOT NULL, - [ExtraProperties] nvarchar(max) NULL, - [ConcurrencyStamp] nvarchar(40) NULL, - [AppId] nvarchar(50) NOT NULL, - [Name] nvarchar(max) NULL, - [ReRouteId] bigint NOT NULL, - [ReRouteKeys] nvarchar(1000) NULL, - [UpstreamPathTemplate] nvarchar(1000) NULL, - [UpstreamHost] nvarchar(1000) NULL, - [ReRouteIsCaseSensitive] tinyint NOT NULL, - [Aggregator] nvarchar(256) NULL, - [Priority] int NULL, - [UpstreamHttpMethod] nvarchar(500) NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayaggregate --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayaggregate] VALUES (N'5', N'{}', N'90044e20fde546bab1bdd45999f8208a', N'TEST-APP', N'abp接口代理服务', N'1263083077348196352', N'platform-api-definition,backend-admin-api-definition,messages-api-definition,apigateway-api-definition,identity-server-api-definition,localization-api-definition,', N'/api/abp/api-definition', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N''), (N'6', N'{}', N'870a2c5df9b34f8c9514aef0250fbb47', N'TEST-APP', N'abp框架配置', N'1263102116090970112', N'apigateway-configuration,platform-configuration,backend-admin-configuration,messages-configuration,identity-server-configuration,', N'/api/abp/application-configuration', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N''), (N'8', N'{}', N'edc962f7e0844bb09cb0fb731f358b4b', N'TEST-APP', N'我的消息订阅', N'1322503807309881344', N'assignables-notifilers,my-subscribes,', N'/api/my-subscribes/assignables-notifilers', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N''), (N'9', N'{}', N'c65227b8a0e143b2a0b6186ffde3dfc1', N'TEST-APP', N'全局设置', N'1329708867127799808', N'setting-global,wechat-setting-global,aliyun-setting-global,oss-management-global,', N'/api/setting-management/settings/by-global', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N''), (N'10', N'{}', N'29fb4cbfcdfe41478b931df8c549992b', N'TEST-APP', N'当前租户设置', N'1329709265255329792', N'setting-current-tenant,wechat-setting-current-tenant,aliyun-setting-current-tenant,oss-management-current-tenant,', N'/api/setting-management/settings/by-current-tenant', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N'') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewayaggregateconfig --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayaggregateconfig]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayaggregateconfig] -GO - -CREATE TABLE [apigateway].[appapigatewayaggregateconfig] ( - [Id] int NOT NULL, - [ReRouteId] bigint NOT NULL, - [ReRouteKey] nvarchar(256) NULL, - [Parameter] nvarchar(1000) NULL, - [JsonPath] nvarchar(256) NULL, - [AggregateReRouteId] int NULL -) -GO - - --- ---------------------------- --- Table structure for appapigatewayauthoptions --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayauthoptions]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayauthoptions] -GO - -CREATE TABLE [apigateway].[appapigatewayauthoptions] ( - [Id] int NOT NULL, - [ReRouteId] bigint NOT NULL, - [AuthenticationProviderKey] nvarchar(100) NULL, - [AllowedScopes] nvarchar(200) NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayauthoptions --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayauthoptions] VALUES (N'3', N'1261299170387169280', NULL, N''), (N'4', N'1261585859064872960', NULL, N''), (N'5', N'1261586605810368512', NULL, N''), (N'6', N'1261587558609436672', NULL, N''), (N'7', N'1261588213298348032', NULL, N''), (N'8', N'1261588367619375104', NULL, N''), (N'9', N'1261588628450557952', NULL, N''), (N'10', N'1261588881564221440', NULL, N''), (N'11', N'1261588983053795328', NULL, N''), (N'12', N'1261589139039961088', NULL, N''), (N'13', N'1261589197483393024', NULL, N''), (N'14', N'1261589278857084928', NULL, N''), (N'15', N'1261589420356124672', NULL, N''), (N'16', N'1261589960393736192', NULL, N''), (N'17', N'1261606600242085888', NULL, N''), (N'18', N'1261606689601732608', NULL, N''), (N'21', N'1262220447629058048', NULL, N''), (N'22', N'1262230734939758592', NULL, N''), (N'23', N'1262296916350869504', NULL, N''), (N'24', N'1262632376348594176', N'', N''), (N'25', N'1262632791869902848', N'', N''), (N'28', N'1262660336921235456', N'', N''), (N'29', N'1262660528277966848', N'', N''), (N'30', N'1262660706875625472', N'', N''), (N'31', N'1262660966393991168', N'', N''), (N'32', N'1262661109474283520', N'', N''), (N'33', N'1262663888804663296', N'', N''), (N'34', N'1262664024096133120', N'', N''), (N'35', N'1262664186252120064', N'', N''), (N'36', N'1262664357044178944', N'', N''), (N'37', N'1262664632928718848', N'', N''), (N'38', N'1262664751409418240', N'', N''), (N'39', N'1262664871274237952', N'', N''), (N'40', N'1262665026111164416', N'', N''), (N'41', N'1262665159905267712', N'', N''), (N'42', N'1262665329829105664', N'', N''), (N'43', N'1262665456471920640', N'', N''), (N'44', N'1262665628165754880', N'', N''), (N'45', N'1262666172682883072', N'', N''), (N'47', N'1262723402331885568', N'', N''), (N'48', N'1262935771746734080', N'', N''), (N'49', N'1262935906522304512', N'', N''), (N'52', N'1263074419073593344', N'', N''), (N'53', N'1263075249394790400', N'', N''), (N'54', N'1263075593499684864', N'', N''), (N'56', N'1263101898440146944', N'', N''), (N'57', N'1263303878648569856', N'', N''), (N'58', N'1263304204797648896', N'', N''), (N'59', N'1263304872891555840', N'', N''), (N'60', N'1263305106250047488', N'', N''), (N'61', N'1263305244594970624', N'', N''), (N'62', N'1263305430536855552', N'', N''), (N'63', N'1263639172959174656', N'', N''), (N'64', N'1264799968944640000', N'', N''), (N'65', N'1264800070161584128', N'', N''), (N'66', N'1267360794414161920', N'', N''), (N'67', N'1267383367629807616', N'', N''), (N'68', N'1267817055527632896', N'', N''), (N'69', N'1267817221286526976', N'', N''), (N'70', N'1268893687085518848', N'', N''), (N'94', N'1288657613998579712', N'', N''), (N'95', N'1288657941770854400', N'', N''), (N'96', N'1288658134067109888', N'', N''), (N'97', N'1288658305156964352', N'', N''), (N'98', N'1288658491216289792', N'', N''), (N'99', N'1288658638302142464', N'', N''), (N'100', N'1288658791784308736', N'', N''), (N'101', N'1290849478956199936', N'', N''), (N'102', N'1290849628051124224', N'', N''), (N'103', N'1290849798553776128', N'', N''), (N'105', N'1291259822512693248', N'', N''), (N'114', N'1293470838745821184', N'', N''), (N'115', N'1293471661785706496', N'', N''), (N'116', N'1293472678392721408', N'', N''), (N'117', N'1293472857510473728', N'', N''), (N'118', N'1299273336009359360', N'', N''), (N'119', N'1299273436282585088', N'', N''), (N'120', N'1299273618470567936', N'', N''), (N'121', N'1299273770182737920', N'', N''), (N'122', N'1299273978023084032', N'', N''), (N'123', N'1299274123225694208', N'', N''), (N'124', N'1299274222299348992', N'', N''), (N'125', N'1304238876758495232', N'', N''), (N'126', N'1304678610343383040', N'', N''), (N'127', N'1304679169305694208', N'', N''), (N'128', N'1310460417141817344', N'', N''), (N'129', N'1310502391475519488', N'', N''), (N'130', N'1310515546943569920', N'', N''), (N'131', N'1310515735292985344', N'', N''), (N'132', N'1316628769783480320', N'', N''), (N'133', N'1316628940663619584', N'', N''), (N'134', N'1316629112428756992', N'', N''), (N'135', N'1316652047017246720', N'', N''), (N'136', N'1316913899996737536', N'', N''), (N'137', N'1319200951383199744', N'', N''), (N'138', N'1319221929807024128', N'', N''), (N'139', N'1319554431134306304', N'', N''), (N'140', N'1319554550458060800', N'', N''), (N'141', N'1319554948434595840', N'', N''), (N'142', N'1319555067183730688', N'', N''), (N'143', N'1319555230765780992', N'', N''), (N'144', N'1319555333790470144', N'', N''), (N'145', N'1321001932510203904', N'', N''), (N'146', N'1321002059803136000', N'', N''), (N'147', N'1321002256440496128', N'', N''), (N'148', N'1321002350686507008', N'', N''), (N'149', N'1322190027988525056', N'', N''), (N'150', N'1322452079688458240', N'', N''), (N'151', N'1322452183929495552', N'', N''), (N'152', N'1322452308651319296', N'', N''), (N'153', N'1322452858176446464', N'', N''), (N'154', N'1322452989235863552', N'', N''), (N'155', N'1322453089655889920', N'', N''), (N'156', N'1329706860249804800', N'', N''), (N'157', N'1329707002411544576', N'', N''), (N'158', N'1329708512277098496', N'', N''), (N'159', N'1329708625917571072', N'', N''), (N'160', N'1335049839287357440', N'', N''), (N'161', N'1335050034221830144', N'', N''), (N'162', N'1335050145899368448', N'', N''), (N'163', N'1335050283434790912', N'', N''), (N'164', N'1335050381770248192', N'', N''), (N'165', N'1335050520941449216', N'', N''), (N'166', N'1335050615829188608', N'', N''), (N'167', N'1335111798720450560', N'', N''), (N'168', N'1335118541370314752', N'', N''), (N'169', N'1335118660417245184', N'', N''), (N'170', N'1335118782727344128', N'', N''), (N'171', N'1335118903200337920', N'', N''), (N'172', N'1336230645078921216', N'', N''), (N'173', N'1337314809113722880', N'', N''), (N'174', N'1337314938973569024', N'', N''), (N'175', N'1340961907637243904', N'', N''), (N'176', N'1341652247554379776', N'', N''), (N'177', N'1341652385555369984', N'', N''), (N'178', N'1342457939827552256', N'', N''), (N'179', N'1342458050112581632', N'', N''), (N'180', N'1363382062055915520', N'', N''), (N'181', N'1363382298501414912', N'', N''), (N'182', N'1368854800347848704', N'', N''), (N'183', N'1368855936576413696', N'', N''), (N'184', N'1368856295889854464', N'', N''), (N'185', N'1368856703572008960', N'', N''), (N'186', N'1368856819242524672', N'', N''), (N'187', N'1368856927887581184', N'', N''), (N'188', N'1368857128383700992', N'', N''), (N'189', N'1369560306297233408', N'', N''), (N'190', N'1369560450472239104', N'', N''), (N'191', N'1371705034307375104', N'', N''), (N'192', N'1376442078396276736', N'', N''), (N'193', N'1376442309850554368', N'', N''), (N'194', N'1376442440536678400', N'', N''), (N'195', N'1376442557943635968', N'', N''), (N'196', N'1376442689674141696', N'', N''), (N'197', N'1376442971032248320', N'', N''), (N'198', N'1376443123021242368', N'', N''), (N'199', N'1376443238851141632', N'', N''), (N'200', N'1376443392249421824', N'', N''), (N'201', N'1376443586777047040', N'', N''), (N'202', N'1376467826087682048', N'', N''), (N'203', N'1376467990894469120', N'', N''), (N'204', N'1376468110214029312', N'', N'') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewaybalanceroptions --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaybalanceroptions]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewaybalanceroptions] -GO - -CREATE TABLE [apigateway].[appapigatewaybalanceroptions] ( - [Id] int NOT NULL, - [ItemId] bigint NULL, - [ReRouteId] bigint NULL, - [Type] nvarchar(100) NULL, - [Key] nvarchar(100) NULL, - [Expiry] int NULL -) -GO - - --- ---------------------------- --- Records of appapigatewaybalanceroptions --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewaybalanceroptions] VALUES (N'1', N'1260841964962947072', NULL, N'LeastConnection', NULL, NULL), (N'4', NULL, N'1261299170387169280', N'LeastConnection', NULL, N'60000'), (N'5', NULL, N'1261585859064872960', NULL, NULL, NULL), (N'6', NULL, N'1261586605810368512', NULL, NULL, NULL), (N'7', NULL, N'1261587558609436672', NULL, NULL, NULL), (N'8', NULL, N'1261588213298348032', NULL, NULL, NULL), (N'9', NULL, N'1261588367619375104', NULL, NULL, NULL), (N'10', NULL, N'1261588628450557952', NULL, NULL, NULL), (N'11', NULL, N'1261588881564221440', NULL, NULL, NULL), (N'12', NULL, N'1261588983053795328', NULL, NULL, NULL), (N'13', NULL, N'1261589139039961088', NULL, NULL, NULL), (N'14', NULL, N'1261589197483393024', NULL, NULL, NULL), (N'15', NULL, N'1261589278857084928', NULL, NULL, NULL), (N'16', NULL, N'1261589420356124672', NULL, NULL, NULL), (N'17', NULL, N'1261589960393736192', N'LeastConnection', NULL, N'60000'), (N'18', NULL, N'1261606600242085888', NULL, NULL, NULL), (N'19', NULL, N'1261606689601732608', NULL, NULL, NULL), (N'22', NULL, N'1262220447629058048', NULL, NULL, NULL), (N'23', NULL, N'1262230734939758592', NULL, NULL, NULL), (N'24', NULL, N'1262296916350869504', NULL, NULL, NULL), (N'25', NULL, N'1262632376348594176', N'', N'', N'0'), (N'26', NULL, N'1262632791869902848', N'', N'', N'0'), (N'29', NULL, N'1262660336921235456', N'', N'', N'0'), (N'30', NULL, N'1262660528277966848', N'', N'', N'0'), (N'31', NULL, N'1262660706875625472', N'', N'', N'0'), (N'32', NULL, N'1262660966393991168', N'', N'', N'0'), (N'33', NULL, N'1262661109474283520', N'', N'', N'0'), (N'34', NULL, N'1262663888804663296', N'', N'', N'0'), (N'35', NULL, N'1262664024096133120', N'', N'', N'0'), (N'36', NULL, N'1262664186252120064', N'', N'', N'0'), (N'37', NULL, N'1262664357044178944', N'', N'', N'0'), (N'38', NULL, N'1262664632928718848', N'', N'', N'0'), (N'39', NULL, N'1262664751409418240', N'', N'', N'0'), (N'40', NULL, N'1262664871274237952', N'', N'', N'0'), (N'41', NULL, N'1262665026111164416', N'', N'', N'0'), (N'42', NULL, N'1262665159905267712', N'', N'', N'0'), (N'43', NULL, N'1262665329829105664', N'', N'', N'0'), (N'44', NULL, N'1262665456471920640', N'', N'', N'0'), (N'45', NULL, N'1262665628165754880', N'', N'', N'0'), (N'46', NULL, N'1262666172682883072', N'', N'', N'0'), (N'48', NULL, N'1262723402331885568', N'', N'', N'0'), (N'49', NULL, N'1262935771746734080', N'', N'', N'0'), (N'50', NULL, N'1262935906522304512', N'', N'', N'0'), (N'53', NULL, N'1263074419073593344', N'', N'', N'0'), (N'54', NULL, N'1263075249394790400', N'', N'', N'0'), (N'55', NULL, N'1263075593499684864', N'', N'', N'0'), (N'57', NULL, N'1263101898440146944', N'', N'', N'0'), (N'58', NULL, N'1263303878648569856', N'', N'', N'0'), (N'59', NULL, N'1263304204797648896', N'', N'', N'0'), (N'60', NULL, N'1263304872891555840', N'', N'', N'0'), (N'61', NULL, N'1263305106250047488', N'', N'', N'0'), (N'62', NULL, N'1263305244594970624', N'', N'', N'0'), (N'63', NULL, N'1263305430536855552', N'', N'', N'0'), (N'64', NULL, N'1263639172959174656', N'', N'', N'0'), (N'65', NULL, N'1264799968944640000', N'', N'', N'0'), (N'66', NULL, N'1264800070161584128', N'', N'', N'0'), (N'68', NULL, N'1267360794414161920', N'', N'', N'0'), (N'69', NULL, N'1267383367629807616', N'', N'', N'0'), (N'70', NULL, N'1267817055527632896', N'', N'', N'0'), (N'71', NULL, N'1267817221286526976', N'', N'', N'0'), (N'72', NULL, N'1268893687085518848', N'', N'', N'0'), (N'97', NULL, N'1288657613998579712', N'LeastConnection', N'', N'60000'), (N'98', NULL, N'1288657941770854400', N'', N'', N'0'), (N'99', NULL, N'1288658134067109888', N'', N'', N'0'), (N'100', NULL, N'1288658305156964352', N'', N'', N'0'), (N'101', NULL, N'1288658491216289792', N'', N'', N'0'), (N'102', NULL, N'1288658638302142464', N'', N'', N'0'), (N'103', NULL, N'1288658791784308736', N'', N'', N'0'), (N'104', NULL, N'1290849478956199936', N'', N'', N'0'), (N'105', NULL, N'1290849628051124224', N'', N'', N'0'), (N'106', NULL, N'1290849798553776128', N'', N'', N'0'), (N'108', NULL, N'1291259822512693248', N'', N'', N'0'), (N'117', NULL, N'1293470838745821184', N'', N'', N'0'), (N'118', NULL, N'1293471661785706496', N'', N'', N'0'), (N'119', NULL, N'1293472678392721408', N'', N'', N'0'), (N'120', NULL, N'1293472857510473728', N'', N'', N'0'), (N'121', NULL, N'1299273336009359360', N'', N'', N'0'), (N'122', NULL, N'1299273436282585088', N'', N'', N'0'), (N'123', NULL, N'1299273618470567936', N'', N'', N'0'), (N'124', NULL, N'1299273770182737920', N'', N'', N'0'), (N'125', NULL, N'1299273978023084032', N'', N'', N'0'), (N'126', NULL, N'1299274123225694208', N'', N'', N'0'), (N'127', NULL, N'1299274222299348992', N'', N'', N'0'), (N'128', NULL, N'1304238876758495232', N'', N'', N'0'), (N'129', NULL, N'1304678610343383040', N'', N'', N'0'), (N'130', NULL, N'1304679169305694208', N'', N'', N'0'), (N'131', NULL, N'1310460417141817344', N'', N'', N'0'), (N'132', NULL, N'1310502391475519488', N'', N'', N'0'), (N'133', NULL, N'1310515546943569920', N'', N'', N'0'), (N'134', NULL, N'1310515735292985344', N'', N'', N'0'), (N'135', NULL, N'1316628769783480320', N'', N'', N'0'), (N'136', NULL, N'1316628940663619584', N'', N'', N'0'), (N'137', NULL, N'1316629112428756992', N'', N'', N'0'), (N'138', NULL, N'1316652047017246720', N'', N'', N'0'), (N'139', NULL, N'1316913899996737536', N'', N'', N'0'), (N'140', NULL, N'1319200951383199744', N'', N'', N'0'), (N'141', NULL, N'1319221929807024128', N'', N'', N'0'), (N'142', NULL, N'1319554431134306304', N'', N'', N'0'), (N'143', NULL, N'1319554550458060800', N'', N'', N'0'), (N'144', NULL, N'1319554948434595840', N'', N'', N'0'), (N'145', NULL, N'1319555067183730688', N'', N'', N'0'), (N'146', NULL, N'1319555230765780992', N'', N'', N'0'), (N'147', NULL, N'1319555333790470144', N'', N'', N'0'), (N'148', NULL, N'1321001932510203904', N'', N'', N'0'), (N'149', NULL, N'1321002059803136000', N'', N'', N'0'), (N'150', NULL, N'1321002256440496128', N'', N'', N'0'), (N'151', NULL, N'1321002350686507008', N'', N'', N'0'), (N'152', NULL, N'1322190027988525056', N'', N'', N'0'), (N'153', NULL, N'1322452079688458240', N'', N'', N'0'), (N'154', NULL, N'1322452183929495552', N'', N'', N'0'), (N'155', NULL, N'1322452308651319296', N'', N'', N'0'), (N'156', NULL, N'1322452858176446464', N'', N'', N'0'), (N'157', NULL, N'1322452989235863552', N'', N'', N'0'), (N'158', NULL, N'1322453089655889920', N'', N'', N'0'), (N'159', NULL, N'1329706860249804800', N'', N'', N'0'), (N'160', NULL, N'1329707002411544576', N'', N'', N'0'), (N'161', NULL, N'1329708512277098496', N'', N'', N'0'), (N'162', NULL, N'1329708625917571072', N'', N'', N'0'), (N'163', NULL, N'1335049839287357440', N'', N'', N'0'), (N'164', NULL, N'1335050034221830144', N'', N'', N'0'), (N'165', NULL, N'1335050145899368448', N'', N'', N'0'), (N'166', NULL, N'1335050283434790912', N'', N'', N'0'), (N'167', NULL, N'1335050381770248192', N'', N'', N'0'), (N'168', NULL, N'1335050520941449216', N'', N'', N'0'), (N'169', NULL, N'1335050615829188608', N'', N'', N'0'), (N'170', NULL, N'1335111798720450560', N'', N'', N'0'), (N'171', NULL, N'1335118541370314752', N'', N'', N'0'), (N'172', NULL, N'1335118660417245184', N'', N'', N'0'), (N'173', NULL, N'1335118782727344128', N'', N'', N'0'), (N'174', NULL, N'1335118903200337920', N'', N'', N'0'), (N'175', NULL, N'1336230645078921216', N'', N'', N'0'), (N'176', NULL, N'1337314809113722880', N'', N'', N'0'), (N'177', NULL, N'1337314938973569024', N'', N'', N'0'), (N'178', NULL, N'1340961907637243904', N'', N'', N'0'), (N'179', NULL, N'1341652247554379776', N'', N'', N'0'), (N'180', NULL, N'1341652385555369984', N'', N'', N'0'), (N'181', NULL, N'1342457939827552256', N'', N'', N'0'), (N'182', NULL, N'1342458050112581632', N'', N'', N'0'), (N'183', NULL, N'1363382062055915520', N'', N'', N'0'), (N'184', NULL, N'1363382298501414912', N'', N'', N'0'), (N'185', NULL, N'1368854800347848704', N'', N'', N'0'), (N'186', NULL, N'1368855936576413696', N'', N'', N'0'), (N'187', NULL, N'1368856295889854464', N'', N'', N'0'), (N'188', NULL, N'1368856703572008960', N'', N'', N'0'), (N'189', NULL, N'1368856819242524672', N'', N'', N'0'), (N'190', NULL, N'1368856927887581184', N'', N'', N'0'), (N'191', NULL, N'1368857128383700992', N'', N'', N'0'), (N'192', NULL, N'1369560306297233408', N'', N'', N'0'), (N'193', NULL, N'1369560450472239104', N'', N'', N'0'), (N'194', NULL, N'1371705034307375104', N'', N'', N'0'), (N'195', NULL, N'1376442078396276736', N'', N'', N'0'), (N'196', NULL, N'1376442309850554368', N'', N'', N'0'), (N'197', NULL, N'1376442440536678400', N'', N'', N'0'), (N'198', NULL, N'1376442557943635968', N'', N'', N'0'), (N'199', NULL, N'1376442689674141696', N'', N'', N'0'), (N'200', NULL, N'1376442971032248320', N'', N'', N'0'), (N'201', NULL, N'1376443123021242368', N'', N'', N'0'), (N'202', NULL, N'1376443238851141632', N'', N'', N'0'), (N'203', NULL, N'1376443392249421824', N'', N'', N'0'), (N'204', NULL, N'1376443586777047040', N'', N'', N'0'), (N'205', NULL, N'1376467826087682048', N'', N'', N'0'), (N'206', NULL, N'1376467990894469120', N'', N'', N'0'), (N'207', NULL, N'1376468110214029312', N'', N'', N'0') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewaycacheoptions --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaycacheoptions]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewaycacheoptions] -GO - -CREATE TABLE [apigateway].[appapigatewaycacheoptions] ( - [Id] int NOT NULL, - [ReRouteId] bigint NOT NULL, - [TtlSeconds] int NULL, - [Region] nvarchar(256) NULL -) -GO - - --- ---------------------------- --- Records of appapigatewaycacheoptions --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewaycacheoptions] VALUES (N'3', N'1261299170387169280', NULL, NULL), (N'4', N'1261585859064872960', NULL, NULL), (N'5', N'1261586605810368512', NULL, NULL), (N'6', N'1261587558609436672', NULL, NULL), (N'7', N'1261588213298348032', NULL, NULL), (N'8', N'1261588367619375104', NULL, NULL), (N'9', N'1261588628450557952', NULL, NULL), (N'10', N'1261588881564221440', NULL, NULL), (N'11', N'1261588983053795328', NULL, NULL), (N'12', N'1261589139039961088', NULL, NULL), (N'13', N'1261589197483393024', NULL, NULL), (N'14', N'1261589278857084928', NULL, NULL), (N'15', N'1261589420356124672', NULL, NULL), (N'16', N'1261589960393736192', NULL, NULL), (N'17', N'1261606600242085888', NULL, NULL), (N'18', N'1261606689601732608', NULL, NULL), (N'21', N'1262220447629058048', NULL, NULL), (N'22', N'1262230734939758592', NULL, NULL), (N'23', N'1262296916350869504', NULL, NULL), (N'24', N'1262632376348594176', NULL, NULL), (N'25', N'1262632791869902848', NULL, NULL), (N'28', N'1262660336921235456', N'0', N''), (N'29', N'1262660528277966848', N'0', N''), (N'30', N'1262660706875625472', N'0', N''), (N'31', N'1262660966393991168', N'0', N''), (N'32', N'1262661109474283520', N'0', N''), (N'33', N'1262663888804663296', N'0', N''), (N'34', N'1262664024096133120', N'0', N''), (N'35', N'1262664186252120064', N'0', N''), (N'36', N'1262664357044178944', N'0', N''), (N'37', N'1262664632928718848', N'0', N''), (N'38', N'1262664751409418240', N'0', N''), (N'39', N'1262664871274237952', N'0', N''), (N'40', N'1262665026111164416', N'0', N''), (N'41', N'1262665159905267712', N'0', N''), (N'42', N'1262665329829105664', N'0', N''), (N'43', N'1262665456471920640', N'0', N''), (N'44', N'1262665628165754880', NULL, NULL), (N'45', N'1262666172682883072', NULL, NULL), (N'47', N'1262723402331885568', NULL, NULL), (N'48', N'1262935771746734080', NULL, NULL), (N'49', N'1262935906522304512', NULL, NULL), (N'52', N'1263074419073593344', NULL, NULL), (N'53', N'1263075249394790400', N'0', N''), (N'54', N'1263075593499684864', N'0', N''), (N'56', N'1263101898440146944', NULL, NULL), (N'57', N'1263303878648569856', NULL, NULL), (N'58', N'1263304204797648896', NULL, NULL), (N'59', N'1263304872891555840', NULL, NULL), (N'60', N'1263305106250047488', NULL, NULL), (N'61', N'1263305244594970624', NULL, NULL), (N'62', N'1263305430536855552', NULL, NULL), (N'63', N'1263639172959174656', NULL, NULL), (N'64', N'1264799968944640000', NULL, NULL), (N'65', N'1264800070161584128', NULL, NULL), (N'66', N'1267360794414161920', NULL, NULL), (N'67', N'1267383367629807616', NULL, NULL), (N'68', N'1267817055527632896', NULL, NULL), (N'69', N'1267817221286526976', NULL, NULL), (N'70', N'1268893687085518848', NULL, NULL), (N'94', N'1288657613998579712', NULL, NULL), (N'95', N'1288657941770854400', N'0', N''), (N'96', N'1288658134067109888', N'0', N''), (N'97', N'1288658305156964352', N'0', N''), (N'98', N'1288658491216289792', N'0', N''), (N'99', N'1288658638302142464', NULL, NULL), (N'100', N'1288658791784308736', NULL, NULL), (N'101', N'1290849478956199936', NULL, NULL), (N'102', N'1290849628051124224', NULL, NULL), (N'103', N'1290849798553776128', NULL, NULL), (N'105', N'1291259822512693248', N'0', N''), (N'114', N'1293470838745821184', N'0', N''), (N'115', N'1293471661785706496', N'0', N''), (N'116', N'1293472678392721408', N'0', N''), (N'117', N'1293472857510473728', N'0', N''), (N'118', N'1299273336009359360', NULL, NULL), (N'119', N'1299273436282585088', NULL, NULL), (N'120', N'1299273618470567936', NULL, NULL), (N'121', N'1299273770182737920', NULL, NULL), (N'122', N'1299273978023084032', NULL, NULL), (N'123', N'1299274123225694208', NULL, NULL), (N'124', N'1299274222299348992', NULL, NULL), (N'125', N'1304238876758495232', N'0', N''), (N'126', N'1304678610343383040', NULL, NULL), (N'127', N'1304679169305694208', NULL, NULL), (N'128', N'1310460417141817344', N'0', N''), (N'129', N'1310502391475519488', N'0', N''), (N'130', N'1310515546943569920', NULL, NULL), (N'131', N'1310515735292985344', NULL, NULL), (N'132', N'1316628769783480320', N'0', N''), (N'133', N'1316628940663619584', N'0', N''), (N'134', N'1316629112428756992', N'0', N''), (N'135', N'1316652047017246720', NULL, NULL), (N'136', N'1316913899996737536', N'0', N''), (N'137', N'1319200951383199744', N'0', N''), (N'138', N'1319221929807024128', N'0', N''), (N'139', N'1319554431134306304', NULL, NULL), (N'140', N'1319554550458060800', NULL, NULL), (N'141', N'1319554948434595840', N'0', N''), (N'142', N'1319555067183730688', N'0', N''), (N'143', N'1319555230765780992', N'0', N''), (N'144', N'1319555333790470144', N'0', N''), (N'145', N'1321001932510203904', N'0', N''), (N'146', N'1321002059803136000', N'0', N''), (N'147', N'1321002256440496128', N'0', N''), (N'148', N'1321002350686507008', N'0', N''), (N'149', N'1322190027988525056', N'0', N''), (N'150', N'1322452079688458240', NULL, NULL), (N'151', N'1322452183929495552', NULL, NULL), (N'152', N'1322452308651319296', NULL, NULL), (N'153', N'1322452858176446464', N'0', N''), (N'154', N'1322452989235863552', N'0', N''), (N'155', N'1322453089655889920', NULL, NULL), (N'156', N'1329706860249804800', N'0', N''), (N'157', N'1329707002411544576', N'0', N''), (N'158', N'1329708512277098496', N'0', N''), (N'159', N'1329708625917571072', N'0', N''), (N'160', N'1335049839287357440', NULL, NULL), (N'161', N'1335050034221830144', N'0', N''), (N'162', N'1335050145899368448', N'0', N''), (N'163', N'1335050283434790912', N'0', N''), (N'164', N'1335050381770248192', N'0', N''), (N'165', N'1335050520941449216', N'0', N''), (N'166', N'1335050615829188608', N'0', N''), (N'167', N'1335111798720450560', N'0', N''), (N'168', N'1335118541370314752', N'0', N''), (N'169', N'1335118660417245184', N'0', N''), (N'170', N'1335118782727344128', N'0', N''), (N'171', N'1335118903200337920', N'0', N''), (N'172', N'1336230645078921216', N'0', N''), (N'173', N'1337314809113722880', NULL, NULL), (N'174', N'1337314938973569024', N'0', N''), (N'175', N'1340961907637243904', N'0', N''), (N'176', N'1341652247554379776', N'0', N''), (N'177', N'1341652385555369984', N'0', N''), (N'178', N'1342457939827552256', N'0', N''), (N'179', N'1342458050112581632', N'0', N''), (N'180', N'1363382062055915520', NULL, NULL), (N'181', N'1363382298501414912', NULL, NULL), (N'182', N'1368854800347848704', NULL, NULL), (N'183', N'1368855936576413696', NULL, NULL), (N'184', N'1368856295889854464', NULL, NULL), (N'185', N'1368856703572008960', NULL, NULL), (N'186', N'1368856819242524672', NULL, NULL), (N'187', N'1368856927887581184', NULL, NULL), (N'188', N'1368857128383700992', N'0', N''), (N'189', N'1369560306297233408', N'0', N''), (N'190', N'1369560450472239104', N'0', N''), (N'191', N'1371705034307375104', N'0', N''), (N'192', N'1376442078396276736', NULL, NULL), (N'193', N'1376442309850554368', N'0', N''), (N'194', N'1376442440536678400', N'0', N''), (N'195', N'1376442557943635968', N'0', N''), (N'196', N'1376442689674141696', N'0', N''), (N'197', N'1376442971032248320', N'0', N''), (N'198', N'1376443123021242368', N'0', N''), (N'199', N'1376443238851141632', N'0', N''), (N'200', N'1376443392249421824', N'0', N''), (N'201', N'1376443586777047040', N'0', N''), (N'202', N'1376467826087682048', N'0', N''), (N'203', N'1376467990894469120', N'0', N''), (N'204', N'1376468110214029312', N'0', N'') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewaydiscovery --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaydiscovery]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewaydiscovery] -GO - -CREATE TABLE [apigateway].[appapigatewaydiscovery] ( - [Id] int NOT NULL, - [ItemId] bigint NOT NULL, - [Host] nvarchar(50) NULL, - [Port] int NULL, - [Type] nvarchar(128) NULL, - [Token] nvarchar(256) NULL, - [ConfigurationKey] nvarchar(256) NULL, - [PollingInterval] int NULL, - [Namespace] nvarchar(128) NULL, - [Scheme] nvarchar(50) NULL -) -GO - - --- ---------------------------- --- Records of appapigatewaydiscovery --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewaydiscovery] VALUES (N'1', N'1260841964962947072', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewaydynamicreroute --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaydynamicreroute]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewaydynamicreroute] -GO - -CREATE TABLE [apigateway].[appapigatewaydynamicreroute] ( - [Id] int NOT NULL, - [ExtraProperties] nvarchar(max) NULL, - [ConcurrencyStamp] nvarchar(40) NULL, - [DynamicReRouteId] bigint NOT NULL, - [ServiceName] nvarchar(100) NOT NULL, - [DownstreamHttpVersion] nvarchar(30) NULL, - [AppId] nvarchar(50) NOT NULL -) -GO - - --- ---------------------------- --- Table structure for appapigatewayglobalconfiguration --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayglobalconfiguration]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayglobalconfiguration] -GO - -CREATE TABLE [apigateway].[appapigatewayglobalconfiguration] ( - [Id] int NOT NULL, - [ExtraProperties] nvarchar(max) NULL, - [ConcurrencyStamp] nvarchar(40) NULL, - [ItemId] bigint NOT NULL, - [RequestIdKey] nvarchar(100) NULL, - [BaseUrl] nvarchar(256) NOT NULL, - [DownstreamScheme] nvarchar(100) NULL, - [DownstreamHttpVersion] nvarchar(30) NULL, - [IsDeleted] tinyint NOT NULL, - [IsActive] tinyint NOT NULL, - [AppId] nvarchar(50) NOT NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayglobalconfiguration --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayglobalconfiguration] VALUES (N'1', N'{}', N'f7973118f2c2425c8cc96b59883b99aa', N'1260841964962947072', NULL, N'http://localhost:30000', N'HTTP', NULL, N'0', N'1', N'TEST-APP') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewayheaders --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayheaders]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayheaders] -GO - -CREATE TABLE [apigateway].[appapigatewayheaders] ( - [Id] int NOT NULL, - [ReRouteId] bigint NOT NULL, - [Key] nvarchar(50) NULL, - [Value] nvarchar(256) NULL -) -GO - - --- ---------------------------- --- Table structure for appapigatewayhostandport --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayhostandport]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayhostandport] -GO - -CREATE TABLE [apigateway].[appapigatewayhostandport] ( - [Id] int NOT NULL, - [ReRouteId] bigint NOT NULL, - [Host] nvarchar(50) NOT NULL, - [Port] int NULL -) -GO - - --- ---------------------------- --- Table structure for appapigatewayhttpoptions --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayhttpoptions]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayhttpoptions] -GO - -CREATE TABLE [apigateway].[appapigatewayhttpoptions] ( - [Id] int NOT NULL, - [ItemId] bigint NULL, - [ReRouteId] bigint NULL, - [MaxConnectionsPerServer] int NULL, - [AllowAutoRedirect] tinyint NOT NULL, - [UseCookieContainer] tinyint NOT NULL, - [UseTracing] tinyint NOT NULL, - [UseProxy] tinyint NOT NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayhttpoptions --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayhttpoptions] VALUES (N'1', N'1260841964962947072', NULL, NULL, N'0', N'0', N'1', N'0'), (N'4', NULL, N'1261299170387169280', N'1000', N'1', N'0', N'1', N'0'), (N'5', NULL, N'1261585859064872960', NULL, N'0', N'0', N'1', N'0'), (N'6', NULL, N'1261586605810368512', NULL, N'0', N'0', N'0', N'0'), (N'7', NULL, N'1261587558609436672', NULL, N'0', N'0', N'0', N'0'), (N'8', NULL, N'1261588213298348032', NULL, N'0', N'0', N'0', N'0'), (N'9', NULL, N'1261588367619375104', NULL, N'0', N'0', N'0', N'0'), (N'10', NULL, N'1261588628450557952', NULL, N'0', N'0', N'0', N'0'), (N'11', NULL, N'1261588881564221440', NULL, N'0', N'0', N'0', N'0'), (N'12', NULL, N'1261588983053795328', NULL, N'0', N'0', N'0', N'0'), (N'13', NULL, N'1261589139039961088', NULL, N'0', N'0', N'0', N'0'), (N'14', NULL, N'1261589197483393024', NULL, N'0', N'0', N'0', N'0'), (N'15', NULL, N'1261589278857084928', NULL, N'0', N'0', N'0', N'0'), (N'16', NULL, N'1261589420356124672', NULL, N'0', N'0', N'0', N'0'), (N'17', NULL, N'1261589960393736192', N'1000', N'1', N'0', N'1', N'0'), (N'18', NULL, N'1261606600242085888', NULL, N'0', N'0', N'0', N'0'), (N'19', NULL, N'1261606689601732608', NULL, N'0', N'0', N'0', N'0'), (N'22', NULL, N'1262220447629058048', NULL, N'0', N'0', N'1', N'0'), (N'23', NULL, N'1262230734939758592', NULL, N'0', N'0', N'1', N'0'), (N'24', NULL, N'1262296916350869504', NULL, N'0', N'0', N'1', N'0'), (N'25', NULL, N'1262632376348594176', N'0', N'0', N'0', N'0', N'0'), (N'26', NULL, N'1262632791869902848', N'0', N'0', N'0', N'0', N'0'), (N'29', NULL, N'1262660336921235456', N'0', N'0', N'0', N'0', N'0'), (N'30', NULL, N'1262660528277966848', N'0', N'0', N'0', N'0', N'0'), (N'31', NULL, N'1262660706875625472', N'0', N'0', N'0', N'0', N'0'), (N'32', NULL, N'1262660966393991168', N'0', N'0', N'0', N'0', N'0'), (N'33', NULL, N'1262661109474283520', N'0', N'0', N'0', N'0', N'0'), (N'34', NULL, N'1262663888804663296', N'0', N'0', N'0', N'0', N'0'), (N'35', NULL, N'1262664024096133120', N'0', N'0', N'0', N'0', N'0'), (N'36', NULL, N'1262664186252120064', N'0', N'0', N'0', N'0', N'0'), (N'37', NULL, N'1262664357044178944', N'0', N'0', N'0', N'0', N'0'), (N'38', NULL, N'1262664632928718848', N'0', N'0', N'0', N'0', N'0'), (N'39', NULL, N'1262664751409418240', N'0', N'0', N'0', N'0', N'0'), (N'40', NULL, N'1262664871274237952', N'0', N'0', N'0', N'0', N'0'), (N'41', NULL, N'1262665026111164416', N'0', N'0', N'0', N'0', N'0'), (N'42', NULL, N'1262665159905267712', N'0', N'0', N'0', N'0', N'0'), (N'43', NULL, N'1262665329829105664', N'0', N'0', N'0', N'0', N'0'), (N'44', NULL, N'1262665456471920640', N'0', N'0', N'0', N'0', N'0'), (N'45', NULL, N'1262665628165754880', N'0', N'0', N'0', N'0', N'0'), (N'46', NULL, N'1262666172682883072', N'0', N'0', N'0', N'0', N'0'), (N'48', NULL, N'1262723402331885568', N'0', N'0', N'0', N'0', N'0'), (N'49', NULL, N'1262935771746734080', N'0', N'0', N'0', N'0', N'0'), (N'50', NULL, N'1262935906522304512', N'0', N'0', N'0', N'0', N'0'), (N'53', NULL, N'1263074419073593344', N'0', N'0', N'0', N'0', N'0'), (N'54', NULL, N'1263075249394790400', N'0', N'0', N'0', N'0', N'0'), (N'55', NULL, N'1263075593499684864', N'0', N'0', N'0', N'0', N'0'), (N'57', NULL, N'1263101898440146944', N'0', N'0', N'0', N'0', N'0'), (N'58', NULL, N'1263303878648569856', N'0', N'0', N'0', N'0', N'0'), (N'59', NULL, N'1263304204797648896', N'0', N'0', N'0', N'0', N'0'), (N'60', NULL, N'1263304872891555840', N'0', N'0', N'0', N'0', N'0'), (N'61', NULL, N'1263305106250047488', N'0', N'0', N'0', N'0', N'0'), (N'62', NULL, N'1263305244594970624', N'0', N'0', N'0', N'0', N'0'), (N'63', NULL, N'1263305430536855552', N'0', N'0', N'0', N'0', N'0'), (N'64', NULL, N'1263639172959174656', N'0', N'0', N'0', N'0', N'0'), (N'65', NULL, N'1264799968944640000', N'0', N'0', N'0', N'0', N'0'), (N'66', NULL, N'1264800070161584128', N'0', N'0', N'0', N'0', N'0'), (N'68', NULL, N'1267360794414161920', N'0', N'0', N'0', N'0', N'0'), (N'69', NULL, N'1267383367629807616', N'0', N'0', N'0', N'0', N'0'), (N'70', NULL, N'1267817055527632896', N'0', N'0', N'0', N'0', N'0'), (N'71', NULL, N'1267817221286526976', N'0', N'0', N'0', N'0', N'0'), (N'72', NULL, N'1268893687085518848', N'0', N'0', N'0', N'0', N'0'), (N'97', NULL, N'1288657613998579712', N'1000', N'0', N'0', N'0', N'0'), (N'98', NULL, N'1288657941770854400', N'1000', N'0', N'0', N'0', N'0'), (N'99', NULL, N'1288658134067109888', N'1000', N'0', N'0', N'0', N'0'), (N'100', NULL, N'1288658305156964352', N'1000', N'0', N'0', N'0', N'0'), (N'101', NULL, N'1288658491216289792', N'1000', N'0', N'0', N'0', N'0'), (N'102', NULL, N'1288658638302142464', N'1000', N'0', N'0', N'0', N'0'), (N'103', NULL, N'1288658791784308736', N'1000', N'0', N'0', N'0', N'0'), (N'104', NULL, N'1290849478956199936', N'0', N'0', N'0', N'0', N'0'), (N'105', NULL, N'1290849628051124224', N'0', N'0', N'0', N'0', N'0'), (N'106', NULL, N'1290849798553776128', N'0', N'0', N'0', N'0', N'0'), (N'108', NULL, N'1291259822512693248', N'0', N'0', N'0', N'0', N'0'), (N'117', NULL, N'1293470838745821184', N'0', N'0', N'0', N'0', N'0'), (N'118', NULL, N'1293471661785706496', N'0', N'0', N'0', N'0', N'0'), (N'119', NULL, N'1293472678392721408', N'0', N'0', N'0', N'0', N'0'), (N'120', NULL, N'1293472857510473728', N'0', N'0', N'0', N'0', N'0'), (N'121', NULL, N'1299273336009359360', N'0', N'0', N'0', N'0', N'0'), (N'122', NULL, N'1299273436282585088', N'0', N'0', N'0', N'0', N'0'), (N'123', NULL, N'1299273618470567936', N'0', N'0', N'0', N'0', N'0'), (N'124', NULL, N'1299273770182737920', N'0', N'0', N'0', N'0', N'0'), (N'125', NULL, N'1299273978023084032', N'0', N'0', N'0', N'0', N'0'), (N'126', NULL, N'1299274123225694208', N'0', N'0', N'0', N'0', N'0'), (N'127', NULL, N'1299274222299348992', N'0', N'0', N'0', N'0', N'0'), (N'128', NULL, N'1304238876758495232', N'0', N'0', N'0', N'0', N'0'), (N'129', NULL, N'1304678610343383040', N'0', N'0', N'0', N'0', N'0'), (N'130', NULL, N'1304679169305694208', N'0', N'0', N'0', N'0', N'0'), (N'131', NULL, N'1310460417141817344', N'0', N'0', N'0', N'0', N'0'), (N'132', NULL, N'1310502391475519488', N'0', N'0', N'0', N'0', N'0'), (N'133', NULL, N'1310515546943569920', N'0', N'0', N'0', N'0', N'0'), (N'134', NULL, N'1310515735292985344', N'0', N'0', N'0', N'0', N'0'), (N'135', NULL, N'1316628769783480320', N'0', N'0', N'0', N'0', N'0'), (N'136', NULL, N'1316628940663619584', N'0', N'0', N'0', N'0', N'0'), (N'137', NULL, N'1316629112428756992', N'0', N'0', N'0', N'0', N'0'), (N'138', NULL, N'1316652047017246720', N'0', N'0', N'0', N'0', N'0'), (N'139', NULL, N'1316913899996737536', N'0', N'0', N'0', N'0', N'0'), (N'140', NULL, N'1319200951383199744', N'0', N'0', N'0', N'0', N'0'), (N'141', NULL, N'1319221929807024128', N'0', N'0', N'0', N'0', N'0'), (N'142', NULL, N'1319554431134306304', N'0', N'0', N'0', N'0', N'0'), (N'143', NULL, N'1319554550458060800', N'0', N'0', N'0', N'0', N'0'), (N'144', NULL, N'1319554948434595840', N'0', N'0', N'0', N'0', N'0'), (N'145', NULL, N'1319555067183730688', N'0', N'0', N'0', N'0', N'0'), (N'146', NULL, N'1319555230765780992', N'0', N'0', N'0', N'0', N'0'), (N'147', NULL, N'1319555333790470144', N'0', N'0', N'0', N'0', N'0'), (N'148', NULL, N'1321001932510203904', N'0', N'0', N'0', N'0', N'0'), (N'149', NULL, N'1321002059803136000', N'0', N'0', N'0', N'0', N'0'), (N'150', NULL, N'1321002256440496128', N'0', N'0', N'0', N'0', N'0'), (N'151', NULL, N'1321002350686507008', N'0', N'0', N'0', N'0', N'0'), (N'152', NULL, N'1322190027988525056', N'0', N'0', N'0', N'0', N'0'), (N'153', NULL, N'1322452079688458240', N'0', N'0', N'0', N'0', N'0'), (N'154', NULL, N'1322452183929495552', N'0', N'0', N'0', N'0', N'0'), (N'155', NULL, N'1322452308651319296', N'0', N'0', N'0', N'0', N'0'), (N'156', NULL, N'1322452858176446464', N'0', N'0', N'0', N'0', N'0'), (N'157', NULL, N'1322452989235863552', N'0', N'0', N'0', N'0', N'0'), (N'158', NULL, N'1322453089655889920', N'0', N'0', N'0', N'0', N'0'), (N'159', NULL, N'1329706860249804800', N'0', N'0', N'0', N'0', N'0'), (N'160', NULL, N'1329707002411544576', N'0', N'0', N'0', N'0', N'0'), (N'161', NULL, N'1329708512277098496', N'0', N'0', N'0', N'0', N'0'), (N'162', NULL, N'1329708625917571072', N'0', N'0', N'0', N'0', N'0'), (N'163', NULL, N'1335049839287357440', N'0', N'0', N'0', N'0', N'0'), (N'164', NULL, N'1335050034221830144', N'0', N'0', N'0', N'0', N'0'), (N'165', NULL, N'1335050145899368448', N'0', N'0', N'0', N'0', N'0'), (N'166', NULL, N'1335050283434790912', N'0', N'0', N'0', N'0', N'0'), (N'167', NULL, N'1335050381770248192', N'0', N'0', N'0', N'0', N'0'), (N'168', NULL, N'1335050520941449216', N'0', N'0', N'0', N'0', N'0'), (N'169', NULL, N'1335050615829188608', N'0', N'0', N'0', N'0', N'0'), (N'170', NULL, N'1335111798720450560', N'0', N'0', N'0', N'0', N'0'), (N'171', NULL, N'1335118541370314752', N'0', N'0', N'0', N'0', N'0'), (N'172', NULL, N'1335118660417245184', N'0', N'0', N'0', N'0', N'0'), (N'173', NULL, N'1335118782727344128', N'0', N'0', N'0', N'0', N'0'), (N'174', NULL, N'1335118903200337920', N'0', N'0', N'0', N'0', N'0'), (N'175', NULL, N'1336230645078921216', N'0', N'0', N'0', N'0', N'0'), (N'176', NULL, N'1337314809113722880', N'0', N'0', N'0', N'0', N'0'), (N'177', NULL, N'1337314938973569024', N'0', N'0', N'0', N'0', N'0'), (N'178', NULL, N'1340961907637243904', N'0', N'0', N'0', N'0', N'0'), (N'179', NULL, N'1341652247554379776', N'0', N'0', N'0', N'0', N'0'), (N'180', NULL, N'1341652385555369984', N'0', N'0', N'0', N'0', N'0'), (N'181', NULL, N'1342457939827552256', N'0', N'0', N'0', N'0', N'0'), (N'182', NULL, N'1342458050112581632', N'0', N'0', N'0', N'0', N'0'), (N'183', NULL, N'1363382062055915520', N'0', N'0', N'0', N'0', N'0'), (N'184', NULL, N'1363382298501414912', N'0', N'0', N'0', N'0', N'0'), (N'185', NULL, N'1368854800347848704', N'0', N'0', N'0', N'0', N'0'), (N'186', NULL, N'1368855936576413696', N'0', N'0', N'0', N'0', N'0'), (N'187', NULL, N'1368856295889854464', N'0', N'0', N'0', N'0', N'0'), (N'188', NULL, N'1368856703572008960', N'0', N'0', N'0', N'0', N'0'), (N'189', NULL, N'1368856819242524672', N'0', N'0', N'0', N'0', N'0'), (N'190', NULL, N'1368856927887581184', N'0', N'0', N'0', N'0', N'0'), (N'191', NULL, N'1368857128383700992', N'0', N'0', N'0', N'0', N'0'), (N'192', NULL, N'1369560306297233408', N'0', N'0', N'0', N'0', N'0'), (N'193', NULL, N'1369560450472239104', N'0', N'0', N'0', N'0', N'0'), (N'194', NULL, N'1371705034307375104', N'0', N'0', N'0', N'0', N'0'), (N'195', NULL, N'1376442078396276736', N'0', N'0', N'0', N'0', N'0'), (N'196', NULL, N'1376442309850554368', N'0', N'0', N'0', N'0', N'0'), (N'197', NULL, N'1376442440536678400', N'0', N'0', N'0', N'0', N'0'), (N'198', NULL, N'1376442557943635968', N'0', N'0', N'0', N'0', N'0'), (N'199', NULL, N'1376442689674141696', N'0', N'0', N'0', N'0', N'0'), (N'200', NULL, N'1376442971032248320', N'0', N'0', N'0', N'0', N'0'), (N'201', NULL, N'1376443123021242368', N'0', N'0', N'0', N'0', N'0'), (N'202', NULL, N'1376443238851141632', N'0', N'0', N'0', N'0', N'0'), (N'203', NULL, N'1376443392249421824', N'0', N'0', N'0', N'0', N'0'), (N'204', NULL, N'1376443586777047040', N'0', N'0', N'0', N'0', N'0'), (N'205', NULL, N'1376467826087682048', N'0', N'0', N'0', N'0', N'0'), (N'206', NULL, N'1376467990894469120', N'0', N'0', N'0', N'0', N'0'), (N'207', NULL, N'1376468110214029312', N'0', N'0', N'0', N'0', N'0') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewayqosoptions --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayqosoptions]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayqosoptions] -GO - -CREATE TABLE [apigateway].[appapigatewayqosoptions] ( - [Id] int NOT NULL, - [ItemId] bigint NULL, - [ReRouteId] bigint NULL, - [ExceptionsAllowedBeforeBreaking] int NULL, - [DurationOfBreak] int NULL, - [TimeoutValue] int NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayqosoptions --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayqosoptions] VALUES (N'1', N'1260841964962947072', NULL, N'60', N'60000', N'30000'), (N'4', NULL, N'1261299170387169280', N'60', N'60000', N'30000'), (N'5', NULL, N'1261585859064872960', N'60', N'60000', N'30000'), (N'6', NULL, N'1261586605810368512', N'60', N'60000', N'30000'), (N'7', NULL, N'1261587558609436672', N'60', N'60000', N'30000'), (N'8', NULL, N'1261588213298348032', N'60', N'60000', N'30000'), (N'9', NULL, N'1261588367619375104', N'60', N'60000', N'30000'), (N'10', NULL, N'1261588628450557952', N'60', N'60000', N'30000'), (N'11', NULL, N'1261588881564221440', N'60', N'60000', N'30000'), (N'12', NULL, N'1261588983053795328', N'60', N'60000', N'30000'), (N'13', NULL, N'1261589139039961088', N'60', N'60000', N'30000'), (N'14', NULL, N'1261589197483393024', N'60', N'60000', N'30000'), (N'15', NULL, N'1261589278857084928', N'60', N'60000', N'30000'), (N'16', NULL, N'1261589420356124672', N'60', N'60000', N'30000'), (N'17', NULL, N'1261589960393736192', N'60', N'60000', N'30000'), (N'18', NULL, N'1261606600242085888', NULL, NULL, NULL), (N'19', NULL, N'1261606689601732608', NULL, NULL, NULL), (N'22', NULL, N'1262220447629058048', N'60', N'60000', N'30000'), (N'23', NULL, N'1262230734939758592', N'60', N'60000', N'30000'), (N'24', NULL, N'1262296916350869504', N'60', N'60000', N'30000'), (N'25', NULL, N'1262632376348594176', N'50', N'60000', N'30000'), (N'26', NULL, N'1262632791869902848', N'50', N'60000', N'30000'), (N'29', NULL, N'1262660336921235456', N'50', N'60000', N'30000'), (N'30', NULL, N'1262660528277966848', N'50', N'60000', N'30000'), (N'31', NULL, N'1262660706875625472', N'50', N'60000', N'30000'), (N'32', NULL, N'1262660966393991168', N'50', N'60000', N'30000'), (N'33', NULL, N'1262661109474283520', N'50', N'60000', N'30000'), (N'34', NULL, N'1262663888804663296', N'50', N'60000', N'30000'), (N'35', NULL, N'1262664024096133120', N'50', N'60000', N'30000'), (N'36', NULL, N'1262664186252120064', N'50', N'60000', N'30000'), (N'37', NULL, N'1262664357044178944', N'50', N'60000', N'30000'), (N'38', NULL, N'1262664632928718848', N'50', N'60000', N'30000'), (N'39', NULL, N'1262664751409418240', N'50', N'60000', N'30000'), (N'40', NULL, N'1262664871274237952', N'50', N'60000', N'30000'), (N'41', NULL, N'1262665026111164416', N'50', N'60000', N'30000'), (N'42', NULL, N'1262665159905267712', N'50', N'60000', N'30000'), (N'43', NULL, N'1262665329829105664', N'50', N'60000', N'30000'), (N'44', NULL, N'1262665456471920640', N'50', N'60000', N'30000'), (N'45', NULL, N'1262665628165754880', N'50', N'60000', N'30000'), (N'46', NULL, N'1262666172682883072', N'50', N'60000', N'30000'), (N'48', NULL, N'1262723402331885568', N'50', N'60000', N'30000'), (N'49', NULL, N'1262935771746734080', N'50', N'60000', N'30000'), (N'50', NULL, N'1262935906522304512', N'50', N'60000', N'30000'), (N'53', NULL, N'1263074419073593344', N'50', N'60000', N'30000'), (N'54', NULL, N'1263075249394790400', N'50', N'60000', N'30000'), (N'55', NULL, N'1263075593499684864', N'50', N'60000', N'30000'), (N'57', NULL, N'1263101898440146944', N'50', N'60000', N'120000'), (N'58', NULL, N'1263303878648569856', N'50', N'60000', N'30000'), (N'59', NULL, N'1263304204797648896', N'50', N'60000', N'120000'), (N'60', NULL, N'1263304872891555840', N'50', N'60000', N'30000'), (N'61', NULL, N'1263305106250047488', N'50', N'60000', N'30000'), (N'62', NULL, N'1263305244594970624', N'50', N'60000', N'30000'), (N'63', NULL, N'1263305430536855552', N'50', N'60000', N'30000'), (N'64', NULL, N'1263639172959174656', N'50', N'60000', N'30000'), (N'65', NULL, N'1264799968944640000', N'50', N'60000', N'30000'), (N'66', NULL, N'1264800070161584128', N'50', N'60000', N'30000'), (N'68', NULL, N'1267360794414161920', N'50', N'60000', N'30000'), (N'69', NULL, N'1267383367629807616', N'50', N'60000', N'30000'), (N'70', NULL, N'1267817055527632896', N'50', N'60000', N'30000'), (N'71', NULL, N'1267817221286526976', N'50', N'60000', N'30000'), (N'72', NULL, N'1268893687085518848', N'50', N'60000', N'30000'), (N'97', NULL, N'1288657613998579712', N'50', N'60000', N'30000'), (N'98', NULL, N'1288657941770854400', N'50', N'60000', N'30000'), (N'99', NULL, N'1288658134067109888', N'50', N'60000', N'30000'), (N'100', NULL, N'1288658305156964352', N'50', N'60000', N'30000'), (N'101', NULL, N'1288658491216289792', N'50', N'60000', N'30000'), (N'102', NULL, N'1288658638302142464', N'50', N'60000', N'30000'), (N'103', NULL, N'1288658791784308736', N'50', N'60000', N'30000'), (N'104', NULL, N'1290849478956199936', N'50', N'60000', N'30000'), (N'105', NULL, N'1290849628051124224', N'50', N'60000', N'30000'), (N'106', NULL, N'1290849798553776128', N'50', N'60000', N'30000'), (N'108', NULL, N'1291259822512693248', N'50', N'60000', N'30000'), (N'117', NULL, N'1293470838745821184', N'50', N'60000', N'30000'), (N'118', NULL, N'1293471661785706496', N'50', N'60000', N'30000'), (N'119', NULL, N'1293472678392721408', N'50', N'60000', N'30000'), (N'120', NULL, N'1293472857510473728', N'50', N'60000', N'30000'), (N'121', NULL, N'1299273336009359360', N'50', N'60000', N'30000'), (N'122', NULL, N'1299273436282585088', N'50', N'60000', N'30000'), (N'123', NULL, N'1299273618470567936', N'50', N'60000', N'30000'), (N'124', NULL, N'1299273770182737920', N'50', N'60000', N'30000'), (N'125', NULL, N'1299273978023084032', N'50', N'60000', N'30000'), (N'126', NULL, N'1299274123225694208', N'50', N'60000', N'30000'), (N'127', NULL, N'1299274222299348992', N'50', N'60000', N'30000'), (N'128', NULL, N'1304238876758495232', N'50', N'60000', N'30000'), (N'129', NULL, N'1304678610343383040', N'50', N'60000', N'30000'), (N'130', NULL, N'1304679169305694208', N'50', N'60000', N'30000'), (N'131', NULL, N'1310460417141817344', N'50', N'60000', N'30000'), (N'132', NULL, N'1310502391475519488', N'50', N'60000', N'30000'), (N'133', NULL, N'1310515546943569920', N'50', N'60000', N'30000'), (N'134', NULL, N'1310515735292985344', N'50', N'60000', N'30000'), (N'135', NULL, N'1316628769783480320', N'50', N'60000', N'30000'), (N'136', NULL, N'1316628940663619584', N'50', N'60000', N'30000'), (N'137', NULL, N'1316629112428756992', N'50', N'60000', N'30000'), (N'138', NULL, N'1316652047017246720', N'50', N'60000', N'30000'), (N'139', NULL, N'1316913899996737536', N'50', N'60000', N'30000'), (N'140', NULL, N'1319200951383199744', N'50', N'60000', N'30000'), (N'141', NULL, N'1319221929807024128', N'50', N'60000', N'30000'), (N'142', NULL, N'1319554431134306304', N'50', N'60000', N'30000'), (N'143', NULL, N'1319554550458060800', N'50', N'60000', N'30000'), (N'144', NULL, N'1319554948434595840', N'50', N'60000', N'30000'), (N'145', NULL, N'1319555067183730688', N'50', N'60000', N'30000'), (N'146', NULL, N'1319555230765780992', N'50', N'60000', N'30000'), (N'147', NULL, N'1319555333790470144', N'50', N'60000', N'30000'), (N'148', NULL, N'1321001932510203904', N'50', N'60000', N'30000'), (N'149', NULL, N'1321002059803136000', N'50', N'60000', N'30000'), (N'150', NULL, N'1321002256440496128', N'50', N'60000', N'30000'), (N'151', NULL, N'1321002350686507008', N'50', N'60000', N'30000'), (N'152', NULL, N'1322190027988525056', N'50', N'60000', N'30000'), (N'153', NULL, N'1322452079688458240', N'50', N'60000', N'30000'), (N'154', NULL, N'1322452183929495552', N'50', N'60000', N'30000'), (N'155', NULL, N'1322452308651319296', N'50', N'60000', N'30000'), (N'156', NULL, N'1322452858176446464', N'50', N'60000', N'30000'), (N'157', NULL, N'1322452989235863552', N'50', N'60000', N'30000'), (N'158', NULL, N'1322453089655889920', N'50', N'60000', N'30000'), (N'159', NULL, N'1329706860249804800', N'50', N'60000', N'30000'), (N'160', NULL, N'1329707002411544576', N'50', N'60000', N'30000'), (N'161', NULL, N'1329708512277098496', N'50', N'60000', N'30000'), (N'162', NULL, N'1329708625917571072', N'50', N'60000', N'30000'), (N'163', NULL, N'1335049839287357440', N'50', N'60000', N'30000'), (N'164', NULL, N'1335050034221830144', N'50', N'60000', N'30000'), (N'165', NULL, N'1335050145899368448', N'50', N'60000', N'30000'), (N'166', NULL, N'1335050283434790912', N'50', N'60000', N'30000'), (N'167', NULL, N'1335050381770248192', N'50', N'60000', N'30000'), (N'168', NULL, N'1335050520941449216', N'50', N'60000', N'30000'), (N'169', NULL, N'1335050615829188608', N'50', N'60000', N'30000'), (N'170', NULL, N'1335111798720450560', N'50', N'60000', N'30000'), (N'171', NULL, N'1335118541370314752', N'50', N'60000', N'30000'), (N'172', NULL, N'1335118660417245184', N'50', N'60000', N'30000'), (N'173', NULL, N'1335118782727344128', N'50', N'60000', N'30000'), (N'174', NULL, N'1335118903200337920', N'50', N'60000', N'30000'), (N'175', NULL, N'1336230645078921216', N'50', N'60000', N'30000'), (N'176', NULL, N'1337314809113722880', N'50', N'60000', N'30000'), (N'177', NULL, N'1337314938973569024', N'50', N'60000', N'30000'), (N'178', NULL, N'1340961907637243904', N'50', N'60000', N'30000'), (N'179', NULL, N'1341652247554379776', N'50', N'60000', N'30000'), (N'180', NULL, N'1341652385555369984', N'50', N'60000', N'30000'), (N'181', NULL, N'1342457939827552256', N'50', N'60000', N'30000'), (N'182', NULL, N'1342458050112581632', N'50', N'60000', N'30000'), (N'183', NULL, N'1363382062055915520', N'50', N'60000', N'30000'), (N'184', NULL, N'1363382298501414912', N'50', N'60000', N'30000'), (N'185', NULL, N'1368854800347848704', N'50', N'60000', N'30000'), (N'186', NULL, N'1368855936576413696', N'50', N'60000', N'30000'), (N'187', NULL, N'1368856295889854464', N'50', N'60000', N'30000'), (N'188', NULL, N'1368856703572008960', N'50', N'60000', N'30000'), (N'189', NULL, N'1368856819242524672', N'50', N'60000', N'30000'), (N'190', NULL, N'1368856927887581184', N'50', N'60000', N'30000'), (N'191', NULL, N'1368857128383700992', N'50', N'60000', N'30000'), (N'192', NULL, N'1369560306297233408', N'50', N'60000', N'30000'), (N'193', NULL, N'1369560450472239104', N'50', N'60000', N'30000'), (N'194', NULL, N'1371705034307375104', N'50', N'60000', N'30000'), (N'195', NULL, N'1376442078396276736', N'50', N'60000', N'30000'), (N'196', NULL, N'1376442309850554368', N'50', N'60000', N'30000'), (N'197', NULL, N'1376442440536678400', N'50', N'60000', N'30000'), (N'198', NULL, N'1376442557943635968', N'50', N'60000', N'30000'), (N'199', NULL, N'1376442689674141696', N'50', N'60000', N'30000'), (N'200', NULL, N'1376442971032248320', N'50', N'60000', N'30000'), (N'201', NULL, N'1376443123021242368', N'50', N'60000', N'30000'), (N'202', NULL, N'1376443238851141632', N'50', N'60000', N'30000'), (N'203', NULL, N'1376443392249421824', N'50', N'60000', N'30000'), (N'204', NULL, N'1376443586777047040', N'50', N'60000', N'30000'), (N'205', NULL, N'1376467826087682048', N'50', N'60000', N'30000'), (N'206', NULL, N'1376467990894469120', N'50', N'60000', N'30000'), (N'207', NULL, N'1376468110214029312', N'50', N'60000', N'30000') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewayratelimitoptions --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayratelimitoptions]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayratelimitoptions] -GO - -CREATE TABLE [apigateway].[appapigatewayratelimitoptions] ( - [Id] int NOT NULL, - [ItemId] bigint NOT NULL, - [ClientIdHeader] nvarchar(50) NULL, - [QuotaExceededMessage] nvarchar(256) NULL, - [RateLimitCounterPrefix] nvarchar(50) NULL, - [DisableRateLimitHeaders] tinyint NOT NULL, - [HttpStatusCode] int NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayratelimitoptions --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayratelimitoptions] VALUES (N'1', N'1260841964962947072', N'ClientId', N'您的操作过快,请稍后再试!', N'ocelot', N'1', N'429') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewayratelimitrule --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayratelimitrule]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayratelimitrule] -GO - -CREATE TABLE [apigateway].[appapigatewayratelimitrule] ( - [Id] int NOT NULL, - [ReRouteId] bigint NULL, - [DynamicReRouteId] bigint NULL, - [ClientWhitelist] nvarchar(1000) NULL, - [EnableRateLimiting] tinyint NOT NULL, - [Period] nvarchar(50) NULL, - [PeriodTimespan] float NULL, - [Limit] bigint NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayratelimitrule --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayratelimitrule] VALUES (N'3', N'1261299170387169280', NULL, N'', N'0', NULL, NULL, NULL), (N'4', N'1261585859064872960', NULL, N'', N'0', NULL, NULL, NULL), (N'5', N'1261586605810368512', NULL, N'', N'0', NULL, NULL, NULL), (N'6', N'1261587558609436672', NULL, N'', N'0', NULL, NULL, NULL), (N'7', N'1261588213298348032', NULL, N'', N'0', NULL, NULL, NULL), (N'8', N'1261588367619375104', NULL, N'', N'0', NULL, NULL, NULL), (N'9', N'1261588628450557952', NULL, N'', N'0', NULL, NULL, NULL), (N'10', N'1261588881564221440', NULL, N'', N'0', NULL, NULL, NULL), (N'11', N'1261588983053795328', NULL, N'', N'0', NULL, NULL, NULL), (N'12', N'1261589139039961088', NULL, N'', N'0', NULL, NULL, NULL), (N'13', N'1261589197483393024', NULL, N'', N'0', NULL, NULL, NULL), (N'14', N'1261589278857084928', NULL, N'', N'0', NULL, NULL, NULL), (N'15', N'1261589420356124672', NULL, N'', N'0', NULL, NULL, NULL), (N'16', N'1261589960393736192', NULL, N'', N'0', NULL, NULL, NULL), (N'17', N'1261606600242085888', NULL, N'', N'0', NULL, NULL, NULL), (N'18', N'1261606689601732608', NULL, N'', N'0', NULL, NULL, NULL), (N'21', N'1262220447629058048', NULL, N'', N'0', NULL, NULL, NULL), (N'22', N'1262230734939758592', NULL, N'', N'0', NULL, NULL, NULL), (N'23', N'1262296916350869504', NULL, N'', N'0', NULL, NULL, NULL), (N'24', N'1262632376348594176', NULL, N'', N'0', NULL, NULL, NULL), (N'25', N'1262632791869902848', NULL, N'', N'0', NULL, NULL, NULL), (N'28', N'1262660336921235456', NULL, N'', N'0', NULL, NULL, NULL), (N'29', N'1262660528277966848', NULL, N'', N'0', NULL, NULL, NULL), (N'30', N'1262660706875625472', NULL, N'', N'0', NULL, NULL, NULL), (N'31', N'1262660966393991168', NULL, N'', N'0', NULL, NULL, NULL), (N'32', N'1262661109474283520', NULL, N'', N'0', NULL, NULL, NULL), (N'33', N'1262663888804663296', NULL, N'', N'0', NULL, NULL, NULL), (N'34', N'1262664024096133120', NULL, N'', N'0', NULL, NULL, NULL), (N'35', N'1262664186252120064', NULL, N'', N'0', NULL, NULL, NULL), (N'36', N'1262664357044178944', NULL, N'', N'0', NULL, NULL, NULL), (N'37', N'1262664632928718848', NULL, N'', N'0', NULL, NULL, NULL), (N'38', N'1262664751409418240', NULL, N'', N'0', NULL, NULL, NULL), (N'39', N'1262664871274237952', NULL, N'', N'0', NULL, NULL, NULL), (N'40', N'1262665026111164416', NULL, N'', N'0', NULL, NULL, NULL), (N'41', N'1262665159905267712', NULL, N'', N'0', NULL, NULL, NULL), (N'42', N'1262665329829105664', NULL, N'', N'0', NULL, NULL, NULL), (N'43', N'1262665456471920640', NULL, N'', N'0', NULL, NULL, NULL), (N'44', N'1262665628165754880', NULL, N'', N'0', NULL, NULL, NULL), (N'45', N'1262666172682883072', NULL, N'', N'0', NULL, NULL, NULL), (N'47', N'1262723402331885568', NULL, N'', N'0', NULL, NULL, NULL), (N'48', N'1262935771746734080', NULL, N'', N'0', NULL, NULL, NULL), (N'49', N'1262935906522304512', NULL, N'', N'0', NULL, NULL, NULL), (N'52', N'1263074419073593344', NULL, N'', N'0', NULL, NULL, NULL), (N'53', N'1263075249394790400', NULL, N'', N'0', NULL, NULL, NULL), (N'54', N'1263075593499684864', NULL, N'', N'0', NULL, NULL, NULL), (N'56', N'1263101898440146944', NULL, N'', N'0', NULL, NULL, NULL), (N'57', N'1263303878648569856', NULL, N'', N'0', NULL, NULL, NULL), (N'58', N'1263304204797648896', NULL, N'', N'0', NULL, NULL, NULL), (N'59', N'1263304872891555840', NULL, N'', N'0', NULL, NULL, NULL), (N'60', N'1263305106250047488', NULL, N'', N'0', NULL, NULL, NULL), (N'61', N'1263305244594970624', NULL, N'', N'0', NULL, NULL, NULL), (N'62', N'1263305430536855552', NULL, N'', N'0', NULL, NULL, NULL), (N'63', N'1263639172959174656', NULL, N'', N'0', NULL, NULL, NULL), (N'64', N'1264799968944640000', NULL, N'', N'0', NULL, NULL, NULL), (N'65', N'1264800070161584128', NULL, N'', N'0', NULL, NULL, NULL), (N'66', N'1267360794414161920', NULL, N'', N'0', NULL, NULL, NULL), (N'67', N'1267383367629807616', NULL, N'', N'0', NULL, NULL, NULL), (N'68', N'1267817055527632896', NULL, N'', N'0', NULL, NULL, NULL), (N'69', N'1267817221286526976', NULL, N'', N'0', NULL, NULL, NULL), (N'70', N'1268893687085518848', NULL, N'', N'0', NULL, NULL, NULL), (N'94', N'1288657613998579712', NULL, N'', N'1', N'1m', N'60', N'200'), (N'95', N'1288657941770854400', NULL, N'', N'0', NULL, NULL, NULL), (N'96', N'1288658134067109888', NULL, N'', N'0', NULL, NULL, NULL), (N'97', N'1288658305156964352', NULL, N'', N'0', NULL, NULL, NULL), (N'98', N'1288658491216289792', NULL, N'', N'0', NULL, NULL, NULL), (N'99', N'1288658638302142464', NULL, N'', N'0', NULL, NULL, NULL), (N'100', N'1288658791784308736', NULL, N'', N'0', NULL, NULL, NULL), (N'101', N'1290849478956199936', NULL, N'', N'0', NULL, NULL, NULL), (N'102', N'1290849628051124224', NULL, N'', N'0', NULL, NULL, NULL), (N'103', N'1290849798553776128', NULL, N'', N'0', NULL, NULL, NULL), (N'105', N'1291259822512693248', NULL, N'', N'0', NULL, NULL, NULL), (N'114', N'1293470838745821184', NULL, N'', N'0', NULL, NULL, NULL), (N'115', N'1293471661785706496', NULL, N'', N'0', NULL, NULL, NULL), (N'116', N'1293472678392721408', NULL, N'', N'0', NULL, NULL, NULL), (N'117', N'1293472857510473728', NULL, N'', N'0', NULL, NULL, NULL), (N'118', N'1299273336009359360', NULL, N'', N'0', NULL, NULL, NULL), (N'119', N'1299273436282585088', NULL, N'', N'0', NULL, NULL, NULL), (N'120', N'1299273618470567936', NULL, N'', N'0', NULL, NULL, NULL), (N'121', N'1299273770182737920', NULL, N'', N'0', NULL, NULL, NULL), (N'122', N'1299273978023084032', NULL, N'', N'0', NULL, NULL, NULL), (N'123', N'1299274123225694208', NULL, N'', N'0', NULL, NULL, NULL), (N'124', N'1299274222299348992', NULL, N'', N'0', NULL, NULL, NULL), (N'125', N'1304238876758495232', NULL, N'', N'0', NULL, NULL, NULL), (N'126', N'1304678610343383040', NULL, N'', N'0', NULL, NULL, NULL), (N'127', N'1304679169305694208', NULL, N'', N'0', NULL, NULL, NULL), (N'128', N'1310460417141817344', NULL, N'', N'0', NULL, NULL, NULL), (N'129', N'1310502391475519488', NULL, N'', N'0', NULL, NULL, NULL), (N'130', N'1310515546943569920', NULL, N'', N'0', NULL, NULL, NULL), (N'131', N'1310515735292985344', NULL, N'', N'0', NULL, NULL, NULL), (N'132', N'1316628769783480320', NULL, N'', N'0', NULL, NULL, NULL), (N'133', N'1316628940663619584', NULL, N'', N'0', NULL, NULL, NULL), (N'134', N'1316629112428756992', NULL, N'', N'0', NULL, NULL, NULL), (N'135', N'1316652047017246720', NULL, N'', N'0', NULL, NULL, NULL), (N'136', N'1316913899996737536', NULL, N'', N'0', NULL, NULL, NULL), (N'137', N'1319200951383199744', NULL, N'', N'0', NULL, NULL, NULL), (N'138', N'1319221929807024128', NULL, N'', N'0', NULL, NULL, NULL), (N'139', N'1319554431134306304', NULL, N'', N'0', NULL, NULL, NULL), (N'140', N'1319554550458060800', NULL, N'', N'0', NULL, NULL, NULL), (N'141', N'1319554948434595840', NULL, N'', N'0', NULL, NULL, NULL), (N'142', N'1319555067183730688', NULL, N'', N'0', NULL, NULL, NULL), (N'143', N'1319555230765780992', NULL, N'', N'0', NULL, NULL, NULL), (N'144', N'1319555333790470144', NULL, N'', N'0', NULL, NULL, NULL), (N'145', N'1321001932510203904', NULL, N'', N'0', NULL, NULL, NULL), (N'146', N'1321002059803136000', NULL, N'', N'0', NULL, NULL, NULL), (N'147', N'1321002256440496128', NULL, N'', N'0', NULL, NULL, NULL), (N'148', N'1321002350686507008', NULL, N'', N'0', NULL, NULL, NULL), (N'149', N'1322190027988525056', NULL, N'', N'0', NULL, NULL, NULL), (N'150', N'1322452079688458240', NULL, N'', N'0', NULL, NULL, NULL), (N'151', N'1322452183929495552', NULL, N'', N'0', NULL, NULL, NULL), (N'152', N'1322452308651319296', NULL, N'', N'0', NULL, NULL, NULL), (N'153', N'1322452858176446464', NULL, N'', N'0', NULL, NULL, NULL), (N'154', N'1322452989235863552', NULL, N'', N'0', NULL, NULL, NULL), (N'155', N'1322453089655889920', NULL, N'', N'0', NULL, NULL, NULL), (N'156', N'1329706860249804800', NULL, N'', N'0', NULL, NULL, NULL), (N'157', N'1329707002411544576', NULL, N'', N'0', NULL, NULL, NULL), (N'158', N'1329708512277098496', NULL, N'', N'0', NULL, NULL, NULL), (N'159', N'1329708625917571072', NULL, N'', N'0', NULL, NULL, NULL), (N'160', N'1335049839287357440', NULL, N'', N'0', NULL, NULL, NULL), (N'161', N'1335050034221830144', NULL, N'', N'0', NULL, NULL, NULL), (N'162', N'1335050145899368448', NULL, N'', N'0', NULL, NULL, NULL), (N'163', N'1335050283434790912', NULL, N'', N'0', NULL, NULL, NULL), (N'164', N'1335050381770248192', NULL, N'', N'0', NULL, NULL, NULL), (N'165', N'1335050520941449216', NULL, N'', N'0', NULL, NULL, NULL), (N'166', N'1335050615829188608', NULL, N'', N'0', NULL, NULL, NULL), (N'167', N'1335111798720450560', NULL, N'', N'0', NULL, NULL, NULL), (N'168', N'1335118541370314752', NULL, N'', N'0', NULL, NULL, NULL), (N'169', N'1335118660417245184', NULL, N'', N'0', NULL, NULL, NULL), (N'170', N'1335118782727344128', NULL, N'', N'0', NULL, NULL, NULL), (N'171', N'1335118903200337920', NULL, N'', N'0', NULL, NULL, NULL), (N'172', N'1336230645078921216', NULL, N'', N'0', NULL, NULL, NULL), (N'173', N'1337314809113722880', NULL, N'', N'0', NULL, NULL, NULL), (N'174', N'1337314938973569024', NULL, N'', N'0', NULL, NULL, NULL), (N'175', N'1340961907637243904', NULL, N'', N'0', NULL, NULL, NULL), (N'176', N'1341652247554379776', NULL, N'', N'0', NULL, NULL, NULL), (N'177', N'1341652385555369984', NULL, N'', N'0', NULL, NULL, NULL), (N'178', N'1342457939827552256', NULL, N'', N'0', NULL, NULL, NULL), (N'179', N'1342458050112581632', NULL, N'', N'0', NULL, NULL, NULL), (N'180', N'1363382062055915520', NULL, N'', N'0', NULL, NULL, NULL), (N'181', N'1363382298501414912', NULL, N'', N'0', NULL, NULL, NULL), (N'182', N'1368854800347848704', NULL, N'', N'0', NULL, NULL, NULL), (N'183', N'1368855936576413696', NULL, N'', N'0', NULL, NULL, NULL), (N'184', N'1368856295889854464', NULL, N'', N'0', NULL, NULL, NULL), (N'185', N'1368856703572008960', NULL, N'', N'0', NULL, NULL, NULL), (N'186', N'1368856819242524672', NULL, N'', N'0', NULL, NULL, NULL), (N'187', N'1368856927887581184', NULL, N'', N'0', NULL, NULL, NULL), (N'188', N'1368857128383700992', NULL, N'', N'0', NULL, NULL, NULL), (N'189', N'1369560306297233408', NULL, N'', N'0', NULL, NULL, NULL), (N'190', N'1369560450472239104', NULL, N'', N'0', NULL, NULL, NULL), (N'191', N'1371705034307375104', NULL, N'', N'0', NULL, NULL, NULL), (N'192', N'1376442078396276736', NULL, N'', N'0', NULL, NULL, NULL), (N'193', N'1376442309850554368', NULL, N'', N'0', NULL, NULL, NULL), (N'194', N'1376442440536678400', NULL, N'', N'0', NULL, NULL, NULL), (N'195', N'1376442557943635968', NULL, N'', N'0', NULL, NULL, NULL), (N'196', N'1376442689674141696', NULL, N'', N'0', NULL, NULL, NULL), (N'197', N'1376442971032248320', NULL, N'', N'0', NULL, NULL, NULL), (N'198', N'1376443123021242368', NULL, N'', N'0', NULL, NULL, NULL), (N'199', N'1376443238851141632', NULL, N'', N'0', NULL, NULL, NULL), (N'200', N'1376443392249421824', NULL, N'', N'0', NULL, NULL, NULL), (N'201', N'1376443586777047040', NULL, N'', N'0', NULL, NULL, NULL), (N'202', N'1376467826087682048', NULL, N'', N'0', NULL, NULL, NULL), (N'203', N'1376467990894469120', NULL, N'', N'0', NULL, NULL, NULL), (N'204', N'1376468110214029312', NULL, N'', N'0', NULL, NULL, NULL) -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewayreroute --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayreroute]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayreroute] -GO - -CREATE TABLE [apigateway].[appapigatewayreroute] ( - [Id] int NOT NULL, - [ExtraProperties] nvarchar(max) NULL, - [ConcurrencyStamp] nvarchar(40) NULL, - [ReRouteId] bigint NOT NULL, - [ReRouteName] nvarchar(50) NOT NULL, - [DownstreamPathTemplate] nvarchar(100) NOT NULL, - [ChangeDownstreamPathTemplate] nvarchar(1000) NULL, - [DownstreamHttpMethod] nvarchar(100) NULL, - [UpstreamPathTemplate] nvarchar(100) NOT NULL, - [UpstreamHttpMethod] nvarchar(50) NOT NULL, - [AddHeadersToRequest] nvarchar(1000) NULL, - [UpstreamHeaderTransform] nvarchar(1000) NULL, - [DownstreamHeaderTransform] nvarchar(1000) NULL, - [AddClaimsToRequest] nvarchar(1000) NULL, - [RouteClaimsRequirement] nvarchar(1000) NULL, - [AddQueriesToRequest] nvarchar(1000) NULL, - [RequestIdKey] nvarchar(100) NULL, - [ReRouteIsCaseSensitive] tinyint NOT NULL, - [ServiceName] nvarchar(100) NULL, - [ServiceNamespace] nvarchar(100) NULL, - [DownstreamScheme] nvarchar(100) NULL, - [DownstreamHostAndPorts] nvarchar(1000) NULL, - [DelegatingHandlers] nvarchar(1000) NULL, - [UpstreamHost] nvarchar(100) NULL, - [Key] nvarchar(100) NULL, - [Priority] int NULL, - [Timeout] int NULL, - [DangerousAcceptAnyServerCertificateValidator] tinyint NOT NULL, - [DownstreamHttpVersion] nvarchar(30) NULL, - [AppId] nvarchar(50) NOT NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayreroute --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayreroute] VALUES (N'4', N'{}', N'84059fcecc91498b9beafac914865e2c', N'1261299170387169280', N'【后台管理】- 权限管理', N'/api/permission-management/permissions', N'', NULL, N'/api/permission-management/permissions', N'GET,PUT,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30010,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'5', N'{}', N'f2312eed73cc4d3cbefcd1816849fd74', N'1261585859064872960', N'【身份认证服务】- 客户端', N'/api/identity-server/clients', N'', NULL, N'/api/identity-server/clients', N'POST,GET,', N'', N'', N'X-Forwarded-For:{RemoteIpAddress},', N'', N'', N'', NULL, N'1', N'', NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'6', N'{}', N'b764ec7b994147abb12974bfcee4a0a9', N'1261586605810368512', N'【身份认证服务】- 管理客户端', N'/api/identity-server/clients/{Id}', N'', NULL, N'/api/identity-server/clients/{Id}', N'GET,DELETE,PUT,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'7', N'{}', N'b4ce189320804dc6b87e602594e93d35', N'1261587558609436672', N'【服务网关管理】- 路由组管理', N'/api/ApiGateway/RouteGroups', N'', N'', N'/api/ApiGateway/RouteGroups', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'8', N'{}', N'8736fefa36da4b129f3fcf6aa095f2ce', N'1261588213298348032', N'【服务网关管理】- 查询单个路由组', N'/api/ApiGateway/RouteGroups/By-AppId/{AppId}', N'', N'', N'/api/ApiGateway/RouteGroups/By-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'9', N'{}', N'befd14ad39e244bc9dea7e0c01e642ce', N'1261588367619375104', N'【服务网关管理】- 查询所有有效路由组', N'/api/ApiGateway/RouteGroups/Actived', N'', N'', N'/api/ApiGateway/RouteGroups/Actived', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'10', N'{}', N'0a95945d77144ce69addb0d1e8d37837', N'1261588628450557952', N'【服务网关管理】- 基础配置', N'/api/ApiGateway/Globals', N'', N'', N'/api/ApiGateway/Globals', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'11', N'{}', N'70ee7f919bf44b42b549c905316bfd75', N'1261588881564221440', N'【服务网关管理】- 查询单个基础配置', N'/api/ApiGateway/Globals/By-AppId/{AppId}', N'', N'', N'/api/ApiGateway/Globals/By-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'12', N'{}', N'caf54542d561428a9123ebed88e4b2e9', N'1261588983053795328', N'【服务网关管理】- 路由配置', N'/api/ApiGateway/Routes', N'', N'', N'/api/ApiGateway/Routes', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'13', N'{}', N'df6c48fdaab44a37842992ae61c59dc5', N'1261589139039961088', N'【服务网关管理】- 通过标识查询路由', N'/api/ApiGateway/Routes/By-RouteId/{RouteId}', N'', N'', N'/api/ApiGateway/Routes/By-RouteId/{RouteId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'14', N'{}', N'aaeaedebd24a4011ad565b5559f84c5f', N'1261589197483393024', N'【服务网关管理】- 通过名称查询路由', N'/api/ApiGateway/Routes/By-RouteName/{RouteName}', N'', N'', N'/api/ApiGateway/Routes/By-RouteName/{RouteName}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'15', N'{}', N'559c9f1b2b8c44caac86f7a643a16aaa', N'1261589278857084928', N'【服务网关管理】- 通过应用标识查询路由', N'/api/ApiGateway/Routes/By-AppId/{AppId}', N'', N'', N'/api/ApiGateway/Routes/By-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'16', N'{}', N'00d0a12f403a4a919c99c534bd76d0d0', N'1261589420356124672', N'【服务网关管理】- 清空应用标识下所有路由', N'/api/ApiGateway/Routes/Clear', N'', N'', N'/api/ApiGateway/Routes/Clear', N'DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'17', N'{}', N'8c308f1386ad49c799cd281eb95170ac', N'1261589960393736192', N'【服务网关管理】- 通过应用标识查询动态路由', N'/api/ApiGateway/DynamicRoutes/By-AppId/{AppId}', N'', NULL, N'/api/ApiGateway/DynamicRoutes/By-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'18', N'{}', N'e659ebbf61534a978335cfeabdc0b375', N'1261606600242085888', N'【服务网关管理】- 通过应用标识查询聚合路由', N'/api/ApiGateway/Aggregates/by-AppId/{AppId}', N'', NULL, N'/api/ApiGateway/Aggregates/by-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'19', N'{}', N'd665e4491b81413385858601d9cf9a1d', N'1261606689601732608', N'【服务网关管理】- 聚合路由', N'/api/ApiGateway/Aggregates', N'', NULL, N'/api/ApiGateway/Aggregates', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'22', N'{}', N'2aad614e2c2a497593a4784ff639c3d9', N'1262220447629058048', N'【身份认证服务】- 克隆客户端', N'/api/identity-server/clients/{id}/clone', N'', NULL, N'/api/identity-server/clients/{id}/clone', N'POST,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'23', N'{}', N'1504c5e4a7334298878339a305445b21', N'1262230734939758592', N'【身份认证服务】- 可用的Api资源', N'/api/identity-server/clients/assignable-api-resources', N'', NULL, N'/api/identity-server/clients/assignable-api-resources', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, N'assignable-api-resources', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'25', N'{}', N'53dd1751d9104940a966006a5e93d1fa', N'1262296916350869504', N'【身份认证服务】- 可用的身份资源', N'/api/identity-server/clients/assignable-identity-resources', N'', NULL, N'/api/identity-server/clients/assignable-identity-resources', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, N'assignable-identity-resources', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'26', N'{}', N'3fccd1318d0d47d9aef85542668829a6', N'1262632376348594176', N'【身份认证服务】- Api资源', N'/api/identity-server/api-resources', N'', N'', N'/api/identity-server/api-resources', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'27', N'{}', N'de6bd0ddea6d4019b4855be5442fafdc', N'1262632791869902848', N'【身份认证服务】- 管理Api资源', N'/api/identity-server/api-resources/{id}', N'', N'', N'/api/identity-server/api-resources/{id}', N'GET,DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'30', N'{}', N'0f9875697b74420c9dc2eaf77099b210', N'1262660336921235456', N'【身份认证服务】- 用户登录', N'/api/account/login', N'', N'', N'/api/account/login', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'31', N'{}', N'a890c6ecc6a64c9fa313a0f6b5406e1c', N'1262660528277966848', N'【身份认证服务】- 用户登出', N'/api/account/logout', N'', N'', N'/api/account/logout', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'32', N'{}', N'88de580b6beb4d9d9d4367840ba1fcea', N'1262660706875625472', N'【身份认证服务】- 检查密码', N'/api/account/checkPassword', N'', N'', N'/api/account/checkPassword', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'33', N'{}', N'78f3c1adc7a54696af37a419eda47c62', N'1262660966393991168', N'【身份认证服务】- 个人信息页', N'/api/identity/my-profile', N'', N'', N'/api/identity/my-profile', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'34', N'{}', N'95b23aa5cebb40598a78c0761cfd0b26', N'1262661109474283520', N'【身份认证服务】- 修改密码', N'/api/identity/my-profile/change-password', N'', N'', N'/api/identity/my-profile/change-password', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'35', N'{}', N'4828f7c2aff8485189f37aba5de62d60', N'1262663888804663296', N'【身份认证管理】- 角色管理', N'/api/identity/roles', N'', N'', N'/api/identity/roles', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'36', N'{}', N'0fddcd3b50a24c6795ec9034fdb44778', N'1262664024096133120', N'【身份认证服务】- 角色列表', N'/api/identity/roles/all', N'', N'', N'/api/identity/roles/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'37', N'{}', N'191e555219e845069dfd93793263a840', N'1262664186252120064', N'【身份认证服务】- 单个角色', N'/api/identity/roles/{id}', N'', N'', N'/api/identity/roles/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'38', N'{}', N'c316858e82f74e6ca6e923d6b3a3fa76', N'1262664357044178944', N'【身份认证服务】- 用户注册', N'/api/account/register', N'', N'', N'/api/account/register', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'39', N'{}', N'db53b6f957914a10a6a97ba306b1f6ef', N'1262664632928718848', N'【身份认证服务】- 单个用户', N'/api/identity/users/{id}', N'', N'', N'/api/identity/users/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'40', N'{}', N'1833434b8ce34f8ab791e7e950f4c61f', N'1262664751409418240', N'【身份认证服务】- 用户管理', N'/api/identity/users', N'', N'', N'/api/identity/users', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'41', N'{}', N'b3c963a1612144918bffaf272697498c', N'1262664871274237952', N'【身份认证服务】- 用户角色', N'/api/identity/users/{id}/roles', N'', N'', N'/api/identity/users/{id}/roles', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'42', N'{}', N'33dd757b79cb4f52994af13bfb4f6783', N'1262665026111164416', N'【身份认证服务】- 通过用户名查询用户', N'/api/identity/users/by-username/{userName}', N'', N'', N'/api/identity/users/by-username/{userName}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'43', N'{}', N'e46fd6cb3a104da3aadfe0149fe4de68', N'1262665159905267712', N'【身份认证服务】- 通过邮件查询用户', N'/api/identity/users/by-email/{email}', N'', N'', N'/api/identity/users/by-email/{email}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'44', N'{}', N'8c8ec5ad6aaa4145981ee7ac876c36c9', N'1262665329829105664', N'【身份认证服务】- 通过标识查询用户', N'/api/identity/users/lookup/{id}', N'', N'', N'/api/identity/users/lookup/{id}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'45', N'{}', N'f5c0c8c02c0846fdbe5015cd86f3d81b', N'1262665456471920640', N'【身份认证服务】- 通过名称查询用户', N'/api/identity/users/lookup/by-username/{userName}', N'', N'', N'/api/identity/users/lookup/by-username/{userName}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'46', N'{}', N'ecf0ea4a3e3c4b2e8fa3621514d00c74', N'1262665628165754880', N'【基础服务】- 通过名称查询租户', N'/api/abp/multi-tenancy/tenants/by-name/{name}', N'', N'', N'/api/abp/multi-tenancy/tenants/by-name/{name}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'47', N'{}', N'69132bc515b64005af4292ce0dee5626', N'1262666172682883072', N'【基础服务】- 通过标识查询租户', N'/api/abp/multi-tenancy/tenants/by-id/{id}', N'', N'', N'/api/abp/multi-tenancy/tenants/by-id/{id}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'49', N'{}', N'35f48d7bc3694bbf95d64fe59aa631ac', N'1262723402331885568', N'【身份认证服务】- 已有的跨域资源', N'/api/identity-server/clients/distinct-cors-origins', N'', N'', N'/api/identity-server/clients/distinct-cors-origins', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'distinct-cors-origins', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'50', N'{}', N'f333d028839d4fc2aafa8509e674d7dd', N'1262935771746734080', N'【身份认证服务】- 身份资源', N'/api/identity-server/identity-resources', N'', N'', N'/api/identity-server/identity-resources', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'51', N'{}', N'dffd1bfaca5b4c1890221678f2b16cd5', N'1262935906522304512', N'【身份认证服务】- 身份资源管理', N'/api/identity-server/identity-resources/{id}', N'', N'', N'/api/identity-server/identity-resources/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'54', N'{}', N'7b847d8434bc4d1db07fa8961d90c14a', N'1263074419073593344', N'【服务网关管理】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/apigateway/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30001,', N'', N'', N'apigateway-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'55', N'{}', N'ca2cedfa620045a9adef0be2f958c4bc', N'1263075249394790400', N'【服务网关管理】- 查询聚合路由', N'/api/ApiGateway/Aggregates/{RouteId}', N'', N'', N'/api/ApiGateway/Aggregates/{RouteId}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30001,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'57', N'{}', N'98fbc99fc8644946ac0a72cc3dc5fd1f', N'1263075593499684864', N'【服务网关管理】- 聚合路由配置', N'/api/ApiGateway/Aggregates/RouteConfig', N'', N'', N'/api/ApiGateway/Aggregates/RouteConfig', N'POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30001,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'59', N'{}', N'c692b30c72d4424eb4740ac49f4e9373', N'1263101898440146944', N'【服务网关管理】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/apigateway/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30001,', N'', N'', N'apigateway-configuration', N'0', N'120000', N'1', N'', N'TEST-APP'), (N'60', N'{}', N'8409117162504f71aa66982f05c38a80', N'1263303878648569856', N'【平台服务】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/platform/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'platform-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'61', N'{}', N'9f520820071b4e14bc94ab57989cea1f', N'1263304204797648896', N'【平台服务】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/platform/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'platform-configuration', N'0', N'120000', N'1', N'', N'TEST-APP'), (N'62', N'{}', N'530ab314560f41678b40f48da9383d51', N'1263304872891555840', N'【后台管理】- 租户管理', N'/api/tenant-management/tenants', N'', N'', N'/api/tenant-management/tenants', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'63', N'{}', N'21334c6da4c349cc883c38c13de0e754', N'1263305106250047488', N'【后台管理】- 特定租户管理', N'/api/tenant-management/tenants/{id}', N'', N'', N'/api/tenant-management/tenants/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'64', N'{}', N'cc8fdf1b2d0b414ebf2dc51a6dc78305', N'1263305244594970624', N'【后台管理】- 租户连接字符串', N'/api/tenant-management/tenants/{id}/connection-string', N'', N'', N'/api/tenant-management/tenants/{id}/connection-string', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'2', N'30000', N'1', N'', N'TEST-APP'), (N'65', N'{}', N'aaf285ed10da4024ba561d5cf8c6322b', N'1263305430536855552', N'【后台管理】- 特定租户连接字符串', N'/api/tenant-management/tenants/{id}/connection-string/{name}', N'', N'', N'/api/tenant-management/tenants/{id}/connection-string/{name}', N'GET,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'66', N'{}', N'6a7da198f4c84d94969a437adc47642b', N'1263639172959174656', N'【后台管理】- 全局设置', N'/api/setting-management/settings/by-global', N'', N'', N'/api/setting-management/settings/by-global/app', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'setting-global', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'67', N'{}', N'755b4dce5c34444785fa3b647fef4131', N'1264799968944640000', N'【身份认证服务】- 验证手机号', N'/api/account/phone/verify', N'', N'', N'/api/account/phone/verify', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'68', N'{}', N'535191c570ae453ab320012304d7a62c', N'1264800070161584128', N'【身份认证服务】- 手机号注册', N'/api/account/phone/register', N'', N'', N'/api/account/phone/register', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'69', N'{}', N'723c9b111f9f4a1aa804118cdde193d3', N'1267360794414161920', N'【消息服务】- 通知', N'/signalr-hubs/notifications/{everything}', N'', N'', N'/signalr-hubs/notifications/{everything}', N'POST,GET,OPTIONS,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'ws', N'127.0.0.1:30020,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'70', N'{}', N'f3aa2b42dd9f468aa5aae4ef64754427', N'1267383367629807616', N'【消息服务】- 通知0', N'/signalr-hubs/notifications', N'', N'', N'/signalr-hubs/notifications', N'GET,POST,PUT,DELETE,OPTIONS,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'ws', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'71', N'{}', N'0344947bb79b401baa2ef7b4e58297f6', N'1267817055527632896', N'【消息服务】- 聊天', N'/signalr-hubs/messages', N'', N'', N'/signalr-hubs/messages', N'GET,POST,PUT,DELETE,OPTIONS,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'ws', N'127.0.0.1:30020,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'72', N'{}', N'6676b5e5f76d40739f9ccc3e371e2f18', N'1267817221286526976', N'【消息服务】- 聊天1', N'/signalr-hubs/messages/{everything}', N'', N'', N'/signalr-hubs/messages/{everything}', N'GET,POST,PUT,DELETE,OPTIONS,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'ws', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'73', N'{}', N'cfb5f09a12bf495fbcaf2fa5d9123a40', N'1268893687085518848', N'【身份认证服务】- 重置密码', N'/api/account/phone/reset-password', N'', N'', N'/api/account/phone/reset-password', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'101', N'{}', N'997a4c27a433458aafed9b8aa252d957', N'1288657613998579712', N'【身份认证服务】- 组织机构列表', N'/api/identity/organization-units', N'', N'', N'/api/identity/organization-units', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'102', N'{}', N'a2c6acc9882a425ab26bd3ad5a9c17c6', N'1288657941770854400', N'【身份认证服务】- 组织机构管理', N'/api/identity/organization-units/{id}', N'', N'', N'/api/identity/organization-units/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'103', N'{}', N'390acfb0e16943c6b61e731d47c282e9', N'1288658134067109888', N'【身份认证服务】- 组织机构移动', N'/api/identity/organization-units/{id}/move', N'', N'', N'/api/identity/organization-units/{id}/move', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'104', N'{}', N'3515e75becf9447492ad60466b27c397', N'1288658305156964352', N'【身份认证服务】- 查询组织机构子级', N'/api/identity/organization-units/find-children', N'', N'', N'/api/identity/organization-units/find-children', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'105', N'{}', N'aab0a24d930f4f9687497e5ccaac2a31', N'1288658491216289792', N'【身份认证服务】- 查询组织机构最后一个子节点', N'/api/identity/organization-units/last-children', N'', N'', N'/api/identity/organization-units/last-children', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'106', N'{}', N'9b7c999b1c5140c497bc15914a815401', N'1288658638302142464', N'【身份认证服务】- 未加入组织机构角色', N'/api/identity/organization-units/{id}/unadded-roles', N'', N'', N'/api/identity/organization-units/{id}/unadded-roles', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'107', N'{}', N'b0cdb3f6908e42bd934ca99a78f22c3f', N'1288658791784308736', N'【身份认证服务】- 未加入组织机构用户', N'/api/identity/organization-units/{id}/unadded-users', N'', N'', N'/api/identity/organization-units/{id}/unadded-users', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'108', N'{}', N'9362040d10a94fb991f60bc391efcb85', N'1290849478956199936', N'【后台管理】- 当前租户设置', N'/api/setting-management/settings/by-current-tenant', N'', N'', N'/api/setting-management/settings/by-current-tenant/app', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'setting-current-tenant', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'109', N'{}', N'a7df3a04805d4cc8a6e6b3823c6dd468', N'1290849628051124224', N'【后台管理】- 用户设置', N'/api/setting-management/settings/by-user/{userId}', N'', N'', N'/api/setting-management/settings/by-user/{userId}', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'110', N'{}', N'ef6e38a529a345fab67f6a627cf20635', N'1290849798553776128', N'【后台管理】- 当前用户设置', N'/api/setting-management/settings/by-current-user', N'', N'', N'/api/setting-management/settings/by-current-user', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'112', N'{}', N'9844fed6507844f2ac64bd08649bd3a6', N'1291259822512693248', N'【身份认证服务】- 查询组织机构根节点', N'/api/identity/organization-units/root-node', N'', N'', N'/api/identity/organization-units/root-node', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'121', N'{}', N'c6c7b027000942dda8ba0d2e2d8cf705', N'1293470838745821184', N'【后台管理】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/backend-admin/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'backend-admin-configuration', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'122', N'{}', N'becd4342079d4399abda5b5ba3b46fdc', N'1293471661785706496', N'【消息服务】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/messages/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'messages-configuration', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'123', N'{}', N'c828140cee3043c18ffc274f6461f0f2', N'1293472678392721408', N'【后台管理】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/backend-admin/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'backend-admin-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'124', N'{}', N'e683cff8066d4c2899a17d0f618f1a0b', N'1293472857510473728', N'【消息服务】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/messages/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'messages-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'125', N'{}', N'0e9c3bff5b58428eba97a5516140ba5e', N'1299273336009359360', N'【消息服务】- Hangfire仪表板 ', N'/hangfire', N'', N'', N'/hangfire', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'126', N'{}', N'e906924ad3a947cf8e6956e2dd258192', N'1299273436282585088', N'【消息服务】- Hangfire仪表板 - 主页', N'/hangfire/', N'', N'', N'/hangfire/', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'127', N'{}', N'e02f2049efbc4ee1ad6629bd0341ed2b', N'1299273618470567936', N'【消息服务】- Hangfire仪表板 - 状态', N'/hangfire/stats', N'', N'', N'/hangfire/stats', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'128', N'{}', N'f8d2b2f0f1d649c2a07eeef23d6adb0e', N'1299273770182737920', N'【消息服务】- Hangfire仪表板 - 作业管理', N'/hangfire/jobs/{everything}', N'', N'', N'/hangfire/jobs/{everything}', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'129', N'{}', N'9785be7a29774b468e271b23009fe115', N'1299273978023084032', N'【消息服务】- Hangfire仪表板 - 重试', N'/hangfire/retries', N'', N'', N'/hangfire/retries', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'130', N'{}', N'9c0c1cd196bb45c0bc03fafb7a1eb8f2', N'1299274123225694208', N'【消息服务】- Hangfire仪表板 - 周期性作业', N'/hangfire/recurring', N'', N'', N'/hangfire/recurring', N'GET,POST,DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'131', N'{}', N'243bafe828be463ea63a3e2b521f9923', N'1299274222299348992', N'【消息服务】- Hangfire仪表板 - 服务器列表', N'/hangfire/servers', N'', N'', N'/hangfire/servers', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'132', N'{}', N'57a8ac1b41bb434cad38fbde0e2ba2f0', N'1304238876758495232', N'【后台管理】- 管理功能', N'/api/feature-management/features', N'', N'', N'/api/feature-management/features', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'133', N'{}', N'40a150f629b047f587c91a9436a699c0', N'1304678610343383040', N'【身份认证服务】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/identity-server/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'identity-server-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'134', N'{}', N'3a2d5d538fa44ac690402fc5c4e1a401', N'1304679169305694208', N'【身份认证服务】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/identity-server/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'identity-server-configuration', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'135', N'{}', N'2ecfe7483bc94c28ad0769b654eb765d', N'1310460417141817344', N'【后台管理】- 审计日志列表', N'/api/auditing/audit-log', N'', N'', N'/api/auditing/audit-log', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'136', N'{}', N'744e340c0024462d88458b7ea9605b3c', N'1310502391475519488', N'【后台服务】- 安全日志列表', N'/api/auditing/security-log', N'', N'', N'/api/auditing/security-log', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'137', N'{}', N'a99639f4172547c4ba9b4f4ca5cb4ab9', N'1310515546943569920', N'【后台服务】- 安全日志', N'/api/auditing/security-log/{id}', N'', N'', N'/api/auditing/security-log/{id}', N'DELETE,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'138', N'{}', N'c3ebc82d55f640fb9d70a911e97e4ec1', N'1310515735292985344', N'【后台管理】- 审计日志', N'/api/auditing/audit-log/{id}', N'', N'', N'/api/auditing/audit-log/{id}', N'DELETE,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'139', N'{}', N'0379fcb3a9cd4b13b562b3b5b5c3eb7d', N'1316628769783480320', N'【身份认证服务】- 声明类型', N'/api/identity/claim-types', N'', N'', N'/api/identity/claim-types', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'140', N'{}', N'de25c9a80d994f728b37eb483b2f5127', N'1316628940663619584', N'【身份认证服务】- 管理声明类型', N'/api/identity/claim-types/{id}', N'', N'', N'/api/identity/claim-types/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'141', N'{}', N'25c19106baff4cf3a877ae8cd690a1b5', N'1316629112428756992', N'【身份认证服务】- 查询在用的声明类型列表', N'/api/identity/claim-types/actived-list', N'', N'', N'/api/identity/claim-types/actived-list', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'142', N'{}', N'7d3b941d8c4d4d3ebc05b6332308b992', N'1316652047017246720', N'【身份认证服务】- 管理用户声明', N'/api/identity/users/{id}/claims', N'', N'', N'/api/identity/users/{id}/claims', N'POST,PUT,DELETE,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'143', N'{}', N'b86af44a34a14db4b482df8550f1bde1', N'1316913899996737536', N'【身份认证管理】- 管理角色声明', N'/api/identity/roles/claims/{id}', N'', N'', N'/api/identity/roles/claims/{id}', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'144', N'{}', N'51a14bc295044de985ae014fbcc5bddf', N'1319200951383199744', N'【IdentityServer4】- 发现端点', N'/.well-known/openid-configuration', N'', N'', N'/.well-known/openid-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:44385,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'145', N'{}', N'9d859a444d774e93818237e53b6cc102', N'1319221929807024128', N'【身份认证服务】- 查询所有组织机构', N'/api/identity/organization-units/all', N'', N'', N'/api/identity/organization-units/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'146', N'{}', N'89f42175b24540caba2a1fded145acf8', N'1319554431134306304', N'【身份认证服务】- 管理组织机构用户', N'/api/identity/organization-units/{id}/users', N'', N'', N'/api/identity/organization-units/{id}/users', N'POST,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'147', N'{}', N'126d82509cec43eda712e94737b01039', N'1319554550458060800', N'【身份认证服务】- 管理组织机构角色', N'/api/identity/organization-units/{id}/roles', N'', N'', N'/api/identity/organization-units/{id}/roles', N'POST,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'148', N'{}', N'824f5eee6877489f96f1022e306c968a', N'1319554948434595840', N'【身份认证服务】- 管理角色组织机构', N'/api/identity/roles/{id}/organization-units', N'', N'', N'/api/identity/roles/{id}/organization-units', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'149', N'{}', N'fe1379d4a13f41afb6410f4c948871f3', N'1319555067183730688', N'【身份认证服务】- 删除角色组织机构', N'/api/identity/roles/{id}/organization-units/{ouId}', N'', N'', N'/api/identity/roles/{id}/organization-units/{ouId}', N'DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'150', N'{}', N'197a69bb723346aba3601bd61e7fa655', N'1319555230765780992', N'【身份认证服务】- 管理用户组织机构', N'/api/identity/users/{id}/organization-units', N'', N'', N'/api/identity/users/{id}/organization-units', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'151', N'{}', N'1a7e6d0b1c95484f82a75a2ce6e6f453', N'1319555333790470144', N'【身份认证服务】- 删除用户组织机构', N'/api/identity/users/{id}/organization-units/{ouId}', N'', N'', N'/api/identity/users/{id}/organization-units/{ouId}', N'DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'152', N'{}', N'ecfa9bbd19694097b33e691b653f2124', N'1321001932510203904', N'【消息服务】- 我的消息', N'/api/im/chat/my-messages', N'', N'', N'/api/im/chat/my-messages', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'153', N'{}', N'4867ad188ca54acb8b961d20297b6545', N'1321002059803136000', N'【消息服务】- 我的最近消息', N'/api/im/chat/my-last-messages', N'', N'', N'/api/im/chat/my-last-messages', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'154', N'{}', N'291ab802d7bc4af98fc15c509f98fa75', N'1321002256440496128', N'【消息服务】- 我的朋友', N'/api/im/my-friends', N'', N'', N'/api/im/my-friends', N'GET,POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'155', N'{}', N'08438dabb1e849988e0c304f82b08a10', N'1321002350686507008', N'【消息服务】- 我的所有朋友', N'/api/im/my-friends/all', N'', N'', N'/api/im/my-friends/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'156', N'{}', N'cecf632785b7402299764698369c751f', N'1322190027988525056', N'【消息服务】- 发送好友请求', N'/api/im/my-friends/add-request', N'', N'', N'/api/im/my-friends/add-request', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'157', N'{}', N'91b088ab3e164116b8c4a2b6109e37e9', N'1322452079688458240', N'【消息服务】- 我的订阅', N'/api/my-subscribes', N'', N'', N'/api/my-subscribes', N'GET,POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'158', N'{}', N'b9f57600634b40c087ac0730926895e2', N'1322452183929495552', N'【消息服务】- 我的订阅列表', N'/api/my-subscribes/all', N'', N'', N'/api/my-subscribes/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'my-subscribes', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'159', N'{}', N'8e6a0c6759df42e29b9abd4d833646a3', N'1322452308651319296', N'【消息服务】- 是否已订阅', N'/api/my-subscribes/is-subscribed/{Name}', N'', N'', N'/api/my-subscribes/is-subscribed/{Name}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'160', N'{}', N'6b747d0acfee478ea64241b7ea519861', N'1322452858176446464', N'【消息服务】- 我的通知', N'/api/my-notifilers', N'', N'', N'/api/my-notifilers', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'161', N'{}', N'25a64613f37f44cf8efff8d0cf6cd0ca', N'1322452989235863552', N'【消息服务】- 管理我的通知', N'/api/my-notifilers/{id}', N'', N'', N'/api/my-notifilers/{id}', N'GET,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'162', N'{}', N'ddc7f13aaa2741b28c2102fbff18d836', N'1322453089655889920', N'【消息服务】- 可用通知列表', N'/api/my-notifilers/assignables', N'', N'', N'/api/my-notifilers/assignables', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'assignables-notifilers', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'163', N'{}', N'1d586107d7e240b3bfc14c8ca04baea8', N'1329706860249804800', N'【微信管理】- 微信公共配置', N'/api/setting-management/wechat/by-global', N'', N'', N'/api/setting-management/wechat/by-global', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'wechat-setting-global', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'164', N'{}', N'bd9b34dd564f405bb3a063d6a719ce6e', N'1329707002411544576', N'【微信管理】- 微信租户配置', N'/api/setting-management/wechat/by-current-tenant', N'', N'', N'/api/setting-management/wechat/by-current-tenant', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'wechat-setting-current-tenant', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'165', N'{}', N'e9847659244b47dc80101b1c3f4edb31', N'1329708512277098496', N'【后台管理】- 变更全局设置', N'/api/setting-management/settings/change-global', N'', N'', N'/api/setting-management/settings/change-global', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'166', N'{}', N'94c3692dea394b39ac0cc19f60fc1964', N'1329708625917571072', N'【后台管理】- 变更当前租户设置', N'/api/setting-management/settings/change-current-tenant', N'', N'', N'/api/setting-management/settings/change-current-tenant', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'167', N'{}', N'626efeddcc0a474aa5e472b6089ca6fe', N'1335049839287357440', N'【平台服务】- 菜单管理', N'/api/platform/menus', N'', N'', N'/api/platform/menus', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'168', N'{}', N'e4b4acf5f7dd4015828bdcd735424937', N'1335050034221830144', N'【平台服务】- 管理菜单', N'/api/platform/menus/{id}', N'', N'', N'/api/platform/menus/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'169', N'{}', N'bbdb31a7eaba4bf7bead6a7e1151872c', N'1335050145899368448', N'【平台服务】- 获取当前用户菜单', N'/api/platform/menus/by-current-user', N'', N'', N'/api/platform/menus/by-current-user', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'170', N'{}', N'56a6d15682ba489aa46296cd8235cf81', N'1335050283434790912', N'【平台服务】- 管理用户菜单', N'/api/platform/menus/by-user', N'', N'', N'/api/platform/menus/by-user', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'171', N'{}', N'484dc97d5f4843fc85679c1faf1488bf', N'1335050381770248192', N'【平台服务】- 获取用户菜单', N'/api/platform/menus/by-user/{userId}/{platformType}', N'', N'', N'/api/platform/menus/by-user/{userId}/{platformType}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'172', N'{}', N'63b34bbe4d3b41f397432aa12e73a40d', N'1335050520941449216', N'【平台服务】- 管理角色菜单', N'/api/platform/menus/by-role', N'', N'', N'/api/platform/menus/by-role', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'173', N'{}', N'c858522741c941bf838aef7eba34b213', N'1335050615829188608', N'【平台服务】- 获取角色菜单', N'/api/platform/menus/by-role/{role}/{platformType}', N'', N'', N'/api/platform/menus/by-role/{role}/{platformType}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'174', N'{}', N'da02cbd7a46746f288bb98d40af03a21', N'1335111798720450560', N'【平台服务】- 获取所有数据字典', N'/api/platform/datas/all', N'', N'', N'/api/platform/datas/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'175', N'{}', N'6c6096b6593c47398d59f73ab62e54a3', N'1335118541370314752', N'【平台服务】- 数据字典', N'/api/platform/datas', N'', N'', N'/api/platform/datas', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'176', N'{}', N'5efb1b49a1cc4d34a3e338b9e83c12c7', N'1335118660417245184', N'【平台服务】- 管理数据字典', N'/api/platform/datas/{id}', N'', N'', N'/api/platform/datas/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'177', N'{}', N'00bd2892c6574942bda538aa9d3513cd', N'1335118782727344128', N'【平台服务】- 增加数据字典项目', N'/api/platform/datas/{id}/items', N'', N'', N'/api/platform/datas/{id}/items', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'178', N'{}', N'9fae5da5d4634eaab7a59d643a8248a7', N'1335118903200337920', N'【平台服务】- 管理数据字典项目', N'/api/platform/datas/{id}/items/{name}', N'', N'', N'/api/platform/datas/{id}/items/{name}', N'DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'179', N'{}', N'70d6120e560f41c3879ec4549636cdb8', N'1336230645078921216', N'【平台服务】- 获取所有菜单', N'/api/platform/menus/all', N'', N'', N'/api/platform/menus/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'180', N'{}', N'c67549cd6cd246f08d9f6ce93c906c21', N'1337314809113722880', N'【平台服务】- 布局', N'/api/platform/layouts', N'', N'', N'/api/platform/layouts', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'181', N'{}', N'bacca946a092434cb2ee5994c88f2c33', N'1337314938973569024', N'【平台服务】- 管理布局', N'/api/platform/layouts/{id}', N'', N'', N'/api/platform/layouts/{id}', N'GET,DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'182', N'{}', N'741fdd4cc05a4025a9073a2e1ab9d5ea', N'1340961907637243904', N'【平台服务】- 获取所有布局', N'/api/platform/layouts/all', N'', N'', N'/api/platform/layouts/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'183', N'{}', N'26a1ef4016704dab8c254f90bc26ecfe', N'1341652247554379776', N'【身份认证服务】- Api范围', N'/api/identity-server/api-scopes', N'', N'', N'/api/identity-server/api-scopes', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'184', N'{}', N'3bfc1fef7f5446638f91c9b6e2fb12db', N'1341652385555369984', N'【身份认证服务】- 管理Api范围', N'/api/identity-server/api-scopes/{id}', N'', N'', N'/api/identity-server/api-scopes/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'185', N'{}', N'3288c25dd61e491db95313ca72016918', N'1342457939827552256', N'【身份认证服务】- 持久授权', N'/api/identity-server/persisted-grants', N'', N'', N'/api/identity-server/persisted-grants', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'186', N'{}', N'23f94678093148f58ba842096c3a0e39', N'1342458050112581632', N'【身份认证服务】- 管理持久授权', N'/api/identity-server/persisted-grants/{id}', N'', N'', N'/api/identity-server/persisted-grants/{id}', N'GET,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'187', N'{}', N'1f61a3e35b374277ae2c13c671bc5d30', N'1363382062055915520', N'【阿里云】- 阿里云公共配置', N'/api/setting-management/aliyun/by-global', N'', N'', N'/api/setting-management/aliyun/by-global', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'aliyun-setting-global', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'188', N'{}', N'46001a60f3d54b85a8417f6af24066e5', N'1363382298501414912', N'【阿里云】- 阿里云租户配置', N'/api/setting-management/aliyun/by-current-tenant', N'', N'', N'/api/setting-management/aliyun/by-current-tenant', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'aliyun-setting-current-tenant', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'189', N'{}', N'0d21bec8bcc044bf9000227663039ef4', N'1368854800347848704', N'【Oss对象存储】- 管理容器(Bucket)', N'/api/oss-management/containes/{name}', N'', N'', N'/api/oss-management/containes/{name}', N'POST,GET,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'190', N'{}', N'ca33dc2834e4439d9ca7827fb31c70f8', N'1368855936576413696', N'【Oss对象存储】- 获取容器列表', N'/api/oss-management/containes', N'', N'', N'/api/oss-management/containes', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'191', N'{}', N'e00fb37d9757471fbd1e64dca92e5d7d', N'1368856295889854464', N'【Oss对象存储】- 获取对象列表', N'/api/oss-management/containes/objects', N'', N'', N'/api/oss-management/containes/objects', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'192', N'{}', N'cef75a4f7eac43789a3e246229fd5a1b', N'1368856703572008960', N'【Oss对象存储】- 管理Oss对象', N'/api/oss-management/objects', N'', N'', N'/api/oss-management/objects', N'GET,POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'193', N'{}', N'ee0d5e6de17c481ca2c0ee5c156b1973', N'1368856819242524672', N'【Oss对象存储】- 上传Oss对象', N'/api/oss-management/objects/upload', N'', N'', N'/api/oss-management/objects/upload', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'194', N'{}', N'6c1a0f98129d418cba55a52dbdd88937', N'1368856927887581184', N'【Oss对象存储】- 批量删除Oss对象', N'/api/oss-management/objects/bulk-delete', N'', N'', N'/api/oss-management/objects/bulk-delete', N'DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'195', N'{}', N'de285bf4b6114032a45d5611ea8e3101', N'1368857128383700992', N'【Oss对象存储】- 静态文件管理', N'/api/files/static/{everything}', N'', N'', N'/api/api/files/static/{everything}', N'POST,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'196', N'{}', N'6287c30d31c147faae917cb6e52636ec', N'1369560306297233408', N'【Oss对象存储】- 获取公共配置', N'/api/setting-management/oss-management/by-global', N'', N'', N'/api/setting-management/oss-management/by-global', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'oss-management-global', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'197', N'{}', N'1012bb902aba47ada9a374fc73ed2632', N'1369560450472239104', N'【Oss对象存储】- 获取租户配置', N'/api/setting-management/oss-management/by-current-tenant', N'', N'', N'/api/setting-management/oss-management/by-current-tenant', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'oss-management-current-tenant', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'198', N'{}', N'3ff4788f62744b27bc30f7247fb76b08', N'1371705034307375104', N'【Oss对象存储】- 静态文件', N'/api/files/static/{everything}', N'', N'', N'/api/files/static/{everything}', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'199', N'{}', N'2203b1db040942a3bbe1ed86b57a8501', N'1376442078396276736', N'【本地化管理】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/localization/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'localization-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'200', N'{}', N'67206f8a85d94666a0c707697e706742', N'1376442309850554368', N'【本地化管理】- 资源管理', N'/api/localization/resources', N'', N'', N'/api/localization/resources', N'POST,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'201', N'{}', N'055929710e414c5e97fc9168a1c25182', N'1376442440536678400', N'【本地化管理】- 管理单个资源', N'/api/localization/resources/{id}', N'', N'', N'/api/localization/resources/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'202', N'{}', N'c314a94d515045a4a27763aa5d3631de', N'1376442557943635968', N'【本地化管理】- 获取所有资源', N'/api/localization/resources/all', N'', N'', N'/api/localization/resources/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'203', N'{}', N'67fb0a90132c4a02b7ff44f82bf9fd13', N'1376442689674141696', N'【本地化管理】- 语言管理', N'/api/localization/languages', N'', N'', N'/api/localization/languages', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'204', N'{}', N'c6fab01d2b37434886f07bb601c36599', N'1376442971032248320', N'【本地化管理】- 管理单个语言', N'/api/localization/languages/{id}', N'', N'', N'/api/localization/languages/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'205', N'{}', N'074c20491b294a068fbb1df7874d0d4d', N'1376443123021242368', N'【本地化管理】- 获取所有语言', N'/api/localization/languages/all', N'', N'', N'/api/localization/languages/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'206', N'{}', N'75e48367d8f14ef99541abdb86d30b96', N'1376443238851141632', N'【本地化管理】- 文档管理', N'/api/localization/texts', N'', N'', N'/api/localization/texts', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'207', N'{}', N'5f8d7d88a97f4ff7b3bdb6fb105d527e', N'1376443392249421824', N'【本地化管理】- 管理单个文档', N'/api/localization/texts/{id}', N'', N'', N'/api/localization/texts/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'208', N'{}', N'35f470892bf04571ab49efadb2cb1eb5', N'1376443586777047040', N'【本地化管理】- 通过文化名称查询文档', N'/api/localization/texts/by-culture-key', N'', N'', N'/api/localization/texts/by-culture-key', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'209', N'{}', N'72073c75c2fa4e1db162c7a74004558f', N'1376467826087682048', N'【身份认证服务】- 发送登录验证码', N'/api/account/phone/send-signin-code', N'', N'', N'/api/account/phone/send-signin-code', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'210', N'{}', N'e8e2f943dd56456f8f5dd957dd30e8b9', N'1376467990894469120', N'【身份认证服务】- 发送重置密码短信', N'/api/account/phone/send-password-reset-code', N'', N'', N'/api/account/phone/send-password-reset-code', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'211', N'{}', N'89fd6b8a830d457f9d1d43263c7074b4', N'1376468110214029312', N'【身份认证服务】- 发送注册短信', N'/api/account/phone/send-register-code', N'', N'', N'/api/account/phone/send-register-code', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewayroutegroup --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayroutegroup]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewayroutegroup] -GO - -CREATE TABLE [apigateway].[appapigatewayroutegroup] ( - [Id] char(36) NOT NULL, - [ExtraProperties] nvarchar(max) NULL, - [ConcurrencyStamp] nvarchar(40) NULL, - [CreationTime] datetime2(0) NOT NULL, - [CreatorId] char(36) NULL, - [LastModificationTime] datetime2(0) NULL, - [LastModifierId] char(36) NULL, - [IsDeleted] tinyint NOT NULL, - [DeleterId] char(36) NULL, - [DeletionTime] datetime2(0) NULL, - [Name] nvarchar(50) NOT NULL, - [AppId] nvarchar(50) NOT NULL, - [AppName] nvarchar(100) NOT NULL, - [AppIpAddress] nvarchar(256) NOT NULL, - [Description] nvarchar(256) NULL, - [IsActive] tinyint NOT NULL -) -GO - - --- ---------------------------- --- Records of appapigatewayroutegroup --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewayroutegroup] VALUES (N'08d7f735-a83b-49ab-8cee-5d602502bea8', N'{}', N'83cac848676f4b658d5c9f7d802a497a', N'2020-05-13 20:03:32.524271', NULL, N'2020-08-05 15:43:28.205288', N'bf289dbb-838e-a89b-c622-39f51dcc4f43', N'0', NULL, NULL, N'abp后台管理', N'TEST-APP', N'abp后台管理', N'127.0.0.1', N'abp后台管理项目网关', N'1') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for appapigatewaysecurityoptions --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaysecurityoptions]') AND type IN ('U')) - DROP TABLE [apigateway].[appapigatewaysecurityoptions] -GO - -CREATE TABLE [apigateway].[appapigatewaysecurityoptions] ( - [Id] int NOT NULL, - [ReRouteId] bigint NOT NULL, - [IPAllowedList] nvarchar(1000) NULL, - [IPBlockedList] nvarchar(1000) NULL -) -GO - - --- ---------------------------- --- Records of appapigatewaysecurityoptions --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[appapigatewaysecurityoptions] VALUES (N'3', N'1261299170387169280', N'', N''), (N'4', N'1261585859064872960', N'', N''), (N'5', N'1261586605810368512', N'', N''), (N'6', N'1261587558609436672', N'', N''), (N'7', N'1261588213298348032', N'', N''), (N'8', N'1261588367619375104', N'', N''), (N'9', N'1261588628450557952', N'', N''), (N'10', N'1261588881564221440', N'', N''), (N'11', N'1261588983053795328', N'', N''), (N'12', N'1261589139039961088', N'', N''), (N'13', N'1261589197483393024', N'', N''), (N'14', N'1261589278857084928', N'', N''), (N'15', N'1261589420356124672', N'', N''), (N'16', N'1261589960393736192', N'', N''), (N'17', N'1261606600242085888', N'', N''), (N'18', N'1261606689601732608', N'', N''), (N'21', N'1262220447629058048', N'', N''), (N'22', N'1262230734939758592', N'', N''), (N'23', N'1262296916350869504', N'', N''), (N'24', N'1262632376348594176', N'', N''), (N'25', N'1262632791869902848', N'', N''), (N'28', N'1262660336921235456', N'', N''), (N'29', N'1262660528277966848', N'', N''), (N'30', N'1262660706875625472', N'', N''), (N'31', N'1262660966393991168', N'', N''), (N'32', N'1262661109474283520', N'', N''), (N'33', N'1262663888804663296', N'', N''), (N'34', N'1262664024096133120', N'', N''), (N'35', N'1262664186252120064', N'', N''), (N'36', N'1262664357044178944', N'', N''), (N'37', N'1262664632928718848', N'', N''), (N'38', N'1262664751409418240', N'', N''), (N'39', N'1262664871274237952', N'', N''), (N'40', N'1262665026111164416', N'', N''), (N'41', N'1262665159905267712', N'', N''), (N'42', N'1262665329829105664', N'', N''), (N'43', N'1262665456471920640', N'', N''), (N'44', N'1262665628165754880', N'', N''), (N'45', N'1262666172682883072', N'', N''), (N'47', N'1262723402331885568', N'', N''), (N'48', N'1262935771746734080', N'', N''), (N'49', N'1262935906522304512', N'', N''), (N'52', N'1263074419073593344', N'', N''), (N'53', N'1263075249394790400', N'', N''), (N'54', N'1263075593499684864', N'', N''), (N'56', N'1263101898440146944', N'', N''), (N'57', N'1263303878648569856', N'', N''), (N'58', N'1263304204797648896', N'', N''), (N'59', N'1263304872891555840', N'', N''), (N'60', N'1263305106250047488', N'', N''), (N'61', N'1263305244594970624', N'', N''), (N'62', N'1263305430536855552', N'', N''), (N'63', N'1263639172959174656', N'', N''), (N'64', N'1264799968944640000', N'', N''), (N'65', N'1264800070161584128', N'', N''), (N'66', N'1267360794414161920', N'', N''), (N'67', N'1267383367629807616', N'', N''), (N'68', N'1267817055527632896', N'', N''), (N'69', N'1267817221286526976', N'', N''), (N'70', N'1268893687085518848', N'', N''), (N'94', N'1288657613998579712', N'', N''), (N'95', N'1288657941770854400', N'', N''), (N'96', N'1288658134067109888', N'', N''), (N'97', N'1288658305156964352', N'', N''), (N'98', N'1288658491216289792', N'', N''), (N'99', N'1288658638302142464', N'', N''), (N'100', N'1288658791784308736', N'', N''), (N'101', N'1290849478956199936', N'', N''), (N'102', N'1290849628051124224', N'', N''), (N'103', N'1290849798553776128', N'', N''), (N'105', N'1291259822512693248', N'', N''), (N'114', N'1293470838745821184', N'', N''), (N'115', N'1293471661785706496', N'', N''), (N'116', N'1293472678392721408', N'', N''), (N'117', N'1293472857510473728', N'', N''), (N'118', N'1299273336009359360', N'127.0.0.1', N''), (N'119', N'1299273436282585088', N'127.0.0.1', N''), (N'120', N'1299273618470567936', N'127.0.0.1', N''), (N'121', N'1299273770182737920', N'127.0.0.1', N''), (N'122', N'1299273978023084032', N'127.0.0.1', N''), (N'123', N'1299274123225694208', N'127.0.0.1', N''), (N'124', N'1299274222299348992', N'127.0.0.1', N''), (N'125', N'1304238876758495232', N'', N''), (N'126', N'1304678610343383040', N'', N''), (N'127', N'1304679169305694208', N'', N''), (N'128', N'1310460417141817344', N'', N''), (N'129', N'1310502391475519488', N'', N''), (N'130', N'1310515546943569920', N'', N''), (N'131', N'1310515735292985344', N'', N''), (N'132', N'1316628769783480320', N'', N''), (N'133', N'1316628940663619584', N'', N''), (N'134', N'1316629112428756992', N'', N''), (N'135', N'1316652047017246720', N'', N''), (N'136', N'1316913899996737536', N'', N''), (N'137', N'1319200951383199744', N'', N''), (N'138', N'1319221929807024128', N'', N''), (N'139', N'1319554431134306304', N'', N''), (N'140', N'1319554550458060800', N'', N''), (N'141', N'1319554948434595840', N'', N''), (N'142', N'1319555067183730688', N'', N''), (N'143', N'1319555230765780992', N'', N''), (N'144', N'1319555333790470144', N'', N''), (N'145', N'1321001932510203904', N'', N''), (N'146', N'1321002059803136000', N'', N''), (N'147', N'1321002256440496128', N'', N''), (N'148', N'1321002350686507008', N'', N''), (N'149', N'1322190027988525056', N'', N''), (N'150', N'1322452079688458240', N'', N''), (N'151', N'1322452183929495552', N'', N''), (N'152', N'1322452308651319296', N'', N''), (N'153', N'1322452858176446464', N'', N''), (N'154', N'1322452989235863552', N'', N''), (N'155', N'1322453089655889920', N'', N''), (N'156', N'1329706860249804800', N'', N''), (N'157', N'1329707002411544576', N'', N''), (N'158', N'1329708512277098496', N'', N''), (N'159', N'1329708625917571072', N'', N''), (N'160', N'1335049839287357440', N'', N''), (N'161', N'1335050034221830144', N'', N''), (N'162', N'1335050145899368448', N'', N''), (N'163', N'1335050283434790912', N'', N''), (N'164', N'1335050381770248192', N'', N''), (N'165', N'1335050520941449216', N'', N''), (N'166', N'1335050615829188608', N'', N''), (N'167', N'1335111798720450560', N'', N''), (N'168', N'1335118541370314752', N'', N''), (N'169', N'1335118660417245184', N'', N''), (N'170', N'1335118782727344128', N'', N''), (N'171', N'1335118903200337920', N'', N''), (N'172', N'1336230645078921216', N'', N''), (N'173', N'1337314809113722880', N'', N''), (N'174', N'1337314938973569024', N'', N''), (N'175', N'1340961907637243904', N'', N''), (N'176', N'1341652247554379776', N'', N''), (N'177', N'1341652385555369984', N'', N''), (N'178', N'1342457939827552256', N'', N''), (N'179', N'1342458050112581632', N'', N''), (N'180', N'1363382062055915520', N'', N''), (N'181', N'1363382298501414912', N'', N''), (N'182', N'1368854800347848704', N'', N''), (N'183', N'1368855936576413696', N'', N''), (N'184', N'1368856295889854464', N'', N''), (N'185', N'1368856703572008960', N'', N''), (N'186', N'1368856819242524672', N'', N''), (N'187', N'1368856927887581184', N'', N''), (N'188', N'1368857128383700992', N'', N''), (N'189', N'1369560306297233408', N'', N''), (N'190', N'1369560450472239104', N'', N''), (N'191', N'1371705034307375104', N'', N''), (N'192', N'1376442078396276736', N'', N''), (N'193', N'1376442309850554368', N'', N''), (N'194', N'1376442440536678400', N'', N''), (N'195', N'1376442557943635968', N'', N''), (N'196', N'1376442689674141696', N'', N''), (N'197', N'1376442971032248320', N'', N''), (N'198', N'1376443123021242368', N'', N''), (N'199', N'1376443238851141632', N'', N''), (N'200', N'1376443392249421824', N'', N''), (N'201', N'1376443586777047040', N'', N''), (N'202', N'1376467826087682048', N'', N''), (N'203', N'1376467990894469120', N'', N''), (N'204', N'1376468110214029312', N'', N'') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for cap.published --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[cap.published]') AND type IN ('U')) - DROP TABLE [apigateway].[cap.published] -GO - -CREATE TABLE [apigateway].[cap.published] ( - [Id] bigint NOT NULL, - [Version] nvarchar(20) NULL, - [Name] nvarchar(200) NOT NULL, - [Content] nvarchar(max) NULL, - [Retries] int NULL, - [Added] datetime2(0) NOT NULL, - [ExpiresAt] datetime2(0) NULL, - [StatusName] nvarchar(40) NOT NULL -) -GO - - --- ---------------------------- --- Records of cap.published --- ---------------------------- -BEGIN TRANSACTION -GO - -INSERT INTO [apigateway].[cap.published] VALUES (N'1376442080048832512', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376442080048832512","cap-corr-id":"1376442080048832512","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:52:19 +08:00"},"Value":{"DateTime":"2021-03-29T15:52:19.593051+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:52:20', N'2021-03-30 15:52:20', N'Succeeded'), (N'1376442309972189184', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376442309972189184","cap-corr-id":"1376442309972189184","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:53:14 +08:00"},"Value":{"DateTime":"2021-03-29T15:53:14.4154232+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:53:14', N'2021-03-30 15:53:14', N'Succeeded'), (N'1376442440738004992', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376442440738004992","cap-corr-id":"1376442440738004992","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:53:45 +08:00"},"Value":{"DateTime":"2021-03-29T15:53:45.5924626+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:53:46', N'2021-03-30 15:53:46', N'Succeeded'), (N'1376442558023327744', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376442558023327744","cap-corr-id":"1376442558023327744","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:54:13 +08:00"},"Value":{"DateTime":"2021-03-29T15:54:13.5549538+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:54:14', N'2021-03-30 15:54:14', N'Succeeded'), (N'1376442689783193600', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376442689783193600","cap-corr-id":"1376442689783193600","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:54:44 +08:00"},"Value":{"DateTime":"2021-03-29T15:54:44.9636224+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:54:45', N'2021-03-30 15:54:45', N'Succeeded'), (N'1376442971116134400', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376442971116134400","cap-corr-id":"1376442971116134400","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:55:52 +08:00"},"Value":{"DateTime":"2021-03-29T15:55:52.0442879+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:55:52', N'2021-03-30 15:55:52', N'Succeeded'), (N'1376443123109322752', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376443123109322752","cap-corr-id":"1376443123109322752","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:56:28 +08:00"},"Value":{"DateTime":"2021-03-29T15:56:28.2817305+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:56:28', N'2021-03-30 15:56:28', N'Succeeded'), (N'1376443238922444800', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376443238922444800","cap-corr-id":"1376443238922444800","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:56:55 +08:00"},"Value":{"DateTime":"2021-03-29T15:56:55.8946549+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:56:56', N'2021-03-30 15:56:56', N'Succeeded'), (N'1376443392333307904', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376443392333307904","cap-corr-id":"1376443392333307904","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:57:32 +08:00"},"Value":{"DateTime":"2021-03-29T15:57:32.4706372+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:57:32', N'2021-03-30 15:57:32', N'Succeeded'), (N'1376443586886098944', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376443586886098944","cap-corr-id":"1376443586886098944","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午3:58:18 +08:00"},"Value":{"DateTime":"2021-03-29T15:58:18.8481239+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 15:58:19', N'2021-03-30 15:58:19', N'Succeeded'), (N'1376467826179956736', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376467826179956736","cap-corr-id":"1376467826179956736","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午5:34:37 +08:00"},"Value":{"DateTime":"2021-03-29T17:34:37.9529723+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 17:34:38', N'2021-03-30 17:34:38', N'Succeeded'), (N'1376467990969966592', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376467990969966592","cap-corr-id":"1376467990969966592","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午5:35:17 +08:00"},"Value":{"DateTime":"2021-03-29T17:35:17.2420976+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 17:35:17', N'2021-03-30 17:35:17', N'Succeeded'), (N'1376468110281138176', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376468110281138176","cap-corr-id":"1376468110281138176","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午5:35:45 +08:00"},"Value":{"DateTime":"2021-03-29T17:35:45.6880229+08:00","AppId":"TEST-APP","Method":"Create","Object":"ReRoute"}}', N'0', N'2021-03-29 17:35:46', N'2021-03-30 17:35:46', N'Succeeded'), (N'1376516577204494336', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376516577204494336","cap-corr-id":"1376516577204494336","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午8:48:21 +08:00"},"Value":{"DateTime":"2021-03-29T20:48:21.103384+08:00","AppId":"TEST-APP","Method":"Modify","Object":"ReRoute"}}', N'0', N'2021-03-29 20:48:21', N'2021-03-30 20:48:21', N'Succeeded'), (N'1376516622045798400', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376516622045798400","cap-corr-id":"1376516622045798400","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午8:48:31 +08:00"},"Value":{"DateTime":"2021-03-29T20:48:31.7941785+08:00","AppId":"TEST-APP","Method":"Update","Object":"AggregateRoute"}}', N'0', N'2021-03-29 20:48:32', N'2021-03-30 20:48:32', N'Succeeded'), (N'1376516635597594624', N'v1', N'LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData', N'{"Headers":{"cap-abp-user-id":"bf289dbb-838e-a89b-c622-39f51dcc4f43","cap-abp-client-id":"vue-admin-element","cap-abp-tenant-id":"","cap-msg-id":"1376516635597594624","cap-corr-id":"1376516635597594624","cap-corr-seq":"0","cap-msg-name":"LINGYUN.ApiGateway.EventBus.ApigatewayConfigChangeEventData","cap-msg-type":"Object","cap-senttime":"2021/3/29 下午8:48:35 +08:00"},"Value":{"DateTime":"2021-03-29T20:48:35.0253124+08:00","AppId":"TEST-APP","Method":"Update","Object":"AggregateRoute"}}', N'0', N'2021-03-29 20:48:35', N'2021-03-30 20:48:35', N'Succeeded') -GO - -COMMIT -GO - - --- ---------------------------- --- Table structure for cap.received --- ---------------------------- -IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[cap.received]') AND type IN ('U')) - DROP TABLE [apigateway].[cap.received] -GO - -CREATE TABLE [apigateway].[cap.received] ( - [Id] bigint NOT NULL, - [Version] nvarchar(20) NULL, - [Name] nvarchar(400) NOT NULL, - [Group] nvarchar(200) NULL, - [Content] nvarchar(max) NULL, - [Retries] int NULL, - [Added] datetime2(0) NOT NULL, - [ExpiresAt] datetime2(0) NULL, - [StatusName] nvarchar(50) NOT NULL -) -GO - - --- ---------------------------- --- Primary Key structure for table __efmigrationshistory --- ---------------------------- -ALTER TABLE [apigateway].[__efmigrationshistory] ADD PRIMARY KEY CLUSTERED ([MigrationId]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayaggregate --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayaggregate] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayaggregateconfig --- ---------------------------- -CREATE NONCLUSTERED INDEX [IX_AppApiGatewayAggregateConfig_AggregateReRouteId] -ON [apigateway].[appapigatewayaggregateconfig] ( - [AggregateReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayaggregateconfig --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayaggregateconfig] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayauthoptions --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayAuthOptions_ReRouteId] -ON [apigateway].[appapigatewayauthoptions] ( - [ReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayauthoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayauthoptions] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewaybalanceroptions --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayBalancerOptions_ItemId] -ON [apigateway].[appapigatewaybalanceroptions] ( - [ItemId] -) -GO - -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayBalancerOptions_ReRouteId] -ON [apigateway].[appapigatewaybalanceroptions] ( - [ReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewaybalanceroptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaybalanceroptions] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewaycacheoptions --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayCacheOptions_ReRouteId] -ON [apigateway].[appapigatewaycacheoptions] ( - [ReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewaycacheoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaycacheoptions] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewaydiscovery --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayDiscovery_ItemId] -ON [apigateway].[appapigatewaydiscovery] ( - [ItemId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewaydiscovery --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaydiscovery] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewaydynamicreroute --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [AK_AppApiGatewayDynamicReRoute_DynamicReRouteId] -ON [apigateway].[appapigatewaydynamicreroute] ( - [DynamicReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewaydynamicreroute --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaydynamicreroute] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayglobalconfiguration --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [AK_AppApiGatewayGlobalConfiguration_ItemId] -ON [apigateway].[appapigatewayglobalconfiguration] ( - [ItemId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayglobalconfiguration --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayglobalconfiguration] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayheaders --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayheaders] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayhostandport --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayhostandport] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayhttpoptions --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayHttpOptions_ItemId] -ON [apigateway].[appapigatewayhttpoptions] ( - [ItemId] -) -GO - -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayHttpOptions_ReRouteId] -ON [apigateway].[appapigatewayhttpoptions] ( - [ReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayhttpoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayhttpoptions] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayqosoptions --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayQoSOptions_ItemId] -ON [apigateway].[appapigatewayqosoptions] ( - [ItemId] -) -GO - -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayQoSOptions_ReRouteId] -ON [apigateway].[appapigatewayqosoptions] ( - [ReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayqosoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayqosoptions] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayratelimitoptions --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayRateLimitOptions_ItemId] -ON [apigateway].[appapigatewayratelimitoptions] ( - [ItemId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayratelimitoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayratelimitoptions] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayratelimitrule --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayRateLimitRule_DynamicReRouteId] -ON [apigateway].[appapigatewayratelimitrule] ( - [DynamicReRouteId] -) -GO - -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayRateLimitRule_ReRouteId] -ON [apigateway].[appapigatewayratelimitrule] ( - [ReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayratelimitrule --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayratelimitrule] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayreroute --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [AK_AppApiGatewayReRoute_ReRouteId] -ON [apigateway].[appapigatewayreroute] ( - [ReRouteId] -) -GO - -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayReRoute_AppId_DownstreamPathTemplate_UpstreamPa~] -ON [apigateway].[appapigatewayreroute] ( - [AppId], - [DownstreamPathTemplate], - [UpstreamPathTemplate] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayreroute --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayreroute] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewayroutegroup --- ---------------------------- -CREATE NONCLUSTERED INDEX [IX_AppApiGatewayRouteGroup_AppId_AppName_AppIpAddress] -ON [apigateway].[appapigatewayroutegroup] ( - [AppId], - [AppName], - [AppIpAddress] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewayroutegroup --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayroutegroup] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table appapigatewaysecurityoptions --- ---------------------------- -CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewaySecurityOptions_ReRouteId] -ON [apigateway].[appapigatewaysecurityoptions] ( - [ReRouteId] -) -GO - - --- ---------------------------- --- Primary Key structure for table appapigatewaysecurityoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaysecurityoptions] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table cap.published --- ---------------------------- -CREATE NONCLUSTERED INDEX [IX_ExpiresAt] -ON [apigateway].[cap.published] ( - [ExpiresAt] -) -GO - - --- ---------------------------- --- Primary Key structure for table cap.published --- ---------------------------- -ALTER TABLE [apigateway].[cap.published] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Indexes structure for table cap.received --- ---------------------------- -CREATE NONCLUSTERED INDEX [IX_ExpiresAt] -ON [apigateway].[cap.received] ( - [ExpiresAt] -) -GO - - --- ---------------------------- --- Primary Key structure for table cap.received --- ---------------------------- -ALTER TABLE [apigateway].[cap.received] ADD PRIMARY KEY CLUSTERED ([Id]) -WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewayaggregateconfig --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayaggregateconfig] ADD CONSTRAINT [FK_AppApiGatewayAggregateConfig_AppApiGatewayAggregate_Aggregat~] FOREIGN KEY ([AggregateReRouteId]) REFERENCES [apigateway].[appapigatewayaggregate] ([Id]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewayauthoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayauthoptions] ADD CONSTRAINT [FK_AppApiGatewayAuthOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewaybalanceroptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaybalanceroptions] ADD CONSTRAINT [FK_AppApiGatewayBalancerOptions_AppApiGatewayGlobalConfiguratio~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) -GO - -ALTER TABLE [apigateway].[appapigatewaybalanceroptions] ADD CONSTRAINT [FK_AppApiGatewayBalancerOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewaycacheoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaycacheoptions] ADD CONSTRAINT [FK_AppApiGatewayCacheOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewaydiscovery --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaydiscovery] ADD CONSTRAINT [FK_AppApiGatewayDiscovery_AppApiGatewayGlobalConfiguration_Item~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewayhttpoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayhttpoptions] ADD CONSTRAINT [FK_AppApiGatewayHttpOptions_AppApiGatewayGlobalConfiguration_It~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) -GO - -ALTER TABLE [apigateway].[appapigatewayhttpoptions] ADD CONSTRAINT [FK_AppApiGatewayHttpOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewayqosoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayqosoptions] ADD CONSTRAINT [FK_AppApiGatewayQoSOptions_AppApiGatewayGlobalConfiguration_Ite~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) -GO - -ALTER TABLE [apigateway].[appapigatewayqosoptions] ADD CONSTRAINT [FK_AppApiGatewayQoSOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewayratelimitoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayratelimitoptions] ADD CONSTRAINT [FK_AppApiGatewayRateLimitOptions_AppApiGatewayGlobalConfigurati~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewayratelimitrule --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewayratelimitrule] ADD CONSTRAINT [FK_AppApiGatewayRateLimitRule_AppApiGatewayDynamicReRoute_Dynam~] FOREIGN KEY ([DynamicReRouteId]) REFERENCES [apigateway].[appapigatewaydynamicreroute] ([DynamicReRouteId]) -GO - -ALTER TABLE [apigateway].[appapigatewayratelimitrule] ADD CONSTRAINT [FK_AppApiGatewayRateLimitRule_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) -GO - - --- ---------------------------- --- Foreign Keys structure for table appapigatewaysecurityoptions --- ---------------------------- -ALTER TABLE [apigateway].[appapigatewaysecurityoptions] ADD CONSTRAINT [FK_AppApiGatewaySecurityOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) -GO - +/* + Navicat Premium Data Transfer + + Source Server : 28 mysql + Source Server Type : MySQL + Source Server Version : 50736 + Source Host : 127.0.0.1:3306 + Source Schema : apigateway + + Target Server Type : SQL Server + Target Server Version : 12000000 + File Encoding : 65001 + + Date: 30/10/2021 14:04:46 +*/ + + +-- ---------------------------- +-- Table structure for __efmigrationshistory +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[__efmigrationshistory]') AND type IN ('U')) + DROP TABLE [apigateway].[__efmigrationshistory] +GO + +CREATE TABLE [apigateway].[__efmigrationshistory] ( + [MigrationId] varchar(95) NOT NULL, + [ProductVersion] varchar(32) NOT NULL +) +GO + + +-- ---------------------------- +-- Table structure for api.gateway.published +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[api.gateway.published]') AND type IN ('U')) + DROP TABLE [apigateway].[api.gateway.published] +GO + +CREATE TABLE [apigateway].[api.gateway.published] ( + [Id] bigint NOT NULL, + [Version] nvarchar(20) NULL, + [Name] nvarchar(200) NOT NULL, + [Content] nvarchar(max) NULL, + [Retries] int NULL, + [Added] datetime2(0) NOT NULL, + [ExpiresAt] datetime2(0) NULL, + [StatusName] nvarchar(40) NOT NULL +) +GO + + +-- ---------------------------- +-- Table structure for api.gateway.received +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[api.gateway.received]') AND type IN ('U')) + DROP TABLE [apigateway].[api.gateway.received] +GO + +CREATE TABLE [apigateway].[api.gateway.received] ( + [Id] bigint NOT NULL, + [Version] nvarchar(20) NULL, + [Name] nvarchar(400) NOT NULL, + [Group] nvarchar(200) NULL, + [Content] nvarchar(max) NULL, + [Retries] int NULL, + [Added] datetime2(0) NOT NULL, + [ExpiresAt] datetime2(0) NULL, + [StatusName] nvarchar(50) NOT NULL +) +GO + + +-- ---------------------------- +-- Table structure for appapigatewayaggregate +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayaggregate]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayaggregate] +GO + +CREATE TABLE [apigateway].[appapigatewayaggregate] ( + [Id] int NOT NULL, + [ExtraProperties] nvarchar(max) NULL, + [ConcurrencyStamp] nvarchar(40) NULL, + [AppId] nvarchar(50) NOT NULL, + [Name] nvarchar(max) NULL, + [ReRouteId] bigint NOT NULL, + [ReRouteKeys] nvarchar(1000) NULL, + [UpstreamPathTemplate] nvarchar(1000) NULL, + [UpstreamHost] nvarchar(1000) NULL, + [ReRouteIsCaseSensitive] tinyint NOT NULL, + [Aggregator] nvarchar(256) NULL, + [Priority] int NULL, + [UpstreamHttpMethod] nvarchar(500) NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayaggregate +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayaggregate] VALUES (N'5', N'{}', N'2ac8c1ba3c4a4237a0bcbb32e94f39d0', N'TEST-APP', N'abp接口代理服务', N'1263083077348196352', N'platform-api-definition,backend-admin-api-definition,messages-api-definition,apigateway-api-definition,identity-server-api-definition,localization-api-definition,', N'/api/abp/api-definition', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N''), (N'6', N'{}', N'6998c8498dff43b98b691396cf134155', N'TEST-APP', N'abp框架配置', N'1263102116090970112', N'apigateway-configuration,platform-configuration,backend-admin-configuration,messages-configuration,identity-server-configuration,', N'/api/abp/application-configuration', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N''), (N'8', N'{}', N'edc962f7e0844bb09cb0fb731f358b4b', N'TEST-APP', N'我的消息订阅', N'1322503807309881344', N'assignables-notifilers,my-subscribes,', N'/api/my-subscribes/assignables-notifilers', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N''), (N'9', N'{}', N'2265e9f270364b3f9c31afef52853203', N'TEST-APP', N'全局设置', N'1329708867127799808', N'setting-global,wechat-setting-global,aliyun-setting-global,oss-management-global,', N'/api/setting-management/settings/by-global', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N''), (N'10', N'{}', N'47a65aba264d402ba2c0b1e068979611', N'TEST-APP', N'当前租户设置', N'1329709265255329792', N'setting-current-tenant,wechat-setting-current-tenant,aliyun-setting-current-tenant,oss-management-current-tenant,', N'/api/setting-management/settings/by-current-tenant', N'', N'1', N'AbpApiDefinitionAggregator', NULL, N'') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewayaggregateconfig +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayaggregateconfig]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayaggregateconfig] +GO + +CREATE TABLE [apigateway].[appapigatewayaggregateconfig] ( + [Id] int NOT NULL, + [ReRouteId] bigint NOT NULL, + [ReRouteKey] nvarchar(256) NULL, + [Parameter] nvarchar(1000) NULL, + [JsonPath] nvarchar(256) NULL, + [AggregateReRouteId] int NULL +) +GO + + + +-- ---------------------------- +-- Table structure for appapigatewayauthoptions +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayauthoptions]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayauthoptions] +GO + +CREATE TABLE [apigateway].[appapigatewayauthoptions] ( + [Id] int NOT NULL, + [ReRouteId] bigint NOT NULL, + [AuthenticationProviderKey] nvarchar(100) NULL, + [AllowedScopes] nvarchar(200) NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayauthoptions +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayauthoptions] VALUES (N'3', N'1261299170387169280', NULL, N''), (N'4', N'1261585859064872960', NULL, N''), (N'5', N'1261586605810368512', NULL, N''), (N'6', N'1261587558609436672', NULL, N''), (N'7', N'1261588213298348032', NULL, N''), (N'8', N'1261588367619375104', NULL, N''), (N'9', N'1261588628450557952', NULL, N''), (N'10', N'1261588881564221440', NULL, N''), (N'11', N'1261588983053795328', NULL, N''), (N'12', N'1261589139039961088', NULL, N''), (N'13', N'1261589197483393024', NULL, N''), (N'14', N'1261589278857084928', NULL, N''), (N'15', N'1261589420356124672', NULL, N''), (N'16', N'1261589960393736192', NULL, N''), (N'17', N'1261606600242085888', NULL, N''), (N'18', N'1261606689601732608', NULL, N''), (N'21', N'1262220447629058048', NULL, N''), (N'22', N'1262230734939758592', NULL, N''), (N'23', N'1262296916350869504', NULL, N''), (N'24', N'1262632376348594176', N'', N''), (N'25', N'1262632791869902848', N'', N''), (N'28', N'1262660336921235456', N'', N''), (N'29', N'1262660528277966848', N'', N''), (N'30', N'1262660706875625472', N'', N''), (N'31', N'1262660966393991168', N'', N''), (N'32', N'1262661109474283520', N'', N''), (N'33', N'1262663888804663296', N'', N''), (N'34', N'1262664024096133120', N'', N''), (N'35', N'1262664186252120064', N'', N''), (N'36', N'1262664357044178944', N'', N''), (N'37', N'1262664632928718848', N'', N''), (N'38', N'1262664751409418240', N'', N''), (N'39', N'1262664871274237952', N'', N''), (N'40', N'1262665026111164416', N'', N''), (N'41', N'1262665159905267712', N'', N''), (N'42', N'1262665329829105664', N'', N''), (N'43', N'1262665456471920640', N'', N''), (N'44', N'1262665628165754880', N'', N''), (N'45', N'1262666172682883072', N'', N''), (N'47', N'1262723402331885568', N'', N''), (N'48', N'1262935771746734080', N'', N''), (N'49', N'1262935906522304512', N'', N''), (N'52', N'1263074419073593344', N'', N''), (N'53', N'1263075249394790400', N'', N''), (N'54', N'1263075593499684864', N'', N''), (N'56', N'1263101898440146944', N'', N''), (N'57', N'1263303878648569856', N'', N''), (N'58', N'1263304204797648896', N'', N''), (N'59', N'1263304872891555840', N'', N''), (N'60', N'1263305106250047488', N'', N''), (N'61', N'1263305244594970624', N'', N''), (N'62', N'1263305430536855552', N'', N''), (N'63', N'1263639172959174656', N'', N''), (N'64', N'1264799968944640000', N'', N''), (N'65', N'1264800070161584128', N'', N''), (N'66', N'1267360794414161920', N'', N''), (N'67', N'1267383367629807616', N'', N''), (N'68', N'1267817055527632896', N'', N''), (N'69', N'1267817221286526976', N'', N''), (N'70', N'1268893687085518848', N'', N''), (N'94', N'1288657613998579712', N'', N''), (N'95', N'1288657941770854400', N'', N''), (N'96', N'1288658134067109888', N'', N''), (N'97', N'1288658305156964352', N'', N''), (N'98', N'1288658491216289792', N'', N''), (N'99', N'1288658638302142464', N'', N''), (N'100', N'1288658791784308736', N'', N''), (N'101', N'1290849478956199936', N'', N''), (N'102', N'1290849628051124224', N'', N''), (N'103', N'1290849798553776128', N'', N''), (N'105', N'1291259822512693248', N'', N''), (N'106', N'1292620505149145088', N'', N''), (N'107', N'1292620665505775616', N'', N''), (N'108', N'1292620843398791168', N'', N''), (N'109', N'1292621027574874112', N'', N''), (N'110', N'1292621363161137152', N'', N''), (N'111', N'1292621494837116928', N'', N''), (N'112', N'1292621629260365824', N'', N''), (N'113', N'1292622526073864192', N'', N''), (N'114', N'1293470838745821184', N'', N''), (N'115', N'1293471661785706496', N'', N''), (N'116', N'1293472678392721408', N'', N''), (N'117', N'1293472857510473728', N'', N''), (N'118', N'1299273336009359360', N'', N''), (N'119', N'1299273436282585088', N'', N''), (N'120', N'1299273618470567936', N'', N''), (N'121', N'1299273770182737920', N'', N''), (N'122', N'1299273978023084032', N'', N''), (N'123', N'1299274123225694208', N'', N''), (N'124', N'1299274222299348992', N'', N''), (N'125', N'1304238876758495232', N'', N''), (N'126', N'1304678610343383040', N'', N''), (N'127', N'1304679169305694208', N'', N''), (N'128', N'1310460417141817344', N'', N''), (N'129', N'1310502391475519488', N'', N''), (N'130', N'1310515546943569920', N'', N''), (N'131', N'1310515735292985344', N'', N''), (N'132', N'1316628769783480320', N'', N''), (N'133', N'1316628940663619584', N'', N''), (N'134', N'1316629112428756992', N'', N''), (N'135', N'1316652047017246720', N'', N''), (N'137', N'1319200951383199744', N'', N''), (N'138', N'1319221929807024128', N'', N''), (N'139', N'1319554431134306304', N'', N''), (N'140', N'1319554550458060800', N'', N''), (N'141', N'1319554948434595840', N'', N''), (N'142', N'1319555067183730688', N'', N''), (N'143', N'1319555230765780992', N'', N''), (N'144', N'1319555333790470144', N'', N''), (N'145', N'1321001932510203904', N'', N''), (N'146', N'1321002059803136000', N'', N''), (N'147', N'1321002256440496128', N'', N''), (N'148', N'1321002350686507008', N'', N''), (N'149', N'1322190027988525056', N'', N''), (N'150', N'1322452079688458240', N'', N''), (N'151', N'1322452183929495552', N'', N''), (N'152', N'1322452308651319296', N'', N''), (N'153', N'1322452858176446464', N'', N''), (N'154', N'1322452989235863552', N'', N''), (N'155', N'1322453089655889920', N'', N''), (N'156', N'1329706860249804800', N'', N''), (N'157', N'1329707002411544576', N'', N''), (N'158', N'1329708512277098496', N'', N''), (N'159', N'1329708625917571072', N'', N''), (N'160', N'1335049839287357440', N'', N''), (N'161', N'1335050034221830144', N'', N''), (N'162', N'1335050145899368448', N'', N''), (N'163', N'1335050283434790912', N'', N''), (N'164', N'1335050381770248192', N'', N''), (N'165', N'1335050520941449216', N'', N''), (N'166', N'1335050615829188608', N'', N''), (N'167', N'1335111798720450560', N'', N''), (N'168', N'1335118541370314752', N'', N''), (N'169', N'1335118660417245184', N'', N''), (N'170', N'1335118782727344128', N'', N''), (N'171', N'1335118903200337920', N'', N''), (N'172', N'1336230645078921216', N'', N''), (N'173', N'1337314809113722880', N'', N''), (N'174', N'1337314938973569024', N'', N''), (N'175', N'1340961907637243904', N'', N''), (N'176', N'1341652247554379776', N'', N''), (N'177', N'1341652385555369984', N'', N''), (N'178', N'1342457939827552256', N'', N''), (N'179', N'1342458050112581632', N'', N''), (N'180', N'1363657602699718656', N'', N''), (N'181', N'1363657779665793024', N'', N''), (N'182', N'1363662350572154880', N'', N''), (N'183', N'1370283697803829248', N'', N''), (N'184', N'1370283782075785216', N'', N''), (N'185', N'1370283867966742528', N'', N''), (N'186', N'1370283988712366080', N'', N''), (N'187', N'1370284066516705280', NULL, N''), (N'188', N'1370284158262910976', N'', N''), (N'189', N'1370284253045792768', N'', N''), (N'190', N'1370284344397733888', N'', N''), (N'191', N'1370284429890232320', N'', N''), (N'197', N'1370914923144478720', N'', N''), (N'198', N'1371844966074970112', NULL, N''), (N'199', N'1371845082676621312', N'', N''), (N'200', N'1371845219528372224', N'', N''), (N'203', N'1375612899682799616', N'', N''), (N'204', N'1375613095783288832', N'', N''), (N'205', N'1375613222187028480', N'', N''), (N'206', N'1375613355029024768', N'', N''), (N'207', N'1375613462969438208', N'', N''), (N'208', N'1375613567365664768', N'', N''), (N'209', N'1375613732239560704', N'', N''), (N'210', N'1375613833662025728', N'', N''), (N'211', N'1375679597777637376', N'', N''), (N'213', N'1376863669256433664', N'', N''), (N'214', N'1376866215333179392', N'', N''), (N'215', N'1377049120932081664', N'', N''), (N'216', N'1377050475599998976', N'', N''), (N'217', N'1393020696332705792', N'', N''), (N'218', N'1393501090957946880', N'', N''), (N'219', N'1395924337284407296', N'', N''), (N'220', N'1406817452004757504', N'', N''), (N'221', N'1421397683162664960', NULL, N''), (N'222', N'1431443151332106240', N'', N''), (N'223', N'1431443363240927232', N'', N''), (N'224', N'1431444869667151872', N'', N''), (N'225', N'1431445043261005824', N'', N''), (N'226', N'1431445186324520960', N'', N''), (N'227', N'1431445363160571904', N'', N''), (N'228', N'1431464934529622016', N'', N''), (N'229', N'1431499449952165888', N'', N''), (N'230', N'1431803251955654656', N'', N''), (N'231', N'1431806909455851520', N'', N''), (N'232', N'1432189824874373120', N'', N''), (N'233', N'1432190028071624704', N'', N''), (N'234', N'1440680494805778432', N'', N''), (N'235', N'1440680915444137984', N'', N''), (N'236', N'1442413171470688256', NULL, N''), (N'237', N'1449257280751026176', NULL, N''), (N'238', N'1454289352609521664', NULL, N''), (N'239', N'1454289896489115648', NULL, N'') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewaybalanceroptions +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaybalanceroptions]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewaybalanceroptions] +GO + +CREATE TABLE [apigateway].[appapigatewaybalanceroptions] ( + [Id] int NOT NULL, + [ItemId] bigint NULL, + [ReRouteId] bigint NULL, + [Type] nvarchar(100) NULL, + [Key] nvarchar(100) NULL, + [Expiry] int NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewaybalanceroptions +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewaybalanceroptions] VALUES (N'1', N'1260841964962947072', NULL, N'LeastConnection', NULL, NULL), (N'4', NULL, N'1261299170387169280', N'LeastConnection', NULL, N'60000'), (N'5', NULL, N'1261585859064872960', NULL, NULL, NULL), (N'6', NULL, N'1261586605810368512', NULL, NULL, NULL), (N'7', NULL, N'1261587558609436672', NULL, NULL, NULL), (N'8', NULL, N'1261588213298348032', NULL, NULL, NULL), (N'9', NULL, N'1261588367619375104', NULL, NULL, NULL), (N'10', NULL, N'1261588628450557952', NULL, NULL, NULL), (N'11', NULL, N'1261588881564221440', NULL, NULL, NULL), (N'12', NULL, N'1261588983053795328', NULL, NULL, NULL), (N'13', NULL, N'1261589139039961088', NULL, NULL, NULL), (N'14', NULL, N'1261589197483393024', NULL, NULL, NULL), (N'15', NULL, N'1261589278857084928', NULL, NULL, NULL), (N'16', NULL, N'1261589420356124672', NULL, NULL, NULL), (N'17', NULL, N'1261589960393736192', N'LeastConnection', NULL, N'60000'), (N'18', NULL, N'1261606600242085888', NULL, NULL, NULL), (N'19', NULL, N'1261606689601732608', NULL, NULL, NULL), (N'22', NULL, N'1262220447629058048', NULL, NULL, NULL), (N'23', NULL, N'1262230734939758592', NULL, NULL, NULL), (N'24', NULL, N'1262296916350869504', NULL, NULL, NULL), (N'25', NULL, N'1262632376348594176', N'', N'', N'0'), (N'26', NULL, N'1262632791869902848', N'', N'', N'0'), (N'29', NULL, N'1262660336921235456', N'', N'', N'0'), (N'30', NULL, N'1262660528277966848', N'', N'', N'0'), (N'31', NULL, N'1262660706875625472', N'', N'', N'0'), (N'32', NULL, N'1262660966393991168', N'', N'', N'0'), (N'33', NULL, N'1262661109474283520', N'', N'', N'0'), (N'34', NULL, N'1262663888804663296', N'', N'', N'0'), (N'35', NULL, N'1262664024096133120', N'', N'', N'0'), (N'36', NULL, N'1262664186252120064', N'', N'', N'0'), (N'37', NULL, N'1262664357044178944', N'', N'', N'0'), (N'38', NULL, N'1262664632928718848', N'', N'', N'0'), (N'39', NULL, N'1262664751409418240', N'', N'', N'0'), (N'40', NULL, N'1262664871274237952', N'', N'', N'0'), (N'41', NULL, N'1262665026111164416', N'', N'', N'0'), (N'42', NULL, N'1262665159905267712', N'', N'', N'0'), (N'43', NULL, N'1262665329829105664', N'', N'', N'0'), (N'44', NULL, N'1262665456471920640', N'', N'', N'0'), (N'45', NULL, N'1262665628165754880', N'', N'', N'0'), (N'46', NULL, N'1262666172682883072', N'', N'', N'0'), (N'48', NULL, N'1262723402331885568', N'', N'', N'0'), (N'49', NULL, N'1262935771746734080', N'', N'', N'0'), (N'50', NULL, N'1262935906522304512', N'', N'', N'0'), (N'53', NULL, N'1263074419073593344', N'', N'', N'0'), (N'54', NULL, N'1263075249394790400', N'', N'', N'0'), (N'55', NULL, N'1263075593499684864', N'', N'', N'0'), (N'57', NULL, N'1263101898440146944', N'', N'', N'0'), (N'58', NULL, N'1263303878648569856', N'', N'', N'0'), (N'59', NULL, N'1263304204797648896', N'', N'', N'0'), (N'60', NULL, N'1263304872891555840', N'', N'', N'0'), (N'61', NULL, N'1263305106250047488', N'', N'', N'0'), (N'62', NULL, N'1263305244594970624', N'', N'', N'0'), (N'63', NULL, N'1263305430536855552', N'', N'', N'0'), (N'64', NULL, N'1263639172959174656', N'', N'', N'0'), (N'65', NULL, N'1264799968944640000', N'', N'', N'0'), (N'66', NULL, N'1264800070161584128', N'', N'', N'0'), (N'68', NULL, N'1267360794414161920', N'', N'', N'0'), (N'69', NULL, N'1267383367629807616', N'', N'', N'0'), (N'70', NULL, N'1267817055527632896', N'', N'', N'0'), (N'71', NULL, N'1267817221286526976', N'', N'', N'0'), (N'72', NULL, N'1268893687085518848', N'', N'', N'0'), (N'97', NULL, N'1288657613998579712', N'LeastConnection', N'', N'60000'), (N'98', NULL, N'1288657941770854400', N'', N'', N'0'), (N'99', NULL, N'1288658134067109888', N'', N'', N'0'), (N'100', NULL, N'1288658305156964352', N'', N'', N'0'), (N'101', NULL, N'1288658491216289792', N'', N'', N'0'), (N'102', NULL, N'1288658638302142464', N'', N'', N'0'), (N'103', NULL, N'1288658791784308736', N'', N'', N'0'), (N'104', NULL, N'1290849478956199936', N'', N'', N'0'), (N'105', NULL, N'1290849628051124224', N'', N'', N'0'), (N'106', NULL, N'1290849798553776128', N'', N'', N'0'), (N'108', NULL, N'1291259822512693248', N'', N'', N'0'), (N'109', NULL, N'1292620505149145088', N'', N'', N'0'), (N'110', NULL, N'1292620665505775616', N'', N'', N'0'), (N'111', NULL, N'1292620843398791168', N'', N'', N'0'), (N'112', NULL, N'1292621027574874112', N'', N'', N'0'), (N'113', NULL, N'1292621363161137152', N'', N'', N'0'), (N'114', NULL, N'1292621494837116928', N'', N'', N'0'), (N'115', NULL, N'1292621629260365824', N'', N'', N'0'), (N'116', NULL, N'1292622526073864192', N'', N'', N'0'), (N'117', NULL, N'1293470838745821184', N'', N'', N'0'), (N'118', NULL, N'1293471661785706496', N'', N'', N'0'), (N'119', NULL, N'1293472678392721408', N'', N'', N'0'), (N'120', NULL, N'1293472857510473728', N'', N'', N'0'), (N'121', NULL, N'1299273336009359360', N'', N'', N'0'), (N'122', NULL, N'1299273436282585088', N'', N'', N'0'), (N'123', NULL, N'1299273618470567936', N'', N'', N'0'), (N'124', NULL, N'1299273770182737920', N'', N'', N'0'), (N'125', NULL, N'1299273978023084032', N'', N'', N'0'), (N'126', NULL, N'1299274123225694208', N'', N'', N'0'), (N'127', NULL, N'1299274222299348992', N'', N'', N'0'), (N'128', NULL, N'1304238876758495232', N'', N'', N'0'), (N'129', NULL, N'1304678610343383040', N'', N'', N'0'), (N'130', NULL, N'1304679169305694208', N'', N'', N'0'), (N'131', NULL, N'1310460417141817344', N'', N'', N'0'), (N'132', NULL, N'1310502391475519488', N'', N'', N'0'), (N'133', NULL, N'1310515546943569920', N'', N'', N'0'), (N'134', NULL, N'1310515735292985344', N'', N'', N'0'), (N'135', NULL, N'1316628769783480320', N'', N'', N'0'), (N'136', NULL, N'1316628940663619584', N'', N'', N'0'), (N'137', NULL, N'1316629112428756992', N'', N'', N'0'), (N'138', NULL, N'1316652047017246720', N'', N'', N'0'), (N'140', NULL, N'1319200951383199744', N'', N'', N'0'), (N'141', NULL, N'1319221929807024128', N'', N'', N'0'), (N'142', NULL, N'1319554431134306304', N'', N'', N'0'), (N'143', NULL, N'1319554550458060800', N'', N'', N'0'), (N'144', NULL, N'1319554948434595840', N'', N'', N'0'), (N'145', NULL, N'1319555067183730688', N'', N'', N'0'), (N'146', NULL, N'1319555230765780992', N'', N'', N'0'), (N'147', NULL, N'1319555333790470144', N'', N'', N'0'), (N'148', NULL, N'1321001932510203904', N'', N'', N'0'), (N'149', NULL, N'1321002059803136000', N'', N'', N'0'), (N'150', NULL, N'1321002256440496128', N'', N'', N'0'), (N'151', NULL, N'1321002350686507008', N'', N'', N'0'), (N'152', NULL, N'1322190027988525056', N'', N'', N'0'), (N'153', NULL, N'1322452079688458240', N'', N'', N'0'), (N'154', NULL, N'1322452183929495552', N'', N'', N'0'), (N'155', NULL, N'1322452308651319296', N'', N'', N'0'), (N'156', NULL, N'1322452858176446464', N'', N'', N'0'), (N'157', NULL, N'1322452989235863552', N'', N'', N'0'), (N'158', NULL, N'1322453089655889920', N'', N'', N'0'), (N'159', NULL, N'1329706860249804800', N'', N'', N'0'), (N'160', NULL, N'1329707002411544576', N'', N'', N'0'), (N'161', NULL, N'1329708512277098496', N'', N'', N'0'), (N'162', NULL, N'1329708625917571072', N'', N'', N'0'), (N'163', NULL, N'1335049839287357440', N'', N'', N'0'), (N'164', NULL, N'1335050034221830144', N'', N'', N'0'), (N'165', NULL, N'1335050145899368448', N'', N'', N'0'), (N'166', NULL, N'1335050283434790912', N'', N'', N'0'), (N'167', NULL, N'1335050381770248192', N'', N'', N'0'), (N'168', NULL, N'1335050520941449216', N'', N'', N'0'), (N'169', NULL, N'1335050615829188608', N'', N'', N'0'), (N'170', NULL, N'1335111798720450560', N'', N'', N'0'), (N'171', NULL, N'1335118541370314752', N'', N'', N'0'), (N'172', NULL, N'1335118660417245184', N'', N'', N'0'), (N'173', NULL, N'1335118782727344128', N'', N'', N'0'), (N'174', NULL, N'1335118903200337920', N'', N'', N'0'), (N'175', NULL, N'1336230645078921216', N'', N'', N'0'), (N'176', NULL, N'1337314809113722880', N'', N'', N'0'), (N'177', NULL, N'1337314938973569024', N'', N'', N'0'), (N'178', NULL, N'1340961907637243904', N'', N'', N'0'), (N'179', NULL, N'1341652247554379776', N'', N'', N'0'), (N'180', NULL, N'1341652385555369984', N'', N'', N'0'), (N'181', NULL, N'1342457939827552256', N'', N'', N'0'), (N'182', NULL, N'1342458050112581632', N'', N'', N'0'), (N'183', NULL, N'1363657602699718656', N'', N'', N'0'), (N'184', NULL, N'1363657779665793024', N'', N'', N'0'), (N'185', NULL, N'1363662350572154880', N'', N'', N'0'), (N'186', N'1364484859756847104', NULL, N'', N'', N'0'), (N'187', NULL, N'1370283697803829248', N'', N'', N'0'), (N'188', NULL, N'1370283782075785216', N'', N'', N'0'), (N'189', NULL, N'1370283867966742528', N'', N'', N'0'), (N'190', NULL, N'1370283988712366080', N'', N'', N'0'), (N'191', NULL, N'1370284066516705280', N'', N'', N'0'), (N'192', NULL, N'1370284158262910976', N'', N'', N'0'), (N'193', NULL, N'1370284253045792768', N'', N'', N'0'), (N'194', NULL, N'1370284344397733888', N'', N'', N'0'), (N'195', NULL, N'1370284429890232320', N'', N'', N'0'), (N'201', NULL, N'1370914923144478720', N'', N'', N'0'), (N'202', N'1371652231699025920', NULL, N'', N'', N'0'), (N'203', NULL, N'1371844966074970112', N'', N'', N'0'), (N'204', NULL, N'1371845082676621312', N'', N'', N'0'), (N'205', NULL, N'1371845219528372224', N'', N'', N'0'), (N'208', NULL, N'1375612899682799616', N'', N'', N'0'), (N'209', NULL, N'1375613095783288832', N'', N'', N'0'), (N'210', NULL, N'1375613222187028480', N'', N'', N'0'), (N'211', NULL, N'1375613355029024768', N'', N'', N'0'), (N'212', NULL, N'1375613462969438208', N'', N'', N'0'), (N'213', NULL, N'1375613567365664768', N'', N'', N'0'), (N'214', NULL, N'1375613732239560704', N'', N'', N'0'), (N'215', NULL, N'1375613833662025728', N'', N'', N'0'), (N'216', NULL, N'1375679597777637376', N'', N'', N'0'), (N'218', N'1376862654239059968', NULL, N'LeastConnection', N'', N'60000'), (N'219', NULL, N'1376863669256433664', N'', N'', N'0'), (N'220', NULL, N'1376866215333179392', N'LeastConnection', N'', N'60000'), (N'221', NULL, N'1377049120932081664', N'LeastConnection', N'', N'60000'), (N'222', NULL, N'1377050475599998976', N'LeastConnection', N'', N'60000'), (N'223', NULL, N'1393020696332705792', N'', N'', N'0'), (N'224', NULL, N'1393501090957946880', N'', N'', N'0'), (N'225', N'1393502847586988032', NULL, N'LeastConnection', N'', N'0'), (N'226', NULL, N'1395924337284407296', N'', N'', N'0'), (N'227', NULL, N'1406817452004757504', N'', N'', N'0'), (N'228', N'1416295790013263872', NULL, NULL, NULL, NULL), (N'230', N'1417661085990727680', NULL, N'NoLoadBalancer', NULL, NULL), (N'231', NULL, N'1421397683162664960', NULL, NULL, NULL), (N'232', NULL, N'1431443151332106240', N'', N'', N'0'), (N'233', NULL, N'1431443363240927232', N'', N'', N'0'), (N'234', NULL, N'1431444869667151872', N'', N'', N'0'), (N'235', NULL, N'1431445043261005824', N'', N'', N'0'), (N'236', NULL, N'1431445186324520960', N'', N'', N'0'), (N'237', NULL, N'1431445363160571904', N'', N'', N'0'), (N'238', NULL, N'1431464934529622016', N'', N'', N'0'), (N'239', NULL, N'1431499449952165888', N'', N'', N'0'), (N'240', NULL, N'1431803251955654656', N'', N'', N'0'), (N'241', NULL, N'1431806909455851520', N'', N'', N'0'), (N'242', NULL, N'1432189824874373120', N'', N'', N'0'), (N'243', NULL, N'1432190028071624704', N'', N'', N'0'), (N'244', NULL, N'1440680494805778432', N'', N'', N'0'), (N'245', NULL, N'1440680915444137984', N'', N'', N'0'), (N'246', NULL, N'1442413171470688256', NULL, NULL, NULL), (N'247', NULL, N'1449257280751026176', NULL, NULL, NULL), (N'248', NULL, N'1454289352609521664', NULL, NULL, NULL), (N'249', NULL, N'1454289896489115648', NULL, NULL, NULL) +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewaycacheoptions +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaycacheoptions]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewaycacheoptions] +GO + +CREATE TABLE [apigateway].[appapigatewaycacheoptions] ( + [Id] int NOT NULL, + [ReRouteId] bigint NOT NULL, + [TtlSeconds] int NULL, + [Region] nvarchar(256) NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewaycacheoptions +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewaycacheoptions] VALUES (N'3', N'1261299170387169280', NULL, NULL), (N'4', N'1261585859064872960', NULL, NULL), (N'5', N'1261586605810368512', NULL, NULL), (N'6', N'1261587558609436672', NULL, NULL), (N'7', N'1261588213298348032', NULL, NULL), (N'8', N'1261588367619375104', NULL, NULL), (N'9', N'1261588628450557952', NULL, NULL), (N'10', N'1261588881564221440', NULL, NULL), (N'11', N'1261588983053795328', NULL, NULL), (N'12', N'1261589139039961088', NULL, NULL), (N'13', N'1261589197483393024', NULL, NULL), (N'14', N'1261589278857084928', NULL, NULL), (N'15', N'1261589420356124672', NULL, NULL), (N'16', N'1261589960393736192', NULL, NULL), (N'17', N'1261606600242085888', NULL, NULL), (N'18', N'1261606689601732608', NULL, NULL), (N'21', N'1262220447629058048', NULL, NULL), (N'22', N'1262230734939758592', NULL, NULL), (N'23', N'1262296916350869504', NULL, NULL), (N'24', N'1262632376348594176', NULL, NULL), (N'25', N'1262632791869902848', NULL, NULL), (N'28', N'1262660336921235456', N'0', N''), (N'29', N'1262660528277966848', N'0', N''), (N'30', N'1262660706875625472', N'0', N''), (N'31', N'1262660966393991168', N'0', N''), (N'32', N'1262661109474283520', N'0', N''), (N'33', N'1262663888804663296', N'0', N''), (N'34', N'1262664024096133120', N'0', N''), (N'35', N'1262664186252120064', N'0', N''), (N'36', N'1262664357044178944', N'0', N''), (N'37', N'1262664632928718848', N'0', N''), (N'38', N'1262664751409418240', N'0', N''), (N'39', N'1262664871274237952', N'0', N''), (N'40', N'1262665026111164416', N'0', N''), (N'41', N'1262665159905267712', N'0', N''), (N'42', N'1262665329829105664', N'0', N''), (N'43', N'1262665456471920640', N'0', N''), (N'44', N'1262665628165754880', NULL, NULL), (N'45', N'1262666172682883072', NULL, NULL), (N'47', N'1262723402331885568', NULL, NULL), (N'48', N'1262935771746734080', NULL, NULL), (N'49', N'1262935906522304512', NULL, NULL), (N'52', N'1263074419073593344', NULL, NULL), (N'53', N'1263075249394790400', N'0', N''), (N'54', N'1263075593499684864', N'0', N''), (N'56', N'1263101898440146944', NULL, NULL), (N'57', N'1263303878648569856', NULL, NULL), (N'58', N'1263304204797648896', NULL, NULL), (N'59', N'1263304872891555840', NULL, NULL), (N'60', N'1263305106250047488', NULL, NULL), (N'61', N'1263305244594970624', NULL, NULL), (N'62', N'1263305430536855552', NULL, NULL), (N'63', N'1263639172959174656', NULL, NULL), (N'64', N'1264799968944640000', NULL, NULL), (N'65', N'1264800070161584128', NULL, NULL), (N'66', N'1267360794414161920', NULL, NULL), (N'67', N'1267383367629807616', NULL, NULL), (N'68', N'1267817055527632896', NULL, NULL), (N'69', N'1267817221286526976', NULL, NULL), (N'70', N'1268893687085518848', NULL, NULL), (N'94', N'1288657613998579712', NULL, NULL), (N'95', N'1288657941770854400', N'0', N''), (N'96', N'1288658134067109888', N'0', N''), (N'97', N'1288658305156964352', N'0', N''), (N'98', N'1288658491216289792', N'0', N''), (N'99', N'1288658638302142464', NULL, NULL), (N'100', N'1288658791784308736', NULL, NULL), (N'101', N'1290849478956199936', NULL, NULL), (N'102', N'1290849628051124224', NULL, NULL), (N'103', N'1290849798553776128', NULL, NULL), (N'105', N'1291259822512693248', N'0', N''), (N'106', N'1292620505149145088', N'0', N''), (N'107', N'1292620665505775616', N'0', N''), (N'108', N'1292620843398791168', NULL, NULL), (N'109', N'1292621027574874112', N'0', N''), (N'110', N'1292621363161137152', N'0', N''), (N'111', N'1292621494837116928', N'0', N''), (N'112', N'1292621629260365824', N'0', N''), (N'113', N'1292622526073864192', N'0', N''), (N'114', N'1293470838745821184', N'0', N''), (N'115', N'1293471661785706496', N'0', N''), (N'116', N'1293472678392721408', N'0', N''), (N'117', N'1293472857510473728', N'0', N''), (N'118', N'1299273336009359360', NULL, NULL), (N'119', N'1299273436282585088', NULL, NULL), (N'120', N'1299273618470567936', NULL, NULL), (N'121', N'1299273770182737920', NULL, NULL), (N'122', N'1299273978023084032', NULL, NULL), (N'123', N'1299274123225694208', NULL, NULL), (N'124', N'1299274222299348992', NULL, NULL), (N'125', N'1304238876758495232', N'0', N''), (N'126', N'1304678610343383040', NULL, NULL), (N'127', N'1304679169305694208', NULL, NULL), (N'128', N'1310460417141817344', N'0', N''), (N'129', N'1310502391475519488', N'0', N''), (N'130', N'1310515546943569920', NULL, NULL), (N'131', N'1310515735292985344', NULL, NULL), (N'132', N'1316628769783480320', N'0', N''), (N'133', N'1316628940663619584', N'0', N''), (N'134', N'1316629112428756992', N'0', N''), (N'135', N'1316652047017246720', NULL, NULL), (N'137', N'1319200951383199744', N'0', N''), (N'138', N'1319221929807024128', N'0', N''), (N'139', N'1319554431134306304', NULL, NULL), (N'140', N'1319554550458060800', NULL, NULL), (N'141', N'1319554948434595840', N'0', N''), (N'142', N'1319555067183730688', N'0', N''), (N'143', N'1319555230765780992', N'0', N''), (N'144', N'1319555333790470144', N'0', N''), (N'145', N'1321001932510203904', N'0', N''), (N'146', N'1321002059803136000', N'0', N''), (N'147', N'1321002256440496128', N'0', N''), (N'148', N'1321002350686507008', N'0', N''), (N'149', N'1322190027988525056', N'0', N''), (N'150', N'1322452079688458240', NULL, NULL), (N'151', N'1322452183929495552', NULL, NULL), (N'152', N'1322452308651319296', NULL, NULL), (N'153', N'1322452858176446464', N'0', N''), (N'154', N'1322452989235863552', N'0', N''), (N'155', N'1322453089655889920', NULL, NULL), (N'156', N'1329706860249804800', N'0', N''), (N'157', N'1329707002411544576', N'0', N''), (N'158', N'1329708512277098496', N'0', N''), (N'159', N'1329708625917571072', N'0', N''), (N'160', N'1335049839287357440', NULL, NULL), (N'161', N'1335050034221830144', N'0', N''), (N'162', N'1335050145899368448', N'0', N''), (N'163', N'1335050283434790912', N'0', N''), (N'164', N'1335050381770248192', N'0', N''), (N'165', N'1335050520941449216', N'0', N''), (N'166', N'1335050615829188608', N'0', N''), (N'167', N'1335111798720450560', N'0', N''), (N'168', N'1335118541370314752', N'0', N''), (N'169', N'1335118660417245184', N'0', N''), (N'170', N'1335118782727344128', N'0', N''), (N'171', N'1335118903200337920', N'0', N''), (N'172', N'1336230645078921216', N'0', N''), (N'173', N'1337314809113722880', NULL, NULL), (N'174', N'1337314938973569024', N'0', N''), (N'175', N'1340961907637243904', N'0', N''), (N'176', N'1341652247554379776', N'0', N''), (N'177', N'1341652385555369984', N'0', N''), (N'178', N'1342457939827552256', N'0', N''), (N'179', N'1342458050112581632', N'0', N''), (N'180', N'1363657602699718656', N'0', N''), (N'181', N'1363657779665793024', N'0', N''), (N'182', N'1363662350572154880', N'0', N''), (N'183', N'1370283697803829248', N'0', N''), (N'184', N'1370283782075785216', N'0', N''), (N'185', N'1370283867966742528', N'0', N''), (N'186', N'1370283988712366080', N'0', N''), (N'187', N'1370284066516705280', NULL, NULL), (N'188', N'1370284158262910976', N'0', N''), (N'189', N'1370284253045792768', NULL, NULL), (N'190', N'1370284344397733888', N'0', N''), (N'191', N'1370284429890232320', N'0', N''), (N'197', N'1370914923144478720', NULL, NULL), (N'198', N'1371844966074970112', NULL, NULL), (N'199', N'1371845082676621312', N'0', N''), (N'200', N'1371845219528372224', N'0', N''), (N'203', N'1375612899682799616', NULL, NULL), (N'204', N'1375613095783288832', NULL, NULL), (N'205', N'1375613222187028480', NULL, NULL), (N'206', N'1375613355029024768', NULL, NULL), (N'207', N'1375613462969438208', NULL, NULL), (N'208', N'1375613567365664768', NULL, NULL), (N'209', N'1375613732239560704', NULL, NULL), (N'210', N'1375613833662025728', NULL, NULL), (N'211', N'1375679597777637376', NULL, NULL), (N'213', N'1376863669256433664', N'0', N''), (N'214', N'1376866215333179392', N'0', N''), (N'215', N'1377049120932081664', N'0', N''), (N'216', N'1377050475599998976', N'0', N''), (N'217', N'1393020696332705792', NULL, NULL), (N'218', N'1393501090957946880', NULL, NULL), (N'219', N'1395924337284407296', N'0', N''), (N'220', N'1406817452004757504', N'0', N''), (N'221', N'1421397683162664960', NULL, NULL), (N'222', N'1431443151332106240', N'0', N''), (N'223', N'1431443363240927232', NULL, NULL), (N'224', N'1431444869667151872', NULL, NULL), (N'225', N'1431445043261005824', NULL, NULL), (N'226', N'1431445186324520960', NULL, NULL), (N'227', N'1431445363160571904', NULL, NULL), (N'228', N'1431464934529622016', N'0', N''), (N'229', N'1431499449952165888', N'0', N''), (N'230', N'1431803251955654656', N'0', N''), (N'231', N'1431806909455851520', NULL, NULL), (N'232', N'1432189824874373120', NULL, NULL), (N'233', N'1432190028071624704', NULL, NULL), (N'234', N'1440680494805778432', NULL, NULL), (N'235', N'1440680915444137984', NULL, NULL), (N'236', N'1442413171470688256', NULL, NULL), (N'237', N'1449257280751026176', NULL, NULL), (N'238', N'1454289352609521664', NULL, NULL), (N'239', N'1454289896489115648', NULL, NULL) +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewaydiscovery +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaydiscovery]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewaydiscovery] +GO + +CREATE TABLE [apigateway].[appapigatewaydiscovery] ( + [Id] int NOT NULL, + [ItemId] bigint NOT NULL, + [Host] nvarchar(50) NULL, + [Port] int NULL, + [Type] nvarchar(128) NULL, + [Token] nvarchar(256) NULL, + [ConfigurationKey] nvarchar(256) NULL, + [PollingInterval] int NULL, + [Namespace] nvarchar(128) NULL, + [Scheme] nvarchar(50) NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewaydiscovery +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewaydiscovery] VALUES (N'1', N'1260841964962947072', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (N'2', N'1364484859756847104', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (N'3', N'1371652231699025920', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (N'4', N'1376862654239059968', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (N'5', N'1393502847586988032', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (N'6', N'1416295790013263872', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (N'7', N'1417661085990727680', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewaydynamicreroute +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaydynamicreroute]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewaydynamicreroute] +GO + +CREATE TABLE [apigateway].[appapigatewaydynamicreroute] ( + [Id] int NOT NULL, + [ExtraProperties] nvarchar(max) NULL, + [ConcurrencyStamp] nvarchar(40) NULL, + [DynamicReRouteId] bigint NOT NULL, + [ServiceName] nvarchar(100) NOT NULL, + [DownstreamHttpVersion] nvarchar(30) NULL, + [AppId] nvarchar(50) NOT NULL +) +GO + + +-- ---------------------------- +-- Table structure for appapigatewayglobalconfiguration +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayglobalconfiguration]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayglobalconfiguration] +GO + +CREATE TABLE [apigateway].[appapigatewayglobalconfiguration] ( + [Id] int NOT NULL, + [ExtraProperties] nvarchar(max) NULL, + [ConcurrencyStamp] nvarchar(40) NULL, + [ItemId] bigint NOT NULL, + [RequestIdKey] nvarchar(100) NULL, + [BaseUrl] nvarchar(256) NOT NULL, + [DownstreamScheme] nvarchar(100) NULL, + [DownstreamHttpVersion] nvarchar(30) NULL, + [IsDeleted] tinyint NOT NULL, + [IsActive] tinyint NOT NULL, + [AppId] nvarchar(50) NOT NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayglobalconfiguration +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayglobalconfiguration] VALUES (N'1', N'{}', N'f7973118f2c2425c8cc96b59883b99aa', N'1260841964962947072', NULL, N'http://localhost:30000', N'HTTP', NULL, N'0', N'1', N'TEST-APP') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewayheaders +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayheaders]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayheaders] +GO + +CREATE TABLE [apigateway].[appapigatewayheaders] ( + [Id] int NOT NULL, + [ReRouteId] bigint NOT NULL, + [Key] nvarchar(50) NULL, + [Value] nvarchar(256) NULL +) +GO + + +-- ---------------------------- +-- Table structure for appapigatewayhostandport +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayhostandport]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayhostandport] +GO + +CREATE TABLE [apigateway].[appapigatewayhostandport] ( + [Id] int NOT NULL, + [ReRouteId] bigint NOT NULL, + [Host] nvarchar(50) NOT NULL, + [Port] int NULL +) +GO + + +-- ---------------------------- +-- Table structure for appapigatewayhttpoptions +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayhttpoptions]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayhttpoptions] +GO + +CREATE TABLE [apigateway].[appapigatewayhttpoptions] ( + [Id] int NOT NULL, + [ItemId] bigint NULL, + [ReRouteId] bigint NULL, + [MaxConnectionsPerServer] int NULL, + [AllowAutoRedirect] tinyint NOT NULL, + [UseCookieContainer] tinyint NOT NULL, + [UseTracing] tinyint NOT NULL, + [UseProxy] tinyint NOT NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayhttpoptions +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayhttpoptions] VALUES (N'1', N'1260841964962947072', NULL, NULL, N'0', N'0', N'1', N'0'), (N'4', NULL, N'1261299170387169280', N'1000', N'1', N'0', N'1', N'0'), (N'5', NULL, N'1261585859064872960', NULL, N'0', N'0', N'1', N'0'), (N'6', NULL, N'1261586605810368512', NULL, N'0', N'0', N'0', N'0'), (N'7', NULL, N'1261587558609436672', NULL, N'0', N'0', N'0', N'0'), (N'8', NULL, N'1261588213298348032', NULL, N'0', N'0', N'0', N'0'), (N'9', NULL, N'1261588367619375104', NULL, N'0', N'0', N'0', N'0'), (N'10', NULL, N'1261588628450557952', NULL, N'0', N'0', N'0', N'0'), (N'11', NULL, N'1261588881564221440', NULL, N'0', N'0', N'0', N'0'), (N'12', NULL, N'1261588983053795328', NULL, N'0', N'0', N'0', N'0'), (N'13', NULL, N'1261589139039961088', NULL, N'0', N'0', N'0', N'0'), (N'14', NULL, N'1261589197483393024', NULL, N'0', N'0', N'0', N'0'), (N'15', NULL, N'1261589278857084928', NULL, N'0', N'0', N'0', N'0'), (N'16', NULL, N'1261589420356124672', NULL, N'0', N'0', N'0', N'0'), (N'17', NULL, N'1261589960393736192', N'1000', N'1', N'0', N'1', N'0'), (N'18', NULL, N'1261606600242085888', NULL, N'0', N'0', N'0', N'0'), (N'19', NULL, N'1261606689601732608', NULL, N'0', N'0', N'0', N'0'), (N'22', NULL, N'1262220447629058048', NULL, N'0', N'0', N'1', N'0'), (N'23', NULL, N'1262230734939758592', NULL, N'0', N'0', N'1', N'0'), (N'24', NULL, N'1262296916350869504', NULL, N'0', N'0', N'1', N'0'), (N'25', NULL, N'1262632376348594176', N'0', N'0', N'0', N'0', N'0'), (N'26', NULL, N'1262632791869902848', N'0', N'0', N'0', N'0', N'0'), (N'29', NULL, N'1262660336921235456', N'0', N'0', N'0', N'0', N'0'), (N'30', NULL, N'1262660528277966848', N'0', N'0', N'0', N'0', N'0'), (N'31', NULL, N'1262660706875625472', N'0', N'0', N'0', N'0', N'0'), (N'32', NULL, N'1262660966393991168', N'0', N'0', N'0', N'0', N'0'), (N'33', NULL, N'1262661109474283520', N'0', N'0', N'0', N'0', N'0'), (N'34', NULL, N'1262663888804663296', N'0', N'0', N'0', N'0', N'0'), (N'35', NULL, N'1262664024096133120', N'0', N'0', N'0', N'0', N'0'), (N'36', NULL, N'1262664186252120064', N'0', N'0', N'0', N'0', N'0'), (N'37', NULL, N'1262664357044178944', N'0', N'0', N'0', N'0', N'0'), (N'38', NULL, N'1262664632928718848', N'0', N'0', N'0', N'0', N'0'), (N'39', NULL, N'1262664751409418240', N'0', N'0', N'0', N'0', N'0'), (N'40', NULL, N'1262664871274237952', N'0', N'0', N'0', N'0', N'0'), (N'41', NULL, N'1262665026111164416', N'0', N'0', N'0', N'0', N'0'), (N'42', NULL, N'1262665159905267712', N'0', N'0', N'0', N'0', N'0'), (N'43', NULL, N'1262665329829105664', N'0', N'0', N'0', N'0', N'0'), (N'44', NULL, N'1262665456471920640', N'0', N'0', N'0', N'0', N'0'), (N'45', NULL, N'1262665628165754880', N'0', N'0', N'0', N'0', N'0'), (N'46', NULL, N'1262666172682883072', N'0', N'0', N'0', N'0', N'0'), (N'48', NULL, N'1262723402331885568', N'0', N'0', N'0', N'0', N'0'), (N'49', NULL, N'1262935771746734080', N'0', N'0', N'0', N'0', N'0'), (N'50', NULL, N'1262935906522304512', N'0', N'0', N'0', N'0', N'0'), (N'53', NULL, N'1263074419073593344', N'0', N'0', N'0', N'0', N'0'), (N'54', NULL, N'1263075249394790400', N'0', N'0', N'0', N'0', N'0'), (N'55', NULL, N'1263075593499684864', N'0', N'0', N'0', N'0', N'0'), (N'57', NULL, N'1263101898440146944', N'0', N'0', N'0', N'0', N'0'), (N'58', NULL, N'1263303878648569856', N'0', N'0', N'0', N'0', N'0'), (N'59', NULL, N'1263304204797648896', N'0', N'0', N'0', N'0', N'0'), (N'60', NULL, N'1263304872891555840', N'0', N'0', N'0', N'0', N'0'), (N'61', NULL, N'1263305106250047488', N'0', N'0', N'0', N'0', N'0'), (N'62', NULL, N'1263305244594970624', N'0', N'0', N'0', N'0', N'0'), (N'63', NULL, N'1263305430536855552', N'0', N'0', N'0', N'0', N'0'), (N'64', NULL, N'1263639172959174656', N'0', N'0', N'0', N'0', N'0'), (N'65', NULL, N'1264799968944640000', N'0', N'0', N'0', N'0', N'0'), (N'66', NULL, N'1264800070161584128', N'0', N'0', N'0', N'0', N'0'), (N'68', NULL, N'1267360794414161920', N'0', N'0', N'0', N'0', N'0'), (N'69', NULL, N'1267383367629807616', N'0', N'0', N'0', N'0', N'0'), (N'70', NULL, N'1267817055527632896', N'0', N'0', N'0', N'0', N'0'), (N'71', NULL, N'1267817221286526976', N'0', N'0', N'0', N'0', N'0'), (N'72', NULL, N'1268893687085518848', N'0', N'0', N'0', N'0', N'0'), (N'97', NULL, N'1288657613998579712', N'1000', N'0', N'0', N'0', N'0'), (N'98', NULL, N'1288657941770854400', N'1000', N'0', N'0', N'0', N'0'), (N'99', NULL, N'1288658134067109888', N'1000', N'0', N'0', N'0', N'0'), (N'100', NULL, N'1288658305156964352', N'1000', N'0', N'0', N'0', N'0'), (N'101', NULL, N'1288658491216289792', N'1000', N'0', N'0', N'0', N'0'), (N'102', NULL, N'1288658638302142464', N'1000', N'0', N'0', N'0', N'0'), (N'103', NULL, N'1288658791784308736', N'1000', N'0', N'0', N'0', N'0'), (N'104', NULL, N'1290849478956199936', N'0', N'0', N'0', N'0', N'0'), (N'105', NULL, N'1290849628051124224', N'0', N'0', N'0', N'0', N'0'), (N'106', NULL, N'1290849798553776128', N'0', N'0', N'0', N'0', N'0'), (N'108', NULL, N'1291259822512693248', N'0', N'0', N'0', N'0', N'0'), (N'109', NULL, N'1292620505149145088', N'0', N'0', N'0', N'0', N'0'), (N'110', NULL, N'1292620665505775616', N'0', N'0', N'0', N'0', N'0'), (N'111', NULL, N'1292620843398791168', N'100', N'0', N'0', N'0', N'0'), (N'112', NULL, N'1292621027574874112', N'0', N'0', N'0', N'0', N'0'), (N'113', NULL, N'1292621363161137152', N'0', N'0', N'0', N'0', N'0'), (N'114', NULL, N'1292621494837116928', N'0', N'0', N'0', N'0', N'0'), (N'115', NULL, N'1292621629260365824', N'0', N'0', N'0', N'0', N'0'), (N'116', NULL, N'1292622526073864192', N'0', N'0', N'0', N'0', N'0'), (N'117', NULL, N'1293470838745821184', N'0', N'0', N'0', N'0', N'0'), (N'118', NULL, N'1293471661785706496', N'0', N'0', N'0', N'0', N'0'), (N'119', NULL, N'1293472678392721408', N'0', N'0', N'0', N'0', N'0'), (N'120', NULL, N'1293472857510473728', N'0', N'0', N'0', N'0', N'0'), (N'121', NULL, N'1299273336009359360', N'0', N'0', N'0', N'0', N'0'), (N'122', NULL, N'1299273436282585088', N'0', N'0', N'0', N'0', N'0'), (N'123', NULL, N'1299273618470567936', N'0', N'0', N'0', N'0', N'0'), (N'124', NULL, N'1299273770182737920', N'0', N'0', N'0', N'0', N'0'), (N'125', NULL, N'1299273978023084032', N'0', N'0', N'0', N'0', N'0'), (N'126', NULL, N'1299274123225694208', N'0', N'0', N'0', N'0', N'0'), (N'127', NULL, N'1299274222299348992', N'0', N'0', N'0', N'0', N'0'), (N'128', NULL, N'1304238876758495232', N'0', N'0', N'0', N'0', N'0'), (N'129', NULL, N'1304678610343383040', N'0', N'0', N'0', N'0', N'0'), (N'130', NULL, N'1304679169305694208', N'0', N'0', N'0', N'0', N'0'), (N'131', NULL, N'1310460417141817344', N'0', N'0', N'0', N'0', N'0'), (N'132', NULL, N'1310502391475519488', N'0', N'0', N'0', N'0', N'0'), (N'133', NULL, N'1310515546943569920', N'0', N'0', N'0', N'0', N'0'), (N'134', NULL, N'1310515735292985344', N'0', N'0', N'0', N'0', N'0'), (N'135', NULL, N'1316628769783480320', N'0', N'0', N'0', N'0', N'0'), (N'136', NULL, N'1316628940663619584', N'0', N'0', N'0', N'0', N'0'), (N'137', NULL, N'1316629112428756992', N'0', N'0', N'0', N'0', N'0'), (N'138', NULL, N'1316652047017246720', N'0', N'0', N'0', N'0', N'0'), (N'140', NULL, N'1319200951383199744', N'0', N'0', N'0', N'0', N'0'), (N'141', NULL, N'1319221929807024128', N'0', N'0', N'0', N'0', N'0'), (N'142', NULL, N'1319554431134306304', N'0', N'0', N'0', N'0', N'0'), (N'143', NULL, N'1319554550458060800', N'0', N'0', N'0', N'0', N'0'), (N'144', NULL, N'1319554948434595840', N'0', N'0', N'0', N'0', N'0'), (N'145', NULL, N'1319555067183730688', N'0', N'0', N'0', N'0', N'0'), (N'146', NULL, N'1319555230765780992', N'0', N'0', N'0', N'0', N'0'), (N'147', NULL, N'1319555333790470144', N'0', N'0', N'0', N'0', N'0'), (N'148', NULL, N'1321001932510203904', N'0', N'0', N'0', N'0', N'0'), (N'149', NULL, N'1321002059803136000', N'0', N'0', N'0', N'0', N'0'), (N'150', NULL, N'1321002256440496128', N'0', N'0', N'0', N'0', N'0'), (N'151', NULL, N'1321002350686507008', N'0', N'0', N'0', N'0', N'0'), (N'152', NULL, N'1322190027988525056', N'0', N'0', N'0', N'0', N'0'), (N'153', NULL, N'1322452079688458240', N'0', N'0', N'0', N'0', N'0'), (N'154', NULL, N'1322452183929495552', N'0', N'0', N'0', N'0', N'0'), (N'155', NULL, N'1322452308651319296', N'0', N'0', N'0', N'0', N'0'), (N'156', NULL, N'1322452858176446464', N'0', N'0', N'0', N'0', N'0'), (N'157', NULL, N'1322452989235863552', N'0', N'0', N'0', N'0', N'0'), (N'158', NULL, N'1322453089655889920', N'0', N'0', N'0', N'0', N'0'), (N'159', NULL, N'1329706860249804800', N'0', N'0', N'0', N'0', N'0'), (N'160', NULL, N'1329707002411544576', N'0', N'0', N'0', N'0', N'0'), (N'161', NULL, N'1329708512277098496', N'0', N'0', N'0', N'0', N'0'), (N'162', NULL, N'1329708625917571072', N'0', N'0', N'0', N'0', N'0'), (N'163', NULL, N'1335049839287357440', N'0', N'0', N'0', N'0', N'0'), (N'164', NULL, N'1335050034221830144', N'0', N'0', N'0', N'0', N'0'), (N'165', NULL, N'1335050145899368448', N'0', N'0', N'0', N'0', N'0'), (N'166', NULL, N'1335050283434790912', N'0', N'0', N'0', N'0', N'0'), (N'167', NULL, N'1335050381770248192', N'0', N'0', N'0', N'0', N'0'), (N'168', NULL, N'1335050520941449216', N'0', N'0', N'0', N'0', N'0'), (N'169', NULL, N'1335050615829188608', N'0', N'0', N'0', N'0', N'0'), (N'170', NULL, N'1335111798720450560', N'0', N'0', N'0', N'0', N'0'), (N'171', NULL, N'1335118541370314752', N'0', N'0', N'0', N'0', N'0'), (N'172', NULL, N'1335118660417245184', N'0', N'0', N'0', N'0', N'0'), (N'173', NULL, N'1335118782727344128', N'0', N'0', N'0', N'0', N'0'), (N'174', NULL, N'1335118903200337920', N'0', N'0', N'0', N'0', N'0'), (N'175', NULL, N'1336230645078921216', N'0', N'0', N'0', N'0', N'0'), (N'176', NULL, N'1337314809113722880', N'0', N'0', N'0', N'0', N'0'), (N'177', NULL, N'1337314938973569024', N'0', N'0', N'0', N'0', N'0'), (N'178', NULL, N'1340961907637243904', N'0', N'0', N'0', N'0', N'0'), (N'179', NULL, N'1341652247554379776', N'0', N'0', N'0', N'0', N'0'), (N'180', NULL, N'1341652385555369984', N'0', N'0', N'0', N'0', N'0'), (N'181', NULL, N'1342457939827552256', N'0', N'0', N'0', N'0', N'0'), (N'182', NULL, N'1342458050112581632', N'0', N'0', N'0', N'0', N'0'), (N'183', NULL, N'1363657602699718656', N'0', N'0', N'0', N'0', N'0'), (N'184', NULL, N'1363657779665793024', N'0', N'0', N'0', N'0', N'0'), (N'185', NULL, N'1363662350572154880', N'0', N'0', N'0', N'0', N'0'), (N'186', N'1364484859756847104', NULL, N'1000', N'0', N'0', N'1', N'0'), (N'187', NULL, N'1370283697803829248', N'0', N'0', N'0', N'0', N'0'), (N'188', NULL, N'1370283782075785216', N'0', N'0', N'0', N'0', N'0'), (N'189', NULL, N'1370283867966742528', N'0', N'0', N'0', N'0', N'0'), (N'190', NULL, N'1370283988712366080', N'0', N'0', N'0', N'0', N'0'), (N'191', NULL, N'1370284066516705280', N'0', N'0', N'0', N'0', N'0'), (N'192', NULL, N'1370284158262910976', N'0', N'0', N'0', N'0', N'0'), (N'193', NULL, N'1370284253045792768', N'0', N'0', N'0', N'0', N'0'), (N'194', NULL, N'1370284344397733888', N'0', N'0', N'0', N'0', N'0'), (N'195', NULL, N'1370284429890232320', N'0', N'0', N'0', N'0', N'0'), (N'201', NULL, N'1370914923144478720', N'0', N'0', N'0', N'0', N'0'), (N'202', N'1371652231699025920', NULL, N'1000', N'0', N'1', N'1', N'0'), (N'203', NULL, N'1371844966074970112', N'0', N'0', N'0', N'0', N'0'), (N'204', NULL, N'1371845082676621312', N'0', N'0', N'0', N'0', N'0'), (N'205', NULL, N'1371845219528372224', N'0', N'0', N'0', N'0', N'0'), (N'208', NULL, N'1375612899682799616', N'0', N'0', N'0', N'0', N'0'), (N'209', NULL, N'1375613095783288832', N'0', N'0', N'0', N'0', N'0'), (N'210', NULL, N'1375613222187028480', N'0', N'0', N'0', N'0', N'0'), (N'211', NULL, N'1375613355029024768', N'0', N'0', N'0', N'0', N'0'), (N'212', NULL, N'1375613462969438208', N'0', N'0', N'0', N'0', N'0'), (N'213', NULL, N'1375613567365664768', N'0', N'0', N'0', N'0', N'0'), (N'214', NULL, N'1375613732239560704', N'0', N'0', N'0', N'0', N'0'), (N'215', NULL, N'1375613833662025728', N'0', N'0', N'0', N'0', N'0'), (N'216', NULL, N'1375679597777637376', N'0', N'0', N'0', N'0', N'0'), (N'218', N'1376862654239059968', NULL, N'1000', N'1', N'0', N'1', N'0'), (N'219', NULL, N'1376863669256433664', N'0', N'0', N'0', N'1', N'0'), (N'220', NULL, N'1376866215333179392', N'1000', N'0', N'0', N'1', N'0'), (N'221', NULL, N'1377049120932081664', N'0', N'0', N'0', N'1', N'0'), (N'222', NULL, N'1377050475599998976', N'0', N'0', N'0', N'1', N'0'), (N'223', NULL, N'1393020696332705792', N'0', N'0', N'0', N'0', N'0'), (N'224', NULL, N'1393501090957946880', N'0', N'0', N'0', N'0', N'0'), (N'225', N'1393502847586988032', NULL, N'1000', N'0', N'1', N'1', N'0'), (N'226', NULL, N'1395924337284407296', N'0', N'0', N'0', N'0', N'0'), (N'227', NULL, N'1406817452004757504', N'0', N'0', N'0', N'0', N'0'), (N'228', N'1416295790013263872', NULL, NULL, N'0', N'0', N'0', N'0'), (N'230', N'1417661085990727680', NULL, NULL, N'1', N'0', N'0', N'1'), (N'231', NULL, N'1421397683162664960', NULL, N'0', N'0', N'1', N'0'), (N'232', NULL, N'1431443151332106240', N'0', N'0', N'0', N'0', N'0'), (N'233', NULL, N'1431443363240927232', N'0', N'0', N'0', N'0', N'0'), (N'234', NULL, N'1431444869667151872', N'0', N'0', N'0', N'0', N'0'), (N'235', NULL, N'1431445043261005824', N'0', N'0', N'0', N'0', N'0'), (N'236', NULL, N'1431445186324520960', N'0', N'0', N'0', N'0', N'0'), (N'237', NULL, N'1431445363160571904', N'0', N'0', N'0', N'0', N'0'), (N'238', NULL, N'1431464934529622016', N'0', N'0', N'0', N'0', N'0'), (N'239', NULL, N'1431499449952165888', N'0', N'0', N'0', N'0', N'0'), (N'240', NULL, N'1431803251955654656', N'0', N'0', N'0', N'0', N'0'), (N'241', NULL, N'1431806909455851520', N'0', N'0', N'0', N'0', N'0'), (N'242', NULL, N'1432189824874373120', N'0', N'0', N'0', N'0', N'0'), (N'243', NULL, N'1432190028071624704', N'0', N'0', N'0', N'0', N'0'), (N'244', NULL, N'1440680494805778432', N'0', N'0', N'0', N'0', N'0'), (N'245', NULL, N'1440680915444137984', N'0', N'0', N'0', N'0', N'0'), (N'246', NULL, N'1442413171470688256', NULL, N'0', N'0', N'0', N'0'), (N'247', NULL, N'1449257280751026176', NULL, N'0', N'0', N'0', N'0'), (N'248', NULL, N'1454289352609521664', NULL, N'0', N'0', N'0', N'0'), (N'249', NULL, N'1454289896489115648', NULL, N'0', N'0', N'0', N'0') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewayqosoptions +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayqosoptions]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayqosoptions] +GO + +CREATE TABLE [apigateway].[appapigatewayqosoptions] ( + [Id] int NOT NULL, + [ItemId] bigint NULL, + [ReRouteId] bigint NULL, + [ExceptionsAllowedBeforeBreaking] int NULL, + [DurationOfBreak] int NULL, + [TimeoutValue] int NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayqosoptions +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayqosoptions] VALUES (N'1', N'1260841964962947072', NULL, N'60', N'60000', N'30000'), (N'4', NULL, N'1261299170387169280', N'60', N'60000', N'30000'), (N'5', NULL, N'1261585859064872960', N'60', N'60000', N'30000'), (N'6', NULL, N'1261586605810368512', N'60', N'60000', N'30000'), (N'7', NULL, N'1261587558609436672', N'60', N'60000', N'30000'), (N'8', NULL, N'1261588213298348032', N'60', N'60000', N'30000'), (N'9', NULL, N'1261588367619375104', N'60', N'60000', N'30000'), (N'10', NULL, N'1261588628450557952', N'60', N'60000', N'30000'), (N'11', NULL, N'1261588881564221440', N'60', N'60000', N'30000'), (N'12', NULL, N'1261588983053795328', N'60', N'60000', N'30000'), (N'13', NULL, N'1261589139039961088', N'60', N'60000', N'30000'), (N'14', NULL, N'1261589197483393024', N'60', N'60000', N'30000'), (N'15', NULL, N'1261589278857084928', N'60', N'60000', N'30000'), (N'16', NULL, N'1261589420356124672', N'60', N'60000', N'30000'), (N'17', NULL, N'1261589960393736192', N'60', N'60000', N'30000'), (N'18', NULL, N'1261606600242085888', NULL, NULL, NULL), (N'19', NULL, N'1261606689601732608', NULL, NULL, NULL), (N'22', NULL, N'1262220447629058048', N'60', N'60000', N'30000'), (N'23', NULL, N'1262230734939758592', N'60', N'60000', N'30000'), (N'24', NULL, N'1262296916350869504', N'60', N'60000', N'30000'), (N'25', NULL, N'1262632376348594176', N'50', N'60000', N'30000'), (N'26', NULL, N'1262632791869902848', N'50', N'60000', N'30000'), (N'29', NULL, N'1262660336921235456', N'50', N'60000', N'30000'), (N'30', NULL, N'1262660528277966848', N'50', N'60000', N'30000'), (N'31', NULL, N'1262660706875625472', N'50', N'60000', N'30000'), (N'32', NULL, N'1262660966393991168', N'50', N'60000', N'30000'), (N'33', NULL, N'1262661109474283520', N'50', N'60000', N'30000'), (N'34', NULL, N'1262663888804663296', N'50', N'60000', N'30000'), (N'35', NULL, N'1262664024096133120', N'50', N'60000', N'30000'), (N'36', NULL, N'1262664186252120064', N'50', N'60000', N'30000'), (N'37', NULL, N'1262664357044178944', N'50', N'60000', N'30000'), (N'38', NULL, N'1262664632928718848', N'50', N'60000', N'30000'), (N'39', NULL, N'1262664751409418240', N'50', N'60000', N'30000'), (N'40', NULL, N'1262664871274237952', N'50', N'60000', N'30000'), (N'41', NULL, N'1262665026111164416', N'50', N'60000', N'30000'), (N'42', NULL, N'1262665159905267712', N'50', N'60000', N'30000'), (N'43', NULL, N'1262665329829105664', N'50', N'60000', N'30000'), (N'44', NULL, N'1262665456471920640', N'50', N'60000', N'30000'), (N'45', NULL, N'1262665628165754880', N'50', N'60000', N'30000'), (N'46', NULL, N'1262666172682883072', N'50', N'60000', N'30000'), (N'48', NULL, N'1262723402331885568', N'50', N'60000', N'30000'), (N'49', NULL, N'1262935771746734080', N'50', N'60000', N'30000'), (N'50', NULL, N'1262935906522304512', N'50', N'60000', N'30000'), (N'53', NULL, N'1263074419073593344', N'50', N'60000', N'30000'), (N'54', NULL, N'1263075249394790400', N'50', N'60000', N'30000'), (N'55', NULL, N'1263075593499684864', N'50', N'60000', N'30000'), (N'57', NULL, N'1263101898440146944', N'50', N'60000', N'120000'), (N'58', NULL, N'1263303878648569856', N'50', N'60000', N'30000'), (N'59', NULL, N'1263304204797648896', N'50', N'60000', N'120000'), (N'60', NULL, N'1263304872891555840', N'50', N'60000', N'30000'), (N'61', NULL, N'1263305106250047488', N'50', N'60000', N'30000'), (N'62', NULL, N'1263305244594970624', N'50', N'60000', N'30000'), (N'63', NULL, N'1263305430536855552', N'50', N'60000', N'30000'), (N'64', NULL, N'1263639172959174656', N'50', N'60000', N'30000'), (N'65', NULL, N'1264799968944640000', N'50', N'60000', N'30000'), (N'66', NULL, N'1264800070161584128', N'50', N'60000', N'30000'), (N'68', NULL, N'1267360794414161920', N'50', N'60000', N'30000'), (N'69', NULL, N'1267383367629807616', N'50', N'60000', N'30000'), (N'70', NULL, N'1267817055527632896', N'50', N'60000', N'30000'), (N'71', NULL, N'1267817221286526976', N'50', N'60000', N'30000'), (N'72', NULL, N'1268893687085518848', N'50', N'60000', N'30000'), (N'97', NULL, N'1288657613998579712', N'50', N'60000', N'30000'), (N'98', NULL, N'1288657941770854400', N'50', N'60000', N'30000'), (N'99', NULL, N'1288658134067109888', N'50', N'60000', N'30000'), (N'100', NULL, N'1288658305156964352', N'50', N'60000', N'30000'), (N'101', NULL, N'1288658491216289792', N'50', N'60000', N'30000'), (N'102', NULL, N'1288658638302142464', N'50', N'60000', N'30000'), (N'103', NULL, N'1288658791784308736', N'50', N'60000', N'30000'), (N'104', NULL, N'1290849478956199936', N'50', N'60000', N'30000'), (N'105', NULL, N'1290849628051124224', N'50', N'60000', N'30000'), (N'106', NULL, N'1290849798553776128', N'50', N'60000', N'30000'), (N'108', NULL, N'1291259822512693248', N'50', N'60000', N'30000'), (N'109', NULL, N'1292620505149145088', N'50', N'60000', N'30000'), (N'110', NULL, N'1292620665505775616', N'50', N'60000', N'30000'), (N'111', NULL, N'1292620843398791168', N'50', N'60000', N'1200000'), (N'112', NULL, N'1292621027574874112', N'50', N'60000', N'30000'), (N'113', NULL, N'1292621363161137152', N'50', N'60000', N'30000'), (N'114', NULL, N'1292621494837116928', N'50', N'60000', N'30000'), (N'115', NULL, N'1292621629260365824', N'50', N'60000', N'30000'), (N'116', NULL, N'1292622526073864192', N'50', N'60000', N'30000'), (N'117', NULL, N'1293470838745821184', N'50', N'60000', N'30000'), (N'118', NULL, N'1293471661785706496', N'50', N'60000', N'30000'), (N'119', NULL, N'1293472678392721408', N'50', N'60000', N'30000'), (N'120', NULL, N'1293472857510473728', N'50', N'60000', N'30000'), (N'121', NULL, N'1299273336009359360', N'50', N'60000', N'30000'), (N'122', NULL, N'1299273436282585088', N'50', N'60000', N'30000'), (N'123', NULL, N'1299273618470567936', N'50', N'60000', N'30000'), (N'124', NULL, N'1299273770182737920', N'50', N'60000', N'30000'), (N'125', NULL, N'1299273978023084032', N'50', N'60000', N'30000'), (N'126', NULL, N'1299274123225694208', N'50', N'60000', N'30000'), (N'127', NULL, N'1299274222299348992', N'50', N'60000', N'30000'), (N'128', NULL, N'1304238876758495232', N'50', N'60000', N'30000'), (N'129', NULL, N'1304678610343383040', N'50', N'60000', N'30000'), (N'130', NULL, N'1304679169305694208', N'50', N'60000', N'30000'), (N'131', NULL, N'1310460417141817344', N'50', N'60000', N'30000'), (N'132', NULL, N'1310502391475519488', N'50', N'60000', N'30000'), (N'133', NULL, N'1310515546943569920', N'50', N'60000', N'30000'), (N'134', NULL, N'1310515735292985344', N'50', N'60000', N'30000'), (N'135', NULL, N'1316628769783480320', N'50', N'60000', N'30000'), (N'136', NULL, N'1316628940663619584', N'50', N'60000', N'30000'), (N'137', NULL, N'1316629112428756992', N'50', N'60000', N'30000'), (N'138', NULL, N'1316652047017246720', N'50', N'60000', N'30000'), (N'140', NULL, N'1319200951383199744', N'50', N'60000', N'30000'), (N'141', NULL, N'1319221929807024128', N'50', N'60000', N'30000'), (N'142', NULL, N'1319554431134306304', N'50', N'60000', N'30000'), (N'143', NULL, N'1319554550458060800', N'50', N'60000', N'30000'), (N'144', NULL, N'1319554948434595840', N'50', N'60000', N'30000'), (N'145', NULL, N'1319555067183730688', N'50', N'60000', N'30000'), (N'146', NULL, N'1319555230765780992', N'50', N'60000', N'30000'), (N'147', NULL, N'1319555333790470144', N'50', N'60000', N'30000'), (N'148', NULL, N'1321001932510203904', N'50', N'60000', N'30000'), (N'149', NULL, N'1321002059803136000', N'50', N'60000', N'30000'), (N'150', NULL, N'1321002256440496128', N'50', N'60000', N'30000'), (N'151', NULL, N'1321002350686507008', N'50', N'60000', N'30000'), (N'152', NULL, N'1322190027988525056', N'50', N'60000', N'30000'), (N'153', NULL, N'1322452079688458240', N'50', N'60000', N'30000'), (N'154', NULL, N'1322452183929495552', N'50', N'60000', N'30000'), (N'155', NULL, N'1322452308651319296', N'50', N'60000', N'30000'), (N'156', NULL, N'1322452858176446464', N'50', N'60000', N'30000'), (N'157', NULL, N'1322452989235863552', N'50', N'60000', N'30000'), (N'158', NULL, N'1322453089655889920', N'50', N'60000', N'30000'), (N'159', NULL, N'1329706860249804800', N'50', N'60000', N'30000'), (N'160', NULL, N'1329707002411544576', N'50', N'60000', N'30000'), (N'161', NULL, N'1329708512277098496', N'50', N'60000', N'30000'), (N'162', NULL, N'1329708625917571072', N'50', N'60000', N'30000'), (N'163', NULL, N'1335049839287357440', N'50', N'60000', N'30000'), (N'164', NULL, N'1335050034221830144', N'50', N'60000', N'30000'), (N'165', NULL, N'1335050145899368448', N'50', N'60000', N'30000'), (N'166', NULL, N'1335050283434790912', N'50', N'60000', N'30000'), (N'167', NULL, N'1335050381770248192', N'50', N'60000', N'30000'), (N'168', NULL, N'1335050520941449216', N'50', N'60000', N'30000'), (N'169', NULL, N'1335050615829188608', N'50', N'60000', N'30000'), (N'170', NULL, N'1335111798720450560', N'50', N'60000', N'30000'), (N'171', NULL, N'1335118541370314752', N'50', N'60000', N'30000'), (N'172', NULL, N'1335118660417245184', N'50', N'60000', N'30000'), (N'173', NULL, N'1335118782727344128', N'50', N'60000', N'30000'), (N'174', NULL, N'1335118903200337920', N'50', N'60000', N'30000'), (N'175', NULL, N'1336230645078921216', N'50', N'60000', N'30000'), (N'176', NULL, N'1337314809113722880', N'50', N'60000', N'30000'), (N'177', NULL, N'1337314938973569024', N'50', N'60000', N'30000'), (N'178', NULL, N'1340961907637243904', N'50', N'60000', N'30000'), (N'179', NULL, N'1341652247554379776', N'50', N'60000', N'30000'), (N'180', NULL, N'1341652385555369984', N'50', N'60000', N'30000'), (N'181', NULL, N'1342457939827552256', N'50', N'60000', N'30000'), (N'182', NULL, N'1342458050112581632', N'50', N'60000', N'30000'), (N'183', NULL, N'1363657602699718656', N'50', N'60000', N'30000'), (N'184', NULL, N'1363657779665793024', N'50', N'60000', N'30000'), (N'185', NULL, N'1363662350572154880', N'50', N'60000', N'30000'), (N'186', N'1364484859756847104', NULL, N'50', N'60000', N'30000'), (N'187', NULL, N'1370283697803829248', N'50', N'60000', N'30000'), (N'188', NULL, N'1370283782075785216', N'50', N'60000', N'30000'), (N'189', NULL, N'1370283867966742528', N'50', N'60000', N'30000'), (N'190', NULL, N'1370283988712366080', N'50', N'60000', N'30000'), (N'191', NULL, N'1370284066516705280', N'50', N'60000', N'30000'), (N'192', NULL, N'1370284158262910976', N'50', N'60000', N'30000'), (N'193', NULL, N'1370284253045792768', N'50', N'60000', N'30000'), (N'194', NULL, N'1370284344397733888', N'50', N'60000', N'30000'), (N'195', NULL, N'1370284429890232320', N'50', N'60000', N'30000'), (N'201', NULL, N'1370914923144478720', N'50', N'60000', N'30000'), (N'202', N'1371652231699025920', NULL, N'50', N'60000', N'30000'), (N'203', NULL, N'1371844966074970112', N'50', N'60000', N'30000'), (N'204', NULL, N'1371845082676621312', N'50', N'60000', N'30000'), (N'205', NULL, N'1371845219528372224', N'50', N'60000', N'30000'), (N'208', NULL, N'1375612899682799616', N'50', N'60000', N'30000'), (N'209', NULL, N'1375613095783288832', N'50', N'60000', N'30000'), (N'210', NULL, N'1375613222187028480', N'50', N'60000', N'30000'), (N'211', NULL, N'1375613355029024768', N'50', N'60000', N'30000'), (N'212', NULL, N'1375613462969438208', N'50', N'60000', N'30000'), (N'213', NULL, N'1375613567365664768', N'50', N'60000', N'30000'), (N'214', NULL, N'1375613732239560704', N'50', N'60000', N'30000'), (N'215', NULL, N'1375613833662025728', N'50', N'60000', N'30000'), (N'216', NULL, N'1375679597777637376', N'50', N'60000', N'30000'), (N'218', N'1376862654239059968', NULL, N'50', N'60000', N'30000'), (N'219', NULL, N'1376863669256433664', N'50', N'60000', N'1200000'), (N'220', NULL, N'1376866215333179392', N'50', N'60000', N'1200000'), (N'221', NULL, N'1377049120932081664', N'50', N'60000', N'1200000'), (N'222', NULL, N'1377050475599998976', N'50', N'60000', N'1200000'), (N'223', NULL, N'1393020696332705792', N'50', N'60000', N'30000'), (N'224', NULL, N'1393501090957946880', N'50', N'60000', N'30000'), (N'225', N'1393502847586988032', NULL, N'50', N'60000', N'30000'), (N'226', NULL, N'1395924337284407296', N'50', N'60000', N'30000'), (N'227', NULL, N'1406817452004757504', N'50', N'60000', N'30000'), (N'228', N'1416295790013263872', NULL, N'50', N'60000', N'10000'), (N'230', N'1417661085990727680', NULL, N'50', N'60000', N'10000'), (N'231', NULL, N'1421397683162664960', N'50', N'60000', N'10000'), (N'232', NULL, N'1431443151332106240', N'50', N'60000', N'30000'), (N'233', NULL, N'1431443363240927232', N'50', N'60000', N'30000'), (N'234', NULL, N'1431444869667151872', N'50', N'60000', N'30000'), (N'235', NULL, N'1431445043261005824', N'50', N'60000', N'30000'), (N'236', NULL, N'1431445186324520960', N'50', N'60000', N'30000'), (N'237', NULL, N'1431445363160571904', N'50', N'60000', N'30000'), (N'238', NULL, N'1431464934529622016', N'50', N'60000', N'30000'), (N'239', NULL, N'1431499449952165888', N'50', N'60000', N'30000'), (N'240', NULL, N'1431803251955654656', N'50', N'60000', N'30000'), (N'241', NULL, N'1431806909455851520', N'50', N'60000', N'30000'), (N'242', NULL, N'1432189824874373120', N'50', N'60000', N'30000'), (N'243', NULL, N'1432190028071624704', N'50', N'60000', N'30000'), (N'244', NULL, N'1440680494805778432', N'50', N'60000', N'30000'), (N'245', NULL, N'1440680915444137984', N'50', N'60000', N'30000'), (N'246', NULL, N'1442413171470688256', N'50', N'60000', N'10000'), (N'247', NULL, N'1449257280751026176', N'50', N'60000', N'10000'), (N'248', NULL, N'1454289352609521664', N'50', N'60000', N'10000'), (N'249', NULL, N'1454289896489115648', N'50', N'60000', N'10000') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewayratelimitoptions +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayratelimitoptions]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayratelimitoptions] +GO + +CREATE TABLE [apigateway].[appapigatewayratelimitoptions] ( + [Id] int NOT NULL, + [ItemId] bigint NOT NULL, + [ClientIdHeader] nvarchar(50) NULL, + [QuotaExceededMessage] nvarchar(256) NULL, + [RateLimitCounterPrefix] nvarchar(50) NULL, + [DisableRateLimitHeaders] tinyint NOT NULL, + [HttpStatusCode] int NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayratelimitoptions +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayratelimitoptions] VALUES (N'1', N'1260841964962947072', N'ClientId', N'{ + "error": { + "code": "429", + "message": "您的操作过快,请稍后再试!", + "details": "您的操作过快,请稍后再试!", + "data": {}, + "validationErrors": [] + } +}', N'ocelot', N'1', N'429') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewayratelimitrule +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayratelimitrule]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayratelimitrule] +GO + +CREATE TABLE [apigateway].[appapigatewayratelimitrule] ( + [Id] int NOT NULL, + [ReRouteId] bigint NULL, + [DynamicReRouteId] bigint NULL, + [ClientWhitelist] nvarchar(1000) NULL, + [EnableRateLimiting] tinyint NOT NULL, + [Period] nvarchar(50) NULL, + [PeriodTimespan] float NULL, + [Limit] bigint NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayratelimitrule +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayratelimitrule] VALUES (N'3', N'1261299170387169280', NULL, N'', N'0', NULL, NULL, NULL), (N'4', N'1261585859064872960', NULL, N'', N'0', NULL, NULL, NULL), (N'5', N'1261586605810368512', NULL, N'', N'0', NULL, NULL, NULL), (N'6', N'1261587558609436672', NULL, N'', N'0', NULL, NULL, NULL), (N'7', N'1261588213298348032', NULL, N'', N'0', NULL, NULL, NULL), (N'8', N'1261588367619375104', NULL, N'', N'0', NULL, NULL, NULL), (N'9', N'1261588628450557952', NULL, N'', N'0', NULL, NULL, NULL), (N'10', N'1261588881564221440', NULL, N'', N'0', NULL, NULL, NULL), (N'11', N'1261588983053795328', NULL, N'', N'0', NULL, NULL, NULL), (N'12', N'1261589139039961088', NULL, N'', N'0', NULL, NULL, NULL), (N'13', N'1261589197483393024', NULL, N'', N'0', NULL, NULL, NULL), (N'14', N'1261589278857084928', NULL, N'', N'0', NULL, NULL, NULL), (N'15', N'1261589420356124672', NULL, N'', N'0', NULL, NULL, NULL), (N'16', N'1261589960393736192', NULL, N'', N'0', NULL, NULL, NULL), (N'17', N'1261606600242085888', NULL, N'', N'0', NULL, NULL, NULL), (N'18', N'1261606689601732608', NULL, N'', N'0', NULL, NULL, NULL), (N'21', N'1262220447629058048', NULL, N'', N'0', NULL, NULL, NULL), (N'22', N'1262230734939758592', NULL, N'', N'0', NULL, NULL, NULL), (N'23', N'1262296916350869504', NULL, N'', N'0', NULL, NULL, NULL), (N'24', N'1262632376348594176', NULL, N'', N'0', NULL, NULL, NULL), (N'25', N'1262632791869902848', NULL, N'', N'0', NULL, NULL, NULL), (N'28', N'1262660336921235456', NULL, N'', N'0', NULL, NULL, NULL), (N'29', N'1262660528277966848', NULL, N'', N'0', NULL, NULL, NULL), (N'30', N'1262660706875625472', NULL, N'', N'0', NULL, NULL, NULL), (N'31', N'1262660966393991168', NULL, N'', N'0', NULL, NULL, NULL), (N'32', N'1262661109474283520', NULL, N'', N'0', NULL, NULL, NULL), (N'33', N'1262663888804663296', NULL, N'', N'0', NULL, NULL, NULL), (N'34', N'1262664024096133120', NULL, N'', N'0', NULL, NULL, NULL), (N'35', N'1262664186252120064', NULL, N'', N'0', NULL, NULL, NULL), (N'36', N'1262664357044178944', NULL, N'', N'0', NULL, NULL, NULL), (N'37', N'1262664632928718848', NULL, N'', N'0', NULL, NULL, NULL), (N'38', N'1262664751409418240', NULL, N'', N'0', NULL, NULL, NULL), (N'39', N'1262664871274237952', NULL, N'', N'0', NULL, NULL, NULL), (N'40', N'1262665026111164416', NULL, N'', N'0', NULL, NULL, NULL), (N'41', N'1262665159905267712', NULL, N'', N'0', NULL, NULL, NULL), (N'42', N'1262665329829105664', NULL, N'', N'0', NULL, NULL, NULL), (N'43', N'1262665456471920640', NULL, N'', N'0', NULL, NULL, NULL), (N'44', N'1262665628165754880', NULL, N'', N'0', NULL, NULL, NULL), (N'45', N'1262666172682883072', NULL, N'', N'0', NULL, NULL, NULL), (N'47', N'1262723402331885568', NULL, N'', N'0', NULL, NULL, NULL), (N'48', N'1262935771746734080', NULL, N'', N'0', NULL, NULL, NULL), (N'49', N'1262935906522304512', NULL, N'', N'0', NULL, NULL, NULL), (N'52', N'1263074419073593344', NULL, N'', N'0', NULL, NULL, NULL), (N'53', N'1263075249394790400', NULL, N'', N'0', NULL, NULL, NULL), (N'54', N'1263075593499684864', NULL, N'', N'0', NULL, NULL, NULL), (N'56', N'1263101898440146944', NULL, N'', N'0', NULL, NULL, NULL), (N'57', N'1263303878648569856', NULL, N'', N'0', NULL, NULL, NULL), (N'58', N'1263304204797648896', NULL, N'', N'0', NULL, NULL, NULL), (N'59', N'1263304872891555840', NULL, N'', N'0', NULL, NULL, NULL), (N'60', N'1263305106250047488', NULL, N'', N'0', NULL, NULL, NULL), (N'61', N'1263305244594970624', NULL, N'', N'0', NULL, NULL, NULL), (N'62', N'1263305430536855552', NULL, N'', N'0', NULL, NULL, NULL), (N'63', N'1263639172959174656', NULL, N'', N'0', NULL, NULL, NULL), (N'64', N'1264799968944640000', NULL, N'', N'0', NULL, NULL, NULL), (N'65', N'1264800070161584128', NULL, N'', N'0', NULL, NULL, NULL), (N'66', N'1267360794414161920', NULL, N'', N'0', NULL, NULL, NULL), (N'67', N'1267383367629807616', NULL, N'', N'0', NULL, NULL, NULL), (N'68', N'1267817055527632896', NULL, N'', N'0', NULL, NULL, NULL), (N'69', N'1267817221286526976', NULL, N'', N'0', NULL, NULL, NULL), (N'70', N'1268893687085518848', NULL, N'', N'0', NULL, NULL, NULL), (N'94', N'1288657613998579712', NULL, N'', N'1', N'1m', N'60', N'200'), (N'95', N'1288657941770854400', NULL, N'', N'0', NULL, NULL, NULL), (N'96', N'1288658134067109888', NULL, N'', N'0', NULL, NULL, NULL), (N'97', N'1288658305156964352', NULL, N'', N'0', NULL, NULL, NULL), (N'98', N'1288658491216289792', NULL, N'', N'0', NULL, NULL, NULL), (N'99', N'1288658638302142464', NULL, N'', N'0', NULL, NULL, NULL), (N'100', N'1288658791784308736', NULL, N'', N'0', NULL, NULL, NULL), (N'101', N'1290849478956199936', NULL, N'', N'0', NULL, NULL, NULL), (N'102', N'1290849628051124224', NULL, N'', N'0', NULL, NULL, NULL), (N'103', N'1290849798553776128', NULL, N'', N'0', NULL, NULL, NULL), (N'105', N'1291259822512693248', NULL, N'', N'0', NULL, NULL, NULL), (N'106', N'1292620505149145088', NULL, N'', N'0', NULL, NULL, NULL), (N'107', N'1292620665505775616', NULL, N'', N'0', NULL, NULL, NULL), (N'108', N'1292620843398791168', NULL, N'', N'0', NULL, NULL, NULL), (N'109', N'1292621027574874112', NULL, N'', N'0', NULL, NULL, NULL), (N'110', N'1292621363161137152', NULL, N'', N'0', NULL, NULL, NULL), (N'111', N'1292621494837116928', NULL, N'', N'0', NULL, NULL, NULL), (N'112', N'1292621629260365824', NULL, N'', N'0', NULL, NULL, NULL), (N'113', N'1292622526073864192', NULL, N'', N'0', NULL, NULL, NULL), (N'114', N'1293470838745821184', NULL, N'', N'0', NULL, NULL, NULL), (N'115', N'1293471661785706496', NULL, N'', N'0', NULL, NULL, NULL), (N'116', N'1293472678392721408', NULL, N'', N'0', NULL, NULL, NULL), (N'117', N'1293472857510473728', NULL, N'', N'0', NULL, NULL, NULL), (N'118', N'1299273336009359360', NULL, N'', N'0', NULL, NULL, NULL), (N'119', N'1299273436282585088', NULL, N'', N'0', NULL, NULL, NULL), (N'120', N'1299273618470567936', NULL, N'', N'0', NULL, NULL, NULL), (N'121', N'1299273770182737920', NULL, N'', N'0', NULL, NULL, NULL), (N'122', N'1299273978023084032', NULL, N'', N'0', NULL, NULL, NULL), (N'123', N'1299274123225694208', NULL, N'', N'0', NULL, NULL, NULL), (N'124', N'1299274222299348992', NULL, N'', N'0', NULL, NULL, NULL), (N'125', N'1304238876758495232', NULL, N'', N'0', NULL, NULL, NULL), (N'126', N'1304678610343383040', NULL, N'', N'0', NULL, NULL, NULL), (N'127', N'1304679169305694208', NULL, N'', N'0', NULL, NULL, NULL), (N'128', N'1310460417141817344', NULL, N'', N'0', NULL, NULL, NULL), (N'129', N'1310502391475519488', NULL, N'', N'0', NULL, NULL, NULL), (N'130', N'1310515546943569920', NULL, N'', N'0', NULL, NULL, NULL), (N'131', N'1310515735292985344', NULL, N'', N'0', NULL, NULL, NULL), (N'132', N'1316628769783480320', NULL, N'', N'0', NULL, NULL, NULL), (N'133', N'1316628940663619584', NULL, N'', N'0', NULL, NULL, NULL), (N'134', N'1316629112428756992', NULL, N'', N'0', NULL, NULL, NULL), (N'135', N'1316652047017246720', NULL, N'', N'0', NULL, NULL, NULL), (N'137', N'1319200951383199744', NULL, N'', N'0', NULL, NULL, NULL), (N'138', N'1319221929807024128', NULL, N'', N'0', NULL, NULL, NULL), (N'139', N'1319554431134306304', NULL, N'', N'0', NULL, NULL, NULL), (N'140', N'1319554550458060800', NULL, N'', N'0', NULL, NULL, NULL), (N'141', N'1319554948434595840', NULL, N'', N'0', NULL, NULL, NULL), (N'142', N'1319555067183730688', NULL, N'', N'0', NULL, NULL, NULL), (N'143', N'1319555230765780992', NULL, N'', N'0', NULL, NULL, NULL), (N'144', N'1319555333790470144', NULL, N'', N'0', NULL, NULL, NULL), (N'145', N'1321001932510203904', NULL, N'', N'0', NULL, NULL, NULL), (N'146', N'1321002059803136000', NULL, N'', N'0', NULL, NULL, NULL), (N'147', N'1321002256440496128', NULL, N'', N'0', NULL, NULL, NULL), (N'148', N'1321002350686507008', NULL, N'', N'0', NULL, NULL, NULL), (N'149', N'1322190027988525056', NULL, N'', N'0', NULL, NULL, NULL), (N'150', N'1322452079688458240', NULL, N'', N'0', NULL, NULL, NULL), (N'151', N'1322452183929495552', NULL, N'', N'0', NULL, NULL, NULL), (N'152', N'1322452308651319296', NULL, N'', N'0', NULL, NULL, NULL), (N'153', N'1322452858176446464', NULL, N'', N'0', NULL, NULL, NULL), (N'154', N'1322452989235863552', NULL, N'', N'0', NULL, NULL, NULL), (N'155', N'1322453089655889920', NULL, N'', N'0', NULL, NULL, NULL), (N'156', N'1329706860249804800', NULL, N'', N'0', NULL, NULL, NULL), (N'157', N'1329707002411544576', NULL, N'', N'0', NULL, NULL, NULL), (N'158', N'1329708512277098496', NULL, N'', N'0', NULL, NULL, NULL), (N'159', N'1329708625917571072', NULL, N'', N'0', NULL, NULL, NULL), (N'160', N'1335049839287357440', NULL, N'', N'0', NULL, NULL, NULL), (N'161', N'1335050034221830144', NULL, N'', N'0', NULL, NULL, NULL), (N'162', N'1335050145899368448', NULL, N'', N'0', NULL, NULL, NULL), (N'163', N'1335050283434790912', NULL, N'', N'0', NULL, NULL, NULL), (N'164', N'1335050381770248192', NULL, N'', N'0', NULL, NULL, NULL), (N'165', N'1335050520941449216', NULL, N'', N'0', NULL, NULL, NULL), (N'166', N'1335050615829188608', NULL, N'', N'0', NULL, NULL, NULL), (N'167', N'1335111798720450560', NULL, N'', N'0', NULL, NULL, NULL), (N'168', N'1335118541370314752', NULL, N'', N'0', NULL, NULL, NULL), (N'169', N'1335118660417245184', NULL, N'', N'0', NULL, NULL, NULL), (N'170', N'1335118782727344128', NULL, N'', N'0', NULL, NULL, NULL), (N'171', N'1335118903200337920', NULL, N'', N'0', NULL, NULL, NULL), (N'172', N'1336230645078921216', NULL, N'', N'0', NULL, NULL, NULL), (N'173', N'1337314809113722880', NULL, N'', N'0', NULL, NULL, NULL), (N'174', N'1337314938973569024', NULL, N'', N'0', NULL, NULL, NULL), (N'175', N'1340961907637243904', NULL, N'', N'0', NULL, NULL, NULL), (N'176', N'1341652247554379776', NULL, N'', N'0', NULL, NULL, NULL), (N'177', N'1341652385555369984', NULL, N'', N'0', NULL, NULL, NULL), (N'178', N'1342457939827552256', NULL, N'', N'0', NULL, NULL, NULL), (N'179', N'1342458050112581632', NULL, N'', N'0', NULL, NULL, NULL), (N'180', N'1363657602699718656', NULL, N'', N'0', NULL, NULL, NULL), (N'181', N'1363657779665793024', NULL, N'', N'0', NULL, NULL, NULL), (N'182', N'1363662350572154880', NULL, N'', N'0', NULL, NULL, NULL), (N'183', N'1370283697803829248', NULL, N'', N'0', NULL, NULL, NULL), (N'184', N'1370283782075785216', NULL, N'', N'0', NULL, NULL, NULL), (N'185', N'1370283867966742528', NULL, N'', N'0', NULL, NULL, NULL), (N'186', N'1370283988712366080', NULL, N'', N'0', NULL, NULL, NULL), (N'187', N'1370284066516705280', NULL, N'', N'0', NULL, NULL, NULL), (N'188', N'1370284158262910976', NULL, N'', N'0', NULL, NULL, NULL), (N'189', N'1370284253045792768', NULL, N'', N'0', NULL, NULL, NULL), (N'190', N'1370284344397733888', NULL, N'', N'0', NULL, NULL, NULL), (N'191', N'1370284429890232320', NULL, N'', N'0', NULL, NULL, NULL), (N'197', N'1370914923144478720', NULL, N'', N'0', NULL, NULL, NULL), (N'198', N'1371844966074970112', NULL, N'', N'0', NULL, NULL, NULL), (N'199', N'1371845082676621312', NULL, N'', N'0', NULL, NULL, NULL), (N'200', N'1371845219528372224', NULL, N'', N'0', NULL, NULL, NULL), (N'203', N'1375612899682799616', NULL, N'', N'0', NULL, NULL, NULL), (N'204', N'1375613095783288832', NULL, N'', N'0', NULL, NULL, NULL), (N'205', N'1375613222187028480', NULL, N'', N'0', NULL, NULL, NULL), (N'206', N'1375613355029024768', NULL, N'', N'0', NULL, NULL, NULL), (N'207', N'1375613462969438208', NULL, N'', N'0', NULL, NULL, NULL), (N'208', N'1375613567365664768', NULL, N'', N'0', NULL, NULL, NULL), (N'209', N'1375613732239560704', NULL, N'', N'0', NULL, NULL, NULL), (N'210', N'1375613833662025728', NULL, N'', N'0', NULL, NULL, NULL), (N'211', N'1375679597777637376', NULL, N'', N'0', NULL, NULL, NULL), (N'213', N'1376863669256433664', NULL, N'', N'0', NULL, NULL, NULL), (N'214', N'1376866215333179392', NULL, N'', N'0', NULL, NULL, NULL), (N'215', N'1377049120932081664', NULL, N'', N'0', NULL, NULL, NULL), (N'216', N'1377050475599998976', NULL, N'', N'0', NULL, NULL, NULL), (N'217', N'1393020696332705792', NULL, N'', N'0', NULL, NULL, NULL), (N'218', N'1393501090957946880', NULL, N'', N'0', NULL, NULL, NULL), (N'219', N'1395924337284407296', NULL, N'', N'0', NULL, NULL, NULL), (N'220', N'1406817452004757504', NULL, N'', N'0', NULL, NULL, NULL), (N'221', N'1421397683162664960', NULL, N'', N'0', NULL, NULL, NULL), (N'222', N'1431443151332106240', NULL, N'', N'0', NULL, NULL, NULL), (N'223', N'1431443363240927232', NULL, N'', N'0', NULL, NULL, NULL), (N'224', N'1431444869667151872', NULL, N'', N'0', NULL, NULL, NULL), (N'225', N'1431445043261005824', NULL, N'', N'0', NULL, NULL, NULL), (N'226', N'1431445186324520960', NULL, N'', N'0', NULL, NULL, NULL), (N'227', N'1431445363160571904', NULL, N'', N'0', NULL, NULL, NULL), (N'228', N'1431464934529622016', NULL, N'', N'0', NULL, NULL, NULL), (N'229', N'1431499449952165888', NULL, N'', N'0', NULL, NULL, NULL), (N'230', N'1431803251955654656', NULL, N'', N'0', NULL, NULL, NULL), (N'231', N'1431806909455851520', NULL, N'', N'0', NULL, NULL, NULL), (N'232', N'1432189824874373120', NULL, N'', N'0', NULL, NULL, NULL), (N'233', N'1432190028071624704', NULL, N'', N'0', NULL, NULL, NULL), (N'234', N'1440680494805778432', NULL, N'', N'0', NULL, NULL, NULL), (N'235', N'1440680915444137984', NULL, N'', N'0', NULL, NULL, NULL), (N'236', N'1442413171470688256', NULL, N'', N'0', NULL, NULL, NULL), (N'237', N'1449257280751026176', NULL, N'', N'0', NULL, NULL, NULL), (N'238', N'1454289352609521664', NULL, N'', N'0', NULL, NULL, NULL), (N'239', N'1454289896489115648', NULL, N'', N'0', NULL, NULL, NULL) +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewayreroute +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayreroute]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayreroute] +GO + +CREATE TABLE [apigateway].[appapigatewayreroute] ( + [Id] int NOT NULL, + [ExtraProperties] nvarchar(max) NULL, + [ConcurrencyStamp] nvarchar(40) NULL, + [ReRouteId] bigint NOT NULL, + [ReRouteName] nvarchar(50) NOT NULL, + [DownstreamPathTemplate] nvarchar(100) NOT NULL, + [ChangeDownstreamPathTemplate] nvarchar(1000) NULL, + [DownstreamHttpMethod] nvarchar(100) NULL, + [UpstreamPathTemplate] nvarchar(100) NOT NULL, + [UpstreamHttpMethod] nvarchar(50) NOT NULL, + [AddHeadersToRequest] nvarchar(1000) NULL, + [UpstreamHeaderTransform] nvarchar(1000) NULL, + [DownstreamHeaderTransform] nvarchar(1000) NULL, + [AddClaimsToRequest] nvarchar(1000) NULL, + [RouteClaimsRequirement] nvarchar(1000) NULL, + [AddQueriesToRequest] nvarchar(1000) NULL, + [RequestIdKey] nvarchar(100) NULL, + [ReRouteIsCaseSensitive] tinyint NOT NULL, + [ServiceName] nvarchar(100) NULL, + [ServiceNamespace] nvarchar(100) NULL, + [DownstreamScheme] nvarchar(100) NULL, + [DownstreamHostAndPorts] nvarchar(1000) NULL, + [DelegatingHandlers] nvarchar(1000) NULL, + [UpstreamHost] nvarchar(100) NULL, + [Key] nvarchar(100) NULL, + [Priority] int NULL, + [Timeout] int NULL, + [DangerousAcceptAnyServerCertificateValidator] tinyint NOT NULL, + [DownstreamHttpVersion] nvarchar(30) NULL, + [AppId] nvarchar(50) NOT NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayreroute +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayreroute] VALUES (N'4', N'{}', N'84059fcecc91498b9beafac914865e2c', N'1261299170387169280', N'【后台管理】- 权限管理', N'/api/permission-management/permissions', N'', NULL, N'/api/permission-management/permissions', N'GET,PUT,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30010,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'5', N'{}', N'f2312eed73cc4d3cbefcd1816849fd74', N'1261585859064872960', N'【身份认证服务】- 客户端', N'/api/identity-server/clients', N'', NULL, N'/api/identity-server/clients', N'POST,GET,', N'', N'', N'X-Forwarded-For:{RemoteIpAddress},', N'', N'', N'', NULL, N'1', N'', NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'6', N'{}', N'b764ec7b994147abb12974bfcee4a0a9', N'1261586605810368512', N'【身份认证服务】- 管理客户端', N'/api/identity-server/clients/{Id}', N'', NULL, N'/api/identity-server/clients/{Id}', N'GET,DELETE,PUT,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'7', N'{}', N'b4ce189320804dc6b87e602594e93d35', N'1261587558609436672', N'【服务网关管理】- 路由组管理', N'/api/ApiGateway/RouteGroups', N'', N'', N'/api/ApiGateway/RouteGroups', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'8', N'{}', N'8736fefa36da4b129f3fcf6aa095f2ce', N'1261588213298348032', N'【服务网关管理】- 查询单个路由组', N'/api/ApiGateway/RouteGroups/By-AppId/{AppId}', N'', N'', N'/api/ApiGateway/RouteGroups/By-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'9', N'{}', N'befd14ad39e244bc9dea7e0c01e642ce', N'1261588367619375104', N'【服务网关管理】- 查询所有有效路由组', N'/api/ApiGateway/RouteGroups/Actived', N'', N'', N'/api/ApiGateway/RouteGroups/Actived', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'10', N'{}', N'0a95945d77144ce69addb0d1e8d37837', N'1261588628450557952', N'【服务网关管理】- 基础配置', N'/api/ApiGateway/Globals', N'', N'', N'/api/ApiGateway/Globals', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'11', N'{}', N'70ee7f919bf44b42b549c905316bfd75', N'1261588881564221440', N'【服务网关管理】- 查询单个基础配置', N'/api/ApiGateway/Globals/By-AppId/{AppId}', N'', N'', N'/api/ApiGateway/Globals/By-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'12', N'{}', N'caf54542d561428a9123ebed88e4b2e9', N'1261588983053795328', N'【服务网关管理】- 路由配置', N'/api/ApiGateway/Routes', N'', N'', N'/api/ApiGateway/Routes', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'13', N'{}', N'df6c48fdaab44a37842992ae61c59dc5', N'1261589139039961088', N'【服务网关管理】- 通过标识查询路由', N'/api/ApiGateway/Routes/By-RouteId/{RouteId}', N'', N'', N'/api/ApiGateway/Routes/By-RouteId/{RouteId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'14', N'{}', N'aaeaedebd24a4011ad565b5559f84c5f', N'1261589197483393024', N'【服务网关管理】- 通过名称查询路由', N'/api/ApiGateway/Routes/By-RouteName/{RouteName}', N'', N'', N'/api/ApiGateway/Routes/By-RouteName/{RouteName}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'15', N'{}', N'559c9f1b2b8c44caac86f7a643a16aaa', N'1261589278857084928', N'【服务网关管理】- 通过应用标识查询路由', N'/api/ApiGateway/Routes/By-AppId/{AppId}', N'', N'', N'/api/ApiGateway/Routes/By-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'16', N'{}', N'00d0a12f403a4a919c99c534bd76d0d0', N'1261589420356124672', N'【服务网关管理】- 清空应用标识下所有路由', N'/api/ApiGateway/Routes/Clear', N'', N'', N'/api/ApiGateway/Routes/Clear', N'DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, N'', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'17', N'{}', N'8c308f1386ad49c799cd281eb95170ac', N'1261589960393736192', N'【服务网关管理】- 通过应用标识查询动态路由', N'/api/ApiGateway/DynamicRoutes/By-AppId/{AppId}', N'', NULL, N'/api/ApiGateway/DynamicRoutes/By-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'18', N'{}', N'e659ebbf61534a978335cfeabdc0b375', N'1261606600242085888', N'【服务网关管理】- 通过应用标识查询聚合路由', N'/api/ApiGateway/Aggregates/by-AppId/{AppId}', N'', NULL, N'/api/ApiGateway/Aggregates/by-AppId/{AppId}', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'19', N'{}', N'd665e4491b81413385858601d9cf9a1d', N'1261606689601732608', N'【服务网关管理】- 聚合路由', N'/api/ApiGateway/Aggregates', N'', NULL, N'/api/ApiGateway/Aggregates', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30001,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'22', N'{}', N'2aad614e2c2a497593a4784ff639c3d9', N'1262220447629058048', N'【身份认证服务】- 克隆客户端', N'/api/identity-server/clients/{id}/clone', N'', NULL, N'/api/identity-server/clients/{id}/clone', N'POST,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, NULL, NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'23', N'{}', N'1504c5e4a7334298878339a305445b21', N'1262230734939758592', N'【身份认证服务】- 可用的Api资源', N'/api/identity-server/clients/assignable-api-resources', N'', NULL, N'/api/identity-server/clients/assignable-api-resources', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, N'assignable-api-resources', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'25', N'{}', N'53dd1751d9104940a966006a5e93d1fa', N'1262296916350869504', N'【身份认证服务】- 可用的身份资源', N'/api/identity-server/clients/assignable-identity-resources', N'', NULL, N'/api/identity-server/clients/assignable-identity-resources', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, N'assignable-identity-resources', NULL, N'30000', N'1', NULL, N'TEST-APP'), (N'26', N'{}', N'3fccd1318d0d47d9aef85542668829a6', N'1262632376348594176', N'【身份认证服务】- Api资源', N'/api/identity-server/api-resources', N'', N'', N'/api/identity-server/api-resources', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'27', N'{}', N'de6bd0ddea6d4019b4855be5442fafdc', N'1262632791869902848', N'【身份认证服务】- 管理Api资源', N'/api/identity-server/api-resources/{id}', N'', N'', N'/api/identity-server/api-resources/{id}', N'GET,DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'30', N'{}', N'0f9875697b74420c9dc2eaf77099b210', N'1262660336921235456', N'【身份认证服务】- 用户登录', N'/api/account/login', N'', N'', N'/api/account/login', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'31', N'{}', N'a890c6ecc6a64c9fa313a0f6b5406e1c', N'1262660528277966848', N'【身份认证服务】- 用户登出', N'/api/account/logout', N'', N'', N'/api/account/logout', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'32', N'{}', N'88de580b6beb4d9d9d4367840ba1fcea', N'1262660706875625472', N'【身份认证服务】- 检查密码', N'/api/account/checkPassword', N'', N'', N'/api/account/checkPassword', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'33', N'{}', N'78f3c1adc7a54696af37a419eda47c62', N'1262660966393991168', N'【身份认证服务】- 个人信息页', N'/api/identity/my-profile', N'', N'', N'/api/identity/my-profile', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'34', N'{}', N'95b23aa5cebb40598a78c0761cfd0b26', N'1262661109474283520', N'【身份认证服务】- 修改密码', N'/api/identity/my-profile/change-password', N'', N'', N'/api/identity/my-profile/change-password', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'35', N'{}', N'4828f7c2aff8485189f37aba5de62d60', N'1262663888804663296', N'【身份认证管理】- 角色管理', N'/api/identity/roles', N'', N'', N'/api/identity/roles', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'36', N'{}', N'0fddcd3b50a24c6795ec9034fdb44778', N'1262664024096133120', N'【身份认证服务】- 角色列表', N'/api/identity/roles/all', N'', N'', N'/api/identity/roles/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'37', N'{}', N'191e555219e845069dfd93793263a840', N'1262664186252120064', N'【身份认证服务】- 单个角色', N'/api/identity/roles/{id}', N'', N'', N'/api/identity/roles/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'38', N'{}', N'c316858e82f74e6ca6e923d6b3a3fa76', N'1262664357044178944', N'【身份认证服务】- 用户注册', N'/api/account/register', N'', N'', N'/api/account/register', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'39', N'{}', N'db53b6f957914a10a6a97ba306b1f6ef', N'1262664632928718848', N'【身份认证服务】- 单个用户', N'/api/identity/users/{id}', N'', N'', N'/api/identity/users/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'40', N'{}', N'1833434b8ce34f8ab791e7e950f4c61f', N'1262664751409418240', N'【身份认证服务】- 用户管理', N'/api/identity/users', N'', N'', N'/api/identity/users', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'41', N'{}', N'b3c963a1612144918bffaf272697498c', N'1262664871274237952', N'【身份认证服务】- 用户角色', N'/api/identity/users/{id}/roles', N'', N'', N'/api/identity/users/{id}/roles', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'42', N'{}', N'33dd757b79cb4f52994af13bfb4f6783', N'1262665026111164416', N'【身份认证服务】- 通过用户名查询用户', N'/api/identity/users/by-username/{userName}', N'', N'', N'/api/identity/users/by-username/{userName}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'43', N'{}', N'e46fd6cb3a104da3aadfe0149fe4de68', N'1262665159905267712', N'【身份认证服务】- 通过邮件查询用户', N'/api/identity/users/by-email/{email}', N'', N'', N'/api/identity/users/by-email/{email}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'44', N'{}', N'8c8ec5ad6aaa4145981ee7ac876c36c9', N'1262665329829105664', N'【身份认证服务】- 通过标识查询用户', N'/api/identity/users/lookup/{id}', N'', N'', N'/api/identity/users/lookup/{id}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'45', N'{}', N'f5c0c8c02c0846fdbe5015cd86f3d81b', N'1262665456471920640', N'【身份认证服务】- 通过名称查询用户', N'/api/identity/users/lookup/by-username/{userName}', N'', N'', N'/api/identity/users/lookup/by-username/{userName}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'46', N'{}', N'ecf0ea4a3e3c4b2e8fa3621514d00c74', N'1262665628165754880', N'【基础服务】- 通过名称查询租户', N'/api/abp/multi-tenancy/tenants/by-name/{name}', N'', N'', N'/api/abp/multi-tenancy/tenants/by-name/{name}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'47', N'{}', N'69132bc515b64005af4292ce0dee5626', N'1262666172682883072', N'【基础服务】- 通过标识查询租户', N'/api/abp/multi-tenancy/tenants/by-id/{id}', N'', N'', N'/api/abp/multi-tenancy/tenants/by-id/{id}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'49', N'{}', N'35f48d7bc3694bbf95d64fe59aa631ac', N'1262723402331885568', N'【身份认证服务】- 已有的跨域资源', N'/api/identity-server/clients/distinct-cors-origins', N'', N'', N'/api/identity-server/clients/distinct-cors-origins', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'distinct-cors-origins', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'50', N'{}', N'f333d028839d4fc2aafa8509e674d7dd', N'1262935771746734080', N'【身份认证服务】- 身份资源', N'/api/identity-server/identity-resources', N'', N'', N'/api/identity-server/identity-resources', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'51', N'{}', N'dffd1bfaca5b4c1890221678f2b16cd5', N'1262935906522304512', N'【身份认证服务】- 身份资源管理', N'/api/identity-server/identity-resources/{id}', N'', N'', N'/api/identity-server/identity-resources/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'54', N'{}', N'7b847d8434bc4d1db07fa8961d90c14a', N'1263074419073593344', N'【服务网关管理】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/apigateway/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30001,', N'', N'', N'apigateway-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'55', N'{}', N'ca2cedfa620045a9adef0be2f958c4bc', N'1263075249394790400', N'【服务网关管理】- 查询聚合路由', N'/api/ApiGateway/Aggregates/{RouteId}', N'', N'', N'/api/ApiGateway/Aggregates/{RouteId}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30001,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'57', N'{}', N'98fbc99fc8644946ac0a72cc3dc5fd1f', N'1263075593499684864', N'【服务网关管理】- 聚合路由配置', N'/api/ApiGateway/Aggregates/RouteConfig', N'', N'', N'/api/ApiGateway/Aggregates/RouteConfig', N'POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30001,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'59', N'{}', N'c692b30c72d4424eb4740ac49f4e9373', N'1263101898440146944', N'【服务网关管理】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/apigateway/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30001,', N'', N'', N'apigateway-configuration', N'0', N'120000', N'1', N'', N'TEST-APP'), (N'60', N'{}', N'8409117162504f71aa66982f05c38a80', N'1263303878648569856', N'【平台服务】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/platform/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'platform-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'61', N'{}', N'9f520820071b4e14bc94ab57989cea1f', N'1263304204797648896', N'【平台服务】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/platform/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'platform-configuration', N'0', N'120000', N'1', N'', N'TEST-APP'), (N'62', N'{}', N'530ab314560f41678b40f48da9383d51', N'1263304872891555840', N'【后台管理】- 租户管理', N'/api/tenant-management/tenants', N'', N'', N'/api/tenant-management/tenants', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'63', N'{}', N'21334c6da4c349cc883c38c13de0e754', N'1263305106250047488', N'【后台管理】- 特定租户管理', N'/api/tenant-management/tenants/{id}', N'', N'', N'/api/tenant-management/tenants/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'64', N'{}', N'cc8fdf1b2d0b414ebf2dc51a6dc78305', N'1263305244594970624', N'【后台管理】- 租户连接字符串', N'/api/tenant-management/tenants/{id}/connection-string', N'', N'', N'/api/tenant-management/tenants/{id}/concatenation', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'2', N'30000', N'1', N'', N'TEST-APP'), (N'65', N'{}', N'aaf285ed10da4024ba561d5cf8c6322b', N'1263305430536855552', N'【后台管理】- 特定租户连接字符串', N'/api/tenant-management/tenants/{id}/connection-string/{name}', N'', N'', N'/api/tenant-management/tenants/{id}/concatenation/{name}', N'GET,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'66', N'{}', N'6a7da198f4c84d94969a437adc47642b', N'1263639172959174656', N'【后台管理】- 全局设置', N'/api/setting-management/settings/by-global', N'', N'', N'/api/setting-management/settings/by-global/app', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'setting-global', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'67', N'{}', N'755b4dce5c34444785fa3b647fef4131', N'1264799968944640000', N'【身份认证服务】- 验证手机号', N'/api/account/phone/verify', N'', N'', N'/api/account/phone/verify', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'68', N'{}', N'535191c570ae453ab320012304d7a62c', N'1264800070161584128', N'【身份认证服务】- 手机号注册', N'/api/account/phone/register', N'', N'', N'/api/account/phone/register', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'69', N'{}', N'723c9b111f9f4a1aa804118cdde193d3', N'1267360794414161920', N'【消息服务】- 通知', N'/signalr-hubs/notifications/{everything}', N'', N'', N'/signalr-hubs/notifications/{everything}', N'POST,GET,OPTIONS,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'ws', N'127.0.0.1:30020,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'70', N'{}', N'f3aa2b42dd9f468aa5aae4ef64754427', N'1267383367629807616', N'【消息服务】- 通知0', N'/signalr-hubs/notifications', N'', N'', N'/signalr-hubs/notifications', N'GET,POST,PUT,DELETE,OPTIONS,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'ws', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'71', N'{}', N'0344947bb79b401baa2ef7b4e58297f6', N'1267817055527632896', N'【消息服务】- 聊天', N'/signalr-hubs/messages', N'', N'', N'/signalr-hubs/messages', N'GET,POST,PUT,DELETE,OPTIONS,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'ws', N'127.0.0.1:30020,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'72', N'{}', N'6676b5e5f76d40739f9ccc3e371e2f18', N'1267817221286526976', N'【消息服务】- 聊天1', N'/signalr-hubs/messages/{everything}', N'', N'', N'/signalr-hubs/messages/{everything}', N'GET,POST,PUT,DELETE,OPTIONS,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'ws', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'73', N'{}', N'cfb5f09a12bf495fbcaf2fa5d9123a40', N'1268893687085518848', N'【身份认证服务】- 重置密码', N'/api/account/phone/reset-password', N'', N'', N'/api/account/phone/reset-password', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'101', N'{}', N'997a4c27a433458aafed9b8aa252d957', N'1288657613998579712', N'【身份认证服务】- 组织机构列表', N'/api/identity/organization-units', N'', N'', N'/api/identity/organization-units', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'102', N'{}', N'a2c6acc9882a425ab26bd3ad5a9c17c6', N'1288657941770854400', N'【身份认证服务】- 组织机构管理', N'/api/identity/organization-units/{id}', N'', N'', N'/api/identity/organization-units/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'1', N'30000', N'1', N'', N'TEST-APP'), (N'103', N'{}', N'390acfb0e16943c6b61e731d47c282e9', N'1288658134067109888', N'【身份认证服务】- 组织机构移动', N'/api/identity/organization-units/{id}/move', N'', N'', N'/api/identity/organization-units/{id}/move', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'104', N'{}', N'3515e75becf9447492ad60466b27c397', N'1288658305156964352', N'【身份认证服务】- 查询组织机构子级', N'/api/identity/organization-units/find-children', N'', N'', N'/api/identity/organization-units/find-children', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'105', N'{}', N'aab0a24d930f4f9687497e5ccaac2a31', N'1288658491216289792', N'【身份认证服务】- 查询组织机构最后一个子节点', N'/api/identity/organization-units/last-children', N'', N'', N'/api/identity/organization-units/last-children', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'106', N'{}', N'9b7c999b1c5140c497bc15914a815401', N'1288658638302142464', N'【身份认证服务】- 未加入组织机构角色', N'/api/identity/organization-units/{id}/unadded-roles', N'', N'', N'/api/identity/organization-units/{id}/unadded-roles', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'107', N'{}', N'b0cdb3f6908e42bd934ca99a78f22c3f', N'1288658791784308736', N'【身份认证服务】- 未加入组织机构用户', N'/api/identity/organization-units/{id}/unadded-users', N'', N'', N'/api/identity/organization-units/{id}/unadded-users', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'108', N'{}', N'9362040d10a94fb991f60bc391efcb85', N'1290849478956199936', N'【后台管理】- 当前租户设置', N'/api/setting-management/settings/by-current-tenant', N'', N'', N'/api/setting-management/settings/by-current-tenant/app', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'setting-current-tenant', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'109', N'{}', N'a7df3a04805d4cc8a6e6b3823c6dd468', N'1290849628051124224', N'【后台管理】- 用户设置', N'/api/setting-management/settings/by-user/{userId}', N'', N'', N'/api/setting-management/settings/by-user/{userId}', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'110', N'{}', N'ef6e38a529a345fab67f6a627cf20635', N'1290849798553776128', N'【后台管理】- 当前用户设置', N'/api/setting-management/settings/by-current-user', N'', N'', N'/api/setting-management/settings/by-current-user', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'112', N'{}', N'9844fed6507844f2ac64bd08649bd3a6', N'1291259822512693248', N'【身份认证服务】- 查询组织机构根节点', N'/api/identity/organization-units/root-node', N'', N'', N'/api/identity/organization-units/root-node', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'113', N'{}', N'24d8794cf8f943b4ac45d2bcccf7c128', N'1292620505149145088', N'【平台服务】- 文件系统', N'/api/file-management/file-system', N'', N'', N'/api/file-management/file-system', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'114', N'{}', N'0acf6762d3af43efb655107e0039f5fc', N'1292620665505775616', N'【平台服务】- 文件系统 - 目录管理', N'/api/file-management/file-system/folders', N'', N'', N'/api/file-management/file-system/folders', N'POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'115', N'{}', N'8b4363f70865419089b5f62ba35382df', N'1292620843398791168', N'【平台服务】- 文件系统 - 文件管理', N'/api/file-management/file-system/files', N'', N'', N'/api/file-management/file-system/files', N'GET,POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'1200000', N'1', N'', N'TEST-APP'), (N'116', N'{}', N'7eb315567bbc470bbbfd26923c5d0aba', N'1292621027574874112', N'【平台服务】- 文件系统 - 复制目录', N'/api/file-management/file-system/folders/copy', N'', N'', N'/api/file-management/file-system/folders/copy', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'117', N'{}', N'af5853680cff454fa66ff6022f18da23', N'1292621363161137152', N'【平台服务】- 文件系统 - 移动目录', N'/api/file-management/file-system/folders/move', N'', N'', N'/api/file-management/file-system/folders/move', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'118', N'{}', N'6daa6d8c8adb466899988fd8181c29a8', N'1292621494837116928', N'【平台服务】- 文件系统 - 复制文件', N'/api/file-management/file-system/files/copy', N'', N'', N'/api/file-management/file-system/files/copy', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'119', N'{}', N'9560caaa3bd9424984c44724aa54bfe9', N'1292621629260365824', N'【平台服务】- 文件系统 - 移动文件', N'/api/file-management/file-system/files/move', N'', N'', N'/api/file-management/file-system/files/move', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'120', N'{}', N'fc2aaa6035484201b9014912930fb7cb', N'1292622526073864192', N'【平台服务】- 文件系统 - 详情页', N'/api/file-management/file-system/profile', N'', N'', N'/api/file-management/file-system/profile', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'121', N'{}', N'c6c7b027000942dda8ba0d2e2d8cf705', N'1293470838745821184', N'【后台管理】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/backend-admin/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'backend-admin-configuration', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'122', N'{}', N'becd4342079d4399abda5b5ba3b46fdc', N'1293471661785706496', N'【消息服务】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/messages/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'messages-configuration', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'123', N'{}', N'c828140cee3043c18ffc274f6461f0f2', N'1293472678392721408', N'【后台管理】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/backend-admin/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'backend-admin-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'124', N'{}', N'e683cff8066d4c2899a17d0f618f1a0b', N'1293472857510473728', N'【消息服务】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/messages/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'messages-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'125', N'{}', N'0e9c3bff5b58428eba97a5516140ba5e', N'1299273336009359360', N'【消息服务】- Hangfire仪表板 ', N'/hangfire', N'', N'', N'/hangfire', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'126', N'{}', N'e906924ad3a947cf8e6956e2dd258192', N'1299273436282585088', N'【消息服务】- Hangfire仪表板 - 主页', N'/hangfire/', N'', N'', N'/hangfire/', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'127', N'{}', N'e02f2049efbc4ee1ad6629bd0341ed2b', N'1299273618470567936', N'【消息服务】- Hangfire仪表板 - 状态', N'/hangfire/stats', N'', N'', N'/hangfire/stats', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'128', N'{}', N'f8d2b2f0f1d649c2a07eeef23d6adb0e', N'1299273770182737920', N'【消息服务】- Hangfire仪表板 - 作业管理', N'/hangfire/jobs/{everything}', N'', N'', N'/hangfire/jobs/{everything}', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'129', N'{}', N'9785be7a29774b468e271b23009fe115', N'1299273978023084032', N'【消息服务】- Hangfire仪表板 - 重试', N'/hangfire/retries', N'', N'', N'/hangfire/retries', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'130', N'{}', N'9c0c1cd196bb45c0bc03fafb7a1eb8f2', N'1299274123225694208', N'【消息服务】- Hangfire仪表板 - 周期性作业', N'/hangfire/recurring', N'', N'', N'/hangfire/recurring', N'GET,POST,DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'131', N'{}', N'243bafe828be463ea63a3e2b521f9923', N'1299274222299348992', N'【消息服务】- Hangfire仪表板 - 服务器列表', N'/hangfire/servers', N'', N'', N'/hangfire/servers', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'132', N'{}', N'57a8ac1b41bb434cad38fbde0e2ba2f0', N'1304238876758495232', N'【后台管理】- 管理功能', N'/api/feature-management/features', N'', N'', N'/api/feature-management/features', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'133', N'{}', N'40a150f629b047f587c91a9436a699c0', N'1304678610343383040', N'【身份认证服务】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/identity-server/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'identity-server-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'134', N'{}', N'3a2d5d538fa44ac690402fc5c4e1a401', N'1304679169305694208', N'【身份认证服务】- 框架配置', N'/api/abp/application-configuration', N'', N'', N'/api/abp/identity-server/application-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'identity-server-configuration', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'135', N'{}', N'2ecfe7483bc94c28ad0769b654eb765d', N'1310460417141817344', N'【后台管理】- 审计日志列表', N'/api/auditing/audit-log', N'', N'', N'/api/auditing/audit-log', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'136', N'{}', N'744e340c0024462d88458b7ea9605b3c', N'1310502391475519488', N'【后台服务】- 安全日志列表', N'/api/auditing/security-log', N'', N'', N'/api/auditing/security-log', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'137', N'{}', N'a99639f4172547c4ba9b4f4ca5cb4ab9', N'1310515546943569920', N'【后台服务】- 安全日志', N'/api/auditing/security-log/{id}', N'', N'', N'/api/auditing/security-log/{id}', N'DELETE,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'138', N'{}', N'c3ebc82d55f640fb9d70a911e97e4ec1', N'1310515735292985344', N'【后台管理】- 审计日志', N'/api/auditing/audit-log/{id}', N'', N'', N'/api/auditing/audit-log/{id}', N'DELETE,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'139', N'{}', N'0379fcb3a9cd4b13b562b3b5b5c3eb7d', N'1316628769783480320', N'【身份认证服务】- 声明类型', N'/api/identity/claim-types', N'', N'', N'/api/identity/claim-types', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'140', N'{}', N'de25c9a80d994f728b37eb483b2f5127', N'1316628940663619584', N'【身份认证服务】- 管理声明类型', N'/api/identity/claim-types/{id}', N'', N'', N'/api/identity/claim-types/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'141', N'{}', N'25c19106baff4cf3a877ae8cd690a1b5', N'1316629112428756992', N'【身份认证服务】- 查询在用的声明类型列表', N'/api/identity/claim-types/actived-list', N'', N'', N'/api/identity/claim-types/actived-list', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'142', N'{}', N'7d3b941d8c4d4d3ebc05b6332308b992', N'1316652047017246720', N'【身份认证服务】- 管理用户声明', N'/api/identity/users/{id}/claims', N'', N'', N'/api/identity/users/{id}/claims', N'POST,PUT,DELETE,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'144', N'{}', N'51a14bc295044de985ae014fbcc5bddf', N'1319200951383199744', N'【IdentityServer4】- 发现端点', N'/.well-known/openid-configuration', N'', N'', N'/.well-known/openid-configuration', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:44385,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'145', N'{}', N'9d859a444d774e93818237e53b6cc102', N'1319221929807024128', N'【身份认证服务】- 查询所有组织机构', N'/api/identity/organization-units/all', N'', N'', N'/api/identity/organization-units/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'146', N'{}', N'89f42175b24540caba2a1fded145acf8', N'1319554431134306304', N'【身份认证服务】- 管理组织机构用户', N'/api/identity/organization-units/{id}/users', N'', N'', N'/api/identity/organization-units/{id}/users', N'POST,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'147', N'{}', N'126d82509cec43eda712e94737b01039', N'1319554550458060800', N'【身份认证服务】- 管理组织机构角色', N'/api/identity/organization-units/{id}/roles', N'', N'', N'/api/identity/organization-units/{id}/roles', N'POST,GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'148', N'{}', N'824f5eee6877489f96f1022e306c968a', N'1319554948434595840', N'【身份认证服务】- 管理角色组织机构', N'/api/identity/roles/{id}/organization-units', N'', N'', N'/api/identity/roles/{id}/organization-units', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'149', N'{}', N'fe1379d4a13f41afb6410f4c948871f3', N'1319555067183730688', N'【身份认证服务】- 删除角色组织机构', N'/api/identity/roles/{id}/organization-units/{ouId}', N'', N'', N'/api/identity/roles/{id}/organization-units/{ouId}', N'DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'150', N'{}', N'197a69bb723346aba3601bd61e7fa655', N'1319555230765780992', N'【身份认证服务】- 管理用户组织机构', N'/api/identity/users/{id}/organization-units', N'', N'', N'/api/identity/users/{id}/organization-units', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'151', N'{}', N'1a7e6d0b1c95484f82a75a2ce6e6f453', N'1319555333790470144', N'【身份认证服务】- 删除用户组织机构', N'/api/identity/users/{id}/organization-units/{ouId}', N'', N'', N'/api/identity/users/{id}/organization-units/{ouId}', N'DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'152', N'{}', N'ecfa9bbd19694097b33e691b653f2124', N'1321001932510203904', N'【消息服务】- 我的消息', N'/api/im/chat/my-messages', N'', N'', N'/api/im/chat/my-messages', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'153', N'{}', N'4867ad188ca54acb8b961d20297b6545', N'1321002059803136000', N'【消息服务】- 我的最近消息', N'/api/im/chat/my-last-messages', N'', N'', N'/api/im/chat/my-last-messages', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'154', N'{}', N'291ab802d7bc4af98fc15c509f98fa75', N'1321002256440496128', N'【消息服务】- 我的朋友', N'/api/im/my-friends', N'', N'', N'/api/im/my-friends', N'GET,POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'155', N'{}', N'08438dabb1e849988e0c304f82b08a10', N'1321002350686507008', N'【消息服务】- 我的所有朋友', N'/api/im/my-friends/all', N'', N'', N'/api/im/my-friends/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'156', N'{}', N'cecf632785b7402299764698369c751f', N'1322190027988525056', N'【消息服务】- 发送好友请求', N'/api/im/my-friends/add-request', N'', N'', N'/api/im/my-friends/add-request', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'157', N'{}', N'91b088ab3e164116b8c4a2b6109e37e9', N'1322452079688458240', N'【消息服务】- 我的订阅', N'/api/my-subscribes', N'', N'', N'/api/my-subscribes', N'GET,POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'158', N'{}', N'b9f57600634b40c087ac0730926895e2', N'1322452183929495552', N'【消息服务】- 我的订阅列表', N'/api/my-subscribes/all', N'', N'', N'/api/my-subscribes/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'my-subscribes', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'159', N'{}', N'8e6a0c6759df42e29b9abd4d833646a3', N'1322452308651319296', N'【消息服务】- 是否已订阅', N'/api/my-subscribes/is-subscribed/{Name}', N'', N'', N'/api/my-subscribes/is-subscribed/{Name}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'160', N'{}', N'6b747d0acfee478ea64241b7ea519861', N'1322452858176446464', N'【消息服务】- 我的通知', N'/api/my-notifilers', N'', N'', N'/api/my-notifilers', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'161', N'{}', N'25a64613f37f44cf8efff8d0cf6cd0ca', N'1322452989235863552', N'【消息服务】- 管理我的通知', N'/api/my-notifilers/{id}', N'', N'', N'/api/my-notifilers/{id}', N'GET,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'162', N'{}', N'ddc7f13aaa2741b28c2102fbff18d836', N'1322453089655889920', N'【消息服务】- 可用通知列表', N'/api/my-notifilers/assignables', N'', N'', N'/api/my-notifilers/assignables', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30020,', N'', N'', N'assignables-notifilers', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'163', N'{}', N'1d586107d7e240b3bfc14c8ca04baea8', N'1329706860249804800', N'【微信管理】- 微信公共配置', N'/api/setting-management/wechat/by-global', N'', N'', N'/api/setting-management/wechat/by-global', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'wechat-setting-global', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'164', N'{}', N'bd9b34dd564f405bb3a063d6a719ce6e', N'1329707002411544576', N'【微信管理】- 微信租户配置', N'/api/setting-management/wechat/by-current-tenant', N'', N'', N'/api/setting-management/wechat/by-current-tenant', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'wechat-setting-current-tenant', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'165', N'{}', N'e9847659244b47dc80101b1c3f4edb31', N'1329708512277098496', N'【后台管理】- 变更全局设置', N'/api/setting-management/settings/change-global', N'', N'', N'/api/setting-management/settings/change-global', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'166', N'{}', N'94c3692dea394b39ac0cc19f60fc1964', N'1329708625917571072', N'【后台管理】- 变更当前租户设置', N'/api/setting-management/settings/change-current-tenant', N'', N'', N'/api/setting-management/settings/change-current-tenant', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'167', N'{}', N'626efeddcc0a474aa5e472b6089ca6fe', N'1335049839287357440', N'【平台服务】- 菜单管理', N'/api/platform/menus', N'', N'', N'/api/platform/menus', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'168', N'{}', N'e4b4acf5f7dd4015828bdcd735424937', N'1335050034221830144', N'【平台服务】- 管理菜单', N'/api/platform/menus/{id}', N'', N'', N'/api/platform/menus/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'169', N'{}', N'bbdb31a7eaba4bf7bead6a7e1151872c', N'1335050145899368448', N'【平台服务】- 获取当前用户菜单', N'/api/platform/menus/by-current-user', N'', N'', N'/api/platform/menus/by-current-user', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'170', N'{}', N'56a6d15682ba489aa46296cd8235cf81', N'1335050283434790912', N'【平台服务】- 管理用户菜单', N'/api/platform/menus/by-user', N'', N'', N'/api/platform/menus/by-user', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'171', N'{}', N'484dc97d5f4843fc85679c1faf1488bf', N'1335050381770248192', N'【平台服务】- 获取用户菜单', N'/api/platform/menus/by-user/{userId}/{platformType}', N'', N'', N'/api/platform/menus/by-user/{userId}/{platformType}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'172', N'{}', N'63b34bbe4d3b41f397432aa12e73a40d', N'1335050520941449216', N'【平台服务】- 管理角色菜单', N'/api/platform/menus/by-role', N'', N'', N'/api/platform/menus/by-role', N'GET,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'173', N'{}', N'c858522741c941bf838aef7eba34b213', N'1335050615829188608', N'【平台服务】- 获取角色菜单', N'/api/platform/menus/by-role/{role}/{platformType}', N'', N'', N'/api/platform/menus/by-role/{role}/{platformType}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'174', N'{}', N'da02cbd7a46746f288bb98d40af03a21', N'1335111798720450560', N'【平台服务】- 获取所有数据字典', N'/api/platform/datas/all', N'', N'', N'/api/platform/datas/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'175', N'{}', N'6c6096b6593c47398d59f73ab62e54a3', N'1335118541370314752', N'【平台服务】- 数据字典', N'/api/platform/datas', N'', N'', N'/api/platform/datas', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'176', N'{}', N'5efb1b49a1cc4d34a3e338b9e83c12c7', N'1335118660417245184', N'【平台服务】- 管理数据字典', N'/api/platform/datas/{id}', N'', N'', N'/api/platform/datas/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'177', N'{}', N'00bd2892c6574942bda538aa9d3513cd', N'1335118782727344128', N'【平台服务】- 增加数据字典项目', N'/api/platform/datas/{id}/items', N'', N'', N'/api/platform/datas/{id}/items', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'178', N'{}', N'9fae5da5d4634eaab7a59d643a8248a7', N'1335118903200337920', N'【平台服务】- 管理数据字典项目', N'/api/platform/datas/{id}/items/{name}', N'', N'', N'/api/platform/datas/{id}/items/{name}', N'DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'179', N'{}', N'70d6120e560f41c3879ec4549636cdb8', N'1336230645078921216', N'【平台服务】- 获取所有菜单', N'/api/platform/menus/all', N'', N'', N'/api/platform/menus/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'180', N'{}', N'c67549cd6cd246f08d9f6ce93c906c21', N'1337314809113722880', N'【平台服务】- 布局', N'/api/platform/layouts', N'', N'', N'/api/platform/layouts', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'181', N'{}', N'bacca946a092434cb2ee5994c88f2c33', N'1337314938973569024', N'【平台服务】- 管理布局', N'/api/platform/layouts/{id}', N'', N'', N'/api/platform/layouts/{id}', N'GET,DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'182', N'{}', N'741fdd4cc05a4025a9073a2e1ab9d5ea', N'1340961907637243904', N'【平台服务】- 获取所有布局', N'/api/platform/layouts/all', N'', N'', N'/api/platform/layouts/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'183', N'{}', N'26a1ef4016704dab8c254f90bc26ecfe', N'1341652247554379776', N'【身份认证服务】- Api范围', N'/api/identity-server/api-scopes', N'', N'', N'/api/identity-server/api-scopes', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'184', N'{}', N'3bfc1fef7f5446638f91c9b6e2fb12db', N'1341652385555369984', N'【身份认证服务】- 管理Api范围', N'/api/identity-server/api-scopes/{id}', N'', N'', N'/api/identity-server/api-scopes/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'185', N'{}', N'3288c25dd61e491db95313ca72016918', N'1342457939827552256', N'【身份认证服务】- 持久授权', N'/api/identity-server/persisted-grants', N'', N'', N'/api/identity-server/persisted-grants', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'186', N'{}', N'23f94678093148f58ba842096c3a0e39', N'1342458050112581632', N'【身份认证服务】- 管理持久授权', N'/api/identity-server/persisted-grants/{id}', N'', N'', N'/api/identity-server/persisted-grants/{id}', N'GET,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'187', N'{}', N'3123cac8174142e5b024b30898dc3e6b', N'1363657602699718656', N'【阿里云】- 阿里云公共配置', N'/api/setting-management/aliyun/by-global', N'', N'', N'/api/setting-management/aliyun/by-global', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'aliyun-setting-global', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'188', N'{}', N'c112dd1b259a44e58a992480eb237526', N'1363657779665793024', N'【阿里云】- 阿里云租户配置', N'/api/setting-management/aliyun/by-current-tenant', N'', N'', N'/api/setting-management/aliyun/by-current-tenant', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'aliyun-setting-current-tenant', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'189', N'{}', N'9b27e192f9094d2c8e32e9a0fa9fb589', N'1363662350572154880', N'【身份认证服务】- 发送重置密码短信', N'/api/account/phone/send-password-reset-code', N'', N'', N'/api/account/phone/send-password-reset-code', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'190', N'{}', N'a118a783851e4dbbbbaa4e1cfd2b4079', N'1370283697803829248', N'【Oss对象存储】- 管理容器(Bucket)', N'/api/oss-management/containes/{name}', N'', N'', N'/api/oss-management/containes/{name}', N'POST,GET,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'191', N'{}', N'02c0d3e9ae6f4f3a91cb2b09954b8df1', N'1370283782075785216', N'【Oss对象存储】- 获取容器列表', N'/api/oss-management/containes', N'', N'', N'/api/oss-management/containes', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'192', N'{}', N'b9eca50649a742129cff9767484b45bd', N'1370283867966742528', N'【Oss对象存储】- 获取对象列表', N'/api/oss-management/containes/objects', N'', N'', N'/api/oss-management/containes/objects', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'193', N'{}', N'ac2c34befa0e4838b32b73b2b1f31cb6', N'1370283988712366080', N'【Oss对象存储】- 管理Oss对象', N'/api/oss-management/objects', N'', N'', N'/api/oss-management/objects', N'GET,POST,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'194', N'{}', N'84d3ebd88d8842acb134524d0d1a3f72', N'1370284066516705280', N'【Oss对象存储】- 上传Oss对象', N'/api/oss-management/objects/upload', N'', N'', N'/api/oss-management/objects/upload', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', NULL, N'', N'0', N'3000000', N'1', N'', N'TEST-APP'), (N'195', N'{}', N'69baeb0faf3d4fd29e1a4010fb9d7be5', N'1370284158262910976', N'【Oss对象存储】- 批量删除Oss对象', N'/api/oss-management/objects/bulk-delete', N'', N'', N'/api/oss-management/objects/bulk-delete', N'DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'196', N'{}', N'12a080797fe846f19fb47b0e2718617f', N'1370284253045792768', N'【Oss对象存储】- 静态文件管理', N'/api/files/static/{everything}', N'', N'', N'/api/api/files/static/{everything}', N'POST,GET,OPTIONS,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'197', N'{}', N'cd88951cb09e4e3ca7defa469b8aa399', N'1370284344397733888', N'【Oss对象存储】- 获取公共配置', N'/api/setting-management/oss-management/by-global', N'', N'', N'/api/setting-management/oss-management/by-global', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'oss-management-global', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'198', N'{}', N'd991900c932d4793b7ae0cd6fee264a6', N'1370284429890232320', N'【Oss对象存储】- 获取租户配置', N'/api/setting-management/oss-management/by-current-tenant', N'', N'', N'/api/setting-management/oss-management/by-current-tenant', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'oss-management-current-tenant', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'204', N'{}', N'2caffdb6c441469db8ad820115b5638b', N'1370914923144478720', N'【Oss对象存储】- 外部访问静态文件', N'/api/files/static/{everything}', N'', N'', N'/api/files/static/{everything}', N'GET,POST,OPTIONS,DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'1200000', N'1', N'', N'TEST-APP'), (N'205', N'{}', N'71e8dad2c3674b37bc6d52d19378d1d2', N'1371844966074970112', N'【位置服务】- 逆地址解析', N'/api/location/re-gercode', N'', N'', N'/api/location/re-gercode', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:40011,', N'', NULL, N'', N'1', N'30000', N'1', N'', N'w-shop'), (N'206', N'{}', N'0f4561aaad3840cb912a5b9ba70064fb', N'1371845082676621312', N'【位置服务】- 地理位置解析', N'/api/location/gercode', N'', N'', N'/api/location/gercode', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:40011,', N'', N'', N'', N'0', N'30000', N'1', N'', N'w-shop'), (N'207', N'{}', N'76092a930ab345f0899f5258e3580e4a', N'1371845219528372224', N'【位置服务】- 逆地址解析-通过IP地址', N'/api/location/ip-gercode', N'', N'', N'/api/location/ip-gercode', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:40011,', N'', N'', N'', N'0', N'30000', N'1', N'', N'w-shop'), (N'211', N'{}', N'9c4188bbc68f455a8d21899f3d257aa8', N'1375612899682799616', N'【本地化管理】- 本地化语言', N'/api/localization/languages', N'', N'', N'/api/localization/languages', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'212', N'{}', N'84a18bc0531a4f7d8c5c6868b2732395', N'1375613095783288832', N'【本地化管理】- 语言管理', N'/api/localization/languages/{id}', N'', N'', N'/api/localization/languages/{id}', N'GET,DELETE,PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'213', N'{}', N'941a9d7c8c1c49a2afa7c24d33d170df', N'1375613222187028480', N'【本地化管理】- 获取所有语言', N'/api/localization/languages/all', N'', N'', N'/api/localization/languages/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'214', N'{}', N'616a39bec0b94d90911a1a95bf66d327', N'1375613355029024768', N'【本地化管理】- 资源管理', N'/api/localization/resources', N'', N'', N'/api/localization/resources', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'215', N'{}', N'07d74f02e2ff4efd88e11744eb76c5d2', N'1375613462969438208', N'【本地化管理】- 管理单个资源', N'/api/localization/resources/{id}', N'', N'', N'/api/localization/resources/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'216', N'{}', N'1f8fbd2d416744f6b76cb4ac223e3e5a', N'1375613567365664768', N'【本地化管理】- 获取所有资源', N'/api/localization/resources/all', N'', N'', N'/api/localization/resources/all', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'217', N'{}', N'ad15a2e9e2e24a019dc3b892ea674934', N'1375613732239560704', N'【本地化管理】- 文本管理', N'/api/localization/texts', N'', N'', N'/api/localization/texts', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'218', N'{}', N'2582e861680a42d78ec2cc7f853bf303', N'1375613833662025728', N'【本地化管理】- 管理单个文本', N'/api/localization/texts/{id}', N'', N'', N'/api/localization/texts/{id}', N'GET,PUT,DELETE,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'219', N'{}', N'701ddf9f15844e968f0a980018d5e687', N'1375679597777637376', N'【本地化管理】- 接口代理', N'/api/abp/api-definition', N'', N'', N'/api/abp/localization/api-definition', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30030,', N'', N'', N'localization-api-definition', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'225', N'{}', N'13249916a52a4568b55b6c3fa813b374', N'1393020696332705792', N'【后台管理】- 路由代理测试', N'/api/connect', N'', N'', N'/api/connect', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'482', N'{}', N'295034c498744783ba0ecf3b80546ca5', N'1395924337284407296', N'【后台管理】- 通过名称查询租户', N'/api/tenant-management/tenants/name/{name}', N'', N'', N'/api/tenant-management/tenants/name/{name}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30010,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'483', N'{}', N'be25633a37d14ab4b94803698c528e4c', N'1406817452004757504', N'【平台服务】- 参照名称查询字典', N'/api/platform/datas/by-name/{name}', N'', N'', N'/api/platform/datas/by-name/{name}', N'GET,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30025,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'484', N'{}', N'a95d0fe8a6eb4b5484ebd47878f7092f', N'1421397683162664960', N'【身份认证服务】- 管理角色声明', N'/api​/identity​/roles​/{id}​/claims', N'', NULL, N'/api​/identity​/roles​/{id}​/claims', N'GET,POST,PUT,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30015,', N'', NULL, NULL, N'0', N'10000', N'1', NULL, N'TEST-APP') +GO + +INSERT INTO [apigateway].[appapigatewayreroute] VALUES (N'493', N'{}', N'7f1af94bf83343fd91bf9e8eaa0e2fc5', N'1431803251955654656', N'【身份认证服务】- 换取token', N'/connect/token', N'', N'', N'/connect/token', N'POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:44385,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'494', N'{}', N'dd09d208eca64c91b804377f45c85974', N'1431806909455851520', N'【身份认证服务】- 用户信息', N'/connect/userinfo', N'', N'', N'/connect/userinfo', N'GET,POST,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:44385,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'495', N'{}', N'f0660047374f43b3bcdf3555799488c6', N'1432189824874373120', N'【身份认证服务】- 发送变更手机号短信', N'/api/identity/my-profile/send-phone-number-change-code', N'', N'', N'/api/identity/my-profile/send-phone-number-change-code', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'), (N'496', N'{}', N'da9dbe339b3e453abf79df15fe774bda', N'1432190028071624704', N'【身份认证服务】- 变更手机号', N'/api/identity/my-profile/change-phone-number', N'', N'', N'/api/identity/my-profile/change-phone-number', N'PUT,', N'', N'', N'', N'', N'', N'', N'', N'1', N'', N'', N'HTTP', N'127.0.0.1:30015,', N'', N'', N'', N'0', N'30000', N'1', N'', N'TEST-APP'),(N'501', N'{}', N'4019724446ad4a609916b6fb4eb2b489', N'1454289352609521664', N'【后台管理】- 系统日志列表', N'/api/auditing/logging', N'', NULL, N'/api/auditing/logging', N'GET,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30010,', N'', NULL, NULL, N'0', N'10000', N'1', NULL, N'TEST-APP'), (N'502', N'{}', N'03fd15647a4b41f3bd650fdbaa069cc0', N'1454289896489115648', N'【后台管理】- 系统日志', N'/api/auditing/logging/{everything}', N'', NULL, N'/api/auditing/logging/{everything}', N'GET,DELETE,', N'', N'', N'', N'', N'', N'', NULL, N'1', NULL, NULL, N'HTTP', N'127.0.0.1:30010,', N'', NULL, NULL, N'0', N'10000', N'1', NULL, N'TEST-APP') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewayroutegroup +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewayroutegroup]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewayroutegroup] +GO + +CREATE TABLE [apigateway].[appapigatewayroutegroup] ( + [Id] char(36) NOT NULL, + [ExtraProperties] nvarchar(max) NULL, + [ConcurrencyStamp] nvarchar(40) NULL, + [CreationTime] datetime2(0) NOT NULL, + [CreatorId] char(36) NULL, + [LastModificationTime] datetime2(0) NULL, + [LastModifierId] char(36) NULL, + [IsDeleted] tinyint NOT NULL, + [DeleterId] char(36) NULL, + [DeletionTime] datetime2(0) NULL, + [Name] nvarchar(50) NOT NULL, + [AppId] nvarchar(50) NOT NULL, + [AppName] nvarchar(100) NOT NULL, + [AppIpAddress] nvarchar(256) NOT NULL, + [Description] nvarchar(256) NULL, + [IsActive] tinyint NOT NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewayroutegroup +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewayroutegroup] VALUES (N'08d7f735-a83b-49ab-8cee-5d602502bea8', N'{}', N'83cac848676f4b658d5c9f7d802a497a', N'2020-05-13 20:03:32.524271', NULL, N'2020-08-05 15:43:28.205288', N'bf289dbb-838e-a89b-c622-39f51dcc4f43', N'0', NULL, NULL, N'abp后台管理', N'TEST-APP', N'abp后台管理', N'127.0.0.1', N'abp后台管理项目网关', N'1') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for appapigatewaysecurityoptions +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[appapigatewaysecurityoptions]') AND type IN ('U')) + DROP TABLE [apigateway].[appapigatewaysecurityoptions] +GO + +CREATE TABLE [apigateway].[appapigatewaysecurityoptions] ( + [Id] int NOT NULL, + [ReRouteId] bigint NOT NULL, + [IPAllowedList] nvarchar(1000) NULL, + [IPBlockedList] nvarchar(1000) NULL +) +GO + + +-- ---------------------------- +-- Records of appapigatewaysecurityoptions +-- ---------------------------- +BEGIN TRANSACTION +GO + +INSERT INTO [apigateway].[appapigatewaysecurityoptions] VALUES (N'3', N'1261299170387169280', N'', N''), (N'4', N'1261585859064872960', N'', N''), (N'5', N'1261586605810368512', N'', N''), (N'6', N'1261587558609436672', N'', N''), (N'7', N'1261588213298348032', N'', N''), (N'8', N'1261588367619375104', N'', N''), (N'9', N'1261588628450557952', N'', N''), (N'10', N'1261588881564221440', N'', N''), (N'11', N'1261588983053795328', N'', N''), (N'12', N'1261589139039961088', N'', N''), (N'13', N'1261589197483393024', N'', N''), (N'14', N'1261589278857084928', N'', N''), (N'15', N'1261589420356124672', N'', N''), (N'16', N'1261589960393736192', N'', N''), (N'17', N'1261606600242085888', N'', N''), (N'18', N'1261606689601732608', N'', N''), (N'21', N'1262220447629058048', N'', N''), (N'22', N'1262230734939758592', N'', N''), (N'23', N'1262296916350869504', N'', N''), (N'24', N'1262632376348594176', N'', N''), (N'25', N'1262632791869902848', N'', N''), (N'28', N'1262660336921235456', N'', N''), (N'29', N'1262660528277966848', N'', N''), (N'30', N'1262660706875625472', N'', N''), (N'31', N'1262660966393991168', N'', N''), (N'32', N'1262661109474283520', N'', N''), (N'33', N'1262663888804663296', N'', N''), (N'34', N'1262664024096133120', N'', N''), (N'35', N'1262664186252120064', N'', N''), (N'36', N'1262664357044178944', N'', N''), (N'37', N'1262664632928718848', N'', N''), (N'38', N'1262664751409418240', N'', N''), (N'39', N'1262664871274237952', N'', N''), (N'40', N'1262665026111164416', N'', N''), (N'41', N'1262665159905267712', N'', N''), (N'42', N'1262665329829105664', N'', N''), (N'43', N'1262665456471920640', N'', N''), (N'44', N'1262665628165754880', N'', N''), (N'45', N'1262666172682883072', N'', N''), (N'47', N'1262723402331885568', N'', N''), (N'48', N'1262935771746734080', N'', N''), (N'49', N'1262935906522304512', N'', N''), (N'52', N'1263074419073593344', N'', N''), (N'53', N'1263075249394790400', N'', N''), (N'54', N'1263075593499684864', N'', N''), (N'56', N'1263101898440146944', N'', N''), (N'57', N'1263303878648569856', N'', N''), (N'58', N'1263304204797648896', N'', N''), (N'59', N'1263304872891555840', N'', N''), (N'60', N'1263305106250047488', N'', N''), (N'61', N'1263305244594970624', N'', N''), (N'62', N'1263305430536855552', N'', N''), (N'63', N'1263639172959174656', N'', N''), (N'64', N'1264799968944640000', N'', N''), (N'65', N'1264800070161584128', N'', N''), (N'66', N'1267360794414161920', N'', N''), (N'67', N'1267383367629807616', N'', N''), (N'68', N'1267817055527632896', N'', N''), (N'69', N'1267817221286526976', N'', N''), (N'70', N'1268893687085518848', N'', N''), (N'94', N'1288657613998579712', N'', N''), (N'95', N'1288657941770854400', N'', N''), (N'96', N'1288658134067109888', N'', N''), (N'97', N'1288658305156964352', N'', N''), (N'98', N'1288658491216289792', N'', N''), (N'99', N'1288658638302142464', N'', N''), (N'100', N'1288658791784308736', N'', N''), (N'101', N'1290849478956199936', N'', N''), (N'102', N'1290849628051124224', N'', N''), (N'103', N'1290849798553776128', N'', N''), (N'105', N'1291259822512693248', N'', N''), (N'106', N'1292620505149145088', N'', N''), (N'107', N'1292620665505775616', N'', N''), (N'108', N'1292620843398791168', N'', N''), (N'109', N'1292621027574874112', N'', N''), (N'110', N'1292621363161137152', N'', N''), (N'111', N'1292621494837116928', N'', N''), (N'112', N'1292621629260365824', N'', N''), (N'113', N'1292622526073864192', N'', N''), (N'114', N'1293470838745821184', N'', N''), (N'115', N'1293471661785706496', N'', N''), (N'116', N'1293472678392721408', N'', N''), (N'117', N'1293472857510473728', N'', N''), (N'118', N'1299273336009359360', N'127.0.0.1', N''), (N'119', N'1299273436282585088', N'127.0.0.1', N''), (N'120', N'1299273618470567936', N'127.0.0.1', N''), (N'121', N'1299273770182737920', N'127.0.0.1', N''), (N'122', N'1299273978023084032', N'127.0.0.1', N''), (N'123', N'1299274123225694208', N'127.0.0.1', N''), (N'124', N'1299274222299348992', N'127.0.0.1', N''), (N'125', N'1304238876758495232', N'', N''), (N'126', N'1304678610343383040', N'', N''), (N'127', N'1304679169305694208', N'', N''), (N'128', N'1310460417141817344', N'', N''), (N'129', N'1310502391475519488', N'', N''), (N'130', N'1310515546943569920', N'', N''), (N'131', N'1310515735292985344', N'', N''), (N'132', N'1316628769783480320', N'', N''), (N'133', N'1316628940663619584', N'', N''), (N'134', N'1316629112428756992', N'', N''), (N'135', N'1316652047017246720', N'', N''), (N'137', N'1319200951383199744', N'', N''), (N'138', N'1319221929807024128', N'', N''), (N'139', N'1319554431134306304', N'', N''), (N'140', N'1319554550458060800', N'', N''), (N'141', N'1319554948434595840', N'', N''), (N'142', N'1319555067183730688', N'', N''), (N'143', N'1319555230765780992', N'', N''), (N'144', N'1319555333790470144', N'', N''), (N'145', N'1321001932510203904', N'', N''), (N'146', N'1321002059803136000', N'', N''), (N'147', N'1321002256440496128', N'', N''), (N'148', N'1321002350686507008', N'', N''), (N'149', N'1322190027988525056', N'', N''), (N'150', N'1322452079688458240', N'', N''), (N'151', N'1322452183929495552', N'', N''), (N'152', N'1322452308651319296', N'', N''), (N'153', N'1322452858176446464', N'', N''), (N'154', N'1322452989235863552', N'', N''), (N'155', N'1322453089655889920', N'', N''), (N'156', N'1329706860249804800', N'', N''), (N'157', N'1329707002411544576', N'', N''), (N'158', N'1329708512277098496', N'', N''), (N'159', N'1329708625917571072', N'', N''), (N'160', N'1335049839287357440', N'', N''), (N'161', N'1335050034221830144', N'', N''), (N'162', N'1335050145899368448', N'', N''), (N'163', N'1335050283434790912', N'', N''), (N'164', N'1335050381770248192', N'', N''), (N'165', N'1335050520941449216', N'', N''), (N'166', N'1335050615829188608', N'', N''), (N'167', N'1335111798720450560', N'', N''), (N'168', N'1335118541370314752', N'', N''), (N'169', N'1335118660417245184', N'', N''), (N'170', N'1335118782727344128', N'', N''), (N'171', N'1335118903200337920', N'', N''), (N'172', N'1336230645078921216', N'', N''), (N'173', N'1337314809113722880', N'', N''), (N'174', N'1337314938973569024', N'', N''), (N'175', N'1340961907637243904', N'', N''), (N'176', N'1341652247554379776', N'', N''), (N'177', N'1341652385555369984', N'', N''), (N'178', N'1342457939827552256', N'', N''), (N'179', N'1342458050112581632', N'', N''), (N'180', N'1363657602699718656', N'', N''), (N'181', N'1363657779665793024', N'', N''), (N'182', N'1363662350572154880', N'', N''), (N'183', N'1370283697803829248', N'', N''), (N'184', N'1370283782075785216', N'', N''), (N'185', N'1370283867966742528', N'', N''), (N'186', N'1370283988712366080', N'', N''), (N'187', N'1370284066516705280', N'', N''), (N'188', N'1370284158262910976', N'', N''), (N'189', N'1370284253045792768', N'', N''), (N'190', N'1370284344397733888', N'', N''), (N'191', N'1370284429890232320', N'', N''), (N'197', N'1370914923144478720', N'', N''), (N'198', N'1371844966074970112', N'', N''), (N'199', N'1371845082676621312', N'', N''), (N'200', N'1371845219528372224', N'', N''), (N'203', N'1375612899682799616', N'', N''), (N'204', N'1375613095783288832', N'', N''), (N'205', N'1375613222187028480', N'', N''), (N'206', N'1375613355029024768', N'', N''), (N'207', N'1375613462969438208', N'', N''), (N'208', N'1375613567365664768', N'', N''), (N'209', N'1375613732239560704', N'', N''), (N'210', N'1375613833662025728', N'', N''), (N'211', N'1375679597777637376', N'', N''), (N'213', N'1376863669256433664', N'', N''), (N'214', N'1376866215333179392', N'', N''), (N'215', N'1377049120932081664', N'', N''), (N'216', N'1377050475599998976', N'', N''), (N'217', N'1393020696332705792', N'', N''), (N'218', N'1393501090957946880', N'', N''), (N'219', N'1395924337284407296', N'', N''), (N'220', N'1406817452004757504', N'', N''), (N'221', N'1421397683162664960', N'', N''), (N'222', N'1431443151332106240', N'', N''), (N'223', N'1431443363240927232', N'', N''), (N'224', N'1431444869667151872', N'', N''), (N'225', N'1431445043261005824', N'', N''), (N'226', N'1431445186324520960', N'', N''), (N'227', N'1431445363160571904', N'', N''), (N'228', N'1431464934529622016', N'', N''), (N'229', N'1431499449952165888', N'', N''), (N'230', N'1431803251955654656', N'', N''), (N'231', N'1431806909455851520', N'', N''), (N'232', N'1432189824874373120', N'', N''), (N'233', N'1432190028071624704', N'', N''), (N'234', N'1440680494805778432', N'', N''), (N'235', N'1440680915444137984', N'', N''), (N'236', N'1442413171470688256', N'', N''), (N'237', N'1449257280751026176', N'', N''), (N'238', N'1454289352609521664', N'', N''), (N'239', N'1454289896489115648', N'', N'') +GO + +COMMIT +GO + + +-- ---------------------------- +-- Table structure for cap.published +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[cap.published]') AND type IN ('U')) + DROP TABLE [apigateway].[cap.published] +GO + +CREATE TABLE [apigateway].[cap.published] ( + [Id] bigint NOT NULL, + [Version] nvarchar(20) NULL, + [Name] nvarchar(200) NOT NULL, + [Content] nvarchar(max) NULL, + [Retries] int NULL, + [Added] datetime2(0) NOT NULL, + [ExpiresAt] datetime2(0) NULL, + [StatusName] nvarchar(40) NOT NULL +) +GO + +-- ---------------------------- +-- Table structure for cap.received +-- ---------------------------- +IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[apigateway].[cap.received]') AND type IN ('U')) + DROP TABLE [apigateway].[cap.received] +GO + +CREATE TABLE [apigateway].[cap.received] ( + [Id] bigint NOT NULL, + [Version] nvarchar(20) NULL, + [Name] nvarchar(400) NOT NULL, + [Group] nvarchar(200) NULL, + [Content] nvarchar(max) NULL, + [Retries] int NULL, + [Added] datetime2(0) NOT NULL, + [ExpiresAt] datetime2(0) NULL, + [StatusName] nvarchar(50) NOT NULL +) +GO + + +-- ---------------------------- +-- Primary Key structure for table __efmigrationshistory +-- ---------------------------- +ALTER TABLE [apigateway].[__efmigrationshistory] ADD PRIMARY KEY CLUSTERED ([MigrationId]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table api.gateway.published +-- ---------------------------- +CREATE NONCLUSTERED INDEX [IX_ExpiresAt] +ON [apigateway].[api.gateway.published] ( + [ExpiresAt] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table api.gateway.published +-- ---------------------------- +ALTER TABLE [apigateway].[api.gateway.published] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table api.gateway.received +-- ---------------------------- +CREATE NONCLUSTERED INDEX [IX_ExpiresAt] +ON [apigateway].[api.gateway.received] ( + [ExpiresAt] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table api.gateway.received +-- ---------------------------- +ALTER TABLE [apigateway].[api.gateway.received] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayaggregate +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayaggregate] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayaggregateconfig +-- ---------------------------- +CREATE NONCLUSTERED INDEX [IX_AppApiGatewayAggregateConfig_AggregateReRouteId] +ON [apigateway].[appapigatewayaggregateconfig] ( + [AggregateReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayaggregateconfig +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayaggregateconfig] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayauthoptions +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayAuthOptions_ReRouteId] +ON [apigateway].[appapigatewayauthoptions] ( + [ReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayauthoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayauthoptions] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewaybalanceroptions +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayBalancerOptions_ItemId] +ON [apigateway].[appapigatewaybalanceroptions] ( + [ItemId] +) +GO + +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayBalancerOptions_ReRouteId] +ON [apigateway].[appapigatewaybalanceroptions] ( + [ReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewaybalanceroptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaybalanceroptions] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewaycacheoptions +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayCacheOptions_ReRouteId] +ON [apigateway].[appapigatewaycacheoptions] ( + [ReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewaycacheoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaycacheoptions] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewaydiscovery +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayDiscovery_ItemId] +ON [apigateway].[appapigatewaydiscovery] ( + [ItemId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewaydiscovery +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaydiscovery] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewaydynamicreroute +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [AK_AppApiGatewayDynamicReRoute_DynamicReRouteId] +ON [apigateway].[appapigatewaydynamicreroute] ( + [DynamicReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewaydynamicreroute +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaydynamicreroute] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayglobalconfiguration +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [AK_AppApiGatewayGlobalConfiguration_ItemId] +ON [apigateway].[appapigatewayglobalconfiguration] ( + [ItemId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayglobalconfiguration +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayglobalconfiguration] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayheaders +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayheaders] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayhostandport +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayhostandport] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayhttpoptions +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayHttpOptions_ItemId] +ON [apigateway].[appapigatewayhttpoptions] ( + [ItemId] +) +GO + +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayHttpOptions_ReRouteId] +ON [apigateway].[appapigatewayhttpoptions] ( + [ReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayhttpoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayhttpoptions] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayqosoptions +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayQoSOptions_ItemId] +ON [apigateway].[appapigatewayqosoptions] ( + [ItemId] +) +GO + +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayQoSOptions_ReRouteId] +ON [apigateway].[appapigatewayqosoptions] ( + [ReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayqosoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayqosoptions] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayratelimitoptions +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayRateLimitOptions_ItemId] +ON [apigateway].[appapigatewayratelimitoptions] ( + [ItemId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayratelimitoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayratelimitoptions] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayratelimitrule +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayRateLimitRule_DynamicReRouteId] +ON [apigateway].[appapigatewayratelimitrule] ( + [DynamicReRouteId] +) +GO + +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayRateLimitRule_ReRouteId] +ON [apigateway].[appapigatewayratelimitrule] ( + [ReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayratelimitrule +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayratelimitrule] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayreroute +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [AK_AppApiGatewayReRoute_ReRouteId] +ON [apigateway].[appapigatewayreroute] ( + [ReRouteId] +) +GO + +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewayReRoute_AppId_DownstreamPathTemplate_UpstreamPa~] +ON [apigateway].[appapigatewayreroute] ( + [AppId], + [DownstreamPathTemplate], + [UpstreamPathTemplate] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayreroute +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayreroute] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewayroutegroup +-- ---------------------------- +CREATE NONCLUSTERED INDEX [IX_AppApiGatewayRouteGroup_AppId_AppName_AppIpAddress] +ON [apigateway].[appapigatewayroutegroup] ( + [AppId], + [AppName], + [AppIpAddress] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewayroutegroup +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayroutegroup] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table appapigatewaysecurityoptions +-- ---------------------------- +CREATE UNIQUE NONCLUSTERED INDEX [IX_AppApiGatewaySecurityOptions_ReRouteId] +ON [apigateway].[appapigatewaysecurityoptions] ( + [ReRouteId] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table appapigatewaysecurityoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaysecurityoptions] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table cap.published +-- ---------------------------- +CREATE NONCLUSTERED INDEX [IX_ExpiresAt] +ON [apigateway].[cap.published] ( + [ExpiresAt] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table cap.published +-- ---------------------------- +ALTER TABLE [apigateway].[cap.published] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Indexes structure for table cap.received +-- ---------------------------- +CREATE NONCLUSTERED INDEX [IX_ExpiresAt] +ON [apigateway].[cap.received] ( + [ExpiresAt] +) +GO + + +-- ---------------------------- +-- Primary Key structure for table cap.received +-- ---------------------------- +ALTER TABLE [apigateway].[cap.received] ADD PRIMARY KEY CLUSTERED ([Id]) +WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewayaggregateconfig +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayaggregateconfig] ADD CONSTRAINT [FK_AppApiGatewayAggregateConfig_AppApiGatewayAggregate_Aggregat~] FOREIGN KEY ([AggregateReRouteId]) REFERENCES [apigateway].[appapigatewayaggregate] ([Id]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewayauthoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayauthoptions] ADD CONSTRAINT [FK_AppApiGatewayAuthOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewaybalanceroptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaybalanceroptions] ADD CONSTRAINT [FK_AppApiGatewayBalancerOptions_AppApiGatewayGlobalConfiguratio~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) +GO + +ALTER TABLE [apigateway].[appapigatewaybalanceroptions] ADD CONSTRAINT [FK_AppApiGatewayBalancerOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewaycacheoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaycacheoptions] ADD CONSTRAINT [FK_AppApiGatewayCacheOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewaydiscovery +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaydiscovery] ADD CONSTRAINT [FK_AppApiGatewayDiscovery_AppApiGatewayGlobalConfiguration_Item~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewayhttpoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayhttpoptions] ADD CONSTRAINT [FK_AppApiGatewayHttpOptions_AppApiGatewayGlobalConfiguration_It~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) +GO + +ALTER TABLE [apigateway].[appapigatewayhttpoptions] ADD CONSTRAINT [FK_AppApiGatewayHttpOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewayqosoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayqosoptions] ADD CONSTRAINT [FK_AppApiGatewayQoSOptions_AppApiGatewayGlobalConfiguration_Ite~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) +GO + +ALTER TABLE [apigateway].[appapigatewayqosoptions] ADD CONSTRAINT [FK_AppApiGatewayQoSOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewayratelimitoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayratelimitoptions] ADD CONSTRAINT [FK_AppApiGatewayRateLimitOptions_AppApiGatewayGlobalConfigurati~] FOREIGN KEY ([ItemId]) REFERENCES [apigateway].[appapigatewayglobalconfiguration] ([ItemId]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewayratelimitrule +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewayratelimitrule] ADD CONSTRAINT [FK_AppApiGatewayRateLimitRule_AppApiGatewayDynamicReRoute_Dynam~] FOREIGN KEY ([DynamicReRouteId]) REFERENCES [apigateway].[appapigatewaydynamicreroute] ([DynamicReRouteId]) +GO + +ALTER TABLE [apigateway].[appapigatewayratelimitrule] ADD CONSTRAINT [FK_AppApiGatewayRateLimitRule_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) +GO + + +-- ---------------------------- +-- Foreign Keys structure for table appapigatewaysecurityoptions +-- ---------------------------- +ALTER TABLE [apigateway].[appapigatewaysecurityoptions] ADD CONSTRAINT [FK_AppApiGatewaySecurityOptions_AppApiGatewayReRoute_ReRouteId] FOREIGN KEY ([ReRouteId]) REFERENCES [apigateway].[appapigatewayreroute] ([ReRouteId]) +GO + diff --git a/aspnet-core/database/ApiGateway-Init.sql b/aspnet-core/database/ApiGateway-Init.sql index 66dea66c0..5eebe4cb5 100644 --- a/aspnet-core/database/ApiGateway-Init.sql +++ b/aspnet-core/database/ApiGateway-Init.sql @@ -1,17 +1,17 @@ /* Navicat Premium Data Transfer - Source Server : 本机服务器 + Source Server : 28 mysql Source Server Type : MySQL - Source Server Version : 80020 - Source Host : localhost:3306 + Source Server Version : 50736 + Source Host : 127.0.0.1:3306 Source Schema : apigateway Target Server Type : MySQL - Target Server Version : 80020 + Target Server Version : 50736 File Encoding : 65001 - Date: 21/06/2021 11:40:37 + Date: 30/10/2021 13:52:29 */ SET NAMES utf8mb4; @@ -35,65 +35,108 @@ INSERT INTO `__efmigrationshistory` VALUES ('20200513111130_Rename-Router-To-Rou INSERT INTO `__efmigrationshistory` VALUES ('20200618090102_Modify-ReRoute-Index-Unique', '3.1.4'); INSERT INTO `__efmigrationshistory` VALUES ('20200908020925_Upgrade-abp-3.1.0', '3.1.7'); +-- ---------------------------- +-- Table structure for api.gateway.published +-- ---------------------------- +DROP TABLE IF EXISTS `api.gateway.published`; +CREATE TABLE `api.gateway.published` ( + `Id` bigint(20) NOT NULL, + `Version` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `Name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + `Content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, + `Retries` int(11) NULL DEFAULT NULL, + `Added` datetime(0) NOT NULL, + `ExpiresAt` datetime(0) NULL DEFAULT NULL, + `StatusName` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + PRIMARY KEY (`Id`) USING BTREE, + INDEX `IX_ExpiresAt`(`ExpiresAt`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of api.gateway.published +-- ---------------------------- + +-- ---------------------------- +-- Table structure for api.gateway.received +-- ---------------------------- +DROP TABLE IF EXISTS `api.gateway.received`; +CREATE TABLE `api.gateway.received` ( + `Id` bigint(20) NOT NULL, + `Version` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `Name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + `Group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `Content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, + `Retries` int(11) NULL DEFAULT NULL, + `Added` datetime(0) NOT NULL, + `ExpiresAt` datetime(0) NULL DEFAULT NULL, + `StatusName` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + PRIMARY KEY (`Id`) USING BTREE, + INDEX `IX_ExpiresAt`(`ExpiresAt`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + -- ---------------------------- -- Table structure for appapigatewayaggregate -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayaggregate`; CREATE TABLE `appapigatewayaggregate` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, + `Id` int(11) NOT NULL AUTO_INCREMENT, `ExtraProperties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, - `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `AppId` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `Name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, - `ReRouteId` bigint(0) NOT NULL, + `ReRouteId` bigint(20) NOT NULL, `ReRouteKeys` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `UpstreamPathTemplate` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `UpstreamHost` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `ReRouteIsCaseSensitive` tinyint(1) NOT NULL DEFAULT 0, `Aggregator` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `Priority` int(0) NULL DEFAULT NULL, + `Priority` int(11) NULL DEFAULT NULL, `UpstreamHttpMethod` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 11 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 14 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewayaggregate -- ---------------------------- -INSERT INTO `appapigatewayaggregate` VALUES (5, '{}', '90044e20fde546bab1bdd45999f8208a', 'TEST-APP', 'abp接口代理服务', 1263083077348196352, 'platform-api-definition,backend-admin-api-definition,messages-api-definition,apigateway-api-definition,identity-server-api-definition,localization-api-definition,', '/api/abp/api-definition', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); -INSERT INTO `appapigatewayaggregate` VALUES (6, '{}', '870a2c5df9b34f8c9514aef0250fbb47', 'TEST-APP', 'abp框架配置', 1263102116090970112, 'apigateway-configuration,platform-configuration,backend-admin-configuration,messages-configuration,identity-server-configuration,', '/api/abp/application-configuration', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); +INSERT INTO `appapigatewayaggregate` VALUES (5, '{}', '2ac8c1ba3c4a4237a0bcbb32e94f39d0', 'TEST-APP', 'abp接口代理服务', 1263083077348196352, 'platform-api-definition,backend-admin-api-definition,messages-api-definition,apigateway-api-definition,identity-server-api-definition,localization-api-definition,', '/api/abp/api-definition', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); +INSERT INTO `appapigatewayaggregate` VALUES (6, '{}', '6998c8498dff43b98b691396cf134155', 'TEST-APP', 'abp框架配置', 1263102116090970112, 'apigateway-configuration,platform-configuration,backend-admin-configuration,messages-configuration,identity-server-configuration,', '/api/abp/application-configuration', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); INSERT INTO `appapigatewayaggregate` VALUES (8, '{}', 'edc962f7e0844bb09cb0fb731f358b4b', 'TEST-APP', '我的消息订阅', 1322503807309881344, 'assignables-notifilers,my-subscribes,', '/api/my-subscribes/assignables-notifilers', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); -INSERT INTO `appapigatewayaggregate` VALUES (9, '{}', 'c65227b8a0e143b2a0b6186ffde3dfc1', 'TEST-APP', '全局设置', 1329708867127799808, 'setting-global,wechat-setting-global,aliyun-setting-global,oss-management-global,', '/api/setting-management/settings/by-global', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); -INSERT INTO `appapigatewayaggregate` VALUES (10, '{}', '29fb4cbfcdfe41478b931df8c549992b', 'TEST-APP', '当前租户设置', 1329709265255329792, 'setting-current-tenant,wechat-setting-current-tenant,aliyun-setting-current-tenant,oss-management-current-tenant,', '/api/setting-management/settings/by-current-tenant', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); +INSERT INTO `appapigatewayaggregate` VALUES (9, '{}', '2265e9f270364b3f9c31afef52853203', 'TEST-APP', '全局设置', 1329708867127799808, 'setting-global,wechat-setting-global,aliyun-setting-global,oss-management-global,', '/api/setting-management/settings/by-global', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); +INSERT INTO `appapigatewayaggregate` VALUES (10, '{}', '47a65aba264d402ba2c0b1e068979611', 'TEST-APP', '当前租户设置', 1329709265255329792, 'setting-current-tenant,wechat-setting-current-tenant,aliyun-setting-current-tenant,oss-management-current-tenant,', '/api/setting-management/settings/by-current-tenant', '', 1, 'AbpApiDefinitionAggregator', NULL, ''); -- ---------------------------- -- Table structure for appapigatewayaggregateconfig -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayaggregateconfig`; CREATE TABLE `appapigatewayaggregateconfig` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ReRouteId` bigint(0) NOT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ReRouteId` bigint(20) NOT NULL, `ReRouteKey` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `Parameter` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `JsonPath` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `AggregateReRouteId` int(0) NULL DEFAULT NULL, + `AggregateReRouteId` int(11) NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE, INDEX `IX_AppApiGatewayAggregateConfig_AggregateReRouteId`(`AggregateReRouteId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayAggregateConfig_AppApiGatewayAggregate_Aggregat~` FOREIGN KEY (`AggregateReRouteId`) REFERENCES `appapigatewayaggregate` (`Id`) ON DELETE RESTRICT ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 5 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of appapigatewayaggregateconfig +-- ---------------------------- -- ---------------------------- -- Table structure for appapigatewayauthoptions -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayauthoptions`; CREATE TABLE `appapigatewayauthoptions` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ReRouteId` bigint(0) NOT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ReRouteId` bigint(20) NOT NULL, `AuthenticationProviderKey` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `AllowedScopes` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayAuthOptions_ReRouteId`(`ReRouteId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayAuthOptions_AppApiGatewayReRoute_ReRouteId` FOREIGN KEY (`ReRouteId`) REFERENCES `appapigatewayreroute` (`ReRouteId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 205 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 240 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewayauthoptions @@ -169,6 +212,14 @@ INSERT INTO `appapigatewayauthoptions` VALUES (101, 1290849478956199936, '', '') INSERT INTO `appapigatewayauthoptions` VALUES (102, 1290849628051124224, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (103, 1290849798553776128, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (105, 1291259822512693248, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (106, 1292620505149145088, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (107, 1292620665505775616, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (108, 1292620843398791168, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (109, 1292621027574874112, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (110, 1292621363161137152, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (111, 1292621494837116928, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (112, 1292621629260365824, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (113, 1292622526073864192, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (114, 1293470838745821184, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (115, 1293471661785706496, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (116, 1293472678392721408, '', ''); @@ -191,7 +242,6 @@ INSERT INTO `appapigatewayauthoptions` VALUES (132, 1316628769783480320, '', '') INSERT INTO `appapigatewayauthoptions` VALUES (133, 1316628940663619584, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (134, 1316629112428756992, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (135, 1316652047017246720, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (136, 1316913899996737536, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (137, 1319200951383199744, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (138, 1319221929807024128, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (139, 1319554431134306304, '', ''); @@ -235,49 +285,76 @@ INSERT INTO `appapigatewayauthoptions` VALUES (176, 1341652247554379776, '', '') INSERT INTO `appapigatewayauthoptions` VALUES (177, 1341652385555369984, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (178, 1342457939827552256, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (179, 1342458050112581632, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (180, 1363382062055915520, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (181, 1363382298501414912, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (182, 1368854800347848704, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (183, 1368855936576413696, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (184, 1368856295889854464, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (185, 1368856703572008960, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (186, 1368856819242524672, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (187, 1368856927887581184, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (188, 1368857128383700992, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (189, 1369560306297233408, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (190, 1369560450472239104, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (191, 1371705034307375104, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (192, 1376442078396276736, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (193, 1376442309850554368, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (194, 1376442440536678400, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (195, 1376442557943635968, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (196, 1376442689674141696, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (197, 1376442971032248320, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (198, 1376443123021242368, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (199, 1376443238851141632, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (200, 1376443392249421824, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (201, 1376443586777047040, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (202, 1376467826087682048, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (203, 1376467990894469120, '', ''); -INSERT INTO `appapigatewayauthoptions` VALUES (204, 1376468110214029312, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (180, 1363657602699718656, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (181, 1363657779665793024, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (182, 1363662350572154880, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (183, 1370283697803829248, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (184, 1370283782075785216, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (185, 1370283867966742528, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (186, 1370283988712366080, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (187, 1370284066516705280, NULL, ''); +INSERT INTO `appapigatewayauthoptions` VALUES (188, 1370284158262910976, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (189, 1370284253045792768, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (190, 1370284344397733888, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (191, 1370284429890232320, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (197, 1370914923144478720, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (198, 1371844966074970112, NULL, ''); +INSERT INTO `appapigatewayauthoptions` VALUES (199, 1371845082676621312, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (200, 1371845219528372224, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (203, 1375612899682799616, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (204, 1375613095783288832, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (205, 1375613222187028480, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (206, 1375613355029024768, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (207, 1375613462969438208, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (208, 1375613567365664768, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (209, 1375613732239560704, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (210, 1375613833662025728, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (211, 1375679597777637376, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (213, 1376863669256433664, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (214, 1376866215333179392, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (215, 1377049120932081664, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (216, 1377050475599998976, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (217, 1393020696332705792, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (218, 1393501090957946880, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (219, 1395924337284407296, '', ''); INSERT INTO `appapigatewayauthoptions` VALUES (220, 1406817452004757504, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (221, 1421397683162664960, NULL, ''); +INSERT INTO `appapigatewayauthoptions` VALUES (222, 1431443151332106240, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (223, 1431443363240927232, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (224, 1431444869667151872, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (225, 1431445043261005824, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (226, 1431445186324520960, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (227, 1431445363160571904, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (228, 1431464934529622016, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (229, 1431499449952165888, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (230, 1431803251955654656, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (231, 1431806909455851520, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (232, 1432189824874373120, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (233, 1432190028071624704, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (234, 1440680494805778432, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (235, 1440680915444137984, '', ''); +INSERT INTO `appapigatewayauthoptions` VALUES (236, 1442413171470688256, NULL, ''); +INSERT INTO `appapigatewayauthoptions` VALUES (237, 1449257280751026176, NULL, ''); +INSERT INTO `appapigatewayauthoptions` VALUES (238, 1454289352609521664, NULL, ''); +INSERT INTO `appapigatewayauthoptions` VALUES (239, 1454289896489115648, NULL, ''); + -- ---------------------------- -- Table structure for appapigatewaybalanceroptions -- ---------------------------- DROP TABLE IF EXISTS `appapigatewaybalanceroptions`; CREATE TABLE `appapigatewaybalanceroptions` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ItemId` bigint(0) NULL DEFAULT NULL, - `ReRouteId` bigint(0) NULL DEFAULT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ItemId` bigint(20) NULL DEFAULT NULL, + `ReRouteId` bigint(20) NULL DEFAULT NULL, `Type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `Key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `Expiry` int(0) NULL DEFAULT NULL, + `Expiry` int(11) NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayBalancerOptions_ItemId`(`ItemId`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayBalancerOptions_ReRouteId`(`ReRouteId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayBalancerOptions_AppApiGatewayGlobalConfiguratio~` FOREIGN KEY (`ItemId`) REFERENCES `appapigatewayglobalconfiguration` (`ItemId`) ON DELETE CASCADE ON UPDATE RESTRICT, CONSTRAINT `FK_AppApiGatewayBalancerOptions_AppApiGatewayReRoute_ReRouteId` FOREIGN KEY (`ReRouteId`) REFERENCES `appapigatewayreroute` (`ReRouteId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 208 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 250 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewaybalanceroptions @@ -354,6 +431,14 @@ INSERT INTO `appapigatewaybalanceroptions` VALUES (104, NULL, 129084947895619993 INSERT INTO `appapigatewaybalanceroptions` VALUES (105, NULL, 1290849628051124224, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (106, NULL, 1290849798553776128, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (108, NULL, 1291259822512693248, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (109, NULL, 1292620505149145088, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (110, NULL, 1292620665505775616, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (111, NULL, 1292620843398791168, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (112, NULL, 1292621027574874112, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (113, NULL, 1292621363161137152, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (114, NULL, 1292621494837116928, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (115, NULL, 1292621629260365824, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (116, NULL, 1292622526073864192, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (117, NULL, 1293470838745821184, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (118, NULL, 1293471661785706496, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (119, NULL, 1293472678392721408, '', '', 0); @@ -376,7 +461,6 @@ INSERT INTO `appapigatewaybalanceroptions` VALUES (135, NULL, 131662876978348032 INSERT INTO `appapigatewaybalanceroptions` VALUES (136, NULL, 1316628940663619584, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (137, NULL, 1316629112428756992, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (138, NULL, 1316652047017246720, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (139, NULL, 1316913899996737536, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (140, NULL, 1319200951383199744, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (141, NULL, 1319221929807024128, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (142, NULL, 1319554431134306304, '', '', 0); @@ -420,46 +504,78 @@ INSERT INTO `appapigatewaybalanceroptions` VALUES (179, NULL, 134165224755437977 INSERT INTO `appapigatewaybalanceroptions` VALUES (180, NULL, 1341652385555369984, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (181, NULL, 1342457939827552256, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (182, NULL, 1342458050112581632, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (183, NULL, 1363382062055915520, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (184, NULL, 1363382298501414912, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (185, NULL, 1368854800347848704, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (186, NULL, 1368855936576413696, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (187, NULL, 1368856295889854464, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (188, NULL, 1368856703572008960, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (189, NULL, 1368856819242524672, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (190, NULL, 1368856927887581184, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (191, NULL, 1368857128383700992, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (192, NULL, 1369560306297233408, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (193, NULL, 1369560450472239104, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (194, NULL, 1371705034307375104, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (195, NULL, 1376442078396276736, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (196, NULL, 1376442309850554368, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (197, NULL, 1376442440536678400, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (198, NULL, 1376442557943635968, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (199, NULL, 1376442689674141696, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (200, NULL, 1376442971032248320, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (201, NULL, 1376443123021242368, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (202, NULL, 1376443238851141632, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (203, NULL, 1376443392249421824, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (204, NULL, 1376443586777047040, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (205, NULL, 1376467826087682048, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (206, NULL, 1376467990894469120, '', '', 0); -INSERT INTO `appapigatewaybalanceroptions` VALUES (207, NULL, 1376468110214029312, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (183, NULL, 1363657602699718656, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (184, NULL, 1363657779665793024, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (185, NULL, 1363662350572154880, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (186, 1364484859756847104, NULL, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (187, NULL, 1370283697803829248, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (188, NULL, 1370283782075785216, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (189, NULL, 1370283867966742528, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (190, NULL, 1370283988712366080, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (191, NULL, 1370284066516705280, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (192, NULL, 1370284158262910976, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (193, NULL, 1370284253045792768, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (194, NULL, 1370284344397733888, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (195, NULL, 1370284429890232320, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (201, NULL, 1370914923144478720, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (202, 1371652231699025920, NULL, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (203, NULL, 1371844966074970112, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (204, NULL, 1371845082676621312, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (205, NULL, 1371845219528372224, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (208, NULL, 1375612899682799616, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (209, NULL, 1375613095783288832, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (210, NULL, 1375613222187028480, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (211, NULL, 1375613355029024768, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (212, NULL, 1375613462969438208, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (213, NULL, 1375613567365664768, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (214, NULL, 1375613732239560704, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (215, NULL, 1375613833662025728, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (216, NULL, 1375679597777637376, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (218, 1376862654239059968, NULL, 'LeastConnection', '', 60000); +INSERT INTO `appapigatewaybalanceroptions` VALUES (219, NULL, 1376863669256433664, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (220, NULL, 1376866215333179392, 'LeastConnection', '', 60000); +INSERT INTO `appapigatewaybalanceroptions` VALUES (221, NULL, 1377049120932081664, 'LeastConnection', '', 60000); +INSERT INTO `appapigatewaybalanceroptions` VALUES (222, NULL, 1377050475599998976, 'LeastConnection', '', 60000); +INSERT INTO `appapigatewaybalanceroptions` VALUES (223, NULL, 1393020696332705792, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (224, NULL, 1393501090957946880, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (225, 1393502847586988032, NULL, 'LeastConnection', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (226, NULL, 1395924337284407296, '', '', 0); INSERT INTO `appapigatewaybalanceroptions` VALUES (227, NULL, 1406817452004757504, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (228, 1416295790013263872, NULL, NULL, NULL, NULL); +INSERT INTO `appapigatewaybalanceroptions` VALUES (230, 1417661085990727680, NULL, 'NoLoadBalancer', NULL, NULL); +INSERT INTO `appapigatewaybalanceroptions` VALUES (231, NULL, 1421397683162664960, NULL, NULL, NULL); +INSERT INTO `appapigatewaybalanceroptions` VALUES (232, NULL, 1431443151332106240, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (233, NULL, 1431443363240927232, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (234, NULL, 1431444869667151872, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (235, NULL, 1431445043261005824, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (236, NULL, 1431445186324520960, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (237, NULL, 1431445363160571904, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (238, NULL, 1431464934529622016, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (239, NULL, 1431499449952165888, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (240, NULL, 1431803251955654656, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (241, NULL, 1431806909455851520, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (242, NULL, 1432189824874373120, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (243, NULL, 1432190028071624704, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (244, NULL, 1440680494805778432, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (245, NULL, 1440680915444137984, '', '', 0); +INSERT INTO `appapigatewaybalanceroptions` VALUES (246, NULL, 1442413171470688256, NULL, NULL, NULL); +INSERT INTO `appapigatewaybalanceroptions` VALUES (247, NULL, 1449257280751026176, NULL, NULL, NULL); +INSERT INTO `appapigatewaybalanceroptions` VALUES (248, NULL, 1454289352609521664, NULL, NULL, NULL); +INSERT INTO `appapigatewaybalanceroptions` VALUES (249, NULL, 1454289896489115648, NULL, NULL, NULL); -- ---------------------------- -- Table structure for appapigatewaycacheoptions -- ---------------------------- DROP TABLE IF EXISTS `appapigatewaycacheoptions`; CREATE TABLE `appapigatewaycacheoptions` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ReRouteId` bigint(0) NOT NULL, - `TtlSeconds` int(0) NULL DEFAULT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ReRouteId` bigint(20) NOT NULL, + `TtlSeconds` int(11) NULL DEFAULT NULL, `Region` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayCacheOptions_ReRouteId`(`ReRouteId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayCacheOptions_AppApiGatewayReRoute_ReRouteId` FOREIGN KEY (`ReRouteId`) REFERENCES `appapigatewayreroute` (`ReRouteId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 205 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 240 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewaycacheoptions @@ -535,6 +651,14 @@ INSERT INTO `appapigatewaycacheoptions` VALUES (101, 1290849478956199936, NULL, INSERT INTO `appapigatewaycacheoptions` VALUES (102, 1290849628051124224, NULL, NULL); INSERT INTO `appapigatewaycacheoptions` VALUES (103, 1290849798553776128, NULL, NULL); INSERT INTO `appapigatewaycacheoptions` VALUES (105, 1291259822512693248, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (106, 1292620505149145088, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (107, 1292620665505775616, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (108, 1292620843398791168, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (109, 1292621027574874112, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (110, 1292621363161137152, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (111, 1292621494837116928, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (112, 1292621629260365824, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (113, 1292622526073864192, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (114, 1293470838745821184, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (115, 1293471661785706496, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (116, 1293472678392721408, 0, ''); @@ -557,7 +681,6 @@ INSERT INTO `appapigatewaycacheoptions` VALUES (132, 1316628769783480320, 0, '') INSERT INTO `appapigatewaycacheoptions` VALUES (133, 1316628940663619584, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (134, 1316629112428756992, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (135, 1316652047017246720, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (136, 1316913899996737536, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (137, 1319200951383199744, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (138, 1319221929807024128, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (139, 1319554431134306304, NULL, NULL); @@ -601,67 +724,99 @@ INSERT INTO `appapigatewaycacheoptions` VALUES (176, 1341652247554379776, 0, '') INSERT INTO `appapigatewaycacheoptions` VALUES (177, 1341652385555369984, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (178, 1342457939827552256, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (179, 1342458050112581632, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (180, 1363382062055915520, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (181, 1363382298501414912, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (182, 1368854800347848704, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (183, 1368855936576413696, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (184, 1368856295889854464, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (185, 1368856703572008960, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (186, 1368856819242524672, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (187, 1368856927887581184, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (188, 1368857128383700992, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (189, 1369560306297233408, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (190, 1369560450472239104, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (191, 1371705034307375104, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (192, 1376442078396276736, NULL, NULL); -INSERT INTO `appapigatewaycacheoptions` VALUES (193, 1376442309850554368, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (194, 1376442440536678400, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (195, 1376442557943635968, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (196, 1376442689674141696, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (197, 1376442971032248320, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (198, 1376443123021242368, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (199, 1376443238851141632, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (200, 1376443392249421824, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (201, 1376443586777047040, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (202, 1376467826087682048, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (203, 1376467990894469120, 0, ''); -INSERT INTO `appapigatewaycacheoptions` VALUES (204, 1376468110214029312, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (180, 1363657602699718656, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (181, 1363657779665793024, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (182, 1363662350572154880, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (183, 1370283697803829248, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (184, 1370283782075785216, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (185, 1370283867966742528, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (186, 1370283988712366080, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (187, 1370284066516705280, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (188, 1370284158262910976, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (189, 1370284253045792768, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (190, 1370284344397733888, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (191, 1370284429890232320, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (197, 1370914923144478720, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (198, 1371844966074970112, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (199, 1371845082676621312, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (200, 1371845219528372224, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (203, 1375612899682799616, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (204, 1375613095783288832, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (205, 1375613222187028480, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (206, 1375613355029024768, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (207, 1375613462969438208, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (208, 1375613567365664768, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (209, 1375613732239560704, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (210, 1375613833662025728, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (211, 1375679597777637376, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (213, 1376863669256433664, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (214, 1376866215333179392, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (215, 1377049120932081664, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (216, 1377050475599998976, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (217, 1393020696332705792, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (218, 1393501090957946880, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (219, 1395924337284407296, 0, ''); INSERT INTO `appapigatewaycacheoptions` VALUES (220, 1406817452004757504, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (221, 1421397683162664960, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (222, 1431443151332106240, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (223, 1431443363240927232, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (224, 1431444869667151872, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (225, 1431445043261005824, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (226, 1431445186324520960, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (227, 1431445363160571904, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (228, 1431464934529622016, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (229, 1431499449952165888, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (230, 1431803251955654656, 0, ''); +INSERT INTO `appapigatewaycacheoptions` VALUES (231, 1431806909455851520, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (232, 1432189824874373120, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (233, 1432190028071624704, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (234, 1440680494805778432, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (235, 1440680915444137984, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (236, 1442413171470688256, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (237, 1449257280751026176, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (238, 1454289352609521664, NULL, NULL); +INSERT INTO `appapigatewaycacheoptions` VALUES (239, 1454289896489115648, NULL, NULL); -- ---------------------------- -- Table structure for appapigatewaydiscovery -- ---------------------------- DROP TABLE IF EXISTS `appapigatewaydiscovery`; CREATE TABLE `appapigatewaydiscovery` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ItemId` bigint(0) NOT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ItemId` bigint(20) NOT NULL, `Host` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `Port` int(0) NULL DEFAULT NULL, + `Port` int(11) NULL DEFAULT NULL, `Type` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `Token` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `ConfigurationKey` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `PollingInterval` int(0) NULL DEFAULT NULL, + `PollingInterval` int(11) NULL DEFAULT NULL, `Namespace` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `Scheme` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayDiscovery_ItemId`(`ItemId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayDiscovery_AppApiGatewayGlobalConfiguration_Item~` FOREIGN KEY (`ItemId`) REFERENCES `appapigatewayglobalconfiguration` (`ItemId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewaydiscovery -- ---------------------------- INSERT INTO `appapigatewaydiscovery` VALUES (1, 1260841964962947072, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `appapigatewaydiscovery` VALUES (2, 1364484859756847104, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `appapigatewaydiscovery` VALUES (3, 1371652231699025920, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `appapigatewaydiscovery` VALUES (4, 1376862654239059968, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `appapigatewaydiscovery` VALUES (5, 1393502847586988032, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `appapigatewaydiscovery` VALUES (6, 1416295790013263872, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO `appapigatewaydiscovery` VALUES (7, 1417661085990727680, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- ---------------------------- -- Table structure for appapigatewaydynamicreroute -- ---------------------------- DROP TABLE IF EXISTS `appapigatewaydynamicreroute`; CREATE TABLE `appapigatewaydynamicreroute` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, + `Id` int(11) NOT NULL AUTO_INCREMENT, `ExtraProperties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, - `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, - `DynamicReRouteId` bigint(0) NOT NULL, + `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `DynamicReRouteId` bigint(20) NOT NULL, `ServiceName` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `DownstreamHttpVersion` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `AppId` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, @@ -674,10 +829,10 @@ CREATE TABLE `appapigatewaydynamicreroute` ( -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayglobalconfiguration`; CREATE TABLE `appapigatewayglobalconfiguration` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, + `Id` int(11) NOT NULL AUTO_INCREMENT, `ExtraProperties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, - `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, - `ItemId` bigint(0) NOT NULL, + `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `ItemId` bigint(20) NOT NULL, `RequestIdKey` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `BaseUrl` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `DownstreamScheme` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, @@ -687,7 +842,7 @@ CREATE TABLE `appapigatewayglobalconfiguration` ( `AppId` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `AK_AppApiGatewayGlobalConfiguration_ItemId`(`ItemId`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewayglobalconfiguration @@ -699,34 +854,34 @@ INSERT INTO `appapigatewayglobalconfiguration` VALUES (1, '{}', 'f7973118f2c2425 -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayheaders`; CREATE TABLE `appapigatewayheaders` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ReRouteId` bigint(0) NOT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ReRouteId` bigint(20) NOT NULL, `Key` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `Value` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Table structure for appapigatewayhostandport -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayhostandport`; CREATE TABLE `appapigatewayhostandport` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ReRouteId` bigint(0) NOT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ReRouteId` bigint(20) NOT NULL, `Host` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, - `Port` int(0) NULL DEFAULT 0, + `Port` int(11) NULL DEFAULT 0, PRIMARY KEY (`Id`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Table structure for appapigatewayhttpoptions -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayhttpoptions`; CREATE TABLE `appapigatewayhttpoptions` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ItemId` bigint(0) NULL DEFAULT NULL, - `ReRouteId` bigint(0) NULL DEFAULT NULL, - `MaxConnectionsPerServer` int(0) NULL DEFAULT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ItemId` bigint(20) NULL DEFAULT NULL, + `ReRouteId` bigint(20) NULL DEFAULT NULL, + `MaxConnectionsPerServer` int(11) NULL DEFAULT NULL, `AllowAutoRedirect` tinyint(1) NOT NULL, `UseCookieContainer` tinyint(1) NOT NULL, `UseTracing` tinyint(1) NOT NULL, @@ -736,7 +891,7 @@ CREATE TABLE `appapigatewayhttpoptions` ( UNIQUE INDEX `IX_AppApiGatewayHttpOptions_ReRouteId`(`ReRouteId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayHttpOptions_AppApiGatewayGlobalConfiguration_It~` FOREIGN KEY (`ItemId`) REFERENCES `appapigatewayglobalconfiguration` (`ItemId`) ON DELETE CASCADE ON UPDATE RESTRICT, CONSTRAINT `FK_AppApiGatewayHttpOptions_AppApiGatewayReRoute_ReRouteId` FOREIGN KEY (`ReRouteId`) REFERENCES `appapigatewayreroute` (`ReRouteId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 208 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 250 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewayhttpoptions @@ -813,6 +968,14 @@ INSERT INTO `appapigatewayhttpoptions` VALUES (104, NULL, 1290849478956199936, 0 INSERT INTO `appapigatewayhttpoptions` VALUES (105, NULL, 1290849628051124224, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (106, NULL, 1290849798553776128, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (108, NULL, 1291259822512693248, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (109, NULL, 1292620505149145088, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (110, NULL, 1292620665505775616, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (111, NULL, 1292620843398791168, 100, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (112, NULL, 1292621027574874112, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (113, NULL, 1292621363161137152, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (114, NULL, 1292621494837116928, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (115, NULL, 1292621629260365824, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (116, NULL, 1292622526073864192, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (117, NULL, 1293470838745821184, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (118, NULL, 1293471661785706496, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (119, NULL, 1293472678392721408, 0, 0, 0, 0, 0); @@ -835,7 +998,6 @@ INSERT INTO `appapigatewayhttpoptions` VALUES (135, NULL, 1316628769783480320, 0 INSERT INTO `appapigatewayhttpoptions` VALUES (136, NULL, 1316628940663619584, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (137, NULL, 1316629112428756992, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (138, NULL, 1316652047017246720, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (139, NULL, 1316913899996737536, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (140, NULL, 1319200951383199744, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (141, NULL, 1319221929807024128, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (142, NULL, 1319554431134306304, 0, 0, 0, 0, 0); @@ -879,50 +1041,82 @@ INSERT INTO `appapigatewayhttpoptions` VALUES (179, NULL, 1341652247554379776, 0 INSERT INTO `appapigatewayhttpoptions` VALUES (180, NULL, 1341652385555369984, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (181, NULL, 1342457939827552256, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (182, NULL, 1342458050112581632, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (183, NULL, 1363382062055915520, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (184, NULL, 1363382298501414912, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (185, NULL, 1368854800347848704, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (186, NULL, 1368855936576413696, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (187, NULL, 1368856295889854464, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (188, NULL, 1368856703572008960, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (189, NULL, 1368856819242524672, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (190, NULL, 1368856927887581184, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (191, NULL, 1368857128383700992, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (192, NULL, 1369560306297233408, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (193, NULL, 1369560450472239104, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (194, NULL, 1371705034307375104, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (195, NULL, 1376442078396276736, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (196, NULL, 1376442309850554368, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (197, NULL, 1376442440536678400, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (198, NULL, 1376442557943635968, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (199, NULL, 1376442689674141696, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (200, NULL, 1376442971032248320, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (201, NULL, 1376443123021242368, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (202, NULL, 1376443238851141632, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (203, NULL, 1376443392249421824, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (204, NULL, 1376443586777047040, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (205, NULL, 1376467826087682048, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (206, NULL, 1376467990894469120, 0, 0, 0, 0, 0); -INSERT INTO `appapigatewayhttpoptions` VALUES (207, NULL, 1376468110214029312, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (183, NULL, 1363657602699718656, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (184, NULL, 1363657779665793024, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (185, NULL, 1363662350572154880, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (186, 1364484859756847104, NULL, 1000, 0, 0, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (187, NULL, 1370283697803829248, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (188, NULL, 1370283782075785216, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (189, NULL, 1370283867966742528, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (190, NULL, 1370283988712366080, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (191, NULL, 1370284066516705280, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (192, NULL, 1370284158262910976, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (193, NULL, 1370284253045792768, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (194, NULL, 1370284344397733888, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (195, NULL, 1370284429890232320, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (201, NULL, 1370914923144478720, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (202, 1371652231699025920, NULL, 1000, 0, 1, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (203, NULL, 1371844966074970112, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (204, NULL, 1371845082676621312, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (205, NULL, 1371845219528372224, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (208, NULL, 1375612899682799616, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (209, NULL, 1375613095783288832, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (210, NULL, 1375613222187028480, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (211, NULL, 1375613355029024768, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (212, NULL, 1375613462969438208, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (213, NULL, 1375613567365664768, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (214, NULL, 1375613732239560704, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (215, NULL, 1375613833662025728, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (216, NULL, 1375679597777637376, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (218, 1376862654239059968, NULL, 1000, 1, 0, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (219, NULL, 1376863669256433664, 0, 0, 0, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (220, NULL, 1376866215333179392, 1000, 0, 0, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (221, NULL, 1377049120932081664, 0, 0, 0, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (222, NULL, 1377050475599998976, 0, 0, 0, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (223, NULL, 1393020696332705792, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (224, NULL, 1393501090957946880, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (225, 1393502847586988032, NULL, 1000, 0, 1, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (226, NULL, 1395924337284407296, 0, 0, 0, 0, 0); INSERT INTO `appapigatewayhttpoptions` VALUES (227, NULL, 1406817452004757504, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (228, 1416295790013263872, NULL, NULL, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (230, 1417661085990727680, NULL, NULL, 1, 0, 0, 1); +INSERT INTO `appapigatewayhttpoptions` VALUES (231, NULL, 1421397683162664960, NULL, 0, 0, 1, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (232, NULL, 1431443151332106240, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (233, NULL, 1431443363240927232, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (234, NULL, 1431444869667151872, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (235, NULL, 1431445043261005824, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (236, NULL, 1431445186324520960, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (237, NULL, 1431445363160571904, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (238, NULL, 1431464934529622016, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (239, NULL, 1431499449952165888, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (240, NULL, 1431803251955654656, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (241, NULL, 1431806909455851520, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (242, NULL, 1432189824874373120, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (243, NULL, 1432190028071624704, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (244, NULL, 1440680494805778432, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (245, NULL, 1440680915444137984, 0, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (246, NULL, 1442413171470688256, NULL, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (247, NULL, 1449257280751026176, NULL, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (248, NULL, 1454289352609521664, NULL, 0, 0, 0, 0); +INSERT INTO `appapigatewayhttpoptions` VALUES (249, NULL, 1454289896489115648, NULL, 0, 0, 0, 0); -- ---------------------------- -- Table structure for appapigatewayqosoptions -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayqosoptions`; CREATE TABLE `appapigatewayqosoptions` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ItemId` bigint(0) NULL DEFAULT NULL, - `ReRouteId` bigint(0) NULL DEFAULT NULL, - `ExceptionsAllowedBeforeBreaking` int(0) NULL DEFAULT NULL, - `DurationOfBreak` int(0) NULL DEFAULT NULL, - `TimeoutValue` int(0) NULL DEFAULT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ItemId` bigint(20) NULL DEFAULT NULL, + `ReRouteId` bigint(20) NULL DEFAULT NULL, + `ExceptionsAllowedBeforeBreaking` int(11) NULL DEFAULT NULL, + `DurationOfBreak` int(11) NULL DEFAULT NULL, + `TimeoutValue` int(11) NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayQoSOptions_ItemId`(`ItemId`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayQoSOptions_ReRouteId`(`ReRouteId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayQoSOptions_AppApiGatewayGlobalConfiguration_Ite~` FOREIGN KEY (`ItemId`) REFERENCES `appapigatewayglobalconfiguration` (`ItemId`) ON DELETE CASCADE ON UPDATE RESTRICT, CONSTRAINT `FK_AppApiGatewayQoSOptions_AppApiGatewayReRoute_ReRouteId` FOREIGN KEY (`ReRouteId`) REFERENCES `appapigatewayreroute` (`ReRouteId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 208 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 250 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewayqosoptions @@ -999,6 +1193,14 @@ INSERT INTO `appapigatewayqosoptions` VALUES (104, NULL, 1290849478956199936, 50 INSERT INTO `appapigatewayqosoptions` VALUES (105, NULL, 1290849628051124224, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (106, NULL, 1290849798553776128, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (108, NULL, 1291259822512693248, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (109, NULL, 1292620505149145088, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (110, NULL, 1292620665505775616, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (111, NULL, 1292620843398791168, 50, 60000, 1200000); +INSERT INTO `appapigatewayqosoptions` VALUES (112, NULL, 1292621027574874112, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (113, NULL, 1292621363161137152, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (114, NULL, 1292621494837116928, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (115, NULL, 1292621629260365824, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (116, NULL, 1292622526073864192, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (117, NULL, 1293470838745821184, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (118, NULL, 1293471661785706496, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (119, NULL, 1293472678392721408, 50, 60000, 30000); @@ -1021,7 +1223,6 @@ INSERT INTO `appapigatewayqosoptions` VALUES (135, NULL, 1316628769783480320, 50 INSERT INTO `appapigatewayqosoptions` VALUES (136, NULL, 1316628940663619584, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (137, NULL, 1316629112428756992, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (138, NULL, 1316652047017246720, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (139, NULL, 1316913899996737536, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (140, NULL, 1319200951383199744, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (141, NULL, 1319221929807024128, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (142, NULL, 1319554431134306304, 50, 60000, 30000); @@ -1065,74 +1266,106 @@ INSERT INTO `appapigatewayqosoptions` VALUES (179, NULL, 1341652247554379776, 50 INSERT INTO `appapigatewayqosoptions` VALUES (180, NULL, 1341652385555369984, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (181, NULL, 1342457939827552256, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (182, NULL, 1342458050112581632, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (183, NULL, 1363382062055915520, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (184, NULL, 1363382298501414912, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (185, NULL, 1368854800347848704, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (186, NULL, 1368855936576413696, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (187, NULL, 1368856295889854464, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (188, NULL, 1368856703572008960, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (189, NULL, 1368856819242524672, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (190, NULL, 1368856927887581184, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (191, NULL, 1368857128383700992, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (192, NULL, 1369560306297233408, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (193, NULL, 1369560450472239104, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (194, NULL, 1371705034307375104, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (195, NULL, 1376442078396276736, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (196, NULL, 1376442309850554368, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (197, NULL, 1376442440536678400, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (198, NULL, 1376442557943635968, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (199, NULL, 1376442689674141696, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (200, NULL, 1376442971032248320, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (201, NULL, 1376443123021242368, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (202, NULL, 1376443238851141632, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (203, NULL, 1376443392249421824, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (204, NULL, 1376443586777047040, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (205, NULL, 1376467826087682048, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (206, NULL, 1376467990894469120, 50, 60000, 30000); -INSERT INTO `appapigatewayqosoptions` VALUES (207, NULL, 1376468110214029312, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (183, NULL, 1363657602699718656, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (184, NULL, 1363657779665793024, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (185, NULL, 1363662350572154880, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (186, 1364484859756847104, NULL, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (187, NULL, 1370283697803829248, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (188, NULL, 1370283782075785216, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (189, NULL, 1370283867966742528, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (190, NULL, 1370283988712366080, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (191, NULL, 1370284066516705280, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (192, NULL, 1370284158262910976, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (193, NULL, 1370284253045792768, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (194, NULL, 1370284344397733888, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (195, NULL, 1370284429890232320, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (201, NULL, 1370914923144478720, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (202, 1371652231699025920, NULL, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (203, NULL, 1371844966074970112, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (204, NULL, 1371845082676621312, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (205, NULL, 1371845219528372224, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (208, NULL, 1375612899682799616, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (209, NULL, 1375613095783288832, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (210, NULL, 1375613222187028480, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (211, NULL, 1375613355029024768, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (212, NULL, 1375613462969438208, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (213, NULL, 1375613567365664768, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (214, NULL, 1375613732239560704, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (215, NULL, 1375613833662025728, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (216, NULL, 1375679597777637376, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (218, 1376862654239059968, NULL, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (219, NULL, 1376863669256433664, 50, 60000, 1200000); +INSERT INTO `appapigatewayqosoptions` VALUES (220, NULL, 1376866215333179392, 50, 60000, 1200000); +INSERT INTO `appapigatewayqosoptions` VALUES (221, NULL, 1377049120932081664, 50, 60000, 1200000); +INSERT INTO `appapigatewayqosoptions` VALUES (222, NULL, 1377050475599998976, 50, 60000, 1200000); +INSERT INTO `appapigatewayqosoptions` VALUES (223, NULL, 1393020696332705792, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (224, NULL, 1393501090957946880, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (225, 1393502847586988032, NULL, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (226, NULL, 1395924337284407296, 50, 60000, 30000); INSERT INTO `appapigatewayqosoptions` VALUES (227, NULL, 1406817452004757504, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (228, 1416295790013263872, NULL, 50, 60000, 10000); +INSERT INTO `appapigatewayqosoptions` VALUES (230, 1417661085990727680, NULL, 50, 60000, 10000); +INSERT INTO `appapigatewayqosoptions` VALUES (231, NULL, 1421397683162664960, 50, 60000, 10000); +INSERT INTO `appapigatewayqosoptions` VALUES (232, NULL, 1431443151332106240, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (233, NULL, 1431443363240927232, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (234, NULL, 1431444869667151872, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (235, NULL, 1431445043261005824, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (236, NULL, 1431445186324520960, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (237, NULL, 1431445363160571904, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (238, NULL, 1431464934529622016, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (239, NULL, 1431499449952165888, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (240, NULL, 1431803251955654656, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (241, NULL, 1431806909455851520, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (242, NULL, 1432189824874373120, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (243, NULL, 1432190028071624704, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (244, NULL, 1440680494805778432, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (245, NULL, 1440680915444137984, 50, 60000, 30000); +INSERT INTO `appapigatewayqosoptions` VALUES (246, NULL, 1442413171470688256, 50, 60000, 10000); +INSERT INTO `appapigatewayqosoptions` VALUES (247, NULL, 1449257280751026176, 50, 60000, 10000); +INSERT INTO `appapigatewayqosoptions` VALUES (248, NULL, 1454289352609521664, 50, 60000, 10000); +INSERT INTO `appapigatewayqosoptions` VALUES (249, NULL, 1454289896489115648, 50, 60000, 10000); -- ---------------------------- -- Table structure for appapigatewayratelimitoptions -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayratelimitoptions`; CREATE TABLE `appapigatewayratelimitoptions` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ItemId` bigint(0) NOT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ItemId` bigint(20) NOT NULL, `ClientIdHeader` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'ClientId', `QuotaExceededMessage` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `RateLimitCounterPrefix` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT 'ocelot', `DisableRateLimitHeaders` tinyint(1) NOT NULL, - `HttpStatusCode` int(0) NULL DEFAULT 429, + `HttpStatusCode` int(11) NULL DEFAULT 429, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayRateLimitOptions_ItemId`(`ItemId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayRateLimitOptions_AppApiGatewayGlobalConfigurati~` FOREIGN KEY (`ItemId`) REFERENCES `appapigatewayglobalconfiguration` (`ItemId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 8 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewayratelimitoptions -- ---------------------------- -INSERT INTO `appapigatewayratelimitoptions` VALUES (1, 1260841964962947072, 'ClientId', '您的操作过快,请稍后再试!', 'ocelot', 1, 429); +INSERT INTO `appapigatewayratelimitoptions` VALUES (1, 1260841964962947072, 'ClientId', '{\n \"error\": {\n \"code\": \"429\",\n \"message\": \"您的操作过快,请稍后再试!\",\n \"details\": \"您的操作过快,请稍后再试!\",\n \"data\": {},\n \"validationErrors\": []\n }\n}', 'ocelot', 1, 429); -- ---------------------------- -- Table structure for appapigatewayratelimitrule -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayratelimitrule`; CREATE TABLE `appapigatewayratelimitrule` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ReRouteId` bigint(0) NULL DEFAULT NULL, - `DynamicReRouteId` bigint(0) NULL DEFAULT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ReRouteId` bigint(20) NULL DEFAULT NULL, + `DynamicReRouteId` bigint(20) NULL DEFAULT NULL, `ClientWhitelist` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `EnableRateLimiting` tinyint(1) NOT NULL, `Period` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `PeriodTimespan` double NULL DEFAULT NULL, - `Limit` bigint(0) NULL DEFAULT NULL, + `Limit` bigint(20) NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayRateLimitRule_DynamicReRouteId`(`DynamicReRouteId`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayRateLimitRule_ReRouteId`(`ReRouteId`) USING BTREE, CONSTRAINT `FK_AppApiGatewayRateLimitRule_AppApiGatewayDynamicReRoute_Dynam~` FOREIGN KEY (`DynamicReRouteId`) REFERENCES `appapigatewaydynamicreroute` (`DynamicReRouteId`) ON DELETE CASCADE ON UPDATE RESTRICT, CONSTRAINT `FK_AppApiGatewayRateLimitRule_AppApiGatewayReRoute_ReRouteId` FOREIGN KEY (`ReRouteId`) REFERENCES `appapigatewayreroute` (`ReRouteId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 205 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 240 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewayratelimitrule @@ -1208,6 +1441,14 @@ INSERT INTO `appapigatewayratelimitrule` VALUES (101, 1290849478956199936, NULL, INSERT INTO `appapigatewayratelimitrule` VALUES (102, 1290849628051124224, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (103, 1290849798553776128, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (105, 1291259822512693248, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (106, 1292620505149145088, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (107, 1292620665505775616, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (108, 1292620843398791168, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (109, 1292621027574874112, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (110, 1292621363161137152, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (111, 1292621494837116928, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (112, 1292621629260365824, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (113, 1292622526073864192, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (114, 1293470838745821184, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (115, 1293471661785706496, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (116, 1293472678392721408, NULL, '', 0, NULL, NULL, NULL); @@ -1230,7 +1471,6 @@ INSERT INTO `appapigatewayratelimitrule` VALUES (132, 1316628769783480320, NULL, INSERT INTO `appapigatewayratelimitrule` VALUES (133, 1316628940663619584, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (134, 1316629112428756992, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (135, 1316652047017246720, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (136, 1316913899996737536, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (137, 1319200951383199744, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (138, 1319221929807024128, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (139, 1319554431134306304, NULL, '', 0, NULL, NULL, NULL); @@ -1274,42 +1514,68 @@ INSERT INTO `appapigatewayratelimitrule` VALUES (176, 1341652247554379776, NULL, INSERT INTO `appapigatewayratelimitrule` VALUES (177, 1341652385555369984, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (178, 1342457939827552256, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (179, 1342458050112581632, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (180, 1363382062055915520, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (181, 1363382298501414912, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (182, 1368854800347848704, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (183, 1368855936576413696, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (184, 1368856295889854464, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (185, 1368856703572008960, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (186, 1368856819242524672, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (187, 1368856927887581184, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (188, 1368857128383700992, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (189, 1369560306297233408, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (190, 1369560450472239104, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (191, 1371705034307375104, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (192, 1376442078396276736, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (193, 1376442309850554368, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (194, 1376442440536678400, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (195, 1376442557943635968, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (196, 1376442689674141696, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (197, 1376442971032248320, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (198, 1376443123021242368, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (199, 1376443238851141632, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (200, 1376443392249421824, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (201, 1376443586777047040, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (202, 1376467826087682048, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (203, 1376467990894469120, NULL, '', 0, NULL, NULL, NULL); -INSERT INTO `appapigatewayratelimitrule` VALUES (204, 1376468110214029312, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (180, 1363657602699718656, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (181, 1363657779665793024, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (182, 1363662350572154880, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (183, 1370283697803829248, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (184, 1370283782075785216, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (185, 1370283867966742528, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (186, 1370283988712366080, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (187, 1370284066516705280, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (188, 1370284158262910976, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (189, 1370284253045792768, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (190, 1370284344397733888, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (191, 1370284429890232320, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (197, 1370914923144478720, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (198, 1371844966074970112, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (199, 1371845082676621312, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (200, 1371845219528372224, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (203, 1375612899682799616, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (204, 1375613095783288832, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (205, 1375613222187028480, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (206, 1375613355029024768, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (207, 1375613462969438208, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (208, 1375613567365664768, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (209, 1375613732239560704, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (210, 1375613833662025728, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (211, 1375679597777637376, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (213, 1376863669256433664, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (214, 1376866215333179392, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (215, 1377049120932081664, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (216, 1377050475599998976, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (217, 1393020696332705792, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (218, 1393501090957946880, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (219, 1395924337284407296, NULL, '', 0, NULL, NULL, NULL); INSERT INTO `appapigatewayratelimitrule` VALUES (220, 1406817452004757504, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (221, 1421397683162664960, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (222, 1431443151332106240, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (223, 1431443363240927232, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (224, 1431444869667151872, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (225, 1431445043261005824, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (226, 1431445186324520960, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (227, 1431445363160571904, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (228, 1431464934529622016, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (229, 1431499449952165888, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (230, 1431803251955654656, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (231, 1431806909455851520, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (232, 1432189824874373120, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (233, 1432190028071624704, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (234, 1440680494805778432, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (235, 1440680915444137984, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (236, 1442413171470688256, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (237, 1449257280751026176, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (238, 1454289352609521664, NULL, '', 0, NULL, NULL, NULL); +INSERT INTO `appapigatewayratelimitrule` VALUES (239, 1454289896489115648, NULL, '', 0, NULL, NULL, NULL); -- ---------------------------- -- Table structure for appapigatewayreroute -- ---------------------------- DROP TABLE IF EXISTS `appapigatewayreroute`; CREATE TABLE `appapigatewayreroute` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, + `Id` int(11) NOT NULL AUTO_INCREMENT, `ExtraProperties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, - `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, - `ReRouteId` bigint(0) NOT NULL, + `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `ReRouteId` bigint(20) NOT NULL, `ReRouteName` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `DownstreamPathTemplate` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `ChangeDownstreamPathTemplate` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, @@ -1331,15 +1597,15 @@ CREATE TABLE `appapigatewayreroute` ( `DelegatingHandlers` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `UpstreamHost` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `Key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, - `Priority` int(0) NULL DEFAULT NULL, - `Timeout` int(0) NULL DEFAULT NULL, + `Priority` int(11) NULL DEFAULT NULL, + `Timeout` int(11) NULL DEFAULT NULL, `DangerousAcceptAnyServerCertificateValidator` tinyint(1) NOT NULL, `DownstreamHttpVersion` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `AppId` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `AK_AppApiGatewayReRoute_ReRouteId`(`ReRouteId`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewayReRoute_AppId_DownstreamPathTemplate_UpstreamPa~`(`AppId`, `DownstreamPathTemplate`, `UpstreamPathTemplate`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 212 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 503 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewayreroute @@ -1394,8 +1660,8 @@ INSERT INTO `appapigatewayreroute` VALUES (60, '{}', '8409117162504f71aa66982f05 INSERT INTO `appapigatewayreroute` VALUES (61, '{}', '9f520820071b4e14bc94ab57989cea1f', 1263304204797648896, '【平台服务】- 框架配置', '/api/abp/application-configuration', '', '', '/api/abp/platform/application-configuration', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', 'platform-configuration', 0, 120000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (62, '{}', '530ab314560f41678b40f48da9383d51', 1263304872891555840, '【后台管理】- 租户管理', '/api/tenant-management/tenants', '', '', '/api/tenant-management/tenants', 'GET,POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (63, '{}', '21334c6da4c349cc883c38c13de0e754', 1263305106250047488, '【后台管理】- 特定租户管理', '/api/tenant-management/tenants/{id}', '', '', '/api/tenant-management/tenants/{id}', 'GET,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (64, '{}', 'cc8fdf1b2d0b414ebf2dc51a6dc78305', 1263305244594970624, '【后台管理】- 租户连接字符串', '/api/tenant-management/tenants/{id}/connection-string', '', '', '/api/tenant-management/tenants/{id}/connection-string', 'GET,PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 2, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (65, '{}', 'aaf285ed10da4024ba561d5cf8c6322b', 1263305430536855552, '【后台管理】- 特定租户连接字符串', '/api/tenant-management/tenants/{id}/connection-string/{name}', '', '', '/api/tenant-management/tenants/{id}/connection-string/{name}', 'GET,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 1, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (64, '{}', 'cc8fdf1b2d0b414ebf2dc51a6dc78305', 1263305244594970624, '【后台管理】- 租户连接字符串', '/api/tenant-management/tenants/{id}/connection-string', '', '', '/api/tenant-management/tenants/{id}/concatenation', 'GET,PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 2, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (65, '{}', 'aaf285ed10da4024ba561d5cf8c6322b', 1263305430536855552, '【后台管理】- 特定租户连接字符串', '/api/tenant-management/tenants/{id}/connection-string/{name}', '', '', '/api/tenant-management/tenants/{id}/concatenation/{name}', 'GET,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 1, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (66, '{}', '6a7da198f4c84d94969a437adc47642b', 1263639172959174656, '【后台管理】- 全局设置', '/api/setting-management/settings/by-global', '', '', '/api/setting-management/settings/by-global/app', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', 'setting-global', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (67, '{}', '755b4dce5c34444785fa3b647fef4131', 1264799968944640000, '【身份认证服务】- 验证手机号', '/api/account/phone/verify', '', '', '/api/account/phone/verify', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (68, '{}', '535191c570ae453ab320012304d7a62c', 1264800070161584128, '【身份认证服务】- 手机号注册', '/api/account/phone/register', '', '', '/api/account/phone/register', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); @@ -1415,6 +1681,14 @@ INSERT INTO `appapigatewayreroute` VALUES (108, '{}', '9362040d10a94fb991f60bc39 INSERT INTO `appapigatewayreroute` VALUES (109, '{}', 'a7df3a04805d4cc8a6e6b3823c6dd468', 1290849628051124224, '【后台管理】- 用户设置', '/api/setting-management/settings/by-user/{userId}', '', '', '/api/setting-management/settings/by-user/{userId}', 'GET,PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (110, '{}', 'ef6e38a529a345fab67f6a627cf20635', 1290849798553776128, '【后台管理】- 当前用户设置', '/api/setting-management/settings/by-current-user', '', '', '/api/setting-management/settings/by-current-user', 'GET,PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (112, '{}', '9844fed6507844f2ac64bd08649bd3a6', 1291259822512693248, '【身份认证服务】- 查询组织机构根节点', '/api/identity/organization-units/root-node', '', '', '/api/identity/organization-units/root-node', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (113, '{}', '24d8794cf8f943b4ac45d2bcccf7c128', 1292620505149145088, '【平台服务】- 文件系统', '/api/file-management/file-system', '', '', '/api/file-management/file-system', 'GET,PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (114, '{}', '0acf6762d3af43efb655107e0039f5fc', 1292620665505775616, '【平台服务】- 文件系统 - 目录管理', '/api/file-management/file-system/folders', '', '', '/api/file-management/file-system/folders', 'POST,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (115, '{}', '8b4363f70865419089b5f62ba35382df', 1292620843398791168, '【平台服务】- 文件系统 - 文件管理', '/api/file-management/file-system/files', '', '', '/api/file-management/file-system/files', 'GET,POST,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 1200000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (116, '{}', '7eb315567bbc470bbbfd26923c5d0aba', 1292621027574874112, '【平台服务】- 文件系统 - 复制目录', '/api/file-management/file-system/folders/copy', '', '', '/api/file-management/file-system/folders/copy', 'PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (117, '{}', 'af5853680cff454fa66ff6022f18da23', 1292621363161137152, '【平台服务】- 文件系统 - 移动目录', '/api/file-management/file-system/folders/move', '', '', '/api/file-management/file-system/folders/move', 'PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (118, '{}', '6daa6d8c8adb466899988fd8181c29a8', 1292621494837116928, '【平台服务】- 文件系统 - 复制文件', '/api/file-management/file-system/files/copy', '', '', '/api/file-management/file-system/files/copy', 'PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (119, '{}', '9560caaa3bd9424984c44724aa54bfe9', 1292621629260365824, '【平台服务】- 文件系统 - 移动文件', '/api/file-management/file-system/files/move', '', '', '/api/file-management/file-system/files/move', 'PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (120, '{}', 'fc2aaa6035484201b9014912930fb7cb', 1292622526073864192, '【平台服务】- 文件系统 - 详情页', '/api/file-management/file-system/profile', '', '', '/api/file-management/file-system/profile', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (121, '{}', 'c6c7b027000942dda8ba0d2e2d8cf705', 1293470838745821184, '【后台管理】- 框架配置', '/api/abp/application-configuration', '', '', '/api/abp/backend-admin/application-configuration', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', 'backend-admin-configuration', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (122, '{}', 'becd4342079d4399abda5b5ba3b46fdc', 1293471661785706496, '【消息服务】- 框架配置', '/api/abp/application-configuration', '', '', '/api/abp/messages/application-configuration', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30020,', '', '', 'messages-configuration', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (123, '{}', 'c828140cee3043c18ffc274f6461f0f2', 1293472678392721408, '【后台管理】- 接口代理', '/api/abp/api-definition', '', '', '/api/abp/backend-admin/api-definition', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', 'backend-admin-api-definition', 0, 30000, 1, '', 'TEST-APP'); @@ -1437,7 +1711,6 @@ INSERT INTO `appapigatewayreroute` VALUES (139, '{}', '0379fcb3a9cd4b13b562b3b5b INSERT INTO `appapigatewayreroute` VALUES (140, '{}', 'de25c9a80d994f728b37eb483b2f5127', 1316628940663619584, '【身份认证服务】- 管理声明类型', '/api/identity/claim-types/{id}', '', '', '/api/identity/claim-types/{id}', 'GET,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (141, '{}', '25c19106baff4cf3a877ae8cd690a1b5', 1316629112428756992, '【身份认证服务】- 查询在用的声明类型列表', '/api/identity/claim-types/actived-list', '', '', '/api/identity/claim-types/actived-list', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (142, '{}', '7d3b941d8c4d4d3ebc05b6332308b992', 1316652047017246720, '【身份认证服务】- 管理用户声明', '/api/identity/users/{id}/claims', '', '', '/api/identity/users/{id}/claims', 'POST,PUT,DELETE,GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (143, '{}', 'b86af44a34a14db4b482df8550f1bde1', 1316913899996737536, '【身份认证管理】- 管理角色声明', '/api/identity/roles/claims/{id}', '', '', '/api/identity/roles/claims/{id}', 'GET,POST,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (144, '{}', '51a14bc295044de985ae014fbcc5bddf', 1319200951383199744, '【IdentityServer4】- 发现端点', '/.well-known/openid-configuration', '', '', '/.well-known/openid-configuration', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:44385,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (145, '{}', '9d859a444d774e93818237e53b6cc102', 1319221929807024128, '【身份认证服务】- 查询所有组织机构', '/api/identity/organization-units/all', '', '', '/api/identity/organization-units/all', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (146, '{}', '89f42175b24540caba2a1fded145acf8', 1319554431134306304, '【身份认证服务】- 管理组织机构用户', '/api/identity/organization-units/{id}/users', '', '', '/api/identity/organization-units/{id}/users', 'POST,GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); @@ -1481,32 +1754,41 @@ INSERT INTO `appapigatewayreroute` VALUES (183, '{}', '26a1ef4016704dab8c254f90b INSERT INTO `appapigatewayreroute` VALUES (184, '{}', '3bfc1fef7f5446638f91c9b6e2fb12db', 1341652385555369984, '【身份认证服务】- 管理Api范围', '/api/identity-server/api-scopes/{id}', '', '', '/api/identity-server/api-scopes/{id}', 'GET,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (185, '{}', '3288c25dd61e491db95313ca72016918', 1342457939827552256, '【身份认证服务】- 持久授权', '/api/identity-server/persisted-grants', '', '', '/api/identity-server/persisted-grants', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (186, '{}', '23f94678093148f58ba842096c3a0e39', 1342458050112581632, '【身份认证服务】- 管理持久授权', '/api/identity-server/persisted-grants/{id}', '', '', '/api/identity-server/persisted-grants/{id}', 'GET,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (187, '{}', '1f61a3e35b374277ae2c13c671bc5d30', 1363382062055915520, '【阿里云】- 阿里云公共配置', '/api/setting-management/aliyun/by-global', '', '', '/api/setting-management/aliyun/by-global', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', 'aliyun-setting-global', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (188, '{}', '46001a60f3d54b85a8417f6af24066e5', 1363382298501414912, '【阿里云】- 阿里云租户配置', '/api/setting-management/aliyun/by-current-tenant', '', '', '/api/setting-management/aliyun/by-current-tenant', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', 'aliyun-setting-current-tenant', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (189, '{}', '0d21bec8bcc044bf9000227663039ef4', 1368854800347848704, '【Oss对象存储】- 管理容器(Bucket)', '/api/oss-management/containes/{name}', '', '', '/api/oss-management/containes/{name}', 'POST,GET,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (190, '{}', 'ca33dc2834e4439d9ca7827fb31c70f8', 1368855936576413696, '【Oss对象存储】- 获取容器列表', '/api/oss-management/containes', '', '', '/api/oss-management/containes', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (191, '{}', 'e00fb37d9757471fbd1e64dca92e5d7d', 1368856295889854464, '【Oss对象存储】- 获取对象列表', '/api/oss-management/containes/objects', '', '', '/api/oss-management/containes/objects', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (192, '{}', 'cef75a4f7eac43789a3e246229fd5a1b', 1368856703572008960, '【Oss对象存储】- 管理Oss对象', '/api/oss-management/objects', '', '', '/api/oss-management/objects', 'GET,POST,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (193, '{}', 'ee0d5e6de17c481ca2c0ee5c156b1973', 1368856819242524672, '【Oss对象存储】- 上传Oss对象', '/api/oss-management/objects/upload', '', '', '/api/oss-management/objects/upload', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (194, '{}', '6c1a0f98129d418cba55a52dbdd88937', 1368856927887581184, '【Oss对象存储】- 批量删除Oss对象', '/api/oss-management/objects/bulk-delete', '', '', '/api/oss-management/objects/bulk-delete', 'DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (195, '{}', 'de285bf4b6114032a45d5611ea8e3101', 1368857128383700992, '【Oss对象存储】- 静态文件管理', '/api/files/static/{everything}', '', '', '/api/api/files/static/{everything}', 'POST,GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (196, '{}', '6287c30d31c147faae917cb6e52636ec', 1369560306297233408, '【Oss对象存储】- 获取公共配置', '/api/setting-management/oss-management/by-global', '', '', '/api/setting-management/oss-management/by-global', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', 'oss-management-global', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (197, '{}', '1012bb902aba47ada9a374fc73ed2632', 1369560450472239104, '【Oss对象存储】- 获取租户配置', '/api/setting-management/oss-management/by-current-tenant', '', '', '/api/setting-management/oss-management/by-current-tenant', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', 'oss-management-current-tenant', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (198, '{}', '3ff4788f62744b27bc30f7247fb76b08', 1371705034307375104, '【Oss对象存储】- 静态文件', '/api/files/static/{everything}', '', '', '/api/files/static/{everything}', 'GET,POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (199, '{}', '2203b1db040942a3bbe1ed86b57a8501', 1376442078396276736, '【本地化管理】- 接口代理', '/api/abp/api-definition', '', '', '/api/abp/localization/api-definition', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', 'localization-api-definition', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (200, '{}', '67206f8a85d94666a0c707697e706742', 1376442309850554368, '【本地化管理】- 资源管理', '/api/localization/resources', '', '', '/api/localization/resources', 'POST,GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (201, '{}', '055929710e414c5e97fc9168a1c25182', 1376442440536678400, '【本地化管理】- 管理单个资源', '/api/localization/resources/{id}', '', '', '/api/localization/resources/{id}', 'GET,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (202, '{}', 'c314a94d515045a4a27763aa5d3631de', 1376442557943635968, '【本地化管理】- 获取所有资源', '/api/localization/resources/all', '', '', '/api/localization/resources/all', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (203, '{}', '67fb0a90132c4a02b7ff44f82bf9fd13', 1376442689674141696, '【本地化管理】- 语言管理', '/api/localization/languages', '', '', '/api/localization/languages', 'GET,POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (204, '{}', 'c6fab01d2b37434886f07bb601c36599', 1376442971032248320, '【本地化管理】- 管理单个语言', '/api/localization/languages/{id}', '', '', '/api/localization/languages/{id}', 'GET,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (205, '{}', '074c20491b294a068fbb1df7874d0d4d', 1376443123021242368, '【本地化管理】- 获取所有语言', '/api/localization/languages/all', '', '', '/api/localization/languages/all', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (206, '{}', '75e48367d8f14ef99541abdb86d30b96', 1376443238851141632, '【本地化管理】- 文档管理', '/api/localization/texts', '', '', '/api/localization/texts', 'GET,POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (207, '{}', '5f8d7d88a97f4ff7b3bdb6fb105d527e', 1376443392249421824, '【本地化管理】- 管理单个文档', '/api/localization/texts/{id}', '', '', '/api/localization/texts/{id}', 'GET,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (208, '{}', '35f470892bf04571ab49efadb2cb1eb5', 1376443586777047040, '【本地化管理】- 通过文化名称查询文档', '/api/localization/texts/by-culture-key', '', '', '/api/localization/texts/by-culture-key', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (209, '{}', '72073c75c2fa4e1db162c7a74004558f', 1376467826087682048, '【身份认证服务】- 发送登录验证码', '/api/account/phone/send-signin-code', '', '', '/api/account/phone/send-signin-code', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (210, '{}', 'e8e2f943dd56456f8f5dd957dd30e8b9', 1376467990894469120, '【身份认证服务】- 发送重置密码短信', '/api/account/phone/send-password-reset-code', '', '', '/api/account/phone/send-password-reset-code', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); -INSERT INTO `appapigatewayreroute` VALUES (211, '{}', '89fd6b8a830d457f9d1d43263c7074b4', 1376468110214029312, '【身份认证服务】- 发送注册短信', '/api/account/phone/send-register-code', '', '', '/api/account/phone/send-register-code', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (187, '{}', '3123cac8174142e5b024b30898dc3e6b', 1363657602699718656, '【阿里云】- 阿里云公共配置', '/api/setting-management/aliyun/by-global', '', '', '/api/setting-management/aliyun/by-global', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', 'aliyun-setting-global', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (188, '{}', 'c112dd1b259a44e58a992480eb237526', 1363657779665793024, '【阿里云】- 阿里云租户配置', '/api/setting-management/aliyun/by-current-tenant', '', '', '/api/setting-management/aliyun/by-current-tenant', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', 'aliyun-setting-current-tenant', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (189, '{}', '9b27e192f9094d2c8e32e9a0fa9fb589', 1363662350572154880, '【身份认证服务】- 发送重置密码短信', '/api/account/phone/send-password-reset-code', '', '', '/api/account/phone/send-password-reset-code', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (190, '{}', 'a118a783851e4dbbbbaa4e1cfd2b4079', 1370283697803829248, '【Oss对象存储】- 管理容器(Bucket)', '/api/oss-management/containes/{name}', '', '', '/api/oss-management/containes/{name}', 'POST,GET,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (191, '{}', '02c0d3e9ae6f4f3a91cb2b09954b8df1', 1370283782075785216, '【Oss对象存储】- 获取容器列表', '/api/oss-management/containes', '', '', '/api/oss-management/containes', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (192, '{}', 'b9eca50649a742129cff9767484b45bd', 1370283867966742528, '【Oss对象存储】- 获取对象列表', '/api/oss-management/containes/objects', '', '', '/api/oss-management/containes/objects', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (193, '{}', 'ac2c34befa0e4838b32b73b2b1f31cb6', 1370283988712366080, '【Oss对象存储】- 管理Oss对象', '/api/oss-management/objects', '', '', '/api/oss-management/objects', 'GET,POST,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (194, '{}', '84d3ebd88d8842acb134524d0d1a3f72', 1370284066516705280, '【Oss对象存储】- 上传Oss对象', '/api/oss-management/objects/upload', '', '', '/api/oss-management/objects/upload', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', NULL, '', 0, 3000000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (195, '{}', '69baeb0faf3d4fd29e1a4010fb9d7be5', 1370284158262910976, '【Oss对象存储】- 批量删除Oss对象', '/api/oss-management/objects/bulk-delete', '', '', '/api/oss-management/objects/bulk-delete', 'DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (196, '{}', '12a080797fe846f19fb47b0e2718617f', 1370284253045792768, '【Oss对象存储】- 静态文件管理', '/api/files/static/{everything}', '', '', '/api/api/files/static/{everything}', 'POST,GET,OPTIONS,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (197, '{}', 'cd88951cb09e4e3ca7defa469b8aa399', 1370284344397733888, '【Oss对象存储】- 获取公共配置', '/api/setting-management/oss-management/by-global', '', '', '/api/setting-management/oss-management/by-global', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', 'oss-management-global', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (198, '{}', 'd991900c932d4793b7ae0cd6fee264a6', 1370284429890232320, '【Oss对象存储】- 获取租户配置', '/api/setting-management/oss-management/by-current-tenant', '', '', '/api/setting-management/oss-management/by-current-tenant', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', 'oss-management-current-tenant', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (204, '{}', '2caffdb6c441469db8ad820115b5638b', 1370914923144478720, '【Oss对象存储】- 外部访问静态文件', '/api/files/static/{everything}', '', '', '/api/files/static/{everything}', 'GET,POST,OPTIONS,DELETE,PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 1200000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (205, '{}', '71e8dad2c3674b37bc6d52d19378d1d2', 1371844966074970112, '【位置服务】- 逆地址解析', '/api/location/re-gercode', '', '', '/api/location/re-gercode', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:40011,', '', NULL, '', 1, 30000, 1, '', 'w-shop'); +INSERT INTO `appapigatewayreroute` VALUES (206, '{}', '0f4561aaad3840cb912a5b9ba70064fb', 1371845082676621312, '【位置服务】- 地理位置解析', '/api/location/gercode', '', '', '/api/location/gercode', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:40011,', '', '', '', 0, 30000, 1, '', 'w-shop'); +INSERT INTO `appapigatewayreroute` VALUES (207, '{}', '76092a930ab345f0899f5258e3580e4a', 1371845219528372224, '【位置服务】- 逆地址解析-通过IP地址', '/api/location/ip-gercode', '', '', '/api/location/ip-gercode', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:40011,', '', '', '', 0, 30000, 1, '', 'w-shop'); +INSERT INTO `appapigatewayreroute` VALUES (211, '{}', '9c4188bbc68f455a8d21899f3d257aa8', 1375612899682799616, '【本地化管理】- 本地化语言', '/api/localization/languages', '', '', '/api/localization/languages', 'GET,POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (212, '{}', '84a18bc0531a4f7d8c5c6868b2732395', 1375613095783288832, '【本地化管理】- 语言管理', '/api/localization/languages/{id}', '', '', '/api/localization/languages/{id}', 'GET,DELETE,PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (213, '{}', '941a9d7c8c1c49a2afa7c24d33d170df', 1375613222187028480, '【本地化管理】- 获取所有语言', '/api/localization/languages/all', '', '', '/api/localization/languages/all', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (214, '{}', '616a39bec0b94d90911a1a95bf66d327', 1375613355029024768, '【本地化管理】- 资源管理', '/api/localization/resources', '', '', '/api/localization/resources', 'GET,POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (215, '{}', '07d74f02e2ff4efd88e11744eb76c5d2', 1375613462969438208, '【本地化管理】- 管理单个资源', '/api/localization/resources/{id}', '', '', '/api/localization/resources/{id}', 'GET,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (216, '{}', '1f8fbd2d416744f6b76cb4ac223e3e5a', 1375613567365664768, '【本地化管理】- 获取所有资源', '/api/localization/resources/all', '', '', '/api/localization/resources/all', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (217, '{}', 'ad15a2e9e2e24a019dc3b892ea674934', 1375613732239560704, '【本地化管理】- 文本管理', '/api/localization/texts', '', '', '/api/localization/texts', 'GET,POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (218, '{}', '2582e861680a42d78ec2cc7f853bf303', 1375613833662025728, '【本地化管理】- 管理单个文本', '/api/localization/texts/{id}', '', '', '/api/localization/texts/{id}', 'GET,PUT,DELETE,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (219, '{}', '701ddf9f15844e968f0a980018d5e687', 1375679597777637376, '【本地化管理】- 接口代理', '/api/abp/api-definition', '', '', '/api/abp/localization/api-definition', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30030,', '', '', 'localization-api-definition', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (225, '{}', '13249916a52a4568b55b6c3fa813b374', 1393020696332705792, '【后台管理】- 路由代理测试', '/api/connect', '', '', '/api/connect', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (482, '{}', '295034c498744783ba0ecf3b80546ca5', 1395924337284407296, '【后台管理】- 通过名称查询租户', '/api/tenant-management/tenants/name/{name}', '', '', '/api/tenant-management/tenants/name/{name}', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30010,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); INSERT INTO `appapigatewayreroute` VALUES (483, '{}', 'be25633a37d14ab4b94803698c528e4c', 1406817452004757504, '【平台服务】- 参照名称查询字典', '/api/platform/datas/by-name/{name}', '', '', '/api/platform/datas/by-name/{name}', 'GET,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30025,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (484, '{}', 'a95d0fe8a6eb4b5484ebd47878f7092f', 1421397683162664960, '【身份认证服务】- 管理角色声明', '/api​/identity​/roles​/{id}​/claims', '', NULL, '/api​/identity​/roles​/{id}​/claims', 'GET,POST,PUT,DELETE,', '', '', '', '', '', '', NULL, 1, NULL, NULL, 'HTTP', '127.0.0.1:30015,', '', NULL, NULL, 0, 10000, 1, NULL, 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (493, '{}', '7f1af94bf83343fd91bf9e8eaa0e2fc5', 1431803251955654656, '【身份认证服务】- 换取token', '/connect/token', '', '', '/connect/token', 'POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:44385,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (494, '{}', 'dd09d208eca64c91b804377f45c85974', 1431806909455851520, '【身份认证服务】- 用户信息', '/connect/userinfo', '', '', '/connect/userinfo', 'GET,POST,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:44385,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (495, '{}', 'f0660047374f43b3bcdf3555799488c6', 1432189824874373120, '【身份认证服务】- 发送变更手机号短信', '/api/identity/my-profile/send-phone-number-change-code', '', '', '/api/identity/my-profile/send-phone-number-change-code', 'PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (496, '{}', 'da9dbe339b3e453abf79df15fe774bda', 1432190028071624704, '【身份认证服务】- 变更手机号', '/api/identity/my-profile/change-phone-number', '', '', '/api/identity/my-profile/change-phone-number', 'PUT,', '', '', '', '', '', '', '', 1, '', '', 'HTTP', '127.0.0.1:30015,', '', '', '', 0, 30000, 1, '', 'TEST-APP'); +IINSERT INTO `appapigatewayreroute` VALUES (501, '{}', '4019724446ad4a609916b6fb4eb2b489', 1454289352609521664, '【后台管理】- 系统日志列表', '/api/auditing/logging', '', NULL, '/api/auditing/logging', 'GET,', '', '', '', '', '', '', NULL, 1, NULL, NULL, 'HTTP', '127.0.0.1:30010,', '', NULL, NULL, 0, 10000, 1, NULL, 'TEST-APP'); +INSERT INTO `appapigatewayreroute` VALUES (502, '{}', '03fd15647a4b41f3bd650fdbaa069cc0', 1454289896489115648, '【后台管理】- 系统日志', '/api/auditing/logging/{everything}', '', NULL, '/api/auditing/logging/{everything}', 'GET,DELETE,', '', '', '', '', '', '', NULL, 1, NULL, NULL, 'HTTP', '127.0.0.1:30010,', '', NULL, NULL, 0, 10000, 1, NULL, 'TEST-APP'); -- ---------------------------- -- Table structure for appapigatewayroutegroup @@ -1515,7 +1797,7 @@ DROP TABLE IF EXISTS `appapigatewayroutegroup`; CREATE TABLE `appapigatewayroutegroup` ( `Id` char(36) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL, `ExtraProperties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, - `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `ConcurrencyStamp` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `CreationTime` datetime(6) NOT NULL, `CreatorId` char(36) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL, `LastModificationTime` datetime(6) NULL DEFAULT NULL, @@ -1543,14 +1825,14 @@ INSERT INTO `appapigatewayroutegroup` VALUES ('08d7f735-a83b-49ab-8cee-5d602502b -- ---------------------------- DROP TABLE IF EXISTS `appapigatewaysecurityoptions`; CREATE TABLE `appapigatewaysecurityoptions` ( - `Id` int(0) NOT NULL AUTO_INCREMENT, - `ReRouteId` bigint(0) NOT NULL, + `Id` int(11) NOT NULL AUTO_INCREMENT, + `ReRouteId` bigint(20) NOT NULL, `IPAllowedList` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, `IPBlockedList` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, PRIMARY KEY (`Id`) USING BTREE, UNIQUE INDEX `IX_AppApiGatewaySecurityOptions_ReRouteId`(`ReRouteId`) USING BTREE, CONSTRAINT `FK_AppApiGatewaySecurityOptions_AppApiGatewayReRoute_ReRouteId` FOREIGN KEY (`ReRouteId`) REFERENCES `appapigatewayreroute` (`ReRouteId`) ON DELETE CASCADE ON UPDATE RESTRICT -) ENGINE = InnoDB AUTO_INCREMENT = 205 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 240 CHARACTER SET = latin1 COLLATE = latin1_swedish_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of appapigatewaysecurityoptions @@ -1626,6 +1908,14 @@ INSERT INTO `appapigatewaysecurityoptions` VALUES (101, 1290849478956199936, '', INSERT INTO `appapigatewaysecurityoptions` VALUES (102, 1290849628051124224, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (103, 1290849798553776128, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (105, 1291259822512693248, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (106, 1292620505149145088, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (107, 1292620665505775616, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (108, 1292620843398791168, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (109, 1292621027574874112, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (110, 1292621363161137152, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (111, 1292621494837116928, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (112, 1292621629260365824, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (113, 1292622526073864192, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (114, 1293470838745821184, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (115, 1293471661785706496, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (116, 1293472678392721408, '', ''); @@ -1648,7 +1938,6 @@ INSERT INTO `appapigatewaysecurityoptions` VALUES (132, 1316628769783480320, '', INSERT INTO `appapigatewaysecurityoptions` VALUES (133, 1316628940663619584, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (134, 1316629112428756992, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (135, 1316652047017246720, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (136, 1316913899996737536, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (137, 1319200951383199744, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (138, 1319221929807024128, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (139, 1319554431134306304, '', ''); @@ -1692,49 +1981,75 @@ INSERT INTO `appapigatewaysecurityoptions` VALUES (176, 1341652247554379776, '', INSERT INTO `appapigatewaysecurityoptions` VALUES (177, 1341652385555369984, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (178, 1342457939827552256, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (179, 1342458050112581632, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (180, 1363382062055915520, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (181, 1363382298501414912, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (182, 1368854800347848704, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (183, 1368855936576413696, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (184, 1368856295889854464, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (185, 1368856703572008960, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (186, 1368856819242524672, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (187, 1368856927887581184, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (188, 1368857128383700992, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (189, 1369560306297233408, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (190, 1369560450472239104, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (191, 1371705034307375104, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (192, 1376442078396276736, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (193, 1376442309850554368, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (194, 1376442440536678400, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (195, 1376442557943635968, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (196, 1376442689674141696, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (197, 1376442971032248320, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (198, 1376443123021242368, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (199, 1376443238851141632, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (200, 1376443392249421824, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (201, 1376443586777047040, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (202, 1376467826087682048, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (203, 1376467990894469120, '', ''); -INSERT INTO `appapigatewaysecurityoptions` VALUES (204, 1376468110214029312, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (180, 1363657602699718656, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (181, 1363657779665793024, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (182, 1363662350572154880, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (183, 1370283697803829248, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (184, 1370283782075785216, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (185, 1370283867966742528, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (186, 1370283988712366080, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (187, 1370284066516705280, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (188, 1370284158262910976, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (189, 1370284253045792768, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (190, 1370284344397733888, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (191, 1370284429890232320, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (197, 1370914923144478720, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (198, 1371844966074970112, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (199, 1371845082676621312, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (200, 1371845219528372224, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (203, 1375612899682799616, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (204, 1375613095783288832, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (205, 1375613222187028480, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (206, 1375613355029024768, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (207, 1375613462969438208, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (208, 1375613567365664768, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (209, 1375613732239560704, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (210, 1375613833662025728, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (211, 1375679597777637376, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (213, 1376863669256433664, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (214, 1376866215333179392, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (215, 1377049120932081664, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (216, 1377050475599998976, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (217, 1393020696332705792, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (218, 1393501090957946880, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (219, 1395924337284407296, '', ''); INSERT INTO `appapigatewaysecurityoptions` VALUES (220, 1406817452004757504, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (221, 1421397683162664960, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (222, 1431443151332106240, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (223, 1431443363240927232, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (224, 1431444869667151872, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (225, 1431445043261005824, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (226, 1431445186324520960, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (227, 1431445363160571904, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (228, 1431464934529622016, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (229, 1431499449952165888, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (230, 1431803251955654656, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (231, 1431806909455851520, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (232, 1432189824874373120, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (233, 1432190028071624704, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (234, 1440680494805778432, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (235, 1440680915444137984, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (236, 1442413171470688256, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (237, 1449257280751026176, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (238, 1454289352609521664, '', ''); +INSERT INTO `appapigatewaysecurityoptions` VALUES (239, 1454289896489115648, '', ''); -- ---------------------------- -- Table structure for cap.published -- ---------------------------- DROP TABLE IF EXISTS `cap.published`; CREATE TABLE `cap.published` ( - `Id` bigint(0) NOT NULL, - `Version` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, - `Name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, - `Content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL, - `Retries` int(0) NULL DEFAULT NULL, + `Id` bigint(20) NOT NULL, + `Version` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `Name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + `Content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, + `Retries` int(11) NULL DEFAULT NULL, `Added` datetime(0) NOT NULL, `ExpiresAt` datetime(0) NULL DEFAULT NULL, - `StatusName` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, + `StatusName` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, PRIMARY KEY (`Id`) USING BTREE, INDEX `IX_ExpiresAt`(`ExpiresAt`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of cap.published @@ -1745,17 +2060,17 @@ CREATE TABLE `cap.published` ( -- ---------------------------- DROP TABLE IF EXISTS `cap.received`; CREATE TABLE `cap.received` ( - `Id` bigint(0) NOT NULL, - `Version` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, - `Name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, - `Group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, - `Content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL, - `Retries` int(0) NULL DEFAULT NULL, + `Id` bigint(20) NOT NULL, + `Version` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `Name` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + `Group` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `Content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL, + `Retries` int(11) NULL DEFAULT NULL, `Added` datetime(0) NOT NULL, `ExpiresAt` datetime(0) NULL DEFAULT NULL, - `StatusName` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, + `StatusName` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, PRIMARY KEY (`Id`) USING BTREE, INDEX `IX_ExpiresAt`(`ExpiresAt`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; SET FOREIGN_KEY_CHECKS = 1; diff --git a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs index cfe879905..f2c227722 100644 --- a/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs +++ b/aspnet-core/services/platform/LINGYUN.Platform.HttpApi.Host/DataSeeder/VbenAdminDataSeedContributor.cs @@ -281,14 +281,14 @@ namespace LINGYUN.Platform.DataSeeder "/dashboard", //path CodeNumberGenerator.CreateCode(21), //code layout.Path, //component - "Dashboard", //displayName + "仪表盘", //displayName "/dashboard/analysis", //redirect - "Dashboard", //description + "仪表盘", //description null, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "routes.dashboard.welcome" }, + { "title", "仪表盘" }, { "icon", "ant-design:home-outlined" }, { "hideTab", false }, { "ignoreAuth", true }, @@ -302,14 +302,14 @@ namespace LINGYUN.Platform.DataSeeder "/dashboard/analysis", //path CodeNumberGenerator.AppendCode(menu.Code, CodeNumberGenerator.CreateCode(1)), //code "/dashboard/analysis/index", //component - "Analysis", //displayName + "分析页", //displayName "", //redirect - "Analysis", //description + "分析页", //description menu.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "routes.dashboard.analysis" }, + { "title", "分析页" }, { "icon", "" }, { "hideTab", false }, }, @@ -322,14 +322,14 @@ namespace LINGYUN.Platform.DataSeeder "/dashboard/workbench", //path CodeNumberGenerator.AppendCode(menu.Code, CodeNumberGenerator.CreateCode(2)), //code "/dashboard/workbench/index", //component - "Workbench", //displayName + "工作台", //displayName "", //redirect - "Workbench", //description + "工作台", //description menu.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "routes.dashboard.workbench" }, + { "title", "工作台" }, { "icon", "" }, { "hideTab", false }, }, @@ -345,14 +345,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage", //path CodeNumberGenerator.CreateCode(22), //code layout.Path, //component - "Manage", //displayName + "管理", //displayName "", //redirect - "Manage", //description + "管理", //description null, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Manage" }, + { "title", "管理" }, { "icon", "ant-design:control-outlined" }, { "hideTab", false }, { "ignoreAuth", false }, @@ -366,14 +366,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage/identity", //path CodeNumberGenerator.AppendCode(manage.Code, CodeNumberGenerator.CreateCode(1)), //code layout.Path, //component - "Identity", //displayName + "身份认证管理", //displayName "", //redirect - "Identity", //description + "身份认证管理", //description manage.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Identity" }, + { "title", "身份认证管理" }, { "icon", "" }, { "hideTab", false }, }, @@ -385,14 +385,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage/identity/user", //path CodeNumberGenerator.AppendCode(identity.Code, CodeNumberGenerator.CreateCode(1)), //code "/identity/user/index", //component - "User", //displayName + "用户", //displayName "", //redirect - "User", //description + "用户", //description identity.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Users" }, + { "title", "用户" }, { "icon", "" }, { "hideTab", false }, }, @@ -404,14 +404,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage/identity/role", //path CodeNumberGenerator.AppendCode(identity.Code, CodeNumberGenerator.CreateCode(2)), //code "/identity/role/index", //component - "Role", //displayName + "角色", //displayName "", //redirect - "Role", //description + "角色", //description identity.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Roles" }, + { "title", "角色" }, { "icon", "" }, { "hideTab", false }, }, @@ -423,14 +423,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage/identity/claim-types", //path CodeNumberGenerator.AppendCode(identity.Code, CodeNumberGenerator.CreateCode(3)), //code "/identity/claim-types/index", //component - "Claim", //displayName + "身份标识", //displayName "", //redirect - "Claim", //description + "身份标识", //description identity.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Claim Types" }, + { "title", "身份标识" }, { "icon", "" }, { "hideTab", false }, }, @@ -442,14 +442,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage/identity/organization-units", //path CodeNumberGenerator.AppendCode(identity.Code, CodeNumberGenerator.CreateCode(4)), //code "/identity/organization-units/index", //component - "Organization Units", //displayName + "组织机构", //displayName "", //redirect - "Organization Units", //description + "组织机构", //description identity.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Organization Units" }, + { "title", "组织机构" }, { "icon", "" }, { "hideTab", false }, }, @@ -461,14 +461,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage/identity/security-logs", //path CodeNumberGenerator.AppendCode(identity.Code, CodeNumberGenerator.CreateCode(5)), //code "/identity/security-logs/index", //component - "Security Logs", //displayName + "安全日志", //displayName "", //redirect - "Security Logs", //description + "安全日志", //description identity.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Security Logs" }, + { "title", "安全日志" }, { "icon", "" }, { "hideTab", false }, { "requiredFeatures", "AbpAuditing.Logging.SecurityLog" } // 此路由需要依赖安全日志特性 @@ -482,14 +482,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage/audit-logs", //path CodeNumberGenerator.AppendCode(manage.Code, CodeNumberGenerator.CreateCode(2)), //code "/auditing/index", //component - "Audit Logs", //displayName + "审计日志", //displayName "", //redirect - "Audit Logs", //description + "审计日志", //description manage.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Audit Logs" }, + { "title", "审计日志" }, { "icon", "" }, { "hideTab", false }, { "requiredFeatures", "AbpAuditing.Logging.AuditLog" } // 此路由需要依赖审计日志特性 @@ -503,14 +503,14 @@ namespace LINGYUN.Platform.DataSeeder "/manage/settings", //path CodeNumberGenerator.AppendCode(manage.Code, CodeNumberGenerator.CreateCode(3)), //code "/sys/settings/index", //component - "Settings", //displayName + "设置", //displayName "", //redirect - "Settings", //description + "设置", //description manage.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Settings" }, + { "title", "设置" }, { "icon", "" }, { "hideTab", false }, { "requiredFeatures", "SettingManagement.Enable" } // 此路由需要依赖设置管理特性 @@ -635,6 +635,26 @@ namespace LINGYUN.Platform.DataSeeder }, new string[] { "admin" }); } + + var logging = await SeedMenuAsync( + layout, //layout + data, //data + "Logs", //name + "/sys/logs", //path + CodeNumberGenerator.AppendCode(manage.Code, CodeNumberGenerator.CreateCode(5)), //code + "/sys/logging/index", //component + "系统日志", //displayName + "", //redirect + "系统日志", //description + manage.Id, //parentId + layout.TenantId, //tenantId + new Dictionary() //meta + { + { "title", "系统日志" }, + { "icon", "" }, + { "hideTab", false }, + }, + new string[] { "admin" }); } private async Task SeedSaasMenuAsync(Layout layout, Data data) @@ -666,14 +686,14 @@ namespace LINGYUN.Platform.DataSeeder "/saas/tenants", //path CodeNumberGenerator.AppendCode(saas.Code, CodeNumberGenerator.CreateCode(1)), //code "/saas/tenant/index", //component - "Tenants", //displayName + "租户管理", //displayName "", //redirect - "Tenants", //description + "租户管理", //description saas.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Tenants" }, + { "title", "租户管理" }, { "icon", "" }, { "hideTab", false }, }, @@ -689,14 +709,14 @@ namespace LINGYUN.Platform.DataSeeder "/platform", //path CodeNumberGenerator.CreateCode(24), //code layout.Path, //component - "Platform", //displayName + "平台管理", //displayName "", //redirect - "Platform", //description + "平台管理", //description null, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Platform" }, + { "title", "平台管理" }, { "icon", "" }, { "hideTab", false }, { "ignoreAuth", false }, @@ -709,14 +729,14 @@ namespace LINGYUN.Platform.DataSeeder "/platform/data-dic", //path CodeNumberGenerator.AppendCode(platform.Code, CodeNumberGenerator.CreateCode(1)), //code "/platform/dataDic/index", //component - "Data Dictionary", //displayName + "数据字典", //displayName "", //redirect - "Data Dictionary", //description + "数据字典", //description platform.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Data Dictionary" }, + { "title", "数据字典" }, { "icon", "" }, { "hideTab", false }, }, @@ -728,14 +748,14 @@ namespace LINGYUN.Platform.DataSeeder "/platform/layout", //path CodeNumberGenerator.AppendCode(platform.Code, CodeNumberGenerator.CreateCode(2)), //code "/platform/layout/index", //component - "Layout", //displayName + "布局", //displayName "", //redirect - "Layout", //description + "布局", //description platform.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Layout" }, + { "title", "布局" }, { "icon", "" }, { "hideTab", false }, }, @@ -747,14 +767,14 @@ namespace LINGYUN.Platform.DataSeeder "/platform/menu", //path CodeNumberGenerator.AppendCode(platform.Code, CodeNumberGenerator.CreateCode(3)), //code "/platform/menu/index", //component - "Menu", //displayName + "菜单", //displayName "", //redirect - "Menu", //description + "菜单", //description platform.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Menu" }, + { "title", "菜单" }, { "icon", "" }, { "hideTab", false }, }, @@ -770,14 +790,14 @@ namespace LINGYUN.Platform.DataSeeder "/api-gateway", //path CodeNumberGenerator.CreateCode(25), //code layout.Path, //component - "ApiGateway", //displayName + "网关管理", //displayName "", //redirect - "ApiGateway", //description + "网关管理", //description null, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "ApiGateway" }, + { "title", "网关管理" }, { "icon", "ant-design:gateway-outlined" }, { "hideTab", false }, { "ignoreAuth", false }, @@ -790,14 +810,14 @@ namespace LINGYUN.Platform.DataSeeder "/api-gateway/group", //path CodeNumberGenerator.AppendCode(apiGateway.Code, CodeNumberGenerator.CreateCode(1)), //code "/api-gateway/group/index", //component - "Route Group", //displayName + "路由分组", //displayName "", //redirect - "Route Group", //description + "路由分组", //description apiGateway.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Route Group" }, + { "title", "路由分组" }, { "icon", "" }, { "hideTab", false }, }, @@ -809,14 +829,14 @@ namespace LINGYUN.Platform.DataSeeder "/api-gateway/global", //path CodeNumberGenerator.AppendCode(apiGateway.Code, CodeNumberGenerator.CreateCode(2)), //code "/api-gateway/global/index", //component - "Global Configuration", //displayName + "公共配置", //displayName "", //redirect - "Global Configuration", //description + "公共配置", //description apiGateway.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Global Configuration" }, + { "title", "公共配置" }, { "icon", "" }, { "hideTab", false }, }, @@ -828,14 +848,14 @@ namespace LINGYUN.Platform.DataSeeder "/api-gateway/route", //path CodeNumberGenerator.AppendCode(apiGateway.Code, CodeNumberGenerator.CreateCode(3)), //code "/api-gateway/route/index", //component - "Route", //displayName + "路由管理", //displayName "", //redirect - "Route", //description + "路由管理", //description apiGateway.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Route" }, + { "title", "路由管理" }, { "icon", "" }, { "hideTab", false }, }, @@ -847,14 +867,14 @@ namespace LINGYUN.Platform.DataSeeder "/api-gateway/aggregate", //path CodeNumberGenerator.AppendCode(apiGateway.Code, CodeNumberGenerator.CreateCode(4)), //code "/api-gateway/aggregate/index", //component - "Aggregate Route", //displayName + "聚合路由", //displayName "", //redirect - "Aggregate Route", //description + "聚合路由", //description apiGateway.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Aggregate Route" }, + { "title", "聚合路由" }, { "icon", "" }, { "hideTab", false }, }, @@ -870,14 +890,14 @@ namespace LINGYUN.Platform.DataSeeder "/localization", //path CodeNumberGenerator.CreateCode(26), //code layout.Path, //component - "Localization", //displayName + "本地化管理", //displayName "", //redirect - "Localization", //description + "本地化管理", //description null, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Localization" }, + { "title", "本地化管理" }, { "icon", "ant-design:translation-outlined" }, { "hideTab", false }, { "ignoreAuth", false }, @@ -890,14 +910,14 @@ namespace LINGYUN.Platform.DataSeeder "/localization/languages", //path CodeNumberGenerator.AppendCode(localization.Code, CodeNumberGenerator.CreateCode(1)), //code "/localization/languages/index", //component - "Languages", //displayName + "语言管理", //displayName "", //redirect - "Languages", //description + "语言管理", //description localization.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Languages" }, + { "title", "语言管理" }, { "icon", "" }, { "hideTab", false }, }, @@ -909,14 +929,14 @@ namespace LINGYUN.Platform.DataSeeder "/localization/resources", //path CodeNumberGenerator.AppendCode(localization.Code, CodeNumberGenerator.CreateCode(2)), //code "/localization/resources/index", //component - "Resources", //displayName + "资源管理", //displayName "", //redirect - "Resources", //description + "资源管理", //description localization.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Resources" }, + { "title", "资源管理" }, { "icon", "" }, { "hideTab", false }, }, @@ -928,14 +948,14 @@ namespace LINGYUN.Platform.DataSeeder "/localization/texts", //path CodeNumberGenerator.AppendCode(localization.Code, CodeNumberGenerator.CreateCode(3)), //code "/localization/texts/index", //component - "Texts", //displayName + "文档管理", //displayName "", //redirect - "Texts", //description + "文档管理", //description localization.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Texts" }, + { "title", "文档管理" }, { "icon", "" }, { "hideTab", false }, }, @@ -951,14 +971,14 @@ namespace LINGYUN.Platform.DataSeeder "/oss", //path CodeNumberGenerator.CreateCode(27), //code layout.Path, //component - "Oss Management", //displayName + "对象存储", //displayName "", //redirect - "Oss Management", //description + "对象存储", //description null, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Oss Management" }, + { "title", "对象存储" }, { "icon", "ant-design:file-twotone" }, { "hideTab", false }, { "ignoreAuth", false }, @@ -971,14 +991,14 @@ namespace LINGYUN.Platform.DataSeeder "/oss/containers", //path CodeNumberGenerator.AppendCode(oss.Code, CodeNumberGenerator.CreateCode(1)), //code "/oss-management/containers/index", //component - "Containers", //displayName + "容器管理", //displayName "", //redirect - "Containers", //description + "容器管理", //description oss.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Containers" }, + { "title", "容器管理" }, { "icon", "" }, { "hideTab", false }, }, @@ -990,14 +1010,14 @@ namespace LINGYUN.Platform.DataSeeder "/oss/objects", //path CodeNumberGenerator.AppendCode(oss.Code, CodeNumberGenerator.CreateCode(2)), //code "/oss-management/objects/index", //component - "Objects", //displayName + "文件管理", //displayName "", //redirect - "Objects", //description + "文件管理", //description oss.Id, //parentId layout.TenantId, //tenantId new Dictionary() //meta { - { "title", "Objects" }, + { "title", "文件管理" }, { "icon", "" }, { "hideTab", false }, },