CN110889670A - Service approval system, method and device and computer readable storage medium - Google Patents

Service approval system, method and device and computer readable storage medium Download PDF

Info

Publication number
CN110889670A
CN110889670A CN201911121562.0A CN201911121562A CN110889670A CN 110889670 A CN110889670 A CN 110889670A CN 201911121562 A CN201911121562 A CN 201911121562A CN 110889670 A CN110889670 A CN 110889670A
Authority
CN
China
Prior art keywords
service
approval
resource
application
module
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
CN201911121562.0A
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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911121562.0A priority Critical patent/CN110889670A/en
Publication of CN110889670A publication Critical patent/CN110889670A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Operations Research (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Data Mining & Analysis (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a service approval system, method, device and computer readable storage medium, which are applied to a multi-cloud management platform and comprise the following steps: the service specification storage module is used for storing service specifications with uniform formats; the service application module is used for receiving the service selection information and submitting a service application corresponding to the service selection information to the approval module; the approval module is used for displaying the service application to the user, receiving an approval instruction corresponding to the service application, and sending approval success information to the service instance creation module or sending approval return information to the return module; the service instance creating module is used for creating a service instance by using the service specification; the return module is used for returning the corresponding service application by using the approval return information; the service specification with the uniform format is utilized, so that the key information in the service specification can be browsed conveniently and quickly, whether corresponding service application can be agreed or not can be judged quickly, and the approval efficiency is improved.

Description

Service approval system, method and device and computer readable storage medium
Technical Field
The present invention relates to the field of computers, and in particular, to a service approval system, method, apparatus, and computer-readable storage medium.
Background
The cloud data center management platform is a cross-virtualization cloud resource management platform, and can realize effective management of cloud resources. In order to realize effective management of numerous resources, a common user needs to apply for an administrator before using cloud resources, and after approval is passed by the administrator, the user can obtain the use permission of the resources. However, during application, different application approval flows and application approval interfaces are often required to be customized for different resources, which undoubtedly increases the workload of system development and is also not beneficial to the admission of the cloud management platform to different virtualization platforms. In addition, the user applies for the resource, and the purpose of the resource is to use the resource to realize certain services, such as database services, security services and the like, without paying attention to the application process of the resource.
In order to simplify the application process, enhance the management capability of the system and improve the approval efficiency, a new service approval system is needed.
Disclosure of Invention
In view of the above, the present invention provides a service approval system, method, device and computer readable storage medium, which simplify the application process, enhance the management capability of the system, and improve the approval efficiency.
The specific scheme is as follows:
a service approval system is applied to a multi-cloud management platform and comprises: the system comprises a service specification storage module, a service application module, an approval module, a service instance creation module and a return module;
the service specification storage module is used for storing service specifications with uniform formats, and the service specifications comprise application parameters and resource parameters required by creating service instances;
the service application module is used for receiving service selection information and submitting a service application corresponding to the service selection information to the approval module, wherein the service application comprises a service specification;
the approval module is used for displaying the service application to a user, receiving an approval instruction corresponding to the service application, and sending approval success information corresponding to the approval instruction to the service instance creation module or sending approval return information corresponding to the approval instruction to the return module;
the service instance creating module is used for creating a service instance by using the service specification in the service application corresponding to the approval success information;
and the return module is used for returning the corresponding service application by using the approval return information.
Optionally, the application parameter includes a resource domain to which the resource belongs, a data center to which the resource belongs, and resource owner information;
the resource parameters include: the resource quantity, the resource type, the metadata of the resource and the logic association information among the resources.
Optionally, the service instance creating module includes:
the parameter acquiring unit is used for acquiring application parameters and resource parameters in the service specification;
a resource selection unit, configured to select a resource satisfying a resource parameter from a resource domain by using the application parameter;
the resource association unit is used for completing the logic association between the resources by using the resource parameters;
a service instance creating unit for creating the service instance including the resources.
Optionally, the method further includes:
and the service specification creating module is used for receiving the application parameters and the resource parameters, and filling the application parameters and the resource parameters into a preset service specification template with a uniform format to obtain the service specification.
The invention also discloses a service approval method, which is applied to a multi-cloud management platform and comprises the following steps:
receiving service selection information, and generating a service application corresponding to the service selection information; the service application comprises a service specification which is selected from a pre-established service specification library and has a uniform format corresponding to the service selection information, and the service specification comprises application parameters and resource parameters required by creating a service instance;
displaying the service application to a user;
receiving an approval instruction corresponding to the service application to obtain approval success information or approval return information;
creating a service instance by using the service specification in the service application corresponding to the approval success information;
or returning the corresponding service application by using the approval return information.
Optionally, the application parameter includes a resource domain to which the resource belongs, a data center to which the resource belongs, and resource owner information;
the resource parameters include: the resource quantity, the resource type, the metadata of the resource and the logic association information among the resources.
Optionally, the process of creating a service instance by using the service specification in the service application corresponding to the approval success information includes:
acquiring an application parameter and a resource parameter in a service specification;
selecting resources meeting the resource parameters from the resource domain by using the application parameters;
completing the logic association between the resources by using the resource parameters;
creating the service instance comprising resources.
Optionally, further comprising;
receiving application parameters and resource parameters;
and filling the application parameters and the resource parameters into a preset service specification template with a uniform format to obtain the service specification.
The invention also discloses a service approval device, which comprises:
a memory for storing a computer program;
a processor for executing the computer program to implement the service approval method as described above.
The invention also discloses a computer readable storage medium, on which a computer program is stored, which, when executed by a processor, implements a service approval method as described above.
In the invention, the service approval system is applied to a multi-cloud management platform and comprises the following components: the system comprises a service specification storage module, a service application module, an approval module, a service instance creation module and a return module; the service specification storage module is used for storing service specifications with uniform formats, and the service specifications comprise application parameters and resource parameters required by creating service instances; the service application module is used for receiving the service selection information and submitting a service application corresponding to the service selection information to the approval module, wherein the service application comprises a service specification; the approval module is used for displaying the service application to a user, receiving an approval instruction corresponding to the service application, and sending approval success information corresponding to the approval instruction to the service instance creation module or sending approval return information corresponding to the approval instruction to the return module; the service instance creating module is used for creating a service instance by using the service specification in the service application corresponding to the approval success information; and the returning module is used for returning the corresponding service application by using the approval returning information.
The service specification storage module is used for pre-storing the service specification with the uniform format, the service specification with the uniform format is convenient for a user to quickly select the required service specification from a plurality of service specifications, and meanwhile, when the subsequent approval module presents the service specification to an administrator, the administrator is convenient to quickly browse the service specification with the uniform format, the administrator is convenient to quickly browse key information in the service specification, whether corresponding service application can be agreed can be quickly judged, and the approval efficiency is improved.
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, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic structural diagram of a service approval system according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of another service approval system disclosed in the embodiment of the present invention;
fig. 3 is a schematic flow chart of a service approval method 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 embodiment of the invention discloses a service approval system, which is shown in figure 1 and is applied to a multi-cloud management platform, and the system comprises: the service specification storage module 11, the service application module 12, the approval module 13, the service instance creation module 14 and the return module 15;
and the service specification storage module 11 is used for storing the service specification with a uniform format, wherein the service specification comprises an application parameter and a resource parameter required by creating a service instance.
Specifically, in order to create a service instance, corresponding application parameters and resource parameters are required, the application parameters may include a resource domain to which a resource belongs, a data center to which the resource belongs, and resource owner information for indicating a location of a required resource, and the resource parameters may include a resource number, a resource type, metadata of the resource, and logical association information between resources, for configuring the resource, and specifying information of the resource, and for facilitating uniform management, the application parameters and the resource parameters are encapsulated into a service specification with a uniform format and stored by the service specification storage module 11, so as to facilitate subsequent use.
Specifically, each service specification has different contents but the same format, so that important information can be quickly browsed on the service specification, which is beneficial to examination and approval by a subsequent administrator, and meanwhile, a user can conveniently select to quickly search for a required service specification, for example, as shown in table 1, service specifications with unified and standardized formats are convenient for the user and the administrator to check.
TABLE 1
Figure BDA0002275594410000051
And the service application module 12 is configured to receive the service selection information, and submit a service application corresponding to the service selection information to the approval module 13, where the service application includes a service specification.
Specifically, when a user needs to apply for a service, the user inputs service selection information and selects a specified service specification to apply for a service instance, the multi-cloud management platform receives the service selection information input by the user and generates a service application including the service specification corresponding to the service selection information according to the service selection information, actually, the service selection information can specify the service specification, and after the service specification is determined, the service specification is used for generating the service application so as to be forwarded to the approval module 13, and the service application is displayed to a manager through the approval module 13 for approval.
The approval module 13 is configured to display a service application to a user, receive an approval instruction corresponding to the service application, and send approval success information corresponding to the approval instruction to the service instance creation module 14 or send approval return information corresponding to the approval instruction to the return module 15.
Specifically, after receiving the service application, the approval module 13 displays the service application to the administrator, the administrator can determine whether to approve the service application, and can input a corresponding approval instruction, after receiving the approval instruction, the approval module 13 can select whether to approve successfully or to approve back according to the approval instruction, and generate approval success information or approval back information, for example, after receiving the service application, the approval module 13 provides options to the administrator, which are buttons for approving and returning respectively, and the administrator inputs the approval instruction by clicking the corresponding button, and after receiving the corresponding button of the approval instruction, the approval module 13 generates approval success information or approval back information corresponding to the button, and when the approval success information is the approval success information, sends the approval success information to the service instance creation module 14, so as to create an instance later, if the request is the approval return information, the approval return information is sent to the return module 15 so as to return the application.
The approval success information includes the service specification in the service application when being generated, so that the subsequent service instance creating module 14 can create the service instance.
It can be understood that when the administrator approves the service application, the service specification with a uniform format is approved, which is helpful for the administrator to quickly know the service required by the user, and can quickly judge whether the service specification can be approved, thereby greatly accelerating the approval efficiency.
And the service instance creating module 14 is used for creating the service instance by using the service specification in the service application corresponding to the approval success information.
Specifically, after the approval is successful, the approval success information is received, and when the approval success information is generated, the service specification in the service application is included, so that the corresponding service instance can be created by using the application parameters and the resource parameters in the service specification, and the application and creation of the whole service are completed.
And the returning module 15 is used for returning the corresponding service application by using the approval returning information.
Specifically, the approval return information includes a mark or information indicating which service application is returned, so that after the return module 15 receives the approval return information, the service application corresponding to the approval return information can be returned, and the returning mode may include sending a return prompt message to the user terminal to be displayed to the user, or sending the returned service application to the user terminal, and displaying the service application on the user terminal, so as to receive the service selection information input by the user to reselect the service specification, and generate a new service application.
Therefore, in the embodiment of the invention, the service specification with the uniform format is pre-stored by using the service specification storage module 11, the service specification with the uniform format is convenient for a user to quickly select a required service specification from a plurality of service specifications, and meanwhile, when the subsequent approval module 13 presents the service specification to an administrator, the administrator is convenient to quickly browse the service specification with the uniform format, the administrator is convenient to quickly browse key information in the service specification, whether corresponding service application can be agreed can be quickly judged, and the approval efficiency is improved.
The embodiment of the invention discloses a specific service approval system, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Referring to fig. 2, specifically:
and the service specification creating module 16 is configured to receive the application parameters and the resource parameters, and fill the application parameters and the resource parameters into a preset service specification template with a uniform format to obtain a service specification.
Specifically, the administrator can make the service specification by himself, so that the service specification is standardized, the approval speed is increased, and meanwhile, the user does not need to carry out a complicated service specification configuration process by himself, and only needs to select the formulated service specification from the formulated service specifications.
Specifically, the application parameters and the resource parameters input by the administrator are received, and the application parameters and the resource parameters are filled to the filling positions preset in the service specification template, so that the service specification with uniform and standardized format is obtained.
The service specification storage module 11 is used for storing service specifications with uniform formats, and the service specifications comprise application parameters and resource parameters required by creating service instances;
the service application module 12 is configured to receive the service selection information, and submit a service application corresponding to the service selection information to the approval module 13, where the service application includes a service specification;
the approval module 13 is used for displaying a service application to a user, receiving an approval instruction corresponding to the service application, and sending approval success information corresponding to the approval instruction to the service instance creation module 14 or sending approval return information corresponding to the approval instruction to the return module 15;
and the service instance creating module 14 is used for creating the service instance by using the service specification in the service application corresponding to the approval success information.
Specifically, the service instance creating module 14 may specifically include a parameter obtaining unit 141, a resource selecting unit 142, a resource associating unit 143, and a service instance creating unit 144; wherein the content of the first and second substances,
the parameter obtaining unit 141 is configured to obtain an application parameter and a resource parameter in the service specification.
Specifically, the application parameters and the resource parameters are obtained from the service specification, so that the application parameters and the resource parameters are used for creating the service instance in the following process.
And a resource selecting unit 142, configured to select a resource satisfying the resource parameter from the resource domain by using the application parameter.
Specifically, the location of the resource may be determined by using the information of the resource domain, the data center, the resource owner, and the like in the application parameter, and the resource satisfying the resource parameter may be selected from the resource domain described in the application parameter, because the application parameter may not specifically define which resource, but only define the selection range of the resource, and as long as the resource parameter required to satisfy the resource described in the service specification is selected from the resource domain, for example, the application parameter specifies that the resource is selected in the first resource domain, and the resource parameter defines the storage space of 1T, the hard disk having the storage space of 1T is searched in the first resource domain.
The resource associating unit 143 is configured to complete the logical association between the resources by using the resource parameters.
Specifically, generally, the creation of one service instance needs to be implemented by matching a plurality of resources, and for this reason, after selecting a resource, it is necessary to establish a logical association between the resources by using information such as metadata of the resource in the resource parameter and the logical association of each resource element, and to ensure that the resources can be effectively called each other during the operation of the service instance.
A service instance creating unit 144, configured to create a service instance including the resources.
And the returning module 15 is used for returning the corresponding service application by using the approval returning information.
Correspondingly, the embodiment of the invention also discloses a service approval method, which is shown in fig. 3 and is applied to a multi-cloud management platform, and the method comprises the following steps:
s11: receiving service selection information, and generating a service application corresponding to the service selection information; the service application comprises a service specification which is selected from a pre-established service specification library and has a uniform format corresponding to the service selection information, and the service specification comprises application parameters and resource parameters required by creating a service instance;
s12: displaying the service application to a user;
s13: receiving an approval instruction corresponding to the service application to obtain approval success information or approval return information;
s14: creating a service instance by using the service specification in the service application corresponding to the approval success information;
s15: or returning the corresponding service application by using the approval return information.
Therefore, the embodiment of the invention utilizes the service specification with the uniform format which is stored in advance, the user can conveniently and quickly select the required service specification from a plurality of service specifications, and meanwhile, when the service specification is subsequently presented to the administrator, the administrator can conveniently and quickly browse the service specification with the uniform format, the administrator can conveniently and quickly browse the key information in the service specification, whether the corresponding service application can be agreed can be quickly judged, and the approval efficiency is improved.
Specifically, the application parameters may include a resource domain to which the resource belongs, a data center to which the resource belongs, and resource owner information; the resource parameters may include: the resource quantity, the resource type, the metadata of the resource and the logic association information among the resources.
Specifically, the process of creating a service instance by using the service specification in the service application corresponding to the approval success information may include:
acquiring an application parameter and a resource parameter in a service specification;
selecting resources meeting the resource parameters from the resource domain by using the application parameters;
completing the logic association between the resources by using the resource parameters;
a service instance is created that includes the resources.
Specifically, the method can also comprise;
receiving application parameters and resource parameters;
and filling the application parameters and the resource parameters into a preset service specification template with a uniform format to obtain the service specification.
In addition, the embodiment of the invention also discloses a service approval device, which comprises:
a memory for storing a computer program;
a processor for executing a computer program to implement the steps of:
receiving service selection information, and generating a service application corresponding to the service selection information; the service application comprises a service specification which is selected from a pre-established service specification library and has a uniform format corresponding to the service selection information, and the service specification comprises application parameters and resource parameters required by creating a service instance; displaying the service application to a user; receiving an approval instruction corresponding to the service application to obtain approval success information or approval return information; creating a service instance by using the service specification in the service application corresponding to the approval success information; or returning the corresponding service application by using the approval return information.
The application parameters may include the resource domain to which the resource belongs, the data center to which the resource belongs, and resource owner information; the resource parameters may include: the resource quantity, the resource type, the metadata of the resource and the logic association information among the resources.
In the embodiment of the present invention, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: acquiring an application parameter and a resource parameter in a service specification; selecting resources meeting the resource parameters from the resource domain by using the application parameters; completing the logic association between the resources by using the resource parameters; a service instance is created that includes the resources.
In the embodiment of the present invention, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: receiving application parameters and resource parameters; and filling the application parameters and the resource parameters into a preset service specification template with a uniform format to obtain the service specification.
In addition, the embodiment of the invention also discloses a computer readable storage medium, a computer program is stored on the computer readable storage medium, and when being executed by a processor, the computer program realizes the following method:
receiving service selection information, and generating a service application corresponding to the service selection information; the service application comprises a service specification which is selected from a pre-established service specification library and has a uniform format corresponding to the service selection information, and the service specification comprises application parameters and resource parameters required by creating a service instance; displaying the service application to a user; receiving an approval instruction corresponding to the service application to obtain approval success information or approval return information; creating a service instance by using the service specification in the service application corresponding to the approval success information; or returning the corresponding service application by using the approval return information.
The application parameters may include the resource domain to which the resource belongs, the data center to which the resource belongs, and resource owner information; the resource parameters may include: the resource quantity, the resource type, the metadata of the resource and the logic association information among the resources.
In the embodiment of the present invention, when the computer subprogram stored in the memory is executed by the processor, the following steps may be specifically implemented: acquiring an application parameter and a resource parameter in a service specification; selecting resources meeting the resource parameters from the resource domain by using the application parameters; completing the logic association between the resources by using the resource parameters; a service instance is created that includes the resources.
In the embodiment of the present invention, when the computer subprogram stored in the memory is executed by the processor, the following steps may be specifically implemented: receiving application parameters and resource parameters; and filling the application parameters and the resource parameters into a preset service specification template with a uniform format to obtain the service specification.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The technical content provided by the present invention is described in detail above, and the principle and the implementation of the present invention are explained in this document by applying specific examples, and the above description of the examples is only used to help understanding the method of the present invention and the core idea thereof; meanwhile, for a person skilled in the art, according to the idea of the present invention, 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 invention.

Claims (10)

1. A service approval system is applied to a multi-cloud management platform and comprises the following components: the system comprises a service specification storage module, a service application module, an approval module, a service instance creation module and a return module;
the service specification storage module is used for storing service specifications with uniform formats, and the service specifications comprise application parameters and resource parameters required by creating service instances;
the service application module is used for receiving service selection information and submitting a service application corresponding to the service selection information to the approval module, wherein the service application comprises a service specification;
the approval module is used for displaying the service application to a user, receiving an approval instruction corresponding to the service application, and sending approval success information corresponding to the approval instruction to the service instance creation module or sending approval return information corresponding to the approval instruction to the return module;
the service instance creating module is used for creating a service instance by using the service specification in the service application corresponding to the approval success information;
and the return module is used for returning the corresponding service application by using the approval return information.
2. The service approval system of claim 1, wherein the application parameters comprise an affiliated resource domain, an affiliated data center, and resource owner information of a resource;
the resource parameters include: the resource quantity, the resource type, the metadata of the resource and the logic association information among the resources.
3. The service approval system of claim 2, wherein the service instance creation module comprises:
the parameter acquiring unit is used for acquiring application parameters and resource parameters in the service specification;
a resource selection unit, configured to select a resource satisfying a resource parameter from a resource domain by using the application parameter;
the resource association unit is used for completing the logic association between the resources by using the resource parameters;
a service instance creating unit for creating the service instance including the resources.
4. The service approval system of any one of claims 1 to 3, further comprising:
and the service specification creating module is used for receiving the application parameters and the resource parameters, and filling the application parameters and the resource parameters into a preset service specification template with a uniform format to obtain the service specification.
5. A service approval method is applied to a multi-cloud management platform and comprises the following steps:
receiving service selection information, and generating a service application corresponding to the service selection information; the service application comprises a service specification which is selected from a pre-established service specification library and has a uniform format corresponding to the service selection information, and the service specification comprises application parameters and resource parameters required by creating a service instance;
displaying the service application to a user;
receiving an approval instruction corresponding to the service application to obtain approval success information or approval return information;
creating a service instance by using the service specification in the service application corresponding to the approval success information;
or returning the corresponding service application by using the approval return information.
6. The service approval method of claim 5, wherein the application parameters comprise an affiliated resource domain, an affiliated data center, and resource owner information of the resource;
the resource parameters include: the resource quantity, the resource type, the metadata of the resource and the logic association information among the resources.
7. The service approval method according to claim 6, wherein the process of creating a service instance by using the service specification in the service application corresponding to the approval success information comprises:
acquiring an application parameter and a resource parameter in a service specification;
selecting resources meeting the resource parameters from the resource domain by using the application parameters;
completing the logic association between the resources by using the resource parameters;
creating the service instance comprising resources.
8. The service approval method of any one of claims 5 to 7, further comprising;
receiving application parameters and resource parameters;
and filling the application parameters and the resource parameters into a preset service specification template with a uniform format to obtain the service specification.
9. A service approval apparatus, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the service approval method of any one of claims 5 to 8.
10. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, implements the service approval method of any one of claims 5 to 8.
CN201911121562.0A 2019-11-15 2019-11-15 Service approval system, method and device and computer readable storage medium Pending CN110889670A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911121562.0A CN110889670A (en) 2019-11-15 2019-11-15 Service approval system, method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911121562.0A CN110889670A (en) 2019-11-15 2019-11-15 Service approval system, method and device and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN110889670A true CN110889670A (en) 2020-03-17

Family

ID=69747666

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911121562.0A Pending CN110889670A (en) 2019-11-15 2019-11-15 Service approval system, method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN110889670A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112068807A (en) * 2020-07-17 2020-12-11 石化盈科信息技术有限责任公司 Process industrial application software ecosystem, development method and storage medium
CN114268659A (en) * 2020-09-14 2022-04-01 华为云计算技术有限公司 Service construction method, related device and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106897920A (en) * 2017-02-28 2017-06-27 郑州云海信息技术有限公司 A kind of automatic measures and procedures for the examination and approval of operation flow and system
CN107491937A (en) * 2017-08-14 2017-12-19 郑州云海信息技术有限公司 A kind of cloud resource application approval management method and system
CN109286517A (en) * 2018-08-10 2019-01-29 东软集团股份有限公司 Create the method, apparatus serviced and storage medium and electronic equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106897920A (en) * 2017-02-28 2017-06-27 郑州云海信息技术有限公司 A kind of automatic measures and procedures for the examination and approval of operation flow and system
CN107491937A (en) * 2017-08-14 2017-12-19 郑州云海信息技术有限公司 A kind of cloud resource application approval management method and system
CN109286517A (en) * 2018-08-10 2019-01-29 东软集团股份有限公司 Create the method, apparatus serviced and storage medium and electronic equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112068807A (en) * 2020-07-17 2020-12-11 石化盈科信息技术有限责任公司 Process industrial application software ecosystem, development method and storage medium
CN112068807B (en) * 2020-07-17 2023-11-03 石化盈科信息技术有限责任公司 Ecological system, development method and storage medium for process industrial application software
CN114268659A (en) * 2020-09-14 2022-04-01 华为云计算技术有限公司 Service construction method, related device and computer readable storage medium

Similar Documents

Publication Publication Date Title
US10637796B2 (en) Linking instances within a cloud computing environment
US10846153B2 (en) Bot creation with workflow development system
US10616132B2 (en) Managing user privileges for computer resources in a networked computing environment
US10972267B2 (en) Deterministic verification of digital identity documents
US8676593B2 (en) Geographic governance of data over clouds
US11132114B2 (en) Method and apparatus for generating customized visualization component
CN109587233B (en) Multi-cloud container management method, device and computer-readable storage medium
US9984086B2 (en) Performing actions on objects as a result of applying tags to the objects
US10372512B2 (en) Method and apparatus for automatic processing of service requests on an electronic device
CN107491307B (en) Information providing method, device, electronic equipment and computer readable storage medium
US20200293164A1 (en) Html editing operations
US11863687B2 (en) Post-completion action management in online document system
CN110889670A (en) Service approval system, method and device and computer readable storage medium
US20130127863A1 (en) Determining an optimal sequence of status transitions for business objects
US9922328B2 (en) Acceleration of system documentation conformance to differentiated regulations of multiple countries
US10432700B2 (en) Conversation connected visualization of items based on a user created list
CN110795137A (en) Authority configuration method, device, system, electronic equipment and readable medium
CN114282760A (en) Workflow generation method and device combining dynamic form and dynamic flow
KR20180060360A (en) Method and Apparatus of providing user-defined UI in administrative management program provided in cloud computing
CN112527289A (en) Dynamic form system based on Golang and Mongodb
US20090007157A1 (en) Mapping Data Sources to a Procedural API
WO2020019536A1 (en) Method and apparatus for filling in requirement rollback scheme, and terminal and readable storage medium
CN117744047A (en) Identity attribute management method and device, electronic equipment and storage medium
CN116827770A (en) Intelligent acceleration equipment management method, device, equipment and medium
CN116225424A (en) Universal model effect display method, device, equipment and storage medium

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