CN113672233A - Server out-of-band management method, device and equipment based on Redfish - Google Patents

Server out-of-band management method, device and equipment based on Redfish Download PDF

Info

Publication number
CN113672233A
CN113672233A CN202110808119.1A CN202110808119A CN113672233A CN 113672233 A CN113672233 A CN 113672233A CN 202110808119 A CN202110808119 A CN 202110808119A CN 113672233 A CN113672233 A CN 113672233A
Authority
CN
China
Prior art keywords
file
field
redfish
csdl
target
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.)
Granted
Application number
CN202110808119.1A
Other languages
Chinese (zh)
Other versions
CN113672233B (en
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.)
Jinan Inspur Data Technology Co Ltd
Original Assignee
Jinan Inspur Data Technology 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 Jinan Inspur Data Technology Co Ltd filed Critical Jinan Inspur Data Technology Co Ltd
Priority to CN202110808119.1A priority Critical patent/CN113672233B/en
Publication of CN113672233A publication Critical patent/CN113672233A/en
Application granted granted Critical
Publication of CN113672233B publication Critical patent/CN113672233B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a server out-of-band management method based on Redfish, which can automatically read specified metadata files and corresponding csdl files, analyze key information of each label in the csdl files, convert the analyzed content into a C language file for developers to use, realize out-of-band management operation on a server and greatly simplify development processes. In addition, the application also provides a server out-of-band management device, equipment and a readable storage medium based on Redfish, and the technical effect of the device corresponds to that of the method.

Description

Server out-of-band management method, device and equipment based on Redfish
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a readable storage medium for server out-of-band management based on Redfish.
Background
Redfish is an out-of-band management standard which is very popular in the industry at present, can be suitable for large-scale data centers, and has a tendency of replacing IPMI. Therefore, each large server manufacturer places exceptional importance on the development work of Redfish. Redfish adopts the interface style of Restful, and makes standard definition on URL and entity fields, so as to further constrain uniform interface and realize out-of-band uniform management of various large manufacturer servers.
At present, Redfish is mainly developed in a mode of reading JSON files, and the Redfish has the following defects: (1) the fields in the JSON file are just one example provided by the official, and the fields not in the file need to be checked into the csdl file; (2) the value of a field in the JSON file, particularly the value of an enumeration class, needs to be checked for the csdl file; (3) because the JSON file has initialization data, the wrong field value is easy to read when the code logic is not strict; (4) after the development of the whole interface is finished, a Redfish-Server-Validator (a service program for verifying whether interface data meet Redfish specifications) provided by an official network is required to be used for verification, and when the verification fails, the interface data need to be modified, verified, re-modified and re-verified again, so that the process consumes the time and the mind of developers.
In conclusion, development work based on Redfish is very complicated at present, and the out-of-band management efficiency of the server is influenced.
Disclosure of Invention
The application aims to provide a method, a device, equipment and a readable storage medium for managing a server out of band based on Redfish, and is used for solving the problem that the development work based on Redfish is very complicated at present. The specific scheme is as follows:
in a first aspect, the present application provides a method for out-of-band management of a server based on Redfish, including:
extracting a file name field and a version number field from the target metadata file;
determining a target csdl file according to the file name field and the version number field, and extracting key information of each label in the target csdl file;
converting the key information of each label in the target csdl file into a hierarchical file conforming to the Redfish specification; generating a C language file according to the hierarchical file;
and performing out-of-band management operation on the server by using the C language file.
Optionally, the generating a C language file according to the hierarchical file includes:
checking whether the hierarchical file is correct; and if so, generating a C language file according to the hierarchical file.
Optionally, the verifying whether the hierarchical file is correct includes:
and verifying whether the hierarchical file is correct or not by utilizing a Redfish-Mockup-Server component and a Redfish-Service-Validator component.
Optionally, the converting the key information of each tag in the target csdl file into a hierarchical file conforming to a Redfish specification includes:
generating index.json files of different levels according to the key information of each label in the target csdl file and the initial index.
Optionally, after extracting the filename field and the version number field from the target metadata file, the method further includes:
and generating a key-value pair by taking the file name field as a key and the version number field as a value, and storing the key-value pair into a key-value pair set.
Optionally, the extracting key information of each tag in the target csdl file includes:
extracting key information of each label in the target csdl file, wherein the key information comprises a resource access path, a resource type, resource description information and an attribute set, and the attribute set comprises a field name, a field type, field description information, a field authority attribute and field incidental information.
Optionally, the generating a C language file according to the hierarchical file includes:
defining the version number field as a C language file name and a structure name; defining the resource access path, the resource type and the resource description information as a macro; converting the field names and the field types in the attribute set into fields in a structure body, and converting enumeration fields and enumeration values in the attribute set into enumeration definitions of a C language when the field types are enumeration fields; and converting the field description information and the field authority attribute in the attribute set into a field comment of C language.
In a second aspect, the present application provides a server out-of-band management apparatus based on Redfish, including:
the field extraction module is used for extracting a file name field and a version number field from the target metadata file;
the tag information extraction module is used for determining a target csdl file according to the file name field and the version number field and extracting key information of each tag in the target csdl file;
the conversion module is used for converting the key information of each label in the target csdl file into a hierarchical file conforming to the Redfish specification; generating a C language file according to the hierarchical file;
and the management module is used for carrying out-of-band management operation on the server by utilizing the C language file.
In a third aspect, the present application provides a server out-of-band management device based on Redfish, including:
a memory: for storing a computer program;
a processor: for executing said computer program for implementing the Redfish-based server out-of-band management method as described above.
In a fourth aspect, the present application provides a readable storage medium storing a computer program for implementing the method for out-of-band management of a Redfish-based server as described above when executed by a processor.
The application provides a server out-of-band management method based on Redfish, which comprises the following steps: extracting a file name field and a version number field from the target metadata file; determining a target csdl file according to the file name field and the version number field, and extracting key information of each label in the target csdl file; converting key information of each label in a target csdl file into a hierarchical file conforming to Redfish specifications; generating a C language file according to the level file; and performing out-of-band management operation on the server by using the C language file.
Therefore, the method can automatically read the designated metadata file and the corresponding csdl file, analyze the key information of each label in the csdl file, convert the analyzed content into the C language file for developers to use, greatly simplify the development process and improve the out-of-band management efficiency of the server based on Redfish.
In addition, the application also provides a server out-of-band management device, equipment and a readable storage medium based on Redfish, and the technical effect of the device corresponds to that of the method, which is not described herein again.
Drawings
For a clearer explanation of the embodiments or technical solutions of the prior art of the present application, the drawings needed for the description of the embodiments or prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart of a first embodiment of a method for out-of-band management of a server based on Redfish according to the present application;
fig. 2 is a flowchart of a second embodiment of a method for out-of-band management of a server based on Redfish according to the present application;
FIG. 3 is a functional block diagram of an embodiment of a Redfish-based server out-of-band management apparatus provided in the present application;
fig. 4 is a schematic structural diagram of an embodiment of a server out-of-band management device based on Redfish according to the present application.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments of the present application and not all 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 application.
At present, Redfish is mainly developed in a way of reading JSON files. The JSON file is only an example provided by an official, all fields cannot be covered, and the field values are unreliable, so that development work is influenced. In addition, repeated modification and verification are required in the development process, and the development efficiency is further influenced.
Aiming at the problem, the core of the application is to provide a method, a device, equipment and a readable storage medium for managing the server out-of-band based on Redfish, automatically analyze the specified metadata file and read the corresponding csdl file, further convert the csdl file into a C language file, and then call the C language file to realize the management operation on the server, thereby greatly reducing the development workload.
Referring to fig. 1, a first embodiment of a method for out-of-band management of a server based on Redfish provided by the present application is described below, where the first embodiment includes:
s11, extracting a file name field and a version number field from the target metadata file;
the metadata file (i.e., $ metadata file in Redfish) and the csdl file are both Redfish specification files, and if the Redfish specification is a book, the metadata file corresponds to a directory of the book, and the csdl file corresponds to chapter contents corresponding to the directory of the book.
Specifically, a filename field (namely, a URI field in Redfish) and a version number field (namely, a NameSpace field in Redfish) are taken out of the target metadata file, the filename field represents the name of the csdl file to be parsed, and the version number field represents the version number of the csdl file to be parsed.
S12, determining a target csdl file according to the file name field and the version number field, and extracting key information of each label in the target csdl file;
specifically, the csdl file can be uniquely determined according to the file name field and the version number field, and is called as a target csdl file. The target csdl file contains a plurality of labels corresponding to different field types, and the step aims to extract key information of the different labels in the target csdl file.
S13, converting the key information of each label in the target csdl file into a hierarchical file conforming to the Redfish specification; generating a C language file according to the level file;
and S14, performing out-of-band management operation on the server by using the C language file.
Finally, the analyzed content is converted into a C language file for developers to use, and the developers can call the C language file to easily realize out-of-band management on the server.
The embodiment provides a server out-of-band management method based on Redfish, which can automatically read a specified metadata file and a corresponding csdl file, analyze key information of each label in the csdl file, convert the analyzed content into a C language file for developers to use, greatly simplify a development process, and improve the server out-of-band management efficiency based on Redfish.
A second embodiment of the method for out-of-band management of a server based on Redfish provided by the present application is described in detail below, and with reference to fig. 2, the second embodiment specifically includes:
s21, extracting URI fields and NameSpace fields from the target metadata file; generating a key-value pair by taking the URI field as a key and the NameSpace field as a value, and storing the key-value pair into a key-value pair set;
s22, traversing the key value pair set, determining a target csdl file according to the URI field and the NameSpace field, and extracting key information of each label in the target csdl file;
specifically, key information of each label in the target csdl file is extracted, wherein the key information comprises a resource access path (namely @ odata. id field in Redfish), a resource type (namely @ odata. type field in Redfish), resource description information (namely @ odata. context field in Redfish) and an attribute set, and the attribute set comprises a field name, a field type, field description information, a field authority attribute and field incidental information.
S23, generating index.json files of different levels according to the key information of each label in the target csdl file and the initial index;
s24, checking whether the index.json file is correct or not by using a Redfish-Mockup-Server component and a Redfish-Service-Validator component; if yes, go to S25;
and S25, generating a C language file according to the index.
Specifically, a version number field is defined as a C language file name and is defined as a structure name; defining a resource access path, a resource type and resource description information as a macro; converting field names and field types in the attribute set into fields in the structure body, and converting enumeration fields and enumeration values in the attribute set into enumeration definitions of a C language when the field types are enumeration fields; and converting the field description information and the field authority attribute in the attribute set into the field annotation of the C language to finally obtain the C language file.
And S26, performing out-of-band management operation on the server by using the C language file.
On the basis of the second embodiment, a specific implementation process is described below. The process mainly relates to a file analysis module, a standard verification module and a C code conversion module.
The file parsing module firstly reads a $ metadata file, parses a < edmx: Reference > tag and a < edxm: Include > tag, and extracts a URI field and a Namespace field, wherein the URI field represents a csdl file name to be parsed, and the Namespace represents a version number of the csdl file to be parsed. These two fields are placed in a set of Key-value pairs, the Key of which is the URI field and the value is the NameSpace field.
The set is then traversed to parse the specific csdl file. The csdl file contains tags, such as Action, Annotation, Collection, complexType, EntityContainer, EntityType, EnumType, Key, Member, NavigationProperty, Parameter, Property, TypeDefinition, etc., which correspond to different field types. In brief, the key information of different labels of the file is to be extracted, which specifically includes: an @ odata.id field, an @ odata.type field, an @ odata.context field, and an attribute set, the attribute set including: the field name, field type, field description information, field authority attribute, and other field incidental information, for example, if the field is an enumeration type, all enumerated values of the field should be included.
And finally, converting the analyzed data into a hierarchical file required by a Redfish specification, namely generating index.
The standard checking module mainly adopts a Redfish-Mockup-Server component and a Redfish-Service-Validator component to configure a local data source, reads an index.
The C code conversion module is mainly used for automatically generating a C language file from the verified correct data for the use of developers. The specific operation is as follows: defining the analyzed NameSpace field as a file name and a structure name, defining the @ odata.id, @ odata.type and @ odata.context as macros, converting the fields and the field types in the attribute set into fields in the structure, converting enumerated fields and enumerated values into enumerated definitions of C language, converting description information and field authority attributes of the fields into field comments of the C language, and reasonably defining a data structure in the C language file to obtain the C language file.
It can be seen that, the embodiment provides a method for managing a Server out-of-band based on Redfish, which can automatically read a designated $ metadata file and csdl file, analyze contents including URL, attribute field, enumeration value, and the like, introduce a local data source, verify the correctness of the analyzed contents through a Redfish-Mockup-Server component and a Redfsh-Service-Validator, and finally convert the analyzed contents into a C language file for developers to use, thereby greatly simplifying the development process and improving the Redfish development efficiency.
In the following, a description is given to the server out-of-band management device based on Redfish according to the embodiments of the present application, and the server out-of-band management device based on Redfish described below and the server out-of-band management method based on Redfish described above may be referred to correspondingly.
As shown in fig. 3, the out-of-band management apparatus for a Redfish-based server according to this embodiment includes:
a field extracting module 31, configured to extract a filename field and a version number field from the target metadata file;
the tag information extraction module 32 is used for determining a target csdl file according to the file name field and the version number field, and extracting key information of each tag in the target csdl file;
the conversion module 33 is used for converting the key information of each label in the target csdl file into a hierarchical file conforming to the Redfish specification; generating a C language file according to the level file;
and the management module 34 is used for performing out-of-band management operation on the server by using the C language file.
The Redfish-based server out-of-band management device of this embodiment is used to implement the foregoing Redfish-based server out-of-band management method, so that a specific implementation of the device may be found in the foregoing description of the Redfish-based server out-of-band management method, and a description thereof is not further provided.
In addition, the present application further provides a server out-of-band management device based on Redfish, as shown in fig. 4, including:
the memory 100: for storing a computer program;
the processor 200: for executing the computer program for implementing the Redfish-based server out-of-band management method as described above.
Finally, the present application provides a readable storage medium storing a computer program for implementing the Redfish-based server out-of-band management method as described above when executed by a processor.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above detailed descriptions of the solutions provided in the present application, and the specific examples applied herein are set forth to explain the principles and implementations of the present application, and the above descriptions of the examples are only used to help understand the method and its core ideas of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A method for managing a server out of band based on Redfish is characterized by comprising the following steps:
extracting a file name field and a version number field from the target metadata file;
determining a target csdl file according to the file name field and the version number field, and extracting key information of each label in the target csdl file;
converting the key information of each label in the target csdl file into a hierarchical file conforming to the Redfish specification; generating a C language file according to the hierarchical file;
and performing out-of-band management operation on the server by using the C language file.
2. The method of claim 1, wherein said generating a C language file from said hierarchical file comprises:
checking whether the hierarchical file is correct; and if so, generating a C language file according to the hierarchical file.
3. The method of claim 2, wherein said verifying that said hierarchical file is correct comprises:
and verifying whether the hierarchical file is correct or not by utilizing a Redfish-Mockup-Server component and a Redfish-Service-Validator component.
4. The method as claimed in claim 1, wherein said converting key information of each tag in said target csdl file into a hierarchical file compliant with Redfish specification comprises:
generating index.json files of different levels according to the key information of each label in the target csdl file and the initial index.
5. The method of claim 1, after said extracting a filename field and a version number field from the target metadata file, further comprising:
and generating a key-value pair by taking the file name field as a key and the version number field as a value, and storing the key-value pair into a key-value pair set.
6. The method of claim 1, wherein said extracting key information for each tag in said target csdl file comprises:
extracting key information of each label in the target csdl file, wherein the key information comprises a resource access path, a resource type, resource description information and an attribute set, and the attribute set comprises a field name, a field type, field description information, a field authority attribute and field incidental information.
7. The method of claim 6, wherein said generating a C language file from said hierarchical file comprises:
defining the version number field as a C language file name and a structure name; defining the resource access path, the resource type and the resource description information as a macro; converting the field names and the field types in the attribute set into fields in a structure body, and converting enumeration fields and enumeration values in the attribute set into enumeration definitions of a C language when the field types are enumeration fields; and converting the field description information and the field authority attribute in the attribute set into a field comment of C language.
8. A server out-of-band management apparatus based on Redfish, comprising:
the field extraction module is used for extracting a file name field and a version number field from the target metadata file;
the tag information extraction module is used for determining a target csdl file according to the file name field and the version number field and extracting key information of each tag in the target csdl file;
the conversion module is used for converting the key information of each label in the target csdl file into a hierarchical file conforming to the Redfish specification; generating a C language file according to the hierarchical file;
and the management module is used for carrying out-of-band management operation on the server by utilizing the C language file.
9. A Redfish-based server out-of-band management device, comprising:
a memory: for storing a computer program;
a processor: for executing said computer program for implementing a Redfish-based server out-of-band management method as claimed in any of claims 1 to 7.
10. A readable storage medium, characterized in that the readable storage medium stores a computer program which, when executed by a processor, is adapted to implement the method for Redfish-based out-of-band server management according to any of claims 1 to 7.
CN202110808119.1A 2021-07-16 2021-07-16 Server out-of-band management method, device and equipment based on Redfish Active CN113672233B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110808119.1A CN113672233B (en) 2021-07-16 2021-07-16 Server out-of-band management method, device and equipment based on Redfish

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110808119.1A CN113672233B (en) 2021-07-16 2021-07-16 Server out-of-band management method, device and equipment based on Redfish

