Service Manager Proxy Types
DBMS_CLOUD_OCI_SMP_SERVICE_MANAGER_PROXY_GET_SERVICE_ENVIRONMENT_RESPONSE_T Type
Contains the response body, headers and the status code of the get_service_environment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smp_service_manager_proxy_get_service_environment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_service_manager_proxy_service_environment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_SMP_SERVICE_MANAGER_PROXY_LIST_SERVICE_ENVIRONMENTS_RESPONSE_T Type
Contains the response body, headers and the status code of the list_service_environments request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_smp_service_manager_proxy_list_service_environments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_service_manager_proxy_service_environment_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response body of |
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |