API Guide
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /image-servers/{id}
Retrieves an image server using the image server ID.
API
GET /image-servers/{id}
Description This API retrieves an image server using the image server ID.
Parameters
Table 46. API parameters
Filter name Description
*id
required
string
(path)
Unique identifier of the image server.
Response status
codes
200 — Response to get image server by ID
{
"id": "string",
"name": "string",
"description": "string",
"url": "string",
"base_path": "string",
"image_source_url": "string",
"protocol": "string",
"credential": {
"username": "string"
},
"user_info": {
"created_by": "string",
"created_at": O,
"last_updated_by": "string",
"last_updated_at": O
Image-servers 95