Publications (2)

Publication Number Publication Date
CN113672233A true CN113672233A (en) 2021-11-19
CN113672233B CN113672233B (en) 2023-12-22

Family

ID=78539583

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110808119.1A Active CN113672233B (en) 2021-07-16 2021-07-16 Server out-of-band management method, device and equipment based on Redfish

Country Status (1)

Country Link
CN (1) CN113672233B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116662018A (en) * 2023-07-28 2023-08-29 苏州浪潮智能科技有限公司 Management method, device and system of server, electronic equipment and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223398A (en) * 2011-05-30 2011-10-19 兰雨晴 Method for deploying services in cloud computing environment
CN106960011A (en) * 2017-02-28 2017-07-18 无锡紫光存储系统有限公司 Metadata of distributed type file system management system and method
US20180026830A1 (en) * 2016-07-25 2018-01-25 American Megatrends, Inc. Network switch management via embedded management controller using management information base (mib) to json parser
US20190050351A1 (en) * 2017-08-10 2019-02-14 Seagate Technology Llc Enabling out-of-band hardware management via an in-band communications channel
CN109753468A (en) * 2019-01-14 2019-05-14 中国农业银行股份有限公司 Outband management password configuration method and device, electronic equipment
CN110427228A (en) * 2019-06-28 2019-11-08 苏州浪潮智能科技有限公司 A kind of interface call method and device, computer readable storage medium
CN111061464A (en) * 2019-11-24 2020-04-24 济南浪潮数据技术有限公司 Analysis code generation method, device, equipment and storage medium
CN111130891A (en) * 2019-12-26 2020-05-08 北京浪潮数据技术有限公司 Server management device and method, electronic equipment and storage medium
CN111966605A (en) * 2020-09-22 2020-11-20 苏州浪潮智能科技有限公司 Automatic resource retrieval method, system and storage medium for Redfish
CN112463590A (en) * 2020-11-09 2021-03-09 苏州浪潮智能科技有限公司 Interactive Redfish testing method and device and electronic equipment

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102223398A (en) * 2011-05-30 2011-10-19 兰雨晴 Method for deploying services in cloud computing environment
US20180026830A1 (en) * 2016-07-25 2018-01-25 American Megatrends, Inc. Network switch management via embedded management controller using management information base (mib) to json parser
CN106960011A (en) * 2017-02-28 2017-07-18 无锡紫光存储系统有限公司 Metadata of distributed type file system management system and method
US20190050351A1 (en) * 2017-08-10 2019-02-14 Seagate Technology Llc Enabling out-of-band hardware management via an in-band communications channel
CN109753468A (en) * 2019-01-14 2019-05-14 中国农业银行股份有限公司 Outband management password configuration method and device, electronic equipment
CN110427228A (en) * 2019-06-28 2019-11-08 苏州浪潮智能科技有限公司 A kind of interface call method and device, computer readable storage medium
CN111061464A (en) * 2019-11-24 2020-04-24 济南浪潮数据技术有限公司 Analysis code generation method, device, equipment and storage medium
CN111130891A (en) * 2019-12-26 2020-05-08 北京浪潮数据技术有限公司 Server management device and method, electronic equipment and storage medium
CN111966605A (en) * 2020-09-22 2020-11-20 苏州浪潮智能科技有限公司 Automatic resource retrieval method, system and storage medium for Redfish
CN112463590A (en) * 2020-11-09 2021-03-09 苏州浪潮智能科技有限公司 Interactive Redfish testing method and device and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
邢玉艳;刘耀;刘茹;: "基于schema的信息安全标准资源解析研究", 情报工程, no. 05 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116662018A (en) * 2023-07-28 2023-08-29 苏州浪潮智能科技有限公司 Management method, device and system of server, electronic equipment and storage medium
CN116662018B (en) * 2023-07-28 2023-11-03 苏州浪潮智能科技有限公司 Management method, device and system of server, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN113672233B (en) 2023-12-22

