Search Cloud Integration For Facet

Search Cloud Integration For Facet

Lists the values of a specific facet over the customer's non-deleted cloud integrations

Request
URI
POST
https://{api_host}/api/v2/search/cloudintegration/{facet}
COPY
Path Parameters
string
facet
Required

facet


Request Body
FacetSearchRequestContainer of type(s) application/json
Optional
{
    "limit": 0,
    "offset": 0,
    "query": [
        {
            "key": "string",
            "value": "string",
            "values": [
                "string"
            ],
            "matchingMethod": "string",
            "negated": false,
            "start": 0,
            "end": 0
        }
    ],
    "facetQuery": "string",
    "facetQueryMatchingMethod": "string"
}
integer As int32 As int32
limit
Optional

The number of results to return. Default: 100, Maximum allowed: 1000

integer As int32 As int32
offset
Optional

The number of results to skip before returning values. Default: 0

query
Optional

A list of queries by which to limit the search results. Entities that match ALL queries in the list are returned

string
facetQuery
Optional

A string against which facet results are compared. If the facet result CONTAINs, STARTSWITH, or is an EXACT match for this value, as specified by facetQueryMatchingMethod, then it is returned.

string
facetQueryMatchingMethod
Optional

The matching method used to filter when 'facetQuery' is used. Defaults to CONTAINS.

Possible values are : CONTAINS, STARTSWITH, EXACT, TAGPATH,
Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerFacetResponse of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "items": [
            "string"
        ],
        "offset": 0,
        "limit": 0,
        "cursor": "string",
        "totalItems": 0,
        "moreItems": false,
        "sort": {
            "ascending": false,
            "field": "string",
            "default": false
        }
    }
}
status
Required

status

response
Optional

response


Search Operations
POST
Search Account Entities
POST
Search Account For Facet
POST
Search Account For Facets
POST
Search Alert Deleted Entities
POST
Search Alert Deleted For Facet
POST
Search Alert Deleted For Facets
POST
Search Alert Entities
POST
Search Alert For Facet
POST
Search Alert For Facets
POST
Search Cloud Integration Deleted Entities
POST
Search Cloud Integration Deleted For Facet
POST
Search Cloud Integration Deleted For Facets
POST
Search Cloud Integration Entities
POST
Search Cloud Integration For Facet
POST
Search Cloud Integration For Facets
POST
Search Dashboard Deleted Entities
POST
Search Dashboard Deleted For Facet
POST
Search Dashboard Deleted For Facets
POST
Search Dashboard Entities
POST
Search Dashboard For Facet
POST
Search Dashboard For Facets
POST
Search External Link Entities
POST
Search External Links For Facet
POST
Search External Links For Facets
POST
Search Ingestion Policy Entities
POST
Search Ingestion Policy For Facet
POST
Search Ingestion Policy For Facets
POST
Search Maintenance Window Entities
POST
Search Maintenance Window For Facet
POST
Search Maintenance Window For Facets
POST
Search Monitored Application Entities
POST
Search Monitored Application For Facet
POST
Search Monitored Application For Facets
POST
Search Monitored Service Entities
POST
Search Monitored Service For Facet
POST
Search Monitored Service For Facets
POST
Search Notficant For Facets
POST
Search Notificant Entities
POST
Search Notificant For Facet
POST
Search Proxy Deleted Entities
POST
Search Proxy Deleted For Facet
POST
Search Proxy Deleted For Facets
POST
Search Proxy Entities
POST
Search Proxy For Facet
POST
Search Proxy For Facets
POST
Search Registered Query Deleted Entities
POST
Search Registered Query Deleted For Facet
POST
Search Registered Query Deleted For Facets
POST
Search Registered Query Entities
POST
Search Registered Query For Facet
POST
Search Registered Query For Facets
POST
Search Related Report Event Anomaly Entities
POST
Search Related Report Event Entities
POST
Search Report Event Entities
POST
Search Report Event For Facet
POST
Search Report Event For Facets
POST
Search Role Entities
POST
Search Role For Facet
POST
Search Role For Facets
POST
Search Saved App Map Entities
POST
Search Saved App Map For Facet
POST
Search Saved App Map For Facets
POST
Search Saved Traces Entities
POST
Search Service Account Entities
POST
Search Service Account For Facet
POST
Search Service Account For Facets
POST
Search Span Sampling Policy Deleted Entities
POST
Search Span Sampling Policy Deleted For Facet
POST
Search Span Sampling Policy Deleted For Facets
POST
Search Span Sampling Policy Entities
POST
Search Span Sampling Policy For Facet
POST
Search Span Sampling Policy For Facets
POST
Search Tagged Source Entities
POST
Search Tagged Source For Facet
POST
Search Tagged Source For Facets
POST
Search Token Entities
POST
Search Token For Facet
POST
Search Token For Facets
POST
Search Traces Map For Facet
POST
Search Traces Map For Facets
POST
Search User Entities
POST
Search User For Facet
POST
Search User For Facets
POST
Search User Group Entities
POST
Search User Group For Facet
POST
Search User Group For Facets
POST
Search Web Hook Entities
POST
Search Web Hook For Facet
POST
Search Webhook For Facets