Cloud Bridge Inventory Types
DBMS_CLOUD_OCI_CB_INVENTORY_ANALYZE_ASSETS_RESPONSE_T Type
Contains the response body, headers and the status code of the analyze_assets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_analyze_assets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_asset_aggregation_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 |
DBMS_CLOUD_OCI_CB_INVENTORY_CHANGE_ASSET_COMPARTMENT_RESPONSE_T Type
Contains the response body, headers and the status code of the change_asset_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_change_asset_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_CB_INVENTORY_CHANGE_ASSET_TAGS_RESPONSE_T Type
Contains the response body, headers and the status code of the change_asset_tags request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_change_asset_tags_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_asset_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_CB_INVENTORY_CREATE_ASSET_RESPONSE_T Type
Contains the response body, headers and the status code of the create_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_create_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_asset_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_CB_INVENTORY_CREATE_INVENTORY_RESPONSE_T Type
Contains the response body, headers and the status code of the create_inventory request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_create_inventory_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_CB_INVENTORY_DELETE_ASSET_RESPONSE_T Type
Contains the response body, headers and the status code of the delete_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_delete_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_CB_INVENTORY_DELETE_INVENTORY_RESPONSE_T Type
Contains the response body, headers and the status code of the delete_inventory request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_delete_inventory_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_CB_INVENTORY_GET_ASSET_RESPONSE_T Type
Contains the response body, headers and the status code of the get_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_get_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_asset_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_CB_INVENTORY_GET_INVENTORY_RESPONSE_T Type
Contains the response body, headers and the status code of the get_inventory request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_get_inventory_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_inventory_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_CB_INVENTORY_IMPORT_INVENTORY_RESPONSE_T Type
Contains the response body, headers and the status code of the import_inventory request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_import_inventory_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field | Description |
---|---|
|
Response headers as JSON data in a JSON object |
|
HTTP response status code as an integer |
DBMS_CLOUD_OCI_CB_INVENTORY_LIST_ASSETS_RESPONSE_T Type
Contains the response body, headers and the status code of the list_assets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_list_assets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_asset_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 |
DBMS_CLOUD_OCI_CB_INVENTORY_LIST_HISTORICAL_METRICS_RESPONSE_T Type
Contains the response body, headers and the status code of the list_historical_metrics request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_list_historical_metrics_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_historical_metric_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 |
DBMS_CLOUD_OCI_CB_INVENTORY_LIST_INVENTORIES_RESPONSE_T Type
Contains the response body, headers and the status code of the list_inventories request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_list_inventories_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_inventory_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 |
DBMS_CLOUD_OCI_CB_INVENTORY_SUBMIT_HISTORICAL_METRICS_RESPONSE_T Type
Contains the response body, headers and the status code of the submit_historical_metrics request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_submit_historical_metrics_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_historical_metric_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 |
DBMS_CLOUD_OCI_CB_INVENTORY_UPDATE_ASSET_RESPONSE_T Type
Contains the response body, headers and the status code of the update_asset request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_update_asset_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_asset_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_CB_INVENTORY_UPDATE_INVENTORY_RESPONSE_T Type
Contains the response body, headers and the status code of the update_inventory request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cb_inventory_update_inventory_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_bridge_inventory_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 |