Similar Documents

Publication Publication Date Title
KR101755365B1 (en) Managing record format information
US10177996B2 (en) System and method for validating documentation of representational state transfer (REST) services
US20200117692A1 (en) Systems and methods for web analytics testing and web development
US8713368B2 (en) Methods for testing OData services
CN112685433B (en) Metadata updating method and device, electronic equipment and computer-readable storage medium
CN111460241B (en) Data query method and device, electronic equipment and storage medium
CN104461531A (en) Implementing method for self-defined functions of reporting system
US20130166513A1 (en) Methods for analyzing a database and devices thereof
CN109324958B (en) REST unified verification method, device, equipment and readable storage medium
Felício et al. Rapitest: Continuous black-box testing of restful web apis
CN113672233B (en) Server out-of-band management method, device and equipment based on Redfish
CN114328274A (en) Test template generation method and device, computer equipment and storage medium
CN112883088B (en) Data processing method, device, equipment and storage medium
US20150248500A1 (en) Documentation parser
US8607201B2 (en) Augmenting visualization of a call stack
CN116775488A (en) Abnormal data determination method, device, equipment, medium and product
CN111143310B (en) Log recording method and device and readable storage medium
CN111767213B (en) Database check point testing method and device, electronic equipment and storage medium
CN112433752A (en) Page parsing method, device, medium and electronic equipment
CN113051329B (en) Data acquisition method, device, equipment and storage medium based on interface
Anderson Modeling and analysis of SQL queries in PHP systems
CN116755684B (en) OAS Schema generation method, device, equipment and medium
CN113778886B (en) Processing method and device for test cases
CN110618809B (en) Front-end webpage input constraint extraction method and device
Gruber et al. Extraction of abnf rules from rfcs to enable automated test data generation

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
GR01 Patent grant
GR01 Patent grant