Class
/GOOG/CL_SASPORTAL_V1ALPHA1
- Inheriting from:
/GOOG/CL_HTTP_CLIENT
- Description:
SAS Portal API v1alpha1
Types
Type | Description | Visibility |
---|---|---|
TY_001 |
SasPortalAssignment |
PUBLIC |
TY_002 |
SasPortalChannelWithScore |
PUBLIC |
TY_004 |
SasPortalCreateSignedDeviceRequest |
PUBLIC |
TY_005 |
SasPortalCustomer |
PUBLIC |
TY_006 |
SasPortalDeployment |
PUBLIC |
TY_008 |
SasPortalDevice |
PUBLIC |
TY_009 |
SasPortalDeviceAirInterface |
PUBLIC |
TY_010 |
SasPortalDeviceConfig |
PUBLIC |
TY_011 |
SasPortalDeviceGrant |
PUBLIC |
TY_012 |
SasPortalDeviceMetadata |
PUBLIC |
TY_013 |
SasPortalDeviceModel |
PUBLIC |
TY_014 |
SasPortalDpaMoveList |
PUBLIC |
TY_016 |
SasPortalFrequencyRange |
PUBLIC |
TY_018 |
SasPortalGenerateSecretResponse |
PUBLIC |
TY_019 |
SasPortalGetPolicyRequest |
PUBLIC |
TY_020 |
SasPortalInstallationParams |
PUBLIC |
TY_021 |
SasPortalListCustomersResponse |
PUBLIC |
TY_022 |
SasPortalListDeploymentsResponse |
PUBLIC |
TY_023 |
SasPortalListDevicesResponse |
PUBLIC |
TY_024 |
SasPortalListNodesResponse |
PUBLIC |
TY_025 |
SasPortalMigrateOrganizationRequest |
PUBLIC |
TY_026 |
SasPortalMoveDeploymentRequest |
PUBLIC |
TY_027 |
SasPortalMoveDeviceRequest |
PUBLIC |
TY_028 |
SasPortalMoveNodeRequest |
PUBLIC |
TY_029 |
SasPortalNode |
PUBLIC |
TY_030 |
SasPortalNrqzValidation |
PUBLIC |
TY_031 |
SasPortalOperation |
PUBLIC |
TY_032 |
SasPortalPolicy |
PUBLIC |
TY_033 |
SasPortalProvisionDeploymentRequest |
PUBLIC |
TY_034 |
SasPortalProvisionDeploymentResponse |
PUBLIC |
TY_035 |
SasPortalSetPolicyRequest |
PUBLIC |
TY_036 |
SasPortalSignDeviceRequest |
PUBLIC |
TY_037 |
SasPortalStatus |
PUBLIC |
TY_038 |
SasPortalTestPermissionsRequest |
PUBLIC |
TY_039 |
SasPortalTestPermissionsResponse |
PUBLIC |
TY_040 |
SasPortalUpdateSignedDeviceRequest |
PUBLIC |
TY_041 |
SasPortalValidateInstallerRequest |
PUBLIC |
TY_043 |
SasPortalGcpProjectDeployment |
PUBLIC |
TY_044 |
SasPortalListGcpProjectDeploymentsResponse |
PUBLIC |
TY_045 |
SasPortalListLegacyOrganizationsResponse |
PUBLIC |
TY_046 |
SasPortalOrganization |
PUBLIC |
TY_047 |
SasPortalSetupSasAnalyticsRequest |
PUBLIC |
TY_T_001 |
SasPortalAssignment |
PUBLIC |
TY_T_002 |
SasPortalChannelWithScore |
PUBLIC |
TY_T_005 |
SasPortalCustomer |
PUBLIC |
TY_T_006 |
SasPortalDeployment |
PUBLIC |
TY_T_008 |
SasPortalDevice |
PUBLIC |
TY_T_011 |
SasPortalDeviceGrant |
PUBLIC |
TY_T_014 |
SasPortalDpaMoveList |
PUBLIC |
TY_T_016 |
SasPortalFrequencyRange |
PUBLIC |
TY_T_029 |
SasPortalNode |
PUBLIC |
TY_T_043 |
SasPortalGcpProjectDeployment |
PUBLIC |
TY_T_046 |
SasPortalOrganization |
PUBLIC |
TY_T_STRING |
Table of Strings |
PUBLIC |
Constants
Name | Type | Description | Value | Visibility |
---|---|---|---|---|
C_CLOUD_VERSION |
/GOOG/SDK_VERSION |
Lowest Cloud Version | PUBLIC | |
C_ON_PREM_VERSION |
/GOOG/SDK_VERSION |
Lowest On-premises Version | 1.10 | PUBLIC |
C_PATH_PREFIX |
STRING |
API Path Prefix | PUBLIC | |
C_REVISION_DATE |
DATUM |
Discovery Document revision Date | 20250304 | PUBLIC |
C_ROOT_URL |
STRING |
API Root URL | https://sasportal.googleapis.com | PUBLIC |
C_SERVICE_NAME |
/GOOG/SERVICE_NAME |
Google Service Name | sasportal:v1alpha1 | PUBLIC |
C_SUPPORTED_AUTH |
/GOOG/SUPP_AUTH |
Supported Auth Types | IJIJWW | PUBLIC |
Methods
For general information about a method in ABAP SDK for Google Cloud, see API method.CONSTRUCTOR
- Description: Constructor
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_KEY_NAME |
IMPORTING | /GOOG/KEYNAME |
Google Cloud Key Name |
IV_LOG_OBJ |
IMPORTING | BALOBJ_D |
Application log: Object name (Application code) |
IV_LOG_SUBOBJ |
IMPORTING | BALSUBOBJ |
Application Log: Subobject |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEPLOYMENTS
- Description: sasportal.customers.deployments.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IS_INPUT |
IMPORTING | TY_006 |
SasPortalDeployment |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
SasPortalDeployment |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEPLOYMENTS1
- Description: sasportal.customers.nodes.deployments.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_006 |
SasPortalDeployment |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
SasPortalDeployment |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEPLOYMENTS2
- Description: sasportal.nodes.nodes.deployments.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
IS_INPUT |
IMPORTING | TY_006 |
SasPortalDeployment |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
SasPortalDeployment |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEVICES
- Description: sasportal.customers.deployments.devices.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEVICES1
- Description: sasportal.customers.devices.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEVICES2
- Description: sasportal.customers.nodes.devices.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEVICES3
- Description: sasportal.nodes.deployments.devices.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEVICES4
- Description: sasportal.nodes.devices.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_DEVICES5
- Description: sasportal.nodes.nodes.devices.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_NODES
- Description: sasportal.customers.nodes.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IS_INPUT |
IMPORTING | TY_029 |
SasPortalNode |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_NODES1
- Description: sasportal.customers.nodes.nodes.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_029 |
SasPortalNode |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_NODES2
- Description: sasportal.nodes.nodes.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_029 |
SasPortalNode |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_NODES3
- Description: sasportal.nodes.nodes.nodes.create
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
IS_INPUT |
IMPORTING | TY_029 |
SasPortalNode |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_SIGNED_DEVICES
- Description: sasportal.customers.deployments.devices.createSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IS_INPUT |
IMPORTING | TY_004 |
SasPortalCreateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_SIGNED_DEVICES1
- Description: sasportal.customers.devices.createSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IS_INPUT |
IMPORTING | TY_004 |
SasPortalCreateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_SIGNED_DEVICES2
- Description: sasportal.customers.nodes.devices.createSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_004 |
SasPortalCreateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_SIGNED_DEVICES3
- Description: sasportal.nodes.deployments.devices.createSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IS_INPUT |
IMPORTING | TY_004 |
SasPortalCreateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_SIGNED_DEVICES4
- Description: sasportal.nodes.devices.createSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_004 |
SasPortalCreateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CREATE_SIGNED_DEVICES5
- Description: sasportal.nodes.nodes.devices.createSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
IS_INPUT |
IMPORTING | TY_004 |
SasPortalCreateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
DELETE_DEPLOYMENTS
- Description: sasportal.customers.deployments.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
DELETE_DEPLOYMENTS1
- Description: sasportal.nodes.deployments.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
DELETE_DEVICES
- Description: sasportal.customers.devices.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
DELETE_DEVICES1
- Description: sasportal.deployments.devices.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
DELETE_DEVICES2
- Description: sasportal.nodes.devices.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
DELETE_NODES
- Description: sasportal.customers.nodes.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
DELETE_NODES1
- Description: sasportal.nodes.nodes.delete
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GENERATE_SECRET_INSTALLER
- Description: sasportal.installer.generateSecret
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT |
IMPORTING | DATA |
Input Data |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_018 |
SasPortalGenerateSecretResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_CUSTOMERS
- Description: sasportal.customers.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_005 |
SasPortalCustomer |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_DEPLOYMENTS
- Description: sasportal.customers.deployments.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
SasPortalDeployment |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_DEPLOYMENTS1
- Description: sasportal.deployments.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
SasPortalDeployment |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_DEPLOYMENTS2
- Description: sasportal.nodes.deployments.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
SasPortalDeployment |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_DEVICES
- Description: sasportal.customers.devices.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_DEVICES1
- Description: sasportal.deployments.devices.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_DEVICES2
- Description: sasportal.nodes.devices.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_NODES
- Description: sasportal.customers.nodes.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_NODES1
- Description: sasportal.nodes.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_NODES2
- Description: sasportal.nodes.nodes.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
GET_POLICIES
- Description: sasportal.policies.get
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT |
IMPORTING | TY_019 |
SasPortalGetPolicyRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_032 |
SasPortalPolicy |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_CUSTOMERS
- Description: sasportal.customers.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_021 |
SasPortalListCustomersResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEPLOYMENTS
- Description: sasportal.customers.deployments.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_022 |
SasPortalListDeploymentsResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEPLOYMENTS1
- Description: sasportal.customers.nodes.deployments.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_022 |
SasPortalListDeploymentsResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEPLOYMENTS2
- Description: sasportal.nodes.deployments.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_022 |
SasPortalListDeploymentsResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEPLOYMENTS3
- Description: sasportal.nodes.nodes.deployments.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_022 |
SasPortalListDeploymentsResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEVICES
- Description: sasportal.customers.deployments.devices.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_023 |
SasPortalListDevicesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEVICES1
- Description: sasportal.customers.devices.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_023 |
SasPortalListDevicesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEVICES2
- Description: sasportal.customers.nodes.devices.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_023 |
SasPortalListDevicesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEVICES3
- Description: sasportal.nodes.deployments.devices.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_023 |
SasPortalListDevicesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEVICES4
- Description: sasportal.nodes.devices.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_023 |
SasPortalListDevicesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_DEVICES5
- Description: sasportal.nodes.nodes.devices.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_023 |
SasPortalListDevicesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_GCP_PROJECT_DEPLOYMENT
- Description: sasportal.customers.listGcpProjectDeployments
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_044 |
SasPortalListGcpProjectDeploymentsResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_LEGACY_ORGANIZATIONS_C
- Description: sasportal.customers.listLegacyOrganizations
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_045 |
SasPortalListLegacyOrganizationsResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_NODES
- Description: sasportal.customers.nodes.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_024 |
SasPortalListNodesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_NODES1
- Description: sasportal.customers.nodes.nodes.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_024 |
SasPortalListNodesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_NODES2
- Description: sasportal.nodes.nodes.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_024 |
SasPortalListNodesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
LIST_NODES3
- Description: sasportal.nodes.nodes.nodes.list
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_FILTER |
IMPORTING | STRING |
filter |
IV_Q_PAGESIZE |
IMPORTING | STRING |
pageSize |
IV_Q_PAGETOKEN |
IMPORTING | STRING |
pageToken |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_024 |
SasPortalListNodesResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
MIGRATE_ORGANIZATION_CUSTOM
- Description: sasportal.customers.migrateOrganization
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT |
IMPORTING | TY_025 |
SasPortalMigrateOrganizationRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
MOVE_DEPLOYMENTS
- Description: sasportal.customers.deployments.move
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IS_INPUT |
IMPORTING | TY_026 |
SasPortalMoveDeploymentRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
MOVE_DEPLOYMENTS1
- Description: sasportal.nodes.deployments.move
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IS_INPUT |
IMPORTING | TY_026 |
SasPortalMoveDeploymentRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
MOVE_DEVICES
- Description: sasportal.customers.devices.move
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_027 |
SasPortalMoveDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
MOVE_DEVICES1
- Description: sasportal.deployments.devices.move
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_027 |
SasPortalMoveDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
MOVE_DEVICES2
- Description: sasportal.nodes.devices.move
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_027 |
SasPortalMoveDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
MOVE_NODES
- Description: sasportal.customers.nodes.move
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_028 |
SasPortalMoveNodeRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
MOVE_NODES1
- Description: sasportal.nodes.nodes.move
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
IS_INPUT |
IMPORTING | TY_028 |
SasPortalMoveNodeRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PATCH_CUSTOMERS
- Description: sasportal.customers.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IS_INPUT |
IMPORTING | TY_005 |
SasPortalCustomer |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_005 |
SasPortalCustomer |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PATCH_DEPLOYMENTS
- Description: sasportal.customers.deployments.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IS_INPUT |
IMPORTING | TY_006 |
SasPortalDeployment |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
SasPortalDeployment |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PATCH_DEPLOYMENTS1
- Description: sasportal.nodes.deployments.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IS_INPUT |
IMPORTING | TY_006 |
SasPortalDeployment |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_006 |
SasPortalDeployment |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PATCH_DEVICES
- Description: sasportal.customers.devices.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PATCH_DEVICES1
- Description: sasportal.deployments.devices.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PATCH_DEVICES2
- Description: sasportal.nodes.devices.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_008 |
SasPortalDevice |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PATCH_NODES
- Description: sasportal.customers.nodes.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IS_INPUT |
IMPORTING | TY_029 |
SasPortalNode |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PATCH_NODES1
- Description: sasportal.nodes.nodes.patch
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_Q_UPDATEMASK |
IMPORTING | STRING |
updateMask |
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_NODES_ID1 |
IMPORTING | STRING |
nodesId1 |
IS_INPUT |
IMPORTING | TY_029 |
SasPortalNode |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_029 |
SasPortalNode |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
PROVISION_DEPLOYMENT_CUSTOM
- Description: sasportal.customers.provisionDeployment
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT |
IMPORTING | TY_033 |
SasPortalProvisionDeploymentRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_034 |
SasPortalProvisionDeploymentResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
SETUP_SAS_ANALYTICS_CUSTOME
- Description: sasportal.customers.setupSasAnalytics
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT |
IMPORTING | TY_047 |
SasPortalSetupSasAnalyticsRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_031 |
SasPortalOperation |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
SET_POLICIES
- Description: sasportal.policies.set
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT |
IMPORTING | TY_035 |
SasPortalSetPolicyRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_032 |
SasPortalPolicy |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
SIGN_DEVICE_DEVICES
- Description: sasportal.customers.devices.signDevice
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_036 |
SasPortalSignDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
SIGN_DEVICE_DEVICES1
- Description: sasportal.deployments.devices.signDevice
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_036 |
SasPortalSignDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
SIGN_DEVICE_DEVICES2
- Description: sasportal.nodes.devices.signDevice
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_036 |
SasPortalSignDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
TEST_POLICIES
- Description: sasportal.policies.test
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT |
IMPORTING | TY_038 |
SasPortalTestPermissionsRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_039 |
SasPortalTestPermissionsResponse |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
UPDATE_SIGNED_DEVICES
- Description: sasportal.customers.devices.updateSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_CUSTOMERS_ID |
IMPORTING | STRING |
customersId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_040 |
SasPortalUpdateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
UPDATE_SIGNED_DEVICES1
- Description: sasportal.deployments.devices.updateSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_DEPLOYMENTS_ID |
IMPORTING | STRING |
deploymentsId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_040 |
SasPortalUpdateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
UPDATE_SIGNED_DEVICES2
- Description: sasportal.nodes.devices.updateSigned
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IV_P_NODES_ID |
IMPORTING | STRING |
nodesId |
IV_P_DEVICES_ID |
IMPORTING | STRING |
devicesId |
IS_INPUT |
IMPORTING | TY_040 |
SasPortalUpdateSignedDeviceRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | TY_008 |
SasPortalDevice |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
VALIDATE_INSTALLER
- Description: sasportal.installer.validate
- Visibility: PUBLIC
Parameters
Name | Category | Type | Description |
---|---|---|---|
IS_INPUT |
IMPORTING | TY_041 |
SasPortalValidateInstallerRequest |
ES_RAW |
EXPORTING | DATA |
Raw Output Data |
ES_OUTPUT |
EXPORTING | DATA |
Output Data |
EV_RET_CODE |
EXPORTING | I |
Return Code |
EV_ERR_TEXT |
EXPORTING | STRING |
Error Text |
ES_ERR_RESP |
EXPORTING | /GOOG/ERR_RESP |
Error Response |
Exception
Name | Description |
---|---|
/GOOG/CX_SDK |
ABAP SDK for Google Cloud: Exception Class |
CLOSE
- Description: Close Connection
- Visibility: PUBLIC