WO2019100273A1 - Permission assignment method and system in monitoring system - Google Patents

Permission assignment method and system in monitoring system Download PDF

Info

Publication number
WO2019100273A1
WO2019100273A1 PCT/CN2017/112479 CN2017112479W WO2019100273A1 WO 2019100273 A1 WO2019100273 A1 WO 2019100273A1 CN 2017112479 W CN2017112479 W CN 2017112479W WO 2019100273 A1 WO2019100273 A1 WO 2019100273A1
Authority
WO
WIPO (PCT)
Prior art keywords
user
parent node
identifier
camera
historical
Prior art date
Application number
PCT/CN2017/112479
Other languages
French (fr)
Chinese (zh)
Inventor
张北江
郭海萍
肖少周
王摧兵
Original Assignee
华平智慧信息技术(深圳)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华平智慧信息技术(深圳)有限公司 filed Critical 华平智慧信息技术(深圳)有限公司
Priority to PCT/CN2017/112479 priority Critical patent/WO2019100273A1/en
Publication of WO2019100273A1 publication Critical patent/WO2019100273A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/70Protecting specific internal or peripheral components, in which the protection of a component leads to protection of the entire computer
    • G06F21/82Protecting input, output or interconnection devices
    • G06F21/84Protecting input, output or interconnection devices output devices, e.g. displays or monitors

Definitions

  • the present invention relates to the field of monitoring, and in particular, to a method and system for assigning rights in a monitoring system.
  • a typical television monitoring system mainly consists of five parts: a front-end monitoring device, a transmission device, a back-end storage, a control device, and a display device.
  • the back-end device can be further divided into a central control device and a sub-control device.
  • the front and back devices are available in a variety of ways. The connection between them (also known as the transmission system) can be achieved by cable, fiber, microwave, etc.
  • the present application provides a method for assigning rights in a monitoring system. It solves the shortcomings of low user experience of the technical solutions of the prior art. Solution to the problem technical solution
  • a method for allocating rights in a monitoring system includes the following steps:
  • the monitoring system receives the first user login request, and after the verification is passed, allows the first user to log in;
  • the monitoring system receives a rights allocation message sent by the first user, where the rights allocation message includes: an identifier of the second user and a camera identifier that is allocated;
  • the monitoring system determines the historical authority of the second user according to the identifier of the second user, determines the historical camera identifier according to the historical authority, compares the historical camera identifier with the camera identifier, and compares the camera identifier with the historical camera identifier.
  • the identifiers of the different cameras are added in the permission tree of the second user.
  • the adding, by the identifier of the camera that is different from the historical camera identifier, the identifier of the camera in the permission tree of the second user includes:
  • the parent node if the first parent node is the same as the second parent node, adds the camera identifier to be added as a child node of the first parent node to the first parent node.
  • the method further includes:
  • the second parent node is created, and the camera identifier to be added is added under the second parent node.
  • a monitoring system includes: a server and M cameras, wherein the server is connected to M cameras;
  • the server is configured to receive the first user login request, and after the verification is passed, allow the first user to log in; receive the rights assignment message sent by the first user, where the rights assignment message includes: the identifier of the second user and the assigned camera identifier Determining the historical authority of the second user according to the identifier of the second user, determining the historical camera identifier according to the historical authority, comparing the historical camera identifier with the camera identifier, and comparing the camera identifier with the camera of the historical camera identifier The identifier is added in the permission tree of the second user;
  • the M cameras are configured to collect monitoring data, and send the monitoring data to the server.
  • the server is further configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, such as the first parent node and the second parent.
  • the nodes are the same, and the camera identifier to be added is added as the child node of the first parent node under the first parent node.
  • the server is further configured to: create the second parent node, and add the camera identifier to be added to the second parent node, if the first parent node is different from the second parent node.
  • a server including: a processor, a transceiver, a memory, and a bus, where the processor, the transceiver, and the memory are connected by a bus.
  • the transceiver is configured to receive a first user login request, and after the verification is passed, allow the first user to log in; receive the rights assignment message sent by the first user, where the rights assignment message includes: the identifier and the ratio of the second user Camera logo;
  • the processor is configured to determine a historical right of the second user according to the identifier of the second user, determine the historical camera identifier according to the historical authority, compare the historical camera identifier with the camera identifier, and identify the camera identifier The identification of the camera that is different from the historical camera identification is added to the permission tree of the second user. ⁇ 0 2019/100273
  • the processor is configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, such as the first parent node and the second parent.
  • the nodes are the same, and the camera identifier to be added is added as the child node of the first parent node under the first parent node.
  • the processor is configured to create the second parent node, and add the camera identifier to be added to the second parent node, if the first parent node is different from the second parent node.
  • a fourth aspect provides a computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method provided by the first aspect.
  • the technical solution provided by the present invention determines the identity of the first user after verifying the first user, and then receives the rights allocation information sent by the first user, and adjusts the rights of the second user according to the rights allocation information, The distribution of permissions in the monitoring system is realized, and the user experience is improved.
  • FIG. 1 is a flowchart of a method for assigning rights in a monitoring system according to a first preferred embodiment of the present invention
  • FIG. 2 is a structural diagram of a monitoring system according to a second preferred embodiment of the present invention.
  • FIG. 3 is a hardware structural diagram of a server according to a second preferred embodiment of the present invention.
  • FIG. 1 is a method for assigning rights in a monitoring system according to a first preferred embodiment of the present invention. The method is as shown in FIG. 1 and includes the following steps:
  • Step 3101 The monitoring system receives the first user login request, and after the verification is passed, allows the first user to log in.
  • Step 3102 The monitoring system receives a rights assignment message sent by the first user, where the rights assignment message includes: an identifier of the second user and a camera identifier that is assigned.
  • Step 3103 The monitoring system determines the historical authority of the second user according to the identifier of the second user, determines the historical camera identifier according to the historical authority, compares the historical camera identifier with the camera identifier, and identifies the camera identifier with the camera identifier. The identification of the camera with different historical camera identifiers is added in the permission tree of the second user.
  • the technical solution provided by the present invention determines the identity of the first user after verifying the first user, and then receives the rights allocation information sent by the first user, and adjusts the rights of the second user according to the rights allocation information.
  • the distribution of permissions in the monitoring system is realized, and the user experience is improved.
  • adding, in the permission tree of the second user, the identifier of the camera that is different from the historical camera identifier is specifically included in the permission tree of the second user:
  • determining a first parent node in the permission tree of the second user determining a second parent node corresponding to the camera identifier to be added, eg, the first parent node is the same as the second parent node, and the camera identifier to be added is used as The child node of the first parent node is added under the first parent node. If the first parent node is different from the second parent node, the second parent node is created, and the camera identifier to be added is added to the second parent. Under the node.
  • the method provided by the present invention implements the update and setting of the permission tree, and further improves the operability and visibility of the rights.
  • the foregoing method may further include:
  • FIG. 2 is a monitoring system according to a second preferred embodiment of the present invention.
  • the system is as shown in FIG. 2, and includes: a server 201 and M cameras 202, M cameras 202 and servers. 201 connection
  • the server 201 is configured to receive a first user login request, and after the verification is passed, allow the first user to log in; ⁇ 0 2019/100273
  • the rights assignment message includes: an identifier of the second user and a camera identifier that is assigned. Determining a historical right of the second user according to the identifier of the second user, determining the historical camera identifier according to the historical authority, and performing the historical camera identifier on the camera identifier
  • the M cameras 202 are configured to collect monitoring data, and send the monitoring data to the server.
  • the server 201 is configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, such as the first parent node and the second parent.
  • the node is the same, and the camera identifier to be added is added as the child node of the first parent node to the first parent node. If the first parent node is different from the second parent node, the second parent node is created.
  • the camera ID to be added is added under the second parent node.
  • the server is further configured to send the camera identifier to be added to the terminal device bound by the second user.
  • FIG. 3 is a server 30, including: a processor 301, a transceiver 302, a memory 303, and a bus 304.
  • the transceiver 302 is configured to send and receive data with and from an external device.
  • the number of processors 301 can be one or more.
  • processor 301, memory 302, and transceiver 303 may be connected by bus 3 or other means.
  • Server 30 can be used to perform the steps of FIG. For the meaning and examples of the terms involved in the embodiment, reference may be made to the corresponding embodiment of FIG. 1. I will not repeat them here.
  • the transceiver 302 is configured to receive a first user login request, and after the verification is passed, allow the first user to log in, receive the first user login request, and allow the first user to log in after the verification is passed;
  • the processor 301 is configured to determine a historical right of the second user according to the identifier of the second user, determine the historical camera identifier according to the historical authority, compare the historical camera identifier with the camera identifier, and compare the camera identifier with the camera identifier The identifier of the camera with different historical camera identifiers is added in the permission tree of the second user.
  • the processor 201 is configured to call a program code stored in the memory 903 for performing the following operations:
  • the processor 301 is configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, where the first parent node is the same as the second parent node, Photo to be added ⁇ 0 2019/100273
  • the header identifier is added as the child node of the first parent node under the first parent node, and if the first parent node is different from the second parent node, the second parent node is created, and the camera identifier to be added is added. In the first
  • the processor 301 herein may be a processing element or a general term of multiple processing elements.
  • the processing component may be a Central Processing Unit (CPU) or an Application Specific Integrated Circuit (ASIC) or one or more integrated circuits configured to implement the embodiments of the present application, for example : One or more digital singnal processors (DSPs) or one or more Field Programmable Gate Arrays (FPGAs).
  • DSPs digital singnal processors
  • FPGAs Field Programmable Gate Arrays
  • the memory 303 may be a storage device or a collective name of a plurality of storage elements, and is used to store executable program code or parameters, data, and the like required for the application running device to operate. And the memory 303 may include random access memory (RAM) or non-volatile memory such as a magnetic disk memory, a flash memory, or the like.
  • RAM random access memory
  • non-volatile memory such as a magnetic disk memory, a flash memory, or the like.
  • Bus 304 may be an Industry Standard Architecture (ISA) bus, external device interconnection (Peripheral)
  • PCI Component
  • EISA extended industry standard architecture
  • the bus can be divided into an address bus, a data bus, a control bus, and the like. For ease of representation, only one thick line is shown in Figure 3, but it does not mean that there is only one bus or one type of bus.
  • the terminal may further include an input/output device connected to the bus 304 to be connected to other portions such as the processor 301 via a bus.
  • the input/output device can provide an input interface for the operator, so that the operator can select the control item through the input interface, and can also be other interfaces through which other devices can be externally connected.
  • a program to instruct related hardware can be stored in a computer readable storage medium, the storage medium It can include: flash disk, read-only memory (English: Read-Only Memory, abbreviation: ROM), random access memory (English: Random Access Memory, referred to as: RAM), disk or CD.
  • ROM Read-Only Memory
  • RAM Random Access Memory

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Storage Device Security (AREA)

