The full SAS Micro Analytic
Service software stack, including the REST, Java, and C interfaces,
and the core C engine, is deployed as a SAS web application in SAS
Web Application Server. SAS web applications can be clustered and
tuned for performance and high availability. For information about
how to tune the SAS Micro Analytic Service web application for optimum
performance, see SAS 9.4 Web Applications Tuning for Performance
and Scalability.
After deployment, validate
the web service URL for the SAS Micro Analytic Service REST API by
following the instructions found in SAS/config/LevN/documents/Instructions.html.
Follow the steps found in the topic about validation. If the service
is deployed correctly, the following JSON object is returned:
{"version":1,"links":[{"method":"GET","rel":"modules",
"href":"http://www.example.com/SASMicroAnalyticService/rest/modules","uri":"/modules"},
{"method":"POST","rel":"createModule","href":
"http://www.example.com/SASMicroAnalyticService/rest/modules","uri":"/modules"}]}
To grant access to the
service to a user, add that user as a member of the Decision Manager
Users group.
-
In SAS Management Console,
expand
Environment Manager.
-
Right-click
User
Manager, and click
NewUser.
-
On the
General tab,
enter the name and any other optional information.
-
On the
Groups
and Roles tab, find the
Decision Manager
Users group from the
Available Groups and
Roles list and add it to the
Member of list.
-
On the
Accounts tab,
click
New.
-
In the
New
Login Properties dialog box, you must complete at least
the
User ID field. Click
OK.
-
Click
OK in
the
New User Properties dialog box.