Change the scope of a loaded CAS table

put/servers/{serverName}/caslibs/{caslibName}/tables/{tableName}/scope

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

1Not Available

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
200OK

The requested action was successful. New scope is returned. Valid values include session or global.

400Bad Request

The request was invalid.

Schema
404Not Found

The requested CAS server or Caslib does not exist.

409Conflict

The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body.