[Index]

API Reference for view/WebexDeviceRefreshAction

View to launch device updates to the roomos pwf. This view is only used programmatically.

Model ref.: view/WebexDeviceRefreshAction

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

Get the Add form

Task Call URL Parameters Response
Get the GUI Add form. GET /api/view/WebexDeviceRefreshAction/add/
  • hierarchy=[hierarchy]
  • format=json
The GUI Add form of view/WebexDeviceRefreshAction as JSON

The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.

Create

Task Call URL Parameters Payload
Create POST /api/view/WebexDeviceRefreshAction hierarchy=[hierarchy]
(For payload specification)

  • Response is a transaction pkid for the create action.
  • The GET call to
    tool/Transaction/[trans pkid]
    shows the View resource has no instance pkid, because a view model stores no instances.
  • Configuration Template

    Task Call URL Parameters Response
    Configuration Template GET /api/view/WebexDeviceRefreshAction/configuration_template/ hierarchy=[hierarchy]
    • POST call to create the Configuration Template
    • Configuration Template 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/ConfigurationTemplate/?hierarchy=[hierarchy]

    Instance API Reference

    Get

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