Rename

URL:
https://<root>/healthCheck/reports/<reportID>/rename
Methods:
POST
Required Capability:
Access allowed with the "Security and infrastructure" privilege
Version Introduced:
11.2

Description

The rename operation updates the name of a health check report.

Request parameters

ParameterDetails

reportName

A user-specified name that will be applied to the report.

Example
Use dark colors for code blocksCopy
1
reportName=renamedReport

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the rename operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /context/admin/healthCheck/reports/vegcl1xm6u/rename HTTP/1.1
Host: organization.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

reportName=renamedReport&f=pjson&token=bLfkkQEP4sxSUU-alhIUBEUXenREeiMV-ChGb4A9zfFsuRaG69xHTMYbJzm1wxzjziiEa4QZ49ABjbkwJbdiq5JvdDnXsHqmxK-mnESSG8HTqVLu7SZVuoEQzRUmH9Oy-d1azfsvrmVlFJQKEdmNdvyFZDSizGj-Q1JLX_iAJMGRwjZIoFO0k9a3ktPdI2Qjsj9gLVR2lgpPrWCkLEU38zWKOyv_YWcjn23vOBaynQxQDZTEWUdr3lcixAMQJq2Y

JSON Response example

Use dark colors for code blocksCopy
1
{"success": true}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.