US12531815B2 - Smart application programming interface (API) resource sharing for distributed service platforms - Google Patents
Smart application programming interface (API) resource sharing for distributed service platformsInfo
- Publication number
- US12531815B2 US12531815B2 US18/625,540 US202418625540A US12531815B2 US 12531815 B2 US12531815 B2 US 12531815B2 US 202418625540 A US202418625540 A US 202418625540A US 12531815 B2 US12531815 B2 US 12531815B2
- Authority
- US
- United States
- Prior art keywords
- resource
- api request
- request
- uri
- api
- 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, expires
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/70—Admission control; Resource allocation
- H04L47/78—Architectures of resource allocation
- H04L47/783—Distributed allocation of resources, e.g. bandwidth brokers
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/955—Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
- G06F16/9566—URL specific, e.g. using aliases, detecting broken or misspelled links
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Definitions
- Embodiments disclosed herein relate generally to resource management. More particularly, embodiments disclosed herein relate to systems and methods to manage resources across shared infrastructure.
- Computing devices may provide computer-implemented services.
- the computer-implemented services may be used by users of the computing devices and/or devices operably connected to the computing devices.
- the computer-implemented services may be performed with hardware components such as processors, memory modules, storage devices, and communication devices. The operation of these components and the components of other devices may impact the performance of the computer-implemented services.
- FIG. 1 shows a block diagram illustrating a system in accordance with an embodiment.
- FIGS. 2 A- 2 C show data flow diagrams in accordance with an embodiment.
- FIG. 3 shows a flow diagram illustrating a method in accordance with an embodiment.
- FIG. 4 shows a block diagram illustrating a data processing system in accordance with an embodiment.
- references to an “operable connection” or “operably connected” means that a particular device is able to communicate with one or more other devices.
- the devices themselves may be directly connected to one another or may be indirectly connected to one another through any number of intermediary devices, such as in a network topology.
- embodiments disclosed herein relate to methods and systems for managing resources in a distributed service platform/system.
- information from a distributed system may need to be distributed to locations where the data is processed and/or otherwise used.
- APIs application programming interfaces
- the APIs may be Representational State Transfer (REST) APIs that facilitate stateless distribution of information through invocation of functions of the REST APIs.
- REST Representational State Transfer
- a function may be invoked and a uniform resource identifier (URI) may be provided.
- URI uniform resource identifier
- the invoked function and URI may enable the REST API to identify relevant data and provide the relevant data in response to the request.
- URIs may be presented in short or long form (e.g., a hierarchical URI design). Shorter URIs (e.g., short-form URIs) are easier to read and usually the more favored of the two options. However, for distributed service platforms that contain many services (e.g., provided by various different teams), allocating popular and common resource type names among services may cause confusion and issues with identifying the correct service to use.
- an entity may internally have two teams (team A and team B) that each provide different versions (e.g., a business-oriented version and an information technology (IT) oriented version) of the same service.
- Both teams may want to claim a popular and common resource type name such as host, virtual machine (vm), or storage-systems for use in a URI. If both teams claim the use of the resource ID “host”, a member of team A will not be able to know whether he or she is correctly using her team's (team A's) version of the service when that member uses the resource ID “host” in a URI without adding additional terms to the URI that are associated with team A's service paths.
- a resource proxy (also referred to herein as a “service device proxy”) having access to a resource directory service (also referred to herein as a “resource directory repository”) may be provided.
- the resource proxy may be able to accurately forward (e.g., routes) each invoked API (e.g., each API request) to an accurate resource provider, even if the API request includes a URI including a common resource type name (e.g., “storage-systems”) shared by various teams (or entities) within the distributed service platforms.
- the resource directory service may store information related to each available implementation (e.g., version) of a specific service available within the distributed service platform.
- the resource proxy may then compare certain keywords included in a URI such as a specific resource identifier (ID) that is unique to a specific implementation of a service to the data stored in the resource directory service to determine which resource provider should ultimately receive the API request.
- ID resource identifier
- the creator of the request e.g., API request
- the API request (e.g., a REST API request) may first be configured through a resource abstraction process.
- the resource abstraction process transforms each API request into a common metadata framework, which allows the API request to be understandable by all teams (and/or entities) using the same distributed service platform. This advantageously drives better adoption and reuse of APIs as well as leading to more effective governance and reporting withing larger, more complex distributed service platforms.
- embodiments disclosed herein may address, among others, the technical problem of limited computing resources within distributed service platforms.
- By accurately routing API requests to the correct resource providers, mistakenly routed request may be reduced and/or completely eliminated.
- the limited computing resources of the distributed system may be preferentially used to complete requests instead of fixing erroneously routed requests, which results in a technical improvement in the use and management of the computing devices' (e.g., the computing devices making up the distributed service platforms computing resources).
- a method for managing resources within a distributed service platform may include: obtaining an application programming interface (API) request; parsing the API request to obtain request information, the request information comprising a uniform resource identifier (URI), and the URI being a short-form URI; using the request information to obtain resource provider location data from a resource directory repository; and providing the API request to one or more resource providers associated with the obtained resource provider location data for the API request to be serviced by the one or more resource providers.
- API application programming interface
- the API request is a Representational State Transfer (REST) API request
- a term in the short-form URI is a shared resource type name used by at least two different entities that provide resources through the one or more resource providers.
- the at least two different entities comprise a business entity and an information technology (IT) entity, and the shared resource type name is one selected from a group consisting of: host, resource, virtual machine (vm), and storage-system.
- IT information technology
- the resource directory repository stores a resource directory, the resource directory including information associated with the one or more resource providers comprising, for each of the one or more resource providers: a host name, a resource name, a resource ID (e.g., ⁇ id> in a URI such as “/rest/v1/ ⁇ resource type name>/ ⁇ id>”), an action type, and an offer ID.
- a resource ID e.g., ⁇ id> in a URI such as “/rest/v1/ ⁇ resource type name>/ ⁇ id>”
- the API request is an abstracted API request on which a resource abstraction process was previously applied before being obtained, the resource abstraction process modifies content within the API request to adhere to a predefined standardized format.
- the resource provider location data comprises the host name and a port number of each of the one or more resource providers to which the API request is to be provided.
- Providing the API request to the one or more resource providers may include, for a resource provider among the one or more resource providers: updating the host name of the resource provider to the URI included in the API request to obtain an updated URI; and forwarding the API request to the resource provider of the one or more resource providers using the updated URI.
- the API request is received from a client device that in turn receives requested resources specified in the API request from the one or more resource providers, the client device having no information regarding which of the one or more resource providers is to receive the API request prior to receiving the requested resources from the one or more resource providers.
- a non-transitory media may include instructions that when executed by a processor cause the computer-implemented method to be performed.
- a data processing system may include the non-transitory media and a processor, and may perform the computer-implemented method when the computer instructions are executed by the processor.
- FIG. 1 a block diagram illustrating a system in accordance with an embodiment is shown.
- the system shown in FIG. 1 may provide computer-implemented services.
- the computer implemented services may include any type and quantity of computer implemented services.
- the computer implemented services may include data storage services, instant messaging services, database services, and/or any other type of service that may be implemented with a computing device.
- the information (e.g., resources) used in the workloads may be available from various devices of the system.
- any of the devices of the system may host instances of application programming interfaces (APIs).
- APIs may be used by other devices and/or applications (e.g., hosted by other or the same device) to obtain data that may include information usable in workloads.
- APIs may also be used to set, change, and/or configure data (e.g., write to one or more services and/or resource providers).
- any of the APIs may be implemented as Representational State Transfer (REST) APIs.
- the REST APIs may associate uniform resource identifiers (URIs) with various resources (e.g., data sources).
- the resources may have various properties corresponding to different types of data available via the REST APIs.
- the data may be stored in a database which the REST APIs may receive when requests directed to the URIs are received.
- a data consumer may generate a request that includes a URI.
- the request may be interpreted by identifying the resources specified by the URI, and obtaining corresponding data from a database.
- the data may be returned to service the request. If no properties are specified, then properties of the resource may be returned (similarly, if a property is not associated with data, then sub-properties of the property may be returned to enable a data consumer to identify properties relevant for use).
- APIs may also be used for other functions such as, but not limited to, to set, change, and/or configure data (e.g., write to one or more services and/or resource providers).
- the URI in the generated request may by a short-form URI that includes a shared resource type name (e.g., host, vm, resource, storage-system, or the like) used by at least two different entities that provide services through the devices hosting the instances of the API.
- the at least two different entities may include a business entity and an information technology (IT) entity.
- a request routing mechanism determines where the API request should be routed using clues contained in the URI (e.g., one or more terms associated with only the instance of the API provided and maintained by the business entity) without requiring the URI to actually include the exact path (and/or explicitly laid out instructions or details) to the instance of the API provided and maintained by the business entity.
- clues contained in the URI e.g., one or more terms associated with only the instance of the API provided and maintained by the business entity
- multiple entities e.g., individuals, teams, corporations, external customers, or the like
- sharing common access to the system may be able to submit short-form URIs with confidence that their API request will be routed to the correct (e.g., their desired) endpoint within the system for the API request to be serviced by the correct instance of a service.
- the system of FIG. 1 may include client infrastructure 100 , service infrastructure 110 and communication system 130 . Each of these components is discussed below.
- Client infrastructure 100 may provide desired computer implemented services. To do so, client infrastructure 100 may include any number of client devices (e.g., 102 - 104 ). The client devices may provide the computer implemented services cooperatively and/or individually.
- client infrastructure 100 may include any number of client devices (e.g., 102 - 104 ). The client devices may provide the computer implemented services cooperatively and/or individually.
- the client device may utilize information maintained by service infrastructure 110 . To do so, the client devices may (i) invoke REST APIs hosted by service infrastructure 110 to obtain data, and (ii) use the obtained data to provide the computer implemented services.
- Service infrastructure 110 may provide access to information used in the computer implemented services (e.g., service infrastructure 110 may be configured as a distributed service platform). To do so, service infrastructure 110 may host REST APIs, databases, and/or other data structures usable to store and provide access to stored information. Additionally, service infrastructure 110 include custom resource creation functionality through which custom resources may be established and used by other devices to access data maintained by service infrastructure 110 .
- service infrastructure 110 may include any number of service devices (e.g., 112 - 114 ) (also referred to herein as “resource providers”).
- the services devices may provide access to information (e.g., data, services, resources, or the like) cooperatively or individually.
- service infrastructure 110 may include a service device proxy 116 and a resource directory repository 118 .
- the service device proxy 116 may use (e.g., obtain) information stored in the resource directly repository 118 to route requests received from the client infrastructure to one or more of the service devices (e.g., 112 - 114 ) for servicing of the requests.
- any of the components of the client infrastructure 100 and service infrastructure 110 may perform the flows and methods illustrated in FIGS. 2 A- 3 .
- Each of the components of the client infrastructure 100 may be implemented using a computing device (also referred to as a data processing system) such as a host or a server, a personal computer (e.g., desktops, laptops, and tablets), a “thin” client, a personal digital assistant (PDA), a Web enabled appliance, a mobile phone (e.g., Smartphone), an embedded system, local controllers, an edge node, and/or any other type of data processing device or system.
- a computing device also referred to as a data processing system
- a computing device also referred to as a data processing system
- the service device proxy 116 may also be implanted as hardware, software, or a combination of both as part of each service device 112 - 114 and/or each client device 102 - 104 .
- an instance of the service device proxy 116 may be installed in each of the service devices 112 - 114 and/or in each of the client devices 102 - 104 .
- service device proxy 116 and the resource directory repository 118 are shown as being part of the service infrastructure 110 , these two components of the system of FIG. 1 may be implemented separately as remote devices (e.g., the resource directory repository 118 as a remote storage device separate from the service infrastructure 110 ) that are connected to the service infrastructure 110 via the communication system 130 .
- communication system 130 includes one or more networks that facilitate communication between any number of components.
- the networks may include wired networks and/or wireless networks (e.g., and/or the Internet).
- the networks may operate in accordance with any number and types of communication protocols (e.g., such as the internet protocol).
- FIG. 1 While illustrated in FIG. 1 as including a limited number of specific components, a system in accordance with an embodiment may include fewer, additional, and/or different components than those illustrated therein.
- FIGS. 2 A- 2 C data flow diagrams in accordance with an embodiment are shown in FIGS. 2 A- 2 C .
- a first set of shapes e.g., 200 , 209 , etc.
- a second set of shapes e.g., 202 , 206 , etc.
- a third set of shapes e.g., 208 , etc.
- a fourth set of shapes e.g., 102 , 112 , etc.
- Shapes shown in broken lines may represent optional ones of the data structures, processes, large scale data structures, and/or the computing devices.
- an application programming interface (API) request (e.g., a REST API request) may be generated by a client device 102 .
- the API request may be obtained by the client device 102 from another source (e.g., another client device).
- the API request may include at least: a URI; a Hypertext Transfer Protocol (HTTP) method (e.g., GET, POST, PUT, PATCH, DELETE, or the like); and one or more request parameters (e.g., a resource type name, resource ID (e.g., ⁇ id> in a URI), or the like (e.g., in a URI such as “/rest/v1/ ⁇ resource type name>/ ⁇ id>”)); or the like.
- HTTP Hypertext Transfer Protocol
- request parameters e.g., a resource type name, resource ID (e.g., ⁇ id> in a URI), or the like (e.g., in a URI such as “/rest/v1/ ⁇ resource type name>/ ⁇ id>”)
- Other data commonly included in API requests may be included without departing from the scope of embodiments disclosed herein.
- the URI may be a short-form URI that includes at least one common resource type name.
- a resource type name may be any of the common resource type names (that are shared among multiple resource providers) such as, but not limited to, host, vm, resource, storage-system) that is used by more than one entity that is hosting an instance (e.g., a version) of a service within a distributed service platform.
- the API request 200 provided by the client device 102 may be ingested by a resource abstraction process 202 .
- the resource abstraction process transforms the API request 200 into a common metadata framework (also referred to herein as a “predefined standardized format”).
- the common metadata framework may be a pre-set framework that is defined by one or more administrators of the distributed service platform.
- the abstracted API request may still include the shared resource type name.
- the resource abstraction process 202 may be executed by any of the components (e.g., client devices 102 - 104 , service devices 112 - 114 , and/or service device proxy 116 , or the like) of FIG. 1 .
- the API request 200 (or the abstracted API request) may be ingested into a request routing process 206 .
- the request routing process 206 may be executed by the service device proxy 116 of FIG. 1 .
- the request routing process 206 may parse the URI (e.g., the short-form URI) to identify all of the terms included within the URI. Alternatively, in some embodiments, certain terms (e.g., the shared resource type name) may be ignored when the URI is parsed as part of the request routing process 206 .
- the terms parsed from the URI during the request routing process 206 may be used as identifiers that are used to retrieve information associated with a final endpoint (e.g., a service provider that will execute the API to fulfill the API request) for the API request.
- the identifiers may include the HTTP method, the one or more request parameters, and other terms included in the URI.
- the request routing process 206 accesses a resource directory repository 208 .
- the resource directory repository 208 may store one or more resource directories 209 .
- Each resource directory 209 may be a data structure (e.g., a list, a table, or the like) storing information associated with an endpoint (e.g., one or more service devices that host one or more instances of APIs).
- information stored in the resource directory 209 may include: a host name of a service device (e.g., service device X), a resource name of a resource available through the service device, a resource type name of the resource, an action type (e.g., action associated with the HTTP method), a resource identifier (ID) (e.g., ⁇ id> in a URI such as “/rest/v1/ ⁇ resource type name>/ ⁇ id>”), and an offer identifier.
- a host name of a service device e.g., service device X
- a resource name of a resource available through the service device e.g., a resource type name of the resource
- an action type e.g., action associated with the HTTP method
- ID resource identifier
- Other information associated with services provided by one or more of the service devices that could be used to more accurately direct an API request to a correct instance of a service may also be included in the resource directly 209 without departing from one or more embodiments disclosed here
- each resource may have all three of a resource type name, a resource ID, and a resource name.
- a resource's name e.g., a unique name created by an owner of the resource that may vary from resource to resource
- the resource's ID e.g., also a unique identifier created by the owner the resource that may vary from resource to resource
- the request routing process 206 may match the identifiers (e.g., terms) parsed from the URI to the information included in the resource directory 209 stored in the resource directory repository 208 . Such matching of terms may be used to identify a path toward the correct instance of the API (e.g., the service device or devices hosting the correct of the API) required to service the API request.
- a path may be referred to herein as service device location data (herein also referred to as “resource provider location data”) and comprises a host name of the service device(s) and a port number of the service device(s) that hosts the correct instance of the API that should be used to fulfil the API request.
- the original (or abstracted) API request 200 is updated (as part of request routing process 206 ) using the service device location data to obtain an updated API request (namely, an updated URI within the API request).
- an updated API request namely, an updated URI within the API request.
- the URI may be modified to add the host name(s) and/or the port number(s) included in the service device location data.
- the request routing process 206 uses the updated URI that includes the added host name(s) and/or port number(s) to forward (e.g., route) the updated API request (original or abstracted) to one or more service devices 112 - 114 associated with the added host name(s) and/or port number(s) in the URI.
- the updated service API request is processed by the receiving service device(s). Said another way, the updated service API request is fulfilled using the instance of the API hosted by the receiving service device(s). Once the updated service API request is fulfilled, the requested services are provided by the receiving service device(s) back to the client device 102 to complete the initial API request by the client device 102 .
- FIG. 2 C shows an example of a resource directory 209 that is stored in resource directory repository 208 .
- each entry of resource directory 209 specifies a resource provider (e.g., an endpoint) for an API request.
- Each resource provider may be associated with information (e.g., offer identifier, action, resource type, resource ID, or the like) that identifies the resource provider has the endpoint for an API request.
- the resource name and the resource ID shown in the resource directory 209 of FIG. 2 C may be terms that are unique to each unique instance of an API available in the distributed service platform. Said another way, these two pieces of information may likely be the key terms that ultimately determine where an API request should be routed. Namely, these terms may be uniquely defined by the entities (e.g., individuals, teams, customers, or the like) for a specific instance of an API and may not overlap with other similar terms used in other instances of an API. For example, a business entity providing instance A of API X may have a unique resource ID scheme different from the resource ID scheme of an IT entity providing instance B of the same API X.
- a URI abtracted or original
- the term “storage-system” may be ignored since it is a shared resource type name while the term “GET” and “a” are used (e.g., by the request routing process 206 ) in combination with the resource directory 209 to retrieve the service device location data.
- the resource directory 209 shown in FIG. 2 C it can be seen that the terms “GET” and “a” are unique to “Service Device X” (e.g., resource provider X). Therefore, the service device location data will include the host name and/or the port number for “Service Device X”.
- the original URI may then be updated to read “GET https://resource-provider-x/storage-systems/a” (or something similar) once the host name and/or port number of “Service Device X” are added to the original URI.
- the API request is then routed to Service Device X where the correct instance of an API for fulfilling the API request is located (e.g., instantiated, maintained, available, etc.).
- the API request may be routed to more than one endpoint (e.g., resource provider). For example, consider an API request for accessing a list of resources “R” (e.g., URI of “GET/R”). If more than one endpoint (e.g., resource provider) stores resource “R”, the API request will be routed (e.g., as multiple separate requests) to each of the endpoint storing resource “R”.
- endpoint e.g., resource provider
- FIG. 3 illustrates a method that may be performed by the components of the system of FIG. 1 .
- any of the operations may be repeated, performed in different orders, and/or performed in parallel with or in a partially overlapping in time manner with other operations.
- FIG. 3 a flow diagram illustrating a method for managing resources in a distributed service platform in accordance with an embodiment is shown. The method may be performed by any of the components shown in client infrastructure 100 and service infrastructure 110 of FIG. 1 .
- an API request may be obtained.
- the API request may be obtained by a service device proxy 116 as an original (or abstracted) API request.
- the API request may be received from a client device that in turn receives requested services (and/or requested resources) specified in the API request from one or more service devices.
- the client device may not have (e.g., store, have access to, etc.) any information regarding which of the one or more service devices is to receive the API request prior to receiving the requested services (and/or requested resources) from the one or more service devices.
- neither the client device nor the user creating the request knows which service device(s) will receive the API request (e.g., which service device(s) have the correct instances of an API that is to fulfil the API request).
- the API request (original or abstracted) may be parted to obtain request information (e.g., the identifiers discussed in FIG. 2 A ).
- the request information (e.g., identifiers) included the API request may be used to obtain service device location data (e.g., as part of request routing process 206 of FIG. 2 A ) from a resource directory repository storing one or more resource directories.
- the service device location data comprises the host name and a port number of each of the one or more services (e.g., service devices) to which the API request is to be provided (e.g., routed).
- providing the API request to the one or more service devices may include, for a service device among the one or more service devices: adding the host name of the service device to the URI included in the API request to obtain an updated URI; and forwarding the API request to the service device of the one or more service devices using the updated URI.
- the API request (e.g., the updated API request including the service device location data) may be provided (e.g., routed) to one or more service devices associated with the obtained service device location data for the API request.
- the API request is serviced by the one or more service devices such that the services included in the API request is provided back to the client device that transmitted (and/or generated) the original API request.
- the method may end following operation 306 .
- FIG. 4 a block diagram illustrating an example of a data processing system (e.g., a computing device) in accordance with an embodiment is shown.
- system 400 may represent any of data processing systems described above performing any of the processes or methods described above.
- System 400 can include many different components. These components can be implemented as integrated circuits (ICs), portions thereof, discrete electronic devices, or other modules adapted to a circuit board such as a motherboard or add-in card of the computer system, or as components otherwise incorporated within a chassis of the computer system. Note also that system 400 is intended to show a high level view of many components of the computer system.
- ICs integrated circuits
- system 400 is intended to show a high level view of many components of the computer system.
- System 400 may represent a desktop, a laptop, a tablet, a server, a mobile phone, a media player, a personal digital assistant (PDA), a personal communicator, a gaming device, a network router or hub, a wireless access point (AP) or repeater, a set-top box, or a combination thereof.
- PDA personal digital assistant
- AP wireless access point
- Set-top box or a combination thereof.
- machine or “system” shall also be taken to include any collection of machines or systems that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein.
- system 400 includes processor 401 , memory 403 , and devices 405 - 407 via a bus or an interconnect 410 .
- Processor 401 may represent a single processor or multiple processors with a single processor core or multiple processor cores included therein.
- Processor 401 may represent one or more general-purpose processors such as a microprocessor, a central processing unit (CPU), or the like. More particularly, processor 401 may be a complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, or processor implementing other instruction sets, or processors implementing a combination of instruction sets.
- CISC complex instruction set computing
- RISC reduced instruction set computing
- VLIW very long instruction word
- Processor 401 may also be one or more special-purpose processors such as an application specific integrated circuit (ASIC), a cellular or baseband processor, a field programmable gate array (FPGA), a digital signal processor (DSP), a network processor, a graphics processor, a network processor, a communications processor, a cryptographic processor, a co-processor, an embedded processor, or any other type of logic capable of processing instructions.
- ASIC application specific integrated circuit
- FPGA field programmable gate array
- DSP digital signal processor
- network processor a graphics processor
- network processor a communications processor
- cryptographic processor a co-processor
- co-processor a co-processor
- embedded processor or any other type of logic capable of processing instructions.
- An operating system can be any kind of operating systems, such as, for example, Windows® operating system from Microsoft®, Mac OS®/iOS® from Apple, Android® from Google®, Linux®, Unix®, or other real-time or embedded operating systems such as VxWorks.
- System 400 may further include IO devices such as devices (e.g., 405 , 406 , 407 , 408 ) including network interface device(s) 405 , optional input device(s) 406 , and other optional IO device(s) 407 .
- IO devices such as devices (e.g., 405 , 406 , 407 , 408 ) including network interface device(s) 405 , optional input device(s) 406 , and other optional IO device(s) 407 .
- Network interface device(s) 405 may include a wireless transceiver and/or a network interface card (NIC).
- NIC network interface card
- the wireless transceiver may be a WiFi transceiver, an infrared transceiver, a Bluetooth transceiver, a WiMax transceiver, a wireless cellular telephony transceiver, a satellite transceiver (e.g., a global positioning system (GPS) transceiver), or other radio frequency (RF) transceivers, or a combination thereof.
- the NIC may be an Ethernet card.
- Input device(s) 406 may include a mouse, a touch pad, a touch sensitive screen (which may be integrated with a display device of optional graphics subsystem 404 ), a pointer device such as a stylus, and/or a keyboard (e.g., physical keyboard or a virtual keyboard displayed as part of a touch sensitive screen).
- input device(s) 406 may include a touch screen controller coupled to a touch screen.
- the touch screen and touch screen controller can, for example, detect contact and movement or break thereof using any of a plurality of touch sensitivity technologies, including but not limited to capacitive, resistive, infrared, and surface acoustic wave technologies, as well as other proximity sensor arrays or other elements for determining one or more points of contact with the touch screen.
- IO devices 407 may include an audio device.
- An audio device may include a speaker and/or a microphone to facilitate voice-enabled functions, such as voice recognition, voice replication, digital recording, and/or telephony functions.
- Other IO devices 407 may further include universal serial bus (USB) port(s), parallel port(s), serial port(s), a printer, a network interface, a bus bridge (e.g., a PCI-PCI bridge), sensor(s) (e.g., a motion sensor such as an accelerometer, gyroscope, a magnetometer, a light sensor, compass, a proximity sensor, etc.), or a combination thereof.
- USB universal serial bus
- sensor(s) e.g., a motion sensor such as an accelerometer, gyroscope, a magnetometer, a light sensor, compass, a proximity sensor, etc.
- a mass storage may also couple to processor 401 .
- this mass storage may be implemented via a solid state device (SSD).
- SSD solid state device
- the mass storage may primarily be implemented using a hard disk drive (HDD) with a smaller amount of SSD storage to act as an SSD cache to enable non-volatile storage of context state and other such information during power down events so that a fast power up can occur on re-initiation of system activities.
- a flash device may be coupled to processor 401 , e.g., via a serial peripheral interface (SPI). This flash device may provide for non-volatile storage of system software, including a basic input/output software (BIOS) as well as other firmware of the system.
- BIOS basic input/output software
- Storage device 408 may include computer-readable storage medium 409 (also known as a machine-readable storage medium or a computer-readable medium) on which is stored one or more sets of instructions or software (e.g., processing module, unit, and/or processing module/unit/logic 428 ) embodying any one or more of the methodologies or functions described herein.
- Processing module/unit/logic 428 may represent any of the components described above.
- Processing module/unit/logic 428 may also reside, completely or at least partially, within memory 403 and/or within processor 401 during execution thereof by system 400 , memory 403 and processor 401 also constituting machine-accessible storage media.
- Processing module/unit/logic 428 may further be transmitted or received over a network via network interface device(s) 405 .
- Computer-readable storage medium 409 may also be used to store some software functionalities described above persistently. While computer-readable storage medium 409 is shown in an exemplary embodiment to be a single medium, the term “computer-readable storage medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions. The terms “computer-readable storage medium” shall also be taken to include any medium that is capable of storing or encoding a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of embodiments disclosed herein. The term “computer-readable storage medium” shall accordingly be taken to include, but not be limited to, solid-state memories, and optical and magnetic media, or any other non-transitory machine-readable medium.
- Processing module/unit/logic 428 components and other features described herein can be implemented as discrete hardware components or integrated in the functionality of hardware components such as ASICS, FPGAs, DSPs or similar devices.
- processing module/unit/logic 428 can be implemented as firmware or functional circuitry within hardware devices.
- processing module/unit/logic 428 can be implemented in any combination hardware devices and software components.
- system 400 is illustrated with various components of a data processing system, it is not intended to represent any particular architecture or manner of interconnecting the components; as such details are not germane to embodiments disclosed herein. It will also be appreciated that network computers, handheld computers, mobile phones, servers, and/or other data processing systems which have fewer components or perhaps more components may also be used with embodiments disclosed herein.
- Embodiments disclosed herein also relate to an apparatus for performing the operations herein.
- a computer program is stored in a non-transitory computer readable medium.
- a non-transitory machine-readable medium includes any mechanism for storing information in a form readable by a machine (e.g., a computer).
- a machine-readable (e.g., computer-readable) medium includes a machine (e.g., a computer) readable storage medium (e.g., read only memory (“ROM”), random access memory (“RAM”), magnetic disk storage media, optical storage media, flash memory devices).
- processing logic that comprises hardware (e.g. circuitry, dedicated logic, etc.), software (e.g., embodied on a non-transitory computer readable medium), or a combination of both.
- processing logic comprises hardware (e.g. circuitry, dedicated logic, etc.), software (e.g., embodied on a non-transitory computer readable medium), or a combination of both.
- Embodiments disclosed herein are not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of embodiments disclosed herein.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (20)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/625,540 US12531815B2 (en) | 2024-04-03 | 2024-04-03 | Smart application programming interface (API) resource sharing for distributed service platforms |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US18/625,540 US12531815B2 (en) | 2024-04-03 | 2024-04-03 | Smart application programming interface (API) resource sharing for distributed service platforms |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20250317406A1 US20250317406A1 (en) | 2025-10-09 |
| US12531815B2 true US12531815B2 (en) | 2026-01-20 |
Family
ID=97231648
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US18/625,540 Active 2044-06-21 US12531815B2 (en) | 2024-04-03 | 2024-04-03 | Smart application programming interface (API) resource sharing for distributed service platforms |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US12531815B2 (en) |
Citations (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5794018A (en) | 1993-11-24 | 1998-08-11 | Intel Corporation | System and method for synchronizing data streams |
| US6526433B1 (en) | 1999-12-15 | 2003-02-25 | International Business Machines Corporation | Adaptive timeout value setting for distributed computing environment (DCE) applications |
| US8788540B2 (en) | 2001-01-03 | 2014-07-22 | University Of Southern California | System level applications of adaptive computing (SLAAC) technology |
| US9152402B2 (en) | 2010-02-25 | 2015-10-06 | Microsoft Technology Licensing Llc. | Automated deployment and servicing of distributed applications |
| GB2530499A (en) * | 2014-09-23 | 2016-03-30 | Ibm | Rest resource collection management |
| US9432399B2 (en) | 2013-04-06 | 2016-08-30 | Citrix Systems, Inc. | Systems and methods for HTTP-body DoS attack prevention with adaptive timeout |
| US20190007418A1 (en) * | 2017-06-29 | 2019-01-03 | Amazon Technologies, Inc. | Security policy monitoring service |
| US20190278851A1 (en) * | 2018-03-12 | 2019-09-12 | Microsoft Technology Licensing, Llc | Locating files using a durable and universal file identifier |
| US10558581B1 (en) * | 2013-02-19 | 2020-02-11 | Amazon Technologies, Inc. | Systems and techniques for data recovery in a keymapless data storage system |
| US10606642B1 (en) * | 2014-09-16 | 2020-03-31 | Amazon Technologies, Inc. | Dynamic power budgets |
| US10795992B2 (en) | 2018-01-11 | 2020-10-06 | Areca Bay, Inc. | Self-adaptive application programming interface level security monitoring |
| US20250123912A1 (en) * | 2023-10-17 | 2025-04-17 | Dell Products L.P. | Customization of application programming interfaces |
-
2024
- 2024-04-03 US US18/625,540 patent/US12531815B2/en active Active
Patent Citations (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5794018A (en) | 1993-11-24 | 1998-08-11 | Intel Corporation | System and method for synchronizing data streams |
| US6526433B1 (en) | 1999-12-15 | 2003-02-25 | International Business Machines Corporation | Adaptive timeout value setting for distributed computing environment (DCE) applications |
| US8788540B2 (en) | 2001-01-03 | 2014-07-22 | University Of Southern California | System level applications of adaptive computing (SLAAC) technology |
| US9152402B2 (en) | 2010-02-25 | 2015-10-06 | Microsoft Technology Licensing Llc. | Automated deployment and servicing of distributed applications |
| US10558581B1 (en) * | 2013-02-19 | 2020-02-11 | Amazon Technologies, Inc. | Systems and techniques for data recovery in a keymapless data storage system |
| US9432399B2 (en) | 2013-04-06 | 2016-08-30 | Citrix Systems, Inc. | Systems and methods for HTTP-body DoS attack prevention with adaptive timeout |
| US10606642B1 (en) * | 2014-09-16 | 2020-03-31 | Amazon Technologies, Inc. | Dynamic power budgets |
| GB2530499A (en) * | 2014-09-23 | 2016-03-30 | Ibm | Rest resource collection management |
| US20190007418A1 (en) * | 2017-06-29 | 2019-01-03 | Amazon Technologies, Inc. | Security policy monitoring service |
| US10795992B2 (en) | 2018-01-11 | 2020-10-06 | Areca Bay, Inc. | Self-adaptive application programming interface level security monitoring |
| US20190278851A1 (en) * | 2018-03-12 | 2019-09-12 | Microsoft Technology Licensing, Llc | Locating files using a durable and universal file identifier |
| US20250123912A1 (en) * | 2023-10-17 | 2025-04-17 | Dell Products L.P. | Customization of application programming interfaces |
Also Published As
| Publication number | Publication date |
|---|---|
| US20250317406A1 (en) | 2025-10-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN111666585B (en) | Method and device for accessing sub-application, electronic equipment and readable storage medium | |
| US8892677B1 (en) | Manipulating objects in hosted storage | |
| CN113220366B (en) | Sub-application startup method, device, terminal and server | |
| CN107103011B (en) | Method and device for realizing terminal data search | |
| CN109729121B (en) | A cloud storage system and a method for realizing custom data processing in the cloud storage system | |
| US20230095852A1 (en) | Translating between versions of data object schemas for data producers and data consumers | |
| CN108804295A (en) | log information recording method and device | |
| WO2021258575A1 (en) | Request processing system, method and apparatus, and electronic device and computer-readable medium | |
| CN115562871B (en) | Memory allocation management method and device | |
| US20250315234A1 (en) | Intent-based service policy declaration and configuration | |
| CN112930530B (en) | Client application for network application execution | |
| US12182236B2 (en) | Automatic provisioning and onboarding of offline or disconnected machines | |
| US20250123912A1 (en) | Customization of application programming interfaces | |
| CN109428872B (en) | Data transmission method, equipment, server, starting method and system | |
| US12531815B2 (en) | Smart application programming interface (API) resource sharing for distributed service platforms | |
| US20250138795A1 (en) | Services deployment to data processing systems | |
| CN112765503A (en) | Static processing method and device for page loading data | |
| WO2025075803A1 (en) | Simplified data access and management for data computing | |
| US12462019B2 (en) | Utilization of the least code principle to structure workflows | |
| US20250315324A1 (en) | Smart application programming interface (api) generation and resource management in a distributed service platform | |
| US12273417B2 (en) | System and method for managing end point presenting devices | |
| EP4437426A1 (en) | Federation of data during query time in computing systems | |
| CN109088913B (en) | Method of requesting data and load balancing server | |
| JP2022550164A (en) | Method, computer system and computer program for determining 3rd Generation Partnership Project (3GPP) framework for live uplink streaming (FLUS) sink capabilities | |
| US12348374B2 (en) | Container based limit enforcement |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
| AS | Assignment |
Owner name: DELL PRODUCTS L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHAO, CHING-YUN;PENDERGRAFT, JAMES O.;SIGNING DATES FROM 20240223 TO 20240304;REEL/FRAME:067048/0224 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: ALLOWED -- NOTICE OF ALLOWANCE NOT YET MAILED Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |