Contains the operations for the root resource of the Batch API.
Batch
Loading...
The Batch API provides a full suite of capabilities for Batch job execution, control, and management, including robust file handling and job monitoring.
Contains the operations to create SAS Batch Server definitions.
get
Internal-Use OnlyReturns a collection of context information based on the specified query parameters.Get a collection of contexts
head
Internal-Use OnlyDetermines whether an endpoint is currently available.Check endpoint availability
post
Internal-Use OnlyCreates a context using the context request in the request body.Create a context
get
Internal-Use OnlyReturns the specified context's information.Get a context
head
Internal-Use OnlyDetermines whether a specific context exists. Returns headers for the specified context.Verify that a context exists
put
Internal-Use OnlyUpdates the specified context with the contents of the request body.Update a context
delete
Internal-Use OnlyDeletes the specified context.Delete a context
get
Internal-Use OnlyReturns the specifically named context's information.Get a context by name
head
Internal-Use OnlyDetermines whether a specificly named context exists and return headers for the context.Verify that a context exists by name
Contains the operations to access information for file sets and files.
head
Internal-Use OnlyDetermines whether an endpoint is currently available.Check endpoint availability
get
Internal-Use OnlyReturns a collection of file-set objects that meet the specified query parameters.Get a collection of file sets
post
Internal-Use OnlyCreates a file set to hold files to transport to and from the cluster. The file set object that is passed in, requires only the context ID set.Create a file set
get
Internal-Use OnlyReturns the information about the specified file set.Get a file set object
head
Internal-Use OnlyDetermines whether a specified file set exists. Returns headers for the specified file set.Verify that a file set exists
delete
Internal-Use OnlyDeletes the specified file set and its contents.Delete a file set
head
Internal-Use OnlyDetermines whether an endpoint is currently available.Check endpoint availability
get
Internal-Use OnlyReturns a collection of file-information objects representing all the files contained in the specified file set.Get the contents of a file set
head
Internal-Use OnlyDetermines whether a specified file in a specified file set exists. Returns headers for the specified file in the file set.Verify that a file in a file set exists
get
Internal-Use OnlyGets the metadata attached to a file in a file set. application/octet-stream headers returns the information and content of the specified file from the specified file set. application/vnd.sas.batch.file.set.file+json and application/json returns information about the specified file from the specified file setGet the information about a file in a file set
put
Internal-Use OnlyCreates or updates the contents of a specified file in the specified file set.Set the contents of a file in a file set
Contains the operations for SAS Batch Server instances.
head
Internal-Use OnlyDetermines whether an endpoint is currently available.Check endpoint availability
get
Internal-Use OnlyReturns a collection of job objects in the form of an application/vnd.sas.collection. It is based on the specified query parameters.Get a collection of Jobs
post
Internal-Use OnlyCreates a new job to run a SAS program. The type of job is created depending on the Accept header. application/vnd.sas.batch.job.request.sas.batch+json headers creates a Batch job to run a SAS program. application/vnd.sas.batch.job.request.sas.line.mode+json headers creates a new interactive job to run SAS in line mode. application/vnd.sas.batch.job.request.command.batch+json headers creates a Batch job to run an arbitrary command. application/vnd.sas.batch.job.request.command.interactive+json headers creates an interactive job to run an arbitrary command.Create a SAS job
head
Internal-Use OnlyDetermines whether a specific job exists.Verify that a job exists
get
Internal-Use OnlyGets the job information or job state information for the specified job.Get the job information
delete
Internal-Use OnlyDeletes a job with the specified job ID.Delete a job
post
Internal-Use OnlySends the specified array of text strings to a running job to use as STDIN.Send STDIO input text to a job
post
Internal-Use OnlyRetrieves the STDIO text from STDOUT and STDERR output from a running job.Retrieve the STDIO ouput of a job
head
Internal-Use OnlyDetermines whether a specific job state exists.Verify that a job state exists
get
Internal-Use OnlyGets the plain text version of the specified job's state. The returned text is one of the following values: 'pending', 'running', 'completed', 'failed', 'unknown'.Get the state of a job
put
Internal-Use OnlyChanges the state of a specified job. The only state currently allowed is 'canceled'.Change the state of a job
Contains the operations for SAS Reusable Batch Server instances.
head
Internal-Use OnlyDetermines whether an endpoint is currently available.Check endpoint availability
get
Internal-Use OnlyReturn a collection of server objects in the form of an application/vnd.sas.collection. It is based on the specified query parameters.Get a collection of Servers
head
Internal-Use OnlyDetermines whether a specific reusable Batch server exists.Verify that a reusable Batch server exists
get
Internal-Use OnlyGets the reusable Batch server information for the specified reusable Batch server.Get the reusable Batch server information
delete
Internal-Use OnlyDeletes a reusable Batch server with the specified server ID.