-
Notifications
You must be signed in to change notification settings - Fork 10
casSetup
devakumaraswamy edited this page Jan 21, 2020
·
3 revisions
Calls cas server and returns the results(async)
Returns: promise
-
returns an object {session: xxx, servers: yyy}
Param | Type | Description |
---|---|---|
store | object |
restaf store |
logonPayload | object |
if not null function logs on to Viya with this payload |
The returned object is
{
session: session object,
servers: servers object
}
These objects are standard raf objects. See restaf documentation for details.
.... Under construction...
-
restaf
-
restaflib
-
Examples:
- Cas Server
- Compute Server
- Scoring with MAS
- Scoring with CAS
- Utility
-
CAS Related Functions
-
MAS Related Functions
-
Compute Server Related Functions
-
Reports Related Functions
-
Interactive CLI
-
Special Topic