/api/space/user-management/tasks/{id}

The following operation is supported on this resource:

  • GET - Get a single task
GET /tasks/{id} Version 1

Get a single task (leaf menu item in the Junos Space Menu Navigator).

Sample Usage

GET /tasks/{id}


  • Parameters:
    Name Type URI Type Description Required
    id int Path The ID of a task for which information will be retrieved. Y
  • Sample Output XML:
    <task uri="api/space/user-management/tasks/102" >
      <id>102</id>
      <name>manageFabric</name>
      <title>Manage Fabric</title>
      <cls>task</cls>
    </task>

  • Sample Output JSON:
    {
      "task": {
           "@uri": "api/space/user-management/tasks/102",
              "id":102,
              "name":"manageFabric",
              "title":"Manage Fabric" ,
              "cls":"task"
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead