Options
All
  • Public
  • Public/Protected
  • All
Menu

Module api/viya/spec

Classes

Object literals

Object literals

Const mockAuthConfig

mockAuthConfig: object

access_token

access_token: string = "acc355"

client

client: string = "cl13nt"

refresh_token

refresh_token: string = "r3fr35h"

secret

secret: string = "53cr3t"

Const mockJob

mockJob: object

createdBy

createdBy: string = "test user"

id

id: string = "j0b"

links

links: object[] = [{rel: 'log',href: '/log',method: 'GET',type: 'log',uri: 'log'},{rel: 'self',href: '/job',method: 'GET',type: 'job',uri: 'job'},{rel: 'state',href: '/state',method: 'GET',type: 'state',uri: 'state'},{rel: 'up',href: '/job',method: 'GET',type: 'up',uri: 'job'}]

name

name: string = "test job"

uri

uri: string = "/j0b"

logStatistics

logStatistics: object

lineCount

lineCount: number = 100

modifiedTimeStamp

modifiedTimeStamp: string = new Date().valueOf().toString()

results

results: object

_webout.json

_webout.json: string = "test"

Const mockSession

mockSession: object

creationTimeStamp

creationTimeStamp: string = new Date().valueOf().toString()

id

id: string = "s35510n"

links

links: never[] = []

state

state: string = "idle"

attributes

attributes: object

sessionInactiveTimeout

sessionInactiveTimeout: number = 1

Generated using TypeDoc