monitoring.projectsHere, you will get an overview of all the possible projects, complete with the needed project-IDs. All you need to transfer is the API-key - we will then list all the projects that are connected to the account.Necessary parameters: api_key http://api.sistrix.net/monitoring.projects?api_key=$key
monitoring.foldersFor this method, we will list all the folders within a project, complete with folder-name, folder-ID as well as the ID of the higher-level folder (if available). You will need to transfer both the API-key as well as the project-ID from the "monitoring.projects"-method.Necessary parameters: api_key, project http://api.sistrix.net/monitoring.folders?api_key=$key&project=$project
monitoring.folderThis method (singular) will return the queries that are stored in a folder. We will return the name of the query, the query-ID, and the type of query as well as the folder-ID. For this, you will need to transfer both the project-ID and folder-ID in addition to your API-key.Necessary parameters: api_key, project, folder http://api.sistrix.net/monitoring.folder?api_key=$key&project=$project&folder=$filder
monitoring.checkThis method will return all the information that is related to a single query. You will need to transfer the project-ID, the folder-ID and the query-ID in addition to your API-key. There is the optional parameter "history=true" that can be used, where you will not only be shown the current data but all the history we have for this query. This option will usually create a large amount of data, so we ask you to please not use this parameter by default.Necessary parameters: api_key, project, folder, check Optional parameters: history http://api.sistrix.net/monitoring.check?api_key=$key&project=$project&folder=$filder&check=$check&history=true
monitoring.reportsThis returns all the reports that are connected to a project. You will need the project-ID as a parameter. We will then return the report-name as well as the report-ID. The later will be needed for querying a specific report through the "monitoring.report" (singular) method.Necessary parameters: api_key, project http://api.sistrix.net/monitoring.reports?api_key=$key&project=$project
monitoring.reportHere, we will return information on a report. You will need to enter in both the project-ID as well as the report-ID. We will then show you the name of the report, the report-ID, the frequency in which the report is send out ("daily", "weekly", "monthly" or "pause"), the report-format ("pdf" or "xls"), a list of recipients (including the information of whether the recipient is a toolbox-account of an e-mail address) as well as a list with all the previously created reports with their specific dates.Necessary parameters: api_key, project, report http://api.sistrix.net/monitoring.report?api_key=$key&project=$project&report=$report
monitoring.report.downloadDiese Methode erlaubt den Download von Reports aus dem With this method you are able to download reports from the archive. You will need to transfer the project-ID, the report-ID and the report-date you want to download. All of this information can be obtained through the "monitoring.report"-method. Caution: This method will not return XML but the archived report as either PDF- or XLS-file.Necessary parameters: api_key, project, report, date http://api.sistrix.net/monitoring.report.download?api_key=$key&project=$project&report=$report&date=2010-03-13T00%3A00%3A00%2B01%3A00
|













