Service Catalog Types

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_BULK_REPLACE_SERVICE_CATALOG_ASSOCIATIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the bulk_replace_service_catalog_associations request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_bulk_replace_service_catalog_associations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_CHANGE_PRIVATE_APPLICATION_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_private_application_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_change_private_application_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_CHANGE_SERVICE_CATALOG_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_service_catalog_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_change_service_catalog_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_CREATE_PRIVATE_APPLICATION_RESPONSE_T Type

Contains the response body, headers and the status code of the create_private_application request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_create_private_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_private_application_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_private_application

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_CREATE_SERVICE_CATALOG_RESPONSE_T Type

Contains the response body, headers and the status code of the create_service_catalog request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_create_service_catalog_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_service_catalog_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_service_catalog

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_CREATE_SERVICE_CATALOG_ASSOCIATION_RESPONSE_T Type

Contains the response body, headers and the status code of the create_service_catalog_association request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_create_service_catalog_association_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_service_catalog_association_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_service_catalog_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_DELETE_PRIVATE_APPLICATION_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_private_application request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_delete_private_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_DELETE_SERVICE_CATALOG_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_service_catalog request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_delete_service_catalog_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_DELETE_SERVICE_CATALOG_ASSOCIATION_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_service_catalog_association request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_delete_service_catalog_association_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_GET_PRIVATE_APPLICATION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_private_application request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_get_private_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_private_application_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_private_application

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_GET_PRIVATE_APPLICATION_ACTION_DOWNLOAD_LOGO_RESPONSE_T Type

Contains the response body, headers and the status code of the get_private_application_action_download_logo request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_get_private_application_action_download_logo_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body blob,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_private_application_action_download_logo

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_GET_PRIVATE_APPLICATION_PACKAGE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_private_application_package request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_get_private_application_package_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_private_application_package_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_private_application_package

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_GET_PRIVATE_APPLICATION_PACKAGE_ACTION_DOWNLOAD_CONFIG_RESPONSE_T Type

Contains the response body, headers and the status code of the get_private_application_package_action_download_config request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_get_private_application_package_action_download_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body blob,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_private_application_package_action_download_config

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_GET_SERVICE_CATALOG_RESPONSE_T Type

Contains the response body, headers and the status code of the get_service_catalog request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_get_service_catalog_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_service_catalog_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_service_catalog

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_GET_SERVICE_CATALOG_ASSOCIATION_RESPONSE_T Type

Contains the response body, headers and the status code of the get_service_catalog_association request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_get_service_catalog_association_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_service_catalog_association_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_service_catalog_association

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_GET_WORK_REQUEST_RESPONSE_T Type

Contains the response body, headers and the status code of the get_work_request request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_work_request_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_work_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_LIST_APPLICATIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_applications request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_list_applications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_application_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_applications

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_LIST_PRIVATE_APPLICATION_PACKAGES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_private_application_packages request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_list_private_application_packages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_private_application_package_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_private_application_packages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_LIST_PRIVATE_APPLICATIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_private_applications request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_list_private_applications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_private_application_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_private_applications

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_LIST_SERVICE_CATALOG_ASSOCIATIONS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_service_catalog_associations request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_list_service_catalog_associations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_service_catalog_association_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_service_catalog_associations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_LIST_SERVICE_CATALOGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_service_catalogs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_list_service_catalogs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_service_catalog_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_service_catalogs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_request_errors request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_work_request_error_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_request_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_request_logs request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_work_request_log_entry_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_request_logs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_LIST_WORK_REQUESTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_work_requests request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_work_request_summary_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_UPDATE_PRIVATE_APPLICATION_RESPONSE_T Type

Contains the response body, headers and the status code of the update_private_application request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_update_private_application_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_private_application_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_private_application

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_SVC_SERVICE_CATALOG_UPDATE_SERVICE_CATALOG_RESPONSE_T Type

Contains the response body, headers and the status code of the update_service_catalog request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_svc_service_catalog_update_service_catalog_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_service_catalog_service_catalog_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_service_catalog

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?