Skip to main content

Export custom resource

POST 

/api/sase/v2.0/resourceexport/schedule/custom/query/:feature_name/:resource_name

Creates a job that retrieves custom resource information. The results of this job will differ depending on the feature and resource name that you provide. The following feature/resource name combinations are supported:

  • mobileusers/mu_concurrent_connected_status

    Provides data on connected mobile users.

  • locations/location_mobilegateways_status

    Provides data on mobile users service availability.

Request

Path Parameters

    feature_name stringrequired

    Name of the custom feature for which you want to select information.

    resource_name stringrequired

    Name of the custom resource for which you want to select information.

    tenant_id stringrequired

    Unique tenant ID.

Header Parameters

    Prisma-SubTenant string

    Sub-tenant ID. This parameter is required only if a sub-tenant is configured.

Body

required

The JSON request object

    addOnFilter object

    Add on data Filter Condition. (The existing property will be replaced)

    operator Operator (string)

    Possible values: [AND, OR]

    Default value: AND

    Query operator

    rules object[]
  • Array [
  • escapeValue booleanrequired

    Enable character escaping for value

    format object

    Number Format function (optional)

    function Function (string)

    Possible values: [ceil, floor, round, trunc]

    value int32
    operator Operator (string)required

    Possible values: [AND, OR]

    Operator

    property stringrequired

    Resource Property

    subQuery object

    Subquery (optional)

    name string
    type SubQueryType (string)

    Possible values: [local, pre_defined]

    values arrayrequired

    Operator

  • ]
  • computeDataRowsProcessed boolean

    Flag to indicate total rows processed for query

    count int32

    Possible values: >= 1 and <= 10000

    Default value: 10000

    Maximum number of records

    filter objectrequired

    Filter Condition

    operator Operator (string)

    Possible values: [AND, OR]

    Default value: AND

    Query operator

    rules object[]
  • Array [
  • escapeValue booleanrequired

    Enable character escaping for value

    format object

    Number Format function (optional)

    function Function (string)

    Possible values: [ceil, floor, round, trunc]

    value int32
    operator Operator (string)required

    Possible values: [AND, OR]

    Operator

    property stringrequired

    Resource Property

    subQuery object

    Subquery (optional)

    name string
    type SubQueryType (string)

    Possible values: [local, pre_defined]

    values arrayrequired

    Operator

  • ]
  • histogram object

    Histogram Condition

    alias string

    Property Alias

    enableEmptyInterval boolean

    Enable filling empty record for intervals with no data

    property stringrequired

    Property

    range Range (string)required

    Possible values: [day, hour, minute, month, week, year]

    Histogram Range

    sort object

    Sort Condition (optional)

    order Order (string)

    Possible values: [asc, desc]

    sequence int32
    value int32

    Histogram range value (only 1 is supported)

    includeRecordNumber boolean

    Flag to indicate add row number to response

    properties object[]required

    Resource properties

  • Array [
  • alias string

    Property Alias (Name to include in response)

    format object

    Number Format function (optional)

    function Function (string)

    Possible values: [ceil, floor, round, trunc]

    value int32
    function Function (string)

    Possible values: [ceil, floor, round, trunc]

    Aggregation function (Applicable only to metric properties)

    property stringrequired

    Property

    sort object

    Sort Condition (optional)

    order Order (string)

    Possible values: [asc, desc]

    sequence int32
  • ]

Responses

List of data objects

Schema
    data object[]required

    Response Data

  • Array [
  • empty boolean
  • ]
  • header objectrequired

    Response header

    empty boolean
Loading...