Abstract

Disclosed in the present invention are a permission assignment method in a monitoring system and a related product, the method comprising the following steps: a monitoring system receives a first user login request and allows a first user to log in after verification is passed; the monitoring system receives a permission assignment message sent by the first user, the permission assignment message comprising: an identifier of a second user and camera identifiers assigned thereto; and the monitoring system determines historical permissions of the second user according to the identifier of the second user, determines historical camera identifiers according to the historical permissions, compares the historical camera identifiers to said camera identifiers, and adds camera identifiers among said camera identifiers that are different from the historical camera identifiers into a permission tree of the second user. The technical solution provided by the present invention has the advantage of a good user experience.

Description

\¥0 2019/100273 卩(:17 謂17/112479  \¥0 2019/100273 卩(:17 称17/112479
1  1
发明名称:监控系统中权限分配方法及系统 技术领域 Title of Invention: Method and System for Assigning Rights in Monitoring System
[0001] 本发明涉及监控领域, 尤其涉及一种监控系统中权限分配方法及系统。  [0001] The present invention relates to the field of monitoring, and in particular, to a method and system for assigning rights in a monitoring system.
背景技术  Background technique
[0002] 典型的电视监控系统主要由前端监视设备、 传输设备、 后端存储、 控制及显示 设备这五大部分组成, 其中后端设备可进一步分为中心控制设备和分控制设备 。 前、 后端设备有多种构成方式, 它们之间的联系 (也可称作传输系统) 可通 过电缆、 光纤、 微波等多种方式来实现。  [0002] A typical television monitoring system mainly consists of five parts: a front-end monitoring device, a transmission device, a back-end storage, a control device, and a display device. The back-end device can be further divided into a central control device and a sub-control device. The front and back devices are available in a variety of ways. The connection between them (also known as the transmission system) can be achieved by cable, fiber, microwave, etc.
[0003] 现有的监控系统的权限的分配不明确, 导致监控系统在实际应用中各个人的权 限可能一致, 导致无法依据权限对监控系统进行查看, 用户体验度低的优点。 技术问题  [0003] The allocation of the rights of the existing monitoring system is not clear, which may result in the consistency of the rights of the monitoring system in the actual application, which may result in the inability to view the monitoring system according to the authority, and the user experience is low. technical problem
[0004] 本申请提供一种监控系统中权限分配方法。 其解决现有技术的技术方案用户体 验度低的缺点。 问题的解决方案 技术解决方案  [0004] The present application provides a method for assigning rights in a monitoring system. It solves the shortcomings of low user experience of the technical solutions of the prior art. Solution to the problem technical solution
[0005] 一方面, 提供一种监控系统中权限分配方法, 所述方法包括如下步骤:  [0005] In one aspect, a method for allocating rights in a monitoring system is provided, and the method includes the following steps:
[0006] 监控系统接收第一用户登录请求, 验证通过后, 允许第一用户登录;  [0006] The monitoring system receives the first user login request, and after the verification is passed, allows the first user to log in;
[0007] 监控系统接收第一用户发送的权限分配消息, 该权限分配消息包括: 第二用户 的标识以及配给的摄像头标识;  [0007] The monitoring system receives a rights allocation message sent by the first user, where the rights allocation message includes: an identifier of the second user and a camera identifier that is allocated;
[0008] 监控系统依据该第二用户的标识确定第二用户的历史权限, 依据历史权限确定 该历史摄像头标识, 将该历史摄像头标识与该摄像头标识进行对比, 将该摄像 头标识与该历史摄像头标识不相同的摄像头的标识添加在该第二用户的权限树 内。  [0008] The monitoring system determines the historical authority of the second user according to the identifier of the second user, determines the historical camera identifier according to the historical authority, compares the historical camera identifier with the camera identifier, and compares the camera identifier with the historical camera identifier. The identifiers of the different cameras are added in the permission tree of the second user.
[0009] 可选的, 所述将该摄像头标识与该历史摄像头标识不相同的摄像头的标识添加 在该第二用户的权限树内具体包括:  [0009] Optionally, the adding, by the identifier of the camera that is different from the historical camera identifier, the identifier of the camera in the permission tree of the second user includes:
[0010] 确定第二用户的权限树内的第一父节点, 确定待添加的摄像头标识对应的第二 \¥0 2019/100273 [0010] determining a first parent node in the permission tree of the second user, and determining a second corresponding to the camera identifier to be added \¥0 2019/100273
2 父节点, 如第一父节点与第二父节点相同, 将该待添加的摄像头标识作为该第 一父节点的子节点添加在该第一父节点下。  2 The parent node, if the first parent node is the same as the second parent node, adds the camera identifier to be added as a child node of the first parent node to the first parent node.
[0011] 可选的, 所述方法还包括:  [0011] Optionally, the method further includes:
[0012] 如该第一父节点与第二父节点不相同, 创建该第二父节点, 将待添加的摄像头 标识添加在该第二父节点下。  [0012] If the first parent node is different from the second parent node, the second parent node is created, and the camera identifier to be added is added under the second parent node.
[0013] 第二方面, 提供一种监控系统, 所述系统包括: 服务器以及 M个摄像头, 所述 服务器与M个摄像头连接;  [0013] In a second aspect, a monitoring system is provided, where the system includes: a server and M cameras, wherein the server is connected to M cameras;
[0014] 服务器, 用于接收第一用户登录请求, 验证通过后, 允许第一用户登录; 接收 第一用户发送的权限分配消息, 该权限分配消息包括: 第二用户的标识以及配 给的摄像头标识; 依据该第二用户的标识确定第二用户的历史权限, 依据历史 权限确定该历史摄像头标识, 将该历史摄像头标识与该摄像头标识进行对比, 将该摄像头标识与该历史摄像头标识不相同的摄像头的标识添加在该第二用户 的权限树内;  [0014] The server is configured to receive the first user login request, and after the verification is passed, allow the first user to log in; receive the rights assignment message sent by the first user, where the rights assignment message includes: the identifier of the second user and the assigned camera identifier Determining the historical authority of the second user according to the identifier of the second user, determining the historical camera identifier according to the historical authority, comparing the historical camera identifier with the camera identifier, and comparing the camera identifier with the camera of the historical camera identifier The identifier is added in the permission tree of the second user;
[0015] 所述 M个摄像头, 用于采集监控数据, 将该监控数据发送至所述服务器。  [0015] The M cameras are configured to collect monitoring data, and send the monitoring data to the server.
[0016] 可选的, 所述服务器, 还用于确定第二用户的权限树内的第一父节点, 确定待 添加的摄像头标识对应的第二父节点, 如第一父节点与第二父节点相同, 将该 待添加的摄像头标识作为该第一父节点的子节点添加在该第一父节点下。  [0016] Optionally, the server is further configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, such as the first parent node and the second parent. The nodes are the same, and the camera identifier to be added is added as the child node of the first parent node under the first parent node.
[0017] 可选的, 所述服务器, 还用于如该第一父节点与第二父节点不相同, 创建该第 二父节点, 将待添加的摄像头标识添加在该第二父节点下。  [0017] Optionally, the server is further configured to: create the second parent node, and add the camera identifier to be added to the second parent node, if the first parent node is different from the second parent node.
[0018] 第三方面, 提供一种服务器, 包括: 处理器、 收发器、 存储器和总线, 所述处 理器、 收发器、 存储器通过总线连接,  [0018] In a third aspect, a server is provided, including: a processor, a transceiver, a memory, and a bus, where the processor, the transceiver, and the memory are connected by a bus.
[0019] 所述收发器, 用于接收第一用户登录请求, 验证通过后, 允许第一用户登录; 接收第一用户发送的权限分配消息, 该权限分配消息包括: 第二用户的标识以 及配给的摄像头标识;  [0019] The transceiver is configured to receive a first user login request, and after the verification is passed, allow the first user to log in; receive the rights assignment message sent by the first user, where the rights assignment message includes: the identifier and the ratio of the second user Camera logo;
[0020] 所述处理器, 用于依据该第二用户的标识确定第二用户的历史权限, 依据历史 权限确定该历史摄像头标识, 将该历史摄像头标识与该摄像头标识进行对比, 将该摄像头标识与该历史摄像头标识不相同的摄像头的标识添加在该第二用户 的权限树内。 \¥0 2019/100273 [0020] the processor is configured to determine a historical right of the second user according to the identifier of the second user, determine the historical camera identifier according to the historical authority, compare the historical camera identifier with the camera identifier, and identify the camera identifier The identification of the camera that is different from the historical camera identification is added to the permission tree of the second user. \¥0 2019/100273
3  3
[0021] 可选的, 所述处理器, 用于确定第二用户的权限树内的第一父节点, 确定待添 加的摄像头标识对应的第二父节点, 如第一父节点与第二父节点相同, 将该待 添加的摄像头标识作为该第一父节点的子节点添加在该第一父节点下。 [0021] Optionally, the processor is configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, such as the first parent node and the second parent. The nodes are the same, and the camera identifier to be added is added as the child node of the first parent node under the first parent node.
[0022] 可选的, 述处理器, 用于如该第一父节点与第二父节点不相同, 创建该第二父 节点, 将待添加的摄像头标识添加在该第二父节点下。  [0022] Optionally, the processor is configured to create the second parent node, and add the camera identifier to be added to the second parent node, if the first parent node is different from the second parent node.
[0023] 第四方面, 提供一种计算机可读存储介质, 其存储用于电子数据交换的计算机 程序, 其中, 所述计算机程序使得计算机执行第一方面提供的方法。  [0023] A fourth aspect provides a computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method provided by the first aspect.
发明的有益效果  Advantageous effects of the invention
有益效果  Beneficial effect
[0024] 本发明提供的技术方案通过对第一用户验证以后, 确定第一用户的身份, 然后 接收第一用户发送的权限分配信息, 依据该权限分配信息对该第二用户的权限 进行调整, 实现了对监控系统中权限的分配, 提高用户体验度。  [0024] The technical solution provided by the present invention determines the identity of the first user after verifying the first user, and then receives the rights allocation information sent by the first user, and adjusts the rights of the second user according to the rights allocation information, The distribution of permissions in the monitoring system is realized, and the user experience is improved.
对附图的简要说明  Brief description of the drawing
附图说明  DRAWINGS
[0025] 为了更清楚地说明本发明实施例的技术方案, 下面将对实施例描述中所需要使 用的附图作简单地介绍, 显而易见地, 下面描述中的附图是本发明的一些实施 例, 对于本领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根 据这些附图获得其他的附图。  [0025] In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings used in the description of the embodiments will be briefly described below. It is obvious that the drawings in the following description are some embodiments of the present invention. For those skilled in the art, other drawings may be obtained based on these drawings without any creative work.
[0026] 图 1为本发明第一较佳实施方式提供的一种监控系统中权限分配方法的流程图  1 is a flowchart of a method for assigning rights in a monitoring system according to a first preferred embodiment of the present invention;
[0027] 图 2为本发明第二较佳实施方式提供的一种监控系统的结构图。 2 is a structural diagram of a monitoring system according to a second preferred embodiment of the present invention.
[0028] 图 3为本发明第二较佳实施方式提供的一种服务器的硬件结构图。  3 is a hardware structural diagram of a server according to a second preferred embodiment of the present invention.
发明实施例  Invention embodiment
本发明的实施方式  Embodiments of the invention
[0029] 下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行清楚、 完整地描述, 显然, 所描述的实施例是本发明一部分实施例, 而不是全部的实 施例。 基于本发明中的实施例, 本领域普通技术人员在没有作出创造性劳动前 \¥0 2019/100273 The technical solutions in the embodiments of the present invention will be clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are a part of the embodiments of the present invention, but not all embodiments. . Based on the embodiments of the present invention, those of ordinary skill in the art will not \¥0 2019/100273
4 提下所获得的所有其他实施例, 都属于本发明保护的范围。  4 All other embodiments obtained are within the scope of the protection of the present invention.
[0030] 请参考图 1, 图 1是本发明第一较佳实施方式提出的一种监控系统中权限分配方 法, 该方法如图 1所示, 包括如下步骤:  Referring to FIG. 1, FIG. 1 is a method for assigning rights in a monitoring system according to a first preferred embodiment of the present invention. The method is as shown in FIG. 1 and includes the following steps:
[0031] 步骤 3101、 监控系统接收第一用户登录请求, 验证通过后, 允许第一用户登录  [0031] Step 3101: The monitoring system receives the first user login request, and after the verification is passed, allows the first user to log in.
[0032] 步骤 3102、 监控系统接收第一用户发送的权限分配消息, 该权限分配消息包括 : 第二用户的标识以及配给的摄像头标识。 [0032] Step 3102: The monitoring system receives a rights assignment message sent by the first user, where the rights assignment message includes: an identifier of the second user and a camera identifier that is assigned.
[0033] 步骤 3103、 监控系统依据该第二用户的标识确定第二用户的历史权限, 依据历 史权限确定该历史摄像头标识, 将该历史摄像头标识与该摄像头标识进行对比 , 将该摄像头标识与该历史摄像头标识不相同的摄像头的标识添加在该第二用 户的权限树内。  [0033] Step 3103: The monitoring system determines the historical authority of the second user according to the identifier of the second user, determines the historical camera identifier according to the historical authority, compares the historical camera identifier with the camera identifier, and identifies the camera identifier with the camera identifier. The identification of the camera with different historical camera identifiers is added in the permission tree of the second user.
[0034] 本发明提供的技术方案通过对第一用户验证以后, 确定第一用户的身份, 然后 接收第一用户发送的权限分配信息, 依据该权限分配信息对该第二用户的权限 进行调整, 实现了对监控系统中权限的分配, 提高用户体验度。  [0034] The technical solution provided by the present invention determines the identity of the first user after verifying the first user, and then receives the rights allocation information sent by the first user, and adjusts the rights of the second user according to the rights allocation information. The distribution of permissions in the monitoring system is realized, and the user experience is improved.
[0035] 可选的, 上述将该摄像头标识与该历史摄像头标识不相同的摄像头的标识添加 在该第二用户的权限树内具体包括:  [0035] Optionally, adding, in the permission tree of the second user, the identifier of the camera that is different from the historical camera identifier is specifically included in the permission tree of the second user:
[0036] 确定第二用户的权限树内的第一父节点, 确定待添加的摄像头标识对应的第二 父节点, 如第一父节点与第二父节点相同, 将该待添加的摄像头标识作为该第 一父节点的子节点添加在该第一父节点下, 如该第一父节点与第二父节点不相 同, 创建该第二父节点, 将待添加的摄像头标识添加在该第二父节点下。  [0036] determining a first parent node in the permission tree of the second user, determining a second parent node corresponding to the camera identifier to be added, eg, the first parent node is the same as the second parent node, and the camera identifier to be added is used as The child node of the first parent node is added under the first parent node. If the first parent node is different from the second parent node, the second parent node is created, and the camera identifier to be added is added to the second parent. Under the node.
[0037] 本发明提供的方法实现了权限树的更新以及设置, 进一步提高了权限的可操作 性以及可视性。  [0037] The method provided by the present invention implements the update and setting of the permission tree, and further improves the operability and visibility of the rights.
[0038] 可选的, 上述方法还可以包括:  [0038] Optionally, the foregoing method may further include:
[0039] 将待添加的摄像头标识发送至该第二用户绑定的终端设备上。  [0039] sending the camera identifier to be added to the terminal device bound by the second user.
[0040] 请参考图 2, 图 2是本发明第二较佳实施方式提出的一种监控系统, 该系统如图 2所示, 包括: 服务器 201以及 M个摄像头 202, M个摄像头 202与服务器 201连接  [0040] Please refer to FIG. 2. FIG. 2 is a monitoring system according to a second preferred embodiment of the present invention. The system is as shown in FIG. 2, and includes: a server 201 and M cameras 202, M cameras 202 and servers. 201 connection
[0041] 服务器 201, 用于接收第一用户登录请求, 验证通过后, 允许第一用户登录; \¥0 2019/100273 [0041] The server 201 is configured to receive a first user login request, and after the verification is passed, allow the first user to log in; \¥0 2019/100273
5 接收第一用户发送的权限分配消息, 该权限分配消息包括: 第二用户的标识以 及配给的摄像头标识。 依据该第二用户的标识确定第二用户的历史权限, 依据 历史权限确定该历史摄像头标识, 将该历史摄像头标识与该摄像头标识进行对
Figure imgf000007_0001
5 receiving a rights assignment message sent by the first user, where the rights assignment message includes: an identifier of the second user and a camera identifier that is assigned. Determining a historical right of the second user according to the identifier of the second user, determining the historical camera identifier according to the historical authority, and performing the historical camera identifier on the camera identifier
Figure imgf000007_0001
用户的权限树内;  Within the user's permission tree;
[0042] 该M个摄像头 202, 用于采集监控数据, 将该监控数据发送至服务器。  [0042] The M cameras 202 are configured to collect monitoring data, and send the monitoring data to the server.
[0043] 可选的, 所述服务器 201, 用于确定第二用户的权限树内的第一父节点, 确定 待添加的摄像头标识对应的第二父节点, 如第一父节点与第二父节点相同, 将 该待添加的摄像头标识作为该第一父节点的子节点添加在该第一父节点下, 如 该第一父节点与第二父节点不相同, 创建该第二父节点, 将待添加的摄像头标 识添加在该第二父节点下。  [0043] Optionally, the server 201 is configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, such as the first parent node and the second parent. The node is the same, and the camera identifier to be added is added as the child node of the first parent node to the first parent node. If the first parent node is different from the second parent node, the second parent node is created. The camera ID to be added is added under the second parent node.
[0044] 可选的, 所述服务器, 还用于将待添加的摄像头标识发送至该第二用户绑定的 终端设备上。  [0044] Optionally, the server is further configured to send the camera identifier to be added to the terminal device bound by the second user.
[0045] 参阅图 3, 图 3为一种服务器 30, 包括: 处理器 301、 收发器 302、 存储器 303和 总线 304, 收发器 302用于与外部设备之间收发数据。 处理器 301的数量可以是一 个或多个。 本申请的一些实施例中, 处理器 301、 存储器 302和收发器 303可通过 总线 3〇4或其他方式连接。 服务器 30可以用于执行图 1的步骤。 关于本实施例涉 及的术语的含义以及举例, 可以参考图 1对应的实施例。 此处不再赘述。 Referring to FIG. 3, FIG. 3 is a server 30, including: a processor 301, a transceiver 302, a memory 303, and a bus 304. The transceiver 302 is configured to send and receive data with and from an external device. The number of processors 301 can be one or more. In some embodiments of the present application, processor 301, memory 302, and transceiver 303 may be connected by bus 3 or other means. Server 30 can be used to perform the steps of FIG. For the meaning and examples of the terms involved in the embodiment, reference may be made to the corresponding embodiment of FIG. 1. I will not repeat them here.
[0046] 收发器 302, 用于接收第一用户登录请求, 验证通过后, 允许第一用户登录, 接收第一用户登录请求, 验证通过后, 允许第一用户登录;  [0046] The transceiver 302 is configured to receive a first user login request, and after the verification is passed, allow the first user to log in, receive the first user login request, and allow the first user to log in after the verification is passed;
[0047] 处理器 301, 用于依据该第二用户的标识确定第二用户的历史权限, 依据历史 权限确定该历史摄像头标识, 将该历史摄像头标识与该摄像头标识进行对比, 将该摄像头标识与该历史摄像头标识不相同的摄像头的标识添加在该第二用户 的权限树内。  [0047] The processor 301 is configured to determine a historical right of the second user according to the identifier of the second user, determine the historical camera identifier according to the historical authority, compare the historical camera identifier with the camera identifier, and compare the camera identifier with the camera identifier The identifier of the camera with different historical camera identifiers is added in the permission tree of the second user.
[0048] 其中, 存储器 303中存储程序代码。 处理器 201用于调用存储器 903中存储的程 序代码, 用于执行以下操作:  [0048] wherein the program code is stored in the memory 303. The processor 201 is configured to call a program code stored in the memory 903 for performing the following operations:
[0049] 处理器 301, 用于确定第二用户的权限树内的第一父节点, 确定待添加的摄像 头标识对应的第二父节点, 如第一父节点与第二父节点相同, 将该待添加的摄 \¥0 2019/100273 [0049] The processor 301 is configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, where the first parent node is the same as the second parent node, Photo to be added \¥0 2019/100273
6 像头标识作为该第一父节点的子节点添加在该第一父节点下, 如该第一父节点 与第二父节点不相同, 创建该第二父节点, 将待添加的摄像头标识添加在该第
Figure imgf000008_0001
6 The header identifier is added as the child node of the first parent node under the first parent node, and if the first parent node is different from the second parent node, the second parent node is created, and the camera identifier to be added is added. In the first
Figure imgf000008_0001
[0050] 需要说明的是, 这里的处理器 301可以是一个处理元件, 也可以是多个处理元 件的统称。 例如, 该处理元件可以是中央处理器 (Central Processing Unit, CPU ) 也可以是特定集成电路 (Application Specific Integrated Circuit, ASIC) 或 者是被配置成实施本申请实施例的一个或多个集成电路, 例如: 一个或多个微 处理器 (digital singnal processor, DSP) 或, 一个或者多个现场可编程门阵列 (Field Programmable Gate Array, FPGA) 。  [0050] It should be noted that the processor 301 herein may be a processing element or a general term of multiple processing elements. For example, the processing component may be a Central Processing Unit (CPU) or an Application Specific Integrated Circuit (ASIC) or one or more integrated circuits configured to implement the embodiments of the present application, for example : One or more digital singnal processors (DSPs) or one or more Field Programmable Gate Arrays (FPGAs).
[0051] 存储器 303可以是一个存储装置, 也可以是多个存储元件的统称, 且用于存储 可执行程序代码或应用程序运行装置运行所需要参数、 数据等。 且存储器 303可 以包括随机存储器 (RAM) 也可以包括非易失性存储器 (non-volatile memory ) , 例如磁盘存储器, 闪存 (Flash) 等。  [0051] The memory 303 may be a storage device or a collective name of a plurality of storage elements, and is used to store executable program code or parameters, data, and the like required for the application running device to operate. And the memory 303 may include random access memory (RAM) or non-volatile memory such as a magnetic disk memory, a flash memory, or the like.
[0052] 总线 304可以是工业标准体系结构 (Industry Standard Architecture, ISA) 总线 、 外部设备互连 (Peripheral  [0052] Bus 304 may be an Industry Standard Architecture (ISA) bus, external device interconnection (Peripheral)
Component, PCI) 总线或扩展工业标准体系结构 (Extended Industry Standard Architecture, EISA) 总线等。 该总线可以分为地址总线、 数据总线、 控制总线 等。 为便于表示, 图 3中仅用一条粗线表示, 但并不表示仅有一根总线或一种类 型的总线。  Component, PCI) bus or extended industry standard architecture (EISA) bus. The bus can be divided into an address bus, a data bus, a control bus, and the like. For ease of representation, only one thick line is shown in Figure 3, but it does not mean that there is only one bus or one type of bus.
[0053] 该终端还可以包括输入输出装置, 连接于总线 304, 以通过总线与处理器 301等 其它部分连接。 该输入输出装置可以为操作人员提供一输入界面, 以便操作人 员通过该输入界面选择布控项, 还可以是其它接口, 可通过该接口外接其它设 备。  [0053] The terminal may further include an input/output device connected to the bus 304 to be connected to other portions such as the processor 301 via a bus. The input/output device can provide an input interface for the operator, so that the operator can select the control item through the input interface, and can also be other interfaces through which other devices can be externally connected.
[0054] 需要说明的是, 对于前述的各个方法实施例, 为了简单描述, 故将其都表述为 一系列的动作组合, 但是本领域技术人员应该知悉, 本发明并不受所描述的动 作顺序的限制, 因为依据本发明, 某一些步骤可以采用其他顺序或者同时进行 。 其次, 本领域技术人员也应该知悉, 说明书中所描述的实施例均属于优选实 施例, 所涉及的动作和模块并不一定是本发明所必须的。 \¥0 2019/100273 [0054] It should be noted that, for the foregoing various method embodiments, for the sake of simple description, they are all expressed as a series of action combinations, but those skilled in the art should know that the present invention is not subject to the described action sequence. Limitations, as some steps may be performed in other orders or concurrently in accordance with the present invention. In addition, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions and modules involved are not necessarily required by the present invention. \¥0 2019/100273
7  7
[0055] 在上述实施例中, 对各个实施例的描述都各有侧重, 某个实施例中没有详细描 述的部分, 可以参见其他实施例的相关描述。 [0055] In the above embodiments, the descriptions of the various embodiments are different, and the parts that are not described in detail in a certain embodiment can be referred to the related descriptions of other embodiments.
[0056] 本领域普通技术人员可以理解上述实施例的各种方法中的全部或部分步骤是可 以通过程序来指令相关的硬件来完成, 该程序可以存储于一计算机可读存储介 质中, 存储介质可以包括: 闪存盘、 只读存储器 (英文: Read-Only Memory , 简称: ROM) 、 随机存取器 (英文: Random Access Memory, 简称: RAM) 、 磁盘或光盘等。  [0056] Those skilled in the art can understand that all or part of the various methods of the above embodiments can be completed by a program to instruct related hardware, the program can be stored in a computer readable storage medium, the storage medium It can include: flash disk, read-only memory (English: Read-Only Memory, abbreviation: ROM), random access memory (English: Random Access Memory, referred to as: RAM), disk or CD.
[0057] 以上对本发明实施例所提供的内容下载方法及相关设备、 系统进行了详细介绍 , 本文中应用了具体个例对本发明的原理及实施方式进行了阐述, 以上实施例 的说明只是用于帮助理解本发明的方法及其核心思想; 同时, 对于本领域的一 般技术人员, 依据本发明的思想, 在具体实施方式及应用范围上均会有改变之 处, 综上所述, 本说明书内容不应理解为对本发明的限制。  [0057] The content downloading method and the related device and system provided by the embodiments of the present invention are described in detail above. The principles and embodiments of the present invention are described in the specific examples. The description of the above embodiments is only used for To help understand the method of the present invention and its core ideas; at the same time, for those skilled in the art, according to the idea of the present invention, there will be changes in the specific embodiments and application scopes. It should not be construed as limiting the invention.

Claims

\¥0 2019/100273 8 权利要求书 \¥0 2019/100273 8 Claims
[权利要求 1] 一种监控系统中权限分配方法, 其特征在于, 所述方法包括如下步骤  [Claim 1] A method for assigning rights in a monitoring system, characterized in that the method comprises the following steps
监控系统接收第一用户登录请求, 验证通过后, 允许第一用户登录; 监控系统接收第一用户发送的权限分配消息, 该权限分配消息包括: 第二用户的标识以及配给的摄像头标识; The monitoring system receives the first user login request, and after the verification is passed, allows the first user to log in; the monitoring system receives the rights allocation message sent by the first user, where the rights allocation message includes: the identifier of the second user and the assigned camera identifier;
监控系统依据该第二用户的标识确定第二用户的历史权限, 依据历史 权限确定该历史摄像头标识, 将该历史摄像头标识与该摄像头标识进 行对比, 将该摄像头标识与该历史摄像头标识不相同的摄像头的标识 添加在该第二用户的权限树内。  The monitoring system determines the historical authority of the second user according to the identifier of the second user, determines the historical camera identifier according to the historical authority, compares the historical camera identifier with the camera identifier, and the camera identifier is different from the historical camera identifier. The identity of the camera is added to the permission tree of the second user.
[权利要求 2] 根据权利要求 1所述的方法, 其特征在于, 所述将该摄像头标识与该 历史摄像头标识不相同的摄像头的标识添加在该第二用户的权限树内 具体包括:  [Claim 2] The method according to claim 1, wherein the adding the identifier of the camera that is different from the historical camera identifier to the permission tree of the second user includes:
确定第二用户的权限树内的第一父节点, 确定待添加的摄像头标识对 应的第二父节点, 如第一父节点与第二父节点相同, 将该待添加的摄 像头标识作为该第一父节点的子节点添加在该第一父节点下。  Determining a first parent node in the permission tree of the second user, determining a second parent node corresponding to the camera identifier to be added, for example, the first parent node is the same as the second parent node, and the camera identifier to be added is used as the first The child node of the parent node is added under the first parent node.
[权利要求 3] 根据权利要求 1所述的方法, 其特征在于, 所述方法还包括:  [Claim 3] The method according to claim 1, wherein the method further comprises:
如该第一父节点与第二父节点不相同, 创建该第二父节点, 将待添加 的摄像头标识添加在该第二父节点下。  If the first parent node is different from the second parent node, the second parent node is created, and the camera identifier to be added is added under the second parent node.
[权利要求 4] 一种监控系统, 其特征在于, 所述系统包括: 服务器以及 M个摄像头 , 所述服务器与 M个摄像头连接;  [Claim 4] A monitoring system, comprising: a server and M cameras, wherein the server is connected to M cameras;
服务器, 用于接收第一用户登录请求, 验证通过后, 允许第一用户登 录; 接收第一用户发送的权限分配消息, 该权限分配消息包括: 第二 用户的标识以及配给的摄像头标识; 依据该第二用户的标识确定第二 用户的历史权限, 依据历史权限确定该历史摄像头标识, 将该历史摄 像头标识与该摄像头标识进行对比, 将该摄像头标识与该历史摄像头 标识不相同的摄像头的标识添加在该第二用户的权限树内; 所述 M个摄像头, 用于采集监控数据, 将该监控数据发送至所述服务 \¥0 2019/100273 The server is configured to receive the first user login request, and after the verification is passed, allow the first user to log in; receive the rights assignment message sent by the first user, where the rights assignment message includes: the identifier of the second user and the assigned camera identifier; The identifier of the second user determines the historical authority of the second user, determines the historical camera identifier according to the historical authority, compares the historical camera identifier with the camera identifier, and adds the identifier of the camera whose camera identifier is different from the historical camera identifier. In the permission tree of the second user; the M cameras are configured to collect monitoring data, and send the monitoring data to the service \¥0 2019/100273
9 器。  9 devices.
[权利要求 5] 根据权利要求 4所述的系统, 其特征在于,  [Clave 5] The system of claim 4, wherein
所述服务器, 还用于确定第二用户的权限树内的第一父节点, 确定待 添加的摄像头标识对应的第二父节点, 如第一父节点与第二父节点相 同, 将该待添加的摄像头标识作为该第一父节点的子节点添加在该第 一父节点下。  The server is further configured to determine a first parent node in the permission tree of the second user, and determine a second parent node corresponding to the camera identifier to be added, for example, the first parent node is the same as the second parent node, and the to-be-added The camera ID is added as a child of the first parent node under the first parent node.
[权利要求 6] 根据权利要求 4所述的方法, 其特征在于,  [Claim 6] The method according to claim 4, characterized in that
所述服务器, 还用于如该第一父节点与第二父节点不相同, 创建该第 二父节点, 将待添加的摄像头标识添加在该第二父节点下。  The server is further configured to create the second parent node, and add a camera identifier to be added under the second parent node, if the first parent node is different from the second parent node.
[权利要求 7] 一种服务器, 包括: 处理器、 收发器、 存储器和总线, 所述处理器、 收发器、 存储器通过总线连接, 其特征在于,  [Claim 7] A server, comprising: a processor, a transceiver, a memory, and a bus, wherein the processor, the transceiver, and the memory are connected by a bus, wherein
所述收发器, 用于接收第一用户登录请求, 验证通过后, 允许第一用 户登录; 接收第一用户发送的权限分配消息, 该权限分配消息包括: 第二用户的标识以及配给的摄像头标识;  The transceiver is configured to receive a first user login request, and after the verification is passed, allow the first user to log in; receive the rights assignment message sent by the first user, where the rights assignment message includes: the identifier of the second user and the assigned camera identifier ;
所述处理器, 用于依据该第二用户的标识确定第二用户的历史权限, 依据历史权限确定该历史摄像头标识, 将该历史摄像头标识与该摄像 头标识进行对比, 将该摄像头标识与该历史摄像头标识不相同的摄像 头的标识添加在该第二用户的权限树内。  The processor is configured to determine a historical right of the second user according to the identifier of the second user, determine the historical camera identifier according to the historical authority, compare the historical camera identifier with the camera identifier, and compare the camera identifier with the history The identification of the camera with different camera identifications is added in the permission tree of the second user.
[权利要求 8] 根据权利要求 7所述的服务器, 其特征在于, 所述处理器, 用于确定 第二用户的权限树内的第一父节点, 确定待添加的摄像头标识对应的 第二父节点, 如第一父节点与第二父节点相同, 将该待添加的摄像头 标识作为该第一父节点的子节点添加在该第一父节点下。  [Claim 8] The server according to claim 7, wherein the processor is configured to determine a first parent node in a permission tree of the second user, and determine a second parent corresponding to the camera identifier to be added The node, such as the first parent node and the second parent node, adds the camera identifier to be added as a child node of the first parent node to the first parent node.
[权利要求 9] 根据权利要求 7所述的服务器, 其特征在于, 所述处理器, 用于如该 第一父节点与第二父节点不相同, 创建该第二父节点, 将待添加的摄 像头标识添加在该第二父节点下。  [Claim 9] The server according to claim 7, wherein the processor is configured to create the second parent node, which is to be added, if the first parent node is different from the second parent node. The camera ID is added under the second parent node.
[权利要求 10] 一种计算机可读存储介质, 其特征在于, 其存储用于电子数据交换的 计算机程序, 其中, 所述计算机程序使得计算机执行如权利要求 1-3 任一项所述的方法。  [Claim 10] A computer readable storage medium storing a computer program for electronic data exchange, wherein the computer program causes a computer to perform the method of any one of claims 1-3 .
PCT/CN2017/112479 2017-11-23 2017-11-23 Permission assignment method and system in monitoring system WO2019100273A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/112479 WO2019100273A1 (en) 2017-11-23 2017-11-23 Permission assignment method and system in monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/112479 WO2019100273A1 (en) 2017-11-23 2017-11-23 Permission assignment method and system in monitoring system

Publications (1)

Publication Number Publication Date
WO2019100273A1 true WO2019100273A1 (en) 2019-05-31

Family

ID=66631271

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/112479 WO2019100273A1 (en) 2017-11-23 2017-11-23 Permission assignment method and system in monitoring system

Country Status (1)

Country Link
WO (1) WO2019100273A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102739623A (en) * 2011-04-15 2012-10-17 华为终端有限公司 Authorization method and terminal device
CN104050535A (en) * 2014-06-20 2014-09-17 西安诺瓦电子科技有限公司 Service authority distributing method and system
CN106339632A (en) * 2015-07-10 2017-01-18 华为终端(东莞)有限公司 Method for allocating M2M device administration authority, user device and system
JP2017111712A (en) * 2015-12-18 2017-06-22 コニカミノルタ株式会社 Authority management device and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102739623A (en) * 2011-04-15 2012-10-17 华为终端有限公司 Authorization method and terminal device
CN104050535A (en) * 2014-06-20 2014-09-17 西安诺瓦电子科技有限公司 Service authority distributing method and system
CN106339632A (en) * 2015-07-10 2017-01-18 华为终端(东莞)有限公司 Method for allocating M2M device administration authority, user device and system
JP2017111712A (en) * 2015-12-18 2017-06-22 コニカミノルタ株式会社 Authority management device and program

Similar Documents

Publication Publication Date Title
CN108549580B (en) Method for automatically deploying Kubernets slave nodes and terminal equipment
CN109274722B (en) Data sharing method and device and electronic equipment
AU2014235793B2 (en) Automatic tuning of virtual data center resource utilization policies
US20160164963A1 (en) Method, system, and device for managing server hardware resources in a cloud scheduling environment
US9864606B2 (en) Methods for configurable hardware logic device reloading and devices thereof
CN108833251B (en) Method and apparatus for controlling network interconnection
CN106487870B (en) Action execution architecture for virtualized technology components
CN113625589B (en) Equipment control method and device, electronic equipment and storage medium
US10621124B2 (en) Method, device and computer program product for enabling SR-IOV functions in endpoint device
US11502899B2 (en) Dynamic product installation based on user feedback
US20170034311A1 (en) Method for selecting between multiple RPC frameworks during a TCP/IP session
CN112770308A (en) Network distribution method and device of intelligent device, electronic device and computer readable medium
CN114090623A (en) Method and device for creating cache resources, electronic equipment and storage medium
US10938771B2 (en) Determining physical locations of devices in a data center
CN111221655B (en) Method and device for managing resources of OpenStack platform
CN115454576B (en) Virtual machine process management method and system and electronic equipment
WO2019100273A1 (en) Permission assignment method and system in monitoring system
US9456046B2 (en) Dynamic generation of proxy connections
US10560527B2 (en) Network service chains using hardware logic devices in an information handling system
CN114466047A (en) Method, platform, equipment and medium for conveniently accessing Internet of things equipment to Internet of things platform
JP6909218B2 (en) Distributed operating system features for nodes in the rack
US9473319B2 (en) Dynamic discovery and assignment of available virtual local area networks
CN113726885B (en) Flow quota adjusting method and device
US9674282B2 (en) Synchronizing SLM statuses of a plurality of appliances in a cluster
CN113726885A (en) Method and device for adjusting flow quota

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17932601

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 22/09/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17932601

Country of ref document: EP

Kind code of ref document: A1