Hardwares

Get Hardware by id

get
Authorizations
Path parameters
idinteger · int64Required
Responses
200
OK
application/vnd.cegedim-it.v1+json
get
GET /itcare/hardwares/{id} HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "backupPolicyDetails": {
    "backups": [
      {
        "backupLastDate": "2025-07-09T22:01:48.468Z",
        "backupSize": 1,
        "id": 1,
        "type": "text"
      }
    ],
    "policies": [
      {
        "backupLastDate": "2025-07-09T22:01:48.468Z",
        "backupSize": 1,
        "durationInHours": 1,
        "frequencies": {},
        "label": "text",
        "name": "text",
        "policyId": "text",
        "replication": true,
        "scope": "text",
        "startTime": "text",
        "timezone": "text",
        "type": "text"
      }
    ]
  },
  "backupStatus": true,
  "category": "text",
  "cloudId": 1,
  "cloudName": "text",
  "comment": "text",
  "creationTime": "text",
  "creationUser": "text",
  "dc": "text",
  "endOfCoverDate": "text",
  "endOfSalesAt": "2025-07-09T22:01:48.468Z",
  "endOfSupportAt": "2025-07-09T22:01:48.468Z",
  "environment": "text",
  "extendedSupportAt": "2025-07-09T22:01:48.468Z",
  "family": "text",
  "id": 1,
  "internalResourceId": 1,
  "internalType": "text",
  "ip": "text",
  "label": "text",
  "location": "text",
  "maintenanceType": "text",
  "metrologyUrl": "text",
  "model": "text",
  "monitoringAlerting": true,
  "monitoringEnabled": true,
  "monitoringOnCallEnabled": true,
  "monitoringRequested": true,
  "name": "text",
  "patchParty": {
    "excluded": true,
    "excludedBy": "text",
    "exclusionDate": "2025-07-09T22:01:48.468Z",
    "exclusionReason": "text",
    "id": 1,
    "name": "text",
    "patchDate": "2025-07-09T22:01:48.468Z",
    "patchGroup": "text",
    "patchTag": "text"
  },
  "path": "text",
  "prettyLabel": "text",
  "productCode": "text",
  "productName": "text",
  "productVersion": "text",
  "rack": "text",
  "region": "text",
  "releasedAt": "2025-07-09T22:01:48.468Z",
  "replicationStatus": true,
  "resourceType": "text",
  "serial": "text",
  "serviceId": 1,
  "serviceKey": "text",
  "serviceName": "text",
  "status": "text",
  "sticker": "text",
  "supportPhase": "text",
  "technology": "text",
  "type": "text"
}

Last updated