get-tensor-flow-info
- Print
- PDF
get-tensor-flow-info
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
It views Ncloud Tensorflow Server information and access information within Data Box.
GET https://{endpoint}/data-box/get-tensor-flow-info
Requests
Request parameters
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
dataBoxFrameNo | Yes | Integer | Data Box Frame number | |
dataBoxNo | Yes | Integer | Data Box number | |
instanceNo | Yes | Integer | Hadoop instance no |
Responses
HTTP status code | Description |
---|---|
200 | Success |
400 | Request information error |
401 | Authentication failed |
403 | No permission to request information |
404 | Resource not found |
500 | Server error |
Examples
Request examples
https://databoxframe.apigw.ntruss.com/api/v1/data-box/get-tensor-flow-info?dataBoxFrameNo=1045&dataBoxNo=198&instanceNo=*****
Response examples
{
"connectionList": [
{
"applicationName": "Jupyter Notebook",
"connectionUrl": "http://10.0.4.7:18888"
}
],
"storageList": [
{
"name": "NAS for export",
"storagePath": "/home/ncp/workspace/nasw198n1"
}
]
}
Properties
Items | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
connectionList.applicationName | Yes | String | Application name of access target | |
connectionList.connectionUrl | Yes | String | Application access URL | |
storageList.name | Yes | String | NAS storage name | |
storageList.storagePath | Yes | String | NAS mount path |
Errors
HTTP Status Code | Return code | Description |
---|---|---|
200 | - | Successful normal request |
400 | 10001, 130*** | Request information and parameter error |
403 | 10002 | No permission to request information |
404 | 10009 | Resource not found |
500 | 130000 | Service internal error |
500 | 139999 | Integration service API call error |
Was this article helpful?