CN110752950A - Update detection method and device for cloud resource pool and terminal equipment - Google Patents

Update detection method and device for cloud resource pool and terminal equipment Download PDF

Info

Publication number
CN110752950A
CN110752950A CN201911014292.3A CN201911014292A CN110752950A CN 110752950 A CN110752950 A CN 110752950A CN 201911014292 A CN201911014292 A CN 201911014292A CN 110752950 A CN110752950 A CN 110752950A
Authority
CN
China
Prior art keywords
interface information
target
information
initial
resource object
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN201911014292.3A
Other languages
Chinese (zh)
Inventor
张世勋
陈斌
周一峰
温怀湘
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group Co Ltd
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 China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN201911014292.3A priority Critical patent/CN110752950A/en
Publication of CN110752950A publication Critical patent/CN110752950A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • H04L67/025Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0876Aspects of the degree of configuration automation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention provides a method, a device and a terminal device for updating and detecting a cloud resource pool, wherein the method comprises the following steps: receiving an update confirmation request sent by a second terminal, and acquiring target interface information in the update confirmation request, wherein the update confirmation request is generated by the second terminal, detecting whether an updated target resource object exists in a cloud resource pool, acquiring target interface information corresponding to the target resource object after detecting that the target resource object exists in the cloud resource pool, and generating according to the target interface information.

Description

Update detection method and device for cloud resource pool and terminal equipment
Technical Field
The embodiment of the invention relates to the technical field of terminals, in particular to a method and a device for updating and detecting a cloud resource pool and terminal equipment.
Background
With the development of computer technology, the cloud resource pool provides more and more resource objects (e.g., cloud service components, cloud resource products) to the cloud portal terminal. When the cloud portal terminal uses the resource object provided by the cloud resource pool, the corresponding interface needs to be called according to the interface information of the resource object provided by the cloud resource pool.
In the prior art, in order to ensure that a cloud portal terminal can successfully and stably call an interface corresponding to a resource object, a manager related to the cloud portal terminal needs to periodically detect whether interface information of the resource object used by the cloud portal terminal is updated, if the interface information is updated, new interface information needs to be downloaded from a cloud resource pool, and the cloud portal terminal can be reconfigured according to the updated interface information, so that the cloud portal terminal can successfully call a corresponding interface again according to the new interface information.
However, the inventors found that at least the following problems exist in the prior art: because the manager is required to manually discover whether the interface information is updated, when the manager fails to timely discover that the interface information of the resource object is updated, the problem of interface calling failure may occur, and the normal operation of the cloud portal terminal is affected.
Disclosure of Invention
The embodiment of the invention provides an update detection method and device for a cloud resource pool and terminal equipment, and aims to solve the problem that interface calling fails due to the fact that updated interface information cannot be found in time in the prior art.
In a first aspect, an embodiment of the present invention provides a method for detecting update of a cloud resource pool, where the method is applied to a first terminal, and the method includes:
receiving an update confirmation request sent by a second terminal, and acquiring target interface information in the update confirmation request, wherein the update confirmation request is generated by detecting whether an updated target resource object exists in a cloud resource pool by the second terminal, acquiring target interface information corresponding to the target resource object after detecting that the target resource object exists in the cloud resource pool, and generating the target interface information according to the target interface information;
if initial interface information corresponding to the target resource object exists in a preset storage position, judging whether the initial interface information is matched with the target interface information;
and if the initial interface information is not matched with the target interface information, generating a notification message for updating the target resource object, and sending the notification message to a preset manager.
In one possible design, the determining whether the initial interface information matches the target interface information includes:
judging whether the initial interface information is consistent with the target interface information;
if the initial interface information is inconsistent with the target interface information, determining that the initial interface information is not matched with the target interface information;
if the initial interface information is consistent with the target interface information, performing interface simulation calling according to the target interface information to obtain a first calling result, and performing interface simulation calling according to the initial interface information to obtain a second calling result;
judging whether the first calling result is matched with the second calling result;
if the first calling result is matched with the second calling result, determining that the initial interface information is matched with the target interface information;
and if the first calling result is not matched with the second calling result, determining that the initial interface information is not matched with the target interface information.
In one possible design, the call result includes a call state and response data;
the determining whether the first call result is matched with the second call result includes:
if the first calling state is calling successfully and the second calling state is calling successfully, judging whether the first response data is the same as the second response data;
and if the first response data is the same as the second response data, determining that the first calling result is matched with the second calling result.
In one possible design, the interface information includes interface basic information, interface path information, and version information;
the determining whether the initial interface information is consistent with the target interface information includes:
respectively judging whether the initial interface basic information is the same as the target interface basic information, whether the initial interface path information is the same as the target interface path information and whether the initial version information is the same as the target version information;
and if the initial interface basic information is the same as the target interface basic information, the initial interface path information is the same as the target interface path information, and the initial version information is the same as the target version information, determining that the initial interface information is consistent with the target interface information.
In one possible design, after obtaining the target interface information in the update confirmation request, the method further includes:
and if the initial interface information corresponding to the target resource object does not exist in the preset storage position, generating a notification message for updating the target resource object, and sending the notification message to a preset manager.
In a second aspect, an embodiment of the present invention provides an update detection method for a cloud resource pool, where the method is applied to a second terminal, and the method includes:
detecting whether an updated target resource object exists in the cloud resource pool;
if the target resource object exists in the cloud resource pool, target interface information corresponding to the target resource object is obtained;
generating an update confirmation request according to the target interface information, sending the update confirmation request to a first terminal, so that the first terminal receives the update confirmation request sent by a second terminal, acquiring the target interface information in the update confirmation request, if initial interface information corresponding to the target resource object exists in a preset storage position, judging whether the initial interface information is matched with the target interface information, if the initial interface information is not matched with the target interface information, generating a notification message for updating the target resource object, and sending the notification message to a preset manager.
In one possible design, the detecting whether an updated target resource object exists within the cloud resource pool includes:
detecting whether a new resource object exists in the cloud resource pool;
and if the new resource object exists, determining that the updated target resource object exists in the cloud resource pool.
In a third aspect, an embodiment of the present invention provides an update detection apparatus for a cloud resource pool, where the apparatus is applied to a first terminal, and the apparatus includes:
the interface information acquisition module is used for receiving an update confirmation request sent by a second terminal and acquiring target interface information in the update confirmation request, wherein the update confirmation request is generated by detecting whether an updated target resource object exists in a cloud resource pool by the second terminal, acquiring target interface information corresponding to the target resource object after detecting that the target resource object exists in the cloud resource pool, and generating the target interface information according to the target interface information;
the interface information matching module is used for judging whether the initial interface information is matched with the target interface information or not if the initial interface information corresponding to the target resource object exists in a preset storage position;
and the notification message generation module is used for generating a notification message for updating the target resource object if the initial interface information is not matched with the target interface information, and sending the notification message to a preset manager.
In one possible design, the interface information matching module is specifically configured to:
judging whether the initial interface information is consistent with the target interface information;
if the initial interface information is inconsistent with the target interface information, determining that the initial interface information is not matched with the target interface information;
if the initial interface information is consistent with the target interface information, performing interface simulation calling according to the target interface information to obtain a first calling result, and performing interface simulation calling according to the initial interface information to obtain a second calling result;
judging whether the first calling result is matched with the second calling result;
if the first calling result is matched with the second calling result, determining that the initial interface information is matched with the target interface information;
and if the first calling result is not matched with the second calling result, determining that the initial interface information is not matched with the target interface information.
In one possible design, the call result includes a call state and response data;
the interface information matching module is further specifically configured to:
if the first calling state is calling successfully and the second calling state is calling successfully, judging whether the first response data is the same as the second response data;
and if the first response data is the same as the second response data, determining that the first calling result is matched with the second calling result.
In one possible design, the interface information includes interface basic information, interface path information, and version information;
the interface information matching module is further specifically configured to: respectively judging whether the initial interface basic information is the same as the target interface basic information, whether the initial interface path information is the same as the target interface path information and whether the initial version information is the same as the target version information;
and if the initial interface basic information is the same as the target interface basic information, the initial interface path information is the same as the target interface path information, and the initial version information is the same as the target version information, determining that the initial interface information is consistent with the target interface information.
In one possible design, the interface information obtaining module is further configured to: after the target interface information in the update confirmation request is acquired, if the initial interface information corresponding to the target resource object does not exist in a preset storage position, generating a notification message of the update of the target resource object, and sending the notification message to a preset manager.
In a fourth aspect, an embodiment of the present invention provides an update detection apparatus for a cloud resource pool, where the apparatus is applied to a second terminal, and the apparatus includes:
in one possible design, the apparatus is applied to a second terminal, and the apparatus includes:
the update object detection module is used for detecting whether an updated target resource object exists in the cloud resource pool;
the updating processing module is used for acquiring target interface information corresponding to the target resource object if the target resource object exists in the cloud resource pool;
and the confirmation request generation module is used for generating an update confirmation request according to the target interface information and sending the update confirmation request to the first terminal so that the first terminal receives the update confirmation request sent by the second terminal, acquires the target interface information in the update confirmation request, judges whether the initial interface information is matched with the target interface information if the initial interface information corresponding to the target resource object exists in a preset storage position, generates a notification message for updating the target resource object if the initial interface information is not matched with the target interface information, and sends the notification message to a preset manager.
In one possible design, the update object detection module is specifically configured to:
detecting whether a new resource object exists in the cloud resource pool;
and if the new resource object exists, determining that the updated target resource object exists in the cloud resource pool.
In a fifth aspect, an embodiment of the present invention provides a terminal device, including: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the memory-stored computer-executable instructions causes the at least one processor to perform the update detection method of the cloud resource pool of any of the first aspects.
In a sixth aspect, an embodiment of the present invention provides a terminal device, including: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the memory-stored computer-executable instructions causes the at least one processor to perform the update detection method of the cloud resource pool of any of the second aspects.
In a seventh aspect, an embodiment of the present invention provides a computer-readable storage medium, where a computer executing instruction is stored in the computer-readable storage medium, and when a processor executes the computer executing instruction, the method for detecting update of a cloud resource pool according to any one of the first aspect is implemented.
In an eighth aspect, an embodiment of the present invention provides a computer-readable storage medium, where the computer-readable storage medium stores computer-executable instructions, and when a processor executes the computer-executable instructions, the method for detecting update of a cloud resource pool according to any one of the second aspects is implemented.
The method, the device and the terminal device for detecting update of the cloud resource pool provided by the embodiment of the invention acquire the target interface information in the update confirmation request when receiving the update confirmation request sent by the second terminal, wherein the target interface information is the interface information corresponding to the target resource object which is updated in the cloud resource pool, and judge whether the target interface information is matched with the initial interface information corresponding to the target resource object in the preset storage position, so that automatic judgment of update of the interface information is realized, manual monitoring is not needed, if the target interface information and the initial interface information are not matched, the initial interface information of the target interface stored in the preset storage position is not the latest interface information of the target interface, namely, the interface information configured on the first terminal is not the latest interface information corresponding to the target resource object, so that a corresponding notification message needs to be generated and sent to the preset manager, the management personnel can update the related interface information on the first terminal in time, and the interface information corresponding to the target resource object on the first terminal is consistent with the interface information corresponding to the target resource object in the cloud resource pool, so that the first terminal can successfully call the target interface, and the problem that the interface calling fails due to the fact that the updated interface information cannot be found in time is avoided.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic architecture diagram of an update detection system of a cloud resource pool according to an embodiment of the present invention;
fig. 2 is a first flowchart of a method for detecting update of a cloud resource pool according to an embodiment of the present invention;
fig. 3 is a second flowchart of an update detection method for a cloud resource pool according to an embodiment of the present invention;
fig. 4 is a flowchart of a third method for detecting update of a cloud resource pool according to an embodiment of the present invention;
fig. 5 is a first schematic structural diagram of an update detection apparatus for a cloud resource pool according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a second update detection apparatus for a cloud resource pool according to an embodiment of the present invention;
fig. 7 is a schematic diagram of a hardware structure of a terminal device according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Fig. 1 is a schematic structural diagram of an update detection system of a cloud resource pool according to an embodiment of the present invention, and as shown in fig. 1, the system provided in this embodiment includes a first terminal 101 and a second terminal 102, where the first terminal 101 and the second terminal 102 may be computer devices, the second terminal 102 detects whether an updated target resource object exists in the cloud resource pool, generates a corresponding update confirmation request according to target interface information corresponding to the target resource object after determining that the updated target resource object exists in the cloud resource pool, and sends the update confirmation request to the first terminal 101, the first terminal 101 obtains the target interface information in the update confirmation request, and determines whether interface information corresponding to the target resource object on the first terminal is the latest interface information by determining whether initial interface information stored in a preset storage location matches with the target interface information, whether the interface information is updated or not is automatically detected, when the interface information is not the latest interface information, the interface information of the target resource object in the cloud resource pool is indicated to be updated, related management personnel are required to be informed, the related management personnel can update the interface information corresponding to the target resource object on the first terminal into the target interface information in time, and related interface configuration is carried out, so that the consistency between the interface information on the first terminal and the interface information of the target resource object in the cloud resource pool is ensured, the problem that the interface calling fails due to the fact that the management personnel cannot find that the interface information of the resource object is updated in time, the inconsistency between the interface information on the first terminal and the interface information of the target resource object in the cloud resource pool is caused is avoided, and the normal operation of the first terminal is ensured.
The technical solution of the present invention will be described in detail below with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Fig. 2 is a first flowchart of a method for detecting update of a cloud resource pool according to an embodiment of the present invention, where the method of this embodiment may be executed by the first terminal in fig. 1. As shown in fig. 2, the method of this embodiment may include:
s201: receiving an update confirmation request sent by the second terminal, and acquiring target interface information in the update confirmation request, wherein the update confirmation request is generated by detecting whether an updated target resource object exists in the cloud resource pool by the second terminal, acquiring target interface information corresponding to the target resource object after detecting that the target resource object exists in the cloud resource pool, and generating the target interface information according to the target interface information.
In this embodiment, when the second terminal determines that an updated target resource object exists in the cloud resource pool, the target interface information corresponding to the target resource object is acquired, an update confirmation request is generated according to the target interface information and sent to the first terminal, and the first terminal determines whether to notify relevant managers according to the target interface information in the update confirmation request, so that the relevant managers can reconfigure.
And the target interface information corresponding to the target resource object is the interface information of the interface required to be called by using the target resource object.
Optionally, after obtaining the target interface information in the update confirmation request, the method further includes:
and if the initial interface information corresponding to the target resource object does not exist in the preset storage position, generating a notification message for updating the target resource object, and sending the notification message to a preset manager.
In this embodiment, after obtaining the target interface information in the update confirmation request, the first terminal searches whether target interface information exists in a preset storage location, and if the target interface information does not exist, directly generates a notification message for updating the target resource object, where the notification message includes an identifier of the target resource object and the target interface information, and sends the notification message to a preset administrator, so that the preset administrator can perform relevant interface configuration on the first terminal again by using the notification message, and thus the first terminal can successfully invoke the interface of the target resource object.
In this embodiment, after it is determined that the target interface information does not exist in the preset storage location, the target interface information also needs to be stored in the preset storage location.
The preset storage location may be a preset configuration database.
S202: and if the initial interface information corresponding to the target resource object exists in the preset storage position, judging whether the initial interface information is matched with the target interface information.
In this embodiment, when initial interface information corresponding to a target resource object exists in a preset storage location, it is determined whether the initial interface information matches the target interface information, and if the initial interface information matches the target interface information, it is determined that the latest interface information of the target resource object is stored in the preset storage location, and it is not necessary to generate a corresponding notification message and send the notification message to a manager, so that the manager reconfigures an interface.
The initial interface information is the interface information of the target resource object stored in the preset storage position.
S203: and if the initial interface information is not matched with the target interface information, generating a notification message for updating the target resource object, and sending the notification message to preset management personnel.
In this embodiment, when it is determined that the initial interface information is not matched with the target interface information, it indicates that the initial interface information stored in the preset storage location is not the latest interface information of the target resource object, and a relevant administrator needs to reconfigure the target interface according to the latest interface information, so that the first terminal can successfully use the target resource by calling the reconfigured target interface, thereby avoiding a call failure problem.
In going through
As can be seen from the above description, when an update confirmation request sent by a second terminal is received, target interface information in the update confirmation request is obtained, where the target interface information is interface information corresponding to a target resource object that is updated in a cloud resource pool, and whether the target interface information matches initial interface information corresponding to the target resource object in a preset storage location is determined, so that automatic determination of updating of the interface information is achieved, manual monitoring is not required, and if the target interface information and the initial interface information do not match, it indicates that the initial interface information of the target interface stored in the preset storage location is not the latest interface information of the target interface, i.e., the interface information configured on the first terminal is not the latest interface information corresponding to the target resource object, and therefore, a corresponding notification message needs to be generated and sent to a preset manager, so that the manager can update relevant interface information on the first terminal in time, interface information corresponding to the target resource object on the first terminal is consistent with interface information corresponding to the target resource object in the cloud resource pool, so that the first terminal can be ensured to successfully call the target interface, and the problem of interface call failure caused by failure in timely finding updated interface information is avoided.
When determining whether the interface information is updated, the determination may be performed by determining whether the initial interface information matches the target interface information, and a detailed description is given below of a process of determining whether the initial interface information matches the target interface information in conjunction with a specific embodiment.
Fig. 3 is a second flowchart of a method for detecting update of a cloud resource pool according to an embodiment of the present invention, as shown in fig. 3, and based on the foregoing embodiment, details are described for determining whether initial interface information matches target interface information, and as shown in fig. 3, the method includes:
s301: receiving an update confirmation request sent by the second terminal, and acquiring target interface information in the update confirmation request, wherein the update confirmation request is generated by detecting whether an updated target resource object exists in the cloud resource pool by the second terminal, acquiring target interface information corresponding to the target resource object after detecting that the target resource object exists in the cloud resource pool, and generating the target interface information according to the target interface information.
The specific implementation of S301 in this embodiment is similar to S201 in the foregoing embodiment, and is not described here again.
S302: and if the initial interface information corresponding to the target resource object exists in the preset storage position, judging whether the initial interface information is consistent with the target interface information.
In this embodiment, when initial interface information corresponding to a target resource object exists in a preset storage location, it indicates that the target resource object is not a new resource object, and the first terminal needs to determine whether the interface information on the first terminal is the latest interface information by determining whether the initial interface information is consistent with the target interface information.
The interface information comprises interface basic information, interface path information and version information. The interface basic information includes an interface name.
The interface path information is an access path of the interface, and the interface basic information further comprises a return state code and interface parameter information.
Optionally, the interface information further includes area information and environment information. The area information refers to the geographical position of the cloud resource pool where the resource object corresponding to the interface is located, and the environment information refers to the testing environment resource pool information or the production environment resource pool information where the resource object corresponding to the interface is located.
Optionally, determining whether the initial interface information is consistent with the target interface information includes:
and respectively judging whether the initial interface basic information is the same as the target interface basic information, whether the initial interface path information is the same as the target interface path information and whether the initial version information is the same as the target version information.
And if the initial interface basic information is the same as the target interface basic information, the initial interface path information is the same as the target interface path information, and the initial version information is the same as the target version information, determining that the initial interface information is consistent with the target interface information.
In this embodiment, when determining whether the initial interface information is consistent with the target interface information, it is determined whether the information in the initial interface information is the same as the information in the target interface information, and if all the information in the initial interface information is the same as the information in the target interface information, it is determined that the initial interface information is consistent with the target interface information. If the initial interface information is different from the target interface information, the initial interface information is determined to be inconsistent with the target interface information, the interface information of the target resource object is updated, and a related manager needs to reconfigure the target interface on the first terminal, so that the problem of interface updating is solved.
S303: and if the initial interface information is inconsistent with the target interface information, determining that the initial interface information is not matched with the target interface information.
In this embodiment, when the initial interface information is inconsistent with the target interface information, it may be directly determined that the initial interface information is not matched with the target interface information, the interface information of the target resource object is updated, and the target interface needs to be reconfigured on the first terminal by a relevant administrator.
S304: if the initial interface information is consistent with the target interface information, interface simulation calling is carried out according to the target interface information to obtain a first calling result, and interface simulation calling is carried out according to the initial interface information to obtain a second calling result.
In this embodiment, when it is determined that the initial interface information is consistent with the target interface information, whether the target interface is updated may be further determined through interface simulation call, so as to improve accuracy of update determination.
And performing interface simulation calling by using the target interface information to obtain a first calling result, and performing interface simulation calling by using the initial interface information to obtain a second calling result.
When the target interface information is used for interface simulation calling, the target interface information can be input to a preset interface calling simulation tool for interface simulation calling, and correspondingly, the target interface information can also be input to the preset interface calling simulation tool for interface simulation calling.
Wherein the call result includes a call state and response data. The calling state is calling success or calling failure.
S305: and judging whether the first calling result is matched with the second calling result.
When judging whether the first calling result is matched with the second result, the first calling state and the first response data in the first calling result and the second calling state and the second response data in the second calling result can be used for judging, and the specific judging process comprises the following steps:
and if the first calling state is calling successfully and the second calling state is calling successfully, judging whether the first response data is the same as the second response data.
And if the first response data is the same as the second response data, determining that the first calling result is matched with the second calling result.
In this embodiment, when both the first call state in the first call result and the second call state in the second call result are successfully called, and the first response data in the first call result is the same as the second response data in the second call result, it may be determined that the first call result matches the second call result.
S306: and if the first calling result is matched with the second calling result, determining that the initial interface information is matched with the target interface information.
In this embodiment, when it is determined that the first call result matches the second call result, it is determined that the initial interface information matches the target interface information, that is, the initial interface information corresponding to the target resource object stored in the preset storage location is the latest interface information, and it is not necessary to perform related interface reconfiguration on the first terminal.
S307: and if the first calling result is not matched with the second calling result, determining that the initial interface information is not matched with the target interface information.
In this embodiment of the present disclosure, when it is determined that the first call result is not matched with the second call result, it is determined that the initial interface information is not matched with the target interface information, the initial interface information corresponding to the target resource object stored in the preset storage location is not the latest interface information, and it is necessary for a relevant administrator to perform relevant interface information configuration on the first terminal, so that the interface information corresponding to the target resource object on the first terminal is consistent with the interface information corresponding to the target resource object in the cloud resource pool, and a problem of interface call failure due to inconsistent interface information is avoided.
S308: and if the initial interface information is not matched with the target interface information, generating a notification message for updating the target resource object, and sending the notification message to preset management personnel.
The specific implementation of S308 in this embodiment is similar to S203 in the above embodiment, and is not described here again.
Fig. 4 is a flowchart of a third method for detecting update of a cloud resource pool according to an embodiment of the present invention, where an execution subject of the method according to this embodiment may be the second terminal in fig. 1. As shown in fig. 4, the method of this embodiment may include:
s401: and detecting whether the updated target resource object exists in the cloud resource pool.
In this embodiment, the second terminal detects whether an updated target resource object exists in the cloud resource pool, where the resource object refers to a cloud resource component, a cloud resource product, and the like provided by the cloud resource pool.
The cloud resource pool can be a cloud resource pool arranged on the second terminal, when whether an updated target resource object exists in the cloud resource pool or not is detected, the second terminal can detect by using a pre-programmed probe assembly, and when a new resource object is added or the version information of the resource object is updated, the probe assembly can detect the update of the target resource object.
The updated target resource object refers to a new resource object or a resource object with changed version information in the cloud resource pool.
Correspondingly, detecting whether an updated target resource object exists in the cloud resource pool may be detecting whether a new resource object exists in the cloud resource pool, and the specific process includes: and detecting whether a new resource object exists in the cloud resource pool. And if the new resource object exists, determining that the updated target resource object exists in the cloud resource pool.
Correspondingly, detecting whether an updated target resource object exists in the cloud resource pool may be detecting whether a resource object whose object version information is changed exists in the cloud resource pool, and the specific process includes: and detecting whether a resource object with changed object version information exists in the cloud resource pool, and if the resource object with changed object version information exists, determining that an updated target resource object exists in the cloud resource pool.
And when no new resource object exists in the cloud resource pool and no resource object with the changed object version information exists, determining that no updated target resource object exists in the cloud resource pool, and not performing the steps S402 and S403.
When detecting whether a resource object with changed object version information exists in the cloud resource pool, the method can directly detect by using the probe assembly, or can obtain current object version information corresponding to each resource object in the cloud resource pool at certain intervals, and for each resource object, judge whether the current object version information of the resource object is the same as the last obtained object version information of the resource object, if so, determine that the object version information of the resource object is not changed, and if not, determine that the object version information of the resource object is changed.
S402: and if the target resource object exists in the cloud resource pool, acquiring target interface information corresponding to the target resource object.
In this embodiment, when a target resource object exists in the cloud resource pool, the second terminal obtains target interface information corresponding to the target resource object, where the target interface information includes target interface basic information, target interface path information, and target interface version information.
The basic information of the target interface comprises a name of the target interface.
S403: generating an update confirmation request according to the target interface information, sending the update confirmation request to the first terminal, enabling the first terminal to receive the update confirmation request sent by the second terminal, obtaining the target interface information in the update confirmation request, judging whether the initial interface information is matched with the target interface information if the initial interface information corresponding to the target resource object exists in the preset storage position, generating a notification message of updating the target resource object if the initial interface information is not matched with the target interface information, and sending the notification message to a preset manager.
In this embodiment, the second terminal fills the target interface information to a corresponding position according to a preset format, generates an update confirmation request, and sends the update confirmation request to the first terminal, so that the first terminal determines whether the target interface information is updated according to the target interface information in the update confirmation request, and determines whether a corresponding notification message needs to be generated and sent to a preset administrator.
Wherein the first terminal is a terminal using the target resource object.
In this embodiment, the second terminal automatically detects whether an updated resource object exists in the cloud resource pool, and if an updated resource object exists, generates a corresponding update confirmation request according to target interface information of the resource object, and sends the update confirmation request to the first terminal, so that the first terminal verifies whether interface information of the resource object, which is utilized by the first terminal, is the target interface information, that is, whether the interface information is the latest interface information according to the update confirmation request, thereby implementing automatic detection of resource object update without manual detection.
Fig. 5 is a schematic structural diagram of a first device for detecting update of a cloud resource pool according to an embodiment of the present invention, where the device is applied to a first terminal, as shown in fig. 5, the device 500 for detecting update of a cloud resource pool according to the embodiment may include: an interface information acquisition module 501, an interface information matching module 502 and a notification message generation module 503.
The interface information acquisition module is used for receiving an update confirmation request sent by the second terminal and acquiring target interface information in the update confirmation request, wherein the update confirmation request is generated by detecting whether an updated target resource object exists in the cloud resource pool by the second terminal, acquiring target interface information corresponding to the target resource object after detecting that the target resource object exists in the cloud resource pool, and generating the target interface information according to the target interface information.
And the interface information matching module is used for judging whether the initial interface information is matched with the target interface information or not if the initial interface information corresponding to the target resource object exists in the preset storage position.
And the notification message generation module is used for generating a notification message for updating the target resource object if the initial interface information is not matched with the target interface information, and sending the notification message to a preset manager.
In one possible design, the interface information matching module is specifically configured to:
and judging whether the initial interface information is consistent with the target interface information.
And if the initial interface information is inconsistent with the target interface information, determining that the initial interface information is not matched with the target interface information.
If the initial interface information is consistent with the target interface information, interface simulation calling is carried out according to the target interface information to obtain a first calling result, and interface simulation calling is carried out according to the initial interface information to obtain a second calling result.
And judging whether the first calling result is matched with the second calling result.
And if the first calling result is matched with the second calling result, determining that the initial interface information is matched with the target interface information.
And if the first calling result is not matched with the second calling result, determining that the initial interface information is not matched with the target interface information.
In one possible design, the call results include call state and response data.
The interface information matching module is further specifically configured to:
and if the first calling state is calling successfully and the second calling state is calling successfully, judging whether the first response data is the same as the second response data.
And if the first response data is the same as the second response data, determining that the first calling result is matched with the second calling result.
In one possible design, the interface information includes interface basic information, interface path information, and version information.
The interface information matching module is further specifically configured to: and respectively judging whether the initial interface basic information is the same as the target interface basic information, whether the initial interface path information is the same as the target interface path information and whether the initial version information is the same as the target version information.
And if the initial interface basic information is the same as the target interface basic information, the initial interface path information is the same as the target interface path information, and the initial version information is the same as the target version information, determining that the initial interface information is consistent with the target interface information.
In one possible design, the interface information obtaining module is further configured to: after the target interface information in the update confirmation request is acquired, if the initial interface information corresponding to the target resource object does not exist in the preset storage position, a notification message for updating the target resource object is generated, and the notification message is sent to a preset manager.
The update detection device for the cloud resource pool provided in the embodiment of the present invention can implement the update detection method for the cloud resource pool in the embodiments shown in fig. 2 and fig. 3, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 6 is a schematic structural diagram of a second update detection apparatus for a cloud resource pool according to an embodiment of the present invention, where the device is applied to a second terminal, and as shown in fig. 6, the update detection apparatus 600 for a cloud resource pool according to the embodiment may include: an update object detection module 601, an update processing module 602, and a confirmation request generation module 603.
The update object detection module is used for detecting whether an updated target resource object exists in the cloud resource pool.
And the updating processing module is used for acquiring target interface information corresponding to the target resource object if the target resource object exists in the cloud resource pool.
And the confirmation request generation module is used for generating an update confirmation request according to the target interface information and sending the update confirmation request to the first terminal so that the first terminal receives the update confirmation request sent by the second terminal and acquires the target interface information in the update confirmation request, if the initial interface information corresponding to the target resource object exists in the preset storage position, whether the initial interface information is matched with the target interface information is judged, and if the initial interface information is not matched with the target interface information, a notification message for updating the target resource object is generated and sent to a preset manager.
In one possible design, the update object detection module is specifically configured to:
and detecting whether a new resource object exists in the cloud resource pool.
And if the new resource object exists, determining that the updated target resource object exists in the cloud resource pool.
The update detection device for the cloud resource pool provided in the embodiment of the present invention can implement the update detection method for the cloud resource pool in the embodiment shown in fig. 4, and the implementation principle and the technical effect are similar, which are not described herein again.
Fig. 7 is a schematic diagram of a hardware structure of a terminal device according to an embodiment of the present invention. As shown in fig. 7, the terminal device 700 provided in the present embodiment includes: at least one processor 701 and a memory 702. The processor 701 and the memory 702 are connected by a bus 703.
In a specific implementation process, the at least one processor 701 executes the computer execution instructions stored in the memory 702, so that the at least one processor 701 executes the update detection method of the cloud resource pool in the above method embodiment.
For a specific implementation process of the processor 701, reference may be made to the above method embodiments, which implement principles and technical effects similar to each other, and details of this embodiment are not described herein again.
In the embodiment shown in fig. 7, it should be understood that the Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
The memory may comprise high speed RAM memory and may also include non-volatile storage NVM, such as at least one disk memory.
The bus may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, the buses in the figures of the present application are not limited to only one bus or one type of bus.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer execution instruction is stored in the computer-readable storage medium, and when a processor executes the computer execution instruction, the method for detecting update of a cloud resource pool in the foregoing method embodiment is implemented.
The computer-readable storage medium may be implemented by any type of volatile or non-volatile memory device or combination thereof, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk. Readable storage media can be any available media that can be accessed by a general purpose or special purpose computer.
An exemplary readable storage medium is coupled to the processor such the processor can read information from, and write information to, the readable storage medium. Of course, the readable storage medium may also be an integral part of the processor. The processor and the readable storage medium may reside in an Application Specific Integrated Circuits (ASIC). Of course, the processor and the readable storage medium may also reside as discrete components in the apparatus.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (16)

