Compute Vsan Cost

Compute Vsan Cost

At least one of the listed privileges is required -

Privileges Description
GLOBAL_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
VC_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
Request
URI
POST
https://{api_host}/rest/external/v1/datastores/action/compute-vsan-cost
COPY
Query Parameters
string
vcenter_id
Required

Virtual Center ID

string
pool_type
Required

Automated pool type

Possible values are : INSTANT_CLONE, FULL_CLONE,
boolean
is_dedicated
Required

If set to true it would indicate that user assignment type is dedicated or else it is floating


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VsanDatastoreCostInfo of type(s) */*
{
    "full_clone_factor": 1,
    "os_factor": 1,
    "replica_factor": 1,
    "user_data_factor": 1
}
integer As int32 As int32
full_clone_factor
Optional

Multiplicative factor for full clone disk that is needed to account for the extra copies that are created for VSAN.

integer As int32 As int32
os_factor
Optional

Multiplicative factor for OS disk that is needed to account for the extra copies that are created for VSAN.

integer As int32 As int32
replica_factor
Optional

Multiplicative factor for replica disk that is needed to account for the extra copies that are created for VSAN.

integer As int32 As int32
user_data_factor
Optional

Multiplicative factor for user data disk that is needed to account for the extra copies that are created for VSAN.


400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure