Jump to: navigation, search

Query Tenants

Method

GET

Syntax

 
/grs/v1/tenants

Request Body

N/A

Response Body

 
{   
   "tenants":[   
      {   
         "nodeId":1,
         "name":"Environment"
      },
      {   
         "nodeId":104,
         "name":"KC Test Environment"
      }
   ]
}

HTTP Status Codes

  • 200 OK—Response body provided
  • 401 Unauthorized—APIToken not valid
  • 503—Service Unavailable

Notes

Query Tenants returns the list of tenant names and IDs that this user is allowed to see based on their login credentials.

This page was last edited on May 16, 2017, at 08:20.
Comments or questions about this documentation? Contact us for support!