Create Disk State
Only Solution users, Container admins, and System admins can create DiskStates.
{
"documentExpirationTimeMicros": "string",
"capacityMBytes": 0,
"sourceImageReference": "string",
"type": "string",
"documentUpdateTimeMicros": "string",
"bootOrder": 0,
"documentSelfLink": "string",
"tagLinks": [
"string"
],
"bootConfig": {
"files": [
{
"path": "string",
"contents": "string",
"contentsReference": "string"
}
],
"label": "string"
},
"name": "string",
"groupLinks": [
"string"
],
"bootArguments": [
"string"
],
"constraint": {},
"tenantLinks": [
"string"
],
"id": "string"
}
documentExpirationTimeMicros
capacityMBytes
sourceImageReference
type
documentUpdateTimeMicros
customProperties
bootOrder
documentSelfLink
tagLinks
name
groupLinks
bootArguments
tenantLinks
id
successful operation
{
"documentExpirationTimeMicros": "string",
"capacityMBytes": 0,
"sourceImageReference": "string",
"type": "string",
"documentUpdateTimeMicros": "string",
"bootOrder": 0,
"documentSelfLink": "string",
"tagLinks": [
"string"
],
"bootConfig": {
"files": [
{
"path": "string",
"contents": "string",
"contentsReference": "string"
}
],
"label": "string"
},
"name": "string",
"groupLinks": [
"string"
],
"bootArguments": [
"string"
],
"constraint": {},
"tenantLinks": [
"string"
],
"id": "string"
}
documentExpirationTimeMicros
capacityMBytes
sourceImageReference
type
documentUpdateTimeMicros
customProperties
bootOrder
documentSelfLink
tagLinks
name
groupLinks
bootArguments
tenantLinks
id
'Created' is returned for the new state with the state url in the location header of the response;