BMC Track-It! Web. Web Services API Guide. Version 11.3

Size: px
Start display at page:

Download "BMC Track-It! Web. Web Services API Guide. Version 11.3"

Transcription

1 BMC Track-It! Web Web Services API Guide Version 11.3

2 Legal Notices Copyright 1999, 2009 BMC Software, Inc. Copyright Numara Software, Inc. BMC, BMC Software, and the BMC Software logo are the exclusive properties of BMC Software, Inc., are registered with the U.S. Patent and Trademark Office, and may be registered or pending registration in other countries. All other BMC trademarks, service marks, and logos may be registered or pending registration in the U.S. or in other countries. All other trademarks or registered trademarks are the property of their respective owners. Track-It! is the property of Numara Software, Inc. is registered with the U.S. Patent and Trademark Office, and may be registered or pending registration in other countries. All other Numara Software trademarks, service marks, and logos may be registered or pending registration in the U.S. or in other countries. All other trademarks or registered trademarks are the property of their respective owners. The information included in this documentation is the confidential information of BMC Software, Inc., its affiliates, or licensors. Your use of this information is subject to the terms and conditions of the applicable End User License agreement for the product and to the proprietary and restricted rights notices included in the product documentation. Numara Software, Inc CityWest Blvd, Houston TX , USA Customer Support: (United States and Canada) or contact your local support center. Numara Software and BMC Software Confidential. i

3 Table of Contents Web Services API... 1 Web Services API Overview... 1 Help Desk: Work Orders... 1 Inventory: Assets... 1 Authenticate and Generate Access Token... 1 Web Services API Data Transfer Object Definitions... 2 Return-token Definitions... 2 Work Order DTO fields that can be set through the Create/Update API... 2 Work Order DTO fields that are returned by the Get Work Order API... 3 Note Object Definitions... 5 Inventory / Asset DTO API Fields... 5 Web Services API Error Codes... 7 Help Desk / Work Orders... 7 Inventory/Assets... 8 CORS (Cross Origin Resource Sharing) Support for Web APIs Overview... 9 APIs for Help Desk: Work Orders Get Work Order via Web API Update a Work Order via Web API Create a Work Order via Web API Change the Status of a Work Order via Web API Close a Work Order (Quick Close) via Web API Add a Note to a Work Order via Web API APIs for Inventory: Assets Audit Assets via Web API Create an Asset via Web API Get Assets by Asset number via Web API Get Assets by Asset ID via Web API Get Assets by Asset Name via Web API Get Assets by filters via Web API Update an Asset by Asset ID via Web API Update an Asset by Asset Number via Web API Numara Software and BMC Software Confidential. ii

4 Web Services API Web Services API Overview The Web Services API feature enables software developers to integrate Track-It! and other applications or custom utilities in your organization. The API can be used to perform various actions for Work Orders and assets such as creating Work Orders and searching for Work Orders created through other interfaces, and getting an asset by asset name or number. An XML JSON RESTful Web Service interface to BMC Track-It! is available for all platforms for integration with other applications. It supports.net 4.0. Functions are available for creating Issues, updating Issues and querying the database for Work Orders. Note: For Web Services API, a new virtual directory is automatically created by the Track-It! installer. For details, see the following section in the Track-It! 11.3 installation guide: Step 12: Install Track-It! Web (Optional) and Web Services API. The Track-It! Web API log is available in the following directory: C:\windows\temp. The Track-It! Web Service API supports the following actions. Click each link for API call details and examples: Login Authenticate the user and generate the access token Help Desk: Work Orders WorkOrder/Get Get a Work Order WorkOrder/Update Update a Work order WorkOrder/Create Create a Work Order WorkOrder/ChangeStatus Change a Work Order s Status WorkOrder/Close Close a Work Order (Quick Close) WorkOrder/AddNote Add a Note to a Work Order Inventory: Assets Asset/Audit Audit Assets via Web API Asset/Create Create an Asset Asset/Get Get Assets by Asset Number Asset/GetByID Get Assets by Asset ID Asset/GetByName Get Assets by Asset Name Asset/GetByFilters Get Assets by Filters Asset/Update Update an Asset by Asset ID Asset/Update Update an Asset by Asset Number Limitations: Event Policies and related notifications, as well as Skill Routing Policies are not applied when creating Work Orders via Web API. Windows authentication login is not supported. The Technician user name and password is the same as the Technician Client. Work Order fields will not be automatically populated, for example, an asset associated with a requestor or a callback number. Validation will not be applied for s in integer fields, for example, Hours and Charges in the billing information for a Work Order. Validation for character lengths for text fields will not be applied, for example, the Subject field in a Work Order. See also: Web Services API Data Transfer Object Definitions and Web Services API Error Codes Authenticate and Generate Access Token API: Login Numara Software and BMC Software Confidential. 1

5 Type of call: GET <none> Request body: <none> 1. Username: Specify a Track-It! Technician's login ID. 2. Pwd: Specify the Track-It! Technician's password in plain text. Request returns : o JSON object containing the encrypted token in apikey. For details refer to Return-token definitions. o This token is required to be passed as a Request header in all subsequent API calls. URL: http(s)://<machine_name>/trackitwebapi/api/login?username=ben&pwd= Note: This is a mandatory first call that authenticates the user and gets the access token. All of the calls described in the following topics are to pass the token returned by this call in the Request header. The token validity can vary between 1 minute and 8 hours and is controlled by the TrackItAPIKeyValidity configuration in the Track-It! Web web.config file. Default validity is 60 minutes. All of the following API calls expect the apikey to be sent as a Request Header. Web Services API Data Transfer Object Definitions Return-token Definitions Name Success Apikey Value true / false Work Order DTO fields that can be set through the Create/Update API Name Id AssetName AssignedTechnician Category Location Department Hours Charge Priority RequestorName StatusName SubType Summary Type UdfText1 UdfText2 UdfText3 Value Numeric Asset name - string Technician Name - string Numeric Numeric Numeric Requestor Name - string Status - string Numara Software and BMC Software Confidential. 2

6 UdfText4 UdfText5 UdfText6 UdfDate1 UdfDate2 UdfDate3 UdfDate4 UdfNumeric UdfInt UdfLookup1 UdfLookup2 UdfLookup3 UdfLookup4 UdfLookup5 UdfLookup6 UdfLookup7 UdfLookup8 ParentIncidentId NotificationBccAddress NotificationCcAddress RequestorPhoneNumber Numeric Numeric Numeric address string address string Work Order DTO fields that are returned by the Get Work Order API Name Id AssetName AssignedTechnician Technician Address TechnicianSms Address Category ResponseDate RespondedDate RespondedBy AssignedDate RequestorEnteredDate EnteredCompletionDate ExpectedCompletionDate HasSkillRoutingExecuted Location Department Hours Charge IsClosed Priority Value Numeric Asset name - string Technician Name - string address address true / false Numeric Numeric true / false Numeric Numara Software and BMC Software Confidential. 3

