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
Header Parameters
ProjectUid string
Scope the request to the specified project uid
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
crdDigeststring
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.
spcHashstring
spcInfraHashstring
{
"actionType": "DownloadAndInstall",
"canBeApplied": true,
"crdDigest": "string",
"lastModifiedTime": "2024-07-02T18:20:58.910Z",
"patchAppliedTime": "2024-07-02T18:20:58.910Z",
"spcHash": "string",
"spcInfraHash": "string"
}
Loading...