HTTP PUT 요청을 전송하면 list 명령에서 반환된 일부 등록 정보를 수정할 수 있습니다.
요청 예:
PUT /api/alert/v1/actions/actions-001 HTTP/1.1 Host: zfssa.example.com:215 X-Auth-Session: uerqghq84vbdv Content-Type: application/json Content-Length: 30 {"support_bundle_sent": false}
응답 예:
HTTP/1.1 202 Accepted X-Zfssa-Appliance-Api: 1.0 Content-Type: application/json Content-Length: 195 { "action": { "href": "/api/alert/v1/actions/actions-001", "category": "scrk", "support_bundle_build_failed": true, "support_bundle_sent": false, "support_bundle_upload_failed": true } }