| Field | Type | Create | Update | Default | Notes |
|---|---|---|---|---|---|
| appliedVersion | int | - | Yes | - | |
| name | string | Optional | Yes | - |
| Field | Type | Notes |
|---|---|---|
| agentId | agent | The unique identifier of the associated agent |
| appliedUpdated | date | |
| id | int | The unique identifier for the configItemStatus |
| requestedUpdated | date | |
| requestedVersion | int | |
| sourceVersion | 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.
UpdatePUT: /v2-beta/projects/${PROJECT_ID}/configItemStatuses/${ID}
curl -u "${RANCHER_ACCESS_KEY}:${RANCHER_SECRET_KEY}" \
-X PUT \
-H 'Content-Type: application/json' \
-d '{
"appliedVersion": 0,
"name": "string"
}' 'http://${RANCHER_URL}:8080/v2-beta/projects/${PROJECT_ID}/configItemStatuses/${ID}'