API Support Sample Clauses

API Support. Motorola will use commercially reasonable efforts to maintain its Application Programming Interface (“API”) sold in connection with any Mobile Video System. APIs will evolve and mature over time, requiring changes and updates. Motorola will use reasonable efforts to continue supporting any version of an API for six
AutoNDA by SimpleDocs
API Support. SISW will provide advice and guidance on how to use the API’s delivered with the Polarion Software.
API Support. Motorola will use commercially reasonable efforts to maintain the Application Programming Interface (“API”) offered as part of the CommandCentral Services during the term of this Addendum. APIs will evolve and mature over time, requiring changes and updates. Previous versions of APIs will be supported for a minimum of a 6 month time period after new version is introduced. If support of the API is no longer a commercially reasonable option, Motorola will provide reasonable advance notification to Customer. If an API presents a security risk to the Subscription Services or the Solution, Motorola will discontinue an API without prior warning.
API Support. As part of SB's obligations under this Agreement, (i) the SB API's shall contain all functionality reasonably necessary to support, use, and interoperate with (including, without limitation, to use the principal functions of) the [**] Database in accordance with this Agreement; provided, however, that, to the extent that such SB APIs are insufficient to enable such interoperability, SB shall modify such APIs, as promptly as commercially reasonable, to enable such interoperability; (ii) SB will provide AOL with all APIs reasonably necessary to allow the AOLYP User Interface to interoperate with the YP Databases and the DLA Platform and to afford AOL (and AOL Users) with access to the [**] Database and the DLA Platform in accordance with this Agreement, as further set forth in Exhibit C; and (iii) no modifications by SB to the DLA Platform or the YP Databases shall materially impair or degrade any of the foregoing functionality, provided that such obligation in this clause (iii) shall not apply to modifications requested by AOL outside the scope of the All-In Services. During the License Period, to the extent reasonably necessary for AOL to modify, develop, add, delete or use any Level II Data Enhancements in connection with the functionality or features of the DLA Platform, the [**] Database, the AOL YP EXECUTION COPY Confidential Materials omitted and filed separately with the Securities and Exchange Commission. Asterisks denote omissions. User Interface and/or the YP Product, upon AOL's request, SB shall develop and provide to AOL APIs to the DLA Platform, the YP Databases and/or AOL YP Product (as applicable) so that such Level II Data Enhancements can interoperate with (including, without limitation, use the principal functions of) the DLA Platform, the YP Databases and/or the YP Product.
API Support. As part of AOL's obligations under this Agreement, the AOL API's shall contain all functionality reasonably necessary to support, use, and interoperate with (including, without limitation, to use the principal functions of) the [**] Database, AOL YP User Interface, AOL Features or Functionality and aspects of the [**] Database as incorporated therein in accordance with this Agreement.
API Support. Motorola will use commercially reasonable efforts to maintain the Application Programming Interface (API) offered as part of the CommandCentral Services during the term of this Agreement. APIs will evolve and mature over time, requiring changes and updates. Previous versions of APIs will be supported for a minimum of 6 month time period after new version is introduced. If support of the API is no longer a commercially reasonable option, Motorola will provide reasonable advance notification to Customer. If an API presents a security risk to the Services or the Solution, Motorola will discontinue an API without prior warning 13.5. COMMANDCENTRAL SERVICE LEVEL TARGETS Commercially reasonable efforts will be made to ensure monthly availability of 99.9% with the exception of maintenance windows. There are many factors beyond Motorola’s control that may impact Motorola’s ability to achieve the goal, including but not limited to a Force Majeure. Additionally, Motorola will strive to meet the response time goals set forth in the table below. RESPONSE TIME GOALS SEVERITY LEVEL DEFINITION RESPONSE TIME 1 Total System Failure - occurs when the System is not functioning and there is no workaround; such as a Central Server is down or when the workflow of an entire agency is not functioning. This level is meant to represent a major issue that results in an unusable System, Subsystem, Product, or critical features. No work around or immediate solution is available. Telephone conference within 1 Hour of initial voice notification 2 Critical Failure - Critical process failure occurs when a crucial element in the System that does not prohibit Telephone conference within 3 Business Hours continuance of basic operations is not functioning and there is usually no suitable work-around. Note that this may not be applicable to intermittent problems. This level is meant to represent a moderate issue that limits a Customer’s normal use of the System, Subsystem, Product or major non-critical features. of initial voice notification during normal business hours 4 Inconvenience - An inconvenience occurs when System causes a minor disruption in the way tasks are performed but does not stop workflow. This level is meant to represent very minor issues, such as cosmetic issues, documentation errors, general usage questions, and product or System Update requests. Telephone conference within 2 Standard Business Days of initial notification 13.6. MAINTENANCE Scheduled Maintenance will be perf...
API Support. Netcentives hereby warrants that for so long as AOL or its affiliates have rights under the License, Netcentives agrees that the Loyalty Network Infrastructure (or any successor thereto) shall contain all functionality reasonably necessary to support and use the APIs provided to AOL or its affiliates by Netcentives, and agrees that no modifications by Netcentives to the Loyalty Network Infrastructure shall materially impair or degrade such functionality. To the extent reasonably necessary for AOL to modify, develop, add, delete or use any functionality or features of the Loyalty Network Infrastructure, Payment System Software or Rewards Broker Software in connection with the development of any Additional Modifications pursuant to Section 13(a)(iii) hereof, Netcentives shall provide to AOL APIs to the Loyalty Network Infrastructure, Payment System Software and/or Reward Broker Software (as applicable) so that such Additional Modifications can interoperate with (including use of the principal functions of) the Loyalty Network Infrastructure, Payment System Software or Rewards Broker Software; provided, however, that, to the extent that such APIs are insufficient to enable such interoperability, Netcentives shall modify, as promptly as commercially reasonable, the APIs (to be paid by AOL in accordance with the technical customization provisions of Section 9 hereof), the Loyalty Network Infrastructure, Payment System Software or Rewards Broker Software to enable such interoperability. Netcentives shall own all additions and extensions to such API (but not the Additional Modifications, which shall be owned by AOL) and such additions and extensions shall form part of the License granted by Netcentives to AOL and its affiliates hereunder.
AutoNDA by SimpleDocs
API Support. In general, each API used by the user application for the dynamic reconfiguration must share the same architecture as shown in Figure 4. The API must implement the following operations related directly to reconfiguration support: Operation Description init Initialization of reconfiguration subsystem stop Stops the operation of the reconfigurable component cooperatively (after end of operation cycle) and disable its IO interfaces kill Stops the reconfigurable part immediately and disable its IO reconfigure Loads new configuration into reconfigurable component start Enables IO and starts execution of reconfigurable section Table 2: Basic functions needed for the dynamic reconfiguration In case of AMP platform on Zynq processor, the reconfiguration of EdkDSP accelerator is performed by writing to its firmware memory. The speed of the memory interface is then given by the clock frequency on the memory port, i.e. CLK_FREQ*4 MB/s (400MB/s at 100MHz clock for example). Similarly, the reconfiguration of the PL is executed using DMA & PCAP interface of the Zynq. Its speed is given in the non-encrypted case as 400MB/s (100 MHz clock). API operation Implementation Firmware reconfiguration PL reconfiguration init PcapInit() stop PLstop(); kill wal_reset_worker() XXxxxxx(); reconfiguration wal_set_firmware() PcapLoadPartition() start wal_start_operation() PLstart(); Table 3: Basic functions implemented by UTIA for the dynamic reconfiguration on Zynq The Zynq platform with asymmetric multiprocessing has been documented in the electronically published application notes [16] and [17]. The corresponding evaluation packages with the precompiled designs can be downloaded from [18] and [19]. UTIA is already supporting the mature Xilinx ISE 14.5 design flow in [16], [18] and the new state of the art Xilinx Vivado 2013.4 design flow [17], [19]. Firmware based dynamic reconfiguration of floating point accelerators is already implemented in these two evaluation packages and it is already evaluated. The dynamic reconfiguration of the Zynq programmable logic part will be implemented, documented and tested in the second year of the EMC2 project. Software Layer User App Configuration data Reconfiguration API Reconfiguration Controller Reconfigurable Component Hardware Layer Figure 4: Reconfiguration controller and API

