[Index]

API Reference for data/NetflowSnmpIfTableCombo

NetflowSnmpIfTableCombo resource. The schema will be used to create data/ReporterResource instances, the description is used to store the table name of the associate field.

Model ref.: data/NetflowSnmpIfTableCombo

The full URL would include the host-proxy name: https://[host-proxy].

Variables are enclosed in square brackets.

For a list of available UUIDs and their dot notations:
GET /api/v0/data/HierarchyNode/?format=json

Bulk Delete

Task Call URL Parameters Payload
Bulk delete [pkid1],[pkid2]... DELETE /api/data/NetflowSnmpIfTableCombo/ hierarchy=[hierarchy] {"hrefs":["/api/data/NetflowSnmpIfTableCombo/[pkid1]", "/api/data/NetflowSnmpIfTableCombo/[pkid2]", ...]}
  • For the instance pkids [pkid1],[pkid2], ... that can be added to the DELETE call (the instance pkids to delete), refer to the List GET call for: data/NetflowSnmpIfTableCombo
    GET http://[host-proxy]/api/data/NetflowSnmpIfTableCombo/?hierarchy=[hierarchy]&format=json

Field Display Policy

Task Call URL Parameters Response
Field Display Policy GET /api/data/NetflowSnmpIfTableCombo/field_display_policy/ hierarchy=[hierarchy]
  • POST call to create the Field Display Policy
  • Field Display Policy schema

  • Use the returned properties to create the POST payload data for the .
  • For a description of the schema that shows properties to add to the POST payload:
  • The POST call is of the format:
    • POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]

Migration Template

Task Call URL Parameters Response
Migration Template GET /api/data/NetflowSnmpIfTableCombo/migration/
  • hierarchy=[hierarchy]
  • format=json
 

List

Task Call URL Parameters Response
List GET /api/data/NetflowSnmpIfTableCombo/
  • hierarchy=[hierarchy]
  • format=json
  • schema=true
The data/NetflowSnmpIfTableCombo schema and all instances as JSON.

(The list will return 0 to 3 data/NetflowSnmpIfTableCombo instances)

Help

Task Call URL Parameters Response
Get the on-line Help for data/NetflowSnmpIfTableCombo. GET /api/data/NetflowSnmpIfTableCombo/help hierarchy=[hierarchy] On-line help of Model ref.: data/NetflowSnmpIfTableCombo as HTML

Transform Template

Task Call URL Parameters Response
Transform Template GET /api/data/NetflowSnmpIfTableCombo/transform/
  • hierarchy=[hierarchy]
  • format=json
 

Instance API Reference

Delete

Task Call URL Parameters Response
Delete DELETE /api/data/NetflowSnmpIfTableCombo/[pkid] hierarchy=[hierarchy]

Get

Task Call URL Parameters Response
Get GET /api/data/NetflowSnmpIfTableCombo/[pkid] hierarchy=[hierarchy] The data/NetflowSnmpIfTableCombo instance with [pkid].

Help

Task Call URL Parameters Response
Help GET /api/data/NetflowSnmpIfTableCombo/[pkid]/help hierarchy=[hierarchy] The on-line Help for data/NetflowSnmpIfTableCombo.