Full name: projects.locations.tensorboards.readUsage
Returns a list of monthly active users for a given TensorBoard instance.
Endpoint
gethttps://{service-endpoint}/v1beta1/{tensorboard}:readUsage    
              
            
            Where {service-endpoint} is one of the supported service endpoints.
Path parameters
tensorboardstring
                  
                Required. The name of the Tensorboard resource. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}
Request body
The request body must be empty.
Response body
Response message for TensorboardService.ReadTensorboardUsage.
If successful, the response body contains data with the following structure:
Maps year-month (YYYYMM) string to per month usage data.
| JSON representation | 
|---|
| {
  "monthlyUsageData": {
    string: {
      object ( | 
PerMonthUsageData
Per month usage data
Usage data for each user in the given month.
| JSON representation | 
|---|
| {
  "userUsageData": [
    {
      object ( | 
PerUserUsageData
Per user usage data.
usernamestring
                    
                  user's username
Number of times the user has read data within the Tensorboard.
| JSON representation | 
|---|
| { "username": string, "viewCount": string } |