Related to API Support

  • Product Support Any support for the Software Services is provided to you by Customer or a third party on Customer’s behalf and is not provided by Microsoft, its suppliers, affiliates or subsidiaries.

  • Technical Support State Street will provide technical support to assist the Fund in using the System and the Data Access Services. The total amount of technical support provided by State Street shall not exceed 10 resource days per year. State Street shall provide such additional technical support as is expressly set forth in the fee schedule in effect from time to time between the parties (the “Fee Schedule”). Technical support, including during installation and testing, is subject to the fees and other terms set forth in the Fee Schedule.

  • TECHNICAL SUPPORT SERVICES 2.1 The technical support services (the "Services"): Party A agrees to provide to Party B the relevant services requested by Party B, which are specified in Exhibit 1 attached hereto ("Exhibit 1").

  • Software Support During the Term, Seller shall use commercially reasonable efforts to provide all Software updates and qualified Software upgrades in accordance with the terms of the Service Contract as such materials become commercially available for distribution. Purchaser’s use of all Software, updates, and upgrades of Software shall be subject to this Agreement, the Original Terms, and the applicable XXXX.

  • Customer Support If Customer is entitled to receive Customer Support as part of a separately purchased Service Plan, Sage warrants that while Customer’s Service Plan is in effect and if it has paid all required Service Plan fees, Sage will use qualified personnel to provide Customer Support in a professional manner consistent with industry standards. Customer’s sole remedy under this section 5.2 is limited to Sage’s re-performance of the Customer Support services giving rise to Customer’s claim.

  • Maintenance Support State Street shall use commercially reasonable efforts to correct system functions that do not work according to the System Product Description as set forth on Attachment A in priority order in the next scheduled delivery release or otherwise as soon as is practicable.

Time is Money Join Law Insider Premium to draft better contracts faster.