1. A method for detecting update of a cloud resource pool is applied to a first terminal, and the method comprises the following steps:
receiving an update confirmation request sent by a second terminal, and acquiring target interface information in the update confirmation request, wherein the update confirmation request is generated by detecting whether an updated target resource object exists in a cloud resource pool by the second terminal, acquiring target interface information corresponding to the target resource object after detecting that the target resource object exists in the cloud resource pool, and generating the target interface information according to the target interface information;
if initial interface information corresponding to the target resource object exists in a preset storage position, judging whether the initial interface information is matched with the target interface information;
and if the initial interface information is not matched with the target interface information, generating a notification message for updating the target resource object, and sending the notification message to a preset manager.
2. The method of claim 1, wherein determining whether the initial interface information matches the target interface information comprises:
judging whether the initial interface information is consistent with the target interface information;
if the initial interface information is inconsistent with the target interface information, determining that the initial interface information is not matched with the target interface information;
if the initial interface information is consistent with the target interface information, performing interface simulation calling according to the target interface information to obtain a first calling result, and performing interface simulation calling according to the initial interface information to obtain a second calling result;
judging whether the first calling result is matched with the second calling result;
if the first calling result is matched with the second calling result, determining that the initial interface information is matched with the target interface information;
and if the first calling result is not matched with the second calling result, determining that the initial interface information is not matched with the target interface information.
3. The method of claim 2, wherein the call results include call state and response data;
the determining whether the first call result is matched with the second call result includes:
if the first calling state is calling successfully and the second calling state is calling successfully, judging whether the first response data is the same as the second response data;
and if the first response data is the same as the second response data, determining that the first calling result is matched with the second calling result.
4. The method of claim 2, wherein the interface information comprises interface basic information, interface path information, and version information;
the determining whether the initial interface information is consistent with the target interface information includes:
respectively judging whether the initial interface basic information is the same as the target interface basic information, whether the initial interface path information is the same as the target interface path information and whether the initial version information is the same as the target version information;
and if the initial interface basic information is the same as the target interface basic information, the initial interface path information is the same as the target interface path information, and the initial version information is the same as the target version information, determining that the initial interface information is consistent with the target interface information.
5. The method of claim 1, wherein after obtaining the target interface information in the update confirmation request, further comprising:
and if the initial interface information corresponding to the target resource object does not exist in the preset storage position, generating a notification message for updating the target resource object, and sending the notification message to a preset manager.
6. The method for detecting the update of the cloud resource pool is applied to a second terminal, and comprises the following steps:
detecting whether an updated target resource object exists in the cloud resource pool;
if the target resource object exists in the cloud resource pool, target interface information corresponding to the target resource object is obtained;
generating an update confirmation request according to the target interface information, sending the update confirmation request to a first terminal, so that the first terminal receives the update confirmation request sent by a second terminal, acquiring the target interface information in the update confirmation request, if initial interface information corresponding to the target resource object exists in a preset storage position, judging whether the initial interface information is matched with the target interface information, if the initial interface information is not matched with the target interface information, generating a notification message for updating the target resource object, and sending the notification message to a preset manager.
7. The method of claim 6, wherein detecting whether an updated target resource object exists within the cloud resource pool comprises:
detecting whether a new resource object exists in the cloud resource pool;
and if the new resource object exists, determining that the updated target resource object exists in the cloud resource pool.
8. An update detection device of a cloud resource pool, wherein the device is applied to a first terminal, and the device comprises:
the interface information acquisition module is used for receiving an update confirmation request sent by a second terminal and acquiring target interface information in the update confirmation request, wherein the update confirmation request is generated by detecting whether an updated target resource object exists in a cloud resource pool by the second terminal, acquiring target interface information corresponding to the target resource object after detecting that the target resource object exists in the cloud resource pool, and generating the target interface information according to the target interface information;
the interface information matching module is used for judging whether the initial interface information is matched with the target interface information or not if the initial interface information corresponding to the target resource object exists in a preset storage position;
and the notification message generation module is used for generating a notification message for updating the target resource object if the initial interface information is not matched with the target interface information, and sending the notification message to a preset manager.
9. The apparatus of claim 8, wherein the interface information matching module is specifically configured to:
judging whether the initial interface information is consistent with the target interface information;
if the initial interface information is inconsistent with the target interface information, determining that the initial interface information is not matched with the target interface information;
if the initial interface information is consistent with the target interface information, performing interface simulation calling according to the target interface information to obtain a first calling result, and performing interface simulation calling according to the initial interface information to obtain a second calling result;
judging whether the first calling result is matched with the second calling result;
if the first calling result is matched with the second calling result, determining that the initial interface information is matched with the target interface information;
and if the first calling result is not matched with the second calling result, determining that the initial interface information is not matched with the target interface information.
10. The apparatus of claim 9, wherein the call result comprises a call state and response data;
the interface information matching module is further specifically configured to:
if the first calling state is calling successfully and the second calling state is calling successfully, judging whether the first response data is the same as the second response data;
and if the first response data is the same as the second response data, determining that the first calling result is matched with the second calling result.
11. The device for detecting the update of the cloud resource pool is applied to a second terminal, and comprises the following steps:
the update object detection module is used for detecting whether an updated target resource object exists in the cloud resource pool;
the updating processing module is used for acquiring target interface information corresponding to the target resource object if the target resource object exists in the cloud resource pool;
and the confirmation request generation module is used for generating an update confirmation request according to the target interface information and sending the update confirmation request to the first terminal so that the first terminal receives the update confirmation request sent by the second terminal, acquires the target interface information in the update confirmation request, judges whether the initial interface information is matched with the target interface information if the initial interface information corresponding to the target resource object exists in a preset storage position, generates a notification message for updating the target resource object if the initial interface information is not matched with the target interface information, and sends the notification message to a preset manager.
12. The apparatus of claim 11, wherein the update object detection module is specifically configured to:
detecting whether a new resource object exists in the cloud resource pool;
and if the new resource object exists, determining that the updated target resource object exists in the cloud resource pool.
13. A terminal device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the memory-stored computer-executable instructions cause the at least one processor to perform the update detection method of the cloud resource pool of any of claims 1 to 5.
14. A terminal device, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing the memory-stored computer-executable instructions cause the at least one processor to perform the update detection method of the cloud resource pool of any of claims 6 to 7.
15. A computer-readable storage medium having stored thereon computer-executable instructions that, when executed by a processor, implement the update detection method for the cloud resource pool according to any one of claims 1 to 5.
16. A computer-readable storage medium having stored thereon computer-executable instructions that, when executed by a processor, implement the update detection method for the cloud resource pool according to any one of claims 6 to 7.
CN201911014292.3A 2019-10-23 2019-10-23 Update detection method and device for cloud resource pool and terminal equipment Pending CN110752950A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911014292.3A CN110752950A (en) 2019-10-23 2019-10-23 Update detection method and device for cloud resource pool and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911014292.3A CN110752950A (en) 2019-10-23 2019-10-23 Update detection method and device for cloud resource pool and terminal equipment

Publications (1)

Publication Number Publication Date
CN110752950A true CN110752950A (en) 2020-02-04

Family

ID=69279634

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911014292.3A Pending CN110752950A (en) 2019-10-23 2019-10-23 Update detection method and device for cloud resource pool and terminal equipment

Country Status (1)

Country Link
CN (1) CN110752950A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110937A (en) * 2021-04-26 2021-07-13 银清科技有限公司 Resource application method and device based on cloud resource operation portal

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10275264B1 (en) * 2017-11-02 2019-04-30 Sap Se Configuration management of remote sources using activator fields
CN109710298A (en) * 2018-08-20 2019-05-03 平安普惠企业管理有限公司 Interface managerial method, interface management apparatus, interface management equipment and storage medium
CN110175099A (en) * 2019-04-15 2019-08-27 平安普惠企业管理有限公司 Interface changes reminding method, device, computer equipment and storage medium
CN110262782A (en) * 2019-05-10 2019-09-20 平安科技(深圳)有限公司 The interface comparison method and device of software systems

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10275264B1 (en) * 2017-11-02 2019-04-30 Sap Se Configuration management of remote sources using activator fields
CN109710298A (en) * 2018-08-20 2019-05-03 平安普惠企业管理有限公司 Interface managerial method, interface management apparatus, interface management equipment and storage medium
CN110175099A (en) * 2019-04-15 2019-08-27 平安普惠企业管理有限公司 Interface changes reminding method, device, computer equipment and storage medium
CN110262782A (en) * 2019-05-10 2019-09-20 平安科技(深圳)有限公司 The interface comparison method and device of software systems

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110937A (en) * 2021-04-26 2021-07-13 银清科技有限公司 Resource application method and device based on cloud resource operation portal

