Contains the operations for the Root resource.
Micro Analytic Score
Loading...
The Micro Analytic Score API provides stateless, memory-resident, high-performance program execution.
get
Internal-Use OnlyReturns a list of links to the top-level collections that are surfaced through the API. HEAD is also supported and returns status and headers only.Get a list of top-level links
head
Internal-Use OnlyRetrieves headers for the service and checks whether the service is available.Get headers for the service
Contains the operations for module resources.
get
Internal-Use OnlyRetrieves the collection of modules that are loaded in memory by the service. Standard paging options are supported. The returned collection items are of type application/vnd.sas.microanalytic.module.Get loaded modules
post
Internal-Use OnlyCreates and loads a module from the provided module definition and returns a representation of the loaded module. Note that the name assigned to a module ID, package, public method, or submodule must not include any of the following characters: forward slash, backslash, period, and semicolon.Create a module
get
Internal-Use OnlyFor the specified module, returns detailed information including the steps that are contained in the module.Get module
head
Internal-Use OnlyFor the specified module, returns header information for subsequent PUT or check for existence.Get headers for module
put
Internal-Use OnlyFor the specified module, replaces the existing module with values from the request body. Please note, the source of the module is not replaced.Update a module
delete
Internal-Use OnlyDeletes the specified module.Delete a module
get
Internal-Use OnlyReturns the source code of the specified module.Get module source
head
Internal-Use OnlyFor the specified module, returns header information for subsequent PUT or check for existence. Since the module source is persisted as part of the module, the ETag and Last Modified Date as the same as that of the module.Get headers for module source
put
Internal-Use OnlyReplaces the module source of the specified module with values in the request body.Update module source
Contains the operations for submodule resources.
get
Internal-Use OnlyRetrieves the collection of submodules contained by the specified module.Get submodules for this module
head
Internal-Use OnlyRetrieves the headers of the collection of submodules contained by the specified module.Get headers to the submodules for this module
get
Internal-Use OnlyReturns detailed information about the specified submodule of the specified module.Get a submodule of the module
head
Internal-Use OnlyReturns header information about the specified submodule of the specified module.Get headers for a submodule of the module
get
Internal-Use OnlyRetrieves the source code for the specified submodule and module.Get submodule source
head
Internal-Use OnlyRetrieves the header for the source code for the specified submodule and module.Get headers for submodule source
Contains the operations for step resources.
get
Internal-Use OnlyRetrieves the collection of steps that correspond to a specific module.Get module steps
head
Internal-Use OnlyRetrieves the headers for collection of steps that correspond to a specific module.Get headers for module steps
get
Internal-Use OnlyReturns detailed information about the input and output signatures used to execute a specific step of the module.Get a specific step of the module
head
Internal-Use OnlyReturns header information of a specific step of the module.Get the header for a specific step of the module
post
Internal-Use OnlyExecutes the step with the specified input values. Depending on the value that is assigned to the waitTime parameter, execution occurs in one of the following ways: If the assigned value is missing, the call waits until the execution is complete before it returns. The outputs variable in the reply contains the output of the execution. The executionState variable is assigned the value completed in the returned stepOutput object.Execute a step
post
Internal-Use OnlyValidates input values that are used to execute the step against the expected input signature of the step. If the input is not formatted properly or does not match the input requirements of the step, one violation of each input parameter is reported.Validate step inputs
Contains the operations for job resources.
get
Internal-Use OnlyRetrieves the collection of jobs that have been submitted to the service. Standard paging options are supported.Get jobs
post
Internal-Use OnlyCreate a job to asynchronously publish the submitted module definition. If moduleId is set, the specified module is updated with the submitted module definition.Create an asynchronous job
get
Internal-Use OnlyReturns detailed information about the job with the specified ID.Get job
head
Internal-Use OnlyReturns header information about the job with the specified ID.Get headers for a job
delete
Internal-Use OnlyDeletes the job with the specified ID.