Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

!!!!WORK IN PROCESS!!!!!

Get list of available Views

  1. Gets the list of Views available in Ambari.

    Code Block
    GET /api/v1/views
    
    200 - OK

Creating a View Instance

The following example shows creating an instance of the FILES view called "MyFiles".

...