7 RequestorName StatusName SubType Summary Type UdfText1 UdfText2 UdfText3 UdfText4 UdfText5 UdfText6 UdfDate1 UdfDate2 UdfDate3 UdfDate4 UdfNumeric UdfInt UdfLookup1 UdfLookup2 UdfLookup3 UdfLookup4 UdfLookup5 UdfLookup6 UdfLookup7 UdfLookup8 AttachmentCount AssignmentCount IsAssignment IsIncident IsIncidentTemplate IsAssignmentTemplate ParentIncidentId WasLocked IsReadOnly IsClockStopped Notes NotificationBccAddress NotificationCcAddress RequestorPhoneNumber Requestor Name - string Status - string Numeric Numeric Numeric Numeric true / false true / false true / false true / false Numeric true / false true / false true / false List of <Note Object>. For details, see Note Object Definitions, below. address string address string Numara Software and BMC Software Confidential. 4

8 Note Object Definitions Name Value CreatedBy No CreatedDate No IsPrivate true / false FullText WorkOrderNoteTypeId No IsTextMessage true / false No RecipientType No WorkEfforts Numeric No IsNoteTruncated true / false No MessageType No Inventory / Asset DTO API Fields Can be set through AddNote API?(/No) NOTE: In a Create/Update asset call, the sequence where multiple fields are specified in the Request Body will decide the s in the final asset record created/updated. Can be set through Name Value Create/Update Asset Web API?(/No) Additional Information ID Numeric No Identifier Name The Asset Number is automatically generated and can be viewed from the grid by adding Asset Number. The maximum number of characters for this field is 40. If the ID and Name show the same s on the Inventory Grid the GetByName API call may not return that asset if the Assets Detail > Hardware > Name is blank and the ID is in Name column. This is the ID field on the Asset form. If present, the Asset Name on the Inventory Home grid is obtained from the Hardware tab on the Asset form. This will only Numara Software and BMC Software Confidential. 5

9 be updated with an Update call if the Asset Type is either a non-audited Computer or a non- Computer. It is not allowed to change an Asset Name with an Update API call if the Asset Type is computer and already audited. TypeName UserName Location Department DepartmentNumber Numeric UdfText1 UdfText2 UdfText3 UdfText4 UdfText5 UdfText6 ModemNumber Note - This cannot be done for an Update call. If the user record has Location ad department specified, the department, department number, location s will be populated in the created/updated asset Department and Department Number are linked fields so it is possible to run Create/Update calls with only one of these fields. The Location field may be changed depending on the order of the inputs in an Update call. See the information given in the Department field. Numara Software and BMC Software Confidential. 6

10 ModemExtension Network Description CompanyAssetUniqueId CompanyAssetUniqueIdScanDate Date & Time IsComputer IsRetired No No true \ false No true \ false No State Numeric No A return of 0 means the Asset is Active, but a return of 1 means to Asset is Retired. Web Services API Error Codes Error Code Error Scenario when this error is returned Web.Lifecycle.005 Login failed for user '<UserName>' If the login name and/or password provided for generating the token is invalid. Web.Lifecycle.003 Web.Lifecycle.004 You are not authorized to consume this API without a valid Track-It! Web Services API token. Please contact your administrator for further details. Your session is no longer valid. Please obtain a new Track-It! Web Services API token again by sending a login request. When Web API calls are made without a valid TrackIAPIKey When the TrackItAPIKey is no longer valid. The token has to be regenerated in this case. Web.Lifecycle.006 Origin or Method is not allowed. When a CORS call is invoked and the Origin from where the call is generated is not specified in the list of allowed origins for CORS in web.config. Or, the requested Method (e.g. GET/POST) is not in the allowed method list in web.config. Help Desk / Work Orders Business.HelpDesk.028 WorkOrder could not be locked. Locked by <USERNAME>. Business.HelpDesk.046 Work Order <WorkOrderId> could not be found. When trying to update a work order through the AddNote/Update/ChangeStatus/Close API calls, if the work order is locked When trying to update a work order through the AddNote/Update/ChangeStatus/Close API calls, if the wrong work order ID is provided Web.HelpDesk.008 Error changing Work Order status. When there is an error changing the status through the ChangeStatus API, Numara Software and BMC Software Confidential. 7

11 Web.HelpDesk.062 Web.HelpDesk.064 Web.HelpDesk.065 Web.HelpDesk.066 Web.HelpDesk.067 Web.HelpDesk.068 Work Order could not be created. Please provide a for Summary. User lacks permission to create Work Order User lacks permission to modify Work Order User lacks permission to view the Work Order Value provided for field <FieldName> is in incorrect format. Work Order could not be created or updated The operation failed. It might be due to any one of the following reasons. Please check the request and try again. when the status name provided in the request body is invalid When trying to create a Work Order with no provided for Summary When the user trying to create a Work Order through the API does not have rights to create a Work Order When the user trying to update a Work Order through the Close/ChangeStatus/Update/AddNote APIs does not have rights to modify a Work Order When the user trying to retrieve a Work Order through Get API does not have rights to view a Work Order When a call is made to the Update/Create/AddNote APIs, this error will be retuned if the data for a field is not in the correct format. For example, if an alphanumeric string if provided for a integer field like ParentIncidentId When either no data is provided or the data is wrongly formatted in the Create/AddNote/Update/ChangeStatus Web API calls Web.HelpDesk.069 Inventory/Assets 1. Field name(s) provided for the current operation is not valid 2. Content-type specified is not 'text/json' or 'application/json' 3. Request body is either not present or is invalid Note could not be added to the Work Order. Please provide a for FullText When trying to add a note to a work Order, if no data is provided for the FullText field. FullText is mandatory when adding a note through web service API Web.Inventory.058 Web.Inventory.060 Web.Inventory.061 Web.Inventory.062 Insufficient permission to create an Asset. Insufficient permission to view an Asset. The operation failed because the Asset ID was not provided. The operation failed because the Asset ID provided matches multiple records. When the user trying to update an Asset through Update API does not have rights to update an Asset When the user trying to view an Asset through Get API does not have rights to view an Asset When the user trying to view an Asset through Get API does not provide any Asset ID in the request When the user trying to update Asset through Update API by providing Asset ID and that Asset ID has multiple matching records in the system Web.Inventory.063 No matching records found for the When there are no matching records Numara Software and BMC Software Confidential. 8

