Obtains the shareable link of a TensorBoard task. The link contains digital tokens. You can use a shareable link to access a TensorBoard task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /api/v1/tensorboards/{TensorboardId}/sharedurl HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TensorboardId | string | Yes | The ID of the TensorBoard task. | tbxxxxxx |
ExpireTimeSeconds | string | No | The validity period of the shareable link. Unit: seconds. Maximum value: 604800. | 86400 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"TensorboardSharedUrl": "http://pai-dlc-proxy-xxx.alicyuncs.com/xxx/xxx/token/"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history