Similar Documents

Publication Publication Date Title
CN108196878B (en) Method and device for generating application program installation package, electronic equipment and storage medium
CN112486629B (en) Micro-service state detection method, micro-service state detection device, electronic equipment and storage medium
CN106802814B (en) Method and device for upgrading software version
CN111966380A (en) BMC (baseboard management controller) firmware upgrading method, system, terminal and storage medium
CN113986270B (en) Distributed application deployment method and device, storage medium and electronic equipment
CN106843947B (en) Method and device for processing code defects
CN115016820A (en) Application program updating method, device, equipment and storage medium
CN110874311A (en) Database detection method and device, computer equipment and storage medium
CN110752950A (en) Update detection method and device for cloud resource pool and terminal equipment
CN111984520A (en) Buried point testing method, computer device and computer-readable storage medium
JP6015750B2 (en) Log collection server, log collection system, and log collection method
CN110569163A (en) method, device, equipment and medium for monitoring health state of cloud host in telescopic group
CN106951276B (en) Multi-controller software upgrading and address conflict detection method and device
CN115525568A (en) Code coverage rate inspection method and device, computer equipment and storage medium
CN106130815B (en) Board level testing method and device
CN110875832A (en) Abnormal service monitoring method, device and system and computer readable storage medium
CN115442209A (en) Fault detection method and device, electronic equipment and storage medium
CN114153734A (en) Buried point data management method and related equipment
CN113806138A (en) Backup recovery detection method and device for database, electronic equipment and storage medium
CN112328288A (en) Method, system, equipment and storage medium for updating server component
CN108845932B (en) Unit testing method and device of network library, storage medium and terminal
CN112068935A (en) Method, device and equipment for monitoring deployment of kubernets program
CN110750418B (en) Information processing method, electronic equipment and information processing system
CN111338926A (en) Patch testing method and device and electronic equipment
CN108268367B (en) Application program affinity judgment method and related application program

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200204

RJ01 Rejection of invention patent application after publication