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.
Name | Type | Required | Description |
---|---|---|---|
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. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The requested action was successful. New scope is returned. Valid values include session or global. | ||
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | The requested CAS server or Caslib does not exist. | ||
409 | Conflict | The request could not be completed due to a conflict with the current state of the resource. Details are included in the response body. |