Field | Type | Create | Update | Default | Notes |
---|---|---|---|---|---|
activateOnCreate | boolean | Optional | - | - | |
builtin | boolean | Optional | - | - | |
checksum | string | Optional | Yes | - | |
description | string | Optional | Yes | - | |
externalId | string | Optional | Yes | - | |
uiUrl | string | Optional | Yes | - | |
url | string | Yes | Yes | - |
Field | Type | Notes |
---|---|---|
data | map[json] | |
defaultActive | boolean | |
id | int | The unique identifier for the machineDriver |
name | string |
Please read more about the common resource fields. These fields are read only and applicable to almost every resource. We have segregated them from the list above.
CreatePOST: /v2-beta/projects/${PROJECT_ID}/machineDrivers
DeleteDELETE: /v2-beta/projects/${PROJECT_ID}/machineDrivers/${ID}
UpdatePUT: /v2-beta/projects/${PROJECT_ID}/machineDrivers/${ID}
activate
POST: /v2-beta/projects/${PROJECT_ID}/machineDrivers/${ID}?action=activate
deactivate
POST: /v2-beta/projects/${PROJECT_ID}/machineDrivers/${ID}?action=deactivate
reactivate
POST: /v2-beta/projects/${PROJECT_ID}/machineDrivers/${ID}?action=reactivate