Returns the SPC apply information for the agent
GET/v1/spectroclusters/:uid/status/spcApply
Returns the SPC apply information for the agent
Request
Path Parameters
uid stringrequired
Responses
- 200
 
(empty)
- application/json
 
- Schema
 - Example (from schema)
 
Schema
actionTypestring
Possible values: [DownloadAndInstall, DownloadAndInstallLater]
canBeAppliedboolean
If it is true then Agent can apply the changes to the palette
lastModifiedTimedate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
patchAppliedTimedate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
{
  "actionType": "DownloadAndInstall",
  "canBeApplied": true,
  "lastModifiedTime": "2024-07-29T15:51:28.071Z",
  "patchAppliedTime": "2024-07-29T15:51:28.071Z"
}
Loading...