Change the scope of a loaded CAS table

put/servers/{serverName}/caslibs/{caslibName}/tables/{tableName}/scope
Internal-Use Only

Changes the scope of a loaded CAS table from session to global scope (promote). Operation valid only on a session table. Promote target is the same Caslib that contains the session table.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
caslibName
string
true

The name of the Caslib containing the table.

serverName
string
true

Server name for which the table is being accessed.

tableName
string
true

Table name requested.

Query Parameters

NameTypeRequiredDescription
sessionId
string
true

The session ID.

value
string
true

The scope to which to change the table. Valid values include global.

Responses

StatusMeaningDescription
200OKThe requested action was successful. New scope is returned. Valid values include session or global.
400Bad RequestThe request was invalid.Schema
404Not FoundThe requested CAS server or Caslib does not exist.
409ConflictThe request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.