Administration Service API
Use the Administration Service API for job management tasks, such as locating jobs on the server, retrieving a job, interrupting a running job, removing a job, or retrieving information about the server.
Administrative Service API functions
- ExtendedServerInfo
The APIExtendedServerInfo
returns information about the engine and the server that can help you when you troubleshoot problems. - getJobDetails
The API getJobDetails returns the results of the specified job. Deprecated. See jobs. - getJobs
The API getJobs retrieves a list of all jobs currently on the server. If you supply the userId, the list is filtered to display only the jobs created by the specified user. Deprecated. See jobs. - getServerTime
The API getServerTime returns the current time on the server, since epoch. - interrupt
The API interrupt interrupts the specified job before it completes its run. - delete
The API delete removes the specified job from the server.
- ExtendedServerInfo
The APIExtendedServerInfo
returns information about the engine and the server that can help you when you troubleshoot problems. - getJobDetails
The API getJobDetails returns the results of the specified job. Deprecated. See jobs. - getJobs
The API getJobs retrieves a list of all jobs currently on the server. If you supply the userId, the list is filtered to display only the jobs created by the specified user. Deprecated. See jobs. - getServerTime
The API getServerTime returns the current time on the server, since epoch. - interrupt
The API interrupt interrupts the specified job before it completes its run. - delete
The API delete removes the specified job from the server.
Parent topic: TIBCO Spotfire Statistics Services URL API