host_queries_result_view
Creates, updates, deletes, gets or lists a host_queries_result_view
resource.
Overview
Name | host_queries_result_view |
Type | Resource |
Id | google.apigee.host_queries_result_view |
Fields
Name | Datatype | Description |
---|---|---|
code | integer | Error code when there is a failure. |
error | string | Error message when there is a failure. |
metadata | object | |
rows | array | Rows of query result. Each row is a JSON object. Example: {sum(message_count): 1, developer_app: "(not set)",…} |
state | string | State of retrieving ResultView. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
organizations_host_queries_get_result_view | SELECT | hostQueriesId, organizationsId |
SELECT
examples
SELECT
code,
error,
metadata,
rows,
state
FROM google.apigee.host_queries_result_view
WHERE hostQueriesId = '{{ hostQueriesId }}'
AND organizationsId = '{{ organizationsId }}';