Library_Subscriptions_Create_RequestBody
Library_Subscriptions_Create_RequestBody
This is a request body class for an operation.
JSON Example
{
"client_token": "string",
"spec": {
"subscribed_library": {
"target": "string",
"new_subscribed_library": {
"name": "string",
"description": "string",
"storage_backings": [
{
"type": "string",
"datastore_id": "string",
"storage_uri": "string"
}
],
"automatic_sync_enabled": false,
"on_demand": false
},
"subscribed_library": "string",
"location": "string",
"vcenter": {
"hostname": "string",
"https_port": 0
},
"placement": {
"folder": "string",
"cluster": "string",
"resource_pool": "string",
"host": "string",
"network": "string"
}
}
}
}
string
client_token
Optional
A unique token generated on the client for each creation request. The token should be a universally unique identifier (UUID), for example: b8a2a2e3-2314-43cd-a871-6ede0f429751. This token can be used to guarantee idempotent creation. If not specified, creation is not idempotent.