12 Web.Inventory.064 Web.Inventory.065 Web.Inventory.066 Web.Inventory.067 Web.Inventory.068 Web.Inventory.069 Web.Inventory.070 Web.Inventory.071 Web.Inventory.072 <AssetID> provided. This action cannot be performed because the Asset is retired. Asset could not be locked. Locked by <USERNAME>. found for different API calls (e.g. Get, Update, Audit etc.) by supplying an Asset ID When the user trying to update an Asset by Asset ID through Update API but the Asset is retired in the system When the user trying to update an Asset by Asset ID through Update API but the Asset is locked by some user in the system The operation failed. This might be When either no data is provided or the due to any one of the following data is wrongly formatted in the reasons. Please check the request Audit/GetByFilters Web API calls and try again. 1. The field name(s) provided for the current operation is not valid. 2. The content type specified is not ""text/json"" or ""application/json"". 3. The request body is either not present or is invalid. No matching records found for When there are no matching records provided filters. found for GetByFilters API call Following non-computer type Assets: [ <Asset IDs> ] are not queued for Audit. Asset could not be created. Provide a for the Type and ID. Value provided for field <FIELDNAME> is incorrectly formatted. The Asset could not be created or updated. When the user trying to invoke audit for non-computer type assets When the user trying to create an asset without supplying mandatory field s in Create Web API call When the user trying to create/update an asset with improperly formatted field data through Create/Update Web API call Asset could not be created. The When the user trying to create an asset provided for AssetType: with improperly formatted Asset Type <AssetType> is not matching any through Create Web API call Asset Type or matches multiple Asset Types." + "To resolve this, you can provide the Asset Type in the following format: Parent_Type > Sub_Type > Sub_Type The number of assets for auditing When the user trying to audit more than exceeded the limit of 500 per API call. 500 Asset IDs in a single Audit Web API call CORS (Cross Origin Resource Sharing) Support for Web APIs Overview CORS (Cross Origin Resource Sharing) support is added for Track-It! Web API calls if any browser based application (which is not hosted on the same server as Track-It! web server) is trying to invoke Track-It! Web API from within XMLHttpRequest/AJAX request. The following keys are added in Web.config for supporting CORS in Track-It!: 1. AllowOriginsForCORS Numara Software and BMC Software Confidential. 9

