Type to search...

Super Backup: exists

Request

HTTP request

HEAD /super-backup/v1/c/<cloudId> HTTP/1.1

Parameters

Paramete name Value Description
Path parameters
cloudId String Cloud ID to check Super Backup

Request Body

This method does not support request body.

Response

This method does not contain response body.

Response HTTP status code

HTTP status code Description
200 Super backup exists on given cloud
404 Super backup does not exist on given cloud

For more information about HTTP codes, click here.

Rate limit

Detailed information for cloud rate limitation is available on Shardimage developers.

SDK

use shardimage\shardimagephp\auth\Client;
 
$client = new Client([
    'apiKey' => '<apiKey>',
    'apiSecret' => '<apiSecret>',
    'imageSecret' => '<imageSecret>',
]);
 
$result = $client->getSuperBackupService()->exists('<cloudId>');
Table of contents