Force start auto storage import scan
Forcefully starts scan of auto storage import mechanism in given space.
Path parameters
| Parameter | Type & Description |
|---|---|
| id required | string The Id of a space. |
Request Examples
onepanel-rest-cli -u onepanel:$PASSPHRASE forsceStartAutoStorageImportScan --host https://$OP_PANEL_HOST:9443 id=$SPACE_IDResponses
Scan of auto storage import in given space has started.
Invalid request.
error object (ErrorDetails) Object describing an error.
Object describing an error.
String identifying the error type. Does not change between error instances.
Human readable error description. May contain information specific to given error instance.
Details about the error instance. The object schema is specific to each error type.
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
Storage import scan is currently exectued in the space.
Internal server error.
error object (ErrorDetails) Object describing an error.
Object describing an error.
String identifying the error type. Does not change between error instances.
Human readable error description. May contain information specific to given error instance.
Details about the error instance. The object schema is specific to each error type.
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Services needed to fulfill this request are not running.