CN113672233B - 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
CN113672233B
CN113672233B CN202110808119.1A CN202110808119A CN113672233B CN 113672233 B CN113672233 B CN 113672233B CN 202110808119 A CN202110808119 A CN 202110808119A CN 113672233 B CN113672233 B CN 113672233B
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.)
Active
Application number
CN202110808119.1A
Other languages
Chinese (zh)
Other versions
CN113672233A (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

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a server out-of-band management method based on Redfish, which can automatically read appointed 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 a developer to use, realize out-of-band management operation of the server, and greatly simplify development flow. In addition, the application also provides a server out-of-band management device, a device and a readable storage medium based on Redfish, and the technical effects of the device and the device correspond to those of the method.

Description

Server out-of-band management method, device and equipment based on Redfish
Technical Field
The present disclosure 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 specification that is currently very popular in the industry, and is applicable to large-scale data centers, and has a tendency to replace IPMI. Therefore, each large server vendor places an abnormal emphasis on the development work of Redfish. The Redfish adopts the interface style of Restful, and makes standard definition on URL and entity field, so as to further restrict unified interface, and implement out-of-band unified management of each large manufacturer server.
At present, the development of Redfish mainly adopts a mode of reading JSON files, which has several defects: (1) Fields in a JSON file are just one example provided by authorities and fields not within the file need to view csdl files; (2) The values of fields in the JSON file, especially the values of enumeration classes, need to be checked; (3) Because initialization data exists in the JSON file, the code logic is not strict, and the wrong field value is easy to read; (4) After the whole interface is developed, a Redfish-Server-Validator (a service program for verifying whether the interface data accords with the Redfish specification) provided by a official network is required to be adopted for verification, and when the verification fails, the process and the time and the state of a developer are required to be modified, verified, re-modified and re-verified again.
In summary, the development work based on Redfish is very complicated at present, and the out-of-band management efficiency of the server is affected.
Disclosure of Invention
The purpose of the application is to provide a server out-of-band management method, device and equipment based on Redfish and a readable storage medium, which are 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 server out-of-band management method 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 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 carrying out-of-band management operation on the server by utilizing the C language file.
Optionally, the generating a C language file according to the hierarchical file includes:
checking whether the hierarchical file is correct; if yes, generating a C language file according to the hierarchical file.
Optionally, the verifying whether the hierarchical file is correct includes:
and checking whether the hierarchical file is correct or not by using a Redfish-Mockup-Server component and a Redfish-Service-verifier component.
Optionally, the converting the key information of each tag in the target csdl file into a hierarchical file meeting the Redfish specification includes:
and generating index. Json files of different levels according to the key information of each label in the target csdl file according to the initial index.
Optionally, after the extracting the file name field and the version number field from the target metadata file, the method further includes:
and generating key value pairs by taking the file name field as a key and the version number field as a value, and storing the key value pairs into a key value pair set.
Optionally, the extracting key information of each tag in the target csdl file includes:
and extracting key information of each tag 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 as a structure name; defining the resource access path, the resource type and the resource description information as macros; converting the field names and the field types in the attribute set into fields in a structural body, and converting enumerated 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 in the attribute set and the field permission attribute into a field annotation in 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 label 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 label 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 the computer program to implement 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 a Redfish-based server out-of-band management method as described above when executed by a processor.
The server out-of-band management method based on Redfish provided by the application 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 the target csdl file into a hierarchical file conforming to the Redfish specification; generating a C language file according to the hierarchical file; and carrying out-of-band management operation on the server by using the C language file.
Therefore, the method can automatically read the appointed metadata file and the corresponding csdl file, analyze the key information of each label in the csdl file, convert the analyzed content into a C language file for a developer to use, greatly simplify the development flow and improve the server out-of-band management efficiency based on Redfish.
In addition, the application further provides a server out-of-band management device, a device and a readable storage medium based on Redfish, and the technical effects of the device and the device correspond to those of the method, and are not repeated here.
Drawings
For a clearer description of embodiments of the present application or of the prior art, the drawings that are used in the description of the embodiments or of the prior art will be briefly described, it being apparent that the drawings in the description that follow are only some embodiments of the present application, and that other drawings may be obtained from these drawings by a person of ordinary skill in the art without inventive effort.
Fig. 1 is a flowchart of a first embodiment of a method for server out-of-band management based on Redfish provided in the present application;
fig. 2 is a flowchart of a second embodiment of a method for server out-of-band management based on Redfish provided in the present application;
FIG. 3 is a functional block diagram of an embodiment of a Redfish-based server out-of-band management apparatus provided herein;
fig. 4 is a schematic structural diagram of an embodiment of a Redfish-based server out-of-band management device provided in the present application.
Detailed Description
In order to provide a better understanding of the present application, those skilled in the art will now make further details of the present application with reference to the drawings and detailed description. It will be apparent that the described embodiments are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
At present, a mode of reading JSON files is mainly adopted to develop the Redfish. JSON files are just one example provided by authorities, cannot cover all fields and field values are unreliable, affecting development work. In addition, the development process needs repeated modification and verification, and development efficiency is further affected.
Aiming at the problem, the core of the application is to provide a server out-of-band management method, a device, equipment and a readable storage medium based on Redfish, which automatically analyze the appointed 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 of the server, thereby greatly reducing the development workload.
In the following, description is made on an embodiment one of the server out-of-band management method based on Redfish provided in the present application, referring to fig. 1, the embodiment one includes:
s11, extracting a file name field and a version number field from a target metadata file;
the metadata file (i.e., the $metadata file in the Redfish) and the csdl file are both Redfish specification files, and if the Redfish specification is a book, the metadata file corresponds to the directory of the book, and the csdl file corresponds to the chapter content corresponding to the directory of the book.
Specifically, a file name field (i.e., URI field in Redfish) and a version number field (i.e., nameSpace field in Redfish) are fetched from the target metadata file, the file name field represents the csdl file name 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 a target csdl file. The object csdl file contains a plurality of labels corresponding to different field types, and the purpose of this step is simply to extract the key information of the different labels in the object csdl file.
S13, converting 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;
s14, carrying out-of-band management operation on the server by using the C language file.
And finally, converting the analyzed content into a C language file for a developer to use, wherein the developer can call the C language file to easily realize out-of-band management of 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 a developer to use, greatly simplify the development process and improve the server out-of-band management efficiency based on Redfish.
The embodiment two of the server out-of-band management method based on Redfish provided in the present application will be described in detail below, referring to fig. 2, where the embodiment two specifically includes:
s21, extracting a URI field and a NameSpace field from the target metadata file; generating key value pairs by taking the URI field as a key and taking the NameSpace field as a value, and storing the key value pairs 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 tag 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 key information of each label in the target csdl file according to 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-valve component; if yes, go to S25;
s25, generating a C language file according to the index. Json file.
Specifically, the version number field is defined as a C-language file name and as a structure name; defining a resource access path, a resource type and resource description information as macros; converting the field names and the field types in the attribute set into fields in the structural body, and converting the enumerated fields and the enumerated 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 annotation of C language, and finally obtaining the C language file.
S26, carrying out-of-band management operation on the server by using the C language file.
Based on the second embodiment, a specific implementation procedure is described below. The process mainly relates to a file analysis module, a specification verification module and a C code conversion module.
The file analysis module firstly reads the $metadata file, analyzes the < edmx: reference > tag and the < edxm: include > tag, and takes out a URI field and a NameSpace field, wherein the URI field represents the csdl file name to be analyzed, and the NameSpace represents the version number of the csdl file to be analyzed. The two fields are placed in a set of Key-value pairs, the Key of the set being the URI field and the value being the NameSpace field.
The collection is then traversed and the specific csdl file is parsed. The csdl file contains a plurality of labels, such as Action, annotation, collection, complexType, entityContainer, entityType, enumType, key, member, navigationProperty, parameter, property, typeDefinition, etc., which correspond to different field types. In short, the key information of different labels of the file is extracted, which specifically includes: an @ odata.id field, @ odata.type field, @ odata.context field, and a set of attributes including: the field name, field type, field description information, field permission attributes, and other field incidental information, e.g., the field is of an enumerated type, should contain all of the enumerated values for the field.
And finally, converting the analyzed data into a hierarchical file required by the Redfish specification, namely generating index. Json files of different hierarchies according to the initial index/Redfish/v 1.
The standard checking module mainly adopts a Redfish-Mockup-Server component and a Redfish-Service-valve component to configure a local data source, reads an index. Json file generated by the file analyzing module, and then checks the correctness of the index. Json file.
The C code conversion module is mainly used for automatically generating the C language file for the developer to use by the verified correct data. The specific operation is as follows: defining the analyzed NameSpace field as a file name and a structural body name, defining the @ odata.id, @ odata.type, @ odata.context as a macro, converting the fields and the field types in the attribute set into fields in the structural body, converting enumerated fields and enumerated values into enumeration definition in C language, converting description information of the fields and authority attributes of the fields into field annotation in C language, and reasonably defining a data structure in the C language file to obtain the C language file.
It can be seen that this embodiment provides a Server out-of-band management method based on Redfish, which can automatically read a specified $metadata file and a csdl file, parse contents including URL, attribute field, enumeration value, and the like, introduce a local data source, verify correctness of the parsed contents through a Redfish-Mockup-Server component and a Redfish-Service-validter, and finally convert the parsed contents into a C language file for a developer to use, greatly simplify development flow, and improve efficiency of developing Redfish.
The embodiment of the present application provides a server out-of-band management device based on Redfish, where 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 server out-of-band management apparatus based on Redfish of this embodiment includes:
a field extraction module 31, configured to extract a file name field and a version number field from the target metadata file;
the tag information extraction module 32 is configured to determine a target csdl file according to the file name field and the version number field, and extract key information of each tag in the target csdl file;
the conversion module 33 is configured to convert key information of each tag in the target csdl file into a hierarchical file that conforms to the Redfish specification; generating a C language file according to the hierarchical 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 server out-of-band management device based on Redfish of this embodiment is used to implement the foregoing server out-of-band management method based on Redfish, so that the specific implementation of this device can be found in the foregoing example section of the server out-of-band management method based on Redfish, and will not be described herein.
In addition, the application also provides a server out-of-band management device based on Redfish, as shown in fig. 4, including:
memory 100: for storing a computer program;
processor 200: for executing the computer program to implement 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 a Redfish-based server out-of-band management method as described above when executed by a processor.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
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. The software modules may be disposed 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 foregoing has outlined rather broadly the more detailed description of the present application and the principles and embodiments of the present application have been presented in terms of specific examples, which are provided herein to assist in the understanding of the method and core concepts of the present application; meanwhile, as those skilled in the art will have modifications in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (5)

1. The server out-of-band management method 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 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;
carrying out-of-band management operation on the server by utilizing the C language file;
the converting the key information of each tag in the target csdl file into a hierarchical file conforming to the Redfish specification includes:
generating index. Json files of different levels according to the key information of each label in the target csdl file according to the initial index;
wherein the generating a C language file according to the hierarchy file includes:
checking whether the hierarchical file is correct; if yes, generating a C language file according to the hierarchical file;
wherein the verifying whether the hierarchical file is correct includes:
checking whether the hierarchical file is correct or not by using a Redfish-Mockup-Server component and a Redfish-Service-verifier component;
the extracting the key information of each label in the target csdl file comprises the following steps:
extracting key information of each tag 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;
wherein the generating a C language file according to the hierarchy file includes:
defining the version number field as a C language file name and as a structure name; defining the resource access path, the resource type and the resource description information as macros; converting the field names and the field types in the attribute set into fields in a structural body, and converting enumerated 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 in the attribute set and the field permission attribute into a field annotation in C language.
2. The method of claim 1, further comprising, after said extracting a filename field and a version number field from the target metadata file:
and generating key value pairs by taking the file name field as a key and the version number field as a value, and storing the key value pairs into a key value pair set.
3. A Redfish-based server out-of-band management apparatus, comprising:
the field extraction module is used for extracting a file name field and a version number field from the target metadata file;
the label 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 label 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;
the management module is used for carrying out-of-band management operation on the server by utilizing the C language file;
the conversion module is specifically configured to generate index. Json files of different levels according to the starting index and key information of each tag in the target csdl file;
the conversion module is specifically configured to check whether the hierarchical file is correct; if yes, generating a C language file according to the hierarchical file;
the conversion module is specifically configured to check whether the hierarchical file is correct by using a Redfish-Mockup-Server component and a Redfish-Service-verifier component;
the tag information extraction module is specifically configured to extract key information of each tag in the target csdl file, where the key information includes a resource access path, a resource type, resource description information, and an attribute set, and the attribute set includes a field name, a field type, field description information, a field authority attribute, and field incidental information;
the conversion module is specifically configured to define the version number field as a C-language file name and as a structure name; defining the resource access path, the resource type and the resource description information as macros; converting the field names and the field types in the attribute set into fields in a structural body, and converting enumerated 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 in the attribute set and the field permission attribute into a field annotation in C language.
4. A Redfish-based server out-of-band management device, comprising:
a memory: for storing a computer program;
a processor: for executing said computer program to implement the Redfish-based server out-of-band management method according to any of claims 1 to 2.
5. A readable storage medium, characterized in that the readable storage medium stores a computer program for implementing the Redfish-based server out-of-band management method according to any of claims 1 to 2 when executed by a processor.
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 CN113672233A (en) 2021-11-19
CN113672233B true 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)