13 Comma separated string to represent allowed origins for allowing CORS (examples or 2. AllowMethodsForCORS Comma separated string to represent methods allowed for CORS (examples GET or POST) If you want to test CORS Support, see this Knowledge Base article: APIs for Help Desk: Work Orders Get Work Order via Web API API: workorder/get Type of call: GET TrackItAPIKey: apikey received through the Login API call. Request body: <none> o WO#: Specify Work Order ID Request returns : Work Order object in JSON format. For details refer to Work_Order_DTO_fields_that_are_returned_by_the_Get_Work_Order_API. URL: http(s)://<machine_name>/trackitwebapi/api/workorder/get/<wo#> Important: If the WO# is passed as 0, then the API will return an empty JSON object representing the entire WO object and all available fields. This JSON object can then be used for consecutive call as appropriate. http(s)://<machine_name>/trackitwebapi/api/workorder/get/341 This will return the work order object with the list of fields and their corresponding s for work order 341. TrackItAPIKey "ExPqpLF79Zi+vHZJIXZOGBSQVPKXlFVOfmQzMyfS7SGYJolrDAf3/LZR1qm9X+2OVY60OlEuUYOYafl c" {"success":"true","data":{"assignedtechnician":"larry Daniels","Id":"3411",","IsClosed":"False","Priority":"3- Medium","StatusName":"Open,"Summary":"Microsoft Office Outlook Test Message",.}} Update a Work Order via Web API Note: The Hours and Charge fields will not get updated through an Update call in Web Service API if the work order timer is enabled. API: workorder/update Type of call: POST o TrackItAPIKey: apikey received through the Login API call. o Request body: Name pairs of fields and field. o WO#: Specify Work Order ID Request returns : Work Order object in JSON format. For details refer to Work Order DTO fields that can be set through the Create/Update API. URL: http(s)://<machine_name>/trackitwebapi/api/workorder/update/<wo#> http(s)://<machine_name>/trackitwebapi/api/workorder/update/4850 Numara Software and BMC Software Confidential. 10

14 TrackItAPIKey Request-body: { "StatusName":"Open","Summary":"Work Order created by Web API ","UdfDate2":"9/18/2013 6:20:03 PM", "AssignedTechnician":"Larry Daniels", "ParentIncidentId":19000, } {"success":"true","data":{"message":"work Order 4850 updated successfully","data":{ ID : 4850, "Status":"Open","Summary":"Issues With Exchange Server","UdfDate2":"9/18/2013 6:20:03 PM", "AssignedTechnician":"Larry Daniels", "ParentIncidentId":350, }}} Create a Work Order via Web API Note: The Hours and Charge fields will not get updated through an Update call in Web Service API if the work order timer is enabled. API: workorder/create Type of call: POST o TrackItAPIKey: apikey received through the Login API call. o Request body: Name pairs of fields and respective s. <none> Request returns : Work Oder object in JSON format. For details refer to Work Order DTO fields that can be set through the Create/Update API. URL: http(s)://<machine_name>/trackitwebapi/api/workorder/create Important: A for the Summary field is mandatory when trying to create a Work Order through the Web Service API. http(s)://<machine_name>/trackitwebapi/api/workorder/create TrackItAPIKey : Request-body: { "StatusName":"Open","Summary":"Work Order created by Web API ","UdfDate2":"9/18/2013 6:20:03 PM", "AssignedTechnician":"Larry Daniels", "ParentIncidentId":19000, } {"success":"true","data":{"message":"successfully created new Work Order with Id 19888","","data":{ ID : 19888, "Status":"Open","Summary":"Issues With Exchange Server","UdfDate2":"9/18/2013 6:20:03 PM", "AssignedTechnician":"Larry Daniels", "ParentIncidentId":19000, }}} Change the Status of a Work Order via Web API API: workorder/changestatus Type of call: POST o TrackItAPIKey: apikey received through the Login API call o Request body: Name of the status in double quotes o WO#: Specify Work Order ID Numara Software and BMC Software Confidential. 11

15 Request returns : Work Order object in JSON format. For details refer to Work Order DTO fields that can be set through the Create/Update API. URL: http(s)://<machine_name>/trackitwebapi/api/workorder/changestatus/<wo#> http(s)://<machine_name>/trackitwebapi/api/workorder/changestatus/345 TrackItAPIKey : Request-body: "Escalated" {"success":"true","data":{"message":"work Order 345 updated successfully","data":{ ID : 345, "Status":"Escalated","Summary":"Issues With Exchange Server","UdfDate2":"9/18/2013 6:20:03 PM", "AssignedTechnician":"Larry Daniels", "ParentIncidentId":350, }}} Close a Work Order (Quick Close) via Web API API: workorder/close Type of call: POST o TrackItAPIKey: apikey received through the Login API call o Request body: resolution note text (optional) o WO#: Specify Work Order ID Request returns : Work Order object in JSON format. For details refer to Work Order DTO fields that can be set through the Create/Update API. URL: http(s)://<machine_name>/trackitwebapi/api/workorder/close/<wo#> http(s)://<machine_name>/trackitwebapi/api/workorder/close/65988 TrackItAPIKey : Request-body: Closing the Work Order resolved by applying the latest patch {"success":"true","data":{"message":"work Order updated successfully","data":{ ID : 65988, "Status":"Closed","Summary":"Issues With Exchange Server","UdfDate2":"9/18/2013 6:20:03 PM", "AssignedTechnician":"Larry Daniels", "ParentIncidentId":350, }}} Add a Note to a Work Order via Web API API: workorder/addnote Type of call: POST o TrackItAPIKey: apikey received through the Login API call o Request body: Name pairs of fields and field s from notes object. Numara Software and BMC Software Confidential. 12

16 o Note: Only two fields are recognized: IsPrivate and Fulltext. NoteType is defaulted to Technician Note and Activity Code is set to blank. o WO#: Specify Work Order ID Request returns : Work Order object in JSON format along with request status code. For details refer to Work Order DTO fields that can be set through the Create/Update API. URL: http(s)://<machine_name>/trackitwebapi/api/workorder/addnote/<wo#> Important: A for the FullText field is mandatory when trying to add a note to a Work Order through Web Service API. http(s)://<machine_name>/trackitwebapi/api/workorder/addnote/455 TrackItAPIKey : Request-body: { IsPrivate : true, FullText : This seems to be an issue with the installer, investigation is on. } {"success":"true","data":{"message":"work Order 455 updated successfully","data":{ ID : 455, "Status":"Open","Summary":"Issues With Exchange Server","UdfDate2":"9/18/2013 6:20:03 PM", "AssignedTechnician":"Larry Daniels", "ParentIncidentId":350, }}} APIs for Inventory: Assets Audit Assets via Web API API: asset/audit Type of call: POST TrackItAPIKey: apikey received through the Login API call Request body: Comma separated list of Asset IDs None Request returns : A success message is returned if an Asset is queued for Auditing, and a failure message is returned in case of failure. Note: If the requested list includes non-computer/retired asset types, then a message with list of Assets which are not queued for auditing is returned. URL: http(s)://<machine_name>/trackitwebapi/api/asset/audit http(s)://<machine_name>/trackitwebapi/api/asset/audit TrackItAPIKey: Request-body: 101, 102, 103 Numara Software and BMC Software Confidential. 13

17 {"success":"true","data":{"message":"assets successfully queued for Auditing."}} Create an Asset via Web API API: asset/create Type of call: POST o TrackItAPIKey: apikey received through the Login API call o Request body: { "Identifier":, "Name":, "TypeName":, "UserName":, "Location":, "Department":, "DepartmentNumber":, "UdfText1":, "UdfText2":, "UdfText3":, "UdfText4":, "UdfText5":, "UdfText6":, "ModemNumber":, "ModemExtension":, "Network":, "Description": } o None Request returns : A success message is returned with all the fields of an Asset record including any fields that were ignored because of incorrect s. A failure message is returned in case of failure. URL: http(s)://<machine_name>/trackitwebapi/api/asset/create http(s)://<machine_name>/trackitwebapi/api/asset/create TrackItAPIKey: Request-body: {"Description": "Company Laptop 01","Username":"Ashlee Owens", "Department": "Information Technology ", "Location": "Tampa", UdfText1 : Category_1 } {"success":"true","data":{"message":"asset cpthook101 created successfully.","ignoredfields":"none", "reasonforignoringfieldvalues":"some fields were ignored due to any one of the following reasons:\r\n1. These fields contained invalid data OR \r\n2. The asset was audited and these fields cannot be updated on an audited asset.\r\n\r\nto know the list of ignored fields, please refer to the \"ignoredfields\" in the response data.", "data{"id":"101","identifier":"cpthook101","name":"cpthook","typename":"computer","location":"tampa"," Department":"Information Technology","DepartmentNumber":"500","UdfText1":"Category_1","UdfText2":"","UdfText3":"","UdfText4": "","UdfText5":"","UdfText6":"","ModemNumber":"","ModemExtension":"","Network":"","Description":"CptHo ok was first discovered via an IP Scan. It was then transferred to Inventory. Next, the Product Number and Serial Number were scanned from the side of the unit. This was synchronized into the Barcode assets window. Lastly, Match to Inventory was selected and the cpthook from the IP scan was selected. After Apply was clicked, the barcode info was added to the cpthook record in Inventory. ","CompanyAssetUniqueId":"DS123S#ABA","CompanyAssetUniqueIdScanDate":"7/10/ :38:09 AM","IsComputer":"True","State":"0","IsRetired":"False","UserName":"Gloria Wright"}}} Get Assets by Asset number via Web API API: asset/get/<assetnumber> Type of call: GET TrackItAPIKey: apikey received through the Login API call Request body: None None Numara Software and BMC Software Confidential. 14

18 Request returns : A success message with asset information found by the asset number is returned, and a failure message is returned in case of failure. Note: If the Asset Number provided is zero, a dummy asset is returned to use as reference to get keys to be used in Create and Update Web API calls. URL: http(s)://<machine_name>/trackitwebapi/api/asset/get/<assetnumber> http(s)://<machine_name>/trackitwebapi/api/asset/get/0 TrackItAPIKey: Request-body: {"success":"true","data":{"id":"0","identifier":"","name":"","typename":"","location":"","department":"","dep artmentnumber":"","udftext1":"","udftext2":"","udftext3":"","udftext4":"","udftext5":"","udftext6":"","mo demnumber":"","modemextension":"","network":"","description":"","companyassetuniqueid":"","compan yassetuniqueidscandate":"","iscomputer":"false","state":"0","isretired":"false","username":""}} Get Assets by Asset ID via Web API API: asset/getbyid/<assetid> Type of call: GET TrackItAPIKey: apikey received through the Login API call Request body: None None Request returns : A success message with list of assets found by the asset id is returned, and a failure message is returned in case of failure. URL: http(s)://<machine_name>/trackitwebapi/api/asset/getbyid/<assetid> http(s)://<machine_name>/trackitwebapi/api/asset/getbyid/101 TrackItAPIKey: Request-body: {"success":"true","data":{"assets":{"asset1":{"id":"101","identifier":"101","name":"cpthook","typename":"c omputer","location":"tampa","department":"information Technology","DepartmentNumber":"500","UdfText1":"","UdfText2":"","UdfText3":"","UdfText4":"","UdfText5 ":"","UdfText6":"","ModemNumber":"","ModemExtension":"","Network":"","Description":"CptHook was first discovered via an IP Scan. It was then transfered to Inventory. Next, the Product Number and Serial Number were scanned from the side of the unit. This was synchronized into the Barcode assets window. Lastly, Match to Inventory was selected and the cpthook from the IP scan was selected. After Apply was clicked, the barcode info was added to the cpthook record in Inventory. ","CompanyAssetUniqueId":"DS123S#ABA","CompanyAssetUniqueIdScanDate":"7/10/ :38:09 AM","IsComputer":"True","State":"0","IsRetired":"False","UserName":"Gloria Wright"}}}} Get Assets by Asset Name via Web API API: asset/getbyname/<assetname> Numara Software and BMC Software Confidential. 15

19 Type of call: GET TrackItAPIKey: apikey received through the Login API call Request body: None None Request returns : A success message with list of assets found by the asset name is returned, and a failure message is returned in case of failure. URL: http(s)://<machine_name>/trackitwebapi/api/asset/getbyname/<assetname> http(s)://<machine_name>/trackitwebapi/api/asset/getbyname/101 TrackItAPIKey: Request-body: {"success":"true","data":{"assets":{"asset1":{"id":"101","identifier":"101","name":"cpthook","typename":"c omputer","location":"tampa","department":"information Technology","DepartmentNumber":"500","UdfText1":"","UdfText2":"","UdfText3":"","UdfText4":"","UdfText5 ":"","UdfText6":"","ModemNumber":"","ModemExtension":"","Network":"","Description":"CptHook was first discovered via an IP Scan. It was then transfered to Inventory. Next, the Product Number and Serial Number were scanned from the side of the unit. This was synchronized into the Barcode assets window. Lastly, Match to Inventory was selected and the cpthook from the IP scan was selected. After Apply was clicked, the barcode info was added to the cpthook record in Inventory. ","CompanyAssetUniqueId":"DS123S#ABA","CompanyAssetUniqueIdScanDate":"7/10/ :38:09 AM","IsComputer":"True","State":"0","IsRetired":"False","UserName":"Gloria Wright"}}}} Get Assets by filters via Web API API: asset/getbyfilters Type of call: POST o TrackItAPIKey: apikey received through the Login API call o Request body: {"ModemNumber":"","ModemExtension":"","Name":"","Identifier":"","Id":"","CompanyAsset UniqueId":"","UdfText1":"", "UdfText2":"", UdfText3":"","UdfText4":"", "UdfText5":"","UdfText6":""} None Request returns : A success message with list of assets found by the provided filters is returned, and a failure message is returned in case of failure. Note: In order to obtain more accurate results, you can provide more filters with appropriate s. URL: http(s)://<machine_name>/trackitwebapi/api/asset/getbyfilters http(s)://<machine_name>/trackitwebapi/api/asset/getbyfilters TrackItAPIKey: Numara Software and BMC Software Confidential. 16

20 Request-body: {"Name":"cpthook"} {"success":"true","data":{"assets":{"asset1":{"id":"101","identifier":"101","name":"cpthook","typename":"c omputer","location":"tampa","department":"information Technology","DepartmentNumber":"500","UdfText1":"","UdfText2":"","UdfText3":"","UdfText4":"","UdfText5 ":"","UdfText6":"","ModemNumber":"","ModemExtension":"","Network":"","Description":"CptHook was first discovered via an IP Scan. It was then transfered to Inventory. Next, the Product Number and Serial Number were scanned from the side of the unit. This was synchronized into the Barcode assets window. Lastly, Match to Inventory was selected and the cpthook from the IP scan was selected. After Apply was clicked, the barcode info was added to the cpthook record in Inventory. ","CompanyAssetUniqueId":"DS123S#ABA","CompanyAssetUniqueIdScanDate":"7/10/ :38:09 AM","IsComputer":"True","State":"0","IsRetired":"False","UserName":"Gloria Wright"}}}} Update an Asset by Asset ID via Web API API: asset/update Type of call: POST TrackItAPIKey: apikey received through the Login API call Request body: { "Identifier":, "Name":, "TypeName":, "UserName":, "Location":, "Department":, "DepartmentNumber":, "UdfText1":, "UdfText2":, "UdfText3":, "UdfText4":, "UdfText5":, "UdfText6":, "ModemNumber":, "ModemExtension":, "Network":, "Description": } Asset Identifier Request returns : A success message is returned with all the fields of an Asset record including any fields that were ignored because of incorrect s. A failure message is returned in case of failure. URL: http(s)://<machine_name>/trackitwebapi/api/asset/update?assetidentifier=<assetid> Note: If an Asset ID matches multiple records, the update call will quit and return: {"success":"false","data":{"code":"web.inventory.062","message":"the operation failed because the Asset ID provided matches multiple records."}} http(s)://<machine_name>/trackitwebapi/api/asset/update?assetidentifier=cpthook101 TrackItAPIKey: Request-body: {"Description": "Company Laptop 01","Username":"Ashlee Owens", "Department": "Information Technology ", "Location": "Tampa", UdfText1 : Category_1 } {"success":"true","data":{"message":"asset cpthook101 updated successfully.","ignoredfields":"none", "reasonforignoringfieldvalues":"some fields were ignored due to any one of the following reasons:\r\n1. These fields contained invalid data OR \r\n2. The asset was audited and these fields cannot be updated on an audited asset.\r\n\r\nto know the list of ignored fields, please refer to the \"ignoredfields\" in the response data.", "data{"id":"101","identifier":"cpthook101","name":"cpthook","typename":"computer","location":"tampa"," Department":"Information Technology","DepartmentNumber":"500","UdfText1":"Category_1","UdfText2":"","UdfText3":"","UdfText4": "","UdfText5":"","UdfText6":"","ModemNumber":"","ModemExtension":"","Network":"","Description":"CptHo ok was first discovered via an IP Scan. It was then transferred to Inventory. Next, the Product Number and Serial Number were scanned from the side of the unit. This was synchronized into the Barcode assets window. Lastly, Match to Inventory was selected and the cpthook from the IP scan was Numara Software and BMC Software Confidential. 17

21 selected. After Apply was clicked, the barcode info was added to the cpthook record in Inventory. ","CompanyAssetUniqueId":"DS123S#ABA","CompanyAssetUniqueIdScanDate":"7/10/ :38:09 AM","IsComputer":"True","State":"0","IsRetired":"False","UserName":"Gloria Wright"}}} Update an Asset by Asset Number via Web API API: asset/update Type of call: POST TrackItAPIKey: apikey received through the Login API call Request body: { "Identifier":, "Name":, "TypeName":, "UserName":, "Location":, "Department":, "DepartmentNumber":, "UdfText1":, "UdfText2":, "UdfText3":, "UdfText4":, "UdfText5":, "UdfText6":, "ModemNumber":, "ModemExtension":, "Network":, "Description": } Asset Number Request returns : A success message is returned with all the fields of an Asset record including any fields that were ignored because of incorrect s. A failure message is returned in case of failure. URL: http(s)://<machine_name>/trackitwebapi/api/asset/update/<assetnumber> http(s)://<machine_name>/trackitwebapi/api/asset/update/101 TrackItAPIKey: Request-body: {"Description": "Company Laptop 01","Username":"Ashlee Owens", "Department": "Information Technology ", "Location": "Tampa", UdfText1 : Category_1 } {"success":"true","data":{"message":"asset cpthook101 updated successfully.","ignoredfields":"none", "reasonforignoringfieldvalues":"some fields were ignored due to any one of the following reasons:\r\n1. These fields contained invalid data OR \r\n2. The asset was audited and these fields cannot be updated on an audited asset.\r\n\r\nto know the list of ignored fields, please refer to the \"ignoredfields\" in the response data.", "data{"id":"101","identifier":"cpthook101","name":"cpthook","typename":"computer","location":"tampa"," Department":"Information Technology","DepartmentNumber":"500","UdfText1":"Category_1","UdfText2":"","UdfText3":"","UdfText4": "","UdfText5":"","UdfText6":"","ModemNumber":"","ModemExtension":"","Network":"","Description":"CptHo ok was first discovered via an IP Scan. It was then transferred to Inventory. Next, the Product Number and Serial Number were scanned from the side of the unit. This was synchronized into the Barcode assets window. Lastly, Match to Inventory was selected and the cpthook from the IP scan was selected. After Apply was clicked, the barcode info was added to the cpthook record in Inventory. ","CompanyAssetUniqueId":"DS123S#ABA","CompanyAssetUniqueIdScanDate":"7/10/ :38:09 AM","IsComputer":"True","State":"0","IsRetired":"False","UserName":"Gloria Wright"}}} Numara Software and BMC Software Confidential. 18

White Paper BMC Remedy Action Request System Security

White Paper BMC Remedy Action Request System Security White Paper BMC Remedy Action Request System Security June 2008 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From this website, you can obtain information

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

Track-It! 8.5. The World s Most Widely Installed Help Desk and Asset Management Solution

Track-It! 8.5. The World s Most Widely Installed Help Desk and Asset Management Solution The World s Most Widely Installed Help Desk and Asset Management Solution Key Benefits Easy to use! Gain full control of your IT assets, hardware and software Simplify software license management Save

More information

BMC Remedy IT Service Management 7.5.00 Concepts Guide

BMC Remedy IT Service Management 7.5.00 Concepts Guide BMC Remedy IT Service Management 7.5.00 Concepts Guide February 2009 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From this website, you can obtain

More information

White Paper March 1, 2005. Integrating AR System with Single Sign-On (SSO) authentication systems

White Paper March 1, 2005. Integrating AR System with Single Sign-On (SSO) authentication systems White Paper March 1, 2005 Integrating AR System with Single Sign-On (SSO) authentication systems Copyright 2005 BMC Software, Inc. All rights reserved. BMC, the BMC logo, all other BMC product or service

More information

BMC Service Request Management 7.6.04 User s Guide

BMC Service Request Management 7.6.04 User s Guide BMC Service Request Management 7.6.04 User s Guide January 2011 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From this website, you can obtain information

More information

BMC FootPrints Asset Core - Asset Discovery. Version 11.7

BMC FootPrints Asset Core - Asset Discovery. Version 11.7 BMC FootPrints Asset Core - Asset Discovery Version 11.7 Legal Notices Copyright 1999, 2009 BMC Software, Inc. Copyright 1994-2013 Numara Software, Inc. BMC, BMC Software, and the BMC Software logo are

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

BMC Remedy IT Service Management Suite 7.6.04 Installing and Configuring Server Groups

BMC Remedy IT Service Management Suite 7.6.04 Installing and Configuring Server Groups BMC Remedy IT Service Management Suite 7.6.04 Installing and Configuring Server Groups January 2011 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From

More information

Unicenter Service Desk v11 (USD) Training Materials for Analysts

Unicenter Service Desk v11 (USD) Training Materials for Analysts Unicenter Service Desk v11 (USD) Training Materials for Analysts 1 Table of Contents Introduction... 3 Logging In as an Analyst... 4 Reading the Scoreboard... 5 My Requests...5 Viewing My Group Unassigned

More information

Electronic Questionnaires for Investigations Processing (e-qip)

Electronic Questionnaires for Investigations Processing (e-qip) January 2016 Electronic Questionnaires for Investigations Processing (e-qip) Login Instructions for first-time users OR users that have had their accounts reset Step 1 Access the e-qip Login screen at

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

Somalia Online Projects System

Somalia Online Projects System Somalia Online Projects System CHF DATABASE Main steps 1. Partner registration. This is upon submission of the partners profile (certificate of registration, contact details, board of directors details,

More information

Cloud Elements! Marketing Hub Provisioning and Usage Guide!

Cloud Elements! Marketing Hub Provisioning and Usage Guide! Cloud Elements Marketing Hub Provisioning and Usage Guide API Version 2.0 Page 1 Introduction The Cloud Elements Marketing Hub is the first API that unifies marketing automation across the industry s leading

More information

CRM to Exchange Synchronization

CRM to Exchange Synchronization CRM to Exchange Synchronization Product Registration Instructions VERSION 2.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2012 Brite Global, Incorporated. All rights reserved. The information

More information

e-filing Secure Web Service User Manual

e-filing Secure Web Service User Manual e-filing Secure Web Service User Manual Page1 CONTENTS 1 BULK ITR... 6 2 BULK PAN VERIFICATION... 9 3 GET ITR-V BY TOKEN NUMBER... 13 4 GET ITR-V BY ACKNOWLEDGMENT NUMBER... 16 5 GET RETURN STATUS... 19

More information

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp

How To Set Up Chime For A Coworker On Windows 7.1.2 (Windows) With A Windows 7 (Windows 7) On A Windows 8.1 (Windows 8) With An Ipad (Windows).Net (Windows Xp INSTALLATION GUIDE July 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may

More information

Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG...

Table of Contents INTRODUCTION... 2 HOME PAGE... 3. Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... Table of Contents INTRODUCTION... 2 HOME PAGE... 3 Announcements... 7 Personalize & Change Password... 8 Reminders... 9 SERVICE CATALOG... 11 Raising a Service Request... 12 Edit the Service Request...

More information

Two-Factor Authentication

Two-Factor Authentication Two-Factor Authentication IT Professional & Customer Service Desk Feature Guide Two-Factor Authentication for Exchange Online Office 365 Dedicated & ITAR-Support Plans April 26, 2013 The information contained

More information

LANDESK Service Desk. Desktop Manager

LANDESK Service Desk. Desktop Manager LANDESK Service Desk Desktop Manager LANDESK SERVICE DESK DESKTOP MANAGER GUIDE This document contains information, which is the confidential information and/or proprietary property of LANDESK Software,

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6.1

SafeGuard Enterprise Web Helpdesk. Product version: 6.1 SafeGuard Enterprise Web Helpdesk Product version: 6.1 Document date: February 2014 Contents 1 SafeGuard web-based Challenge/Response...3 2 Scope of Web Helpdesk...4 3 Installation...5 4 Allow Web Helpdesk

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

Fixes for CrossTec ResQDesk

Fixes for CrossTec ResQDesk Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue

More information

How To Use The Numara Track-It! Help Desk And Asset Management Solution

How To Use The Numara Track-It! Help Desk And Asset Management Solution Welcome to the Numara Track-It! Evaluation Guide Page 1 of 23 INTRODUCTION The purpose of this is to give you an overview of Numara Track-It! so you can get started using the solution right away. Keep

More information

Fax User Guide 07/31/2014 USER GUIDE

Fax User Guide 07/31/2014 USER GUIDE Fax User Guide 07/31/2014 USER GUIDE Contents: Access Fusion Fax Service 3 Search Tab 3 View Tab 5 To E-mail From View Page 5 Send Tab 7 Recipient Info Section 7 Attachments Section 7 Preview Fax Section

More information

Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA

Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Page 1 Introduction The ecommerce Hub provides a uniform API to allow applications to use various endpoints such as Shopify. The following

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Request Management help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.20 RESTful Web Services Guide Document Release Date: February 2013 Software Release Date: February 2013 Legal Notices Warranty The only warranties

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

Siebel HelpDesk Guide. Version 8.0, Rev. C March 2010

Siebel HelpDesk Guide. Version 8.0, Rev. C March 2010 Siebel HelpDesk Guide Version 8.0, Rev. C March 2010 Copyright 2005, 2010 Oracle and/or its affiliates. All rights reserved. The Programs (which include both the software and documentation) contain proprietary

More information

Symantec Mobile Management for Configuration Manager

Symantec Mobile Management for Configuration Manager Symantec Mobile Management for Configuration Manager Replication Services Installation Guide 7.5 Symantec Mobile Management for Configuration Manager: Replication Services Installation Guide The software

More information

Installation & Configuration Guide User Provisioning Service 2.0

Installation & Configuration Guide User Provisioning Service 2.0 Installation & Configuration Guide User Provisioning Service 2.0 NAVEX Global User Provisioning Service 2.0 Installation Guide Copyright 2015 NAVEX Global, Inc. NAVEX Global is a trademark/service mark

More information

Qlik REST Connector Installation and User Guide

Qlik REST Connector Installation and User Guide Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All

More information

Deltek Touch Time & Expense for Vision 1.3. Release Notes

Deltek Touch Time & Expense for Vision 1.3. Release Notes Deltek Touch Time & Expense for Vision 1.3 Release Notes June 25, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

WEB USER GUIDE VAULT MEDIA STORAGE

WEB USER GUIDE VAULT MEDIA STORAGE BUSINESS DATA RECORD SERVICES WEB USER GUIDE VAULT MEDIA STORAGE TABLE OF CONTENTS Log In Screen/Home Page Rotation Services-Request Media Rotation Services-View List Rotation Services-Miscellaneous Query

More information

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

More information

InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x

InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x Active Innovations, Inc. Copyright 1998 2015 www.inforouter.com Installing the LDAP Authentication Web Service

More information

Polycom RealPresence Resource Manager System Getting Started Guide

Polycom RealPresence Resource Manager System Getting Started Guide [Type the document title] Polycom RealPresence Resource Manager System Getting Started Guide 8.0 August 2013 3725-72102-001B Polycom Document Title 1 Trademark Information POLYCOM and the names and marks

More information

Managing Qualys Scanners

Managing Qualys Scanners Q1 Labs Help Build 7.0 Maintenance Release 3 documentation@q1labs.com Managing Qualys Scanners Managing Qualys Scanners A QualysGuard vulnerability scanner runs on a remote web server. QRadar must access

More information

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT ZohoCRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6 Document date: February 2012

SafeGuard Enterprise Web Helpdesk. Product version: 6 Document date: February 2012 SafeGuard Enterprise Web Helpdesk Product version: 6 Document date: February 2012 Contents 1 SafeGuard web-based Challenge/Response...3 2 Installation...5 3 Authentication...8 4 Select the Web Helpdesk

More information

ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX

ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX ISSUE TRACK FOR WINDOWS INSTALLATION GUIDE VERSION 4.0.0.XX Contents CONTENTS Chapter 1 Introduction 1-1 Welcome to Issue Track for Windows 1-1 About this Guide 1-1 Product Name 1-1 Documentation Roadmap

More information

Symantec Event Collector 4.3 for Microsoft Windows Quick Reference

Symantec Event Collector 4.3 for Microsoft Windows Quick Reference Symantec Event Collector 4.3 for Microsoft Windows Quick Reference Symantec Event Collector for Microsoft Windows Quick Reference The software described in this book is furnished under a license agreement

More information

Protected Trust Directory Sync Guide

Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide 2 Overview Protected Trust Directory Sync enables your organization to synchronize the users and distribution lists in Active Directory

More information

Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online

Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online Single Sign-On Guide for Blackbaud NetCommunity and The Patron Edge Online 062212 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any

More information

Defender Configuring for Use with GrIDsure Tokens

Defender Configuring for Use with GrIDsure Tokens Defender Configuring for Use with GrIDsure Tokens Introduction The GrIDsure token can be used to protect any website hosted on Internet Information Server (IIS). This guide provides information for the

More information

Configure SecureZIP for Windows for Entrust Entelligence Security Provider 7.x for Windows

Configure SecureZIP for Windows for Entrust Entelligence Security Provider 7.x for Windows Configure SecureZIP for Windows for Entrust Entelligence Security Provider 7.x for Windows SecureZIP for Windows interoperates with leading PKI vendors including Entrust, VeriSign, and RSA to enable the

More information

QIWI Wallet Pull Payments API

QIWI Wallet Pull Payments API QIWI Wallet QIWI Wallet Pull Payments API Version 2.1 Table of contents 1. Introduction... 2 1.1. Purpose of the API... 2 1.2. Things to Know About QIWI Wallet... 2 2. QIWI Wallet Interface... 3 2.1. Creating

More information

Security Assertion Markup Language (SAML) Site Manager Setup

Security Assertion Markup Language (SAML) Site Manager Setup Security Assertion Markup Language (SAML) Site Manager Setup Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and

More information

Assets, Groups & Networks

Assets, Groups & Networks Complete. Simple. Affordable Copyright 2014 AlienVault. All rights reserved. AlienVault, AlienVault Unified Security Management, AlienVault USM, AlienVault Open Threat Exchange, AlienVault OTX, Open Threat

More information

Installation and Configuration Guide

Installation and Configuration Guide Entrust Managed Services PKI Auto-enrollment Server 7.0 Installation and Configuration Guide Document issue: 1.0 Date of Issue: July 2009 Copyright 2009 Entrust. All rights reserved. Entrust is a trademark

More information

TriCore Secure Web Email Gateway User Guide 1

TriCore Secure Web Email Gateway User Guide 1 TriCore Secure Web Email Gateway User Guide This document provides information about TriCore Secure Web Email Gateway. This document is for users who are authorized to send and receive encrypted email

More information

1.0 Getting Started Guide

1.0 Getting Started Guide KOFAX Transformation Modules Invoice Packs 1.0 Getting Started Guide 10300805-000 Rev 1.0 2008 Kofax, Inc., 16245 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject

More information

BMC Remedy Service Desk: Incident Management User. Guide. Supporting. Version 7.6.04 of BMC Remedy Incident Management. January 2011. www.bmc.

BMC Remedy Service Desk: Incident Management User. Guide. Supporting. Version 7.6.04 of BMC Remedy Incident Management. January 2011. www.bmc. BMC Remedy Service Desk: Incident Management User Guide Supporting Version 7.6.04 of BMC Remedy Incident Management January 2011 www.bmc.com Contacting BMC Software You can access the BMC Software website

More information

HDAccess Administrators User Manual. Help Desk Authority 9.0

HDAccess Administrators User Manual. Help Desk Authority 9.0 HDAccess Administrators User Manual Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information

PATROL Console Server and RTserver Getting Started

PATROL Console Server and RTserver Getting Started PATROL Console Server and RTserver Getting Started Supporting PATROL Console Server 7.5.00 RTserver 6.6.00 February 14, 2005 Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.

More information

SafeGuard Enterprise Web Helpdesk

SafeGuard Enterprise Web Helpdesk SafeGuard Enterprise Web Helpdesk Product version: 5.60 Document date: April 2011 Contents 1 SafeGuard web-based Challenge/Response...3 2 Installation...5 3 Authentication...8 4 Select the Web Help Desk

More information

Event Manager. LANDesk Service Desk

Event Manager. LANDesk Service Desk Event Manager LANDesk Service Desk LANDESK SERVICE DESK EVENT MANAGER GUIDE This document contains information that is the proprietary and confidential property of LANDesk Software, Inc. and/or its affiliated

More information

Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7

Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7 Title page Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7 APPLICATION API DEVELOPER GUIDE 3HE-10590-AAAA-TQZZA Issue 1 December 2015 Legal notice Legal notice Alcatel, Lucent, Alcatel-Lucent and the

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

Trustwave SEG Cloud Customer Guide

Trustwave SEG Cloud Customer Guide Trustwave SEG Cloud Customer Guide Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying, or decompilation

More information

Transaction Inquiries

Transaction Inquiries Transaction Inquiries Publisher guide 3/26/2014 A guide to Tradedoubler s Transaction Inquiries system for publishers Contents 1. Introduction... 3 2. How it works... 3 3. Accessing the interface... 3

More information

User Guide for Payroll Service (APS+)

User Guide for Payroll Service (APS+) User Guide for Payroll Service (APS+) Sept 2015 No part of this document may be reproduced, stored in a retrieval system of transmitted in any form or by any means, electronic, mechanical, chemical, photocopy,

More information

Polycom RealPresence Resource Manager System Administrator s Guide

Polycom RealPresence Resource Manager System Administrator s Guide Polycom RealPresence Resource Manager System Administrator s Guide 7.0.0 August 2012 3725-72110-001A Trademark Information Polycom and the names and marks associated with Polycom's products are trademarks

More information

Enterprise Toolbar User s Guide. Revised March 2015

Enterprise Toolbar User s Guide. Revised March 2015 Revised March 2015 Copyright Notice Trademarks Copyright 2007 DSCI, LLC All rights reserved. Any technical documentation that is made available by DSCI, LLC is proprietary and confidential and is considered

More information

XMailer Reference Guide

XMailer Reference Guide XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this

More information

RSA SecurID Software Token Security Best Practices Guide

RSA SecurID Software Token Security Best Practices Guide RSA SecurID Software Token Security Best Practices Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com. Trademarks RSA, the RSA

More information

LifeSize UVC Access Deployment Guide

LifeSize UVC Access Deployment Guide LifeSize UVC Access Deployment Guide November 2013 LifeSize UVC Access Deployment Guide 2 LifeSize UVC Access LifeSize UVC Access is a standalone H.323 gatekeeper that provides services such as address

More information

Control-M for Hadoop. Technical Bulletin. www.bmc.com

Control-M for Hadoop. Technical Bulletin. www.bmc.com Technical Bulletin Control-M for Hadoop Version 8.0.00 September 30, 2014 Tracking number: PACBD.8.0.00.004 BMC Software is announcing that Control-M for Hadoop now supports the following: Secured Hadoop

More information

August 2014 Release Notes Version 14.0.72.6

August 2014 Release Notes Version 14.0.72.6 August 2014 Release Notes Version 14.0.72.6 i NOTICES ServicePRO Release Notes August 2014 HelpSTAR and ServicePRO are registered trademarks of Help Desk Technology International Corporation. This publication

More information

PaperClip. em4 Cloud Client. Manual Setup Guide

PaperClip. em4 Cloud Client. Manual Setup Guide PaperClip em4 Cloud Client Manual Setup Guide Copyright Information Copyright 2014, PaperClip Inc. - The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Inc. All brand

More information

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Incident Management help topics for printing

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Incident Management help topics for printing HP Service Manager Software Version: 9.34 For the supported Windows and UNIX operating systems Incident Management help topics for printing Document Release Date: July 2014 Software Release Date: July

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

Virtual Code Authentication User Guide for Administrators

Virtual Code Authentication User Guide for Administrators Virtual Code Authentication User Guide for Administrators Virtual Code Authentication - User Guide for Administrators Document No.: 05-001 2001-2015 All rights reserved. Under copyright laws, this document

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

Active Directory Provider User s Guide

Active Directory Provider User s Guide Active Directory Provider User s Guide Mike Horton Version 01.00.03 Last Updated: December 28, 2007 Category: DotNetNuke v4.6.0 and greater Information in this document, including URL and other Internet

More information

Web Application Security Assessment and Vulnerability Mitigation Tests

Web Application Security Assessment and Vulnerability Mitigation Tests White paper BMC Remedy Action Request System 7.6.04 Web Application Security Assessment and Vulnerability Mitigation Tests January 2011 www.bmc.com Contacting BMC Software You can access the BMC Software

More information

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

More information

How To Log On To The Help Desk On Manageengine Service Desk Plus On Pc Or Mac Or Macbook Or Ipad (For Pc Or Ipa) On Pc/ Mac Or Ipo (For Mac) On A Pc Or Pc Or Mp

How To Log On To The Help Desk On Manageengine Service Desk Plus On Pc Or Mac Or Macbook Or Ipad (For Pc Or Ipa) On Pc/ Mac Or Ipo (For Mac) On A Pc Or Pc Or Mp Service Desk Plus: User Guide Introduction ManageEngine ServiceDesk Plus is comprehensive help desk and asset management software that provides help desk agents and IT managers, an integrated console to

More information

Administration Quick Start

Administration Quick Start www.novell.com/documentation Administration Quick Start ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

DigiCert User Guide. Version 4.1

DigiCert User Guide. Version 4.1 DigiCert User Guide Version 4.1 Contents 1 User Management... 7 1.1 Roles and Account Access... 7 1.1.1 Administrator Role... 7 1.1.2 User Role... 7 1.1.3 CS Verified User... 7 1.1.4 EV Verified User...

More information

Magensa Services. Administrative Account Services API Documentation for Informational Purposes Only. September 2014. Manual Part Number: 99810058-1.

Magensa Services. Administrative Account Services API Documentation for Informational Purposes Only. September 2014. Manual Part Number: 99810058-1. Magensa Services Administrative Account Services API Documentation for Informational Purposes Only September 2014 Manual Part Number: 99810058-1.01 REGISTERED TO ISO 9001:2008 Magensa I 1710 Apollo Court

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

MBAM Self-Help Portals

MBAM Self-Help Portals MBAM Self-Help Portals Authoring a self-help portal workflow for BitLocker Recovery Using Microsoft BitLocker Administration and Monitoring (MBAM) Technical White Paper Published: September 2011 Priyaa

More information

Getting Started With SAM Director SAM Director User Guide

Getting Started With SAM Director SAM Director User Guide Getting Started With SAM Director SAM Director User Guide Copyright 2014 License Dashboard Limited. License Dashboard Limited is a trading subsidiary of the Blenheim Group. License Dashboard Limited -

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Zendesk CTI Integration Configuration Guide Version 8.0 Revision 1.0 Copyright 2013, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the

More information

Administrator s Guide for the Polycom Video Control Application (VCA)

Administrator s Guide for the Polycom Video Control Application (VCA) Administrator s Guide for the Polycom Video Control Application (VCA) Version 1.1 November 2007 Edition 3725-26448-004/A Trademark Information Polycom and the Polycom logo design are registered trademarks

More information

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...

More information

Presented by Jeris Creasey. Information Technology Trainer, Information & Telecommunication Systems

Presented by Jeris Creasey. Information Technology Trainer, Information & Telecommunication Systems Presented by Jeris Creasey Information Technology Trainer, Information & Telecommunication Systems Submitting a Helpdesk Request 3 Logging into the KBOX server 4 The Knowledge Base Tab 5 The Help Desk

More information

How To Manage A Cart In A Remote Management Software

How To Manage A Cart In A Remote Management Software RMS Software Product Manual Copyright and Distribution Notice November 2009 Copyright 2009 ARTROMICK International, Inc. ALL RIGHTS RESERVED. Published 2009. Printed in the United States of America WARNING:

More information

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2.

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2. Testing Dynamic Web Applications How To You can use XML Path Language (XPath) queries and URL format rules to test web sites or applications that contain dynamic content that changes on a regular basis.

More information