Families Citing this family (1)

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

Citations (8)

* 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
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

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10284418B2 (en) * 2016-07-25 2019-05-07 American Megatrends, Inc. Network switch management via embedded management controller using management information base (MIB) to JSON parser
US10997092B2 (en) * 2017-08-10 2021-05-04 Seagate Technology Llc Enabling out-of-band hardware management via an in-band communications channel

Patent Citations (8)

* 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
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的信息安全标准资源解析研究;邢玉艳;刘耀;刘茹;;情报工程(05);全文 *

Also Published As

Publication number Publication date
CN113672233A (en) 2021-11-19

Similar Documents

Publication Publication Date Title
KR101755365B1 (en) Managing record format information
US10133650B1 (en) Automated API parameter resolution and validation
US10177996B2 (en) System and method for validating documentation of representational state transfer (REST) services
US10467316B2 (en) Systems and methods for web analytics testing and web development
CN112104709B (en) Intelligent contract processing method, device, medium and electronic equipment
US20120036397A1 (en) Utilizing log event ontology to deliver user role specific solutions for problem determination
US20110016451A1 (en) Method and system for generating test cases for a software application
Yu et al. Revisiting the description-to-behavior fidelity in android applications
Ordiales Coscia et al. Anti-pattern free code-first web services for state-of-the-art Java WSDL generation tools
JP2018505506A (en) Machine-based instruction editing
Yang et al. Towards extracting web API specifications from documentation
US10911379B1 (en) Message schema management service for heterogeneous event-driven computing environments
CN104461531A (en) Implementing method for self-defined functions of reporting system
CN112070608B (en) Information processing method, device, medium and electronic equipment
CN112560100A (en) Data desensitization method and device, computer readable storage medium and electronic equipment
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
CN112579461A (en) Assertion processing method, system and storage medium
CN112883088B (en) Data processing method, device, equipment and storage medium
US8607201B2 (en) Augmenting visualization of a call stack
US20150248500A1 (en) Documentation parser
CN111143310A (en) Log recording method and device and readable storage medium
Le Zou et al. On synchronizing with web service evolution
US20220083611A1 (en) Data management system for web based data services
Habibi et al. Generating test as a web service (TaaWS) through a method-based attribute grammar

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